/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.feature_48a2,
.label-663f,
.notice_pro_ac53,
.header_center_993b {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.photo_0451,
.photo_0451 .gold_6fbe,
.avatar-fresh-21e9 {
    overflow: visible !important;
}

.fresh-2446 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .gold_6fbe {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .north_63a7,
    .menu_ad97,
    .footer-easy-7b94,
    .chip-dark-7ea0 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: c8bc */
.phantom-card-v2 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
