/* title */
.m-title {
	padding: .6rem .2rem;
}
.m-title h1 {
	line-height: 1rem;
	font-size: .8rem;
	font-weight: normal;
}
.m-title div {
	border-top: 1px solid #eee;
	padding-top: .4rem;
	margin-top: .4rem;
	line-height: .6rem;
	font-size: .32rem;
	color: #999;
}
.m-title div p {
	margin-bottom: .2rem;
	font-size: .4rem;
	color: #000;
}
.m-title div a {
	font-size: .28rem;
	color: #F40000;
}
.m-title div a .tf {
	vertical-align: 2px;
	width: .36rem;
	height: .36rem;
	border-radius: 100%;
	margin-left: .2rem;
	line-height: .36rem;
	font-size: .2rem;
	text-align: center;
	color: #fff;
	background: #F40000;
}
/* end title */

/* banner */
.m-banner {
	height: 2.9rem;
}
/* end banner */

/* version */
.m-version {
	padding: .8rem 0 1.6rem;
}
.m-version .content {
	overflow: auto;
}
.m-version table {
	width: 100%;
	margin-top: .8rem;
}
.m-version table th {
	height: 1rem;
	border: 1px solid #DCE3EA;
	padding: 0 .2rem;
	font-size: .3rem;
	font-weight: normal;
	text-align: left;
	background: #F4F6F8;
}
.m-version table th:nth-child(1) {
	width: 2rem;
}
.m-version table th:nth-child(2) {
	width: 4rem;
}
.m-version table th:nth-child(4) {
	color: #fff;
	background: #1966FF;
}
.m-version table th:nth-child(5) {
	color: #773B12;
	background: #FED978;
}
.m-version table th:nth-child(n+3) {
	width: 1.4rem;
	text-align: center;
}
.m-version table th .tf {
	margin-right: .1rem;
}
.m-version table td {
	border: 1px solid #DCE3EA;
	padding: 10px;
	line-height: .44rem;
	font-size: .3rem;
}
.m-version table td.active,
.m-version table td.disabled {
	font-family: 'iconfont' !important;
	text-align: center;
}
.m-version table td.active:before {
	content: '\e65e';
	color: #09C400;
}
.m-version table td.disabled:before {
	content: '\e61f';
	color: #FF5555;
}
.m-version table tr:nth-child(even) td.content {
	background: #F9FCFF;
}
/* end version */