*{
	padding: 0;
	margin: 0;
}
#content{
	width: 1180px;
	margin: 80px auto 0;
	overflow: hidden;
}
#content .register{
	width: 560px;
	margin: 0 auto;
}
#content dt{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	color: #e60045;
	text-align: center;
	margin-bottom: 50px;
}
#content dd{
	margin-top: 30px;
	position: relative;
}
#content dd span{
	font-size: 14px;
	color: #363636;
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 20px;
}
#content dd input{
	width: 200px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	border:1px solid #d2d2d2;
}
#content dd i{
	font-size: 14px;
	color: #e60045;
	position: absolute;
	top: 45px;
	left: 125px;
}
#content dd input.address{
	width: 420px;
}
#content dd input.code{
	width: 100px;
}
#content dd img{
	width: 60px;
	height: 28px;
}
#content dd b{
	color: #cc0001;
}
.agreement{
	margin:30px auto 50px;
	position: relative;
	text-align:center;
	overflow:hidden;
}
.agreement span{
	font-size: 14px;
	color: #898989;
}
.agreement .Tips{
	font-size: 14px;
	color: #e60045;
	position: absolute;
	top: 24px;
	left: 0;
}
.agreement span a{
	font-size: 14px;
	color: #e60045;
}
.submit{
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #e60045;
	margin: 0 auto 120px;
	cursor: pointer;
	display:block;
	border:0;
}