/* toolbar start*/

.sound-toolbar {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    /* right: 0;
     */
    background: #00a0e9;
    border-bottom: 1px solid #2db0eb;
}
.sound-toolbar-contain-item .contain-item-pic .pic-li:hover,
.sound-toolbar-contain .sound-toolbar-contain-item .sound-a:hover {
    background-color: #002d2a;
}