p {
	margin: 0;
}

.mobile_section {
	display: none;
}

@media screen and (max-width: 1199px) {
	.index_section {
		display: none;
	}

	.mobile_section {
		display: block;
	}
}

.top_bg {
	height: 12vw;
	background-image: url(../../images/single_video/bg01.jpg);
}

.index_container {
	padding: 80px 240px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}

.index_container_box {
	height: 18.5vw;
	cursor: pointer;
	border: 0.1vw solid #aaa;
	border-radius: 1vw;
	overflow: hidden;
}

.index_container_box_video {
	height: 15vw;
	position: relative;
}

.index_container_box_video_outer {
	height: 15vw;
}

.index_container_box_video_outer img {
	width: 100%;
	height: 100%;
}

.index_container_box_video_inner {
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index_container_box_video_inner img {
	width: 4vw;
	height: 4vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.index_container_box_video_inner p {
	margin-top: 0.5vw;
	font-size: 1vw;
	color: #fff;
}

.index_container_box_video_opacity {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(7, 17, 27, 0.9);
}

.index_container_box_video_opacity img {
	width: 2vw;
	height: 2vw;
	position: relative;
	top: -16.5vw;
	right: -53.5vw;
	z-index: 9;
}

.index_container_box_video_opacity video {
	width: initial;
	height: 30vw;
}

.index_container_box_content {
	padding: 1vw 1.5vw;
}

.index_container_box_content p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 移动端 */
.mobile_index_container {
	padding: 3vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4vw;
}

.mobile_index_container_box {
	cursor: pointer;
	border: 0.1vw solid #aaa;
	border-radius: 1vw;
	overflow: hidden;
}

.mobile_index_container_box_video {
	height: 30vw;
	position: relative;
}

.mobile_index_container_box_video_outer {
	height: 30vw;
}

.mobile_index_container_box_video_outer img {
	width: 100%;
	height: 100%;
}

.mobile_index_container_box_video_inner {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile_index_container_box_video_inner img {
	width: 10vw;
	height: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.mobile_index_container_box_video_inner p {
	margin-top: 1vw;
	font-size: 3.5vw;
	color: #fff;
}

.mobile_index_container_box_video_opacity {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(7, 17, 27, 0.9);
}

.mobile_index_container_box_video_opacity div {
	height: 100%;
	position: relative;
}

.mobile_index_container_box_video_opacity video {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mobile_index_container_box_video_opacity img {
	width: 8vw;
	height: 8vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -410%);
}

.mobile_index_container_box_content {
	height: 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_index_container_box_content p {
	width: 100%;
	margin: 0;
	font-size: 3.5vw;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}