﻿
.playerheader
{
    height: 40px;
    background: #262626;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #0590e9;
    display: inline-block;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    box-shadow: 0px 0px 5px 0px #a2a29e;
}
.playtitle
{
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    display: -webkit-box;
    position: relative;
    z-index: 9999;
    line-height: 43px;
    color: #fff;
    overflow: hidden;
}
.playerheader h3
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: White;
    line-height: 40px;
    font-weight: normal;
    height: 40px;
    width: 100%;
}
.topaction
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
}.topaction a
{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.goback
{
    background: url(../images/back.png) no-repeat left center;
    background-size: auto 25px;
}
.usericon
{
    background: url(../images/userw.png) no-repeat right center;
    background-size: auto 25px;
}
.musicplayer
{
    position: relative;
}
.player
{
    text-align: center;
    position: relative;
    margin-top: 12px;
}
.player .userhead
{
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background: url('../images/headcover.png') no-repeat center center;
    -webkit-background-size: 240px;
    -moz-background-size: 240px;
    -o-background-size: 240px;
    background-size: 240px;
    height: 240px;
    width: 100%;
    position: relative;
}
.recomandSong
{
    position :absolute;
    left:0px;
    top:-9px;
    z-index: 10;
width: 45px;
height: 45px;
background: url('../images/rec1.png') no-repeat 0 0;
-webkit-background-size: 45px;
-moz-background-size: 45px;
-o-background-size: 45px;
background-size: 45px;
    }
    .playmode
    { position :absolute;
    right:0px;
    top:0px;
    z-index: 10;
    width:80px;
    height:40px;
        }
        .playmode span
        {background: url('../images/turnoff.png') center top no-repeat;
-webkit-background-size: 80px;
-moz-background-size: 80px;
-o-background-size: 80px;
background-size:80px;
width:100%;
height:100%;
display :none;
            }
            .playmode span.listplay
            {background: url('../images/turnoff.png') center -41px no-repeat;
-webkit-background-size: 80px;
-moz-background-size: 80px;
-o-background-size: 80px;
background-size:80px;

                }
@keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {-moz-transform:rotate(360deg);}
}
@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}
@-o-keyframes rotate
{ 
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

.player .userhead img
{
    vertical-align: middle;
    margin-top: 59px;
    width: 122px;
    height: 122px;
    border-radius: 61px;
    -moz-animation: rotate 5s linear infinite;
   -ms-animation: rotate 5s linear infinite; 
  -webkit-animation:rotate 5s linear infinite;

  -webkit-animation-play-state :paused;
    animation-play-state: paused;
}


.showdata
{
    position: relative;
    z-index: 999;
    margin: -31px 0 0;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    text-align: right;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
}
.showdata div
{
    position: relative;
    height: 42px;
    margin-left: 4px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.showdata div span
{
    height: 42px;
    width: 42px;
    display: inline-block;
}
.showdata div span.more
{
    position: relative;
    background: url('../images/showdata.png') no-repeat right 0px;
    background-size: 42px;
}
.showdata div span.more .arrow
{
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -17px;
    left: 14px;
    background: url('../images/expand.png') no-repeat 0px 0px;
    background-size: 12px;
    display: none;
}
.showdata div span.fav
{
    background: url('../images/fav.png') no-repeat right 0px;
    background-size: 42px;
}
.showdata div span.down
{
    background: url('../images/down.png') no-repeat right 0px;
    background-size: 42px;
    float: left;
}
.showdata div span.down a
{
    display :inline-block;
    width:100%;
    height:100%;
    
    }
#musicdata
{
    display: none;
}
.musicdata
{
    margin-top: 5px;
    background: url(../images/bg-options.png) repeat-x 0px 0px;
    -webkit-background-size: 3px auto;
    -moz-background-size: 3px auto;
    -o-background-size: 3px auto;
    background-size: 3px auto;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    width: 100%;
}
.musicdata span em
{
    font-style: normal;
    color: #999;
    font-size: 12px;
    display: block;
}
.musicdata span
{
    display: block;
    color: #636363;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    font-size: 16px;
   
}

.jp-progress
{
    width: 100%;
    height: 5px;
    margin-top: 5px;
    font-size: 14px;
    position: relative;
    background: #eee;
    cursor: pointer;
    top: 0px;
    left: 0px;
}
.jp-seek-bar
{
    position: relative;
    background: #d9d9d9;
    height: 5px;
    z-index: 0;
}
.jp-play-bar
{
    position: absolute;
    background: #00aaff;
    height: 5px;
    z-index: 1;
}
.jp-play-bar span
{
    width: 15px;
    height: 15px;
    background: url(../images/progressbar.png) no-repeat center center;
    position: absolute;
    background-size: 15px;
    right: -12px;
    top: -5px;
}
#currentTime, #totalTime
{
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    color: #c7c7c7;
    margin: 5px 5px 0px;
}
#currentTime
{
    float: left;
}
#totalTime
{
    float: right;
}
.playeraction
{
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    width: 100%;
}
.playeraction .pre, .playeraction .next
{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    height: 30px;
    margin: 0 4px;
}
.playeraction .play, .playeraction .pause
{
    height: 60px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.playeraction .play
{
    background: url('../images/pause.png') no-repeat center center;
    background-size: 60px;
    display: none;
}
.playeraction .pause
{
    background: url('../images/play.png') no-repeat center center;
    background-size: 60px;
}
.playeraction .pre
{
    background: url('../images/prev.png') no-repeat right center;
    background-size: 15px;
}
.playeraction .next
{
    background: url('../images/next.png') no-repeat left center;
    background-size: 15px;
}
.comments li
{
    border-bottom: 1px dashed #EDEDED;
    padding: 5px 0px 5px 2px;
    display: inline-block;
    width: 99%;
    height: auto;
    position: relative;
}
.comcontent
{
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    width: 100%;
    font-size: 12px;
}
.commentsleft
{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    width: 50px;
    height: 50px;
}
.commentsleft img
{
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 2px;
    border: none;
    -webkit-animation-play-state: running;
}
.comments .commentsright
{
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    color: #333;
    width: 75%;
    margin-left: 5px;
    text-align: left;
}
.commentsright
{
    line-height: 20px;
}
.commentsright img
{
    vertical-align: middle;
    border: none;
}
.comments em.vipuser
{
    color: red;
    font-weight: bold;
}
.comments em, .comments i
{
    word-break: break-word;
    font-style: normal;
}
.comments .commentsright p
{
    color: #8c8c8c;

}

.msgtxt
{
    width: 94%;
    height: 50px;
    border: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right:5px;
}
p .postly
{
    cursor: pointer;
    margin-top: 5px;
    height: 25px;
    font-style: normal;
    width: 70px;
    line-height: 25px;
    display: inline-block;
    background: #38a085;
    color: white;
    text-align: center;
    font-size: 12px; 
}
.postarea
{
    width:100%;
    text-align: right;
}
.postarea p
{ margin-right:5px;
    display:inline-block;
    width: 94%;
}
.jspager
{
    display: block;
    font-size:12px;
    margin: 10px 0px 5px 0px;
}
.jspager a, .jspager span
{
    padding: 1px 5px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    width: auto;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-left: 5px;
}
.jspager span
{
    color: #ccc;
}
.jspager span.currentpage
{
    padding: 2px 5px;
    color: #999;
    background: #390;
    color: white;
    border: none;
}
.jspager em
{
    color: #999;
     display :none;
}