.audio-box {
	width: 100%;
	height: 72px;
	background: url("../img/bg_audio.png") no-repeat;
	background-size: 100% 100%;
	color: #fff;
	z-index: 99;
	box-shadow: 0px 0px 5px 1px #b7b5b2;
	margin-bottom: 10px;
	/* border-radius: 15px 15px 15px 15px; */
}

.audio-container {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	height: 100%;
}

.audio-view {
	/* padding: 0 0 0.3rem; */
	/* width: 100%; */
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	margin-left: 95px;
}

.audio-cover {
	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;
	display: none;
}

.audio-cover img {
	display: block;
	height: 100%;
	margin: auto;
}

.audio-body {
	/* width: 80%; */
	margin: 0 auto;
	padding: 0 10px;
}

.audio-title {
	width: 100%;
	font-weight: 400;
	font-size: 0.35rem;
	line-height: 0.5rem;
	overflow: hidden;
	letter-spacing: 1.8px;
	text-align: center;
}

.audio-backs {
	position: relative;
	padding-left: 43px;
	padding-right: 43px;
	/* margin-top: 10px; */
	height: 20px;
	display: flex;
	align-items: center;
}

.audio-this-time,
.audio-count-time {
	position: absolute;
	top: 2px;
	width: 38px;
	letter-spacing: 0.5px;
	font-family: Songti SC, Songti SC;
	font-weight: bold;
	font-size: 18px;
	color: #4E2900;
	/* line-height: 30px; */
}

.audio-this-time {
	left: -6px;
}

.audio-count-time {
	right: 0;
	text-align: right;
}

.audio-setbacks {
	height: 4px;
	border-radius: 3px;
	width: 168px;
	background-color: #4E2900;
	/* background-color: rgba(185,185,185,0.32); */
}

.audio-setbacks {
	position: relative;
	top: 2px;
}

.audio-cache-setbacks,
.audio-this-setbacks {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.audio-cache-setbacks {
	background-color: #4E2900;
	z-index: 1;
	cursor: pointer;
}

.audio-this-setbacks {
	background-color: #FFF4E4;
	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 {
	/* width: 100%; */
}

.audio-select {
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.audio-select>div {
	width: 0.45rem;
	height: 0.45rem;
	background-size: contain;
	cursor: pointer;
}

.audio-select>div.audio-play {
	width: 36px;
	height: 36px;
	margin: 0 0 0 0.5rem;
}

.audio-select>div.audio-menu {
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}

.audio-prev {
	background-image: url('../images/prev.png');
}

.audio-next {
	background-image: url('../images/next.png');
}

.audio-play {
	background: url(../img/button_audio_play.png)no-repeat;
}

.audio-stop {
	background: url(../img/button_audio_pause.png)no-repeat;
}

.audio-menu {
	background-image: url('../images/menu_mp3.png');
}

.audio-volume {
	background-image: url('../images/volume.png');
	display: none;
}

.audio-list {
	position: absolute;
	left: 50%;
	bottom: 105%;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	width: 96%;
	border-radius: 5px;
	padding-top: 10px;
	letter-spacing: 0.5px;
	display: none;
	z-index: 10;
}

.audio-list-head {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #858585;
}

.audio-list-head p {
	padding-left: 8px;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}

.audio-list-head span {
	position: absolute;
	right: 6px;
	top: 0;
	font-size: 12px;
	display: block;
	width: 75px;
	line-height: 32px;
	border: none;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.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 #858585;
}

.audio-inline li:first-child {
	border-top: 0px solid #ccc;
}

.audio-inline a {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	font-size: 0.34rem;
	line-height: 40px;
	color: #fff;
	position: relative;
	padding-left: 25px;
}

.audio-inline a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../images/bobobo.png)no-repeat;
	background-size: cover;
}

.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;
}

.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;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}