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

/* ========== 基础布局 ========== */
.tertiary-tiny-6de4 {
    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;
}

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

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

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

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

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

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

.breadcrumb-thick-aa2f {
    z-index: 1002;
}

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

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

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

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

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

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

.highlight_outer_7ffc .slow-3559 {
    cursor: pointer;
}

.highlight_outer_7ffc .slow-3559::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.highlight_outer_7ffc .heading-east-bb8b {
    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) {
    .highlight_outer_7ffc .main_ce3a:hover .heading-east-bb8b {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.highlight_outer_7ffc .heading-east-bb8b li {
    margin: 0;
    list-style: none;
}

.highlight_outer_7ffc .heading-east-bb8b a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.highlight_outer_7ffc .heading-east-bb8b a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

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

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

.progress_5baa .breadcrumb_04eb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

.notification-9f55 {
    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;
}

.outer-0dc7 {
    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;
}

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

.bronze-9c01 {
    border-radius: 0;
    border: none;
}

.bronze-9c01 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.table_31ff {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.thumbnail-blue-c9b9 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

.primary-92c5 {
    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);
}

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

.primary-92c5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-92c5 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-easy-7b8e h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.hidden-easy-7b8e h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.hidden-easy-7b8e p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.hidden-easy-7b8e ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.preview-tall-600a li {
    margin-bottom: 0.75rem;
}

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

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

.dim_c1e4 p {
    margin-bottom: 0;
}

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

.module-pressed-ee71 {
    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);
}

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

.label-red-6238 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.image_b03e,
.bronze-90b3 {
    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);
}

.image_b03e strong,
.bronze-90b3 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;
}

.image_b03e ol,
.bronze-90b3 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.image_b03e li,
.bronze-90b3 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.bronze-90b3 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;
}

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

.detail-left-9c39 h3,
.hover_dirty_5345 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.detail-left-9c39 p,
.hover_dirty_5345 p {
    line-height: 1.8;
    color: #495057;
}

.detail-left-9c39 ul,
.hover_dirty_5345 ul {
    margin-left: 1.5rem;
}

.detail-left-9c39 li,
.hover_dirty_5345 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_191d {
    margin: 1.5rem 0;
}

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

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

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

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

.caption-basic-cf02 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.caption-basic-cf02 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.notification-liquid-a72c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.breadcrumb-purple-fc2a,
.modal_77dd {
    color: white;
    line-height: 1.8;
}

.breadcrumb-purple-fc2a li,
.modal_77dd li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-5b19 {
    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;
}

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

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

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

.slider_upper_381a .right-29b1 {
    color: white;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-7108 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

.north-8cd1,
.sort-huge-56f4 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

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

.bronze-9c01 {
    flex-shrink: 0;
}

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

.motion_0509,
.focused_0971 {
    margin-bottom: 2.5rem;
}

.motion_0509 h3,
.sort-huge-56f4 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.clean-83bb,
.motion_0509 .clean-83bb {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.tag-b474,
.row_2130,
.container_cef3 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.tag-b474 h4,
.row_2130 h4,
.container_cef3 h4,
.focused_0971 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tag-b474 ul,
.row_2130 ul,
.row_2130 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.tag-b474 li,
.row_2130 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

.main-d61b p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

.shade-pink-cfdd a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.chip-94a8 {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

.gallery-fedd h3,
.glass_bd34 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gallery-fedd ul,
.gallery-fedd ol,
.glass_bd34 ul,
.glass_bd34 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.gallery-fedd li,
.glass_bd34 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.dirty-1c36 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.modal-d995 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;
}

.modal-d995 ol,
.modal-d995 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.modal-d995 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.mini-8d09 {
    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);
}

.mini-8d09::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;
}

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

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

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

.banner-5902 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.banner-5902 li {
    margin-bottom: 0.5rem;
}

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

.tertiary_iron_201f strong {
    color: #2c3e50;
}

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

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

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

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

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

.dirty-1c36 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;
}

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

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

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

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

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

.dirty-1c36 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.dirty-1c36 ol li {
    margin-bottom: 0.75rem;
}

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

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

.surface-slow-204a {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.secondary_3476 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

.rough-b729 .outer-0dc7 {
    font-size: 1rem;
}

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

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

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

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

.status-outer-c58a {
    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);
}

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

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

.status-outer-c58a a {
    color: #4CAF50;
    text-decoration: none;
}

.status-outer-c58a a:hover {
    text-decoration: underline;
}

.panel-light-99d2,
.thick_1cc9 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.disabled_1d56 ul,
.image_98a0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disabled_1d56 li,
.image_98a0 li {
    margin-bottom: 0.5rem;
}

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

.disabled_1d56 a:hover,
.image_98a0 a:hover {
    color: #FFEB3B;
}

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

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

.simple-9f9b {
    margin-top: 1rem;
}

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

.simple-9f9b a:hover {
    text-decoration: underline;
}

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

.brown_7cad: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) {
    .progress_5baa .breadcrumb_04eb {
        grid-template-columns: 1fr;
    }
    
    .tertiary-tiny-6de4 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .shade-5a39 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .selected_63ff {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .notification_d548 {
        order: 1;
        z-index: 1003;
    }
    
    .narrow_9ede {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .breadcrumb-thick-aa2f {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .highlight_outer_7ffc {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .highlight_outer_7ffc 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .highlight_outer_7ffc ul.fn-active-d89a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .highlight_outer_7ffc > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .highlight_outer_7ffc > ul > li:last-child {
        border-bottom: none;
    }
    
    .highlight_outer_7ffc > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .highlight_outer_7ffc .main_ce3a {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .highlight_outer_7ffc .heading-east-bb8b {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .highlight_outer_7ffc .main_ce3a.fn-active-d89a > .heading-east-bb8b {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .highlight_outer_7ffc .heading-east-bb8b li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .highlight_outer_7ffc .heading-east-bb8b li:last-child {
        border-bottom: none;
    }
    
    .highlight_outer_7ffc .heading-east-bb8b 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;
    }
    
    /* 子菜单前的箭头图标 */
    .highlight_outer_7ffc .heading-east-bb8b a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .highlight_outer_7ffc .heading-east-bb8b a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .highlight_outer_7ffc .slow-3559::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .highlight_outer_7ffc .main_ce3a.fn-active-d89a > .slow-3559::after {
        transform: rotate(180deg) !important;
    }
    
    .picture_huge_6653 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .tall_5ac6,
    .left_9409,
    .copper-e28f {
        grid-template-columns: 1fr;
    }
    
    .shade-5a39 {
        gap: 0.5rem;
    }
    
    .breadcrumb-thick-aa2f {
        width: auto;
        order: 3;
    }
    
    .brown_7cad {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .detail-top-cd78 {
        grid-template-columns: 1fr;
    }
    
    .in-8ede {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .highlight_outer_7ffc ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .progress_5baa,
    .label-820c,
    .aside_5a83,
    .badge-f2d5,
    .silver_3cf7,
    .photo_3809,
    .input-5cbf,
    .popup_bright_b2e8,
    .status-outer-c58a,
    .hard_5ea0,
    .widget-7108,
    .thumbnail-glass-3c53,
    .image-2b48,
    .filter_737d,
    .prev-c193,
    .summary_1f9c {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .hidden-easy-7b8e,
    .primary-92c5,
    .avatar-next-2064,
    .module-pressed-ee71,
    .progress_dirty_9ba2,
    .picture_27f5,
    .container_191d,
    .in_4556,
    .tooltip_6d73,
    .modal-d995,
    .dirty-1c36,
    .surface-slow-204a {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .under-4dad,
    .video_a782,
    .tertiary_79df,
    .active_light_7aba,
    .wrapper-red-bb78,
    .lite_1016,
    .dim_c1e4 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .tall_5ac6,
    .left_9409,
    .copper-e28f,
    .column-steel-bd32 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .badge_up_2bb2 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .nav_in_c337,
    .breadcrumb-thick-aa2f {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .wrapper-01b2 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .detail-cc91 {
        text-align: center;
    }
    
    .detail-cc91 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .thumbnail-glass-3c53 h2,
    .image-2b48 h2,
    .filter_737d h2,
    .prev-c193 h2,
    .summary_1f9c h2 {
        font-size: 2rem;
    }
    
    .north-8cd1,
    .sort-huge-56f4 {
        padding: 2rem 1.5rem;
    }
    
    .down-115f {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .secondary-gas-4b53 {
        font-size: 1.6rem;
    }
    
    .tag-b474,
    .row_2130,
    .container_cef3,
    .focused_0971 {
        padding: 1.5rem;
    }
    
    .gallery-fedd,
    .glass_bd34,
    .image_b03e,
    .bronze-90b3,
    .detail-left-9c39,
    .hover_dirty_5345 {
        padding: 1.5rem;
    }
    
    .medium-669d {
        flex-direction: column;
        text-align: center;
    }
    
    .active_inner_8c25.outline_6ee5 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .fluid_4852 h3 {
        font-size: 1.75rem;
    }
    
    .middle_6dd3 {
        padding-left: 2rem;
    }
    
    .mini-8d09::before {
        left: -2rem;
    }
    
    .column-steel-bd32 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .modal-d995,
    .dirty-1c36,
    .module-e1e8 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .breadcrumb_04eb {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .outline-light-3742 {
        font-size: 2rem;
    }
    
    .soft_28ff {
        font-size: 1.5rem;
    }
    
    .shadow_6d3d,
    .badge-f2d5 h2,
    .silver_3cf7 h2,
    .input-5cbf h2,
    .popup_bright_b2e8 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .notification_d548 img {
        width: 80px;
        height: auto;
    }
    
    .up-c129 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .breadcrumb-thick-aa2f .brown_7cad {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .highlight_outer_7ffc > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .highlight_outer_7ffc .heading-east-bb8b a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .highlight_outer_7ffc .heading-east-bb8b a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .thumbnail-glass-3c53,
    .image-2b48,
    .filter_737d,
    .prev-c193,
    .summary_1f9c {
        padding: 3rem 0;
    }
    
    .thumbnail-glass-3c53 h2,
    .image-2b48 h2,
    .filter_737d h2,
    .prev-c193 h2,
    .summary_1f9c h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .north-8cd1,
    .sort-huge-56f4 {
        padding: 1.5rem 1rem;
    }
    
    .down-115f {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .bronze-9c01 img {
        width: 100px;
        height: 100px;
    }
    
    .secondary-gas-4b53 {
        font-size: 1.4rem;
    }
    
    .tag-b474,
    .row_2130,
    .container_cef3,
    .focused_0971 {
        padding: 1.25rem;
    }
    
    .gallery-fedd,
    .glass_bd34,
    .image_b03e,
    .bronze-90b3,
    .detail-left-9c39,
    .hover_dirty_5345 {
        padding: 1.25rem;
    }
    
    .tag-b474 h4,
    .row_2130 h4,
    .container_cef3 h4,
    .focused_0971 h4 {
        font-size: 1.1rem;
    }
    
    .gallery-fedd h3,
    .glass_bd34 h3,
    .detail-left-9c39 h3,
    .hover_dirty_5345 h3 {
        font-size: 1.2rem;
    }
    
    .active_inner_8c25.outline_6ee5 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .fluid_4852 h3 {
        font-size: 1.5rem;
    }
    
    .gold_c607 {
        font-size: 1rem;
    }
    
    .modal-d995 h3,
    .dirty-1c36 h3 {
        font-size: 1.3rem;
    }
    
    .middle_6dd3 {
        padding-left: 1.5rem;
    }
    
    .middle_6dd3::before {
        width: 2px;
    }
    
    .mini-8d09 {
        padding: 1rem;
    }
    
    .mini-8d09::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .input_hard_a8be {
        padding: 1.5rem;
    }
    
    .input_hard_a8be h3 {
        font-size: 1.2rem;
    }
    
    .secondary_3476 {
        padding: 1.5rem;
    }
    
    .wrapper-red-bb78 {
        padding: 0.75rem 1rem;
    }
    
    .backdrop-under-5807 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .under-4dad,
    .tooltip_6d73,
    .table_31ff,
    .yellow-7a69,
    .tall_5ac6,
    .hidden-easy-7b8e,
    .progress_dirty_9ba2,
    .container_191d,
    .notification-liquid-a72c,
    .picture_huge_6653 {
        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;
    }
    
    /* 按钮容器居中 */
    .brown_7cad,
    .purple_c30b {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 578e */
.promo-block-a9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
