@media (max-width: 767px){
	.aplayer-time{
		text-align: center;
	}
	.aplayer .aplayer-pic .aplayer-pause {
	    width: 40px;
	    height: 40px;
	    border: 2px solid #fff;
	    bottom: 4px;
	    right: 4px;
	}
	.aplayer .aplayer-pic .aplayer-pause svg {
	    position: absolute;
	    top: 9px;
	    left: 10px;
	    height: 25px;
	    width: 19px;
	}
	.aplayer-title, .aplayer-author{
		display: inline-block;
	}
	.aplayer .aplayer-icon{
		height: 40px;
		width: 19%;
		float: left;
	}
	.aplayer .aplayer-info .aplayer-controller{
		display: inherit !important;
	}
	.aplayer .aplayer-pic{
		width: 100% !important;
		height: 300px !important;
	}
	.aplayer .aplayer-music, #playeraudio .aplayer-lrc, .aplayer-volume-wrap, .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
		display: none !important;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-time{
		height: auto !important;
		margin-top: 10px;
		padding: 0px !important;
		overflow: hidden;
	}
	.aplayer .aplayer-info{
		clear: both;
	    width: 100%;
	    margin: 0px !important;
	    height: auto !important;
	}
	.aplayer .aplayer-icon-back, .aplayer .aplayer-icon-forward{
		display: block;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{
		margin: 0px;
	}
	.aplayer .aplayer-icon-play{
		display: block !important; 
		border: 3px solid;
		border-radius: 50px;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{
		float: left;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded, .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar, .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{
		height: 5px !important;
	}
	.aplayer-time-inner{
		width: 100%;
		float: left;
		line-height: 49px;
	    font-size: 16px;
	    margin-left: 0px;
	    color: #000;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aplayer-time{
		text-align: center;
	}
	.aplayer .aplayer-pic .aplayer-pause {
	    width: 40px;
	    height: 40px;
	    border: 2px solid #fff;
	    bottom: 4px;
	    right: 4px;
	}
	.aplayer .aplayer-pic .aplayer-pause svg {
	    position: absolute;
	    top: 9px;
	    left: 10px;
	    height: 25px;
	    width: 19px;
	}
	.aplayer-title, .aplayer-author{
		display: inline-block;
	}
	.aplayer .aplayer-icon{
		height: 40px;
		width: 19%;
		float: left;
	}
	.aplayer .aplayer-info .aplayer-controller{
		display: inherit !important;
	}
	.aplayer .aplayer-pic{
		width: 100% !important;
		height: 300px !important;
	}
	.aplayer .aplayer-music, #playeraudio .aplayer-lrc, .aplayer-volume-wrap, .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
		display: none;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-time{
		height: auto !important;
		margin-top: 10px;
		padding: 0px !important;
		overflow: hidden;
	}
	.aplayer .aplayer-info{
		clear: both;
	    width: 100%;
	    margin: 0px !important;
	    height: auto !important;
	}
	.aplayer .aplayer-icon-back, .aplayer .aplayer-icon-forward{
		display: block;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{
		margin: 0px;
	}
	.aplayer .aplayer-icon-play{
		display: block !important; 
		border: 3px solid;
		border-radius: 50px;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{
		float: left;
	}
	.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded, .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar, .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{
		height: 5px !important;
	}
	.aplayer-time-inner{
		width: 100%;
		float: left;
		line-height: 49px;
	    font-size: 16px;
	    margin-left: 0px;
	    color: #000;
	}
}
@media (min-width: 992px) {
	.aplayer .aplayer-icon-forward{
		display: block !important;
		float: left;
	}
}