
.groupTab{
	background: #fff;
	height: 0.9rem;
	line-height: 0.75rem;
	text-align: center;
	font-weight: 600;
}
.groupTab>div{
	float: left;
	width: 50%;
}
.groupTab >.ative{
	color: #ff7f00;
	border-bottom: 3px solid #ff7f00;
}
.changeDateFitness{
	color: #ff7f00;
	border-bottom: 3px solid #ff7f00;
}
.imageFit{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	float: left;
	margin-top: 5%;
	margin-right: 3%;
}
.appointmentedFit{
	color: #ff7f00;
}
.subscribeFit{
	background: -webkit-linear-gradient(left, #ff9f4e , #ff7f00); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ff9f4e, #ff7f00); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ff9f4e, #ff7f00); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ff9f4e , #ff7f00); /* 标准的语法 */
	color: #fff;
	border-radius: 3px;
	min-width: 1.6rem;
	text-align: center;
	padding: 0.05rem 0;
	cursor: pointer;
}
/*私教头像*/
.coachHead{
	width: 100%;
	background: #fff;
	overflow-x: scroll;
	display: -webkit-box;
	box-sizing: border-box;
	overflow-y: hidden;
	border-bottom: 1px solid #eee;
}
.coachHead >li{
	text-align: center;
	list-style: none;
	padding: 3% 2% 2% 3%;
}
.coachHead >li>img{
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	border: 2px solid #a2a1a6;
}
.coachHead>.coachHeadOn{
	color:  #ff7f00;
}
.coachHead>.coachHeadOn>img{
	border: 2px solid #ff7f00;
	border-radius: 50%;
}
/*私教课程*/
.courseList li{
	width:calc(100% - 6%) ;
	padding: 3%;
	background: #fff;
	border-bottom: 1px solid #eee;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.courseList li>img{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	float: left;
	margin-right: 0.2rem;
}
.courseList li>.courseFitpPrivate{
	float: left;
	width: calc(100% - 1.4rem);
}
.courseList li>.courseFitpPrivate>div:nth-child(1){
	float: left;
}
.courseList li>.courseFitpPrivate>div:nth-child(2){
	float: right;
	margin-top: 6%;
}
.nameFit{
	font-weight: bold;
	margin-top: 0.1rem;
	font-size: 0.3rem;
}
.timeFit{
	color: #999;
	margin-top: 0.15rem;
	font-size: 0.25rem;
}

/*教育内容顶部*/

.fitnessShops {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	padding: 0.2rem;
	background: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
}

.fitIco {
	width: 8%;
}

.fitnessShops> p:nth-child(1) {
	box-sizing: border-box;
	padding-left: 0.2rem;
	width: 80%;
}

.fitnessShops> p:nth-child(2) {
	width: 0.4rem;
}

