/* 在主题样式之后加载：移动端首页直接进入游戏内容。 */
@media (max-width: 768px) {
  .ap-home-hero,
  .vh-hero,
  .sch-hero,
  .bgh-hero,
  .fch-hero,
  .glass-hero-section,
  .paper-desk-masthead,
  .score-feed-header,
  .citrus-shelf-header,
  .ox-library-index,
  .steel-board-header,
  .clay-court-intro,
  .gc-marquee,
  .rr-dial,
  .cl-ledger-head,
  .pa-gallery-head,
  .rt-sign,
  .mq-cover-line {
    display: none !important;
  }
}
