.login-page{
    width: 100%;
    height: 100%;
    background: url('/asset/image/login.png') no-repeat center;
    background-size: cover;
    position: relative;
}
.lg01{
    width: 752px;
    height: 438px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -219px;
    margin-left: -376px;
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    font-family: Alibaba PuHuiTi 2.0;
}
.lg01-left{
    width: 50%;
    height: 100%;
    background: url('https://zhongxi20250408.oss-cn-hongkong.aliyuncs.com/images/lg02.png') no-repeat center;
    background-size: cover;
    padding: 24px 17px;
    box-sizing: border-box;
    color: #fff;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.lg01-left .lg-wz01{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.lg01-right{
    background-color: #fff;
    width: 50%;
}
.lg-zc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    gap:50px;
    margin-top: 16px;
}
.lg-zc .lg-dl{
    color: #AEAEAE;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.lg-zc .lg-dl .empty-lg{
    width: 36px;
    height: 2px;
    background: #163CD2;
    display: none;
    margin: 0 auto;
    margin-top: 2px;
}
.lg-zc .lg-dl2 .empty-lg{
    display: block;
}
.lg-zc .lg-dl2{
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
}
.login-form {
    width: 100%;
    padding:0 50px;
    box-sizing: border-box;
}
.icon-user{
    width: 32px;
    height: 20px;
    border-right:0.5px solid #CFCFCF;
    background: url('https://zhongxi20250408.oss-cn-hongkong.aliyuncs.com/images/lg03.png') no-repeat center;
    background-size: contain;
}
.icon-lock{
    width: 32px;
    height: 20px;
    border-right:0.5px solid #CFCFCF;
    background: url('https://zhongxi20250408.oss-cn-hongkong.aliyuncs.com/images/lg04.png') no-repeat center;
    background-size: contain;
}
.icon-verify{
    width: 32px;
    height: 20px;
    border-right:0.5px solid #CFCFCF;
    background: url('https://zhongxi20250408.oss-cn-hongkong.aliyuncs.com/images/lg05.png') no-repeat center;
    background-size: contain;
}
.input-group {
    position: relative;
    margin-bottom: 12px;
    background: rgba(0, 121, 234, 0.03);
    border-color:  #163CD2;
    border-width: 0.2px;
    border-radius: 2px;
}
.input-group i {
    position: absolute;
    left: 4px;
    top: 8px;
}

.input-group input {
    width: 100%;
    padding: 7px 7px 7px 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 20px;
}
.input-group2 {
    position: relative;
    margin-bottom: 12px;
    border-radius: 2px;
    overflow: hidden;
}
.captcha-img {
    cursor: pointer;
    float: right;
}

.login-btn {
    width: 100%;
    padding: 10px;
    background-color: #163CD2;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1em;
    margin-bottom: 28px;
}

.forgot-password {
    text-align: center;
}

.forgot-password a {
    font-size: 14px;
    color: #767676;
    margin: 0 5px;
}
.forgot-password .pw2 {
    color: #163CD2;
}
.input-group input:focus {
    outline: none; /* 移除默认的 outline */
    border-color: #ddd; /* 保持默认边框颜色，或设置为透明 */
    box-shadow: none; /* 移除可能存在的 box-shadow 效果 */
}


