/*
 * header
 */
.header {
	padding: 20px 0;
}

.logo {
	display: block;
	float: left;
	width: 514px;
	height: 80px;
}
.reg,
.header>span{
	font-size: 16px;
	color: #666;
	float: right;
	margin-top: 50px;
	position: relative;
}
.reg::before,
.header>span::before{
	content: '';
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	background: url(../img/icon-reg.png) 0 0 no-repeat;
	left: -22px;
	top: 50%;
	margin-top: -9px;
}
.header>span::before{
	background: url(../img/icon-user.png) 0 0 no-repeat;
}
.header>span>a{
	margin-left: 5px;
	color: #000;
}
.header>span>a:hover{
	color: #ee2e29;
}

/*
 * footer
 */
.footer{
	font-size: 12px;
	color: #666;
	padding: 45px 0 10px;
}


/*
 * login
 */
.login{
	height: 825px;
	background: url(../img/bg-login.jpg) center top no-repeat;
}
.login .w{
	padding-top: 155px;
}
.login_content{
	width: 340px;
	height: 275px;
	background: #fff;
	float: right;
	padding: 20px;
	position: relative;
}
.login_item{
	height: 60px;
	padding-top: 20px;
	position: relative;
	font-size: 12px;
	color: #666;
}
.login_item input{
	width: 100%;
	height: 40px;
	border: 1px solid #DBDBDB;
	text-indent: 40px;
}
.login_item i.user,
.login_item i.password{
	display: block;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 13px;
	bottom: 10px;
}
.login_item i.user{
	background: url(../img/icon-user.png) 0 0 no-repeat;
}
.login_item i.password{
	background: url(../img/icon-password.png) 0 0 no-repeat;
}
.login_item input[type=checkbox]{
	width: 15px;
	height: 15px;
	border: 1px solid #DBDBDB;
	background: #fff;
	vertical-align: middle;
	margin-right: 5px;
}
.login_item button.login_btn{
	width: 100%;
	height: 40px;
	background: #ed201a;
	color: #fff;
	font-size: 14px;
	letter-spacing: 10px;
	border: none;
	text-indent: 10px;
}
.login_content .login_item:last-child{
	padding-top: 0;
}

/*
 * error
 */
.error{
	display: none;
	width: 300px;
	height: 30px;
	border: 1px solid #facd89;
	background: #fff6e0;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -150px;
	line-height: 30px;
	font-size: 12px;
	color: #ff5a00;
	text-indent: 40px;
}
.error i{
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/icon-error.png) 0 0 no-repeat;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}
.error::before,
.error::after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #FFF6E0;
	top: 98%;
	left: 10px;
	z-index: 9;
}
.error::after{
	border-top-color: #FACD89;
	top: 100%;
	z-index: 8;
}

/*
 * reg
 */
.login_item button.yzm_btn{
	width: 100px;
	height: 36px;
	background: #669010;
	font-size: 12px;
	color: #fff;
	border: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
}


.reg_content{
	height: 400px;
}
.reg_content button.reg_btn{
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 10px;
	border: none;
	background: #669010;
	text-indent: 10px;
}
a.agr{
	color: #FF5A00;
}
.login_item .yzm_img{
	width: 100px;
	height: 36px;
	background: #e4e1df;
	font-size: 12px;
	color: #666;
	border: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	padding: 5px;
}
.yzm_img img{
	width: 100%;
	height: 100%;
}
input.yzm{
	text-indent: 10px;
}









