.coursePrivateImg{
	width: 100%;
	margin-bottom: 0.2rem;
}
.coursePrivateTab{
	background: #fff;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
}
.coursePrivateTab>div{
	float: left;
	padding:0.2rem;
	text-align: center;
}
.coursePrivateTab >div>div:nth-child(2){
	border: 2px solid #fff;
	width: 0.8rem;
	margin: auto;
	margin-top: 0.05rem;
	border-radius: 5px;
}
.coursePrivateTab >.ative{
	color: #ff7f00;

}
.coursePrivateTab >.ative>div:nth-child(2){
	border: 2px solid #ff7f00;
}
.coachingMode{
	width: 100%;
	background: #fff;
}
.coachingModeCon{
	padding: 0.2rem;
	width: calc(100% - 0.4rem);
	border-bottom: 1px solid #e4e4e4;
	height: auto;
	overflow: hidden;
}
.right{
	float: right;
}
.coachingHeadImg{
	width: 1rem;
	height: 1rem;
	float: left;
	border-radius: 50%;
	margin-right: 0.2rem;
}
.coachingModeCon>.coachingTit{
	float: left;
	width: calc(100% - 1.2rem);
	color: #999;
	font-size: 0.25rem;
}
.coachingTit>div{
	margin-bottom: 0.15rem;
}
.coachingName>span:nth-child(1){
	font-size: 0.3rem;
	font-weight: bold;
	color: #333;
}
.coachingName>span:nth-child(2)>span{
	color: red;
	font-size: 0.3rem;
	font-weight: bold;
}
.coachingSpan{
	margin-bottom: 0.25rem;
}
.coachingSpan>span{
	background: #F0F0F0;
	padding: 0.1rem 0.2rem;
	border-radius: 3px;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	color: #6D6D70;
}
.coachingModeImg{
	width: 100%;
	height: auto;
	overflow: hidden;

}
.coachingModeImg>div{
	float: left;
	width: 48%;
	margin-right: 2%;
	height: 1.5rem;
	position: relative;
}
.coachingModeImg>div>img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.coachingModeImg>div>div{
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0.1rem;
	left: 0;
}
.ImgFrame{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	height: 100%;
	background:rgba(255,255,255,0.9);
	padding: 0.2rem;
	z-index: 1001;
}
.ImgFrameTop{
	width: 100%;
	line-height: 1rem;
	text-align: center;
	position: relative;
}
.ImgFrameTop>img{
	position: absolute;
	right: 0.3rem;
	top:0.2rem;
	width: 0.4rem;
	height: 0.4rem;
}
.ImgFrameCon{
	padding: 0.2rem;
	width: calc(100% - 0.4rem);
	height:calc( 100% - 1.4rem);
	overflow: auto;
}
.ImgFrameCon>img{
	width: 100%;
	height: auto;
	margin-bottom: 0.3rem;
}