*{
	padding:0px;
	margin:0px;
}

.UlCss{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto; 
	white-space:nowrap;
	position:relative;
	color:white;
	font-size:13px;
}

.UlCss a{
	color:white;
}

.LiCssHr{
	float:left;
	text-align:center;
	list-style-type:none;
	border-bottom:1px solid silver;
}

.LiCssVr{
	height:35px;
	width:100%;
	text-align:center;
	list-style-type:none;
	border-bottom:1px solid #545e69;
	background:#4f5964;
}

.ExitDiv
{
	float:right;
	margin:0% 15px 0% 0%;
	line-height:20px;
	width:20px;
	font-size:16px;
	font-weight:bolder;
	color:#ffffff;
	cursor:pointer;
	background-color:silver;

	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

.ExitDiv:hover{
	color:red;
	background-color:#000000;
}

.Btn {
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	font-size:13px;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
	background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}

.SubmitBtn {
	height: 30px;
	width: 70px;
	border: 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, #39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* IE10+ */
	background: linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* W3C */
}

.Backgd {
	display: inline-block;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);
	-moz-box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);
	box-shadow: 6px 6px 6px rgba(0,0,0, .29), inset 3px 3px 3px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #68BED7; /* Old browsers */
	background: -moz-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68BED7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #68BED7 0%,#ffffff 100%); /* W3C */
}

.HeaderStyle {
	border-top:1px solid transparent;
	border-bottom:1px solid silver;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 0px 0px 0px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #48525d; /* Old browsers */
	background: -moz-linear-gradient(top, #262e35 0%,#48525d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262e35), color-stop(100%,#48525d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #262e35 0%,#48525d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #262e35 0%,#48525d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #262e35 0%,#48525d 100%); /* IE10+ */
	background: linear-gradient(top, #262e35 0%,#48525d 100%); /* W3C */
}

.MenuLabBtn{
	display:none;
}

.MenuContn {
	width:65%;
	left:17%;
	top:10px;
	
	font-size:14px;
	border-top:1px solid #4f5964;
	overflow-x:auto;
	overflow-y:hidden;
	position:absolute;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.MenuBtnStyle{
	width:70px;
	border:1px solid transparent;
	cursor:default;
	text-align:center;
	vertical-align:middle;
	font-size:14;
	color:white;
}

.MenuBtnSelStyle{
	width:70px;
	border:1px solid transparent;
	cursor:default;
	text-align:center;
	vertical-align:middle;
	font-size:14;
	color:yellow;

	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	border-top-radius: 10px 0px 10px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;

	background: black; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, black 0%,silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.ToolBarStyle {
	border-bottom:1px solid white;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 0px 0px 0px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #64aadd; /* Old browsers */
	background: -moz-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64aadd), color-stop(100%,#9ac8ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* IE10+ */
	background: linear-gradient(top,  #64aadd 0%,#9ac8ea 100%); /* W3C */
}

.ToolBarBtnStyle{
	width:25px;
	border:1px solid transparent;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.NavBarStyle {
	z-index:2;
	float:left; 
	color: #19667d;
	border-right:1px solid silver;
	position:relative;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;

	background: #7FCEB2; /* Old browsers */
	background: -moz-linear-gradient(top, #353d45 0%,#353d45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353d45), color-stop(100%,#353d45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #353d45 0%,#353d45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #353d45 0%,#353d45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #353d45 0%,#353d45 100%); /* IE10+ */
	background: linear-gradient(top, #353d45 0%,#353d45 100%); /* W3C */
}

.NavBarPartDiv {
	background:transparent;
}
.NavBarPartDiv:hover {
	background:rgba(0,0,0,0.2);
}

.FlwChartMdlBtnStyle {
	height:60px;
	position:relative;
	border:1px dotted transparent;
	overflow:hidden;
	text-align:center;
	cursor:move;
	color:white;
	font-size:13;
}

.NavBtnSelStyle {
	height:30px;
	height:60px;
	position:relative;
	border:1px dotted transparent;
	overflow:hidden;
	text-align:center;
	cursor:move;
	font-size:13;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, black 0%,silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.FrmHeaderStyle{
	height:40px;
	border:1px solid transparent;
	cursor:default;
	text-align:left;
	font-size:14;
	color:yellow;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-top-radius: 10px 10px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: black; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, silver 0%, black 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.TbStyle
{
	position:relative;
	border-collapse:collapse;
	border:1px solid gray;
	border-top:none;
}

.TbHeaderStyle
{
	height:30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color:white;

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#64aadd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#64aadd 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#64aadd 100%); /* W3C */
}

.TbCellStyle
{
	border:1px solid gray;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
}

.BottomBarStyle {
	text-align:right;
	height:28px;
	border-top:1px solid gray;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #19667d;

	background: #48525d; /* Old browsers */
	background: -moz-linear-gradient(top, #262e35 0%,#48525d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48525d), color-stop(100%,#48525d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #262e35 0%,#48525d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #262e35 0%,#48525d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #262e35 0%,#48525d 100%); /* IE10+ */
	background: linear-gradient(top, #262e35 0%,#48525d 100%); /* W3C */
}

.BottomLab{
	height:23px;
	width:50%;
	border:1px solid #808080;
	border-width:0px;
	border-bottom:none;
	-webkit-border-radius:50px 50px 0px 0px;
	-moz-border-radius:50px 50px 0px 0px;
	border-radius:50px 50px 0px 0px;
	bottom:2px;
	overflow:hidden;
	position:absolute;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .9), inset 2px 5px 5px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0, .9), inset 2px 5px 5px rgba(0,0,0, 0.5);
	box-shadow: 1px 1px 1px rgba(0,0,0, .9), inset 5px 2px 5px rgba(0,0,0, 0.5);
}

.BottomLabBackgrd{
	height:100%;
	width:100%;
	left:0;
	top:0;
	background-color:#000000;
	position:absolute;

	-webkit-border-radius:50px 50px 0px 0px;
	-moz-border-radius:50px 50px 0px 0px;
	border-radius:50px 50px 0px 0px;

	opacity:0.6;
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
}

.BottomLabText{
	width:100%;
	left:0;
	top:0;
	color:#C0C0C0;
	font:13px 'Microsoft YaHei',SimSun,Arial,Sans-Serif;
	text-align:center;
	position:absolute;
}

.MinWinHidd{
	display:block;
}
.MinWinShow{
	display:none;
}

.HintDialogShow{
	z-index:101;
	height:auto;
	min-height:252px;
	width:390px;
	right:0;
	bottom:0;
	position:fixed;
	font-size:14px;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-top-radius: 10px 10px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: -moz-linear-gradient(top, #ffffff 0%, silver 100%); /*#70c9e3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, silver)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, silver 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, silver 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, silver 100%); /* W3C */
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.HintDialogHidd{
	z-index:101;
	height:auto;
	min-height:252px;
	width:390px;
	right:0;
	bottom:-300px;
	position:fixed;
	font-size:14px;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-top-radius: 10px 10px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: -moz-linear-gradient(top, #ffffff 0%, silver 100%); /*#70c9e3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, silver)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, silver 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, silver 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, silver 100%); /* W3C */
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*×ÔÊÊÓ¦ÑùÊ½============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 478px) {
	.MenuLabBtn{
		display:block;
	}
	.MenuContn {
		display:none;
		left:0;
		top:57px;
		width:100%;
		position:absolute;
	
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
	.NavBarStyle {
		display:none;
		position:absolute;
		left:0px;
		top:46px;
	}
	.BottomBarStyle {
		display:none;
	}
	.BottomLab{
		width:230px;
		margin:0 auto;
	}
	.ExitDiv{
		display:none;
	}
	.MinWinHidd{
		display:none;
	}
	.MinWinShow{
		display:block;
	}
}

/*-1---------------------------------------------------*/

@media (min-width: 479px) and (max-width: 599px) {
	.MenuLabBtn{
		display:block;
	}
	.MenuContn {
		display:none;
		left:0;
		top:57px;
		width:100%;
		position:absolute;
	
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
	.NavBarStyle {
		display:none;
		position:absolute;
		left:0px;
		top:46px;
	}
	.BottomBarStyle {
		display:none;
	}
	.BottomLab{
		width:230px;
		margin:0 auto;
	}
	.ExitDiv{
		display:none;
	}
	.MinWinHidd{
		display:none;
	}
	.MinWinShow{
		display:block;
	}
}

/*-1.1---------------------------------------------------*/

@media (min-width: 600px) and (max-width: 767px) {
	.MenuLabBtn{
		display:block;
	}
	.MenuContn {
		display:none;
		left:0;
		top:57px;
		width:100%;
		position:absolute;
	
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
	.NavBarStyle {
		display:none;
		position:absolute;
		left:0px;
		top:46px;
	}
	.BottomBarStyle {
		display:none;
	}
	.ExitDiv{
		display:none;
	}
	.MinWinHidd{
		display:none;
	}
	.MinWinShow{
		display:block;
	}
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	.MenuContn {
	}
}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	.MenuContn {
		width:56%;
		left:22%;
	}
}

/*-4---------------------------------------------------*/

@media (min-width: 1200px) {
}
