




/**/
/* .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.banner {
    position: relative;
}
.banner img {
    width: 100%;
    vertical-align: middle;
    height:100%;
}
.banner-title {
   width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    text-align: center;
}
.banner-title .banner-txt {
    margin-top: 18%;
    color: white;
    animation-duration: 3s;
}

.banner-txt h2 {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 15px;
}
.banner-txt p {
    font-size: 1rem;
}


@media screen and (max-width:1000px)
{
   
    .banner-txt h2 {
        font-size: 1.5rem;
    } 
} */



/* 新增 */
.banners{
    width: 100%;
    margin-top: 145px;
    height: auto;
  }
  .banner-room{
    width: 1440px;
    margin: 0 auto;
    zoom: 0.7;
    position: relative;
    /* display: flex; */
  }
  .download-box{
    width: 429px;
    height: 683px;
    background: #FFFFFF;
    box-shadow: 0px 2px 35px 0px rgba(221,221,221,0.5);
    border-radius: 30px;
    display: inline-block;
    margin-top: 50px;
  }
  .app-icon{
    width: 242px;
    height: 50px;
    position: absolute;
    top: -40px;
    left: -60px;
  }
  .app-icon::after{
    content: "爱电影视";
    font-size: 28px;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 8px;
  }
  .app-icon img{
    height: 100%;
  }
  .layer-icon{
    width: 800px;
    height: 853px;
    margin-left: 158px;
    display: inline-block;
  
    vertical-align: top;
  }
  .layer-icon img{
    width: 100%;
  }
  .center-lay{
    margin: 0 auto;
    display: block;
  }
  .banner-room::before{
    content: "";
    display: block;
    height: 1px;
  
  }
  .download-box .android-title{
    width: 249px;
    height: 144px;
    margin-top: 60px;
  }
  .download-box .tips-txt{
    width: 377px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 28px; 
    margin-bottom: 49px; 
  }
  
  .download-box .android-qr{
    width: 200px;
    height: 200px;
  }
  .download{
    width: 329px;
    height: 64px;
    line-height: 64px;
    margin-top: 50px;
    text-align: center;
    background: linear-gradient(180deg, #F6887A 0%, #E0438C 100%);
    border-radius: 36px;
    color: #FFFFFF;
    box-shadow: 0px 2px 35px 0px rgba(221,221,221,0.5);
    font-size: 20px;
    cursor: pointer;
  }
  @media screen and (max-width: 1000px) {
    .banners{margin-top: 105px;}
    .banner-room{width: auto;}
    .rainbox{
      display: block;
      margin: 0 auto;
      padding-top: 1px;
    }
    .layer-icon{
      width: 90%;
      margin-top: 30px;
    }
    .download-box{
      margin-top: 30px;
    }
    .app-icon{
      position: relative;
      margin: 0 auto;
      display: block;
      left: 0;
      top: 0;
    }
    .main-product{
      padding-top: 0;
    }
  }