@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"微软雅黑";
	width:100%;
	height:100%;
}
@media all {
	body{max-width: 640px; margin: 0 auto; color: #333; position: relative;
	}
header,footer,nav,aside,section,dl,dd,dt,p,h2,h3,h4,ul,li,input,img,button{margin:0; padding:0; border:0; outline:none;}
ul,li{list-style:none;}
a{text-decoration:none;}
h2,h3,h4{font-weight:normal;}
 a,button,input{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
 input{
resize: none;
-webkit-appearance:none;
}
 html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:100%;

}
footer{
	background:#fbdde9;
	color:#a2a2a2;
	text-align:center;
	height:38px;
	line-height:38px;
}
footer a{
	color:#fff;
	padding:0 10px;
}

