@charset "utf-8";
.music_btn {
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #eee;
    padding: 7px;
}
.audio-box{
	position: fixed;
	width: 370px;
	/* min-width: 338px; */
	height: auto;
	bottom: 100px;
	right: 55px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: none;
}
.audio-container{
	width: 100%;
	margin: auto;
}
.audio-view{
	float: right;
	width: calc(100% - 66px);
	height: 66px;
}
.audio-cover{
	float: left;
	margin: 5px;
	width: 56px;
	height: 56px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	border-radius: 50%;
	-webkit-animation: rotating 9s linear infinite;
	animation: rotating 9s linear infinite;
}
.audio-cover img{
	display: block;
	height: 100%;
	margin: auto;
}
.audio-body{
	float: left;
	width: calc(100% - 94px);
	height: 38px;
	padding: 0 10px;
}
.audio-title{
	width: 100%;
	height: 28px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 38px;
	overflow: hidden;
	letter-spacing: 1.8px;
}
.audio-backs{
	position: relative;
	padding-left: 43px;
	padding-right: 43px;
	margin-top: 10px;
	height: 20px;
}
.audio-this-time,
.audio-count-time{
	position: absolute;
	top: 0;
	width: 38px;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.audio-this-time{
	left: 0;
}
.audio-count-time{
	right: 0;
	text-align: right;
}
.audio-setbacks{
	height: 2px;
	border-radius: 3px;
	background-color: #333;
}
.audio-setbacks{
	position: relative;
	top: 50%;
}
.audio-cache-setbacks,
.audio-this-setbacks{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.audio-cache-setbacks{
	background-color: #535353;
	z-index: 1;
	cursor: pointer;
}
.audio-this-setbacks{
	background-color: rgba(71,163,218,.88);
	z-index: 2;
}
.audio-backs-btn{
	position: absolute;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	top: 50%;
	right: -4px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.audio-btn{
	float: right;
	width: auto;
	height: 38px;
	margin-right: 10px;
}
.audio-select{margin-top: 8px;}
.audio-select > div{
	margin-left: 14px;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.audio-prev{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/prev.png');
	display: none;
}
.audio-next{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/next.png');
	display: none;
}
.audio-play{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/play.png');
}
.audio-stop{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/pause.png');
}
.audio-menu{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/menu.png');
	display: none;
}
.audio-volume{
	background-image: url('/_upload/tpl/09/ea/2538/template2538/images/volume.png');
}
.audio-select > div + div{
	margin-left: 10px;
}
.audio-list{
	position: absolute;
	right: 0;
	color: #000;
	background-color: #fff;
	bottom: 66px;
	border: 1px solid #ccc;
	width: 188px;
	border-radius: 5px 5px 0 0;
	padding-top: 10px;
	letter-spacing: 0.5px;
	display: none;
}
.audio-list-head{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.audio-list-head p{
	padding-left: 8px;
	font-size: 16px;
	color: #47a3da;
}
.audio-list-head span{
	position: absolute;
	right: 6px;
	top: 0;
	font-size: 12px;
	display: block;
	width: 35px;
	line-height: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: #f10b0b;
}
.audio-inline{
	height: 152px;
	overflow-y: scroll;
}
/*audio-inline滚动条样式开始*/
.audio-inline::-webkit-scrollbar{width:3px;height:0px;border-radius:6px;}
.audio-inline::-webkit-scrollbar-button{display:none;}
.audio-inline::-webkit-scrollbar-track-piece{display:none;}
.audio-inline::-webkit-scrollbar-thumb{background:#47a3da;border-radius:20px;}
.audio-inline::-webkit-scrollbar-thumb:hover{background:#45B6F7;border-radius:6px;}
/*audio-inline滚动条样式结束*/
.audio-inline li{
	font-size: 12px;
	line-height: 2.6;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ccc;
}
.audio-inline li:first-child{
	border-top: 0px solid #ccc;
}
.audio-inline a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 30px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
}
.menu-show,
.audio-show-volume{
	display: block !important;
}
.audio-set-volume{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 66px;
	width: 26px;
	height: 118px;
	right: 0px;
	z-index: 999;
	display: none;
}
.music_box:hover .audio-box {
    display: block;
}
.volume-box{
	width: 2px;
	margin: auto;
	display: block;
	position: relative;
	background-color: #333;
	border-radius: 2.5px;
	height: 100px;
	bottom: -10px;
}
.volume-box span{
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	margin-left: -4px;
	margin-top: -4px;
	left: 50%;
	cursor: pointer;
}
.volume-box i{
	position: absolute;
	width: 100%;
	border-radius: 2.5px;
	background-color: #47a3da;
	height: 0;
	display: block;
	bottom: 0;
}
@media screen and (max-width: 479px) {
	.music_btn{
    padding: 5px;
    right: 0;
}
	.audio-box{
    width: 306px;
    right: 40px;
}
}