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

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

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

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

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

.aside-first-bbe1 a {
    display: flex;
    align-items: center;
}

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

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

.full_ddce {
    z-index: 1002;
}

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

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

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

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

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

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

.aside_thick_8b70 .button-pink-3f16 {
    cursor: pointer;
}

.aside_thick_8b70 .button-pink-3f16::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.aside_thick_8b70 .menu_a0bd {
    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) {
    .aside_thick_8b70 .sidebar_8a7f:hover .menu_a0bd {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.aside_thick_8b70 .menu_a0bd li {
    margin: 0;
    list-style: none;
}

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

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

.module-5ca1 {
    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;
}

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

.module-5ca1.fn-active-f140 {
    background: rgba(255, 167, 38, 0.5);
}

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

.notice_orange_e4c5 .brown-81be {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

.label-0ab4 {
    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;
}

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

.pagination-0035 {
    border-radius: 0;
    border: none;
}

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

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

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

.layout-motion-295a {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-6c71 h3 {
    color: #FF9800;
    margin-top: 0;
}

.tertiary-6c71 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

.card-down-775e h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

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

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

.accent-warm-93ca strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

.search-5e69 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.hover-stale-791c li {
    margin-bottom: 0.75rem;
}

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

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

.smooth_5be0 p {
    margin-bottom: 0;
}

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

.video-hot-face {
    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);
}

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

.dynamic_b7bd {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.pro_a587,
.blue_1bc7 {
    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);
}

.pro_a587 strong,
.blue_1bc7 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;
}

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

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

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

.gallery-static-3f9e,
.highlight-2319 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.gallery-static-3f9e h3,
.highlight-2319 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gallery-static-3f9e p,
.highlight-2319 p {
    line-height: 1.8;
    color: #495057;
}

.gallery-static-3f9e ul,
.highlight-2319 ul {
    margin-left: 1.5rem;
}

.gallery-static-3f9e li,
.highlight-2319 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.full-381b {
    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);
}

.full-381b h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

.chip-purple-f9c4 p {
    color: white;
    margin-bottom: 1rem;
}

.chip-purple-f9c4 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.card_94c2 {
    margin: 1.5rem 0;
}

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

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

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

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

.accent-warm-93ca h4 {
    color: #4CAF50;
    margin-top: 0;
}

.accent-warm-93ca p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.input-lite-fa1e {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.texture_67e0,
.feature-6b16 {
    color: white;
    line-height: 1.8;
}

.texture_67e0 li,
.feature-6b16 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.overlay-71a8,
.box-pressed-2216 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.overlay-71a8 {
    border: 2px solid #4CAF50;
}

.box-pressed-2216 {
    border: 2px solid #FF9800;
}

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

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

.overlay-71a8 ul,
.box-pressed-2216 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.solid_2cf3 .paragraph-white-be91 {
    color: white;
    font-weight: 500;
}

.solid_2cf3 .pattern-911a {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-slow-2a79 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.pagination-0035 {
    flex-shrink: 0;
}

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

.red_26b3,
.simple_0790 {
    margin-bottom: 2.5rem;
}

.red_26b3 h3,
.notification-soft-ae13 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.module_silver_0639,
.caption-north-5ead,
.widget-fresh-dce8 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.module_silver_0639 h4,
.caption-north-5ead h4,
.widget-fresh-dce8 h4,
.simple_0790 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.module_silver_0639 ul,
.caption-north-5ead ul,
.caption-north-5ead ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.module_silver_0639 li,
.caption-north-5ead li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.pattern_tall_656f.popup-hot-ec73 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

.active-05ad {
    color: #495057;
    line-height: 1.8;
}

.active-05ad p {
    margin-bottom: 1.5rem;
}

.active-05ad ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

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

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

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

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

.lower-ef9a a:hover {
    text-decoration: underline;
}

.summary-rough-1ae3 {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.summary-rough-1ae3:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.surface-solid-bdd1,
.in-dcc2 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.surface-solid-bdd1 h3,
.in-dcc2 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.surface-solid-bdd1 ul,
.surface-solid-bdd1 ol,
.in-dcc2 ul,
.in-dcc2 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.surface-solid-bdd1 li,
.in-dcc2 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.search-bronze-5c7a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-2fe1 {
    color: #495057;
    line-height: 1.8;
}

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

.secondary-2fe1 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.secondary-2fe1 li {
    margin-bottom: 0.5rem;
}

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

.tabs-a9f7 strong {
    color: #2c3e50;
}

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

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

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

.search-bronze-5c7a {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

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

.search-bronze-5c7a 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;
}

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

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

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

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

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

.search-bronze-5c7a ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.search-bronze-5c7a ol li {
    margin-bottom: 0.75rem;
}

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

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

.card-upper-4f28 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

.accent-slow-dcdd strong {
    color: #2c3e50;
    font-weight: 600;
}

.accent-slow-dcdd em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.footer-523b strong {
    color: #2c3e50;
}

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

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

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

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

.warm_dc68 h3,
.row-dim-3a0a h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.row_left_faf4 .label-0ab4 {
    font-size: 1rem;
}

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

.copper-bbd7 li {
    margin-bottom: 0.5rem;
}

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

.copper-bbd7 a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

.sidebar-fresh-0d3c,
.focus-728c {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.warm_dc68 p,
.row-dim-3a0a p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.warm_dc68 ul,
.row-dim-3a0a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warm_dc68 li,
.row-dim-3a0a li {
    margin-bottom: 0.5rem;
}

.warm_dc68 a,
.row-dim-3a0a a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.warm_dc68 a:hover,
.row-dim-3a0a a:hover {
    color: #FFEB3B;
}

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

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

.button-iron-bc79 {
    margin-top: 1rem;
}

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

.button-iron-bc79 a:hover {
    text-decoration: underline;
}

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

.table_plasma_a2fd: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) {
    .notice_orange_e4c5 .brown-81be {
        grid-template-columns: 1fr;
    }
    
    .left-f5a4 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .south_a15f {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .module-5ca1 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .focus-purple-1a17 {
        order: 1;
        z-index: 1003;
    }
    
    .aside-first-bbe1 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .full_ddce {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .aside_thick_8b70 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .aside_thick_8b70 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .aside_thick_8b70 ul.fn-active-f140 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .aside_thick_8b70 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .aside_thick_8b70 > ul > li:last-child {
        border-bottom: none;
    }
    
    .aside_thick_8b70 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .aside_thick_8b70 .sidebar_8a7f {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .aside_thick_8b70 .menu_a0bd {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .aside_thick_8b70 .sidebar_8a7f.fn-active-f140 > .menu_a0bd {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .aside_thick_8b70 .menu_a0bd li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .aside_thick_8b70 .menu_a0bd li:last-child {
        border-bottom: none;
    }
    
    .aside_thick_8b70 .menu_a0bd 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;
    }
    
    /* 子菜单前的箭头图标 */
    .aside_thick_8b70 .menu_a0bd a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .aside_thick_8b70 .menu_a0bd a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .aside_thick_8b70 .button-pink-3f16::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .aside_thick_8b70 .sidebar_8a7f.fn-active-f140 > .button-pink-3f16::after {
        transform: rotate(180deg) !important;
    }
    
    .focused_7add {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .tertiary_glass_b299,
    .overlay_059d,
    .highlight_5c64 {
        grid-template-columns: 1fr;
    }
    
    .south_a15f {
        gap: 0.5rem;
    }
    
    .full_ddce {
        width: auto;
        order: 3;
    }
    
    .table_plasma_a2fd {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .tag_5994 {
        grid-template-columns: 1fr;
    }
    
    .hard-da61 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .aside_thick_8b70 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .notice_orange_e4c5,
    .brown_2ee3,
    .gas-b989,
    .title_9a36,
    .small_eb67,
    .wrapper-6c9a,
    .bronze_7d4e,
    .notice_silver_463f,
    .grid_561f,
    .notification_e68f,
    .text-slow-2a79,
    .outline_84ad,
    .row_33cd,
    .box-a8b9,
    .middle-d659,
    .lite-8414 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .link-ab51,
    .west_ca42,
    .card-down-775e,
    .video-hot-face,
    .pro_87a2,
    .full-381b,
    .card_94c2,
    .surface_dirty_e825,
    .widget-hard-f7e8,
    .table_basic_ea9e,
    .search-bronze-5c7a,
    .card-upper-4f28 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .carousel-3e58,
    .notification_medium_ac81,
    .copper-ba54,
    .tertiary-6c71,
    .tooltip_0422,
    .message-dce9,
    .smooth_5be0 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .tertiary_glass_b299,
    .overlay_059d,
    .highlight_5c64,
    .black_e773 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .bottom_6491 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .liquid_3e8f,
    .full_ddce {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .media-66e2 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .search-5e69 {
        text-align: center;
    }
    
    .search-5e69 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .outline_84ad h2,
    .row_33cd h2,
    .box-a8b9 h2,
    .middle-d659 h2,
    .lite-8414 h2 {
        font-size: 2rem;
    }
    
    .nav-a43c,
    .notification-soft-ae13 {
        padding: 2rem 1.5rem;
    }
    
    .card-a08e {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .icon_b26d {
        font-size: 1.6rem;
    }
    
    .module_silver_0639,
    .caption-north-5ead,
    .widget-fresh-dce8,
    .simple_0790 {
        padding: 1.5rem;
    }
    
    .surface-solid-bdd1,
    .in-dcc2,
    .pro_a587,
    .blue_1bc7,
    .gallery-static-3f9e,
    .highlight-2319 {
        padding: 1.5rem;
    }
    
    .search-0b3e {
        flex-direction: column;
        text-align: center;
    }
    
    .pattern_tall_656f.popup-hot-ec73 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .form-f2d3 h3 {
        font-size: 1.75rem;
    }
    
    .header_selected_70f1 {
        padding-left: 2rem;
    }
    
    .texture_slow_0d40::before {
        left: -2rem;
    }
    
    .black_e773 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .table_basic_ea9e,
    .search-bronze-5c7a,
    .content_steel_0627 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .brown-81be {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .filter-d857 {
        font-size: 2rem;
    }
    
    .thumbnail-yellow-a2a4 {
        font-size: 1.5rem;
    }
    
    .west_1559,
    .title_9a36 h2,
    .small_eb67 h2,
    .bronze_7d4e h2,
    .notice_silver_463f h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .focus-purple-1a17 img {
        width: 80px;
        height: auto;
    }
    
    .tabs_wood_aed2 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .full_ddce .table_plasma_a2fd {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .aside_thick_8b70 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .aside_thick_8b70 .menu_a0bd a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .aside_thick_8b70 .menu_a0bd a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .outline_84ad,
    .row_33cd,
    .box-a8b9,
    .middle-d659,
    .lite-8414 {
        padding: 3rem 0;
    }
    
    .outline_84ad h2,
    .row_33cd h2,
    .box-a8b9 h2,
    .middle-d659 h2,
    .lite-8414 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .nav-a43c,
    .notification-soft-ae13 {
        padding: 1.5rem 1rem;
    }
    
    .card-a08e {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .pagination-0035 img {
        width: 100px;
        height: 100px;
    }
    
    .icon_b26d {
        font-size: 1.4rem;
    }
    
    .module_silver_0639,
    .caption-north-5ead,
    .widget-fresh-dce8,
    .simple_0790 {
        padding: 1.25rem;
    }
    
    .surface-solid-bdd1,
    .in-dcc2,
    .pro_a587,
    .blue_1bc7,
    .gallery-static-3f9e,
    .highlight-2319 {
        padding: 1.25rem;
    }
    
    .module_silver_0639 h4,
    .caption-north-5ead h4,
    .widget-fresh-dce8 h4,
    .simple_0790 h4 {
        font-size: 1.1rem;
    }
    
    .surface-solid-bdd1 h3,
    .in-dcc2 h3,
    .gallery-static-3f9e h3,
    .highlight-2319 h3 {
        font-size: 1.2rem;
    }
    
    .pattern_tall_656f.popup-hot-ec73 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .form-f2d3 h3 {
        font-size: 1.5rem;
    }
    
    .cool_7740 {
        font-size: 1rem;
    }
    
    .table_basic_ea9e h3,
    .search-bronze-5c7a h3 {
        font-size: 1.3rem;
    }
    
    .header_selected_70f1 {
        padding-left: 1.5rem;
    }
    
    .header_selected_70f1::before {
        width: 2px;
    }
    
    .texture_slow_0d40 {
        padding: 1rem;
    }
    
    .texture_slow_0d40::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .accent-slow-dcdd {
        padding: 1.5rem;
    }
    
    .accent-slow-dcdd h3 {
        font-size: 1.2rem;
    }
    
    .footer-523b {
        padding: 1.5rem;
    }
    
    .tooltip_0422 {
        padding: 0.75rem 1rem;
    }
    
    .lower-ef9a {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .carousel-3e58,
    .widget-hard-f7e8,
    .layout-motion-295a,
    .frame-7edd,
    .tertiary_glass_b299,
    .link-ab51,
    .pro_87a2,
    .card_94c2,
    .input-lite-fa1e,
    .focused_7add {
        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;
    }
    
    /* 按钮容器居中 */
    .table_plasma_a2fd,
    .hover_pro_fe24 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 7f1e */
.widget-item-o1 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
