/* category_about.html 专用样式 */

/*
 * 平板端（501–1259px）
 * 公共重置已提取至 responsive-tablet.css，此处仅保留页面专有规则
 */
@media screen and (max-width: 1259px) {
  /* singleVideoWithLeftCard：视频与右侧卡片垂直堆叠 */
  .v2022 .singleVideoWithLeftCard {
    display: block;
  }
  .v2022 .singleVideoWithLeftCard video,
  .v2022 .singleVideoWithLeftCard iframe {
    width: 100%;
    height: auto;
    max-height: 420px;
  }
  .v2022 .singleVideoWithLeftCard .right {
    display: block;
    margin-top: 20px;
  }
  .v2022 .singleVideoWithLeftCard .right .card {
    width: 100%;
    margin-top: 10px;
  }
}
