html {
  font-size: 37.5px;
  width: 100%;
  height: 100%; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #F5F7F9;
 }
.logo-bg {
  /* height: 30%;
  background: url(../img/logo_bg@3x.png) no-repeat center;
  background-size: 100% 100%; */
  text-align: center;
}
.logo-bg p{
  font-size: 16px;
  color: #4B4B4B;
}
.logo-img {
  /* position: relative;
  left: 50%;
  margin-left: -40px; */
  margin-top: 7%;
  width: 16%;
  height: auto;
}
#backgroundImage{
  width: 82%;
  height: auto;
  margin: 8% 0 0 9%;
  /* position: absolute;
  top: 20%;
  left: 10%; */
}
.bottomtext {
  text-align: center;
  width: 100%;
  font-size: 10px;
  color: #CBD0D2;
  margin-top: 3%;
}
#download {
  width: 100%;
  height: 100%;
  background-size: 100% 100%; }
  #download .height62 {
    height: 72.2%; }
  #download .ios-btn, #download .android-btn {
    display: block;
    text-align: center;
    /* justify-content: center;
    align-items: center; */
    width: 63%;
    height: 6.6vh;
    /*margin: 0.42667rem auto 0;*/
    border-radius: 3.3vh;
    font-size: 2.2vh;
    font-weight: bold;
    border: 1px solid #00A4F1;
    color: #00A4F1;
    margin: 2%  0 0 18.5%;
    /* position: absolute;
    bottom: 18%;
    left: 18.5%; */
  }
#download .android-btn {
  bottom: 10%;
  margin-top: 2%;
}
    #download .ios-btn .ios-icon, #download .ios-btn .android-icon, #download .android-btn .ios-icon, #download .android-btn .android-icon {
      width: 0.61333rem;
      height: 0.72rem;
      background-size: cover;
      margin-right: 0.26667rem; }
    #download .ios-btn .ios-icon, #download .android-btn .ios-icon {
      background: url(../img/icon/ios@2x.png) no-repeat center;
      background-size:cover;
      display: inline-block;
      /* width: 19px;
      height: 24px; */
      width: 2.8vh;
      height: 3.6vh;
      vertical-align: middle;
      margin-bottom: 3px;
    }
    #download .ios-btn .android-icon, #download .android-btn .android-icon {
      background: url("../img/icon/android@2x.png") no-repeat center;
      background-size:contain;
      display: inline-block;
      /* width: 19px;
      height: 23px; */
      width: 2.8vh;
      height: 3.45vh;
      vertical-align: middle;
      margin-bottom: 3px;
    }
  #download .ios-btn {
    /*background-color: #8E9AEE;*/
    line-height:6.6vh;
  }
  #download .android-btn {
    /*background-color: #B1CB79;*/
    line-height:6.6vh;
  }
  #download .clicked {
    background-color: #CDC8D0; }
  #download .copy-right {
    margin-top: 1.6rem;
    margin-bottom: 0.53333rem;
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.45333rem;
    color: #CDC8D0; }
  #download .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100; }
    #download .shade .shade-indicate {
      float: right;
      width: 4.48rem;
      height: 4.4rem;
      background: url("../img/icon/bg_purple.png") no-repeat center;
      background-size: contain; }
      #download .shade .shade-indicate p {
        width: 85%;
        line-height: 0.50667rem;
        font-size: 0.37333rem;
        color: #fff;
        text-align: center;
        margin-left: 15%; }
      #download .shade .shade-indicate .indicate-text {
        margin-top: 1.06667rem; }
      #download .shade .shade-indicate .close-btn {
        margin: 0.26667rem 0 0 0.4rem;
        width: 0.66667rem;
        height: 0.66667rem;
        background: url("../img/icon/ico_close.png") no-repeat center;
        background-size: contain; }

  .bottom-bg {
    width: 100%;
    background: url("../img/bottom-bg@2x.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    padding: 26% 0 5% 0;
    bottom: 0;
  }
  /* @media screen and (min-device-height: 750px) {
    .bottom-bg {
      padding: 44% 0 10% 0;
    }
    #download .android-btn, .bottomtext {
      margin-top: 5%;
    }
  } */
  @media screen and (max-aspect-ratio: 360/673){
    #backgroundImage{
      width: 85%;
      height: auto;
      margin: 13.5% 0 0 7.5%;
    }
    .logo-img {
      margin-top: 10%;
    }
    #download .android-btn, .bottomtext {
      margin-top: 3%;
    }
    .bottom-bg {
        padding: 28% 0 8% 0;
    }
    @media screen and (min-height: 800px) and (min-width: 378px){
      #backgroundImage{
        width: 85%;
        height: auto;
        margin: 13.5% 0 0 7.5%;
      }
      .logo-img {
        margin-top: 10%;
      }
      .bottom-bg {
        padding: 34% 0 10% 0;
    }
    }
    @media screen and (max-height: 666px) {
      #backgroundImage{
        width: 76%;
        height: auto;
        margin: 8% 0 0 12%;
      }
    }
}
/*# sourceMappingURL=download.css.map */
