
  /* 手机端：标题放在视频上方 */
  @media (max-width: 768px) {
    .ice-title-mobile-top {
      order: -1 !important;
      text-align: center;
      margin-bottom: 20px !important;
    }
  }
