body{
    background: #F1F7FB;
    overflow-x: hidden;
    height: 100vh;
}
.login-content{
    max-height: 840px;
    overflow: hidden;
}
.login-header{
    display: flex;
    width: 100vw;
    background-color: #ffffff;
    justify-content: center;
}
.login-header-center{
    display: flex;
    justify-content: space-between;
    height: 79px;
    align-items: center;
    width: 1200px;
}
.login-header-left{
    width: 133px;
    height: 62px;
    cursor: pointer;
    object-fit: contain;
}
.login-header-right{
    display: flex;
}
.login-header-right a{
    cursor: pointer;
    font-size: 18px;
    margin-left: 84px;
    color: rgba(0,0,0,0.6);
}
.login-header-right a:hover{
    color: #288dc6;
}
.login-box{
    width: 100vw;
    height: 1001px;
    /*height: calc(100vh - 79px);*/
    display: flex;
    justify-content: space-between;
    background: #F1F7FB;
}
.login-center{
    width: 1200px;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 115px;
    left: calc(50% - 600px);
    padding-right: 60px;
    z-index: 2;
}
.login-left{
    position: relative;
    width: 50%;
}
.login-left .img1{
    height: 100%;
    width: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    margin-left: -106px;
}
.login-left .img2{
    position: absolute;
    width: 394px;
    height: 408px;
    /*left: 430px;*/
    top: 228px;
    z-index: 2;
    right: 106px;
}
.login-left .img3{
    position: absolute;
    width: 615px;
    height: 717px;
    left: 177px;
    top: 0px;
    z-index: 1;
}
.form-box{
    position: relative;
    width: 504px;
}
.form-menu{
    display: flex;
    margin-bottom: 44px;
}
.form-menu div{
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    padding:0 10px 20px;
    margin-right: 51px;
    cursor: pointer;
}
.form-menu .on{
    color: #288dc6;
    border-bottom: 2px solid #288dc6;
}
.right-icon{
    position: absolute;
    right: 0;
    top: 102px;
    display: flex;
}
.right-icon-toast{
    width: 113px;
    height: 31px;
    margin-right: -25px;
    background-image: url(../img/login/t1.png);
    line-height: 31px;
    padding-left: 12px;
    font-size: 14px;
    color: #288dc6;
    margin-top: 26px;
    background-size: contain;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}
.right-icon-qr{
    width: 64px;
    height: 66px;
    cursor: pointer;
}
.right-icon-shouji{
    width: 37px;
    height: 51px;
    position: absolute;
    top: 16px;
    cursor: pointer;
    right: 14px;
}
.info{
    text-align: center;
    margin-top: 55px;
    margin-bottom: 21px;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
}
.input-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px 0 13px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.input-line img{
    width: 20px;
    height: auto;
    object-fit: contain;
}
.input-line input{
    padding: 0 15px;
    font-size: 14px;
    border: none;
    width: inherit;
}
.input-line input::placeholder{
    color: #B2B2B2;
}
.input-line:hover{
    border: 1px solid #288dc6;
}
.get-code{
    font-size: 14px;
    color: #288dc6;
    cursor: pointer;
    white-space: nowrap;
    padding:0 7px;
}
.login-slide{
    width: 504px;
    height: 50px;
    background: linear-gradient(90deg, #288DC6 0%, #84D3FF 100%);
    border-radius: 5px;
    margin-bottom: 24px;
}
.nc-container #nc_4_wrapper,.nc-container #nc_5_wrapper{
    width: 504px !important;
    height: 50px !important;
}
.nc_scale {
    height: 50px !important;
    background: transparent !important;
}
.nc-container .nc_scale .btn_slide,.nc-container .nc_scale .btn_ok{
    height: 37px !important;
    width: 37px !important;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    line-height: 37px !important;
    color: #288dc6 !important;
    margin: 7px;
    /*left: 452px !important;*/
}
.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg {
    background: #288dc6 !important;
    border-radius: 5px;
    padding-right: 37px;
    box-sizing: content-box;
}
.nc-container .nc_scale .scale_text2 b,.nc-container .nc_scale span {
    font-size: 14px;
    color: #ffffff;
    line-height: 50px !important;
}
.nc-container .nc_scale .scale_text2 b,.nc-container .nc_scale span.nc-lang-cnt{
    -webkit-text-fill-color: #fff !important;
}
.info-line{
    display: flex;
    justify-content: center;
}
.color-black{
    font-size: 14px;
    color: #000000;
}
.color-green{
    font-size: 14px;
    color: #288dc6;
    cursor: pointer;
}
.submit-btn{
    width: 504px;
    height: 50px;
    background: #288DC6;
    border-radius: 5px;
    margin-bottom: 19px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}
.forget-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: -13px;*/
    margin-bottom: 25px;
}
.check-box{
    font-size: 14px;
    cursor: pointer;
    color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.check-box input[type=checkbox]{
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(151,151,151,0.5);
    appearance: none;
    margin-left: 12px;
    margin-right: 7px;
    color: #ffffff;
}
.check-box input[type=checkbox]:checked{
    color: #fff;
    background-color: #288DC6;
    border: 1px solid #288DC6;
}
.check-box input[type=checkbox]:after{
    content: "\2713";
    text-align: center;
    width: 100%;
    display: block;
}
.type1{
    padding-top: 135px;
}
.type2{
    padding-top: 131px;
    width: 651px;
}
.title1{
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
}
.title2{
    text-align: center;
    font-size: 16px;
    margin-bottom: 38px;
    color: rgba(0,0,0,0.5);
}
.scan-box{
    width: 364px;
    height: 390px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #288dc6;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    position: relative;
}
.scan-wx{
    width: 298px;
    height: 298px;
    background: #FFFFFF;
    padding: 10px;
}
.scan-wx-shadow{
    width: 362px;
    height: 300px;
    background: rgba(255,255,255,0.96);
    text-align: center;
    line-height: 300px;
    font-size: 20px;
    color: #000000;
    top: 30px;
    font-weight: 600;
    position: absolute;
}
.scan-txt{
    display: flex;
    align-content: center;
    margin-top: 10px;
}
.scan-txt img{
    width: 35px;
    height: 30px;
    margin-right: 10px;
}
.type3{
    width: 504px;
    /*padding-top: 61px;*/
}
.register-box .input-line,.register-box .login-slide{
    margin-bottom: 24px !important;
    height: 50px;
    width: 504px;
}
.register-box .title1{
    margin-bottom: 36px;
    margin-top: 60px;
}
.nc-container #nc_3_wrapper{
    width: 485px !important;
    height: 65px;
}
.type3 .nc-container .nc_scale .btn_ok,.type3  .nc-container .nc_scale .btn_slide{
    width: 37px !important;
    height: 37px !important;
    line-height: 37px !important;
}
.type3 .nc_scale{
    height: 50px !important;
}
.type3 .nc-container .nc_scale span{
    line-height: 53px !important;
}
.type3 .nc-container .nc_scale .scale_text2 b,.type3  .nc-container .scale_text.scale_text span{
    line-height: 50px !important;
}
.type3 .nc_wrapper{
    width: 484px !important;
}
#code-nc .nc_wrapper,#account-nc .nc_wrapper{
    width: 484px !important;
}

.type3 .submit-btn{
    height: 50px;
    line-height: 50px;
    margin-bottom: 22px;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.half-input{
    display: flex;
    align-items: center;
    width: 242px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(5,5,5,0.05);
    padding: 0 30px 0 18px;
    position: relative;
}
.half-input input{
    font-size: 14px;
    border: none;
    width: 100%;
}
.half-input select{
    color: #B9B9B9;
    font-size: 14px;
    border: none;
    appearance: none;
    width: inherit;
    background-image: url("../img/login/select-bg.png");
    background-size: 16px 11px;
    background-repeat: no-repeat;
    background-position: right;
}
.half-input input::placeholder{
    color: #B9B9B9;
}
.half-input img{
    width: 20px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}
/*忘记密码的css*/
.reg-box{
    height: 965px;
    background:  #F0F5F5;
    padding-top: 113px;
}
.process-line{
    display: flex;
    width: 1200px;
    overflow: hidden;
    padding-left: 34px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.process{
    width: 340px;
    height: 54px;
    background: rgba(0,0,0,0.05);
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    line-height: 54px;
    text-align: center;
    margin-left: -32px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.process-line img{
    width: 79px;
    height: 179px;
    margin-left: -45px;
    position: relative;
    z-index: 2;
}
.process-line .on{
    color: #FFFFFF;
    background: linear-gradient(90deg, #288DC6 0%, #84D3FF 100%);
}
.top-line{
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
    position: relative;
}
.top-line .name{
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
}
.step1,.step2{
    width: 504px;
    margin: auto;
}
.tip{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 14px;
    color: #FF0000;
}
.ok-img{
    width: 87px;
    height: 102px;
    margin: 36px auto 19px;
    display: block;
}
.back{
    position: absolute;
    right: 56px;
    top: 4px;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #288dc6;
}
.back img{
    margin-right: 2px;
    width: 20px;

}
.must-toast{
    position: absolute;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    right: 23px;
    pointer-events: none;
}
.refresh{
    position: absolute;
    right: 120px;
    cursor: pointer;
}
.refresh img{
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.red-alarm{
    border: 1px solid #FF0000 !important;
}
.red-alarm:after{
    content: attr(data-content-after);
    font-size: 14px;
    color: #FF0000;
    position: absolute;
    bottom: -24px;
}
.shake{
    animation: shake 0.1s ease infinite;
}
.shake:after{
     content: '请完成滑块验证';
     font-size: 16px;
     color: #FF0000;
     position: absolute;
     bottom: -28px;
 }
@keyframes shake {
    0%{
     transform: translate(-10px, 0px);
    }
    50%{
        transform: translate(10px, 0px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}
.reg-success{
    text-align: center;
}
.reg-success img{
    width: 87px;
    height: 102px;
    margin-top: 198px;
}
.reg-success-txt{
    margin-top:33px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
}
.color-grey{
    margin-right: 11px;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
}
.scan-wx-shadow>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 300px;
    justify-content: center;
    /*cursor: pointer;*/
    line-height: normal;
}
.scan-wx-shadow>div img{
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.scan-wx-shadow>div span{
    color: #288dc6;
    margin-top: 10px;
}
.scan-wx-shadow .refreshQrcode{
    cursor: pointer;
}


#passwordResetForm .login-slide{
    width: 100% !important;
}
#passwordResetForm .submit-btn{
    width: 100% !important;
}

#passwordResetForm #code-nc .nc_wrapper,#passwordResetForm  #account-nc .nc_wrapper {
    width: 485px !important;
}


















