body{ background:#fff;font-family:Arial,Helvetica,sans-serif;}
/* download loading style */
#download {
  opacity: 0.2;
  position: relative;
  pointer-events: none;
  cursor: default;
}
#download::after {
  content: '';
  display: inline-block;
  height: 90%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: url(../images/loading.gif) no-repeat center / contain;
}
#download.hideLoading {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#download.hideLoading::after {
  content: none;
}
/*  */
#main {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: absolute;
  width: 100%;
}
.kf{
  width:1.77rem;
  height: 1.63rem;
  background: url('../images/kf.png');
  background-size: 100% 100%;
  position: fixed;
  top:0.4rem;
  right:0.4rem;
  z-index: 10000;
  transition: all .3s ease;
}
 .kf a{
  display: block;
  width:1.77rem;
  height: 1.63rem;
}
.content {
  width:100%;
  background: url('../images/box.png');
  background-size: cover;
  padding-bottom: 2.28rem;
}
.content .banner{
  width:100%;
  height: 184.53vw;
  background: url('../images/bg.png');
  background-size:contain;
  position: relative;
}
.content .tip{
  width: 8.8rem;
  margin: -80vw auto 0.21rem auto;
  position: relative;
}
.tip img{
  height: 100%;
  width: 100%;
}
.content .downbtn{
  width: 5.36rem;
  margin: 0.1rem auto;
}
.content .downbtn img{
  width: 5.36rem;
  vertical-align: middle;
}
.content .bd{
  padding-left:0;
  padding-right:0;
  padding-top:.4rem;
  padding-bottom:.2rem;
  text-align: center;
  position: relative;
  z-index: 20;
}
.content .bd ul{
  width:8.81rem;
  margin:0 auto;
}
.content .bd li{
  width: 8.61rem;
  height: 0.73rem;
  background: url(../images/xl.png);
  background-size: 100%  100% ;
  margin-bottom:.3rem;
  display: flex;
}
.content .bd .ms{
  font-size: 0.52rem;
  font-family: FZLTTHK;
  font-weight: normal;
  display: inline-block;
  text-align:center;
  margin-left: 0.36rem;
  color: #fff;
}
.content .bd .url{
  width: 3.6rem;
  height: 0.63rem;
  line-height: 0.63rem;
  border-radius: 10px;
  text-align: center;
  font-size: 0.53rem;
  color: #4467ff;
  display: inline-block;
  margin: 0.06rem 0.05rem  0.06rem 0.23rem;
}
.content .bd .time{
  font-size: 0.31rem;
  line-height: 0.75rem;
  padding-left: 0.2rem;
  width: 0.9rem;
  color: #fff;
}
.content .bd .btn-open{
  display: inline-block;
  width: 1.78rem;
  font-size: 0.42rem;
  height: 0.73rem;
  line-height: 0.73rem;
  font-family: FZLTTHK;
  text-decoration : none ;
  color: #fff;

}
.content .bd .btn-open a{
   display: block;
}
.content .hot {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.content .hot img{
  width: 100%;
  vertical-align: middle;
}
.content .often{
  width: 95%;
  margin: 0 auto;
}
.content .often  img{
  width: 100%;
 vertical-align: middle;
}
.content .footer {
  height: 1rem;
  margin-top:0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .footer img {
  width:5.4rem;
  height: 0.3rem;
}
.footer-box {
  width: 100%;
  height: 2.04rem;
  /* background:rgba(238,232,222,0.85); */
  position: absolute;
  top:100%;
  bottom: unset;
  transform: translateY(-100%);
  z-index: 1000;
}
.footer-box a {
  display: block;
  line-height: 0;
}
.footer-box img{
  width: 100%;
  height: 2.04rem;
}
