/* CSS Document */
body, div, p, ul, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, section, article, aside, header, footer, nav, dialog, figure, hgroup {
	margin:0;
	padding:0;
	font-size:16px; 
}
em {
	font-style:normal;
}
body {
	font-family: "微软雅黑", helvetica, arial;
	-webkit-text-size-adjust:none;
	color:#333;
}
ul, ol, li {
	list-style:none
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom:1;
}
img {
	border:0 none
}
a {
	text-decoration:none;
	color:#333;
	-webkit-tap-highlight-color:rgba(0, 0, 0, .5);
}
a {
	-webkit-touch-callout:none;
}
* {
	-webkit-tap-highlight-color:rgba(0, 0, 0, .5)
}
body {
	margin: 0 auto;
	max-width: 640px;
	min-width: 320px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrap {
	margin: 0 auto;
	max-width: 640px;
	min-width:320px;
}
.wrap img {
	width: 100%;
}
