@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	-webkit-touch-callout:none ;
	-webkit-text-size-adjust:none ;
	-webkit-tap-highlight-color:transparent ;
	-webkit-user-select:none ;
}
body{
	font-family: "微软雅黑";
}
.audio-box{
	/* position: fixed; */
	width: 100%;
	/* bottom: 0; */
	/* left: 0; */
	/* background-color: #121212; */
	color: #fafafa;
}
.audio-container{
	/* width: 1000px; */
	/* margin: auto; */
}
.audio-view{
	position: relative;
	/* padding-left: 100px; */
	/* padding-right: 150px; */
	height: 80px;
	overflow: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	display: flex;
	align-items: center;
}
.audio-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #535353;
}
.audio-cover img{
	display: block;
	height: 100%;
	margin: auto;
}
.audio-body{
	padding: 0 10px;
}
.audio-title{
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}
.audio-backs{
	position: relative;
	/* padding-left: 50px; */
	/* padding-right: 50px; */
	height: 20px;
}
.audio-this-time,
.audio-count-time{
	/* position: absolute;
	top: 0;
	width: 50px;
	font-size: 14px;
	height: 20px;
	line-height: 20px; */
}
.audio-this-time{
	/* left: 0; */
}
.audio-count-time{
	/* right: 0;
	text-align: right; */
}
.audio-setbacks{
	height: 4px;
	/* border-radius: 3px; */
	background-color: #333;
	cursor: pointer;
}
.audio-setbacks{
	position: relative;
	top: 30%;
}
.audio-cache-setbacks,
.audio-this-setbacks{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* border-radius: 3px; */
}
.audio-cache-setbacks{
	width: 0;
	background-color: #535353;
	z-index: 1;
	cursor: pointer;
	transition: width 0.6s ease;
	-webkit-transition: width 0.6s ease;
}
.audio-this-setbacks{
	background-color: #1976d2;
	border-color: #1976d2;
	z-index: 2;
}
.audio-backs-btn{
	position: absolute;
	right: -3px;
	/* margin-top: -3px; */
	width: 12px;
	height: 12px;	
	background-color: #fafafa;
	border-radius: 50%;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
.audio-btn{
	/* position: absolute; */
	width: 150px;
	/* height: 100px; */
	right: 0;
	top: 0;
}
.audio-select{
	/* height: 20px;
	width: 120px;
	float: right;
	font-size: 14px;
	text-align: center;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease; */
}
.audio-select > div{
	position: relative;
	/* width: 20px;
	height: 20px; */
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.audio-select > div + div{
	margin-left: 10px;
}
.audio-set-volume{
	box-sizing: border-box;
	position: absolute;
	right: -120px;
	bottom: 0;
	width: 120px;
	height: 100%;
	padding-left: 15px;
	z-index: 999;
	transition: 0.6s width ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.volume-box{
	/* border-radius: 6px; */
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.volume-box i{
	border-radius: 6px;
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #1976d2;
}

.player-volume {
	width: 156px;
	padding: 15px;
	box-sizing: border-box;
}
.icon-volume-up:before {
	font-size: 24px;
}

.icon-pause,
.icon-play {
	width: 56px;
	height: 56px;
	position: relative;
}
.icon-pause:before,
.icon-play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

a {
	text-decoration: none;
}

.player {
	z-index: 2;
}