table {
	text-align: center;
	width: 100%;
}

.tab-cls .list-tab-menu.on,
.table-wrap tr:hover td a {
	background: #F9323D;
	background: linear-gradient(90deg, #F9323D, #FF4B04);
	color: #fff;
	border-radius: 50px;
}

.table-wrap .table_container {
	margin-bottom: 30px;
	box-shadow: 0px 6px 24px -10px rgba(0, 0, 0, 0.07);
}

.table-wrap {
	width: 100%;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
	background: #fff;
	margin-bottom: 30px;
}

.table-wrap td {
	padding: 15px 0;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

.table-wrap th {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	background: #F62933;
	padding: 5px 0;
}

.table-wrap th:nth-child(2) {
	background: #DE241E;
}

.table-wrap td a {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233, 233, 233);
	border-radius: 35px;
	width: 132px;
	height: 43px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	color: #FF5353;
	text-decoration: none;
	box-sizing: border-box;
}

.table-wrap tr:hover td a {
	border: none;
}

.table-wrap tr:last-child td {
	border-bottom: none;
}

.table-wrap tr td:last-child {
	border-right: none;
}

.table-wrap tr:hover td {
	cursor: pointer;
	box-shadow: 0px 6px 24px -10px rgba(0, 0, 0, 0.07);
}

.other-cls {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(228, 228, 228);
	width: 532px;
	height: 64px;
	line-height: 64px;
	border-radius: 50px;
	text-align: center;
	color: rgb(101, 101, 101);
	margin: 0 auto 165px;
	display: none;
}

.type-table {
	width: 100%;
	border: 1px solid #dedede !important;
	border-top: solid 2px #e92930;
	margin: 0 auto 32px;
	font-size: 16px;
}

.type-table a {
	display: block;
	color: #e92930;
	text-decoration: none;
}

.type-table a:hover {
	text-decoration: underline;
}

.table-wrap table {
	width: 100%;
}

.type_title {
	line-height: 42px;
	text-align: center;
}

.type-table tr td {
	line-height: 44px;
	border: 1px solid #dedede !important;
	text-align: center;
}

@media only all and (max-width:1080px) {
	.table-wrap th {
		line-height: 1rem;
		padding: .4rem 0;
	}

	.table-wrap td a {
		width: 6rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}

	.table-wrap table,
	.type_wrap table {
		border-collapse: collapse !important;
	}

	.table-wrap table td,
	.type_wrap table td {
		border-bottom: 1px solid #E4E4E4 !important;
	}

	.article_container table {
		border: 1px solid #E4E4E4 !important;
	}

	.table-wrap td a {
		border-width: 0px !important;
	}
}