* {
	padding: 0;
	margin: 0;

}

@font-face {
	font-family: 'font';
	src: url('../font/SourceHanSansSC-Regular.otf') format('woff2'),
		/* 现代浏览器 */
		url('../font/SourceHanSansSC-Regular.otf') format('woff');
	/* 兼容老版本浏览器 */
}

@font-face {
	font-family: 'font1';
	src: url('../font/Montserrat-Regular-8.otf') format('woff2'),
		/* 现代浏览器 */
		url('../font/Montserrat-Regular-8.otf') format('woff');
	/* 兼容老版本浏览器 */
}

@font-face {
	font-family: 'font2';
	src: url('../font/Montserrat-SemiBold-9.otf') format('woff2'),
		/* 现代浏览器 */
		url('../font/Montserrat-SemiBold-9.otf') format('woff');
	/* 兼容老版本浏览器 */
}


body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'font';
	overflow: hidden;
}

img {
	width: 100%;
	display: block;
}

.video_page {
	/* position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 1200px; */

	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

video {
	width: 100%;
	/* height: 100%;
	object-fit:cover;
		 */

	/* 	height: 100%;
	object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip; */

	height: auto;
	object-fit: contain;
	overflow-clip-margin: content-box;
	overflow: clip;
}

.skip_btn {
	width: 200px;
	height: 40px;
	position: absolute;
	right: 80px;
	top: 60px;
	z-index: 999;
	cursor: pointer;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 40px;
}

.skip_btn:hover {
	color: #ffffff;
	background-color: #11a5f0;
}

.skip_con {

	display: flex;
	align-items: center;
}

.skip_icon {
	width: 18px;
}

.skip_txt {
	font-size: 18px;
	margin-left: 5px;
}

.video_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tab_con {
	min-width: 226px;
	height: 53px;
	position: absolute;
	top: 40px;
	left: 50%;
	padding-left: 1px;
	padding-right: 1px;
	transform: translateX(-50%);
	display: flex;
	background-color: #c1bec3;
	border: 1px solid #cbcccd;
	border-radius: 58px;
	align-items: center;
	z-index: 9;
}



.product_btn1,
.product_btn2 {
	min-width: 108px;
	height: 51px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffffff;
	border-radius: 51px;
	color: #000000;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.product_select {
	background: none;
	color: #ffffff;
}

.video_btn {
	position: absolute;
	/* min-width: 80px; */
	min-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
}

.video_btn:hover {
	background-color: #009fef;
	color: #ffffff;
}

.video_btn_select {
	background-color: #009fef;
	color: #ffffff;

}

.selectImg_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1400px) {
	.tab_con {
	
		height: 35px;
		
	}
	
	
	
	.product_btn1,
	.product_btn2 {
		
		height: 35px;
		
	}
	
}

@media screen and (max-width: 1100px) {
	.video_btn {
		position: absolute;
		/* min-width: 80px; */
		min-height: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #ffffff;
		color: #000000;
		font-size: 12px;
		border-radius: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		text-align: center;
	}
	
}
