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

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

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

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

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

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

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

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

.hero_pro_c429 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.info-fixed-bc0f {
    position: relative;
}

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

.info-fixed-bc0f li {
    position: relative;
    list-style: none;
}

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

.info-fixed-bc0f a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.info-fixed-bc0f .main-fbb2 {
    position: relative;
}

.info-fixed-bc0f .title_new_d68e {
    cursor: pointer;
}

.info-fixed-bc0f .title_new_d68e::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.info-fixed-bc0f .cool_3eb3 {
    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) {
    .info-fixed-bc0f .main-fbb2:hover .cool_3eb3 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.info-fixed-bc0f .cool_3eb3 li {
    margin: 0;
    list-style: none;
}

.info-fixed-bc0f .cool_3eb3 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.info-fixed-bc0f .cool_3eb3 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.hidden_6327.fn-active-45ed {
    background: rgba(255, 167, 38, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.progress-b9df {
    flex: 1;
}

.tooltip-clean-04fc {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

.tag-1d98 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-out-608b h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.header-out-608b p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.table-cool-7e6a strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

.label-855e li {
    margin-bottom: 0.75rem;
}

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

.widget-selected-820c h4 {
    color: #2196F3;
    margin-top: 0;
}

.widget-selected-820c p {
    margin-bottom: 0;
}

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

.link-east-0ad9 {
    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);
}

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

.liquid_4d3a {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.border-hot-cde4 h4 {
    color: #F44336;
    margin-top: 0;
}

.list_purple_a623,
.box_prev_2c40 {
    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);
}

.list_purple_a623 strong,
.box_prev_2c40 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;
}

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

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

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

.carousel-static-16a9,
.current-6ea0 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.carousel-static-16a9 h3,
.current-6ea0 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.carousel-static-16a9 p,
.current-6ea0 p {
    line-height: 1.8;
    color: #495057;
}

.carousel-static-16a9 ul,
.current-6ea0 ul {
    margin-left: 1.5rem;
}

.carousel-static-16a9 li,
.current-6ea0 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.border-hot-cde4 ol {
    color: white;
    line-height: 1.8;
}

.border-hot-cde4 p {
    color: white;
    margin-bottom: 0;
}

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

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

.description-98aa {
    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);
}

.description-98aa h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.module-1643 {
    margin: 1.5rem 0;
}

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

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

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

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

.dirty-03e4 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.dirty-03e4 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.media-4c35 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.banner-pressed-65e8 h3 {
    color: #F44336;
    font-size: 1.8rem;
    margin-top: 0;
}

.banner-pressed-65e8 p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.link-e8ff,
.texture_fluid_b5d7 {
    color: white;
    line-height: 1.8;
}

.link-e8ff li,
.texture_fluid_b5d7 li {
    margin-bottom: 0.75rem;
}

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

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

.gradient-bright-a2da h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

.description-5ac8 h3 {
    color: #FF9800;
    margin-top: 0;
}

.description-5ac8 p {
    color: white;
    line-height: 1.8;
}

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

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

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

.button_action_7724,
.block-current-b515 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.block-current-b515 {
    border: 2px solid #FF9800;
}

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

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

.button_action_7724 ul,
.block-current-b515 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.banner-south-fd44 .stale_6263 {
    color: white;
    font-weight: 500;
}

.banner-south-fd44 .message-3ff8 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-5b1d p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.slow_67d5 {
    flex-shrink: 0;
}

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

.progress_586f,
.shadow-hot-5933 {
    margin-bottom: 2.5rem;
}

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

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

.hero_edce,
.cool_00d1,
.lite-766e {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hero_edce h4,
.cool_00d1 h4,
.lite-766e h4,
.shadow-hot-5933 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero_edce ul,
.cool_00d1 ul,
.cool_00d1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.hero_edce li,
.cool_00d1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.shadow-hot-5933 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.shadow-hot-5933 a:hover {
    text-decoration: underline;
}

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

.overlay-e61b.summary_5b43 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

.soft-599f {
    color: #495057;
    line-height: 1.8;
}

.soft-599f p {
    margin-bottom: 1.5rem;
}

.soft-599f ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

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

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

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

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

.shade-32d3 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

.button_5519 ul,
.button_5519 ol,
.overlay_fcfb ul,
.overlay_fcfb ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.button_5519 li,
.overlay_fcfb li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

.backdrop-prev-45fc {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

.pink_fa6e::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-6d37 {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.mask-dark-2dfb {
    color: #495057;
    line-height: 1.8;
}

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

.mask-dark-2dfb ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.mask-dark-2dfb li {
    margin-bottom: 0.5rem;
}

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

.fixed-689c strong {
    color: #2c3e50;
}

.fixed-689c em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm-6b7a strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

.tertiary_outer_ecbd strong {
    color: #2c3e50;
}

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

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

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

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

.component-5d87 h3,
.content-9827 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.input_simple_62bf .pink_7744 {
    font-size: 1rem;
}

.main-static-1eae {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-static-1eae li {
    margin-bottom: 0.5rem;
}

.main-static-1eae a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.main-static-1eae a:hover {
    color: #FFEB3B;
}

.footer-15a6 {
    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);
}

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

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

.footer-15a6 a {
    color: #4CAF50;
    text-decoration: none;
}

.footer-15a6 a:hover {
    text-decoration: underline;
}

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

.component-5d87 p,
.content-9827 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.component-5d87 ul,
.content-9827 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-5d87 li,
.content-9827 li {
    margin-bottom: 0.5rem;
}

.component-5d87 a,
.content-9827 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.component-5d87 a:hover,
.content-9827 a:hover {
    color: #FFEB3B;
}

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

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

.heading_cb03 {
    margin-top: 1rem;
}

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

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

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

.menu_ecf5: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) {
    .tooltip_action_7313 .menu_0814 {
        grid-template-columns: 1fr;
    }
    
    .fresh_03ba {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .feature-active-33fe {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .hidden_6327 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .fixed-c859 {
        order: 1;
        z-index: 1003;
    }
    
    .yellow-3302 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .hero_pro_c429 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .info-fixed-bc0f {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .info-fixed-bc0f 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .info-fixed-bc0f ul.fn-active-45ed {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .info-fixed-bc0f > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .info-fixed-bc0f > ul > li:last-child {
        border-bottom: none;
    }
    
    .info-fixed-bc0f > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .info-fixed-bc0f .main-fbb2 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .info-fixed-bc0f .cool_3eb3 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .info-fixed-bc0f .main-fbb2.fn-active-45ed > .cool_3eb3 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .info-fixed-bc0f .cool_3eb3 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .info-fixed-bc0f .cool_3eb3 li:last-child {
        border-bottom: none;
    }
    
    .info-fixed-bc0f .cool_3eb3 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;
    }
    
    /* 子菜单前的箭头图标 */
    .info-fixed-bc0f .cool_3eb3 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .info-fixed-bc0f .cool_3eb3 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .info-fixed-bc0f .title_new_d68e::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .info-fixed-bc0f .main-fbb2.fn-active-45ed > .title_new_d68e::after {
        transform: rotate(180deg) !important;
    }
    
    .form-173c {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .light-6ff1,
    .preview-north-d96d,
    .center_ce11 {
        grid-template-columns: 1fr;
    }
    
    .feature-active-33fe {
        gap: 0.5rem;
    }
    
    .hero_pro_c429 {
        width: auto;
        order: 3;
    }
    
    .menu_ecf5 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .first_6fd9 {
        grid-template-columns: 1fr;
    }
    
    .tiny_15f0 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .info-fixed-bc0f ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .tooltip_action_7313,
    .grid-6524,
    .menu-9400,
    .message-purple-b0fb,
    .info_02bf,
    .panel-8418,
    .border_a895,
    .lite-ef85,
    .footer-15a6,
    .picture-in-a438,
    .stale-5b1d,
    .dropdown-fbb5,
    .content-5afb,
    .detail_37bb,
    .picture_smooth_6b83,
    .hover-61b3 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .yellow_506b,
    .container_517f,
    .article-38ba,
    .link-east-0ad9,
    .easy-e5b2,
    .description-98aa,
    .module-1643,
    .search_989d,
    .panel_bronze_f44c,
    .surface_f9c0,
    .main_fresh_c9be,
    .short_1124 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .panel_fast_288a,
    .thumbnail-6b3c,
    .soft_c6f2,
    .hard_50f7,
    .modal_186c,
    .border-hot-cde4,
    .widget-selected-820c {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .light-6ff1,
    .preview-north-d96d,
    .center_ce11,
    .tag_top_1911 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .dropdown_d02d {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .layout_2257,
    .hero_pro_c429 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .tooltip_91d5 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .carousel_ef7a {
        text-align: center;
    }
    
    .carousel_ef7a table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .dropdown-fbb5 h2,
    .content-5afb h2,
    .detail_37bb h2,
    .picture_smooth_6b83 h2,
    .hover-61b3 h2 {
        font-size: 2rem;
    }
    
    .video_medium_c319,
    .preview_thick_6293 {
        padding: 2rem 1.5rem;
    }
    
    .aside-f6ea {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .brown_ad5b {
        font-size: 1.6rem;
    }
    
    .hero_edce,
    .cool_00d1,
    .lite-766e,
    .shadow-hot-5933 {
        padding: 1.5rem;
    }
    
    .button_5519,
    .overlay_fcfb,
    .list_purple_a623,
    .box_prev_2c40,
    .carousel-static-16a9,
    .current-6ea0 {
        padding: 1.5rem;
    }
    
    .border-ea9a {
        flex-direction: column;
        text-align: center;
    }
    
    .overlay-e61b.summary_5b43 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .label_soft_b0c0 h3 {
        font-size: 1.75rem;
    }
    
    .hero_7295 {
        padding-left: 2rem;
    }
    
    .pink_fa6e::before {
        left: -2rem;
    }
    
    .tag_top_1911 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .surface_f9c0,
    .main_fresh_c9be,
    .backdrop-prev-45fc {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .menu_0814 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .brown_31df {
        font-size: 2rem;
    }
    
    .icon-yellow-8185 {
        font-size: 1.5rem;
    }
    
    .next_cba3,
    .message-purple-b0fb h2,
    .info_02bf h2,
    .border_a895 h2,
    .lite-ef85 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .fixed-c859 img {
        width: 80px;
        height: auto;
    }
    
    .gallery_cold_ef08 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .hero_pro_c429 .menu_ecf5 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .info-fixed-bc0f > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .info-fixed-bc0f .cool_3eb3 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .info-fixed-bc0f .cool_3eb3 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .dropdown-fbb5,
    .content-5afb,
    .detail_37bb,
    .picture_smooth_6b83,
    .hover-61b3 {
        padding: 3rem 0;
    }
    
    .dropdown-fbb5 h2,
    .content-5afb h2,
    .detail_37bb h2,
    .picture_smooth_6b83 h2,
    .hover-61b3 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .video_medium_c319,
    .preview_thick_6293 {
        padding: 1.5rem 1rem;
    }
    
    .aside-f6ea {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .slow_67d5 img {
        width: 100px;
        height: 100px;
    }
    
    .brown_ad5b {
        font-size: 1.4rem;
    }
    
    .hero_edce,
    .cool_00d1,
    .lite-766e,
    .shadow-hot-5933 {
        padding: 1.25rem;
    }
    
    .button_5519,
    .overlay_fcfb,
    .list_purple_a623,
    .box_prev_2c40,
    .carousel-static-16a9,
    .current-6ea0 {
        padding: 1.25rem;
    }
    
    .hero_edce h4,
    .cool_00d1 h4,
    .lite-766e h4,
    .shadow-hot-5933 h4 {
        font-size: 1.1rem;
    }
    
    .button_5519 h3,
    .overlay_fcfb h3,
    .carousel-static-16a9 h3,
    .current-6ea0 h3 {
        font-size: 1.2rem;
    }
    
    .overlay-e61b.summary_5b43 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .label_soft_b0c0 h3 {
        font-size: 1.5rem;
    }
    
    .video-f6f5 {
        font-size: 1rem;
    }
    
    .surface_f9c0 h3,
    .main_fresh_c9be h3 {
        font-size: 1.3rem;
    }
    
    .hero_7295 {
        padding-left: 1.5rem;
    }
    
    .hero_7295::before {
        width: 2px;
    }
    
    .pink_fa6e {
        padding: 1rem;
    }
    
    .pink_fa6e::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .warm-6b7a {
        padding: 1.5rem;
    }
    
    .warm-6b7a h3 {
        font-size: 1.2rem;
    }
    
    .tertiary_outer_ecbd {
        padding: 1.5rem;
    }
    
    .modal_186c {
        padding: 0.75rem 1rem;
    }
    
    .shade-32d3 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .panel_fast_288a,
    .panel_bronze_f44c,
    .progress-b9df,
    .tag-1d98,
    .light-6ff1,
    .yellow_506b,
    .easy-e5b2,
    .module-1643,
    .media-4c35,
    .form-173c {
        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;
    }
    
    /* 按钮容器居中 */
    .menu_ecf5,
    .background_d9ef {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 537b */
.promo-block-a4 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
