/*头部*/
.head{
	width: 100%;
	height: auto;
}
.head .off{
	color: #4A4A4A;
	padding-left: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
}
.head .title{
	/*font-family: PingFang-SC-Regular;*/
	font-size: 18px;
	color: #202020;
	padding: 8px 0;
	text-align: center;
}
.head .share{
	padding: 0.15rem 0.1rem 0 0;
}
.head .share span{
	height: 3px;
	width: 3px;
	background: #111;
	margin-left: 2px;
}
/*底部-立即下载*/
.downloadNow{
	width: 100%;
	height: 1.0rem;
	background: #ff9300;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.downloadNow p{
	font-size: 0.36rem;
	color: #fff;
	line-height: 1.0rem;
	text-align: center;
}
.content{
	margin-bottom: 1.0rem;
}

.courseAudio{
	width: 100%;
	height: auto;
	margin-top: 0.18rem;
	height: 1.83rem;
}
.courseAudio .courseAudioTime{
	width: 1.53rem;
	line-height: 1.83rem;
	font-size: 0.24rem;
	color: #bdbdbd;
	text-align: center;
}
/*音频播放进度条*/
.courseAudio .audioProgressBar{
	height: 0.05rem;
	background: #bdbdbd;
	top: 0.9rem;
	position: relative;
}
.courseAudio .audioProgressBar p{
	width: 1.04rem;
	height: 0.05rem;
	background: #ff9400;
	position: absolute;
} 
.courseAudio .audioProgressBar span{
	width: 0.27rem;
	height: 0.27rem;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #ff9400;
	position: absolute;
	left: 1.04rem;
	top: -0.11rem;
	
}

.courseAudioOpert{
	width: 100%;
	height: 1.48rem;
    line-height: 1.48rem;
    text-align: center;
}
.courseAudioOpert .courseAudioAlong{
	width: 1.9rem;
}
.courseAudioOpert .courseAudioAlong img{
	width: 0.66rem;
	height: 0.58rem;
}
.courseAudioOpert .courseAudioEnter{
	width: 0.96rem;
}
.courseAudioOpert .courseAudioEnter img{
	width: 0.49rem;
	height: 0.45rem;
}
.courseAudioOpert .courseAudioPlay{
	text-align: center;
}
.courseAudioOpert .courseAudioPlay img{
	width: 1.48rem;
	height: 1.48rem;
}
footer {
    height: 0.62rem;
    background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10);
}

footer {
    height: 0.62rem;
    background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.10);
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .footIcon {
    width: 0.4rem;
    height: 0.4rem;
    padding: 0.1rem 0.11rem 0 0.13rem;
    float: left;
}

    footer .footIcon img {
        width: 0.4rem;
        height: 0.4rem;
    }

footer .footInfo {
    padding-top: 0.1rem;
    float: left;
}

    footer .footInfo h1 {
        font-size: 0.16rem;
        color: #202020;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
    }

    footer .footInfo p {
        font-size: 0.12rem;
        color: #4A4A4A;
    }

footer button {
    width: 0.75rem;
    height: 0.34rem;
    border: 1px solid #ED6D00;
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: #ED6B00;
    background: #FFFFFF;
    margin-top: 0.14rem;
    align-items: flex-end;
    float: right;
    margin-right: 0.15rem;
}
