body{
	background-repeat: repeat;
}
.container{
	max-width: 768px;
	margin: 0 auto;
	height: 100%;
	background: url("../images/bg_s.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.download_box{
    padding-top: 45%;
}
.header{
	width: 100%;
	text-align: center;
}
.header_bg{
	margin:0 auto;
	width: 100%;
	display: block;
}
.header_logo{
	margin: 0 auto;
	width: 160px;
	height: 160px;
	display: block;
}
.download_btn{
	margin: 0 auto;
	text-align: center;
	background-color: #37D2A1;
	border-radius: 10px;
	max-width: 200px;
	padding: 10px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 30px;
}
.download_inner_ic{
    width: 16px;
    display: inline-block;
    margin-right: 5px;
}
.no_under_a{
	text-decoration: none;
}
*{margin:0; padding:0;}
a{text-decoration: none;}
img{max-width: 100%; height: auto;}
.weixin-tip{display: none; position: fixed; left:0; top:0; bottom:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80);  height: 100%; width: 100%; z-index: 100;}
.weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%;}
.downloadForm{
	width: 100%;
	height: 100%;
	text-align: center;
}
.download_header{
	background: url();
	text-align: center;
}