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

/* ========== 基础布局 ========== */
.module-static-cfe0 {
    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;
}

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

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

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

.row-lite-c5ca a {
    display: flex;
    align-items: center;
}

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

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

.in-5971 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.footer_e119 .surface-brown-d145 {
    position: relative;
}

.footer_e119 .gas_2c11 {
    cursor: pointer;
}

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

.footer_e119 .copper-01c0 {
    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) {
    .footer_e119 .surface-brown-d145:hover .copper-01c0 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.footer_e119 .copper-01c0 li {
    margin: 0;
    list-style: none;
}

.footer_e119 .copper-01c0 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.footer_e119 .copper-01c0 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.shade-71e4 {
    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;
}

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

.shade-71e4.fn-active-99b2 {
    background: rgba(255, 167, 38, 0.5);
}

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

.gradient-79bb .bright_9997 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

.carousel-gas-254b {
    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;
}

.modal-next-7ec8 {
    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;
}

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

.secondary-yellow-b382 {
    border-radius: 0;
    border: none;
}

.secondary-yellow-b382 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.lower-8cbc {
    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;
}

.pink_ea36 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-f7c0 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.highlight-under-c35a h3 {
    color: #FF9800;
    margin-top: 0;
}

.highlight-under-c35a p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary_76ed p {
    margin-bottom: 0;
}

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

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

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

.gallery_8c2d {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.filter_843f,
.notification_1ef0 {
    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);
}

.filter_843f strong,
.notification_1ef0 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;
}

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

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

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

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

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

.first-b597 p,
.logo_next_33f1 p {
    line-height: 1.8;
    color: #495057;
}

.first-b597 ul,
.logo_next_33f1 ul {
    margin-left: 1.5rem;
}

.first-b597 li,
.logo_next_33f1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clean-4547 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

.picture-down-5bfe {
    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;
}

.picture-down-5bfe h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.picture-down-5bfe p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.full-6ae4,
.status_b9dd {
    color: white;
    line-height: 1.8;
}

.full-6ae4 li,
.status_b9dd li {
    margin-bottom: 0.75rem;
}

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

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

.in-9c3f h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

.menu-069d h3 {
    color: #FF9800;
    margin-top: 0;
}

.menu-069d p {
    color: white;
    line-height: 1.8;
}

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

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

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

.static_3e33,
.hover-static-711c {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.hover-static-711c {
    border: 2px solid #FF9800;
}

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

.hover-static-711c h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.static_3e33 ul,
.hover-static-711c ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.gallery_dirty_e78c {
    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_dirty_e78c h3 {
    color: #FFA726;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 2rem 0;
}

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

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

.pressed_1198 .widget-9064 {
    color: white;
    font-weight: 500;
}

.pressed_1198 .focus-red-1912 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-a23c p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.secondary-yellow-b382 {
    flex-shrink: 0;
}

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

.orange_c30b,
.current-84b0 {
    margin-bottom: 2.5rem;
}

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

.header-5bb9,
.orange_c30b .header-5bb9 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.picture-99db,
.dynamic-16d2,
.modal_brown_1bd7 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.picture-99db h4,
.dynamic-16d2 h4,
.modal_brown_1bd7 h4,
.current-84b0 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.picture-99db ul,
.dynamic-16d2 ul,
.dynamic-16d2 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.picture-99db li,
.dynamic-16d2 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.current-84b0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.current-84b0 a:hover {
    text-decoration: underline;
}

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

.lower-8cbc.tag_top_f78a {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

.input-6dca a:hover {
    text-decoration: underline;
}

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

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

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

.outline-7dff a:hover {
    text-decoration: underline;
}

.backdrop-first-075a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.backdrop-first-075a:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

.main-8f3e {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

.accordion-narrow-3844,
.focus-middle-cbd2 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.accordion-narrow-3844 h3,
.focus-middle-cbd2 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.accordion-narrow-3844 ul,
.accordion-narrow-3844 ol,
.focus-middle-cbd2 ul,
.focus-middle-cbd2 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.accordion-narrow-3844 li,
.focus-middle-cbd2 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-dc03 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

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

.hover_2e01 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.hover_2e01 ol li {
    margin-bottom: 0.75rem;
}

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

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

.layout_53a6 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.nav_b747 strong {
    color: #2c3e50;
}

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

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

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

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

.aside_06eb h3,
.notice-0493 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.clean_6643 .modal-next-7ec8 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

.over-f95d a:hover {
    text-decoration: underline;
}

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

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

.aside_06eb ul,
.notice-0493 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside_06eb li,
.notice-0493 li {
    margin-bottom: 0.5rem;
}

.aside_06eb a,
.notice-0493 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.aside_06eb a:hover,
.notice-0493 a:hover {
    color: #FFEB3B;
}

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

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

.header_last_c984 {
    margin-top: 1rem;
}

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

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

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

.pro_29a6: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) {
    .gradient-79bb .bright_9997 {
        grid-template-columns: 1fr;
    }
    
    .module-static-cfe0 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .item_7328 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .shade-71e4 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .section_new_02c8 {
        order: 1;
        z-index: 1003;
    }
    
    .row-lite-c5ca {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .in-5971 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .footer_e119 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .footer_e119 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .footer_e119 ul.fn-active-99b2 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .footer_e119 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .footer_e119 > ul > li:last-child {
        border-bottom: none;
    }
    
    .footer_e119 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .footer_e119 .surface-brown-d145 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .footer_e119 .copper-01c0 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .footer_e119 .surface-brown-d145.fn-active-99b2 > .copper-01c0 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .footer_e119 .copper-01c0 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .footer_e119 .copper-01c0 li:last-child {
        border-bottom: none;
    }
    
    .footer_e119 .copper-01c0 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;
    }
    
    /* 子菜单前的箭头图标 */
    .footer_e119 .copper-01c0 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .footer_e119 .copper-01c0 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .footer_e119 .gas_2c11::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .footer_e119 .surface-brown-d145.fn-active-99b2 > .gas_2c11::after {
        transform: rotate(180deg) !important;
    }
    
    .content_f5a8 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .input_orange_7522,
    .table_narrow_3ad0,
    .list_warm_2884 {
        grid-template-columns: 1fr;
    }
    
    .item_7328 {
        gap: 0.5rem;
    }
    
    .in-5971 {
        width: auto;
        order: 3;
    }
    
    .pro_29a6 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .link-ced4 {
        grid-template-columns: 1fr;
    }
    
    .element-left-be83 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .footer_e119 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .gradient-79bb,
    .message-f05a,
    .caption-narrow-6379,
    .paper_1db8,
    .picture-ddc5,
    .easy-7f91,
    .notice-e145,
    .logo-c4e0,
    .over-f95d,
    .hero_solid_6656,
    .liquid-a23c,
    .dropdown-focused-b944,
    .hard-68d2,
    .texture_liquid_ab88,
    .column_0a90,
    .highlight_8682 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .stone-d5b9,
    .title-f7c0,
    .dirty-e2c8,
    .panel_smooth_e3dd,
    .bottom_8b67,
    .bronze-e394,
    .clean-4547,
    .picture-down-5bfe,
    .article-basic-4b84,
    .popup_ba44,
    .hover_2e01,
    .layout_53a6 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .accordion_gold_aec2,
    .dark-2d38,
    .filter_9055,
    .highlight-under-c35a,
    .component_21ca,
    .in_03ca,
    .primary_76ed {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .input_orange_7522,
    .table_narrow_3ad0,
    .list_warm_2884,
    .block-0d69 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .message-1102 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .shadow_copper_ae75,
    .in-5971 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .tooltip-3dfe {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .copper-bb3d {
        text-align: center;
    }
    
    .copper-bb3d table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .dropdown-focused-b944 h2,
    .hard-68d2 h2,
    .texture_liquid_ab88 h2,
    .column_0a90 h2,
    .highlight_8682 h2 {
        font-size: 2rem;
    }
    
    .hero-tall-2185,
    .top-f2fa {
        padding: 2rem 1.5rem;
    }
    
    .soft-9057 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .tabs-97fc {
        font-size: 1.6rem;
    }
    
    .picture-99db,
    .dynamic-16d2,
    .modal_brown_1bd7,
    .current-84b0 {
        padding: 1.5rem;
    }
    
    .accordion-narrow-3844,
    .focus-middle-cbd2,
    .filter_843f,
    .notification_1ef0,
    .first-b597,
    .logo_next_33f1 {
        padding: 1.5rem;
    }
    
    .background_3c44 {
        flex-direction: column;
        text-align: center;
    }
    
    .lower-8cbc.tag_top_f78a {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .hero_a33e h3 {
        font-size: 1.75rem;
    }
    
    .grid_1d43 {
        padding-left: 2rem;
    }
    
    .hidden_6eb8::before {
        left: -2rem;
    }
    
    .block-0d69 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .popup_ba44,
    .hover_2e01,
    .tooltip_606d {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .bright_9997 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .prev_b791 {
        font-size: 2rem;
    }
    
    .medium-da54 {
        font-size: 1.5rem;
    }
    
    .tabs-small-b066,
    .paper_1db8 h2,
    .picture-ddc5 h2,
    .notice-e145 h2,
    .logo-c4e0 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .section_new_02c8 img {
        width: 80px;
        height: auto;
    }
    
    .thumbnail_last_4305 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .in-5971 .pro_29a6 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .footer_e119 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .footer_e119 .copper-01c0 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .footer_e119 .copper-01c0 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .dropdown-focused-b944,
    .hard-68d2,
    .texture_liquid_ab88,
    .column_0a90,
    .highlight_8682 {
        padding: 3rem 0;
    }
    
    .dropdown-focused-b944 h2,
    .hard-68d2 h2,
    .texture_liquid_ab88 h2,
    .column_0a90 h2,
    .highlight_8682 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .hero-tall-2185,
    .top-f2fa {
        padding: 1.5rem 1rem;
    }
    
    .soft-9057 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .secondary-yellow-b382 img {
        width: 100px;
        height: 100px;
    }
    
    .tabs-97fc {
        font-size: 1.4rem;
    }
    
    .picture-99db,
    .dynamic-16d2,
    .modal_brown_1bd7,
    .current-84b0 {
        padding: 1.25rem;
    }
    
    .accordion-narrow-3844,
    .focus-middle-cbd2,
    .filter_843f,
    .notification_1ef0,
    .first-b597,
    .logo_next_33f1 {
        padding: 1.25rem;
    }
    
    .picture-99db h4,
    .dynamic-16d2 h4,
    .modal_brown_1bd7 h4,
    .current-84b0 h4 {
        font-size: 1.1rem;
    }
    
    .accordion-narrow-3844 h3,
    .focus-middle-cbd2 h3,
    .first-b597 h3,
    .logo_next_33f1 h3 {
        font-size: 1.2rem;
    }
    
    .lower-8cbc.tag_top_f78a {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .hero_a33e h3 {
        font-size: 1.5rem;
    }
    
    .complex-3745 {
        font-size: 1rem;
    }
    
    .popup_ba44 h3,
    .hover_2e01 h3 {
        font-size: 1.3rem;
    }
    
    .grid_1d43 {
        padding-left: 1.5rem;
    }
    
    .grid_1d43::before {
        width: 2px;
    }
    
    .hidden_6eb8 {
        padding: 1rem;
    }
    
    .hidden_6eb8::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .bronze-2946 {
        padding: 1.5rem;
    }
    
    .bronze-2946 h3 {
        font-size: 1.2rem;
    }
    
    .nav_b747 {
        padding: 1.5rem;
    }
    
    .component_21ca {
        padding: 0.75rem 1rem;
    }
    
    .outline-7dff {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .accordion_gold_aec2,
    .article-basic-4b84,
    .pink_ea36,
    .fast-e510,
    .input_orange_7522,
    .stone-d5b9,
    .bottom_8b67,
    .clean-4547,
    .current_6087,
    .content_f5a8 {
        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;
    }
    
    /* 按钮容器居中 */
    .pro_29a6,
    .clean_4d84 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: ce5c */
.ghost-box-q8 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
