*{margin:0;padding:0;box-sizing:border-box;}
body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    background:#eef2f9;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(37,99,235,0.06) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(37,99,235,0.05) 0%, transparent 40%),
        radial-gradient(#d4deef 1px, transparent 1px);
    background-size: auto, auto, 28px 28px;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}
.es-login-style1{
    width:100%;
    max-width:1200px;
    height:680px;
    display:flex;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 48px rgba(21,64,216,0.14);
}
.es-login-style1-left{
    width:56%;
    height:100%;
    background-image:url("../../uploads/image/login_adv.png");
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    color:#fff;
    padding:60px 48px;
}
.style-logo{
    width:100%;
    height:60px;
}
.flex1{
    flex:1;
}
.es-login-style1-left .title{
    font-size:34px;
    font-weight:700;
    margin-bottom:14px;
    line-height:1.3;
    white-space:nowrap;
}
.es-login-style1-left .subtitle{
    font-size:15px;
    opacity:0.85;
    line-height:1.6;
}
.style1-login{
    width:44%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
}
.style1-login > div{
    width:380px;
}
.style1-login-title{
    font-size:30px;
    color:#222;
    margin-bottom:40px;
    font-weight:600;
    text-align:center;
}
.account-form-item,.password-form-item{
    margin-bottom:24px;
}
.style-input{
    display:flex;
    align-items:center;
    border:1px solid #e4e7ed;
    border-radius:10px;
    height:50px;
    background:#f7f9fc;
}
.style-input:hover{
    border-color:#c0c4cc;
}
.style-input:focus-within{
    border-color:#3b82f6;
    background:#fff;
}
.input-logo{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#909399;
    font-size:18px;
}
.account-input{
    flex:1;
}
.account-input input{
    width:100%;
    height:50px;
    border:none;
    outline:none;
    background:transparent;
    font-size:15px;
    padding-right:12px;
}
.input-password-logo{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#909399;
    cursor:pointer;
}
.style-operation{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:24px;
    font-size:14px;
}
.style-operation label{
    display:flex;
    align-items:center;
    gap:6px;
    color:#555;
    cursor:pointer;
}
.style-operation a{
    color:#3b82f6;
    text-decoration:none;
}
.style-login-botton{
    width:100%;
    height:50px;
    background:#5b9df5;
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
    transition:background 0.2s;
}
.style-login-botton:hover{
    background:#3b82f6;
}
.other-title{
    display:flex;
    align-items:center;
    margin-top:32px;
    margin-bottom:20px;
}
.other-title .split{
    flex:1;
    height:1px;
    background:#e5e7eb;
}
.other-title .text{
    padding:0 14px;
    font-size:14px;
    color:#909399;
}
.icon-weixin2{
    display:block;
    text-align:center;
    font-size:42px;
    color:#36c662;
    margin-bottom:24px;
}
.registered{
    text-align:center;
    font-size:14px;
    color:#555;
}
.registered a{
    color:#3b82f6;
    text-decoration:none;
}
.err-tip{
    color:#ef4444;
    font-size:14px;
    margin-bottom:16px;
    text-align:center;
}
@media (max-width:1024px){
    body{
        padding:20px;
        align-items:flex-start;
    }
    .es-login-style1{
        flex-direction:column;
        height:auto;
        max-width:520px;
    }
    .es-login-style1-left{
        width:100%;
        height:240px;
        padding:30px;
    }
    .es-login-style1-left .title{
        font-size:26px;
        white-space:normal;
    }
    .style1-login{
        width:100%;
        padding:40px 0;
    }
}
@media (max-width:640px){
    body{
        padding:12px;
    }
    .es-login-style1-left{
        display:none;
    }
    .style1-login>div{
        width:calc(100% - 32px);
    }
}