html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.home {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #f7f7f7;
}

.home .img {
  padding: 8px;
  flex: 1;
  overflow-y: scroll;
}

.home .img img {
  width: 100%;
}

.home .footer {
  /* position: fixed;
  width: 100%; */
  flex: 0 0 0.95rem;
  background: rgba(0, 0, 0, 0.8);
}
.home .top {
  flex: 0 0 0.05rem;
  background: #f7b502;
}
.home .bottom {
  flex: 0 0 0.05rem;
  background: #355464;
}
.home .footer.fresh {
  border-top: 1px solid #d7d7d7;
  background: #fff;
}

.home .footer.fresh a {
  color: #8a8a8d;
}

.home .footer {
  text-align: center;
}

.home .footer .homeBtn {
  font-family: PingFangSC-Regular;
  width: 3.38rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0.12rem auto 0;
  background: #D69B57;
  border-radius: 8px;
  font-size: 0.14rem;
  color: #fff;
}

#androidDownloadId.btn2{
   background: #249cfc; 
}

#androidDownloadId.btn3{
   background: #FF0000; 
}

.home .footer a {
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #d5d5d5;
  margin-top: 0.08rem;
}

.btn:active {
  position: relative;
}

.btn:active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.ios {
  display: flex;
  background: #131313;
  height: 100%;
  flex-direction: column;
}

.ios header {
  font-family: PingFangSC-Semibold;
  flex: 0 0 0.44rem;
  width: 100%;
  line-height: 0.44rem;
  text-align: center;
  background: #000000;
  font-size: 0.17rem;
  color: #ffffff;
}

.ios header .backBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ios header .back {
  width: 0.12rem;
  height: 0.12rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.ios .content {
  flex: 1;
  /*padding-top: 0.44rem;*/
  padding-bottom: 0.9rem;
  text-align: center;
  overflow: scroll;
}

.ios .content img {
  width: 100%;
}

.ios .content h3 {
  font-family: PingFangSC-Semibold;
  font-size: 0.24rem;
  color: #ffffff;
  margin: 0.24rem 0 0.07rem;
}

.ios .content p {
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #d5d5d5;
}

.ios .content .imgBox {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  height: 6.13rem;
}

.ios .content .imgBox img {
  width: 100%;
}

.ios .iosFooter {
  flex: 0 0 0.64rem;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ios .iosFooter .iosDownloadBtn {
  font-family: PingFangSC-Semibold;
  width: 3.38rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #d42f21;
  color: #fff;
  border-radius: 8px;
  font-size: 0.14rem;
}

.hidden {
  display: none;
}

.cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.loading {
  width: 50px;
  height: 50px;
}