.psy-fm-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.psy-fms-box {
    width: 1160px;
    padding: 15px 20px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 30px;
}

.fm-area {
    width: 100%;
    position: relative;
    /* background-color: red; */
}

.fm-content {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 60px;
    height: 600px;
    width: 1000px;
    margin: 0 7%;
    z-index: 99;
    color: #fff;
    border-radius: 15px;
}

.fm-bar {
    width: 100%;
    height: 110px;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}

.control-bar {
    display: flex;
    width: 280px;
    height: 120px;
    align-items: center;
    margin: 0 25px;
}

.fm-btn {
    width: 64px;
    height: 64px;
    margin: 0 15px;
    text-align: center;
}

    .fm-btn img {
        width: 64px;
        height: 64px;
    }

.content-title {
    font-size: 26px;
    text-align: center;
    margin: 25px 0
}

.content-detail {
    margin: 0 36px;
    font-size: 18px;
    line-height: 28px;
    overflow-y: scroll;
    height: 470px;
}

.swiper-container {
    width: 100%;
    height: 730px;
}

.swiper-slide {
    width: 100%;
    height: 730px;
}

    .swiper-slide img {
        width: 100%;
        height: 730px;
    }

.fm-munu {
    width: 140px;
    height: 120px;
    margin-left: 70px;
    text-align: center;
}

    .fm-munu img {
        width: 49px;
        height: 55px;
        margin-top: 35px;
    }

/* 进度条开始 */
.fm-progress {
    width: 1050px;
    margin-top: 58px;
}

.slider {
    background: rgba(0, 0, 0, 0.3);
    height: 8px;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

    .slider:hover span,
    .slider.enable span {
        opacity: 1;
    }

    .slider span {
        background: #459fd5;
        margin-left: -2.5px;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-top: -6px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 999
    }

    .slider .loaded,
    .slider .pace {
        position: absolute;
        height: 100%;
        opacity: 0.7;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
    }

    .slider .loaded {
        background: rgba(255, 255, 255, 0.1);
    }

.slider {
    background: #258fb8;
}

.pace {
    /*background: #FF2500;*/
    background: #fff;
}

/* 进度条结束 */
.musicList {
    width: 320px;
    background: rgba(66, 154, 215, 0.7);
    padding: 15px 0;
    position: absolute;
    bottom: 108px;
    right: 0;
    z-index: 999;
    border-radius: 15px;
    display: none;
}

    .musicList li {
        margin: 0 20px;
        color: #fff;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        padding-left: 35px;
    }

        .musicList li:last-child {
            border: none
        }


.playing {
    background: url(../images/playing.png) no-repeat 0 center;
    color: #fff;
    font-weight: bold;
}

.timer {
    width: 50px;
    font-size: 16px;
    height: 120px;
    line-height: 120px;
    margin-right: 5px;
}



.bottom-space{
    width: 1200px;
    height: 30px;
}
