<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.product-list-wrapper.p100 {
  padding-top: 0;
}
.product-list-category-wrapper {
  margin-bottom: 40px;
}
.product-list-category {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.product-category-item {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.product-category-item:nth-child(4n) {
  border-right: none;
}
.product-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 6%;
}
.product-item:nth-child(2n+0) {
  margin-right: 0;
}
.product-item .img {
  width: 100%;
  background-color: #f5f5f5;
  transition: all 1s;
}
.product-item .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: .5s ease-in-out;
}
a.product-item:hover .img img {
  transform: scale3d(1.05, 1.05, 1);
}
.product-item .text {
  text-align: center;
}
.product-item .text .en-name {
  font-size: 16px;
  color: #666;
}
.product-item .text .name {
  font-size: 14px;
  color: #ccc;
  margin: 10px auto 5px;
}
a.product-item:hover .img {
  background: transparent;
}
a.product-item:hover .text .en-name {
  color: #b61a86;
}

.product-detail {
  margin-top: 55px;
}
.detail-hd-wrapper {
  background-color: #f5f5f5;
  padding: 20px 0;
}
.detail-hd {
  display: flex;
  flex-direction: column;
}
.detail-hd .product-imgs {
  width: 100%;
}
.product-imgs .big-img .swiper-slide {
  background-color: #fff;
}
.product-imgs .small-img .swiper-slide {
  background-color: #fff;
  border: 1px solid #fff;
}
.product-imgs .small-img .swiper-slide-thumb-active {
  border-color: #b61a86;
}
.product-imgs .small-img {
  margin-top: 10px;
}
.product-params h1 {
  margin: 30px 0 8px;
  font-size: 30px;
  line-height: 1.6;
}
.product-params .desc {
  line-height: 1.6;
  color: #666;
}
.product-params .operate-btn {
  margin: 30px 0;
}
.product-params .operate-btn a {
  border-radius: 6px;
  border: 1px solid #b61a86;
  color: #b61a86;
  font-size: 16px;
  width: 48%;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-params .operate-btn a+a {
  margin-left: 30px;
}
.product-params .operate-btn a:hover {
  background-color: #b61a86;
  color: #fff;
}

.detail-bd-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-bd {
  width: 100%;
}
.detail-recommend {
  width: 25%;
}
.detail-column {
  border-bottom: 1px solid #f5f5f5;
  font-size: 18px;
  color: #666;
}
.detail-column span {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-bottom: 15px;
}
.detail-column span+span {
  margin-left: 50px;
}
.detail-column span.on, .detail-column span:hover {
  color: #b61a86;
  border-bottom: 2px solid #b61a86;
}
.detail-con-wrapper {
  padding: 20px 0;
  width: 100%;
}
.detail-bd-con {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}
.detail-recommend h2 {
  border-bottom: 1px solid #f5f5f5;
  font-size: 24px;
  color: #666;
  height: 100%;
  padding-bottom: 15px;
}
.detail-recommend .recommend-list .recommend-item {
  display: inline-block;
  margin-top: 54px;
}
.detail-recommend .recommend-list .recommend-item .img {
  width: 100%;
  background-color: #f5f5f5;
  transition: all 1s;
}
.detail-recommend .recommend-list .recommend-item .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: .5s ease-in-out;
}
.detail-recommend .recommend-list a.recommend-item:hover .img img {
  transform: scale3d(1.05, 1.05, 1);
}
.detail-recommend .recommend-list .recommend-item .text {
  text-align: center;
}
.detail-recommend .recommend-list .recommend-item .text .en-name {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.detail-recommend .recommend-list a.recommend-item:hover .img {
  background: transparent;
}
.detail-recommend .recommend-list a.recommend-item:hover .text .en-name {
  color: #b61a86;
}
.detail-con img, .params-con img {
  width: auto !important;
  height: auto !important;
}</pre></body></html>