/*************************************** video style **********************************************************/
.audio_main{
    width: 100%;
    background-color:#f7f7f7;
    padding-top:45px;
    padding-bottom: 40px;
}
.w840{
    width: 840px;
}
.w420{
    width: 420px;
}
.mt10{
    margin-top: 10px;
}
.mr50{
    margin-right: 50px;
}
.change{
    line-height: 35px;
    padding-left: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #979797;
    background:url(../images/change.png) no-repeat left center;
}
.column_title .title{
    padding-left:10px;
    background: url(../images/redline.png) no-repeat left center;
}
.column_title_common{
    color:#b83d1f;
    font-size:28px;
    font-weight:bold;
}
/* 悬浮 */
.audio_cover{
    width: 104px;
    height: 150px;
    position: relative;
}
.img-outer {
    position: relative;
    width: 100%;
    height: 0;
  }
  
.img-inner{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.img-inner .card-img{
     width: 104px;
    height: 150px;
}
  .bd-coverbg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.bd-cover {
    display: none;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0%;
    text-align: center;
    transform: -webkit-translate(0%, -50%);
    transform: -moz-translate(0%, -50%);
    transform: -o-translate(0%, -50%);
    transform: -ms-translate(0%, -50%);
    transform: translate(0%, -50%);
 }
 .bd-nums{
     margin-top: 30px;
     color: #fff;
     font-size:14px;
 }
 .bd-nums .icon_listen{
     width: 20px;
     height: 18px;
     margin-right: 5px;
     background: url(../images/listen.png) no-repeat;
     vertical-align: middle;
 }

.audio_cover:hover .bd-cover {
    display: block;
}
  
.audio_cover:hover .bd-coverbg {
    display: block;
}



/* 音频信息 */
.audio_container{
    padding: 25px;
}
.audio_detail,.audio_detail .detail_top{
    padding-bottom: 25px;
   border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.audio_detail .detail_top .top_l{
    width: 193px;
}
.audio_detail .detail_top .top_r{
    width: 560px;
}
.audio_detail .detail_top .top_r .title{
    font-size: 28px;
    font-weight: bold;
   border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    padding-bottom: 10px;
}
.audio_detail .detail_top .top_r .info{
    padding:15px 0;
    color: #979797;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.audio_detail .detail_top .top_r .operate{
    width: 420px;
    height: 50px;
    padding-top: 25px;
    font-size: 24px;
}
.audio_detail .detail_top .top_r .operate .start_play{
    width: 160px;
}
.audio_detail .detail_top .top_r .operate .icon_play{
    width: 44px;
    height: 46px;
    margin-right: 10px;
    background: url(../images/start_play.png) no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.audio_detail .detail_top .top_r .operate .icon_pause{
    background: url(../images/icon_pause.png) no-repeat;
}
.audio_detail .detail_top .top_r .operate .controls{
   margin-top: 5px;
   position: relative;
}
.share_content{
    position: absolute;
    right: -102px;
    width: 200px;
    top: -10px;
}
.audio_detail .detail_top .top_r .operate .controls .download{
    display: inline-block;
    width: 92px;
    height: 35px;
    background: url(../images/down_bg.png) no-repeat;
}
.audio_detail .detail_top .top_r .operate .controls .share{
    display: inline-block;
    width: 92px;
    height: 35px;
    margin-left: 10px;
    background: url(../images/share_bg.png) no-repeat;
}

.audio_detail .detail_top .top_r .info .icon_listen{
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(../images/headset.png) no-repeat;
    vertical-align: middle;
}
.audio_detail .detail_top .top_r .labels{
    margin-top: 20px;
}
.audio_detail .detail_top .top_r .label{
    display: inline-block;
    height: 33px;
    line-height: 33px;
    min-width: 60px;
    text-align: center;
    background-color:rgba(151, 151, 151, 0.5);
    margin-right: 15px;
    color: #fff;

}
.audio_detail .detail_bottom{
    padding-top:20px;
}
.audio_left  .catalog{
    margin-top: 40px;
}
.audio_left  .catalog .title{
    height: 38px;
    line-height: 38px;
    padding-bottom:15px;
    border-bottom:2px solid #b73c1f;
}
.audio_left  .catalog .title .name {
    font-size: 32px;
}
.audio_left  .catalog .title .order{
   color: #979797;
   font-size:18px;
}
.audio_left  .catalog .title .order a{
    color: #979797;
}
.audio_left  .catalog .title .order a:hover{
    color:#b83d1f;
}
.audio_left  .catalog .title .order a.active{
    color:#b83d1f;
}


/* 音频列表 */
.sound_list ul>li{
    font-size:18px;
    padding: 20px 25px 20px 0;
    border-bottom: 1px solid #e8e8e8;
    height: 18px;
    line-height: 18px;
}
.sound_list li:hover {
    background: rgba(243,244,245,.3);
}
.sound_list li:hover a{
    color:#c22f18;
}
.sound_list .icon-wrapper{
    display: inline-block;
    min-width: 60px;
    text-align: center;
    line-height: 0;
    padding: 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.sound_list .icon-wrapper .default{
    color: #40404b;
}
.sound_list .icon-wrapper .playing,.sound_list .icon-wrapper .btn-play{
    height: 25px;
    color: rgba(255, 255, 255, 0);
}
.sound_list .icon-wrapper .btn-play{
    background: url(../images/btn-play.png) no-repeat;
}
.sound_list .icon-wrapper .playing{
    background: url(../images/wave.gif) center  no-repeat;
}
.sound_list .text{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sound_list .text a{color:#40404b;}
.sound_list .right{
    display: inline-block;
    vertical-align: middle;
    margin-left: 49px;
    width: 240px;
    float: right;
    color:#979797;
    font-size: 20px;
}
.sound_list .right .icon_listen{
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 5px;
    background: url(../images/headset.png) no-repeat;
    vertical-align: top;
    background-size: 100%;
}
.sound_list .right .time{
    float:right;
}
.loadmore{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#979797;;
    cursor: pointer;
}

/* 广告 */
.adver{
    width: 100%;
    height: 200px;
    margin-top: 10px;
    background-color: pink;
}

/* 推荐——猜你喜欢 */
.grey_line{
    height: 10px;
    background-color: #f7f7f7;
}
.recommend,.favorite{
    padding: 25px;
}
.audio_right .list_box {
    margin-top: 22px;
}
.audio_right .list_box .left{
    width: 104px;
    margin-right: 20px;
}
.audio_right .list_box .right{
    width: 232px;
}
.audio_right .list_box .right .title{ 
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 75px;
}
.audio_right .list_box .right .time{ 
    color: #979797;
    font-size: 18px;
}
.audio_right .recommend .title,.audio_right .favorite .title{
    color:#40404b;  
}


/* 底部悬浮播放 */
#player_loked{
     width: 100%;
     height: 70px;
     position: fixed;
     bottom: -2px;
     left:0;
     background:url(../images/bottom_bg.png);
     color: rgba(255, 255, 255, 0.9);
     padding:15px 0;
     box-sizing: border-box;
     font-size: 14px;
}
#player_loked .player_wrap{
    height: 40px;
    line-height: 40px;
    user-select: none;
}
#player_loked .player_wrap .player_cover{
    margin-top: 2px;
    width: 35px;
    height: 35px;
    background-color:#ccc;
}
#player_loked .player_wrap .player_cover img{
    width: 100%;
    height: 100%;
}
#player_loked .player_wrap .player_btns{
    margin-left: 15px;
    height: 40px;
}
#player_loked .player_wrap .player_btns  a{
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
#player_loked .player_wrap .player_btns  .prev{
    width: 25px;
    height: 25px;
    background:url(../images/i_left.png) no-repeat;
}
#player_loked .player_wrap .player_btns  .play{
    width: 35px;
    height: 35px;
    background:url(../images/b_play.png) no-repeat;
    vertical-align: -5px;
}
#player_loked .player_wrap .player_btns  .play2{
    background:url(../images/icon_stop.png) center center no-repeat;
}
#player_loked .player_wrap .player_btns  .next{
    width: 25px;
    height: 25px;
    background:url(../images/i_right.png) no-repeat;
}
#player_loked .player_wrap .progress_info{
    width:537px;
    height: 40px;
    position: relative;
    top:-8px;
}
.progress_info .progress_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.progress_top .progress_name{
    float: left;
    opacity: 0.5;
}
.progress_top .progress_name:hover{
    opacity: 1;
}
.progress_time{
    opacity: 0.5;
    margin-left:25px;
    margin-top: 8px;
}
.progress_info .progress_bar{
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.5);
    margin-top: 5px;
    position: relative;
}
.progress_bar .progress_line{
    width: 0px;
    height: 100%;
    background: #fff;
}
.progress_line .progress_dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0px;
}
.voice_info{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-left: 25px;
    top: 3px;
}
.voice_info .voice_icon{
    width: 26px;
    height: 21px;
    background:url(../images/volume.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.voice_info .voice_icon2{
    background-position: 0 -182px;
}
.voice_info .voice_bar{
    width: 70px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    right: 0;
    top: 16px;
}
.voice_bar .voice_line{
    width: 70px;
    height: 100%;
    background: #fff;
}
.voice_line .voice_dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    top: -5px;
    left: 70px;
}

.b_oprations{
    margin-left: 50px;
}
.b_oprations .btns{
    background: url(../images/b_line.png)  center right no-repeat;
}
.b_oprations .btns a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    vertical-align: -11px;
}
.b_oprations .btns .down_icon{
    background:url(../images/b_down.png) no-repeat;
}
.b_oprations .btns .share_icon{
    background:url(../images/b_share.png) no-repeat;
}


