<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hint-z {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  width: 8%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
  z-index: 20;
}

.heads {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main {
  margin-top: 60px;
}

.main .m-box {
  margin-bottom: 140px;
}

.main .m-box .product-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}

.main .m-box .product-m .product-img-box {
  width: 562px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .m-box .product-m .product-img-box .product-pic-bx {
  width: 100%;
}

.main .m-box .product-m .product-img-box .product-pic-bx .imgs {
  width: 458px;
  height: 465px;
  margin-bottom: 25px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .m-box .product-m .product-img-box .product-pic-bx .imgs img {
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .m-box .product-m .product-img-box .product-pic-bx p {
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #222222;
}

.main .m-box .product-m .product-img-box .multiProduct-list {
  margin-right: 12px;
}

.main .m-box .product-m .product-img-box .multiProduct-list #multiPro-banner {
  width: 85px;
  height: 465px;
  cursor: grab;
}

.main .m-box .product-m .product-img-box .multiProduct-list #multiPro-banner .imgs-box {
  width: 100%;
  height: 85px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .m-box .product-m .product-img-box .multiProduct-list #multiPro-banner .imgs-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .m-box .product-m .product-img-box .multiProduct-list #multiPro-banner .act-line {
  position: relative;
}

.main .m-box .product-m .product-img-box .multiProduct-list #multiPro-banner .act-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
}

.main .m-box .product-m .product-img-box .product-list-f {
  display: none;
}

.main .m-box .product-m .product-img-box .product-list-f #head-product-banner-list-phone {
  width: 360px;
}

.main .m-box .product-m .product-img-box .product-list-f #head-product-banner-list-phone .imgs {
  width: 100%;
  height: 218px;
  margin-bottom: 20px;
}

.main .m-box .product-m .product-img-box .product-list-f #head-product-banner-list-phone .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .m-box .product-m .product-img-box .product-list-f #head-product-banner-list-phone p {
  max-width: 50%;
    margin: auto auto 40px;
    font-size: 12px;
  color: #222;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .m-box .product-m .product-info-box {
  width: 690px;
}

.main .m-box .product-m .product-info-box h1 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.main .m-box .product-m .product-info-box &gt; p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
}

/* 图 */
.c-variant-picker{
  margin-bottom: 15px;
}
.c-variant-picker .option-info{
  color: #1a1a1ab3;
  font-size: 14px;
  margin-bottom: 8px;
}
.c-variant-picker .option-info span{
  color: #1a1a1a;
}
.c-variant-picker .option-values{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-variant-picker .option-values .media-swatch{
  border: 1px solid #1a1a1a1f;
  width: 60px;
  height: 60px;
  border-radius: min(4px, 0.375rem);
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s;
  position: relative;
}
.c-variant-picker .option-values .media-swatch img{
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.c-variant-picker .option-values .picker{
  border-color: #000;
}

.main .m-box .product-m .product-info-box .score-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main .m-box .product-m .product-info-box .score-box .score-num {
  margin: 0 8px;
  font-size: 16px;
}
.main .m-box .product-m .product-info-box .score-box .cumulative-number span {
  font-size: 16px; 
}






.main .m-box .product-m .product-info-box .price-box {
  margin-bottom: 30px;
}

.main .m-box .product-m .product-info-box .price-box span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #FF0D00;
}

/*  */
.main .m-box .product-m .product-info-box .amount-box {
  margin-bottom: 30px;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 31%;
  padding: 0 15px;
  height: 44px;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #2222;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are &gt; .item {
  padding: 0px 12px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are .number {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  width: inherit;
  padding: 0;
  font-size: 18px;
  border: none;
  cursor: initial;
  text-align: center;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.main .m-box .product-m .product-info-box .amount-box .amount-are input[type='number'] {
  -moz-appearance: textfield;
}
/*  */

.main .m-box .product-m .product-info-box .but-box {
  margin-bottom: 36px;
}

.main .m-box .product-m .product-info-box .but-box a {
  display: block;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 38%;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .m-box .product-m .product-info-box .but-box .amazon:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.main .m-box .product-m .product-info-box .but-box .paypal {
  margin-top: 25px;
  background: #fff;
}

.main .m-box .product-m .product-info-box .but-box .paypal:hover {
  color: #fff;
}

.main .m-box .product-m .product-info-box .detail-text {
  font-size: 14px;
}

.main .m-box .prod-describe {
  width: 90%;
}

.main .m-box .prod-describe .title-des {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #F1F1F1;
  border: 1px solid #d8d8d8;
}

.main .m-box .prod-describe .title-des p {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .m-box .prod-describe .des-info {
  line-height: 20px;
  font-size: 14px;
  color: #222;
}

.main .m-box .prod-describe .des-info p {
  word-break: break-all;
}

.main .m-box .prod-describe .des-info p img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.main .recom-product-banner-box {
  padding: 80px 0;
  background-color: #F1F1F1;
}

.main .recom-product-banner-box .recom-m {
  position: relative;
}

.main .recom-product-banner-box .recom-m #recom-product-banner {
  width: 1150px;
  padding: 26px 12px;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 12px #d8d8d8;
          box-shadow: 0 0 12px #d8d8d8;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .texts {
  height: 140px;
  margin-bottom: 27px;
  font-size: 14px;
  color: #222;
  overflow-x: scroll;
  /* scroll style */
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .texts::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .texts::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px transparent;
          box-shadow: inset 0 0 5px transparent;
  background: transparent;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .texts::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px transparent;
          box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
  background: transparent;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .user-pic {
  width: 35px;
  height: 35px;
  margin-right: 11px;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .user-pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .xin-nam-are .xins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .xin-nam-are .xins .xin-itme {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .xin-nam-are .xins .xin-itme img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .recom-product-banner-box .recom-m #recom-product-banner .info-box .user-box .xin-nam-are .name {
  width: 120px;
  height: 36px;
  font-size: 12px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .recom-product-banner-box .recom-m .recom-but-box {
  width: 100%;
  position: absolute;
  top: 50%;
}

.main .recom-product-banner-box .recom-m .recom-but-box .recom-but {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 24%;
  background-position: 55%;
}

.main .recom-product-banner-box .recom-m .recom-but-box .recom-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .recom-product-banner-box .recom-m .recom-but-box .swiper-button-next.swiper-button-disabled, .main .recom-product-banner-box .recom-m .recom-but-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #cecece;
}

.main .detail-problem {
  margin-bottom: 130px;
}

.main .detail-problem .problem-head {
  position: relative;
}

.main .detail-problem .problem-head .title {
  width: 110px;
  height: 40px;
  line-height: 40px;
    margin: 60px auto 108px;
    font-size: 27px;
  text-align: center;
}

.main .detail-problem .list-box {
  width: 1250px;
    margin: auto auto 45px;
}

.main .detail-problem .list-box .list-head {
  margin-bottom: 70px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .detail-problem .list-box .list-head p {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  border-bottom: 4px solid #222;
}

.main .detail-problem .list-box .inquiry-list .item {
  display: none;
  margin-bottom: 32px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D8D8D8;
}

.main .detail-problem .list-box .inquiry-list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .detail-problem .list-box .inquiry-list .item .head .title {
  max-width: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .detail-problem .list-box .inquiry-list .item .head .title.act-color {
  color: #f97200;
}

.main .detail-problem .list-box .inquiry-list .item .head .arrows-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main .detail-problem .list-box .inquiry-list .item .head .arrows-icon.act-bg {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c3402505a6cf4f26c036ba2bd63bed7.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}

.main .detail-problem .list-box .inquiry-list .item &gt; p {
  display: none;
  max-width: 72%;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #666;
}

.main .detail-problem .list-box .inquiry-list .m-p-block {
  display: block;
}

.main .detail-problem .more-but {
  width: 170px;
  height: 45px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.main .detail-problem .more-but:hover {
  background: #000;
  color: #fff;
}

.main .detail-problem .more-but:hover .more-icon {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/74a77d2455457a7dcf2244a838b28ae8.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .detail-problem .more-but span {
  font-size: 18px;
}

.main .detail-problem .more-but .more-icon {
  width: 15px;
  height: 15px;
  background-repeat:  no-repeat;
  margin-left: 5px;
}

.shade-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 22;
}

.shade-box .info-box {
  width: 700px;
  height: auto;
  margin: auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shade-box .info-box .close {
  width: 24px;
  height: 24px;
  background: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.shade-box .info-box .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shade-box .info-box .title {
  padding-left: 25px;
  line-height: 80px;
  background: #000;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.shade-box .info-box .form-box {
  background: #fff;
    padding: 86px 100px 95px;
}

.shade-box .info-box .form-box .email {
  margin-bottom: 72px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  position: relative;
}

.shade-box .info-box .form-box .email::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/87ad4804b7e0fa2ccef19713bf255275.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shade-box .info-box .form-box .email input {
  width: 87%;
  line-height: 50px;
  padding-left: 45px;
  outline: none;
  border: none;
  font-size: 14px;
}

.shade-box .info-box .form-box .email .email-hint {
  display: none;
  position: absolute;
  top: -18px;
  font-size: 12px;
  color: red;
}

.shade-box .info-box .form-box .but {
  margin-bottom: 22px;
  line-height: 55px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.shade-box .info-box .form-box .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shade-box .info-box .form-box .hint span {
  font-size: 14px;
  line-height: 20px;
  color: #F97200;
}

.shade-box .info-box .form-box .hint span:nth-child(2) {
  padding-left: 5px;
}

.over {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.53);
  z-index: 5;
}

.over .loading {
  width: 150px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.over .loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #f9780b;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
          animation: load 1s ease infinite;
}

.over .loading span:last-child {
  margin-right: 0;
}

.over .loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}

.over .loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.over .loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.over .loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}

.over .loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}</pre></body></html>