.container {
  position: relative;
  width: 1100px;
  max-width: 1100px;
  margin: 160px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  gap: 40px;
}
.salebanner-container {
  display: none;
}
.banner-container {
  display: none;
}
.left-sticky {
  width: 480px;
  flex-shrink: 0;
}
.left-sticky .left {
  position: sticky;
  top: 180px;
}
.left-sticky .left .left-row {
  width: 100%;
  position: relative;
  transition: all 0.6s;
}
.left-sticky .left .left-row.left-row-show .bas-kg {
  height: 380px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
  transform: translateY(20px);
}
.left-sticky .left .left-row.left-row-show .bas-kg .infobox {
  opacity: 1;
}
.left-sticky .left .left-row .bas-kg {
  z-index: 0;
  width: 100%;
  height: 300px;
  position: relative;
  background-color: var(--extent_color);
  border-radius: 30px;
  overflow: hidden;
  transition: all 1s;
}
.left-sticky .left .left-row .bas-kg .reviews-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  color: var(--extent_color);
  padding: 2px 12px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(20%);
  z-index: 1;
}
.left-sticky .left .left-row .bas-kg .reviews-tag.tag-show {
  animation: tagshow 1s forwards;
}
.left-sticky .left .left-row .bas-kg .reviews-tag.tag-hide {
  animation: taghide 1s forwards;
}
@keyframes tagshow {
  from {
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes taghide {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 0;
  }
}
.left-sticky .left .left-row .bas-kg .product-tastes {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.left-sticky .left .left-row .bas-kg .product-tastes .product-taste-item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 2px;
  flex-direction: column;
  background-color: var(--extent_color);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 42px;
  justify-content: center;
  border-radius: 6px;
}
.left-sticky .left .left-row .bas-kg .product-tastes .product-taste-item .taste-title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.left-sticky .left .left-row .bas-kg .product-tastes .product-taste-item .taste-num {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
.left-sticky .left .left-row .bas-kg .infobox {
  color: #FFFFFF;
  padding: 0 30px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 1s;
}
.left-sticky .left .left-row .bas-kg .infobox .sub-sec {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.left-sticky .left .left-row .bas-kg .infobox .sub-sec .sub-item {
  font-size: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-radius: 0.06rem;
  font-weight: 700;
  padding: 0.02rem 0.1rem;
  letter-spacing: -0.01rem;
  border: 1.5px solid #FFF;
}
.left-sticky .left .left-row .bas-kg .infobox .inter-info {
  cursor: pointer;
  width: 100%;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  transition: all 0.3s;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  gap: 4px;
}
.left-sticky .left .left-row .bas-kg .infobox .inter-info:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.left-sticky .left .left-row .bas-kg .infobox .inter-info:hover i {
  transform: translateX(4px);
}
.left-sticky .left .left-row .bas-kg .infobox .inter-info i {
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  transition: all 0.3s;
}
.left-sticky .left .left-row .bas-kg .bg {
  width: 100%;
}
.left-sticky .left .left-row .bas-kg .bg .bg-img {
  position: relative;
  z-index: 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 67%);
}
.left-sticky .left .left-row .bas-kg .bg .bg-img .video-item {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}
.left-sticky .left img {
  width: 94%;
  display: block;
  border-radius: 0 0 20px 20px;
  animation: huerun 20s infinite;
  margin: 10px auto 0;
}
@keyframes huerun {
  0% {
    filter: hue-rotate(-20deg);
  }
  50% {
    filter: hue-rotate(50deg);
  }
  100% {
    filter: hue-rotate(-20deg);
  }
}
.left-sticky .left .freetips {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 20px;
}
.left-sticky .left .freetips .freetipsicon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.left-sticky .left .freetips .tipsnum {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}
.left-sticky .left .freetips .freight-text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
  margin-top: 4px;
}
.right {
  width: 100%;
  padding-top: 30px;
}
.right .sub {
  pointer-events: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.right .en-name {
  pointer-events: none;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 700;
}
.right .total {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  right: 30px;
  top: 60px;
}
.right .total .stars {
  display: flex;
  align-items: center;
}
.right .total .stars i {
  font-size: 14px;
  margin-right: 2px;
  color: #ffcb00;
}
.right .total .stars.pointer i {
  cursor: pointer;
}
.right .total .go-com {
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.right .total .go-com .text {
  letter-spacing: 0;
  font-size: 13px;
  margin-left: 6px;
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 0.8);
  display: flex;
  align-items: center;
}
.right .total .go-com .text i {
  font-size: 13px;
  font-weight: 700;
  margin-top: 1px;
  margin-left: 4px;
}
.right .total .go-com .text .com-num {
  font-weight: 700;
  text-decoration: 2px underline dashed #ccc;
  text-underline-offset: 5px;
}
.right .total .reviews-tag {
  position: absolute;
  right: 10px;
  top: -100%;
  display: inline-block;
  border-radius: 0.08rem;
  background-color: #fff;
  color: var(--extent_color);
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(100%);
  white-space: nowrap;
}
.right .total .reviews-tag.tag-show {
  animation: tagshow 1s forwards;
}
.right .total .reviews-tag.tag-hide {
  animation: taghide 1s forwards;
}
.right .total .reviews-tag:before {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 29px;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: -1;
}
@keyframes tagshow {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes taghide {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 0;
  }
}
.right .total:hover .go-com .text {
  transform: translateY(-26px);
  color: #ffcb00;
}
.right .sales-sec {
  position: relative;
  display: flex;
  margin-top: 20px;
}
.right .sales-sec .sales {
  flex: 1;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.right .sales-sec .sales .sales-swiper {
  position: absolute;
  top: 0;
  transition: all 1s 2s cubic-bezier(0.5, 0, 0, 1);
  display: flex;
  flex-direction: column;
}
.right .sales-sec .sales .sales-swiper .sales-now {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 99rem;
  height: 24px;
  line-height: 24px;
}
.right .sales-sec .sales .sales-swiper .sales-month {
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 24px;
}
.right .sales-sec .sales .sales-swiper .sales-month .sales-sku {
  color: #FFF;
  font-size: 12px;
  background-color: var(--extent_color);
  padding: 2px 6px;
  border-radius: 4px;
}
@keyframes swiper {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-24px);
  }
}
.right .sales-sec .add-icon {
  display: flex;
  align-items: center;
}
.right .sales-sec .add-icon .icon-item {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.right .sales-sec .add-icon .icon-item:last-child span {
  margin-left: 4px;
}
.right .sales-sec .add-icon .icon-item .add-svg {
  width: 20px;
  height: 20px;
}
.right .sales-sec .add-icon .icon-item span {
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}
.right .add {
  margin-top: 4px;
}
.right .add .add-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
}
.right .add .add-wrap .additem {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.right .add .add-wrap .additem .addnum {
  font-weight: 700;
  color: var(--main-color);
}
.right .price-sec {
  margin: 20px 0 0;
  justify-content: flex-start;
}
.right .price-sec .add-cart-btn {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
}
.right .sku-sec {
  margin-top: 40px;
}
.right .sku-sec .sku {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
}
.right .sku-sec .sku .sku-item {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  height: 32px;
  color: #FFF;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: var(--image-url);
  background-size: cover;
  transition: all 0.3s;
}
.right .sku-sec .sku .sku-item:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.right .sku-sec .sku .sku-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.right .sku-sec .sku .sku-item:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.2);
}
.right .desc-sec {
  margin-top: 40px;
}
.right .desc-sec .desc {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  border-radius: 20px;
}
.right .desc-sec .desc p {
  display: grid;
  margin-top: 14px;
  grid-template-columns: 1fr 5fr;
}
.right .desc-sec .desc p:first-child {
  margin-top: 0;
}
.right .desc-sec .desc p strong {
  white-space: nowrap;
}
.right .match-sec {
  margin-top: 40px;
}
.right .match-sec .match-wrap {
  display: grid;
  gap: 30px 0;
  grid-template-columns: repeat(2, 1fr);
}
.right .match-sec .match-wrap .match-cate {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.right .match-sec .match-wrap .match-cate:hover {
  transform: scale(1.05);
}
.right .match-sec .match-wrap .match-cate:hover .match-good .bas-kg .infobox .inter-list {
  width: 100%;
}
.right .match-sec .match-wrap .match-cate .match-cate-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  gap: 4px;
  margin-bottom: 4px;
}
.right .match-sec .match-wrap .match-cate .match-cate-name .cate-tag {
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 1px 4px;
  border: 1.5px solid #FFF;
}
.right .match-sec .match-wrap .match-cate .match-good {
  width: 240px;
  margin: auto;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg {
  position: relative;
  border-radius: 20px;
  transition: all 0.2s;
  overflow: hidden;
  height: 200px;
  background-color: var(--extent_color);
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .product-tastes {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 3;
  padding: 0;
  margin-top: 0;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .product-tastes .product-taste-item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 2px;
  flex-direction: column;
  background-color: var(--extent_color);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  width: 44px;
  height: 40px;
  justify-content: center;
  border-radius: 6px;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .product-tastes .product-taste-item .taste-title {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .product-tastes .product-taste-item .taste-num {
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox {
  color: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 3;
  transform: translateY(-20px);
  padding: 0px 16px;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .product-list .cate-name {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  gap: 0.06rem;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .product-list .cate-name .tag {
  font-size: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.06rem;
  padding: 0 0.06rem;
  border: 1.5px solid #FFF;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .product-list .mouth {
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 0.1rem;
  font-size: 0.22rem;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .name-sec {
  /* display: flex;
                                align-items: center; */
  transform: scale(0.7);
  transform-origin: left;
  margin-top: 0;
  /* .sku-name{
                                    font-size: 0.36rem;
                                    font-weight: 700;
                                    line-height: 1;
                                }
                                .nic-num{
                                    font-size: 0.42rem;
                                    font-weight: 700;
                                    line-height: 0;
                                    margin-left: 0.1rem;
                                }
                                .nic{
                                    display: flex;
                                    flex-direction: column;
                                    font-size: 0.2rem;
                                    font-weight: 700;
                                    line-height: 1;
                                    margin-left: 0.04rem;
                                    span{
                                        font-size: 0.16rem;
                                    }
                                } */
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .inter-list {
  width: 80%;
  margin: 6px auto 0;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  transition: all 0.3s;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 4px 0;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .infobox .inter-list i {
  font-size: 12px;
  margin-top: 1px;
  font-weight: 700;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .bg {
  position: relative;
  width: 100%;
  /*  &:before{
                                content: "";
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                background: linear-gradient(to left, var(--extent_color) 44%, transparent 70%);
                                top: 0;
                                left: 0;
                                z-index: 2;
                            } */
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .bg .bg-img {
  position: relative;
  z-index: 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 67%);
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .bg .bg-img .img-item {
  width: 100%;
  display: block;
}
.right .match-sec .match-wrap .match-cate .match-good .bas-kg .bg .bg-img .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: block;
  height: 100%;
}
.right .comment-sec {
  margin-top: 40px;
}
.right .comment-sec .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right .comment-sec .stars i {
  font-size: 18px;
  margin-right: 2px;
  color: #ffcb00;
}
.right .comment-sec .stars.pointer i {
  cursor: pointer;
}
.right .comment-sec .widg {
  padding: 0 30px;
}
.right .comment-sec .widg .amount-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right .comment-sec .widg .amount-wrap .total-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
}
.right .comment-sec .widg .amount-wrap .total-score .score {
  font-size: 44px;
  color: #ffcb00;
}
.right .comment-sec .widg .amount-wrap .total-score .stars i {
  font-size: 18px;
}
.right .comment-sec .widg .amount-wrap .total-score .stars i:last-child {
  margin-right: 0;
}
.right .comment-sec .widg .amount-wrap .histogram {
  position: relative;
  z-index: 1;
  flex: 1;
}
.right .comment-sec .widg .amount-wrap .histogram .histogram-row {
  display: grid;
  align-items: center;
  height: 20px;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
}
.right .comment-sec .widg .amount-wrap .histogram .histogram-row .stars i {
  font-size: 12px;
  margin-right: 1px;
}
.right .comment-sec .widg .amount-wrap .histogram .histogram-row .bar {
  width: 100%;
  height: 12px;
  margin-left: 6px;
  border-radius: 6px;
  background-color: rgba(255, 203, 1, 0.2);
  overflow: hidden;
}
.right .comment-sec .widg .amount-wrap .histogram .histogram-row .bar .progress {
  width: 0;
  height: 100%;
  background-color: #ffcb00;
  display: block;
}
.right .comment-sec .widg .amount-wrap .histogram .histogram-row .frequency {
  font-size: 13px;
  text-align: end;
}
.right .comment-sec .widg .label-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 12px;
  gap: 10px;
  margin: 20px 0 40px;
}
.right .comment-sec .widg .label-box .label {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6px 0;
  text-align: center;
  border-radius: 6px;
  white-space: nowrap;
}
.right .comment-sec .history .reviews .rev {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 10px;
}
.right .comment-sec .history .reviews .rev:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.right .comment-sec .history .reviews .rev .like-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.right .comment-sec .history .reviews .rev .like-box .doyou {
  font-size: 12px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.right .comment-sec .history .reviews .rev .like-box .up {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.right .comment-sec .history .reviews .rev .like-box .up-num {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.right .comment-sec .history .reviews .rev .name-box {
  display: flex;
  align-items: center;
}
.right .comment-sec .history .reviews .rev .name-box .nickname {
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.right .comment-sec .history .reviews .rev .name-box .fans {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  font-size: 11px;
  font-weight: 700;
  padding: 1px 0;
  position: relative;
  border-radius: 4px;
  font-family: sans-serif;
  border: 1.5px solid #dab258;
  overflow: hidden;
}
.right .comment-sec .history .reviews .rev .name-box .fans .fans-text {
  color: #fff;
  background-color: #000;
  padding: 1px 4px;
  position: relative;
  z-index: 0;
}
.right .comment-sec .history .reviews .rev .name-box .fans .back {
  background: linear-gradient(113deg, #c1943f, #eecd6c);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.right .comment-sec .history .reviews .rev .name-box .fans .shine {
  background: linear-gradient(-75deg, #000000 45%, #979797 50%, #000000 55%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  mix-blend-mode: color-dodge;
  background-size: 300% 300%;
  animation: move 6s linear infinite;
}
@keyframes move {
  0% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.right .comment-sec .history .reviews .rev .name-box .first-buy {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  font-size: 11px;
  font-weight: 700;
  padding: 1px 0;
  position: relative;
  border-radius: 4px;
  font-family: sans-serif;
  border: 1.5px solid #099610;
  overflow: hidden;
}
.right .comment-sec .history .reviews .rev .name-box .first-buy .fans-text {
  color: #fff;
  background-color: #000;
  padding: 1px 4px;
  position: relative;
  z-index: 0;
}
.right .comment-sec .history .reviews .rev .name-box .first-buy .back {
  background: linear-gradient(113deg, #92cb45, #28ba00);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.right .comment-sec .history .reviews .rev .name-box .first-buy .shine {
  background: linear-gradient(-75deg, #000000 45%, #979797 50%, #000000 55%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  mix-blend-mode: color-dodge;
  background-size: 300% 300%;
  animation: move 6s linear infinite;
}
@keyframes move {
  0% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.right .comment-sec .history .reviews .rev .star-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.right .comment-sec .history .reviews .rev .star-box i {
  font-size: 12px;
}
.right .comment-sec .history .reviews .rev .star-box .date {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.right .comment-sec .history .reviews .rev .buy-text {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.right .comment-sec .history .reviews .rev .content {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.right .comment-sec .history .paging {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;
}
.right .comment-sec .history .paging .prev {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.right .comment-sec .history .paging .prev .previcon {
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) scaleX(-1);
  position: absolute;
  top: 52%;
  left: 48%;
  fill: #000;
}
.right .comment-sec .history .paging .prev:hover {
  background-color: #000;
}
.right .comment-sec .history .paging .prev:hover .previcon {
  fill: #FFF;
}
.right .comment-sec .history .paging .disabled {
  opacity: 0.1;
}
.right .comment-sec .history .paging .active {
  transform: scale(1.2);
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}
.right .comment-sec .history .paging .active:hover {
  color: var(--main-color);
}
.right .comment-sec .history .paging .next {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.right .comment-sec .history .paging .next .nexticon {
  width: 18px;
  height: 18px;
  fill: #000;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.right .comment-sec .history .paging .next:hover {
  background-color: #000;
}
.right .comment-sec .history .paging .next:hover .nexticon {
  fill: #FFF;
}
.right .comment-sec .history .lord-more {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  width: 35%;
  border-radius: 99px;
  transition: all 0.3s;
  cursor: pointer;
}
.right .comment-sec .history .lord-more:active {
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  letter-spacing: 3px;
}
.right .comment-sec .history .lord-more:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.right .other-box {
  margin-top: 100px;
}
.right .other-box .sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 20px;
}
.right .other-box .sub p {
  margin: 6px 0;
  line-height: 1.6;
}
.cate-name {
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  gap: 6px;
}
.cate-name .tag {
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0 6px;
  border: 1.5px solid #FFF;
}
.name-sec {
  pointer-events: none;
  display: flex;
  margin-top: 4px;
  align-items: center;
  white-space: nowrap;
}
.name-sec .sku-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.name-sec .nic-num {
  font-size: 29px;
  font-weight: 700;
  line-height: 0;
  margin-left: 10px;
  margin-top: 2px;
}
.name-sec .nic {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 2px;
}
.name-sec .nic span {
  font-size: 10px;
}
.price-sec {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}
.price-sec .price {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.price-sec .price .twd {
  font-size: 11px;
  margin-right: 2px;
}
.price-sec .add-cart-btn {
  cursor: pointer;
  position: relative;
  width: 200px;
  height: 40px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--extent_color);
  white-space: nowrap;
  letter-spacing: 0;
  border: 1.5px solid #FFF;
  transform: scale(1);
  transition: transform 0.4s;
  z-index: 1;
}
.price-sec .add-cart-btn:before,
.price-sec .add-cart-btn:after {
  position: absolute;
  content: "";
  width: 120%;
  left: 50%;
  height: 120%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
.price-sec .add-cart-btn i {
  font-size: 0.32rem;
}
.price-sec .add-cart-btn:hover {
  animation: btnshake 6s ease-in-out infinite;
}
.price-sec .add-cart-btn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 20%, #FFF 20%, transparent 30%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FFF 15%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
                10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 6s ease infinite;
}
@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
                    40% 90%, 55% 90%, 70% 90%;
  }
  10% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
                    50% 50%, 65% 20%, 90% 30%;
  }
  20% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  21% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
}
.price-sec .add-cart-btn:hover:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FFF 15%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%), radial-gradient(circle, #FFF 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 6s ease infinite;
}
@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  10% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
                        105% 0%;
  }
  20% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
  21% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
                        110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    opacity: 0;
  }
}
@keyframes btnshake {
  0%,
  10%,
  100% {
    transform: scale(1);
  }
  4%,
  6% {
    transform: scale(1.05);
  }
}
.price-sec .successicon {
  transform: scale(0.4);
  /* margin-left: -0.3rem; */
}
.price-sec .successicon .circle {
  stroke-dasharray: 1156;
  stroke-dashoffset: 1156;
  transform: rotate(-67deg) translate(-14px, 31px);
  animation: circlego 0.8s ease-out forwards;
}
@keyframes circlego {
  from {
    stroke-dashoffset: 1194;
  }
  to {
    stroke-dashoffset: 2288;
  }
}
.price-sec .successicon .tick {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transform: translate(2px, -12px);
  animation: tick 3s 0.8s ease-out forwards;
}
@keyframes tick {
  from {
    stroke-dashoffset: 350;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.price-sec .success-text {
  max-width: 100px;
  color: #FFF;
  width: 0;
  overflow: hidden;
  font-size: 13px;
  /* margin-left: -0.2rem; */
  animation: text1 1s 1.3s forwards;
}
@keyframes text1 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100px;
  }
}
.sec-title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sec-title-box .running-container {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec-title-box .running-container .running-item {
  width: 10px;
  height: 10px;
  position: absolute;
}
.sec-title-box .running-container .running-item.running-item-1 {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 3.6s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.sec-title-box .running-container .running-item.running-item-2 {
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  animation: item-2_move 3.6s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.sec-title-box .running-container .running-item.running-item-3 {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 3.6s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
.sec-title-box .running-container .running-item.running-item-4 {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  animation: item-4_move 3.6s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}
@keyframes item-1_move {
  0%,
  100% {
    transform: translate(0, 0);
    border-radius: 4px 0 0 0;
  }
  25% {
    transform: translate(0, 10px);
    border-radius: 0 0 0 4px;
  }
  50% {
    transform: translate(10px, 10px);
    border-radius: 0 0 4px 0;
  }
  75% {
    transform: translate(10px, 0);
    border-radius: 0 4px 0 0;
  }
}
@keyframes item-2_move {
  0%,
  100% {
    transform: translate(0, 0);
    border-radius: 0 4px 0 0;
  }
  25% {
    transform: translate(-10px, 0);
    border-radius: 4px 0 0 0;
  }
  50% {
    transform: translate(-10px, 10px);
    border-radius: 0 0 0 4px;
  }
  75% {
    transform: translate(0, 10px);
    border-radius: 0 0 4px 0;
  }
}
@keyframes item-3_move {
  0%,
  100% {
    transform: translate(0, 0);
    border-radius: 0 0 4px 0;
  }
  25% {
    transform: translate(0, -10px);
    border-radius: 0 4px 0 0;
  }
  50% {
    transform: translate(-10px, -10px);
    border-radius: 4px 0 0 0;
  }
  75% {
    transform: translate(-10px, 0);
    border-radius: 0 0 0 4px;
  }
}
@keyframes item-4_move {
  0%,
  100% {
    transform: translate(0, 0);
    border-radius: 0 0 0 4px;
  }
  25% {
    transform: translate(10px, 0);
    border-radius: 0 0 4px 0;
  }
  50% {
    transform: translate(10px, -10px);
    border-radius: 0 4px 0 0;
  }
  75% {
    transform: translate(0, -10px);
    border-radius: 4px 0 0 0;
  }
}
.sec-title-box .sec-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}
.sec-title-box:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.guess-box {
  position: relative;
  width: 1200px;
  margin: 120px auto 0;
  padding: 0 30px;
}
.guess-box .guess-title {
  font-size: 24px;
  color: #FFF;
  text-align: center;
}
