@charset "utf-8";
body,a,div,span,p,input,img,h1{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
*{
	/*禁用选择选项*/
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
body{
	margin:0;
	background-image: url(../../../static/login/img/bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.logo h1{
	font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
}
.logo{
	text-align: center;
	color: white;
}
.logo img{
	margin-bottom: 10px;
	margin-top: 3%;
	width: 100px;
}

@keyframes loadWindow{
	from{
		filter:opacity(0);
		margin:4% auto 0 auto;
		left: 5px;
		box-shadow: none;
	}
	to{
		filter:opacity(1);
		margin:3% auto 0 auto;
		left: 0;
		box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	}
}
@keyframes loadBackground{
	from{
		filter:blur(0px);
	}
	to{
		filter:blur(10px);
	}
}
.container{
	position: relative;
	padding: 0px 40px 0 40px;
	overflow-y: hidden;
	margin:3% auto 0 auto;
	width: 25em;
	max-width: 100%;
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 5px ;	
	animation: loadWindow 1s both;
	-moz-animation: loadWindow 1s both;
	-ms-animation:  loadWindow 1s both;
	-webkit-animation:  loadWindow 1s both;
}
.container:before{
	content: "";
	animation: loadBackground 1s both;
	-moz-animation: loadBackground 1s both;
	-ms-animation: loadBackground 1s both;
	-webkit-animation: loadBackground 1s both;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */ 
    -webkit-filter: blur(10px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);    
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
	
	/* z-index: 0; */
	background-image: url(../../../static/login/img/bg.jpg);
	background-color:hsla(0, 0%, 0%, 0.2);
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

body:before{
	top: 0;
	content: "";
	width: 100%;
	height:100%;
	position: absolute;
}
.bg{
	background: rgba(0,0,0,0);
}
.header{
	width: 100%;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 0;	
	background-color: hsla(0, 0%, 0%, 0.48);
}

.header span{
	font-size: 1.5em;
	/*font-weight: bold;/*/
	font-family:"瀹嬩綋" ;
	letter-spacing: .3em;
	width: 50%;
	height: 100%;
	line-height: 45px;	
	display: inline-block;
	color: hsla(0, 0%, 100%, 0.86);
	cursor: pointer;
	float: left;
	font-weight: bold;
	text-align:center;
	box-sizing: border-box;
	/*border-bottom:3px solid hsla(105,100%,39%,0.86);*/
}
.header span.active{
	color: white;
	font-weight: bold;
	background-color:hsla(0, 0%, 0%, 0.58);
	border-bottom: 3px solid white;
}
.content,.ordinary{
	margin-top: 64px;
	overflow: hidden;
}
.content{
	display: none;
	padding-bottom:15px;
}
.ordinary{
	height: 267px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	padding-bottom: 10px;
	
}
.content input[placeholder]{
	/*box-shadow: 0 0 3px rgba(0,0,0,.1);*/
	padding: 15px 10px 15px 35px ;	
	background: transparent;
	background-size:20px 20px;
	background-position:7px 15px;
	background-repeat: no-repeat;
	color: white;
	width: 88%;
	border: none;
	border-bottom: 2px solid white;
	transition: .5s;
	position: relative;
	margin: 32.5px 0;
	font-size: 18px;
	outline: none;
}

.content input::-webkit-input-placeholder{
	color: white;
}
.content input.name{
	margin-bottom: 2px;
	background-image:url(../../../static/login/img/user.svg);
	
}
.content input.password{
	background-image: url(../../../static/login/img/luck.svg);
}
.content input.name::before{
	content: "";
	position: absolute;
	background:white;
	width: 100px;
	height: 100px;
	
}
.submit{
	position: relative;
	cursor: pointer;
	margin-top:10px ;
	width: 100%;
	padding:10px 15px;
	/*background-color: #00c567;*/
	background-color: #00f17e;
	border-radius: 5px;
	/*border-radius: 30px;*/
	border: 1px;
	color: white;
	font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
	font-size: 1.2em;
	letter-spacing: 1em;
	margin:5px 0;
	border: 1px solid rgba(0,0,0,.3);
}
.submit:hover{
	box-shadow: 0 0 10px green;
}
.submit:active{
	background-color:#04ab5b;
}

.state_group{
	width: 50%;
	float: left;
	margin-top: 10px;
}
.rememberme{
	position: relative;
	color: white;
	left: 15px;
	cursor: pointer;
	margin-top: 20px;
}
.rememberme:before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: transparent;
	border-radius: 3px;
	border: 2px solid white;
	top: 1px;
	left: -20px;
}
#rememberme{
	visibility: hidden;
}
#rememberme:checked+label.rememberme:before{
	background: green;
	content: "鈭�;
}
#rememberme:checked+label{
	/*color: green;*/ 	
}
.fin{
	float: right;
	color: white;
	margin-top: 10px;
	position: relative;
	
}
.fin:hover{
	text-decoration: underline;
	color: #cccccc;
}

.ordinaryUser{
	top:20px;
	overflow: hidden;
	z-index: 99;
	position: relative;
	margin: auto;
	width: 180px;
	height: 180px;
	border-radius: 2px;
	border:3px solid white;
	background-color: black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	/**/

}
.ordinaryUser video{
	transition: .5s;
	left: -63px;
	top: 0px;
	position: relative;
	z-index: 98;
	height: 110%;
}
.btn{
	padding: 5px 15px;
	background-color:hsla(39, 100%, 50%, 0.75);
	border: 1px solid darkorange;
	border-radius: 5px;
	position: absolute;
	bottom: 20px;
	right: 158px;
	color: white;
	font-size: 22px;
	cursor: pointer;
	font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
	font-weight: normal;
}
.btn:active{
	background: darkorange;
}
.btn:hover{
	box-shadow:0 0 2px orange ;
}
.btn[type='submit']{
	right:62px ;
	display: none;
	border: 1px solid green;
	background-color: rgba(50, 205, 50, 0.8);
}
.btn[type='submit']:active{
	background: green;
}
.btn[type='submit']:hover{
	box-shadow: 0 0 2px green;
}
.ordinary canvas{
	width: 47%;
	display: none;
	margin-left: 10px;
	position: absolute;right: 0;
	top: 5px;
	border-radius: 4px;
}
.message{
	position: absolute;
	color: white;
	font-size: 14px;
	bottom: 25px;
	left: 2px;
}

.link{
	color: #9999ff;
}
.link:hover{
	text-decoration: underline;
	color: #7c7cff;
}
.pro{
	color: white;
	position: relative;
	top: 9px;
}
.register{
	display: block;
	text-align:center;
	position: relative;
	color: white;
	margin: auto;
	margin-top: 40px;
	
}
.register span{
	background: rgba(0,0,0,.3);
	padding: 5px 60px;
	font-size:16px;
	border-radius: 5px;
	overflow: hidden;
	
}
.register span a{
	font-weight: bold;
}
input[type="button"][disabled="disabled"]{
	box-shadow=none;
	background:darkorange;
	cursor:not-allowed;

	color:#ddd;
}
input[type="button"][disabled="disabled"]:hover{
	box-shadow:none;
	
}
.login_menu{
	position: relative;
	top: 10%;
	padding: 0;
	margin:0 auto;
}
.loginMenu{
	display: inline-block;
	list-style-type: none;
	padding: 0px;
	border-radius: 5px;
}
.loginMenu:hover{
	/*background-color: rgba(255,255,255,.5);*/
}

.loginMenu li{
	position: relative;
	float: left;
	padding: 10px 20px;
}
.loginMenu li a{
	opacity:.5;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	filter:alpha(opacity=50);
	font-size: 14px;
	color: transparent;
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
/*响应式设置按钮大小*/
@media only screen and (min-width: 1367px) and (max-width:1920px){
	ul.loginMenu{
		margin-top: 20px;
	}
	.login_menu{
		margin-top: 50px;
	}
	ul.loginMenu li a{
		width:70px;
		height:70px;
		background-size: 70px 70px;
	}
	ul.loginMenu li a:before{
		left:-12px;
		top:85px;
		margin-left: 68%;
	}
}
.loginMenu li a:hover{
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
		filter: alpha(opacity=100);
} 
.loginMenu li a:before{
	position: relative;
	/*padding:0px 5px;*/
	height: 20px;
	background: black;
	border-radius: 4px;
	color:white;
	line-height:20px;
	bottom: 4px;
	display: block;
	width:1px;
	left:-24px;
	margin-left: 98%;
	top:61px;
	overflow: hidden;
	filter: opacity(0);
}

@keyframes bz{
	from{width:1px;
		padding: 0;
		margin-left: 98%;
	}
	to{width:85px; 
		padding:0px 5px;
		margin-left: 0%;
		filter: opacity(1);
	}
}
a:hover:before{
	animation:bz .5s forwards;
}
#SysIntroduce{
	background-image:url(../../image/login/SysIntroduce.png);
}
#SysIntroduce:before{
	content:"系统信息";
	
}
#Hardware{
	background-image:url(../../image/login/Hardware.png);
}
#Hardware:before{
	content: "硬件设备介绍";
}
#Notice{
	background-image:url(../../image/login/Notice.png);
}
#Notice:before{
	content: "系统公告";
}
#download{
	background-image:url(../../image/login/package-download.png);
}
#download:before{
	content: "附件下载";
}
#equipment{
	background-image:url(../../image/equipment.png);
}
#equipment:before{
	content: "外接设备设置";
}
/*设置滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
/*响应式显示数据*/
/* 录像尺寸 */
.ordinaryUser object{
	margin-left:-20%;
	margin-top:-30px;
}
/*帮助面板*/
.useHelp{
	position: fixed;
	right: 0;
	top: 40%;
	width: 50px;
	height: 100px;
	background-color: rgba(0,0,0,.2);
	transition: .5s;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.useHelp:after{
	z-index: -1;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;top: 0;
	content: "";
	width: 100%;
	height: 100%;
	filter: blur(5px);
}
.useHelp .useHelp_con ol{
	list-style: none;
	/*background-color: #f2f2f2;*/	
	padding: 0;
	margin: 0;
}
.useHelp .useHelp_con ol li{
	padding:10px 30px;
}
.useHelp .useHelp_con ol li a{
	/* padding: 0 0 0 5px; */
	padding: 0 0 0 0px;
	line-height: 30px;
	/*background: #f3f3f3;*/
	/* overflow: hidden; */
	/* display: block; */
	height: 30px;
	/*color: #333;*/
	color: white;
	text-decoration: none;
}
.useHelp .useHelp_con ol li a+p{
	height:0px;
	transition: .5s;
	overflow: hidden;
	/*color: #777;*/
	color: rgba(252,252,252,1);
	padding: 0 10px 0 10px;
	font-size: .9em;
	text-shadow:0,0,5px #000;
	
}
.useHelp .useHelp_con ol li a:focus+p{
	height: auto;
}
.useHelp:before{
	content: "\6e29\99a8\63d0\793a";
	position: absolute;
	width: 100%;
	height: 50%;
	color:white;
	left: 0px;
	top: 0px;
	font-size: 17px;
	padding: 40px 5px 0 9px;
}
.useHelp.hovers{
	top: 10%;
	width: 450px;
	height: 500px;
	overflow: hidden;
}

.useHelp.hovers .menuIcon{
	background-position: -112px 8px;
	background-color: dodgerblue;
	background-image: url(../img/xingxing.svg);
}
.useHelp.hovers:before{
	content: "";
}
.useHelp .menuIcon{
	transition: .5s;
	padding: 10px 10px 10px 50px;
	background-image: url(../img/xingxing2.svg);
	background-size: 60% 60%;
	background-repeat:  no-repeat;
	background-position: 6px -5px;
	
}
.useHelp .menuIcon a{
	color: white;
}
.menuIcon{
	overflow: hidden;
	padding: 10px;
	/*background-color:#aaa;*/
}
