/* 首页 index.html — 仅手机端，不影响 PC */
@media (max-width: 992px) {
  html.page-h5,
  body.page-h5.page-index {
    height: 100dvh;
    overflow: hidden;
  }

  body.page-h5.page-index .hero {
    min-height: 0;
    height: calc(100dvh - 60px - 56px);
    max-height: calc(100dvh - 60px - 56px);
    margin-top: 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #05070B url("../img/h5/index_bg.png") no-repeat center bottom;
    background-size: 100% auto;
  }

  body.page-h5.page-index .hero-content {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  body.page-h5.page-index .hero-logo {
    width: 280px;
    margin: 0 auto 12px;
  }

  body.page-h5.page-index .hero-slogan {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 10px;
  }

  body.page-h5.page-index .btn-primary {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }
}
