*{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	-webkit-appearance:none;
}
html{
	font-size:100px;
}
body{
	font-size:10px;
	max-width:480px;
	margin:0 auto;
	position: relative;
/*	height:8.15rem;*/
	position:relative;
/*	border: 1px solid rgba(0,0,0,0);*/
}
.container{
	width:4.6rem;
	margin:0 auto;
/*	height:7.5rem;*/
	border: 1px solid rgba(0,0,0,0);
}
.header{
	width:100%;
	height:1.6rem;
	margin-top:0.15rem;
}
.header-left{
	width:1.6rem;
	height:1.6rem;
	float:left;
}
.logo{
	width:100%;
}
.logo > img{
	width:100%;
	border-radius:0.2rem;
}
/*头部*/
.header-right{
	width:2.8rem;
	height:1.6rem;
	float:right;
}
.h1{
	line-height:0.45rem;
	font-size:0.35rem;
	font-weight:normal;
}
.imgbox1{
	height:0.35rem;
}
.imgbox1 > img{
	width: 0.25rem;
	height: 0.22rem;
	margin-top:0.06rem;
}
.h2{
	line-height:0.35rem;
	font-size:0.21rem;
	font-weight:normal;
	color:#999;
}
.imgbox2{
	width:100%;
	height:0.4rem;
}
.imgbox2 > img{
	display:block;
	width:0.21rem;
	height:0.21rem;
	margin-top:0.095rem;
	float:left;
}
.imgbox2 > p{
	width:0.6rem;
	height:0.4rem;
	margin-left:0.05rem;
	margin-right:0.1rem;
	line-height:0.4rem;
	font-size:0.18rem;
	color:#38b774;
	float:left;
}
.imgbox2 > p:nth-child(6){
	margin-right:0rem;
}
/*下载*/
.download{
	width:100%;
	height:0.7rem;
	margin:0.2rem auto;
}
.download a{
	width:100%;
	height:0.7rem;
	text-align: center;
	color: #fff;
	line-height:0.7rem;
	font-size: 0.25rem;
	display: block;
	border-radius: 0.1rem;
	margin-bottom: 0.1rem;
	background: #38b774 url(../images/down-05.png) repeat-x;
	background-size: auto auto;
	background-size: contain;
	text-decoration:none;
}

.ios-cen{
	display:none;
	width:100%;
}
.ios-cen > h1{
	color: #38b774;
	text-align: center;
	line-height:0.4rem;
	font-size:0.2rem;
}
.ios-cen > img{
	width:100%;
}

/*截图*/
.jietu-cen{
	width:100%;
}
.jietu-cen > img{
	width:100%;
}
.jietu-cen > h1{
	line-height: 0.6rem;
    font-size: 0.23rem;
    font-weight: normal;
}
.slide{
	overflow:hidden;
	width: 100%;
	box-sizing:border-box;
}
.wrap{
	width: 100%;
	height:2.7rem;
	overflow:hidden;
	box-sizing: border-box;
	position: relative;

}
.box{
	height: 2.7rem;
	animation: step 1.2s steps(5) infinite;
}
.box ul{
	list-style:none;
}
.box ul li{
	float: left;
}
.box ul li img{
	display:block;
	width: 100%;
	margin: 0 auto;
	animation: step 1.2s steps(5) infinite;
}
.bar{
	position:absolute;
	width: 1.5rem;
	height: 0.04rem;
	background:rgba(0,0,0,0.2);
	border-radius:0.01rem;
	bottom: 0rem;
}


/*游戏简介*/
.intro-container{
	width:100%;
	margin-bottom:0.2rem;
}
.intro-container h1{
	line-height:0.6rem;
	font-size:0.23rem;
	font-weight:normal;
}
.intro-container p{
	font-size:0.18rem;
	color:#939393;
}


/*底部*/
.footer{
	width:100%;
	height:0.5rem;
	background:#191d3a;
}
.footer{
	font-size:0.2rem;
	line-height:0.5rem;
	text-align:center;
	color:white;
}


/*提示*/
.tip{
	display:none;
	width:100%;
	max-width:480px;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0px;
	z-index:9999;
}
.tip > img{
	display:block;
	width:90%;
	margin:0 auto;
}

