.aboutTop{
	text-align: center;
	font-size: 24px;
	color: #222;
	padding: 34px 0 24px;
}
.aboutBot{
	width: 22px;
	height: 2px;
	background: #26ad69;
	margin: 20px auto 0;
}
.infoques{
	font-size: 14px;
	color: #7f808d;
	padding: 10px 0;
}
.infoques span{
	color: #15c9ad;
	margin: 0 5px;
}
.coachUl{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
.coachUl li{
	float: left;
	width: 490px;
	height: 210px;
	background: #fff;
	box-shadow: 5px 5px 10px 3px #f6f8f8;
	margin-right: 13px;
	margin-bottom: 14px;
	margin-top: 14px;
	overflow: hidden;
	cursor: pointer;
}
.coachImg,.coachImg img{
	width: 169px;
	height: 210px;
}
.rightinfo {
	float: right;
	width: 265px;
	margin-right: 25px;
	position: relative;
}

.coachname {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 11px;
	margin-top: 23px;
}

.coachinfo {
	font-size: 14px;
	color: #c7c7ca;
	height: 135px;
	overflow: hidden;
}

.cradio {
	position: absolute;
	top: 24px;
	width: 30px;
	height: 30px;
	background: url(../img/noselect.png) 0 0 no-repeat;
	background-size: cover;
	float: right;
	right: 25px;
}

.cradios {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/select.png) 0 0 no-repeat;
	background-size: cover;
}
.btnDiv{
	width: 1000px;
	height: 50px;
	margin: 14px auto 48px;
	text-align: center;
}
.inputbtn{
	/*display: block;*/
	display: inline-block;
	width: 143px;
	height: 50px;
	background: #00ae9e;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	/*margin:14px auto 48px;*/
	margin: 0 10px;
	cursor: pointer;
}
.infosques{
	font-size: 14px;
	color: #7f808d;
	padding-top: 10px;
}
.questionBox{
	width: 995px;
	background: #fff;
	margin: auto;
	box-shadow: 5px 5px 10px 5px #f6f8f8;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 54px;
}
.questInner{
	width: 914px;
	margin:50px auto;
}
.quesBox{
	margin-bottom: 27px;
}
.questitle{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.anwserBox{
	overflow: hidden;
}
.anwserBox li{
	width: 189px;
	padding:14px 17px;
	border-radius: 10px;
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 4px;
	cursor: pointer;
}
.anwserBox .active{
	background: #00ae9e;
	color: #fff;
}
