.selectBox{
	width: 560px;
	margin:0 auto;
}

.selectBox .titleBox{
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #85d4d9;
	border-radius: 10px 10px 0 0 ;
}
.selectBox .contentBox{
	border: 3px solid #85d4d9;
	border-radius: 0 0 10px 10px;
	padding: 0 38px 48px 38px;
	font-size: 14px;
}
.font12{
	font-size: 12px;
}
.selectBox .contentBox .text{
	border: 1px solid #ccc;
	width: 232px;
	height: 38px;
	line-height: 38px;
	padding:0 10px;
}
.selectBox .contentBox .row{
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}
.selectBox .contentBox .ml72{
	margin-left:72px ;
}
.selectBox .contentBox .row >span{
	display: inline-block;
	width: 80px;
}
.titleTwo{
	background: #e4e4e4;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.mt48{
	margin-top: 48px;
}

.selectBtn{
	background: #85d4d9;
	width: 260px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin-left: 35px;
}
.userInfo{
	margin-top: 30px;
}
.userInfo dt{
	width: 78px;
	height: 118px;
	float: right;
	margin-bottom:15px;
}
.userInfo dd{
	width:390px;
	margin-bottom: 15px;
	float: left;
	padding-right:10px ;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.center{
	text-align: center;
}
