.video-det-bg a{
	height: auto;
	aspect-ratio: 1441/734;
	overflow: hidden;
	border-radius: 1rem;
}

.video-tt{
	font-size: var(--f36);
	font-weight: bold;
	color: #fff;
}
.video-self-desc .vide-desc{
	display: flex;
	color: #fff;
	font-size: var(--f18);
	gap: 8rem;
}
.video-self-desc .vide-desc div{
	flex: 1;
	line-height: 1.6;
}

.more-video .video-item .video-bg{
	height: auto;
	aspect-ratio: 443/225;
	border-radius: 1rem;
	overflow: hidden;
}
.more-video .video-item .video-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.more-video .video-item .txt{
	margin-top: 1.2rem;
	color: #fff;
}
.more-video .video-item .txt .tt{
	font-size: var(--f20);
	font-weight: bold;
}
.more-video .video-item .txt .desc{
	font-size: var(--f18);
	margin-top: .4rem;
}
.more-video{
	margin-top: 7rem;
}
.more-video .video-bg .player{
	width: 3rem;
}
.more-video .video-bg .player::before{
	background: none;
	border: .2rem solid #fff;
	border-radius: 100%;
	animation: none;
}
.more-video .video-bg .player svg{
	width: 70%;
}