/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.banner_ccaa,
.row-5f3e,
.summary_middle_a82d,
.menu_8841 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.thumbnail-620d,
.thumbnail-620d .bottom-7700,
.slider-purple-86df {
    overflow: visible !important;
}

.overlay-south-e154 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .bottom-7700 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .secondary-fixed-79fb,
    .clean-ad19,
    .accent_dirty_51d7,
    .accent_steel_75ff {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: b904 */
.widget-item-j8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
