html{height: 100%;}
body {
    /*background:url("../img/beijing.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
    background-color: rgba(119,196,255,0.1);
}
.form-control:focus, .single-line:focus{
    border-color:#6eb7ff !important;
    color: #6eb7ff !important;
}
/*.bg-top{*/
/*    height: 100%;*/
/*    background:url("../img/login-bg.jpg") no-repeat center fixed;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*    color: rgba(255,255,255,.95);*/
/*}*/
.bg-buttom{
    height: auto;
}

.from-data{
    display: flex;
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    /*top: 20%;*/
    /*left: 77.4%;*/
    /*margin-left: -400px;*/
}
.from-left{
    width: 400px;
    height: 400px;
    background: #FAFAFA;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    text-align: center;
    padding-top: 15%;
}
.l-title{
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 20px;
    width: 100%;
    height: 200px;
}
.l-title-a{
    width: 389px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.logo-title{
    height: 31px;
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-top: 60px;
    text-align: left;
    /*margin-left: 42%;*/
    margin-bottom: 30px;
}
.logo-title .one{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.logo-title .two{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 25px;
}
.form-right{
    width: 560px;
    /*height: 100%;*/
    /*font-size: 32px;*/
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    /*font-weight: bold;*/
    /*color: #333333;*/
    /*line-height: 32px;*/
    margin-top: 23vh;
    padding: 0 49px;
}
.forget a{
    width: 73px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 43px;
    margin-left: 40%;
}
.bg-title{
    width: 651px;
    height: 34px;
    font-size: 36px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    position: fixed;
    top: 10%;
    left: 27%;
}
.copyright-text{
    height: 16px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    position: fixed;
    left: 65%;
    top: 90%;

}
.signinpanel {
    width: 750px;
    margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.input1 img{
    width: 70px;
    height: 70px;
}
.input2 img{
    width: 70px;
    height: 70px;
}
.signinpanel .btn {
    margin-top: 30px;
}

.btn-block{
    width: 434px;
    height: 70px;
    border: 0;
    font-size: 24px;
    background: #333333;;
    border-radius: 10px;
    opacity: 1;
    outline: none;
    margin-top: 40px;
    color: #fff;

}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
    background: #333333 !important;
}


.signinpanel form {
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    margin: 0 135px;
}

.input1{
    display: flex;
}
.input2{
    display: flex;
}
.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 420px!important;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
}
.form-right form{
    margin-top: 110px;
}
.login-input-box  {
    overflow: hidden;
    /*margin-top: 20px;*/
    /*width: 434px;*/
    /*height: 70px;*/
    /*background: #FFFFFF;*/
    /*border: 1px solid #333333;*/
    /*border-radius: 10px;*/
}


.login-input-box .login_icon {
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    border-radius: 35px 0 0 35px;
}
.login-input-box .login_icon img {
    border-radius: 35px 0 0 35px;
    border: 1px solid #FFFFFF;
    border-right: 0;
    vertical-align: middle;
    overflow: hidden;
    height: 70px;
    width: 70px;
}
.login-input-box {
    /*width: 100%;*/
    /*height: 46px;*/
    /*background: #FFFFFF;*/
    /*border-radius: 4px 4px 4px 4px;*/
    /*opacity: 1;*/
    width: 434px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.login_input-box input {
    /*width: 434px;*/
    height: 58px;
    /*background: #FFFFFF;*/
    /*border: 1px solid #333333;*/
    /*border-radius: 10px;*/

    overflow: hidden;
}

 .logo1{
    width: 288px;
    height: 66px;
}
.row1{
    margin: 0 230px;
}

body{
    /*padding-top: 15vh;*/
}
.login-box{
    width: 100%;
    height: 100%;
    /*width: 750px;*/
    /*overflow: hidden;*/
    /*margin: 0 auto;*/
    /*height: 440px;*/
    /*background-color: #ffffff;*/
}
.login-box-left{
    width: 55vw;
    height: 100%;
    display: inline-block;
    float: left;
    /*position: relative;*/
    /*width: 350px;*/
    /*height: 100%;*/
    /*float: left;*/
    background:url("/static/admin/img/login-bg.png") no-repeat;
    background-size: 100% 100%;
}
.login-box-banner{
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.login-box-banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.login-box-right{
    width: 44vw;
    height: 100%;
    display: inline-block;
    float: left;
}
.swiper-login{
    width: 52vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
/*.swiper-login .swiper-wrapper{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.swiper-login .swiper-wrapper .swiper-slide{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.swiper-slide img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    object-fit: cover;
}
.user-box{
    width: 434px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.user-box input{
    width: 434px;
    height: 70px;
    border: none;
    font-size: 27px;
    color: #000;
}
.password-box{
    width: 434px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.password-box input{
    width: 434px;
    height: 70px;
    border: none;
    font-size: 27px;
    color: #000;
}

/* 遮罩层 */
.sms-modal-mask {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

/* 模态框主体 */
.sms-modal {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    padding: 30px 28px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* 标题与说明 */
.sms-modal h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
}

.sms-modal p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.phone {
    font-size: 20px;
    color: #333;
    margin-bottom: 22px;
}

/* 验证码输入行 */
.sms-code-row {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.sms-code-row input {
    flex: 1;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #409eff;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
}

/* 获取验证码按钮 */
#sendCodeBtn {
    width: 110px;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #409eff;
    background: #fff;
    color: #409eff;
    cursor: pointer;
}

#sendCodeBtn:disabled {
    color: #999;
    border-color: #ccc;
    cursor: not-allowed;
}

/* 底部按钮 */
.sms-model-button {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-bottom: 6px;
}

.btn-cancel {
    width: 90px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #dcdfe6;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

.btn-confirm {
    width: 90px;
    height: 40px;
    border-radius: 6px;
    border: none;
    background: #409eff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.btn-confirm:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}



