/* main */
.banner {
  margin-bottom: 120px;
  position: relative;
  padding-top: 34.2708%;
  height: 0;
  overflow: hidden;
}
.banner .swiper {
  position: absolute;
  inset: 0;
}
.swiper-slide {
  cursor: pointer;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  --swiper-pagination-bottom: 4.5592%;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: rgba(247, 247, 247, 0.2);
}
.swiper-pagination-bullet-active {
  background: #fff;
}
main h2 {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
main h3 {
  font-size: 16px;
  text-align: center;
}
/* 推荐产品简介 */
.recommended-products {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  max-width: 1290px;
  gap: 8.5271%;
  margin-top: 104px !important;
}
.recommended-products .product-img {
  width: 380px;
  height: 380px;
  flex-shrink: 0;
}
.recommended-products .product-img img {
  height: 100%;
  width: 100%;
}
.recommended-products .info {
  flex: 1;
  min-width: 0;
}
.recommended-products .info h2 {
  margin-bottom: 24px;
  text-align: left;
}
.recommended-products .info p {
  color: var(--secondary-text-color);
  font-size: 18px;
  line-height: 1.6666;
}
/* 推荐 */
.recommended {
  margin-bottom: 100px;
  text-align: center;
  margin-top: 70px !important;
}
.recommended button {
  margin-top: 38px !important;
}
.recommended ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 256px);
  justify-content: center;
  gap: 38px 78px;
  text-align: center;
}
.recommended li > div {
  position: relative;
  cursor: pointer;
}
.recommended li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.recommended li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 热门机型 */
.hot {
  margin-bottom: 42px;
  margin-top: 202px !important;
}
.hot h2,
.hot h3 {
  text-align: center;
}
.hot #list {
  position: relative;
  width: 100%;
  height: 228px;
  overflow: hidden;
}
.hot #list .swiper-button-next::after,
.hot #list .swiper-button-prev::after {
  content: none;
}
/* 快速导航 */
.quick-nav {
  margin-bottom: 42px;
  padding: 45px 60px;
  display: flex;
  align-items: center;
  gap: 45px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: var(--primary-color);
}
.quick-nav h3 {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  font-size: 32px;
}
.quick-nav ul {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
  grid-auto-rows: 40px;
}
.quick-nav li {
  border-radius: 12px;
}
.quick-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
}
.quick-nav li:hover {
  color: #255ed9;
  background-color: #fff;
}
/* 公司简介 */
.intro {
  margin-bottom: 42px;
  margin-top: 90px;
}
.intro .banner {
  padding-top: 19.6875%;
  margin-bottom: 50px;
  height: 0;
  background: url(https://img.js.design/assets/img/670f675f0c8862f00f9c6bb7.jpg#b16628ab07250cf8d9437261cc8fcc0a) no-repeat center 24%/1440px auto;
}
.intro,
.intro p,
.intro h2 {
  text-align: left;
}
.intro p {
  line-height: 24px;
}
/* 新闻资讯 */
.news {
  margin-bottom: 42px;
  text-align: left;
}
.news ul {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.news ul li {
  flex: 1;
  min-width: 256px;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
}
.news ul li:hover .line-clamp-1 {
  color: var(--base-color);
}
.news ul li > div {
  position: relative;
}
.news ul li > div::before {
  content: "";
  display: block;
  padding-top: 70.8133%;
}
.news ul li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news ul li p {
  font-size: 20px;
  line-height: 24px;
}
.news ul li p:nth-of-type(2) {
  font-size: 16px;
  color: var(--secondary-text-color);
}
/* tips */
.tip-box {
  display: flex;
  gap: 60px;
  color: #fff;
  margin-top: 42px !important;
  margin-bottom: 187px !important;
}
.tip-box > div {
  padding: 40px;
  flex: 1;
  min-width: 0;
  border-radius: 16px;
  background-color: var(--primary-color);
}
.tip-box .head h2 {
  margin-bottom: 0;
}
.tip-box .head {
  display: flex;
  justify-content: space-between;
}
.tip-box .head button {
  padding: 0 12px;
  height: 30px;
  color: var(--primary-color);
  line-height: 30px;
  background-color: #fff;
  border-radius: 999px;
}
.tip-box > div:nth-of-type(1) .list {
  padding: 74px 20px 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 58px;
}
.tip-box > div:nth-of-type(1) .list img {
  width: 78px;
  height: 78px;
}
.tip-box > div:nth-of-type(2) .list {
  padding-top: 46px;
  margin: 0;
}
.tip-box > div:nth-of-type(2) .list li {
  list-style: decimal;
}
.tip-box > div:nth-of-type(2) .list li + li {
  margin-top: 10px;
  padding: 5px 0;
}
.slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slide .content h2 {
  margin: 190px 0 0 133px;
  text-align: left;
  font-size: 72px;
  color: #FFF;
  font-weight: 500;
}
.fp-next {
  right: 6%;
}
.fp-prev {
  left: 6%;
}
#fp-nav ul,
.fp-slidesNav ul {
  text-align: center;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 12px;
  height: 12px;
  background: rgba(247, 247, 247, 0.2);
  margin: unset !important;
  display: block;
  left: 0;
  top: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li a.active span {
  background-color: #FFF;
}
.fp-arrow.fp-next,
.fp-arrow.fp-prev {
  border: unset;
  width: 42px;
  height: 42px;
}
.fp-arrow.fp-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 25px 0 0 25px;
  background-color: #FFF;
  left: 0;
  top: 0;
  transform: rotate(35deg);
}
.fp-arrow.fp-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 4px;
  border-radius: 25px;
  background-color: #FFF;
  left: 0px;
  top: 10.6px;
  transform: rotate(-35deg);
}
.fp-arrow.fp-prev {
  transform: rotate(180deg);
  margin-top: -66px;
}
.fp-arrow.fp-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 25px 0 0 25px;
  background-color: #FFF;
  left: 0;
  top: 0;
  transform: rotate(35deg);
}
.fp-arrow.fp-prev:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 4px;
  border-radius: 25px;
  background-color: #FFF;
  left: 0px;
  top: 10.6px;
  transform: rotate(-35deg);
}
@media screen and (max-width: 1200px) {
  .tip-box > div:nth-of-type(1) .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .slide .content h2 {
    font-size: 48px;
    margin: 15% 0 0 7%;
  }
  .footer .left,
  .footer .right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main > .banner {
    margin-bottom: 20px;
  }
  .recommended-products {
    flex-direction: column;
  }
  .recommended-products .info h2 {
    text-align: center;
  }
  .recommended-products button.primary {
    margin: 10px auto 0;
    display: flex;
  }
  .quick-nav {
    padding: 10px;
  }
  .intro button.primary {
    margin: 10px auto 0;
    display: flex;
  }
  .tip-box {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px !important;
  }
  .tip-box > div:nth-of-type(1) .list {
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tip-box > div {
    padding: 20px;
  }
  .tip-box > div:nth-of-type(2) .list {
    list-style-position: inside;
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .slide .content {
    text-align: center;
  }
  .slide .content h2 {
    margin: unset;
    text-align: center;
    font-size: 32px;
    margin-top: 30vh;
  }
}
/*# sourceMappingURL=index.css.map */