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

/* ========== 基础布局 ========== */
.alert-smooth-9a51 {
    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;
}

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

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

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

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

.accordion-paper-c5cf {
    display: flex;
    align-items: center;
}

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

.plasma-32ed {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.section_9e6a .short-8bfc {
    position: relative;
}

.section_9e6a .hover_stale_799b {
    cursor: pointer;
}

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

.section_9e6a .main_cool_b1c7 {
    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) {
    .section_9e6a .short-8bfc:hover .main_cool_b1c7 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.section_9e6a .main_cool_b1c7 li {
    margin: 0;
    list-style: none;
}

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

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

.gradient-east-7a2b {
    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;
}

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

.gradient-east-7a2b.fn-active-dd43 {
    background: rgba(255, 167, 38, 0.5);
}

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

.video-a8dd .title_fixed_53a3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

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

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

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

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

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

.link_green_e5a7 {
    flex: 1;
}

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

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

.header-0c9b {
    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;
}

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

.message-inner-17a2 {
    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);
}

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

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

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

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

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

.smooth-8de4 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-static-08e3 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.list-static-08e3 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== RTP Test Table ========== */
.grid-short-821e {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

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

.grid-short-821e tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.element-4a2a li {
    margin-bottom: 0.75rem;
}

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

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

.filter_c0d0 p {
    margin-bottom: 0;
}

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

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

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

.wood-eb93 {
    margin: 0;
}

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

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

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

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

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

.tag-blue-4d09 ul {
    list-style: none;
    padding: 0;
}

.tag-blue-4d09 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

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

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

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

.button_10bd,
.label_a843 {
    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);
}

.button_10bd strong,
.label_a843 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;
}

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

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

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

.middle-e844,
.detail-old-8fd1 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.middle-e844 h3,
.detail-old-8fd1 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.middle-e844 p,
.detail-old-8fd1 p {
    line-height: 1.8;
    color: #495057;
}

.middle-e844 ul,
.detail-old-8fd1 ul {
    margin-left: 1.5rem;
}

.middle-e844 li,
.detail-old-8fd1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-36b8 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

.hidden-narrow-50ab {
    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;
}

.hidden-narrow-50ab h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.hidden-narrow-50ab p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.feature-db46,
.simple_f0b7 {
    color: white;
    line-height: 1.8;
}

.feature-db46 li,
.simple_f0b7 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.light-6ea2,
.pink_e488 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.light-6ea2 {
    border: 2px solid #4CAF50;
}

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

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

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

.light-6ea2 ul,
.pink_e488 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.gradient-6d48 {
    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;
}

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

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

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

.backdrop-b2c2 .upper_d954 {
    color: white;
    font-weight: 500;
}

.backdrop-b2c2 .frame-24e3 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.detail-59db {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

.footer-hot-874b p {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.card-lite-950c {
    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);
}

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

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

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

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

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

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

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

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

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

.media_green_27f6 {
    flex-shrink: 0;
}

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

.rough-ba78,
.under-5186 {
    margin-bottom: 2.5rem;
}

.rough-ba78 h3,
.badge-efe3 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.section-pink-93ea,
.outline-ac6c,
.banner_mini_4cdf {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.section-pink-93ea h4,
.outline-ac6c h4,
.banner_mini_4cdf h4,
.under-5186 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-pink-93ea ul,
.outline-ac6c ul,
.outline-ac6c ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.section-pink-93ea li,
.outline-ac6c li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

.list-static-6a41 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.header-gas-3d3c {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block-simple-5e19 {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.block-simple-5e19:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.white-71b5,
.nav-dark-0d2e {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.white-71b5 h3,
.nav-dark-0d2e h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.white-71b5 ul,
.white-71b5 ol,
.nav-dark-0d2e ul,
.nav-dark-0d2e ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.white-71b5 li,
.nav-dark-0d2e li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.notification-8dd3 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.top-be4f 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;
}

.top-be4f ol,
.top-be4f ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.top-be4f li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.row-focused-b234 {
    position: relative;
    padding-left: 3rem;
}

.row-focused-b234::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%);
}

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

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

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

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

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

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

.focused-ed5c li {
    margin-bottom: 0.5rem;
}

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

.primary-dbe2 strong {
    color: #2c3e50;
}

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

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

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

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

.prev-66c5 {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

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

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

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

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

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

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

.notification-8dd3 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.notification-8dd3 ol li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.center-641e strong {
    color: #2c3e50;
    font-weight: 600;
}

.center-641e em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.detail_pro_afb4 strong {
    color: #2c3e50;
}

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

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

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

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

.title-ed0f h3,
.focus-3d93 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.sidebar-first-7369 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.description_solid_663e .blue-b406 {
    font-size: 1rem;
}

.gallery-smooth-7598 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-smooth-7598 li {
    margin-bottom: 0.5rem;
}

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

.gallery-smooth-7598 a:hover {
    color: #FFEB3B;
}

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

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

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

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

.gallery-be78 a:hover {
    text-decoration: underline;
}

.carousel_brown_4fe4,
.hot-1eea {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.title-ed0f p,
.focus-3d93 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.title-ed0f ul,
.focus-3d93 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title-ed0f li,
.focus-3d93 li {
    margin-bottom: 0.5rem;
}

.title-ed0f a,
.focus-3d93 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.title-ed0f a:hover,
.focus-3d93 a:hover {
    color: #FFEB3B;
}

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

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

.heading-7b0b {
    margin-top: 1rem;
}

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

.heading-7b0b a:hover {
    text-decoration: underline;
}

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

.button_pink_0640: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) {
    .video-a8dd .title_fixed_53a3 {
        grid-template-columns: 1fr;
    }
    
    .alert-smooth-9a51 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .up-a399 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .gradient-east-7a2b {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .layout-center-e7c0 {
        order: 1;
        z-index: 1003;
    }
    
    .table_e049 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .plasma-32ed {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .section_9e6a {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .section_9e6a 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .section_9e6a ul.fn-active-dd43 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .section_9e6a > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .section_9e6a > ul > li:last-child {
        border-bottom: none;
    }
    
    .section_9e6a > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .section_9e6a .short-8bfc {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .section_9e6a .main_cool_b1c7 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .section_9e6a .short-8bfc.fn-active-dd43 > .main_cool_b1c7 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .section_9e6a .main_cool_b1c7 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .section_9e6a .main_cool_b1c7 li:last-child {
        border-bottom: none;
    }
    
    .section_9e6a .main_cool_b1c7 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;
    }
    
    /* 子菜单前的箭头图标 */
    .section_9e6a .main_cool_b1c7 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .section_9e6a .main_cool_b1c7 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .section_9e6a .hover_stale_799b::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .section_9e6a .short-8bfc.fn-active-dd43 > .hover_stale_799b::after {
        transform: rotate(180deg) !important;
    }
    
    .simple-8e8b {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .carousel-brown-0338,
    .narrow-9b3b,
    .gallery-910d {
        grid-template-columns: 1fr;
    }
    
    .up-a399 {
        gap: 0.5rem;
    }
    
    .plasma-32ed {
        width: auto;
        order: 3;
    }
    
    .button_pink_0640 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .preview-08b5 {
        grid-template-columns: 1fr;
    }
    
    .inner-95d3 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .section_9e6a ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .video-a8dd,
    .input-e143,
    .hover_fluid_e9fe,
    .aside_37e7,
    .border-pressed-cb04,
    .tertiary_liquid_e1e4,
    .title_b9a7,
    .content-eb60,
    .gallery-be78,
    .narrow-d443,
    .panel_f77f,
    .grid_basic_79e6,
    .filter-cdad,
    .thumbnail-e4d8,
    .notice_north_39f5,
    .sort-0191 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .breadcrumb_tall_d03b,
    .sidebar_fresh_c2ae,
    .component_c0bd,
    .menu_copper_7c18,
    .tag-blue-4d09,
    .icon_outer_8012,
    .tertiary-36b8,
    .hidden-narrow-50ab,
    .secondary-8bd1,
    .top-be4f,
    .notification-8dd3,
    .lower_1f42 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .north_e91c,
    .bronze_b487,
    .notification_orange_d5c3,
    .image_33bd,
    .alert-east-e8d3,
    .picture_inner_79ff,
    .filter_c0d0 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .carousel-brown-0338,
    .narrow-9b3b,
    .gallery-910d,
    .lower_be4d {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .icon_prev_765f {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .footer-hot-874b,
    .plasma-32ed {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .shadow_3ca6 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .grid-short-821e {
        text-align: center;
    }
    
    .grid-short-821e table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .grid_basic_79e6 h2,
    .filter-cdad h2,
    .thumbnail-e4d8 h2,
    .notice_north_39f5 h2,
    .sort-0191 h2 {
        font-size: 2rem;
    }
    
    .sidebar_1207,
    .badge-efe3 {
        padding: 2rem 1.5rem;
    }
    
    .button-1b5a {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .overlay_motion_d263 {
        font-size: 1.6rem;
    }
    
    .section-pink-93ea,
    .outline-ac6c,
    .banner_mini_4cdf,
    .under-5186 {
        padding: 1.5rem;
    }
    
    .white-71b5,
    .nav-dark-0d2e,
    .button_10bd,
    .label_a843,
    .middle-e844,
    .detail-old-8fd1 {
        padding: 1.5rem;
    }
    
    .component_25ee {
        flex-direction: column;
        text-align: center;
    }
    
    .breadcrumb_0a9a.section_23e6 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .list-static-6a41 h3 {
        font-size: 1.75rem;
    }
    
    .row-focused-b234 {
        padding-left: 2rem;
    }
    
    .tabs-3107::before {
        left: -2rem;
    }
    
    .lower_be4d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .top-be4f,
    .notification-8dd3,
    .yellow-0c69 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .title_fixed_53a3 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .nav_out_374f {
        font-size: 2rem;
    }
    
    .table-warm-eb54 {
        font-size: 1.5rem;
    }
    
    .content_full_4990,
    .aside_37e7 h2,
    .border-pressed-cb04 h2,
    .title_b9a7 h2,
    .content-eb60 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .layout-center-e7c0 img {
        width: 80px;
        height: auto;
    }
    
    .status_blue_5850 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .plasma-32ed .button_pink_0640 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .section_9e6a > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .section_9e6a .main_cool_b1c7 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .section_9e6a .main_cool_b1c7 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .grid_basic_79e6,
    .filter-cdad,
    .thumbnail-e4d8,
    .notice_north_39f5,
    .sort-0191 {
        padding: 3rem 0;
    }
    
    .grid_basic_79e6 h2,
    .filter-cdad h2,
    .thumbnail-e4d8 h2,
    .notice_north_39f5 h2,
    .sort-0191 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .sidebar_1207,
    .badge-efe3 {
        padding: 1.5rem 1rem;
    }
    
    .button-1b5a {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .media_green_27f6 img {
        width: 100px;
        height: 100px;
    }
    
    .overlay_motion_d263 {
        font-size: 1.4rem;
    }
    
    .section-pink-93ea,
    .outline-ac6c,
    .banner_mini_4cdf,
    .under-5186 {
        padding: 1.25rem;
    }
    
    .white-71b5,
    .nav-dark-0d2e,
    .button_10bd,
    .label_a843,
    .middle-e844,
    .detail-old-8fd1 {
        padding: 1.25rem;
    }
    
    .section-pink-93ea h4,
    .outline-ac6c h4,
    .banner_mini_4cdf h4,
    .under-5186 h4 {
        font-size: 1.1rem;
    }
    
    .white-71b5 h3,
    .nav-dark-0d2e h3,
    .middle-e844 h3,
    .detail-old-8fd1 h3 {
        font-size: 1.2rem;
    }
    
    .breadcrumb_0a9a.section_23e6 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .list-static-6a41 h3 {
        font-size: 1.5rem;
    }
    
    .header-gas-3d3c {
        font-size: 1rem;
    }
    
    .top-be4f h3,
    .notification-8dd3 h3 {
        font-size: 1.3rem;
    }
    
    .row-focused-b234 {
        padding-left: 1.5rem;
    }
    
    .row-focused-b234::before {
        width: 2px;
    }
    
    .tabs-3107 {
        padding: 1rem;
    }
    
    .tabs-3107::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .center-641e {
        padding: 1.5rem;
    }
    
    .center-641e h3 {
        font-size: 1.2rem;
    }
    
    .detail_pro_afb4 {
        padding: 1.5rem;
    }
    
    .alert-east-e8d3 {
        padding: 0.75rem 1rem;
    }
    
    .dropdown_north_d39d {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .north_e91c,
    .secondary-8bd1,
    .link_green_e5a7,
    .header-0c9b,
    .carousel-brown-0338,
    .breadcrumb_tall_d03b,
    .tag-blue-4d09,
    .tertiary-36b8,
    .up_1242,
    .simple-8e8b {
        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;
    }
    
    /* 按钮容器居中 */
    .button_pink_0640,
    .card-lite-950c {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 6903 */
.ghost-box-o2 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
