/*css*/
.box20240825143718 {
	position: fixed;
	z-index: 100000000;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.box20240825143718_ze_zao {
	background: rgba(0, 0, 0, 0.9);
}

.box20240825143718_yin_cang{
	display:none;	
}
.box20240825143718_close{
	min-width: 100%;
	text-align: right;
	color: #fff;
	font-size: 20px;
	
}

.videos{
	width:100%;
	height:450px;
}


@media (min-width: 996px){
	.box20240825143718_close{
		text-align: right;
	}
	
	.videos{
	/*width:100%;*/
	width: 800px;
	height:500px;
	}
}