<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin: 0; padding: 0; text-decoration:none}
.yl a{padding-right:20px}
a, a:hover { text-decoration: none;  }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 560px;
	margin: 0px auto 60px auto;
	
	background-color: #FFFFFF;
}
.mtl{float:left}
.mtr{float:right}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 100%;
	margin: 0 auto 20px auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 18px;background:#eee;margin:0 3px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	/color: #169fe6;
}
.mt-tabpage-count .mt-tabpage-item a{transition:all 0.5s}
.mt-tabpage-count .mt-tabpage-item a:hover{color: #169fe6!important;padding:0 0 0 10px}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
background:#169fe6;
	font-size: 17px;
	
}
.mt-tabpage-count {
	position: relative;
	width: 560px;
	height: 330px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 560px;
	height: 200px;
	/line-height: 200px;
	/text-align: center;
}</pre></body></html>