*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Microsoft Yahei";
	font-size: 32px;
	font-size: 1rem;
	color: #333;
	text-align: center;
	background: #fff;
}
h1,h2,h3,h4,h5,p{
	color: #333;
	font-weight: normal;
}
img{
	float: left;
}
a{
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
ul li,ol li{
	list-style: none;
}