.product-details-page-wrap {
  max-width: 14.4rem;
  margin: 0.3rem auto 0;
}

.product-details-main-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 7.2rem;
  width: 95vw;
  height: 100vw;
  max-height: 7.2rem;
  border: solid 1px #d9d9d9;
}

.product-details-box-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 14.4rem;
  width: 90%;
  margin: 0 auto;
}

.product-details-thumbs-wrap {
  display: flex;
  max-width: 7.2rem;
  width: 100%;
  margin-top: 0.14rem;
}

.product-details-thumbs-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.31rem;
  width: 1.31rem;
  margin-right: 0.16rem;
  cursor: pointer;
  border: solid 1px #d9d9d9;
  overflow: hidden;
}

.product-details-thumbs-item.active {
  border-color: #dc174f;
}

.product-details-thumbs-item:last-of-type {
  margin-right: 0;
}

.product-details-thumbs-item > img {
  max-width: 100%;
  max-height: 100%;
}

.product-details-main-image-wrap {
  margin: 0 auto;
  transition: all 500ms;
  background: no-repeat center/contain;
}

.product-details-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 6rem;
  width: 100%;
  margin-left: 0.2rem;
  height: 7.2rem;
}

.product-details-title {
  font-size: 0.36rem;
  color: #333333;
}

.product-details-sub-title {
  margin: 0.17rem 0 0.37rem;
  color: #666666;
  font-size: 0.18rem;
}

.product-details-message {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.interval {
  width: 100%;
  margin: 0.45rem 0 0.15rem;
  border-bottom: 1px solid #000000;
}

.product-details-message-title {
  margin-top: 0.35rem;
  margin-bottom: 0.19rem;
  line-height: normal;
  color: #303030;
  font-size: 0.16rem;
  font-weight: bold;
}

.product-details-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 0.5rem;
  font-size: 0.16rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  background-color: #dc174f;
  cursor: pointer;
}

.product-details-download-btn::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.12rem;
  background: url(../../images/download-icon.png) no-repeat center;
  background-size: 0.2rem auto;
}

.correlation {
  padding: 1rem 0;
  margin: 1rem auto;
  background-color: #f8f8f8;
}

.correlation-title {
  margin-bottom: 0.21rem;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
}

.correlation-sub-title {
  margin-bottom: 0.61rem;
  color: #666666;
  text-align: center;
  font-size: 0.16rem;
}

.correlation-video {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 14.4rem;
  width: 90%;
  margin: 0 auto;
}

.correlation-video-item {
  position: relative;
  display: block;
  width: calc(50% - 0.12rem);
}

.correlation-video-item::after {
  content: "";
  display: block;
  padding-top: 56.0734%;
}

.correlation-video-item video {
  height: 100%;
  width: 100%;
  background-color: #000;
  object-fit: contain;
}

.mating {
  position: relative;
  padding-bottom: 1rem;
}

.mating-title {
  margin-bottom: 0.6rem;
  text-align: center;
  color: #333333;
  font-size: 0.36rem;
}

.mating-swiper {
  max-width: 14.4rem;
  width: 90%;
  margin: auto;
}

.mating-swiper-container {
  overflow: hidden;
  width: 100%;
}

.mating-swiper .swiper-wrapper {
  width: 100%;
}

.mating-swiper-switchover-btn {
  position: absolute;
  top: calc(50% - 0.25rem);
}

.mating-swiper-switchover-btn.left {
  left: 1.5rem;
}

.mating-swiper-switchover-btn.right {
  right: 1.5rem;
}

.mating-swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mating-swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.333%;
}

.mating-cover {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.mating-swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mating-swiper-slide-message {
  margin-top: 0.2rem;
  color: #333333;
  font-size: 0.16rem;
}

.advantage-box {
  display: flex;
  width: 90%;
  max-width: 14.4rem;
  margin: 0 auto 1rem;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #eeeeee;
}

.advantage-title {
  margin-top: 0.26rem;
  color: #333333;
  font-size: 0.36rem;
}

.advantage-swiper {
  position: relative;
  width: 100%;
  max-width: 11.2rem;
}

.advantage-swiper-switchover-btn {
  position: absolute;
  top: calc(50% - 0.25rem);
}

.advantage-swiper-switchover-btn.left {
  left: -0.8rem;
}

.advantage-swiper-switchover-btn.right {
  right: -0.8rem;
}

.advantage-swiper-container {
  padding-top: 0.28rem;
  width: 100%;
  /* height: 3.31rem; */
  overflow: hidden;
}

.advantage-swiper-slide {
  width: 3.05rem;
  height: 3.35rem;
  padding: 0 0.42rem;
  background-color: #f8f8f8;
}

.advantage-swiper-slide > i {
  display: block;
  height: 0.2rem;
  width: 0;
  margin: 0.4rem auto 0.6rem;
  border-left: 1px solid #e3010f;
}

.advantage-swiper-slide-number {
  margin-top: -0.28rem;
  font-size: 0.72rem;
  text-align: center;
  color: #dc174f;
  font-weight: bold;
  line-height: 0.55rem;
}

.advantage-swiper-slide-title {
  margin-bottom: 0.21rem;
  color: #171a20;
  font-size: 0.24rem;
  line-height: 0.23rem;
  text-align: center;
}

.advantage-swiper-slide-sub-title {
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
}

.advantage-pagination-scrollbar {
  max-width: 11.22rem;
  width: 100%;
  height: 0.04rem;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
  border-radius: 0.02rem;
  background-color: #eeeeee;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .mating-swiper {
    max-width: 11.4rem;
  }

  .mating-swiper-switchover-btn.right {
    right: 0.2rem;
  }

  .mating-swiper-switchover-btn.left {
    left: 0.2rem;
  }

  .advantage-box {
    display: block;
  }

  .advantage-title {
    text-align: center;
    margin-bottom: 0.8rem;
  }

  .advantage-swiper {
    margin-right: 0;
    margin: 0 auto;
    width: 90%;
  }

  .product-details-box-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .product-details-box-wrap {
    display: block;
  }

  .product-details-thumbs-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 0.2rem 0.1rem;
    overflow-x: auto;
  }

  .product-details-right {
    margin-top: 1rem;
    margin-left: 0;
    padding: 0 0.2rem;
    width: 100%;
    max-width: 100%;
  }

  .product-details-download-btn {
    margin: 0 auto;
  }

  .product-details-thumbs-wrap {
    justify-content: center;
    max-width: 100%;
  }

  .mating-swiper-switchover-btn.left {
    left: 0.2rem;
  }

  .mating-swiper-switchover-btn.right {
    right: 0.2rem;
  }

  .mating-swiper-container {
    width: 80vw;
    margin: 0 auto;
  }

  .advantage-box {
    display: block;
    padding: 0 0.1rem;
  }

  .advantage-title {
    text-align: center;
    margin-bottom: 0.6rem;
  }
}

@media screen and (max-width: 750px) {
  .advantage-swiper {
    width: 70%;
  }

  .correlation-video {
    display: block;
  }

  .correlation-video-item:first-of-type {
    margin-bottom: 0.2rem;
  }

  .correlation-video-item {
    width: 100%;
  }

  .mating-swiper-container {
    width: 60vw;
  }

  .mating-swiper-slide {
    width: 100%;
    height: 78.94736842105263vw;
  }

  .product-details-thumbs-wrap {
    justify-content: flex-start;
  }
}
