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

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

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

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

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

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

.picture-7598 {
    display: flex;
    align-items: center;
}

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

.accent_bottom_84bd {
    z-index: 1002;
}

/* ========== 导航 ========== */
.content-simple-d97a {
    position: relative;
}

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

.content-simple-d97a li {
    position: relative;
    list-style: none;
}

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

.content-simple-d97a a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.content-simple-d97a .label_warm_7751 {
    position: relative;
}

.content-simple-d97a .surface-in-7590 {
    cursor: pointer;
}

.content-simple-d97a .surface-in-7590::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.content-simple-d97a .status_outer_6df2 {
    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) {
    .content-simple-d97a .label_warm_7751:hover .status_outer_6df2 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.content-simple-d97a .status_outer_6df2 li {
    margin: 0;
    list-style: none;
}

.content-simple-d97a .status_outer_6df2 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.content-simple-d97a .status_outer_6df2 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.smooth-d903.fn-active-282e {
    background: rgba(255, 167, 38, 0.5);
}

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

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

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

.shade-large-2b48 {
    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_a4a0 {
    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;
}

.link-dim-5f11 {
    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;
}

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

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

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

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

.lite-a855 {
    flex: 1;
}

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

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

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

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

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

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

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

.thumbnail-mini-4c1c {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.pro-6f1c {
    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);
}

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

.pro-6f1c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-6f1c li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.over-8a0e h3 {
    color: #FF9800;
    margin-top: 0;
}

.over-8a0e p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

.column-middle-07bf strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture-small-67ee li {
    margin-bottom: 0.75rem;
}

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

.full-870d h4 {
    color: #2196F3;
    margin-top: 0;
}

.full-870d p {
    margin-bottom: 0;
}

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

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

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

.grid-1a00 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.copper-9ea7 h4 {
    color: #F44336;
    margin-top: 0;
}

.white_a5fa,
.gallery-bc5a {
    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);
}

.white_a5fa strong,
.gallery-bc5a 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;
}

.white_a5fa ol,
.gallery-bc5a ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

.gallery-bc5a 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;
}

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

.slow_c57d h3,
.header-new-9367 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.slow_c57d p,
.header-new-9367 p {
    line-height: 1.8;
    color: #495057;
}

.slow_c57d ul,
.header-new-9367 ul {
    margin-left: 1.5rem;
}

.slow_c57d li,
.header-new-9367 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.copper-9ea7 ol {
    color: white;
    line-height: 1.8;
}

.copper-9ea7 p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-c223 {
    margin: 1.5rem 0;
}

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

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

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

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

.column-middle-07bf h4 {
    color: #4CAF50;
    margin-top: 0;
}

.column-middle-07bf p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel_south_4aad,
.pressed_5c9d {
    color: white;
    line-height: 1.8;
}

.carousel_south_4aad li,
.pressed_5c9d li {
    margin-bottom: 0.75rem;
}

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

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

.video-stale-e61b h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

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

.solid_5bf4,
.box-east-fe2d {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.box-east-fe2d {
    border: 2px solid #FF9800;
}

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

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

.solid_5bf4 ul,
.box-east-fe2d ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.row_7507 .active_white_93fd {
    color: white;
    font-weight: 500;
}

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

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

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

.breadcrumb-left-030e {
    color: #4CAF50;
    font-size: 3rem;
    font-weight: 800;
}

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

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

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

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

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

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

.motion-52e7 {
    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);
}

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

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

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

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

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

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

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

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

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

.active_dynamic_d806 {
    flex-shrink: 0;
}

.link-dim-5f11 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hard-6036,
.outline_south_9ea1 {
    margin-bottom: 2.5rem;
}

.hard-6036 h3,
.summary_lite_d207 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.selected-625e,
.block-c171,
.complex_5913 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.selected-625e h4,
.block-c171 h4,
.complex_5913 h4,
.outline_south_9ea1 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.selected-625e ul,
.block-c171 ul,
.block-c171 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.selected-625e li,
.block-c171 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.caption-fd96.backdrop_b3a6 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-soft-4928 a:hover {
    text-decoration: underline;
}

.shade-c8f7 {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.shade-c8f7:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

.upper-377b {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

.lower-a8a3,
.wrapper-dim-7ab5 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.lower-a8a3 h3,
.wrapper-dim-7ab5 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.lower-a8a3 ul,
.lower-a8a3 ol,
.wrapper-dim-7ab5 ul,
.wrapper-dim-7ab5 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.lower-a8a3 li,
.wrapper-dim-7ab5 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.north-8a56 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.footer-e11a 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;
}

.footer-e11a ol,
.footer-e11a ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.footer-e11a li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.static-3a6e {
    color: #495057;
    line-height: 1.8;
}

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

.static-3a6e ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.static-3a6e li {
    margin-bottom: 0.5rem;
}

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

.sort-silver-4657 strong {
    color: #2c3e50;
}

.sort-silver-4657 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

.north-8a56 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;
}

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

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

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

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

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

.north-8a56 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.north-8a56 ol li {
    margin-bottom: 0.75rem;
}

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

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

.outline-thick-0879 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.backdrop_silver_78f4 strong {
    color: #2c3e50;
}

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

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

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

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

.wood_f063 h3,
.gallery_05e0 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.border-f0fa .huge_a4a0 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.wood_f063 ul,
.gallery_05e0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wood_f063 li,
.gallery_05e0 li {
    margin-bottom: 0.5rem;
}

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

.wood_f063 a:hover,
.gallery_05e0 a:hover {
    color: #FFEB3B;
}

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

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

.content-liquid-bd1d {
    margin-top: 1rem;
}

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

.content-liquid-bd1d a:hover {
    text-decoration: underline;
}

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

.active-39e9: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) {
    .pagination-a67a .tabs_29d7 {
        grid-template-columns: 1fr;
    }
    
    .disabled-1ed0 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .description-5cb5 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .smooth-d903 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .picture_7327 {
        order: 1;
        z-index: 1003;
    }
    
    .aside_b989 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .accent_bottom_84bd {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .content-simple-d97a {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .content-simple-d97a 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .content-simple-d97a ul.fn-active-282e {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .content-simple-d97a > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .content-simple-d97a > ul > li:last-child {
        border-bottom: none;
    }
    
    .content-simple-d97a > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .content-simple-d97a .label_warm_7751 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .content-simple-d97a .status_outer_6df2 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .content-simple-d97a .label_warm_7751.fn-active-282e > .status_outer_6df2 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .content-simple-d97a .status_outer_6df2 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .content-simple-d97a .status_outer_6df2 li:last-child {
        border-bottom: none;
    }
    
    .content-simple-d97a .status_outer_6df2 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;
    }
    
    /* 子菜单前的箭头图标 */
    .content-simple-d97a .status_outer_6df2 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .content-simple-d97a .status_outer_6df2 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .content-simple-d97a .surface-in-7590::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .content-simple-d97a .label_warm_7751.fn-active-282e > .surface-in-7590::after {
        transform: rotate(180deg) !important;
    }
    
    .highlight-edcd {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .backdrop_da85,
    .hidden-upper-92b4,
    .input_b8ae {
        grid-template-columns: 1fr;
    }
    
    .description-5cb5 {
        gap: 0.5rem;
    }
    
    .accent_bottom_84bd {
        width: auto;
        order: 3;
    }
    
    .active-39e9 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .complex-096c {
        grid-template-columns: 1fr;
    }
    
    .nav-2f69 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .content-simple-d97a ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .pagination-a67a,
    .purple-6a23,
    .feature_da3e,
    .heading-up-79a7,
    .progress_3ee5,
    .heading-ecc3,
    .tooltip_3119,
    .out-e841,
    .fast_c138,
    .basic-703b,
    .panel_b81e,
    .link_soft_a256,
    .paper_9c9b,
    .full_0f20,
    .tag-brown-3cfc,
    .grid-fresh-51a0 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .alert_huge_309d,
    .pro-6f1c,
    .progress_green_7686,
    .chip_6fa0,
    .video-bff1,
    .first-9241,
    .module-c223,
    .left-c421,
    .breadcrumb-over-d0bf,
    .footer-e11a,
    .north-8a56,
    .outline-thick-0879 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .nav_stone_a019,
    .feature-ba86,
    .prev-fe31,
    .over-8a0e,
    .text_tiny_0c2c,
    .copper-9ea7,
    .full-870d {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .backdrop_da85,
    .hidden-upper-92b4,
    .input_b8ae,
    .mask-a6f9 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .link-dim-5f11 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .hovered-0690,
    .accent_bottom_84bd {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .fixed-182f {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .steel_54e9 {
        text-align: center;
    }
    
    .steel_54e9 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .link_soft_a256 h2,
    .paper_9c9b h2,
    .full_0f20 h2,
    .tag-brown-3cfc h2,
    .grid-fresh-51a0 h2 {
        font-size: 2rem;
    }
    
    .secondary_basic_0081,
    .summary_lite_d207 {
        padding: 2rem 1.5rem;
    }
    
    .outer_0633 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .photo-narrow-55ea {
        font-size: 1.6rem;
    }
    
    .selected-625e,
    .block-c171,
    .complex_5913,
    .outline_south_9ea1 {
        padding: 1.5rem;
    }
    
    .lower-a8a3,
    .wrapper-dim-7ab5,
    .white_a5fa,
    .gallery-bc5a,
    .slow_c57d,
    .header-new-9367 {
        padding: 1.5rem;
    }
    
    .heading_dark_0c0a {
        flex-direction: column;
        text-align: center;
    }
    
    .caption-fd96.backdrop_b3a6 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .detail_prev_9266 h3 {
        font-size: 1.75rem;
    }
    
    .photo_4eb3 {
        padding-left: 2rem;
    }
    
    .shadow-0389::before {
        left: -2rem;
    }
    
    .mask-a6f9 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-e11a,
    .north-8a56,
    .border_copper_4732 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .tabs_29d7 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .orange_d808 {
        font-size: 2rem;
    }
    
    .thumbnail-mini-4c1c {
        font-size: 1.5rem;
    }
    
    .filter_clean_26fb,
    .heading-up-79a7 h2,
    .progress_3ee5 h2,
    .tooltip_3119 h2,
    .out-e841 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .picture_7327 img {
        width: 80px;
        height: auto;
    }
    
    .dynamic_2e80 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .accent_bottom_84bd .active-39e9 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .content-simple-d97a > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .content-simple-d97a .status_outer_6df2 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .content-simple-d97a .status_outer_6df2 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .link_soft_a256,
    .paper_9c9b,
    .full_0f20,
    .tag-brown-3cfc,
    .grid-fresh-51a0 {
        padding: 3rem 0;
    }
    
    .link_soft_a256 h2,
    .paper_9c9b h2,
    .full_0f20 h2,
    .tag-brown-3cfc h2,
    .grid-fresh-51a0 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .secondary_basic_0081,
    .summary_lite_d207 {
        padding: 1.5rem 1rem;
    }
    
    .outer_0633 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .active_dynamic_d806 img {
        width: 100px;
        height: 100px;
    }
    
    .photo-narrow-55ea {
        font-size: 1.4rem;
    }
    
    .selected-625e,
    .block-c171,
    .complex_5913,
    .outline_south_9ea1 {
        padding: 1.25rem;
    }
    
    .lower-a8a3,
    .wrapper-dim-7ab5,
    .white_a5fa,
    .gallery-bc5a,
    .slow_c57d,
    .header-new-9367 {
        padding: 1.25rem;
    }
    
    .selected-625e h4,
    .block-c171 h4,
    .complex_5913 h4,
    .outline_south_9ea1 h4 {
        font-size: 1.1rem;
    }
    
    .lower-a8a3 h3,
    .wrapper-dim-7ab5 h3,
    .slow_c57d h3,
    .header-new-9367 h3 {
        font-size: 1.2rem;
    }
    
    .caption-fd96.backdrop_b3a6 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .detail_prev_9266 h3 {
        font-size: 1.5rem;
    }
    
    .texture-5682 {
        font-size: 1rem;
    }
    
    .footer-e11a h3,
    .north-8a56 h3 {
        font-size: 1.3rem;
    }
    
    .photo_4eb3 {
        padding-left: 1.5rem;
    }
    
    .photo_4eb3::before {
        width: 2px;
    }
    
    .shadow-0389 {
        padding: 1rem;
    }
    
    .shadow-0389::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .warm-c1a1 {
        padding: 1.5rem;
    }
    
    .warm-c1a1 h3 {
        font-size: 1.2rem;
    }
    
    .backdrop_silver_78f4 {
        padding: 1.5rem;
    }
    
    .text_tiny_0c2c {
        padding: 0.75rem 1rem;
    }
    
    .accordion-soft-4928 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .nav_stone_a019,
    .breadcrumb-over-d0bf,
    .lite-a855,
    .heading_solid_db02,
    .backdrop_da85,
    .alert_huge_309d,
    .video-bff1,
    .module-c223,
    .warm_3634,
    .highlight-edcd {
        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;
    }
    
    /* 按钮容器居中 */
    .active-39e9,
    .motion-52e7 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 55e4 */
.ghost-box-u9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
