@charset "UTF-8";

.topMainDiv {
    width: 100%;
    display: flex;
    height: 380px;
    background: #EEEEEE;
}

.player {
    width: 1282px !important;
    height: 80px !important;
    float: left;
    margin: 20px 0 0 0;
}

.playList {
    width: 1282px;
    height: 135px;
    float: left;
    margin: 20px 0 0 8px;
}

.list {
    width: 419px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #EEEEEE;
    margin: 0  9px 0 0;
    float: left;
}
.list:last-child{
    margin: 0;
}
.name {
    width: 206px;
    height: 85px;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    float: left;
    margin: 56px 0 0 16px;
}

.logo {
    width: 54px;
    height: 54px;
    opacity: 1;
    border: 1px solid #D7E4F9;
    float: left;
    margin: 38px 0 0 26px;
    border-radius: 54px;
}

.hover {
    border: 1px solid #3578E3;
}

.hover .name {
    color: #3578E3;
}