*{padding:0; margin:0;}
body{font-family:Arial, Helvetica,'微软雅黑', sans-serif; color:#333; min-width:320px;}
li{list-style:none;}
a{text-decoration:none; color:#333;}
img{border:none;}
body,html{width:100%; height:100%;}


.app-content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.app-indexBox{
	max-width:640px;
	display:inline-block;
}
.appImgs{
	width:100%;
	display:block;
}
.appIndex-bt{
	height:146px;
	line-height:146px;
	color:#129be1;
	font-size:30px;
	text-align:center;
}
.appIndex-bt-en{
	color:#129be1;
	font-size:30px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#fff;
}
.appIndex-logo-en{
	display:inline-block;
	padding-top:40px;
	padding-bottom:35px;
	max-width:317px;
}
.appIndex-bt-box-en{
}
.appIndex-logo{
	float:left;
	margin-top:38px;
}
.appIndex-bt-box{
	display:inline-block;
	color:#129be1;
}
.appIndex-shadow{
	width:100%;
	height:100%;
	background:#1f1f1f;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	text-align:center;
	display:none;
}
.appIndex-shadow img{
	margin-top:30px;
}
.iphone-en-box{
	width:100%;
	height:100%;
	display:table;
	text-align:center;
	
}
.iphone-en-box span{
	display:table-cell;
	vertical-align:middle;
}
.iphone-en-box span img{
	display:inline-block;
	margin-top:-80px;
	max-width:400px;
}
.version_tab{
	width:120px;
	height:50px;
	line-height:50px;
	background:#129be1;
	position:absolute;
	right:0;
	top:30px;
	border-radius:50px 0 0 50px;
	-moz-border-radius:50px 0 0 50px;
	-webkit-border-radius:50px 0 0 50px;
	text-align:center;
	color:#fff;
	font-size:25px;
	text-indent:10px;
}
.appVersionTab{
	width:70%;
	height:60px;
	margin:0 auto;
	margin-bottom:20px;
}
.appVersionTab-span1{
	width:50%;
	float:left;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#272727;
	font-size:18px;
	display:block;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	background:#fff;
}
.appVersionTab-span2{
	width:50%;
	float:left;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#272727;
	font-size:13px;
	display:block;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	background:#fff;
}
.appVersionTab-active{
	background:#129be1 !important;
	color:#fff !important;
}