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: 50px;
    margin-top: 5vh;
}
.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: 100%;
    /*width: 560px;*/
    /*height: 100%;*/
    /*font-size: 32px;*/
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    /*font-weight: bold;*/
    /*color: #333333;*/
    /*line-height: 32px;*/
    /*padding-top: 14vh ;*/
    padding-left: 49px;
    margin: 0 auto;
}
.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{
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    position: fixed;
    /*left: 65%;*/
    top: 90%;
    text-align: center;

}
.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: 90%;
    height: 70px;
    border: 0;
    font-size: 24px;
    opacity: 1;
    outline: none;
    /*margin-top: 40px;*/
    color: #fff;
    background: linear-gradient(0deg, #3D5FFC 0%, #69BCFB 100%);
    border-radius: 35px;
    margin-top: 4vh;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
    background: linear-gradient(0deg, #3D5FFC 0%, #69BCFB 100%) !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: 90%;
    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: 12vh;
}
.login-box{
    /*width: 100%;*/
    /*height: 100%;*/
    /*width: 750px;*/
    /*overflow: hidden;*/
    /*margin: 0 auto;*/
    /*height: 440px;*/
    /*background-color: #ffffff;*/
    width: 79.1vw;
    height: 73.1vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 68px 0px rgba(14, 113, 146, 0.17);
    border-radius: 0px 10px 10px 0px;
    margin: 0 auto;
}
.login-box-left{
    width: 43vw;
    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: 36vw;
    height: 100%;
    display: inline-block;
    float: left;
}
.swiper-login{
    width: 43vw;
    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: 90%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.user-box input{
    /*width: 90%;*/
    height: 70px;
    border: none;
    font-size: 27px;
    color: #000;
}
.password-box{
    width: 90%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}
.password-box input{
    /*width: 90%;*/
    height: 70px;
    border: none;
    font-size: 27px;
    color: #000;
}



