@charset "utf-8";
.login{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.login-bg{
	position: fixed;
	top:0;
	bottom: 0;
	left:0;   
	right:0;
	width:100%;
	height: 100%;
	z-index: -2;
}
.login-main {
	width: 1200px;
	min-height: 400px;
	margin: 6% auto 1% auto;
	position: relative;
	z-index: 0;
}

.login-main .left {
	width: 710px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: -150px;
}

.login-main .right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 160px;
	width: 393px;
	height: 370px;
	padding: 60px 46px 0 46px;
	box-shadow: 0 0 10px #ddd;
	border-radius: 7px;
	background: #fff;
	position: relative;
}

.login-main .right:before {
	content: '';
	width: 414px;
	height: 50px;
	position: absolute;
	left: -10px;
	top: 15px;
	background: url(../simages/login-top.png) repeat-x;
	z-index: 1;
}

.login-main .right .text input {
	border: 1px solid #e7e7e7;
	background: #eeeeee;
	font-size: 15px;
	height: 44px;
	border-radius: 3px;
	margin-top: 24px;
	text-indent: 40px;
}

.login-main .right .text input:focus {
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	outline: none;
}

.login-main .right .text .username input {
	width: 300px;
	background: url(../simages/login-icon1.png) 12px center no-repeat #eeeeee;
}

.login-main .right .text .password input {
	width: 300px;
	background: url(../simages/login-icon2.png) 12px center no-repeat #eeeeee;
}

.login-main .right .text .code input {
	width: 160px;
	background: url(../simages/login-icon3.png) 12px center no-repeat #eeeeee;
}

.login-main .right .text .code span {
	float: right;
	height: 44px;
	width: 130px;
	background: #ccc;
	margin-top: 24px;
	cursor: pointer;
}

.loginkey {
	display: block;
	width: 224px;
	height: 44px;
	border-radius: 50px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 15px;
	background: url(../simages/key-bg.png) no-repeat;
	padding-left: 100px;
	margin: 30px auto 0 auto
}

.loginkey:hover {
	box-shadow: 0 0 5px rgba(194, 32, 6, .8);
}

.right-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.login-footer {
	position: fixed;
	width: 1100px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	bottom: 2%;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	color: #333333;
	font-weight: 500;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	/* 标准的语法（必须放在最后） */
}
