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

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

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

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

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

.highlight-small-e3ee a {
    display: flex;
    align-items: center;
}

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

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

.surface-bc53 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.highlight-785b {
    position: relative;
}

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

.highlight-785b li {
    position: relative;
    list-style: none;
}

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

.highlight-785b a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.highlight-785b .orange-f59e {
    position: relative;
}

.highlight-785b .lite-99bb {
    cursor: pointer;
}

.highlight-785b .lite-99bb::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.highlight-785b .light_1c04 {
    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-785b .orange-f59e:hover .light_1c04 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.highlight-785b .light_1c04 li {
    margin: 0;
    list-style: none;
}

.highlight-785b .light_1c04 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.highlight-785b .light_1c04 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.title-2c1e {
    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;
}

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

.title-2c1e.fn-active-7136 {
    background: rgba(255, 167, 38, 0.5);
}

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

.dark_d0de .alert-tiny-5335 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.slider-under-2764 {
    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;
}

.thick-31f6 {
    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;
}

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

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

.thumbnail-next-23d1 {
    border-radius: 0;
    border: none;
}

.thumbnail-next-23d1 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.button-under-af58 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

.background-brown-04f0 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

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

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

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

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

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

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

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

.west_ffcc {
    background: linear-gradient(135deg, rgba(141, 110, 99, 0.2) 0%, rgba(109, 76, 65, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-in-2bd2 strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-hard-4474 li {
    margin-bottom: 0.75rem;
}

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

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

.icon-7463 p {
    margin-bottom: 0;
}

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

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

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

.mask-29e2 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.gallery_north_a489,
.badge-09c5 {
    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);
}

.gallery_north_a489 strong,
.badge-09c5 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;
}

.gallery_north_a489 ol,
.badge-09c5 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.gallery_north_a489 li,
.badge-09c5 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.badge-09c5 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;
}

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

.logo-wide-b8b5 h3,
.header_iron_b2e7 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.logo-wide-b8b5 p,
.header_iron_b2e7 p {
    line-height: 1.8;
    color: #495057;
}

.logo-wide-b8b5 ul,
.header_iron_b2e7 ul {
    margin-left: 1.5rem;
}

.logo-wide-b8b5 li,
.header_iron_b2e7 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.motion-4c6a {
    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);
}

.motion-4c6a h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.white-3dc3 {
    margin: 1.5rem 0;
}

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

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

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

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

.input-in-2bd2 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.input-in-2bd2 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.detail-pink-9dca h3 {
    color: #F44336;
    font-size: 1.8rem;
    margin-top: 0;
}

.detail-pink-9dca p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.rough-9bc5,
.info-glass-d4c7 {
    color: white;
    line-height: 1.8;
}

.rough-9bc5 li,
.info-glass-d4c7 li {
    margin-bottom: 0.75rem;
}

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

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

.sort-9cd6 h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

.content-light-d1f5 h3 {
    color: #FF9800;
    margin-top: 0;
}

.content-light-d1f5 p {
    color: white;
    line-height: 1.8;
}

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

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

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

.logo_top_d60e,
.title-motion-feb0 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.title-motion-feb0 {
    border: 2px solid #FF9800;
}

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

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

.logo_top_d60e ul,
.title-motion-feb0 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.paragraph-e03c .card-current-beb2 {
    color: white;
    font-weight: 500;
}

.paragraph-e03c .message-pressed-7cd2 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.highlight-3d0b {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.inner-d239 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.thumbnail-next-23d1 {
    flex-shrink: 0;
}

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

.hidden_fluid_9922,
.filter-purple-fa2c {
    margin-bottom: 2.5rem;
}

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

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

.green_10bb,
.pagination-east-9470,
.next-91b5 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.green_10bb h4,
.pagination-east-9470 h4,
.next-91b5 h4,
.filter-purple-fa2c h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.green_10bb ul,
.pagination-east-9470 ul,
.pagination-east-9470 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.green_10bb li,
.pagination-east-9470 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.filter-purple-fa2c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.filter-purple-fa2c a:hover {
    text-decoration: underline;
}

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

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

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

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

.hero-919e {
    color: #495057;
    line-height: 1.8;
}

.hero-919e p {
    margin-bottom: 1.5rem;
}

.hero-919e ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

.disabled-slow-ae13:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.white-6572,
.pink-f285 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.white-6572 h3,
.pink-f285 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.white-6572 ul,
.white-6572 ol,
.pink-f285 ul,
.pink-f285 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.white-6572 li,
.pink-f285 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.table-brown-b3ac {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

.table-22e6 ol,
.table-22e6 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.table-22e6 li {
    margin-bottom: 0.75rem;
}

.table-22e6 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

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

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

.detail-brown-d5d6 {
    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);
}

.detail-brown-d5d6::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;
}

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

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

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

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

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

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

.texture-7208 strong {
    color: #2c3e50;
}

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

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

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

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

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

.table-brown-b3ac 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;
}

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

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

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

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

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

.table-brown-b3ac ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.table-brown-b3ac ol li {
    margin-bottom: 0.75rem;
}

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

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

.notification-thick-68ab {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

.column-stale-9c93 p {
    color: #495057;
    line-height: 1.7;
    margin: 0.75rem 0;
}

.column-stale-9c93 strong {
    color: #2c3e50;
    font-weight: 600;
}

.column-stale-9c93 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.menu-warm-6855 strong {
    color: #2c3e50;
}

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

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

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

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

.list-red-5121 h3,
.down-2561 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.liquid_66d2 .mini_8b83 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.logo-right-d3d1,
.complex_620e {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.list-red-5121 p,
.down-2561 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.list-red-5121 ul,
.down-2561 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-red-5121 li,
.down-2561 li {
    margin-bottom: 0.5rem;
}

.list-red-5121 a,
.down-2561 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.list-red-5121 a:hover,
.down-2561 a:hover {
    color: #FFEB3B;
}

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

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

.menu_9986 {
    margin-top: 1rem;
}

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

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

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

.link_motion_bf24: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) {
    .dark_d0de .alert-tiny-5335 {
        grid-template-columns: 1fr;
    }
    
    .tall-83ae {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .clean_4cc5 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .title-2c1e {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .hero_advanced_0a1c {
        order: 1;
        z-index: 1003;
    }
    
    .highlight-small-e3ee {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .surface-bc53 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .highlight-785b {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .highlight-785b 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-785b ul.fn-active-7136 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .highlight-785b > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .highlight-785b > ul > li:last-child {
        border-bottom: none;
    }
    
    .highlight-785b > 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-785b .orange-f59e {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .highlight-785b .light_1c04 {
        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-785b .orange-f59e.fn-active-7136 > .light_1c04 {
        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-785b .light_1c04 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .highlight-785b .light_1c04 li:last-child {
        border-bottom: none;
    }
    
    .highlight-785b .light_1c04 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-785b .light_1c04 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .highlight-785b .light_1c04 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .highlight-785b .lite-99bb::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .highlight-785b .orange-f59e.fn-active-7136 > .lite-99bb::after {
        transform: rotate(180deg) !important;
    }
    
    .main_bright_fd7c {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .active-5edc,
    .list-19bf,
    .south-919b {
        grid-template-columns: 1fr;
    }
    
    .clean_4cc5 {
        gap: 0.5rem;
    }
    
    .surface-bc53 {
        width: auto;
        order: 3;
    }
    
    .link_motion_bf24 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .picture-dark-9297 {
        grid-template-columns: 1fr;
    }
    
    .full-512f {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .highlight-785b ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .dark_d0de,
    .item-9dac,
    .panel-lite-378a,
    .selected_0c49,
    .box-469f,
    .section-blue-ccaf,
    .panel-e6f2,
    .form-9fdc,
    .box_7aa8,
    .sort-ad44,
    .inner-d239,
    .chip-inner-90c7,
    .pattern_pro_0622,
    .popup-30ec,
    .liquid-e8f2,
    .dropdown_b736 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .primary-gold-0231,
    .west_ffcc,
    .slider_f9a6,
    .info_6733,
    .caption-f2f9,
    .motion-4c6a,
    .white-3dc3,
    .warm_3702,
    .feature-thick-1997,
    .table-22e6,
    .table-brown-b3ac,
    .notification-thick-68ab {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .shade-c66d,
    .image_d6bd,
    .background-brown-04f0,
    .backdrop-0c26,
    .pro-6259,
    .chip_cold_e855,
    .icon-7463 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .active-5edc,
    .list-19bf,
    .south-919b,
    .dropdown_pink_6531 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .large_fd55 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .overlay_7ba4,
    .surface-bc53 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .tiny_4019 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .hovered_23fb {
        text-align: center;
    }
    
    .hovered_23fb table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .chip-inner-90c7 h2,
    .pattern_pro_0622 h2,
    .popup-30ec h2,
    .liquid-e8f2 h2,
    .dropdown_b736 h2 {
        font-size: 2rem;
    }
    
    .content_fast_352a,
    .paragraph_af0b {
        padding: 2rem 1.5rem;
    }
    
    .tooltip_5af3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .green_ff62 {
        font-size: 1.6rem;
    }
    
    .green_10bb,
    .pagination-east-9470,
    .next-91b5,
    .filter-purple-fa2c {
        padding: 1.5rem;
    }
    
    .white-6572,
    .pink-f285,
    .gallery_north_a489,
    .badge-09c5,
    .logo-wide-b8b5,
    .header_iron_b2e7 {
        padding: 1.5rem;
    }
    
    .copper_a8c0 {
        flex-direction: column;
        text-align: center;
    }
    
    .easy_8ba3.gallery_orange_952b {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .thumbnail-be7e h3 {
        font-size: 1.75rem;
    }
    
    .rough_84c8 {
        padding-left: 2rem;
    }
    
    .detail-brown-d5d6::before {
        left: -2rem;
    }
    
    .dropdown_pink_6531 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .table-22e6,
    .table-brown-b3ac,
    .video_pro_1110 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .alert-tiny-5335 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .paragraph_light_b5ff {
        font-size: 2rem;
    }
    
    .gas-c316 {
        font-size: 1.5rem;
    }
    
    .footer_fdd9,
    .selected_0c49 h2,
    .box-469f h2,
    .panel-e6f2 h2,
    .form-9fdc h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .hero_advanced_0a1c img {
        width: 80px;
        height: auto;
    }
    
    .background-526c {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .surface-bc53 .link_motion_bf24 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .highlight-785b > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .highlight-785b .light_1c04 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .highlight-785b .light_1c04 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .chip-inner-90c7,
    .pattern_pro_0622,
    .popup-30ec,
    .liquid-e8f2,
    .dropdown_b736 {
        padding: 3rem 0;
    }
    
    .chip-inner-90c7 h2,
    .pattern_pro_0622 h2,
    .popup-30ec h2,
    .liquid-e8f2 h2,
    .dropdown_b736 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .content_fast_352a,
    .paragraph_af0b {
        padding: 1.5rem 1rem;
    }
    
    .tooltip_5af3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .thumbnail-next-23d1 img {
        width: 100px;
        height: 100px;
    }
    
    .green_ff62 {
        font-size: 1.4rem;
    }
    
    .green_10bb,
    .pagination-east-9470,
    .next-91b5,
    .filter-purple-fa2c {
        padding: 1.25rem;
    }
    
    .white-6572,
    .pink-f285,
    .gallery_north_a489,
    .badge-09c5,
    .logo-wide-b8b5,
    .header_iron_b2e7 {
        padding: 1.25rem;
    }
    
    .green_10bb h4,
    .pagination-east-9470 h4,
    .next-91b5 h4,
    .filter-purple-fa2c h4 {
        font-size: 1.1rem;
    }
    
    .white-6572 h3,
    .pink-f285 h3,
    .logo-wide-b8b5 h3,
    .header_iron_b2e7 h3 {
        font-size: 1.2rem;
    }
    
    .easy_8ba3.gallery_orange_952b {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .thumbnail-be7e h3 {
        font-size: 1.5rem;
    }
    
    .summary-7264 {
        font-size: 1rem;
    }
    
    .table-22e6 h3,
    .table-brown-b3ac h3 {
        font-size: 1.3rem;
    }
    
    .rough_84c8 {
        padding-left: 1.5rem;
    }
    
    .rough_84c8::before {
        width: 2px;
    }
    
    .detail-brown-d5d6 {
        padding: 1rem;
    }
    
    .detail-brown-d5d6::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .column-stale-9c93 {
        padding: 1.5rem;
    }
    
    .column-stale-9c93 h3 {
        font-size: 1.2rem;
    }
    
    .menu-warm-6855 {
        padding: 1.5rem;
    }
    
    .pro-6259 {
        padding: 0.75rem 1rem;
    }
    
    .status_900c {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .shade-c66d,
    .feature-thick-1997,
    .button-under-af58,
    .menu_ef64,
    .active-5edc,
    .primary-gold-0231,
    .caption-f2f9,
    .white-3dc3,
    .nav_f0c8,
    .main_bright_fd7c {
        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;
    }
    
    /* 按钮容器居中 */
    .link_motion_bf24,
    .sidebar_bece {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 886b */
.shadow-element-f7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
