.top-seller_warp {
  width: 100%;
  max-width: 1360px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 200px;
}
.top-seller_warp .modal-head {
  margin-bottom: 30px;
}
.top-seller_warp .modal-head h2 {
  font-size: 64px;
}
.top-seller_warp .modal-head .underlined-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top-seller_warp .modal-head .underlined-text .underline-illustration {
  bottom: -6%;
  height: 0.16em;
  left: -3%;
  position: absolute;
  width: 105%;
  z-index: -1;
}
.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;
}
.top-seller_warp .modal-head .underlined-text .underline-illustration .underline-path {
  fill: none;
  stroke: #fe7f00;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 12px;
  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;
  }
}
.top-seller_warp .top-seller_content {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.top-seller_warp .top-seller_content .top-seller_banner {
  padding: 100px 0;
}
.top-seller_warp .top-seller_content .top-seller_banner .about-wrap {
  width: 80%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 8.33333333%;
}
.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: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
}
.top-seller_warp .top-seller_content .top-seller_banner .about-wrap .title {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: -4px;
}
.top-seller_warp .top-seller_content .top-seller_banner .about-wrap .more {
  font-size: 24px;
  margin-top: 24px;
  color: #fff;
  border: 1px solid #fff;
  width: 220px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-seller_warp .top-seller_content .top-seller_banner .about-wrap .more i {
  margin-left: 10px;
  font-size: 24px;
}
.top-seller_warp .top-seller_content .top-seller_banner .image-warp {
  position: absolute;
  right: 0;
  top: 0;
}
.top-seller_warp .top-seller_content .top-seller_banner .image-warp img {
  width: 300px;
}
.top-seller_warp .top-seller_content .product-warp {
  padding: 16px 8px;
}
.top-seller_warp .top-seller_content .product-warp .swiper-pagination {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-seller_warp .top-seller_content .product-warp .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  display: inline-block;
  /* border-radius: 100%; */
  border-radius: 6px;
  background: #000;
  opacity: 0.2;
  margin-right: 6px;
  transition: all 0.3s;
  transform-origin: left;
}
.top-seller_warp .top-seller_content .product-warp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.top-seller_warp .top-seller_content .product-warp .goods {
  width: 320px;
  height: 320px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.top-seller_warp .top-seller_content .product-warp .goods.all {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-seller_warp .top-seller_content .product-warp .goods .stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture {
  z-index: 1;
  opacity: 1;
  transition: all 0.8s;
  position: relative;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  z-index: 1;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture .main_img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture .floating {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.top-seller_warp .top-seller_content .product-warp .goods .picture .floating .maim-float {
  width: 157px;
  animation: float 3s ease-in-out infinite;
  animation-play-state: paused;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture .floating:after {
  content: "";
  background-image: var(--float1_img);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 4;
  animation: float 2.5s ease-in-out infinite;
  animation-play-state: paused;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture.liwai .floating {
  margin-right: 40px;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture.liwai .floating .maim-float {
  width: 160px;
  margin-top: 68px;
  margin-left: -50px;
}
.top-seller_warp .top-seller_content .product-warp .goods .picture.liwai .floating:after {
  width: 156px;
  height: 147px;
  top: 0px;
  left: -8px;
}
.top-seller_warp .top-seller_content .product-warp .goods .title {
  font-size: 48px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  letter-spacing: 0.1em;
}
.top-seller_warp .top-seller_content .product-warp .goods .more {
  color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.top-seller_warp .top-seller_content .product-warp .goods .more .circle {
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  transform-origin: center;
}
.top-seller_warp .top-seller_content .product-warp .goods .more i {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-seller_warp .top-seller_content .product-warp .goods:hover .picture:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.top-seller_warp .top-seller_content .product-warp .goods:hover .picture .floating .maim-float {
  animation-play-state: running;
}
.top-seller_warp .top-seller_content .product-warp .goods:hover .picture .floating:after {
  animation-play-state: running;
}
.top-seller_warp .top-seller_content .product-warp .goods:hover .more .circle {
  width: 48px;
  height: 48px;
}
.shopify {
  color: #fff;
  padding: 100px 0;
}
.shopify .media-warp {
  background-color: #000;
  width: 1400px;
  margin: 0 auto;
  border-radius: 60px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.shopify .media-warp .video-wrap {
  width: 100%;
  height: 100%;
}
.shopify .media-warp .video-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.shopify .media-warp .carouse {
  font-size: 56px;
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.shopify .media-warp .carouse .shopify-slide {
  height: 74px;
  margin-left: 10px;
  display: inline-flex;
}
.shopify .media-warp .carouse .shopify-slide .text {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.shopify .media-warp .carouse .btn {
  font-size: 24px;
  margin-top: 40px;
}
.shopify .media-warp .carouse .btn a {
  width: 300px;
  height: 80px;
  border-radius: 80px;
  --m-color: #174cd7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.shopify .media-warp .carouse .btn a i {
  margin-left: 10px;
  font-size: 18px;
}
.shopify .media-warp .carouse .btn a.hollow {
  background-color: var(--m-color);
}
.shopify .media-warp .carouse .btn a.solid {
  background-color: var(--m-color);
  margin-left: 20px;
}
.featured {
  padding: 0px 0px 200px 0px;
  color: var(--text-color);
}
.featured .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.featured .wrap .about {
  width: 600px;
}
.featured .wrap .about .desc {
  margin-bottom: 40px;
}
.featured .wrap .about .desc h1,
.featured .wrap .about .desc h2 {
  font-size: 48px!important;
}
.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 {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.featured .wrap .lamp .marquee {
  height: 600px;
  overflow: hidden;
}
.featured .wrap .lamp .marquee .marquee-item {
  width: 180px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  margin-bottom: 20px;
  border-radius: 12px;
}
.featured .wrap .lamp .marquee .marquee-group1 {
  animation: marquee 20s  infinite linear ;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
.featured .wrap .lamp .marquee .marquee-group2 {
  animation: marquee 40s  infinite linear ;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}
.featured .wrap .lamp .marquee .marquee-group3 {
  animation: marquee 30s  infinite linear ;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes marquee {
  100% {
    transform: translateY(0);
  }
}
.essay {
  position: relative;
  /*background-color: #3b30ee;*/
  padding-bottom: 100px;
}
.essay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 884px;
  /*background-image: url("/static/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("/static/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;
}
