
    html, body,.containt {
        position: relative;
        height: 100%;
        background-color: #000a14;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .containt{

      background: url(/vipm/images/application-bg1.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }
    .swiper-button-nexts{
        position: absolute;
        bottom:2rem;
        width: 1.13rem;
        height: 0.3rem;
        background: url(/vipm/images/application-1.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        transform: translateX(-50%);
        left: 50%;
        z-index: 9999;
  }
  .swiper-1-1{
    font-size: 0.52rem;
    font-weight: bolder;
    background-image:-webkit-linear-gradient(left,#21c393,#1ebd9e,#008bff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    margin-top: 0.88rem;
    text-align: center;
  }
  .swiper-1-2{
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.6rem;
    font-weight: bolder;
  }
  .swiper-1-3{
    margin-top: 0.15rem;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bolder;
    padding-bottom: 1.5rem;
  }