header { text-align: center; }
article { width: 210px; margin: 10px auto; }
#global_header {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	/*background-color: #B7046F;*/
	background-color: #1E1E1E;
}
#global_footer {
	height: 44px;
}
#global_footer ul li {
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
	width: 20%;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4F9BD2), color-stop(1, #036EB8));
	background-color: #036EB8;*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #000));
	background-color: #1E1E1E;
}
#global_footer ul li i.big {
	display: block;
	font-size: 28px;
	height: 44px;
	line-height: 44px;
	background-size: 40px; background-position: center; background-repeat: no-repeat;
}
#content {
	width: 320px;
	height: 474px;
	overflow: hidden;
	/*overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
}
#content #content-scroll {
	width: 320px;
	height: 1000px;
	line-height: 50px;
	padding-top: 300px;
	color: #333333;
}
#logo { margin: 120px auto; width: 210px; height: 46px; }
.boxh {
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: box;
}
.boxv {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}
.flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
