* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}


html,body{
	font-family: 'PingFang SC', "Microsoft Yahei", 'Helvetica Neue', "Hiragino Sans GB", Lucida, Verdana, SimSun, 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
	background-color: #fff;
	font-size:12px;
	width: 100%;
  height: 100%;
}

body {
	font-family: "微软雅黑";
}

ul,
li {
	list-style-type: none;
}

.container {
	width: 1200px;
  height: 100%;
	margin: auto;
}

a {
	color: #000;
	text-decoration: none;
}

/*清除浮动*/

.clearfix::after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}