/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
body{ 
	font-size:12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif; 
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	max-width: 480px;
	margin: 0 auto;
}