@media (max-width: 768px) {
  html,
  body,
  #app {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    width: 100vw;
    height: 56px;
  }

  .header .w {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
  }

  .header .logo {
    display: none;
  }

  .header-item ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100% !important;
    height: 56px;
    padding: 0;
    margin: 0;
  }

  .header-item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0;
    text-align: center;
  }

  .header-item ul li a {
    display: block !important;
    width: auto;
    font-size: 14px;
    line-height: 56px;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: initial !important;
  }

  .page-content[data-v-5b408fd4] {
    padding-top: 56px;
  }

  .swiper-slide img[data-v-01028ab5] {
    height: 180px;
    object-position: left center;
  }

  .swiper .red-icon[data-v-01028ab5],
  .red-icon[data-v-01028ab5] {
    width: 118px !important;
    height: auto !important;
    left: 22% !important;
    bottom: 30px !important;
    object-fit: contain !important;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }

  .main-bg-wrapper[data-v-593ad708] {
    width: 100%;
    height: 190px;
    margin-top: 56px;
    overflow: hidden;
  }

  .main-bg[data-v-593ad708] {
    width: 225%;
    max-width: none;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
    object-position: left top;
  }

  .tap-icon[data-v-593ad708] {
    width: 88px;
    left: 18%;
    bottom: 18px;
  }

  .img-row[data-v-593ad708] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
    overflow: hidden;
  }

  .img-row img[data-v-593ad708] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    object-fit: contain;
  }

  .footer-pc {
    width: 100%;
    box-sizing: border-box;
  }

  .footer-pc ul {
    padding: 0;
    margin: 0;
  }

  .footer-colum li {
    font-size: 15px;
    line-height: 1.6;
    word-break: break-word;
  }

  .threeGameView {
    padding-top: 56px;
  }

  .threeGameView img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .main-bg-wrapper[data-v-593ad708] {
    height: 180px;
  }

  .tap-icon[data-v-593ad708] {
    width: 78px;
    left: 18%;
    bottom: 18px;
  }

  .footer-pc {
    padding: 18px 12px;
  }

  .footer-colum li {
    font-size: 14px;
  }

  .swiper-slide img[data-v-01028ab5] {
    height: 165px;
  }

  .swiper .red-icon[data-v-01028ab5],
  .red-icon[data-v-01028ab5] {
    width: 106px !important;
    left: 22% !important;
    bottom: 28px !important;
  }
}
