/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.pagination_thick_c49d,
.info-wide-0f21,
.notice_wood_70bb,
.purple-bad5 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.inner-736c,
.inner-736c .progress_first_f755,
.hover-abc8 {
    overflow: visible !important;
}

.tag_b7a4 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .progress_first_f755 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tooltip-short-e1f8,
    .sort_b563,
    .north_83b8,
    .header-out-a266 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 47ce */
.widget-item-s6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
