ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 96%;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF; margin:10px;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 98%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 25%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #eb4537;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #eb4537;
	font-size: 16px;
	border-bottom: 1px solid #F85B5E;
}
.mt-tabpage-count {
	position: relative;
	width: 100%; 
	height: 355px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute; width:94%;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 100%;
	height: 355px; padding:15px;
	text-align:left;
}
