.product-detail-page-wrapper {
  font-size: 14px;
  padding: 12px 0;
}

.product-detail-page-wrapper .breadcrumbs {
  display: flex;
  padding: 20px 0;
  align-items: center;
  color: #333;
  font-size: 12px;
}

.product-detail-page-wrapper .breadcrumbs i {
  font-size: 12px;
  margin: 0 6px;
}

.product-info-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.product-info-wrapper .responsive-box {
  padding-top: 100%;
}

.thumbnail-swiper {
  padding: 0 15px !important;
  margin-top: 15px;
}

.thumbnail-swiper .swiper-slide {
  border-radius: 5px;
  border: 1px solid #bbb;
  overflow: hidden;
  width: 80px !important;
}

.thumbnail-swiper .swiper-slide img {
  /* border-radius: 5px; */
}

.thumbnail-swiper .swiper-slide.active {
  border: 2px solid red;
}

.product-info {
  padding: 20px 15px 0;
  line-height: 1.2;
}

.product-info .type {
  font-size: 20px;
  padding-bottom: 15px;
}

.product-info .name {
  font-size: 18px;
  padding-bottom: 15px;
  color: #333;
}

.product-info label {
  font-size: 16px;
  width: 90px;
  flex-shrink: 0;
}

.product-info .spec label {
  color: #333;
}

.product-info .spec {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.product-info .spec .spec-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.product-info .spec .spec-btn {
  padding: 6px 14px;
  border-radius: 3px;
  border: 1px solid #333;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #666;
  flex-shrink: 0;
}

.product-info .spec .spec-btn:hover {
  background-color: var(--tw-primary-color);
  color: #fff;
  border: 1px solid var(--tw-primary-color);
}

.product-info .spec .spec-btn.active {
  background-color: var(--tw-primary-color);
  color: #fff;
  border: 1px solid var(--tw-primary-color);
}

.product-info .price {
  font-size: 16px;
  padding-bottom: 15px;
  color: #666;
}

.product-info .desc {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  border-top: 1px solid #ccc;
}

.product-info .btns {
  display: flex;
  padding-top: 10px;
  font-size: 18px;
}

.product-info .btns .buy-btn {
  width: 140px;
  color: var(--tw-primary-color);
  border: 3px solid var(--tw-primary-color);
  border-radius: 12px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}

.product-info .btns .buy-btn i {
  font-size: 18px;
  font-weight: normal;
  margin-right: 5px;
}

.product-info .btns .wechat-btn {
  width: 140px;
  color: #fff;
  background-color: var(--tw-primary-color);
  border-radius: 12px;
  height: 38px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wechat-btn i {
  font-size: 22px;
  font-weight: normal;
  margin-right: 5px;
}

.buy-btn .links {
  display: none;
  background-color: aliceblue;
  border-radius: 5px;
  position: absolute;
  top: 100%;
}

.buy-btn .links li {
  height: 45px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
}

.buy-btn .links i {
  margin-right: 5px;
}

.buy-btn .links .i-tianmao {
  color: red;
}

.buy-btn .links .i-jd {
  font-size: 18px;
  color: red;
}

.buy-btn .links .i-xiaochengxu {
  color: #59b748;
}

.buy-btn.active .links {
  position: absolute;
  display: block;
  z-index: 2;
}

.product-detail-wrapper {
  padding-top: 50px;
}

.nav-swiper {
  position: relative;
  margin-bottom: 10px;
}

.nav-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #e8e8e8;
}

.nav-swiper .swiper-slide {
  padding: 8px 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-swiper .swiper-slide i {
  font-size: 14px;
}

.nav-swiper .swiper-slide:hover {
  cursor: pointer;
  background-color: var(--tw-primary-color);
  color: #fff;
}

.nav-swiper .swiper-slide.active {
  background-color: var(--tw-primary-color);
  color: #fff;
}

.product-detail-wrapper .title-decoration {
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  color: var(--tw-primary-color);
  font-weight: bold;
}

.product-intro .top-ad-swiper .responsive-box {
  padding-top: 33.3333333%;
}

.product-intro .bottom-ad-swiper .responsive-box {
  padding-top: 33.3333333%;
}

.product-intro .img-box {
  position: relative;
}

.product-intro .text-area {
  line-height: 1.2;
  padding: 12px;
}

.product-intro .img-box img {
  max-width: 100%;
  width: 100%;
}

.product-performance {
  padding: 20px 0 50px;
}
.product-performance .text {
  margin: 0 10px;
}

.product-experience {
  padding: 24px 12px;
}

.user-experience .news {
  font-size: 12px;
  line-height: 1.2em;
  color: #333;
}

.user-experience .news .new-item {
  display: flex;
  padding: 15px 0;
}

.user-experience .date-box {
  background-color: #f2f2f2;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}

.user-experience .date-box .day {
  margin-bottom: 3px;
  font-size: 18px;
}

.user-experience .date-box .date {
  font-size: 14px;
}

.user-experience .new-box {
  color: #333;
  padding: 0 5px;
}

.user-experience .new-box .title {
  font-size: 14px;
}

.user-experience .new-box .desc {
  margin-top: 8px;
  color: #888;
}

.user-experience .new-box .more {
  margin-top: 12px;
  color: #888;
}

.article {
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  line-height: 1.2;
}

.article .card {
  display: flex;
  align-items: flex-start;
}

.article .card .title {
  margin-bottom: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article .card .desc {
  color: #999;
  margin-bottom: 10px;
  height: 2.4em;
}

.article .card .info-box {
  margin-left: 10px;
}

.article .card .time {
  margin-bottom: 10px;
  color: #999;
}

.article .responsive-image-box {
  width: 120px;
  flex-shrink: 0;
}

.article .responsive-image-box .responsive-box {
  padding-top: 66.6666666%;
}



.official-intro>.title {
  padding: 20px 0 5px 0;
  font-size: 22px;
  font-weight: bold;
}

.official-intro>.title i {
  font-size: 30px;
  color: #317ec2;
  font-weight: normal;
}

.user-experience>.title {
  padding: 20px 0 5px 0;
  font-size: 22px;
  font-weight: bold;
}

.user-experience>.title i {
  font-size: 34px;
  color: #317ec2;
}

.technical-support {
  padding: 20px 0 50px;
  font-size: 18px;
}

/* .technical-support .title {
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
  color: var(--tw-primary-color);
} */

.technical-support .download {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.technical-support .download-item {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  width: 33.3333333%;
  flex-shrink: 0;
}

.technical-support .download-item i {
  color: var(--tw-primary-color);
  font-size: 30px;
}

.technical-support .download-item img {
  width: 30px;
}

.technical-support .download-item .name {
  margin-top: 10px;
}

.product-question {
  padding: 20px 0 50px;
}

.product-question .title {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
}

.question-list .question-title {
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 16px;
}

.question-list .question-title i {
  color: #0d47a1;
  font-size: 18px;
  font-weight: bold;
}

.question-list .question-item {
  margin-bottom: 2px;
}

.question-list .answer {
  line-height: 1.4;
  font-size: 14px;
  display: none;
  padding: 12px;
  overflow: hidden;
}

.question-list .answer img {
  max-width: 260px;

  margin: 0 15px 10px 0;
}

.question-item .i-subtract {
  display: none;
}

.question-item.active .i-add {
  display: none;
}

.question-item.active .i-subtract {
  display: block;
}

.certificate {
  padding: 20px 0 50px;
}

.certificate .title {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
}

.certificate .certificateSwiper {
  padding-bottom: 30px;
}

.certificate .certificateSwiper .swiper-slide {
  width: 45%;
}

.certificate .certificateSwiper .responsive-image-box {
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}

.certificate .certificateSwiper .certificate-title {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}

.user-comment {
  padding: 20px 0 50px;
}

.user-comment .comment-box {
  display: flex;
  padding: 30px 10px;
  border-bottom: 2px dashed #666;
}

.comment-box .user-info {
  text-align: center;
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 10px;
}

.comment-box .user-info i {
  font-size: 32px;
  color: #0d47a1;
}

.comment-box .user-info .name {
  margin-top: 12px;
}

.comment-box .user-info .from {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
}

.comment-box .comment {
  flex-grow: 1;
  width: 0;
}

.comment-box .comment .text {
  line-height: 1.3;
  color: #666;
}

.comment-box .images {
  margin-top: 10px;
  display: flex;
  width: 100%;
  overflow: auto;
}

.comment-box .responsive-image-box {
  width: 120px;
  flex-shrink: 0;
  margin: 0 5px 5px 0;
}

@media (max-width: 768px) {
  .product-intro .text-area .text p {
    font-size: 14px !important;
    min-height: auto !important;
  }
}

@media (min-width: 768px) {

  .product-detail-wrapper .title-decoration {
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
    color: var(--tw-primary-color);
    font-weight: bold;
  }


  .product-info-wrapper {
    display: flex;
  }

  .product-info-wrapper .product-banner {
    width: 40%;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .product-info .spec .spec-btn {
    padding: 10px 20px;
  }

  .product-info-wrapper .product-info {
    flex-grow: 1;
  }

  .product-info-wrapper .product-info .btns {
    padding-top: 30px;
    justify-content: flex-start;
  }

  .product-info-wrapper .product-info .btns .buy-btn {
    margin-right: 50px;
  }

  .product-info {
    padding-top: 0;
  }

  .product-info label {
    font-size: 18px;
  }

  .product-intro .text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
    padding: 10% 5%;
  }


  .product-info .type {
    font-size: 24px;
  }

  .product-info .name {
    font-size: 18px;
  }

  .product-info .price {
    font-size: 18px;
  }

  .product-info .desc {

    margin-top: 20px;
    padding-top: 28px;
    font-size: 14px;
  }

  .product-performance .text {
    margin: 0 100px;
  }

  .article {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .article .card .desc {
    height: 3.6em;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

  .article .responsive-image-box {
    width: 150px;
    flex-shrink: 0;
  }

  .technical-support .download-item {
    width: 25%;
  }

  .technical-support .download-item i {
    font-size: 48px;
  }

  .technical-support .download-item img {
    width: 48px;
  }

  .nav-swiper .swiper-slide {
    padding: 8px 18px;
    font-size: 16px;
  }

  .nav-swiper .swiper-slide i {
    font-size: 16px;
  }

  .comment-box .comment .text {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .comment-box .user-info i {
    font-size: 48px;
  }

  .comment-box .user-info {
    padding: 0 30px;
  }

  .comment-box .user-info .name {
    font-size: 16px;
  }

  .comment-box .comment .text {
    font-size: 16px;
  }

  .certificate .certificateSwiper .swiper-slide {

    width: 28%;
  }

  .certificate .certificateSwiper .certificate-title {
    font-size: 14px;
    margin-top: 16px;
  }
}