html,
body {			
	-ms-touch-action: none;
	background: #F2F2F2;
	padding: 0;
	border: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#egretDiv {                                                                       
    z-index: 100;
    width: 100%;
	height: 100%;
	object-fit: contain;
	/*bottom: 0;*/
}
.abs-pos{
	position: absolute;
}				
.video-main {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
    background-color: rgba(0,0,0,0);
}
.img-ewm{
	z-index: 0;
	display: none;
	width: 200px;
	height: 200px;
	margin: auto;
}
.img-default {
	z-index: 102;
	width: 100%;
	height: 100%;
	/*display: none;*/
}
.img-click {
	z-index: 103;
	display: none;
	opacity: 0;
}