@charset "utf-8";
*{margin: 0; padding: 0; }
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	background-color: #E4E1E1;
}
a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	/width: 800px;
	margin: 0px auto 0 auto;
	padding:0 0 0px 0;
	
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	margin: auto;
	/border-bottom: 1px solid #999;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;margin-right:8px;
	font-size: 16px;background:#777
}
.mt-tabpage-title .mt-tabpage-item:nth-child(6){margin-right:0}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 16px;
	background:#F85B5E;
}
.mt-tabpage-count {
	position: relative;
	/width: 800px;
	height:350px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1120px;
	height: 200px;
	/line-height: 200px;
	/text-align: center;color:#fff
}