.banner img {
  width: 100%;
  margin: 0 auto;
}
.classify-section {
  width: 1280px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
}
.classify-section .list-item {
  transition: all 0.3s;
}
.classify-section .list-item .list-title {
  /* font-size: 24px;
            font-weight: 500;
            padding: 10px 0 10px 24px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 99rem;
            margin-top: 10px; */
  width: 100%;
  --border-color: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  color: #FFF;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0;
  isolation: isolate;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  transform: skewX(-10deg);
  margin-top: 10px;
  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;
}
.classify-section .list-item .list-title:after,
.classify-section .list-item .list-title:before {
  content: "";
  position: absolute;
  inset: 0;
}
.classify-section .list-item .list-title:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.classify-section .list-item .list-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;
}
.classify-section .list-item .list-title i {
  font-size: 22px;
  margin-left: 10px;
  font-weight: 500;
}
.classify-section .list-item .list-sub {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  opacity: 0.7;
  transition: all 0.3s;
}
.classify-section .list-item:hover .list-title {
  letter-spacing: 1px;
  text-shadow: 0 0 30px #FFF;
}
.classify-section .list-item:hover .list-title:after {
  background: var(--bg);
}
.classify-section .list-item:hover .list-sub {
  opacity: 1;
  font-weight: 700;
}
.product-section .only {
  margin: 0 auto;
  overflow: hidden;
  width: 1280px;
}
.product-section .only .expendbg .expand {
  display: flex;
  flex-direction: column;
}
.product-section .only .expendbg .expand .divide {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 300px;
  background: radial-gradient(circle at 95% -30%, rgba(255, 255, 255, 0.3) 10%, transparent 30%);
}
.product-section .only .expendbg .expand .divide .product-effect {
  position: relative;
  flex: 30%;
  flex-shrink: 0;
}
.product-section .only .expendbg .expand .divide .product-effect video {
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
}
.product-section .only .expendbg .expand .photo {
  flex: 30%;
  flex-shrink: 0;
  position: relative;
}
.product-section .only .expendbg .expand .nature {
  flex: 70%;
  flex-shrink: 0;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 7px;
}
.product-section .only .expendbg .expand .nature .title {
  font-size: 36px;
}
.product-section .only .expendbg .expand .nature .ensure {
  margin-top: 20px;
}
.product-section .only .expendbg .expand .nature .ensure .group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  text-align: center;
  gap: 10px 0;
}
.product-section .only .expendbg .expand .nature .ensure .group .cols {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.product-section .only .expendbg .expand .nature .ensure .group .cols i {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #91e9ff;
  width: 40px;
}
.product-section .only .expendbg .expand .nature .ensure .group .cols .text {
  display: block;
  margin-left: 10px;
  font-size: 14px;
}
.product-section .only .expendbg .expand .go-buy {
  display: flex;
  width: 100%;
  height: 80px;
  border-radius: 80px;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.product-section .only .expendbg .expand .go-buy i {
  font-size: 32px;
  margin-right: 8px;
}
.product-section .only .expendbg .expand .about {
  width: 100%;
  padding: 20px;
}
.product-section .only .product {
  padding: 16px;
  /* display: flex;
            flex-wrap: wrap;
            justify-content: space-around; */
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 30px;
  overflow-x: auto;
}
.product-section .only .product .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%);
                } */
}
.product-section .only .product .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%);
}
.product-section .only .product .goods .goods-inner img {
  width: 100%;
  /* min-height: 3.7rem;
                        transform: translateX(-1rem); */
}
.product-section .only .product .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;
}
.product-section .only .product .goods .goods-inner .series-name .puff {
  padding: 0 6px;
  border: 2px solid #FFF;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 4px;
}
.product-section .only .product .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%);
}
.product-section .only .product .goods .goods-inner .name:after,
.product-section .only .product .goods .goods-inner .name:before {
  content: "";
  position: absolute;
  inset: 0;
}
.product-section .only .product .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;
}
.product-section .only .product .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;
}
.product-section .only .desc {
  font-size: 14px;
  /* margin-bottom: 15px;
            line-height: 1.6; */
  padding: 20px 20px 20px 0;
}
.product-section .only .btn-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.product-section .only .btn-sec .golist {
  --border-color: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  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 40px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  border: 0;
  background: transparent;
  margin: 0 auto;
  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%;
                    }
                } */
}
.product-section .only .btn-sec .golist:after,
.product-section .only .btn-sec .golist:before {
  content: "";
  position: absolute;
  inset: 0;
}
.product-section .only .btn-sec .golist:before {
  background: var(--border-color);
  background-size: 300% 100%;
  background-position: 31% 0%;
  /* animation: move-bg7234 5s ease infinite; */
  z-index: -2;
}
.product-section .only .btn-sec .golist:after {
  background: rgba(0, 0, 0, 0.8);
  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;
}
.product-section .only.dis6500 {
  margin-top: 160px;
}
.product-section .only.dis6500:first-child {
  margin-top: 60px;
}
.product-section .only.dis6500 .product-effect {
  overflow: hidden;
  height: 100%;
  /* .material1{

                    mix-blend-mode: lighten;
                    position: absolute;
                    z-index: 1;
                    bottom: 26%;
                    width: 72%;
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;
                }
                .material2{

                    width: 100%;
                    position: absolute;
                    right: 0%;
                    bottom: 0;
                    z-index: 0;
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;

                } */
}
.product-section .only.dis5000 .product-effect {
  overflow: hidden;
  height: 230px;
  /* .material2{
                    width: 135%;
                    position: absolute;
                    left: -42%;
                    top: 0;
                    z-index: 0;


                } */
}
.product-section .only.dis5000 .product-effect .material1 {
  position: absolute;
  z-index: 1;
  bottom: -245%;
  width: 260%;
  left: -80%;
  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);
  }
}
.product-section .only.dis1200 .product-effect {
  overflow: hidden;
  /* .material1{
                    display: none;
                    mix-blend-mode: lighten;
                    position: relative;
                    z-index: 1;
                    bottom: -50px;
                    width: 100%;
                    left: 0;
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;

                }
                .material2{
                    display: none;
                    width: 100%;
                    position: absolute;
                    left: 0%;
                    top: 0;
                    z-index: 0;
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;


                } */
}
.product-section .only.dis2000 .product-effect {
  overflow: hidden;
  /* .material1{
                    mix-blend-mode: lighten;
                    position: relative;
                    z-index: 1;
                    bottom: -50px;
                    width: 100%;
                    left: 0;
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;

                }
                .material2{
                    width: 100%;
                    position: relative;

                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;



                } */
}
.product-section .only.pods {
  margin-top: 160px;
  /* .photo{
                overflow: hidden;
                width: 100%;
                height: 220px;
                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%;
                    }
                }

            } */
}
.product-section .only.pods .product-effect {
  overflow: hidden;
  height: 230px;
}
.product-section .only.pods .product-effect .material1 {
  mix-blend-mode: lighten;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 47%;
  mix-blend-mode: lighter;
  -webkit-mix-blend-mode: lighter;
}
.product-section .only.pods .product-effect .material2 {
  width: 100%;
  position: absolute;
  left: -25%;
  top: 0;
  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);
  }
}
.product-section .only.host {
  margin-top: 160px;
}
.product-section .only.host .product-effect {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  gap: 20px;
}
.product-section .only.host .product-effect .material1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
}
.product-section .only.host .product-effect .material2 {
  mix-blend-mode: lighten;
  -webkit-mix-blend-mode: lighten;
  width: 23%;
  animation: float1 2.5s ease-in-out infinite;
}
.product-section .only.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);
  }
}
.product-section .only.host2 {
  /* .material1{
                position: relative;
                z-index: 1;
                width: 90%;
            }
            .material2{

                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 0;
                mix-blend-mode: plus-lighter;
                transform: rotate(9deg);
            } */
}
.product-section .only.pods5 {
  margin-top: 160px;
}
.product-section .only.pods5 .product-effect {
  overflow: hidden;
  height: 100%;
  /* .material2{
                    mix-blend-mode: lighten;
                    -webkit-mix-blend-mode: lighten;
                    position: absolute;
                    bottom: 0;
                } */
}
.product-section .only.host5 {
  margin-top: 160px;
  /* .material1{
                display: none;
                mix-blend-mode: lighten;
                position: relative;
                z-index: 0;
                width: 100%;
                bottom: -20px;
            }
            .material2{
                display: none;
                width: 60%;
                position: absolute;
                left: 24%;
                top: 16%;
                z-index: 1;
                mix-blend-mode: plus-lighter;
                transform: rotate(9deg);
            } */
}
.product-section .only.ejuice {
  margin-top: 160px;
}
.product-section .only.ejuice .product-effect {
  overflow: hidden;
  height: 100%;
  /* .material1{
                    display: none;
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                }
                .material2{
                    display: none;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 0;
                    mix-blend-mode: plus-lighter;
                    -webkit-mix-blend-mode: plus-lighter;
                } */
}
.testimonial {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  margin: 100px 0;
  padding: 60px 0;
}
.testimonial .title {
  font-size: 38px;
  text-align: center;
}
.testimonial .words {
  width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
}
.testimonial .swiper-pagination {
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
  justify-content: center;
  height: 20px;
}
.testimonial .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
.testimonial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
}
.testimonial .swiper-slide .review-block {
  /*opacity: 0.4;*/
  transition: all 2s;
}
.testimonial .swiper-slide .review-block .exponent {
  display: flex;
  justify-content: center;
}
.testimonial .swiper-slide .review-block .exponent .star {
  margin-left: 10px;
}
.testimonial .swiper-slide .review-block .exponent .star i {
  color: #ffdb42;
}
.testimonial .swiper-slide.swiper-slide-prev .review-block,
.testimonial .swiper-slide.swiper-slide-next .review-block {
  /*opacity: 0.7;*/
}
.testimonial .swiper-slide.swiper-slide-active .review-block {
  opacity: 1;
}
.testimonial .review-block {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 18px 36px;
  text-align: center;
}
.testimonial .review-block .desc {
  margin-top: 10px;
  font-size: 14px;
}
.testimonial .review-block .flavour {
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
}
.testimonial .review-block:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.essay {
  position: relative;
  padding-bottom: 100px;
}
.essay .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.essay .wrap .about-wrap {
  width: 600px;
  transform: translateY(-60px);
  word-wrap: break-word;
  line-height: 1.5;
}
.essay .wrap .about-wrap h1,
.essay .wrap .about-wrap h2 {
  font-size: 38px!important;
  margin-bottom: 10px;
}
.essay .wrap .about-wrap h1 span,
.essay .wrap .about-wrap h2 span {
  font-size: 38px!important;
}
.essay .wrap .about-wrap p {
  margin-bottom: 10px;
}
.essay .wrap .news-wrap {
  width: 680px;
}
.essay .wrap .article .item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.essay .wrap .article .item img {
  width: 680px;
  height: 680px;
}
.essay .wrap .article .item .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
}
.essay .wrap .article .item .content h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.essay .wrap .article .item .content .desc {
  font-size: 14px;
}
.essay .wrap .progressbar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.essay .wrap .progressbar .bar {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.essay .wrap .progressbar .bar.active {
  border: 2px solid red;
}
