.sec-table{
	padding: 5.2% 0 10.4%;
	text-align: center;
	color: #333;
}
.sec-table .title{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec-table .tab-nav{
	margin-bottom: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.sec-table .tab-nav a{
	display: block;
	background-color: #f5f5f5;
	border-radius: 1em;
	height: 2.125em;
	line-height: 2.125;
	padding: 0 1.5em;
	margin-right: 1em;
	flex-shrink: 0;
}
.sec-table .tab-nav a:last-child{
	margin-right: 0;
}
.sec-table .tab-nav a.on,.sec-table .tab-nav a:hover{
	color: #fff;
	background-color: #00a4ff;	
	font-weight: bold;
}
.sec-table .table-row .inner{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
}
.sec-table .thead{
	position: sticky;
	top: calc(80px + 5em);
	z-index: 50;
	background-color: #fff;
}
.sec-table .thead .bg{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	content: "";
	background-color: #fff;
	margin-top: -5em;
	margin-bottom: -1.5625em;
	opacity: 0;
 	box-shadow: 0px 0.3125em 1.125em rgba(12, 12, 12, 0.05);
}
.sec-table .thead.fixed .bg{
	opacity: 1;
}
.sec-table .thead .swiper-scrollbar{
    height: 1em;
	top: 0;
	bottom: auto;
	left: 2em;
	right: 2em;
	margin-top: -3.125em;
	background-color: transparent;
    border-radius: 0.5em;
    background-color: #c9c9c9;
    width: auto;
}
.sec-table .thead .swiper-scrollbar .swiper-scrollbar-drag{
    border-radius: 0.5em;
    cursor: pointer;
    background-color: #494949;
}
.sec-table .thead .swiper-scrollbar::before,.sec-table .thead .swiper-scrollbar::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url(../images/icon19.png);
	background-size: contain;
	background-position: center center;
}
.sec-table .thead .swiper-scrollbar::before{
	right: 100%;
	margin-right: 1em;
	transform: rotate(180deg);
}
.sec-table .thead .swiper-scrollbar::after{
	left: 100%;
	margin-left: 1em;
}
.sec-table .thead .swiper-prev,.sec-table .thead .swiper-next{
	width: 2.75em;
	height: 2.75em;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1.375em;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.sec-table .thead .swiper-prev:hover,.sec-table .thead .swiper-next:hover{
	border-color: #00a4ff;
}
.sec-table .swiper-wrapper{
	padding-bottom: 1px;
}
.sec-table .thead .swiper-prev{
	transform: rotate(180deg);
}
.sec-table .thead .swiper-prev::before,.sec-table .thead .swiper-next::before{
	background-repeat: no-repeat;
	background-image: url(../images/index_banner_arrow_bg.png);
	background-position: center top;
	background-size: auto 200%;
	content: "";
	width: 1.8125em;
	height: 1em;
	transform: scale(0.75);
}
.sec-table .thead .swiper-prev:hover::before,.sec-table .thead .swiper-next:hover::before{
	background-position: center bottom;
}
.sec-table .thead .swiper-prev{
	right: 100%;
	margin-right: 2.75em;
}
.sec-table .thead .swiper-next{
	left: 100%;
	margin-left: 2.75em;
}
.sec-table .thead .swiper-slide ul,.sec-table .thead .swiper-slide li{
	height: 100%;
}
.sec-table .tables .th{
	width: 12em;
}
.sec-table .tables .swiper-slide{
	width: 25%;
}
.sec-table .tables li{
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 1em 0.625em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec-table .tables .th li{
	border-left: 1px solid #e8e8e8;
	padding: 1em;
	align-items: flex-start;
}
.sec-table .tables li:last-child{
	border-bottom: 1px solid #e8e8e8;
}
.sec-table .tables .thead li:last-child{
	border-bottom: 0 none;
}
.sec-table .tables .thead li{
	border-top-left-radius: 0.3125em;
	border-top-right-radius: 0.3125em;
}
.sec-table .thead.fixed li{
	border-bottom: 1px solid #e8e8e8 !important;
}
.sec-table .tbody li.titlebg{
	background-color: #dddedf;
	border-right-color: #dddedf;
}
.sec-table .tbody li.gray{
	background-color: #f6f6f7;
}
.sec-table .tables p,.sec-table .tables h5{
	font-size: 0.875em;
	color: inherit;
	line-height: 1.5;
	min-height: 1.5em;
}
.sec-table .tables .th p,.sec-table .tables h5{
	font-weight: bold;
}
.sec-table .tables h5{
	font-size: 1.125em;
}
.sec-table .tables .thead h5{
	font-size: 1.25em;
}
.sec-table .tables img{
	width: auto;
	display: inline-block;
	height: 9.25em;
}
.sec-table .tables .z1{
	width: 6.375em;
	height: 1.75em;
	border: 1px solid #333;
	border-radius: 0.1875em;
	display: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin-top: 0.75em;
}
.sec-table .tables .z1.cancel{
	color: #fff;
	background-color: #333;
}
.sec-table .tables .z1.on{
	display: inline-flex;
}
.sec-table .tables .z1 span{
	font-size: 0.875em;
}
@media only screen and (min-width:1199px) {
	.sec-table .thead{
		top: calc(4.16vw + 5em);
	}

}
@media only screen and (max-width:1024px) {	
	.sec-table{
		padding: 20% 0;
	}
	.sec-table .tab-nav{
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sec-table .tables .swiper-slide{
		width: 75%;
	}
	.sec-table .thead .swiper-prev,.sec-table .thead .swiper-next{
		display: none;
	}
	.sec-table .tables .th li{
		padding: 0.875em;
	}
	.sec-table .thead{
		top: calc(50px + 4.5em)
	}
}