html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("/main/dist/img/loginbg.jpg")100% 100% no-repeat;
	background-size: cover;
}
.login-main{
	position: absolute;
	/*width: 360px;*/
	/*height: 460px;*/
	top: 50%;
	left: 60%;
	margin-left: -200px;
	margin-top: -100px;
	 background: #fff;
	 background: url("/main/dist/img/bg.gif") 100% 100%;
	 background-size: 100% 100%;
   /* background: -moz-linear-gradient(top,  #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eee));
    background: -webkit-linear-gradient(top,  #fff 0%,#eee 100%);
    background: -o-linear-gradient(top,  #fff 0%,#eee 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#eee 100%);
    background: linear-gradient(to bottom,  #fff 0%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );*/
	padding: 15px 15px;
	border-radius: 25px;
	text-align: center;
	padding-bottom: 15px;
	transition: all 0.5s;
	border:1px solid #ccc;
	box-shadow: 0px 8px 8px #777;
}
.login-main .login ul{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.login-main h1{
	margin-top: 20px;
	margin-bottom: 20px;
}
.login-main .login ul li{
	display: inline-block;
	width: 49%;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
}
.login-main .login ul li.active:after{
	content: "";
	display: inline-block;
	height: 1px;
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
	background-color:  #00a65a;
}
.login-main form div{
	margin-bottom: 15px;
}
.login-main form div label{
	width: 19%;
	display: inline-block;
	font-size: 14px;
}
.login-main form div input{
	width: 60%;
	height: 36px;
	padding-left: 10px;
	display: inline-block;
	line-height: 36px;
	border:1px solid #e6e6e6;
}
.login-main form button{
	height: 36px;
	width: 84%;
	background-color: #00a65a;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
}
.login-head{
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("/main/dist/img/bg.gif") 100% 100%;
  /*  background: -moz-linear-gradient(top,  #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eee));
    background: -webkit-linear-gradient(top,  #fff 0%,#eee 100%);
    background: -o-linear-gradient(top,  #fff 0%,#eee 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#eee 100%);
    background: linear-gradient(to bottom,  #fff 0%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );*/

}
.login-head a{
	float: right;
	line-height: 80px;
	color: #555;
	margin-right: 20px;
}
.login-head .left{
	float: left;
	color: #555;
	margin-left: 20px;
}
.login-head .left h1{
	line-height: 40px;
	margin-top: 10px;
	letter-spacing:3px;
}
.login-head .left h5{
	line-height: 30px;
}
.notice{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.login{
	display: inline-block;
	width: 220px;
}
.notice h3{
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.notice li{
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
}
.notice li a{
	display: inline-block;
	width: 205px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice li span{
	float: right;
}