.category-section {
  color: var(--main-text-color);
}
.category-section .wrap {
  width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}
.category-section .wrap .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 20px 0 120px;
}
.category-section .wrap .container .left-position .left-nav {
  position: sticky;
  top: 120px;
  width: 250px;
  height: fit-content;
  flex-shrink: 0;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 10px;
  margin-top: 10px;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec:nth-child(1) {
  margin-top: 0;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec:nth-child(1) .num-line .line:after {
  width: 154px;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec:nth-child(3) .num-line .line:after,
.category-section .wrap .container .left-position .left-nav .nav-title-sec:nth-child(5) .num-line .line:after {
  width: 179px;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec:nth-child(7) .num-line .line:after {
  width: 147px;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center {
  display: flex;
  justify-content: center;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-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: 13px;
  font-weight: 700;
  padding: 6px 20px;
  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;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-title:after,
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-title:before {
  content: "";
  position: absolute;
  inset: 0;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-title:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-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;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .title-center .nav-title i {
  font-size: 0.22rem;
  margin-left: 0.1rem;
  font-weight: 500;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .num-line {
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(-50deg);
  transform-origin: left center;
  left: 5%;
  top: 11px;
  z-index: 1;
}
.category-section .wrap .container .left-position .left-nav .nav-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;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .num-line .number:before,
.category-section .wrap .container .left-position .left-nav .nav-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;
  }
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .num-line .line {
  position: relative;
  display: block;
  width: 5%;
  height: 2px;
  background-color: #FFF;
  box-shadow: 0 0 8px #FFF, 0 0 16px #FFF, 0 0 24px #FFF, 0 0 32px #FFF;
}
.category-section .wrap .container .left-position .left-nav .nav-title-sec .num-line .line:after {
  content: "";
  display: block;
  height: 2px;
  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;
}
.category-section .wrap .container .left-position .left-nav .left-nav-item {
  --content-border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  isolation: isolate;
  display: inline-grid;
  padding: 20px 30px 10px;
  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%;
                            }
                        } */
}
.category-section .wrap .container .left-position .left-nav .left-nav-item:after,
.category-section .wrap .container .left-position .left-nav .left-nav-item:before {
  content: "";
  position: absolute;
  inset: 0;
}
.category-section .wrap .container .left-position .left-nav .left-nav-item:before {
  background: var(--content-border-color);
  background-size: 300% 300%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
  opacity: 0.7;
}
.category-section .wrap .container .left-position .left-nav .left-nav-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;
}
.category-section .wrap .container .left-position .left-nav .left-nav-item .item-name {
  padding: 6px 0;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
}
.category-section .wrap .container .left-position .left-nav .left-nav-item .item-name:hover {
  --textshine: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 5px var(--textshine), 0 0 10px var(--textshine), 0 0 15px var(--textshine), 0 0 20px var(--textshine);
  transition: 0.3s;
  font-weight: 700;
}
.category-section .wrap .container .right {
  width: 100%;
}
.category-section .wrap .container .right .products .pagebox {
  padding-top: 79px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  height: 300px;
  background: radial-gradient(circle at 95% -30%, rgba(255, 255, 255, 0.3) 10%, transparent 30%);
  border-top: 2px solid;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .product-effect {
  flex: 1;
  position: relative;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .product-effect video {
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  width: 300px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature {
  flex: 2;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 40px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .title {
  font-size: 36px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .desc {
  font-size: 14px;
  padding: 20px 20px 20px 0;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .ensure {
  margin-top: 20px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .ensure .group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  text-align: center;
  gap: 10px 0;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .ensure .group .cols {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .ensure .group .cols i {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #91e9ff;
  width: 40px;
}
.category-section .wrap .container .right .products .pagebox .series-sec .divide .nature .ensure .group .cols .text {
  display: block;
  margin-left: 4px;
  font-size: 13px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec {
  padding: 0 30px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods {
  display: flex;
  /* vertical-align: top; */
  width: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box {
  border-radius: 10px;
  background-color: #0b090e;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .label-text {
  text-align: center;
  padding: 14px  0;
  font-size: 23px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .label-text .percent {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #ff8600;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .label-text .pre {
  opacity: 0.5;
  text-decoration: line-through;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-img {
  flex: 45%;
  position: relative;
  height: fit-content;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-img img {
  width: 100%;
  clip-path: polygon(100% 0%, 100% 91.33%, 80.33% 100%, 0% 100%, 0% 0%);
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-img: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);
  box-sizing: border-box;
  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%);
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .goods-inner {
  position: relative;
  text-align: center;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .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% 17.3%, 100% 91.33%, 81.33% 100%, 0% 100%, 0% 45.1%);
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .goods-inner img {
  width: 100%;
  /* min-height: 3.7rem;
                                        transform: translateX(-1rem); */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .goods-inner .series-name .puff {
  padding: 0 6px;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 4px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .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%);
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .goods-inner .name:after,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .goods-inner .name:before {
  content: "";
  position: absolute;
  inset: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body {
  flex: 55%;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb {
  position: relative;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .sale {
  font-size: 24px;
  margin-bottom: 8px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line {
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(-50deg);
  transform-origin: left center;
  left: -20%;
  top: 212px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2 {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px var(--extent_color), 0 0 20px var(--extent_color), 0 0 30px var(--extent_color), 0 0 40px var(--extent_color); */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number:before,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2:before,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number:after,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  background-color: var(--extent_color);
  z-index: -1;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2 {
  width: 12px;
  height: 12px;
  transition: all 0.2s 0.5s;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2:before,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .number2:after {
  height: 12px;
  width: 12px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .line {
  position: relative;
  display: block;
  width: 37%;
  height: 2px;
  background-color: var(--extent_color);
  /* box-shadow: 0 0 10px var(--extent_color), 0 0 20px var(--extent_color), 0 0 30px var(--extent_color), 0 0 40px var(--extent_color); */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .pbb .num-line .line:after {
  content: "";
  display: block;
  width: 160%;
  height: 2px;
  background-color: var(--extent_color);
  transform: rotate(-130deg);
  transform-origin: right center;
  position: absolute;
  right: 0;
  /* box-shadow: 0 0 10px var(--extent_color), 0 0 20px var(--extent_color), 0 0 30px var(--extent_color), 0 0 40px var(--extent_color); */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit {
  position: relative;
  margin-top: 10px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr {
  /* --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb); */
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  --border-width: 3px;
  --curve-size: 0.5em;
  --blur: 30px;
  --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%;
  /* @keyframes move-bg7234 {
                                                0% {
                                                background-position: 31% 0%;
                                                }
            
                                                50% {
                                                background-position: 70% 100%;
                                                }
            
                                                100% {
                                                background-position: 31% 0%;
                                                }
                                            } */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr:after,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr:before {
  content: "";
  position: absolute;
  inset: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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-bottom: 12px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .taste .taste-item .taste-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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%);
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .info .info-item {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and .price {
  font-size: 40px;
  width: 42%;
  flex-shrink: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and .su-cart {
  position: relative;
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and .su-cart input {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 36px;
  border: none;
  color: inherit;
  background-color: transparent;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and .su-cart i.cart-reduce {
  left: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .atr .and .su-cart i.cart-add {
  right: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .fruit .fruitpic {
  position: absolute;
  width: auto;
  bottom: 100%;
  right: -1%;
  z-index: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  /* .price-sec{
                                            text-align: end;
                                            font-style: italic;
                                            font-weight: 500;
                                            margin-left: 30px;
                                            .price-name{
                                                font-size: 16px;
                                            }
                                            .price{
                                                font-size: 24px;
                                            }
                                        } */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .add-cart-btn {
  /* --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb); */
  --border-color: linear-gradient(90deg, transparent, var(--extent_color), transparent);
  color: var(--extent_color);
  cursor: pointer;
  /* use position: relative; so that BG is only for .btn */
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  place-content: center;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  border: 0;
  margin: 0 auto;
  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;
  /* text-shadow: 0 0 10px var(--extent_color), 0 0 20px var(--extent_color), 0 0 30px var(--extent_color), 0 0 40px var(--extent_color); */
  transform: skewX(-10deg);
  /* @keyframes move-bg7234 {
                                                0% {
                                                background-position: 31% 0%;
                                                }
            
                                                50% {
                                                background-position: 70% 100%;
                                                }
            
                                                100% {
                                                background-position: 31% 0%;
                                                }
                                            } */
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .add-cart-btn:after,
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .add-cart-btn:before {
  content: "";
  position: absolute;
  inset: 0;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .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;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .add-cart-btn i {
  margin-left: 6px;
}
.category-section .wrap .container .right .products .pagebox .goods-sec .goods .box-body .btnsec .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;
}
.category-section .wrap .container .right .products .pagebox.dis6500 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.dis5000 .product-effect {
  overflow: hidden;
  height: 300px;
}
.category-section .wrap .container .right .products .pagebox.dis5000 .product-effect .material1 {
  position: absolute;
  z-index: 1;
  bottom: -209%;
  width: 280%;
  left: -89%;
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  transform-origin: center;
  animation: revolve2 4s infinite linear;
}
@keyframes revolve2 {
  0% {
    transform: rotate(0deg);
  }
  24.9999% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  49.9999% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  74.9999% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  99.9999% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.category-section .wrap .container .right .products .pagebox.dis1200 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.dis2000 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.pods {
  /* .photo{
                                overflow: hidden;
                                width: 100%;
                                height: 2.2rem;
                                position: relative;
                        
                                .revolve{
                                    display: flex;
                                    width: 150%;
                                    margin: 0 auto;
                                    position: relative;
                                    left: -50%;
                        
                                    img{
                                        width: 100%;
                                        margin: 0 auto;
                                        animation: revolve 120s infinite linear;
                        
                                    }
                                    @keyframes revolve
                                    {
                                        from {
                                            transform: rotate(0);
                                        }
                                        to {
                                            transform: rotate(360deg);
                                        }
                        
                                    }
                                }
                        
                                .random{
                                    position: absolute;
                                    bottom: 0;
                                    left: 33%;
                                    transform: translateX(-50%);
                                    width: 66%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: flex-end;
                                    img{
                                        width: 100%;
                                    }
                                }
                        
                            } */
}
.category-section .wrap .container .right .products .pagebox.pods .product-effect {
  overflow: hidden;
  height: 300px;
}
.category-section .wrap .container .right .products .pagebox.pods .product-effect .material1 {
  mix-blend-mode: lighten;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 65%;
  mix-blend-mode: lighter;
  -webkit-mix-blend-mode: lighter;
}
.category-section .wrap .container .right .products .pagebox.pods .product-effect .material2 {
  width: 135%;
  position: absolute;
  left: -40%;
  top: 10%;
  z-index: 0;
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  animation: revolve 120s infinite linear;
}
@keyframes revolve {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.category-section .wrap .container .right .products .pagebox.mpty-pods .product-effect {
  overflow: hidden;
}
.category-section .wrap .container .right .products .pagebox.mpty-pods .product-effect .material1 {
  position: relative;
  z-index: 1;
  bottom: 0;
  width: 60%;
  left: 10%;
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  animation: float3 3.5s ease-in-out infinite;
}
@keyframes float3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.category-section .wrap .container .right .products .pagebox.host .product-effect {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  gap: 20px;
}
.category-section .wrap .container .right .products .pagebox.host .product-effect .material1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
}
.category-section .wrap .container .right .products .pagebox.host .product-effect .material2 {
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  width: 23%;
  animation: float1 2.5s ease-in-out infinite;
}
.category-section .wrap .container .right .products .pagebox.host .product-effect .material3 {
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  width: 34%;
  animation: float2 3.5s ease-in-out infinite;
}
@keyframes float1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.category-section .wrap .container .right .products .pagebox.host2 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.pods5 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.host5 .product-effect {
  overflow: hidden;
  height: 100%;
}
.category-section .wrap .container .right .products .pagebox.ejuice .product-effect {
  height: 100%;
}
