.aplayer .aplayer-pic {
    position: relative;
    float: left;
    height: 86px;
    width: 86px;
    background-size: cover;
    background-position: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.aplayer .aplayer-info {
    margin-left: 76px;
    padding: 14px 7px 0 10px;
    height: 66px;
    box-sizing: border-box;
}
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}