/* 首页专用样式 - 适配新的分析评测布局 */

/* ========== 基础布局 ========== */
.down_7790 {
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.grid-dirty-e95b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
}

.tag_11a1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.north-f7bf {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.north-f7bf a {
    display: flex;
    align-items: center;
}

.filter_solid_1de8 {
    display: flex;
    align-items: center;
}

.purple_085b {
    background: #4CAF50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.menu-7875 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.cool_e367 {
    position: relative;
}

.cool_e367 ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.cool_e367 li {
    position: relative;
    list-style: none;
}

.cool_e367 a {
    color: #FFF9C4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0;
    display: block;
}

.cool_e367 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.cool_e367 .center_65c3 {
    position: relative;
}

.cool_e367 .fast_802a {
    cursor: pointer;
}

.cool_e367 .fast_802a::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.cool_e367 .glass-0538 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #5D4037 0%, #4E342E 100%);
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    z-index: 1000;
    list-style: none;
}

/* 桌面端悬停显示子菜单 */
@media (min-width: 992px) {
    .cool_e367 .center_65c3:hover .glass-0538 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cool_e367 .glass-0538 li {
    margin: 0;
    list-style: none;
}

.cool_e367 .glass-0538 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.cool_e367 .glass-0538 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.focus_62a3 {
    display: none;
    background: rgba(141, 110, 99, 0.3);
    border: 2px solid rgba(255, 167, 38, 0.5);
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s;
}

.focus_62a3:hover {
    background: rgba(255, 167, 38, 0.3);
    border-color: #FFA726;
}

.focus_62a3.fn-active-2a75 {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.input-730d {
    background: linear-gradient(135deg, rgba(93, 64, 55, 0.3) 0%, rgba(78, 52, 46, 0.3) 100%);
    padding: 3rem 0;
    margin: 2rem 0;
    border-radius: 20px;
    border: 2px solid rgba(255, 167, 38, 0.2);
}

.input-730d .outline-light-d5f3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.logo-ec8a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(76, 175, 80, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 2px solid #4CAF50;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #4CAF50;
    font-weight: 600;
    flex-wrap: wrap;
}

.wide-722e {
    background: rgba(255, 152, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    border: 1px solid #FF9800;
    color: #FF6F00;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.new_15ac {
    background: #4CAF50;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#hero-title {
    font-size: 2.5rem;
    color: #FFEB3B;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    font-weight: 800;
}

.frame-lite-39d4 {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-left: 4px solid #FFA726;
}

.photo_static_81cf {
    border-radius: 0;
    border: none;
}

.photo_static_81cf img {
    display: block;
    max-width: 100%;
    height: auto;
}

.alert_7d56 {
    color: #FFA726;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.list-slow-f140 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #FFA726;
    background: linear-gradient(135deg, #FF6F00 0%, #FFA726 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.dynamic_dea3 {
    flex: 1;
}

.active_fa28 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.progress-pink-e702 {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.next_e613 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #FFA726;
    margin-top: 1.5rem;
}

.frame_d5da {
    font-size: 1.5rem;
    color: #FFA726;
    margin: 0 0 1rem 0;
}

.banner_pro_01ad {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    background: rgba(76, 175, 80, 0.05);
    border-radius: 15px;
    border: 2px solid rgba(76, 175, 80, 0.2);
}

.banner_huge_a7d7 {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.component_fluid_ff1b {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

.table-north-12ee {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

.silver_5702 {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 0.25rem;
}

.upper_60d3 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

.current_8bda figure {
    margin: 0;
    text-align: center;
}

.current_8bda img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.current_8bda figcaption {
    font-size: 0.85rem;
    color: #FFF9C4;
    margin-top: 0.75rem;
    font-style: italic;
}

/* ========== Methodology Section ========== */
.card_d0d3 {
    background: rgba(78, 52, 46, 0.5);
    padding: 4rem 0;
    margin: 2rem 0;
}

.card_d0d3 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 1rem;
}

.fixed_1911 {
    text-align: center;
    font-size: 1.15rem;
    color: #FFF9C4;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

.backdrop_glass_3e69 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.label_af54 {
    background: linear-gradient(135deg, rgba(141, 110, 99, 0.2) 0%, rgba(109, 76, 65, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.label_af54 h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.label_af54 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label_af54 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

.label_af54 li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

.preview-medium-0ed2 {
    background: rgba(255, 152, 0, 0.15);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #FF9800;
    margin-top: 2rem;
}

.preview-medium-0ed2 h3 {
    color: #FF9800;
    margin-top: 0;
}

.preview-medium-0ed2 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== Testing Section ========== */
.black_8c22 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
}

.black_8c22 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.surface_outer_90b6 {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(76, 175, 80, 0.3);
    margin-bottom: 2rem;
}

.surface_outer_90b6 h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.easy_f7ca {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.sort-first-b568 {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #2196F3;
}

.sort-first-b568 strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

.shadow-ee83 {
    background: rgba(255, 235, 59, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #FFEB3B;
    margin-top: 1.5rem;
}

.shadow-ee83 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.shadow-ee83 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== RTP Test Table ========== */
.media_e59e {
    overflow-x: auto;
    margin: 2rem 0;
}

.media_e59e table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.media_e59e caption {
    caption-side: top;
    padding: 1rem;
    font-weight: 600;
    color: #FFEB3B;
    text-align: left;
}

.media_e59e th {
    background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);
    color: #FFEB3B;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.media_e59e td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.media_e59e tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

/* ========== Support Test ========== */
.highlight_291d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.texture_093e {
    background: rgba(33, 150, 243, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #2196F3;
    color: white;
}

.texture_093e strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

/* ========== Games Section ========== */
.center-aa49 {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.center-aa49 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.stone_6c2d {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 167, 38, 0.2);
}

.stone_6c2d h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.stone_6c2d h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.stone_6c2d p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.stone_6c2d ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.fixed_4cdf li {
    margin-bottom: 0.75rem;
}

.logo-48f9 {
    background: rgba(33, 150, 243, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #2196F3;
    margin: 1.5rem 0;
}

.logo-48f9 h4 {
    color: #2196F3;
    margin-top: 0;
}

.logo-48f9 p {
    margin-bottom: 0;
}

.tag-mini-b85c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.table-bronze-3ba0 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.table-bronze-3ba0 h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.disabled_bronze_307a {
    margin: 0;
}

.disabled_bronze_307a dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

.disabled_bronze_307a dd {
    color: white;
    margin: 0.25rem 0 0 0;
    line-height: 1.6;
}

/* ========== Payments Section ========== */
.cold_adc1 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
}

.cold_adc1 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.module-fast-ac86 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.module-fast-ac86 ul {
    list-style: none;
    padding: 0;
}

.module-fast-ac86 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

.module-fast-ac86 li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.5rem;
}

.panel-warm-9b0c {
    background: rgba(244, 67, 54, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #F44336;
    margin: 1.5rem 0;
}

.panel-warm-9b0c h4 {
    color: #F44336;
    margin-top: 0;
}

.center_6512,
.button-f749 {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #4caf50;
    border-left: 6px solid #2e7d32;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}

.center_6512 strong,
.button-f749 strong {
    color: #2e7d32;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem;
    background: rgba(46, 125, 50, 0.1);
    border-radius: 6px;
}

.center_6512 ol,
.button-f749 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.center_6512 li,
.button-f749 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.button-f749 code {
    background: #fff9c4;
    color: #f57f17;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #fbc02d;
    box-shadow: 0 2px 4px rgba(245, 127, 23, 0.1);
}
    font-size: 0.9rem;
    color: #e83e8c;
}

.gradient_pro_443d,
.form-hard-7185 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.gradient_pro_443d h3,
.form-hard-7185 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gradient_pro_443d p,
.form-hard-7185 p {
    line-height: 1.8;
    color: #495057;
}

.gradient_pro_443d ul,
.form-hard-7185 ul {
    margin-left: 1.5rem;
}

.gradient_pro_443d li,
.form-hard-7185 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.panel-warm-9b0c ol {
    color: white;
    line-height: 1.8;
}

.panel-warm-9b0c p {
    color: white;
    margin-bottom: 0;
}

/* ========== Bonus Section ========== */
.red_ad1e {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.red_ad1e h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.bottom_b0a9 {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.bottom_b0a9 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

.block-4bce {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.block-4bce caption {
    caption-side: top;
    padding: 1rem;
    font-weight: 600;
    color: #FFEB3B;
    text-align: left;
}

.block-4bce th {
    background: rgba(141, 110, 99, 0.3);
    color: #FFA726;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    width: 30%;
}

.block-4bce td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.west_cd4e {
    background: rgba(255, 235, 59, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #FFEB3B;
    margin: 1.5rem 0;
}

.west_cd4e p {
    color: white;
    margin-bottom: 1rem;
}

.west_cd4e ul {
    color: white;
    line-height: 1.8;
}

.border-a1a9 {
    background: rgba(76, 175, 80, 0.15);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

/* ========== Security Section ========== */
.form-d773 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
}

.form-d773 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.orange-209c {
    margin: 1.5rem 0;
}

.orange-209c dt {
    color: #FFA726;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.orange-209c dd {
    color: white;
    margin: 0.5rem 0 0 0;
    line-height: 1.8;
}

.soft_95fa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.sort-first-b568 {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid rgba(76, 175, 80, 0.3);
}

.sort-first-b568 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.sort-first-b568 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== FAQ Section ========== */
.input-large-84f5 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

.input-large-84f5 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.light-6bf1 {
    max-width: 900px;
    margin: 0 auto;
}

.modal_wood_7476 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.2);
    margin-bottom: 1.5rem;
}

.modal_wood_7476 h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.modal_wood_7476 p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

/* ========== Responsible Gaming ========== */
.chip-c4a5 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
}

.chip-c4a5 h2 {
    font-size: 2.2rem;
    color: #F44336;
    text-align: center;
    margin-bottom: 3rem;
}

.stale-b33b {
    background: rgba(244, 67, 54, 0.2);
    padding: 2rem;
    border-radius: 15px;
    border: 3px solid #F44336;
    margin-bottom: 2rem;
    text-align: center;
}

.stale-b33b h3 {
    color: #F44336;
    font-size: 1.8rem;
    margin-top: 0;
}

.stale-b33b p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.hover_e037,
.disabled-214f {
    color: white;
    line-height: 1.8;
}

.hover_e037 li,
.disabled-214f li {
    margin-bottom: 0.75rem;
}

.info_paper_c8fd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.frame-4323 {
    background: rgba(33, 150, 243, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid #2196F3;
}

.frame-4323 h4 {
    color: #2196F3;
    margin-top: 0;
}

.frame-4323 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.pro_e6f5 {
    background: rgba(255, 152, 0, 0.15);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #FF9800;
    margin-top: 2rem;
}

.pro_e6f5 h3 {
    color: #FF9800;
    margin-top: 0;
}

.pro_e6f5 p {
    color: white;
    line-height: 1.8;
}

/* ========== Final Verdict ========== */
.hover_9fea {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.hover_9fea h2 {
    font-size: 2.5rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.top_b410 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.button_3db0,
.content_advanced_0221 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.button_3db0 {
    border: 2px solid #4CAF50;
}

.content_advanced_0221 {
    border: 2px solid #FF9800;
}

.button_3db0 h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.content_advanced_0221 h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.button_3db0 ul,
.content_advanced_0221 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.medium_e591 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.2) 0%, rgba(255, 152, 0, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #FFA726;
    margin-bottom: 2rem;
}

.medium_e591 h3 {
    color: #FFA726;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 2rem 0;
}

.outer-78fa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.border-medium-10ee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 8px;
}

.border-medium-10ee .menu_cb0e {
    color: white;
    font-weight: 500;
}

.border-medium-10ee .bottom_057b {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

.rough_c9af {
    text-align: center;
    padding: 1.5rem;
    background: rgba(76, 175, 80, 0.2);
    border-radius: 10px;
    border: 2px solid #4CAF50;
}

.banner_huge_a7d7 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.picture_e607 {
    color: #4CAF50;
    font-size: 3rem;
    font-weight: 800;
}

.tiny-c07d {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 235, 59, 0.3);
}

.tiny-c07d h3 {
    color: #FFEB3B;
    font-size: 1.5rem;
    margin-top: 0;
}

.tiny-c07d p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.tall_8034 {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
}

.tall_8034 p {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tall_8034 ul {
    text-align: left;
    max-width: 500px;
    margin: 1rem auto 2rem;
    color: white;
}

.disabled_lite_e24b {
    display: inline-block;
    background: #FFEB3B;
    color: #2E7D32;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255, 235, 59, 0.4);
}

.disabled_lite_e24b:hover {
    background: #FFF59D;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 235, 59, 0.6);
}

.thumbnail_orange_a7c8 {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}

/* ========== Last Updated ========== */
.aside_43a1 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem 0;
    text-align: center;
}

.aside_43a1 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

/* ===================================
   E-E-A-T Enhanced Sections Styling
   =================================== */

/* Author Bio Section */
.content_south_1c07 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 4px solid #d4af37;
}

.content_south_1c07 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.layout-d34e,
.large_6b54 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.info-cbb0 {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.photo_static_81cf {
    flex-shrink: 0;
}

.frame-lite-39d4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress-pink-e702,
.description_dynamic_7741 {
    margin-bottom: 2.5rem;
}

.progress-pink-e702 h3,
.large_6b54 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.alert-8bdc,
.progress-pink-e702 .alert-8bdc {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.popup-ac6f,
.red_304d,
.list-ddab {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.popup-ac6f h4,
.red_304d h4,
.list-ddab h4,
.description_dynamic_7741 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.popup-ac6f ul,
.red_304d ul,
.red_304d ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.popup-ac6f li,
.red_304d li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.description_dynamic_7741 {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.description_dynamic_7741 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.description_dynamic_7741 li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.description_dynamic_7741 a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.description_dynamic_7741 a:hover {
    text-decoration: underline;
}

.hero-b8ca {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.list-slow-f140.image-short-898d {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.right_fcf1 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.item_mini_8577 {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.active_fb5d {
    color: #495057;
    line-height: 1.8;
}

.active_fb5d p {
    margin-bottom: 1.5rem;
}

.active_fb5d ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

.active_fb5d ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.active_fb5d ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.blue_159d {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #d4af37;
    margin-top: 2rem;
}

.blue_159d a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.blue_159d a:hover {
    text-decoration: underline;
}

/* Editorial Standards Note (in hero) */
.overlay_clean_9455 {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: rgba(212, 175, 55, 0.1);
    border-left: 4px solid #d4af37;
    border-radius: 8px;
}

.sidebar_hot_b7e1 {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.sidebar_hot_b7e1 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.sidebar_hot_b7e1 a:hover {
    text-decoration: underline;
}

.up_9035 {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.up_9035:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

.avatar_7fb7 {
    color: #6c757d;
    font-size: 0.85rem;
}

/* Editorial Policy Section */
.silver-2132 {
    background: white;
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.silver-2132 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.main-dim-90fa {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

.chip-pro-2af9,
.progress-narrow-cee1 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.chip-pro-2af9 h3,
.progress-narrow-cee1 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.chip-pro-2af9 ul,
.chip-pro-2af9 ol,
.progress-narrow-cee1 ul,
.progress-narrow-cee1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.chip-pro-2af9 li,
.progress-narrow-cee1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.current_71f7 {
    max-width: 900px;
    margin: 0 auto;
}

.chip-e12d {
    background: #fff3cd;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #ffc107;
    margin-top: 2rem;
}

.chip-e12d h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.chip-e12d p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.main-dim-90fa h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
}

.main-dim-90fa ol,
.main-dim-90fa ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.main-dim-90fa li {
    margin-bottom: 0.75rem;
}

.main-dim-90fa strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Update History Section */
.summary-16aa {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.summary-16aa h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.wrapper_e9e9 {
    max-width: 900px;
    margin: 0 auto;
}

.tabs_fresh_1563 {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.mask-3183 {
    position: relative;
    padding-left: 3rem;
}

.mask-3183::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #d4af37 0%, rgba(212, 175, 55, 0.3) 100%);
}

.block-817a {
    position: relative;
    margin-bottom: 2.5rem;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.block-817a::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 1.5rem;
    width: 15px;
    height: 15px;
    background: #d4af37;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #f8f9fa;
}

.out_f2c7 {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.caption_prev_14b8 {
    color: #495057;
    line-height: 1.8;
}

.caption_prev_14b8 strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.caption_prev_14b8 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.caption_prev_14b8 li {
    margin-bottom: 0.5rem;
}

.heading-down-9a49 {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px dashed #d4af37;
}

.heading-down-9a49 strong {
    color: #2c3e50;
}

.heading-down-9a49 em {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Sources and Verification Section */
.header_silver_c9de {
    background: white;
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.header_silver_c9de h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.current_71f7 {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

.photo-bronze-8c2e {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.current_71f7 h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
}

.text-e30f {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-e30f li {
    background: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #d4af37;
}

.text-e30f strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.text-e30f a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.text-e30f a:hover {
    text-decoration: underline;
}

.current_71f7 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.current_71f7 ol li {
    margin-bottom: 0.75rem;
}

/* Contact and Feedback Section */
.selected_afc0 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.selected_afc0 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.notice-a190 {
    max-width: 1000px;
    margin: 0 auto;
}

.footer_left_bd75 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask_d1b7 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #d4af37;
}

.mask_d1b7 h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.mask_d1b7 p {
    color: #495057;
    line-height: 1.7;
    margin: 0.75rem 0;
}

.mask_d1b7 strong {
    color: #2c3e50;
    font-weight: 600;
}

.mask_d1b7 em {
    color: #6c757d;
    font-size: 0.9rem;
}

.footer_purple_de2c {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #28a745;
}

.footer_purple_de2c h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.footer_purple_de2c p {
    color: #495057;
    line-height: 1.8;
    margin: 0.75rem 0;
}

.footer_purple_de2c strong {
    color: #2c3e50;
}

/* ===================================
   End E-E-A-T Enhanced Sections
   =================================== */

/* ========== Footer ========== */
.tertiary-6ed0 {
    background: linear-gradient(135deg, #2E1B14 0%, #1A0F0A 100%);
    padding: 3rem 0 1rem;
    border-top: 2px solid rgba(255, 167, 38, 0.2);
}

.dim_1985 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.dirty_702a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.aside_fixed_6fc3 h3,
.over_55c9 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.liquid-cfaf {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.preview-0087 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.clean_6ea2 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #4CAF50;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.clean_6ea2 .new_15ac {
    font-size: 1rem;
}

.summary-stale-bdbe {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-stale-bdbe li {
    margin-bottom: 0.5rem;
}

.summary-stale-bdbe a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.summary-stale-bdbe a:hover {
    color: #FFEB3B;
}

.chip-c4a5 {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.chip-c4a5 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

.chip-c4a5 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0.25rem 0;
}

.chip-c4a5 a {
    color: #4CAF50;
    text-decoration: none;
}

.chip-c4a5 a:hover {
    text-decoration: underline;
}

.article-south-5446,
.solid-3dae {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.aside_fixed_6fc3 p,
.over_55c9 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.aside_fixed_6fc3 ul,
.over_55c9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside_fixed_6fc3 li,
.over_55c9 li {
    margin-bottom: 0.5rem;
}

.aside_fixed_6fc3 a,
.over_55c9 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.aside_fixed_6fc3 a:hover,
.over_55c9 a:hover {
    color: #FFEB3B;
}

.pattern-38db {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.pattern-38db p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.focused_0a76 {
    margin-top: 1rem;
}

.focused_0a76 a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 1rem;
}

.focused_0a76 a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.old-e933 {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.old-e933:hover {
    background: linear-gradient(135deg, #66BB6A 0%, #4CAF50 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

/* ========== Responsive Design ========== */
@media (max-width: 991px) {
    .input-730d .outline-light-d5f3 {
        grid-template-columns: 1fr;
    }
    
    .down_7790 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .grid-dirty-e95b {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .focus_62a3 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .tag_11a1 {
        order: 1;
        z-index: 1003;
    }
    
    .north-f7bf {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .menu-7875 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .cool_e367 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .cool_e367 ul {
        display: none;
        flex-direction: column;
        position: relative;
        width: 100%;
        background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
        padding: 0;
        margin: 0.5rem 0 0 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        gap: 0;
        z-index: 1002;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        border-radius: 15px;
        list-style: none;
    }
    
    /* 显示菜单 - 关键样式！*/
    .cool_e367 ul.fn-active-2a75 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .cool_e367 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .cool_e367 > ul > li:last-child {
        border-bottom: none;
    }
    
    .cool_e367 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .cool_e367 .center_65c3 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .cool_e367 .glass-0538 {
        position: static !important;
        display: none !important;
        background: rgba(0, 0, 0, 0.4);
        box-shadow: none;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        border-top: 1px solid rgba(255, 235, 59, 0.1);
        width: 100%;
        min-width: 100%;
        list-style: none;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .cool_e367 .center_65c3.fn-active-2a75 > .glass-0538 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }
    
    /* 子菜单项样式 */
    .cool_e367 .glass-0538 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .cool_e367 .glass-0538 li:last-child {
        border-bottom: none;
    }
    
    .cool_e367 .glass-0538 a {
        padding: 1rem 1.5rem 1rem 3rem !important;
        font-size: 0.95rem;
        display: block !important;
        width: 100%;
        color: #FFF9C4 !important;
        position: relative;
        white-space: normal;
    }
    
    /* 子菜单前的箭头图标 */
    .cool_e367 .glass-0538 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .cool_e367 .glass-0538 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .cool_e367 .fast_802a::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .cool_e367 .center_65c3.fn-active-2a75 > .fast_802a::after {
        transform: rotate(180deg) !important;
    }
    
    .top_b410 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .backdrop_glass_3e69,
    .tag-mini-b85c,
    .soft_95fa {
        grid-template-columns: 1fr;
    }
    
    .grid-dirty-e95b {
        gap: 0.5rem;
    }
    
    .menu-7875 {
        width: auto;
        order: 3;
    }
    
    .old-e933 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .dim_1985 {
        grid-template-columns: 1fr;
    }
    
    .dirty_702a {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .cool_e367 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .input-730d,
    .card_d0d3,
    .black_8c22,
    .center-aa49,
    .cold_adc1,
    .red_ad1e,
    .form-d773,
    .input-large-84f5,
    .chip-c4a5,
    .hover_9fea,
    .aside_43a1,
    .content_south_1c07,
    .silver-2132,
    .summary-16aa,
    .header_silver_c9de,
    .selected_afc0 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .stone_6c2d,
    .label_af54,
    .surface_outer_90b6,
    .table-bronze-3ba0,
    .module-fast-ac86,
    .bottom_b0a9,
    .orange-209c,
    .modal_wood_7476,
    .element-906a,
    .main-dim-90fa,
    .current_71f7,
    .notice-a190 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .short_e841,
    .fixed_1911,
    .upper_60d3,
    .preview-medium-0ed2,
    .overlay_clean_9455,
    .panel-warm-9b0c,
    .logo-48f9 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .backdrop_glass_3e69,
    .tag-mini-b85c,
    .soft_95fa,
    .footer_left_bd75 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .frame-lite-39d4 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .tall_8034,
    .menu-7875 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .border-lower-87f1 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .media_e59e {
        text-align: center;
    }
    
    .media_e59e table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .content_south_1c07 h2,
    .silver-2132 h2,
    .summary-16aa h2,
    .header_silver_c9de h2,
    .selected_afc0 h2 {
        font-size: 2rem;
    }
    
    .layout-d34e,
    .large_6b54 {
        padding: 2rem 1.5rem;
    }
    
    .info-cbb0 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .alert_7d56 {
        font-size: 1.6rem;
    }
    
    .popup-ac6f,
    .red_304d,
    .list-ddab,
    .description_dynamic_7741 {
        padding: 1.5rem;
    }
    
    .chip-pro-2af9,
    .progress-narrow-cee1,
    .center_6512,
    .button-f749,
    .gradient_pro_443d,
    .form-hard-7185 {
        padding: 1.5rem;
    }
    
    .hero-b8ca {
        flex-direction: column;
        text-align: center;
    }
    
    .list-slow-f140.image-short-898d {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .right_fcf1 h3 {
        font-size: 1.75rem;
    }
    
    .mask-3183 {
        padding-left: 2rem;
    }
    
    .block-817a::before {
        left: -2rem;
    }
    
    .footer_left_bd75 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .main-dim-90fa,
    .current_71f7,
    .wrapper_e9e9 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .outline-light-d5f3 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .component_fluid_ff1b {
        font-size: 2rem;
    }
    
    .table-north-12ee {
        font-size: 1.5rem;
    }
    
    .container_west_70da,
    .center-aa49 h2,
    .cold_adc1 h2,
    .form-d773 h2,
    .input-large-84f5 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .tag_11a1 img {
        width: 80px;
        height: auto;
    }
    
    .purple_085b {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .menu-7875 .old-e933 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .cool_e367 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .cool_e367 .glass-0538 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .cool_e367 .glass-0538 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .content_south_1c07,
    .silver-2132,
    .summary-16aa,
    .header_silver_c9de,
    .selected_afc0 {
        padding: 3rem 0;
    }
    
    .content_south_1c07 h2,
    .silver-2132 h2,
    .summary-16aa h2,
    .header_silver_c9de h2,
    .selected_afc0 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .layout-d34e,
    .large_6b54 {
        padding: 1.5rem 1rem;
    }
    
    .info-cbb0 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .photo_static_81cf img {
        width: 100px;
        height: 100px;
    }
    
    .alert_7d56 {
        font-size: 1.4rem;
    }
    
    .popup-ac6f,
    .red_304d,
    .list-ddab,
    .description_dynamic_7741 {
        padding: 1.25rem;
    }
    
    .chip-pro-2af9,
    .progress-narrow-cee1,
    .center_6512,
    .button-f749,
    .gradient_pro_443d,
    .form-hard-7185 {
        padding: 1.25rem;
    }
    
    .popup-ac6f h4,
    .red_304d h4,
    .list-ddab h4,
    .description_dynamic_7741 h4 {
        font-size: 1.1rem;
    }
    
    .chip-pro-2af9 h3,
    .progress-narrow-cee1 h3,
    .gradient_pro_443d h3,
    .form-hard-7185 h3 {
        font-size: 1.2rem;
    }
    
    .list-slow-f140.image-short-898d {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .right_fcf1 h3 {
        font-size: 1.5rem;
    }
    
    .item_mini_8577 {
        font-size: 1rem;
    }
    
    .main-dim-90fa h3,
    .current_71f7 h3 {
        font-size: 1.3rem;
    }
    
    .mask-3183 {
        padding-left: 1.5rem;
    }
    
    .mask-3183::before {
        width: 2px;
    }
    
    .block-817a {
        padding: 1rem;
    }
    
    .block-817a::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .mask_d1b7 {
        padding: 1.5rem;
    }
    
    .mask_d1b7 h3 {
        font-size: 1.2rem;
    }
    
    .footer_purple_de2c {
        padding: 1.5rem;
    }
    
    .overlay_clean_9455 {
        padding: 0.75rem 1rem;
    }
    
    .sidebar_hot_b7e1 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .short_e841,
    .element-906a,
    .dynamic_dea3,
    .next_e613,
    .backdrop_glass_3e69,
    .stone_6c2d,
    .module-fast-ac86,
    .orange-209c,
    .light-6bf1,
    .top_b410 {
        text-align: center;
    }
    
    /* 确保文本内容居中 */
    p, h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
    
    /* 列表保持左对齐，但居中显示 */
    ul, ol {
        display: inline-block;
        text-align: left;
        max-width: 90%;
    }
    
    /* 表格居中 */
    table {
        margin: 0 auto;
    }
    
    /* 按钮容器居中 */
    .old-e933,
    .disabled_lite_e24b {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 2716 */
.promo-block-d1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
