.content{
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.22);
	margin-bottom: 80px;
}
h2{
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
	width: 1120px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding: 54px 0 30px;
	text-align: center;
}
.line{
	width: 222px;
	line-height: 0;
	height: 1px;
	margin: 0 auto;
	background: #db241d;
	position: relative;
	top: -1px;
}
h4{
	font-size: 18px;
	padding-top: 45px;
	padding-left: 307px;
	line-height: 18px;
}
ul{
	padding: 40px 0 7px 307px;
}
li{
	margin-bottom: 20px;
}
input{
	width: 345px;
	border: 1px solid #ddd;
	padding: 0 10px;
}
select{
	width: 367px;
	padding: 0 10px;
	border: 1px solid #ddd;
	background: url(../img/arrow_down.png) no-repeat scroll 342px center transparent;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
li span.label-name{
	margin-right: 12px;
	position: relative;
    top: 1px;
    display: inline-block;
    width: 84px;
}
/*提示*/
li .tips{
	color: #999;
	margin-left: 8px;
}

input.code{
	width: 213px;
}
a.code-img{
	display: inline-block;
	width: 125px;
	height: 40px;
	background: #db241d;
	color: #fff;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	margin-left: 3px;
	cursor: pointer;
}
/*已发送状态*/
a.code-img.send{
	background: #ccc;
}

button{
	margin: 50px 0 53px;
	width: 205px;
	text-align: center;
	border: none;
}
.submit{
	background: #d4000d;
	color: #fff;
	margin-right: 8px;
}
.console{
	background: #ccc;
	color: #fff;
}
