@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, lengend, button, input, textarea, th, td{
	margin: 0;
	padding: 0;
	border: 0;
}
div{ box-sizing: border-box; }
ul,ol{
	list-style: none;
	list-style-position: inside;
}
html {
	font-family: "Microsoft Yahei","宋体";
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body { background-color: #fff; }
a{
	text-decoration: none;
	background-color: transparent;
	color:#646464;
}