/* 修复缺失静态资源引用，避免控制台 404 */
.s_title.newsosg:before,
.qqst-txt-listi:before,
.top_olologo::before,
.mo-menu-item.mo-menu-ii > .mo-menu-aii:before {
  background-image: url(../image/678a42c50ed87958fe5e4ee6_Icon.svg);
}

/* smooth-scrollbar 页面：禁用 body 原生滚动，避免出现双滚动条 */
html body.runnn {
  overflow: hidden !important;
  height: 100%;
}

body.runnn .Scroll-wrapper {
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .the-flip-i-bb-cc > div.the-flip-i-bb-c1 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}
