/* 
 * 水平滚动修复 - 090bet（精简版，避免裁切文字）
 */

html {
    width: 100%;
    overflow-x: clip;
    max-width: 100%;
}

body {
    width: 100%;
    overflow-x: clip;
    max-width: 100%;
    position: relative;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img,
video,
iframe,
picture {
    max-width: 100%;
    height: auto;
}

/* 表格小屏可横向滚动，不裁切 */
.surface-ba73,
.module-gas-7141,
.progress-dim-44f8,
.carousel-6f64 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.section_d89b,
.section_d89b .title_new_7dc9,
.dynamic-8630 {
    overflow: visible !important;
}

.complex-f66f {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .title_new_7dc9 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .inner_5414,
    .shadow_warm_8b32,
    .header_f1f2,
    .steel-a5e4 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 0dde */
.widget-item-n8 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
