body{
	background: #fff;
	padding-bottom:2.4367rem ;
}

.play-container{
	width: 100%;
	height: 62.5vh;
	background: url(../../image/audio/audio_bg.png)no-repeat;
	background-size: 100% auto;
	margin: auto;
}
.audio-bg{
	width: 80%;
	height: 60%;
	margin: auto;
	transform: translateY(12vh);
}
.audio-bg img{
	width: 100%;
	height: 100%;
}
.audio-bg .icon-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../../image/video_play.png)no-repeat;
	background-size: 100% auto;
}
.playing .icon-btn{
	background: url(../../image/video_pause.png)no-repeat;
	background-size: 100% auto;
}
.progress-bar{
	position: relative;
	width: 90%;
	margin: 0.75rem auto 0;
	height: 0.3rem;
    transform: translateY(12vh);
    border-radius: 0.3rem;   
}
/*
 新增推动进度条
 * */
.circleBtn:atfet{
	width: .3rem;
    height: .3rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
    background: green;
    border-radius: 100%;
}
.progress-bar .track{
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,.3);
	height: 100%;
	border-radius: 0.3rem;
}
.progress-bar .progress{
	position: absolute;
	background: rgba(255,255,255,1);
	height: 100%;
	border-radius: 0.3rem;
}
.progress-bar .slider{
	position: absolute;
	margin-left: -0.25rem;
	top: -0.15rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 0.55rem;
	background: rgba(255,255,255,1);
}


.progress-bar .time{
	position: absolute;
	top: 0.75rem;
	color: #fff;
	font-size: 0.6rem;
}
.progress-bar .time.total-time{
	right: 0;
}
.audio-title{
	font-size: 0.95rem;
	line-height: 1.45rem;
	color: #222222;
	margin: 0.4rem 0.5rem 0 0.5rem;
	
}
.time-source{
	font-size: 0.5rem;
	line-height: 1.5;
	color: #999;
	margin: 0.375rem 0.5rem 0 0.5rem;
}
.time-source span{
	margin-right: 30px;
}
.des{
	font-size: 0.6rem;
	line-height: 1.5;
	color: #333;
	margin: 0.375rem 0.5rem 0 0.5rem;
}
.download-fade{
	max-width: none;
}
@media screen and (min-width: 1000px) {
	[data-dpr="1"] .play-container{
		max-width: 750px;
	}
	[data-dpr="1"] .audio-title{
		max-width: 750px;
		margin: 0.375rem auto 0 auto;
	}
	[data-dpr="1"] .download-fade{
		max-width: 750px;	
	}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.play-container{
		height: 47.5vh;
	}
	.audio-bg{
		transform: translateY(9vh);
	}
	.progress-bar{
		transform: translateY(9vh);
	}
}