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

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

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

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

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

.aside-gold-d6bd a {
    display: flex;
    align-items: center;
}

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

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

.sidebar-lower-7211 {
    z-index: 1002;
}

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

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

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

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

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

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

.tertiary_mini_ade6 .stone-ead7 {
    cursor: pointer;
}

.tertiary_mini_ade6 .stone-ead7::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.tertiary_mini_ade6 .paragraph_right_6763 {
    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) {
    .tertiary_mini_ade6 .tag_bronze_9575:hover .paragraph_right_6763 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.tertiary_mini_ade6 .paragraph_right_6763 li {
    margin: 0;
    list-style: none;
}

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

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

.icon-static-f110 {
    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;
}

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

.icon-static-f110.fn-active-02cd {
    background: rgba(255, 167, 38, 0.5);
}

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

.list-4391 .overlay-tall-39dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

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

.heading-5a8f {
    border-radius: 0;
    border: none;
}

.heading-5a8f img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.dynamic-9fe9 {
    flex: 1;
}

.message-plasma-f5b9 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.box-yellow-718a {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.search-1e1d {
    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;
}

.layout-west-722f {
    font-size: 1.5rem;
    color: #FFA726;
    margin: 0 0 1rem 0;
}

.thick-0c86 {
    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);
}

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

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

.detail-easy-56f0 {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first-104d h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.first-104d p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-a7cb li {
    margin-bottom: 0.75rem;
}

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

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

.pagination_blue_e2eb p {
    margin-bottom: 0;
}

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

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

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

.center-c7b8 {
    margin: 0;
}

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

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

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

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

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

.wrapper-outer-bdb5 ul {
    list-style: none;
    padding: 0;
}

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

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

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

.button-rough-8316 h4 {
    color: #F44336;
    margin-top: 0;
}

.item-wood-29e1,
.item_2c17 {
    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);
}

.item-wood-29e1 strong,
.item_2c17 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;
}

.item-wood-29e1 ol,
.item_2c17 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.item-wood-29e1 li,
.item_2c17 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

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

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

.card-b24c p,
.sidebar_2cfd p {
    line-height: 1.8;
    color: #495057;
}

.card-b24c ul,
.sidebar_2cfd ul {
    margin-left: 1.5rem;
}

.card-b24c li,
.sidebar_2cfd li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.button-rough-8316 ol {
    color: white;
    line-height: 1.8;
}

.button-rough-8316 p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container_south_299b {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-d8c9,
.texture-5ef9 {
    color: white;
    line-height: 1.8;
}

.background-d8c9 li,
.texture-5ef9 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

/* ========== Final Verdict ========== */
.header-pressed-1c2a {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

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

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

.popup-advanced-083b,
.logo_dark_aa53 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.popup-advanced-083b {
    border: 2px solid #4CAF50;
}

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

.popup-advanced-083b h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

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

.popup-advanced-083b ul,
.logo_dark_aa53 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.static-9e8b .fixed-f7b6 {
    color: white;
    font-weight: 500;
}

.static-9e8b .menu-2a0a {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-clean-cf51 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.heading-5a8f {
    flex-shrink: 0;
}

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

.box-yellow-718a,
.caption-50b4 {
    margin-bottom: 2.5rem;
}

.box-yellow-718a h3,
.short_cf6e h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.fixed_3c49,
.box-yellow-718a .fixed_3c49 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.soft-2395,
.input-9185,
.secondary-dfad {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.soft-2395 h4,
.input-9185 h4,
.secondary-dfad h4,
.caption-50b4 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.soft-2395 ul,
.input-9185 ul,
.input-9185 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.soft-2395 li,
.input-9185 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.caption-50b4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.caption-50b4 a:hover {
    text-decoration: underline;
}

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

.link_d438.north-bacb {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dim-6e0f a:hover {
    text-decoration: underline;
}

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

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

.pagination-cold-89f0 {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.filter_c8d9 li,
.icon_6e18 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.shadow-67e1 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.element-11c5 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;
}

.element-11c5 ol,
.element-11c5 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.element-11c5 li {
    margin-bottom: 0.75rem;
}

.element-11c5 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.pagination-4d4e {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.gas-3f80 {
    color: #495057;
    line-height: 1.8;
}

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

.gas-3f80 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.gas-3f80 li {
    margin-bottom: 0.5rem;
}

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

.cool-ab24 strong {
    color: #2c3e50;
}

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

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

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

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

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

.shadow-67e1 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;
}

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

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

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

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

.banner-e8ac a:hover {
    text-decoration: underline;
}

.shadow-67e1 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.shadow-67e1 ol li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.green_0772 strong {
    color: #2c3e50;
}

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

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

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

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

.fast_df45 h3,
.rough-eb33 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.logo-a722 .module_235c {
    font-size: 1rem;
}

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

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

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

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

.block-480a {
    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);
}

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

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

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

.block-480a a:hover {
    text-decoration: underline;
}

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

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

.fast_df45 ul,
.rough-eb33 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fast_df45 li,
.rough-eb33 li {
    margin-bottom: 0.5rem;
}

.fast_df45 a,
.rough-eb33 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.fast_df45 a:hover,
.rough-eb33 a:hover {
    color: #FFEB3B;
}

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

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

.gallery_north_0b8c {
    margin-top: 1rem;
}

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

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

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

.active_a62a: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) {
    .list-4391 .overlay-tall-39dd {
        grid-template-columns: 1fr;
    }
    
    .pattern_out_6ea1 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .input-2aec {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .icon-static-f110 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .module_621d {
        order: 1;
        z-index: 1003;
    }
    
    .aside-gold-d6bd {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .sidebar-lower-7211 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .tertiary_mini_ade6 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .tertiary_mini_ade6 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .tertiary_mini_ade6 ul.fn-active-02cd {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .tertiary_mini_ade6 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .tertiary_mini_ade6 > ul > li:last-child {
        border-bottom: none;
    }
    
    .tertiary_mini_ade6 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .tertiary_mini_ade6 .tag_bronze_9575 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .tertiary_mini_ade6 .paragraph_right_6763 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .tertiary_mini_ade6 .tag_bronze_9575.fn-active-02cd > .paragraph_right_6763 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .tertiary_mini_ade6 .paragraph_right_6763 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .tertiary_mini_ade6 .paragraph_right_6763 li:last-child {
        border-bottom: none;
    }
    
    .tertiary_mini_ade6 .paragraph_right_6763 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;
    }
    
    /* 子菜单前的箭头图标 */
    .tertiary_mini_ade6 .paragraph_right_6763 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .tertiary_mini_ade6 .paragraph_right_6763 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .tertiary_mini_ade6 .stone-ead7::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .tertiary_mini_ade6 .tag_bronze_9575.fn-active-02cd > .stone-ead7::after {
        transform: rotate(180deg) !important;
    }
    
    .message-1141 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .dark-2aaa,
    .info-rough-02d3,
    .disabled_32c5 {
        grid-template-columns: 1fr;
    }
    
    .input-2aec {
        gap: 0.5rem;
    }
    
    .sidebar-lower-7211 {
        width: auto;
        order: 3;
    }
    
    .active_a62a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .text-dark-85e8 {
        grid-template-columns: 1fr;
    }
    
    .hovered_30a0 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .tertiary_mini_ade6 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .list-4391,
    .info_6703,
    .sidebar-d840,
    .smooth-c2ad,
    .overlay_c607,
    .tag-a04a,
    .dropdown-dirty-9023,
    .summary-short-4d3d,
    .block-480a,
    .header-pressed-1c2a,
    .sidebar-clean-cf51,
    .component_soft_1524,
    .new-aea1,
    .disabled_clean_3778,
    .section_liquid_7ca9,
    .box_hard_6af6 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .fresh_f91e,
    .shadow_4357,
    .grid-e523,
    .block_cdc1,
    .wrapper-outer-bdb5,
    .label-b264,
    .container_south_299b,
    .gold_b003,
    .description-cd84,
    .element-11c5,
    .shadow-67e1,
    .frame_left_b842 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .nav_stone_b938,
    .header_bright_e227,
    .yellow_272b,
    .nav_eb53,
    .simple_4419,
    .button-rough-8316,
    .pagination_blue_e2eb {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .dark-2aaa,
    .info-rough-02d3,
    .disabled_32c5,
    .hero-1852 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .solid-c07b {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .message_9bfe,
    .sidebar-lower-7211 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .out-2a6e {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .modal-e46d {
        text-align: center;
    }
    
    .modal-e46d table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .component_soft_1524 h2,
    .new-aea1 h2,
    .disabled_clean_3778 h2,
    .section_liquid_7ca9 h2,
    .box_hard_6af6 h2 {
        font-size: 2rem;
    }
    
    .orange-7a7c,
    .short_cf6e {
        padding: 2rem 1.5rem;
    }
    
    .label-03db {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .component_2748 {
        font-size: 1.6rem;
    }
    
    .soft-2395,
    .input-9185,
    .secondary-dfad,
    .caption-50b4 {
        padding: 1.5rem;
    }
    
    .filter_c8d9,
    .icon_6e18,
    .item-wood-29e1,
    .item_2c17,
    .card-b24c,
    .sidebar_2cfd {
        padding: 1.5rem;
    }
    
    .module-cold-75f5 {
        flex-direction: column;
        text-align: center;
    }
    
    .link_d438.north-bacb {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .description-58ca h3 {
        font-size: 1.75rem;
    }
    
    .shadow_prev_3c9b {
        padding-left: 2rem;
    }
    
    .widget-b15a::before {
        left: -2rem;
    }
    
    .hero-1852 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .element-11c5,
    .shadow-67e1,
    .pagination-4d4e {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .overlay-tall-39dd {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .popup_inner_55fc {
        font-size: 2rem;
    }
    
    .detail-easy-56f0 {
        font-size: 1.5rem;
    }
    
    .liquid_a5aa,
    .smooth-c2ad h2,
    .overlay_c607 h2,
    .dropdown-dirty-9023 h2,
    .summary-short-4d3d h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .module_621d img {
        width: 80px;
        height: auto;
    }
    
    .form-0f5c {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .sidebar-lower-7211 .active_a62a {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .tertiary_mini_ade6 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .tertiary_mini_ade6 .paragraph_right_6763 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .tertiary_mini_ade6 .paragraph_right_6763 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .component_soft_1524,
    .new-aea1,
    .disabled_clean_3778,
    .section_liquid_7ca9,
    .box_hard_6af6 {
        padding: 3rem 0;
    }
    
    .component_soft_1524 h2,
    .new-aea1 h2,
    .disabled_clean_3778 h2,
    .section_liquid_7ca9 h2,
    .box_hard_6af6 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .orange-7a7c,
    .short_cf6e {
        padding: 1.5rem 1rem;
    }
    
    .label-03db {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .heading-5a8f img {
        width: 100px;
        height: 100px;
    }
    
    .component_2748 {
        font-size: 1.4rem;
    }
    
    .soft-2395,
    .input-9185,
    .secondary-dfad,
    .caption-50b4 {
        padding: 1.25rem;
    }
    
    .filter_c8d9,
    .icon_6e18,
    .item-wood-29e1,
    .item_2c17,
    .card-b24c,
    .sidebar_2cfd {
        padding: 1.25rem;
    }
    
    .soft-2395 h4,
    .input-9185 h4,
    .secondary-dfad h4,
    .caption-50b4 h4 {
        font-size: 1.1rem;
    }
    
    .filter_c8d9 h3,
    .icon_6e18 h3,
    .card-b24c h3,
    .sidebar_2cfd h3 {
        font-size: 1.2rem;
    }
    
    .link_d438.north-bacb {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .description-58ca h3 {
        font-size: 1.5rem;
    }
    
    .glass_d955 {
        font-size: 1rem;
    }
    
    .element-11c5 h3,
    .shadow-67e1 h3 {
        font-size: 1.3rem;
    }
    
    .shadow_prev_3c9b {
        padding-left: 1.5rem;
    }
    
    .shadow_prev_3c9b::before {
        width: 2px;
    }
    
    .widget-b15a {
        padding: 1rem;
    }
    
    .widget-b15a::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .plasma-d109 {
        padding: 1.5rem;
    }
    
    .plasma-d109 h3 {
        font-size: 1.2rem;
    }
    
    .green_0772 {
        padding: 1.5rem;
    }
    
    .simple_4419 {
        padding: 0.75rem 1rem;
    }
    
    .dim-6e0f {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .nav_stone_b938,
    .description-cd84,
    .dynamic-9fe9,
    .search-1e1d,
    .dark-2aaa,
    .fresh_f91e,
    .wrapper-outer-bdb5,
    .container_south_299b,
    .lower-ad89,
    .message-1141 {
        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;
    }
    
    /* 按钮容器居中 */
    .active_a62a,
    .medium-d519 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 2a94 */
.promo-block-z3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
