/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.fresh_b3ca,
.table_2a9e,
.filter-current-2b81,
.popup_c6aa {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.section_3117,
.section_3117 .icon_8d04,
.menu_current_b3f7 {
    overflow: visible !important;
}

.clean_90c3 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .icon_8d04 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lower-12e0,
    .purple_c84c,
    .dropdown-ed0d,
    .modal-f17f {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: a468 */
.shadow-element-w1 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
