/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/main.css ***!
  \**************************************************************************************************************/
@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: #F1F1F2!important;
  border-radius: 100%!important;
  border: 1px solid #F1F1F2;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}
.swiper-pagination-bullet-active {
    background-color: #87878B !important;
    border: 1px solid #87878B;
}
.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;
  height: inherit;
}
.base-image-container .inner-image-container {
  overflow: hidden;
  transform: translateY(100%);
  transition: all 1s;
  height: 100%;
}
.base-image-container .image-medium {
  overflow: hidden;
  position: relative;
  transform: translateY(-100%);
  transition: all 1s;
  height: 100%;
}
.base-image-container .image-medium:before {
  content: "";
  display: block;
}
.base-image-container .parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  overflow: hidden;
}
.base-image-container .parallax-container img,
.base-image-container .parallax-container video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.base-image-container .image-medium img{
  transition: all 1s;
}
.base-image-container:hover .inner-image-container {
  transform: scale(0.95) !important;
}
.base-image-container:hover .image-medium img{
  transform:  translateY(-50%) scale(1.15) !important;
}


.floor-container {
  --floor-gap: 7.2917vw;
}
.floor-container {
  /* margin: var(--floor-gap) auto; */
  margin-bottom: var(--floor-gap);
}
.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 #222;
}
.follow-us-wrapper ul a:hover {
  color: #fff;
  background: #222;
  text-decoration: none;
  /* border-color: var(--theme-color); */
}

/* how to use */
.how-to-use {
  
  padding-bottom: 5.3125vw;
  text-align: center;
}
.how-to-use .main-title {
  padding-top: 5.2083vw;
  padding-bottom: 5.2083vw;
}
.how-to-use ul {
  display: -webkit-flex;
  display: flex;
  /* margin-top: 5.2083vw; */
}
.how-to-use li {
  padding: 0 20px;
  width: 25%;
}
@media (min-width: 1201px) {
  .how-to-use .wrapper {
    max-width: 56.25vw;
    min-width: 960px;
  }
}

.how-to-use img {
  width: 100%;
  margin-bottom: 30px;
}
.how-to-use p.step {
  font-size: 1.25vw;
  margin-bottom: 20px;
  font-weight: 500;
}
.how-to-use p.desc {
  font-size: 16px;
}
/* beyond limited 楼层 */
.beyond-limited {
  overflow: hidden;
}
.beyond-limited .floor-content {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.beyond-limited .inner-image-container {
  transform: translateY(0%);
}
.beyond-limited .base-image-container:hover .inner-image-container {
  transform: none !important;
}
.beyond-limited .base-image-container:hover .image-medium img{
  transform:  none!important;
}
.beyond-limited .base-image-container .parallax-container {
  height: calc(100% + 80px);
}
.beyond-limited .main-title {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.beyond-des {
  padding-top: 4.6875vw;
  text-align: center;
}

.beyond-des p {
  margin-bottom: 3.125vw;
}
/* feature floor */
.feature-floor {
  overflow: hidden;
}
.feature-floor .wrapper {
  max-width: 100%;
}
.feature-floor .title-cons {
  display: flex;
  align-items: center;
  flex: 1;
}
.feature-floor .title-cons h1 {
  margin-right: 40px;
}
.feature-floor .title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}
.feature-content {
  max-width: 62.5vw;
  margin: 0 auto;
  padding-top: 3.125vw;
  position: relative;
}
.img-container {
  position: relative;
}
.img-container .img-box {
  position: relative;
}
.img-container img {
  display: block;
  max-width: 100%;
}
.boost-cons {
  position: absolute;
  top: 9.7928vw;
  left: 0;
}
.boost-cons1 {
  position: absolute;
  bottom: 8.3333vw;
  right: 0;
}
.boost-cons1 h2 {
  margin-bottom: 0;
}
.boost-list .text {
  opacity: 0;
  transform: translateY(50px);
  /* -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; */
}
.boost-list .title {
  margin-bottom: 2.0833vw;
}
.boost-list.animation .text {
  transform: translateY(0);
  opacity: 1;
}
.boost-list.reverse-animation .text {
  transform: translateY(50px);
  opacity: 0;
}
.boost-list.animation #text2 {
  transition-delay: .12s;
}
.boost-list.animation #text3 {
  transition-delay: .24s;
}

.boost-list.reverse-animation #text1 {
  transition-delay: .24s;
}
.boost-list.reverse-animation #text2 {
  transition-delay: .12s;
}
.homepage .btn-border {
  min-width: 186px;
}
@media (min-width: 828px) {
  .feature-floor .title-cons span {
    transform: translateY(25%);
  }
}

@media (max-width: 1200px) {
  .prev-btn,
  .next-btn {
    display: none !important;
  }
  :root {
    --left-gap: 60px;
    
  }
  .feature-floor .title-content {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .floor-container {
    --floor-gap: 5.8534vw;
  }
  .how-to-use p.step {
    font-size: 1.9531vw;
  }
  
  .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;
  }
  .beyond-des p {
    margin-bottom: 40px;
  }
  
  .how-to-use {
    /* padding-top: 60px; */
    padding-bottom: 60px;
  }
  .how-to-use .main-title {
    padding-top: 60px;
    padding-bottom: 60px;

  }
  /* .how-to-use ul {
    margin-top: 60px;
  } */
  .beyond-limited .floor-content {
    height: 320px;
  }
  .boost-cons {
    top: 10.5156vw;
  }
  .boost-cons1 {
    bottom: 10.5156vw;
  }
  .homepage .btn-border {
    min-width: initial;
    padding: 0 24px;
  }
  .boost-list .title {
    margin-bottom: 30px;
  }
  

}
@media (max-width: 828px) {
  .floor-container {
    --floor-gap: 9.6618vw;
    margin-bottom: 9.6618vw;
  }
  
  :root {
    --left-gap: 30px;
  }
  .feature-content {
    max-width: 100%;
  }
  .boost-list .title {
    margin-bottom: 20px;
  }
  
  .feature-floor .title-cons h1 {
    margin-bottom: 16px;
    margin-right: 20px;
  }
  .follow-us-wrapper {
    margin-top: 30px;
  }
  .follow-us-wrapper ul {
    width: 100%;
  }
  .follow-us-wrapper ul li {
    margin-right: 4.8309vw;
    margin-bottom: 0;
  }
  .boost-cons {
    top: 24.1546vw;
  }
  .boost-cons1 {
    bottom: 21.7391vw;
  }
  .feature-content {
    padding-top: 0;
  }
  .how-to-use {
    padding-bottom: 9.6618vw;
  }
  .how-to-use .main-title {
    padding-top: 9.6618vw;
    padding-bottom: 9.6618vw;
  }
  /* .how-to-use ul {
    margin-top: 9.6618vw;
  } */
  .beyond-des p {
    margin-bottom: 5.7971vw;
  }
  .how-to-use ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--padding-gap));
    margin-right: calc(-1 * var(--padding-gap));
  }
  .how-to-use li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 9.6618vw;
  }
  .how-to-use img {
    max-width: 227px;
  }
 
  .how-to-use .description, .floor5-container .description {
    padding-right: 30px;
  }
  .how-to-use p.step {
    font-size: 4.8309vw;
    margin-bottom: 2.8986vw;
  }
  .how-to-use p.desc {
    font-size: 3.3816vw;
  }
  .how-to-use img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3.8647vw;
  }
  .beyond-limited .floor-content {
    height: 62.8019vw;
  }
  .beyond-des {
    padding-top: 5.7971vw;
  }
  .footer .footer-bottom {
    border-width: 1px;
  }
  .feature-floor .title-cons {
    flex-direction: column;
    align-items: flex-start;
  }
  .img-container {
    padding-left: 0;
    padding-right: 0;
    
  }
  .img-container .img-box {
    margin-left: calc(-1 * var(--padding-gap));
    margin-right: calc(-1 * var(--padding-gap));
  }
  
}

