.courseBox {
	background: #fff;
	padding-bottom: .9rem;
	box-sizing: border-box;
}

.courseBox li>img {
	width: 3.2rem;
	height: 2.4rem;
	float: left;
	border-radius: 0.1rem;
}

.courseBox li .recoInfo {
	width: 3.5rem;
	height: 2.25rem;
	box-sizing: border-box;
	font-size: .2rem;
	margin-left: 0.25rem;
	padding: 0.1rem 0;
}

.courseBox li .recoInfo h4 {
	margin-bottom: 0.38rem;
	font-size: 0.28rem;
}

.recoInfo .courseSatatus{
	color: #666;
}

.recoInfo p del {
	color: #999;
}

.recoInfo .courseSatatus span {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-size: .28rem;
	font-weight: bold;
}

.recoInfo div {
	color: #999;
	width: 100%;
}

.recoInfo div span,
.recoInfo div i {
	font-size: .2rem;
}

.directory .top {
	margin: .4rem auto;
	text-align: center;
	font-size: .28rem;
	border-bottom: 1px solid #eff3f6;
	background: #fff;
	position: sticky;
	top: .92rem;
	left: 0;
	z-index: 99;
}

.directory .top span {
	padding: .1rem 0;
	display: inline-block;
	margin: 0 .6rem;
	cursor: pointer;
}

.directory .top .select {
	border-bottom: .04rem solid #D83C39;
}



.directory ul li i {
	font-size: .2rem;
	color: #fff;
	padding: .05rem .1rem;
	border-radius: .5rem;
	float: right;
	margin-top: .2rem;
}

.directory ul li .living {
	background: #d73c38;
}

.liveStatus {
	margin-right: .1rem;
}

.directory ul li .subscribe {
	background: #4b97f9;
}

.directory ul li .playback {
	background: #ffa800;
}

.footer {
	width: 100%;
	line-height: .8rem;
	font-size: .33rem;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0.1rem;
}

.footer>div {
	width: 95%;
	margin: 0 2.5%;
	background: #ffa200;
	color: #fff;
	float: left;
	border-radius: .1rem;
}

.sideMenu h3 {
	font-size: .28rem;
	padding: 0.05rem 0 0.05rem .42rem;
	font-weight: normal;
	color: #333;
	position: relative;
	cursor: pointer;
}

.sideMenu>ul {
	margin: 10px auto;
}

.sideMenu ul .on .sub {
	display: block
}

.sideMenu ul .nLi {
	margin-bottom: .2rem;
}

.sideMenu ul .nLi .sub {
	padding: .2rem 0 .2rem .6rem;
	color: #333;
	display: none;
	font-size: 18px;
}

.sideMenu ul .nLi .sub li span {
	color: #999;
}

.nLi .sub li {
	font-size: .22rem;
	padding: .1rem 0;
	position: relative;
}

.nLi .sub li p {
	width: 51%;
}

.sub .classOperation {
	width: 48%;
	text-align: right;
}

.sub .classOperation button {
	font-size: .2rem;
	padding: .01rem .1rem;
	border-radius: .1rem;
}

.close,
.open {
	width: .29rem;
	height: .29rem;
	position: absolute;
	left: 0;
	top: 0.1rem;
	color: #D83C39;
	text-align: center;
}

.close img,
.open img {
	width: 100%;
	height: 100%;
}

.close {
	display: none;
}

/* 微信浏览器打开确认窗口 */
.confirmOpen{
	display: none;
}
.app {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #ededed;
	z-index: 999;
}

.app  .top {
	color: #333;
	width: 175px;
	margin: 50px auto;
	font-size: .25rem;
}

.app .fx {
	position: fixed;
	top: 0;
	right: 0;
	width: 1rem;
	height: 1rem;
}

.app  .browser {
	width: 27%;
	margin: 0.5rem auto;
	display: block;
}

.app .finish {
	display: block;
	padding: .1rem .2rem;
	margin: 0 auto;
}
.classOperation img{
	width: .25rem;
}
.nLi .sub li .courseTime{
	width: 100%;
	color: #666;
	font-size: .2rem;
	margin-top: .05rem;
}
.nLi .sub li .courseTime .iconfont{
	font-size: .2rem;
	margin-right: .05rem;
}

.classT{
	display:inline-block;
	position: relative;
}
.recentlyStatus {
	content: "";
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #f44336;
	position: absolute;
	border-radius: 50% !important;
	top: 0.05rem;
	right: -0.2rem;
}
.nLi .percent{
	margin-top: .05rem;
}
.percent{
	width: 100%;
	height: .2rem;
	clear: both;
	margin-bottom: .3rem;
	line-height: .2rem;
}
.percent>div{
	width: 80%;
	height: .2rem;
	background-color: #f8f8f8;
	border-radius: .2rem;
	overflow: hidden;
	float: left;
	margin-right: .1rem;
	vertical-align: middle;
}
.percent div span{
	display: block;
	width: 30%;
	height: .2rem;
	border-radius: .2rem;
	background-color: #2495ff;
}