/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.mask-active-cc19,
.avatar_stale_ce69,
.nav-f09c,
.panel_4697 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.module-7ec4,
.module-7ec4 .solid-4cf6,
.nav-easy-bcef {
    overflow: visible !important;
}

.video-smooth-c8e8 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .solid-4cf6 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .notice_basic_8d00,
    .text-lower-7d2c,
    .hover-in-f412,
    .cold_5696 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 99b7 */
.ghost-box-t7 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
