html, body, .warrper {
    min-height: 100%;
}

.login {
    position: relative;
    width: 100%;
    min-height: 100vh;
    color: #1C1D22;
    background: #DFE4EF;
    text-align: center;
    overflow: hidden;
}

.contact-pos {
    position: absolute;
    top: 386px;
    right: 0;
    width: 52px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 14px;
    padding: 44px 12px 10px;
    background: url("../images/login/contact.png") no-repeat center 14px;
    background-color: #0284FF;
    z-index: 1111;
}
.contact-pos:hover {
    color: #FFFFFF;
}

.login .name {
    font-size: 40px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 92px 0 30px;
}

.login .login-content {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 11px 0px rgba(40, 70, 135, 0.2);
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

.login-content .icon {
    position: absolute;
}

.login-content .icon1 {
    left: -456px;
    top: -129px;
}

.login-content .icon1-1 {
    top: 270px;
    right: -188px;
}

.login-content .icon2 {
    left: -575px;
    top: 130px;
}

.login-content .icon3 {
    left: -524px;
    top: 469px;
}

.login-content .icon4 {
    left: -183px;
    top: 46px;
}

.login-content .icon4-1 {
    right: -209px;
    top: 187px;
}

.login-content .icon4-2 {
    right: -86px;
    bottom: -145px;
}

.login-content .icon5 {
    left: -155px;
    top: 213px;
}

.login-content .icon5-1 {
    right: -521px;
    bottom: -252px;
}

.login-content .icon6 {
    left: -8px;
    bottom: -253px;
}

.login-content .icon7 {
    top: 32px;
    left: 46px;
}

.login-content .icon8 {
    right: 57px;
    bottom: -274px;
}

.login-content .icon8-1 {
    right: -123px;
    top: 30px;
}

.login-content .icon9 {
    right: -371px;
    top: -77px;
}

.login-content .icon10 {
    right: -486px;
    top: 209px;
}

.login-content .icon11 {
    right: -279px;
    bottom: -260px;
}

.login .login-success {
    width: 400px;
    height: 494px;
}

.login-success .top-img {
    padding: 80px 0 60px;
}

.login-success .login-success-content {
    height: 100%;
    background: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.login-success .login-success-content .submmit-btn {
    width: 100%;
}

.login .login-success .submmit-btn {
    border-radius: 6px;
    margin: 80px 0;
}

.login .login-tab {
    overflow: hidden;
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    text-align: left;
    margin-bottom: 40px;
}

.login .login-tab a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    padding: 0 0 14px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.login .login-tab a.active,
.login .login-tab a:hover {
    color:#0284FF;
}

.login .login-tab a.active:after {
    display: inline-block;
    content: '';
    width: 60px;
    height: 4px;
    background: #0284FF;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-list {
    background: rgba(244,247,255,1);
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 8px 8px;
}


.code-fr{
    float: right;
    width: 260px;
    height: 100%;
    border-radius: 0px 8px 8px 0px;
    padding: 40px; font-size: 12px;
    text-align: left;
}

.code-fr p{
    font-size: 12px;
    font-weight: 400;
    color: #8D97AC;
    margin-bottom: 4px;
}

.code-fr .blue{
    font-size: 14px;
    font-weight: 700;
    color: #0284FF;
    margin-bottom: 20px;
}

.code-fr .code-line{
    display: block;
    width: 100%;
    height: 1px;
    background: #DFE5F5;
    margin-bottom: 20px;
}

.code-fr .code-line.mt{
    margin-bottom: 72px;
}


.code-fr img{
    margin-top: 6px;
    width: 100px;
    height: 100px;
}




.login-list .member-form {
    position: relative;
    /* overflow: hidden; */
    width: 540px;
    border-radius: 0px 0px 8px 8px;
    float: left;
    background: #fff;
}

.login-list .omember-form {
    width: 460px;
}

.login-list .member-form .form {
    margin-top: 0;
    padding-bottom: 20px;
    /* overflow: hidden; */
}

.login-list .label-text {
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
}

.login-list .form-item-title {
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    
}
.code-wrap {
    position: relative;
    position: absolute;
    right: 20px;
}
.code-btn-entry {
    margin-top: 35px;
    width: 120px;
    height: 40px;
    background: #E6F0FF;
    border-radius: 6px;
    font-size: 14px;
    color: #0284FF;
    text-align: center;
}
.code-btn-entry  span {
    line-height: 40px;
    cursor: pointer;
}
.code-btn-entry:hover .code-box {
    display: block;
} 
.code-box {
    display: none;
    position: absolute;
    top: 30px;
    width: 120px;
    height: 130px;
    padding-top: 13px;
    text-align: center;
    background: #0284FF;
    border-radius: 6px;
    z-index: 2;

}
.code-box p{
    font-size: 14px;
    color: #FFFFFF;

    
}
.code-box .code-img {
    display: flex;
    width: 80px;
    height: 80px;
    margin: 7px auto 0;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}
.code-box .code-img img {
    width: 66px;
    height: 66px;

}

.login-list .mt-62 {
    margin-top: 62px;
}

.login-list .label-text .tips {
    font-size: 12px;
    color: #8D97AC;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.login-list .form {
    padding: 0 20px 0 40px;
    position: relative;
}

.login-list .form-group {
    padding: 0;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    overflow: visible;
}

.login-list .form-group .label {
    width: 96px;
    text-align: right;
    padding: 30px 20px 0 0 ;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    line-height: 14px;
}

.login-list .form-group .label.row {
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0 ;
    float: initial;
}

.login-list .form-group .form-input.row {
    margin-left: 0;
    padding: 14px 0;
}

.login-list .form-group .form-input {
    margin-left: 96px;
    padding: 30px 20px 16px 0;
}

.login-list .form-group .form-input .input {
    width: 100%;
    border: none;
    height: 14px;
    line-height: 14px;
    padding: 0;
}

.login-list .form-group .form-input .input::-webkit-input-placeholder {
    font-size: 14px;
    color: #8D97AC;
}

.login-list .form-group .code-btn {
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 15px;
    cursor: pointer;
}

.login-list .form-group .sending-code {
    color: #8D97AC;
    text-decoration: underline;
}

.login-list .tip-box {
    padding: 20px 0 30px 40px;
    border-radius: 0px 0px 8px 8px;
}

.login-list .member-form .tip-box {
    border-radius: 0px;
}

.login-list .tip-box p {
    position: relative;
    padding-left: 21px;
    color: #8D97AC;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.login-list .tip-box p:first-child {
    margin-bottom: 6px;
}

.login-list .tip-box p span {
    position: absolute;
    left: 0;
    top: 0;
}

.login-list .tip-box p i {
    color: #0284FF;
    cursor: pointer;
    font-style: normal;
}

.login-list .submmit-btn {
    line-height: 40px;
    border-radius: 6px;
    box-shadow: 0px 20px 20px 0px rgba(2, 132, 255, 0.3);
}

.login-list .submmit-btn {
    line-height: 40px;
    border-radius: 6px;
    margin: 40px auto 0;
    width: 100%;
    border: none;
}

.login .submmit-btn:disabled {
    background: #8D97AC;
    box-shadow: none;
}

.login .submmit-btn-green {
    background: #00BF65;
    box-shadow: none;
}

.login .submit-sg-btn {
    margin-top: 10px;
}

.login .submmit-btn-sm {
    box-shadow: none;
    width: 120px;
    display: inline-block;
    /* position: absolute;
    bottom: 22px;
    right: 20px;
    margin: 0; */
}

.login-list .member-form .wd-29 {
    width: 290px;
}

.login-list .member-form .wd-27 {
    width: 270px;
}

.login-list .member-form .wd-25 {
    width: 250px;
}

.login-list .member-form .wd-24 {
    width: 240px;
}

.login-list .member-form .form-group {
    /* margin-right: 20px; */
    text-align: left;
}

.login-list .form-group .form-input .error-tips,
.login .form-group .error-tips {
    position: absolute;
    margin: 0;
    bottom: 7px;
    white-space: nowrap;
    left: 99%;
    z-index: 11;
}

.login-list .form-group .form-input .code-btn + .error-tips {
    left: 100%;
}

.toast {
    display: none;
    background: rgba(28, 29, 34, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 111;
}

.toast-modal {
    width: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 11px 0px rgba(40, 70, 135, 0.2);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
    text-align: center;
}

.toast-modal img {
    margin-bottom: 30px;
}

.toast-modal .close-toast {
    display: block;
    width: 12px;
    height: 12px;
    padding: 15px;
    background: url(../images/newlogin/close.png) no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 100;
}

.toast-modal .pass-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    top: 110px;
    position: absolute;
    left: 0;
    right: 0;
}

.toast-modal .pass-text + .text {
    padding-top: 19px;
}

.toast-modal .pass-btn {
    overflow: hidden;
    padding: 0 40px 20px;
}

.toast-modal .submmit-btn {
    /* width: 150px; */
    border-radius: 6px;
    display: inline-block;
    margin: 10px auto 0;
}

.toast-modal .submmit-btn-center {
    margin: 38px auto 40px;
    float: inherit;
}

.toast-modal .pass-btn .submmit-btn:first-child {
    margin-right: 20px;
}

.toast-modal .text {
    line-height: 28px;
    padding: 40px 0;
}

.toast-modal .text-left {
    text-align: left;
}

.toast-modal .captcha {
    padding: 40px;
}

.toast-modal .captcha .yidun_classic-container {
    position: inherit !important;
}

.find-pass-content {
    padding-top: 20px;
    position: relative;
}


.find-pass-content .login-list{
    background: #fff;
}


.find-pass-content .login-list .submmit-btn{
    width: 300px;
    margin: 40px auto 60px;
} 

.find-pass-content .tips-bottom {
    padding-bottom: 20px;
}

.find-pass-content .pass-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    top: 110px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}

.login-content .top-img {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.find-pass-content .form {
    padding-top: 36px;
}

.find-pass-content .form .correct {
    display: none !important;
}

.login-content .regiser-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    display: block;
    width: 100px;
    height: 36px;
    background: #E6F0FF;
    border-radius: 0px 8px 0px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #0284FF;
    line-height: 36px;
    text-align: center;
}

.login-content .sg-btn {
    right: auto;
    left: 0;
    width: 120px;
    border-radius: 8px 0 16px 0;
}

.login-contact {
    overflow: hidden;
    position: relative;
    top: -24px;
}
.login-contact a {
    color: #fff;
}

.login-contact .login-contact-box {
    display: inline-block;
    width: 540px;
    background: rgba(161, 167, 188, .7);
    border-radius: 4px;
    padding: 24px 0  10px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    color: #fff;
    padding-left: 30px;
}
.login-contact .login-contact-box .contact-box-qrcode {
    float: right;
    width: 108px;
    line-height: 20px;
    margin-right: 10px;
    padding-top: 5px;
}
.login-contact .login-contact-box .contact-box-qrcode img {
    width: 100%;
}
.login-contact img {
    float: left;
    margin-top: 8px;
}

.login-contact .contact-box {
    float: left;
    width: 350px;
    padding-top: 10px;
    overflow: hidden;
}

.login-contact .contact-box .contact-item {
    float: left;
    overflow: hidden;
    position: relative;
    padding: 15px 20px;
    text-align: left;
}
.login-contact .contact-box .telephone {
    padding-left: 50px;
    background: url('../images/newlogin/icon-contact.png') no-repeat left center;
}
.login-contact .contact-box .mail {
    padding-left: 50px;
    background: url('../images/newlogin/icon-mail.png') no-repeat left center;
}

.login-contact .contact-box .contact-item:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 20px;
    left: 0;
}
.login-contact .contact-box .mail:before {
    display: none;
}


.login-contact .contact-box .contact-item:first-child:before {
    display: none;
}

.login-contact .contact-box .lable {
    font-size: 12px;
    line-height: 12px;
}

.login-contact .contact-box .number {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.login-contact-h5 {
    width: 380px;
    height: auto;
    position: relative;
    padding-left: 0;
    border-radius: 8px;
    margin: 0 auto;
}

.login-contact-h5 .login-contact-box {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    height: auto;
}

.login-contact-h5 img {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.login-contact-h5 .contact-box {
    width: 100%;
    overflow: hidden;
    padding: 35px 26px 15px;
    display: flex;
    margin-left: 0;
    justify-content: space-between;
}

.login-contact-h5 .contact-box .contact-item {
    text-align: center;
    padding: 0;
}

.login-contact-h5 .contact-box .contact-item:before {
    display: none;
}

.login-contact-h5 .contact-box .number {
    font-size: 10px;
    font-weight: normal;
}

/* 弹出的语音验证码提示 */
.voice-code-tooltip {
    position: absolute;
    margin-left: 40px;
    transition: all .3s;
    font-size: 12px;
    line-height: 1;
    padding: 9px;
    border: 1px solid #00BF65;
    border-radius: 16px;
    border-top-right-radius: 0;
    z-index: 100;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 191, 101, 0.2);
}

.voice-code-tooltip.hidden {
    transform: translateY(20px);
    opacity: 0;
}

.voice-code-tooltip.ani {
    transform: translateY(0);
    opacity: 1;
}

.voice-code-tooltip > .voice-code-tooltip__tips {
    color: #1C1D22;
}

.voice-code-tooltip > .voice-code-tooltip__btn {
    color: #00BF65;
}

.voice-code-tooltip > .voice-code-tooltip__btn:hover {
    opacity: .8;
}

body.has-info-modal .login {
    filter: blur(25px);
}

.info-modal {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(28, 29, 34, 0.6);
}

.info-modal a:hover,
.info-modal button:not([disabled],.disabled):hover {
    opacity: .6;
}

.info-modal .info-modal__inner {
    position: absolute;
    z-index: 101;
    width: 400px;
    height: 342px;
    left: 50%;
    top: 50%;
    transition: transform .3s;
    margin-top: -172px;
    margin-left: -200px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #1C1D22;
    text-align: center;
}

.info-modal.hidden .info-modal__inner {
    transform: scale(0);

}

.info-modal.ani .info-modal__inner {
    transform: scale(1);
}

.info-modal .info-modal__close {
    width: 12px;
    height: 12px;
    color: currentColor;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
    cursor: pointer;
    background: url("../images/newlogin/close.png") no-repeat center/cover;
}

.info-modal .btn {
    width: 150px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    background-color: #0284FF;
    padding: 11px 0;
    border: none;
    color: #fff;
}

.info-modal .info-modal__icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: no-repeat center/cover;
}

.info-modal .info-modal__icon.icon-warning {
    background-image: url("../images/newlogin/warning.png");
}

.info-modal .info-modal__main {
    margin-top: 20px;
    line-height: 1;
}

.info-modal .info-modal__ptitle {
    font-weight: bold;
    font-size: 20px;
}

.info-modal .info-modal__primary {
    font-size: 18px;
    margin: 10px 0;
}

.info-modal .info-modal__primary em {
    color: #0284FF;
}

.info-modal .info-modal__stitle {
    font-size: 14px;
}

.info-modal .info-modal__footer {
    margin-top: 40px;
}

/**
 *  客服飘窗
 */
.kf-box {
    position: fixed; top: 50%; right: 0;
    width: 52px; height: 82px;
    margin-top: -41px; padding-top: 10px;
    background-color: #0284FF;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.kf-box a { color: #fff; }
.kf-box img {
    display: block;
    margin: 0 auto 5px;
}

/**** Login Footer ****/
.login-footer {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 100px 0 20px;
    text-align: center;
}
.change_type {
    display: inline-block;
    color: #0284FF;
    font-size: 14px;
    line-height: 20px;
    padding: 0 40px 20px;
    text-align: left;
    cursor: pointer;
}
.hidden {
    display: none;
}

