@font-face {
  font-family: 'ydico';
  src:  url('fonts/icomoon.eot?cdoluk');
  src:  url('fonts/icomoon.eot?cdoluk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cdoluk') format('truetype'),
    url('fonts/icomoon.woff?cdoluk') format('woff'),
    url('fonts/icomoon.svg?cdoluk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#bgmplayer [class^="icon-"], #bgmplayer [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ydico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-list:before {
  content: "\f00b";
}
.icon-music:before {
  content: "\f001";
}
.icon-zuo:before {
  content: "\f104";
}
.icon-you:before {
  content: "\f105";
}
.icon-bofang:before {
  content: "\f1d8";
}
#bgmplayer {
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    background: #00BDFF;
    color: white;
    transition: transform .5s ease;
}
#bgmplayer ::-webkit-scrollbar {
    width: 3px !important;
}

#bgmplayer ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
}

#bgmplayer ::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
#bgmplayer ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4) !important;
}
.bgmplayer{
transform: translateX(218px);    -webkit-transform: translateX(218px);
 -ms-transform: translateX(218px);
}
.bgmon{
transform: translateX(0px);    -webkit-transform: translateX(0);
   -ms-transform: translateX(0);
}
span.bgmbuttom{
    font-size: 12px;
    float: left;
    padding: 25.5px 5px 25.5px 5px;
}
#bgmpanel {
    width: 240px;
    height: 60px;
    padding: 5px 0;
}
#jindu {width:0%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
}
.bgmfm {
    float: left;    margin: 0 10px 0 5px;
}
.bgmfm img {
    width: 55px;
    height: 55px;
    border-radius: 50%;    border: 2px solid #ccc;
}

.bgmtitle {
    font-size: 15px;
    padding: 5px 0;white-space: nowrap;    overflow: hidden;    margin-right: 5px;
}
.bgmtime {
    float: left;
}
.bgmtime span {
    font-size: 15px;
    margin: 0 5px 0 0;
}
.bgmbtn {
    float: right;
}
.bgmbtn span {
    font-size: 15px;
    padding: 5px 5px;
}
.bgmbtn span:hover{
    background-color: rgba(228, 228, 228, 0.54);
}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.bgmfm .Rotation{    border: 2px solid #FFF;
    box-shadow: 0 0 5px #ccc;
-webkit-transform: rotate(360deg);
animation: rotation 9.8s linear infinite;
-moz-animation: rotation 9.8s linear infinite;
-webkit-animation: rotation 9.8s linear infinite;
-o-animation: rotation 9.8s linear infinite;
}
.yd-lib{   overflow: hidden;    padding-left:5px;    padding-right: 3px;}
ol#playlist { border-top: 1px solid rgba(138, 138, 138, 0.21);   margin:0 0 8px 0;
    display: none;       width: 240px;
max-height: 130px;padding-left: 0px;
    overflow-y: auto;
}
.yd-playing {
    border-left: 3px solid #ff0000;
}
li.yd-lib:hover{
background-color: #fff;
    color: black;
}
