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

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

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

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

.label-top-21ff {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.label-top-21ff a {
    display: flex;
    align-items: center;
}

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

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

.next-dc2e {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.chip_focused_7941 .card-warm-8650 {
    position: relative;
}

.chip_focused_7941 .menu-9c0f {
    cursor: pointer;
}

.chip_focused_7941 .menu-9c0f::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.chip_focused_7941 .block-3e23 {
    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) {
    .chip_focused_7941 .card-warm-8650:hover .block-3e23 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.chip_focused_7941 .block-3e23 li {
    margin: 0;
    list-style: none;
}

.chip_focused_7941 .block-3e23 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.chip_focused_7941 .block-3e23 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

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

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

.basic_00c5 .pagination-e4f6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

.badge-stale-8485 {
    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;
}

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

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

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

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

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

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

.row-5d56 {
    flex: 1;
}

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

.secondary-2f25 {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.banner-cool-6306 {
    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;
}

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

.widget-silver-b9d7 {
    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);
}

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

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

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

.aside-inner-4dd0 {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 0.25rem;
}

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

.table-gold-2654 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========== RTP Test Table ========== */
.feature-huge-83cd {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

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

.feature-huge-83cd tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cold_bddf p {
    margin-bottom: 0;
}

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

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

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

.south-bef5 {
    margin: 0;
}

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

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

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

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

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

.disabled-black-9824 ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

.logo-hot-a16a,
.feature_df11 {
    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);
}

.logo-hot-a16a strong,
.feature_df11 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;
}

.logo-hot-a16a ol,
.feature_df11 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.logo-hot-a16a li,
.feature_df11 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

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

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

.container_purple_1820 p,
.basic_96e0 p {
    line-height: 1.8;
    color: #495057;
}

.container_purple_1820 ul,
.basic_96e0 ul {
    margin-left: 1.5rem;
}

.container_purple_1820 li,
.basic_96e0 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-large-6f54 {
    margin: 1.5rem 0;
}

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

.picture-large-6f54 dd {
    color: white;
    margin: 0.5rem 0 0 0;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-light-3f59,
.last-03aa {
    color: white;
    line-height: 1.8;
}

.highlight-light-3f59 li,
.last-03aa li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-a336 .highlight-tiny-6fcd {
    color: white;
    font-weight: 500;
}

.list-a336 .component-copper-d481 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

.button-rough-210c {
    color: #4CAF50;
    font-size: 3rem;
    font-weight: 800;
}

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

.tag-active-1e35 h3 {
    color: #FFEB3B;
    font-size: 1.5rem;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

.slider-hovered-5c6b p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

.under-6f8c,
.hidden-east-8eaf {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

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

.widget_b44e {
    flex-shrink: 0;
}

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

.secondary-2f25,
.tag-bottom-d3d3 {
    margin-bottom: 2.5rem;
}

.secondary-2f25 h3,
.hidden-east-8eaf h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.image-6ecc,
.outline_312b,
.menu_35e2 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.image-6ecc h4,
.outline_312b h4,
.menu_35e2 h4,
.tag-bottom-d3d3 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.image-6ecc ul,
.outline_312b ul,
.outline_312b ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.image-6ecc li,
.outline_312b li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.tag-bottom-d3d3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.tag-bottom-d3d3 a:hover {
    text-decoration: underline;
}

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

.info-cd7d.alert-b330 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-last-3044:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

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

.wrapper_dc49 h3,
.stale-0743 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.wrapper_dc49 ul,
.wrapper_dc49 ol,
.stale-0743 ul,
.stale-0743 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.wrapper_dc49 li,
.stale-0743 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.menu-selected-c638 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;
}

.menu-selected-c638 ol,
.menu-selected-c638 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.menu-selected-c638 li {
    margin-bottom: 0.75rem;
}

.menu-selected-c638 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget-fb88 li {
    margin-bottom: 0.5rem;
}

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

.north_3b6e strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

.tertiary-c7b5 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element_99fd strong {
    color: #2c3e50;
}

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

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

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

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

.link-bronze-9925 h3,
.shadow-643e h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.alert_focused_13a3 .huge-6284 {
    font-size: 1rem;
}

.column-solid-8bdc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-solid-8bdc li {
    margin-bottom: 0.5rem;
}

.column-solid-8bdc a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.column-solid-8bdc a:hover {
    color: #FFEB3B;
}

.secondary-green-2ce8 {
    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);
}

.secondary-green-2ce8 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

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

.secondary-green-2ce8 a {
    color: #4CAF50;
    text-decoration: none;
}

.secondary-green-2ce8 a:hover {
    text-decoration: underline;
}

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

.link-bronze-9925 p,
.shadow-643e p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.link-bronze-9925 ul,
.shadow-643e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-bronze-9925 li,
.shadow-643e li {
    margin-bottom: 0.5rem;
}

.link-bronze-9925 a,
.shadow-643e a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.link-bronze-9925 a:hover,
.shadow-643e a:hover {
    color: #FFEB3B;
}

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

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

.summary-plasma-50bc {
    margin-top: 1rem;
}

.summary-plasma-50bc a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 1rem;
}

.summary-plasma-50bc a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.rough_89e5 {
    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_89e5: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) {
    .basic_00c5 .pagination-e4f6 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_7c39 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .north-12ae {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .frame_basic_0445 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .down_a051 {
        order: 1;
        z-index: 1003;
    }
    
    .label-top-21ff {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .next-dc2e {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .chip_focused_7941 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .chip_focused_7941 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .chip_focused_7941 ul.fn-active-f1bf {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .chip_focused_7941 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .chip_focused_7941 > ul > li:last-child {
        border-bottom: none;
    }
    
    .chip_focused_7941 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .chip_focused_7941 .card-warm-8650 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .chip_focused_7941 .block-3e23 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .chip_focused_7941 .card-warm-8650.fn-active-f1bf > .block-3e23 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .chip_focused_7941 .block-3e23 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .chip_focused_7941 .block-3e23 li:last-child {
        border-bottom: none;
    }
    
    .chip_focused_7941 .block-3e23 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;
    }
    
    /* 子菜单前的箭头图标 */
    .chip_focused_7941 .block-3e23 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .chip_focused_7941 .block-3e23 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .chip_focused_7941 .menu-9c0f::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .chip_focused_7941 .card-warm-8650.fn-active-f1bf > .menu-9c0f::after {
        transform: rotate(180deg) !important;
    }
    
    .content-yellow-7801 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .cold_4ac5,
    .iron_ac7a,
    .search_solid_f92d {
        grid-template-columns: 1fr;
    }
    
    .north-12ae {
        gap: 0.5rem;
    }
    
    .next-dc2e {
        width: auto;
        order: 3;
    }
    
    .rough_89e5 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .pattern-24a1 {
        grid-template-columns: 1fr;
    }
    
    .banner_cebd {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .chip_focused_7941 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .basic_00c5,
    .top-949f,
    .gallery-23c9,
    .aside_hard_7310,
    .pressed_872f,
    .solid-f369,
    .accent-7bb5,
    .container_dark_547f,
    .secondary-green-2ce8,
    .outer_00b3,
    .slider-hovered-5c6b,
    .hero-hard-6005,
    .new-8052,
    .link-current-c6bf,
    .caption_center_8454,
    .overlay-bfb3 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .under-758d,
    .filter_active_eb15,
    .banner-middle-d989,
    .label-fceb,
    .disabled-black-9824,
    .box_center_9f5c,
    .picture-large-6f54,
    .message_cool_e808,
    .fast_fc76,
    .menu-selected-c638,
    .left_debf,
    .outer_d9a9 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .mask-6b1e,
    .breadcrumb-right-3295,
    .list_middle_b52f,
    .text_upper_4cb5,
    .avatar_wood_a4e9,
    .grid_bright_46fe,
    .cold_bddf {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .cold_4ac5,
    .iron_ac7a,
    .search_solid_f92d,
    .wrapper_gas_80ed {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .yellow_2eb9 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .smooth-30a5,
    .next-dc2e {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .layout_small_6c30 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .feature-huge-83cd {
        text-align: center;
    }
    
    .feature-huge-83cd table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .hero-hard-6005 h2,
    .new-8052 h2,
    .link-current-c6bf h2,
    .caption_center_8454 h2,
    .overlay-bfb3 h2 {
        font-size: 2rem;
    }
    
    .under-6f8c,
    .hidden-east-8eaf {
        padding: 2rem 1.5rem;
    }
    
    .hard-97fd {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .upper_c1be {
        font-size: 1.6rem;
    }
    
    .image-6ecc,
    .outline_312b,
    .menu_35e2,
    .tag-bottom-d3d3 {
        padding: 1.5rem;
    }
    
    .wrapper_dc49,
    .stale-0743,
    .logo-hot-a16a,
    .feature_df11,
    .container_purple_1820,
    .basic_96e0 {
        padding: 1.5rem;
    }
    
    .next-b38b {
        flex-direction: column;
        text-align: center;
    }
    
    .info-cd7d.alert-b330 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .card_47fe h3 {
        font-size: 1.75rem;
    }
    
    .wrapper_fresh_0e39 {
        padding-left: 2rem;
    }
    
    .yellow-a4ad::before {
        left: -2rem;
    }
    
    .wrapper_gas_80ed {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .menu-selected-c638,
    .left_debf,
    .frame_a3e5 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .pagination-e4f6 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .wrapper-5bb3 {
        font-size: 2rem;
    }
    
    .banner-warm-3003 {
        font-size: 1.5rem;
    }
    
    .easy-19c9,
    .aside_hard_7310 h2,
    .pressed_872f h2,
    .accent-7bb5 h2,
    .container_dark_547f h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .down_a051 img {
        width: 80px;
        height: auto;
    }
    
    .alert_complex_5caf {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .next-dc2e .rough_89e5 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .chip_focused_7941 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .chip_focused_7941 .block-3e23 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .chip_focused_7941 .block-3e23 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .hero-hard-6005,
    .new-8052,
    .link-current-c6bf,
    .caption_center_8454,
    .overlay-bfb3 {
        padding: 3rem 0;
    }
    
    .hero-hard-6005 h2,
    .new-8052 h2,
    .link-current-c6bf h2,
    .caption_center_8454 h2,
    .overlay-bfb3 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .under-6f8c,
    .hidden-east-8eaf {
        padding: 1.5rem 1rem;
    }
    
    .hard-97fd {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .widget_b44e img {
        width: 100px;
        height: 100px;
    }
    
    .upper_c1be {
        font-size: 1.4rem;
    }
    
    .image-6ecc,
    .outline_312b,
    .menu_35e2,
    .tag-bottom-d3d3 {
        padding: 1.25rem;
    }
    
    .wrapper_dc49,
    .stale-0743,
    .logo-hot-a16a,
    .feature_df11,
    .container_purple_1820,
    .basic_96e0 {
        padding: 1.25rem;
    }
    
    .image-6ecc h4,
    .outline_312b h4,
    .menu_35e2 h4,
    .tag-bottom-d3d3 h4 {
        font-size: 1.1rem;
    }
    
    .wrapper_dc49 h3,
    .stale-0743 h3,
    .container_purple_1820 h3,
    .basic_96e0 h3 {
        font-size: 1.2rem;
    }
    
    .info-cd7d.alert-b330 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .card_47fe h3 {
        font-size: 1.5rem;
    }
    
    .logo_8a92 {
        font-size: 1rem;
    }
    
    .menu-selected-c638 h3,
    .left_debf h3 {
        font-size: 1.3rem;
    }
    
    .wrapper_fresh_0e39 {
        padding-left: 1.5rem;
    }
    
    .wrapper_fresh_0e39::before {
        width: 2px;
    }
    
    .yellow-a4ad {
        padding: 1rem;
    }
    
    .yellow-a4ad::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .icon_f887 {
        padding: 1.5rem;
    }
    
    .icon_f887 h3 {
        font-size: 1.2rem;
    }
    
    .element_99fd {
        padding: 1.5rem;
    }
    
    .avatar_wood_a4e9 {
        padding: 0.75rem 1rem;
    }
    
    .tag_yellow_272d {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .mask-6b1e,
    .fast_fc76,
    .row-5d56,
    .banner-cool-6306,
    .cold_4ac5,
    .under-758d,
    .disabled-black-9824,
    .picture-large-6f54,
    .gold-c1a8,
    .content-yellow-7801 {
        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_89e5,
    .first-6763 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 2b8a */
.widget-item-k4 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.2;
}
