html,body{
	background-color: #f3f4f5;
}
#container{
	overflow: hidden;
	padding-bottom: 1.2rem;
}
/*record记录区*/
#course_record_wrap{
	width: 100%;
	margin-bottom: 0.2rem;
	box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(237,238,239,0.75);
}
#course_record_learn{
	background-color: #fff;
	position: relative;
	z-index: 3;
}
#learn_wrap{
	padding: 0.6rem 0;
	display: flex;
	justify-content: space-between;
}
#learn_wrap>div{
	width: 50%;
	text-align: center;
}
#learn_wrap .learn_icon{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto 0.25rem;
}
#learn_wrap .learn_icon img{
	display: block;
	width: 100%;
	height: 100%;
}
#learn_wrap p{
	color: #313131;
	font-size: 0.22rem;
}
#learn_wrap .learn_tip{
	color: #b7b7b7;
	margin-top: 0.1rem;
}
#learn_wrap p span{
	margin: 0 0.05rem;
}
#learn_wrap .learn_time span,
#learn_wrap .learn_keep span{
	font-size: 0.32rem;
	color: #313131;
}
#learn_wrap .learn_time{
	border-right: 1px solid #e9e8e8;
}
#learn_wrap .learn_time p,
#learn_wrap .learn_keep p{
	margin-top: 0.15rem;
}
/*recent最近播放区*/
#course_recent_play,#course_recent_content{
	background-color: #fff;
	box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(237,238,239,0.75);
}
#course_recent_play{
	margin-bottom: 0.2rem;
}
.play_content{
	padding: 0 0.2rem;
}
.learn_content{
	background-color: #f3f4f5;
}
.record_tip,.learing_tip{
	height: 0.8rem;
	display: none;
	padding: 0.5rem 0.2rem;
}
.learing_tip{
	background-color: #fff;
}
.record_tip a,.learing_tip a{
	display: block;
	height: 100%;
	line-height: 0.8rem;
	font-size: 0.24rem;
	color: #434343;
	text-align: center;
}
.start{
	color: #cf0202;
}
.cont_useful{
	width: 100%;
	padding: 0.2rem 0.1rem;
	border-bottom: 0.01rem solid #eeeeee;
	overflow: hidden;
}
.cont_special{
	width: 4.6rem;
	margin-left: 0.2rem;
}
.cont_special h3{
	font-size: 0.3rem;
	color: #141414;
}
.cont_special p{
	font-size: 0.24rem;
	color: #b7b7b7;
	margin-top: 0.1rem;
}
.cont_status{
	margin-top: 0.1rem;
}
.cont_message{
	margin: 0;
	padding: 0.2rem 0 0.2rem 1.3rem;
}
.latest_item{
	width: auto;
	padding: 0.2rem 0.2rem 0;
	border-bottom: none;
	margin-bottom: 0.2rem;
	background-color: #fff;
	box-shadow: 0 0.01rem 0.08rem 0 rgba(243,244,245,.75);
}
.latest_item:last-child{
	margin-bottom: 0;
}
