@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: 100%;
	margin: 0px auto;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;
		height:100%;

}
.mt-tabpage-title {
	height: 44px;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size:18px;
	font-weight: bolder;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #159901;
		font-size:22px;
	font-weight: bolder;

}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #eb4537;
		font-size:22px;
	font-weight: bolder;
	border-bottom: 3px solid #ffcc01;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 380px;
	overflow: hidden;
		margin-top:30px;

}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
	height: 380px;
	text-align: center;
}