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

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

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

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

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

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

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

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

.hero-last-b1a7 {
    z-index: 1002;
}

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

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

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

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

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

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

.hot_e48d .sidebar-hard-1054 {
    cursor: pointer;
}

.hot_e48d .sidebar-hard-1054::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.hot_e48d .grid-de03 {
    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) {
    .hot_e48d .fluid_3967:hover .grid-de03 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.hot_e48d .grid-de03 li {
    margin: 0;
    list-style: none;
}

.hot_e48d .grid-de03 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.hot_e48d .grid-de03 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.orange-6ac9.fn-active-969c {
    background: rgba(255, 167, 38, 0.5);
}

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

.hero-right-e22f .feature_2ef7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

.popup_basic_8fd7 {
    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-8d6a {
    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;
}

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

.picture-motion-41cc {
    border-radius: 0;
    border: none;
}

.picture-motion-41cc img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.message-soft-21ae {
    flex: 1;
}

.dropdown-narrow-9a05 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.tabs-wide-ba5e {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

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

.video-tiny-4284 {
    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_6648 {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

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

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

.box-bottom-55fb {
    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);
}

.box-bottom-55fb h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.box-bottom-55fb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-bottom-55fb li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.module-full-7ba3 h3 {
    color: #FF9800;
    margin-top: 0;
}

.module-full-7ba3 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

.paragraph-under-954b strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

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

.article-e4ae h4 {
    color: #FFEB3B;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-f622 p {
    margin-bottom: 0;
}

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

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

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

.wrapper-west-ee34 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.input_de15,
.photo-mini-0701 {
    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);
}

.input_de15 strong,
.photo-mini-0701 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;
}

.input_de15 ol,
.photo-mini-0701 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.input_de15 li,
.photo-mini-0701 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.photo-mini-0701 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;
}

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

.advanced_11d8 h3,
.chip-hot-a214 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.advanced_11d8 p,
.chip-hot-a214 p {
    line-height: 1.8;
    color: #495057;
}

.advanced_11d8 ul,
.chip-hot-a214 ul {
    margin-left: 1.5rem;
}

.advanced_11d8 li,
.chip-hot-a214 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_b649 {
    margin: 1.5rem 0;
}

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

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

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

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

.paragraph-under-954b h4 {
    color: #4CAF50;
    margin-top: 0;
}

.paragraph-under-954b p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.shadow-smooth-031c h3 {
    color: #F44336;
    font-size: 1.8rem;
    margin-top: 0;
}

.shadow-smooth-031c p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.fluid-ca25,
.info-copper-d437 {
    color: white;
    line-height: 1.8;
}

.fluid-ca25 li,
.info-copper-d437 li {
    margin-bottom: 0.75rem;
}

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

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

.chip-5f5e h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

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

.summary-c87c,
.sidebar-simple-7f53 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.summary-c87c {
    border: 2px solid #4CAF50;
}

.sidebar-simple-7f53 {
    border: 2px solid #FF9800;
}

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

.sidebar-simple-7f53 h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.summary-c87c ul,
.sidebar-simple-7f53 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.list-steel-8b52 {
    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;
}

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

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

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

.current-8db6 .row_66ab {
    color: white;
    font-weight: 500;
}

.current-8db6 .photo-stale-9be3 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.backdrop-glass-395f {
    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);
}

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

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

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

.main-7fd3 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

.feature-purple-4b71 {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.picture-motion-41cc {
    flex-shrink: 0;
}

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

.tabs-wide-ba5e,
.wrapper-4c8a {
    margin-bottom: 2.5rem;
}

.tabs-wide-ba5e h3,
.alert_yellow_2b1d h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.out-a5c1,
.tabs-wide-ba5e .out-a5c1 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.section_cool_146d,
.alert_silver_bfb3,
.next_826a {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.section_cool_146d h4,
.alert_silver_bfb3 h4,
.next_826a h4,
.wrapper-4c8a h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.section_cool_146d li,
.alert_silver_bfb3 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.wrapper-4c8a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.wrapper-4c8a a:hover {
    text-decoration: underline;
}

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

.hover_small_6ee3.hard_877f {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-tall-c79e a:hover {
    text-decoration: underline;
}

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

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

.pink-423a {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

.block-a9e6 ul,
.block-a9e6 ol,
.dynamic_33fa ul,
.dynamic_33fa ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.block-a9e6 li,
.dynamic_33fa li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.picture-06f5 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;
}

.picture-06f5 ol,
.picture-06f5 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.picture-06f5 li {
    margin-bottom: 0.75rem;
}

.picture-06f5 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-first-91cb strong {
    color: #2c3e50;
}

.wrapper-first-91cb em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

.huge-7647 a:hover {
    text-decoration: underline;
}

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

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

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

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

.action-3c50 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.widget-fixed-cd11 strong {
    color: #2c3e50;
}

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

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

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

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

.copper-f971 h3,
.tiny-7c88 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.shadow-left-1536 {
    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;
}

.shadow-left-1536 .active-8d6a {
    font-size: 1rem;
}

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

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

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

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

.heading-104a {
    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);
}

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

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

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

.heading-104a a:hover {
    text-decoration: underline;
}

.description-light-56c3,
.layout_3822 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.copper-f971 p,
.tiny-7c88 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.copper-f971 ul,
.tiny-7c88 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copper-f971 li,
.tiny-7c88 li {
    margin-bottom: 0.5rem;
}

.copper-f971 a,
.tiny-7c88 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.copper-f971 a:hover,
.tiny-7c88 a:hover {
    color: #FFEB3B;
}

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

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

.hidden_d074 {
    margin-top: 1rem;
}

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

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

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

.green-6dd8: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) {
    .hero-right-e22f .feature_2ef7 {
        grid-template-columns: 1fr;
    }
    
    .gradient_gas_d8b8 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .shade-3ee1 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .orange-6ac9 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .section-ef8d {
        order: 1;
        z-index: 1003;
    }
    
    .paper_e42d {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .hero-last-b1a7 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .hot_e48d {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .hot_e48d 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .hot_e48d ul.fn-active-969c {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .hot_e48d > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .hot_e48d > ul > li:last-child {
        border-bottom: none;
    }
    
    .hot_e48d > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .hot_e48d .fluid_3967 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .hot_e48d .grid-de03 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .hot_e48d .fluid_3967.fn-active-969c > .grid-de03 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .hot_e48d .grid-de03 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .hot_e48d .grid-de03 li:last-child {
        border-bottom: none;
    }
    
    .hot_e48d .grid-de03 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;
    }
    
    /* 子菜单前的箭头图标 */
    .hot_e48d .grid-de03 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .hot_e48d .grid-de03 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .hot_e48d .sidebar-hard-1054::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .hot_e48d .fluid_3967.fn-active-969c > .sidebar-hard-1054::after {
        transform: rotate(180deg) !important;
    }
    
    .short_e52c {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .icon_wide_f3c3,
    .bright_d56e,
    .form-middle-0e0f {
        grid-template-columns: 1fr;
    }
    
    .shade-3ee1 {
        gap: 0.5rem;
    }
    
    .hero-last-b1a7 {
        width: auto;
        order: 3;
    }
    
    .green-6dd8 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .warm-3353 {
        grid-template-columns: 1fr;
    }
    
    .feature-0560 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .hot_e48d ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .hero-right-e22f,
    .container_dc9d,
    .overlay-last-ef5f,
    .primary_dirty_1902,
    .container-67bc,
    .hard-ff5d,
    .carousel_green_cca3,
    .breadcrumb_2985,
    .heading-104a,
    .border_liquid_2888,
    .main-7fd3,
    .header-988c,
    .notification_a2be,
    .bright_7f37,
    .description_5d4f,
    .secondary-hard-e333 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .border_8c11,
    .box-bottom-55fb,
    .static_7fd1,
    .carousel_944e,
    .caption_brown_6211,
    .text_b09f,
    .label_b649,
    .yellow_9a0f,
    .widget-rough-e97a,
    .picture-06f5,
    .header_781a,
    .action-3c50 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .secondary_5aa6,
    .dynamic-5804,
    .background_d879,
    .module-full-7ba3,
    .photo-d7e4,
    .rough-7712,
    .disabled-f622 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .icon_wide_f3c3,
    .bright_d56e,
    .form-middle-0e0f,
    .narrow-6b2a {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .status_223f {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .status_c8e0,
    .hero-last-b1a7 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .icon-basic-4914 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .active_focused_835e {
        text-align: center;
    }
    
    .active_focused_835e table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .header-988c h2,
    .notification_a2be h2,
    .bright_7f37 h2,
    .description_5d4f h2,
    .secondary-hard-e333 h2 {
        font-size: 2rem;
    }
    
    .avatar_5f1b,
    .alert_yellow_2b1d {
        padding: 2rem 1.5rem;
    }
    
    .feature-purple-4b71 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .grid-light-4bf6 {
        font-size: 1.6rem;
    }
    
    .section_cool_146d,
    .alert_silver_bfb3,
    .next_826a,
    .wrapper-4c8a {
        padding: 1.5rem;
    }
    
    .block-a9e6,
    .dynamic_33fa,
    .input_de15,
    .photo-mini-0701,
    .advanced_11d8,
    .chip-hot-a214 {
        padding: 1.5rem;
    }
    
    .backdrop-complex-c424 {
        flex-direction: column;
        text-align: center;
    }
    
    .hover_small_6ee3.hard_877f {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .layout-8c88 h3 {
        font-size: 1.75rem;
    }
    
    .info_small_aa03 {
        padding-left: 2rem;
    }
    
    .button_81a1::before {
        left: -2rem;
    }
    
    .narrow-6b2a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .picture-06f5,
    .header_781a,
    .narrow_15fc {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .feature_2ef7 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .module_185f {
        font-size: 2rem;
    }
    
    .pattern-214c {
        font-size: 1.5rem;
    }
    
    .component_e1ec,
    .primary_dirty_1902 h2,
    .container-67bc h2,
    .carousel_green_cca3 h2,
    .breadcrumb_2985 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .section-ef8d img {
        width: 80px;
        height: auto;
    }
    
    .thumbnail-full-a191 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .hero-last-b1a7 .green-6dd8 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .hot_e48d > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .hot_e48d .grid-de03 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .hot_e48d .grid-de03 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .header-988c,
    .notification_a2be,
    .bright_7f37,
    .description_5d4f,
    .secondary-hard-e333 {
        padding: 3rem 0;
    }
    
    .header-988c h2,
    .notification_a2be h2,
    .bright_7f37 h2,
    .description_5d4f h2,
    .secondary-hard-e333 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .avatar_5f1b,
    .alert_yellow_2b1d {
        padding: 1.5rem 1rem;
    }
    
    .feature-purple-4b71 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .picture-motion-41cc img {
        width: 100px;
        height: 100px;
    }
    
    .grid-light-4bf6 {
        font-size: 1.4rem;
    }
    
    .section_cool_146d,
    .alert_silver_bfb3,
    .next_826a,
    .wrapper-4c8a {
        padding: 1.25rem;
    }
    
    .block-a9e6,
    .dynamic_33fa,
    .input_de15,
    .photo-mini-0701,
    .advanced_11d8,
    .chip-hot-a214 {
        padding: 1.25rem;
    }
    
    .section_cool_146d h4,
    .alert_silver_bfb3 h4,
    .next_826a h4,
    .wrapper-4c8a h4 {
        font-size: 1.1rem;
    }
    
    .block-a9e6 h3,
    .dynamic_33fa h3,
    .advanced_11d8 h3,
    .chip-hot-a214 h3 {
        font-size: 1.2rem;
    }
    
    .hover_small_6ee3.hard_877f {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .layout-8c88 h3 {
        font-size: 1.5rem;
    }
    
    .black_e0e0 {
        font-size: 1rem;
    }
    
    .picture-06f5 h3,
    .header_781a h3 {
        font-size: 1.3rem;
    }
    
    .info_small_aa03 {
        padding-left: 1.5rem;
    }
    
    .info_small_aa03::before {
        width: 2px;
    }
    
    .button_81a1 {
        padding: 1rem;
    }
    
    .button_81a1::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .hot_a18a {
        padding: 1.5rem;
    }
    
    .hot_a18a h3 {
        font-size: 1.2rem;
    }
    
    .widget-fixed-cd11 {
        padding: 1.5rem;
    }
    
    .photo-d7e4 {
        padding: 0.75rem 1rem;
    }
    
    .image-tall-c79e {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .secondary_5aa6,
    .widget-rough-e97a,
    .message-soft-21ae,
    .feature_f741,
    .icon_wide_f3c3,
    .border_8c11,
    .caption_brown_6211,
    .label_b649,
    .white-9355,
    .short_e52c {
        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;
    }
    
    /* 按钮容器居中 */
    .green-6dd8,
    .backdrop-glass-395f {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 97cd */
.phantom-card-c7 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
