* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "microsoft yahei";
}

.HEAD_NAV {
	width: 100%;
	height: 120px;
}

.HEAD_NAV:after {
	content: '';
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	width: 100%;
	top: 24px;
	left: 0;
	position: absolute;
}

#FOOTER {
	width: 100%;
	height: 380px;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
	background-color: #212229;
	position: relative;
	overflow: hidden;
}

#CONTENT {
	background-color: #191a20;
}

#VIDEO_DETAIL_INFOS {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

#VIDEO_DETAIL {
	display: flex;
	justify-content: space-between;
}

#VIDEO_DETAIL_left {
	width: 850px;
}

#VIDEO_DETAIL_right {
	width: 287px;
	margin-top: 100px;
}

#VIDEO_DETAIL_right>div {
	padding: 20px;
	color: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
}

.global_nav>.title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

.base_title {
	font-size: 24px;
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	color: #FFF;
}

.base_title>p {
	width: 6px;
	height: 24px;
	background: #DCB785;
	border-radius: 0px 3px 3px 0px;
	margin-right: 10px;
}

.active_color {
	color: #f42d5a;
}

.back_blur {
	position: absolute;
	z-index: 0;
	width: 1920px;
	min-width: 1920px;
	height: 100%;
	z-index: 0;
	display: none;
}

body .video-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.back_img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
}

.back_img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(25, 26, 32, 1) 0, rgba(40, 140, 234, 0) 40%);
}

#canvas_blur {
	position: absolute;
	left: 50%;

	transform: translateX(-50%) scale(5);
	filter: blur(10px);
	opacity: .8;
}

.head_nav_infos {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	color: #9B9FB2;
	font-size: 14px;
	padding: 20px 0;
}

.head_nav_infos a {
	color: #9B9FB2;
}

.head_nav_infos span {
	padding: 0 5px;
	color: #9B9FB2;
}

#last_nav {
	cursor: pointer;
	color: #FFF;
}

.part_1 {
	position: relative;
	z-index: 2;
	width: 1200px;
	display: flex;
}


.part_1>img {
	width: 280px;
	min-width: 280px;
	height: 400px;
	border-radius: 4px;
	margin-right: 68px;
	/* filter: blur(10px); */
	backdrop-filter: blur(10px);
	/* -ms-filter: blur(10px); */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient()";
}

.video_infos_box {
	width: 100%;
	padding: 45px 0;
}

.infos_one {
	width: 100%;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video_title {
	font-size: 28px;
	margin-right: 30px;
}

.en_video_title {
	font-size: 16px;
}


.video_like_good_notgood {
	display: flex;
	align-items: center;
}

.video_like_good_notgood li {
	display: flex;
	align-items: baseline;
	margin-right: 50px;
	cursor: pointer;
}

.video_like_good_notgood i {
	margin-right: 10px;
}


.infos_one ul {
	display: flex;
}

.infos_two {
	width: 680px;
	display: flex;
	color: #FFF;
	margin-top: 65px;
}

.infos_two li {
	align-items: baseline;
	display: flex;
	margin-bottom: 25px;
}

.infos_two li>p:first-child {
	white-space: nowrap;
	word-break: break-all;
}

.infos_two li>p:last-child {
	white-space: wrap;
	overflow: hidden;
	font-weight: bold;
	word-break: break-all;
}

.infos_two_left {
	width: 50%;
	margin-right: 30px;
}

.infos_two_right {
	width: 50%;
}

.glod_color {
	cursor: pointer;
	color: #DCB785;
}

.video_infos_box>p {
	cursor: pointer;
	padding: 16.5px 38.5px;
	border-radius: 50px;
	color: #4A2B0E;
	font-weight: bold;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	position: absolute;
}

.part_2 {
	color: #FFF;
	padding-top: 120px;
}

.content {
	font-size: 16px;
	color: #9B9FB2;
	line-height: 30px;
}

.part_3 {
	padding-top: 50px;
}

.big_img {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	/* cursor: pointer; */
}

.big_img>img,
.big_img>video {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}

.control_video {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	background-color: #009688;
	display: flex;
	align-items: center;
}

.left {
	cursor: pointer;
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	padding: 22px 10px;
	border-radius: 0 5px 5px 0;
}

.right {
	cursor: pointer;
	padding: 22px 10px;
	border-radius: 5px 0 0 5px;
	position: absolute;
	cursor: pointer;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}

.play {
	position: absolute;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}

.img_list {
	margin-top: 20px;
}

.img_list ul {
	display: flex;
	justify-content: space-between;
}

.img_list li {
	cursor: pointer;
	width: 235px;
	height: 145px;
	border-radius: 10px;
	overflow: hidden;
	border: transparent 3px solid;
}

.img_list img,
.img_list video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img_list .active_img {
	border-radius: 10px;
	border: #e4caa1 3px solid;
}

.part_4 {
	margin-top: 50px;
}

.video_yy_list {
	color: #9B9FB2;
}

.video_yy_list ul {
	display: flex;
	flex-wrap: wrap;
}

.video_yy_list li {
	display: flex;
	margin-right: 50px;
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: center;
}

.video_yy_list li img {
	width: 60px;
	border-radius: 50px;
	margin-right: 10px;
}

.yy_infos>p:last-child {
	color: #666976;
	font-size: 13px;
}

.part_5 {
	margin-top: 50px;
	margin-bottom: 200px;
}

.img_show_list {
	display: flex;
	width: 630px;
	height: 400px;
	justify-content: space-between;
}

.big_img_1 {
	width: 630px;
	height: 400px;
	border-radius: 4px;
	position: relative;
}

.big_img_1>img {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.control_img {
	position: absolute;
	width: 100%;
	background-color: #004444;
	z-index: 2;
	top: 45%;
	transform: translateY(-50%);
}

.control_img img {
	cursor: pointer;
	position: absolute;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, .5);
}

.left_1 {
	border-radius: 0px 10px 10px 0px;
}

.right_1 {
	border-radius: 10px 0px 0px 10px;
	right: 0;
}

.img_list_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.img_list_1 img {
	width: 200px;
	margin: .2rem;
	height: 120px;
	border-radius: 5px;
	border: transparent solid 3px;
}

.img_list_1 .active_img_1 {
	border: #e4caa1 solid 3px;
}


.img_show_list {
	width: 100%;
	position: relative;
	height: 400px;
	/* background: #000; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* color: #000; */
	margin: 0;
	padding: 0;
}

.video_show_list {
	width: 100%;
	position: relative;
	height: 600px;
	/* background: #000; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* color: #000; */
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.video_show_list .swiper-container {
	width: 100%;
	height: 70%;
	border-radius: 10px;
}

.video_show_list .video-top video {
	width: 100%;
}

.video_show_list .video-thumbs {
	height: 20%;
	margin-top: 10px;
}

.video_show_list .video-thumbs li {
	position: relative;
	/* width:20%; */
	height: 100%;
	/* margin: 10px; */
}

.video_show_list .video-thumbs video {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.video_show_list .video-thumbs li p {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	color: #FFF;
	z-index: 2;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.swiper-button-prev {
	padding: 10px 5px;
	border-radius: 0 5px 5px 0;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
}

.swiper-button-next {
	padding: 10px 5px;
	border-radius: 5px 0 0 5px;
	background-color: rgba(0, 0, 0, .5);
	right: 0;

}

.swiper-button-next:after,
.swiper-button-prev:after {
	transform: scale(.5);
}

.swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 100%;
	width: 80%;
	margin-right: 10px;
}

.gallery-thumbs {
	width: 20%;
	height: 100%;
	/* box-sizing: border-box; */
	/* padding: 10px 0; */
}

.gallery-thumbs .swiper-slide {
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.video-thumbs {
	width: 20%;
}

.video-thumbs .swiper-slide {
	width: 20%;
	height: 20%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

@media screen and (max-width:1000px) {
	.part_2 {
		margin-bottom: 30px;
	}

	.video_show_list .video-thumbs video {
		border-radius: 10px;
		margin: 0;
	}

	.video_show_list {
		height: 300px;
	}

	.img_show_list {
		height: 300px;
	}

	.gallery-top {
		width: 100%;
		height: 80%;
	}

	.gallery-thumbs .swiper-slide {
		height: 4rem;
	}

	.gallery-thumbs {
		width: 100%;
		height: 4rem;
		margin-top: 10px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	#CONTENT {
		width: 100%;
	}

	.big_img {
		height: 15rem;
	}

	.big_img>img,
	.big_img>video {
		height: 100%;
	}

	.base_title {
		font-size: 1.2em;
		padding-bottom: 1rem;
	}

	.base_title>p {
		width: 10px;
		height: 28px;
		border-radius: 0 5px 5px 0;
	}

	.infos_one {
		flex-direction: column;
		align-items: flex-start;
	}

	.back_img {
		height: 15rem;
	}

	.video_like_good_notgood {
		flex-direction: row;
		margin-top: .5rem;
	}

	.part_2 {
		padding-top: 0;
	}

	.video_like_good_notgood li {
		/* justify-content: space-between; */
		margin-right: 20%;
	}

	.video_like_good_notgood i {
		margin-right: 5%;
	}

	.video_title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 1.2em;
		line-height: 1.5em;
	}

	.infos_two li>p:last-child {
		white-space: wrap;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		/* display: -webkit-box; */
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		font-weight: bold;
	}

	.en_video_title {
		font-size: .5em;
		color: #EEE;
	}

	.infos_two_right {
		font-size: .9em;
	}

	body .video_like_good_notgood {
		flex-direction: row;
	}

	#VIDEO_DETAIL_right {
		display: none;
	}

	.video_infos_box {
		font-size: 1em;
		padding: 0;
	}

	.infos_two {
		margin-top: 1rem;
	}

	.infos_two_right>ul>li:first-child>p {
		white-space: nowrap;
	}

	.infos_two_right>ul>li:first-child>p:last-child {
		max-width: 6em;
		overflow: hidden;
	}

	.infos_two li>p:last-child {

		white-space: nowrap;
		font-size: 1em;
	}

	body #VIDEO_DETAIL_left {
		width: 96%;
		margin: 0 auto;
	}

	.part_1 {
		height: 24rem;
		position: relative;
		/* align-items: center; */
		width: 100%;
		/* align-items: center; */
	}

	.infos_two li {
		margin-bottom: .5rem;
	}

	.part_1>img {
		width: 25%;
		min-width: 9rem;
		height: 12rem;
		margin-top: .3rem;
		/* height; */
		margin-right: .5rem;
		margin-left: .5rem;
		border-radius: 10px;
	}

	.video_infos_box>p {
		position: absolute;
		padding: .5rem 2rem;
		bottom: 1rem;
		left: .5rem;
	}

	.head_nav_infos {
		width: 95%;
		margin: 0 auto;
		font-size: .6em;
	}

	body #VIDEO_DETAIL_INFOS {
		width: 100%;
		padding-top: 0;
	}

	.infos_two {
		font-size: 1em;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.infos_two>div {
		width: 100%;
	}

	.infos_two>.infos_two_left {
		width: 95%;
		font-size: .9em;
	}

	.infos_two>.infos_two_left>ul>li:last-child>p:first-child {
		white-space: nowrap;
	}

	.img_list {
		margin-top: .5rem;
	}

	.img_list li {
		width: 30%;
		height: 5rem;
	}

	.img_show_list {
		flex-direction: column;
	}

	.big_img_1 {
		width: 100%;
		height: 15rem;
	}

	.part_5 {
		margin-bottom: 40px;
	}

	.img_list_1 {
		flex-direction: row;
		justify-content: flex-start;
	}

	.img_list_1 img {
		height: 5rem;
		width: 30%;
	}

	.img_list_1,
	.img_list {
		margin-top: .5rem;
		/* display: none; */
	}

	.video_yy_list li img {
		width: 50px;
		margin-right: 5px;
	}

	.video_yy_list ul {
		width: 95%;
		margin: 0 auto;
		display: flex;
	}

	.video_yy_list {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.infos_two_left>ul>li:last-child>p:last-child {
		word-break: break-word;
	}

	.yy_infos {
		font-size: 1em;
	}

	.yy_infos>p:last-child {
		font-size: .8em;
	}

	.video_yy_list li {
		margin-right: 5%;
		margin-bottom: 1rem;
	}

	.video_yy_list li:nth-child(3n) {
		margin-right: 0;
	}

	@media screen and (max-width:320px) {
		.video_yy_list li:nth-child(3n) {
			margin-right: 5%;
		}

		.video_yy_list li:nth-child(2n) {
			margin-right: 0;
		}
	}

	.control_video,
	.control_img {
		display: none;
	}

	.content {
		width: 100%;
		line-height: 2em;
		font-size: 1em;
		margin: 0 auto;
	}

	.content>p {
		font-size: 1em;
	}

	.infos_two_left {
		left: .5rem;
		top: 55%;
		position: absolute;
	}

}