.b-lazy {
  background-position: center;
  background-size: cover;
}

img {
  transition: none;
}

@keyframes float1 {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(20px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.5s ease-in-out forwards;
}

.banner {
  height: 12rem;
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/banner.jpg");
  background-size: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .banner-name {
  width: 10rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: scale(0.5);
}

.banner .con {
  text-align: center;
  position: absolute;
  color: #000;
  line-height: 1;
  bottom: 2.36rem;
  opacity: 0;
}

.banner .con h3 {
  font-size: 1.93rem;
  color: #d8ff00;
}

.banner p {
  font-family: "HelveticaNeueLTProLight";
  font-size: 0.3rem;
  color: #000000;
  letter-spacing: 0.01rem;
}

.hot0 {
  height: 21rem;
  position: relative;
  padding-top: 1.82rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hot0 .pro-name {
  width: 6.95rem;
  margin-bottom: 0.68rem;
}

.hot0 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  color: black;
}

.hot0 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.96rem;
  color: #000;
  margin-bottom: 0.35rem;
}

.hot0 .con p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #3c3c3c;
}

.hot0 .pro-img {
  width: 18rem;
  height: 9rem;
  background-color: #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.25rem;
  margin: 0.7rem 0 0.82rem 0;
}

.hot0 .pro-img .pro {
  width: 3.43rem;
  height: 7.53rem;
}

.hot0 .con-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: black;
  opacity: 0;
}

.hot0 .con-title h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.96rem;
  color: #000;
  margin-bottom: 0.35rem;
}

.hot0 .con-title p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #3c3c3c;
}

.hot1 {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8ff00;
}

.hot1 .hot-box {
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.hot1 .hot-item {
  width: 6.2rem;
  height: 3.1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-family: "HelveticaNeue LT 65 Medium";
  font-weight: bold;
  border-radius: 0.25rem;
}

.hot1 .hot-item:nth-child(4) {
  width: 6.7rem;
  height: 10rem;
  margin: 0 0.35rem;
}

.hot1 .hot-item:nth-child(5) {
  height: 4.82rem;
}

.hot1 .hot-item:nth-child(6) {
  height: 4.82rem;
}

.hot1 .hot-item:hover .hot-img {
  cursor: pointer;
  scale: 1.15;
}

.hot1 .hot-img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}


.hot2 {
  height: 12rem;
  padding-top: 1.2rem;
  position: relative;
  background-color: #fff;
}

.hot2 .con {
  text-align: center;
}

.hot2 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.96rem;
  color: #000;
  margin-bottom: 0.65rem;
}

.hot2 .swiper-box {
  width: 18rem;
  height: 7.2rem;
  margin: 0 auto;
  position: relative;
}

.hot2 .swiper-box .hot2-swiper {
  width: 18.3rem;
  margin: 0 auto;
  height: 100%;
  background: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/swiper-bg.png") no-repeat;
  background-size: 100% 100%;
}

.hot2 .swiper-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot2 .swiper-box .swiper-slide img {
  width: 4.3rem;
}

.hot2 .hot2-swiper-button-prev,
.hot2 .hot2-swiper-button-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 2.7rem;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}

.hot2 .hot2-swiper-button-prev {
  left: -1rem;
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/left.png");
}

.hot2 .hot2-swiper-button-prev:hover {
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/left-active.png");
}

.hot2 .hot2-swiper-button-next {
  right: -1.5rem;
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/right.png");
}

.hot2 .hot2-swiper-button-next:hover {
  background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/right-active.png");
}

.hot2 .dot-list {
  display: flex;
  justify-content: space-between;
  width: 18rem;
  padding: 0 0.4rem;
  margin: 0.8rem auto 0 auto;
}

.hot2 .dot-list .dot-item {
  display: flex;
  font-size: 0.24rem;
  align-items: center;
}

.hot2 .dot-list img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}

.hot3 {
  height: 12rem;
  position: relative;
  background-color: #000;

}

.hot3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  padding-top: 1.2rem;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  background-size: 100%;
  background-position: bottom;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

.hot3 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 1.2rem;
}

.hot3 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: white;
  margin-bottom: 0.35rem;
}

.hot3 .con p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #ccc;
}

.hot4 {
  height: 12rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.hot4 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.35rem;
}

.hot4 .con p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #3c3c3c;
}

.hot4 .pro-box {
  position: relative;
  width: 9.2rem;
  height: 9.2rem;
  margin-left: 1.12rem;
}

.hot4 .pro-box .pro {
  width: 100%;
  height: 100%;
  background-size: 100%;
}


.hot5 {
  height: 12rem;
  position: relative;
}

.hot5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  background-size: 100%;
  background-position: bottom;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

.hot5 .con {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  bottom: 1rem;
}

.hot5 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: white;
  margin-bottom: 0.35rem;
}

.hot5 .con p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #ccc;
}


.hot6 {
  height: 12rem;
  position: relative;
  padding-top: 1.2rem;
  background-color: #d8ff00;
}

.hot6 .bg {
  position: relative;
  width: 18rem;
  height: 8rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hot6 .con {
  position: relative;
  text-align: center;
  width: 100%;
}

.hot6 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.16rem;
}


.hot7 {
  height: 12rem;
  position: relative;
}

.hot7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  background-size: 100%;
  background-position: bottom;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

.hot7 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 1.2rem;
}

.hot7 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: white;
  margin-bottom: 0.35rem;
}

.hot7 .con p {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #ccc;
}


.hot8 {
  height: 12rem;
  position: relative;
}

.hot8 .bg {
  position: relative;
  width: 10.90rem;
  height: 6.84rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: 100%;
  transition: all 0.5s;
  background-repeat: no-repeat;
}

.hot8 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 1.2rem;
}

.hot8 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.81rem;
}

.hot8 .pc .intro-pc {
  font-family: HelveticaNeueLTProLight;
  font-size: 0.3rem;
  color: #3c3c3c;
  width: 100%;
  height: 100%;
}

.hot8 .intro-pc .intro-item {
  font-size: 0.28rem;
  color: #3c3c3c;
}

.hot8 .intro-pc .intro-item:nth-child(1) {
  position: absolute;
  left: -0.92rem;
  top: 3.86rem;
}

.hot8 .intro-pc .intro-item:nth-child(2) {
  position: absolute;
  left: -0.35rem;
  top: 5.72rem;
}

.hot8 .intro-pc .intro-item:nth-child(3) {
  position: absolute;
  left: -0.79rem;
  top: 5.43rem;
}

.hot8 .intro-pc .intro-item:nth-child(4) {
  position: absolute;
  right: -2.3rem;
  top: 2.7rem;
}

.hot8 .intro-pc .intro-item:nth-child(5) {
  position: absolute;
  right: -0.42rem;
  top: 6.6rem;
}

.hot8 .intro-pc .intro-item .line-1 {
  width: 1.67rem;
  height: 0.01rem;
}

.hot8 .intro-pc .intro-item .line-2 {
  width: 1.08rem;
  height: 0.01rem;
}

.hot8 .intro-pc .intro-item .line-3 {
  width: 2.35rem;
  height: 0.65rem;
}

.hot8 .intro-pc .intro-item .line-4 {
  width: 2.76rem;
  height: 0.01rem;
}

.hot8 .intro-pc .intro-item .line-5 {
  width: 5.41rem;
  height: 0.01rem;
}

.hot8 .intro-pc .intro-item .context-1 {
  position: relative;
  top: 0.1rem;
  left: -1.9rem;
}

.hot8 .intro-pc .intro-item .context-2 {
  position: relative;
  top: -0.22rem;
  left: -2.5rem;
}

.hot8 .intro-pc .intro-item .context-3 {
  position: relative;
  top: 0.82rem;
  left: -2.1rem;
}

.hot8 .intro-pc .intro-item .context-4 {
  position: relative;
  top: -0.2rem;
  right: -2.9rem;
}

.hot8 .intro-pc .intro-item .context-5 {
  position: relative;
  top: -0.2rem;
  right: -5.5rem;
}


.hot9 {
  height: 12rem;
  position: relative;
  padding-top: 1.2rem;
  background-color: #d8ff00;
}

.hot9 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.96rem;
  margin-bottom: 2.18rem;
  color: #000;
}

.hot9 .parameters {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.1rem;
  margin: 0 auto;
}

.hot9 .parameters .pro {
  width: 5.02rem;
  height: 6.52rem;
  margin-right: 1.68rem;
}

.hot9 .parameters-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 9.9rem;
  height: 5.9rem;
}

.hot9 .parameters-list .parameters-item {
  width: 4.50rem;
  height: 2.75rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  position: relative;
  padding: 0.4rem 0.5rem;
}

.hot9 .parameters-list .parameters-item h4 {
  color: #000000;
  font-family: "HelveticaNeueLTProMedium";
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: 400;
}

.hot9 .parameters-list .parameters-item .icon {
  width: 0.7rem;
  height: 0.8rem;
  margin-bottom: 0.3rem;
  position: relative;
  left: -0.1rem
}

.hot9 .parameters-list .parameters-item p {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #3c3c3c;
  font-family: HelveticaNeueLTProLight;
}

.hot10 {
  height: 12rem;
  padding-top: 1.2rem;
}

.hot10 .con {
  text-align: center;
  color: #fff;
  margin-bottom: 1.65rem;
}

.hot10 .con h3 {
  font-family: 'HelveticaNeue LT 65 Medium';
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.96rem;
  color: #000000;
}

.hot10 .pack-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 7.2rem;
  margin: 0 auto;
}

.hot10 .pc .pack-list .pack-item {
  width: 4.6rem;
  height: 7rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
}

.hot10 .pc .pack-list .pack-item .icon {
  width: 4.6rem;
  height: 7rem;

}

.hot10 .pc .pack-list .pack-item .title {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
}



.hot10 .pc .pack-list .pack-item:nth-child(2) {
  margin: 0 0.4rem;
}

.hot10 .pc .pack-list .pack-item:nth-child(3) {
  margin-right: 0.4rem;
}


@media (max-width: 750px) {
  .banner {
    height: 13.34rem;
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/banner-m.jpg");
    padding-top: 1.2rem;
    background-repeat: no-repeat;
  }

  .banner .con {
    text-align: center;
    position: absolute;
    bottom: 1rem;
    opacity: 0;
  }

  .banner .con h3 {
    line-height: 1;
    margin: 0.2rem 0;
    font-size: 0.68rem;
    color: #000000;
  }

  .banner p {
    text-align: center;
    width: 100%;
    font-size: 0.25rem;
    line-height: 0.3rem;
    letter-spacing: 0.003rem;
    color: #3c3c3c;
  }

  .hot0 {
    height: 18rem;
    padding-top: 0.92rem;
    padding-left: 0;
    padding-right: 0;
  }


  .hot0 .pro-name {
    width: 4.47rem;
    margin-bottom: 0.37rem;
  }

  .hot0 .con {
    text-align: center;
  }

  .hot0 .con h3 {
    font-size: 0.6rem;
    line-height: 1;
  }

  .hot0 .con p {
    font-size: 0.28rem;
    line-height: 0.38rem;
    letter-spacing: 0;
  }

  .hot0 .pro-img {
    width: 6.7rem;
    height: 7.5rem;
    background-color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0.25rem;
    margin: 0.53rem 0 0.5rem 0;
  }

  .hot0 .pro-img .pro {
    width: 6.7rem;
    height: 7.5rem;
  }

  .hot0 .con-title {
    position: relative;
    z-index: 2;
    text-align: center;
    color: black;
    opacity: 0;
  }

  .hot0 .con-title h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.35rem;
  }

  .hot0 .con-title p {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #3c3c3c;
  }

  .hot1 {
    height: 16rem;
  }

  .hot1 .hot-box {
    width: 6.7rem;
    height: 14.2rem;
    display: block;
    position: relative;
  }

  .hot1 .hot-box .hot-item {
    width: 3.25rem;
    height: 2.85rem;
    float: left;
    margin-bottom: 0.2rem;
  }

  .hot1 .hot-box .hot-item:nth-child(1) {
    width: 100%;
    height: 4rem;
  }

  .hot1 .hot-box .hot-item:nth-child(3) {
    float: right;
  }

  .hot1 .hot-box .hot-item:nth-child(4) {
    margin: 0 0 0.2rem 0;
  }

  .hot1 .hot-box .hot-item:nth-child(5) {
    float: right;
    margin: 0 0 0.2rem 0;
  }

  .hot1 .hot-box .hot-item:nth-child(6) {
    float: left;
    width: 100%;
    height: 4rem;
  }

  .hot2 {
    height: 13.34rem;
    padding-top: 0.96rem;
    position: relative;
    background-color: #fff;
  }

  .hot2 .con {
    text-align: center;
  }

  .hot2 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: #000;
    margin-bottom: 1.25rem;
  }

  .hot2 .swiper-box {
    width: 6.7rem;
    height: 6rem;
    margin: 0 auto;
    position: relative;
  }

  .hot2 .swiper-box .hot2-swiper {
    width: 6.7rem;
    margin: 0 auto;
    height: 100%;
    background: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/m/swiper-bg.png") no-repeat;
    background-size: 100% 100%;
  }

  .hot2 .swiper-box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hot2 .swiper-box .swiper-slide img {
    width: 4.3rem;
  }

  .hot2 .hot2-swiper-button-prev,
  .hot2 .hot2-swiper-button-next {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 2.7rem;
    background-size: 100%;
    cursor: pointer;
    z-index: 2;
  }

  .hot2 .hot2-swiper-button-prev {
    left: -1rem;
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/left.png");
  }

  .hot2 .hot2-swiper-button-prev:hover {
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/left-active.png");
  }

  .hot2 .hot2-swiper-button-next {
    right: -1.5rem;
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/right.png");
  }

  .hot2 .hot2-swiper-button-next:hover {
    background-image: url("/wp-content/themes/keys-theme/assets/images/products/gtr-40k/hot2/right-active.png");
  }

  .hot2 .dot-list {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0.6rem;
    margin: 0.8rem auto 0 auto;
  }

  .hot2 .dot-list .dot-item {
    display: flex;
    font-size: 0.26rem;
    align-items: center;
    width: 48%;
    margin-top: 0.4rem;
  }

  .hot2 .dot-list img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.15rem;
  }


  .hot3 {
    height: 13.34rem;
    position: relative;
    background-color: #000;
  }

  .hot3 .bg-m {
    position: relative;
    width: 6.7rem;
    height: 7rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100%;
    transition: all 0.5s;
    background-repeat: no-repeat;
    margin-top: 0.5rem;
  }

  .hot3 .con {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 1.2rem;
  }

  .hot3 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: white;
    margin-bottom: 0.35rem;
  }

  .hot3 .con p {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    line-height: 1.3;
    color: #ccc;
  }

  .hot4 {
    height: 13.34rem;
    position: relative;
    display: block;
    background-color: #fff;
    padding-top: 0.96rem;
  }

  .hot4 .con {
    text-align: center;
  }

  .hot4 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.35rem;
  }

  .hot4 .con p {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    line-height: 1.5;
    color: #3c3c3c;
  }

  .hot4 .pro-box {
    position: relative;
    width: 6.7rem;
    height: 7.85rem;
    margin: 0.62rem auto 0.7rem auto;
  }

  .hot4 .pro-box .pro {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }


  .hot5 {
    height: 13.34rem;
    position: relative;
  }

  .hot5 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: bottom;
    background-size: 100%;
    background-position: bottom;
    transition: all 0.5s;
    background-repeat: no-repeat;
  }

  .hot5 .con {
    padding-top: 0.96rem;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 0;
  }

  .hot5 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: white;
    margin-bottom: 0.35rem;
  }

  .hot5 .con p {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    line-height: 1.3;
    color: #ccc;
  }

  .hot6 {
    height: 13.34rem;
    position: relative;
    padding-top: 0.96rem;
    background-color: #d8ff00;
  }

  .hot6 .bg {
    position: relative;
    width: 6.7rem;
    height: 9.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .hot6 .con {
    position: relative;
    text-align: center;
    width: 100%;
  }

  .hot6 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0.7rem;
  }


  .hot7 {
    height: 13.34rem;
    position: relative;
  }

  .hot7 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: bottom;
    background-size: 100%;
    background-position: bottom;
    transition: all 0.5s;
    background-repeat: no-repeat;
  }

  .hot7 .con {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0.96rem;
  }

  .hot7 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: white;
    margin-bottom: 0.25rem;
  }

  .hot7 .con p {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    line-height: 1.5;
    color: #ccc;
  }


  .hot8 {
    height: 13.34rem;
    position: relative;
  }

  .hot8 .bg {
    position: relative;
    width: 6.7rem;
    height: 4.21rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100%;
    transition: all 0.5s;
    background-repeat: no-repeat;
  }

  .hot8 .con {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0.96rem;
  }

  .hot8 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 1;
    color: #000000;
    margin-bottom: 3.43rem;
  }

  .hot8 .intro {
    font-family: HelveticaNeueLTProLight;
    font-size: 0.28rem;
    color: #3c3c3c;
    width: 100%;
    height: 100%;
  }

  .hot8 .intro .intro-item {
    font-size: 0.28rem;
    color: #3c3c3c;
  }

  .hot8 .intro .intro-item:nth-child(1) {
    position: absolute;
    left: 0.52rem;
    top: -2.05rem;
  }

  .hot8 .intro .intro-item:nth-child(2) {
    position: absolute;
    left: 0.6rem;
    top: 3.7rem;
  }

  .hot8 .intro .intro-item:nth-child(3) {
    position: absolute;
    right: -0.65rem;
    top: -2.15rem;
  }

  .hot8 .intro .intro-item:nth-child(4) {
    position: absolute;
    right: 1.8rem;
    top: 3.78rem;
  }

  .hot8 .intro .intro-item:nth-child(5) {
    position: absolute;
    right: 0.45rem;
    top: 4.05rem;
  }

  .hot8 .intro .intro-item .line-1 {
    width: 0.02rem;
    height: 4.19rem;
  }

  .hot8 .intro .intro-item .line-2 {
    width: 0.02rem;
    height: 3.37rem;
  }

  .hot8 .intro .intro-item .line-3 {
    width: 0.36rem;
    height: 3.34rem;
  }

  .hot8 .intro .intro-item .line-4 {
    width: 1.01rem;
    height: 3.50rem;
  }

  .hot8 .intro .intro-item .line-5 {
    width: 0.54rem;
    height: 2.68rem;
  }

  .hot8 .intro .intro-item .context-1 {
    position: relative;
    top: 0;
    right: 0.6rem;
  }

  .hot8 .intro .intro-item .context-2 {
    position: relative;
    top: 0;
    right: 0.7rem;
  }

  .hot8 .intro .intro-item .context-3 {
    position: relative;
    top: 0.15rem;
    right: 1.4rem;
  }

  .hot8 .intro .intro-item .context-4 {
    position: relative;
    top: -0.25rem;
    right: -1.1rem;
  }

  .hot8 .intro .intro-item .context-5 {
    position: relative;
    top: -0.25rem;
    right: -0.6rem;
  }

  .hot9 {
    height: 13.34rem;
    position: relative;
    padding-top: 0.96rem;
    background-color: #d8ff00;
  }

  .hot9 .con {
    position: relative;
  }

  .hot9 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1;
    margin-bottom: 1.05rem;
    color: #000;
  }

  .hot9 .parameters {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.4rem;
  }

  .hot9 .parameters .pro {
    width: 4.54rem;
    height: 5.9rem;
    margin-right: 0;
  }

  .hot9 .parameters-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 4rem;
    margin-top: 0.73rem;
  }

  .hot9 .parameters-list .parameters-item {
    width: 3.25rem;
    height: 1.75rem;
    margin-right: 0;
    background-color: #ffffff;
    border-radius: 0.2rem;
    position: relative;
    padding: 0.2rem 0 0.2rem 0.3rem;
    display: flex;
    align-items: center;
  }

  .hot9 .parameters-list .parameters-item .icon {
    width: 0.7rem;
    height: 0.8rem;
    margin-bottom: 0;
  }

  .hot9 .parameters-list .parameters-item h4 {
    color: #000000;
    font-family: "HelveticaNeueLTProMedium";
    font-size: 0.3rem;
    line-height: 1;
    font-weight: 400;
  }

  .hot9 .parameters-list .parameters-item p {
    font-size: 0.24rem;
    line-height: 1;
    color: #3c3c3c;
    font-family: HelveticaNeueLTProLight;
    margin-bottom: 0.2rem;
  }

  .hot10 {
    height: 13.34rem;
    padding-top: 0.96rem;
    background-color: #ffffff;
  }

  .hot10 .con {
    text-align: center;
    color: #fff;
    margin-bottom: 1.2rem;
  }

  .hot10 .con h3 {
    font-family: 'HelveticaNeue LT 65 Medium';
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 0.1;
    color: #000000;
  }

  .hot10 .swiper-box {
    width: 100%;
    height: 10.5rem;
  }

  .hot10 .hot10-swiper {
    width: 5rem;
    height: 9.5rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.25rem;
  }

  .hot10 .swiper-slide {
    width: 5rem;
    height: 9rem;
    background-size: 100%;
    border-radius: 0.25rem;
    text-align: center;
  }

  .hot10 .mobile .swiper-slide .title {
    position: absolute;
    bottom: 0.6rem;
    width: 100%;
    color: #ffffff;
    font-size: 0.3rem;
  }

  .hot10 .hot10-swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .hot10 .hot10-swiper-pagination span {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    margin: 0 0.15rem;
    background-color: #c4c4c4;
    cursor: pointer;
  }

  .hot10 .hot10-swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #000000;
  }

}