@charset "UTF-8";
*{margin: 0;padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;}
input{outline: none;border: none;}
img{border: none;}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
}
#login-main{
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 900px;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333;
	background: url('../img/login-bg.png') no-repeat;
	background-size: 100% 100%;
}
.login{
	position: absolute;
	top: 4%;
	left: 10%;
	height: 44px;
}
.login-img{
	float: left;
	vertical-align: middle;
}
.company{
	float: left;
	width: 170px;
	height: 44px;
	margin-left: 4px;
	line-height: 44px;
	border-right: 1px solid #E5E5E5;
}
.company a{
	font-size: 16px;
	color: #000;
}
.l-title{
	float: left;
	height: 44px;
	margin-left: 10px;
	line-height: 44px;
	font-size: 32px;
	color: #fff;
}
.login-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 960px;
	height: 410px;
	margin: auto;
}
.login-left{
	float: left;
	width: 629px;
	height: 398px;
	background: url('../img/login-left.png') no-repeat;
}
.login-right{
	float: left;
	width: 322px;
	height: 389px;
	background: #fff;
	box-shadow: 0 3px 10px #999;
	-webkit-box-shadow: 0 3px 10px #999;
	-moz-box-shadow: 0 3px 10px #999;
	-ms-box-shadow: 0 3px 10px #999;
	-o-box-shadow: 0 3px 10px #999;
}
.login-form{
	overflow: hidden;
}
.title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 4px;
	background: #7AC159;
}
.input-box{
	width: 284px;
	height: 42px;
	margin: 22px auto;
}
.input{
	display: block;
	width: 284px;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.radius{
	background-color: #F2F2F2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-border-radius: 5px;
	-ms-box-border-radius: 5px;
	-o-box-border-radius: 5px;
	box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	-ms-box-shadow: 0 0 4px #999;
	-o-box-shadow: 0 0 4px #999;
}
.input-code{
	display: inline-block;
	float: left;
	width: 210px;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.check-code{
	display: inline-block;
	float: right;
	width: 60px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #7AC159;
	font-size: 18px;
}
.check-code:hover{
	cursor: pointer;
}
.btn{
	width: 280px;
	height: 50px;
	margin: 40px auto 0;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 4px;
	background: #7AC159;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-border-radius: 5px;
	-ms-box-border-radius: 5px;
	-o-box-border-radius: 5px;
}
.btn:hover{
	cursor: pointer;
}
