/*
 lwy
 2016年10月3日10:55:09
 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgb(255, 255, 255);
	color: #000;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.header{
	width: 100%;
	height: 110px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);;
}
.logo-con{
	margin: 0 auto;
}
.logo-con .logo{
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: cover;
	float: left;
	width: 162px;
	height: 41px;
	margin-top: 33px;
}
.header .logo-title{
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	border-left: 1px solid #bbb;
	padding-left: 25px;
	margin: 38px 25px;
}
.header .have-account{
	float: right;
	margin-top: 55px;
	font-size: 16px;
	color: #999;
	margin-right: 120px;
}
.header .have-account a{
	color: #333;
}
/*头部结束*/
.content .main{
	width: 1030px;
	margin: 60px auto 190px;
}
.content .main .reg_form{
	width: 400px;
}
.content .main .reg_form .form-item{
	width: 398px;
	height: 52px;
	position: relative;
	border: 1px solid #ddd;
}
.form-item label{
	float: left;
	width: 70px;
	height: 52px;
	line-height: 52px;
	padding-left: 10px;
	font-size: 14px;
}
.form-item label img{
	vertical-align: middle;
	width: 23px;
	height: 20px;
	margin-right: 4px;
	margin-top: -2px;
}
.form-item input{
	width: 190px;
    height: 19px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-top: 16px;	
}
.content .main .reg_form .btn-register{
	width: 398px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #ffd300;
	font-size: 16px;
}
.content .main .reg_other{
	margin-right: 104px;
    height: 280px;
    padding-right: 50px;
    border-right: solid 1px #e6e6e6;
}
/*内容结束*/
.footer{
	padding-bottom: 30px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.footer .links{
	padding-top: 30px;
	padding-bottom: 15px;
}
.footer .links a{
	margin: 0 10px;
	color: #999999;
}