*{
	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{
	line-height: 1.35em;
}
body{
	font-size: 14px;
	color: #ffffff;
	background: url(../img/home_bg.png) center center no-repeat
}

.header {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 99997;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.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:#fff;
}
.header .wrapper a:first-child{
	padding-top: 5px;
}
.header a.pay{
	float:right;
	color:white;
	margin-top:10px;
	margin-right:10px;
	padding:10px 15px;
	border-radius:20px;
	border: 1px solid white;
}

.content{
	position: relative;
	width: 100%;
	padding-top: 60px;
}
.hero{
	background: url(../img/blur_bg.png) center center no-repeat;
	background-size: cover;
	height: 500px;
}
.content .wrapper{
	width: 1200px;
	height: 750px;
}
.wrapper .pic{
	top: 120px;
	position: absolute;
	right: 0;
}
.wrapper .title{
	position: absolute;
	left: 0;
	top: 120px;
	color:white;
	font-size: 40px;
	max-width: 50%;
}
.wrapper .intro{
	position: absolute;
	left: 0;
	top: 240px;
	color:rgba(255, 255, 255, 0.6);
	font-size:18px;
	max-width: 45%;
}
.wrapper .download{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 400px;
	display: flex;
	gap: 20px;
}

.download .left-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
}

.download .right-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.download-btn{
	width: 160px;
	height: 44px;
	line-height:44px;
	padding-left:20px;
	border-radius:22px;
	color:white;
	font-size: 18px;
	position: relative;
	text-align: center;
}

.android_download_btn{
	background:url('../img/icon_andriod.png') no-repeat 24px center;
	background-size: 20px;
	border: 1px solid white;
}
.iphone_download_btn{
	background:url('../img/icon_iphone.png') no-repeat 24px center;
	background-size: 15px;
	border: 1px solid white;
}

.download .info{
	margin-top:15px;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 20px;
	text-align: center;
	width: 120px;
}

.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 0;
	text-align: center;
	color: #bbb;
	width: 100%;
	position: absolute;
	bottom: 0;
}

@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/home_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;
		color:white;
		text-align:center;
		border-radius:30px;
		border: 1px solid white;
	}
	.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;
	}

}
