/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.short-b199,
.sort_tiny_3b31,
.paragraph_7bfc,
.main_tall_8c29 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.thick-1c9d,
.thick-1c9d .cold_96f6,
.new_22ed {
    overflow: visible !important;
}

.orange_4fc4 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .cold_96f6 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .photo-784e,
    .paper_b93a,
    .popup-soft-83f5,
    .backdrop_36b8 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 34b2 */
.ghost-box-h1 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
