body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
	color: rgba(255, 255, 255, 0.6);
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
a:hover, a:focus {
	color:#74777b;
	text-decoration: none;
}
