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

/* ========== 基础布局 ========== */
.nav_144f {
    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;
}

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

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

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

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

.gallery-6ee7 {
    display: flex;
    align-items: center;
}

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

.pressed-8c71 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.right-431e {
    position: relative;
}

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

.right-431e li {
    position: relative;
    list-style: none;
}

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

.right-431e a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.right-431e .badge-dim-ce08 {
    position: relative;
}

.right-431e .top-8671 {
    cursor: pointer;
}

.right-431e .top-8671::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.right-431e .over_a569 {
    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) {
    .right-431e .badge-dim-ce08:hover .over_a569 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.right-431e .over_a569 li {
    margin: 0;
    list-style: none;
}

.right-431e .over_a569 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.right-431e .over_a569 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.lite_8b25 {
    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;
}

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

.lite_8b25.fn-active-655a {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.chip-blue-453e {
    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);
}

.chip-blue-453e .frame_5a51 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.detail_stale_641b {
    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;
}

.title_smooth_7274 {
    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;
}

.shade_266f {
    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;
}

.bright_e68d {
    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;
}

.disabled-6f41 {
    border-radius: 0;
    border: none;
}

.disabled-6f41 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.current_a8a1 {
    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;
}

.frame_de6d {
    flex: 1;
}

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

.element_pink_d01b {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.slider_center_25ee {
    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;
}

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

.huge-7605 {
    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);
}

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

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

.lower_9196 {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

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

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

.sidebar-medium-2701 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

.shade_upper_31bf {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-full-0c69 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.filter-full-0c69 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-warm-c797 li {
    margin-bottom: 0.75rem;
}

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

.in-40e5 h4 {
    color: #2196F3;
    margin-top: 0;
}

.in-40e5 p {
    margin-bottom: 0;
}

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

.border_68fa {
    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);
}

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

.shadow-gold-a5ba {
    margin: 0;
}

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

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

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

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

.accent-silver-8744 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.accent-silver-8744 ul {
    list-style: none;
    padding: 0;
}

.accent-silver-8744 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

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

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

.tiny_3720 h4 {
    color: #F44336;
    margin-top: 0;
}

.highlight-active-2d21,
.backdrop-motion-3fe7 {
    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);
}

.highlight-active-2d21 strong,
.backdrop-motion-3fe7 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;
}

.highlight-active-2d21 ol,
.backdrop-motion-3fe7 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.highlight-active-2d21 li,
.backdrop-motion-3fe7 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.backdrop-motion-3fe7 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;
}

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

.accent_1eff h3,
.avatar_cold_cdcb h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.accent_1eff p,
.avatar_cold_cdcb p {
    line-height: 1.8;
    color: #495057;
}

.accent_1eff ul,
.avatar_cold_cdcb ul {
    margin-left: 1.5rem;
}

.accent_1eff li,
.avatar_cold_cdcb li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.tiny_3720 ol {
    color: white;
    line-height: 1.8;
}

.tiny_3720 p {
    color: white;
    margin-bottom: 0;
}

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

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

.layout-3f7f {
    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);
}

.layout-3f7f h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

.detail-hot-92c2 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 1.5rem 0;
}

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

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

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

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

.middle-7d74 p {
    color: white;
    margin-bottom: 1rem;
}

.middle-7d74 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.tabs-7a84 {
    margin: 1.5rem 0;
}

.tabs-7a84 dt {
    color: #FFA726;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.tabs-7a84 dd {
    color: white;
    margin: 0.5rem 0 0 0;
    line-height: 1.8;
}

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

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

.label_8aed h4 {
    color: #4CAF50;
    margin-top: 0;
}

.label_8aed p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== FAQ Section ========== */
.up_d0d1 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

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

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

.thumbnail_ab0d {
    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;
}

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

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

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

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

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

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

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

.label_lower_88f0,
.video-c3a8 {
    color: white;
    line-height: 1.8;
}

.label_lower_88f0 li,
.video-c3a8 li {
    margin-bottom: 0.75rem;
}

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

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

.preview-white-5232 h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

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

.tooltip_1262,
.accent-8c2a {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.accent-8c2a {
    border: 2px solid #FF9800;
}

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

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

.tooltip_1262 ul,
.accent-8c2a ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.texture-gas-1dd9 {
    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;
}

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

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

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

.grid_north_c638 .feature_orange_18c4 {
    color: white;
    font-weight: 500;
}

.grid_north_c638 .breadcrumb-glass-1065 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.content-middle-0ebd {
    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);
}

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

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

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

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

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

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

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

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

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

.disabled-6f41 {
    flex-shrink: 0;
}

.bright_e68d {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.element_pink_d01b,
.advanced-9372 {
    margin-bottom: 2.5rem;
}

.element_pink_d01b h3,
.liquid-b4b7 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.text-smooth-d473,
.element_pink_d01b .text-smooth-d473 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.label-outer-963d,
.modal_f445,
.tooltip_gas_67c4 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.label-outer-963d h4,
.modal_f445 h4,
.tooltip_gas_67c4 h4,
.advanced-9372 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.label-outer-963d ul,
.modal_f445 ul,
.modal_f445 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.label-outer-963d li,
.modal_f445 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.advanced-9372 a:hover {
    text-decoration: underline;
}

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

.current_a8a1.yellow_a1c8 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-upper-123e:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.white_acfc,
.pagination-59b9 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.white_acfc h3,
.pagination-59b9 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.white_acfc ul,
.white_acfc ol,
.pagination-59b9 ul,
.pagination-59b9 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.white_acfc li,
.pagination-59b9 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.nav_cool_892e 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;
}

.nav_cool_892e ol,
.nav_cool_892e ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

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

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

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

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

.menu-232d {
    max-width: 900px;
    margin: 0 auto;
}

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

.title-cold-527a {
    position: relative;
    padding-left: 3rem;
}

.title-cold-527a::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%);
}

.media-8453 {
    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);
}

.media-8453::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;
}

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

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

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

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

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

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

.wrapper_mini_e70e strong {
    color: #2c3e50;
}

.wrapper_mini_e70e em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

.pattern-easy-07d0 {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.table_first_32de 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;
}

.under-d98c {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.under-d98c a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_2d02 strong {
    color: #2c3e50;
}

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

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

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

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

.top_c623 h3,
.cool-df56 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.message_cf12 {
    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;
}

.message_cf12 .shade_266f {
    font-size: 1rem;
}

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

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

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

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

.modal-blue-5144 {
    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);
}

.modal-blue-5144 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

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

.modal-blue-5144 a {
    color: #4CAF50;
    text-decoration: none;
}

.modal-blue-5144 a:hover {
    text-decoration: underline;
}

.white-6d63,
.pagination-black-fe78 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.top_c623 ul,
.cool-df56 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_c623 li,
.cool-df56 li {
    margin-bottom: 0.5rem;
}

.top_c623 a,
.cool-df56 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.top_c623 a:hover,
.cool-df56 a:hover {
    color: #FFEB3B;
}

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

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

.banner_d166 {
    margin-top: 1rem;
}

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

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

/* ========== Buttons ========== */
.shade-14b4 {
    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;
}

.shade-14b4: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) {
    .chip-blue-453e .frame_5a51 {
        grid-template-columns: 1fr;
    }
    
    .nav_144f {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .tabs_west_71cf {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .lite_8b25 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .mask-f9a5 {
        order: 1;
        z-index: 1003;
    }
    
    .simple_e7bc {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .pressed-8c71 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .right-431e {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .right-431e 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .right-431e ul.fn-active-655a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .right-431e > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .right-431e > ul > li:last-child {
        border-bottom: none;
    }
    
    .right-431e > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .right-431e .badge-dim-ce08 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .right-431e .over_a569 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .right-431e .badge-dim-ce08.fn-active-655a > .over_a569 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .right-431e .over_a569 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .right-431e .over_a569 li:last-child {
        border-bottom: none;
    }
    
    .right-431e .over_a569 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;
    }
    
    /* 子菜单前的箭头图标 */
    .right-431e .over_a569 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .right-431e .over_a569 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .right-431e .top-8671::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .right-431e .badge-dim-ce08.fn-active-655a > .top-8671::after {
        transform: rotate(180deg) !important;
    }
    
    .carousel_north_152f {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .right-31d2,
    .up-c928,
    .box-silver-243e {
        grid-template-columns: 1fr;
    }
    
    .tabs_west_71cf {
        gap: 0.5rem;
    }
    
    .pressed-8c71 {
        width: auto;
        order: 3;
    }
    
    .shade-14b4 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .hover_c172 {
        grid-template-columns: 1fr;
    }
    
    .logo-left-5288 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .right-431e ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .chip-blue-453e,
    .card-3721,
    .background_up_d077,
    .search_1ea9,
    .tertiary_755c,
    .active_active_fffb,
    .pressed-3cb7,
    .up_d0d1,
    .modal-blue-5144,
    .thumbnail_2c41,
    .status_dim_3e95,
    .menu-short-dea8,
    .highlight-top-0f15,
    .border_b7f2,
    .status-9d03,
    .avatar_slow_6e09 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .panel-f5d0,
    .shade_upper_31bf,
    .highlight_2baa,
    .border_68fa,
    .accent-silver-8744,
    .layout-3f7f,
    .tabs-7a84,
    .thumbnail_ab0d,
    .row-8f70,
    .nav_cool_892e,
    .table_first_32de,
    .filter_north_ffc9 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .paragraph_e471,
    .tertiary_thick_b4bb,
    .gold_c382,
    .picture_f79d,
    .modal_e8d7,
    .tiny_3720,
    .in-40e5 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .right-31d2,
    .up-c928,
    .box-silver-243e,
    .focused-2173 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .bright_e68d {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .west-1e7e,
    .pressed-8c71 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .video-8af3 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .link_advanced_8684 {
        text-align: center;
    }
    
    .link_advanced_8684 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .menu-short-dea8 h2,
    .highlight-top-0f15 h2,
    .border_b7f2 h2,
    .status-9d03 h2,
    .avatar_slow_6e09 h2 {
        font-size: 2rem;
    }
    
    .glass-8042,
    .liquid-b4b7 {
        padding: 2rem 1.5rem;
    }
    
    .picture_large_08aa {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .iron_7525 {
        font-size: 1.6rem;
    }
    
    .label-outer-963d,
    .modal_f445,
    .tooltip_gas_67c4,
    .advanced-9372 {
        padding: 1.5rem;
    }
    
    .white_acfc,
    .pagination-59b9,
    .highlight-active-2d21,
    .backdrop-motion-3fe7,
    .accent_1eff,
    .avatar_cold_cdcb {
        padding: 1.5rem;
    }
    
    .tiny-ad7f {
        flex-direction: column;
        text-align: center;
    }
    
    .current_a8a1.yellow_a1c8 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .soft_5a28 h3 {
        font-size: 1.75rem;
    }
    
    .title-cold-527a {
        padding-left: 2rem;
    }
    
    .media-8453::before {
        left: -2rem;
    }
    
    .focused-2173 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .nav_cool_892e,
    .table_first_32de,
    .menu-232d {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .frame_5a51 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .hot-6897 {
        font-size: 2rem;
    }
    
    .lower_9196 {
        font-size: 1.5rem;
    }
    
    .down_8c9d,
    .search_1ea9 h2,
    .tertiary_755c h2,
    .pressed-3cb7 h2,
    .up_d0d1 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .mask-f9a5 img {
        width: 80px;
        height: auto;
    }
    
    .banner-green-cd4a {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .pressed-8c71 .shade-14b4 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .right-431e > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .right-431e .over_a569 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .right-431e .over_a569 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .menu-short-dea8,
    .highlight-top-0f15,
    .border_b7f2,
    .status-9d03,
    .avatar_slow_6e09 {
        padding: 3rem 0;
    }
    
    .menu-short-dea8 h2,
    .highlight-top-0f15 h2,
    .border_b7f2 h2,
    .status-9d03 h2,
    .avatar_slow_6e09 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .glass-8042,
    .liquid-b4b7 {
        padding: 1.5rem 1rem;
    }
    
    .picture_large_08aa {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .disabled-6f41 img {
        width: 100px;
        height: 100px;
    }
    
    .iron_7525 {
        font-size: 1.4rem;
    }
    
    .label-outer-963d,
    .modal_f445,
    .tooltip_gas_67c4,
    .advanced-9372 {
        padding: 1.25rem;
    }
    
    .white_acfc,
    .pagination-59b9,
    .highlight-active-2d21,
    .backdrop-motion-3fe7,
    .accent_1eff,
    .avatar_cold_cdcb {
        padding: 1.25rem;
    }
    
    .label-outer-963d h4,
    .modal_f445 h4,
    .tooltip_gas_67c4 h4,
    .advanced-9372 h4 {
        font-size: 1.1rem;
    }
    
    .white_acfc h3,
    .pagination-59b9 h3,
    .accent_1eff h3,
    .avatar_cold_cdcb h3 {
        font-size: 1.2rem;
    }
    
    .current_a8a1.yellow_a1c8 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .soft_5a28 h3 {
        font-size: 1.5rem;
    }
    
    .thumbnail-8ed4 {
        font-size: 1rem;
    }
    
    .nav_cool_892e h3,
    .table_first_32de h3 {
        font-size: 1.3rem;
    }
    
    .title-cold-527a {
        padding-left: 1.5rem;
    }
    
    .title-cold-527a::before {
        width: 2px;
    }
    
    .media-8453 {
        padding: 1rem;
    }
    
    .media-8453::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .input_medium_cc97 {
        padding: 1.5rem;
    }
    
    .input_medium_cc97 h3 {
        font-size: 1.2rem;
    }
    
    .plasma_2d02 {
        padding: 1.5rem;
    }
    
    .modal_e8d7 {
        padding: 0.75rem 1rem;
    }
    
    .hidden_42de {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .paragraph_e471,
    .row-8f70,
    .frame_de6d,
    .slider_center_25ee,
    .right-31d2,
    .panel-f5d0,
    .accent-silver-8744,
    .tabs-7a84,
    .dim_b04f,
    .carousel_north_152f {
        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;
    }
    
    /* 按钮容器居中 */
    .shade-14b4,
    .content-middle-0ebd {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 4aa4 */
.widget-item-r3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
