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

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

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

.dropdown-huge-813c {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

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

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

.black-4f17 {
    display: flex;
    align-items: center;
}

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

.surface_f929 {
    z-index: 1002;
}

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

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

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

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

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

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

.summary_hot_e737 .button-complex-2901 {
    cursor: pointer;
}

.summary_hot_e737 .button-complex-2901::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.summary_hot_e737 .tooltip_88fe {
    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) {
    .summary_hot_e737 .west_bcbe:hover .tooltip_88fe {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.summary_hot_e737 .tooltip_88fe li {
    margin: 0;
    list-style: none;
}

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

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

.active-last-5aa1 {
    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;
}

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

.active-last-5aa1.fn-active-995b {
    background: rgba(255, 167, 38, 0.5);
}

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

.fluid-04c2 .border-1240 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

.menu-2b97 {
    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;
}

.lower-76be {
    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;
}

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

.wrapper-current-1b28 {
    border-radius: 0;
    border: none;
}

.wrapper-current-1b28 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.summary-6c5a {
    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;
}

.prev-47ed {
    flex: 1;
}

.status-medium-e968 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

.hidden-small-a359 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-044d h3 {
    color: #FF9800;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_north_4ef6 p {
    margin-bottom: 0;
}

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

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

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

.icon-new-f458 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.left-fb63,
.left-5ca0 {
    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);
}

.left-fb63 strong,
.left-5ca0 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;
}

.left-fb63 ol,
.left-5ca0 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.left-fb63 li,
.left-5ca0 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.left-5ca0 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;
}

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

.active_bronze_c184 h3,
.mini-c57c h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.active_bronze_c184 p,
.mini-c57c p {
    line-height: 1.8;
    color: #495057;
}

.active_bronze_c184 ul,
.mini-c57c ul {
    margin-left: 1.5rem;
}

.active_bronze_c184 li,
.mini-c57c li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message_thick_334c {
    margin: 1.5rem 0;
}

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

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

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

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

.box-2dc5 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.box-2dc5 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pattern_mini_2418,
.slider-inner-dbe0 {
    color: white;
    line-height: 1.8;
}

.pattern_mini_2418 li,
.slider-inner-dbe0 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.avatar-west-4c49 h3 {
    color: #FF9800;
    margin-top: 0;
}

.avatar-west-4c49 p {
    color: white;
    line-height: 1.8;
}

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

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

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

.black_6904,
.pattern-prev-a56d {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.pattern-prev-a56d {
    border: 2px solid #FF9800;
}

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

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

.black_6904 ul,
.pattern-prev-a56d ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.slider-soft-7da8 .background_8ce7 {
    color: white;
    font-weight: 500;
}

.slider-soft-7da8 .logo_bronze_2ca7 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.notification-cold-b667 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.last_1178 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

.badge-east-7266 {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.wrapper-current-1b28 {
    flex-shrink: 0;
}

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

.tabs_748f,
.summary-b1a5 {
    margin-bottom: 2.5rem;
}

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

.narrow-7227,
.tabs_748f .narrow-7227 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.image-slow-6a30,
.up_3da4,
.hover_613e {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.image-slow-6a30 h4,
.up_3da4 h4,
.hover_613e h4,
.summary-b1a5 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.image-slow-6a30 ul,
.up_3da4 ul,
.up_3da4 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.image-slow-6a30 li,
.up_3da4 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.summary-b1a5 a:hover {
    text-decoration: underline;
}

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

.summary-6c5a.thick-12a8 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

.secondary-upper-055e {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.pattern-bright-2c7c {
    color: #495057;
    line-height: 1.8;
}

.pattern-bright-2c7c p {
    margin-bottom: 1.5rem;
}

.pattern-bright-2c7c ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

.pattern-bright-2c7c ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

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

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

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

.detail-small-ebd2 a:hover {
    text-decoration: underline;
}

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

.heading-warm-947e {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.heading-warm-947e a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.heading-warm-947e a:hover {
    text-decoration: underline;
}

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

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

.component-first-3197 {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

.breadcrumb-a072 ul,
.breadcrumb-a072 ol,
.tertiary_east_ce94 ul,
.tertiary_east_ce94 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.breadcrumb-a072 li,
.tertiary_east_ce94 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

.input-973a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.caption-clean-205f {
    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);
}

.caption-clean-205f::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;
}

.popup-next-5d64 {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.overlay-dim-1b21 strong {
    color: #2c3e50;
}

.overlay-dim-1b21 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

.hidden-acef 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;
}

.hover-mini-5c57 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

.hover-mini-5c57 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.hover-mini-5c57 a:hover {
    text-decoration: underline;
}

.hidden-acef ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

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

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

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

.border-6d21 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.video_61d1 strong {
    color: #2c3e50;
}

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

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

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

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

.logo_6464 h3,
.copper-a6cb h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.smooth-fe1b .lower-76be {
    font-size: 1rem;
}

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

.menu-cb6e li {
    margin-bottom: 0.5rem;
}

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

.menu-cb6e a:hover {
    color: #FFEB3B;
}

.status-3e75 {
    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);
}

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

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

.status-3e75 a {
    color: #4CAF50;
    text-decoration: none;
}

.status-3e75 a:hover {
    text-decoration: underline;
}

.tabs_brown_a35d,
.sidebar-768b {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.logo_6464 p,
.copper-a6cb p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.logo_6464 ul,
.copper-a6cb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo_6464 li,
.copper-a6cb li {
    margin-bottom: 0.5rem;
}

.logo_6464 a,
.copper-a6cb a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.logo_6464 a:hover,
.copper-a6cb a:hover {
    color: #FFEB3B;
}

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

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

.preview_92a3 {
    margin-top: 1rem;
}

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

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

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

.north-70ad: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) {
    .fluid-04c2 .border-1240 {
        grid-template-columns: 1fr;
    }
    
    .thumbnail_cold_c1fb {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .content_middle_1a39 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .active-last-5aa1 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .dropdown-huge-813c {
        order: 1;
        z-index: 1003;
    }
    
    .first_41f8 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .surface_f929 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .summary_hot_e737 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .summary_hot_e737 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .summary_hot_e737 ul.fn-active-995b {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .summary_hot_e737 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .summary_hot_e737 > ul > li:last-child {
        border-bottom: none;
    }
    
    .summary_hot_e737 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .summary_hot_e737 .west_bcbe {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .summary_hot_e737 .tooltip_88fe {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .summary_hot_e737 .west_bcbe.fn-active-995b > .tooltip_88fe {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .summary_hot_e737 .tooltip_88fe li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .summary_hot_e737 .tooltip_88fe li:last-child {
        border-bottom: none;
    }
    
    .summary_hot_e737 .tooltip_88fe 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;
    }
    
    /* 子菜单前的箭头图标 */
    .summary_hot_e737 .tooltip_88fe a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .summary_hot_e737 .tooltip_88fe a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .summary_hot_e737 .button-complex-2901::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .summary_hot_e737 .west_bcbe.fn-active-995b > .button-complex-2901::after {
        transform: rotate(180deg) !important;
    }
    
    .hovered-3af7 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .info-large-8b2d,
    .action_f3c2,
    .rough-9741 {
        grid-template-columns: 1fr;
    }
    
    .content_middle_1a39 {
        gap: 0.5rem;
    }
    
    .surface_f929 {
        width: auto;
        order: 3;
    }
    
    .north-70ad {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .breadcrumb_9465 {
        grid-template-columns: 1fr;
    }
    
    .column-d054 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .summary_hot_e737 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .fluid-04c2,
    .header-fixed-a91f,
    .article-bbed,
    .full_1353,
    .row_7242,
    .paragraph_95a0,
    .card_7af5,
    .filter_75d8,
    .status-3e75,
    .video-8787,
    .last_1178,
    .warm_51dd,
    .left-9132,
    .row-693b,
    .progress-b380,
    .banner-6a2b {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .dropdown_2cc2,
    .east-e09d,
    .outline_center_8256,
    .filter_hard_bdc4,
    .menu_9ee0,
    .focus-d459,
    .message_thick_334c,
    .menu-f973,
    .gradient-d126,
    .south_decb,
    .hidden-acef,
    .border-6d21 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .easy-ea4d,
    .hard-313c,
    .simple_d6d0,
    .avatar-044d,
    .title-5982,
    .form_7f07,
    .aside_north_4ef6 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .info-large-8b2d,
    .action_f3c2,
    .rough-9741,
    .aside-outer-954d {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .glass-1145 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .caption_purple_b7ff,
    .surface_f929 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .top-4930 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .panel_complex_afe1 {
        text-align: center;
    }
    
    .panel_complex_afe1 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .warm_51dd h2,
    .left-9132 h2,
    .row-693b h2,
    .progress-b380 h2,
    .banner-6a2b h2 {
        font-size: 2rem;
    }
    
    .box_e8e9,
    .plasma_f31c {
        padding: 2rem 1.5rem;
    }
    
    .badge-east-7266 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .stone-0c93 {
        font-size: 1.6rem;
    }
    
    .image-slow-6a30,
    .up_3da4,
    .hover_613e,
    .summary-b1a5 {
        padding: 1.5rem;
    }
    
    .breadcrumb-a072,
    .tertiary_east_ce94,
    .left-fb63,
    .left-5ca0,
    .active_bronze_c184,
    .mini-c57c {
        padding: 1.5rem;
    }
    
    .media_c550 {
        flex-direction: column;
        text-align: center;
    }
    
    .summary-6c5a.thick-12a8 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .element-large-2c1a h3 {
        font-size: 1.75rem;
    }
    
    .cool_41dc {
        padding-left: 2rem;
    }
    
    .caption-clean-205f::before {
        left: -2rem;
    }
    
    .aside-outer-954d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .south_decb,
    .hidden-acef,
    .input-973a {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .border-1240 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .label-right-0857 {
        font-size: 2rem;
    }
    
    .dirty_ed5c {
        font-size: 1.5rem;
    }
    
    .background-hard-82e3,
    .full_1353 h2,
    .row_7242 h2,
    .card_7af5 h2,
    .filter_75d8 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .dropdown-huge-813c img {
        width: 80px;
        height: auto;
    }
    
    .secondary-wood-420a {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .surface_f929 .north-70ad {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .summary_hot_e737 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .summary_hot_e737 .tooltip_88fe a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .summary_hot_e737 .tooltip_88fe a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .warm_51dd,
    .left-9132,
    .row-693b,
    .progress-b380,
    .banner-6a2b {
        padding: 3rem 0;
    }
    
    .warm_51dd h2,
    .left-9132 h2,
    .row-693b h2,
    .progress-b380 h2,
    .banner-6a2b h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .box_e8e9,
    .plasma_f31c {
        padding: 1.5rem 1rem;
    }
    
    .badge-east-7266 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .wrapper-current-1b28 img {
        width: 100px;
        height: 100px;
    }
    
    .stone-0c93 {
        font-size: 1.4rem;
    }
    
    .image-slow-6a30,
    .up_3da4,
    .hover_613e,
    .summary-b1a5 {
        padding: 1.25rem;
    }
    
    .breadcrumb-a072,
    .tertiary_east_ce94,
    .left-fb63,
    .left-5ca0,
    .active_bronze_c184,
    .mini-c57c {
        padding: 1.25rem;
    }
    
    .image-slow-6a30 h4,
    .up_3da4 h4,
    .hover_613e h4,
    .summary-b1a5 h4 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-a072 h3,
    .tertiary_east_ce94 h3,
    .active_bronze_c184 h3,
    .mini-c57c h3 {
        font-size: 1.2rem;
    }
    
    .summary-6c5a.thick-12a8 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .element-large-2c1a h3 {
        font-size: 1.5rem;
    }
    
    .secondary-upper-055e {
        font-size: 1rem;
    }
    
    .south_decb h3,
    .hidden-acef h3 {
        font-size: 1.3rem;
    }
    
    .cool_41dc {
        padding-left: 1.5rem;
    }
    
    .cool_41dc::before {
        width: 2px;
    }
    
    .caption-clean-205f {
        padding: 1rem;
    }
    
    .caption-clean-205f::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .banner_hard_8192 {
        padding: 1.5rem;
    }
    
    .banner_hard_8192 h3 {
        font-size: 1.2rem;
    }
    
    .video_61d1 {
        padding: 1.5rem;
    }
    
    .title-5982 {
        padding: 0.75rem 1rem;
    }
    
    .heading-warm-947e {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .easy-ea4d,
    .gradient-d126,
    .prev-47ed,
    .hidden-small-a359,
    .info-large-8b2d,
    .dropdown_2cc2,
    .menu_9ee0,
    .message_thick_334c,
    .top-8881,
    .hovered-3af7 {
        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;
    }
    
    /* 按钮容器居中 */
    .north-70ad,
    .wrapper_plasma_4d85 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 51d2 */
.widget-item-k7 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
