* {
	margin: 0;
	padding: 0;
}

body {
	background: #14181F;
	overflow: hidden;
}

.dianli_body {
	max-width: 14rem;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 1.62rem;
}

.dianli_body .tab_name {
	width: 100%;
	font-weight: bold;
	font-size: 0.8rem;
	color: #F2A366;
	line-height: 1.23rem;
	text-align: center;
	margin-bottom: 0.8rem;
}


.tab-container {
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.2rem;
	width: 74%;
}

.tab-wrapper {
	overflow: hidden;
	position: relative;
	width: 9.3rem;
	margin: 0 auto;
}

.tab-slider {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}

.tab-slide {
	flex: 0 0 auto;
	padding: 0.1rem 0.43rem;
	margin: 0 0.15rem;
	border-radius: 0.04rem;
	font-weight: normal;
	font-size: 0.16rem;
	color: #F2A467;
	border: 0.01rem solid #F2A366;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	user-select: none;
}

.tab-slide.active {
	background: #F2A366;
	color: #0A0E12;
}

/* 导航箭头 */
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border: none;
	background: none;
}
.nav-arrow.prev {
	left: 0;
}

.nav-arrow.next {
	right: 0;
}
.nav-arrow img{
	width: 0.08rem;
	height: auto;
}




/* 下方内容区域 */
.content-container {
	position: relative;
	height: auto;
	overflow: hidden;
}

.content-slider {
	display: flex;
	height: 100%;
	transition: transform 0.3s ease;
}

.content-slide {
	flex: 0 0 100%;
	height: 100%;
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}

.content-slide p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}
.content-slide img{
	max-width: 100%;
	height: auto;
}






.body1_video {
	width: 100%;
	height: auto;
}

#video-container,
#video-element {
	width: 100%;
	height: 100%;
	position: relative;
}

#video-poster {
	width: 0.81rem;
	height: 0.81rem;
	position: absolute;
	border: none !important;
	left: 50%;
	top: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
	z-index: 9;
	pointer-events: none;
}

/* 视频进度条 */
#video-element::-webkit-media-controls-enclosure {
	opacity: 0;
}

#video-element.act::-webkit-media-controls-enclosure {
	opacity: 1;
}





@media only screen and (max-width: 1024px) {
	.dianli_body .tab_name{
		font-size: 0.44rem;
		line-height: 1.5;
	}


	.tab-container{
		width: 100%;
		margin-bottom: 0.6rem;
	}
	.nav-arrow{
		display: none;
	}


	.content-slide{
		padding: 0 0.2rem;
	}
	.content-slide p{
		font-size: 0.2rem;
		line-height: 1.8;
	}
}








