/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



 
    /* =========================================
       Index Hero Section Styles
       Prefix: index-hero-
       ========================================= */
    
    /* 基础包裹器和背景模拟 */
    .index-hero-wrapper {
        position: relative;
        width: 100%;
        padding: 60px 20px 80px;
        background-color: #55A8E5; /* 基础蓝色 */
        /* 使用复杂的 CSS 径向渐变模拟原图的圆弧形色带 */
        background-image: 
            radial-gradient(circle at 100% 60%, #F6B151 0%, #F6B151 20%, transparent 20.2%),
            radial-gradient(circle at 110% 60%, #8ACFA6 0%, #8ACFA6 25%, transparent 25.2%),
            radial-gradient(circle at -5% 40%, #8ACFA6 0%, #8ACFA6 35%, transparent 35.2%),
            radial-gradient(circle at -20% 40%, #F6B151 0%, #F6B151 45%, transparent 45.2%),
            linear-gradient(to bottom, #6DBCF1 0%, #6DBCF1 50%, #55A8E5 50%, #55A8E5 100%);
        overflow: hidden;
        box-sizing: border-box;
    }

    .index-hero-wrapper *,
    .index-hero-wrapper *::before,
    .index-hero-wrapper *::after {
        box-sizing: border-box;
    }

    /* 内容容器 */
    .index-hero-container {
        max-width: 1290px;
        margin: 0 auto;
        position: relative;
        z-index: 2; /* 确保内容在渐变背景之上 */
    }

    /* 头部文本区域 */
    .index-hero-header {
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 40px;
    }

    .index-hero-title {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 15px 0;
        padding: 0;
        line-height: 2;
        border: none;
        letter-spacing: 1px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .index-hero-description {
        font-size: 14px;
        line-height: 1.6;
        max-width: 1080px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.95);
    }

    /* 卡片网格布局 */
    .index-hero-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* 单个卡片样式 */
    .index-hero-card {
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 20px 25px;
        display: flex;
        align-items: center;
        text-decoration: none !important;
        color: #333333 !important;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none !important;
    }

    .index-hero-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    }

    /* 图标容器 */
    .index-hero-icon {
        width: 45px;
        height: 45px;
        margin-right: 18px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-hero-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    /* 卡片文本 */
    .index-hero-card-text {
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    /* 响应式调整 */
    @media (max-width: 992px) {
        .index-hero-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .index-hero-wrapper {
            padding: 40px 15px 50px;
        }
        .index-hero-grid {
            grid-template-columns: 1fr;
        }
        .index-hero-title {
            font-size: 24px;
        }
        .index-hero-description {
            font-size: 13px;
            text-align: left;
        }
    }
 
 
 
 
 
 

    /* ==========================================================================
       外汇平台推荐列表 v4.0 (防覆盖修复版) - 局部作用域 CSS (免全局污染)
       前缀: index-pintai-tuijian-
       ========================================================================== */
    
    .index-pintai-tuijian-wrapper {
        color: #333;
        line-height: 2;
        max-width: 1290px;
        margin: 0 auto;
        padding: 50px 00px;
        box-sizing: border-box;
    }

    .index-pintai-tuijian-wrapper *,
    .index-pintai-tuijian-wrapper *::before,
    .index-pintai-tuijian-wrapper *::after {
        box-sizing: border-box;
    }

    /* 顶部介绍文本 */
    .index-pintai-tuijian-title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        color: #333;
        border: none;
        padding: 0;
    }

    .index-pintai-tuijian-intro {
        font-size: 15px;
        color: #555;
        margin-bottom: 15px;
        text-align: justify;
         max-width: 900px;
        margin: 0 auto;text-align: center;
    }

    /* 模拟筛选器 */
    .index-pintai-tuijian-filters {
        text-align: center;
        margin: 30px 0 35px;
        font-size: 16px;
        color: #444;
    }
    .index-pintai-tuijian-filters span { margin: 0 10px; display: inline-block; cursor: pointer; }
    .index-pintai-tuijian-filter-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #999;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    .index-pintai-tuijian-filter-dot.active {
        border-color: #3ca0d0;
        background-color: #3ca0d0;
        box-shadow: inset 0 0 0 2px #fff;
    }

    /* 列表容器 */
    .index-pintai-tuijian-list {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    /* 隐藏卡片的类 (用于 6-10 名) */
    .index-pintai-tuijian-card.is-hidden { display: none !important; }

    /* ★ 核心修复区：卡片主体布局 */
    .index-pintai-tuijian-card {
        display: flex;
        flex-wrap: wrap; /* 必须有！允许内部元素换行 */
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        position: relative;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .index-pintai-tuijian-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

    /* 3D 悬浮排名徽章 */
    .index-pintai-tuijian-rank-badge {
        position: absolute;
        top: -12px;
        left: -12px;
        width: 44px;
        height: 44px;
        background: linear-gradient(135deg, #ffca28 0%, #f57c00 100%);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 900;
        font-family: Arial, sans-serif;
        border-radius: 10px;
        border: 3px solid #ffffff;
        box-shadow: 0 4px 10px rgba(245, 124, 0, 0.4);
        z-index: 20;
    }

    /* 左侧边栏 */
    .index-pintai-tuijian-sidebar {
        flex: 0 0 260px; /* 强制不放大不缩小，基准260px */
        width: 260px;
        background-color: #f7f9fa;
        padding: 35px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #e0e0e0;
        border-radius: 8px 0 0 0;
    }

    a.index-pintai-tuijian-logo-link {
        background-color: #333333;
        color: #ffffff !important;
        width: 100%;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin-bottom: 18px;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 1px;
        text-decoration: none !important;
        transition: background-color 0.2s, transform 0.2s;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: center;
    }
    a.index-pintai-tuijian-logo-link:hover { background-color: #444444; transform: scale(1.02); }

    a.index-pintai-tuijian-btn {
        width: 100%;
        display: block;
        text-align: center;
        padding: 14px 0;
        border-radius: 6px;
        text-decoration: none !important;
        font-weight: bold;
        margin-bottom: 12px;
        font-size: 15px;
        transition: all 0.2s;
        border: none;
    }
    a.index-pintai-tuijian-btn-green { background-color: #30a54a; color: #ffffff !important; box-shadow: 0 3px 6px rgba(48, 165, 74, 0.3); }
    a.index-pintai-tuijian-btn-green:hover { background-color: #278c3e; box-shadow: 0 4px 10px rgba(48, 165, 74, 0.4); transform: translateY(-1px); }
    a.index-pintai-tuijian-btn-orange { background-color: #f7a600; color: #ffffff !important; box-shadow: 0 3px 6px rgba(247, 166, 0, 0.3); }
    a.index-pintai-tuijian-btn-orange:hover { background-color: #e09600; box-shadow: 0 4px 10px rgba(247, 166, 0, 0.4); transform: translateY(-1px); }

    .index-pintai-tuijian-rating {
        background-color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-radius: 6px;
        font-size: 13px;
        color: #444;
        border: 1px solid #ddd;
        margin-top: 5px;
    }
    .index-pintai-tuijian-stars { color: #00b67a; letter-spacing: 2px; font-size: 15px; }

    /* 右侧主内容区 */
    .index-pintai-tuijian-main {
        flex: 1 1 0%; /* 占据同行剩余所有空间，极强防溢出 */
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    a.index-pintai-tuijian-header-link {
        background-color: #42a5d4;
        color: #ffffff !important;
        padding: 14px 25px;
        font-size: 22px;
        font-weight: 600;
        text-decoration: none !important;
        display: block;
        border-radius: 0 8px 0 0;
        transition: background-color 0.2s;
    }
    a.index-pintai-tuijian-header-link:hover { background-color: #358bb5; }

    /* 数据网格设计 */
    .index-pintai-tuijian-grid {
        padding: 25px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .index-pintai-tuijian-data-item {
        display: flex;
        flex-direction: column;
    }

    .index-pintai-tuijian-label {
        font-size: 12px;
        color: #777;
        margin-bottom: 6px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .index-pintai-tuijian-value {
        font-size: 14px;
        color: #222;
        background-color: #f4f8fa; 
        padding: 12px 15px;
        border-left: 3px solid #42a5d4;
        border-radius: 0 4px 4px 0;
        font-weight: 500;
        height: 100%; 
        display: flex;
        align-items: flex-start;
        line-height: 1.5;
    }

    .index-pintai-tuijian-data-item.span-2 { grid-column: span 2; }

    /* ★ 修复底部免责声明挤压右侧的问题 */
    .index-pintai-tuijian-disclaimer {
        flex: 0 0 100%; /* 强制占据100%宽度，必然换行到最底部！ */
        width: 100%;
        background-color: #fdfaf0;
        border-top: 1px solid #f0e6c8;
        padding: 12px 25px;
        font-size: 12px;
        color: #9c8033;
        font-style: italic;
        line-height: 1.5;
        border-radius: 0 0 8px 8px;
    }

    /* "查看更多" 按钮容器 */
    .index-pintai-tuijian-load-more {
        text-align: center;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .index-pintai-tuijian-load-more-btn {
        background-color: transparent;
        color: #42a5d4;
        border: 2px solid #42a5d4;
        padding: 12px 35px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .index-pintai-tuijian-load-more-btn:hover { background-color: #42a5d4; color: #ffffff; box-shadow: 0 4px 12px rgba(66, 165, 212, 0.3); }

    /* 移动端响应式 (确保左右上下堆叠绝对安全) */
    @media (max-width: 900px) {
        .index-pintai-tuijian-card {
            flex-direction: column; 
        }
        .index-pintai-tuijian-sidebar {
            flex: 0 0 auto;
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
            border-radius: 8px 8px 0 0;
            padding: 45px 25px 25px; 
        }
        a.index-pintai-tuijian-logo-link,
        a.index-pintai-tuijian-btn, 
        .index-pintai-tuijian-rating {
            max-width: 350px;
            margin-left: auto;
            margin-right: auto;
        }
        .index-pintai-tuijian-main { width: 100%; flex: 0 0 auto;}
        a.index-pintai-tuijian-header-link { border-radius: 0; text-align: center; }
        .index-pintai-tuijian-grid { grid-template-columns: 1fr 1fr; gap: 15px; padding: 20px; }
        .index-pintai-tuijian-data-item.span-2 { grid-column: span 2; }
    }

    @media (max-width: 550px) {
        .index-pintai-tuijian-grid { grid-template-columns: 1fr; }
        .index-pintai-tuijian-data-item.span-2 { grid-column: span 1; }
        .index-pintai-tuijian-title { font-size: 24px; }
    }
    
    
    
    
    
 /* ==========================================================================
       排名机制模块 - 局部作用域 CSS (免全局污染)
       前缀: index-how-
       ========================================================================== */
    
    .index-how-wrapper {
        background-color: #f8fafc; /* 非常柔和的蓝灰色背景，让白卡片凸显 */
        padding: 60px 0px;
        box-sizing: border-box;
        width: 100%;
    }

    .index-how-wrapper *,
    .index-how-wrapper *::before,
    .index-how-wrapper *::after {
        box-sizing: border-box;
    }

    .index-how-container {
        max-width: 1290px;
        margin: 0 auto;
    }

    /* 头部区域 */
    .index-how-header {
        text-align: center;
        margin-bottom: 50px;
    }

    /* 严格按照要求：H2 大小 30px 且加粗 */
    h2.index-how-title {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #222222;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1.3;
        border: none;
    }

    .index-how-intro {
        font-size: 15px;
        color: #555555;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* 卡片网格布局 */
    .index-how-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    /* 单个卡片样式 */
    .index-how-card {
        background: #ffffff;
        border-radius: 10px;
        padding: 35px 25px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        border: 1px solid #edf2f7;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .index-how-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    /* SVG 图标容器 */
    .index-how-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e6f3fa; /* 呼应主色的浅蓝底色 */
        border-radius: 12px;
        color: #42a5d4; /* 主题蓝色 */
    }

    .index-how-icon svg {
        width: 28px;
        height: 28px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    /* 卡片内标题与描述 */
    .index-how-card-title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin: 0 0 12px 0;
    }

    .index-how-card-desc {
        font-size: 14px;
        color: #666666;
        margin: 0;
        line-height: 1.6;
    }

    /* 响应式调整 */
    @media (max-width: 900px) {
        .index-how-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .index-how-wrapper {
            padding: 40px 15px;
        }
        h2.index-how-title {
            font-size: 26px !important; /* 手机端稍微缩一点防止破版，如必须30px可删除此行 */
        }
        .index-how-grid {
            grid-template-columns: 1fr;
        }
        .index-how-card {
            padding: 25px 20px;
            align-items: center;
            text-align: center;
        }
    }
    
    
    
 /* ==========================================================================
       入口导航模块 - 局部作用域 CSS (免全局污染)
       前缀: index-rukou-
       ========================================================================== */
    
    .index-rukou-wrapper {
        /* 模拟原图浅蓝色渐变背景 */
        background: linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
        padding: 70px 20px 80px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .index-rukou-wrapper *,
    .index-rukou-wrapper *::before,
    .index-rukou-wrapper *::after {
        box-sizing: border-box;
    }

    /* 纯 CSS 模拟背景的弧线波纹 */
    .index-rukou-bg-wave {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.8);
        pointer-events: none;
    }
    .index-rukou-wave-1 {
        width: 1290px; height: 1200px;
        top: -600px; right: -200px;
    }
    .index-rukou-wave-2 {
        width: 1600px; height: 1600px;
        top: -700px; right: -400px;
        border-width: 2px;
    }

    .index-rukou-container {
        max-width: 1290px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    /* 头部大标题 */
    .index-rukou-header {
        margin-bottom: 50px;
        max-width: 600px;
    }

    h2.index-rukou-title {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #2c3e50; /* 深青灰色 */
        line-height: 1.4;
        margin: 0;
        padding: 0;
        border: none;
        letter-spacing: 1px;
    }

    .index-rukou-title-highlight {
        color: #f59e0b; /* 橙黄色 */
        display: block; /* 让橙色部分换行，匹配原图 */
    }

    /* 卡片网格：适配 4 个项目 */
    .index-rukou-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    /* 单个卡片 */
    .index-rukou-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 25px 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-decoration: none !important;
        position: relative;
        overflow: hidden;
        border: 1px solid #f0f5fa;
    }

    .index-rukou-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    .index-rukou-card-title {
        font-size: 20px;
        font-weight: bold;
        color: #2c3e50;
        margin: 0 0 12px 0;
    }

    .index-rukou-card-desc {
        font-size: 14px;
        color: #5a6b7c;
        line-height: 1.5;
        margin: 0 0 15px 0;
        min-height: 42px; /* 保证文字高度一致 */
    }
    
    .index-rukou-quote {
        font-style: italic;
    }

    /* =======================================================
       核心亮点：纯 CSS 绘制的 3D 悬浮界面 (模拟原图截图)
       ======================================================= */
    .index-rukou-illustration {
        height: 140px;
        margin: 10px 0 20px;
        position: relative;
        perspective: 800px; /* 开启 3D 透视 */
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, transparent, #f9fcff);
        border-radius: 8px;
    }

    .index-rukou-ui-window {
        position: absolute;
        width: 85%;
        height: 110px;
        background: #ffffff;
        border-radius: 6px;
        box-shadow: -10px 10px 20px rgba(0,0,0,0.06);
        border: 1px solid #e1e8f0;
        /* 将原本平面的 div 倾斜旋转，制造强烈的空间感 */
        transform: rotateX(15deg) rotateY(-20deg) rotateZ(5deg);
        transform-style: preserve-3d;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* 添加一个稍微错开的底层窗口，增强厚度感 */
    .index-rukou-ui-window-bg {
        position: absolute;
        width: 85%;
        height: 110px;
        background: #f0f4f8;
        border-radius: 6px;
        border: 1px solid #e1e8f0;
        transform: rotateX(15deg) rotateY(-20deg) rotateZ(5deg) translateZ(-20px) translateY(10px) translateX(10px);
    }

    /* 假界面的头部导航条 */
    .index-rukou-ui-header {
        height: 14px;
        background: #f1f5f9;
        border-bottom: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        padding: 0 6px;
        gap: 3px;
    }
    .index-rukou-ui-dot { width: 4px; height: 4px; border-radius: 50%; background: #cbd5e1; }

    /* 假界面的内容骨架 */
    .index-rukou-ui-body { padding: 10px; flex: 1; }
    .index-rukou-ui-line { height: 6px; background: #e2e8f0; border-radius: 3px; margin-bottom: 8px; width: 60%; }
    .index-rukou-ui-line.short { width: 40%; }
    .index-rukou-ui-line.long { width: 80%; }
    
    /* 为不同卡片定制一点不同的骨架颜色点缀 */
    .index-rukou-card:nth-child(1) .index-rukou-ui-line.short { background: #34d399; } /* 绿 */
    .index-rukou-card:nth-child(2) .index-rukou-ui-line.short { background: #60a5fa; } /* 蓝 */
    .index-rukou-card:nth-child(3) .index-rukou-ui-line.short { background: #fbbf24; } /* 黄 */
    .index-rukou-card:nth-child(4) .index-rukou-ui-line.short { background: #f87171; } /* 红 */

    /* 底部操作区 */
    .index-rukou-card-footer {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end; /* 靠右对齐 */
        gap: 12px;
    }

    .index-rukou-action-text {
        font-weight: bold;
        color: #1e293b;
        font-size: 15px;
    }

    .index-rukou-arrow-btn {
        width: 32px;
        height: 32px;
        border: 2px solid #f59e0b; /* 橙黄色边框 */
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e293b;
        transition: all 0.3s ease;
    }

    .index-rukou-arrow-btn svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        transition: transform 0.3s ease;
    }

    /* 悬停时箭头向右移动一小段距离 */
    .index-rukou-card:hover .index-rukou-arrow-btn svg {
        transform: translateX(3px);
    }
    .index-rukou-card:hover .index-rukou-arrow-btn {
        background: #fffbef;
    }

    /* 响应式调整 */
    @media (max-width: 1024px) {
        .index-rukou-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .index-rukou-wrapper { padding: 50px 15px 60px; }
        .index-rukou-grid { grid-template-columns: 1fr; }
        h2.index-rukou-title { font-size: 26px !important; }
        .index-rukou-illustration { height: 120px; }
    }



    /* ==========================================================================
       外汇 FAQ 模块 - 局部作用域 CSS (免全局污染)
       前缀: waihui-faq-
       ========================================================================== */
    
    .waihui-faq-wrapper {
        background-color: #; /* 与前文呼应的极淡灰蓝色背景 */
        padding: 60px 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .waihui-faq-wrapper *,
    .waihui-faq-wrapper *::before,
    .waihui-faq-wrapper *::after {
        box-sizing: border-box;
    }

    .waihui-faq-container {
        max-width: 900px; /* FAQ 通常不需要太宽，窄一点阅读体验更好 */
        margin: 0 auto;
    }

    /* 严格按照要求：H2 大小 30px 且加粗 */
    h2.waihui-faq-title {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #2c3e50;
        text-align: center;
        margin: 0 0 40px 0;
        padding: 0;
        border: none;
        line-height: 1.3;
    }

    /* FAQ 列表容器 */
    .waihui-faq-list {
        display: flex;
        flex-direction: column;
        gap: 15px; /* 卡片之间的间距 */
    }

    /* 原生 details 标签样式化为卡片 */
    details.waihui-faq-item {
        background: #ffffff;
        border-radius: 10px;
        border: 1px solid #edf2f7;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        overflow: hidden;
        transition: box-shadow 0.3s ease;
    }

    details.waihui-faq-item:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    }

    /* 展开状态的卡片边框变色高亮 */
    details.waihui-faq-item[open] {
        border-color: #bae6fd;
        box-shadow: 0 6px 20px rgba(66, 165, 212, 0.08);
    }

    /* 问题标题区域 (Summary) */
    summary.waihui-faq-question {
        padding: 22px 25px;
        font-size: 17px;
        font-weight: 600;
        color: #1e293b;
        cursor: pointer;
        position: relative;
        list-style: none; /* 隐藏默认的小三角 */
        display: flex;
        align-items: center;
        justify-content: space-between;
        outline: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    /* 隐藏 Safari 下的默认三角标记 */
    summary.waihui-faq-question::-webkit-details-marker {
        display: none;
    }

    summary.waihui-faq-question:hover {
        background-color: #fcfcfc;
        color: #42a5d4; /* 悬停时文字变蓝 */
    }

    /* 纯 CSS 绘制右侧的加减号图标 */
    .waihui-faq-icon {
        position: relative;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-left: 15px;
    }

    .waihui-faq-icon::before,
    .waihui-faq-icon::after {
        content: "";
        position: absolute;
        background-color: #42a5d4; /* 主题蓝 */
        border-radius: 2px;
        top: 50%;
        left: 50%;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    /* 横线 */
    .waihui-faq-icon::before {
        width: 14px;
        height: 2px;
        transform: translate(-50%, -50%);
    }

    /* 竖线 */
    .waihui-faq-icon::after {
        width: 2px;
        height: 14px;
        transform: translate(-50%, -50%);
    }

    /* 当 details 展开时，竖线旋转 90 度变成减号 */
    details[open] .waihui-faq-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
        background-color: #cbd5e1; /* 展开后图标颜色变淡 */
    }
    details[open] .waihui-faq-icon::before {
        background-color: #cbd5e1;
    }

    /* 答案内容区域 */
    .waihui-faq-answer {
        padding: 0 25px 25px;
        font-size: 15px;
        color: #5a6b7c;
        line-height: 1.7;
        border-top: 1px solid transparent;
    }

    /* 为原生 details 添加平滑的出现动画 */
    details[open] summary ~ * {
        animation: waihuiFaqSweep 0.4s ease-in-out;
    }

    @keyframes waihuiFaqSweep {
        0% { opacity: 0; transform: translateY(-10px); }
        100% { opacity: 1; transform: translateY(0); }
    }

    /* 响应式调整 */
    @media (max-width: 600px) {
        .waihui-faq-wrapper {
            padding: 40px 15px;
        }
        h2.waihui-faq-title {
            font-size: 26px !important; /* 手机端微调，避免过大 */
            margin-bottom: 30px;
        }
        summary.waihui-faq-question {
            padding: 18px 20px;
            font-size: 16px;
        }
        .waihui-faq-answer {
            padding: 0 20px 20px;
        }
    }
    
    
    
/* ==========================================================================
       所有平台网格模块 (带图片Logo版) - 局部作用域 CSS (免全局污染)
       前缀: index-pintai-all-
       ========================================================================== */
    
    .index-pintai-all-wrapper {
        padding: 60px 0px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1290px;
        margin: 0 auto;
    }

    .index-pintai-all-wrapper *,
    .index-pintai-all-wrapper *::before,
    .index-pintai-all-wrapper *::after {
        box-sizing: border-box;
    }

    /* 大标题设置 (严格按照要求：30px, 加粗) */
    h2.index-pintai-all-title {
        font-size: 30px !important;
        font-weight: bold !important;
        color: #333333;
        margin: 0 0 30px 0;
        padding: 0;
        border: none;
        line-height: 1.2;
    }

    /* 响应式网格布局 */
    .index-pintai-all-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 20px; 
    }

    /* 单个平台链接块 */
    a.index-pintai-all-item {
        display: flex;
        align-items: center;
        background-color: #4396cb; 
        border-radius: 8px;
        padding: 6px; 
        text-decoration: none !important;
        transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    /* 悬停交互效果 */
    a.index-pintai-all-item:hover {
        background-color: #357ca8;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(67, 150, 203, 0.3);
    }

    /* 左侧 Logo 容器 (深色背景框) */
    .index-pintai-all-logo-box {
        background-color: #2c3338; /* 匹配原图的深色底 */
        width: 110px;
        height: 44px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden; /* 防止图片溢出圆角 */
    }

    /* 内部实际图片 (<img> 标签) 的样式控制 */
    .index-pintai-all-logo-box img {
        max-width: 85%; /* 留出一点内边距，让Logo不贴边 */
        max-height: 85%;
        object-fit: contain; /* 保证Logo等比例缩放，绝不拉伸变形 */
        display: block;
        border: none;
    }

    /* 右侧平台名称文本 */
    .index-pintai-all-name {
        color: #ffffff !important;
        font-size: 17px;
        font-weight: 500;
        margin-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 响应式调整 */
    @media (max-width: 992px) {
        .index-pintai-all-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .index-pintai-all-wrapper { padding: 30px 15px; }
        h2.index-pintai-all-title { font-size: 26px !important; text-align: center; }
        .index-pintai-all-grid { grid-template-columns: 1fr; gap: 12px; }
    }
 