/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.complex-6e21,
.modal_dim_7135,
.red-acd1,
.table-5f1a {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.section-first-d676,
.section-first-d676 .tooltip_glass_d10c,
.gallery-1d19 {
    overflow: visible !important;
}

.sort_first_e22a {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .tooltip_glass_d10c {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .video-wood-3d5b,
    .slider-df26,
    .mask-a43b,
    .content_931c {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 113e */
.widget-item-d4 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
