.MusicBox
{  
  font: 13px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
 
  /*透明度*/
  opacity:0.9; 
  
  position:relative;
  z-index:9;
  height:35px;
  margin: 25px 25px;
}
  
.ProcessControl
{
   height:35px;
   color:#000000;
   position:relative;
}

.ProcessControl > div
{
	position: absolute;
}
     
.ProcessControl .SongName
{
   top:0px;
   left:0px;
   width:40px;
   height:100%;
   line-height:35px;
}

.ProcessControl .SongTime
{
   top:0px; 
   right:0px;
   width:42px;
   height:100%;
   line-height:35px;
   text-align:center;
}

.ProcessControl .Process
{
  top:15px;
  height: 4px;
  left:40px;
  cursor: pointer;
  right:42px;
  background-color:#7A8093; 
   
}

.ProcessControl .ProcessYet
{
  top:15px;
  height:4px;
  left:40px;   	 
  width: 0px;
  right:42px;
  cursor: pointer;
  background-color:#000000;
}   

.MainControl
{
   left:63px;
   top:0px;
   width:35px;
   height:100%;
   background:url(../images/sk-dark.png) -80px -130px no-repeat;    
}


.MainControl:hover
{
   background:url(../images/sk-dark.png) -80px -166px no-repeat;
}


.StopControl
{
   left:63px;
   top:0px;   
   width:35px;
   height:35px;
   background:url(../images/sk-dark.png) -48px -130px no-repeat; 
}


.StopControl:hover
{
   background:url(../images/sk-dark.png) -48px -165px no-repeat;
}

.share-wrap {
    position: relative;
    z-index: 10;
    width: auto;
    height:100%;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
}

.cover-box {
    position: relative;
    margin: 0 auto;
}

.cover-box .cover-img {
    max-width: 100%;
    height: auto;
    display: none;
}

.player-box .cover-box {
    position: relative;
    margin: 0 auto;
}

.fm-container .player-btn-box {
    clear: both;
    width: 100%;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    ddbackground-color: #ccc;
}

.fm-container .player-btn-box>div {
    margin: 0 auto;
    width: 84px;
}

.player-btn-box div>a {
    display: inline-block;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
    text-indent: -1000%;
    overflow: hidden;
}

.player-btn-box .fm-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 84px;
}

.fm-btn a {
    display: block;
    width: 84px;
    height: 84px;
    background-size: 84px 84px;
    z-index: 110;
}

.fm-btn .fm-play {
    background-image: url('../images/play1.png');
}

.fm-btn .fm-pause {
    background-image: url('../images/pause1.png');
}

.ControlBox
{
   height:35px;
   background-color:#FAF0E2;
   margin: 30px auto;
   width:160px;
}
  
.MusicControl
{
   height:35px;
   color:#000000;
   position:relative;
}

.MusicControl > div
{
	position: absolute;
	/*border:1px solid red;*/
}
     
.MusicControl .prev
{
   left:0px;
   top:0px;
   width:35px;
   height:100%;
   background:url(../images/prev.png); 
   background-size: 35px 35px;
}
.MusicControl .next
{
   right:0px;
   top:0px;
   width:35px;
   height:100%;
   background:url(../images/next.png);
   background-size: 35px 35px;
}