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

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

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

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

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

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

.layout-middle-25d1 {
    display: flex;
    align-items: center;
}

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

.search_black_f766 {
    z-index: 1002;
}

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

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

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

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

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

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

.menu_91cc .photo-2b19 {
    cursor: pointer;
}

.menu_91cc .photo-2b19::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.menu_91cc .advanced_7c50 {
    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) {
    .menu_91cc .basic_401a:hover .advanced_7c50 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.menu_91cc .advanced_7c50 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

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

/* ========== Hero Section ========== */
.message-ebf4 {
    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);
}

.message-ebf4 .tooltip-b6af {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

.highlight-tall-9ea8 {
    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;
}

.panel-239d {
    border-radius: 0;
    border: none;
}

.panel-239d img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.bronze_4f20 {
    flex: 1;
}

.hidden-center-9c4f {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard-47cd {
    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);
}

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

.hard-47cd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hard-47cd li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.module-wood-6e4f h3 {
    color: #FF9800;
    margin-top: 0;
}

.module-wood-6e4f p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.purple-98c0 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.purple-98c0 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-13eb li {
    margin-bottom: 0.75rem;
}

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

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

.complex-d84d p {
    margin-bottom: 0;
}

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

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

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

.tertiary_lite_3259 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.accordion-bottom-bf1a h4 {
    color: #F44336;
    margin-top: 0;
}

.status-250b,
.status_north_9660 {
    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);
}

.status-250b strong,
.status_north_9660 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;
}

.status-250b ol,
.status_north_9660 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.status-250b li,
.status_north_9660 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

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

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

.link_d33e p,
.pink_da4f p {
    line-height: 1.8;
    color: #495057;
}

.link_d33e ul,
.pink_da4f ul {
    margin-left: 1.5rem;
}

.link_d33e li,
.pink_da4f li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.accordion-bottom-bf1a ol {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_smooth_13cc {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

.iron-7f85 p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.title_hovered_a4ad,
.preview-469d {
    color: white;
    line-height: 1.8;
}

.title_hovered_a4ad li,
.preview-469d li {
    margin-bottom: 0.75rem;
}

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

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

.row-glass-b2d8 h4 {
    color: #2196F3;
    margin-top: 0;
}

.row-glass-b2d8 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced-6cf6 .out_e2d2 {
    color: white;
    font-weight: 500;
}

.advanced-6cf6 .module-stone-3f0d {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-green-d593 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.panel-239d {
    flex-shrink: 0;
}

.highlight-tall-9ea8 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lite_0039,
.highlight_upper_bb69 {
    margin-bottom: 2.5rem;
}

.lite_0039 h3,
.soft-3e92 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.fast-4b43,
.video_b2c9,
.icon-a51b {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.fast-4b43 h4,
.video_b2c9 h4,
.icon-a51b h4,
.highlight_upper_bb69 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fast-4b43 ul,
.video_b2c9 ul,
.video_b2c9 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.fast-4b43 li,
.video_b2c9 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

.block-blue-9c5e {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-1b1c:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.easy-9751,
.out-0fe1 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.easy-9751 h3,
.out-0fe1 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.easy-9751 ul,
.easy-9751 ol,
.out-0fe1 ul,
.out-0fe1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.easy-9751 li,
.out-0fe1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.over-d93a 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;
}

.over-d93a ol,
.over-d93a ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.over-d93a li {
    margin-bottom: 0.75rem;
}

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

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

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

.aside-motion-00f3 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.text-432b {
    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);
}

.text-432b::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;
}

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

.icon-south-3ff2 {
    color: #495057;
    line-height: 1.8;
}

.icon-south-3ff2 strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.icon-south-3ff2 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.icon-south-3ff2 li {
    margin-bottom: 0.5rem;
}

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

.red-4fc5 strong {
    color: #2c3e50;
}

.red-4fc5 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

.tertiary-under-cb9a {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature_orange_0360 strong {
    color: #2c3e50;
}

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

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

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

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

.red_3a76 h3,
.info-5232 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.cold_3be5 .column-a3c6 {
    font-size: 1rem;
}

.background-pro-fd5f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.background-pro-fd5f li {
    margin-bottom: 0.5rem;
}

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

.background-pro-fd5f a:hover {
    color: #FFEB3B;
}

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

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

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

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

.right-f86b a:hover {
    text-decoration: underline;
}

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

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

.red_3a76 ul,
.info-5232 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.red_3a76 li,
.info-5232 li {
    margin-bottom: 0.5rem;
}

.red_3a76 a,
.info-5232 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.red_3a76 a:hover,
.info-5232 a:hover {
    color: #FFEB3B;
}

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

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

.cool_cbce {
    margin-top: 1rem;
}

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

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

/* ========== Buttons ========== */
.rough-f9f5 {
    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;
}

.rough-f9f5: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) {
    .message-ebf4 .tooltip-b6af {
        grid-template-columns: 1fr;
    }
    
    .orange_d8c9 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .pro-c08b {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .gold_2762 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .main_prev_5c95 {
        order: 1;
        z-index: 1003;
    }
    
    .shade_e6c2 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .search_black_f766 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .menu_91cc {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .menu_91cc 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .menu_91cc ul.fn-active-bf7e {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .menu_91cc > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .menu_91cc > ul > li:last-child {
        border-bottom: none;
    }
    
    .menu_91cc > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .menu_91cc .basic_401a {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .menu_91cc .advanced_7c50 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .menu_91cc .basic_401a.fn-active-bf7e > .advanced_7c50 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .menu_91cc .advanced_7c50 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .menu_91cc .advanced_7c50 li:last-child {
        border-bottom: none;
    }
    
    .menu_91cc .advanced_7c50 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;
    }
    
    /* 子菜单前的箭头图标 */
    .menu_91cc .advanced_7c50 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .menu_91cc .advanced_7c50 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .menu_91cc .photo-2b19::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .menu_91cc .basic_401a.fn-active-bf7e > .photo-2b19::after {
        transform: rotate(180deg) !important;
    }
    
    .tabs-silver-2c96 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .tabs-old-09a0,
    .focus-top-d170,
    .hover_bronze_c333 {
        grid-template-columns: 1fr;
    }
    
    .pro-c08b {
        gap: 0.5rem;
    }
    
    .search_black_f766 {
        width: auto;
        order: 3;
    }
    
    .rough-f9f5 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .gallery-ddcc {
        grid-template-columns: 1fr;
    }
    
    .description-d5ee {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .menu_91cc ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .message-ebf4,
    .info-7ddb,
    .list-tall-f281,
    .cool-da28,
    .hover-fluid-4657,
    .backdrop_new_e7d9,
    .menu_d94f,
    .tag_f5bb,
    .right-f86b,
    .media_da84,
    .module-green-d593,
    .popup_4794,
    .up_a37a,
    .overlay_a1ee,
    .filter_6616,
    .detail-clean-9f53 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .row_left_94e0,
    .hard-47cd,
    .feature_south_ed6c,
    .steel_13a7,
    .primary_static_2600,
    .secondary_2cf0,
    .video_smooth_13cc,
    .iron-7f85,
    .filter-orange-8150,
    .over-d93a,
    .input_cb22,
    .form_bfa5 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .sort_tiny_3a9f,
    .logo-5919,
    .lite-0687,
    .module-wood-6e4f,
    .header_e164,
    .accordion-bottom-bf1a,
    .complex-d84d {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .tabs-old-09a0,
    .focus-top-d170,
    .hover_bronze_c333,
    .border_east_149a {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .highlight-tall-9ea8 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .smooth-5507,
    .search_black_f766 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .message_east_a852 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .avatar_d26c {
        text-align: center;
    }
    
    .avatar_d26c table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .popup_4794 h2,
    .up_a37a h2,
    .overlay_a1ee h2,
    .filter_6616 h2,
    .detail-clean-9f53 h2 {
        font-size: 2rem;
    }
    
    .liquid_7b0f,
    .soft-3e92 {
        padding: 2rem 1.5rem;
    }
    
    .dark_b379 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .item-upper-20f0 {
        font-size: 1.6rem;
    }
    
    .fast-4b43,
    .video_b2c9,
    .icon-a51b,
    .highlight_upper_bb69 {
        padding: 1.5rem;
    }
    
    .easy-9751,
    .out-0fe1,
    .status-250b,
    .status_north_9660,
    .link_d33e,
    .pink_da4f {
        padding: 1.5rem;
    }
    
    .huge_0664 {
        flex-direction: column;
        text-align: center;
    }
    
    .highlight_8f90.hot_ece8 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .cold-5f75 h3 {
        font-size: 1.75rem;
    }
    
    .in-1985 {
        padding-left: 2rem;
    }
    
    .text-432b::before {
        left: -2rem;
    }
    
    .border_east_149a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .over-d93a,
    .input_cb22,
    .aside-motion-00f3 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .tooltip-b6af {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .pattern_silver_0339 {
        font-size: 2rem;
    }
    
    .focus_e668 {
        font-size: 1.5rem;
    }
    
    .hovered_9107,
    .cool-da28 h2,
    .hover-fluid-4657 h2,
    .menu_d94f h2,
    .tag_f5bb h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .main_prev_5c95 img {
        width: 80px;
        height: auto;
    }
    
    .lower_cd2d {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .search_black_f766 .rough-f9f5 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .menu_91cc > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .menu_91cc .advanced_7c50 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .menu_91cc .advanced_7c50 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .popup_4794,
    .up_a37a,
    .overlay_a1ee,
    .filter_6616,
    .detail-clean-9f53 {
        padding: 3rem 0;
    }
    
    .popup_4794 h2,
    .up_a37a h2,
    .overlay_a1ee h2,
    .filter_6616 h2,
    .detail-clean-9f53 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .liquid_7b0f,
    .soft-3e92 {
        padding: 1.5rem 1rem;
    }
    
    .dark_b379 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .panel-239d img {
        width: 100px;
        height: 100px;
    }
    
    .item-upper-20f0 {
        font-size: 1.4rem;
    }
    
    .fast-4b43,
    .video_b2c9,
    .icon-a51b,
    .highlight_upper_bb69 {
        padding: 1.25rem;
    }
    
    .easy-9751,
    .out-0fe1,
    .status-250b,
    .status_north_9660,
    .link_d33e,
    .pink_da4f {
        padding: 1.25rem;
    }
    
    .fast-4b43 h4,
    .video_b2c9 h4,
    .icon-a51b h4,
    .highlight_upper_bb69 h4 {
        font-size: 1.1rem;
    }
    
    .easy-9751 h3,
    .out-0fe1 h3,
    .link_d33e h3,
    .pink_da4f h3 {
        font-size: 1.2rem;
    }
    
    .highlight_8f90.hot_ece8 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .cold-5f75 h3 {
        font-size: 1.5rem;
    }
    
    .block-blue-9c5e {
        font-size: 1rem;
    }
    
    .over-d93a h3,
    .input_cb22 h3 {
        font-size: 1.3rem;
    }
    
    .in-1985 {
        padding-left: 1.5rem;
    }
    
    .in-1985::before {
        width: 2px;
    }
    
    .text-432b {
        padding: 1rem;
    }
    
    .text-432b::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .primary_74ca {
        padding: 1.5rem;
    }
    
    .primary_74ca h3 {
        font-size: 1.2rem;
    }
    
    .feature_orange_0360 {
        padding: 1.5rem;
    }
    
    .header_e164 {
        padding: 0.75rem 1rem;
    }
    
    .component_advanced_2259 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .sort_tiny_3a9f,
    .filter-orange-8150,
    .bronze_4f20,
    .yellow_2c52,
    .tabs-old-09a0,
    .row_left_94e0,
    .primary_static_2600,
    .video_smooth_13cc,
    .nav_small_42af,
    .tabs-silver-2c96 {
        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;
    }
    
    /* 按钮容器居中 */
    .rough-f9f5,
    .grid_c5e1 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 2fc1 */
.promo-block-x0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
