/* 硬核实力 yhsl.html — 仅手机端 body.page-h5，不影响 PC */
@media (max-width: 992px) {
  body.page-h5.page-about-sub .sub-main.page-main {
    position: fixed;
    top: var(--h5-header);
    right: 0;
    bottom: var(--h5-tabbar);
    left: 0;
    overflow: hidden;
    --about-h5-bg-image: url("../img/h5/yhsl_bg.png");
  }

  body.page-h5.page-about-sub .sub-main .page-wrap {
    height: 100%;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  body.page-h5.page-about-sub .sub-main .page-content.sub-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
  }

  body.page-h5.page-about-sub .sub-main .sub-side {
    display: none;
  }

  body.page-h5.page-about-sub .sub-main .sub-panels.about-h5-viewport--sub {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.page-h5.page-about-sub .sub-main .sub-panels.about-h5-viewport--sub::-webkit-scrollbar {
    display: none;
  }

  body.page-h5.page-about-sub .sub-main .sub-panels .sub-panel {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: clamp(16px, calc((234 - 108) / 1080 * 100vw), 126px) clamp(16px, calc(60 / 1080 * 100vw), 60px) clamp(16px, calc(24 / 1080 * 100vw), 24px);
    margin: 0;
  }

  body.page-h5.page-about-sub .sub-main .sub-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-height: clamp(22px, calc(66 / 1080 * 100vw), 66px);
    font-family: "Microsoft YaHei", sans-serif;
    font-size: clamp(16px, calc(48 / 1080 * 100vw), 48px);
    font-weight: 700;
    line-height: 1;
    color: #C8CED6;
  }

  body.page-h5.page-about-sub .sub-main .sub-section-title .side-icon {
    width: clamp(28px, calc(73 / 1080 * 100vw), 73px);
    height: clamp(19px, calc(50 / 1080 * 100vw), 50px);
    margin-left: calc(60 / 1080 * 100vw);
    margin-right: clamp(8px, calc(12 / 1080 * 100vw), 12px);
  }

  body.page-h5.page-about-sub .sub-main .sub-desc {
    box-sizing: border-box;
    width: calc(861 / 1080 * 100vw);
    max-width: 100%;
    min-height: 0;
    margin-left: calc(50 / 1080 * 100vw);
    margin-top: calc(55 / 1080 * 100vw);
    margin-right: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: clamp(12px, calc(28 / 1080 * 100vw), 28px);
    font-weight: 400;
    line-height: clamp(18px, calc(42 / 1080 * 100vw), 42px);
    color: #C8CED6;
    text-indent: 2em;
  }

  body.page-h5.page-about-sub .sub-main .cert-list,
  body.page-h5.page-about-sub .sub-main .cert-pc-only {
    display: none;
  }

  body.page-h5.page-about-sub .sub-main .cert-h5-only {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: clamp(12px, calc(24 / 1080 * 100vw), 24px) auto 0;
    padding: 0;
    flex: none;
    min-height: 0;
    align-items: stretch;
  }

  body.page-h5.page-about-sub .sub-main .cert-h5-only img {
    display: block;
    width: calc(900 / 1080 * 100vw);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }
}
