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

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

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

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

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

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

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

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

.link-hard-60f4 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.badge_liquid_d3d6 .accordion-dd63 {
    position: relative;
}

.badge_liquid_d3d6 .cool-856d {
    cursor: pointer;
}

.badge_liquid_d3d6 .cool-856d::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.badge_liquid_d3d6 .photo-bcd2 {
    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) {
    .badge_liquid_d3d6 .accordion-dd63:hover .photo-bcd2 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.badge_liquid_d3d6 .photo-bcd2 li {
    margin: 0;
    list-style: none;
}

.badge_liquid_d3d6 .photo-bcd2 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.badge_liquid_d3d6 .photo-bcd2 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

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

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

.feature_middle_08b4 .hidden-focused-b5de {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.breadcrumb-silver-2b1e {
    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;
}

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

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

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

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

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

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

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

.yellow-f509 {
    flex: 1;
}

.rough-66f3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-8e17 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.list-dim-d3d9 li {
    margin-bottom: 0.75rem;
}

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

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

.thumbnail_brown_8a7a p {
    margin-bottom: 0;
}

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

.message-middle-45b9 {
    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);
}

.message-middle-45b9 h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.notification-clean-75a1 {
    margin: 0;
}

.notification-clean-75a1 dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

.notification-clean-75a1 dd {
    color: white;
    margin: 0.25rem 0 0 0;
    line-height: 1.6;
}

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

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

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

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

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

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

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

.shade-brown-ff55 h4 {
    color: #F44336;
    margin-top: 0;
}

.current-3c93,
.block-narrow-695e {
    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);
}

.current-3c93 strong,
.block-narrow-695e 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;
}

.current-3c93 ol,
.block-narrow-695e ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.current-3c93 li,
.block-narrow-695e li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.block-narrow-695e 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;
}

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

.brown_8d29 h3,
.panel-8ead h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brown_8d29 p,
.panel-8ead p {
    line-height: 1.8;
    color: #495057;
}

.brown_8d29 ul,
.panel-8ead ul {
    margin-left: 1.5rem;
}

.brown_8d29 li,
.panel-8ead li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.shade-brown-ff55 ol {
    color: white;
    line-height: 1.8;
}

.shade-brown-ff55 p {
    color: white;
    margin-bottom: 0;
}

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

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

.breadcrumb-stone-85c6 {
    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);
}

.breadcrumb-stone-85c6 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.top-2952 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.iron-7fdf {
    max-width: 900px;
    margin: 0 auto;
}

.container-844f {
    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;
}

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

.container-844f p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.breadcrumb-fluid-cd51,
.notice_north_5fdc {
    color: white;
    line-height: 1.8;
}

.breadcrumb-fluid-cd51 li,
.notice_north_5fdc li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.static-09bd h3 {
    color: #FF9800;
    margin-top: 0;
}

.static-09bd p {
    color: white;
    line-height: 1.8;
}

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

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

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

.picture-7aed,
.dim-515f {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.picture-7aed {
    border: 2px solid #4CAF50;
}

.dim-515f {
    border: 2px solid #FF9800;
}

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

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

.picture-7aed ul,
.dim-515f ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.aside-59e3 {
    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;
}

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

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

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

.fresh-5e45 .tertiary_a85d {
    color: white;
    font-weight: 500;
}

.fresh-5e45 .form-liquid-6e30 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

.element-smooth-93f6 p {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.dark-5f88 {
    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);
}

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

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

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

.simple-4444 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.small_db77 {
    flex-shrink: 0;
}

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

.paragraph-d9ac,
.tall_2fcd {
    margin-bottom: 2.5rem;
}

.paragraph-d9ac h3,
.east-b3fa h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.overlay_simple_e7ea,
.hidden-huge-356d,
.east-dfb7 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.overlay_simple_e7ea h4,
.hidden-huge-356d h4,
.east-dfb7 h4,
.tall_2fcd h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.overlay_simple_e7ea ul,
.hidden-huge-356d ul,
.hidden-huge-356d ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.overlay_simple_e7ea li,
.hidden-huge-356d li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.center-e485.surface_inner_d36c {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

.lite-a62b p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.fluid-648a a:hover {
    text-decoration: underline;
}

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

.message-83ae:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

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

.tiny-e12c h3,
.tag_b6f3 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tiny-e12c ul,
.tiny-e12c ol,
.tag_b6f3 ul,
.tag_b6f3 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.tiny-e12c li,
.tag_b6f3 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

.dropdown-clean-55a0 h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.dropdown-clean-55a0 p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-25b3 {
    color: #495057;
    line-height: 1.8;
}

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

.header-25b3 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.header-25b3 li {
    margin-bottom: 0.5rem;
}

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

.left-d62d strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yellow-27aa {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

.picture-liquid-9528 strong {
    color: #2c3e50;
    font-weight: 600;
}

.picture-liquid-9528 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.picture-0607 strong {
    color: #2c3e50;
}

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

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

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

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

.preview-127e h3,
.motion-f340 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.hidden_brown_7a34 .copper-aee0 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.preview-127e p,
.motion-f340 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.preview-127e ul,
.motion-f340 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preview-127e li,
.motion-f340 li {
    margin-bottom: 0.5rem;
}

.preview-127e a,
.motion-f340 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.preview-127e a:hover,
.motion-f340 a:hover {
    color: #FFEB3B;
}

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

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

.gold_3462 {
    margin-top: 1rem;
}

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

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

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

.prev-2b54: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) {
    .feature_middle_08b4 .hidden-focused-b5de {
        grid-template-columns: 1fr;
    }
    
    .middle_cffd {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .caption_black_4926 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .green_5e9e {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .complex_b2ab {
        order: 1;
        z-index: 1003;
    }
    
    .link_b4d4 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .link-hard-60f4 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .badge_liquid_d3d6 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .badge_liquid_d3d6 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .badge_liquid_d3d6 ul.fn-active-b22a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .badge_liquid_d3d6 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .badge_liquid_d3d6 > ul > li:last-child {
        border-bottom: none;
    }
    
    .badge_liquid_d3d6 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .badge_liquid_d3d6 .accordion-dd63 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .badge_liquid_d3d6 .photo-bcd2 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .badge_liquid_d3d6 .accordion-dd63.fn-active-b22a > .photo-bcd2 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .badge_liquid_d3d6 .photo-bcd2 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .badge_liquid_d3d6 .photo-bcd2 li:last-child {
        border-bottom: none;
    }
    
    .badge_liquid_d3d6 .photo-bcd2 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;
    }
    
    /* 子菜单前的箭头图标 */
    .badge_liquid_d3d6 .photo-bcd2 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .badge_liquid_d3d6 .photo-bcd2 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .badge_liquid_d3d6 .cool-856d::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .badge_liquid_d3d6 .accordion-dd63.fn-active-b22a > .cool-856d::after {
        transform: rotate(180deg) !important;
    }
    
    .east_5273 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .under_5554,
    .filter-dirty-468d,
    .paper-1af9 {
        grid-template-columns: 1fr;
    }
    
    .caption_black_4926 {
        gap: 0.5rem;
    }
    
    .link-hard-60f4 {
        width: auto;
        order: 3;
    }
    
    .prev-2b54 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .heading-south-3a38 {
        grid-template-columns: 1fr;
    }
    
    .selected_fe0e {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .badge_liquid_d3d6 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .feature_middle_08b4,
    .hovered-d587,
    .active_2f7c,
    .element_398a,
    .label_rough_fd12,
    .element_hard_3f22,
    .down_92a7,
    .picture_da76,
    .avatar_c547,
    .dim-986f,
    .simple-4444,
    .fast-b9fa,
    .inner-14dd,
    .content-b5db,
    .logo-brown-7d86,
    .accordion_52a2 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .label_huge_002a,
    .slow-ab88,
    .full_784d,
    .message-middle-45b9,
    .left_7ab0,
    .breadcrumb-stone-85c6,
    .top-2952,
    .container-844f,
    .disabled_8bbe,
    .feature_light_e5eb,
    .tertiary_37e2,
    .yellow-27aa {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .motion_beef,
    .header_hovered_a3da,
    .breadcrumb-white-88eb,
    .block_simple_67fd,
    .header_easy_5776,
    .shade-brown-ff55,
    .thumbnail_brown_8a7a {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .under_5554,
    .filter-dirty-468d,
    .paper-1af9,
    .element_solid_9a25 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .disabled_18cc {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .element-smooth-93f6,
    .link-hard-60f4 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .south_214b {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .tooltip-8e17 {
        text-align: center;
    }
    
    .tooltip-8e17 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .fast-b9fa h2,
    .inner-14dd h2,
    .content-b5db h2,
    .logo-brown-7d86 h2,
    .accordion_52a2 h2 {
        font-size: 2rem;
    }
    
    .fixed-42af,
    .east-b3fa {
        padding: 2rem 1.5rem;
    }
    
    .text-0862 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .paragraph_9789 {
        font-size: 1.6rem;
    }
    
    .overlay_simple_e7ea,
    .hidden-huge-356d,
    .east-dfb7,
    .tall_2fcd {
        padding: 1.5rem;
    }
    
    .tiny-e12c,
    .tag_b6f3,
    .current-3c93,
    .block-narrow-695e,
    .brown_8d29,
    .panel-8ead {
        padding: 1.5rem;
    }
    
    .item_12e8 {
        flex-direction: column;
        text-align: center;
    }
    
    .center-e485.surface_inner_d36c {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .complex_c0c8 h3 {
        font-size: 1.75rem;
    }
    
    .notice_active_8331 {
        padding-left: 2rem;
    }
    
    .complex_817f::before {
        left: -2rem;
    }
    
    .element_solid_9a25 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature_light_e5eb,
    .tertiary_37e2,
    .glass_d879 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .hidden-focused-b5de {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .text_over_1477 {
        font-size: 2rem;
    }
    
    .component_0ec1 {
        font-size: 1.5rem;
    }
    
    .focus_silver_45b9,
    .element_398a h2,
    .label_rough_fd12 h2,
    .down_92a7 h2,
    .picture_da76 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .complex_b2ab img {
        width: 80px;
        height: auto;
    }
    
    .block-d576 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .link-hard-60f4 .prev-2b54 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .badge_liquid_d3d6 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .badge_liquid_d3d6 .photo-bcd2 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .badge_liquid_d3d6 .photo-bcd2 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .fast-b9fa,
    .inner-14dd,
    .content-b5db,
    .logo-brown-7d86,
    .accordion_52a2 {
        padding: 3rem 0;
    }
    
    .fast-b9fa h2,
    .inner-14dd h2,
    .content-b5db h2,
    .logo-brown-7d86 h2,
    .accordion_52a2 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .fixed-42af,
    .east-b3fa {
        padding: 1.5rem 1rem;
    }
    
    .text-0862 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .small_db77 img {
        width: 100px;
        height: 100px;
    }
    
    .paragraph_9789 {
        font-size: 1.4rem;
    }
    
    .overlay_simple_e7ea,
    .hidden-huge-356d,
    .east-dfb7,
    .tall_2fcd {
        padding: 1.25rem;
    }
    
    .tiny-e12c,
    .tag_b6f3,
    .current-3c93,
    .block-narrow-695e,
    .brown_8d29,
    .panel-8ead {
        padding: 1.25rem;
    }
    
    .overlay_simple_e7ea h4,
    .hidden-huge-356d h4,
    .east-dfb7 h4,
    .tall_2fcd h4 {
        font-size: 1.1rem;
    }
    
    .tiny-e12c h3,
    .tag_b6f3 h3,
    .brown_8d29 h3,
    .panel-8ead h3 {
        font-size: 1.2rem;
    }
    
    .center-e485.surface_inner_d36c {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .complex_c0c8 h3 {
        font-size: 1.5rem;
    }
    
    .form_up_4909 {
        font-size: 1rem;
    }
    
    .feature_light_e5eb h3,
    .tertiary_37e2 h3 {
        font-size: 1.3rem;
    }
    
    .notice_active_8331 {
        padding-left: 1.5rem;
    }
    
    .notice_active_8331::before {
        width: 2px;
    }
    
    .complex_817f {
        padding: 1rem;
    }
    
    .complex_817f::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .picture-liquid-9528 {
        padding: 1.5rem;
    }
    
    .picture-liquid-9528 h3 {
        font-size: 1.2rem;
    }
    
    .picture-0607 {
        padding: 1.5rem;
    }
    
    .header_easy_5776 {
        padding: 0.75rem 1rem;
    }
    
    .fluid-648a {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .motion_beef,
    .disabled_8bbe,
    .yellow-f509,
    .text_cold_c98a,
    .under_5554,
    .label_huge_002a,
    .left_7ab0,
    .top-2952,
    .iron-7fdf,
    .east_5273 {
        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;
    }
    
    /* 按钮容器居中 */
    .prev-2b54,
    .dark-5f88 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: b8b4 */
.shadow-element-l5 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
