/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.widget-thick-0fa5,
.detail_basic_157b,
.section-under-33d4,
.detail_inner_2ccb {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.sort_4401,
.sort_4401 .over_9e95,
.texture_liquid_6cfb {
    overflow: visible !important;
}

.feature-middle-d9af {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .over_9e95 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .in-1ee8,
    .focus-8639,
    .panel_yellow_b18d,
    .heading-soft-c694 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 1fea */
.widget-item-a5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
