/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/index.css ***!
  \***************************************************************************************************************/
:root {
    --max-width: 1440px;
    --max-bottom: 5.2vw;
    --progress-width: 6.25vw;
    --default-color: #f8f8f8;
    --title-fontsize: 3.125vw;
    --text-fontsize: 1.04vw;
    --light-background: #ffffff;
    --light-background-padding: 7.8125vw 0;
    --dark-background: #f4f4f4;
    --dark-background-padding: 10.20833vw 0;
  }
  h1.floor-title {
    margin-bottom: 16px;
  }
  .light-container {
    background: var(--light-background);
    padding: var(--light-background-padding);
  }
  .dark-container {
    background: var(--dark-background);
    padding: var(--dark-background-padding);
  }
  .home-wapper-container{
    max-width: var(--max-width);
    padding: 0 40px;
    padding-bottom:  var(--max-bottom);
    margin: 0 auto;
  }
  .home-floor {
    position: relative;
    padding: 80px 0;
  }
  .home-floor-wrap{
    max-width: 1280px;
    margin:0 auto;
    padding-left:40px;
    padding-right:40px;
  }
  .home-floor img {
    width: 100%;
  }
  .home-page_title {
    width: 100%;
    font-size: 1.979167vw;
  }
  .home-floor .title {
    font-size: 36px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
  }
  .home-floor .des {
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 42px auto;
  }
  .home-floor-swiper {
    height: calc(100vh - 104px);
    min-height: 576px;
  }
  .page-home .swiper-container {
    height:100%
  }
  .page-home .swiper-homebanner .banner-image{
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
  }
  .home-banner-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes animationBullet {
    0% { /* 定义初始关键帧 */
      /* CSS属性值 */
      width: 0px;
    }
    100% { /* 定义结束关键帧 */
      /* CSS属性值 */
      width: var(--progress-width);
    }
  }
  .homebanner-pagination-customize{
    position: relative;
  }
  .homebanner-pagination-customize .customize_bg{
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 100%;
    display: none;
  }
  .page-home .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .swiper-homebanner .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    overflow: hidden;
    display: block !important;
    overflow: hidden;
  }
  .swiper-homebanner .swiper-pagination-bullet-active {
    width: var(--progress-width);
    background: #fff;
    border: 0px;
    border-radius: 3px;
  }
  .swiper-pagination-bullet-active .customize_bg{
    transition: width 5.8s;
    display: block;
    width: var(--progress-width);
    animation: animationBullet;
    animation-duration: 5.8s;
    animation-play-state: running;
    background-color: #009643;
  }
  .home-floor-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 80px);
    max-width: 1120px;
    bottom: 4vh;
  }
  .home-banner_slide{
    width: 100%;
    height: 100%;
    background-color: var(--default-color);
    display: block;
    position: relative !important;
  }
  .page-home .banner-descript{
    position: absolute;
    width: 100%;
    max-width: 40vw;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
  }
  .page-home .banner-descript.left-down {
    top: 50%;
    left: 10vw;
    transform: translate(0, -50%);
    justify-content: flex-start;
    text-align: left;
  }
  .page-home .banner-descript.top-center {
    top: 10vh;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, 0);
    text-align: center;
    justify-content: center;
  }
  .page-home .banner-descript.bottom-center {
    bottom: 10vh;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    justify-content: center;
    text-align: center;
  }
  .page-home .banner-descript.right-down {
    top: 50%;
    right: 10vw;
    transform: translate(0, -50%);
    text-align: right;
    justify-content: flex-end;
  }
  .page-home .home-banner_slide .black{
     color: #000;
  }
  .banner-descript .banner-descript_title{
    width: 100%;
    line-height: 1.2;
    font-weight: 500;
    font-size: 3.125vw;
  }
  .banner-descript .banner-descript_content{
      width: 100%;
      padding-top: 10px;
      line-height: 1.3;
      font-size: 1.45vw;
      font-weight: 400;
      padding-bottom: 34px;
  }
  .banner-descript .banner-descript_btn{
      padding:8px 16px;
      height: auto;
      box-sizing: border-box;
      display: block;
      color: #fff;
      font-size: 15px;
      border: 1px solid #FFFFFF;
  }
  .banner-descript_btn-box{
    width: 100%;
    height: 100%;
    font-weight: 500;
    display: flex;
    align-items: center; 
    justify-content: center;
  }
  .home-banner_slide .black .banner-descript_btn{
      border: 1px solid #000;
      color: #000;
  }
  .home-banner-ani-slide .banner-descript{
    opacity: 1;
    transform:translateX(0);
  }
  .explore_btn_box .swiper-button-prev,
  .explore_btn_box .swiper-button-next{
    position: static;
    opacity: 1 !important;
    margin-top: 0;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 16px;
    color:#202621;
    background-color: #ffffff;
  }
  .explore_btn_box .swiper-button-next:after,
  .explore_btn_box .swiper-button-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .swiper-homebanner .swiper-button-prev{
    left:40px;
  }
  .swiper-homebanner .swiper-button-next{
    right:40px;
  }
  .swiper-homebanner .swiper-button-prev:hover,
  .swiper-homebanner .swiper-button-next:hover{
    background-color: rgba(0,0,0,0.5);
  }
  .explore_btn_box .swiper-button-prev{
    margin-right: 10px;
  }
  .explore_btn_box .swiper-button-disabled{
    color: rgba(32, 38, 33, 0.30);
  }

  /* 首页 about device 页面布局公用样式 */
  .floor-container {
    position: relative;
  }

  .floor-title {
    font-weight: 500;
    font-size: var(--title-fontsize);
    line-height: 1.3;
  }

  .floor-text {
    font-size: var(--text-fontsize);
    font-weight: 400;
  }

  .title-left {
    text-align: left;
  }

  .title-center {
    text-align: center;
  }

  .floor-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    color: #999999;
    margin-top: 0.625vw;
  }

  .is-white {
    color: #ffffff;
  }

  .is-black {
    color: #000000;
  }

  .font-weight {
    font-weight: bold!important;
  }

  .floor-link i {
    margin-left: 0.3125vw;
  }

  .floor-background-img {
    width: 100%;
    position: relative;
  }

  .floor-background-img img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .floor-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    width: 100%;
    text-align: center;
  }

  .circle-img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .circle-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-container2 {
    margin-top: 1.04167vw;
  }

  .home-container2 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .home-container2 .swiper-slide {
    width: calc((100% - 1.04167vw) / 2);
  }

  .home-container2 .swiper-slide:first-child {
    margin-bottom: 1.04167vw;
  }

  .home-container2 .swiper-slide a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .home-container2 .slide-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.3s;
  }

  .home-container2 .slide-img:hover {
    transform:  scale(1.1);
  }

  .home-container2 .slide-content {
    position: absolute;
    left: 50%;
    top: 4.6875vw;
    transform: translate(-50%, 0);
    padding: 0 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-container2 .floor-title {
    font-size: 1.875vw;
  }

  .home-container3 .floor3-wrap {
      margin-top: 5.20833vw;
  }

  .home-container3 .floor-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 3.125vw;
  }

  .home-container3 .floor-box {
    width: 12.5vw;
  }
  
  .home-container3 .floor-text {
    margin-top: 2.08333vw;
    text-align: center;
  }

  .home-container4 .floor-center {
    max-width: 60vw;
  }

  .home-container4 .floor-text {
    margin-top: 1.875vw;
  }

  .home-floor-explore {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
  }
  .page-home .swiper-explore{
    width: calc(100% - 40px);
    max-width: calc(100% - (100% - 1360px) / 2);
    height: auto;
    margin-bottom: var(--max-bottom);
  }
  .explore_title{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.08333vw;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .explore_title{
    padding-bottom: 0;
  }
  .explore_title .desc{
    font-size: 1.97vw;
    color: #000000;
  }
  .explore_btn_box{
    width: 200px;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .swiper-explore_container .swiper-slide{
    width: 100%;
    height: auto;
  }
  .swiper-explore_box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #f8f8f8;
    padding-top: 73%;
    overflow: hidden;
  }
  .swiper-explore_box img{
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
  .swiper-explore_box img:hover{
    transform:  scale(1.1);
  }
  .swiper-explore-desc{
    width: 100%;
    height: auto;
    display: block;
    color: #000000;
  }
  .explore-desc_title{
    margin-top: 1.25vw;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    height: 53px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
  }
  .explore-desc_con{
    font-size: 18px;
    line-height: 1.2;
    height: 44px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
  }
  /* learn more hover样式 */
  .more, .more-link {
    position: relative;
    padding: 0 10px;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .more span, .more-link span {
    margin-left: -20%;
    transition: all .3s ease-out 0s;
  }
  .more i, .more-link i {
    /* opacity: 0; */
    position: absolute;
    right: 0;
    transition: all .5s ease-out 0s;
    /* margin-left: 10%; */
  }
  .more:hover span, .more-link:hover span {
    margin-left: 0;
  }
  .more-link span {
    position: relative;
  }
  .more-link span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #666;
    transition: all .4s ease;
    
  }
  .more-link:hover span:after {
    width: 100%;
  }
  .more:hover i,  .more-link:hover i {
    opacity: 0;
    right: -20%;
  }

  @media (max-width: 828px), (orientation:portrait) {
    :root {
      --max-width: 100%;
      --max-bottom: 7.86667vw;
      --title-fontsize: 8vw;
      --text-fontsize: 3.86vw;
      --dark-background-padding: 18.4vw 0 23.33333vw;
      --light-background-padding: 14.4vw 0;
      --dark-background-padding: 10.20833vw 0;
    }
    .home-wapper-container {
      padding: 0 6.66667vw;
    }
    .home-floor-swiper {
      margin-bottom: 0;
    }
    .page-home .banner-descript{
      bottom: unset;
      right: unset;
      width: calc(100% - 40px);
      max-width: var(--max-width);
    }
    .page-home .banner-descript.left-down {
      top: 10vh;
      left: 50%;
      bottom: unset;
      transform: translate(-50%, 0);
      text-align: center;
      justify-content: center;
    }
    .page-home .banner-descript.top-center {
      top: 10vh;
      left: 50%;
      bottom: unset;
      transform: translate(-50%, 0);
      text-align: center;
      justify-content: center;
    }
    .page-home .banner-descript.bottom-center {
      top: 10vh;
      left: 50%;
      bottom: unset;
      transform: translate(-50%, 0);
      text-align: center;
      justify-content: center;
    }
    .page-home .banner-descript.right-down {
      top: 10vh;
      left: 50%;
      bottom: unset;
      transform: translate(-50%, 0);
      text-align: center;
      justify-content: center;
    }
    .home-floor-swiper .swiper-pagination {
      width: calc(100% - 40px);
    }
    .banner-descript .banner-descript_title{
      font-size: 8vw;
    }
    .banner-descript .banner-descript_content{
      font-size: 3.73333vw;
      font-weight: 500;
      padding-bottom: 24px;
    }
    .banner-descript .banner-descript_btn{
        font-size: 12px;
        padding:4px 8px;
    }
    .home-container2 {
      margin-top: 1.73333vw;
    }
    .home-container3 .floor-link {
      margin-top: 1.6vw;
      font-size: 3.2vw;
    }
    .home-container3 .floor3-wrap {
      margin-top: 22vw;
    }
    .home-container3 .floor-content {
      margin-top: 14.13333vw;
      flex-wrap: wrap;
    }
    .home-container3 .floor-box {
      width: 29.73333vw;
    }
    .home-container3 .floor-box:first-child {
      margin-bottom: 8.8vw;
    }
    .home-container3 .floor-text {
      margin-top: 4.66667vw;
    }
    .home-container4 .floor-center {
      width: 100%;
      padding: 0 10.66667vw;
      max-width: 100%;
    }
    .home-container4 .floor-text {
      margin-top: 6.4vw;
    }
    .home-page_title {
      font-size: 5.06667vw;
    }
    .explore_title {
      margin-bottom: 5.33333vw;
      height: auto;
    }
    .explore_btn_box {
      display: none;
    }
    .page-home .swiper-explore {
      width: calc(100% - 6.66667vw);
    }
    .explore-desc_title {
      margin-top: 3.2vw;
    }
    .explore-desc_con {
      margin-top: 1.6vw;
    }
  }

  @media (max-width: 828px) and (orientation:portrait) {
    .home-container2 .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .home-container2 .slide-content {
      top: 5.5vw;
      padding: 0 6.66667vw;
    }
    .home-container2 .floor-title {
      font-size: 4.8vw;
    }
    .home-container2 .floor-link {
      margin-top: 1.6vw;
      font-size: 3.2vw;
    }
  }
