@charset "UTF-8";
.swiper-slide {
    float: left;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #F8F8F8;
  z-index: 9;
  cursor: pointer;
}
.prev-btn {
  left: 20px;
}
.next-btn {
  right: 20px;
}
/* .prev-btn:hover,
.next-btn:hover {
  color: #F1922E;
} */
[class^="pagination"] {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 99
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e6e6e6;
    margin: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
    transition: all .36s ease;
}

.swiper-active-switch {
    background-color: #fff;
    border: 4px solid rgba(0, 0, 0, .3);
}
.swiper-pagination-bullet {
  opacity: 1!important;
  display: inline-block;
  width: 8px!important;
  height: 8px!important;
  background-color: transparent!important;
  border-radius: 100%!important;
  border: 2px solid #ccc;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 2px solid #fff;
}
.swiper-pagination-progressbar {
  height: 5px !important;
  background-color: transparent !important;
  position: relative;
}
.swiper-pagination-progressbar:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: -1;
}

/* 全站图片视差效果 */
.base-image-container {
  overflow: hidden;
}
.base-image-container .inner-image-container {
  overflow: hidden;
  transform: translateY(100%);
  transition: all 1s;
}
.base-image-container .image-medium {
  overflow: hidden;
  position: relative;
  transform: translateY(-100%);
  transition: all 1s;
}
.base-image-container .image-medium:before {
  content: "";
  display: block;
  /* padding-top: ; 由于图片比例不统一，根据实际图片宽高比例计算 */
}
.base-image-container .parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 80px);
  transition: all 1s;
}
.base-image-container .parallax-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-image-container:hover .inner-image-container {
  transform: translateY(0) scale(0.95) !important;
}
.base-image-container:hover .image-medium {
  transform: translateY(0) scale(1.15) !important;
}


/*follow us block*/
:root {
  --left-gap: 80px;
}
.main-content .floor-container {
  position: relative;
}
.main-content .floor-container .floor-title {
  font-size: 6.25vw;
  line-height: 1.25;
  font-weight: 300;
  padding-top: 6.25vw;
  padding-left: var(--left-gap);
}
.featured-in-block .description {
  padding-left: var(--left-gap);
}
.featured-in-block {
  padding-bottom: 60px;
  position: relative;
}
.featured-in-block .swiper-container {
  padding: 6.875vw 0 7.708vw;
}
.featured-in-block .swiper-container img {
  width: 21.875vw !important;
  transition: all 0.6s;
  display: block;
  margin: 0 auto 24px;
}
.featured-in-block .swiper-slide.swiper-slide-active img {
  transform: scale(1.33333);
  margin-bottom: 64px;
}
.featured-in-block .arrow-btn {
  position: absolute;
  right: 6.25%;
  bottom: 26%;
  width: 6.25vw;
  height: 6.25vw;
  line-height: 5.6vw;
  text-align: center;
  font-size: 2.083vw;
  border-radius: 50%;
  background-color: var(--theme-color);
  cursor: pointer;
  z-index: 9;
}
.featured-in-block .arrow-btn img {
  width: 60%;
}
.featured-in-block .arrow-btn.prev {
  right: auto;
  left: 6.25%;
  transform: rotate(180deg);
}
.featured-in-block .arrow-btn.swiper-button-disabled {
  display: none;
}
.featured-in-block .swiper-slide .content {
  max-width: 76%;
  margin: 0 auto;
}
.featured-in-block .swiper-slide .title {
  font-size: 1.875vw;
  margin-bottom: 12px;
  font-weight: 300;
}
.featured-in-block .swiper-slide .desc {
  font-weight: 300;
  color: #555;
}
.featured-in-block .swiper-pagination {
  top: auto !important;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 32.5%;
}
.featured-in-block .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}
.follow-us-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* padding-bottom: 6.25vw; */
}
.follow-us-wrapper .title {
  font-size: 2.5vw;
  font-weight: 400;
  margin-right: 4.167vw;
}
.follow-us-wrapper ul {
  display: -webkit-flex;
  display: flex;
}
.follow-us-wrapper ul li {
  margin-right: 2.083vw;
}
.follow-us-wrapper ul li:last-child {
  margin-right: 0;
}
.follow-us-wrapper ul a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  /* border: 1px solid #333; */
}
.follow-us-wrapper ul a:hover {
  color: var(--theme-color);
  /* border-color: var(--theme-color); */
}

/* how to use */
.how-to-use {
  background-color: #FCFAEE;
  padding-bottom: 162px;
}
.how-to-use .description {
  padding-left: var(--left-gap);
}
.how-to-use ul {
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
}
.how-to-use li {
  padding: 0 24px;
}
.how-to-use img {
  width: 100%;
  margin-top: 16px;
}
.how-to-use p.step {
  font-size: 1.875vw;
  font-weight: 300;
}
.how-to-use p.desc {
  height: 40px;
}

/* products list */
.products-wrapper .products-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.products-wrapper .products-list li {
  width: 33.3333%;
  padding: 0 30px;
  margin-top: 60px;
}
.products-wrapper .products-list li a {
  display: block;
  height: 100%;
  background-color: #F8F8F8;
}
.products-wrapper .product-card {
  padding: 28px 28px 66px;
  position: relative;
  color: #555;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.products-wrapper .product-card p {
  font-weight: 300;
}
.products-wrapper .products-list li:hover a {
  box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.12);
}
.products-wrapper .product-card .series {
  text-align: left;
}
.products-wrapper .product-card .img-box {
  padding: 0 5px;
  margin: 28px 0 30px;
}
.products-wrapper .product-card .img-box img {
  width: 100%;
  mix-blend-mode: multiply;
}
.products-wrapper .product-card .label-new {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 52px;
}
.products-wrapper .product-card .spu-name {
  font-size: 22px;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .prev-btn,
  .next-btn {
    display: none !important;
  }
  :root {
    --left-gap: 60px;
  }
  .main-content .floor-container .floor-title {
    font-size: 7.031vw;
    line-height: 1.3;
  }
  .featured-in-block {
    padding-bottom: 45px;
  }
  .follow-us-wrapper .title {
    font-size: 36px;
    margin-right: 60px;
  }
  /* .follow-us-wrapper ul a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .follow-us-wrapper ul li {
    margin-right: 30px;
  } */
  .how-to-use {
    padding-bottom: 118px;
  }
  .how-to-use ul {
    margin-top: 60px;
  }
  /* products list */
  .products-wrapper .products-list {
      margin: 0 -20px;
  }
  .products-wrapper .products-list li {
      padding: 0 20px;
      margin-top: 40px;
  }
  .products-wrapper .product-card {
      padding: 26px 16px 50px;
  }
}
@media (max-width: 1023px) {
  :root {
    --left-gap: 30px;
  }
  .follow-us-wrapper {
    margin-top: 30px;
  }
  .follow-us-wrapper ul {
    width: 100%;
    justify-content: space-between;
  }
  .follow-us-wrapper ul li {
    margin-right: 0;
  }
  .how-to-use ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .how-to-use li {
    width: 100%;
    margin-bottom: 24px;
  }
  .how-to-use img {
    max-width: 227px;
  }
}
@media (max-width: 767px) {
  .main-content .floor-container .floor-title {
    font-size: 9.662vw;
    padding-top: 60px;
  }
  .featured-in-block .swiper-container {
    padding: 100px 0 40px;
  }
  .featured-in-block .swiper-slide .title {
    font-size: 20px;
  }
  .featured-in-block .swiper-slide .desc {
    max-width: 210px;
    font-size: 14px;
  }
  .featured-in-block .swiper-container img {
    width: 142px !important;
  }
  .featured-in-block .swiper-slide.swiper-slide-active img {
    transform: scale(1.9718);
  }
  .featured-in-block .swiper-container img {
    margin-bottom: 80px;
  }
  .featured-in-block .swiper-slide .title {
    margin-bottom: 8px;
  }
  .featured-in-block .swiper-slide.swiper-slide-active img {
    margin-bottom: 88px;
  }
  .featured-in-block .arrow-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .follow-us-wrapper {
    /* display: block; */
    /* padding: 0 30px 60px; */
  }
  .follow-us-wrapper .title {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .how-to-use {
    padding-bottom: 56px;
  }
  .how-to-use .description, .floor5-container .description {
    padding-right: 30px;
  }
  .how-to-use p.step {
    font-size: 24px;
  }
  .how-to-use img {
    display: block;
    margin: 16px auto 0;
  }
  /* products list */
  .products-wrapper .products-list li {
    width: 50%;
    padding: 0 6px;
    margin-top: 12px;
  }
  .products-wrapper .products-list {
      margin: 0 -6px;
  }
  .products-wrapper .product-card {
      padding: 16px 10px 32px;
  }
  .products-wrapper .product-card .spu-name {
      font-size: 16px;
  }
  .products-wrapper .product-card .label-new {
      right: 10px;
      top: 16px;
      width: 40px;
  }
  .products-wrapper .product-card .img-box {
      margin: 16px 0 20px;
  }
}