/**
 * @authors 0936zz (zz5840@qq.com)
 * @date    2016-08-06 23:54
 */
/* 去除浏览器默认样式 && 避免Bootstrap等框架破坏布局 */
/* line 14, mplayer.less */
.mp * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}
/* line 23, mplayer.less */
.mp img {
  border: none;
}
/* line 26, mplayer.less */
.mp input {
  outline: none;
}
/* line 29, mplayer.less */
.mp a {
  text-decoration: none;
  display: inline-block;
  color: #FFF;
}
/* line 34, mplayer.less */
.mp p {
  color: #FFF;
}
/* line 37, mplayer.less */
.mp ul {
  list-style-type: none;
}
/* line 40, mplayer.less */
.mp button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
/* line 47, mplayer.less */
.mp {
  width: 599px;
  height: 120px;
  position: fixed;
  bottom: 20px;
  left: -574px;
  border-radius: 0 5px 5px 0;
  background-color: #212121;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}
/* line 59, mplayer.less */
.mp.mp-show {
  left: 0;
}
/* line 61, mplayer.less */
.mp.mp-show .mp-toggle-img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 69, mplayer.less */
.mp .mp-cover {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 76, mplayer.less */
.mp .mp-info {
  position: absolute;
  left: 120px;
  top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
/* line 83, mplayer.less */
.mp .mp-lrc-box {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 600px;
  background-color: #212121;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
/* line 96, mplayer.less */
.mp .mp-lrc-box.mp-lrc-show {
  opacity: 1;
}
/* line 98, mplayer.less */
.mp .mp-lrc-box.mp-lrc-show ~ .mp-lrc-close {
  opacity: 1;
}
/* line 103, mplayer.less */
.mp .mp-lrc {
  width: 200px;
  height: 100px;
  font-size: 12px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  line-height: 2;
}
/* line 112, mplayer.less */
.mp .mp-lrc-current {
  color: #d32f2f;
}
/* line 115, mplayer.less */
/*.mp .mp-lrc-close {
  width: 7px;
  height: 7px;
  background: url("../img/mplayer_bg.png") no-repeat 0 -56px;
  position: absolute;
  top: 7px;
  right: -215px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}*/
/* line 127, mplayer.less */
.mp .mp-lrc-close:hover {
  background-position-x: -7px;
}
/* line 131, mplayer.less */
.mp .mp-menu {
  position: absolute;
  left: 510px;
  top: 10px;
}
/* line 136, mplayer.less */
.mp .mp-list-toggle {
  width: 21px;
  height: 14px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat -29px -90px;
  float: left;
}
/* line 141, mplayer.less */
.mp .mp-list-toggle:hover {
  background-position-x: -50px;
}
/* line 145, mplayer.less */
.mp .mp-lrc-toggle {
  width: 14px;
  height: 14px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat -29px -56px;
  float: left;
  margin-left: 15px;
}
/* line 151, mplayer.less */
.mp .mp-lrc-toggle:hover {
  background-position-y: -70px;
}
/* line 155, mplayer.less */
.mp .mp-pro {
  width: 440px;
  height: 5px;
  border: 1px solid #d32f2f;
  position: absolute;
  bottom: 15px;
  left: 120px;
  cursor: pointer;
}
/* line 164, mplayer.less */
.mp .mp-pro-current {
  width: 0;
  height: 100%;
  background-color: #d32f2f;
}
/* line 169, mplayer.less */
.mp .mp-btn {
  position: absolute;
  top: 36px;
  left: 230px;
  height: 45px;
}
/* line 175, mplayer.less */
.mp .mp-prev,
.mp .mp-next {
  width: 24px;
  height: 28px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat;
  float: left;
  margin-top: 8.5px;
}
/* line 181, mplayer.less */
.mp .mp-prev:hover,
.mp .mp-next:hover {
  background-position-y: -28px;
}
/* line 185, mplayer.less */
.mp .mp-prev {
  background-position: 0 0;
  margin-right: 30px;
}
/* line 189, mplayer.less */
.mp .mp-next {
  background-position: -24px 0;
  margin-right: 20px;
}
/* line 193, mplayer.less */
.mp .mp-pause {
  width: 38px;
  height: 45px;
  margin-right: 30px;
  float: left;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat -86px 0;
}
/* line 199, mplayer.less */
.mp .mp-pause:hover {
  background-position-y: -45px;
}
/* line 203, mplayer.less */
.mp .mp-play {
  background-position: -48px 0;
}
/* line 206, mplayer.less */
.mp .mp-mode {
  width: 26px;
  height: 21px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat 0 -105px;
  margin-right: 20px;
  float: left;
  margin-top: 12px;
}
/* line 213, mplayer.less */
.mp .mp-mode:hover {
  background-position-y: -126px;
}
/* line 217, mplayer.less */
.mp .mp-mode-0 {
  background-position-x: 0;
}
/* line 220, mplayer.less */
.mp .mp-mode-1 {
  background-position-x: -26px;
}
/* line 223, mplayer.less */
.mp .mp-mode-2 {
  background-position-x: -52px;
}
/* line 226, mplayer.less */
.mp .mp-mode-3 {
  background-position-x: -78px;
}
/* line 229, mplayer.less */
.mp .mp-vol {
  display: inline-block;
  float: left;
}
/* line 233, mplayer.less */
.mp .mp-vol-img {
  width: 29px;
  height: 21px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat 0 -63px;
  margin-top: 12px;
  float: left;
}
/* line 239, mplayer.less */
.mp .mp-vol-img:hover {
  background-position-y: -84px;
}
/* line 243, mplayer.less */
.mp .mp-mute {
  background-position: -120px -126px;
}
/* line 245, mplayer.less */
.mp .mp-mute:hover {
  background-position: -149px -126px;
}
/* line 249, mplayer.less */
.mp .mp-vol-range {
  width: 70px;
  height: 5px;
  background: #FFF;
  display: inline-block;
  float: left;
  position: relative;
  margin: 20px 0 0 8px;
}
/* line 258, mplayer.less */
.mp .mp-vol-current {
  width: 0;
  height: 100%;
  background: #d32f2f;
}
/* line 263, mplayer.less */
.mp .mp-vol-circle {
  width: 9px;
  height: 9px;
  position: absolute;
  top: -2px;
  border-radius: 5px;
  background: #d32f2f;
  cursor: pointer;
}
/* line 271, mplayer.less */
.mp .mp-vol-circle:hover {
  background-color: #f44336;
}
/* line 274, mplayer.less */
.mp .mp-vol-circle.mp-disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
/* line 280, mplayer.less */
.mp .mp-vol-circle.mp-disabled:hover {
  background-color: #d32f2f;
}
/* line 285, mplayer.less */
.mp .mp-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 120px;
  width: 25px;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat -124px 0;
}
/* line 292, mplayer.less */
.mp .mp-toggle:hover {
  background-position-x: -149px;
}
/* line 296, mplayer.less */
.mp .mp-toggle-img {
  width: 12px;
  height: 21px;
  display: inline-block;
  background: url("/mobile/common/audio_subtitles/img/mplayer_bg.png") no-repeat -104px -126px;
  position: absolute;
  top: 50px;
  left: 6px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform .5s;
}
/* line 309, mplayer.less */
.mp .mp-list-box {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 574px;
  height: 0;
  overflow: hidden;
  background-color: #212121;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}
/* line 321, mplayer.less */
.mp .mp-list-box.mp-list-show {
  height: 400px;
}
/* line 325, mplayer.less */
.mp .mp-list-title {
  height: 40px;
  font-size: 18px;
  color: #FFF;
  line-height: 40px;
  width: 100%;
  background: #212121;
}
/* line 332, mplayer.less */
.mp .mp-list-title li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
}
/* line 338, mplayer.less */
.mp .mp-list-title-current {
  background: #727272;
  position: relative;
}
/* line 341, mplayer.less */
.mp .mp-list-title-current:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px dashed transparent;
  border-top: 6px solid #727272;
  margin-left: -6px;
}
/* line 353, mplayer.less */
.mp .mp-list-table {
  max-height: 340px;
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 10px 0;
  overflow: auto;
}
/* line 360, mplayer.less */
.mp .mp-list-table th {
  font-weight: normal;
  text-align: left;
}
/* line 364, mplayer.less */
.mp .mp-list-table th,
.mp .mp-list-table td {
  text-indent: 10px;
}
/* line 367, mplayer.less */
.mp .mp-list-table tr {
  height: 20px;
  font-size: 14px;
  color: #FFF;
  line-height: 2;
  padding: 0 10px;
}
/* line 375, mplayer.less */
.mp .mp-list-table tbody tr {
  cursor: pointer;
}
/* line 377, mplayer.less */
.mp .mp-list-table tbody tr.mp-list-current,
.mp .mp-list-table tbody tr:hover {
  background: #727272;
}
/*====================================代码改版=======================*/
/*覆盖 css*/
.dingyue_wrap{z-index:1000005; background:rgba(0,0,0,0.5);}
/*\\\\覆盖 css*/
.open_audio{width:70px; height:70px; background:url(/mobile/common/audio_subtitles/img/musicbg.gif) 0 0/160% 160% no-repeat #000000;  border-radius: 40px;   background-position: -22px -22px; position:fixed; bottom: 150px; right:12px; z-index:1000002; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .5);} 
.open_audio img{display:block; width: 30%; margin: 24px 28px;}

.audio_wrap{width:100%; height:100%; box-sizing:border-box; padding-top:30px; background:#212121; position:fixed; top:-100%; left:0; opacity:0; z-index:-1000003;
-webkit-transition:all .2s;
-moz-transition:all .2s;
-o-transition:all .2s;
transition:all .2s;
}
.audio_wrap_show{top:0%; opacity:1; z-index:1000003;}

.audio_wrap .close{width:40px; height:40px; background:url(/mobile/common/audio_subtitles/img/close.png) center center/50% 50% no-repeat; position:absolute; top:0px; right:0; z-index:10;}

.audio_wrap .mp{width:100%; height:100%; bottom:inherit; left:inherit; position:relative;}
.audio_wrap .mp-box{width:100%; height:100%; box-sizing:border-box; padding-top:40px;}
.audio_wrap .mp .mp-cover{display:block; width:86%; height:auto; border-radius:10px; margin:0 auto; position:relative; top:inherit; left:inherit; z-index:5;}

.audio_wrap .mp .mp-info{width:100%; height:auto; bottom:inherit; left:inherit; position:relative; z-index:5;}
.audio_wrap .mp .mp-info p{margin-bottom:inherit; width:100%; box-sizing:border-box; color:#313131; text-align:center;}
.audio_wrap .mp .mp-singer{margin-bottom:10px;}
.audio_wrap .mp .mp-name,
.audio_wrap .mp .mp-singer{padding:0 5%; font-size:18px; font-weight:bold;}

.audio_wrap .mp .mp_jishi{width:100%; height:20px; bottom:inherit; left:inherit; position:relative; left:0; bottom:0%; box-sizing:border-box; padding:0 4% 0 5%; display:flex; justify-content:space-between; align-items:center;}
.audio_wrap .mp .mp_jishi .mp_jishi_box{width:80%; position:relative;}
.audio_wrap .mp .time_box{width:100%; position:relative; z-index:0; display:flex; justify-content:space-between; margin-bottom:0;}
.audio_wrap .mp .time_box span{color:#fff; font-size:14px; line-height:20px;}

.audio_wrap .mp .mp-pro{width:60%; height:4px; box-sizing:border-box; left:20%; bottom:7.5px; z-index:3; border:none; background:#626262;}

.audio_wrap .mp .mp_jishi #player-container{box-sizing:border-box;}
.audio_wrap .mp .mp_jishi #player-container select{background:none; border:none; font-size:14px; color:#fff; -webkit-appearance:none; box-sizing:border-box; padding:0 6px 0 3px;}
.audio_wrap .mp .mp_jishi #player-container select option{font-size:14px; color:#000;}

.mp .mp-mode{background-position-x:-26px;}

.audio_wrap .mp .control_box{width:100%; position:absolute; bottom:5%; left:0;}
.audio_wrap .mp .mp-btn{width:100%; box-sizing:border-box; padding:0 5%; position:relative; left:0; top:inherit; display:flex; justify-content:space-between; align-items:center; margin-top:10px;}
.audio_wrap .mp .mp-next,
.audio_wrap .mp .mp-prev,
.audio_wrap .mp .mp-pause{margin-right:0;}

.mp .mp-prev, 
.mp .mp-next{width:14px; height:18px;}
.mp .mp-prev:hover, 
.mp .mp-next:hover{background-position-y:0;}
.mp .mp-prev{background:url(/mobile/common/audio_subtitles/img/prev.png) 0 0/100% 100% no-repeat; margin-top:0; opacity:1;}
.mp .mp-next{background:url(/mobile/common/audio_subtitles/img/next.png) 0 0/100% 100% no-repeat; margin-top:0; opacity:1;}
.mp .mp-prev-last,
.mp .mp-next-last{opacity:0.5;}

.mp .mp-pause{display:block; width:40px; height:40px; background:url(/mobile/common/audio_subtitles/img/pause.png) center center/100% 100% no-repeat;}
.mp .mp-pause:hover{background-position-y:center;}
.mp .mp-play{background:url(/mobile/common/audio_subtitles/img/play.png) center center/100% 100% no-repeat;}



.mp .mp-zan{width:24px; height:23px; background:url(/mobile/common/audio_subtitles/img/zan.png) 0 0/100% auto no-repeat;}
.mp .mp-zan-yes{background-image:url(/mobile/common/audio_subtitles/img/zan_yes.png);}
.mp .mp-liuyan{width:24px; height:23px; background:url(/mobile/common/audio_subtitles/img/liuyan.png) 0 0/100% auto no-repeat;}

.zimu_box{width:100%; height:65%; box-sizing:border-box; padding:150px 7% 20px 7%; background:#fff; border-radius:10px; position:relative; z-index:0; top:-120px;}

.mp .mp-lrc-box{width:100%; height:100%; box-sizing:border-box; position:relative; top:0; left:0; background:none; border-radius:0; opacity:1;}

.mp .mp-lrc-box .zhezhao{width:100%; height:60px; position:absolute; left:0; z-index:10;}
.mp .mp-lrc-box .zhezhao img{display:block; width:100%; height:100%;}
.mp .mp-lrc-box .zhezhao_top{top:0px;}
.mp .mp-lrc-box .zhezhao_bot{bottom:0;}

.mp .mp-lrc{width:100%; height:100%; box-sizing:border-box; padding-top:5%; font-size:15px; color:#1f1f1f;}

@media screen and (min-height:800px){
	.audio_wrap .mp .mp-btn{margin-bottom:20px;}
	.mp .mp-pause{width:60px; height:60px;}
	.mp .mp-prev, .mp .mp-next{width:24px; height:28px;}
	.mp .mp-zan,
	.mp .mp-liuyan{width:30px; height:28px;}
}

/*意见框弹窗*/
.mp_opinion_pop{width:100%; height:100vh; box-sizing:border-box; padding:0 30px; background:rgba(0,0,0,0.6); position:fixed; top:0; left:0; z-index:1000003; display:none;}
.mp_opinion_pop .box_pop{width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.mp_opinion_pop .box_pop .close{display:block; width:35px; height:35px; box-sizing:border-box; padding:10px; position:absolute; top:0px; right:0px; z-index:2;}
.mp_opinion_pop .box_pop .close img{display:block; width:100%;}

.mp_opinion_pop .box_pop .txt_wrap{width:100%;padding:30px 20px; background:#fff; position:relative;}
.mp_opinion_pop .box_pop .txt_wrap .txt{font-size:16px; color:#e60021; font-weight:700;}
.mp_opinion_pop .box_pop .txt_wrap .mp_btn{width:100%; text-align:center;}
.mp_opinion_pop .box_pop .txt_wrap button{width:110px; padding:6px; background:#e60021; text-align:center; color:#fff; border-radius:5px; font-size:16px;}
.mp_opinion_pop .box_pop .txt_wrap textarea{width:100%; height:80px; border:1px solid #000; padding:5px; margin:10px 0; resize:none;}/*resize:none;取消textarea的拉伸工能*/

.mp_opinion_pop_yes{display:block;}














