a{color:white}
a:hover{color:red}
/*全体样式*/
 body,html {
      margin: 0;
      padding: 0;
      height: 100%;
      color: #fff;
    }
body{
  font-family: '微软雅黑','Montserrat', sans-serif;
  font-size: 100%;
  background: url(../images/2.png) no-repeat;
  background-size: cover;
}

 /*头部样式*/
.header{
	height: 20px;
}
.ch_bg {
	width: 220px;
	float: right;
	padding: 3px;
	margin: 5px;
}
	
.ch_bg a{
	border: 1px solid #9598D8;
	background: rgb(45, 107, 195);
	padding: 3px;
	border-radius: 4px;
	margin: 5px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/* green */ 
.ch_bg a { 
	color: #e8f0de; 
	border: solid 1px rgb(47, 132, 224); 
	background: rgb(47, 132, 224); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1983F5), to(#2F84E0)); 
	background: -moz-linear-gradient(top, #1983F5, #2F84E0); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1983F5', endColorstr='#2F84E0'); 
} 
.ch_bg a:hover { 
	background: #538018; 
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); 
	background: -moz-linear-gradient(top, #6b9d28, #436b0c); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c'); 
} 
.ch_bg a:active { 
	color: #a9c08c; 
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); 
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f'); 
} 
#scan_ewm{
	text-align: center;
	border: 1px solid #ccc;
	width: 300px;
	height: 400px;
	padding: 0 auto;
	margin: 10px auto;
	background: #ffc;
}

 /*身体样式*/
.container{
	
}
.left,.right { 
	float: left;
	width: 30%;
	height: 600px;
}
.center {
	float: left;
	width: 40%;
	height: 600px;
}
.left { 
	}
.right { 
	}
    	
.showlogo{
	width: 450px;
	height: 91px;
	background: url(../images/index_logo2.png)  no-repeat 0px 0px;
	margin-right: 20px;
	margin-top: 150px;
	float: right;
}
.showtable{
	clear: both;
	width: 460px;
	height: 300px;
	border: none;
	margin-top: 20px;
	margin-right: 0px;
	float: right;
}


.login-form{
	padding:100px 0px 50px 0px;
}
.login-form h1{
	font-size:2em;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:2em;
/*-- w3layouts --*/
}
.top-login {
    width: 100px;
    height: 130px;
    display: block;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin: 0 auto 4em;
    background: #fff;
    position: relative;
}
.top-login span{
    border: 2px solid #F36;
    width: 105px;
    height: 105px;
    display: block;
    margin: 0px auto;
    position: absolute;
    top: 11px;
    left: 11px;
}
.top-login span img{
       -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    margin: 20px 0 0 20px;
}
/*----*/

.login-top{
	width: 460px;
	display: block;
	margin: 0 auto;
}
.login-ic {
	height: 40px;
	background: rgba(255, 255, 255, 0.32); 
	margin-bottom:1.5em;
	padding: 8px;	
	border: 1px solid rgba(255, 255, 255, 0.62);
}
.login-ic i {
    background: url(../images/m.png)no-repeat 6px 6px;
    width: 38px;
    height: 38px;
    float: left;
	/*-- agileits --*/
    display: inline-block;
}
.login-ic i.icon {
    background: url(../images/l.png)no-repeat 6px 6px;  
}
.login-ic input[type="text"],.login-ic  input[type="password"] {
	    float: left;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding: 10px 16px;
    border: none;
    border-left: 1px solid #fff;
    width: 82%;
    display: inline-block;
    margin-left: 7px;
}
.log-bwn {
	text-align: center;
}
.log-bwn input[type="button"] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 13px 0;
    background: rgb(47, 132, 224);
    display: inline-block;
    width: 100%;
	outline:none;
	border:2px solid rgb(47, 132, 224);
	cursor:pointer;
	text-transform:uppercase;
	margin: 5px 0px;
}
.log-bwn input[type="button"]:hover{
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
	 border:2px solid #fff;
}
#errmsg{
	color: #ff0000;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.9);
	width: 448px;
	padding: 10px 5px;
	margin: 20px 0px;
	border: 1px solid #e3e3ab;
	border-radius: 2px;
	display: none;
}

#showewm{
	color: #333;
  	margin-left: 33%;
	margin-right: 33%;
	margin-top: 10%;
	width: 500px;
	height: 400px;
	background: rgba(255, 255, 255, 0.9);
	/**解决ie8 不兼容RGBA函数导致的无法设置透明度的问题 update on 20210315*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	padding-top: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 370px;
}

 /*底部样式*/
.footer{
	clear: both;
	height: 150px;
	text-align: center;
	color:#333;
	padding: 50px;
}
.footer p{
	height: 50px;
	line-height: 0px;
}
.copy{
	font-size: 16px;
	font-weight: 700;
	color: #FF6103;
	height: 150px;
}

 /*底部样式*/
 .fp{
	 clear: both;
	 height: 150px;
	 text-align: left;
	 color: #333;
	 padding: 20px;
 }
 .fp p{
	 height: 50px;
	 line-height: 0px;
 }

 .forgetPassword{
	 font-size: 18px;
	 font-weight: 700;
	 color: #fff;
	 height: 150px;
 }




