.loginPC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    /*background: url(../images/login-bg.png) no-repeat;*/
    background-size: 100% 100%;
}

.loginPC .loginPC-card {
    width: 900px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.loginPC .loginPC-card .content {
    height: 455px;
    display: flex;
    align-items: center;
    width: 100%;
}

.loginPC .loginPC-card .regisetContent {
    height: 578px;
}


.loginMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    /*background: url(../images/login-bg.png) no-repeat;*/
    background-size: 100% 100%;
}

.loginMobile .loginMobile-card {
    /*width: 900px;*/
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.loginMobile .loginMobile-card .content {
    height: 455px;
    display: flex;
    align-items: center;
    width: 100%;
}

.loginMobile .loginMobile-card .regisetContent {
    height: 578px;
}

.content-advert {
    flex: 1;
    height: 100%;
    background: url(../images/xdgp-bj.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-advert img {
    display: block;
    width: 100px;
    height: 100px;
}

.content-advert p {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
}

.content-form {
    width: 385px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.content-form h2 {
    color: #333;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    font-size: 22px;
}

.register-form h2 {
    /* margin-bottom: 10px; */
}

.mb-18 {
    margin-bottom: 18px;
}

.content-form .form-item {
    position: relative;
}

.content-form .mf {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #dcdfe6 inset;

    transition: all 0.3s ease-in-out;
    /* 平滑过渡效果 */

}

.content-form .mf.focus {
    border: 1px solid #38B592;
    /* 聚焦时边框变蓝色 */

}

.content-form .mf input {
    height: 48px;
    width: 100%;
    border: 0;
    outline: none;
}

input:focus {
    outline: none;
    /* 移除默认的蓝色外边框 */
    box-shadow: none;
    /* 移除阴影 */
    border-color: transparent;
    /* 可选：防止浏览器自带高亮 */
}

.content-form .mf i {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 12px;
}

.content-form .mf svg {
    width: 14px;
    height: 14px;
    color: #a8abb2;

}

.content-form .mf .sendCode {
    display: block;
    min-width: 20%;
    background: #f5f7fa;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    transform: translateX(10px);
    border-left: 1px solid #dcdfe6;
}

.content-form .isError {
    color: #f56c6c;
    display: none;
    position: absolute;

}

.yanz-img {
    width: 90px;
    height: 48px;
    transform: translateX(10px);
}

.login-submit {
    width: 100%;
    background-color: #38B592;
    border-radius: 8px;
    height: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0
}

.tijiao {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 10px;
}

.tijiao a {
    color: #909399;
    font-size: 14px;
}

.tijiao span {
    display: block;
    margin: 0 8px;
}

.tijiao input {
    color: #909399;
    font-size: 14px;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #38B592;
}