.login-box{
    background: linear-gradient(2deg, #468AEE, #3E83FE);
    height: 100vh;
    width: 100%;
    background: url(../static/bg.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.login-bac{
    height: 100%;
    width: 100%;
}
.login-bac img{
    width: 100%;
    overflow: hidden;
}
.login-title{
    font-size: 0.62rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 7px 6px rgba(37, 96, 213, 0.14);
    text-align: center;
    padding-top: 7.8vh;
    letter-spacing: 0.05rem;
    box-sizing: border-box;
}
.login-line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;
}
.left-img{
    width: 24.8%;
    height: 100%;
    display: flex;
    align-items: center;
}
.left-img img{
    width: 100%;
    border-radius: 8px 0px 0px 8px;
}
.right-infor{
    width: 26%;
    background: #FFFFFF;
    border-radius:8px  8px 8px 8px;
    position: relative;
    
    
}
.top-infor{
    margin: 2% 10% 20% 10%;
    box-sizing: border-box;
}
.title-blue-line{
    padding-top: 8%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 8.2%;
}
.title{
    font-size: 0.24rem;
    font-weight: 400;
    color: #4186F8;
    line-height: 24px;
    padding-bottom: 4%;
    box-sizing: border-box;
    border-bottom:1px solid rgba(183, 182, 182, 0.45);
}
.blue-line{
    width: 8vw;
    height:0.04rem;
    background: #4286F7;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.user-input{
    display: flex;
    box-sizing: border-box;
    background: #FAFBFF;
    border: 1px solid #E0E9FA;
    border-radius: 5px;
    margin-top: 6%;
    align-items: center;
    box-sizing: border-box;
    height: 0.5rem;
}
.infor-input{
    background: #FAFBFF;
    border-radius: 5px;
    width: 100%;
    flex: 1;


}
.input-style{
    font-size: 0.16rem;
    font-weight: 400;
    color: #000000;
    background: #FAFBFF;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    height: 100%;
}
.user-input-blue{   
border: 1px solid #4085FA;
}
.user-input:focus-within{
    background: #FAFBFF;
    border: 1px solid #4085FA;
    /* 解决input按钮自动填充后 浏览器渲染的默认背景问题 */
    box-shadow: inset 0 0 0 1000px #FFFFFF!important;
    
}
.user-input:focus-within .infor-icon{
    background: #FAFBFF;
        color: rgba(66, 134, 247, 1);
}
.infor-icon{
    font-size:0.24rem;
    width: 0.5rem;
    color: rgba(192, 191, 191, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-btn-box{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(235, 235, 235, 0.28);
    margin-bottom: 3%;
    margin-top:0.25rem ;
}
.line-bar{
    border-bottom: 1px #ebebeb dashed;
    margin-top: 0.3rem;
    margin-bottom: 0.26rem;
}
.login-btn{
    width: 100%;
    height: 0.55rem;
    background: #4286F7;
    border-radius: 5px;
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;

}
.login-btn:hover{
     background: #3565dd;
     color: #fff;
}
.href-text{
    box-sizing: border-box;
    font-size: 0.16rem;
    font-weight: 500;
    color: #4286F7;
    cursor: pointer;
    margin-bottom: 0.14rem;
}
.bottom-bac{
    height: 100%;
    margin-top: 21%;   
}
.top-group{
    height: 90vh;
}
.bottom-bac img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
}
.bottom-infor{
    height: 10vh;
    margin: auto;
    box-sizing: border-box;
}
.bottom-line{
    font-size: 0.18rem;
    color: #FFFFFF;
    white-space:nowrap;
    display: flex;
    justify-content: center;
    margin-top: 0.3%;
   
}
.bottom-line span{
    margin-left: 1vw;
}
.min-style{
    height: 100%;
    min-width: 1200px;
}
@media screen and (max-width:1360px){
.bottom-line{
    font-size: 0.24rem;
}
.top-group {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-title{
    padding-top: 0;
}

}
