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

/* ========== 基础布局 ========== */
.button_left_9342 {
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

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

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

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

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

.row-0165 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.tooltip_7414 .soft_6fff {
    position: relative;
}

.tooltip_7414 .active_16fc {
    cursor: pointer;
}

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

.tooltip_7414 .alert_over_2db6 {
    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) {
    .tooltip_7414 .soft_6fff:hover .alert_over_2db6 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.tooltip_7414 .alert_over_2db6 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

.banner_glass_3f9b.fn-active-48f9 {
    background: rgba(255, 167, 38, 0.5);
}

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

.background-dynamic-e842 .photo_8b2e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

.complex_10c4 {
    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-current-ec2c {
    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;
}

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

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

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

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

.top_ca8b {
    flex: 1;
}

.main-slow-292c {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

.search-6a4e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-lower-fe79 {
    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);
}

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

.highlight-lower-fe79 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-lower-fe79 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-simple-0f3d tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

.form-north-7e82 strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

.pattern-8c24 li {
    margin-bottom: 0.75rem;
}

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

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

.plasma-f263 p {
    margin-bottom: 0;
}

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

.complex-86e0 {
    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);
}

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

.description-492a {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.outer-93ed h4 {
    color: #F44336;
    margin-top: 0;
}

.modal-1099,
.green_3bd3 {
    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);
}

.modal-1099 strong,
.green_3bd3 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;
}

.modal-1099 ol,
.green_3bd3 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

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

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

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

.last-1426 p,
.old_422f p {
    line-height: 1.8;
    color: #495057;
}

.last-1426 ul,
.old_422f ul {
    margin-left: 1.5rem;
}

.last-1426 li,
.old_422f li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.outer-93ed ol {
    color: white;
    line-height: 1.8;
}

.outer-93ed p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dirty_9cd4 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

.orange-6bc4 {
    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;
}

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

.orange-6bc4 p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.info_west_99cf,
.dropdown-0808 {
    color: white;
    line-height: 1.8;
}

.info_west_99cf li,
.dropdown-0808 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.middle-76aa,
.menu-3659 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.middle-76aa {
    border: 2px solid #4CAF50;
}

.menu-3659 {
    border: 2px solid #FF9800;
}

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

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

.middle-76aa ul,
.menu-3659 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.tertiary-steel-1661 .over_e991 {
    color: white;
    font-weight: 500;
}

.tertiary-steel-1661 .search_lite_f304 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.pressed-77a9 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.list-2efc p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.status_current_983d {
    flex-shrink: 0;
}

.dropdown-current-ec2c {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.under_2bfa,
.media_436c {
    margin-bottom: 2.5rem;
}

.under_2bfa h3,
.status-fixed-0002 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.popup-bronze-e25c,
.under_2bfa .popup-bronze-e25c {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.surface-red-6723,
.logo_1b98,
.block_59f8 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.surface-red-6723 h4,
.logo_1b98 h4,
.block_59f8 h4,
.media_436c h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.surface-red-6723 ul,
.logo_1b98 ul,
.logo_1b98 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.surface-red-6723 li,
.logo_1b98 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.hot_f51b.east-3238 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

.section-old-f25c {
    color: #495057;
    line-height: 1.8;
}

.section-old-f25c p {
    margin-bottom: 1.5rem;
}

.section-old-f25c ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.hard-84e8 {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

.out_2912 ul,
.out_2912 ol,
.main-fa05 ul,
.main-fa05 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.out_2912 li,
.main-fa05 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.summary-inner-6410 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;
}

.summary-inner-6410 ol,
.summary-inner-6410 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.summary-inner-6410 li {
    margin-bottom: 0.75rem;
}

.summary-inner-6410 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

.row-pressed-d7f2 {
    position: relative;
    padding-left: 3rem;
}

.row-pressed-d7f2::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%);
}

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

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

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

.carousel-wood-ac1b {
    color: #495057;
    line-height: 1.8;
}

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

.carousel-wood-ac1b ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.carousel-wood-ac1b li {
    margin-bottom: 0.5rem;
}

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

.overlay_5d99 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

.brown-30bc {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.brown-30bc a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom_02d8 strong {
    color: #2c3e50;
}

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

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

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

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

.notification-5da9 h3,
.surface-c696 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.pressed-d752 .complex_10c4 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.notification-5da9 p,
.surface-c696 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.notification-5da9 ul,
.surface-c696 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-5da9 li,
.surface-c696 li {
    margin-bottom: 0.5rem;
}

.notification-5da9 a,
.surface-c696 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.notification-5da9 a:hover,
.surface-c696 a:hover {
    color: #FFEB3B;
}

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

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

.main-fixed-cd20 {
    margin-top: 1rem;
}

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

.main-fixed-cd20 a:hover {
    text-decoration: underline;
}

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

.image_3bef: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) {
    .background-dynamic-e842 .photo_8b2e {
        grid-template-columns: 1fr;
    }
    
    .button_left_9342 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .breadcrumb-bright-673d {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .banner_glass_3f9b {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .hero_4d5a {
        order: 1;
        z-index: 1003;
    }
    
    .badge_up_bed2 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .row-0165 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .tooltip_7414 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .tooltip_7414 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .tooltip_7414 ul.fn-active-48f9 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .tooltip_7414 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .tooltip_7414 > ul > li:last-child {
        border-bottom: none;
    }
    
    .tooltip_7414 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .tooltip_7414 .soft_6fff {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .tooltip_7414 .alert_over_2db6 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .tooltip_7414 .soft_6fff.fn-active-48f9 > .alert_over_2db6 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .tooltip_7414 .alert_over_2db6 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .tooltip_7414 .alert_over_2db6 li:last-child {
        border-bottom: none;
    }
    
    .tooltip_7414 .alert_over_2db6 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;
    }
    
    /* 子菜单前的箭头图标 */
    .tooltip_7414 .alert_over_2db6 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .tooltip_7414 .alert_over_2db6 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .tooltip_7414 .active_16fc::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .tooltip_7414 .soft_6fff.fn-active-48f9 > .active_16fc::after {
        transform: rotate(180deg) !important;
    }
    
    .column-946b {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .heading-south-478b,
    .chip-west-9a86,
    .yellow_0127 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-bright-673d {
        gap: 0.5rem;
    }
    
    .row-0165 {
        width: auto;
        order: 3;
    }
    
    .image_3bef {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .list_left_f0ca {
        grid-template-columns: 1fr;
    }
    
    .static_0de8 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .tooltip_7414 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .background-dynamic-e842,
    .accent_pink_483e,
    .yellow_8769,
    .background-fixed-38a3,
    .copper-4085,
    .label_hard_a169,
    .item-dynamic-56c9,
    .gas-7d9a,
    .logo_878f,
    .button_6b62,
    .list-2efc,
    .background-solid-ce78,
    .highlight-in-e6c5,
    .huge-ca07,
    .main-c91a,
    .old_8e01 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .north_b6d7,
    .highlight-lower-fe79,
    .photo_gold_968b,
    .complex-86e0,
    .old-0695,
    .white_8749,
    .dirty_9cd4,
    .orange-6bc4,
    .advanced_8bd0,
    .summary-inner-6410,
    .table_old_de19,
    .out_86cb {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .status-hard-684f,
    .picture-6f48,
    .text_rough_d641,
    .wrapper-7144,
    .message_3f19,
    .outer-93ed,
    .plasma-f263 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .heading-south-478b,
    .chip-west-9a86,
    .yellow_0127,
    .pattern_46cc {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .dropdown-current-ec2c {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .frame-solid-3855,
    .row-0165 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .icon_purple_338d {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .secondary-simple-0f3d {
        text-align: center;
    }
    
    .secondary-simple-0f3d table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .background-solid-ce78 h2,
    .highlight-in-e6c5 h2,
    .huge-ca07 h2,
    .main-c91a h2,
    .old_8e01 h2 {
        font-size: 2rem;
    }
    
    .background-68ab,
    .status-fixed-0002 {
        padding: 2rem 1.5rem;
    }
    
    .header-f637 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .status-5a76 {
        font-size: 1.6rem;
    }
    
    .surface-red-6723,
    .logo_1b98,
    .block_59f8,
    .media_436c {
        padding: 1.5rem;
    }
    
    .out_2912,
    .main-fa05,
    .modal-1099,
    .green_3bd3,
    .last-1426,
    .old_422f {
        padding: 1.5rem;
    }
    
    .popup-0df3 {
        flex-direction: column;
        text-align: center;
    }
    
    .hot_f51b.east-3238 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .chip-903b h3 {
        font-size: 1.75rem;
    }
    
    .row-pressed-d7f2 {
        padding-left: 2rem;
    }
    
    .sort_lite_07e9::before {
        left: -2rem;
    }
    
    .pattern_46cc {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .summary-inner-6410,
    .table_old_de19,
    .shadow_0355 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .photo_8b2e {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .logo_bccb {
        font-size: 2rem;
    }
    
    .gallery-7dac {
        font-size: 1.5rem;
    }
    
    .block_outer_6f18,
    .background-fixed-38a3 h2,
    .copper-4085 h2,
    .item-dynamic-56c9 h2,
    .gas-7d9a h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .hero_4d5a img {
        width: 80px;
        height: auto;
    }
    
    .title-glass-8ff8 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .row-0165 .image_3bef {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .tooltip_7414 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .tooltip_7414 .alert_over_2db6 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .tooltip_7414 .alert_over_2db6 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .background-solid-ce78,
    .highlight-in-e6c5,
    .huge-ca07,
    .main-c91a,
    .old_8e01 {
        padding: 3rem 0;
    }
    
    .background-solid-ce78 h2,
    .highlight-in-e6c5 h2,
    .huge-ca07 h2,
    .main-c91a h2,
    .old_8e01 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .background-68ab,
    .status-fixed-0002 {
        padding: 1.5rem 1rem;
    }
    
    .header-f637 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .status_current_983d img {
        width: 100px;
        height: 100px;
    }
    
    .status-5a76 {
        font-size: 1.4rem;
    }
    
    .surface-red-6723,
    .logo_1b98,
    .block_59f8,
    .media_436c {
        padding: 1.25rem;
    }
    
    .out_2912,
    .main-fa05,
    .modal-1099,
    .green_3bd3,
    .last-1426,
    .old_422f {
        padding: 1.25rem;
    }
    
    .surface-red-6723 h4,
    .logo_1b98 h4,
    .block_59f8 h4,
    .media_436c h4 {
        font-size: 1.1rem;
    }
    
    .out_2912 h3,
    .main-fa05 h3,
    .last-1426 h3,
    .old_422f h3 {
        font-size: 1.2rem;
    }
    
    .hot_f51b.east-3238 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .chip-903b h3 {
        font-size: 1.5rem;
    }
    
    .static_6da2 {
        font-size: 1rem;
    }
    
    .summary-inner-6410 h3,
    .table_old_de19 h3 {
        font-size: 1.3rem;
    }
    
    .row-pressed-d7f2 {
        padding-left: 1.5rem;
    }
    
    .row-pressed-d7f2::before {
        width: 2px;
    }
    
    .sort_lite_07e9 {
        padding: 1rem;
    }
    
    .sort_lite_07e9::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .media-4135 {
        padding: 1.5rem;
    }
    
    .media-4135 h3 {
        font-size: 1.2rem;
    }
    
    .bottom_02d8 {
        padding: 1.5rem;
    }
    
    .message_3f19 {
        padding: 0.75rem 1rem;
    }
    
    .stale_74d5 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .status-hard-684f,
    .advanced_8bd0,
    .top_ca8b,
    .search-6a4e,
    .heading-south-478b,
    .north_b6d7,
    .old-0695,
    .dirty_9cd4,
    .outer_ea31,
    .column-946b {
        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;
    }
    
    /* 按钮容器居中 */
    .image_3bef,
    .popup_9c90 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: deb2 */
.promo-block-o6 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
