body {
    overflow-x: hidden;
    overflow-y: auto;
}

p {
    margin: 0 0 0px!important;
}
.FM_Info img{
    height: 180px;
}
.FM_Bg {
    font-family: 'Microsoft YaHei';
    margin: 0px;
    height: 955px;
    background-color: rgb(0, 0, 0);
}

.FM_Left {
    text-align: center;
}

.sidebar {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.main {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.FM_Info {
    color: #fff;
    margin-top: 6rem;
}

#Button_LeftOrRight {
    position: absolute;
    top: 10px;
    opacity: .8;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.Button_right {
    right: 30px;
    background-image: url(../img/iconfont-xiangyou.png);
    background-size: 50px 50px;
}

.Button_left {
    left: 15px;
    background-image: url(../img/iconfont-xiangzuo.png);
    background-size: 50px 50px;
}

.icon {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.icon p {
    display: inline-block;
}

.icon_download {
    width: 20px;
    height: 20px;
    background: url(../img/iconPlay-63bef2.png) no-repeat -97px -150px;
    cursor: pointer;
}
.icon_download:hover{
    background: url(../img/iconPlay-63bef2.png) no-repeat -147px -150px;
}

.icon_random {
    width: 20px;
    height: 20px;
    background: url(../img/iconPlay-63bef2.png) no-repeat -100px -100px;
    cursor: pointer;
}
.icon_random:hover{
    background: url(../img/iconPlay-63bef2.png) no-repeat -150px -100px;
}

.Icon_repOne:hover {
    background: url(../img/iconPlay-63bef2.png) no-repeat -250px -100px;
}
.Icon_repOne {
    background: url(../img/iconPlay-63bef2.png) no-repeat -200px -100px;
    height: 20px;
    width: 20px;
}

.icon_horn {
    width: 20px;
    height: 20px;
    background: url(../img/iconPlay-63bef2.png) no-repeat -200px 0;
}
.icon_horn:hover{
    background: url(../img/iconPlay-63bef2.png) no-repeat -250px 0;
}

.Icon_mute:hover {
    background: url(../img/iconPlay-63bef2.png) no-repeat -50px -50px;
}
.Icon_mute {
    background: url(../img/iconPlay-63bef2.png) no-repeat 0 -50px;
    width: 20px;
    height: 20px;
}

.FM_Progress {
    z-index: 999;
    cursor: pointer;
    margin-left: -15px;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 100px;
    background-color: rgba(0, 0, 0, .3);
}

.FM_Button {
    position: absolute;
    bottom: 25px;
    width: 96%;
    height: 60px;
}

.Button_Play {
    float: left;
    background: url(../img/iconPlay-63bef2.png) no-repeat 2px -448px;
    width: 60px;
    height: 60px;
    transition: margin 1s, margin-left 1s;
    -moz-transition: margin 1s, margin-left 1s;
    -webkit-transition: margin 1s, margin-left 1s;
    -o-transition: margin 1s, margin-left 1s;
}
.Button_Play:hover{
    background: url(../img/iconPlay-63bef2.png) no-repeat -98px -448px;
}
.Button_Play:active{
    background: url(../img/iconPlay-63bef2.png) no-repeat -201px -451px;
}

.Icon_Pause:active {
    background: url(../img/iconPlay-63bef2.png) no-repeat -201px -551px;
}
.Icon_Pause:hover {
    background: url(../img/iconPlay-63bef2.png) no-repeat -98px -548px;
}
.Icon_Pause {
    background: url(../img/iconPlay-63bef2.png) no-repeat 2px -548px;
}

.Button_Back {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 0 0 -10px;
    background: url(../img/iconPlay-63bef2.png) no-repeat 15px -344px;
}
.Button_Back:hover{
    background: url(../img/iconPlay-63bef2.png) no-repeat -85px -344px;
}
.Button_Back:active{
    background: url(../img/iconPlay-63bef2.png) no-repeat -188px -347px;
}

.FM_Time {
    color: #fff;
    float: left;
    margin: 9px 0 0 10px;
}

.FM_Right_Info {
    overflow: hidden;
    height: 60px;
    width: 30%;
    min-width: 300px;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    margin: 10px 0 0 25px;
    -webkit-user-select: none;
    -webkit-user-select: none;
    position: relative;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, .3) inset;
}

.FM_Right_Info_DownLoad {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 105%;
    left: -110%;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    margin-top: -3px;
    box-shadow: 0 0 10px;
    padding: 22px 0 0 0;
    text-align: center;
    z-index: 10;
    opacity: .7;
}

.FM_Right_Info:hover {
    background-color: rgba(255, 255, 255, .3);
}

.FM_Right_Info_Status {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.FM_Right_Info_Data {
    color: #fff;
    font-size: 14px;
    float: left;
    margin: 10px 0 0 10px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}

.FM_Right_Info_DownLoadButton {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
}

.FM_Right_Info_DownLoad span {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #777;
    background-color: rgba(255, 255, 255, 1);
    height: 65px;
    top: 0;
    padding-top: 21px;
    width: 20px;
}

.FM_Right_Info_DownLoad a {
    color: #FFF;
    margin-left: 10px;
}

.FM_Right_Info:hover .FM_Right_Info_Status {
    background: url(../img/iconList-1d9649.png) no-repeat 16px -688px;
    cursor: pointer;
}

.FM_Right_Info:hover .FM_Right_Info_DownLoadButton {
    background: url(../img/iconPlay-63bef2.png) no-repeat -147px -127px;
    cursor: pointer;
}

.FM_Playing {
    background-color: rgba(255, 255, 255, .3);
    margin: 7px 0 0 25px;
    border: 3px rgba(255, 255, 255, .5) solid;
}

.FM_list {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 999;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    margin-bottom: 20px;

}

.FM_Right_List {
    margin-top: 60px;
    position: relative;
    right: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; 
}
.FM_Right_List.m_hidden {
    right: -135%;
}
.FM_list_Button{
    margin: 12px 0px 0px 88%;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.list_button{
    background: url(../img/iconfont-yousuojin.png) no-repeat;
    
}
.FM_Button .s_list_button{
    background: url(../img/iconfont-zuosuojin.png) no-repeat;
}

#backstretch_img {
    position: fixed!important;
    margin: 0px;
    opacity: 0.5;
    padding: 0px;
    border: none;
    max-width: none;
    width: 100%;
    height: 100%;
}
#FM_slider{
    opacity: 0.8;
    background-color: rgb(255, 255, 255);
    height: 5px;
}

.Msg {
    padding-top: 5px;
    height: 30px;
    width: 50%;
    z-index: 999999999999;
    position: fixed;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}
.Msg span{
    float: right;
    margin: 0 5px 0 -5px;
    cursor: pointer;
}
#FM_Header{
    z-index: 9999;
    position: fixed;
    right: 79px;
    top: 13px;
    transition: left .5s,right .5s;
    -moz-transition: left .5s,right .5s;
    -webkit-transition: left .5s,right .5s;
    -o-transition: left .5s,right .5s;
}
.FM_Header_right{
    right: 30%!important;
}
#FM_Serach input {
    background: rgba(0,0,0,.25);
    border: none;
    color: #b9b9b9;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 200px;
}

#homebox-nav {
    position: fixed;
    left: 40px;
    top: 17.5%;
    width: 30px;
    height: 165px;
    background: #fff;
    margin-left: -1rem;
    z-index: 999999999999999999;
}
#homebox-nav a {
    display: block;
    position: relative;
    padding: .5rem;
    color: #959595;
    border: 1px solid #eee;
    margin-top: -1px;
}
#homebox-nav a:hover, #homebox-nav a.active {
    background: #ff6fa2;
    border-color: #ff6fa2;
    color: #fff;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#homebox-nav a:hover:after {
    /* display: none; */
    position: absolute;
    background: #ff6fa2;
    top: -1px;
    left: 100%;
    content: attr(title);
    white-space: nowrap;
    padding: .5rem .5rem .5rem 0;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #ff6fa2;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 400px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Microsoft Yahei,Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * the following styles are auto-applied to elements with
 * v-transition="modal" when their visiblity is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter, .modal-leave {
  opacity: 0;
}

.success{
  color: #017900;
}
.danger{
  color: #A20000;
}