
/* CSS Document*/
body {
	margin: 0;
	padding: 0;
	max-width:640px;
	margin:0 auto;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
	font-family:\5fae\8f6f\96c5\9ed1","Microsoft YaHei;
	background-color:#f3f3f3;
}
.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.copyright {
	text-align:center;
	color:#666;
	line-height:20px;
	font-size:12px;
}