@charset "utf-8";
:root
{
	--width: 750px;
	--topH: 146px;
}
/** 主体 **/
body
{
	-ms-touch-action: none;
	background: #0f111e;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: var(--width);
	height: 100%;
	-webkit-text-size-adjust:none;
	margin-bottom: env(safe-area-inset-bottom);
	
	color: #666666;
	font-size:24px;
	font-family:微软雅黑;
	
	overflow-x: hidden;
	display: grid;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
::-webkit-scrollbar
{
	display:none;/** 或者是width: 0; **/
}
/* 导航栏背景 */
.Nv_Top
{
	position: fixed;
	z-index:3500;
	padding: 0;
	border: 0;
	margin: 0;
	
	width: var(--width);
	height: var(--topH);
	background:url(../image/bg.jpg);
	
	/*opacity: 0.2;*/
}
.Nv_Top_Logo
{
	position:relative;
	left: 40px;
	top: 46%;
	transform: translatey(-50%);
}
.Nv_Top_BtnMenu
{
	position:absolute;
	right: 56px;
	top: 50%;
	transform: translatey(-20%);
}
.Nv_Top_BtnCl
{
	position:absolute;
	width: 54px;
	height: 54px;
	right: 32px;
	top: 64px;
}
/* 导航栏 */
.Nv_Top_Menus
{
	position:fixed;
	width: 300px;
	min-height: 360px;
	top: 0px;
	right: 0px;
	padding-top: 148px;
	padding-bottom: 158px;
	
	letter-spacing:4px;
	text-indent: 48px;
	color: #efefef;
	font-size: 28px;
	user-select: none;
	
	background-color: #202648aa;
	border: 2px solid #00000099;
	
	border: 1px solid #ffcc00;
	border-image-source: url(../image/main_menu_bg.png);
	border-image-slice: 16 fill;
	border-image-width: 16;
	border-image-outset: 0 0 0 0;
}
.Nv_Top_Menus_Item
{
	/*background: #ff0000;*/
	color: #989898;
	cursor: pointer;
	margin-left:16px;
	margin-right:16px;
	line-height: 64px;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}
.Nv_Top_Menus_Item:hover
{
	cursor: pointer;
	color: #efefef;
	margin-left: 32px;
	margin-right:16px;
}
.Nv_Top_Menus_Item_Active
{
	color: #ffffff;
	cursor: pointer;
	margin-left:16px;
	margin-right:16px;
	line-height: 64px;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	
	background:url(../image/flag_l.png) no-repeat;
	background-position: left center;
}
/* 中部模块 */
.Nv_Mid
{
	position: relative;
	border: 0;
	margin: 0 auto;
	width: var(--width);
	margin-top: var(--topH);
	
	background: #0f111e;
}
/* 底部版权 */
.Nv_Feet
{
	/*position:fixed;*/
	position: flex;
	background: #0f111e;
	padding: 0;
	border: 0;
	margin: 0;
	/*bottom: 0;*/
	width: var(--width);
	
	font-size: 18px;
	color:#666666;
	line-height: 28px;
	
	/*border: 1px solid #ff0000;*/
}
.Nv_Feet a
{
	color:#666666;
	text-decoration:none;
	border-bottom: 1px solid;
}
.Nv_Feet a:hover
{
	color:#9a9a9a;
	text-decoration:none;
	border-bottom: 1px solid;
}

.Nv_Feet_Menu
{
	position:relative;
	padding-top: 12px;
	padding-bottom: 16px;
	font-size: 22px;
	text-align: center;
	
	/*border: 1px solid #ff00cc66;*/
}
.Nv_Feet_Menu span
{
	margin-left:4px;
	margin-right:4px;
}

.Nv_Feet_Desc
{
	position:relative;
	left: 28px;
}
.Nv_Feet_Desc span
{
	position:absolute;
	left: 150px;
}

.Nv_Feet_Logo
{
	position:relative;
	margin-top: 36px;
	margin-bottom: 20px;
	left: 50%;
	transform: translatex(-50%);
	
	/*border: 1px solid #ff000066;*/
}