 
.flexcen{
    display: flex;
    align-content: center;
    align-items:center;  
}
.flexlr{
    position: relative;     
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between; 
}
.flexst{
    display: flex;
    align-content: center;
    align-items:flex-start; 
}
.fl{
    float: left;
}
.fr{
    float: right;
}
#starlist .waplogin{display: none}
.zt .cat_img img{   
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.zt .cat_name{
    position: relative;
    z-index: 9;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    top: 20px;    
}
.push .zt,.push .cat_img{
    height: 100px;
}
.push .cat_name{ 
    top: 45%;  
} 
.push .zt:last-child{
    margin-left: 15px;
}
.clist{
    margin-bottom: 25px;
}
.clist img{
    border-radius: 5px;
     width: 50px;
    height: 50px;
     margin-right: 10px;
}
.clist .name{
    flex: 1;
}
.clist .name p{
    color: #666;
    font-size: 12px;
}
.clist .name p i{
    font-size: 12px;
}
 
 
.list {
    padding: 20px 0;
}
.list .item{
    display: block;
    padding: 0 25px; 
    border-radius: 50px;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
}
.btn,.list .item:hover,.list .active{
    background: rgba(24, 160, 88, 0.1);;
    color: #1eb867;
}
.list .item:hover{
    opacity: 0.8;
}
.usertab{
    padding: 10px 10px 5px; 
    margin:  -10px;
    border-top: 1px solid #f5f5f5;
}
.usermenu{
    position: fixed;
    bottom: 15px;
    text-align: center;
    z-index: 10;
    width: 20%;
    max-width: 200px;
}
.usermenu .item{
    margin: 0 15px;
}
.usermenu .regbtn{
   opacity: 0.8;
}
.usermenu .regbtn:hover{
   opacity:1;
}
 
.header img{
    height: 25px;
}
 #dropuldown{
     float:right;
     position: relative;
     margin-right: 15px;
 }
 #dropuldown .downul{
     position: absolute;
     top: 60px;
     left: -30px;
     width: auto;
     min-width: 60px; 
     line-height: 34px;
     background: #1f1f1f;
     padding: 10px;
     border-radius: 5px;
     display: none;
     font-size: 14px;
     box-shadow: 0 0 5px #555;
 }
  #dropuldown:hover .downul{
      
     display: block;;
  }
.nav{ 
    position: fixed;
    background: #fff;
    width: 100%;
    max-width:760px;
    top: 0;
    padding: 15px 15px 0;
    z-index: 10;
} 
.nav .tab>a{
    display: inline-block;
    margin-right: 15px;
}
.topso{ 
    padding: 12px 0 8px;
/*    border-bottom: 1px solid #f5f5f5;*/
    font-size: 14px;
    margin: 5px 8px 0;
} 
#logins span{
    font-size: 12px;
}
#logins a{
    margin-left:10px;
    font-size: 14px;
}
.search{
    position: relative;
}
.search .input,.search .submit{
    border:1px solid #f1f1f1;
    border-radius: 34px;
    padding: 5px 50px 5px 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    width: 100%;
}
.search .submit{
    width: 50px;
    padding: 5px 2px 5px 0;
    line-height: 24px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: none;
    border: none; 
} 
.mtool{
    padding: 15px;
    font-size: 14px; 
    opacity: 0.8;   
}
.blod{
    font-weight: 600;
    color: #444;
}
.hft{
    font-weight: 500;
    font-size: 16px;
}
.search .input:active,.search .input:focus{
    border:1px solid #ccc;
    box-shadow: 2px 2px 5px #eee;
}
.coverlist .uclest .vol{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    margin-right: 15px;
    background: #eee;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    position: relative;
}
/*
.vol .icon{
    font-size: 24px;
    margin-top: 12px;
}
*/
/*
.uclest .vol .icon{
    position: absolute;
   color: #666;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 12px;
    font-size: 10px;
}
*/
  
 
.nomore {
    text-align: center; 
}
 
.userinfo .inlogo{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 5px;
}
.userinfo h4{
    margin: 0; 
}
.userinfo p{
    margin: 0;
    color: #0009;
    font-size: 12px;
}
.songinfo{
    padding: 50px 10px ;
}
.show {
    margin-top: -20px;
    padding: 10px;
} 
.songinfo .bofangqi{
    padding: 15px 0;
}
 
.songinfo .srow a{
    display: inline-block;
}
.txthide{
     word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
   text-overflow: ellipsis;
}
.songinfo .srow,.showcomment{
    padding: 12px 15px;
}
.showcomment em{
    font-size: 12px;
    color: #0009;
} 
.showcomment h2{
    padding:0 15px;
}
.songinfo .srow .sp1{
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background: #fff;
}
.songinfo .srow .sp1 .icon{
    position: relative;
    top: -1px;
}
/*
.songinfo .srow .sp2{
    min-width: 55px;
}
*/

.commentGrid{
    overflow: hidden;
}
.ulogo{
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.songinfo .srow .sp3{
    flex: 1;
    max-width: 80%;
}
.songinfo .srow .sp3 p{
     color: #b2b2b2;
    font-size: 12px;
    margin-top: 4px;
} 
.songinfo .srow .sp3 b{
     margin-right: 10px;
    position: relative;
} 
.songinfo .srow .sp3 b:after{
     position: absolute;
     content: ',';
    top: -2px;
    right: -5px;
} 
.songinfo .srow .sp3 b:last-child:after{
    content: '';
}
.songinfo .srow .sp4{
    border-radius: 50px;
    padding: 0 8px;
    margin-right: 5px;
}
.songinfo .srow .sp5{
    border: 1px solid #eee;
    padding: 5px 0;
    border-radius: 5px; 
    width: 50px;
    text-align: center;
}
.clickplay,.clickgood,#addsfav{ 
    cursor: pointer;
}
 
.pages a,.pages b,#pagenavi a,#pagenavi span{
    margin-left: 10px;
    background: #121212;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #999!important;
}
.pages{
    padding-bottom: 30px;
    font-size: 14px;
}
.pages b,.coverlist .uclest .vol:hover,#pagenavi span{
    background: rgba(24, 160, 88, 0.1);
    color: #1eb867;
    cursor: pointer;
}

.songinfo .srow .sp5 p{
    font-size: 12px;
    color: #666;
}
 
.songinfo .srow .sp5 .icon{
    font-size: 14px;
    color: #666;
}
 
.clickac{
   background: rgba(24, 160, 88, 0.2);  
} 
 
/*
.songinfo .srow .sp5 i{
    width: 28px;
    width: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 28px;
    line-height: 28px;
    padding-left: 3px;
}
*/
.alluserlist{
    padding: 10px 15px;
}
.alluserlist p,.alluserlist .adds{
    font-size: 12px;
    color: #0009; 
}
.alluserlist .ulogo{
    margin-right: 5px;
}
.alluserlist .flexcen{
    width: 30.3%;
    margin: 5px 0 10px;
    padding-right: 3%;
} 
 
.alluserlist h3{
    font-size: 14px;
}
.alluserlist .nomore{
    margin: 35px auto 0;
}
 
.homeinfo,.myinfo{
    padding: 15px 20px;
}
.homeinfo .hlogo{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
}
.songinfo .srow h3{
    font-size: 18px;
    font-weight: normal; 
}
.songinfo .srow .sp3:hover{  
    text-decoration: none;
}
.homeinfo h3{
    margin-bottom: 5px;
    font-size: 18px;
}
.homeinfo p,.homeinfo h3 em,.myinfo p{
    font-size: 12px;
    color: #0009;
}
.homeinfo .add{
    cursor: pointer;
    padding: 5px 0 5px 5px;
}
.homeuser .intime{
    font-size: 12px;
    color: #0009; 
}
.homeuser .utab{
    margin: 10px 20px; 
    border-bottom: 1px solid #f5f5f5;
}
.homeuser .utab a{
    font-size: 13px;
    color: #0009; 
    display: inline-block;
    padding: 5px 0 ;
    margin-right: 15px;
}
.homeuser .utab .btn{
    font-size: 12px;
    color: #0b2f1c99; 
    display: inline-block;
    padding:4px 10px ;
    margin-right: 0;
    margin-top: 3px;
}
.homeuser .utab .icon{
    font-size: 12px;
}
.homeuser .utab .active{
    padding-bottom: 10px;
    border-bottom: 1px solid #1eb867;
}
.myinfo input{
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 5px;
    border:1px solid #eee;
    min-width: 120px;
    width: 100%; 
}
.myinfo p span{
    padding-left: 10px;
    font-size: 12px;
    color: #f60;
}
.jconfirm .jconfirm-holder{
    max-width: 400px;
    margin: 0 auto;
}
.myinfo .btn{ 
    width:40%;
    margin: 0 auto;
    display: block;
}
.regh2{
    padding: 20px 15px 20px;
    
    text-align: center;
/* 
    font-weight: normal;
    background: #f9f9f9;
*/
    margin-top: -10px;
    border-radius: 5px;
}
 
.myinfo p{
    padding: 5px 0;
}
.footer{
    padding: 15px 0; 
    text-align: center;
}
.footer p{ 
    font-size: 12px;
    color: #777;
} 
.flink{  
    margin: 30px auto 10px;
    padding: 0 15px 10px;
    overflow: hidden;
}
.flink h4{
    font-size: 13px;
    text-align: left;
    color: #555; 
}
.flink a{ 
    margin-right: 5px;
    font-size: 12px;
    color: #777;
}
/* 区块一 */
.b1_top{border:1px solid #eee;}
.b1_tit{height:30px;overflow:hidden}
.b1_tit div{height:30px;float:left;overflow:hidden}
.b1_tit .ct_p{width:10px;background:url(../img/bg.gif) -22px -35px no-repeat;margin-left:10px}
.b1_tit .ct_c{max-width:540px;padding:0 10px;line-height:28px;font-weight:bold;color:#fff;background:url(../img/bg.gif) 0 -123px repeat-x}
.b1_tit .ct_c a{color:#fff}
.b1_tit .ct_n{width:10px;background:url(../img/bg.gif) -32px -35px no-repeat}
.b1_cont{padding:10px;overflow:hidden;min-height:190px}
.b1_cont em{font-style:normal;color:#C00}
.comment_show{padding-top:20px;min-height:100px}

/* 区块二 */
.b2_tit{height:35px;overflow:hidden;line-height:35px;font-size:14px;text-indent:10px;border:1px solid #eee; background:#f9f9f9}
.b2_tit b{float:left}
.b2_cont{padding:10px;overflow:hidden;border:1px solid #eee;border-top:none}
/* 评论相关 */
#load_more,#load_more:visited{display:block; color:#333;height:30px;line-height:30px;text-align:center;cursor:pointer}
#load_more:hover{color:#1eb867}
.comment{padding:5px 10px 10px}
.comment .li{border-bottom:1px dotted #eee;margin:10px 0}
.comment .li .avatar{float:left}
.comment .li .avatar img{width:40px;height:40px;border-radius:5px;border:1px solid #eee;padding:3px}
.comment .li .post_body{padding:0 0 0 58px}
.comment .li .post_body .post_header{font-size: 12px;color: #888;}
.comment .li .post_body .post_header b{padding-right:30px;color:#455E85;font-size: 14px}
.comment .li .post_body .post_message{padding:5px 0 8px;word-wrap:break-word;word-break:break-all}
.comment_form{padding:0}
.comment_form .ctf_cont{border-bottom:1px solid #eee}
.comment_form .ctf_cont textarea{font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial;width:98%;height:100px;padding:8px;border:0;outline-style:none;resize:none;overflow:auto}
.comment_form .ctf_body{height:42px}
.comment_form .ctf_body span{font-size: 12px;color: #666}
.comment_form .ctf_txt{float:left;height:28px;padding:5px}
.comment_form .ctf_txt input{float:left;border: 1px solid #eee;width:150px;height:22px;line-height:24px;padding:2px 5px}
.comment_form .ctf_sub,.comment_form #ctf_tips{float:right;height:28px;line-height:28px;padding:5px}
.comment_form .ctf_sub input{background:url(../img/bg.gif) -106px -270px no-repeat;width:85px;height:28px;_line-height:30px;color:#fff;border:0}
.comment_form .ctf_sub input:disabled{color:#6D6D6D;text-shadow: 1px 1px 0 #FFF}
.wapmenu,.wapcats{
    display: none;
}
.widgetWrapper .itemUl{ 
    overflow: hidden; 
}
.widgetWrapper .itemUl li{
    width: 23%;
    float: left;
}
.widgetWrapper .itemUl .username{
    margin-left: 10px;
}
.widgetWrapper .itemUl .commentGroup{
    background: #1f1f1f;
    padding: 5px;
    border-radius: 4px;
    margin: 15px 0;
}
.commentGroup .detailText{
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    position: relative;
    padding-left: 6px;
    padding-right: 15px; 
}
.commentGroup .detailText:after{
    position: absolute;
    content: '>>';
    right: 0;
    top: 2px;
    font-size: 12px;
    color: #ddd;
}

/* 验证码模态窗的配置 */
.modal-dialog {
    display: none;
    background-color: var(--bodyBground);
    border-radius: var(--marRadius);
    border: 1px solid var(--bodyBground);
    position: fixed;
    z-index: 100;
    /* 定位 */
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

/* 验证码模态窗的按钮 */
.btn {
    cursor: pointer;
    color: var(--fontColor);
    background-color: var(--bodyBground);
    padding: 8px 11px;
    font-weight: 800;
    border-radius: var(--marRadius);
    margin-block: 12px;
    margin-inline: 17.5px;
    border: 1px solid var(--bodyBground);
}

.btn:hover {
    color: #50525e
}

.modal-header {
    text-align: center;
    border-bottom: 0px;
    width: 250px;
    padding: 20px
}

.modal-content img {
    float: left;
    height: 32px;
    margin-left: 20px;
    margin-block: 30px
}

.modal-content input[name="imgcode"] {
    padding: 6px 8px !important;
    margin-right: 20px;
    margin-left: 8px;
    text-align: left;
    margin-block: 30px;
    border: 1px solid var(--borderColor)
}

.modal-content .modal-footer {
    padding: 10px;
    text-align: center
}

/* 弹出验证码模态窗后，屏幕背景要锁住 */
.lock-screen {
    display: none;
    z-index: 99;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #2d2d2b;
    top: 0;
    left: 0;
    opacity: 0.5
}

/* 验证码的点击样式 */
#captcha {
    cursor: pointer
}

/*社区*/
.main-left .toptab{
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
}
.main-left .toptab a{
    margin-right: 15px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
}
.main-left .toptab .playall{
    margin-right: 0;
    top: 10px;
}
/*.main-left .em-badge-mute{*/
/*    padding: 5px 10px;*/
/*}*/
.main-left .forumslist li .con .cont a{
    height: auto;
}

.main-left .forumslist li .con .cont h2{
    font-size: 16px;
}
.main-left .formshow{
    font-size: 18px;
    padding: 12px 0 15px;
    color: #ffffff;
}
.main-left .forumslist li .con .cont h2:visited{
    color: #888;
}
.main-left .forumslist .time img{
     height: 50px;
     height: 50px;
    position: relative;
    top: -3px;
} 
.main-left .forumslist .time a{
      margin: 0 10px;
} 
.main-left .forumslist li .con .info .time{
    padding-left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.forumslist .column #alias a{
    color: #333;  
    font-size: 14px;
}
.main-left .mvlist{
    overflow: hidden;
    margin: 0 -3%;
}
.main-left .mvlist p{
    margin: 0 3%;
}
.main-left .mvlist li{
    width: 27.3%;
    float: left;
    margin: 0 3%;
    padding-bottom: 0;
}
.main-left .mvlist img{
    width: 100%;
}
.songlist .mvlist li .con .cont a{
    display: block;
    height: auto;
    line-height: normal;
    position: relative;
}
.log_cover{
    height: 180px;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden; 
    border-radius: 5px;
}
.main-left .mvlist .xcover:hover{
    background: #f9f9f9;
    
}
.songlist .mvlist li .con .snfo a{
    display: inline-block; 
    font-size: 12px;
    color: #aaa;
    position: relative;
    top: -6px;
}
.songlist .forumslist li .con .cont a{
    display: flex;
}
.songlist .forumslist li h2 span{
    font-size: 14px;
    color: #aaa
}
.songlist .forumslist .time b{
    margin-left: 8px;
}
.songlist .mvlist li h2{
    padding-left: 10px;
    position: relative;
}
.songlist .mvlist li h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #74787a;
}
  
.main-left .mvlist li{
    border-bottom: 1px dashed #eaeaea!important;
}
.main-left .mvlist li .con .cont a h2{
    margin: 5px 0;
}

.main-left .formshow span{
    border: none;
    padding-left: 0;
}
.uuflex{ 
    display: flex;
    align-content: center;
    align-items: center;
}
.showuser{ 
    justify-content: space-between;
}
.showuser b{
    font-size: 14px;
    color:#74787a;
    font-weight: normal;
    position:relative;top:4px;left:10px
}
.showuser .ulast b{ 
    color:#aaa; 
}
.showuimg{ 
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 5px;
}
.rss{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.coverlist .playshow{
    line-height: 30px;
    padding: 20px 0;
}
.coverlist .playshow p{
    margin: 10px 0;
}
.main-left ul li .tag{
    margin-right: 5px;
}
.songlist ul li .con .info .time{
    padding-left: 26px;
}
/*歌单*/
.gedans {
    margin: 1px auto 50px;
}
.gedans .gcover{
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.hot_list_wrap .gedanlist{ 
    margin-bottom: 20px;
} 
.gedans .flexcen{
    flex-wrap: wrap;
}
.gedans .covers{
    position: relative;
    
}
.gedans .flexcen h3{
    font-size: 14px;
    font-weight: normal;
    margin:8px 0 8px;
}
.gedans .flexcen h3,.gedans .flexcen p{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gedans .flexcen p{ 
    color: #999;
    height: 18px;
    font-size: 13px; 
} 
.mod_cover__icon_play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px;
    width: 70px;
    height: 70px;
    filter: alpha(opacity = 0);
    opacity: 0;
    -webkit-transform: scale(.7) translateZ(0);
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(.7) translateZ(0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    zoom: 1;
    background-image: url(../images/cover_play.56974e6f.png);
    background-image: -webkit-image-set(url(../images/cover_play.56974e6f.png) 1x, url(../images/cover_play@2x.53a26efb.png) 2x);
}
.gedans .gcover:hover .mod_cover__icon_play{
    
    filter: alpha(opacity = 1);
    opacity: 1;
}
.gedans .gcover img,.gedanshow img{
    transform: scale(1) translateZ(0);
    transition: transform .75s;
    border-radius: 5px;
    max-height: 220px;
}
.gedans .gcover:hover img{
    transform: scale(1.05) translateZ(0);
    transition: transform .75s;
}
.gedanshow{
    margin:20px auto;
}
.gedanshow .gleft{
    width: 20%;
}
.gedanshow .gright{
    width: 73%;
    margin-left: 2%;
}
.gedanshow h1{
     font-size: 22px;
     font-weight: normal;
    margin-bottom: 15px;
}
.gedanshow .gdinfo{
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
}
.gedanshow h3{
     font-size: 16px; 
    margin-bottom: 10px;
    font-weight: normal;
}
.gedanshow p{
     font-size: 14px;
     padding: 1px 0;
    color: #666;
}
.gedanshow .data__actions{
     margin-top: 50px;
}
.gedanshow .mod_btn {
    border-radius: 2px;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 23px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;    
    border: 1px solid #c9c9c9;
    color: #000;
}
.gedanshow .mod_btn_green {
    border: 1px solid #31c27c;
    background-color: #31c27c;
    color: #fff;
}








@media(max-width:761px){
    .main-left .mvlist li{
        float: none;
        width: 100%;
    }
    .songlist .mvlist .cont{
        display: block;
    }
    .nav .logo img,.wapcats .waplogin,#agotop{
        display: none; 
    }
    .main,.wapcats,#starlist .waplogin,.wapcats li{
        display: inline-block;
    } 
    .wapcats{ 
        margin-top: 5px;
        padding: 15px 5px;
        margin-left: -5px;
        margin-right: -5px;
        border-bottom: 1px solid #eee;
        white-space: nowrap;
        overflow-x: auto;
    }
    .wapcats a{ 
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
    }
    .wapcats .selected{
        color: #d90000;
        font-weight: 600;
    }
    .ringingbox .abtn{
        margin-right: 15px;
    }
    .wapmenu{
        display: flex;
        margin: 0;
        color: #1eb867;
    }
    .coverlist .rowa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .usermenu{
        width: 100%;
        max-width: 55%;
        left: 0;
    }
    .usermenu .item{
        margin-right: 0!important;
    }
     
    #closeMenu{
        top: 0;
        width: 100%;
        max-width: 100%;
        background: rgba(0,0,0,0.5);
    }
    .content{
        padding-bottom: 30px;
    }
   .mtool{
        padding: 15px 8px; 
    }    
    .nav{  
        
        left: 0;
    }
    .nav .tab>a{
        margin-right: 8px;
        max-width: 90px;
        word-break: break-all;
    }
    .nav .tab .logo{
        margin-left: -8px;
         margin-right: 8px;
    }
    .homeinfo{
        padding: 10px 0;
    }
    .homeuser .utab{
        margin-left: 0;
        margin-right: 0;
    }
    .homeinfo .hlogo{
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .homeinfo h3{
        font-size: 15px;
        margin-bottom: 2px;
    }
    .coverlist .uclest .vol{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .coverlist .uclist h2{
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    .coverlist .uclist{
        position: relative;
        top: -3px;
    }
    .topso{
        margin-left: 0;
        margin-right: 0;
    }
     .showcomment{
        padding: 0;
    }
    .push{
        padding-left: 5px;
        padding-right: 5px;
    } 
    .songinfo .srow h3{
        font-size: 15px!important;
    }
    .songinfo{
       padding-left: 0;
        padding-right: 0;
    }
    .songinfo .srow .sp1{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .songinfo .srow .sp5 p{
        line-height: 1.5;
    }
    .songinfo .srow{
        padding-left: 0;
        padding-right: 0;
    }
    .songinfo .srow .sp3{
        max-width: 66%;
    }
    .songinfo .srow{        
        width: 100%;
    }
    .coverlist .cent{
        margin-top: 10px;
    }
}
   .spectrograph_prnt {width: 100%;max-width: 760px; margin: auto;display: flex;}
.spectrograph {color: #f98f1d;display: inline-flex;justify-content: center;flex: 1 100%;height: 100px;overflow: hidden;-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='spectrograph' x='0' y='0' width='6px' height='4px' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='2px' width='6px' height='2px' fill='%23000'/%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23spectrograph)'%3E%3C/rect%3E%3C/svg%3E");mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='spectrograph' x='0' y='0' width='6px' height='4px' patternUnits='userSpaceOnUse'%3E%3Crect x='0' y='2px' width='6px' height='2px' fill='%23000'/%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23spectrograph)'%3E%3C/rect%3E%3C/svg%3E");}
.spectrograph__bar {margin: 0 3px 0 0;flex: 0 0 11px;height: 100%;background: currentColor;-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation: animation 1.5s steps(5, start) infinite alternate;animation: animation 1.5s steps(5, start) infinite alternate;will-change: transform;}
.spectrograph__bar:nth-child(1) { -webkit-animation-name: animation2; animation-name: animation2; -webkit-animation-delay: 50ms; animation-delay: 50ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(2) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 100ms; animation-delay: 100ms; -webkit-animation-duration: 1600ms; animation-duration: 1600ms; }
.spectrograph__bar:nth-child(3) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 150ms; animation-delay: 150ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(4) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 200ms; animation-delay: 200ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(5) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 250ms; animation-delay: 250ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(6) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 300ms; animation-delay: 300ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(7) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 350ms; animation-delay: 350ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(8) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 400ms; animation-delay: 400ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(9) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 450ms; animation-delay: 450ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(10) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 500ms; animation-delay: 500ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(11) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 550ms; animation-delay: 550ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(12) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 600ms; animation-delay: 600ms; -webkit-animation-duration: 1600ms; animation-duration: 1600ms; }
.spectrograph__bar:nth-child(13) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 650ms; animation-delay: 650ms; -webkit-animation-duration: 1600ms; animation-duration: 1600ms; }
.spectrograph__bar:nth-child(14) { -webkit-animation-name: animation2; animation-name: animation2; -webkit-animation-delay: 700ms; animation-delay: 700ms; -webkit-animation-duration: 1600ms; animation-duration: 1600ms; }
.spectrograph__bar:nth-child(15) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 750ms; animation-delay: 750ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(16) { -webkit-animation-name: animation3; animation-name: animation3; -webkit-animation-delay: 800ms; animation-delay: 800ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(17) { -webkit-animation-name: animation2; animation-name: animation2; -webkit-animation-delay: 850ms; animation-delay: 850ms; -webkit-animation-duration: 1800ms; animation-duration: 1800ms; }
.spectrograph__bar:nth-child(18) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 900ms; animation-delay: 900ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(19) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 950ms; animation-delay: 950ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:nth-child(20) { -webkit-animation-name: animation1; animation-name: animation1; -webkit-animation-delay: 1000ms; animation-delay: 1000ms; -webkit-animation-duration: 1700ms; animation-duration: 1700ms; }
.spectrograph__bar:last-child {margin: 0;}
@-webkit-keyframes animation1 {
0%, 5% {-webkit-transform: translateY(100%);transform: translateY(100%);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}

@keyframes animation1 {
0%, 5% {-webkit-transform: translateY(100%);transform: translateY(100%);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes animation2 {
0%, 66% {-webkit-transform: translateY(100%);transform: translateY(100%);}
33%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes animation2 {
0%, 66% {-webkit-transform: translateY(100%);transform: translateY(100%);}
33%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes animation3 {
33%, 66% {-webkit-transform: translateY(100%);transform: translateY(100%);}
0%, 45%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes animation3 {
33%, 66% {-webkit-transform: translateY(100%);transform: translateY(100%);}
0%, 45%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@media (max-width: 750px){
    .mright{margin:   5px;}
     .sidebar .logo_container a, #main-header .head_logo a{width: 100px;}
    .xmain .comment{
        display: block;
        width: 100%;
    }
    .xmain .margin-top{
        margin-top: 15px;
    }
} 


.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}
.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b;
}
.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
}
.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D;
}
.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.xmain .comment{
    overflow: inherit;
}
.social-share .icon-qzone:before {
    content: "\f08a";
}