@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	outline: 0;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: -2px;
	border-radius:0.4em;
}
div,input{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width:720px){
}
@media screen and (min-width:480px){
}
table,tr,td,th{
	border-radius:0em;}
html, body {
	border-radius:0;
	background:url(../img/hd_bg_blue.jpg) center no-repeat;
	background-size: 100% 100%;
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
input[type="button"] {
    line-height: 22px;
    border: 0;
    padding: 0 5px;
    background-color: #00a0e8;
    color: #fff;
}
.wrapper {
	height: 100%;
	position: relative;
	width:100%;
	margin: 0 auto;
	overflow:hidden;
}
.download{
	background:url(../img/download.png?v) no-repeat 4px center;
	background-size: 18px 18px;
	padding-left: 22px!important;
}
.input-wrapper {
	display: inline-block;
	margin: 5px 0;
}
/*General*/
input.text {
	margin-right: 5px;
	text-indent: 5px;
	height: 22px;
	border: 0;
	background: #f0f0f0;
	color: #999;
	border: 1px solid #ddd;
}
input.text:focus {
	border: 1px solid #09F;
	background: #fff;
	color: #0081cc;
}
.ViColor {
	color: #fff;
	background: #0081cc;
}
.ViColorInverse {
	color: #0081cc;
	background: #fff;
}
.loading {
	background: #f0f0f0
}
h2 {
	color: #0081cc;
	font-size:1.5em;
	font-weight: normal;
	padding: 0 0 10px 0;
	clear: both;
}
.item {
	width:90%;
	padding-bottom: 25px;
	display: block;
	overflow: hidden;
}
label.itemtitle {
	height: 22px;
	line-height: 22px;
	width: 35%;
	float: left;
	color: #555;
}
.itemContent {
	height: 22px;
	line-height: 22px;
	width: 65%;
	min-width:500px;
	float: left;
	color: #0081cc;
}
.search {
	margin-bottom: 10px;
}
.search label {
	display:inline-block;
	padding-right: 5px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	min-width: 65px;
	text-align: right;
}
.search input.s {
	display:inline-block;
	margin-right: 5px;
	text-indent: 5px;
	height: 22px;
	border: 0;
	background: #f0f0f0;
	color: #999;
	border: 1px solid #ddd;
}
.search input.s:focus {
	border: 1px solid #09F;
	background: #fff;
	color: #0081cc;
}
.search input.btn {
	display:inline-block;
	width: 24px;
	height: 24px;
	border: 0;
	background: url(../img/bg.png) no-repeat 0 0;
}
.EditUser, .DelUser, .manage, .manageAct {
	line-height: 25px;
	float: left;
	margin: 5px;
	padding: 0 5px;
	color: #fff;
	cursor: pointer;
}
.EditUser {
	background: #09F;
}
.DelUser {
	background: #C00;
}
.manage, .manageAct {
	float: left;
	color: #555;
	padding: 0 11px 0 5px;
	background: url(../img/bg.png) no-repeat right -84px;
}
.manageAct {
	background-position: right -109px;
	background-color: #d3d3d4;
}
select {
	line-height: 20px;
	padding: 2px;
	color: #555;
	font-size: 12px;
}
option {
	border-color: #555;
	font-size: 12px;
}
select {
	border: 1px solid #ccc;
}
option:hover {
	background: #f1f1f1;
	color: #555;
}
.clearB {
	height: 10px;
	clear: both;
	display: block;
}
/*Login*/
.LoginWrap {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #008dcc;
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	backdrop-filter: blur(20px) saturate(180%);
}
.LoginWrap .managementList{
	position:fixed;
	z-index:1;
	width: 100%;
	height: 100%;
	background: url(../img/hd_bg_blue.jpg) center no-repeat;
	background-size: 100% 100%;
}

.LoginWrap .managementList ul{
	width: 80%;
    margin: 0 auto;
    }
.LoginBox {
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px auto auto -166px;
	width: 300px;
	height: 300px;
	z-index: 99999;
	padding: 30px;
	color:#fff;
	text-align:center;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#076ef5, endColorStr=#0050b8);*/
	/* background: linear-gradient(#076ef5, #0050b8); */
	/* background: -webkit-linear-gradient(#076ef5, #0050b8); */
	/* background: -moz-linear-gradient#076ef5, #0050b8); */
	/* background: -ms-linear-gradient(#076ef5, #0050b8); */
	/* border:0.1em solid rgba(255,255,255,0.3); */
	/* border-radius:1em; */
	/* background: rgba(255,255,255,.8); */
}

.LoginBox p{
	line-height:45px;
	font-weight:100;
}
.LoginLogo {
	height: 15%;
	clear: both;
}
.LoginLogo small {
	display: block;
	height: 100%;
	width: 100%;
	float: left;
	background: url(../img/logo.png) center no-repeat;
	background-size:auto 80%;
}
.LoginLogo b {
	float: right;
	line-height: 30px;
	font-size: 30px;
	color: #0081cc;
	font-weight: normal;
}
.Login {
	/* overflow: hidden; */
	height:80%;
}
.Login input.LoginName, .Login input.LoginPassword {
	text-indent: 5px;
	color: #555;
	border: 0;
	height: 20%;
	line-height: 30px;
	width: 100%;
	border: 0.1em solid rgba(0, 0, 0, 0.3);
	border-radius:0.5em;
}
.Login input.LoginName{
	margin-top:2.5%;
}
.Login div.Button {
	width:100%;
	height: 20%;
	clear: both;
	display: inline-block;
	text-align: justify;
}
.Login div.Button:after{
	width:100%;
	display:inline-block;
}
.LoginButton{
	margin-right:10px;
}
.LoginButton, .LoginCancel {
	line-height: 100%;
	border-width: 1%;
	border-style: solid;
	border-color: #fff;
	padding: 0 20px;
	/* margin-right:4%; */
	height:100%;
	width: 145px;
	color: #fff;
	background-color: #00a0e9;
	border:0.1em solid rgba(255,255,255,0.3);
	border-radius:0.5em;
	display: inline-block;
}
.LoginCancel {
	background: #c0c0c0;
}
.LoginButton:hover {
	background: rgba(0,0,0,0.5);
}
.LoginCancel:hover {
	background: #50f;
}
.LoginButton:active {
	background: rgba(0,0,0,0.7);
}
.LoginCancel:active {
	background: #3b00b0;
}
/*TableList*/

.TableList {
	text-align: left;
	width: 100%;
	line-height: 35px;
	text-indent: 5px;
	padding-bottom: 10px;
}
.TableList th {
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	border-bottom: 2px solid #dedede;
}
.TableList th.order{
	cursor:pointer;
	text-decoration:underline;
}
.TableList th.order.desc::after{
	color: #0081cc;
	content:"↓";
	margin-left: 10px;
}
.TableList th.order.asc::after{
	color: #0081cc;
	content:"↑";
	margin-left: 10px;
}
.TableList td {
	font-size: 12px;
	border-bottom:1px solid #f0f0f0;
}
.TableList td div, .TableList td a {
	text-indent: 0;
}
/*page*/
.page ul {
}
.page ul li a {
	color: #555;
	text-decoration: none;
	font-size: 1em;
	display: block;
	float: left;
	padding: 0 1em;
	background: #eee;
	line-height: 2em;
	cursor: pointer;
}
.page ul li:hover a {
	color: #000;
	background: #e2e1e1;
}
.page ul li.select a {
	padding: 0 0.5em;
	font-size: 1.5em;
	line-height:1.35em;
	color: #fff;
	background: #0081cc;
}
/*Top*/
.Top {
	height: 60px;
}
.logo {
	margin: 17.5px 20px;
	height: 25px;
	width: 295px;
	background: url(../img/bg.png) no-repeat -87px -109px;
}
/*LeftMenu*/
.LeftMenu {
	width:35%;
	height:100%;
	min-width:257px;
}
.BackBtn{
	float:left;
	margin-left:2%;
	margin-top:55px;
	max-width:3em;
	width:15%;
	height:5em;
	background:url(../img/back.png) center top no-repeat;
	background-size:100%;
}
.BackBtn a{
	text-indent:-9000px;
	display:block;
	line-height:5em;
}
.LeftMenu > ul {
	height:80%;
	width:80%;
	float:right;
	padding-top:50px;
	font-size: 12px;
}
.LeftMenu ul li h3{
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 5%;
	font-weight: normal;
	font-size:2.5em;
}
.LeftMenu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 200%;
}
.LeftMenu ul li > ul {
	padding-top:5%
}
.LeftMenu ul li ul li a {
	padding-left: 8%;
	margin-bottom:1%;
	font-size:2em;
	border-radius:0.3em 0 0 .3em;
}
.LeftMenu ul li a:hover {
	background: #08c;
}
.LeftMenu ul li ul li a:hover {
	background: #09d;
}
.LeftMenu ul li ul li a:active, .LeftMenu ul li ul li.select a, .LeftMenu ul li H3 a:active, .LeftMenu ul li H3.select a {
	background: #fff;
	color: #0081cc;
	margin-right:-1px;
}
/*RightContent*/
.RightContent {
	position: relative;
	width: 810px;
	background: #fff;
}
.RightContentWrapper {
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	top:0;
	padding-left:8%;
	padding-top:50px;
	overflow: auto;
	background: #fff;
}
/*irisWrap*/
.irisWrapBox{
	float:left;
	width:50%;
	vertical-align:top;
	min-width:345px;
}
.irisWrap {
	width: 320px;
	height: 240px;
	position: relative;
	background: url(../img/bg.png) 0 -134px #ccc;
}
.irisWrap div.dotted {
	background: url(../img/bg.png) 0 -47px no-repeat;
	width: 87px;
	height: 87px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px auto auto -33px;
}
.tips {
	clear: both;
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
}
/*CreatUser*/
.CreatUser {
	padding: 5px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.CreatUser:hover {
	background: #e5e5e5;
}
.addIco {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	float: left;
	background: #d3d3d3;
}
.addTitle {
	padding: 0 5px;
	width: 150px;
	line-height: inherit;
	float: left;
}
/*button*/
.button {
	float: left;
}
.changeStep, .cancel {
	margin: 10px 10px 10px 0;
	padding: 0 3em;
	font-size:1em;
	float: left;
	height: 3em;
	line-height:100%;
	border:0.1em solid rgba(255,255,255,0.3);
	border-radius:0.5em;
}
.changeStep:hover, .cancel:hover {
	background-position: 0 -25px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.changeStep:hover, .EditUser:hover {
	background-color: #008ee0;
}
.cancel:hover, .DelUser:hover {
	background-color: #e03a00;
}
.changeStep:active, .EditUser:active {
	background-color: #0076bb;
}
.cancel:active, .DelUser:active {
	background-color: #d41e00;
}
.changeStep {
	background-color: #0081cc;
	color: #fff;
}
.cancel {
	background-color: #555;
	color: #fff;
}
/*ChoseIrisImg*/
.ChoseIrisImg {
	position: relative;
	float: left;
	width: 488px;
	height: 328px;
	margin-right:1em;
	margin-bottom:1em;
}
.ChoseIrisImg img {
	width: 488px;
	height: 328px;
}
.ChoseIrisImg div.Choose {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 320px;
}
.ChoseIrisImg div.score {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	height: 40px;
	width: 40px;
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.ChoseIrisImg div.Choose input {
	padding: 0 5px;
	position: absolute;
	line-height: 25px;
	height: 25px;
	bottom: 10px;
	left: 10px;
	border: 0;
	background: #0081cc;
	color: #fff;
}
.ChoseIrisImg div.Choosed {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 320px;
	border: 4px solid #0081cc;
}
.ChoseIrisImg div.Choosed b {
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	height: 50px;
	width: 50px;
	background: url(../img/bg.png) right 0 no-repeat;
}
.ChoseIrisImg div.Choosed input {	
	margin: 10px 10px 10px 0;
	padding: 0 3em;
	font-size:1em;
	float: left;
	height: 3em;
	line-height:100%;
	border:0.1em solid rgba(255,255,255,0.3);
	border-radius:0.5em;
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: #C00;
	color: #fff;
}
.ChoseIrisImgListWrap {
	display:inline-table;
	margin-right:2em;
}
.ChoseIrisImgList {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 10px 10px 0;
}
.ChoseIrisImgList img {
	width: 80px;
	height: 80px;
}
.ChoseIrisImgList div.Choose {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}
.ChoseIrisImgList div.score {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 20px;
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.ChoseIrisImgList div.Choose b {
	position: absolute;
	left: 0;
	top: 0;
}
.ChoseIrisImgList div.Choosed {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	border: 4px solid #0081cc;
}
.ChoseIrisImgList div.Choosed b {
	position: absolute;
	right: -4px;
	top: -4px;
	overflow: hidden;
	text-indent: 10000px;
	display: block;
	height: 50px;
	width: 50px;
	background: url(../img/bg.png) right 0 no-repeat;
}
/*ControlOpen*/
.ControlOpen {
	position: relative;
	height: 16px;
	border: 2px solid #ccc;
	width: 50px;
}
.ControlOpen small {
	height: 14px;
	margin: 1px;
	display: block;
	background: #0081cc;
}
.ControlOpen b {
	background: #555;
	display: block;
	height: 20px;
	width: 10px;
	position: absolute;
	top: -2px;
	right: -2px;
}
/*ControlClose*/
.ControlClose {
	position: relative;
	height: 16px;
	border: 2px solid #ccc;
	width: 50px;
}
.ControlClose small {
	height: 14px;
	margin: 1px;
	display: block;
	background: #ccc;
}
.ControlClose b {
	background: #555;
	display: block;
	height: 20px;
	width: 10px;
	position: absolute;
	top: -2px;
	left: -2px;
}
/*For Pad*/
.PadSystem {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.SystemTitle {
}
.SystemTitle h1, .SystemTitle h3 {
	font-weight: normal;
	line-height: 300%;
	font-size: 200%;
	float: left;
	color: #fff;
}
.SystemTitle h1 {
    height: 1.5em;
    text-align: center;
}
.SystemTitle h1 span{
    background: url(../img/logo.png) center no-repeat;
    background-size: auto 50%;
    display: inline-block;
    /* width: 100%; */
    margin: 0;
    width: 6em;
    height: 100%;
    vertical-align: middle;
}
.SystemTitle h1 b{
	display: inline-block;
	vertical-align: middle;
	line-height: initial;
	/* height: 100%; */
	font-size: .8em;
	font-weight: 400;
}
.SystemTitle h3 {
	float:right;
	font-size: 1em;
	text-align: right;
	position:relative;
	padding-right:17px;
}

.SystemTitle h3 b{
	background:url(../img/dropdown.png) no-repeat right center;
	background-size:100%;
	width: 12px;
	height:5px;
	display: inline-block;
	vertical-align:middle;
	margin:0 3px;
}
.UserInfo {
	float: right;
	position: fixed;
	right: 0;
	z-index: 1;
	text-align: right;
}
.EditUserInfo {
	background: rgba(255,255,255,1);
	position: absolute;
	right: 10%;
	top: 3em;
	width: 200%;
	display: none;
	overflow: visible;
}
.UserInfo.act .EditUserInfo{
	display:block;
}
.EditUserInfo:before{
	content:"";
	position: absolute;
	top:-10px;
	right: 30px;
	border-style:solid;
	border-width:0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}
.EditUserInfo li {
	display: block;
	height: 3em;
	width: 100%;
}
.EditUserInfo li a {
	line-height: 3em;
	color: rgba(0,0,0,1);
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.managementList {
	width: 80%;
	height: 70%;
	margin:0 auto;
}
.managementList ul {
	/* width: 100%; */
	/* margin: 30% auto; */
	display: list-item;
	text-align: justify;
	width: 100%;
	vertical-align: middle;
}

.managementList ul:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.managementList li {
	text-align:center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

/*system info*/
.sysinfowrap{
	text-align:center;
	color:#fff;
	width:100%;
	height:45px;
}
.sysinfowrap .user{
	margin-left:1em;
}
.sysinfowrap .record{
	margin-right:1em;
}
.sysinfowrap a.sysinfo{
	background:url(../img/info.png) no-repeat;
	background-size:100%;
	width:2em;
	height:2em;
	display:block;
}
.deviceInfo{
	margin:1em 0;
	line-height:200%;
	font-size:100%;
	color: #fff;
}
.deviceInfo td table{
	border
}
.closewrap a.close{
	margin:3em auto;
	display:block;
	width:2em;
	height:2em;
	background:url(../img/close.png) no-repeat;
	background-size:100%;
}
.deviceInfo b,
.deviceInfo span{
	font-weight:normal;
}
.addDistributor a {
	line-height: 40px;
}/*
.managementList li.employeeManagement{
	background:#009bad;
}
.managementList li.recordManagement{
	background:#009c00;
}
.managementList li.baseSet{
	background:#da542c;
}
.managementList li.systemSet{
	background:#0a5ac3;
}*/
.managementList li a span {
	background-repeat: no-repeat;
	background-position: center;
	margin: 5% auto;
	display: block;
	height: 150px;
	width:150px;
	background: rgba(0,204,103,.5);
	/* border-color: rgba(255,255,255,.5); */
	/* border-style: solid; */
	background-color: #0a5ac3;
	border-radius: 3em;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:0 13px 32px 0 rgba(0,0,0,.29), inset 0 0 3px 0 rgba(255,255,255,0);
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

.managementList li a:hover span {
	box-shadow:0 13px 32px 0 rgba(0,0,0,.29), inset 0 0 0px 4px rgba(255,255,255,1);
}
.managementList li a:active span{
	box-shadow:0 13px 32px 0 rgba(0,0,0,.29), inset 0 0 14px 9px rgba(0,0,0,.1);
}
.managementList li.employeeManagement a span {
	background-image: url(../img/user.png);
	background-color:#5ABA25;
}
.managementList li.employeeManagement a:hover span{
	background-color:#6bcd35;
}
.managementList li.employeeManagement a:active span{
	background-color:#4faa1d;
}
.managementList li.recordManagement a span {
	background-image: url(../img/network.png);
	background-color:#F4A720;
}
.managementList li.recordManagement a:hover span{
	background-color:#f4b850;
}
.managementList li.recordManagement a:active span{
	background-color:#d78f12;
}
.managementList li.baseSet a span {
	background-image: url(../img/base_setting.png);
	background-color:#0EB28D;
}
.managementList li.baseSet a:hover span{
	background-color:#1fd3aa;
}
.managementList li.baseSet a:active span{
	background-color:#02a882;
}
.managementList li.systemSet a span {
	background-image: url(../img/advance_setting.png);
	background-color:#4C75DC;
}
.managementList li.systemSet a span:hover{
	background-color:#658ae9;
}
.managementList li.systemSet a span:active{
	background-color:#3960c4;
}
.managementList li.learn a span {
	background-image: url(../img/Padpg_5.png);
}
.managementList li a {
	display: inline-block;
	text-decoration: none;
	color:#ffffff;
	/* text-align: center; */
	/* vertical-align: middle; */
}
.managementList li a b {
	font-weight: normal;
	color: rgba(255,255,255,1);
	font-size:1.2em;
}
.IrisImg {
	float: left;
	width: 45%;
	height: 80%;
	padding-left:5%;
	background:url(../img/img1.png) no-repeat left top;
	background-size:auto 100%;
}

/*bottom*/
.bottom {
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
	position:absolute;
	bottom:1em;
	left:1em;
	color: #fff;
	width: 30%;
	margin: 0 auto;
	font-size:1em;
	text-align: left;
	min-width: 227px;
}
.bottom .SystemInfo,
.bottom .copyright{
	height:1.5em;
	color:#fff;
}
.bottom .BottomLogo{
	font-size: 1.3em;
	background: url(../img/logo1.png) left center  no-repeat;
	background-size: 100%;
	width: 100%;
	text-indent: -90000px;
}
.CardRegBox{
	clear:both;
	margin:1em;
	position:relative;
	width:320px;
	height:200px;
	border-radius: 12px;
	border:2px solid #fff;
}
.CardRegBox.warning{
	border:2px solid #F00;
}
.CardReg{
	padding:10px;
	border-width:10px;
	border-color:#d4d4d4 #888888 #acacac #e5e5e5;
	border-style:solid;
	border-radius:10px;
	height:160px;
	width:280px;
	background:#cccccc;
	cursor:pointer;
}
.CardReg .CardTip{
	display:block;
	text-align:right;
	color:#FF0000;	
}
.CardRegHall{
	position: absolute;
	height: 50px;
	width: 11px;
	border-radius: 8px;
	left: 15px;
	top: 71px;
	display: block;
	background:#fff;
}
.CardRegHall div{
	border-width:2px;
	border-color:#d4d4d4 #e5e5e5 #888888 #acacac ;
	border-style:solid;
	height:46px;
	width:7px;
}
.CardRegBarcode{
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 1em;
	color: #333;
	border: 0;
	background: #CCC;
	text-align: right;
	width: 280px;
}
.blur {
    -webkit-filter: blur(30px); /* Chrome, Opera */
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
@media (max-width: 768px){
	
	.managementList li {
		width:50%;
		/* float:left; */
	}
	.managementList li a span{
		height: 75px;
		width:75px;
		border-radius: 1.5em;
		box-shadow:0 5px 15px 0 rgba(0,0,0,.29), inset 0 0 3px 0 rgba(255,255,255,0);
	}
	.managementList li a:hover span {
		box-shadow:0 13px 32px 0 rgba(0,0,0,.29), inset 0 0 0px 2px rgba(255,255,255,1);
	}
	.managementList li a:active span {
		box-shadow:0 13px 32px 0 rgba(0,0,0,.29), inset 0 0 3px 4px rgba(0,0,0,.1);
	}
body, input, button{
	font-size:18px;
}
input, button, textarea, select{
	font-size:14px;
}
.LoginBox{
	width:auto;
	height:100%;
	right:0;
	left:0;
	top:0;
	margin:0;
	border-radius:0;
}
.LoginLogo small {
	background-size: 300px auto;
}
form.Login{
	width:300px;
	margin:0 auto;
}
.Login input.LoginName, .Login input.LoginPassword,.LoginButton, .LoginCancel{
	height:45px;
}
.Login input.LoginName, .Login input.LoginPassword{
	width:calc(300px - .2em);
}
.Button input{
	width:calc(150px - 5px);
	margin:0;
}
.Button input:first-child{
	margin-right:10px;
}
.SystemTitle h1 {
    background: url(../img/logo.png) left center no-repeat;
    background-size: auto 50%;
    width: 50%;
    height: 100%;
    text-indent: -90000px;
    margin: .2em 0 0 .5em;
}
.managementList{
	width:90%;
	padding:0 5%;
	/* display: flex; */
	vertical-align: middle;
}
.managementList li{
	width:calc(50% - 2px - 2%);
	min-height: 15vw;
}
.IrisImg{
	display:none;
}
/*other page*/

.BackBtn {
    margin-top: 10px;
    width: 30px;
    height: 40px;
}
.LeftMenu ul li h3 {
    font-size: 2em;
}
.LeftMenu {
    width: 35%;
    height: 100%;
    min-width: 257px;
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 1;
}
.LeftMenu > ul{
	padding-top:10px;
	height: auto;
    float: left;
    width: calc(100% - 60px - 4%);
    text-align: center;
}
.LeftMenu ul li > ul{
	padding:0;
	text-align: left;
	width:1200px;
}
.LeftMenu > ul > li:last-child {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    overflow: auto;
    top: 49px;
}

.LeftMenu > ul > li > ul > li {
    display: inline-block;
    /* width: 50%; */
}
.LeftMenu ul *,
.LeftMenu ul li ul li a{
    border-radius: 0;
}
.LeftMenu > ul > li > ul > li a {
    display: block;
    word-wrap: inherit;
    padding: 0 15px;
    font-size: 16px;
	margin-left:0;
	line-height:31px;
}
.RightContent{
	padding:80px 0 30px 0;
	width:100%;
}
.bottom{
	    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    left: 0;
    background: #ccc;
    border-radius: 0;
    line-height: 30px;
}
.bottom .BottomLogo,.bottom .SystemInfo{
	display:none;
}
.bottom .copyright{
	font-size:14px;
	text-align:center;
	color:#777;
}
label.itemtitle{
	width:100%;
}
}
@media screen and (max-width:480px){
.LoginLogo small {
	background-size: 70% auto;
}
form.Login{
	width:auto;
	margin:0 auto;
}
.Login input.LoginName, .Login input.LoginPassword{
	width:calc(100% - .2em);
}
.Button input{
	width:calc(50% - 5px);
	margin:0;
}
.Button input:first-child{
	margin-right:10px;
}
.managementList li{
	width:calc(50% - 2px - 2%);
	height: calc(50vw - 2px - 2%);
}
}
