.mp .mp-list-box::-webkit-scrollbar {    width: 9px;
    height: 9px
}
/*定义滚动条轨道*/
.mp .mp-list-box::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*定义滑块 内阴影+圆角*/
.mp .mp-list-box::-webkit-scrollbar-thumb {
    background-color: #aaa;
    /* background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);*/
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
.mp .mp-list-box.mp-list-show{overflow-y: scroll;}
.mp p{  overflow: hidden;
    width: 80%; height:18px;}
.audio-wrap{ border-radius:0 0 4px 4px;}


html,body{
    height:100%;
}

.mm-page{
    height:100%;
    position: relative;
}

.middle{
    /*position: absolute;*/
    /*top: 146px;*/
    /*bottom: 140px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.audio-play-list{
    min-height: 210px;
}

/*.footer-wrap{position: absolute;bottom: 0; width: 100%;}*/