
.loginBody{
    background: url("./../images/login-bg.png") no-repeat center center;
}
.code-box{
    padding-left: 62px;
}
.code-form{
    padding: 98px 50px !important;
    width: 416px !important;
    height: 466px !important;
    box-shadow: none !important;
    border-radius: 0px 10px 10px 0px !important;
}
.img-code{
    width: 180px;
    height: 180px;
    margin: 30px 6px;
}
.code-title{
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #292B2F;
    text-align: left;
    line-height: 24px;
}
.code-form .tab-p{
    text-align: left;
}
.tab-p{
    text-align: center;
}
.tab-type:hover{
    cursor: pointer;
    color: #0783ff;
}
.tab-type{
    color: #0783ff !important;
    text-decoration: underline !important;
    text-decoration-color: #0783ff !important;
}
.code-login{
    display: block;
}
.num-login{
    display: none;
}

.mobile-logo{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    display: none;
}
.mobile-logo img{
    width: 77px;
    height: 22px;
}

@media screen and (max-width: 768px){
    html{
        font-size: 50px;
    }
    .mobile-system{
        width: 3.38rem;
        height: 1.1rem;
        display: inline;
    }
    .loginBody {
        background: url("./../images/mobile-login-img.png") no-repeat center center;
        background-size: 100% 100%;
        min-height: 500px;
    }
    .login-layout-box {
        width: 100%;
        overflow: hidden;
        height: 100%;
        flex-direction: column;
        /* padding-top: 1.76rem; */
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        left: -.2rem;
        left: 0;
        transform: translate(0, 0);
        background: url(./../images/mobile-login-img.png) no-repeat center center;
        background-size: cover;
    }
    .pc-system{
        display: none;
    }
    .loginBody form.layui-form{
        background-color: transparent;
        padding-top: .8rem !important;
        height: auto !important;
        padding: 1.53rem 1rem !important;
    }
    .login-form{
        /* height: auto !important; */
        padding-left: .6rem !important;
    }
    .login-form input {
        width: 100%;
        margin-left: -26px;
        border: none;
        padding-left: 1.06rem;
    }
    .login-form .login-btn{
        width: 6.32rem !important;
        margin-left: 0px;
    }
    .login-form .icon-position{
        /* width: .8rem; */
    }
    .login-form .icon-password,.login-form .icon-user{
        position: relative;
        left: .6rem;
        left: 12px;
    }
    .tab-p{
        display: none;
    }
    .num-login{
        display: block;
    }
    .code-login{
        display: none;
    }
    .layui-form-item{
        margin-bottom: .4rem;
    }
    .login-form .tishi-box{
        height: .8rem;
        line-height: .72rem;
        margin: 0;
    }
    .mobile-logo{
        display: block;
        text-align: center;
        position: absolute;
        bottom: 28px;
        left: 0;
    }
    .mobile-logo img{
        width: 1.54rem;
        height: .44rem;
    }
    .tishi-box{
        padding-left: .3rem;
    }
}
@media screen and (max-width:767px) and (min-width: 414px){
    .login-form{
        padding-left: 1rem !important;
    }
    .login-form input {
        width: 6.32rem;
        border: none;
        padding-left: 1.06rem;
    }
    .login-form .login-btn{
        width: 100% !important;
        /* margin-left: .2rem; */
    }
    .tishi-box{
        padding-left: .2rem;
    }
}
@media screen and (max-width:374px) and (min-width: 320px){
    .loginBody form.layui-form {
        height: auto;
        padding: 1.5rem 1.2rem !important;
    }
    .login-form{
        padding-left: .2rem;
        height: auto !important;
    }
    .login-form .login-btn{
        width: 100% !important;
    }
    .tishi-box{
        padding-left: .5rem;
    }
}