.musicTop{
    margin: 20px 0;
}
.musicIcon{
    width: 36px;
}
.musicTitle{
    font-size: 22px;
    font-weight: bold;
    margin: 100px 0 20px 0;
    text-align: center;
}
.musicMain{
    width: 100%;
    padding-bottom: 150px;
}

.musicLabel{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    margin-top: 40px;
    background-color: #313867;
    color: #fff;
}
.musicUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.musicLi{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    border-bottom: 1px solid #f5f1f1;
}
.musicIcon{
    width: 18px;
    margin-right: 6px;
}
.musicTime{
    color: #808185;
}
.musicT{
    font-size: 16px;
    cursor: pointer;
}
.musicT:hover{
    color: #0b8cff;
}
/* 音频播放器 */
.audioWrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #f1f3f4;
}
.audioTitle{
    width: 1160px;
    font-size: 15px;
}
.audioWrap audio{
    width: 1200px;
}