.login-local-captcha-modal { padding: 18px 20px 20px; background: #f7faff; }
.login-local-captcha-title { font-size: 15px; font-weight: 600; color: #213547; margin-bottom: 12px; }
.login-local-captcha-tip { color: #7a8799; font-size: 12px; line-height: 18px; margin-top: 10px; }
.login-local-captcha-stage { position: relative; width: 320px; height: 160px; overflow: hidden; border-radius: 8px; background: #e9f1fb; box-shadow: inset 0 0 0 1px rgba(80, 120, 160, .15); user-select: none; }
.login-local-captcha-bg { display: block; width: 320px; height: 160px; }
.login-local-captcha-piece { position: absolute; width: 42px; height: 42px; left: 0; top: 0; z-index: 3; filter: drop-shadow(0 2px 5px rgba(0,0,0,.32)); }
.login-local-captcha-refresh { position: absolute; right: 9px; top: 9px; z-index: 4; height: 26px; line-height: 26px; padding: 0 10px; border-radius: 13px; color: #fff; background: rgba(0,0,0,.38); font-size: 12px; cursor: pointer; }
.login-local-captcha-slider { position: relative; width: 320px; height: 40px; margin-top: 12px; border-radius: 20px; background: #e8eef7; box-shadow: inset 0 0 0 1px rgba(120, 145, 170, .22); overflow: hidden; user-select: none; }
.login-local-captcha-progress { position: absolute; left: 0; top: 0; height: 40px; width: 0; background: linear-gradient(90deg, #d8ecff, #bcdfff); }
.login-local-captcha-text { position: absolute; left: 0; top: 0; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #7b8796; font-size: 13px; }
.login-local-captcha-handle { position: absolute; left: 0; top: 0; width: 42px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; background: #1e9fff; color: #fff; font-size: 18px; cursor: move; box-shadow: 0 3px 10px rgba(30, 159, 255, .28); z-index: 5; }
.login-local-captcha-loading { width: 320px; min-height: 214px; display: flex; align-items: center; justify-content: center; color: #7a8799; }
.login-aliyun-captcha-modal { min-height: 202px; padding: 20px 18px; background: #f7faff; text-align: center; }
.login-aliyun-captcha-title { margin-bottom: 14px; font-size: 15px; font-weight: 600; color: #213547; }
.login-aliyun-captcha-trigger { display: inline-block; height: 34px; line-height: 34px; margin-top: 8px; padding: 0 22px; border: 0; border-radius: 17px; background: #1e9fff; color: #fff; font-size: 13px; cursor: pointer; box-shadow: 0 3px 10px rgba(30, 159, 255, .22); }
.login-aliyun-captcha-trigger.is-ready { background: #178ee8; }
.login-aliyun-captcha-status { min-height: 18px; margin-top: 10px; color: #607085; font-size: 12px; line-height: 18px; }
.login-aliyun-captcha-tip { margin-top: 10px; color: #7a8799; font-size: 12px; line-height: 18px; }
#login-aliyun-captcha-element { min-height: 46px; }
.login-btn.is-loading { opacity: .72; cursor: not-allowed; }

body.login-modern-page {
    min-height: 100%;
    overflow-x: hidden;
    background-color: #f7faff;
    background-image: url(/Public/images/login-bg.svg?v=20260531a);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #0f1c3d;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

body.login-modern-page .main-header {
    height: 72px;
    line-height: 72px;
    border: 0;
    border-bottom: 1px solid rgba(207, 218, 235, .62);
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 10px 30px rgba(20, 48, 92, .06);
    backdrop-filter: blur(14px);
}

body.login-modern-page .main-header-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1500px, calc(100% - 72px));
    height: 72px;
}

body.login-modern-page .header-left,
body.login-modern-page .header-right {
    display: flex;
    align-items: center;
    height: 100%;
    float: none;
    width: auto;
}

body.login-modern-page .header-logo {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    height: 100%;
    line-height: 1;
}

body.login-modern-page .header-logo a {
    display: inline-flex;
    align-items: center;
}

body.login-modern-page .header-logo img {
    display: block;
    height: 42px;
    width: auto;
}

body.login-modern-page .header-product-title {
    color: #10204a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}

body.login-modern-page .portal-entry-btn {
    height: 44px;
    padding: 0 22px;
    margin-right: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #2f88ff 0%, #0d64f2 100%);
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
}

body.login-modern-page .portal-entry-btn:hover,
body.login-modern-page .portal-entry-btn:active {
    box-shadow: none;
}

body.login-modern-page .main-body {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    min-height: calc(100vh - 72px);
    padding: 126px 32px 34px;
    background: transparent;
    overflow: visible;
    box-sizing: border-box;
    transform: none;
}

body.login-modern-page .login-workspace {
    display: grid;
    grid-template-columns: minmax(620px, 790px) minmax(420px, 540px);
    gap: clamp(46px, 5vw, 86px);
    align-items: center;
    width: min(1460px, 100%);
    margin: 0 auto;
}

body.login-modern-page .login-feature-panel {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    padding: 54px 52px 0;
    border: 1px solid rgba(175, 204, 244, .62);
    border-radius: 18px;
    background: rgba(247, 251, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
    box-sizing: border-box;
}

body.login-modern-page .login-feature-panel:before,
body.login-modern-page .login-feature-panel:after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.login-modern-page .login-feature-panel:before {
    left: 50%;
    top: 228px;
    bottom: 186px;
    width: 1px;
    background: linear-gradient(180deg, rgba(63, 128, 232, 0), rgba(63, 128, 232, .38), rgba(63, 128, 232, 0));
}

body.login-modern-page .login-feature-panel:after {
    left: 25%;
    right: 25%;
    top: 326px;
    height: 1px;
    background: linear-gradient(90deg, rgba(63, 128, 232, 0), rgba(63, 128, 232, .34), rgba(63, 128, 232, 0));
}

body.login-modern-page .login-feature-hero {
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}

body.login-modern-page .login-feature-hero h1 {
    margin: 0;
    color: #10204a;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

body.login-modern-page .login-feature-hero h1 span {
    color: #1769e9;
}

body.login-modern-page .login-feature-hero p {
    margin: 14px 0 0;
    color: #6a7893;
    font-size: 16px;
    line-height: 1.7;
}

body.login-modern-page .login-workflow-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
}

body.login-modern-page .login-workflow-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 19px 22px;
    border: 1px solid rgba(216, 226, 242, .86);
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 30px rgba(31, 62, 115, .08);
    box-sizing: border-box;
}

body.login-modern-page .workflow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

body.login-modern-page .workflow-icon svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.9;
}

body.login-modern-page .workflow-icon-blue {
    color: #1769e9;
    background: #edf5ff;
}

body.login-modern-page .workflow-icon-cyan {
    color: #10b6b2;
    background: #edfdfb;
}

body.login-modern-page .login-workflow-card h3 {
    margin: 0;
    color: #10204a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

body.login-modern-page .login-workflow-card p {
    margin: 6px 0 0;
    color: #6f7c95;
    font-size: 13px;
    line-height: 1.45;
}

body.login-modern-page .login-assurance-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 34px -52px 0;
    padding: 25px 28px 24px;
    border-top: 1px solid rgba(205, 219, 238, .7);
    background: rgba(241, 247, 255, .72);
    box-sizing: border-box;
}

body.login-modern-page .login-assurance-row span {
    position: relative;
    display: grid;
    grid-template-columns: 46px max-content;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 0;
    justify-content: center;
    align-content: center;
    align-items: start;
    min-height: 54px;
    padding: 0 12px;
    color: #152b5c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

body.login-modern-page .login-assurance-row span:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 50px;
    background: rgba(176, 192, 216, .72);
}

body.login-modern-page .login-assurance-row span:last-child:after {
    display: none;
}

body.login-modern-page .login-assurance-row .assurance-icon {
    grid-row: 1 / span 2;
    align-self: center;
    width: 44px;
    height: 44px;
    color: #1769e9;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.login-modern-page .login-assurance-row .assurance-icon-stability {
    stroke-width: 2.8;
}

body.login-modern-page .login-assurance-row strong {
    display: block;
    grid-column: 2;
    transform: translateY(2px);
    color: #152b5c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.12;
    white-space: nowrap;
}

body.login-modern-page .login-assurance-row em {
    display: block;
    grid-column: 2;
    transform: translateY(2px);
    margin-top: 2px;
    color: #71809a;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
}

body.login-modern-page .login-main {
    width: 540px;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 66px rgba(30, 44, 76, .16);
}

body.login-modern-page .login-main .login-top {
    position: relative;
    width: 100%;
    padding: 62px 60px 22px;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
}

body.login-modern-page .login-top-con {
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: left;
}

body.login-modern-page .login-top-con h2 {
    color: #081846;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .02em;
}

body.login-modern-page .login-top-con h2 span {
    color: #1769e9;
}

body.login-modern-page .login-top-con p {
    margin-top: 14px;
    color: #6c7890;
    font-size: 16px;
    line-height: 1.5;
}

body.login-modern-page .login-flow-widget {
    position: absolute;
    top: 54px;
    right: 56px;
    z-index: 1;
    width: 104px;
    height: 118px;
    pointer-events: none;
}

body.login-modern-page .login-flow-widget svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

body.login-modern-page .login-flow-shadow {
    fill: rgba(27, 92, 194, .12);
}

.login-flow-widget .login-flow-link {
    fill: none;
    stroke: rgba(47, 136, 255, .32);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 7 8;
    animation: loginFlowDash 3.4s linear infinite;
}

.login-flow-widget .login-flow-link-2 {
    animation-delay: -.7s;
}

.login-flow-widget .login-flow-node {
    fill: #2f88ff;
    opacity: .72;
    animation: loginFlowPulse 3s ease-in-out infinite;
}

.login-flow-widget .login-flow-node-2 {
    animation-delay: .35s;
}

.login-flow-widget .login-flow-node-3 {
    animation-delay: .7s;
}

.login-flow-widget .login-flow-node-4 {
    animation-delay: 1.05s;
}

.login-flow-widget .login-flow-folder {
    fill: #f9fbff;
    stroke: #2f88ff;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.login-flow-widget .login-flow-doc {
    fill: #ffffff;
    stroke: #6f8bb8;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-box: fill-box;
    transform-origin: center;
    animation: loginFlowFloat 4s ease-in-out infinite;
}

.login-flow-widget .login-flow-doc-2 {
    animation-delay: -1.2s;
}

.login-flow-widget .login-flow-shield {
    fill: #eef6ff;
    stroke: #0d64f2;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-box: fill-box;
    transform-origin: center;
    animation: loginFlowShield 4.2s ease-in-out infinite;
}

@keyframes loginFlowDash {
    to {
        stroke-dashoffset: -30;
    }
}

@keyframes loginFlowPulse {
    0%, 100% {
        opacity: .45;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes loginFlowFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

@keyframes loginFlowShield {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scale(1.02);
    }
}

body.login-modern-page .login-main .login-bottom {
    width: 100%;
    padding: 0 60px 48px;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
}

body.login-modern-page .login-main .login-bottom .center {
    width: 100%;
    padding: 22px 0 12px;
}

body.login-modern-page .login-main .login-bottom .center .item {
    height: 58px;
    margin-bottom: 22px;
    padding: 0 18px;
    border-color: #d5dfef;
    border-radius: 11px;
    background: #fbfdff;
}

body.login-modern-page .login-main .login-bottom .center .item:focus-within {
    border-color: #1769e9;
    box-shadow: 0 0 0 4px rgba(23, 105, 233, .1);
}

body.login-modern-page .login-main .login-bottom .center .item .item-ico,
body.login-modern-page .login-main .login-bottom .center .item .bind-password .item-eye {
    width: 22px;
    height: 22px;
}

body.login-modern-page .login-main .login-bottom .center .item input {
    background: transparent !important;
    font-size: 15px;
    color: #14254b;
}

body.login-modern-page .login-main .login-bottom .center .item input:-webkit-autofill,
body.login-modern-page .login-main .login-bottom .center .item input:-webkit-autofill:hover,
body.login-modern-page .login-main .login-bottom .center .item input:-webkit-autofill:focus,
body.login-modern-page .login-main .login-bottom .center .item input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fbfdff inset !important;
    -webkit-text-fill-color: #14254b !important;
    caret-color: #14254b;
    transition: background-color 9999s ease-in-out 0s;
}

body.login-modern-page .login-main .login-bottom .tip {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 2px 0 0;
    line-height: 1.4;
}

body.login-modern-page .register,
body.login-modern-page .reset-password {
    color: #1769e9;
    font-size: 14px;
    font-weight: 700;
}

body.login-modern-page .login-main .login-bottom .login-btn {
    width: 100%;
    height: 58px;
    margin: 28px 0 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #2b8cff 0%, #0d64f2 100%);
    box-shadow: 0 16px 28px rgba(18, 101, 238, .25);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
}

body.login-modern-page .login-main .login-bottom .login-btn:hover {
    background: linear-gradient(135deg, #3895ff 0%, #166cf5 100%);
    box-shadow: 0 20px 32px rgba(18, 101, 238, .32);
}

body.login-modern-page .login-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #e3eaf4;
    color: #7a879d;
    font-size: 14px;
}

body.login-modern-page .login-security-note span {
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
}

body.login-modern-page .login-security-note span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background: #1769e9;
    opacity: .55;
}

body.login-modern-page .simple-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: 0;
    padding: 0;
    color: #7d8797;
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 1180px) {
    body.login-modern-page .login-workspace {
        grid-template-columns: minmax(0, 1fr);
        width: min(640px, 100%);
    }

    body.login-modern-page .login-feature-panel {
        display: none;
    }

    body.login-modern-page .login-main {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    html,
    body.login-modern-page {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    body.login-modern-page .main-header {
        height: 66px;
        line-height: 66px;
        min-width: 0;
    }

    body.login-modern-page .main-header-con {
        width: 100%;
        height: 66px;
        padding: 0 14px;
        display: flex !important;
        justify-content: space-between;
        gap: 12px;
        overflow: hidden;
        box-sizing: border-box;
    }

    body.login-modern-page .header-left,
    body.login-modern-page .header-right {
        float: none !important;
        flex: 0 1 auto;
        min-width: 0;
    }

    body.login-modern-page .header-right {
        flex: 0 0 auto;
    }

    body.login-modern-page .header-logo img {
        height: 30px;
        max-width: 106px;
    }

    body.login-modern-page .header-product-title {
        display: none;
    }

    body.login-modern-page .portal-entry-btn {
        height: 38px;
        min-width: 174px;
        max-width: none;
        padding: 0 14px;
        border-radius: 9px;
        font-size: 13px;
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
        box-sizing: border-box;
    }

    body.login-modern-page .main-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 66px);
        padding: 84px 0 104px;
    }

    body.login-modern-page .login-workspace {
        display: block;
        width: min(86vw, 420px) !important;
        max-width: 420px;
        min-width: 0;
        margin: 0 auto;
    }

    body.login-modern-page .login-main,
    body.login-modern-page .login-main .login-top,
    body.login-modern-page .login-main .login-bottom {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }

    body.login-modern-page .login-main .login-top {
        padding: 38px 24px 16px;
    }

    body.login-modern-page .login-flow-widget {
        display: none;
    }

    body.login-modern-page .login-main .login-bottom {
        padding: 0 24px 34px;
    }

    body.login-modern-page .login-top-con h2 {
        font-size: 30px;
    }

    body.login-modern-page .login-top-con p {
        font-size: 14px;
    }

    body.login-modern-page .login-security-note {
        gap: 10px;
        font-size: 12px;
    }

    body.login-modern-page .simple-footer {
        position: static;
        width: min(86vw, 420px);
        margin: 18px auto 0;
        padding: 0;
        color: #7d8797;
        font-size: 12px;
        line-height: 1.45;
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    body.login-modern-page .header-logo img {
        height: 28px;
        max-width: 96px;
    }

    body.login-modern-page .portal-entry-btn {
        min-width: 160px;
        padding: 0 11px;
        font-size: 12px;
    }
}
