.hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--pc-header-height) 20px 40px;
  background: url("../img/index_bg.png") no-repeat center center;
  background-size: cover;
}

.hero-content {
  text-align: center;
  padding-top: 80px;
}

.hero-logo {
  width: 617px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.hero-slogan {
  font-size: 24px;
  margin-bottom: 40px;
}

.btn-primary {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 14px;
}

@media (min-width: 993px) and (max-width: 1366px) and ((hover: none) and (pointer: coarse), (any-pointer: coarse)) {
  body.page-index .hero {
    min-height: calc(100vh - var(--pc-header-height));
    padding: var(--pc-header-height) 15px 40px;
    background-color: #05070B;
    background-image: url("../img/h5/index_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
