/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.main_dc42,
.easy_c9b4,
.feature_3843,
.left-0cc6 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.summary_46d8,
.summary_46d8 .status-ee0e,
.disabled_black_4cf8 {
    overflow: visible !important;
}

.card-west-9e5a {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .status-ee0e {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .column_right_a99c,
    .outline_left_7a53,
    .hero-wood-d9a6,
    .next-016a {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 1aa0 */
.ghost-box-q0 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
