body{
	background: #eef0f3; 
	width: 100%;
}
.middle{
	width: 1100px; 
	margin: -2% auto 0; 
	overflow: hidden;
}
.content-box{
	background: #eef0f3;
	position: relative;
}
.tian-box{
	background: #fff;
	padding: 20px 30px;
	position: relative;
}
.tian-box p{
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}
.abs-icon{
	background: url(../images/icon-box.png) no-repeat;
	width: 30px;
	height: 28px;
	position: absolute;
	bottom: -1px;
    right: -3px;
}
.main{
	overflow: hidden;
	margin: 20px 0;
}
.left-box{
	background: #fff;
	width: 510px;
	padding: 15px;
	height: 470px;
}
.left-box h2{
	background: url(../images/h-bg.png) left center no-repeat;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.table-box{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
}
.table-box thead tr{
	background: #f1f1f1;
	height: 40px;
}
.table-box thead tr th{
	text-align: center;
	font-size: 16px;
}
.table-box tbody tr{
	height: 40px;
	border-bottom: 1px solid #f1f1f1;
}
.table-box tbody tr:last-child{
	border-bottom: 0;
}
.table-box tbody tr td{
	text-align: center;
}
.table-box tbody tr td:first-child{
	text-align: left;
	color: #dc2b2b;
}
.label{
	overflow: hidden;
	margin-bottom: 12px;
}
.left-head{
	width: 17%;
	text-align: right;
	font-size: 15px;
	line-height: 40px;
}
.star{
	color: #dc2b2b;
}
.right-text{
	width: 81%;
}
.input-text,.area{
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	height: 38px;
	padding: 0 1%;
	width: 97%;
}
.area{
	height: auto;
	outline: none;
	padding: 10px 1%;
}
.yzm-text{
	width: 40%;
}
.yzm-img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}