/**
 * 响应式设计工具文件
 * 提供便捷的混入和工具类来简化响应式开发
 */
:root {
  --root-fs: 16;
}
@media (min-width: 700px) {
  :root {
    --root-fs: 30;
  }
}
@media (min-width: 675px) and (max-width: 699px) {
  :root {
    --root-fs: 28;
  }
}
@media (min-width: 650px) and (max-width: 674px) {
  :root {
    --root-fs: 27;
  }
}
@media (min-width: 625px) and (max-width: 649px) {
  :root {
    --root-fs: 26;
  }
}
@media (min-width: 600px) and (max-width: 624px) {
  :root {
    --root-fs: 25;
  }
}
@media (min-width: 575px) and (max-width: 599px) {
  :root {
    --root-fs: 24;
  }
}
@media (min-width: 550px) and (max-width: 574px) {
  :root {
    --root-fs: 23;
  }
}
@media (min-width: 525px) and (max-width: 549px) {
  :root {
    --root-fs: 22;
  }
}
@media (min-width: 500px) and (max-width: 524px) {
  :root {
    --root-fs: 21;
  }
}
@media (min-width: 475px) and (max-width: 499px) {
  :root {
    --root-fs: 20;
  }
}
@media (min-width: 450px) and (max-width: 474px) {
  :root {
    --root-fs: 19;
  }
}
@media (min-width: 425px) and (max-width: 449px) {
  :root {
    --root-fs: 18;
  }
}
@media (min-width: 400px) and (max-width: 424px) {
  :root {
    --root-fs: 17;
  }
}
@media (min-width: 375px) and (max-width: 399px) {
  :root {
    --root-fs: 16;
  }
}
@media (min-width: 350px) and (max-width: 374px) {
  :root {
    --root-fs: 15;
  }
}
@media (min-width: 325px) and (max-width: 349px) {
  :root {
    --root-fs: 14;
  }
}
@media (min-width: 300px) and (max-width: 324px) {
  :root {
    --root-fs: 13;
  }
}
@media (min-width: 275px) and (max-width: 299px) {
  :root {
    --root-fs: 12;
  }
}
@media (min-width: 250px) and (max-width: 274px) {
  :root {
    --root-fs: 11;
  }
}
@media (max-width: 249px) {
  :root {
    --root-fs: 11;
  }
}
:root {
  --product-card-sell-price-color: #333333;
  --product-card-discount-price-color: #2A8703;
  --product-card-origin-price-color: #999;
}
.src-components-ProductCard-index__productCard--nLiHk {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.src-components-ProductCard-index__productCard--nLiHk * {
  position: relative;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__anchor--YP1R3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__bg--rSTIv {
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 1px;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productImage--qKANd {
  width: 100%;
  position: relative;
  transition: width 0.3s, height 0.3s, margin-top 0.3s, margin-left 0.3s;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productImage--qKANd img {
  width: 100%;
  box-sizing: border-box;
  transition: width 0.3s, height 0.3s;
  background-color: #fff;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productImage--qKANd video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: width 0.3s, height 0.3s;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productImage--qKANd .src-components-ProductCard-index__playIcon--jZSJb {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 1;
  z-index: 1;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productImage--qKANd .src-components-ProductCard-index__playIcon--jZSJb .mf-iconfont {
  font-size: 24px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__add-icon--y91yZ {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  z-index: 1;
  overflow: hidden;
  transition: left 0.3s, top 0.3s;
  line-height: 1;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__add-icon--y91yZ .src-components-ProductCard-index__add-icon-bg--eZvJG {
  background: var(--color-theme-1);
  width: 34px;
  height: 34px;
  position: absolute;
  left: -17px;
  top: -17px;
  transform: rotate(-45deg);
  z-index: -1;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__add-icon--y91yZ .mf-iconfont {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  transform: scale(0.7);
  position: relative;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__product-cost--QEPtE {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0 6px;
  height: 16px;
  background: #2a8703;
  border-radius: 10px;
  border: 1px solid #2a8703;
  color: #fff;
  font-size: 12px;
  transition: top 0.3s, opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo {
  position: absolute;
  max-width: 89%;
  height: 24px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  right: 0px;
  top: -14px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 0 9px;
  /* 显示一行，省略号 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  opacity: 0;
  transition: all 0.2s;
  cursor: pointer;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo .mf-iconfont {
  font-size: 14px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo:hover {
  transform: scale(1.05);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__videoGalleryTutorial--esaHh {
  padding: 10px;
  background-color: var(--color-theme-1);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 25px;
  left: 0;
  opacity: 0;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__videoGalleryTutorial--esaHh::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 40px;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: var(--color-theme-1);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g {
  display: flex;
  flex-direction: column;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH {
  display: flex;
  overflow: hidden;
  margin-top: 4px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateIcon--Hl0k1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 3px 0px 0px 3px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateIcon--Hl0k1 div {
  width: 3px;
  height: 9px;
  background-color: #fff;
  margin-right: 1px;
  margin-bottom: 4px;
  background: linear-gradient(180deg, #FFC46B 0%, #FF9900 100%);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateIcon--Hl0k1 div:nth-child(1) {
  height: 6px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateIcon--Hl0k1 div:nth-child(2) {
  height: 4px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateIcon--Hl0k1 div:nth-child(3) {
  height: 9px;
  margin-right: 0;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productInfo--RJf6g .src-components-ProductCard-index__rateInfo--AeqGH .src-components-ProductCard-index__rateCon--IjU1s {
  font-size: 12px;
  margin-left: 4px;
  color: var(--color-primary);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__name--wYaCj {
  height: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__list--pPbJI {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__list--pPbJI span {
  color: #333;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__tags--u5THf {
  display: flex;
  justify-content: flex-end;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__tags--u5THf .src-components-ProductCard-index__tag--YpyCR {
  margin-left: 10px;
  padding: 0 8px;
  height: 18px;
  background: var(--color-primary-opacity1);
  border-radius: 10px;
  color: var(--color-primary);
  font-size: 12px;
  cursor: auto;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__tags--u5THf .src-components-ProductCard-index__tag--YpyCR:nth-of-type(1) {
  margin-left: 0;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__wrapperGlobalWarehouseQty--cbcXz {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__wrapperGlobalWarehouseQty--cbcXz .src-components-ProductCard-index__globalWarehouseShow--Uj9lc {
  color: var(--color-theme-1);
  font-size: 12px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  line-height: 1;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  max-width: calc(100% - 50px);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P {
  font-size: 14px;
  color: var(--product-card-sell-price-color);
  display: inline;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5 {
  font-size: 12px;
  transform: scale(0.9);
  position: relative;
  top: -2px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC {
  font-size: 16px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P.src-components-ProductCard-index__discount--G5Bsw {
  color: var(--product-card-discount-price-color);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__originPrice--mzTVH {
  margin-left: 5px;
  text-decoration: line-through;
  color: var(--product-card-origin-price-color);
  font-size: 12px;
  display: inline;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__wrapperQty--rs2td {
  display: flex;
  align-items: center;
  position: unset;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__fillBtn--Kjs1X {
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 32px;
  min-width: 32px;
  transition: all 0.3s;
  height: 32px;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--color-theme-1);
  color: #fff;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__fillBtn--Kjs1X .src-components-ProductCard-index__fillBtnBox--v28VU {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 7px;
  position: relative;
  overflow: hidden;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__fillBtn--Kjs1X .src-components-ProductCard-index__fillBtnBox--v28VU span {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__fillBtn--Kjs1X .src-components-ProductCard-index__fillBtnBox--v28VU .mf-iconfont {
  font-size: 18px;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__fillBtn--Kjs1X.src-components-ProductCard-index__list--pPbJI {
  bottom: calc(10px + 42px);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__mabangBtn--r2t1N {
  height: 32px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: none;
  opacity: 0;
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__rank--NTV3L {
  padding: 0 3px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  background: linear-gradient(180deg, #FFD84A 0%, #FF9232 100%);
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  margin-right: 4px;
  text-align: center;
  transform: scale(0.9);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__rank--NTV3L.src-components-ProductCard-index__secondRank--wHTuN {
  background: linear-gradient(180deg, #C8CEDB 0%, #8E9BB0 100%);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__rank--NTV3L.src-components-ProductCard-index__thirdRank--G68Ft {
  background: linear-gradient(180deg, #DAA38D 0%, #BB836A 100%);
}
.src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__rank--NTV3L.src-components-ProductCard-index__normalRank--vBczt {
  background: transparent;
  color: #FF4C49;
  border: 1px solid #FF4C49;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__bg--rSTIv {
  z-index: 0;
  background: #fff;
  width: calc(100% + 20px);
  height: calc(100% + 28px);
  top: calc(50% - 6px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__videoGalleryTutorial--esaHh {
  opacity: 1;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__productImage--qKANd {
  width: calc(100% + 20px);
  margin-top: -20px;
  margin-left: -10px;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__productImage--qKANd img {
  border: none;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__add-icon--y91yZ {
  left: -10px;
  top: -20px;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__product-cost--QEPtE {
  top: -5px;
  opacity: 0;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__fillBtn--Kjs1X {
  opacity: 1;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__fillBtn--Kjs1X:hover {
  max-width: 89%;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__mabangBtn--r2t1N {
  display: flex;
  opacity: 1;
}
.src-components-ProductCard-index__productCardHover--RCuVp .src-components-ProductCard-index__productHeader--sg0Oo {
  opacity: 1;
  top: -10px;
}
/** 1688样式 */
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__bg--rSTIv,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__bg--rSTIv,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__bg--rSTIv,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__bg--rSTIv,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__bg--rSTIv {
  border-radius: 8px;
  background-color: #fff;
}
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__productSale--HnYLF,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__productSale--HnYLF,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__productSale--HnYLF,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__productSale--HnYLF,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__productSale--HnYLF {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__productInfo--RJf6g,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__productInfo--RJf6g,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__productInfo--RJf6g,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__productInfo--RJf6g,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__productInfo--RJf6g {
  background-color: #fff;
}
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__productImage--qKANd img {
  border-radius: 8px;
  border: none;
}
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellCurrency--A35F5 {
  top: -1px !important;
}
.src-components-ProductCard-index__th-productCard--aRmua .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC,
.src-components-ProductCard-index__ex-productCard--tVCCz .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC,
.src-components-ProductCard-index__ar-productCard--vxMCT .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC,
.src-components-ProductCard-index__ru-productCard--MdX0d .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC,
.src-components-ProductCard-index__ft-productCard--RqHsf .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg .src-components-ProductCard-index__sellPrice--wRe0P .src-components-ProductCard-index__sellPriceSpan--bHFOC {
  font-size: 14px !important;
  margin-left: 2px;
}
.src-components-ProductCard-index__th-productCard--aRmua:hover .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ex-productCard--tVCCz:hover .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ar-productCard--vxMCT:hover .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ru-productCard--MdX0d:hover .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ft-productCard--RqHsf:hover .src-components-ProductCard-index__productImage--qKANd img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.src-components-ProductCard-index__th-productCard--aRmua.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ex-productCard--tVCCz.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ar-productCard--vxMCT.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ru-productCard--MdX0d.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.src-components-ProductCard-index__ft-productCard--RqHsf.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img {
  border-radius: 8px;
}
.moduleWrap .src-components-ProductCard-index__th-productCard--aRmua.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.moduleWrap .src-components-ProductCard-index__ex-productCard--tVCCz.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.moduleWrap .src-components-ProductCard-index__ar-productCard--vxMCT.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.moduleWrap .src-components-ProductCard-index__ru-productCard--MdX0d.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img,
.moduleWrap .src-components-ProductCard-index__ft-productCard--RqHsf.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productImage--qKANd img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.moduleWrap .src-components-ProductCard-index__th-productCard--aRmua.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productInfo--RJf6g,
.moduleWrap .src-components-ProductCard-index__ex-productCard--tVCCz.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productInfo--RJf6g,
.moduleWrap .src-components-ProductCard-index__ar-productCard--vxMCT.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productInfo--RJf6g,
.moduleWrap .src-components-ProductCard-index__ru-productCard--MdX0d.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productInfo--RJf6g,
.moduleWrap .src-components-ProductCard-index__ft-productCard--RqHsf.src-components-ProductCard-index__home--PwvSY .src-components-ProductCard-index__productInfo--RJf6g {
  padding: 0 10px 12px !important;
  border-radius: 0 0 8px 8px !important;
}
.src-components-ProductCard-index__simpleProductInfo--jVnZR {
  display: flex;
  flex-direction: column;
}
.src-components-ProductCard-index__simpleProductInfo--jVnZR .src-components-ProductCard-index__proName--LhriN {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  /* 显示一行，省略号 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  height: auto;
}
.src-components-ProductCard-index__simpleProductInfo--jVnZR .src-components-ProductCard-index__thrid--o8Vv9 {
  margin-top: 0;
}
.src-components-ProductCard-index__simpleProductInfo--jVnZR .src-components-ProductCard-index__thrid--o8Vv9 .src-components-ProductCard-index__price--LEZdg {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-top: 4px;
  width: 100%;
  max-width: 100% !important;
}
.src-components-ProductCard-index__mProductCard--g7lub {
  display: none;
}
@media (max-width: 768px) {
  .src-components-ProductCard-index__productCard--nLiHk.src-components-ProductCard-index__hasMobile--ITwhH {
    /* Your styles for 768px width */
    display: none;
  }
  .src-components-ProductCard-index__mProductCard--g7lub {
    display: block;
  }
}
.proVip .src-components-ProductCard-index__second--c9G4e .src-components-ProductCard-index__tags--u5THf .src-components-ProductCard-index__tag--YpyCR {
  color: #DDA863;
}
.proVip .src-components-ProductCard-index__fillBtn--Kjs1X {
  background-color: #f1d69e;
  color: #333;
}
.proVip .src-components-ProductCard-index__add-icon--y91yZ .src-components-ProductCard-index__add-icon-bg--eZvJG {
  background-color: #f1d69e;
}
.proVip .src-components-ProductCard-index__add-icon--y91yZ .mf-iconfont {
  color: #333;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .src-components-ProductCard-index__productCard--nLiHk:hover .src-components-ProductCard-index__bg--rSTIv {
    z-index: 0;
    width: 100%;
    height: 0;
    box-shadow: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk:hover .src-components-ProductCard-index__productImage--qKANd {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo {
    display: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo:hover {
    transform: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__videoGalleryTutorial--esaHh {
    display: none;
  }
  .src-components-ProductCard-index__fillBtn--Kjs1X {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .src-components-ProductCard-index__productCard--nLiHk:hover .src-components-ProductCard-index__bg--rSTIv {
    z-index: 0;
    width: 100%;
    height: 0;
    top: 0;
    box-shadow: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk:hover .src-components-ProductCard-index__productImage--qKANd {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo {
    display: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__productHeader--sg0Oo:hover {
    transform: none;
  }
  .src-components-ProductCard-index__productCard--nLiHk .src-components-ProductCard-index__videoGalleryTutorial--esaHh {
    display: none;
  }
  .src-components-ProductCard-index__fillBtn--Kjs1X {
    display: none !important;
  }
}

.mf-iconfont {
  font-family: "cckjMfIconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.src-components-ProductCard-components-QTY-index__quantity--lRJ2c {
  height: 18px;
  position: unset;
  cursor: default;
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c .src-components-ProductCard-components-QTY-index__qty--IZ0iX {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2px;
  border-radius: 9px;
  border: 1px solid #E4E4E4;
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c .src-components-ProductCard-components-QTY-index__qty--IZ0iX .mf-iconfont {
  font-size: 12px;
  margin-left: 4px;
  transition: transform 0.3s;
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c .src-components-ProductCard-components-QTY-index__toast--KDt54 {
  position: absolute;
  left: 0;
  bottom: 25px;
  min-width: 100%;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 2px;
  color: white;
  z-index: 1;
  line-height: 17px;
  background: #ffffff;
  color: #333333;
  padding: 6px 6px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c .src-components-ProductCard-components-QTY-index__toast--KDt54 .src-components-ProductCard-components-QTY-index__cnTips--mlwaH {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  padding: 5px;
  border-radius: 4px;
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c .src-components-ProductCard-components-QTY-index__toast--KDt54 .src-components-ProductCard-components-QTY-index__inventoryItem--T0_2e {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 17px;
  margin-bottom: 4px;
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c:hover .src-components-ProductCard-components-QTY-index__qty--IZ0iX {
  color: var(--color-theme-1);
  background: #fff;
  border-color: var(--color-theme-1);
}
.src-components-ProductCard-components-QTY-index__quantity--lRJ2c:hover .src-components-ProductCard-components-QTY-index__qty--IZ0iX .mf-iconfont {
  transform: rotate(180deg);
}
.proVip .src-components-ProductCard-components-QTY-index__quantity--lRJ2c:hover .src-components-ProductCard-components-QTY-index__qty--IZ0iX {
  color: var(--color-theme-1-vip);
  border-color: var(--color-theme-1-vip);
}

.src-universalComps-verify-inventory-icon-index__verifyIcon--s0QGZ {
  margin-right: 5px;
  color: #52C41A;
  display: inline-block;
  cursor: default;
}
.src-universalComps-verify-inventory-icon-index__verifyIcon--s0QGZ .mf-iconfont {
  font-size: 18px;
  font-weight: normal;
}
.src-universalComps-verify-inventory-icon-index__verifyIcon--s0QGZ.src-universalComps-verify-inventory-icon-index__noVerify--AJ5oA {
  color: var(--color-primary);
}

.src-universalComps-Tooltip-index__wrapperTooltip--Sv_9_ {
  display: inline-block;
}
.src-universalComps-Tooltip-index__tooltip--llVdk {
  position: fixed;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  width: auto;
  max-width: 400px;
  height: auto;
  z-index: 99999;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g {
  padding: 5px 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: 4px;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g a {
  color: var(--color-primary);
  transition: all 0.3s;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__box--d5ApC .src-universalComps-Tooltip-index__content--jE76g a:hover {
  text-decoration: underline;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__arrow--DjN_p {
  position: absolute;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.src-universalComps-Tooltip-index__tooltip--llVdk .src-universalComps-Tooltip-index__rightArrow--UlF5m {
  box-shadow: none;
  border-left: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.75);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr {
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr .src-universalComps-Tooltip-index__content--jE76g {
  background-color: #fff;
}
.src-universalComps-Tooltip-index__tooltip--llVdk.src-universalComps-Tooltip-index__white--T6tqr .src-universalComps-Tooltip-index__arrow--DjN_p {
  border-top: 5px solid #fff;
}

.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  transform: translate(-50%, 5px);
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
  transform: translateX(calc(-100% + 1px));
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
  transform: translateX(calc(100% - 1px));
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  transform: translate(-50%, -5px);
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT {
  background-color: unset;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT .rc-tooltip-arrow {
  border-bottom-color: #333;
  border-top-color: #333;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT .rc-tooltip-inner {
  border: none;
  background-color: #333;
  color: #fff;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT.src-universalComps-RcToolTip-index__light--gjfAs .rc-tooltip-arrow {
  border-bottom-color: #fff;
}
.src-universalComps-RcToolTip-index__tooltipOverlayBox--VYaHT.src-universalComps-RcToolTip-index__light--gjfAs .rc-tooltip-inner {
  border: none;
  background-color: #fff;
  color: #333;
}

.src-universalComps-button-index__btn--hHfLn {
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--color-primary);
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 5px;
  flex: 1;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__ghost--pR796 {
  border: 1px solid var(--color-primary);
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__full--rT5su {
  width: 100%;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__primary--jBthu {
  background-color: var(--color-primary);
  color: #fff;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__primary--jBthu.src-universalComps-button-index__vip--zOK0_ {
  background-color: var(--color-theme-2-vip);
  color: #333;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__default--O2uEL {
  background-color: #F9F9F9;
  border: 1px solid #E4E4E4;
  color: #666;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__default--O2uEL:hover {
  background-color: #F5F5F5;
  border: 1px solid #E4E4E4;
  color: #666;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__disabled--ZWNPd {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__small--U9Yu8 {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.src-universalComps-button-index__btn--hHfLn.src-universalComps-button-index__large--qAE7P {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.src-universalComps-button-index__btn--hHfLn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.src-universalComps-button-index__btn--hHfLn:hover.src-universalComps-button-index__ghost--pR796 {
  background-color: var(--color-primary-opacity1);
  color: var(--color-primary);
}
.src-universalComps-button-index__btn--hHfLn:hover.src-universalComps-button-index__primary--jBthu {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.src-universalComps-button-index__btn--hHfLn:hover.src-universalComps-button-index__primary--jBthu.src-universalComps-button-index__vip--zOK0_ {
  background-color: var(--color-theme-2-1-vip);
  border-color: var(--color-theme-2-1-vip);
}

.src-universalComps-closeIcon-index__CloseIcon--RU5Mz {
  width: 100%;
  height: 100%;
  right: 0;
  cursor: pointer;
}
.src-universalComps-closeIcon-index__CloseIcon--RU5Mz .src-universalComps-closeIcon-index__box--nz_Jr {
  position: relative;
  width: 100%;
  height: 100%;
}
.src-universalComps-closeIcon-index__CloseIcon--RU5Mz .src-universalComps-closeIcon-index__box--nz_Jr .src-universalComps-closeIcon-index__line--QyU8e {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.src-universalComps-closeIcon-index__CloseIcon--RU5Mz .src-universalComps-closeIcon-index__box--nz_Jr .src-universalComps-closeIcon-index__line--QyU8e.src-universalComps-closeIcon-index__line1--CqhZU {
  transform: rotate(45deg);
}
.src-universalComps-closeIcon-index__CloseIcon--RU5Mz .src-universalComps-closeIcon-index__box--nz_Jr .src-universalComps-closeIcon-index__line--QyU8e.src-universalComps-closeIcon-index__line2--Cmn73 {
  transform: rotate(-45deg);
}

.src-universalComps-modal-confirm__confrimModal--y0pmP {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY {
  min-width: 480px;
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__content--mjgly {
  font-size: 14px;
  line-height: 20px;
  word-break: keep-all;
  color: #666666 !important;
  padding: 0 !important;
  margin-top: 16px;
  text-align: left;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__header--n7M4H {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__closeBtn--nMfqs {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__footer--pLuZo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__footer--pLuZo .src-universalComps-modal-confirm__btn--Mb27j {
  margin-left: 15px;
  height: 32px;
  flex: none;
  line-height: 32px;
  min-width: 74px;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__footer--pLuZo .src-universalComps-modal-confirm__btn--Mb27j:nth-of-type(1) {
  margin-left: 0;
}
.src-universalComps-modal-confirm__confrimModal--y0pmP .src-universalComps-modal-confirm__box--ZaSYY .src-universalComps-modal-confirm__footer--pLuZo.src-universalComps-modal-confirm__right--scBc2 {
  justify-content: flex-end;
}

.src-components-ProductCard-m__mProductCard--AG6bp {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #eee;
  overflow: hidden;
}
.src-components-ProductCard-m__mProductCard--AG6bp img {
  width: 100%;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__info--hvsgb {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__name--5tFoK {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333333;
  padding: 0 7px;
  margin-top: 8px;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__qty--g4_Ti {
  color: #666;
  font-size: 12px;
  padding: 0 7px;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__priceAndList--Aks0a {
  padding: 0 7px;
  padding-bottom: 6px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__priceAndList--Aks0a .src-components-ProductCard-m__price--SyCTA {
  color: var(--color-primary);
  font-size: 15px;
  display: flex;
  align-items: center;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__priceAndList--Aks0a .src-components-ProductCard-m__price--SyCTA .src-components-ProductCard-m__symbol--o3K6d {
  font-size: 12px;
  transform: scale(0.8);
  position: relative;
  top: -2px;
  display: block;
}
.src-components-ProductCard-m__mProductCard--AG6bp .src-components-ProductCard-m__priceAndList--Aks0a .src-components-ProductCard-m__list--meWPl {
  font-size: 12px;
  color: #999;
}

.src-universalComps-skeleton-index__skeleton--iDHff {
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  width: 100%;
  height: 0.8rem;
  list-style: none;
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: src-universalComps-skeleton-index__skeleton-loading--mk9KD 1.4s ease infinite;
}
@keyframes src-universalComps-skeleton-index__skeleton-loading--mk9KD {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.src-universalComps-cj-button-index__cjButton--cGIww {
  border-radius: 8px;
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 30px;
  min-width: 89px;
  padding: 0 20px;
  transition: all 0.3s;
  flex-shrink: 0;
}
.src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__primary--Nleh7 {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__primary--Nleh7:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__ghost--NdHTK {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__ghost--NdHTK:hover {
  background-color: var(--color-theme-1-opacity10);
}
.src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__disabled--K5wGb {
  pointer-events: none;
  opacity: 0.5;
}
.vip .src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__vip--VdTrN.src-universalComps-cj-button-index__primary--Nleh7 {
  background-color: #f1d69e;
  border-color: #f1d69e;
  color: #333;
}
.vip .src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__vip--VdTrN.src-universalComps-cj-button-index__primary--Nleh7:hover {
  background-color: #D8C08D;
  border-color: #D8C08D;
}
.vip .src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__vip--VdTrN.src-universalComps-cj-button-index__ghost--NdHTK {
  border-color: #dda863;
  color: #dda863;
}
.vip .src-universalComps-cj-button-index__cjButton--cGIww.src-universalComps-cj-button-index__vip--VdTrN.src-universalComps-cj-button-index__ghost--NdHTK:hover {
  border-color: #D8C08D;
  background-color: rgba(221, 168, 99, 0.1);
  color: #D8C08D;
}

.src-universalComps-modal-index__confrimModal--aJiRe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW {
  min-width: 360px;
  max-width: 600px;
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__content--lITb_ {
  font-size: 14px;
  line-height: 20px;
  word-break: keep-all;
  color: #666666 !important;
  padding: 0 !important;
  margin-top: 10px;
  text-align: left;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__header--bI0T2 {
  position: relative;
  width: 100%;
  height: 22px;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__closeBtn--EEFjH {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__footer--yItLi {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-end;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__footer--yItLi .src-universalComps-modal-index__btn--nrjdM {
  margin-left: 15px;
  flex: auto;
}
.src-universalComps-modal-index__confrimModal--aJiRe .src-universalComps-modal-index__box--PmryW .src-universalComps-modal-index__footer--yItLi .src-universalComps-modal-index__btn--nrjdM:nth-of-type(1) {
  margin-left: 0;
}

