@charset "utf-8";

a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 100%;
	margin: 30px auto;
	/*box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;*/
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	/*background-color: #fff;*/
	width: 94%;
	margin: auto;
	/*background: #fff;*/
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 127px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #3390c2;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #3390c2;
	font-size: 16px;
	border-bottom: 4px solid #3390c2;
	font-weight:bold;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 660px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
	overflow-y:auto;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 780px;
	height: 660px;
	line-height: 40px;
	text-align: left;
	padding-top: 20px;
}

.mt-tabpage-item img{
	width:700px;
}


