@charset "utf-8";
body
{
	-ms-touch-action: none;
	background: #000;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 1280px;
	/* width: 100%; */
	height: 100%;
	
	-webkit-text-size-adjust:none;
	margin-bottom: env(safe-area-inset-bottom);
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	color: #e5f8ff;
	letter-spacing:1px;
	font-family: 微软雅黑;
	font-size: 20px;
	line-height: 32px;
}
::-webkit-scrollbar
{
	display:none;/** 或者是width: 0; **/
}
#MainBody
{
	position: absolute;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	background: #181f2f;
}
#Nv_Top
{
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
	
	width: 100%;
	height: 146px;
	background:url(../image/bg.jpg);
	
	/*opacity: 0.2;*/
}
#Nv_Top_Logo
{
	position:absolute;
	left: 3%;
	top: 22%;
	/* transform: translatey(-50%); */
}
#Nv_Top_Title
{
	position:inherit;
	/* padding: 2px 8px; */
	top: 157px;
	display: table;
	margin: 0 auto;
	
	color: #e5f8ff;
	font-size: 24px;
	font-weight: 600;
	
	/*border: 1px solid #ffcc0099;*/
}
#content
{
	position: relative;
	/* width: 100%; */
	margin: 0 auto;
	display: inherit;
	justify-content: center;
}
#content img
{
	width: 100%;
}
#message
{
	position:absolute;
	padding: 4px 16px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	
	text-align: center;
	display: none;
	
	/*border: 1px solid #ffcc0099;*/
}