ul,
p {
    margin: 0;
}

.join-coop {
    padding: 183px 0;
    background: url(/static/images/cooperation/join-coop-bg.png) no-repeat;
    background-size: 100% 100%;
}

.slogan{
    text-align: center;
    margin-left: 70px;
}

.slogan-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    line-height: 45px;
    margin: 34px 0 24px 0;
}

.slogan-title p:last-child {
    color: #1852A9;
}

.slogan-tag {
    font-size: 16px;
    font-weight: 400;
    color: #8D8D8D;
}

.coop-form {
    width: 891px;
    background-color: rgba(225, 225, 225, .48);
    padding: 35px 86px 22px 39px;
    border: 4px solid rgba(184, 184, 184, 0.34);
}

.coop-form .el-form-item {
    border-bottom: 1px solid rgba(225, 225, 225, .95);
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

.coop-form .el-form-item__label {
    font-size: 16px;
    font-weight: 400;
    color: #565656;
}


.coop-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: '';
}

.coop-form .el-form-item__error {
    top: 83%;
}

.coop-form .el-input__inner {
    border: none;
    background-color: rgba(225, 225, 225, 0);
    font-size: 16px;
    font-weight: 400;
    color: #565656;
}

.coop-form .el-form-item:last-child {
    border: none;
    padding: 0;
}

.coop-form .el-form-item:last-child .el-form-item__content {
    margin-left: 0 !important;
    text-align: center;
}

/* 单选按钮样式 */
.coop-form .el-radio__inner {
    width: 26px;
    height: 26px;
    border: 2px #B8B8B8 solid;
    border-radius: 8px;
    background-color: #FCFCFC;
}

.coop-form .el-radio__label {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.coop-form .el-radio__input.is-checked+.el-radio__label {
    color: #535353;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #B8B8B8;
    background-color: #FCFCFC;
}

.coop-form .el-radio__input.is-checked .el-radio__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    position: absolute;
    height: 16px;
    left: 7px;
    width: 7px;
    border: 2px solid #1952A9;
    border-left: 0;
    border-top: 0;
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
    border-radius: 0%;
    background-color: #FCFCFC;
}

/* 验证码样式 */
.checking-img {
    width: 117px;
    height: 43px;
}

.refresh-checking {
    display: inline-block;
    width: 29px;
    margin-left: 18px;
}

.submit-btn {
    width: 161px;
    height: 61px;
    background-color: #1752A9;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}