body {
	background-color: #fff;
	font-family: "microsoft yahei";
}
div, a, img, input, p, a, ul, ol, li, table, th, tr, td, form, fieldset, ul, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-family: "Roboto"
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input {
	background-color: none;
}
body p {
	color: #333;
}
body strong {
	font-size: 14px;
	font-family: "Roboto"
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
