/* 
 * 水平滚动修复 - 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;
}

/* 表格小屏可横向滚动，不裁切 */
.focus-f412,
.nav-basic-eafc,
.tertiary_prev_f69f,
.center-76e4 {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 导航区域保持可见 */
.background-east-55d1,
.background-east-55d1 .picture-fixed-cf06,
.tag_in_01cf {
    overflow: visible !important;
}

.middle-5d94 {
    pointer-events: auto;
    z-index: 1002;
}

/* 移动端基础自适应 */
@media (max-width: 768px) {
    .picture-fixed-cf06 {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .article_cf60,
    .title_5db9,
    .accent_pro_b1b7,
    .progress-87e4 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
/* css-noise: 60b9 */
.shadow-element-n5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
