*{
	box-sizing: border-box;
}
input, button, select, textarea {
    outline: none;
}
.clearfix:before,.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
html{
	min-height: 99.9%;
	position: relative;
}
body{
	font: 12px/1.5 '微软雅黑', 'Microsoft Yahei', '宋体', sans-serif;
	min-width: 1000px;
	min-height: 500px;
	background: url("../img/rzt/login-bg.jpg") no-repeat center;
}
.l-top{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: #292929;
}
.l-center{
	width: 100%;
	height: 316px;
	position: absolute;
	top: 50%;
	margin-top: -158px;
	left: 0;
}
.l-bottom{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #292929;
}
.l-container{
	width: 1000px;
	margin: 0 auto;
}
.col{
	float: left;
}
.col.col-left{
	height: 10px;
	width: 60%;
}
.col.col-right{
	width: 40%;
}
.logo{
	line-height: 60px;
	font-size: 30px;
	font-weight: 700;
	color: #d8d8d8;
	overflow: hidden;
}
.logo>img{
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 10px;
}
.footer{
	line-height: 50px;
	text-align: center;
	color: #6D6D6D;
}
.login-panel{
	width: 360px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.login-panel .title{
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	font-size: 22px;
	color: #333;
}
.input-area{
	
}
.input-control{
	padding: 0 30px 15px 30px;
	position: relative;
}
.input-control label{
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 45px;
	font-size: 14px;
	color: #aaa;
	display: none;
}
.input-control input{
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 0 15px 0 40px;
	background: transparent;
}
.input-control .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 18px;
	color: #aaa;
}
.input-control input:focus{
	border: #00a8ff 1px solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}
.check-code input{
	width: 210px;
	float: left;
	border-right: 0;
}
.check-code img{
	width: 90px;
	height: 40px;
	display: block;
	border: 1px solid #ddd;
	border-left: 0;
	float: left;
}
.login{
	padding: 0 30px 30px 30px;
}
.login>a,.login>a:link,.login>a:visited,.login>a:hover,.login>a:focus{
	display: block;
	background: #00a8ff;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.login>a:hover{
	background: #008fd9;
}

/*去除ie11自带的Input close*/
input::-ms-clear{
	display: none;
}
/*去除ie11自带的Input close*/