.product-content-box {
  height: auto;
  padding-bottom: 100px;
}
.product-content-box .product-info-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product-content-box .product-info-box .product-info-left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1.5;
}
.product-content-box .product-info-box .product-info-left .product-model-name {
  font-size: 24px;
  color: #000;
}
.product-content-box .product-info-box .product-info-left .product-name {
  font-size: 40px;
  color: #17469d;
  margin-bottom: 20px;
}
.product-content-box .product-info-box .product-info-left .product-tags-box {
  display: flex;
  flex-wrap: wrap;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  background: #ffe4f1;
  color: #d6126f;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag img {
  margin-left: 5px;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag:nth-child(2) {
  background: #fdefdc;
  color: #f1861a;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag:nth-child(3) {
  background: #e8f6fd;
  color: #17469d;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag:nth-child(4) {
  background: #e8fdf5;
  color: #19b378;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag:nth-child(5) {
  background: #e8eefd;
  color: #871aab;
}
.product-content-box .product-info-box .product-info-left .product-tags-box .product-tag:nth-child(6) {
  background: #ffe4f1;
  color: #d6126f;
}
.product-content-box .product-info-box .product-info-left .product-summary {
  font-size: 24px;
  color: #282828;
}
.product-content-box .product-info-box .product-info-left .product-summary p {
  font-size: initial;
}
.product-content-box .product-info-box .product-info-right {
  width: 50%;
}
.product-content-box .product-info-box .product-info-right .preview-box {
  border-radius: 15px;
  border: 1px solid #b2b2b2;
  padding: 40px 9%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 35px;
}
.product-content-box .product-info-box .product-info-right .preview-box img {
  max-width: 100%;
}
.product-content-box .product-info-box .product-info-right .product-thumb-box {
  width: 100%;
}
.product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box {
  width: 135px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box.active {
  opacity: 1;
}
.product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box:hover {
  opacity: 0.8;
}
.product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box img {
  max-width: 100%;
}
.product-content-box .product-content-cate-box {
  height: 44px;
  line-height: 44px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: flex;
  color: #6b6b6b;
  font-size: 16px;
}
.product-content-box .product-content-cate-box .cate-item {
  min-width: 120px;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  margin-right: 2px;
  padding: 0 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.product-content-box .product-content-cate-box .cate-item:hover {
  background-color: #5885d8;
  color: #fff;
}
.product-content-box .product-content-cate-box .cate-item.active,
.product-content-box .product-content-cate-box .cate-item:active {
  background-color: #17469d;
  color: #fff;
}
.product-content-detail-box {
  height: auto;
  overflow: hidden;
}
.product-content-detail-box .detail-item-box {
  padding: 30px 20px 0;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  display: none;
}
.product-content-detail-box .detail-item-box.active {
  display: block;
}
@media (max-width: 1440px) {
  .product-content-box {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .product-content-box {
    padding: 0 10px;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .product-content-box .product-info-box {
    margin-bottom: 50px;
  }
  .product-content-box .product-info-box .product-info-left {
    width: 50%;
    padding-right: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-model-name {
    font-size: 22px;
  }
  .product-content-box .product-info-box .product-info-left .product-name {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-tags-box .product-tag {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary {
    font-size: 22px;
    color: #282828;
  }
  .product-content-box .product-info-box .product-info-left .product-summary p {
    font-size: initial;
  }
  .product-content-box .product-info-box .product-info-right {
    width: 50%;
  }
  .product-content-box .product-info-box .product-info-right .preview-box {
    border-radius: 15px;
    border: 1px solid #b2b2b2;
    padding: 40px 9%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 35px;
  }
  .product-content-box .product-info-box .product-info-right .preview-box img {
    max-width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box {
    width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box {
    width: 135px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box img {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .product-content-box {
    padding: 0 10px;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .product-content-box .product-info-box {
    margin-bottom: 50px;
  }
  .product-content-box .product-info-box .product-info-left {
    width: 50%;
    padding-right: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-model-name {
    font-size: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-tags-box .product-tag {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary {
    font-size: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary p {
    font-size: initial;
  }
  .product-content-box .product-info-box .product-info-right {
    width: 50%;
  }
  .product-content-box .product-info-box .product-info-right .preview-box {
    border-radius: 15px;
    border: 1px solid #b2b2b2;
    padding: 40px 9%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 35px;
  }
  .product-content-box .product-info-box .product-info-right .preview-box img {
    max-width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box {
    width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box {
    width: 135px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-content-box {
    padding: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .product-content-box .product-info-box {
    margin-bottom: 50px;
  }
  .product-content-box .product-info-box .product-info-left {
    width: 50%;
    padding-right: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-model-name {
    font-size: 18px;
  }
  .product-content-box .product-info-box .product-info-left .product-name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-tags-box .product-tag {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary {
    font-size: 18px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary p {
    font-size: initial;
  }
  .product-content-box .product-info-box .product-info-right {
    width: 50%;
  }
  .product-content-box .product-info-box .product-info-right .preview-box {
    border-radius: 15px;
    border: 1px solid #b2b2b2;
    padding: 40px 9%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 35px;
  }
  .product-content-box .product-info-box .product-info-right .preview-box img {
    max-width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box {
    width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box {
    width: 135px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box img {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .product-content-box {
    padding: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .product-content-box .product-info-box {
    margin-bottom: 50px;
  }
  .product-content-box .product-info-box .product-info-left {
    width: 100%;
    padding-right: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-model-name {
    font-size: 18px;
  }
  .product-content-box .product-info-box .product-info-left .product-name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product-content-box .product-info-box .product-info-left .product-tags-box .product-tag {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary {
    font-size: 18px;
  }
  .product-content-box .product-info-box .product-info-left .product-summary p {
    font-size: initial;
  }
  .product-content-box .product-info-box .product-info-right {
    width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .preview-box {
    border-radius: 15px;
    border: 1px solid #b2b2b2;
    padding: 40px 9%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 35px;
  }
  .product-content-box .product-info-box .product-info-right .preview-box img {
    max-width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box {
    width: 100%;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box {
    width: 135px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-content-box .product-info-box .product-info-right .product-thumb-box .thumb-box img {
    max-width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 13px;
    height: 22px;
    margin-top: -11px;
    z-index: 10;
    cursor: pointer;
    background-size: 13px 22px;
  }
}
/*# sourceMappingURL=product-detail.css.map */