.breadcrumb {
  padding: 8px 60px;
}
html {
  scroll-behavior: smooth;
}
body {
  --star-color: #f1b327;
}
.goods-container {
  padding: 0;
}
.goods-container img {
  width: 100%;
  max-height: 100%;
}
.goods-container .wrapper {
  width: 1040px;
  margin: 0 auto;
}
.goods-container .tab-manager {
  position: sticky;
  z-index: 5;
  top: 80px;
  width: 582px;
  border-radius: 73px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 54px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.goods-container .tab-manager.full {
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.goods-container .tab-manager ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1182px;
  height: 32px;
  margin: 10px auto 0;
  padding: 0 10px;
}
.goods-container .tab-manager ul li {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 10px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}
.goods-container .tab-manager ul li:hover {
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 70px;
  display: flex;
  align-self: center;
  height: 38px;
}
.goods-container .tab-manager ul li.active {
  border-radius: 70px;
  background-color: #fff;
  display: flex;
  align-self: center;
  height: 38px;
}
.goods-container .tab-manager ul li.active a {
  color: #222222;
}
.goods-container .product-template {
  display: flex;
  gap: 80px;
  position: relative;
  margin-top: 20px;
}
.goods-container .product-template .thoroughfare {
  /*height: 1600px;*/
}
.goods-container .product-template .product-media {
  width: 326px;
  flex-shrink: 0;
}
.goods-container .product-template .product-media .main-img-wrap {
  position: relative;
  height: fit-content;
}
.goods-container .product-template .product-media .main-img-wrap img {
  width: 100%;
  clip-path: polygon(100% 0%, 100% 91.33%, 80.33% 100%, 0% 100%, 0% 0%);
}
.goods-container .product-template .product-media .main-img-wrap:after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.9);
  /* clip-path: polygon(0% 43.7%, 100% 16.8%, 100% 100%, 0% 100%); */
  box-sizing: border-box;
  /* border-radius: 0.2rem; */
  background: linear-gradient(0deg, var(--extent_color) -35%, transparent 25%), linear-gradient(-204deg, transparent 94%, var(--extent_color) 94%, var(--extent_color) 95%, transparent 0) bottom right;
  border-image-source: linear-gradient(-10deg, var(--extent_color), #ffffff 50%);
  border-image-slice: 1;
  clip-path: polygon(100% 22%, 100% 91.33%, 80.33% 100%, 0% 100%, 0% 57%);
}
.goods-container .product-template .product-media .fruit {
  position: relative;
  margin-top: 10px;
}
.goods-container .product-template .product-media .fruit .atr {
  /* --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb); */
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  --bg: rgba(0, 0, 0, 0.4);
  --color: #afffff;
  color: var(--extent_color);
  cursor: pointer;
  /* use position: relative; so that BG is only for .btn */
  position: relative;
  isolation: isolate;
  display: inline-grid;
  /* place-content: center; */
  padding: 10px 20px;
  border: 0;
  background: transparent;
  /* text-transform: uppercase; */
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
  transition: color 250ms;
  width: 100%;
}
.goods-container .product-template .product-media .fruit .atr:after,
.goods-container .product-template .product-media .fruit .atr:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .product-template .product-media .fruit .atr:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
  opacity: 0.7;
}
@keyframes move-bg7234 {
  0% {
    background-position: 31% 0%;
  }
  50% {
    background-position: 70% 100%;
  }
  100% {
    background-position: 31% 0%;
  }
}
.goods-container .product-template .product-media .fruit .atr:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .product-template .product-media .fruit .atr .taste {
  flex-grow: 1;
  color: var(--main-text-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
  margin: 4px 0 6px;
}
.goods-container .product-template .product-media .fruit .atr .taste .taste-item .taste-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.goods-container .product-template .product-media .fruit .atr .taste .taste-item .taste-speed {
  width: 100%;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  position: relative;
}
.goods-container .product-template .product-media .fruit .atr .taste .taste-item .taste-speed:before {
  content: "";
  display: block;
  width: var(--width);
  height: 100%;
  z-index: -1;
  position: relative;
  background: linear-gradient(90deg, var(--linear-color)) no-repeat, transparent;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.goods-container .product-template .product-media .fruit .atr .info .info-item {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.goods-container .product-template .product-media .fruit .atr .and {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-container .product-template .product-media .fruit .atr .and .price {
  font-size: 40px;
  width: 42%;
  flex-shrink: 0;
}
.goods-container .product-template .product-media .fruit .atr .and .su-cart {
  position: relative;
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
.goods-container .product-template .product-media .fruit .atr .and .su-cart input {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 36px;
  border: none;
  color: inherit;
  background-color: transparent;
}
.goods-container .product-template .product-media .fruit .atr .and .su-cart i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  border-radius: 8px;
  font-size: 28px;
}
.goods-container .product-template .product-media .fruit .atr .and .su-cart i.cart-reduce {
  left: 0;
}
.goods-container .product-template .product-media .fruit .atr .and .su-cart i.cart-add {
  right: 0;
}
.goods-container .product-template .product-media .fruit .fruitpic {
  position: absolute;
  width: auto;
  bottom: 100%;
  right: -1%;
  z-index: 1;
}
.goods-container .product-template .product-media .sku-sec {
  margin: 30px 0 20px;
}
.goods-container .product-template .product-media .sku-sec .content-title {
  font-size: 14px;
  font-weight: 700;
}
.goods-container .product-template .product-media .sku-sec .sku {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.goods-container .product-template .product-media .sku-sec .sku .sku-item {
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  color: var(--extent_color);
  position: relative;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0;
  isolation: isolate;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  text-align: center;
  cursor: pointer;
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
}
.goods-container .product-template .product-media .sku-sec .sku .sku-item:after,
.goods-container .product-template .product-media .sku-sec .sku .sku-item:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .product-template .product-media .sku-sec .sku .sku-item:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.goods-container .product-template .product-media .sku-sec .sku .sku-item:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .product-template .product-media .share {
  margin-top: 60px;
}
.goods-container .product-template .product-media .share .sharetext {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.goods-container .product-template .product-media .share .social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
}
.goods-container .product-template .product-media .share .social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  border-radius: 8px;
  padding: 8px;
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  cursor: pointer;
}
.goods-container .product-template .product-media .share .social .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  transform: scale(1.2);
}
.goods-container .product-template .info-right {
  padding-top: 46px;
  width: 634px;
}
.goods-container .product-template .info-right .view-sec {
  display: flex;
  justify-content: space-between;
}
.goods-container .product-template .info-right .view-sec .series-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.goods-container .product-template .info-right .view-sec .series-name .puff {
  padding: 0 6px;
  border: 1.5px solid #FFF;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 6px;
}
.goods-container .product-template .info-right .view-sec .viewtext {
  font-size: 11px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.goods-container .product-template .info-right .name-info .name {
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  color: var(--extent_color);
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 30px;
  isolation: isolate;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
  margin-top: 6px;
}
.goods-container .product-template .info-right .name-info .name:after,
.goods-container .product-template .info-right .name-info .name:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .product-template .info-right .name-info .name:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
}
.goods-container .product-template .info-right .name-info .name:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .product-template .info-right .name-info .num-line {
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(-50deg);
  transform-origin: left center;
  left: -23%;
  top: 160px;
}
.goods-container .product-template .info-right .name-info .num-line .number,
.goods-container .product-template .info-right .name-info .num-line .number2 {
  position: relative;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--extent_color);
  box-shadow: 0 0 0.1rem var(--extent_color), 0 0 10px var(--extent_color), 0 0 15px var(--extent_color), 0 0 0.4rem var(--extent_color);
}
.goods-container .product-template .info-right .name-info .num-line .number:before,
.goods-container .product-template .info-right .name-info .num-line .number2:before,
.goods-container .product-template .info-right .name-info .num-line .number:after,
.goods-container .product-template .info-right .name-info .num-line .number2:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 0;
  background-color: var(--extent_color);
  z-index: -1;
}
.goods-container .product-template .info-right .name-info .num-line .number,
.goods-container .product-template .info-right .name-info .num-line .number2 {
  transition: all 0.3s;
}
.goods-container .product-template .info-right .name-info .num-line .number:after,
.goods-container .product-template .info-right .name-info .num-line .number2:after {
  animation: pulse 1s 0.8s linear infinite;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
.goods-container .product-template .info-right .name-info .num-line .number2 {
  width: 6px;
  height: 6px;
}
.goods-container .product-template .info-right .name-info .num-line .number2:before,
.goods-container .product-template .info-right .name-info .num-line .number2:after {
  height: 6px;
  width: 6px;
}
.goods-container .product-template .info-right .name-info .num-line .line {
  position: relative;
  display: block;
  width: 30%;
  height: 0.02rem;
  background-color: var(--extent_color);
  box-shadow: 0 0 0.1rem var(--extent_color), 0 0 0.2rem var(--extent_color), 0 0 0.3rem var(--extent_color), 0 0 0.4rem var(--extent_color);
}
.goods-container .product-template .info-right .name-info .num-line .line:after {
  content: "";
  display: block;
  width: 340%;
  height: 0.02rem;
  background-color: var(--extent_color);
  transform: rotate(-130deg);
  transform-origin: right center;
  position: absolute;
  right: 0;
  box-shadow: 0 0 0.1rem var(--extent_color), 0 0 0.2rem var(--extent_color), 0 0 0.3rem var(--extent_color), 0 0 0.4rem var(--extent_color);
}
.goods-container .product-template .info-right .sales-sec {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;
  align-items: flex-end;
  padding: 0 10px;
}
.goods-container .product-template .info-right .sales-sec .prices {
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
.goods-container .product-template .info-right .sales-sec .prices .now {
  font-size: 13px;
  font-weight: 500;
}
.goods-container .product-template .info-right .sales-sec .prices .sales-count {
  margin-left: 8px;
  font-size: 11px;
  padding: 1px 6px;
  display: inline-block;
  border-radius: 3px;
  color: var(--extent_color);
  border: 1px solid var(--extent_color);
  height: 20px;
  font-weight: 700;
}
.goods-container .product-template .info-right .sales-sec .prices .sales-count:last-child {
  margin-left: 4px;
}
.goods-container .product-template .info-right .sales-sec .order-logs {
  font-size: 12px;
  width: 250px;
  height: 19px;
  overflow: hidden;
}
.goods-container .product-template .info-right .sales-sec .order-logs .ol {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.6);
}
.goods-container .product-template .info-right .sales-sec .order-logs .ol .time {
  padding-left: 10px;
}
.goods-container .product-template .info-right .ensures {
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0;
}
.goods-container .product-template .info-right .ensures .icons {
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  justify-content: space-between;
}
.goods-container .product-template .info-right .ensures .icons:last-child {
  margin-bottom: 0;
}
.goods-container .product-template .info-right .ensures .icons .ioc {
  display: flex;
  align-items: center;
  color: #FFF;
}
.goods-container .product-template .info-right .ensures .icons .ico-sub {
  display: flex;
  align-items: center;
}
.goods-container .product-template .info-right .ensures .icons .iconfont {
  font-size: 16px;
  margin-right: 6px;
  color: #02b95c;
}
.goods-container .product-template .info-right .ensures .light {
  animation: lighting 2s infinite;
  transform-origin: center;
}
@keyframes lighting {
  0% {
    color: rgba(255, 255, 255, 0.6);
    transform: scale(1);
  }
  35% {
    color: #ffffff;
    transform: scale(1.05);
  }
  65% {
    color: #ffffff;
    transform: scale(1.05);
  }
  100% {
    color: rgba(255, 255, 255, 0.6);
    transform: scale(1);
  }
}
.goods-container .product-template .info-right .subtitle {
  margin-bottom: 20px;
  font-size: 15px;
}
.goods-container .product-template .info-right .place {
  margin-top: 30px;
}
.goods-container .product-template .info-right .place .goods-cart {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart {
  --border-color: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  color: var(--extent_color);
  position: relative;
  font-weight: 700;
  padding: 0 0.4rem;
  isolation: isolate;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  line-height: 0.72rem;
  flex: 1;
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
}
.goods-container .product-template .info-right .place .goods-cart .su-cart:after,
.goods-container .product-template .info-right .place .goods-cart .su-cart:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart input {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart i.cart-reduce {
  left: 0;
}
.goods-container .product-template .info-right .place .goods-cart .su-cart i.cart-add {
  right: 0;
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn {
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  color: var(--extent_color);
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  isolation: isolate;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  height: 44px;
  line-height: 44px;
  flex: 2.5;
  text-align: center;
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn:after,
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn:hover i {
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF;
  transition: 0.3s;
}
.goods-container .product-template .info-right .place .goods-cart .add-cart-btn i {
  margin-left: 6px;
  font-size: 16px;
}
.goods-container .info-wrapper {
  flex-grow: 1;
  --content-border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  isolation: isolate;
  display: inline-grid;
  padding: 10px 30px;
  border: 0;
  background: transparent;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
  transition: color 250ms;
  width: 100%;
  /* @keyframes move-bg7234 {
            0% {
            background-position: 31% 0%;
            }
        
            50% {
            background-position: 70% 100%;
            }
        
            100% {
            background-position: 31% 0%;
            }
        } */
  margin-top: 30px;
}
.goods-container .info-wrapper:after,
.goods-container .info-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .info-wrapper:before {
  background: var(--content-border-color);
  background-size: 300% 300%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
  opacity: 0.7;
}
.goods-container .info-wrapper:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .info-wrapper .intro-content {
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px 0;
  align-items: flex-start;
  margin: 10px 0;
  position: relative;
  line-height: 1.8;
}
.goods-container .info-wrapper .intro-content .content-title {
  font-weight: 700;
}
.goods-container .info-wrapper .image {
  width: 100%;
  margin: 20px 0;
}
.goods-container .info-wrapper .image img {
  width: 100%;
}
.goods-container .info-wrapper .upload-content {
  margin-top: 40px;
}
.goods-container .info-wrapper .upload-content .col {
  display: flex;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.goods-container .info-wrapper .upload-content .col .label {
  flex: 1;
  font-weight: 700;
}
.goods-container .info-wrapper .upload-content .col .enu {
  flex: 7;
}
.goods-container .info-wrapper .amount-wrap {
  margin-top: 40px;
}
.goods-container .info-wrapper .amount-wrap .total-box {
  display: flex;
  align-items: center;
}
.goods-container .info-wrapper .amount-wrap .total-box .total {
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
}
.goods-container .info-wrapper .amount-wrap .total-box .total .score-desc {
  font-size: 14px;
}
.goods-container .info-wrapper .amount-wrap .total-box .total .score {
  font-size: 48px;
  color: var(--star-color);
}
.goods-container .info-wrapper .amount-wrap .total-box .total .text {
  font-size: 14px;
  margin-top: 10px;
}
.goods-container .info-wrapper .amount-wrap .total-box .total .stars i {
  font-size: 20px;
  color: var(--star-color);
}
.goods-container .info-wrapper .amount-wrap .total-box .total .stars i:last-child {
  margin-right: 0;
}
.goods-container .info-wrapper .amount-wrap .total-box .total .label-box {
  display: flex;
  text-wrap: nowrap;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 2px 6px;
  margin: 20px 0 0;
}
.goods-container .info-wrapper .amount-wrap .total-box .total .label-box .label {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  background: transparent;
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
}
.goods-container .info-wrapper .amount-wrap .total-box .total .label-box .label:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  opacity: 0.6;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram {
  padding: 0 40px;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row {
  display: flex;
  align-items: center;
  height: 22px;
  margin-bottom: 6px;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .stars {
  display: flex;
  gap: 2px;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .stars i {
  font-size: 14px;
  color: var(--star-color);
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .bar {
  width: 150px;
  height: 16px;
  margin: 0 6px;
  border-radius: 3px;
  background-color: rgba(255, 203, 1, 0.2);
  overflow: hidden;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .bar .progress {
  width: 0;
  height: 100%;
  background-color: var(--star-color);
  display: block;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .percentage {
  font-size: 12px;
  width: 30px;
}
.goods-container .info-wrapper .amount-wrap .total-box .histogram .row .frequency {
  font-size: 12px;
  margin-left: 20px;
}
.goods-container .info-wrapper .amount-wrap .write-wrap {
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .form-group {
  margin-bottom: 20px;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .form-group input {
  appearance: none;
  -webkit-appearance: none;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .form-group .lab {
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  padding: 12px 40px 12px;
  outline: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
.goods-container .info-wrapper .amount-wrap .write-wrap textarea {
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px !important;
  padding: 16px 20px !important;
  box-sizing: border-box;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "YaHei Consolas Hybrid", Consolas, "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, Monaco, courier, monospace;
  font-size: 16px;
  letter-spacing: 0.5px;
  height: 100px !important;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .submit-btn {
  width: 35%;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border: none;
  border-radius: 99px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
}
.goods-container .info-wrapper .amount-wrap .write-wrap .submit-btn:hover {
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.goods-container .info-wrapper .amount-wrap .write-wrap.-show {
  opacity: 1;
  border-top: 1px solid #eee;
  padding: 30px;
  height: 392px;
}
.goods-container .info-wrapper .amount-wrap .actions {
  margin: 0 auto;
  width: 35%;
  transition: all 0.3s;
}
.goods-container .info-wrapper .amount-wrap .actions .write-btn {
  width: 100%;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 99px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
.goods-container .info-wrapper .amount-wrap .actions .write-btn .writeicon {
  width: 16px;
  height: 16px;
  fill: #FFF;
  margin: 2px 0 0 6px;
}
.goods-container .info-wrapper .amount-wrap .actions:hover .write-btn {
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.goods-container .info-wrapper .amount-wrap .actions .write-cancel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  text-align: center;
  height: 36px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.goods-container .info-wrapper .amount-wrap .actions .write-cancel:hover {
  color: rgba(255, 255, 255, 0.9);
}
.goods-container .info-wrapper .history {
  margin-top: 60px;
}
.goods-container .info-wrapper .history .title {
  font-size: 20px;
  font-weight: 500;
  border-left: 4px solid #FFF;
  padding-left: 10px;
  margin-bottom: 30px;
}
.goods-container .info-wrapper .history .reviews .rev {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.goods-container .info-wrapper .history .reviews .rev:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.goods-container .info-wrapper .history .reviews .rev .like-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px;
}
.goods-container .info-wrapper .history .reviews .rev .like-box .doyou {
  font-size: 12px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.goods-container .info-wrapper .history .reviews .rev .like-box .up {
  width: 20px;
  height: 20px;
}
.goods-container .info-wrapper .history .reviews .rev .like-box .up-num {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}
.goods-container .info-wrapper .history .reviews .rev .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label {
  display: flex;
  align-items: center;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .nickname {
  font-size: 14px;
  color: #FFF;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .fans {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 0;
  position: relative;
  border-radius: 4px;
  font-family: sans-serif;
  border: 1.5px solid #dab258;
  overflow: hidden;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .fans .fans-text {
  color: #fff;
  background-color: #000;
  padding: 1px 6px;
  position: relative;
  z-index: 0;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .fans .back {
  background: linear-gradient(113deg, #c1943f, #eecd6c);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .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;
  }
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .first-buy {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 0;
  position: relative;
  border-radius: 4px;
  font-family: sans-serif;
  border: 1.5px solid #099610;
  overflow: hidden;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .first-buy .fans-text {
  color: #fff;
  background-color: #000;
  padding: 1px 6px;
  position: relative;
  z-index: 0;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .first-buy .back {
  background: linear-gradient(113deg, #dbff00, #30de01);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.goods-container .info-wrapper .history .reviews .rev .name-box .name-label .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;
  }
}
.goods-container .info-wrapper .history .reviews .rev .name-box .date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.goods-container .info-wrapper .history .reviews .rev .stars {
  padding: 0 14px;
}
.goods-container .info-wrapper .history .reviews .rev .stars i {
  font-size: 14px;
  color: var(--star-color);
}
.goods-container .info-wrapper .history .reviews .rev .buy-text {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 14px;
}
.goods-container .info-wrapper .history .reviews .rev .content {
  margin: 20px 0 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 20px;
}
.goods-container .info-wrapper .history .paging {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;
}
.goods-container .info-wrapper .history .paging .prev {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.goods-container .info-wrapper .history .paging .prev .previcon {
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) scaleX(-1);
  position: absolute;
  top: 52%;
  left: 48%;
  fill: #000;
}
.goods-container .info-wrapper .history .paging .prev:hover {
  background-color: #000;
}
.goods-container .info-wrapper .history .paging .prev:hover .previcon {
  fill: #FFF;
}
.goods-container .info-wrapper .history .paging .disabled {
  opacity: 0.1;
}
.goods-container .info-wrapper .history .paging .active {
  transform: scale(1.2);
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}
.goods-container .info-wrapper .history .paging .active:hover {
  color: var(--main-color);
}
.goods-container .info-wrapper .history .paging .next {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.goods-container .info-wrapper .history .paging .next .nexticon {
  width: 18px;
  height: 18px;
  fill: #000;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.goods-container .info-wrapper .history .paging .next:hover {
  background-color: #000;
}
.goods-container .info-wrapper .history .paging .next:hover .nexticon {
  fill: #FFF;
}
.goods-container .info-wrapper .history .lord-more {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 40px auto;
  width: 16%;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.goods-container .info-wrapper .history .lord-more:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
}
.goods-container .info-title-sec {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 30px;
  margin-top: 60px;
}
.goods-container .info-title-sec .title-center {
  display: flex;
  justify-content: center;
}
.goods-container .info-title-sec .title-center .info-title {
  /* font-size: 0.24rem;
                font-weight: 500;
                padding: 0.1rem 0 0.1rem 0.24rem;
                background-color: rgba(255, 255, 255, 0.2);
                border-radius: 99rem;
                margin-top: 0.1rem; */
  --border-color: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  color: #FFF;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px;
  isolation: isolate;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
  transition: all 0.3s;
}
.goods-container .info-title-sec .title-center .info-title:after,
.goods-container .info-title-sec .title-center .info-title:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .info-title-sec .title-center .info-title:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.goods-container .info-title-sec .title-center .info-title:after {
  background: var(--noactive);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
.goods-container .info-title-sec .title-center .info-title i {
  font-size: 0.22rem;
  margin-left: 0.1rem;
  font-weight: 500;
}
.goods-container .info-title-sec .num-line {
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(-50deg);
  transform-origin: left center;
  left: 4%;
  top: 20px;
  z-index: -1;
}
.goods-container .info-title-sec .num-line .number {
  position: relative;
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  box-shadow: 0 0 8px #FFF, 0 0 16px #FFF, 0 0 24px #FFF, 0 0 32px #FFF;
}
.goods-container .info-title-sec .num-line .number:before,
.goods-container .info-title-sec .num-line .number:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: 0;
  background-color: #FFF;
  z-index: -1;
  animation: pulse 1s 0.8s linear infinite;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
.goods-container .info-title-sec .num-line .line {
  position: relative;
  display: block;
  width: 5%;
  height: 1px;
  background-color: #FFF;
  box-shadow: 0 0 8px #FFF, 0 0 16px #FFF, 0 0 24px #FFF, 0 0 32px #FFF;
}
.goods-container .info-title-sec .num-line .line:after {
  content: "";
  display: block;
  width: 700%;
  height: 1px;
  background-color: #FFF;
  transform: rotate(-130deg);
  transform-origin: right center;
  position: absolute;
  right: 0;
  box-shadow: 0 0 8px #FFF, 0 0 16px #FFF, 0 0 24px #FFF, 0 0 32px #FFF;
}
.goods-container .delivery {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 40px 60px;
  border-radius: 12px;
}
.goods-container .delivery .title {
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
}
.goods-container .delivery .content {
  font-size: 16px;
  display: flex;
}
.goods-container .delivery .content .col {
  width: 50%;
  flex-shrink: 0;
}
.goods-container .delivery .content .col .label {
  margin-bottom: 8px;
}
.goods-container .delivery .content .col .enu {
  font-size: 16px;
  line-height: 1.5;
}
.goods-container .comments {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 60px;
  border-radius: 12px;
}
.goods-container .guess {
  margin: 120px 0 60px;
}
.goods-container .guess .title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.goods-container .guess .like-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.goods-container .guess .like-products .goods {
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  /* margin-bottom: 30px; */
  /* overflow: hidden; */
  /*  border: 2px solid rgba(255 ,255 ,255 , .9); */
  border-radius: 20px;
  position: relative;
  /* &:after{
                    position: absolute;
                    content: "";
                    width: calc(100% + 4px);
                    height: calc(100% + 4px);
                    left: -2px;
                    top: -2px;
                    z-index: -1;
                    border: 2px solid rgba(255, 255, 255, 0.9);
                    clip-path: polygon(0% 43.7%, 100% 16.8%, 100% 100%, 0% 100%);
                    box-sizing: border-box;
                    border-radius: 20px;
                    background: linear-gradient(0deg, var(--extent_color) -35%, transparent 25%);
                } */
}
.goods-container .guess .like-products .goods .goods-inner:after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  z-index: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  /* clip-path: polygon(0% 43.7%, 100% 16.8%, 100% 100%, 0% 100%); */
  box-sizing: border-box;
  /* border-radius: 20px; */
  background: linear-gradient(0deg, var(--extent_color) -35%, transparent 25%), linear-gradient(-211deg, transparent 94%, var(--extent_color) 94%, var(--extent_color) 95%, transparent 0) bottom right;
  border-image-source: linear-gradient(-10deg, var(--extent_color), #ffffff 50%);
  border-image-slice: 1;
  clip-path: polygon(100% 16.67%, 100% 91.33%, 80.33% 100%, 0% 100%, 0% 43.27%);
}
.goods-container .guess .like-products .goods .goods-inner img {
  width: 100%;
  /* min-height: 3.7rem;
                        transform: translateX(-1rem); */
}
.goods-container .guess .like-products .goods .goods-inner .series-name {
  font-size: 13px;
  font-weight: 700;
  /* display: inline-block; */
  /* padding: 6px 24px; */
  /* border-radius: 8px; */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-container .guess .like-products .goods .goods-inner .series-name .puff {
  padding: 0 6px;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 4px;
}
.goods-container .guess .like-products .goods .goods-inner .name {
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  color: var(--extent_color);
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 40px;
  isolation: isolate;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  margin: 10px 0;
  clip-path: polygon(/* Top-left */ 0% var(--curve-size), var(--curve-size) 0, /* top-right */ 100% 0, 100% calc(100% - var(--curve-size)), /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%, /* bottom-right 2 */ 0 100%);
}
.goods-container .guess .like-products .goods .goods-inner .name:after,
.goods-container .guess .like-products .goods .goods-inner .name:before {
  content: "";
  position: absolute;
  inset: 0;
}
.goods-container .guess .like-products .goods .goods-inner .name:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.goods-container .guess .like-products .goods .goods-inner .name:after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(/* Top-left */ var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5), calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width), /* top-right */ calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)), /* bottom-right 1 */ calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width)));
  transition: clip-path 500ms;
}
