/* 暖橙赭石 · 浅色背景 · 拟物厚重感 */
    :root{
        --primary:#ea580c;
        --accent:#d97706;
        --bg:#fffbf5;
        --ink:#1c1917;
        --shadow-soft:0 20px 30px -12px rgba(234,88,12,0.2);
        --shadow-card:0 15px 30px -10px rgba(28,25,23,0.18);
        --shadow-hover:0 30px 40px -12px rgba(234,88,12,0.35);
    }

    *{
        margin:0;
        padding:0;
        box-sizing:border-box;
    }

    body{
        background-color: var(--bg);
        color: var(--ink);
        font-family: 'Inter', '思源黑体', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        line-height: 1.75;
        position: relative;
        overflow-x: hidden;
    }

    /* 点阵背景装饰 */
    body::before{
        content: '';
        position: fixed;
        top:0; left:0; width:100%; height:100%;
        background-image: radial-gradient(rgba(215, 119, 6, 0.12) 1px, transparent 1px);
        background-size: 24px 24px;
        pointer-events: none;
        z-index: 0;
    }

    /* 思源宋体标题 */
    h1,h2,h3,.font-serif{
        font-family: 'Inter', '思源宋体', Georgia, 'Times New Roman', serif;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
    }

    /* 细网格线 */
    .grid-overlay{
        background-image: linear-gradient(rgba(215,119,6,0.06) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(215,119,6,0.06) 1px, transparent 1px);
        background-size: 40px 40px;
    }

    /* 导航栏 */
    .navbar-ym{
        background: rgba(255, 251, 245, 0.85);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(234,88,12,0.15);
        transition: all 0.3s ease;
        padding: 0.8rem 0;
        z-index: 1000;
        box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    }

    .navbar-ym.scrolled{
        background: rgba(255, 251, 245, 0.97);
        box-shadow: 0 8px 20px rgba(234,88,12,0.1);
        border-bottom: 1px solid rgba(234,88,12,0.2);
    }

    .navbar-brand-ym{
        font-size: 2rem;
        font-weight: 900;
        font-family: 'Inter', '思源宋体', serif;
        color: var(--primary) !important;
        letter-spacing: 0.01em;
        text-shadow: 2px 2px 0 rgba(234,88,12,0.1);
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

    .navbar-brand-ym i{
        font-size: 1.8rem;
        color: var(--accent);
        filter: drop-shadow(2px 4px 4px rgba(234,88,12,0.2));
    }

    .nav-link-ym{
        font-weight: 600;
        color: var(--ink) !important;
        margin: 0 0.5rem;
        position: relative;
        transition: color 0.2s;
    }

    .nav-link-ym::after{
        content: '';
        position: absolute;
        left: 0; bottom: -2px;
        width: 0%; height: 3px;
        background: var(--primary);
        transition: width 0.3s;
        border-radius: 3px;
    }

    .nav-link-ym:hover::after{
        width: 100%;
    }

    /* Hero 区 杂志封面式大图叠标题 */
    .hero-mag{
        position: relative;
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        background: linear-gradient(135deg, #fff3e6 0%, #ffdec4 100%);
        margin: 1.5rem 0.8rem 0;
        border-radius: 40px 40px 0 0;
        box-shadow: var(--shadow-soft);
        border: 1px solid rgba(234,88,12,0.1);
    }

    .hero-mag .bg-stamp{
        position: absolute;
        font-size: 16rem;
        font-weight: 900;
        color: rgba(234,88,12,0.05);
        top: 10%;
        left: 5%;
        transform: rotate(-10deg);
        pointer-events: none;
        user-select: none;
        font-family: 'Inter', '思源宋体', serif;
        white-space: nowrap;
    }

    .hero-content{
        position: relative;
        z-index: 2;
        padding: 2rem;
        background: rgba(255, 251, 245, 0.55);
        backdrop-filter: blur(8px);
        border-radius: 60px 60px 30px 30px;
        box-shadow: 0 20px 40px rgba(234,88,12,0.12);
        border: 1px solid rgba(255,255,255,0.5);
        max-width: 800px;
        margin: 0 20px;
    }

    .typewriter{
        font-size: clamp(3rem, 10vw, 5.5rem);
        font-weight: 900;
        line-height: 1.2;
        color: var(--primary);
        text-shadow: 4px 4px 0 var(--accent), 8px 8px 0 rgba(234,88,12,0.15);
        font-family: 'Inter', '思源宋体', serif;
        min-height: 1.2em;
        margin-bottom: 1rem;
    }

    .hero-sub{
        font-size: 1.4rem;
        font-weight: 500;
        color: #57534e;
        margin-top: 1.5rem;
    }

    /* 数据统计 */
    .stats-block{
        padding: 4rem 0;
        background: #fff;
        border-radius: 60px 60px 30px 30px;
        margin: 2rem 0.8rem;
        box-shadow: var(--shadow-card);
        border: 1px solid rgba(234,88,12,0.1);
        background-image: linear-gradient(rgba(215,119,6,0.03) 1px, transparent 1px);
        background-size: 30px 30px;
    }

    .stat-item{
        text-align: center;
        padding: 1.5rem;
    }

    .stat-number{
        font-size: 3.5rem;
        font-weight: 900;
        color: var(--primary);
        font-family: 'Inter', '思源宋体', serif;
        text-shadow: 3px 3px 0 rgba(234,88,12,0.15);
    }

    .stat-label{
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--accent);
        letter-spacing: 0.03em;
    }

    /* 通用区块 */
    .section-padding{
        padding: 5rem 0.8rem;
    }

    .section-title{
        font-size: 2.8rem;
        font-weight: 800;
        position: relative;
        display: inline-block;
        margin-bottom: 2.5rem;
    }

    .section-title::after{
        content: '';
        position: absolute;
        left: 0; bottom: -12px;
        width: 60px; height: 6px;
        background: var(--primary);
        border-radius: 6px;
        box-shadow: 0 3px 0 var(--accent);
    }

    /* 使用说明手风琴 */
    .accordion-ym .accordion-item{
        background: rgba(255,251,245,0.8);
        border: 1px solid rgba(234,88,12,0.15);
        border-radius: 20px;
        margin-bottom: 1.2rem;
        box-shadow: 0 5px 10px rgba(0,0,0,0.02);
        backdrop-filter: blur(4px);
    }

    .accordion-ym .accordion-button{
        font-weight: 700;
        font-size: 1.25rem;
        padding: 1.3rem 1.5rem;
        background: transparent;
        color: var(--ink);
        box-shadow: none;
    }

    .accordion-ym .accordion-button:not(.collapsed){
        background: rgba(234,88,12,0.05);
        color: var(--primary);
    }

    .accordion-ym .accordion-button::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea580c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    /* 特色卡片 */
    .feature-card{
        background: #fff;
        border-radius: 28px;
        padding: 2rem 1.8rem;
        box-shadow: var(--shadow-card);
        border: 1px solid rgba(234,88,12,0.08);
        transition: transform 0.25s, box-shadow 0.3s;
        height: 100%;
        position: relative;
        background: linear-gradient(145deg, #fffdf9 0%, #fff1e6 100%);
    }

    .feature-card:hover{
        transform: translateY(-12px);
        box-shadow: var(--shadow-hover);
        border-color: rgba(234,88,12,0.2);
    }

    .feature-icon{
        font-size: 3rem;
        color: var(--primary);
        margin-bottom: 1.2rem;
        filter: drop-shadow(3px 5px 4px rgba(234,88,12,0.2));
    }

    .feature-card h4{
        font-size: 1.6rem;
        font-weight: 700;
    }

    /* FAQ */
    .faq-ym .card{
        border: 1px solid rgba(234,88,12,0.1);
        border-radius: 24px;
        margin-bottom: 1.2rem;
        background: rgba(255,251,245,0.7);
        box-shadow: 0 8px 12px rgba(0,0,0,0.02);
        backdrop-filter: blur(2px);
    }

    .faq-ym .card-header{
        background: transparent;
        border-bottom: none;
    }

    .faq-ym .btn-link{
        color: var(--primary);
        font-weight: 700;
        font-size: 1.2rem;
        text-decoration: none;
        padding: 0.8rem 0;
    }

    /* CTA */
    .cta-section{
        background: linear-gradient(145deg, var(--primary), #c2410c);
        border-radius: 60px 60px 30px 30px;
        padding: 4rem 2rem;
        color: #fff;
        text-align: center;
        box-shadow: 0 25px 40px -10px rgba(234,88,12,0.5);
        margin: 2rem 0.8rem;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .cta-section h2{
        color: #fff;
        font-size: 3rem;
        text-shadow: 3px 3px 0 rgba(0,0,0,0.1);
    }

    .btn-ym{
        background: #fff;
        color: var(--primary);
        font-weight: 800;
        padding: 1rem 2.5rem;
        border-radius: 60px;
        border: none;
        font-size: 1.2rem;
        box-shadow: 0 8px 0 #b45309, 0 12px 20px rgba(0,0,0,0.1);
        transition: 0.2s;
    }

    .btn-ym:hover{
        transform: translateY(-2px);
        box-shadow: 0 10px 0 #b45309, 0 15px 25px rgba(0,0,0,0.15);
        background: #fff5ed;
    }

    /* 页脚 */
    .footer-ym{
        background: #1c1917;
        color: #d6d3d1;
        padding: 3rem 0 2rem;
        border-radius: 40px 40px 0 0;
        margin-top: 4rem;
    }

    .footer-ym a{
        color: #fbbf24;
        text-decoration: none;
    }

    .friend-links{
        border-top: 1px solid #44403c;
        margin-top: 2rem;
        padding-top: 2rem;
    }

    /* 滚动动效 */
    .reveal{
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible{
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 768px){
        .typewriter{ font-size: 2.8rem; }
        .section-title{ font-size: 2.2rem; }
    }

/* --- 子页面追加 --- */
/* 本页专属补充样式 —— 仅针对关于页特有元素 */
        .about-hero {
            background: linear-gradient(135deg, rgba(234,88,12,.08) 0%, rgba(217,119,6,.05) 100%);
            border-bottom: 1px solid rgba(234,88,12,.1);
        }
.about-section {
            padding: 70px 0;
        }
.about-section-alt {
            background: rgba(234,88,12,.03);
        }
.about-card {
            background: #fff;
            border-radius: 16px;
            padding: 32px 28px;
            box-shadow: var(--shadow-card);
            transition: transform .3s ease, box-shadow .3s ease;
            height: 100%;
            border: 1px solid rgba(234,88,12,.08);
        }
.about-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }
.about-icon {
            font-size: 2.2rem;
            color: var(--primary);
            margin-bottom: 16px;
            display: inline-block;
        }
.timeline-wrap {
            position: relative;
            padding-left: 28px;
        }
.timeline-wrap::before {
            content: '';
            position: absolute;
            left: 8px;
            top: 8px;
            bottom: 8px;
            width: 2px;
            background: linear-gradient(to bottom, var(--primary), var(--accent));
            opacity: .3;
            border-radius: 2px;
        }
.timeline-item {
            position: relative;
            margin-bottom: 28px;
            padding-left: 12px;
        }
.timeline-item::before {
            content: '';
            position: absolute;
            left: -24px;
            top: 8px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--primary);
            border: 2px solid #fff;
            box-shadow: 0 0 0 2px rgba(234,88,12,.3);
        }
.timeline-item h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 4px;
        }
.timeline-item .timeline-date {
            font-size: .85rem;
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 6px;
        }
.timeline-item p {
            font-size: .95rem;
            color: rgba(28,25,23,.75);
            line-height: 1.7;
            margin-bottom: 0;
        }
.value-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.value-list li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(234,88,12,.08);
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
.value-list li:last-child {
            border-bottom: none;
        }
.value-list i {
            color: var(--primary);
            font-size: 1rem;
            margin-top: 4px;
            flex-shrink: 0;
        }
.value-list span {
            font-size: .95rem;
            color: rgba(28,25,23,.8);
            line-height: 1.6;
        }
.stat-box {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            border-radius: 20px;
            padding: 40px 30px;
            color: #fff;
            box-shadow: var(--shadow-soft);
        }
.stat-box .stat-number {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
        }
.stat-box .stat-label {
            font-size: .9rem;
            opacity: .9;
            margin-top: 4px;
        }
.quote-block {
            border-left: 4px solid var(--primary);
            padding: 20px 24px;
            background: rgba(234,88,12,.04);
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
.quote-block p {
            font-size: 1.05rem;
            font-style: italic;
            color: rgba(28,25,23,.85);
            line-height: 1.8;
            margin-bottom: 8px;
        }
.quote-block .quote-author {
            font-size: .9rem;
            font-weight: 600;
            color: var(--primary);
        }
.feature-badge {
            display: inline-block;
            padding: 4px 14px;
            border-radius: 20px;
            background: rgba(234,88,12,.1);
            color: var(--primary);
            font-size: .8rem;
            font-weight: 600;
            letter-spacing: .5px;
        }
.about-section {
                padding: 50px 0;
            }
.about-card {
                padding: 24px 20px;
            }
.stat-box .stat-number {
                font-size: 2rem;
            }

/* --- 子页面追加 --- */
/* 本页专属样式 - 榜单页 */
        .ranking-hero {
            padding: 80px 0 50px;
            position: relative;
            overflow: hidden;
        }
.ranking-hero h1 {
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--ink);
            margin-bottom: 15px;
        }
.ranking-hero h1 span {
            color: var(--primary);
        }
.ranking-hero .lead {
            color: #6b6763;
            font-size: 1.1rem;
            max-width: 720px;
            margin: 0 auto 30px;
            line-height: 1.8;
        }
.ranking-tabs {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
.ranking-tab {
            padding: 10px 28px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.95rem;
            border: 2px solid #e8e0d5;
            background: transparent;
            color: var(--ink);
            cursor: pointer;
            transition: all .3s ease;
        }
.ranking-tab:hover {
            border-color: var(--primary);
            color: var(--primary);
        }
.ranking-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: #fff;
            box-shadow: var(--shadow-soft);
        }
.rank-section {
            padding: 30px 0 60px;
        }
.rank-card {
            background: #fff;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 15px;
            border-left: 4px solid transparent;
            box-shadow: 0 4px 12px rgba(0,0,0,.05);
            transition: all .3s ease;
            display: flex;
            align-items: center;
            gap: 20px;
        }
.rank-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-card);
            border-left-color: var(--primary);
        }
.rank-num {
            font-size: 2rem;
            font-weight: 900;
            color: #e0d7cc;
            min-width: 50px;
            text-align: center;
            font-style: italic;
        }
.rank-card:nth-child(1) .rank-num,
        .rank-card:nth-child(2) .rank-num,
        .rank-card:nth-child(3) .rank-num {
            color: var(--primary);
        }
.rank-cover {
            width: 60px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
            box-shadow: 0 4px 10px rgba(0,0,0,.1);
        }
.rank-info {
            flex: 1;
        }
.rank-info h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 4px;
        }
.rank-info .rank-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 4px;
        }
.rank-info .tag {
            font-size: 0.75rem;
            padding: 2px 10px;
            border-radius: 20px;
            background: #fff1e8;
            color: var(--primary);
            font-weight: 600;
        }
.rank-info p {
            font-size: 0.85rem;
            color: #8b857f;
            margin: 0;
            line-height: 1.5;
        }
.rank-score {
            text-align: right;
            min-width: 80px;
        }
.rank-score .score {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary);
        }
.rank-score .votes {
            font-size: 0.75rem;
            color: #a09a94;
        }
.rank-change {
            font-size: 0.8rem;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 20px;
            margin-top: 4px;
            display: inline-block;
        }
.rank-change.up {
            color: #16a34a;
            background: #e8f7ee;
        }
.rank-change.down {
            color: #dc2626;
            background: #fde8e8;
        }
.rank-change.hold {
            color: #6b7280;
            background: #f3f4f6;
        }
.update-note {
            background: #fff8f0;
            border: 1px dashed #f0c9a8;
            border-radius: 12px;
            padding: 15px 25px;
            margin: 30px 0;
            text-align: center;
            font-size: 0.95rem;
            color: #8b6a4a;
        }
.update-note i {
            color: var(--primary);
            margin-right: 8px;
        }
.ranking-note-section {
            padding: 60px 0;
            background: #fff;
            border-radius: 24px;
            margin: 30px 0 60px;
            box-shadow: var(--shadow-card);
        }
.ranking-note-section h2 {
            font-size: 1.6rem;
            font-weight: 800;
            color: var(--ink);
            margin-bottom: 20px;
            text-align: center;
        }
.ranking-note-section p {
            color: #6b6763;
            line-height: 1.9;
            font-size: 0.95rem;
            text-align: center;
            max-width: 800px;
            margin: 0 auto 20px;
        }
.note-list {
            max-width: 700px;
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }
.note-list li {
            padding: 12px 0;
            border-bottom: 1px solid #f5efe8;
            display: flex;
            gap: 12px;
            align-items: flex-start;
            color: #5f5b57;
            font-size: 0.9rem;
            line-height: 1.7;
        }
.note-list li i {
            color: var(--primary);
            margin-top: 5px;
        }
.note-list li:last-child {
            border-bottom: none;
        }
.rank-cta {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            border-radius: 20px;
            padding: 50px 30px;
            text-align: center;
            margin: 60px 0;
            position: relative;
            overflow: hidden;
        }
.rank-cta h2 {
            color: #fff;
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 15px;
        }
.rank-cta p {
            color: rgba(255,255,255,.9);
            font-size: 1rem;
            margin-bottom: 25px;
        }
.ranking-hero h1 {
                font-size: 2rem;
            }
.rank-card {
                flex-wrap: wrap;
                gap: 12px;
            }
.rank-score {
                min-width: auto;
                text-align: left;
            }
.rank-cover {
                width: 50px;
                height: 70px;
            }

/* --- 子页面追加 --- */
/* 隐私政策页面专属微调样式 */
        .privacy-hero {
            position: relative;
            padding: 80px 0 60px;
            background: linear-gradient(135deg, rgba(234, 88, 12, 0.06) 0%, rgba(215, 118, 6, 0.04) 50%, transparent 100%);
            border-bottom: 1px solid rgba(234, 88, 12, 0.08);
        }
.privacy-hero .page-title {
            font-size: 2.6rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: var(--primary);
            margin-bottom: 12px;
        }
.privacy-hero .page-sub {
            font-size: 1.1rem;
            color: var(--ink);
            opacity: 0.75;
            max-width: 620px;
        }
.privacy-hero .update-badge {
            display: inline-block;
            background: rgba(234, 88, 12, 0.1);
            color: var(--primary);
            font-size: 0.85rem;
            font-weight: 600;
            padding: 4px 14px;
            border-radius: 20px;
            margin-bottom: 18px;
        }
.privacy-section {
            padding: 45px 0;
            border-bottom: 1px solid rgba(28, 25, 23, 0.05);
        }
.privacy-section:last-child {
            border-bottom: none;
        }
.privacy-section .section-number {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--primary);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
.privacy-section h2 {
            font-size: 1.7rem;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 20px;
            letter-spacing: -0.01em;
        }
.privacy-section h2 i {
            color: var(--primary);
            margin-right: 10px;
        }
.privacy-section p {
            font-size: 1rem;
            line-height: 1.8;
            color: var(--ink);
            opacity: 0.85;
            margin-bottom: 16px;
        }
.privacy-section ul {
            padding-left: 1.2rem;
            margin-bottom: 16px;
        }
.privacy-section ul li {
            font-size: 0.95rem;
            line-height: 1.75;
            color: var(--ink);
            opacity: 0.82;
            margin-bottom: 6px;
            position: relative;
        }
.privacy-section ul li::marker {
            color: var(--primary);
        }
.privacy-card {
            background: rgba(234, 88, 12, 0.03);
            border-left: 3px solid var(--primary);
            padding: 18px 22px;
            border-radius: 0 10px 10px 0;
            margin: 20px 0;
        }
.privacy-card p {
            margin-bottom: 0;
            font-size: 0.95rem;
            opacity: 0.8;
        }
.privacy-card strong {
            color: var(--primary);
            font-weight: 600;
        }
.privacy-table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
.privacy-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(28, 25, 23, 0.06);
        }
.privacy-table th {
            background: var(--primary);
            color: #fff;
            font-weight: 600;
            font-size: 0.9rem;
            padding: 12px 18px;
            text-align: left;
        }
.privacy-table td {
            background: #fff;
            color: var(--ink);
            font-size: 0.9rem;
            padding: 12px 18px;
            border-bottom: 1px solid rgba(28, 25, 23, 0.06);
            vertical-align: top;
        }
.privacy-table tr:last-child td {
            border-bottom: none;
        }
.privacy-table tr:hover td {
            background: rgba(234, 88, 12, 0.02);
        }
.contact-line {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 16px;
            font-size: 0.95rem;
            color: var(--ink);
            opacity: 0.85;
        }
.contact-line i {
            color: var(--primary);
            font-size: 1.1rem;
        }
.privacy-hero {
                padding: 50px 0 40px;
            }
.privacy-hero .page-title {
                font-size: 2rem;
            }
.privacy-section {
                padding: 35px 0;
            }
.privacy-section h2 {
                font-size: 1.4rem;
            }

/* --- Bootstrap 组件配色适配(程序自动补,避免白底黑字) --- */
.card-body { background:transparent !important; color:#1c1917 !important; }
.accordion-body { background:transparent !important; color:#1c1917 !important; }
.accordion-header { background:transparent !important; }
