@charset"utf-8";
/*--- 姚丽娟 11-12---*/
.table-layer{
	background-color: #f5f7f8;
}
.table-layer .the_header{
	background-color: #fff;
}
.apply_offer{
	padding: 30px 0;
	box-sizing: border-box;
}
.apply_offer .the_wrapper{
	padding: 20px 0 50px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
}
.apply_offer .title{
	margin-left: 30px;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid #ba0001;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.apply_offer .apply_info{
	width: 800px;
	margin: 0 auto;
}
.apply_info li{
	min-height: 32px;
	position: relative;
	padding-left: 120px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}
.apply_info .name{
	position: absolute;
	top: 0px;
	left: 0;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	color: #222;
}
.apply_info .name em{
	color: #ba0001;
}
.apply_info .des label{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.apply_info .des input[type="checkbox"],
.apply_info .des input[type="radio"]{
	-webkit-appearance:none;
	appearance:none;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background: url("../images/icon_check.png")no-repeat;
	margin:3px 5px 0 0;
}
.apply_info .des input[type="checkbox"]:checked{
	background: url("../images/icon_checked.png")no-repeat;
}
.apply_info .des .all{
	height: 22px;
	line-height: 22px;
}
.apply_info .des input[type="radio"]{
	background: url("../images/icon_chose.png")no-repeat;
}
.apply_info .des input[type="radio"]:checked{
	background: url("../images/icon_chosed.png")no-repeat;
}
.apply_info .des input[type="text"]{
	width: 680px;
	height: 32px;
	line-height: 32px;
	border:1px solid #d4d4d4;
	padding-left: 10px;
	box-sizing: border-box;
}
.apply_info .des .addr{
	width: 680px;
	height: 32px;
	line-height: 32px;
}
.apply_info .des .suggest{
	width: 680px;
	padding: 0px 10px;
	box-sizing: border-box;
	line-height: 20px;
	border:1px solid #d4d4d4;
	color: #666;
}
.apply_info .des .suggest:focus{
	outline: none;
	border:1px solid #d4d4d4;
	border-radius: none;
}
.apply_info .btn{
	margin-top: 30px;
	text-align: center;
}
.apply_info .btn button{
	height: 26px;
	line-height: 24px;
	border-radius: 4px;
	border:none;
	font-size: 14px;
	color: #fff;
	padding: 0 15px;
	background-color: #ba0001;
	cursor: pointer;
}