.choice-box{
margin-top: 30px;
}
.choice-box .choice-cont{
	width: 840px;
	background: #fff;
	padding-bottom:30px;
}
.choice-box .choice-info{
	background: #fff;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	border: 1px solid #eee;
}
.choice-box .choice-info .choice-list{
	width: 100%;
	margin-top: 20px;
	
}
.choice-box .choice-info .choice-list:first-child{
	margin-top: 0;
}
.choice-box .choice-info .choice-list div:first-child{
	color: #999999;
}
.choice-box .choice-info .choice-list .choice-this {
	width: calc(100% - 90px);
}
.choice-box .choice-info .choice-list .choice-this span{
	padding: 0 10px;
	cursor: pointer;
}
.choice-box .choice-list .choice-this label{
	padding: 0 15px;
	cursor: pointer;
	font-weight: initial;
}
.choice-box .choice-list .choice-this label:first-child{
	padding-left: 30px;
}
.choice-a{
	color: #FE9A0C;
}

.choice-tip{
	margin-left: 20px;
	width: 340px;
}
.choice-page{
	background: #fff;
}
.choice-apply{
	margin-bottom: 30px;
}
.choice-apply .tle{
	margin-top: 30px;
	margin-bottom: 10px;
	color: #666;
}
.choice-apply .tle{
	
}
.choice-apply .choice-apply-box{
	background: #fff;
}
.choice-apply .apply{
	float: none;
	margin: 0 auto;
	height: auto;
}
.choice-apply .apply  article{
	width: 380px;
	margin-bottom: 20px;
}
.choice-apply .apply input{
	width: 380px;
}
.choice-apply .apply .code input{
	width: 240px;
}
.choice-apply .apply .code .code2,
.choice-apply .apply .code .code1{
	width: 120px;
}
.choice-apply .apply .code .code2{
	background: #cdcbcc;
}
.choice-apply .apply article:first-child{
	color: #333;
	font-weight: initial;
	
}

 /*顾问推荐 */
 .person-tj{
	 padding: 20px;
	 background: #fff;
 }
 .person-tj h2{
 	font-size: 24px;
 	height: 24px;
 	line-height: 24px;
 }
  .person-tj h2 a{
  	float: right;
  	font-size: 18px;
  	color:#999;
  }
 .person-tj .person-list{
	 margin-top: 30px;
	 border-bottom: 1px dashed #e5e5e5;
	 padding-bottom: 30px;
 }
 .person-tj .person-list:last-child{
	 border: none;
	 padding-bottom: 5px;
 }
 .person-tj .person-list .person-head{
	 width: 120px;height: 140px;
}
 .person-tj .person-list .person-info{
	 width: 170px;
	 margin-left: 10px;
 }
 .person-tj .person-list .person-info p:first-child{
	 font-size: 18px;
	 margin-bottom: 20px;
 }
 .person-tj .person-list .person-info p:nth-child(2){
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
	 color: #999;
	/*火狐适配*/
	display: -moz-box;
    -moz-line-clamp: 2 !important;
    -moz-box-orient: vertical;
    height: 40px;
}
.person-tj .person-list .person-info p:nth-child(2) span{
	
}
/*火狐适配*/
 .person-tj .person-list .person-info p:last-child a{
	 display: block;
	 width: 120px;
	 height: 40px;
	 line-height: 40px;
	 text-align: center;
	 color: #00c06f;
	 border: 1px solid #00c06f;
	 margin-top: 30px;
	 border-radius: 3px;
 }
 .person-tj .person-list .person-info p:last-child a:hover{
 	color: #fff;
	background: #00c06f;
 }
 .tip2{
	 background: #fff;
	 padding:0 20px;
	 margin-top: 40px;
 }
 .tip2 .tip2-list{
	 border-bottom: 1px dashed #e5e5e5;
	 padding: 35px 30px;
	 overflow: hidden;
 }
 .tip2 .tip2-list:last-child:first-child{
	 margin-top: 0;
 }
 .tip2 .tip2-list:last-child{
	 border: none;
 }
  .tip2 .tip2-list article{
  }
 .tip2 .tip2-list article:first-child{
 	width: 80px;
 	margin-left:25px;
 }
 .tip2 .tip2-list article:last-child{
	 margin-left: 20px;
	 width: 100px;
 }
 .tip2 .tip2-list article p{
	 font-size: 18px;
 }
 .tip2 .tip2-list article i{
	 color: #FE9A0C;
	 font-size: 32px;
	 font-weight: bold;
	 margin-right: 5px;
	 font-family: "DIN-Bold";
}
