@font-face {
	font-family: myFontName;
	src: url(../font/mingliu.ttc);
}
img, video {
}
body {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #cc0000;
	touch-action: manipulation;
	touch-action: none;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
* {
	touch-action: manipulation;
}
img
{
	vertical-align: top;
	width: 100%;
	height: 100%;
}
#orientation-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	color: white;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 72px;
	z-index: 1000;
	flex-direction: column;
}
#orientation-overlay > p
{
	margin: 10px 10px;
}