
.home-container{
    width: 100%;
    height: auto;
}
.floor1-before-container{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.floor1-before-container .content{
  position: absolute;
  top: 3.125vw;
  left: 0;
  right: 0;
  max-width: 75vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.banner-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.floor1-before-container .content .banner-title{
  font-size: 4.167vw;
  line-height: 1;
  font-weight: bold;
}
.floor1-before-container .content .banner-desc{
  font-size: 2.083vw;
  margin-top: 1vw;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.floor1-before-container img{
   width: 100%;
   height: auto;
}
.floor1-before-container .swiper-pagination-bullet{
   margin: 0 0.625vw !important;
}
.floor1-before-container .swiper-button-next:after {
  background: url(https://d3kdaue1k8tbi.cloudfront.net/products/os25000/next-btn.png) center no-repeat;
  background-size: contain;
}

.floor1-before-container .swiper-button-prev:after, .floor1-before-container .swiper-button-next:after{
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background: url(https://d3kdaue1k8tbi.cloudfront.net/products/os25000/prev-btn.png) center no-repeat;
  background-size: contain;
}
.floor1-before-container .swiper-button-next:after {
  background: url(https://d3kdaue1k8tbi.cloudfront.net/products/os25000/next-btn.png) center no-repeat;
  background-size: contain;
}

.floor1-before-container  .swiper-button-prev:hover:after {
  animation: arrowLeftAnimation .5s ease-in;
}
.floor1-before-container  .swiper-button-next:hover:after {
  animation: arrowRightAnimation .5s ease-in;
  -webkit-animation: arrowRightAnimation .5s ease-in;
}

@keyframes arrowRightAnimation {
  0% {
     transform: translateX(0);
  }
  25% {
     transform: translateX(20px);
  }
 50% {
    transform: translateX(0);
 }
 75% {
     transform: translateX(20px);
  }
 100% {
    transform: translateX(0);
 }

}
@keyframes arrowLeftAnimation {
  0% {
     transform: translateX(0);
  }
  25% {
     transform: translateX(-20px);
  }
 50% {
    transform: translateX(0);
 }
 75% {
     transform: translateX(-20px);
  }
 100% {
    transform: translateX(0);
 }
}
.floor1-before-container .swiper-pagination-bullet{
    font-size: 0.417vw;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.floor1-before-container .swiper-pagination-bullet-active{
  background-color: #ffff00;
  border: 1px solid #ffff00;
}
.floor1-before-container .swiper-button-prev {
  left: 3vw;
  transition: all .3s ease;
}
.floor1-before-container  .swiper-button-next {
  right: 3vw;
}

.floor-container{
   --font-transtion: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.floor-container .title{
   font-size: 4.167vw;
   font-weight: bold;
   line-height: 1;
}
.floor-container .title .icon-jump-arrow{
  font-size: 2.604vw;
  display: block;
  margin-left: 1.042vw;
  margin-top: 0.417vw;
}
.floor-container .title .title-text{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
  justify-content: flex-start;
}
.floor-container .desc{
    font-size: 1.458vw;
    line-height: 1.5;
    color: #fff;
 }
.floor1-container{
    width: 100%;
    height: 42.708vw;
    position: relative;
}
.floor1-container video{
  position: absolute;
  left: 0 ;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  width: 63.542vw;
  height: 17.552vw;
}
.floor1-container .canvas-logo{
    position: absolute;
    left: 0 ;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    z-index: 1;
    width: 63.542vw;
    height: 17.552vw;
    z-index: 1;
}
.canvas-box{
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}
.floor-container{
    width: 100%;
    height: auto;
}

.floor-container img{
    width: 100%;
    height: auto;
}
/*  */
/*  */
.floor2-container{
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
}
.floor2-box{
    --last-row-height: 10.417vw;
    width: 100%;
    height: 52.083vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('https://d3kdaue1k8tbi.cloudfront.net/home/home_bg_2x.jpg'); /* 背景图片的路径 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.floor2-box .floor2-column1{
    width: var(--column-width);
    height: 100%;
    border-right: 1px solid #fff;
    position: relative;
}
.floor2-column1 .floor2-column1-ele{
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - var(--last-row-height) - var(--home-block-height));
    background-color: #00ffcc;
    top: var(--home-block-height);
}
.floor2-box .floor2-column2{
    width: calc(var(--column-width)*5);
    height: 100%;
    padding-top: var(--home-block-height);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #fff;
}
.floor2-box .floor2-column2 .floor2-text{
    width: 100%;
    height: calc(100% - var(--last-row-height));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.floor2-box .floor2-column2 .title-banner{
    font-size: 8.333vw;
    line-height: 1.2;
    color: #ffff00;
    font-weight: bold;
}
.floor2-box .floor2-column2 .desc-banner{
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}
.floor2-box .floor2-column2 .floor2-text-bottom{
     width: 60%;
     height: var(--last-row-height);
     padding-left: 2.865vw;
     background-color: #ffff00;
     color: var(--theme-color);
     text-align: right;
     display: flex;
     align-items: center;
}
.floor2-box .floor2-column3{
    width: calc(var(--column-width)*5);
    height: 100%;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #fff;
}
.floor2-column3 .top{
    width: 100%;
    height: calc(var(--home-block-height) + 1px);
    border-bottom: 1px solid #fff;
}
.floor2-column3 .butterfly{
    width: 100%;
    height: calc(100% - var(--home-block-height));
    position: relative;
}
.floor2-column3 .butterfly::after{
    width: 100%;
    height: var(--last-row-height);
    bottom: 1px;
    left: 0;
    top: unset;
    border-top: 1px solid #fff;
}
.floor2-column3 .big-img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  margin: auto;
}
.floor2-column3 .small-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--last-row-height) - 1px);
}
.floor2-column3 .right-product-img{
   position: absolute;
   top: 6.302vw;
   right: 7.24vw;
   width: 15.365vw;
   height: 32.031vw;
   object-fit: contain;
   animation: productAnimation 2.5s ease-in-out infinite;
}
.floor2-column3 .left-product-img{
    position: absolute;
    bottom: 7.292vw;
    left: 5.677vw;
    width: 15.365vw;
    height: 32.708vw;
    object-fit: contain;
    animation: productAnimation 2.5s ease-in-out infinite 1s;
}

.floor2-column4{
    width: var(--column-width);
    height: 100%;
}
.floor2-column4 .yellow-img{
  width: 100%;
  height: 22.344vw;
  object-fit: cover;
  border-bottom: 1px solid #fff;
}
.floor2-column4 .mars-img{
    width: 100%;
    height: calc(100% - 22.344vw);
    object-fit: cover;
}

.floor3-container{
   width: 100%;
   height: auto;
}
.floor3-product{
  width: 100%;
  height: 44.635vw;
  display: flex;
  justify-content: space-between;
}
.floor3-product .product-left{
  width: calc(100% - var(--column-width)*4);
  height: 100%;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0.625vw;
}
.floor3-product  .product-left .product-3d{
    width: 100%;
    height: 100%;
    background-image: url('https://d3kdaue1k8tbi.cloudfront.net/home/grid.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-3d video{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor3-product .product-info{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 5.26vw;
  bottom: 6.255vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.floor3-product  .product-info-desc{
   height: 100%;
   padding-left: 2.604vw;
   display: flex;
   align-items: center;
}
.floor3-product .title{
   color:#00ffcc;
   line-height: 0.8;
}
.floor3-product .decorate-img{
    width: 25.156vw;
    height: 5.26vw;
    object-fit: cover;
    overflow: hidden;
}
.product-right{
  width: calc(var(--column-width)*4);
  height: 100%;
}
.product-right .title-box{
   width: 100%;
   height: 22.344vw;
   border-bottom: 1px solid #fff;
   background-color: var(--theme-color);
   cursor: pointer;
}
.product-right .title {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffff00;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  padding: 3.125vw 2.604vw;
  transition: var(--font-transtion);
}
.product-right .title .icon-jump-arrow{
   height: 2.6vw;
   display: inline-block;
   margin-left: 0;
   padding-bottom: 1vw;
}
.product-right .title:hover {
  background-color: #ffff00;
  color: var(--theme-color);
}

.product-right .desc{
  width: 100%;
  padding: 3.646vw 2.604vw;
  height: calc(100% - 22.344vw)
}
.floor3-detail{
  width: 100%;
  height: var(--home-block-height);
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor3-detail-item{
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.083vw;
  line-height: 0.9;
  font-weight: bold;
  border-right: 1px solid #fff;
  color: var(--theme-color);
  cursor: pointer;
  position: relative;
}
.floor3-detail-item .hover-after{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   color: #00ffcc;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 2.083vw; 
   font-weight: bold;
   z-index: 1;
   font-style: italic;
   transition: all 0.2s;
}
.floor3-detail-item:last-of-type{
  border-right: none;
}
.hover-after:hover{
  opacity: 1;
  background-color: #1b1b1b;
}
.floor3-detail-item img{
   width: auto;
   height: 3.698vw;
   margin-right: 1.302vw;
}



.floor4-container{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}
.floor4-box{
    width: 100%;
    height: 52.083vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floor4-box .left{
   width: 41.667vw;
   height:  100%;
   position: relative;
   border-right: 1px solid #fff;
}
.floor4-box .left::before{
    width: var(--column-width);
    height:  100%;
    border-right: 1px solid #fff;
 }
 .floor4-box .left::after{
  width: 100%;
  height: var(--home-block-height);
  border-top: 1px solid #fff;
  top: unset;
  bottom: 0;
}
.floor4-box .left-top{
    width: 100%;
    height: calc(var(--home-block-height) * 2);
    padding-left: var(--column-width);
    position: relative;
    border-bottom: 1px solid #fff;
}
.floor4-box .left-top::before{
    width: 100%;
    height: var(--home-block-height);
    border-bottom: 1px solid #fff;
}
.floor4-box .left-top .title-box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - var(--column-width) - 1px);
    height: calc(var(--home-block-height) - 2px);
    background-color: var(--theme-color);
    overflow: hidden;
    color: #ffff00;
    cursor: pointer;
}
.floor4-box .left-top .title{
   width: 100%;
   height: 100%;
   color: #ffff00;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding-left: 2.604vw;
   transition: var(--font-transtion);
} 
.floor4-box .left-top .title:hover{
   background-color: #ffff00;
   color: var(--theme-color);
}

.floor4-box .left-top .title img{
    width: 2.604vw;
    height: auto;
    margin-left: 1.042vw;
}
.floor4-box .left-bottom{
    width: 100%;
    height: auto;
    padding-left: var(--column-width);
    position: relative;
}
.floor4-box .left-bottom .desc{
    width: 100%;
    height: auto;
    padding: 3.646vw 2.604vw;
}
.floor4-box .right{
  width: calc(100vw - 41.667vw);
  height: 100%;
  position: relative;
}
.floor4-box .right-top{
    width: 100%;
    height: calc(var(--home-block-height) * 2);
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floor4-box .right-top img{
    width: 100%;
    height: 100%;
}
.floor4-box .right-bottom{
    width: 100%;
    height: auto;
    padding-left: var(--column-width);
}
.floor4-box .right-bottom img{
    width: 50vw;
    height: 37.188vw;
    object-fit: cover;
}
.floor4-box .right-img{
   position: absolute;
   left: 5.677vw;
   bottom: 0;
   margin: auto;
   width: 5.26vw;
   height: 25.156vw;
   object-fit: cover;
}


/* mobile */
@media (max-width: 828px), (orientation: portrait) {
    .floor-container .title .icon-jump-arrow{
       font-size: 4.5vw;
       margin-left: 3.5vw;
    }
    .floor-container .title{
        font-size: 6.542vw;
     }
     .floor-container .desc{
         font-size: 3.738vw;
    }
    .floor1-before-container{
      width: 100%;
      height: auto;
      position: relative;
    }
    .floor1-before-container .content{
      top: 5.6vw;
      left:   var(--page-padding);
      right:  var(--page-padding);
       margin: auto; 
       max-width: 100%;
    }
    .floor1-before-container .content .banner-title{
      font-size: 7vw;
      line-height: 1.2;
    }
    .floor1-before-container .content .banner-desc{
      font-size: 4.672vw;
      margin-top: 2.80vw;
    }
    .floor1-before-container .swiper-pagination {
       bottom: 5.6vw;
    }
    .floor1-before-container .swiper-pagination-bullet{
      width: 1.869vw;
      height: 1.869vw;
      margin-right: 2.8vw;
      margin: 0 1.4vw !important;
    }
    .floor1-before-container .swiper-button-prev:after, .floor1-before-container .swiper-button-next:after{
      display: none;
    }
    .floor1-before-container img{
       width: 100%;
       height: auto;
    }
    .floor1-container{
       height: 130vw;
    }
    .floor1-container .canvas-logo{
      width: 84vw;
      height: 22.7vw;
    }
    .floor1-container video{
        width: 84vw;
        height: 22.7vw;
    }
    .floor2-box-m{
        width: 100%;
        height: auto;
        background-image: url('https://d3kdaue1k8tbi.cloudfront.net/home/home_bg_2x.jpg'); /* 背景图片的路径 */
        background-size: cover; /* 使背景图片覆盖整个元素 */
        background-position: center; /* 将背景图片居中 */
        background-repeat: no-repeat; /* 防止背景图片重复 */
    }
   /*  */
   .floor2-box-m .row-1{
     width: 100%;
     height: 57.24vw;
     border-bottom: 1px solid #fff;
     position: relative;
   }
   .floor2-box-m .row-1::after{
     content: "";
     width: var(--column-width);
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     background-image: url('https://d3kdaue1k8tbi.cloudfront.net/home/home_yellow_slash_428.svg');
     background-position: center;
     background-repeat: no-repeat; 
     background-size: cover;
  }
   .floor2-box-m  .text{
      width: calc(100% - var(--column-width) * 2);
      margin: auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
   }
   .floor2-box-m .title-banner{
      font-size: 14vw;
      color: #ffff00;
      line-height: 1.2;
      font-weight: bold;
   }
   .floor2-box-m .desc-banner{
      font-size: 4.67vw;
      color:#fff;
      font-weight: 600;
   }
   .floor2-box-m .row-2{
    width: 100%;
    height: 118vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
  }
  .floor2-box-m .row-2 .left{
    width: var(--column-width);
    height: 100%;
    position: relative;
  }
  .floor2-box-m .row-2 .left-row1{
    width: 100%;
    height: 73.9555vw;
    background-color: #00ffcc;
    border-bottom: 1px solid #fff;
  }
  .floor2-box-m .row-2 .left-row2{
     width: 100%;
     height: 19.15vw;
     border-bottom: 1px solid #fff;
  }
  .floor2-box-m .row-2 .center{
    width: calc(100% - var(--column-width) * 2);
    height: 100%;
    position: relative;
  }
  .floor2-box-m .row-2 .right{
    width: var(--column-width);
    height: 100%;
  }
  .floor2-box-m .butterfly{
     width: 100%;
     height: 93vw;
     position: absolute;
     left: 0;
     top: 0;
  }
  .butterfly-con{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .butterfly-con .big-img{
    width: 100%;
    height: calc(100% - var(--column-width));
    top: var(--column-width);
    left: 0;
    position: absolute;
  }
  .butterfly-con .small-img{
    width: 100%;
    height: calc(100% - 19.15vw);
    position: relative;
    bottom: 0;
    left: 0;
  }
  .floor2-box-m .right-product-img{
     position: absolute;
     right: 7.47vw;
     top: -10vw;
     object-fit: contain;
     width: 34.112vw;
     height: 71vw;
     animation: productAnimation 2.5s ease-in-out infinite 1s;
  }
  .floor2-box-m .left-product-img{
    position: absolute;
    object-fit: contain;
    width: 34.14vw;
    height: 71.72vw;
    left: 7.3vw;
    top: 9.579vw;
    animation: productAnimation 2.5s ease-in-out infinite;
  }
  .floor2-box-m .row-2 .center-row1{
     width: 100%;
     height: var(--column-width);
     border-bottom: 1px solid #fff;
  }
  .floor2-box-m .row-2 .center-row2{
     width: 100%;
     height: 52.17%;
     border-bottom: 1px solid #fff;
     position: relative;
  }
  .floor2-box-m .row-2 .center-row3{
     width: 100%;
     height: 19.15vw;
     border-bottom: 1px solid #fff;
     display: flex;
     justify-content: flex-end;
  }
  .floor2-box-m .row-2 .center-row3 .title{
    width: 58.56%;
    height: 100%;
    background-color: #ffff00;
    color: var(--theme-color);
    display: flex;
    padding-left: 7vw;
    justify-content: flex-start;
    align-items: center;
 }

  .floor2-box-m .row-2 .center-row4{
      width: 100%;
      height: 24.53vw;
  }
  .floor2-box-m .row-3{
    width: 100%;
    height: var(--column-width);
    position: relative;
  }
  .floor2-box-m .row-3::after{
    width: var(--column-width);
    height: 100%;
    right: 0;
    left: unset;
    border-left: 1px solid #fff;
  }
  .floor2-box-m .row-3::before{
    width: var(--column-width);
    height: 100%;
    left: 0;
    border-right: 1px solid #fff;
  }
  .row-2 .right{
     width: 100%;
     height: 100%;
  }
  .row-2 .right-row1{
    width: 100%;
    height: var(--column-width);
    border-bottom: 1px solid #fff;
  }
  .row-2 .right-row2{
    width: 100%;
    height: 52.17%;
    border-bottom: 1px solid #fff;
  }
  .row-2 .right-row3{
    width: 100%;
    height: calc(47.83% - var(--column-width));
    overflow: hidden;
  }
  .floor3-container{
    width: 100%;
    height: auto;
    margin-top: -1px;
 }
 .floor3-container .title{
    text-transform: uppercase;
  }
  .floor3-container .m-product-info .title{
    font-size: 9.34579vw;
  }
  .m-product{
    width: 100%;
    height: 146.5vw;
    position: relative;
    padding: 3.9vw 2vw;
  }
  .m-product canvas{
    width: 100%;
    height: 100%;
  }
  .m-product .product-3d{
    width: 100%;
    height: 100%;
    background-image: url('https://d3kdaue1k8tbi.cloudfront.net/home/grid_428.png');
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
  }
  .m-product-info{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11.9375vw;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .floor-common .m-product-info .title{
    color: #00ffcc;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .m-product-info .left{
    text-align: left;
    padding-left: 4.67vw;
  }
  .m-product-info .decorate-img{
    width: 39vw;
    height: 14.25vw;
    object-fit: cover;
 }

  /* floor4 */
  .floor4-box-m{
    width: 100%;
    height: auto;
    padding-top: var(--column-width);
    position: relative;
  }
  .floor4-box-m::before{
     left: 50%;
     height: var(--column-width);
     width: 1px;
     background-color: #fff;
  }
  .floor-common .text{
     width: 100%;
     height: auto;
     padding: 4.672vw;
     border-top: 1px solid #fff;
     background-color: var(--theme-color);
  }
  .floor-common .title{
    color: #ffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8vw;
 }
 .floor4-box-m  .about-img{
   width: 100%;
   height: auto;
   display: block;
 }

}