.products-detail {
  padding-top: 30px;
}

.products-detail .top-wrap {
  margin-bottom: 30px;
}

.products-detail .top-wrap .lt {
  margin-bottom: 20px;
}

.products-detail .top-wrap .swiper-container {
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, .16);
}

.products-detail .top-wrap .swiper-pagination {
  display: block;
}

.products-detail .title {
  text-align: left;
  margin-bottom: 20px;
}

.products-detail .sub-info {
  line-height: 1.8;
}

.products-detail .btn {
  width: 125px;
  color: #fff;
  margin-top: 20px;
  background: var(--style-color);
  border-radius: 20px 0px 20px 0px;
}

.products-detail .list-tag {
  margin-bottom: 20px;
}

.products-detail #category i {
  font-weight: bold;
  margin-right: 5px;
}

.products-detail .list-tag>ul {
  justify-content: flex-start;
}

.products-detail .tab-list>li {
  color: #fff;
  padding: 13px 15px;
  background: #333;
  font-family: 'SourceHanSansCN-M';
  cursor: pointer;
}

.products-detail .tab-list>li.active {
  background-color: var(--style-color);
}

.products-detail .tab-content {
  background-color: #fff;
}

.products-detail .tab-pane>*:not(:last-child) {
  margin-bottom: 20px;
}

.products-detail .tab-pane table {
  width: 100%;
}

.products-detail .tab-pane table th,
.products-detail .tab-pane table td {
  font-size: 20px;
  padding: 16px;
  text-align: left;
  border-width: 2px;
  border-color: #E5E5E5;
}

.products-detail .tab-pane h2 {
  font-size: 20px;
  text-align: left;
  color: var(--style-color);
}

.products-detail .tab-pane h3 {
  font-size: 18px;
  color: var(--style-color);
}

@media (min-width: 768px) {
  .products-detail .list-tag {
    margin-bottom: 0;
  }

  .products-detail .tab-list>li {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .products-detail .top-wrap {
    display: flex;
    align-items: center;
  }

  .products-detail .top-wrap .lt {
    flex: 0 0 47.6%;
    max-width: 47.6%;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .products-detail .top-wrap .rt {
    flex: 0 0 52.4%;
    max-width: 52.4%;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .products-detail {
    padding-top: 70px;
  }

  .products-detail .title {
    margin-bottom: 43px;
  }

  .products-detail .top-wrap {
    margin-bottom: 40px;
  }

  .products-detail .top-wrap .lt {
    padding-right: 34px;
  }

  .products-detail .top-wrap .rt {
    padding-left: 34px;
  }

  .products-detail .btn {
    margin-top: 44px;
    transition: opacity .3s;
  }

  .products-detail .btn:hover {
    opacity: .8;
  }

  .products-detail .tab-list>li {
    width: 218px;
  }

  .products-detail .tab-pane table th,
  .products-detail .tab-pane table td {
    font-size: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 70px;
  }

  .products-detail .tab-pane h2 {
    font-size: 24px;
  }

  .products-detail .tab-pane h3 {
    font-size: 20px;
  }

  .products-detail .row-wrap>div:last-child {
    margin-top: 10px;
  }
}

@media (min-width: 1440px) {
  .products-detail .top-wrap {
    margin-bottom: 70px;
  }

  .products-detail .tab-pane table th,
  .products-detail .tab-pane table td {
    padding-left: 98px;
  }
}


/* recommend */
.recommend {
  padding: 30px 0;
}

.recommend .title {
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'SourceHanSansCN-M';
}

.recommend .swiper-container {
  margin: -10px -16px 0 -13px;
  padding: 10px 16px 0 13px;
}

.recommend .swiper-slide {
  text-align: center;
}

.recommend .swiper-slide img {
  width: 100%;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
}

.recommend .tit {
  margin-top: 10px;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .recommend {
    padding: 59px 0 70px;
  }

  .recommend .title {
    margin-bottom: 40px;
  }

  .recommend .tit {
    margin-top: 15px;
  }
}

@media (min-width: 1440px) {
  .recommend .title {
    margin-bottom: 52px;
  }
}