/* Isolated presentation layer for the sign-in and sign-up pages. */
:root {
    --auth-navy: #071a33;
    --auth-blue: #1769ff;
    --auth-cyan: #22c6e8;
    --auth-ink: #13233d;
    --auth-muted: #7e8ba0;
    --auth-line: #e5eaf2;
}

body:has(.auth-page) {
    background: #f5f8fc;
    min-width: 0;
}

body:has(.auth-page) #mkp > .hzol-mkp-header,
body:has(.auth-page) .hzol-mkp-footer,
body:has(.auth-page) .footer-mkp,
body:has(.auth-page) .footer,
body:has(.auth-page) .bottom-footer {
    display: none !important;
}

.auth-submit-proxy { position: fixed; left: -9999px; top: -9999px; }
.auth-page * { box-sizing: border-box; }
.auth-page {
    position: relative;
    display: grid;
    grid-template-columns: minmax(500px, 1.16fr) minmax(490px, .84fr);
    min-height: 100vh;
    overflow: hidden;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    color: var(--auth-ink);
}

.auth-grid-lines {
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 calc(58% - 1px);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(31, 147, 255, .45), transparent);
    pointer-events: none;
}

.auth-home-link { position: absolute; z-index: 5; top: 31px; left: 42px; display: inline-flex; align-items: center; gap: 14px; height: 30px; padding: 0; color: rgba(221, 239, 255, .84); font-size: 11px; font-weight: 700; letter-spacing: .7px; text-decoration: none !important; background: transparent; transition: color .2s; }
.auth-home-link:after { content: ""; position: absolute; bottom: -7px; left: 0; width: 32px; height: 1px; background: #55d9f5; transform: scaleX(.35); transform-origin: left; transition: transform .25s; }
.auth-home-link:hover { color: #71e1fa; }
.auth-home-link:hover:after { transform: scaleX(1); }
.auth-home-link img { display: block; width: 112px; height: auto; }
.auth-home-link span { display: inline-flex; align-items: center; gap: 5px; height: 18px; padding-left: 14px; border-left: 1px solid rgba(204, 231, 255, .38); }
.auth-home-link span i { font-size: 13px; font-style: normal; }

.auth-visual {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 720px;
    background: var(--auth-navy) var(--auth-image, url('/images/member_banner_cn_20200707.png')) center / cover no-repeat;
}

.auth-visual:before,
.auth-visual:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.auth-visual:before { width: 580px; height: 580px; right: -280px; bottom: -180px; border: 1px solid rgba(97, 202, 255, .32); box-shadow: 0 0 0 48px rgba(46, 144, 255, .06), 0 0 0 110px rgba(46, 144, 255, .04); }
.auth-visual:after { width: 260px; height: 260px; left: 8%; top: 9%; border: 1px solid rgba(119, 239, 255, .25); box-shadow: 0 0 70px rgba(0, 200, 255, .15); }
.auth-visual-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, rgba(3, 15, 34, .96) 5%, rgba(5, 23, 50, .88) 46%, rgba(5, 21, 43, .44)), linear-gradient(0deg, rgba(2, 14, 34, .88), transparent 45%); }
.auth-visual-content { position: relative; z-index: 1; width: min(660px, calc(100% - 15vw)); margin: clamp(105px, 17vh, 195px) auto 90px; color: #fff; }
.auth-eyebrow, .auth-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 1.7px; color: #54d6f6; }
.auth-pulse { width: 7px; height: 7px; border-radius: 50%; background: #55e9e2; box-shadow: 0 0 0 5px rgba(85, 233, 226, .12), 0 0 18px #55e9e2; }
.auth-visual h1 { max-width: 600px; margin: 25px 0 20px; font-size: clamp(40px, 3.15vw, 59px); line-height: 1.28; letter-spacing: 1px; font-weight: 300; }
.auth-visual h1 strong { font-weight: 600; background: linear-gradient(90deg, #ffffff, #84ddfb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.auth-visual-content > p { max-width: 475px; margin: 0; color: rgba(232, 242, 255, .82); font-size: 15px; line-height: 2; letter-spacing: .3px; }
.auth-data-strip { display: flex; width: min(465px, 100%); margin-top: 50px; padding: 17px 0; border-top: 1px solid rgba(181, 222, 255, .26); border-bottom: 1px solid rgba(181, 222, 255, .16); }
.auth-data-strip > div { flex: 1; padding-left: 16px; border-left: 1px solid rgba(181, 222, 255, .2); }
.auth-data-strip > div:first-child { padding-left: 0; border: 0; }
.auth-data-strip b { display: block; font-family: Arial, sans-serif; font-size: 19px; letter-spacing: .5px; color: #fff; }
.auth-data-strip span { display: block; margin-top: 6px; color: rgba(217, 237, 255, .62); font-size: 11px; }
.auth-visual-foot { position: absolute; z-index: 1; bottom: 37px; left: 7.5vw; right: 7.5vw; display: flex; align-items: center; gap: 13px; color: rgba(220, 235, 250, .55); font-size: 10px; letter-spacing: .8px; white-space: nowrap; }
.auth-visual-foot i { width: 42px; height: 1px; background: rgba(163, 213, 255, .38); }

.auth-panel { position: relative; z-index: 3; display: flex; flex-direction: column; min-width: 0; padding: 42px clamp(40px, 7vw, 116px) 25px; background: #fff; box-shadow: -28px 0 75px rgba(5, 27, 65, .08); }
.auth-panel:before { content: ""; position: absolute; top: -150px; right: -140px; width: 430px; height: 430px; border: 1px solid rgba(27, 115, 255, .09); border-radius: 50%; box-shadow: 0 0 0 56px rgba(27, 115, 255, .025), 0 0 0 115px rgba(27, 115, 255, .018); pointer-events: none; }
.auth-panel-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.auth-secure { display: inline-flex; align-items: center; gap: 6px; color: #9aa6b7; font-size: 11px; }
.auth-secure i { width: 6px; height: 6px; border-radius: 50%; background: #21bf89; box-shadow: 0 0 0 4px rgba(33, 191, 137, .11); }
.login-card, .register-card { position: relative; z-index: 1; width: min(100%, 390px); margin: auto; }
.login-card { margin-top: clamp(50px, 13vh, 150px); }
.login-card-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.login-card h2, .register-heading h2 { margin: 8px 0 7px; font-size: 30px; line-height: 1.15; letter-spacing: .5px; color: #122442; }
.login-card-heading p, .register-heading p { margin: 0; color: var(--auth-muted); font-size: 13px; }
.loginway-icon-box { position: relative; width: 46px; height: 46px; overflow: hidden; cursor: pointer; border: 1px solid #e7edf5; border-radius: 12px; background: #f9fbfd; transition: transform .2s, box-shadow .2s; }
.loginway-icon-box:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(29, 74, 130, .13); }
#loginway-icons { position: absolute; width: 92px; height: 92px; transition: transform .25s ease; }
.loginway-icon { position: absolute; width: 46px; height: 46px; background-position: center; background-repeat: no-repeat; background-size: 22px; }
.loginway-icon:nth-child(2) { right: 0; bottom: 0; }
.loginway-icon:after { content: ""; position: absolute; top: 38%; right: -10%; width: 140%; height: 90%; transform: rotate(45deg); background: #f9fbfd; }
.weixi_login_icon { transform: translate(0, 0); }
.account_login_icon { transform: translate(-46px, -46px); }
.login-tabs { display: flex; align-items: baseline; gap: 10px; margin: 42px 0 23px; padding-bottom: 12px; border-bottom: 1px solid var(--auth-line); }
.login-tabs span { position: relative; color: #18355c; font-size: 14px; font-weight: 700; }
.login-tabs span:after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -13px; background: var(--auth-blue); box-shadow: 0 0 8px rgba(23, 105, 255, .55); }
.login-tabs em { font-size: 9px; font-style: normal; letter-spacing: 1px; color: #a4afbc; }
.auth-field { display: block; margin-bottom: 18px; }
.auth-field-label { display: block; margin: 0 0 8px 2px; color: #5f6e83; font-size: 12px; }
.auth-input-shell { display: flex; align-items: center; height: 48px; border: 1px solid #dfe6ef; border-radius: 8px; background: #fbfcfe; transition: border-color .2s, box-shadow .2s, background .2s; }
.auth-input-shell:focus-within { border-color: #5ca0ff; background: #fff; box-shadow: 0 0 0 4px rgba(34, 125, 255, .1); }
.auth-input-mark { width: 47px; color: #9aa8b9; font-size: 11px; font-family: Arial, sans-serif; font-weight: 700; text-align: center; letter-spacing: .5px; }
.auth-input { flex: 1; min-width: 0; height: 100%; padding: 0 15px 0 0; color: #223652; font-size: 14px; outline: 0; border: 0; background: transparent; }
.auth-input::placeholder { color: #b0bac7; }
.login-options { display: flex; align-items: center; justify-content: space-between; margin: 4px 0 28px; color: #8491a2; font-size: 12px; }
.login-options a, .login-card-footer a, .register-footer a { color: var(--auth-blue); text-decoration: none !important; }
.auth-check { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.auth-check input { position: absolute; opacity: 0; }
.auth-check span { width: 14px; height: 14px; border: 1px solid #cbd4df; border-radius: 4px; transition: .2s; }
.auth-check input:checked + span { border-color: var(--auth-blue); background: var(--auth-blue); box-shadow: inset 0 0 0 3px #fff; }
.auth-primary-button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; padding: 0 18px 0 22px; color: #fff !important; font-size: 15px; font-weight: 700; letter-spacing: .3px; border: 0 !important; border-radius: 8px; outline: 0; cursor: pointer; background: linear-gradient(100deg, #1264ee, #1689fa); box-shadow: 0 12px 24px rgba(22, 105, 238, .24); transition: transform .2s, box-shadow .2s, opacity .2s; }
.auth-primary-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(22, 105, 238, .31); }
.auth-primary-button:disabled { cursor: not-allowed; opacity: .45; box-shadow: none; }
.auth-primary-button i { width: 24px; height: 24px; color: #fff; font-size: 20px; font-style: normal; font-weight: 300; line-height: 22px; text-align: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; }
.social-login { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin: 31px 0 25px; color: #9ca7b5; font-size: 11px; }
.social-line { flex: 1; height: 1px; min-width: 30px; background: #e8edf3; }
.social-wechat { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 100%; margin-top: 5px; padding: 0; color: #657286; font-size: 12px; cursor: pointer; border: 0; background: transparent; }
.social-wechat:hover { color: #17b661; }
.icons.weixin { width: 18px; height: 18px; background: url('/images/login_way.png') no-repeat 0 0 / 19px auto; }
.login-card-footer, .register-footer { color: #8b97a6; font-size: 12px; text-align: center; }
.login-card-footer a span, .register-footer a span { margin-left: 3px; font-size: 14px; }
.auth-panel-foot { position: relative; z-index: 1; margin: 30px 0 0; color: #b0bac8; font-size: 10px; text-align: center; }
.wx-login-panel { min-height: 336px; padding-top: 32px; text-align: center; }
.wx-login-caption b { display: block; margin-top: 9px; color: #16355b; font-size: 20px; }
.wx-login-caption p { margin: 8px 0 16px; color: #8996a6; font-size: 12px; }
.wx-login-panel #login_container { display: inline-block; width: 260px !important; min-height: 245px; overflow: hidden; }

.register-page { grid-template-columns: minmax(500px, 1fr) minmax(610px, 1fr); min-height: max(100vh, 820px); }
.register-visual { background-image: url('/images/member_banner_cn_20200707.png'); }
.register-visual .auth-visual-content { margin-top: clamp(96px, 13vh, 145px); }
.register-benefits { display: grid; gap: 13px; margin-top: 42px; }
.register-benefits > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 13px; align-items: center; width: min(365px, 100%); padding: 11px 14px; border: 1px solid rgba(182, 227, 255, .16); border-radius: 8px; background: rgba(11, 42, 73, .27); backdrop-filter: blur(5px); }
.register-benefits span { grid-row: span 2; color: #63d7ee; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; }
.register-benefits b { color: #eaf8ff; font-size: 13px; }
.register-benefits small { margin-top: 2px; color: rgba(212, 236, 250, .62); font-size: 10px; }
.register-panel { padding-top: 35px; }
.register-card { width: min(100%, 580px); margin-top: 32px; }
.register-heading { display: flex; align-items: center; gap: 13px; }
.role-mark { flex: 0 0 auto; width: 48px; height: 48px; overflow: hidden; border-radius: 15px; box-shadow: 0 8px 18px rgba(32, 81, 139, .14); }
.role-mark img { width: 100%; height: 100%; object-fit: cover; }
.register-heading h2 { font-size: 25px; }
.register-switch { display: flex; gap: 3px; width: 100%; margin: 24px 0 22px; padding: 3px; border-radius: 8px; background: #f1f5fa; }
.register-switch a { flex: 1; padding: 8px; color: #8794a7; font-size: 12px; text-align: center; text-decoration: none !important; border-radius: 6px; transition: .2s; }
.register-switch a.is-active { color: #1769ff; font-weight: 700; background: #fff; box-shadow: 0 2px 7px rgba(49, 92, 147, .12); }
.register-form .register-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.register-form .form-span-2 { grid-column: span 2; }
.register-form .el-form-item { margin-bottom: 14px; }
.register-form .el-form-item__label { height: 22px; padding: 0; color: #5d6d82; font-size: 12px; line-height: 18px; }
.register-form .el-input__inner { height: 42px; color: #233652; font-size: 13px; border: 1px solid #dfe6ef; border-radius: 7px; background: #fbfcfe; transition: .2s; }
.register-form .el-input__inner:focus { border-color: #5ca0ff; background: #fff; box-shadow: 0 0 0 4px rgba(34, 125, 255, .1); }
.register-form .el-form-item__error { padding-top: 2px; font-size: 10px; }
.code-field { display: flex; gap: 7px; }
.code-field .el-input { min-width: 0; flex: 1; }
.getcode { flex: 0 0 92px; height: 42px; color: #1769ff; font-size: 11px; cursor: pointer; border: 1px solid #cfe0ff; border-radius: 7px; background: #f5f9ff; transition: .2s; }
.getcode:hover { color: #fff; border-color: #1769ff; background: #1769ff; }
.getcode.time { color: #9ca9b9; border-color: #e0e6ed; background: #f5f7f9; cursor: default; }
.register-agreement { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; margin: 4px 0 17px; color: #8692a3; font-size: 11px; }
.register-agreement .el-checkbox { margin-right: 2px; }
.register-agreement .el-checkbox__label { padding-left: 6px; color: #6f7d90; font-size: 11px; }
.register-agreement .el-checkbox__input.is-checked .el-checkbox__inner { border-color: #1769ff; background: #1769ff; }
.register-agreement a { color: #1769ff; text-decoration: none !important; }
.register-submit { height: 48px; font-size: 14px; }
.register-footer { margin: 17px 0 0; }

@media (max-width: 1020px) {
    .auth-page, .register-page { grid-template-columns: minmax(360px, .88fr) minmax(430px, 1.12fr); }
    .auth-visual-content { width: calc(100% - 80px); }
    .auth-panel { padding-left: 48px; padding-right: 48px; }
}

@media (max-width: 760px) {
    body:has(.auth-page) { background: #fff; }
    .auth-page, .register-page { display: block; min-height: 100vh; overflow: visible; }
    .auth-grid-lines, .auth-visual { display: none; }
    .auth-home-link { top: 26px; left: 24px; color: #466685; }
    .auth-home-link span { border-color: #dce6f0; }
    .auth-panel, .register-panel { min-height: 100vh; padding: 30px 24px 22px; box-shadow: none; }
    .auth-panel-head { margin: 58px 0 5px; }
    .login-card, .register-card { width: 100%; margin-top: 56px; }
    .register-card { margin-top: 32px; }
    .auth-panel-foot { margin-top: auto; padding-top: 30px; }
    .register-form .register-form-grid { display: block; }
    .register-form .el-form-item { margin-bottom: 15px; }
}

@media (max-width: 380px) {
    .auth-panel { padding-left: 18px; padding-right: 18px; }
    .auth-home-link { left: 18px; }
    .login-card h2, .register-heading h2 { font-size: 26px; }
    .getcode { flex-basis: 84px; }
}
