.login-page{
    position: relative;
    display: flex;
    height: 100vh;
}
.login-page ._left{
    flex: 1;
    padding: 259px 119px 0;
    background-image: url("../img/login/login-img.png");
    background-size: cover;
    word-break: break-all;
}
.login-page ._left .t1{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 60px;
}
.login-page ._left .t2{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}
.login-page ._right{
    min-width: 616px;
    width: 34%;
    display: flex;
    flex-direction: column;
    align-content: center;
    background: #fff;
    padding: 91px 71px;
    height: 100%;
    overflow-y: auto;
}
.login-page ._right .logo{
    height: 58px;
    object-fit: contain;
    margin-bottom: 59px;
}
.form-cont{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.form-cont .form-title{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 57px;
}
.form-cont .form-box{
    display: flex;
    align-items: center;
    padding: 0 30px 0 32px;
    justify-content: space-between;
    border-radius: 60px;
    border: 1px solid #E0E0E0;
    height: 62px;
    margin-bottom: 28px;
    width: 100%;
    position: relative;
}
.form-cont .form-box-ps{
    margin-bottom: 28px;
    margin-top: -8px;
    font-size: 14px;
    color: #BFBFBF;
    line-height: 18px;
    padding: 0 30px;
}
.form-cont input,
.form-cont select{
    font-size: 16px;
    flex: 1;
    outline: none;
    border: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-cont select{
    appearance: none;
    background-image: url("../img/login/down.png");
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 20px;
    background-position: right center;
}
.form-cont input::placeholder,
.form-cont .empty{
    color: #999999;
}
.form-cont .form-icon{
    color: #999999;
    font-size: 22px;
    margin-right: 16px;
}
.form-cont .form-send{
    cursor: pointer;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--base-color);
}
.form-item-2{
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
}
.form-item-2 .form-box{
    width: calc(50% - 8px);
}
.form-drag{
    height: 62px;
    background: #FFFFFF;
    border-radius: 60px;
    border: 1px solid #E0E0E0;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    transition: unset;
}
.form-drag *{
    transition: unset;
}
.form-drag .sm-pop-inner{
    position: unset;
    height: 100%;
}
.form-drag .nc-container .nc_wrapper{
    width: 100% !important;
    height: 62px !important;
    border-radius: 60px;
    border: 10px solid #fff;
}
.form-drag .nc_scale{
    height: 100%;
    border-radius: 30px;
    background: unset;
    overflow: hidden;
}
.form-drag .nc-container .nc_scale .btn_slide{
    width: 98px;
    background-image: url("../img/login/slide1.png");
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    line-height: 40px;
    font-size: 25px;
    color: transparent;
    border: none;
    background-position: center;
    background-color: #4FC2B8;
}
.form-drag .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="SLIDE"]{
    font-size: 16px;
    color: #999999;
    text-align: left;
    padding-left: 118px;
    line-height: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(.4, #999), color-stop(.5, #fff), color-stop(.6, #999), color-stop(1, #999));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}
.form-drag .nc-container .nc_scale .nc_bg{
    background: #A7DBD6;
}
.form-drag .nc-container .nc_scale .btn_ok{
    width: 98px;
    background-image: url("../img/login/slide2.png");
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    line-height: 40px;
    font-size: 25px;
    color: transparent;
    border: none;
    background-color: #4FC2B8;
    background-position: center;
}
.form-drag .drag-ok .nc_wrapper{
    border-color: #A7DBD6;
    background-color: #A7DBD6;
}
.form-drag .drag-ok .scale_text.scale_text.slidetounlock span[data-nc-lang="SLIDE"]{
    color: #fff;
    background: unset;
    -webkit-text-fill-color: unset;
}
.form-drag .nc-container .nc_wrapper .errloading{
    height: 100%;
    line-height: unset;
    display: flex;
    align-items: center;
    border-radius: 40px;
}
.reg-toast{
    text-align: center;
    margin-bottom: 24px;
    margin-top: 78px;
    color: #333333;
    font-size: 16px;
}
.reg-toast a{
    cursor: pointer;
    color: var(--base-color);
}
.form-submit{
    background: #4FC2B8;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    border-radius: 60px;
    cursor: pointer;
}
.login-menu{
    display: flex;
    align-items: stretch;
    margin-bottom: 59px;
}
.login-menu div{
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
    padding-bottom: 21px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
}
.login-menu div.on{
    font-weight: bold;
    font-size: 22px;
    color: var(--base-color);
    border-bottom: 2px solid var(--base-color);
}
.agree-line{
    font-size: 14px;
}
.agree-line ._l{
    cursor: pointer;
    font-size: 14px;
    color: #999999;
}
.agree-line ._r{
    font-size: 14px;
    cursor: pointer;
    color: var(--base-color);
}
.agree-line a{
    color: var(--base-color);
}
.checkbox{
    appearance: none;
    width: 18px !important;
    height: 18px;
    border: 1px solid #999 !important;
    border-radius: 4px;
    color: transparent;
    text-align: center;
    line-height: 20px;
    font-size: 12px !important;
    margin-right: 18px;
    cursor: pointer;
}
.checkbox:checked {
    color: #fff;
    background-color: var(--base-color);
    border: 1px solid var(--base-color) !important;
}
.checkbox:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin: 4px auto;
    transform: rotate(-45deg);
}

.dialog-login{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 482px;
    border-radius: 2px 2px 2px 2px;
    padding: 56px 35px 47px;
    max-width: calc(100% - 40px);
}
.dialog-close{
    position: absolute;
    font-size: 19px;
    cursor: pointer;
    top: 30px;
    right: 30px;
    color: #B3B3B3;
    font-weight: bold;
}
.dialog-login .form-cont{
    zoom: .83;
}
.dialog-login .dialog-show{
    display: flex !important;
}

.complete-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.complete-form .form-drag{
    margin-bottom: 0;
    height: 38px;
}
.complete-form .input-group{
    height: fit-content;
}
.complete-form .form-item-2{
    gap: 16px;
}
.complete-form .form-drag .nc-container .nc_wrapper{
    height: 38px !important;
    border-width: 8px;
}
.complete-form .form-drag .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="SLIDE"]{
    line-height: 22px;
}
.complete-form .form-select-icon{
    top: 10px;
    right: 10px;
}
.complete-form .form-submit{
    height: 38px;
    line-height: 38px;
}
.complete-form .nc-container .nc_scale .scale_text{
    display: flex;
}
.complete-form .form-select-options{
    transform: unset;
}
@keyframes shake {
    0%{
        transform: translate(-10px, 0px);
    }
    50%{
        transform: translate(10px, 0px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}

@media (max-width: 1200px) {
    .login-menu{
        margin-bottom: 40px;
    }
    .login-page{
        flex-direction: column;
        overflow-y: auto;
    }
    .login-page ._left{
        padding: 100px;
    }
    .login-page ._right{
        min-width: unset;
        width: 100%;
        overflow: visible;
        height: fit-content;
    }
    .form-item-2 .form-box{
        width: 100%;
    }

}
@media (max-width: 576px){
    .login-page ._left{
        padding: 20px;
    }
    .login-page ._left .t1{
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .login-page ._left .t2{
        font-size: 14px;
        line-height: 28px;
    }
    .login-page ._right{
        padding: 40px 20px;
    }
    .login-page ._right .logo{
        height: 42px;
        margin-bottom: 42px;
    }
    .form-cont .form-title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .login-menu div,.login-menu div.on{
        font-size: 18px;
        padding-bottom: 12px;
    }
    .form-cont .form-icon{
        font-size: 16px;
        margin-right: 10px;
    }
    .form-cont input, .form-cont select{
        font-size: 14px;
    }
    .form-cont .form-box{
        height: 51px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .form-cont .form-box-ps{
        margin-bottom: 20px;
        font-size: 12px;
    }
    .reg-toast{
        font-size: 14px;
    }
    .form-drag{
        height: 51px;
        margin-bottom: 20px;
    }
    .form-drag .nc-container .nc_wrapper{
        height: 51px !important;
        border-width: 8px;
    }
    .form-drag .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="SLIDE"]{
        line-height: 31px;
        padding-left: 86px;
    }
    .form-drag .nc-container .nc_scale .btn_slide{
        width: 80px;
    }
    .form-drag .nc-container .nc_scale .btn_ok{
        width: 80px;
    }
    .form-cont .form-send{
        font-size: 14px;
    }
    .agree-line,.agree-line ._l,.agree-line ._r{
        font-size: 12px;
    }
    .form-submit{
        height: 51px;
        font-size: 16px;
        line-height: 51px;
    }
    .checkbox{
        zoom: .8;
        margin-right: 10px;
    }
    .red-alarm::after{
        font-size: 10px;
        bottom: -17px;
    }
}
