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

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

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

.image-static-3cec {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

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

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

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

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

.image_left_eb15 {
    z-index: 1002;
}

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

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

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

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

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

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

.over_7a7d .background_ce3b {
    cursor: pointer;
}

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

.over_7a7d .tag_b9bb {
    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) {
    .over_7a7d .description_baf7:hover .tag_b9bb {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.over_7a7d .tag_b9bb li {
    margin: 0;
    list-style: none;
}

.over_7a7d .tag_b9bb a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.over_7a7d .tag_b9bb a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.shadow_e8e7.fn-active-2174 {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.shadow-dark-caeb {
    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);
}

.shadow-dark-caeb .secondary_wood_59e6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

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

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

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

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

.video-75ce {
    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;
}

.active-medium-a7d4 {
    flex: 1;
}

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

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

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

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

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

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

.disabled-warm-7cb2 {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.heading-22f0 {
    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);
}

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

.heading-22f0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-22f0 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.heading-29c5 h3 {
    color: #FF9800;
    margin-top: 0;
}

.heading-29c5 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-6b08 li {
    margin-bottom: 0.75rem;
}

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

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

.north_50a0 p {
    margin-bottom: 0;
}

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

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

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

.item-2a11 {
    margin: 0;
}

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

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

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

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

.white-d380 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.white-d380 ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

.copper_011d,
.panel_lower_42cc {
    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);
}

.copper_011d strong,
.panel_lower_42cc 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;
}

.copper_011d ol,
.panel_lower_42cc ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

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

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

.chip-9c89 h3,
.icon_3a7a h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.chip-9c89 p,
.icon_3a7a p {
    line-height: 1.8;
    color: #495057;
}

.chip-9c89 ul,
.icon_3a7a ul {
    margin-left: 1.5rem;
}

.chip-9c89 li,
.icon_3a7a li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.gallery-9a5b {
    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);
}

.gallery-9a5b h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

.accordion-pressed-99fa p {
    color: white;
    margin-bottom: 1rem;
}

.accordion-pressed-99fa ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.stone-6a81 {
    margin: 1.5rem 0;
}

.stone-6a81 dt {
    color: #FFA726;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.stone-6a81 dd {
    color: white;
    margin: 0.5rem 0 0 0;
    line-height: 1.8;
}

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

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

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

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

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

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

.chip-pressed-1948 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.silver-3bbe,
.inner_bff1 {
    color: white;
    line-height: 1.8;
}

.silver-3bbe li,
.inner_bff1 li {
    margin-bottom: 0.75rem;
}

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

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

.border-5fa4 h4 {
    color: #2196F3;
    margin-top: 0;
}

.border-5fa4 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.hot-dc1b {
    border: 2px solid #4CAF50;
}

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

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

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

.hot-dc1b ul,
.focused_7cfd ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.gas_62e5 .gold-b1da {
    color: white;
    font-weight: 500;
}

.gas_62e5 .summary_selected_b2c9 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy_cf7e {
    flex-shrink: 0;
}

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

.black-f036,
.gradient_south_57c4 {
    margin-bottom: 2.5rem;
}

.black-f036 h3,
.cool_fe6d h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.card_7af2,
.black-f036 .card_7af2 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.popup_old_f5d4,
.north_0cf2,
.picture-solid-b69c {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.popup_old_f5d4 h4,
.north_0cf2 h4,
.picture-solid-b69c h4,
.gradient_south_57c4 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.popup_old_f5d4 ul,
.north_0cf2 ul,
.north_0cf2 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.popup_old_f5d4 li,
.north_0cf2 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.video-75ce.old-c3c2 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

.border-easy-8516 a:hover {
    text-decoration: underline;
}

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

.pattern-narrow-666a {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

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

.pattern-narrow-666a a:hover {
    text-decoration: underline;
}

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

.action-130b:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.feature-dc11,
.heading_steel_2758 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.feature-dc11 h3,
.heading_steel_2758 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-dc11 ul,
.feature-dc11 ol,
.heading_steel_2758 ul,
.heading_steel_2758 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.feature-dc11 li,
.heading_steel_2758 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.badge-8ab4 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature_iron_f18a::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%);
}

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

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

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

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

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

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

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

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

.south_9ea7 strong {
    color: #2c3e50;
}

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

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

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

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

.solid-871d {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.badge-8ab4 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;
}

.content-last-d758 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.content-last-d758 a:hover {
    text-decoration: underline;
}

.badge-8ab4 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.badge-8ab4 ol li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.status-84e1 strong {
    color: #2c3e50;
    font-weight: 600;
}

.status-84e1 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.input-1cf2 strong {
    color: #2c3e50;
}

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

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

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

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

.under_3222 h3,
.media-thick-a424 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.texture-9dd8 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

.filter-orange-e02c {
    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;
}

.filter-orange-e02c .link-ef6a {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.under_3222 p,
.media-thick-a424 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.under_3222 ul,
.media-thick-a424 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.under_3222 li,
.media-thick-a424 li {
    margin-bottom: 0.5rem;
}

.under_3222 a,
.media-thick-a424 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.under_3222 a:hover,
.media-thick-a424 a:hover {
    color: #FFEB3B;
}

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

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

.hovered-86eb {
    margin-top: 1rem;
}

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

.hovered-86eb a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.primary-65ef {
    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;
}

.primary-65ef: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) {
    .shadow-dark-caeb .secondary_wood_59e6 {
        grid-template-columns: 1fr;
    }
    
    .panel-left-2962 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .summary-8849 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .shadow_e8e7 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .image-static-3cec {
        order: 1;
        z-index: 1003;
    }
    
    .content_full_1560 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .image_left_eb15 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .over_7a7d {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .over_7a7d 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .over_7a7d ul.fn-active-2174 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .over_7a7d > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .over_7a7d > ul > li:last-child {
        border-bottom: none;
    }
    
    .over_7a7d > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .over_7a7d .description_baf7 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .over_7a7d .tag_b9bb {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .over_7a7d .description_baf7.fn-active-2174 > .tag_b9bb {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .over_7a7d .tag_b9bb li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .over_7a7d .tag_b9bb li:last-child {
        border-bottom: none;
    }
    
    .over_7a7d .tag_b9bb 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;
    }
    
    /* 子菜单前的箭头图标 */
    .over_7a7d .tag_b9bb a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .over_7a7d .tag_b9bb a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .over_7a7d .background_ce3b::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .over_7a7d .description_baf7.fn-active-2174 > .background_ce3b::after {
        transform: rotate(180deg) !important;
    }
    
    .gold-7b6e {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .widget-185f,
    .menu-first-2800,
    .rough-0a48 {
        grid-template-columns: 1fr;
    }
    
    .summary-8849 {
        gap: 0.5rem;
    }
    
    .image_left_eb15 {
        width: auto;
        order: 3;
    }
    
    .primary-65ef {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .background-smooth-3686 {
        grid-template-columns: 1fr;
    }
    
    .badge-last-ad06 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .over_7a7d ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .shadow-dark-caeb,
    .icon_be63,
    .dropdown_pink_10e2,
    .content_5494,
    .steel_fa8c,
    .video_old_d9a3,
    .sort_south_a8d7,
    .soft_eb3a,
    .main_top_9d7b,
    .box_3e4b,
    .hard_96e6,
    .overlay-d7ff,
    .prev_4b36,
    .pagination-west-0f5a,
    .left_4688,
    .panel-aa5b {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .box-5f35,
    .heading-22f0,
    .focus_e206,
    .pressed_3d1d,
    .white-d380,
    .gallery-9a5b,
    .stone-6a81,
    .column-c304,
    .carousel_down_6afe,
    .banner_dim_c8f2,
    .badge-8ab4,
    .main-5955 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .east-cc9b,
    .content_fluid_63b6,
    .avatar_wood_1f12,
    .heading-29c5,
    .tag_focused_f4fa,
    .status_liquid_40d3,
    .north_50a0 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .widget-185f,
    .menu-first-2800,
    .rough-0a48,
    .item-brown-d41b {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .notice_green_dfc7 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .shade-dca3,
    .image_left_eb15 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .accent_b177 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .text_stone_1614 {
        text-align: center;
    }
    
    .text_stone_1614 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .overlay-d7ff h2,
    .prev_4b36 h2,
    .pagination-west-0f5a h2,
    .left_4688 h2,
    .panel-aa5b h2 {
        font-size: 2rem;
    }
    
    .active-b1d8,
    .cool_fe6d {
        padding: 2rem 1.5rem;
    }
    
    .badge-0305 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .left-7015 {
        font-size: 1.6rem;
    }
    
    .popup_old_f5d4,
    .north_0cf2,
    .picture-solid-b69c,
    .gradient_south_57c4 {
        padding: 1.5rem;
    }
    
    .feature-dc11,
    .heading_steel_2758,
    .copper_011d,
    .panel_lower_42cc,
    .chip-9c89,
    .icon_3a7a {
        padding: 1.5rem;
    }
    
    .link_liquid_41cd {
        flex-direction: column;
        text-align: center;
    }
    
    .video-75ce.old-c3c2 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .frame_6a24 h3 {
        font-size: 1.75rem;
    }
    
    .feature_iron_f18a {
        padding-left: 2rem;
    }
    
    .accent_narrow_d83a::before {
        left: -2rem;
    }
    
    .item-brown-d41b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .banner_dim_c8f2,
    .badge-8ab4,
    .photo_full_69f3 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .secondary_wood_59e6 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .disabled-warm-7cb2 {
        font-size: 2rem;
    }
    
    .video-2e3e {
        font-size: 1.5rem;
    }
    
    .tag_tiny_7951,
    .content_5494 h2,
    .steel_fa8c h2,
    .sort_south_a8d7 h2,
    .soft_eb3a h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .image-static-3cec img {
        width: 80px;
        height: auto;
    }
    
    .accent-smooth-b391 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .image_left_eb15 .primary-65ef {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .over_7a7d > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .over_7a7d .tag_b9bb a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .over_7a7d .tag_b9bb a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .overlay-d7ff,
    .prev_4b36,
    .pagination-west-0f5a,
    .left_4688,
    .panel-aa5b {
        padding: 3rem 0;
    }
    
    .overlay-d7ff h2,
    .prev_4b36 h2,
    .pagination-west-0f5a h2,
    .left_4688 h2,
    .panel-aa5b h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .active-b1d8,
    .cool_fe6d {
        padding: 1.5rem 1rem;
    }
    
    .badge-0305 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .easy_cf7e img {
        width: 100px;
        height: 100px;
    }
    
    .left-7015 {
        font-size: 1.4rem;
    }
    
    .popup_old_f5d4,
    .north_0cf2,
    .picture-solid-b69c,
    .gradient_south_57c4 {
        padding: 1.25rem;
    }
    
    .feature-dc11,
    .heading_steel_2758,
    .copper_011d,
    .panel_lower_42cc,
    .chip-9c89,
    .icon_3a7a {
        padding: 1.25rem;
    }
    
    .popup_old_f5d4 h4,
    .north_0cf2 h4,
    .picture-solid-b69c h4,
    .gradient_south_57c4 h4 {
        font-size: 1.1rem;
    }
    
    .feature-dc11 h3,
    .heading_steel_2758 h3,
    .chip-9c89 h3,
    .icon_3a7a h3 {
        font-size: 1.2rem;
    }
    
    .video-75ce.old-c3c2 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .frame_6a24 h3 {
        font-size: 1.5rem;
    }
    
    .item_792b {
        font-size: 1rem;
    }
    
    .banner_dim_c8f2 h3,
    .badge-8ab4 h3 {
        font-size: 1.3rem;
    }
    
    .feature_iron_f18a {
        padding-left: 1.5rem;
    }
    
    .feature_iron_f18a::before {
        width: 2px;
    }
    
    .accent_narrow_d83a {
        padding: 1rem;
    }
    
    .accent_narrow_d83a::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .status-84e1 {
        padding: 1.5rem;
    }
    
    .status-84e1 h3 {
        font-size: 1.2rem;
    }
    
    .input-1cf2 {
        padding: 1.5rem;
    }
    
    .tag_focused_f4fa {
        padding: 0.75rem 1rem;
    }
    
    .pattern-narrow-666a {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .east-cc9b,
    .carousel_down_6afe,
    .active-medium-a7d4,
    .content-f983,
    .widget-185f,
    .box-5f35,
    .white-d380,
    .stone-6a81,
    .chip-pressed-1948,
    .gold-7b6e {
        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;
    }
    
    /* 按钮容器居中 */
    .primary-65ef,
    .module-d33a {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 3416 */
.widget-item-h5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
