@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
}

a,
a:hover {
	text-decoration: none;
	color: #333;
}

ul,
li {
	list-style: none;
}

svg {
	fill: currentColor;
}

.container {
	margin-right: auto;
	margin-left: auto;
	    max-width: 800px;
}



.mt-tabpage {
	width: 800px;
	margin: 15px auto;
	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;
	    margin: 0 9px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 16px;
}

.mt-tabpage-title .mt-tabpage-item:hover {
	color: #eb4537;
	font-size: 16px;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #eb4537;
	font-size: 14px;
	border-bottom: 1px solid #F85B5E;
}
.mt-tabpage-title a{
	font-weight: 600;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 2400px;
	overflow: hidden;
}

.mt-tabpage-cont__wrap {
	position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
}
.mt-tabpage-item .mt-tabpage-list{
	    border-bottom: 1px dashed #ccc;
    clear: both;
    height: 45px;
    overflow: hidden;
}
.mt-tabpage-list h2 {
	line-height: 45px;
    font-size: 16px;
    float: left;
    font-weight: 300;
    padding-left: 20px;
}

.mt-tabpage-list img {
	width: 13%;
	float: right;
	padding: 6px 0;
}

@media (max-width:768px) {
	body{
		width: 380px;
	}
	.mt-tabpage {
		width: 380px;
	}
	.mt-tabpage-count {
		width: 380px;
    padding: 0px;
    margin: 0px;
	}
	.mt-tabpage-count .mt-tabpage-item {
		width: 380px;
	}

}
.show_text p {
    line-height: 35px;
    margin: 10px 0;
    font-size: 18px;
    text-align: left;
}
.goback{width: 15%;margin: 0 auto;height: 30px;text-align: center;line-height: 30px;background: #222cf1;color: #fff;margin-top: 30px;}