body, html { font-size: 100%; 	padding: 0; margin: 0;}



body{
	
	/*color: #D5D6E2;*/
	color:#333;
	font-weight: 500;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}
a{ color: #333;outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}