@charset "UTF-8";
/* CSS Document */
html {height: 100%;-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x:hidden}
body, a, img { margin: 0; padding: 0;}
body { color: #404040; font-size: .32rem; font-family: 'Microsoft Yahei',sans-serif; min-height: 100%; position: relative; margin: 0 auto;overflow-y: scroll;-webkit-overflow-scrolling : touch; overflow-x:hidden; }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, input, a, table, img, hr, textarea, strong, figure { margin: 0; padding: 0;}
body.noscroll{height:100%;}
::-webkit-scrollbar{width:0;height:0}
*html, html { height: 100%; overflow-x:hidden}
a { color: #fff; text-decoration: none;}
a:hover, a:active, a:focus, a:visited { color: #fff; text-decoration: none;}
img { border: none; vertical-align: middle; max-width: 100%; font-size:0px;}
ul, ol, li { list-style: none;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.hide{display:none;}

.main{width:100%;min-height:100vh;background:url(https://res.hejiameng.com/img/m_single_download_hjm01_bg.jpg) no-repeat center top;background-size: 7.5rem;position: relative;}

.top{width:4.1rem;position: absolute;left:50%;margin-left:-2.05rem;top:1.8rem;}
.top .logo{width:.8rem;height: .8rem;}
.top .fz48{margin-top:.1rem;padding:0 .06rem;font-size: .48rem;font-weight:bold;line-height: .6rem;border-right: 1px solid #e94239;letter-spacing: 1px;}
.top .font_small{margin-left:.15rem;font-size: .24rem;line-height: .36rem;margin-top:.04rem;}
.top .red{color:#e94239;}


.btn{width:4.5rem;height:1rem;position: absolute;left:50%;top:9.7rem;margin-left: -2.25rem;color:#fff;font-size: .26rem;line-height: 1rem;text-align: center;background: #f3a372;border-radius: .5rem;}
.btn.ios{background: #f15055;}
.btn.gray{background:#c0c0c0;}
.btn i{display:inline-block;vertical-align: middle;position: relative;top: -.04rem;}
.icon_android{width:.62rem;height:.62rem;background:url(https://res.hejiameng.com/img/m_single_download_hjm01_android.png) no-repeat;background-size: .62rem;margin-right:.24rem;}
.icon_ios{width:.5rem;height:.6rem;background:url(https://res.hejiameng.com/img/m_single_download_hjm01_ios.png) no-repeat;background-size: .5rem;margin-right:.24rem;}


.alert_box{position: fixed;width: 100%;height:100%;left:0;top:0;background: rgba(0,0,0,.7)}
.alert_box img{display: block;width:100%;height:6.2rem; }


/*动画*/
.scale { animation: scale 1.5s; -moz-animation: scale 1.5s infinite linear; -webkit-animation: scale 1.5s infinite linear; -o-animation: scale 1.5s infinite linear; }

@keyframes scale { 
	0% { transform: scale(0.9); }
  50% { transform: scale(1.1); }
  100% { transform: scale(0.9); } 
}

/*ios提示*/
.ios_tips{position: fixed;top:0;left:0;width: 100%;height:.7rem;line-height:.7rem;background:rgba(45,54,76,.8);font-size: .26rem;color:#fff;text-indent: .2rem;}




