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

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

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

.menu-slow-6ed4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

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

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

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

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

.overlay_a19a {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.panel_dfe2 .medium-f09f {
    position: relative;
}

.panel_dfe2 .gold_7f75 {
    cursor: pointer;
}

.panel_dfe2 .gold_7f75::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.panel_dfe2 .hovered_ee16 {
    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) {
    .panel_dfe2 .medium-f09f:hover .hovered_ee16 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.panel_dfe2 .hovered_ee16 li {
    margin: 0;
    list-style: none;
}

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

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

.chip-out-3527 {
    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;
}

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

.chip-out-3527.fn-active-75bc {
    background: rgba(255, 167, 38, 0.5);
}

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

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

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

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

.content-over-5354 {
    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;
}

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

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

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

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

.pagination-advanced-4342 {
    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;
}

.input_fluid_f2bd {
    flex: 1;
}

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

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

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

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

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

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

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

.footer-yellow-97cd {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-lower-7250 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

.heading-tiny-907e strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.bronze-afd1 p {
    margin-bottom: 0;
}

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

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

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

.copper-3a45 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.tabs_9005,
.menu_feb4 {
    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);
}

.tabs_9005 strong,
.menu_feb4 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;
}

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

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

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

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

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

.north_5d97 p,
.message_28f5 p {
    line-height: 1.8;
    color: #495057;
}

.north_5d97 ul,
.message_28f5 ul {
    margin-left: 1.5rem;
}

.north_5d97 li,
.message_28f5 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.sidebar-0b80 ol {
    color: white;
    line-height: 1.8;
}

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

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

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

.inner-8d4c {
    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);
}

.inner-8d4c h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.button-paper-a220 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backdrop-advanced-4bc8,
.notice_middle_7b39 {
    color: white;
    line-height: 1.8;
}

.backdrop-advanced-4bc8 li,
.notice_middle_7b39 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.tiny-3e25,
.silver_9d4a {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.tiny-3e25 {
    border: 2px solid #4CAF50;
}

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

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

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

.tiny-3e25 ul,
.silver_9d4a ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.menu_huge_6310 .focused_67de {
    color: white;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-bbd3 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.hard_b112 {
    flex-shrink: 0;
}

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

.column_25d0,
.selected-9a69 {
    margin-bottom: 2.5rem;
}

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

.summary-80e4,
.column_25d0 .summary-80e4 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.disabled-7fe2,
.gallery-0d6e,
.text_0d4e {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.disabled-7fe2 h4,
.gallery-0d6e h4,
.text_0d4e h4,
.selected-9a69 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.disabled-7fe2 ul,
.gallery-0d6e ul,
.gallery-0d6e ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.disabled-7fe2 li,
.gallery-0d6e li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.selected-9a69 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.selected-9a69 a:hover {
    text-decoration: underline;
}

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

.pagination-advanced-4342.message-center-2151 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.hover-lower-574c h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.tabs-cool-5a79 {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_17c7,
.search-steel-81f8 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.banner_17c7 h3,
.search-steel-81f8 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.banner_17c7 ul,
.banner_17c7 ol,
.search-steel-81f8 ul,
.search-steel-81f8 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.banner_17c7 li,
.search-steel-81f8 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.input-short-2265 {
    max-width: 900px;
    margin: 0 auto;
}

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

.tooltip-fluid-0a05 h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tooltip-fluid-0a05 p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.secondary-glass-b88c 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;
}

.secondary-glass-b88c ol,
.secondary-glass-b88c ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.secondary-glass-b88c li {
    margin-bottom: 0.75rem;
}

.secondary-glass-b88c strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

.static-6a90 {
    position: relative;
    padding-left: 3rem;
}

.static-6a90::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%);
}

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

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

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

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

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

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

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

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

.fresh_a47a strong {
    color: #2c3e50;
}

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

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

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

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

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

.input-short-2265 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;
}

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

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

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

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

.link-f51c a:hover {
    text-decoration: underline;
}

.input-short-2265 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.input-short-2265 ol li {
    margin-bottom: 0.75rem;
}

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

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

.pattern-bottom-baab {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.background_south_fa1f strong {
    color: #2c3e50;
}

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

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

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

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

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

.nav-silver-081f {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.texture_south_4e70 .content-over-5354 {
    font-size: 1rem;
}

.backdrop-lite-a707 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.backdrop-lite-a707 li {
    margin-bottom: 0.5rem;
}

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

.backdrop-lite-a707 a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

.focus-61db,
.chip-2857 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.east_ce9a ul,
.component_thick_cc55 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.east_ce9a li,
.component_thick_cc55 li {
    margin-bottom: 0.5rem;
}

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

.east_ce9a a:hover,
.component_thick_cc55 a:hover {
    color: #FFEB3B;
}

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

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

.carousel_mini_1b6f {
    margin-top: 1rem;
}

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

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

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

.background-22e2: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) {
    .container_north_3812 .video_active_ccc6 {
        grid-template-columns: 1fr;
    }
    
    .medium-10b5 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .breadcrumb-blue-914f {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .chip-out-3527 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .menu-slow-6ed4 {
        order: 1;
        z-index: 1003;
    }
    
    .card_b7ef {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .overlay_a19a {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .panel_dfe2 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .panel_dfe2 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .panel_dfe2 ul.fn-active-75bc {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .panel_dfe2 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .panel_dfe2 > ul > li:last-child {
        border-bottom: none;
    }
    
    .panel_dfe2 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .panel_dfe2 .medium-f09f {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .panel_dfe2 .hovered_ee16 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .panel_dfe2 .medium-f09f.fn-active-75bc > .hovered_ee16 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .panel_dfe2 .hovered_ee16 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .panel_dfe2 .hovered_ee16 li:last-child {
        border-bottom: none;
    }
    
    .panel_dfe2 .hovered_ee16 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;
    }
    
    /* 子菜单前的箭头图标 */
    .panel_dfe2 .hovered_ee16 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .panel_dfe2 .hovered_ee16 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .panel_dfe2 .gold_7f75::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .panel_dfe2 .medium-f09f.fn-active-75bc > .gold_7f75::after {
        transform: rotate(180deg) !important;
    }
    
    .copper-84ff {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .action_4d57,
    .link-outer-de85,
    .wrapper_wide_2ab3 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-blue-914f {
        gap: 0.5rem;
    }
    
    .overlay_a19a {
        width: auto;
        order: 3;
    }
    
    .background-22e2 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .gallery-bafa {
        grid-template-columns: 1fr;
    }
    
    .chip-pressed-1426 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .panel_dfe2 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .container_north_3812,
    .focus-brown-6a14,
    .green-05f1,
    .layout-pro-2a5f,
    .fresh_af31,
    .wood_a434,
    .title-141d,
    .dropdown-67c8,
    .advanced_4e11,
    .last-8b0e,
    .slow-bbd3,
    .hero_west_6a1d,
    .footer-2149,
    .pagination_right_de5c,
    .chip-prev-308d,
    .active-liquid-beaa {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .hovered_b598,
    .silver_fae4,
    .filter_418f,
    .background_new_0092,
    .backdrop_new_fd98,
    .inner-8d4c,
    .button-paper-a220,
    .link_ba55,
    .fluid-356c,
    .secondary-glass-b88c,
    .input-short-2265,
    .pattern-bottom-baab {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .button_lite_fe8c,
    .background-832c,
    .dropdown_cbf8,
    .disabled_narrow_7394,
    .tiny_7491,
    .sidebar-0b80,
    .bronze-afd1 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .action_4d57,
    .link-outer-de85,
    .wrapper_wide_2ab3,
    .smooth_1516 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .caption_large_2b49 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .stone-1058,
    .overlay_a19a {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .sidebar_5444 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .shade-lower-7250 {
        text-align: center;
    }
    
    .shade-lower-7250 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .hero_west_6a1d h2,
    .footer-2149 h2,
    .pagination_right_de5c h2,
    .chip-prev-308d h2,
    .active-liquid-beaa h2 {
        font-size: 2rem;
    }
    
    .bottom-cd19,
    .clean_c602 {
        padding: 2rem 1.5rem;
    }
    
    .search_red_7e68 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .in_0223 {
        font-size: 1.6rem;
    }
    
    .disabled-7fe2,
    .gallery-0d6e,
    .text_0d4e,
    .selected-9a69 {
        padding: 1.5rem;
    }
    
    .banner_17c7,
    .search-steel-81f8,
    .tabs_9005,
    .menu_feb4,
    .north_5d97,
    .message_28f5 {
        padding: 1.5rem;
    }
    
    .badge-basic-e6c3 {
        flex-direction: column;
        text-align: center;
    }
    
    .pagination-advanced-4342.message-center-2151 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .hover-lower-574c h3 {
        font-size: 1.75rem;
    }
    
    .static-6a90 {
        padding-left: 2rem;
    }
    
    .medium_8773::before {
        left: -2rem;
    }
    
    .smooth_1516 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .secondary-glass-b88c,
    .input-short-2265,
    .detail_b80a {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .video_active_ccc6 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .tag_light_7c92 {
        font-size: 2rem;
    }
    
    .footer-yellow-97cd {
        font-size: 1.5rem;
    }
    
    .mini_0c22,
    .layout-pro-2a5f h2,
    .fresh_af31 h2,
    .title-141d h2,
    .dropdown-67c8 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .menu-slow-6ed4 img {
        width: 80px;
        height: auto;
    }
    
    .static_28c6 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .overlay_a19a .background-22e2 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .panel_dfe2 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .panel_dfe2 .hovered_ee16 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .panel_dfe2 .hovered_ee16 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .hero_west_6a1d,
    .footer-2149,
    .pagination_right_de5c,
    .chip-prev-308d,
    .active-liquid-beaa {
        padding: 3rem 0;
    }
    
    .hero_west_6a1d h2,
    .footer-2149 h2,
    .pagination_right_de5c h2,
    .chip-prev-308d h2,
    .active-liquid-beaa h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .bottom-cd19,
    .clean_c602 {
        padding: 1.5rem 1rem;
    }
    
    .search_red_7e68 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .hard_b112 img {
        width: 100px;
        height: 100px;
    }
    
    .in_0223 {
        font-size: 1.4rem;
    }
    
    .disabled-7fe2,
    .gallery-0d6e,
    .text_0d4e,
    .selected-9a69 {
        padding: 1.25rem;
    }
    
    .banner_17c7,
    .search-steel-81f8,
    .tabs_9005,
    .menu_feb4,
    .north_5d97,
    .message_28f5 {
        padding: 1.25rem;
    }
    
    .disabled-7fe2 h4,
    .gallery-0d6e h4,
    .text_0d4e h4,
    .selected-9a69 h4 {
        font-size: 1.1rem;
    }
    
    .banner_17c7 h3,
    .search-steel-81f8 h3,
    .north_5d97 h3,
    .message_28f5 h3 {
        font-size: 1.2rem;
    }
    
    .pagination-advanced-4342.message-center-2151 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .hover-lower-574c h3 {
        font-size: 1.5rem;
    }
    
    .tabs-cool-5a79 {
        font-size: 1rem;
    }
    
    .secondary-glass-b88c h3,
    .input-short-2265 h3 {
        font-size: 1.3rem;
    }
    
    .static-6a90 {
        padding-left: 1.5rem;
    }
    
    .static-6a90::before {
        width: 2px;
    }
    
    .medium_8773 {
        padding: 1rem;
    }
    
    .medium_8773::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .label_14cb {
        padding: 1.5rem;
    }
    
    .label_14cb h3 {
        font-size: 1.2rem;
    }
    
    .background_south_fa1f {
        padding: 1.5rem;
    }
    
    .tiny_7491 {
        padding: 0.75rem 1rem;
    }
    
    .hero_thick_1376 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .button_lite_fe8c,
    .fluid-356c,
    .input_fluid_f2bd,
    .thumbnail-b57a,
    .action_4d57,
    .hovered_b598,
    .backdrop_new_fd98,
    .button-paper-a220,
    .blue_0adf,
    .copper-84ff {
        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;
    }
    
    /* 按钮容器居中 */
    .background-22e2,
    .tag_02a3 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: cd98 */
.phantom-card-h8 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
