.banner-content{
    position: relative;
    height:300px;
    background-size: 100%;
    /* background-position: bottom;   */
    background: url("../images/version-banner.png") no-repeat;
}

.version-model1{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    min-height: 500px;
  }
.version-model1Content{
    position: relative;
    width: 1200px;
    height: auto;
    margin:85px auto 120px;
    display: flex;
  }
  .version-item{
    width: 380px;
    height: 538px;
    background: rgb(255,255,255);
    box-shadow: 0px 1px 40px 0px rgba(10, 18, 33, 0.12);
  }
  .version-item+.version-item{
      margin-left:30px;
  }
  .version-item-top{
      position: relative;
      height:269px;
  }
  .version-item-top .title,
  .version-item-top .pirce,
  .version-item-top .callInfo{
      position:absolute;
      left:50%;
      transform: translateX(-50%);
  }
  .version-item-top .title{
    top:60px;
    font-size: 20px;
    font-weight: 400;
    color: #0A1221;
  }
  .version-item-top .pirce{
    top:103px;
    font-size: 48px;
    font-weight: 600;
    color: rgb(230,0,35);       
  }
  .version-item-top .pirce span{
    color: rgba(10, 18, 33, 0.72);
    font-size: 16px;
    margin-left:20px
  }
  .version-item-list{
      height:269px;
  }
  .version-item-list-item{
    display: flex;
    padding: 0px 60px;
    box-sizing: border-box;
    line-height: 46px;
    justify-content: space-between;
    width: 380px;
    height: 46px;
    color: rgba(10, 18, 33, 0.72);
    font-size:16px;
  }
  .version-item-list-item span:last-child(2){
      width:30px;
      text-align: center;
  }
  .version-item-list-item span.goDetails{
        /* width: 57px; */
        font-size: 14px;
        font-weight: 400;
      
  }
  .version-item-list-item span.goDetails a{
    color: #e60023;
  }
  .version-item-list-item .iconfont {
      color:#67C23A;
      font-weight: 600;
      font-size:19px
  }
  .version-item-list-item:nth-child(2n-1){
    background: #F8F9FB;
  }
  .u-grey-bd.version{  
      background-color: rgb(255,255,255);
  }
  .version-item-top .callInfo{
     bottom:50px;
     font-size:14px;
     color: rgba(10, 18, 33, 0.72);
     text-align:center;
  }
  .version-item-top .callInfo .btn{
    width: 200px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgb(230,0,35);
    line-height: 40px;
    margin-bottom:16px;
    transition: background 0.3s linear;
  }
  .version-item-top .callInfo .btn a{
      color:rgb(230,0,35);
      transition: color 0.3s linear;
  }

  .version-item-top .callInfo .btn:hover{
    background-color:rgb(230,0,35);
    border-color:transparen;
  }
  .version-item-top .callInfo .btn:hover a{
    color:rgb(255,255,255);
  }
  .pircePai,
  .pirce.flex{
    display: flex;
  }
  .pirce.flex{
    align-items: flex-end;
    top:150px;
  }
  .pirce.flex span{
    width:45px;
  }
  .pircePai-item{
    /* width:20px; */
    height:50px;
    width:34px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
  }
  .animation3{
    /* transition:margin 1.4s  linear; */
     /* margin-top:-500px; */
     animation: animation3 1s linear 0.4s;
     animation-fill-mode:forwards;
  }
    .animation2{
      /* transition:margin 1.2s  linear; */
      /* margin-top:-600px; */
      animation: animation2 1s linear 0.2s;
      animation-fill-mode:forwards;
  }
  .animation1{
    /* transition:margin 1s  linear; */
    /* margin-top:-550px; */
    animation: animation1 1s linear ;
    animation-fill-mode:forwards;
  }
  .pircePai-item-content{ 
    margin-top:0px;

  }
  .pircePai-item-content p{
    margin:0px;
  }
  .version-mobile{
    padding: 30px 24px 10px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .version-item-list-item .special{
    display: none;
    align-items: center;
  }




  @keyframes animation1{
    0%{
      margin-top:0px;
    }
    100%{
      margin-top:-550px;
    }
  }
  @keyframes animation2{
    0%{
      margin-top:0px;
    }
    100%{
      margin-top:-600px;
    }
  }
  @keyframes animation3{
    0%{
      margin-top:0px;
    }
    100%{
      margin-top:-500px;
    }
  }
  @media screen and (max-width: 1216px) {
    .version-model1,
    .version-model1Content{
      width:100%;
      min-width:831px;
    }
    .version-model1Content{
      flex-wrap: wrap;
      justify-content: center;
    }
    .version-item:nth-child(3){
         margin-top:20px;
    }
    .banner-content{
      background-position: 80%;  
    }
  }
  @media screen and (max-width: 768px) {
    .version-model1,
    .version-model1Content{
      width:100%;
      min-width:100%;
    }
    .version-model1Content{
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
    }
    .version-item+.version-item{
      margin:20px 0 0 0px;
    }
  }
   @media screen and (max-width: 823px) {
    .u-home{
      display: none;
    }
    .version-model1{
      padding: 30px 24px 10px 24px;
      width: 100%;
      box-sizing: border-box;
      background-color: #fff;
    }
    .version-model1 .version-item{
      width: 100%;
      height: 421px;
    }
    .version-model1Content{
      margin: 0;
    }
    .version-item{
      margin: 0;
      margin-bottom: 30px;
    }
    .version-item-top{
      height: 171px;
    }
    /* .version-item-top{
      padding: 30px 0  22px 0;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }
    .version-item-top .title,
    .version-item-top .pirce,
    .version-item-top .callInfo{
        position:relative;
        left:0;
        transform: none;
    } */
    .version-item-top .title{
      top:30px;
      margin: 0;
    }
    .version-item-top .pirce,.version-item-top  .callInfo{
      top:85px;
      margin: 0;
    }
    .version-item-list-item{
      width: 100%;
    }
    .version-item-list-item{
      padding:0 30px;
    }
    .version-item-list-item>.goDetails,
    .version-item-list-item .iconfont-special{
      display: none;
    }
    .version-item-list-item .special{
      display: flex;
    }
  }
