.sub-banner {
	width: 100%;
	height: 188px;
	margin-top: 76px;
}

.sub-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoshow .videodetil {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px 15px;
	    box-shadow: 0px 1px 14.56px 1.44px rgb(153 153 153 / 20%);
	    margin-top: 20px;
}

.videoshow .videodetil .la {
	width: 100%;
	height: 206px;
	background: #000000;
	margin-top: 20px;
}

.videoshow .videodetil .r {
	padding-top: 0.45rem;
	box-sizing: border-box;
}

.videoshow .videodetil .r h1 {
	font-size: 20px;
}

.videoshow .videodetil .r .vscontent {
	line-height: 22px;
	margin-top: 12px;
	font-size: 16px;
	color: #999999;
}
.videoshow .videodetil .r .vscontent video{
	max-width: 100%;
}
.videoshow .videodetil .r .vscontent img{
	max-width: 100%;
	height: auto;
}

.videoshow .videodetil button {
	border: 0;
	background-color: #007AFF;
	width: 160px;
	height: 44px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.1s;
	margin: 15px auto;
	display: block;
}

.videoshow .videodetil button:hover {
	transform: scale(1.03);
}

