.mt-tabpage {
	width: 100%;
	margin: 30px auto;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 100px;
	height: 35px;
    line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #434A54;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #434A54;
}
.mt-tabpage-count {
	position: relative;
	width: 430px;
	height: 200px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 430px;
	height: 200px;
	text-align: center;
}