@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .hero h2 {
    font-size: 80px;
  }

  .hero p {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    padding: 64px 0 0 0;
  }
  .hero h2 {
    font-size: 72px;
    line-height: 64px;
  }

  .hero p {
    font-size: 20px;
  }

  section {
    padding: 40px 0;
    overflow: hidden;
  }

  .section-bg {
    background-color: #f6f9fe;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 88px;
  }

  .section-title h3 {
    font-size: 52px;
    margin-top: -60px;
  }

  .section-title h4 {
    font-size: 40px;
    margin-top: -50px;
  }
  #header .logo img {
    max-height: 32px;
  }

  .swiperScreen .swiper-slide.swiper-slide-active {
    position: relative;
    background: #000;
    height: max-content;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0px 0px 0px 8px #fff, 0px 0px 0px 8px #f9f9f9;
  }
  .product-item {
    padding: 8px;
  }
  .product-item-data p {
  }
  .swiper-button-prev {
    left: -4px;
  }
  .swiper-button-next {
    right: -4px;
  }
  .videoSC {
    height: 500px;
  }
  .videoSC .content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 240px) {
}
