.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;
}
ul{
	padding: 54px 0 54px 257px;
}
li{
	margin-bottom: 20px;
}
input{
	width: 345px;
	border: 1px solid #ddd;
	padding: 0 10px;
}
input.radio{
	padding: 0;
	filter:Alpha(opacity=0);
}
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: 40px;
	position: relative;
    top: 1px;
    display: inline-block;
    width: 56px;
}
.sex input{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border:1px solid #9b9d9c;
	position: relative;
	top:3px;
	margin-right: 15px;
}
.sex label{
	margin-right: 34px;
	position: relative;
	cursor: pointer;
}
/*模拟单选框*/
.sex label .radio-box{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #9b9d9c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1px;
	background: #fff;
}
.sex label .radio-box i{
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #db241d;
	border-radius: 50%;
	position: absolute;
    top: 3px;
    left: 3px;
    display: none;
}
.sex label .radio-box i.checked{
	display: block;
}
/*提示*/
li .tips{
	color: #999;
	margin-left: 8px;
}
.tips a{
	color: #1200ff;
}
.tips a:hover{
	text-decoration: underline;
}
/*上传*/
a.upload{
	display: inline-block;
	width: 123px;
	height: 38px;
	border: 1px solid #db241d;
	position: relative;
	line-height: 38px;
	text-align: center;
	color: #db241d;
}
a.upload input{
	background: transparent;
    border: 1px transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0;
	width: 125px;
	opacity: 0;
	filter: alpha(opacity=0);
}
a.filename{
	color: #1200FF;
}
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;
}
textarea{
	width: 367px;
	height: 129px;
	border: 1px solid #ddd;
	vertical-align: top;
	margin-bottom: 40px;
}
button{
	width: 205px;
	text-align: center;
	border: none;
}
.submit{
	background: #d4000d;
	color: #fff;
	margin-right: 8px;
}
.console{
	background: #ccc;
}

