.kk .nav li {
	color: gray;
}


/*添加颜色*/

.thickening {
	color: #000000 !important;
}


/*导航内容*/

.educationalCont {
	background: #f2f5f7;
	width: 100%;
	padding-bottom: 1.2rem;
}


/*导航内容列表*/

.educationalList {
	display: none;
	width: 100%;
	position: relative;
}


/*教育内容顶部*/

.fitnessShop {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	padding: 0.2rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.fitIco {
	width: 8%;
}

.fitnessShop p:nth-child(1) {
	padding-left: 0.2rem;
}

.fitnessShop p:nth-child(2) {
	width: 0.4rem;
}


/*健身分店弹框*/

.fitnessBranchBox {
	background: #fff;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 0.85rem;
	left: 0;
	z-index: 1001;
	width: 7.5rem;
}

/*健身遮罩层*/
.fitMask{
	display: none;
	position: fixed;
	top: 6.5rem;
	left: 0;
	background: #000000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

/*健身分店颜色切换*/

.branchStore {
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0.2rem;
	position: relative;
	overflow: hidden;
}
.branchStore span:nth-child(1){
	padding-left: 0.2rem;
}
.bactive {
	color: #0fc365;
}

.icon-ture {
	width: 8px;
	height: 14px;
	border-bottom: 2px solid #0fc365;
	border-right: 2px solid #0fc365;
	margin: 4px auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 17%;
	right: 5%;
	opacity: 0;
}

.iconture {
	opacity: 1;
}

/*健身日期*/
.fitnessDate{
	display: flex;
    padding: 0.2rem 0 0;
    background: #fff;
    text-align: center;
}
.fitnessDate>p{
	flex: 1;
}
.fitnessDate>p>span{
	display: block;
}
.changeDate{
	color: #0fc365;
	border-bottom: 3px solid #0fc365;
}

/*课程*/
.course{
	display: flex;
	justify-content: space-between;
	padding: 0.3rem;
}
.courseLeft{
	color: gray;
	padding-right: 0.1rem;
	padding-top: 0.2rem;
	text-align: center;
	border-right: 1px solid #eee;
	position: relative;
}
.courseLeft:before{
	content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6600;
    position: absolute;
    right: -0.08rem;
    top: 0.22rem;
    z-index: 9;
}
.courseLeft>p{
	line-height: 0.25rem;
	padding-right: 0.15rem;
}
.courseRight{
	background: #fff;
	padding: 0.25rem 0.2rem 0.25rem 0.25rem;
	width: 96%;
    margin-left: 4%;
    position: relative;
}
.courseRight:before{
	content: '';
    width: 0;
    height: 0;
    border-right: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -0.12rem;
    top: 0.2rem;
    z-index: 9;
}
/*课程名称*/
.courseName{
	color: #0199e6;
	font-size: 0.3rem;
	font-weight: bold;
}
/*课程卡*/
.scheduleCard{
	color: gray;
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
    align-items: center;
}
/*课程人数*/
.numberCourses{
	color: #0199e6;
}
/*已预约*/
.appointmented{
	color: #07c160;
}
/*预约*/
.subscribe{
	background: #07c160;
	color: #fff;
	border-radius: 3px;
	min-width: 1.6rem;
    text-align: center;
    padding: 0.05rem 0;
    cursor: pointer;
}
.educateContDown{
	background: #fff;
	cursor: pointer;
	padding: 0.2rem 0;
	width: 7.5rem;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 999;
}
.educateContDown span{
	display: inline-block;
}
.educateContDown span:nth-child(1){
	width: 0.4rem;
}
/*预约弹框*/
.reservationBox{
	display: none;
	width: 6.5rem;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1004;
}
.appointMask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 1002;
}
.reservateTitle{
	font-size: 0.4rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 0.3rem 0 0.4rem;
}
.reservateContent{
	padding: 0 0.3rem 0.8rem;
    line-height: 0.6rem;
}
.reservateBot{
	text-align: center;
	border-top: 1px solid #eee;
	color: #0381ff;
	font-size: 0.3rem;
	display: flex;
}
.reservateBot p{
	height: 1rem;
    line-height: 1rem;
	flex: 1;
}
.reserCancel{
	border-right: 1px solid #eee;
}
/*预约成功*/
.successfulReservation{
	display: none;
	width: 2rem;
	height: 2rem;
	text-align: center;
	background: #666666;
	color: #fff;
	border-radius: 6px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1003;
}
.dagoou{
	width: 15px;
    height: 35px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0.2rem auto 0.35rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*健身课程时间表弹框*/
.FitCourseTable{
	background: #fff;
    height: 7rem;
    display: none;
    position: absolute;
    top: 0.85rem;
    left: 0;
    z-index: 1001;
    width: 7.5rem;
}
.bg9ebdd6{
	color: #fff;
}
