.loginMask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    /*z-index: 9;*/
    /*display: none;*/
    background: rgba(0,0,0,0.2);
}
.login-outer-pup{
    width: 914px;
    margin:10vh auto;
    border-radius: 5px;
    overflow: hidden;
}
.login-box-pup,.register-pup{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.login-left-pup{
    position: relative;
    height: 564px;
}
.login-left-pup .img1-pup{
    height: 100%;
    width: 380px;
}
.login-left-pup .img2-pup{
    position: absolute;
    width: 347px;
    height: 341px;
    left: 61px;
    top: 125px;
}
.login-left-pup .img3-pup{
    position: absolute;
    width: 342px;
    height: 405px;
    left: 16px;
    top: 0px;
}
.login-left-pup .img4-pup{
    position: absolute;
    width: 483px;
    height: 793px;
    left: -123px;
    top: -30px;
}
.login-right-pup{
    padding: 27px 70px 0 0;
}
.form-box-pup{
    position: relative;
    width: 388px;
}
.form-menu-pup{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.form-menu-pup div{
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    padding:0 14px 20px;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: -2px;
}
.form-menu-pup .on-pup{
    color: #88B7B3;
    border-bottom: 2px solid #88B7B3;
}
.right-icon-pup{
    position: absolute;
    right: 0;
    top: 0px;
    display: flex;
}
.right-icon-toast-pup{
    width: 92px;
    height: 26px;
    margin-right: -18px;
    background-image: url(../img/login/t1.png);
    line-height: 26px;
    padding-left: 10px;
    font-size: 12px;
    color: #78B6B0;
    margin-top: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.right-icon-qr-pup{
    width: 57px;
    height: 58px;
    cursor: pointer;
}
.right-icon-shouji-pup{
    width: 31px;
    height: auto;
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 8px;
}
.info-pup{
    text-align: center;
    margin-top: 55px;
    margin-bottom: 21px;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
}
.input-line-pup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px  0 10px;
    border: 1px solid rgba(0,0,0,0.05);
    height: 48px;
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.input-line-pup img{
    width: 20px;
    height: auto;
    object-fit: contain;
}
.input-line-pup input{
    padding: 0 15px;
    font-size: 16px;
    border: none;
    width: inherit;
}
.input-line-pup input::placeholder{
    color: #B2B2B2;
}
.input-line-pup:hover{
    border: 1px solid #78B6B0;
}
.get-code-pup{
    font-size: 14px;
    color: #78B6B0;
    cursor: pointer;
    white-space: nowrap;
    padding:0 7px;
}
.login-slide-pup{
    width: 388px;
    height: 48px;
    background: linear-gradient(90deg, #88B7B3 0%, #BBE3E1 100%);
    border-radius: 5px;
    margin-bottom: 25px;
}
.loginMask .nc-container #nc_1_wrapper,.loginMask .nc-container #nc_2_wrapper{
    width: 374px !important;
    height: 48px !important;
}
.loginMask .nc_scale {
    height: 48px !important;
    background: transparent !important;
}
.loginMask .nc-container .nc_scale .btn_slide,.loginMask .nc-container .nc_scale .btn_ok{
    height: 36px !important;
    width: 36px !important;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    line-height: 36px !important;
    color: #78B6B0 !important;
    margin: 7px;

}
.loginMask .nc-container .nc_scale .nc_ok,.loginMask  .nc-container .nc_scale .nc_bg {
    background: #88B7B3 !important;
    border-radius: 5px;
    padding-right: 31px;
    box-sizing: content-box;
}
.loginMask .nc-container .nc_scale .scale_text2 b,.loginMask .nc-container .nc_scale span {
    font-size: 16px;
    color: #ffffff;
    line-height: 48px !important;
}
.loginMask .nc-container .nc_scale .scale_text2 b,.loginMask .nc-container .nc_scale span.nc-lang-cnt{
    -webkit-text-fill-color: #fff !important;
}
.info-line-pup{
    display: flex;
    justify-content: center;
}
.color-black-pup{
    font-size: 16px;
    color: #000000;
}
.color-green-pup{
    font-size: 16px;
    color: #88B7B3 !important;
    cursor: pointer;
}
.submit-btn-pup{
    width: 388px;
    height: 48px;
    background: #88B7B3;
    border-radius: 5px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}
.forget-line-pup{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -17px;
    margin: 11px 0;
}
.check-box-pup{
    font-size: 14px;
    cursor: pointer;
    color: rgba(0,0,0,0.5);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.check-box-pup input[type=checkbox]{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(151,151,151,0.5);
    appearance: none;
    margin-left: 8px;
    margin-right: 6px;
    color: #ffffff;
    line-height: 16px;
}
.check-box-pup input[type=checkbox]:checked{
    color: #fff;
    background-color: #39BAB7;
    border: 1px solid #39BAB7;
}
.check-box-pup input[type=checkbox]:after{
    content: "\2713";
    text-align: center;
    width: 100%;
    display: block;
}
.type1-pup{
    padding-top: 64px;
}
.type2-pup{
    padding-top: 65px;
    width: 440px;
}
.title1-pup{
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
}
.title2-pup{
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
    color: rgba(0,0,0,0.5);
}
.scan-box-pup{
    width: 228px;
    height: 263px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #78B6B0;
    padding: 19px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    position: relative;
}
.scan-wx-pup{
    width: 198px;
    height: 198px;
    background: #FFFFFF;
    padding: 8px;
}
.scan-wx-shadow{
    width: 198px;
    height: 198px;
    background: rgba(255,255,255,0.85);
    text-align: center;
    font-size: 18px;
    color: #000000;
    top: 19px;
    position: absolute;
}
.scan-wx-shadow>div img{
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    margin-top: 55px;
}
.scan-txt-pup{
    display: flex;
    align-content: center;
    margin-top: 7px;
}
.scan-txt-pup img{
    width: 19px;
    height: 16px;
    line-height: 16px;
    margin-right: 6px;
}
.type3-pup{
    width: 445px;
    padding-top: 3px;
    height: 688px;
}
.register-box-pup .input-line-pup,.register-box-pup .login-slide-pup{
    margin-bottom: 22px !important;
    height: 44px;
    width: 445px;
}
.register-box-pup .title1-pup{
    margin-bottom: 32px;
}
.loginMask .nc-container #nc_3_wrapper{
    width: 437px !important;
    height: 44px;
}
.type3-pup .nc-container .nc_scale .btn_ok,.type3-pup  .nc-container .nc_scale .btn_slide{
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    margin: 4px;
}
.type3-pup .nc_scale{
    height: 44px !important;
}
.type3-pup .nc-container .nc_scale span{
    line-height: 36px !important;
}
.type3-pup .nc-container .nc_scale .scale_text2 b,.type3-pup  .nc-container .scale_text.scale_text span{
    line-height: 44px !important;
}
.type3-pup .nc-container .nc_scale .nc_bg{
    padding-right: 26px;
}
.type3-pup .submit-btn-pup{
    height: 48px;
    width: 445px;
    line-height: 48px;
    margin-bottom: 17px;
}
.dFlexBetween-pup{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.half-input-pup{
    display: flex;
    align-items: center;
    width: 211px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(5,5,5,0.05);
    padding: 0 30px 0 10px;
    position: relative;
}
.half-input-pup input{
    font-size: 16px;
    border: none;
    width: 100%;
}
.half-input-pup select{
    color: #B9B9B9;
    font-size: 16px;
    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-pup input::placeholder{
    color: #B9B9B9;
}
.half-input-pup img{
    width: 20px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}

.must-toast-pup{
    position: absolute;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    right: 23px;
    pointer-events: none;
}
.refresh-pup{
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
}
.refresh-pup img{
    width: 13px;
    height: auto;
    margin-right: 3px;
}
.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);
    }
}

.color-grey-pup{
    margin-right: 18px;
    font-size: 20px;
    color: rgba(0,0,0,0.6);
}
.pup-close:after{
    content: '\2715';
    position: absolute;
    font-size: 24px;
    right: -50px;
    color: #333333;
    top: -10px;
    cursor: pointer;
}
