html,body,div,h1,h2,h3,h4,h5,p,ul,li {
	margin: 0;
	padding: 0;
	font: 16px Microsoft Yahei,PingFangSC-Regular,Arial,Helvetica,sans-serif;
	list-style: none;
}
html {
	min-width: 1280px;
	margin: 0 auto;
}
.main {
	width: 1200px;
	margin: auto;
	font-size: 16px;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #c12626;
}
.flex {
	display: flex;
}
.left {
	float: left;
}
.right {
	float: right;
}
