div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-share-audio {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.m-share-audio .audio-poster {
  width: 100%;
  height: 5rem;
  padding: .5rem 0;
}
.m-share-audio .audio-poster img {
  width: 5rem;
  height: 3.8rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 auto;
}
.m-share-audio .audio-info {
  position: relative;
}
.m-share-audio .audio-info .text-scroll marquee {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 1rem;
}
.m-share-audio .audio-info .text-scroll h1 {
  font-size: .45rem;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
}
.m-share-audio .audio-info .text-scroll em {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  z-index: 9;
}
.m-share-audio .audio-info .text-scroll .left {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.5));
}
.m-share-audio .audio-info .text-scroll .right {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.5));
}
.m-share-audio .audio-info p {
  color: #666;
  width: 100%;
  text-align: center;
  font-size: .28rem;
}
.m-share-audio .audio-operation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 -3px 10px rgba(0, 0, 0, 0.05);
}
.m-share-audio .audio-operation div {
  width: .96rem;
  height: .96rem;
  background-size: .48rem .48rem;
  background-repeat: no-repeat;
  background-position: center;
}
.m-share-audio .audio-operation .audio-menu {
  background-image: url(../img/menu.png);
}
.m-share-audio .audio-operation .audio-loop {
  background-image: url(../img/shunxu.png);
}
.m-share-audio .audio-operation .loop {
  background-image: url(../img/loop.png);
}
.m-share-audio .audio-alternate {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1rem;
  margin-top: .6rem;
}
.m-share-audio .audio-alternate div i {
  display: block;
  width: .48rem;
  height: .48rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: .2rem;
}
.m-share-audio .audio-alternate div.comment i {
  background-image: url(../img/comment.png);
}
.m-share-audio .audio-alternate div.download i {
  background-image: url(../img/comment.png);
}
.m-share-audio .audio-alternate div.line {
  font-size: .5rem;
  color: #999;
}
.m-share-audio .audio-process {
  width: 85%;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  margin-top: .8rem;
  height: 1rem;
}
.m-share-audio .audio-process div {
  position: absolute;
  left: 0;
  top: .5rem;
  font-size: .28rem;
  color: #666;
}
.m-share-audio .audio-process div.totaltime {
  left: auto;
  right: 0;
}
.m-share-audio .audio-process p {
  width: 100%;
  height: 3px;
  background: #e5e5e5;
  position: absolute;
  top: .2rem;
}
.m-share-audio .audio-process .t {
  width: 0.15rem;
  height: 3px;
  background: orange;
  z-index: 3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-share-audio .audio-process .t:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.13rem;
  right: -0.13rem;
  width: .3rem;
  height: .3rem;
  background: orange;
  border-radius: 50%;
}
.m-share-audio .audio-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
.m-share-audio .audio-btns .prev {
  width: .56rem;
  height: .56rem;
  background-image: url(../img/no_prev.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.m-share-audio .audio-btns .prev.has {
  background-image: url(../img/has_prev.png);
}
.m-share-audio .audio-btns .next {
  width: .56rem;
  height: .56rem;
  background-image: url(../img/no_next.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.m-share-audio .audio-btns .next.has {
  background-image: url(../img/has_next.png);
}
.m-share-audio .audio-btns .status {
  width: .96rem;
  height: .96rem;
  background-image: url(../img/play.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.m-share-audio .audio-btns .playing {
  width: .96rem;
  height: .96rem;
  background-image: url(../img/pause.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.audio-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.audio-list .list-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
}
.audio-list .list-box .list-header {
  border-bottom: 1px solid #eee;
  line-height: .9rem;
  width: 100%;
  height: .9rem;
  text-align: center;
  font-size: .36rem;
}
.audio-list .list-box ul {
  height: 5.4rem;
  overflow-y: scroll;
}
.audio-list .list-box ul li {
  width: 100%;
  height: .9rem;
  border-bottom: 1px solid #eee;
  line-height: .9rem;
  padding: 0 .3rem;
  font-size: .32rem;
  color: #686868;
}
.audio-list .list-box ul .active {
  color: #ff6900;
}
.audio-list .list-box .closeList {
  border-top: 1px solid #eee;
  line-height: .9rem;
  width: 100%;
  height: .9rem;
  text-align: center;
  font-size: .36rem;
}
.scale > span {
  background-color: orange;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -2px;
  top: -15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
}
.m-share-audio .audio-process .scale {
  background-repeat: repeat-x;
  background-position: 0 100%;
  background: #e5e5e5;
  border-left: 1px #83BBD9 solid;
  width: 100%;
  height: .1rem;
  border-radius: 2rem;
  position: relative;
  left: 0;
  top: 0;
  font-size: .28rem;
  color: #666;
}
.m-share-audio .audio-process .scale > div {
  background-repeat: repeat-x;
  background-color: orange;
  /*进度条颜色*/
  width: 0px;
  position: absolute;
  height: .1rem;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2rem;
}
