/* ------------------------------------------------------------------
 * Name         : Sirin - HTML Template
 * File         : styles.css
 * Author       : ScanThemes
最新最全最好的Bootstrap模板：http://www.bootstrapmb.com
 *
 * All Rights Reserved.
 * --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------

  [Table of contents]

    - Template
      -- Global
      -- Theme-tab
    - User CSS

------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------

  *** All that is included here refers to additional user-defined styles.
      You can freely change them or add new ones.

/*---------------------------------------------------------------------- */
/* [ Template ] */
/* Global */

.icon-menu{
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url('../img/icon/nav.png') no-repeat center;
  background-size: cover;
}
.icon-menu-active{
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url('../img/icon/close.png') no-repeat center;
  background-size: cover;
}
.media-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  
  .media-progress-wrapper {
    width: 100%;
    height: .25rem;
    border-radius: 0;
    background: transparent; }
  
  .media-app {
    max-width: 15rem; }
  
  @media (min-width: 1200px) {
    .media-app {
      max-width: 18rem; } }
  @media (min-width: 1680px) {
    .media-app {
      max-width: none; } }
  .gray-box-gr {
    background: rgba(173, 181, 189, 0.25);
    background: -webkit-linear-gradient(top, rgba(173, 181, 189, 0.25) 0%, #adb5bd 100%);
    background: linear-gradient(to bottom, rgba(173, 181, 189, 0.25) 0%, #adb5bd 100%); }
  
  .app-img {
    max-width: 28rem; }
  
  .app-img {
    max-width: 25rem; }
  
  .mwc-icon {
    max-width: 1.5rem;
    width: 100%; }
  
  .h_shape {
    top: -14rem;
    left: -25rem;
    max-width: 180rem;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .h_shape img {
      opacity: .35; }
  
  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1.3, 1.3, 1.3);
      transform: scale3d(1.3, 1.3, 1.3); }
    50% {
      opacity: 1; } }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1.3, 1.3, 1.3);
      transform: scale3d(1.3, 1.3, 1.3); }
    50% {
      opacity: 1; } }
  .heroSMG {
    padding-bottom: 20rem;
    padding-right: 20rem; }
    .navbar-light .navbar-nav .nav-link.active{
    color: #000001;
    border-bottom: 0.125rem solid #2D5AD9;
  }
  .header {
    /* width: 100vw; */
    /* height: 59.0625rem; */
    
    background-size: cover !important;
    
    /* background-size: 100% 100%; */
    /* background: linear-gradient(130deg, white 1%, rgba(255, 255, 255, 0.85) 100%);  */}
    @media (max-width: 392px) {
      .title{
        font-size: 2rem;
      }
      
      .title-desc{
        font-size: 1.025rem;
        line-height: 1.6rem;
      }
      .connct-desc{
        margin-left: 0;
        font-size: 1rem;
      }
      /* .navlogo{
        padding-right: 0;
      } */
      
    }
    @media (max-width: 378px) {
        .navlogo{
        padding-right: 0;
      }
    /*   .title{
        font-size: 2rem;
      }
      .title-desc{
        font-size: 1.025rem;
      } */
    }
    @media (min-width: 378px) {
      .navlogo{
        /* padding-right: 3rem; */
      }
     
      
    }
    .navbar-collapse {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-align: center;
      align-items: center
  }
  .collapse:not(.show) {
    display: none;
}

    @media (max-width: 992px) {
      /* .text-style{
        display: flex;
      } */
      /* .navbar-toggler{
        order: 2;
      } */
      .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 67px;
        padding: 50px 60px;
        transition: all .3s ease-in;
        background-color: #4e7fff;
        text-align: center;
    }
    .collapsing {
      height: 100vh;
      transition: all .2s ease;
      /* top: 0; */
      left: 100%
  }
  .nav-link{
    display: inline-block;
  }
      .navbar{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1200;
        background-color: #fff;
      }
      .header {
        min-height: 938px;
        background: url('../img/bg/01.png') no-repeat;
        background-position:top center!important;
      }
        .head-img{
          bottom:5rem;
          left: 0;
        }
        .head-right{
          width: 100vw;
          /* height: 300px; */
         /*  height: 73vh; */
          /* bottom: 7.375rem; */
      }
      .head-container{
        position: absolute;
        top: 2rem;
        left: 1rem;
        width: calc(100% - 2rem);
      }
      .title{
        font-size: 30px;
      }
      .apply-btn{
        margin-top: 5rem;
        margin-bottom: 4rem;
      }
      .btn-1{
         margin-right: 8px;
        /*margin-left: 1rem; */
        width: 5rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.0rem;
      }
      .btn-2{
        font-size: 1rem;
      }
      .btn-3,.btn-4{
        width: 2rem;
      height: 2rem;
      margin-right: 8px;
      }
      .btn-5{
        width: 2rem;
      height: 2rem;
      }
      .connct-desc{
        margin-left: 0;
      }
      .block-1{
        padding-bottom: 3rem;
        padding-left: 1rem;
        overflow: hidden;
    }
    .block-1-sub-title,.block-2-sub-title,.block-3-sub-title,.block-6-sub-title{
      font-size: 3.7vw;
     
    }
    .block-1-left{
      width:100%;
      padding-left: 2rem;
      padding-right: 1rem;
      }
    .container-fluid-block1{
      background: url(../img/bg/block01-bg.png) no-repeat;
      /* min-height: 1233px; */
      min-height: 1220px;
    }
    .block-1-right{
      width: 95vw;
      padding-top: 2rem;
    }
    .block-1-right .zx-right{
      height: 30rem;
      overflow: hidden;
    }
    .block-2-left{
      width: 100%;
      padding-right: 1rem;
      padding-left: 2rem;
    }
    .block-2-desc1{
      width: 100%;
    }
    .block-2{
      margin-bottom: 2rem;
    }
    .block-2-right{
      order: 2;
    }
    .container-fluid-block2{
      background: url(../img/bg/block02-bg.png) no-repeat;
      /* min-height: 1647px; */
      min-height: 1510px;
    }
    .block-2-right{
      width: 100vw;
    }
/* min-height: 116vw; */
    .block-2-right .zx-right{
      position: relative;
      width: 96vw;
      /* height: 143vw; */
      margin: 0 auto;
      /* min-height: 100vw; */
    }
    .zx-right .img-2{
      width: 100vw;
      margin: 0 auto;
      /* margin: 0 auto; */
      
    }
    .container-fluid-block3{
      background: url(../img/bg/block03-bg.png) no-repeat;
      min-height: 729px;
    }
    .block3-img{
      top: 32%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    }
    .block-4-right,.block-6-right{
      width: 100vw;
      order: 2;
      
      }
      .container-fluid-block4{
        position: relative;
        background: url(../img/bg/block04-bg.png) no-repeat center;
          min-height: 1269px;
      }
      .block-4-right .zx-right{
        position: relative;
        min-height: 657px;
      }
      .block-5{
        /* padding-top: 6rem; */
        padding-left: 2rem;
        overflow: hidden;
      }
      .block-3{
        padding-left: 2rem;
        overflow: hidden;
      }
      .block-3-desc{
        position: absolute;
        bottom: 8%;
        left: 2rem;
      }
      .block5-img{
        display: none;
      }
      .img-05{
        width: 100%;
        
      }
      .container-fluid-block5{
        position: relative;
        background: url(../img/bg/block05-bg.png) no-repeat center;
          background-size: cover !important;
         /*  background-position: center!important; */
          min-height: 2000px;
      }
      .block05-img{
       padding-top: 80px;
       padding-bottom: 20px;
        display: block;
        
      }
      .block-6-left{
        width: 100vw;
        padding-right: 1rem;
        }
        .block-1-title,.block-3-title,.block-2-title,.block-6-title{
          font-size: 36px;
        }
        .block-6{
          padding-right: 1rem;
          overflow: hidden;
        }
        .block6-pl{
          padding-left: 2rem;
        }
        .block-1-tip1-icon{
          left: -1rem;
        }
        .index6-1{
          position: absolute;
          top: 90px;
          left: 0;
          
          z-index: 100;
          
          width: 100%;
          
        }
        .index6-2{
        
          position: absolute;
          top: 90px;
          left: 0;
          
          z-index: 10;
          
          width: 100%;
          
        }
        .index6-3{
          position: absolute;
          top: 90px;
          left: 0;
          
          z-index: 1;
        
          width: 100%;
         
        }
        .container-fluid-block6{
          position: relative;
          background: url(../img/bg/block06-bg.png) no-repeat center;
            background-size: cover !important;
           /*  background-position: center!important; */
            min-height: 1194px;
        }
        .apply-zx{
          /* margin-left: 2rem; */
        }
        .block-1-desc1{
          width: 100%;
          font-size: 1rem;
          color: #797979;
          padding-top: 10px;
      }
      .block-1-tip1{
        width: 16rem;
        font-size: 24px;
        color: #000;
    }
    .block-2-desc1{
      font-size: 1rem;
      color: #797979;
      padding-top: 10px;
    }
    
    .block-3-desc1{
      color: #545454;
      font-size: 1rem;
      padding-top: 10px;
    }
    .block-3-desc1 span{
      font-size: 2.25rem;
      color: #4C90EB;
    }
    .block-3-desc2{
      color: #9b9b9b;
      font-size: 1rem;
      line-height: 1.625rem;
      padding-top: 10px;
      padding-right: 1rem;
    }
    
    .block-2-desc1 span{
      font-size: 2.25rem;
      color: #4C90EB;
    }
    .apply-zx{
        width: 9rem;
        height: 2.4rem;
        line-height: 2.4rem;
        text-align: center;
        font-size: 18px;
        border-radius: 1.4rem;
        background-color: #4C90EB;
        color: #fff;
        
    }
    .block-6-desc1{
     /*  width: 29rem; */
      font-size: 1rem;
      color: #797979;
      padding-top: 2rem;
    }
    
  .block4-1-animation{
 
    transform: translate(70%);
  }

  .block4-2-animation{
    transform: translateX(52%);
  }
 
  .block4-3-animation{
    transform: translateX(33%);
  }
  .footer{
    background: #131415;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  } 
  .download {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
.bottom-info {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 400;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 72px;
  height: 72px;
  border: none;
  text-indent: 100%;
  background: url(../img/icon/move-to.png) no-repeat 0px 0px;
}




    }

    @media (max-width: 430px){
      .header {
        min-height: 820px;
        background: url(../img/bg/01.png) no-repeat;
        background-position: top center!important;
    }
      .container-fluid-block1 {
        background: url(../img/bg/block01-bg.png) no-repeat;
        min-height: 995px;
      }
      .block-1-right .zx-right {
        height: 16rem;
        overflow: hidden;
      }
    }

    @media screen and (min-width: 576px) and (max-width: 800px) {

      .container-fluid-block1 {
        background: url(../img/bg/block01-bg.png) no-repeat;
        min-height: 1210px;
      }
      .block-1-right .zx-right {
        height: 24rem;
        overflow: hidden;
      }
    }
    @media (max-width: 576px) {
      .header {
        min-height: 860px;
        background: url(../img/bg/01.png) no-repeat;
        background-position: top center!important;
    }
      .container-fluid-block1 {
        background: url(../img/bg/block01-bg.png) no-repeat;
        min-height: 1110px;
      }
      .block-1-right .zx-right {
        height: 18rem;
        overflow: hidden;
      }
      /*  */
      .navlogo{
        margin: 0 auto !important;
      }
      .apply-btn{
        margin-top: 2rem;
        margin-bottom: 1rem;
      }
      .block-2-right .zx-right {
        margin-top: 80px;
      }
      .block-1-sub-title,.block-2-sub-title,.block-3-sub-title,.block-6-sub-title{
        font-size: 4.7vw;
       
      }
      .block-4-right .zx-right {
        
        min-height: 380px;
    }
      .container-fluid-block5{
        min-height: 1800px;
      }
      .container-fluid-block6{
        min-height: 1060px;
      }
      
    }
    @media (min-width: 750px) {
      .container-fluid-block6{
        min-height: 1350px;
      }
    }
    @media (min-width: 1920px) {
      .navbar{
        padding: 0.8rem 3rem;
        background-color: #fff;
      }
    }
    @media screen and (min-width: 992px) and (max-width: 1920px){
    
      .navbar{
        padding: 0.8rem 3rem;
      }
    }
    @media (min-width: 992px) {
      .footer{
        display: none;
      }
      
      .text-style{
        display: flex;
      }
      .text-style-right{
        justify-content: flex-end;
      }
      .header {
        min-height: 59.0625rem;
        background: url('../img/bg/head-bg.png') no-repeat;
        background-position:center!important;
      }
        .head-img{
          top: calc(50% - 20px);left: 34%;transform: translate(0%, -50%);
        }
        .head-right{
          width: 71.8vw;
         /*  height: 73vh; */
          bottom: 7.375rem;
      }
      .head-container{
        position: absolute;
        top: 5rem;
        left: 4rem;
        width: 38vw;
      }
      .title{
        font-size: 2.25rem;
      }
      .title-desc{
        font-size: 16px;
        line-height: 28px;
      }
      .apply-btn{
        margin-top: 5rem;
        margin-bottom: 4rem;
      }
      .btn-1{
        margin-right: 1rem;
        /* margin-left: 1rem; */
        width: 10.25rem;
        height: 2.625rem;
        line-height: 2.625rem;
        font-size: 1.5rem;
      }
      .btn-2{
        font-size: 1.25rem;
      }
      .btn-3,.btn-4{
        width: 3rem;
      height: 3rem;
      margin-right: 1rem;
      }
      .btn-5{
        width: 3rem;
      height: 3rem;
      
      }
      .connct-desc{
        margin-left: 3rem;
        font-size: 1.125rem;
      }
      .block-1{
        padding-top: 3rem;
        padding-left: 4rem;
        overflow: hidden;
    }
    .block-1-sub-title,.block-2-sub-title,.block-3-sub-title,.block-6-sub-title{
      font-size: 2rem;
     
    }
    .block-1-left{
      width: 40vw;
      padding-left: 6rem;
      }
      .mr-auto-style{
        margin: 0 auto;
      }
      .container-fluid-block1{
        background: url(../img/bg/block1-bg.png) no-repeat;
        min-height: 59.75rem;
      }
      .block-1-right{
        width: 55vw;
        }
        .block-1-right .zx-right{
          height: 41.375rem;
          overflow: hidden;
      }
      .block-2-left {
        width: 38vw;
        padding-right: 4rem;
    }
    .block-2-desc1{
      width: 29rem;
    }
    .block-2{
      margin-bottom: 5rem;
    }
    .container-fluid-block2{
      
      background: url(../img/bg/block2-bg.png) no-repeat;
      min-height: 67.5rem;
    }
      .block-2-right{
        width: 48vw;
        margin-bottom: 3rem !important;
      }
      .block-2-right .zx-right{
        position: relative;
        height: 67.1875rem;
      }
      .zx-right .img-2{
        /* margin: 0 auto; */
        margin-left: 3rem;
      }
      .container-fluid-block3{
        background: url(../img/bg/block3-bg.png) no-repeat;
        min-height: 58.5625rem;
      }
      .block3-img{
        top: 0rem;left: 25%;
        transform: translateX(-16%);
      }
      .block-4-right,.block-6-right{
        width: 58vw;
        
        }
        .container-fluid-block4{
          position: relative;
          background: url(../img/bg/block4-bg.png) no-repeat center;
            min-height: 58.5625rem;
        }
        .block-4-right .zx-right{
          position: relative;
          height: 67.1875rem;
        }
        .block-5{
          padding-top: 6rem;
          padding-left: 4rem;
          overflow: hidden;
        }
        .block-3{
          padding-left: 4rem;
          overflow: hidden;
        }
        .block-3-desc{
          position: absolute;
          bottom: 8%;
          left: 4rem;
        }
        .block5-img{
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
         
          
        }
        .img-5{
          width: 54vw;
          margin-left: 5rem;
        }
        .container-fluid-block5{
          position: relative;
          background: url(../img/bg/block5-bg.png) no-repeat center;
            background-size: cover !important;
           /*  background-position: center!important; */
            min-height: 70.625rem;
        }
        /*  */
        .block05-img{
          display: none;
        }
        .block-6-left{
          width: 38vw;
          padding-right: 4rem;
          }
          .block-1-title,.block-3-title,.block-2-title,.block-6-title{
            font-size: 3rem;
          }
          .block-6 {
            padding-top: 13rem;
            padding-right: 1rem;
            overflow: hidden;
        }
        .block-1-tip1-icon{
          left: -1rem;
        }
        .block-6-right .zx-right{
          height: 61.375rem;
        }
        .index6-1{
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0,-50%);
          z-index: 100;
          
          width: 100%;
          height: 52.625rem;
        }
        .index6-2{
        
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0,-50%);
          z-index: 10;
          
          width: 100%;
          height: 52.625rem;
        }
        .index6-3{
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0,-50%) ;
          z-index: 1;
        
          width: 100%;
          height: 52.625rem;
        }
        .container-fluid-block6{
          position: relative;
          background: url(../img/bg/block6-bg.png) no-repeat center;
            background-size: cover !important;
           /*  background-position: center!important; */
            min-height: 61.3755rem;
        }
        .block-1-desc1{
          width: 100%;
          font-size: 1.2rem;
          color: #797979;
      }
      .block-1-tip1{
        width: 18rem;
        font-size: 2rem;
        color: #000;
    }
    .block-2-desc1{
      font-size: 1.2rem;
      color: #797979;
    }
    
    .block-3-desc1{
      color: #545454;
      font-size: 1.25rem;
    }
    .block-3-desc1 span{
      font-size: 2.25rem;
      color: #4C90EB;
    }
    .block-3-desc2{
      color: #9b9b9b;
      font-size: 1.25rem;
      line-height: 1.625rem;
    }
    
    .block-2-desc1 span{
      font-size: 2.25rem;
      color: #4C90EB;
    }
    .apply-zx{
        width: 12rem;
        height: 2.7rem;
        line-height: 2.8rem;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 1.4rem;
        background-color: #4C90EB;
        color: #fff;
        
    }
    .block-6-desc1{
      width: 29rem;
      font-size: 1.2rem;
      color: #797979;
      margin-top: 2rem;
    }
    .mobile-bottom{
      display: none;
    }




      
    }
  .head-container{
      
      /* width: 46vw; */
      
      /* border: 1px solid #ccc; */
  }
  
  .title span{
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin-right: 1rem;
      margin-bottom: 0.2rem;
      border-radius: 50%;
      background-color: #f8ab53;
      animation: eeo 1s linear infinite;
      /* transform: scale(1.2); animation: am1 2s linear 1 1s; 
      transition: all 1s; */
  }
  @keyframes eeo{
    0%{
        transform: scale(0.8);
        background: #f8a649;
    }
    50%{
        transform: scale(1);
        background: #f8ab53;
    }
    100%{
        transform: scale(0.8);
        background: #f8a649;
    }
}
  .title-desc{
      color: #fff;
      

  }
  .apply-btn{
      display: flex;
      width: 100%;
      
     /*  margin-top: 5rem; */
  }
  .connct-desc{
    /* margin-left: 3rem; */
    color: #fff;
    
    line-height: 2.25rem;
    margin-top: 1rem;
  }
  .btn-1{
   /*    margin-right: 3rem;
      margin-left: 3rem;
      width: 11.25rem;
      height: 2.625rem;
      line-height: 2.625rem;
      font-size: 1.5rem; */
      text-align: center;
      color: #fff;
      border-radius: 1.3125rem;
      background-color: #FC9925;
      border: 1px solid #FC9925;
  }
  .btn-1 a{
    color: #fff;
  }
  .btn-2{
      /* font-size: 1.125rem; */
      color: #fff;

  }
  .btn-3{
    /* width: 3rem;
    height: 3rem;
    margin-right: 1rem; */
    background: url('../img/app/mac.png') no-repeat center center;
    background-size: cover;
}
  .btn-4{
     /*  width: 3rem;
      height: 3rem;
      margin-right: 1rem; */
      background: url('../img/app/linux.png') no-repeat center center;
      background-size: cover;
  }
  .btn-5{
    /* width: 3rem;
    height: 3rem; */
    background: url('../img/app/win.png') no-repeat center center;
    background-size: cover;
}
.container-fluid-block1{
  /* background: url(../img/bg/block1-bg.png) no-repeat; */
    background-size: cover !important;
    background-position: center!important;
    
}
.container-fluid-block3{
  /* background: url(../img/bg/block3-bg.png) no-repeat; */
    /* background-size: cover !important; */
    background-position: center!important;
    /* min-height: 58.5625rem; */
}
.container-fluid-block2{
  position: relative;
  /* background: url(../img/bg/block2-bg.png) no-repeat; */
    /* background-size: cover !important; */
    background-position: center!important;
    
}





.block-tip-title{
  display: inline-block;
  border-bottom: 1px solid #2D5AD9;
}
.block-3{
  /* padding-top: 3rem; */
  /* height: 44.875rem; 
  width: 93vw; */
  /* padding-left: 4rem;
  overflow: hidden; */
  /* background: url(../img/app/imac_mock-up.png) no-repeat 10vw center ; */
  /* background-size: 100%; */
}
.block-2{
  padding-top: 3rem;
  padding-right: 1rem;
  overflow: hidden;
}

.block-2-title{
  text-align: right;
  color: #000;
  /* font-size: 3rem; */
  font-weight: bold;
}
.block-2-sub-title{
  float: right;
     
      color: #555454;
      /* font-size: 2rem; */
      border-top: 0.125rem solid #2D5AD9;
}


.block-6-title{
  text-align: right;
  color: #000;
  /* font-size: 3rem; */
  font-weight: bold;
}
.block-6-sub-title{
  float: right;
     
      color: #555454;
      /* font-size: 2rem; */
      border-top: 0.125rem solid #2D5AD9;
}
.block-1-title,.block-3-title{
color: #000;
/* font-size: 3rem; */
font-weight: bold;
}
.block-1-sub-title,.block-3-sub-title{
    float: left;
    color: #555454;
    
    border-top: 0.125rem solid #2D5AD9;
}

.zx-right .img-1,.zx-right .block5-img{
    position: absolute;
    right: 0;
    top: 0;
}
.block6-1{
  width: 60%;
  transition: all 1s linear ; 
}
.block6-2{
  width: 60%;
  transition: all 1s linear .4s; 
}

.block6-1-animation{
  transform: translateX(60%);
}
.block6-2-animation{
  transform: translateX(35%);
}
/* .block1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
@media (min-width: 1566px) {
  .block-tip-title{
    width: 200px;
  }
  .block4-1-animation{
 
    transform: translate(84%);
  }
  
  .block4-2-animation{
    transform: translateX(62%);
  }
  
  .block4-3-animation{
    transform: translateX(38%);
  }
  
}
@media screen and (min-width: 1366px) and (max-width: 1566px) {
  .block-tip-title{
    width: 200px;
  }
  .block4-1-animation{
 
    transform: translate(70%);
  }

  .block4-2-animation{
    transform: translateX(52%);
  }
 
  .block4-3-animation{
    transform: translateX(33%);
  }
  
}
@media screen and (min-width: 998px) and (max-width: 1366px) {
  .block-tip-title{
    width: 200px;
  }
  .index4-1,.index4-2,.index4-3{
    width: 88%;
  }

  .block4-1-animation{
 
    transform: translate(70%);
  }

  .block4-2-animation{
    transform: translateX(52%);
  }
 
  .block4-3-animation{
    transform: translateX(33%);
  }
  
}

.block6-tip-title {
  display: inline-block;
  border-bottom: 1px solid #2D5AD9;
}
.index4-1{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-55%,-50%);
  z-index: 100;
}
.index4-2{
  
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-55%,-50%);
  z-index: 10;
}
.index4-3{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-55%,-50%) ;
  z-index: 1;
    
}
.block4-1{
 
  transition: all 1s linear ; 
}
.block4-2{
 
  transition: all 1s linear .4s; 
}
.block4-3{
 
  transition: all 1s linear .8s; 
}




.block1-1{
    width: 100%;
    
}
.index1-1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  
  width: 100%;
  
}
.index1-2{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  
  width: 100%;
  
}
.index1-3{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  
  width: 100%;
  
}
.index1-4{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  
  width: 100%;
  
}
.block1-2,.block1-3,.block1-4{
  width: 100%;
  /* height: 41.375rem; */
}

.block1-2-animation{
    animation: am2 1s linear 1 1s forwards; 
}
@keyframes am2{
    0%{
        transform: scale(1) translateX(0);
       
        
    }
    25%{
      transform: scale(0.9);
  }
    50%{
        transform: scale(0.8);
    }
    75%{
      transform: scale(0.7);
  }
    
    100%{
        transform:scale(0.6) translateX(-51%);
       
        
    }
}
.block1-3-animation{
    animation: am3 1s linear 1 1s forwards; 
}
@keyframes am3{
    0%{
        transform: scale(1) translateY(0);
       
        
    }
    25%{
      transform: scale(0.9);
  }
    50%{
        transform: scale(0.8);
    }
  
    
    100%{
        transform: translateY(-4%) scale(0.72) ;
       
        
    }
} 
.block1-4-animation{
    animation: am4 1s linear 1 2s forwards; 
}
@keyframes am4{
    0%{
        transform: scale(1) translateX(0);
       
        
    }
    
    50%{
        transform: scale(0.9);
    }
    
  
    
    100%{
        transform: scale(0.84) translate(40%,-12%) ;
       
        
    }
} 
.block-1-tip1-icon{
    position: absolute;
    top: -1rem;
    /* left: -1rem; */
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background-color: #3781E0;
      animation: eeoo 1s linear infinite;
}
@keyframes eeoo{
    0%{
        transform: scale(0.8);
        background: #3781E0;
    }
    50%{
        transform: scale(1);
        background: #418cec;
    }
    100%{
        transform: scale(0.8);
        background: #3781E0;
    }
}


.flex{
    display: flex;
}
/* .block-1-left{
width: 40vw;
padding-left: 6rem;
} */
/* .block-1-right{
    width: 55vw;
    
} */
/* .block-2-left{
  width: 38vw;
  padding-right: 4rem;
  } */




.img-2{
  /* width: 42vw; */
  /* height: 67.1875rem; */
            
  /* margin-left: 5rem; */
  }
  .img3{
    width: 73vw;
   
    /* margin: 0 auto; */
  }
.zx-right .img-2{
  /* margin: 0 auto; */
  /* margin-left: 3rem; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}

  @media (min-width: 992px) {
    .header {
      min-height: 59.0625rem;/* 59.0625rem */
      /* width: 100vw; */
      /* height: 100vh; */ } }
      
      .head-right .parallax-img{
         /*  width: 100%;
          height: 100%;
           */
      }
  /* Theme-tab */
  .theme-tab-nav .theme-tab-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    padding: 1.1rem;
    background: transparent; }
  .theme-tab-nav .theme-tab-item .active {
    background: #e9ecef;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .theme-tab-nav .theme-tab-item:not(:last-child) {
    margin-right: 2rem; }
  .theme-tab-nav .theme-tab-item img {
    width: 100%; }
  
  @media (min-width: 992px) {
    .theme-tab-nav .theme-tab-item:not(:last-child) {
      margin-bottom: 2rem;
      margin-right: 0; } }
  .tab-img-size {
    max-width: 22rem;
    width: 100%; }
  
  .sort-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  /* [ User CSS ] */
  
  /*# sourceMappingURL=styles.css.map */
