.content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 5px;
}

.facts {
	margin-top: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.facts_img {
	width: 814px;
	height: 460px;
	display: block;
}

.facts_group {
	width: 386px;
	height: 460px;
	overflow: auto;
	list-style-type: none;
	margin-bottom: 0;
	background-color: #26252B;
}

.facts_group li {
	cursor: pointer;
	height: 115px;
	background-color: #26252B;
	color: #FFFFFF;
	padding: 20px 20px 0;

}

/* .facts_group li:hover {
	background-color: #171717;
	color: #D1060F
} */

.facts_group li.selected {
	background-color: #171717;
	color: #D1060F;
}

.live_box {
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: linear-gradient(302deg, #FFA069 0%, #D7000F 100%);
	border-radius: 5px;
	color: #fff;
}

.live_box img {
	width: 13px;
	height: 13px;
	margin-right: 6px;
}

.order_box {
	color: #4EAAFF;
	position: relative;
	margin-left: 10px;
}

.order_box::before {
	content: '•';
	position: absolute;
	left: -10px;
	/* 根据需要调整位置 */
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	/* 圆点大小 */
	color: #4EAAFF;
	/* 圆点颜色 */
}

.banner_img {
	display: block;
	width: 100%;
	height: 130px;
}

.common_header {
	margin-bottom: 20px;
}

.video {
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(33, 46, 111, 0.1);
	border-radius: 5px;
	padding: 15px 20px;
	margin: 30px 0;
}

.video_img {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 130px;
}

.video_content {
	margin-top: 10px;
	line-height: 25px;
}

.video_box {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}

.video_play_img {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 80px;
	left: 20px;
}
