body{
	position: relative;
	background: #F9F9F9;
	color: #333;
}
.nav{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #222;
}

.main{
	width: 1120px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -560px;
}
.logo{
	width: 200px;
	height: 70px;
	padding: 15px 0;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	
}
.logo img{
	width: 100%;
	height: auto;
}
.content{
	margin-top: 80px;
}
.con-left{
	float: left;
	width: 578px;
}
.con-left img{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.con-left p{
	font-size: 40px;
	text-align: center;
	margin-top: 58px;
}
.con-right{
	float: right;
}
.login{
	padding: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.login-logo{
	width: 200px;
	height: 70px;
	margin: 0 auto;
}
.login-logo img{
	width: 100%;
	height: 100%;
}
.head{
	font-size: 24px;
	margin: 32px 0 24px;
}
#f-login{
	font-size: 18px;
	width: 300px;
}
.input{
	width: 100%;
	min-height: 60px;
	margin-bottom: 20px;
}

.text-input{
	width: 244px;
	padding: 18px 10px 18px 46px;
	border: none;
	color: #333;
}
.account{
	background: #EBEBEB url(../img/icon12.png) no-repeat 10px center;
}
.pwd{
	background: #EBEBEB url(../img/icon13.png) no-repeat 10px center;
}
.code-input{
	float: left;
	width: 124px;
	padding: 18px 10px 18px 46px;
	border: none;
	background: #EBEBEB url(../img/icon14.png) no-repeat 10px center;
	color: #333;
}
.codeimg{
	float: right;
	width: 100px;
}
.codeimg img{
	width: 100px;
	height: 60px;
	background: #EBEBEB;
}
.codeimg a{
	font-size: 14px;
	color: #f5772b;
}
.submit{
	width: 100%;
}
.remember{
	font-size: 16px;
	margin: 12px 0 20px 0;
}
.remember input{
	vertical-align: middle;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	border: 2px solid #999;
}
.submit{
	width: 100%;
	height: 60px;
	background: #F5772B;
	border: none;
	color: #fff;
	font-size: 24px;
}
.tip {
    color: #d9534f;
}