:root {
            --text-main: #1a1e2d;
            --text-sub: #4a5568;
            --text-mut: #a0aec0;
            --bg-body: #f8fafc;
            --bg-surface: #ffffff;
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
            --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.05);
            --shadow-hover: 0 15px 40px rgba(239, 90, 95, 0.1);
            --accent: #ef5a5f;
            --accent-hover: #d94b50;
            --gradient-brand: linear-gradient(135deg, #1b1625 0%, #3a1e28 50%, #ef5a5f 100%);
        }

        /* 基础重置与排版规范 */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--bg-body);
            color: var(--text-main);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.25s ease;
        }

        /* 强制Flexbox规则 */
        .fbtr, 
        .tcgve, 
        .nhkhex {
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        /* 容器组件 */
        .esicabo {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .ikibup {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .tusuy {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 5vw;
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        /* 导航栏复用首页样式 */
        .qpybp {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .avepoci {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            max-width: 1280px;
            margin: 0 auto;
            padding: 16px 5vw;
            min-width: 0;
        }

        .wobzdh {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .wobzdh img {
            height: 32px;
            width: auto;
        }

        .pgohpm {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            min-width: 0;
        }

        .mix {
            padding: 8px 16px;
            color: var(--text-sub);
            font-weight: 500;
            border-radius: var(--radius-sm);
            font-size: 15px;
            min-width: 0;
        }

        .mix:hover {
            color: var(--accent);
            background: rgba(239, 90, 95, 0.05);
        }

        .mix.active {
            color: var(--accent);
            font-weight: 600;
            background: rgba(239, 90, 95, 0.08);
        }

        /* Hero区块 (角色:intro) */
        .oyiteq {
            background: var(--gradient-brand);
            padding: 80px 0;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .oyiteq .tusuy {
            align-items: center;
            gap: 48px;
        }

        .oyiteq .nhkhex {
            flex: 1 1 400px;
            flex-direction: column;
            align-items: flex-start;
        }

        .yaizu-oyiteq {
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 24px;
            letter-spacing: -1px;
            white-space: normal;
        }

        .uorumw-oyiteq {
            font-size: clamp(16px, 2vw, 20px);
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 40px;
            max-width: 540px;
            word-break: keep-all;
        }

        .iduta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            color: var(--accent);
            padding: 16px 36px;
            font-weight: 700;
            font-size: 16px;
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-sm);
            cursor: pointer;
            border: none;
            min-width: 0;
        }

        .iduta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .oyiteq .fbtr {
            flex: 1 1 500px;
            justify-content: center;
        }

        .lxtd-oyiteq {
            width: 100%;
            max-width: 680px;
            height: auto;
            border-radius: var(--radius-lg);
            box-shadow: 0 24px 48px rgba(0,0,0,0.2);
            border: 1px solid rgba(255,255,255,0.1);
            transform: translateY(0);
            transition: transform 0.5s ease;
        }
        
        .lxtd-oyiteq:hover {
            transform: translateY(-5px);
        }

        /* 通用内容区块 */
        .toquf {
            padding: 100px 0;
            background: var(--bg-surface);
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .eqit {
            padding: 100px 0;
            background: var(--bg-body);
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .yaizu-esicabo {
            font-size: clamp(28px, 4vw, 40px);
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 20px;
            line-height: 1.3;
            white-space: normal;
        }

        .uorumw-desc {
            font-size: 18px;
            color: var(--text-sub);
            max-width: 600px;
            margin-bottom: 48px;
            line-height: 1.8;
            word-break: keep-all;
        }

        /* 特性卡片与网格 */
        .tcgve-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            width: 100%;
        }

        .uyew {
            background: var(--bg-surface);
            border-radius: var(--radius-md);
            padding: 40px 32px;
            box-shadow: var(--shadow-sm);
            border: 1px solid rgba(0, 0, 0, 0.04);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            transition: all 0.25s ease;
            min-width: 0;
            height: 100%;
        }

        .uyew:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(239, 90, 95, 0.2);
        }

        .uyew.highlight {
            background: linear-gradient(180deg, #ffffff 0%, #fff5f5 100%);
        }

        .vvmbw {
            width: 56px;
            height: 56px;
            border-radius: var(--radius-md);
            background: rgba(239, 90, 95, 0.1);
            color: var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            min-width: 0;
        }

        .vvmbw svg {
            width: 28px;
            height: 28px;
            fill: currentColor;
        }

        .yaizu-uyew {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: var(--text-main);
            white-space: normal;
        }

        .uorumw-uyew {
            font-size: 15px;
            color: var(--text-sub);
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* 图文交替布局 */
        .nhkhex-split {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
            width: 100%;
        }

        .nhkhex-uorumw {
            flex: 1 1 400px;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .nhkhex-visual {
            flex: 1 1 450px;
            position: relative;
            display: flex;
            justify-content: center;
            min-width: 0;
        }

        /* 徽章与装饰图 */
        .irihi-bnwsr {
            display: inline-flex;
            align-items: center;
            padding: 6px 14px;
            background: rgba(239, 90, 95, 0.1);
            color: var(--accent);
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 16px;
            min-width: 0;
        }

        .irihi-art {
            width: 100%;
            max-width: 500px;
            aspect-ratio: 4/3;
            background: #ffffff;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
            border: 1px solid rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .irihi-art::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 6px;
            background: var(--gradient-brand);
        }

        /* 步骤条/FAQ列表 */
        .tcgve-steps {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        .ixom-step {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            padding: 24px;
            background: var(--bg-surface);
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-sm);
            gap: 24px;
            transition: transform 0.25s ease;
            min-width: 0;
        }

        .ixom-step:hover {
            transform: translateX(8px);
            border-left: 4px solid var(--accent);
        }

        .vvmbw-num {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--accent);
            color: #ffffff;
            font-weight: 700;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            min-width: 0;
        }

        /* 页脚 */
        .giqeg {
            background: #ffffff;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            padding: 60px 0 40px;
            display: flex;
            flex-wrap: wrap;
            min-width: 0;
        }

        .iraceqi {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            border-top: 1px solid rgba(0,0,0,0.05);
            padding-top: 32px;
            margin-top: 40px;
        }

        .yaizu-brand {
            font-size: 20px;
            font-weight: 800;
            color: var(--text-main);
            letter-spacing: -0.5px;
            white-space: normal;
        }

        .uorumw-uorumw {
            color: var(--text-mut);
            font-size: 14px;
        }

        /* 响应式断点 */
        @media (max-width: 768px) {
            .avepoci {
                justify-content: center;
                gap: 16px;
            }
            .pgohpm {
                justify-content: center;
                width: 100%;
            }
            .oyiteq {
                padding: 40px 0;
                text-align: center;
            }
            .oyiteq .nhkhex {
                align-items: center;
            }
            .yaizu-oyiteq {
                font-size: 32px;
            }
            .nhkhex-split {
                flex-direction: column;
                text-align: center;
                gap: 40px;
            }
            .uorumw-desc {
                margin: 0 auto 32px;
            }
            .ixom-step {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .ixom-step:hover {
                transform: translateY(-4px);
                border-left: none;
                border-bottom: 4px solid var(--accent);
            }
        }

.avepoci-qpybp {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-main);
}
.avepoci-qpybp,
.avepoci-qpybp *,
.avepoci-qpybp *::before,
.avepoci-qpybp *::after {
    box-sizing: border-box;
}

.avepoci-qpybp [role="navigation"],
.avepoci-qpybp div,
.avepoci-qpybp section,
.avepoci-qpybp article,
.avepoci-qpybp aside,
.avepoci-qpybp p,
.avepoci-qpybp h1,
.avepoci-qpybp h2,
.avepoci-qpybp h3,
.avepoci-qpybp h4,
.avepoci-qpybp h5,
.avepoci-qpybp h6,
.avepoci-qpybp a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.avepoci-qpybp p,
.avepoci-qpybp h1,
.avepoci-qpybp h2,
.avepoci-qpybp h3,
.avepoci-qpybp h4,
.avepoci-qpybp h5,
.avepoci-qpybp h6 {
    text-decoration: none;
}

.avepoci-qpybp img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.avepoci-qpybp {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.avepoci-qpybp a.avepoci-mix {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.avepoci-qpybp a.avepoci-mix,
.avepoci-qpybp a.avepoci-mix:hover,
.avepoci-qpybp a.avepoci-mix:focus,
.avepoci-qpybp a.avepoci-mix:active,
.avepoci-qpybp a.avepoci-mix.active,
.avepoci-qpybp a.avepoci-mix[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.avepoci-qpybp .avepoci-avepoci, .avepoci-qpybp .avepoci-pgohpm{
            display: flex;
            flex-wrap: wrap;
        }

.avepoci-qpybp .avepoci-avepoci > *, .avepoci-qpybp .avepoci-pgohpm > *{
            min-width: 0;
        }

.avepoci-qpybp{
            background-color: #ffffff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

.avepoci-qpybp .avepoci-avepoci{
            max-width: 1400px;
            margin: 0 auto;
            padding: 16px 4vw;
            align-items: center;
            justify-content: space-between;
        }

.avepoci-qpybp .avepoci-wobzdh{
            display: flex;
            align-items: center;
        }

.avepoci-qpybp .avepoci-wobzdh img{
            height: 36px;
            width: auto;
        }

.avepoci-qpybp .avepoci-pgohpm{
            gap: 8px;
            align-items: center;
        }

.avepoci-qpybp .avepoci-mix{
            text-decoration: none;
            color: #4a5568;
            font-weight: 500;
            font-size: 15px;
            padding: 8px 16px;
            border-radius: 8px;
            transition: 0.25s ease;
        }

.avepoci-qpybp .avepoci-mix:hover, .avepoci-qpybp .avepoci-mix.active{
            color: #ef5a5f;
            background-color: rgba(239, 90, 95, 0.08);
        }

@media (max-width: 768px){.avepoci-qpybp .avepoci-pgohpm{ display: none;  }}

.giqeg-dhgo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-main);
}
.giqeg-dhgo,
.giqeg-dhgo *,
.giqeg-dhgo *::before,
.giqeg-dhgo *::after {
    box-sizing: border-box;
}

.giqeg-dhgo [role="navigation"],
.giqeg-dhgo div,
.giqeg-dhgo section,
.giqeg-dhgo article,
.giqeg-dhgo aside,
.giqeg-dhgo p,
.giqeg-dhgo h1,
.giqeg-dhgo h2,
.giqeg-dhgo h3,
.giqeg-dhgo h4,
.giqeg-dhgo h5,
.giqeg-dhgo h6,
.giqeg-dhgo a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.giqeg-dhgo p,
.giqeg-dhgo h1,
.giqeg-dhgo h2,
.giqeg-dhgo h3,
.giqeg-dhgo h4,
.giqeg-dhgo h5,
.giqeg-dhgo h6 {
    text-decoration: none;
}

.giqeg-dhgo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.giqeg-dhgo {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.giqeg-dhgo a,
.giqeg-dhgo a:hover,
.giqeg-dhgo a:focus,
.giqeg-dhgo a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.giqeg-dhgo .giqeg-tcgve, .giqeg-dhgo .giqeg-eqit, .giqeg-dhgo, .giqeg-dhgo .giqeg-giqeg{
            display: flex;
            flex-wrap: wrap;
        }

.giqeg-dhgo .giqeg-tcgve > *, .giqeg-dhgo .giqeg-eqit > *, .giqeg-dhgo > *, .giqeg-dhgo .giqeg-giqeg > *{
            min-width: 0;
        }

.giqeg-dhgo .giqeg-mix{
            text-decoration: none;
            color: #4a5568;
            font-weight: 500;
            font-size: 15px;
            padding: 8px 16px;
            border-radius: 8px;
            transition: 0.25s ease;
        }

.giqeg-dhgo .giqeg-mix:hover, .giqeg-dhgo .giqeg-mix.active{
            color: #ef5a5f;
            background-color: rgba(239, 90, 95, 0.08);
        }

.giqeg-dhgo .giqeg-eqit{
            width: 100%;
            max-width: 900px;
            z-index: 2;
            flex-direction: column;
            gap: 20px;
        }

.giqeg-dhgo .giqeg-eqit .giqeg-yaizu{
            font-size: clamp(32px, 5vw, 56px);
            font-weight: 800;
            color: #ffffff;
            letter-spacing: -1px;
            text-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

.giqeg-dhgo .giqeg-eqit .giqeg-uorumw{
            font-size: clamp(16px, 2vw, 22px);
            color: rgba(255, 255, 255, 0.9);
            font-weight: 400;
            max-width: 760px;
        }

.giqeg-dhgo .giqeg-yaizu.section-heading{
            font-size: clamp(28px, 3.5vw, 36px);
            text-align: center;
            margin-bottom: 20px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-uorumw.section-sub{
            text-align: center;
            color: #4a5568;
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 40px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-tcgve.grid-4{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-tcgve.faq-list{
            flex-direction: column;
            gap: 16px;
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
        }

.giqeg-dhgo{
            background-color: #111424;
            color: #a0aec0;
            padding: 80px 4vw 40px;
            margin-top: 100px;
            flex-direction: column;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-yaizu{
            color: #ffffff;
            font-size: 16px;
            margin-bottom: 20px;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-mix{
            color: #a0aec0;
            padding: 6px 0;
            display: block;
            text-decoration: none;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-mix:hover{
            color: #ef5a5f;
            background: none;
        }

.giqeg-dhgo .giqeg-giqeg{
            width: 100%;
            max-width: 1400px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
        }

@media (max-width: 768px){.giqeg-dhgo .giqeg-tcgve.grid-4{ grid-template-columns: 1fr; }

.giqeg-dhgo .giqeg-tcgve.footer-grid{ grid-template-columns: repeat(2, 1fr); }

.giqeg-dhgo .giqeg-eqit .giqeg-yaizu{ font-size: 32px; }

.giqeg-dhgo .giqeg-eqit .giqeg-uorumw{ font-size: 16px; }}

@media (max-width: 480px){.giqeg-dhgo .giqeg-tcgve.footer-grid{ grid-template-columns: 1fr; }}