/* title */
.m-title {
	padding: 115px 0 95px;
}
.m-title h1 {
	line-height: 80px;
	font-size: 60px;
	font-weight: normal;
}
.m-title div {
	width: 514px;
	border-left: 1px solid #eee;
	padding-left: 39px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}
.m-title div p {
	margin-bottom: 50px;
	font-size: 22px;
	color: #000;
}
.m-title div a {
	font-size: 16px;
	color: #F40000;
}
.m-title div a .tf {
	vertical-align: 2px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #F40000;
}
/* end title */

/* banner */
.m-banner {
	height: 400px;
	background-size: cover;
	background-position: center;
}
/* end banner */

/* version */
.m-version {
	padding: 50px 0 100px;
}
.m-version table {
	margin-top: 50px;
}
.m-version table thead {
	position: sticky;
	top: 78px;
}
.m-version table th {
	height: 80px;
	border: 1px solid #DCE3EA;
	padding: 0 10px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	background: #F4F6F8;
}
.m-version table th:nth-child(1) {
	width: 340px;
}
.m-version table th:nth-child(2) {
	width: 580px;
}
.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: 160px;
	text-align: center;
}
.m-version table th .tf {
	margin-right: 8px;
}
.m-version table td {
	border: 1px solid #DCE3EA;
	padding: 10px;
	line-height: 24px;
	font-size: 16px;
}
.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 */