body,html,.login-wrap{
    height: 100%;
    min-height: 700px;
}
.login-wrap header{
    /* padding-top: 40px; */
    /* padding-top: calc(10px + 0.5vw); */
    height: 80px;


}
.btn-return{
    margin-right: 0;
    
}

header.header-fixed{
    background-color: transparent;
}
header.header-fixed .default-logo{
    display: block;
}
.container{
    width: 100%;
    max-width: 1680px;

}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    position: relative;
}

.logo .logo-txt{
    color: #fff;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Light";
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    margin-top: -1px;
}
.logo .logo-txt::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    background-color: rgba(255, 255, 255, .2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    
}
.login-bg{
    height: calc(100% - 95px);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/login-bg.jpg") no-repeat center;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover;

}
.login-con{
    width: 100%;
    height: 100%;
    display: flex;

    align-items: center;
}
.login-con .container{
    width: 90%;
    max-width: 1440px;
    position: relative;
    z-index: 1;
}

.login-section{
    background-color: #fff;
    width: 540px;
    padding: 60px;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.login-section h2{
    font-size: calc(14px + 1.04vw);

    font-family: "HarmonyOS_Sans_SC_Light";
    margin-bottom: 30px;

}
.login-section h2 span{
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.login-section .layui-btn{
    width: 100%;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 25px;
    background: linear-gradient(135deg, #152CB6, #192886);
}

@media (min-width: 992PX) {
    .login-section .layui-btn:hover{
        opacity: .8;
    }
    
}

.login-section .layui-input{
    height: 60px;
    border-color: transparent;
    background-color: #f9f9f9;
}
.login-section .layui-input:hover,
.login-section .layui-input:focus{
    border-color: #152cb6!important;
}
.layui-form-item-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layui-form-item .input-inline{
    max-width: 260px;
    width: 61%;

}

.layui-form-item  .yzm{
    width: calc(39% - 10px);
    overflow: hidden;
    height: 60px;

}
.layui-form-item  .yzm img{
    max-height: 100%;
   width: 100%;
   height: 100%;
   object-fit: fill;
}
.layui-form-item:after{
    display: none;
}

.login-section .tip-info{
    text-align: center;
    color: #999;
    font-size: 14px;
}

.login-section .tip-info span{
    color: #000;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding: 0;
    background-color: #1e2129;
    z-index: 99;
}
footer .container{
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer *{
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light";

}
footer a:first-child{
    margin-right: 20px;

}
@media (max-width: 1440px) {
    .layui-form-item  .yzm,
    .login-section .layui-input{
        height: 50px;
    }
    .logo .logo-txt{
        font-size: 1rem;
        padding-left: 1rem;
        margin-left: 1rem;

    }
    
}
@media (max-width: 991.98px) {
    .login-wrap header {
        height: 60px;
        background-color: transparent;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .login-con .container{
        display: flex;
        justify-content: center;

    }
    /* .login-section{
        padding: 40px;
    } */
    .login-section h2{
        margin-bottom: 20px;
    
    }
    .login-bg,
    .login-con{
        height: 100%;

    }
    footer .container{
        height: auto;
        flex-direction: column;
        padding: .5rem 0;
    }
    footer a{
        display: block;
        font-size: 12px;
    }
  
}

@media (max-width: 767.98px) {
    .login-section{
        width: 500px;
    }

    .layui-form-item  .yzm,
    .login-section .layui-input {
        height: 44px;
    }

    .login-section .layui-btn{
        height: 44px;
    }
    /* .login-section{
        width: 90%;
    } */
    /* .login-section{
        padding: 30px;
    } */
}
@media (max-width: 576px) {
 
    .login-section{
        width: 400px;
    }

    /* .login-section{
        width: 100%;
    } */
   
    .login-section h2{
        margin-bottom: 1rem;
    
    }
    .login-section{
        padding: 30px;
    }
}

@media (max-width: 414px) {
    .login-con .container{
        width: 94%;
    }
    .login-section{
        width: 100%;
    }
}











