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

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

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

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

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

.highlight-3d72 a {
    display: flex;
    align-items: center;
}

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

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

.box-inner-6bf1 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.dropdown-purple-5c84 {
    position: relative;
}

.dropdown-purple-5c84 ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.dropdown-purple-5c84 li {
    position: relative;
    list-style: none;
}

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

.dropdown-purple-5c84 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.dropdown-purple-5c84 .avatar_complex_d33c {
    position: relative;
}

.dropdown-purple-5c84 .article-full-0a8e {
    cursor: pointer;
}

.dropdown-purple-5c84 .article-full-0a8e::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.dropdown-purple-5c84 .search-ac65 {
    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) {
    .dropdown-purple-5c84 .avatar_complex_d33c:hover .search-ac65 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.dropdown-purple-5c84 .search-ac65 li {
    margin: 0;
    list-style: none;
}

.dropdown-purple-5c84 .search-ac65 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.dropdown-purple-5c84 .search-ac65 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.tabs_dark_6ab9.fn-active-6f64 {
    background: rgba(255, 167, 38, 0.5);
}

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

.card_e4b6 .highlight-ed41 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.outline-92dc {
    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;
}

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

.active-bronze-9bea {
    background: #4CAF50;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#hero-title {
    font-size: 2.5rem;
    color: #FFEB3B;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    font-weight: 800;
}

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

.highlight-1385 {
    border-radius: 0;
    border: none;
}

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

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

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

.block_1d2f {
    flex: 1;
}

.badge_bfde {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.table-3dbf {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

.panel-small-3c01 {
    font-size: 1.5rem;
    color: #FFA726;
    margin: 0 0 1rem 0;
}

.caption-west-3055 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-in-30be h3 {
    color: #FF9800;
    margin-top: 0;
}

.paragraph-in-30be p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-4df9 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-a68a p {
    margin-bottom: 0;
}

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

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

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

.video-liquid-f9e9 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.frame_8356,
.cold-eeda {
    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);
}

.frame_8356 strong,
.cold-eeda 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;
}

.frame_8356 ol,
.cold-eeda ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

.cold-eeda 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;
}

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

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

.link_upper_272c p,
.block_upper_3e8f p {
    line-height: 1.8;
    color: #495057;
}

.link_upper_272c ul,
.block_upper_3e8f ul {
    margin-left: 1.5rem;
}

.link_upper_272c li,
.block_upper_3e8f li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-5600 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture_4111,
.down_d3a7 {
    color: white;
    line-height: 1.8;
}

.picture_4111 li,
.down_d3a7 li {
    margin-bottom: 0.75rem;
}

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

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

.wide-15a4 h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

.container-purple-7e34 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.backdrop-0b70,
.caption-fluid-cf2f {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.backdrop-0b70 {
    border: 2px solid #4CAF50;
}

.caption-fluid-cf2f {
    border: 2px solid #FF9800;
}

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

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

.backdrop-0b70 ul,
.caption-fluid-cf2f ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.link-static-d6c2 .thumbnail_wide_c623 {
    color: white;
    font-weight: 500;
}

.link-static-d6c2 .texture_9f39 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.menu-last-a85c {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

.block-red-b599 {
    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);
}

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

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

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

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

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

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

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

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

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

.highlight-1385 {
    flex-shrink: 0;
}

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

.table-3dbf,
.focus_be98 {
    margin-bottom: 2.5rem;
}

.table-3dbf h3,
.steel-d021 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.detail_32cb,
.table-3dbf .detail_32cb {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.sidebar-f610,
.element-simple-cdce,
.hover-28ec {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.sidebar-f610 h4,
.element-simple-cdce h4,
.hover-28ec h4,
.focus_be98 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.sidebar-f610 ul,
.element-simple-cdce ul,
.element-simple-cdce ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.sidebar-f610 li,
.element-simple-cdce li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.notice_dark_998d.overlay-97fe {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.search-slow-5d7a h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

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

.action-9ced {
    color: #495057;
    line-height: 1.8;
}

.action-9ced p {
    margin-bottom: 1.5rem;
}

.action-9ced ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

.input-hard-7595 a:hover {
    text-decoration: underline;
}

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

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

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

.icon-lite-c4d3 a:hover {
    text-decoration: underline;
}

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

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

.active-wide-6e5e {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.video_pro_9e66 li,
.accordion_east_e855 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.content-9281 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;
}

.content-9281 ol,
.content-9281 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.content-9281 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.paragraph-simple-46c1 {
    position: relative;
    padding-left: 3rem;
}

.paragraph-simple-46c1::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%);
}

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

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

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

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

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

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

.thumbnail-bcfa li {
    margin-bottom: 0.5rem;
}

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

.popup_d14b strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-737c strong {
    color: #2c3e50;
    font-weight: 600;
}

.input-737c em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.shadow_down_8cc0 strong {
    color: #2c3e50;
}

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

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

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

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

.full_dd11 h3,
.title_b820 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.lite-8bed {
    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;
}

.lite-8bed .active-bronze-9bea {
    font-size: 1rem;
}

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

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

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

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

.tag-tall-7ff2 {
    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);
}

.tag-tall-7ff2 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

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

.tag-tall-7ff2 a {
    color: #4CAF50;
    text-decoration: none;
}

.tag-tall-7ff2 a:hover {
    text-decoration: underline;
}

.main_full_317d,
.banner-middle-9e27 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.full_dd11 ul,
.title_b820 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.full_dd11 li,
.title_b820 li {
    margin-bottom: 0.5rem;
}

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

.full_dd11 a:hover,
.title_b820 a:hover {
    color: #FFEB3B;
}

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

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

.plasma-45f8 {
    margin-top: 1rem;
}

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

.plasma-45f8 a:hover {
    text-decoration: underline;
}

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

.pagination_a180: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) {
    .card_e4b6 .highlight-ed41 {
        grid-template-columns: 1fr;
    }
    
    .blue_910d {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .white_343e {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .tabs_dark_6ab9 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .left_5780 {
        order: 1;
        z-index: 1003;
    }
    
    .highlight-3d72 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .box-inner-6bf1 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .dropdown-purple-5c84 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .dropdown-purple-5c84 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .dropdown-purple-5c84 ul.fn-active-6f64 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .dropdown-purple-5c84 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .dropdown-purple-5c84 > ul > li:last-child {
        border-bottom: none;
    }
    
    .dropdown-purple-5c84 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .dropdown-purple-5c84 .avatar_complex_d33c {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .dropdown-purple-5c84 .search-ac65 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .dropdown-purple-5c84 .avatar_complex_d33c.fn-active-6f64 > .search-ac65 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .dropdown-purple-5c84 .search-ac65 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .dropdown-purple-5c84 .search-ac65 li:last-child {
        border-bottom: none;
    }
    
    .dropdown-purple-5c84 .search-ac65 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;
    }
    
    /* 子菜单前的箭头图标 */
    .dropdown-purple-5c84 .search-ac65 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .dropdown-purple-5c84 .search-ac65 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .dropdown-purple-5c84 .article-full-0a8e::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .dropdown-purple-5c84 .avatar_complex_d33c.fn-active-6f64 > .article-full-0a8e::after {
        transform: rotate(180deg) !important;
    }
    
    .container-purple-7e34 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .gold_e3be,
    .mask-cool-2958,
    .info-south-18c4 {
        grid-template-columns: 1fr;
    }
    
    .white_343e {
        gap: 0.5rem;
    }
    
    .box-inner-6bf1 {
        width: auto;
        order: 3;
    }
    
    .pagination_a180 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .module-north-366e {
        grid-template-columns: 1fr;
    }
    
    .tooltip_active_1234 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .dropdown-purple-5c84 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .card_e4b6,
    .hover_3cfe,
    .box_gas_08d5,
    .text-center-702f,
    .gas_f255,
    .label_hot_efd3,
    .paragraph-aebc,
    .header-fluid-834c,
    .tag-tall-7ff2,
    .tertiary_d907,
    .section_rough_0e02,
    .silver-eb55,
    .element_5e1f,
    .box-1d7b,
    .chip-dd5f,
    .shadow_complex_b4d6 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .picture_green_a35a,
    .video_1e3d,
    .focused_6e49,
    .card-7dc0,
    .red-8636,
    .block_light_af51,
    .paper-5600,
    .feature_ddde,
    .plasma_3e26,
    .content-9281,
    .pagination_bottom_84de,
    .alert-d683 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .gallery-focused-8855,
    .message-267f,
    .column_copper_f5a3,
    .paragraph-in-30be,
    .shadow_outer_e43d,
    .input_8a55,
    .smooth-a68a {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .gold_e3be,
    .mask-cool-2958,
    .info-south-18c4,
    .north-ab58 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .disabled_7c50 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .summary_2fe6,
    .box-inner-6bf1 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .avatar-2a1d {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .content-4df9 {
        text-align: center;
    }
    
    .content-4df9 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .silver-eb55 h2,
    .element_5e1f h2,
    .box-1d7b h2,
    .chip-dd5f h2,
    .shadow_complex_b4d6 h2 {
        font-size: 2rem;
    }
    
    .smooth-30cb,
    .steel-d021 {
        padding: 2rem 1.5rem;
    }
    
    .large_0d7d {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .paragraph_green_3fd5 {
        font-size: 1.6rem;
    }
    
    .sidebar-f610,
    .element-simple-cdce,
    .hover-28ec,
    .focus_be98 {
        padding: 1.5rem;
    }
    
    .video_pro_9e66,
    .accordion_east_e855,
    .frame_8356,
    .cold-eeda,
    .link_upper_272c,
    .block_upper_3e8f {
        padding: 1.5rem;
    }
    
    .element-green-4392 {
        flex-direction: column;
        text-align: center;
    }
    
    .notice_dark_998d.overlay-97fe {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .search-slow-5d7a h3 {
        font-size: 1.75rem;
    }
    
    .paragraph-simple-46c1 {
        padding-left: 2rem;
    }
    
    .highlight_blue_18b8::before {
        left: -2rem;
    }
    
    .north-ab58 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .content-9281,
    .pagination_bottom_84de,
    .inner_c802 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .highlight-ed41 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .action-67a1 {
        font-size: 2rem;
    }
    
    .silver_54c9 {
        font-size: 1.5rem;
    }
    
    .gallery_tiny_e5bb,
    .text-center-702f h2,
    .gas_f255 h2,
    .paragraph-aebc h2,
    .header-fluid-834c h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .left_5780 img {
        width: 80px;
        height: auto;
    }
    
    .thumbnail_cdfb {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .box-inner-6bf1 .pagination_a180 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .dropdown-purple-5c84 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .dropdown-purple-5c84 .search-ac65 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .dropdown-purple-5c84 .search-ac65 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .silver-eb55,
    .element_5e1f,
    .box-1d7b,
    .chip-dd5f,
    .shadow_complex_b4d6 {
        padding: 3rem 0;
    }
    
    .silver-eb55 h2,
    .element_5e1f h2,
    .box-1d7b h2,
    .chip-dd5f h2,
    .shadow_complex_b4d6 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .smooth-30cb,
    .steel-d021 {
        padding: 1.5rem 1rem;
    }
    
    .large_0d7d {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .highlight-1385 img {
        width: 100px;
        height: 100px;
    }
    
    .paragraph_green_3fd5 {
        font-size: 1.4rem;
    }
    
    .sidebar-f610,
    .element-simple-cdce,
    .hover-28ec,
    .focus_be98 {
        padding: 1.25rem;
    }
    
    .video_pro_9e66,
    .accordion_east_e855,
    .frame_8356,
    .cold-eeda,
    .link_upper_272c,
    .block_upper_3e8f {
        padding: 1.25rem;
    }
    
    .sidebar-f610 h4,
    .element-simple-cdce h4,
    .hover-28ec h4,
    .focus_be98 h4 {
        font-size: 1.1rem;
    }
    
    .video_pro_9e66 h3,
    .accordion_east_e855 h3,
    .link_upper_272c h3,
    .block_upper_3e8f h3 {
        font-size: 1.2rem;
    }
    
    .notice_dark_998d.overlay-97fe {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .search-slow-5d7a h3 {
        font-size: 1.5rem;
    }
    
    .dropdown-outer-f19b {
        font-size: 1rem;
    }
    
    .content-9281 h3,
    .pagination_bottom_84de h3 {
        font-size: 1.3rem;
    }
    
    .paragraph-simple-46c1 {
        padding-left: 1.5rem;
    }
    
    .paragraph-simple-46c1::before {
        width: 2px;
    }
    
    .highlight_blue_18b8 {
        padding: 1rem;
    }
    
    .highlight_blue_18b8::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .input-737c {
        padding: 1.5rem;
    }
    
    .input-737c h3 {
        font-size: 1.2rem;
    }
    
    .shadow_down_8cc0 {
        padding: 1.5rem;
    }
    
    .shadow_outer_e43d {
        padding: 0.75rem 1rem;
    }
    
    .icon-lite-c4d3 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .gallery-focused-8855,
    .plasma_3e26,
    .block_1d2f,
    .background-a866,
    .gold_e3be,
    .picture_green_a35a,
    .red-8636,
    .paper-5600,
    .stone_959d,
    .container-purple-7e34 {
        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;
    }
    
    /* 按钮容器居中 */
    .pagination_a180,
    .block-red-b599 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 677a */
.promo-block-a2 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
