.mt10 {
	margin-top: 10px;
}

.tabSlider {
	position: relative;
	width: 948px;
	margin-bottom: 20px;
}

.tabBtnArea {
	width: 948px;
	height: 55px;
}

.tabBtn {
	width: calc(100% / 6);
	float: left;
}

.tabSliderBody {
	border-top: 0;
	width: 948px;
	overflow: hidden;
}

.tabSliderStage {
	margin: 0;
	overflow: hidden;
	position: relative;
	width: calc(6*948px);
}

.tabSliderArea {
	position: relative;
	left: 0;
	width: 100%;
	display: flex;
}

.tabSlide {
	width: 948px;
}


.tabTtl {
	padding-bottom: 20px;
}

.tabSliderLeft {
	position: absolute;
	top: 50%;
	margin-top: -56px;
	left: 0px;
}

.tabSliderRight {
	position: absolute;
	top: 50%;
	margin-top: -56px;
	left: auto;
	right: 0px;
}

.tabTxt {
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
}

.tabTable {
	width: 100%;
	border-spacing: 0;
	font-size: 13px;
	letter-spacing: -0.07em;
	line-height: 1.1em;
	border-collapse: collapse;
}

.tabTable td,
.tabTable th {
	padding: 2px;
	background: #fff;
	color: #011015;
	border: 1px solid #011015;
	border-collapse: collapse;
}

.tabTable th {
	text-align: center;
	width: 20%;
}

.tabTableTd {
	width: auto;
	text-align: center;
}

button {
	border: none;
}

/* 基础按钮样式 - 模拟<a>标签 */
.tab-check-link {
	width: 100%;
	height: 100%;
	font-size: 20px;
	display: inline-block;
	background: none;
	padding: 0 0 5px 0;
	margin: 0;
	cursor: pointer;
	color: #011015;
	position: relative;
	box-sizing: border-box;
	border: none;
	border-bottom: 5px solid transparent;
	transition: none;
	transform: none;
	outline: none;
}

/* 交互状态样式 */
.tab-check-link:hover,
.tab-check-link:focus,
.tab-check-link:active,
.tab-check-link.selected {
	color: #f5a208;
	border-bottom: 3px solid #f5a208;
	transform: none;
	position: relative;
	top: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.tab-check-link.selected {
	font-weight: 700;
}

.tabBtn {
	margin-bottom: 5px;
	height: calc(100% - 5px);
	position: relative;
}

.ul-page-six li {
	list-style-type: disc;
	width: auto;
	margin-left: 1.5em;
}


/* 桌面默认：2列 */
.with-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lxl-itm-other-col2.lxl-itm-slick {
	height: 660px;
}

.lxl-itm-other-txt {
	padding-top: 30px;
}

.p-title {
	font-size: 16px !important;
	font-weight: 700;
	padding-bottom: 9px;
}

.p-text {
	font-size: 13px !important;
	line-height: 19px;
}

.lxl-itm-other {
	margin-top: 10px !important;
}

h2 {
	margin-top: 10px !important;
}

h3 {
	font-size: 15px !important;
	font-weight: 700;
}

.tab-check-arrow {
	width: 40px;
	height: 120px;
	background-color: rgba(102, 102, 102, 0.5);
	font-size: 30px;
	border: none;
	color: #fff;
}

.lxl-itm-other-pic {
	text-align: center;
}

.lxl-itm-other-pic img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#withgridthreecolums {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	gap: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#reversewithgridcolum {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.withgridonefrandauto {
	display: grid;
	grid-template-columns: 280px auto;
	gap: 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#lxl-contents {
	height: 900px;
	padding: 0%;
}

/* 手机端：1列 */
@media (max-width: 768px) {
	#lxl-contents {
		height: auto;
	}

	.with-grid,
	.withgridonefrandauto,
	#withgridthreecolums,
	#reversewithgridcolum {
		grid-template-columns: 1fr;
		gap: 0px;
		padding: 0 16px;
	}

	.tabBtnArea,
	.tabSlider,
	.tabSliderArea,
	.tabSliderStage,
	.tabSliderBody {
		width: 100%;
	}

	.tabSlide {
		min-width: 100% !important;
		box-sizing: border-box;
	}

	.tabSliderBody {
		height: 100%;
	}

	.lxl-itm-other-col2.lxl-itm-slick {
		padding: 10px 10px 0px 10px !important;
		height: auto;
	}

	.tab-check-link {
		font-size: 16px !important;
	}

	.tab-check-arrow {
		width: 30px;
		height: 70px;
		background-color: #666;
		font-size: 25px;
	}

	.tabSliderLeft {
		position: absolute;
		margin-top: -256px;
		left: 0px;
	}

	.tabSliderRight {
		position: absolute;
		margin-top: -256px;
		right: 0px;
	}

	.p-title {
		font-size: 16px !important;
		font-weight: 700;
		padding-bottom: 9px;
	}

	.p-text {
		font-size: 13px !important;
		line-height: 19px;
	}
}