<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
th {
  border: 1px solid #2AAA82;
  padding: 6px;
  background-color: #f1f1f1;
}
td {
  border: 1px solid #2AAA82;
  margin: 0;
  padding: 6px;
}
a:hover {
  color: #2AAA82;
  text-decoration: underline;
}
.add-btn {
  display: inline-block;
  background-color: #2AAA82;
  color: #fff;
  line-height: 51px ;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.cart-button{
  margin-left: 10px;
  width: 60px;
}

.main-product-details .pro-title {
  font-size: 15px;
  font-weight: bold;
}
.main-product-details .pro-title {
  margin-bottom: 40px;
}
.main-product-details .add-btn img {
  width: 20px;
  height: 20px;
}
/*è½®æ’­å›¾*/
.pro-img .bag-wrapper {
  height: 100px;
  width: 313px;
}

.pro-img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.productSwiperBag .swiper-slide {
  background-size: cover;
  background-position: center;
}

.productSwiperSmall {
  height: 80%;
  width: 100%;
}

.productSwiperBag {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.productSwiperBag .swiper-slide {
  width: 33%;
  height: 100%;
  opacity: 0.4;
}

.productSwiperBag .swiper-slide-thumb-active {
  opacity: 1;
}

.productSwiperBag .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-current-ul .pro-current-item {
  display: flex;
}
.pro-current-ul .pro-current-item span {
  display: block;
  line-height: 45px;
  border: 1px solid #2AAA82;
  border-top: 0;
}
.pro-current-ul .pro-current-item:first-child span{
  border-top: 1px solid #2AAA82;
}
.main-product-details .attribute-title {
  background-color: #2AAA82;
  color: #fff;
}
.main-product-details .attribute-value {
  flex-grow: 1;
  padding-left: 10px;
  width: 258px;
}
.main-product-details .product-introduction {
  font-size: 14px;
  margin-top: 40px;
}
.pro-current {
  display: flex;
  /*flex-wrap: wrap;*/
}
.main-product-details .submit-btn {
  width: 135px;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .main-product-details .pro-title {
    font-size: 26px;
  }
  .pro-current-type {
    width: 450px;
  }
  .pro-current-ul .pro-current-item {
    width:448px;
  }
  .main-product-details .attribute-title {
    width: 190px;
    padding-left: 50px;
  }
  .pro-img {
    margin-left: 54px;
  }
  .pro-img .productSwiperSmall {
    width: 313px;
    height: 250px;
  }
  .main-product-details .product-to-add {
    margin-top: 44px;
  }
}
/*ç‰¹æ®Šå°ºå¯¸å¤„ç†*/
@media only screen and (min-width: 791px) and (max-width: 1199px) {
  .pro-current-type {
    width: 330px;
    flex-grow: 1;
  }
  .pro-img {
    margin-left: 74px;
  }
  .pro-img .productSwiperSmall {
    width: 313px;
    height: 250px;
  }
}

/*mobile*/
@media only screen and (max-width: 1199px) {
  .main-product-details .pro-title {
    font-size: 15px;
  }
  .pro-current-ul .pro-current-item {
    min-width:335px;
  }
  .main-product-details .attribute-title {
    width: 100px;
    padding-left: 20px;
  }
  .main-product-details .attribute-value {
    width: 258px;
  }
  .pro-current-type {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 790px) {
  .pro-current {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-img {
    margin: auto;
    width: 100%;
  }
  .small-wrapper {
    height: 50%;
  }
  .main-product-details .product-introduction {
    font-size: 11px;
  }
  .product-to-add {
    margin-top: 35px;
    flex-wrap: wrap;
    display: flex;
  }
  .main-product-details .submit-btn {
    display: block;
    flex-grow: 1;
    margin-right: 26px;
  }
  .pro-img .bag-wrapper {
    width: 100%;
  }
}

</pre></body></html>