*{
	margin: 0;padding: 0;
}
a{
	color: #222;
	text-decoration: none;
	outline: 0;
}
img{
	border: 0;
}
.wrapper{
	position: relative;
	margin: 0 auto;
	border: none;
}
li{
	list-style: none;
}
p{
	margin: 0 0 .8em;
	line-height: 1.35em;
}
body{
	font-size: 14px;
	color: #444444;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 99997;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.header .wrapper{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	border: none;
}
.header a.logo{
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	margin-right: 8px;
	line-height:50px;
}
.header a.logo img{
	display:block;
	float: left;
}
.header a.logo b{font-size:20px;color:#333;}

.header .wrapper a:first-child{
	padding-top: 5px;
}
.header a.pay{float:right;background-color:#ff5000;color:white;margin-top:10px;margin-right:10px;padding:10px 15px;border-radius:5px;}

.content{
	position: relative;
	width: 100%;
	padding-top: 60px;
	background: #212121;
}
.hero{
	background: url(../img/blur_bg.png) center center no-repeat;
	background-size: cover;
	height: 500px;
}
.content .wrapper{
	width: 992px;
	height: 570px;
}
.wrapper .pic{
	position: absolute;
	left: 60px;
	bottom: -20px;
}

.wrapper .title{
	position: absolute;
	left: 540px;
	top: 70px;
	color:white;
	font-size:40px;
}
.wrapper .download{
	position: absolute;
	top: 310px;
	left: 540px;
	width: 456px;
}
.download-btn{
	width: 90px;
	height: 48px;
	line-height:48px;
	padding-left:50px;
	border-radius:25px;
	color:white;
	font-size: 18px;
}

.android_download_btn{
	position: absolute;
	left: 140px;
	top: 5px;
	background:url('../img/icon_andriod.png') no-repeat 10px center;
	background-color:#222222;
	background-size:25px;
}
.iphone_download_btn{
	position: absolute;
	left: 140px;
	top: 60px;
	background:url('../img/icon_iphone.png') no-repeat 10px center;
	background-size:25px;
	background-color:#333333;
}

.download .info{
	margin-top:30px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	line-height: 20px;
}

.download .info p{
	margin-bottom: 0.2em;
}

.about{
	width: 996px;
	margin: 0 auto;
	padding-top:150px;
	padding-bottom:50px;
	font-size:18px;
	color:#999;
}
.about h3{font-size:24px;margin-bottom:20px;color:#ccc;}
.about p{line-height: 1.8;}

.nav{
	text-align: center;
	background: rgb(51,51,51);
	color: #bbb;
	padding:15px;
}
.nav a{color: #bbb;}

.follow-us{
	border-left: 1px solid #666;
	width: 248px;
    text-align: left;
}
.footer{
	background: #000;
	padding: 20px;
	text-align: center;
	color: #bbb;
}

@media screen and (min-width: 980px) {
	.showmobile{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.hidemobile{
		display:none;
	}
	.wapbox{
		margin-top:60px;
		background: url(../img/blur_bg.png) center center no-repeat;
		background-size: cover;
		padding:30px;
	}
	.wapbox .btn{
		display:block;
		padding:15px 20px;
		font-size:22px;
		margin:0 auto;
		margin-top:50px;
		background-color:#f73309;color:white; text-align:center;border-radius:5px;
	}
	.pics{margin:15px;padding-top:35px;}
	.pics img{max-width:100%;}
	
	.com-main-wrap {
		width: 100%;
	}
	.com-main-wrap .com-main {
		padding: 0;
	}
	.recharge-gear{
		width:47%;
		margin: 0 10px 10px 0;
	}

}
