html,body,ul,li,ol,dl,dd,dt,img,h1,h2,h3,h4,h5,h6,p,input,textarea{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	outline: none;
}
*{
	font-family: "Microsoft Yahei";
	font-family: "arial";
}
html,body{
	background-color: #f3f3f3;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}