/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.hard-130c,
.lite_4515,
.caption-1280,
.search-a641 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.hero-out-569b,
.hero-out-569b .frame_cool_ab00,
.paragraph_yellow_99a7 {
    overflow: visible !important;
}

.content_47c0 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .frame_cool_ab00 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .detail-557b,
    .thumbnail_6fcc,
    .container_85b5,
    .tag-hard-a86c {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: d592 */
.ghost-box-x3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
