html,body{
	background-color: #f3f4f5;
}
.course_play_host{
	width: 100%;
	height: 3.6rem;
	position: relative;
	z-index: 2;
}
.course_play_host img{
	display: block;
	width: 100%;
	height: 100%;
}
.course_play_host:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
/*menu---菜单栏*/
#course_play_menu{
	padding: 0 0.2rem;
	height: 0.8rem;
	margin-bottom: 0.2rem;
	box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(237,238,239,0.75);
	background-color: #fff;
}
.play_menu{
	height: 100%;
}
.play_list{
	float: right;
	height: 100%;
}
.play_lt{
	float: left;
	padding-left: 0;
}
.play_comment{
	padding-right: 0;
}
.play_list a{
	display: block;
	height: 0.2rem;
	padding: 0.3rem 0.2rem;
}
.play_list i{
	float: left;
	display: block;
	width: 0.2rem;
	height: 100%;
	margin-right: 0.05rem;
}
.play_list i img{
	display: block;
	width: 100%;
	height: 100%;
}
.play_list p{
	float: left;
	height: 100%;
	line-height: 0.22rem;
	font-size: 0.22rem;
	color: #6d6b6b;
	text-align: center;
}
/*课程名称*/
#audio_name{
	padding: 0.1rem 0.5rem;
	background-color: #fff;
}
.main_play{
	max-height: 0.7rem;
	font-size: 0.28rem;
	font-weight: normal;
	color: #383737;
	text-align: center;
}
/*control---控件区*/
#course_play_progress{
	padding: 0.4rem;
	background-color: #fff;
	margin-bottom: 0.2rem;
}
.play_progress{
	width: 100%;
	height: 0.3rem;
	display: flex;
	justify-content: space-between;
}
.play_progress span{
	display: block;
	line-height: 0.34rem;
	font-size: 0.18rem;
	color: #383737;
}
.progress_load{
	width: 3.8rem;
	height: 100%;
	position: relative;
}
#progress_wrap{
	width: 100%;
	height: 0.05rem;
	background-color: #C8C8C8;
	margin-top: 0.125rem;
}
.progress_current{
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(to right, #ff8d8d, #db3c3c);
}
#audio_play_progress{
	display: block;
}
#audio_play_progress{
	position: absolute;
	top: 50%;
	margin-top: -0.12rem;
	left: -0.12rem;
	width: 0.24rem;
	height: 0.24rem;
	background-color: #db3c3c;
	border-radius: 50%;
}
.play_control{
	width: 4.5rem;
	height: 1rem;
	margin: 0.5rem auto 0;
	display: flex;
	justify-content: space-between;
}
.play_control i{
	display: block;
	border-radius: 50%;
}
.play_control i:nth-of-type(1),
.play_control i:nth-of-type(3){
	width: 0.8rem;
	height: 0.8rem;
	margin-top: 0.1rem;
}
.play_control i:nth-of-type(2){
	width: 1rem;
	height: 100%;
	background: linear-gradient(#ff8c8c,#db3c3c);
	box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(219,60,60,.4);
}
.play_control i img{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
}
.play_control i:nth-of-type(2) img{
	margin: 0.2rem auto 0;
}
.play_control i:nth-of-type(1) img,
.play_control i:nth-of-type(3) img{
	margin: 0.1rem auto 0;
}
/*课程文档*/
.document_area{
	background-color: #fff;
	box-shadow: 0 0.01rem 0.08rem 0 rgba(243,244,245,.75);
	margin-bottom: 0.2rem;
}
.documen_img{
	padding: 0.2rem;
	font-size: 0.24rem;
}
/*精选课程*/
.jx_area{
	padding-bottom: 1rem;
}
.common_content{
	padding: 0 0.2rem;
	background-color: #fff;
	position: relative;
    z-index: 0;
    box-shadow: 0 0.01rem 0.08rem 0 rgba(243,244,245,.75);
}
/*购买*/
.subscribe_area{
	width: 100%;
	height: 0.8rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0 -0.02rem 0.08rem 0.01rem rgba(206,206,206,0.5);
}
.subscribe_area a{
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.2rem;
	color: #fff;
}
.subscribe_area .ask{
	width: 2rem;
	background-color: rgba(75,75,75,.98);
}
.subscribe_area .ask i{
	display: inline-block;
	width: 0.24rem;
	height: 0.21rem;
	margin-top: 0.28rem;
	margin-right: 0.05rem;
}
.subscribe_area .ask i img{
	display: block;
	width: 100%;
	height: 100%;
}
.subscribe_area .buy{
	width: calc(100% - 2rem);
	background: -webkit-linear-gradient(rgba(254,118,118,.98), rgba(255,30,51,.98));
	background: -o-linear-gradient(rgba(254,118,118,.98), rgba(255,30,51,.98));
	background: -moz-linear-gradient(rgba(254,118,118,.98), rgba(255,30,51,.98));
	background: linear-gradient(rgba(254,118,118,.98), rgba(255,30,51,.98));
}
.subscribe_area a span{
	font-size: 0.28rem;
}
/*play_list---播放列表*/
#play_list{
	position: fixed;
	bottom: -5.7rem;
	width: 100%;
	height: 5.7rem;
	background-color: #fff;
	z-index: 11;
}
.play_list_header,
.header_list{
	display: flex;
	justify-content:space-between;
}
.play_list_header,
.play_list_content{
	width: calc(100% - 0.8rem);
}
.play_list_header{
	padding: 0.17rem 0.4rem;
	height: 0.4rem;
	border-bottom: 0.01rem solid #e9e8e8;
}
.header_list i{
	margin: 0.06rem 0.05rem 0 0;
}
.header_left i img{
	transform: rotateZ(-90deg);
}
.header_list i,
.header_list i img{
	display: block;
	width: 0.3rem;
	height: 0.28rem;
}
.header_list span{
	display: block;
	font-size: 0.24rem;
	color: #595959;
	line-height: 0.4rem;
}
.header_right span{
	margin-left: 0.1rem;
}
.play_list_content{
	padding: 0 0.4rem;
	height: 4.95rem;
	overflow-y: auto;
}
.play_list_content::-webkit-scrollbar{
	width: 0;
}
.play_inner{
	margin-bottom: 0.2rem;
}
.play_inner_list{
	width: 100%;
	height: 0.59rem;
	border-bottom: 0.01rem solid #e9e8e8;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.play_inner_list h3{
	float: left;
	width: 2.5rem;
	height: 100%;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.59rem;
	color: #595959;
	position: relative;
}
.play_inner_list .cont_time{
	position: absolute;
	right: 0;
	top: 0;
}
.cont_status{
	position: absolute;
	width: 2rem;
	height: 100%;
	left: 2.7rem;
	top: 0;
}
.cont_status i{
	display: block;
	float: left;
	height: 0.28rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	font-style: normal;
	border-radius: 0.05rem;
	padding: 0 0.05rem;
	margin: 0.14rem 0 0 0.05rem;
}
.cont_status i:nth-of-type(1){
	margin-left: 0;
}
.cont_status .cont_test_listen{
	color: #58ce2f;
	border: 0.01rem solid #58ce2f;
}
.cont_status .cont_update{
	color: #6baaff;
	border: 0.01rem solid #6baaff;
}
.cont_status .cont_unfree{
	color: #ff6b72;
	border: 0.01rem solid #ff6b72;
}
.cont_status .cont_payed{
	color: #676767;
	border: 0.01rem solid #676767;
}
.play_inner_list .cont_time{
	color: #807e7e;
	font-size: 0.18rem;
	line-height: 0.59rem;
}
.play_inner_list h3 span{
	width: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.play_inner_list h3 .cont_playing,
.play_inner_list h3 .cont_playing img{
	display: block;
	width: 0.3rem;
	height: 0.28rem;
}
.playing_option h3 span{
	color: #cf0202;
	left: 0.45rem;
	transition: left 0.5s,color 0.5s;
}
.play_inner_list h3 .cont_playing{
	margin-top: 0.15rem;
}
#loading{
	width: 0.6rem;
	height: 0.6rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -0.5rem;
	margin-left: -0.5rem;
}
#loading img{
	display: block;
	width: 100%;
	height: 100%;
}