.login-container {
    background-color: #f0f0f0;
    padding: 40px 0;
}

.section-login {
    width: 460px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

.section-login .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-login .hd li {
    flex: 1;
    text-align: center;
    background-color: #f0f0f0;
    line-height: 52px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.section-login .hd li:first-child {
    border-left: none;
}

.section-login .hd li.on {
    background-color: #fff;
    color: #2e328d;
    border-bottom-color: #fff;
}

.section-login .hd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.section-login .bd {
    padding: 30px 68px;
}

.section-login .bd .form-item {
    margin-top: 20px;
}

.section-login .bd .form-item:first-child {
    margin-top: 0;
}

.section-login .bd .form-item .label {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}

.section-login .bd .form-item .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-login .bd .form-item .login-input {
    display: block;
    flex: 1;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
}

.section-login .bd .form-item .captcha {
    width: 100px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    cursor: pointer;
}

.section-login .bd .form-item .sms-verification {
    width: 100px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dbdbdb;
    background-color: #f6f6f6;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.section-login .bd .form-item .register-clause {
    font-size: 14px;
    color: #2e328d;
    cursor: pointer;
}

.section-login .bd .form-item .login-input:focus {
    border-color: #2e328d;
}

.section-login .login-submit {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #2e328d;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    color: #ffff00;
}

.section-login .more-link {
    text-align: center;
    font-size: 14px;
    color: #2e328d;
}

.section-login .more-link .delimiter {
    font-size: 14px;
    color: #808080;
    padding: 0 10px;
}

.section-login .more-link .registered {
    color: #808080;
}

.section-login .more-link a:hover {
    text-decoration: underline;
}

.agreement_popup {
    display: none;
}

.agreement_popup .agreement_popup_bg {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.agreement_popup .agreement_popup_content {
    position: fixed;
    z-index: 1001;
    width: 700px;
    height: 554px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.agreement_popup .agreement_popup_content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.agreement_popup .agreement_popup_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.agreement_popup .agreement_popup_close {
    cursor: pointer;
}

.agreement_popup .agreement_popup_txt {
    flex: 1;
    overflow: auto;
    margin: 15px auto;
    border: 1px solid #d2d1d1;
    padding: 15px;
    box-sizing: border-box;
    text-align: justify;
}

.agreement_popup .agreement_popup_submit {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2e328d;
    border: none;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    border-radius: 2px;
    cursor: pointer;
}

.agreement_popup .agreement_popup_submit:hover {
    background: #454bc6;
}

.reset-title {
    font-size: 24px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .agreement_popup .agreement_popup_content {
        width: 94%;
        height: 90%;
    }
}

@media screen and (max-width: 576px) {
    .section-login {
        width: 96%;
    }
    .section-login .bd {
        padding: 20px 3%;
    }
    .agreement_popup .agreement_popup_title {
        font-size: 14px;
    }
}


.login-container .container .register_success{ text-align: center; padding: 60px 0 100px; }
.login-container .container .register_success h3{ line-height: 50px; font-family: "Microsoft Yahei"; font-size: 20px; color: #2e328d; font-weight: bold; margin: 20px 0; }
.login-container .container .register_success p{ line-height: 24px; font-family: "Microsoft Yahei"; font-size: 14px; color: #666; }
.login-container .container .register_success p a{ color: #2e328d; font-weight: bold; margin-left: 15px; }

.login-container .section-login .bd .password_success{ text-align: center; padding: 10px 0 50px; }
.login-container .section-login .bd .password_success h3{ line-height: 50px; font-family: "Microsoft Yahei"; font-size: 20px; color: #2e328d; font-weight: bold; margin: 20px 0; }
.login-container .section-login .bd .password_success p{ line-height: 24px; font-family: "Microsoft Yahei"; font-size: 14px; color: #666; }
.login-container .section-login .bd .password_success p a{ color: #2e328d; font-weight: bold; margin-left: 15px; }

.others-login {
    margin-top: 30px;
}

.others-login .others-title {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.others-login .others-title b {
    margin: 0 20px;
    font-weight: normal;
}

.others-login .others-title::before,
.others-login .others-title::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.others-login .others-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.others-login .others-item {
    margin: 0 40px;
}

.others-login .others-item .iconfont {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    display: block;
    background-color: #369bce;
    border-radius: 50%;
}

.others-login .others-item .iconfont.icon-weixin {
    background-color: #2ea45d;
}