/* css reset */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,p,dl,dt,dd{
	margin:0px;
	padding:0px;
}
body{
	overflow-x: hidden;
}
li{
	list-style:none;
}
a{
	text-decoration: none;
}
input,button{
	outline:none;
}
*{
	font-family: "microsoft yahei","微软雅黑";
}
