.new-warp {
  position: relative;
}
.new-warp .slogan {
  position: absolute;
  left: 50%;
  top: 30vh;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  animation: sloganshow 1s ease-in-out forwards;
}
.new-warp .slogan .carouse {
  font-size: 56px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.new-warp .slogan .carouse .slogan-text {
  color: #FFF;
  position: relative;
  z-index: 1;
  font-size: 56px;
}
.new-warp .slogan .carouse .shopify-slide {
  height: 74px;
  display: inline-flex;
}
.new-warp .slogan .carouse .shopify-slide .text {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.new-warp .slogan .all-product-menu {
  max-width: 600px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  border: 1.5px dashed rgba(255, 255, 255, 0.3);
}
.new-warp .cate-warp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  animation: cateshow 1s 1s ease-in-out forwards;
}
.new-warp .cate-warp .top-seller_warp {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-bottom: -200px;
}
.new-warp .cate-warp .top-seller_warp:nth-child(odd) {
  margin-right: auto;
}
.new-warp .cate-warp .top-seller_warp:nth-child(even) {
  margin-left: auto;
}
.new-warp .cate-warp .top-seller_warp .modal-head {
  margin-bottom: 20px;
}
.new-warp .cate-warp .top-seller_warp .modal-head h2 {
  font-size: 36px;
  text-align: center;
}
.new-warp .cate-warp .top-seller_warp .modal-head .underlined-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.new-warp .cate-warp .top-seller_warp .modal-head .underlined-text .underline-illustration {
  bottom: -6%;
  height: 0.16em;
  left: -3%;
  position: absolute;
  width: 105%;
  z-index: -1;
}
.new-warp .cate-warp .top-seller_warp .modal-head .underlined-text .underline-illustration.animate .underline-path {
  -webkit-animation: draw-path 1s ease-in-out forwards;
  animation: draw-path 1s ease-in-out forwards;
}
.new-warp .cate-warp .top-seller_warp .modal-head .underlined-text .underline-illustration .underline-path {
  fill: none;
  stroke: #fe7f00;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.24rem;
  stroke-dasharray: 1.1;
  stroke-dashoffset: 1.1;
  -webkit-clip-path: url(#underline-clip-path);
  clip-path: url(#underline-clip-path);
}
@keyframes draw-path {
  0% {
    stroke-dashoffset: 1.1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.new-warp .cate-warp .top-seller_warp .top-seller_content {
  color: #fff;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  justify-items: center;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner {
  position: relative;
  z-index: 1;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .about-wrap {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .about-wrap .bill {
  color: #3b30ee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.28rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .about-wrap .title {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .about-wrap .more {
  font-size: 0.32rem;
  margin-top: 0.48rem;
  height: 0.7rem;
  color: #fff;
  width: 2.4rem;
  border: 0.02rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.7rem;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .about-wrap .more i {
  margin-left: 0.1rem;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .image-warp {
  position: relative;
  width: 100%;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .top-seller_banner .image-warp img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask {
  position: relative;
  padding: 20px 30px 20px;
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1.5px dashed rgba(255, 255, 255, 0.3);
  border-radius: 0 0 30px 30px;
  width: calc(100% - 40px);
  border-top: none;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  padding: 10px 50px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask .btn-box a:hover {
  padding: 10px 80px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask .btn-box a i {
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
  animation: goList 1s infinite;
}
@keyframes goList {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask._show {
  height: calc(var(--height) + 1rem);
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask._show .goods:nth-child(5),
.new-warp .cate-warp .top-seller_warp .top-seller_content .mask._show .goods:nth-child(6) {
  -webkit-mask: none!important;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp .goods {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  height: 48px;
  color: #FFF;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  background-image: var(--image-url);
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp .goods:hover {
  transform: scale(1.05);
  letter-spacing: 1px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp .goods:hover:after {
  width: 50%;
  height: 60%;
  border-radius: 6px;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp .goods:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.new-warp .cate-warp .top-seller_warp .top-seller_content .product-warp .goods span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@keyframes sloganshow {
  100% {
    opacity: 1;
  }
}
@keyframes cateshow {
  100% {
    transform: translateY(-30vh);
  }
}
.new-warp .bg {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
.new-warp .bg .media-warp {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.new-warp .bg .media-warp .video-wrap {
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(180deg, #000 70%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.new-warp .bg .media-warp .video-wrap video {
  display: block;
  width: 100%;
}
.new-warp .bg .media-warp .video-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.featured {
  margin: 400px auto;
  color: var(--text-color);
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.featured .wrap {
  width: 100%;
  position: relative;
}
.featured .wrap .about {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px;
  border-radius: 40px;
  border: 1.5px dashed rgba(255, 255, 255, 0.3);
}
.featured .wrap .about .desc {
  margin-bottom: 40px;
  font-size: 14px;
}
.featured .wrap .about .desc h1,
.featured .wrap .about .desc h2 {
  font-size: 36px!important;
  text-align: center;
}
.featured .wrap .about .indemnity {
  display: flex;
  justify-content: space-between;
}
.featured .wrap .about .indemnity .indemnity-item {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
.featured .wrap .about .indemnity .indemnity-item .indemnity-icon {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.featured .wrap .about .indemnity .indemnity-item .indemnity-icon i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 58px;
}
.featured .wrap .about .indemnity .indemnity-item .p1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured .wrap .about .indemnity .indemnity-item .p2 {
  font-size: 14px;
}
.featured .wrap .about .more-btn {
  margin-top: 60px;
}
.featured .wrap .about .more-btn a {
  font-size: 15px;
  width: 226px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ffffff;
  border-radius: 48px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured .wrap .about .more-btn a i {
  margin-left: 10px;
}
.featured .wrap .lamp {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.essay {
  position: relative;
  /*background-color: #3b30ee;*/
  padding-bottom: 100px;
}
.essay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 884px;
  /*background-image: url("/wp-content/plugins/woocommerce/assets/img/essay.jpg");*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  left: 0;
  z-index: 0;
}
.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 {
  font-size: 56px;
  width: 600px;
  transform: translateY(-60px);
}
.essay .wrap .about-wrap .shopify-slide {
  height: 74px;
  margin-left: 10px;
  display: inline-flex;
}
.essay .wrap .about-wrap .shopify-slide .text {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.essay .wrap .about-wrap .btn {
  margin-top: 40px;
}
.essay .wrap .about-wrap .btn a {
  width: 160px;
  height: 48px;
  border-radius: 40px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.essay .wrap .about-wrap .btn a:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}
.essay .wrap .news-wrap {
  width: 680px;
}
.essay .wrap .article .item {
  width: 680px;
  height: 680px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.essay .wrap .article .item img {
  width: 100%;
}
.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;
}
.odds {
  width: 100%;
  position: relative;
  padding: 0px 0px 200px 0px;
}
.odds .discount {
  width: 1000px;
  height: 660px;
  margin: 0 auto;
  background-image: url("/wp-content/plugins/woocommerce/assets/img/sale.jpg?v=2");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 40px;
}
.odds .discount .spread-btn {
  position: absolute;
  background-color: #ffc933;
  color: #2b49ad;
  bottom: 76px;
  width: 140px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.odds .discount .spread-btn.first {
  left: 150px;
}
.odds .discount .spread-btn.middle {
  left: 50%;
  transform: translateX(-50%);
}
.odds .discount .spread-btn.last {
  right: 150px;
}
.odds .discount .spread-btn.disabled {
  opacity: 0.6;
  cursor: no-drop;
}
