@charset "UTF-8";
.topMainDiv {
    width: 100%;
    display: flex;
    height: 880px;
    background:#222222;
}
.player{
    width: 1025px !important;
    height: 665px !important;
    background: hsl(240, 8%, 9%);
    float: left;
    margin: 20px  0 0 0;
}
.playList{
    width: 241px;
    height: 625px;
    background: #16161A;
    float: left;
    margin: 20px 0 0 8px;
    overflow-y:auto;
    padding:20px 0;
}
.list{
    width: 419px;
    height: 130px;
    background: #232429;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0);
    float: left;
    margin: 0 20px 8px 0;
}

.name{
    width: 206px;
    height: 85px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    float: left;
    margin: 56px 0 0 16px;
}
.status{
    width: 87px;
    height: 30px;
    background: #16161A;
    border-radius: 162px 162px 162px 162px;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    color: #3578E3;
    line-height: 30px;
    float: left;
    text-align: center;
    margin: 28px 0 0 0;
}
.hover{
    border: 1px solid #3578E3;
}
.hover .name{
    color:#fff;
}
.menuList{
    float:left;
    color: #666;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    font-size:14px;
}
.menuTime{
    float:left;
    padding-left: 10px;
    width:71px;
}
.menuContet{
    float:left;
    
}
.menuHover{
    color: #ff3300!important;
}
.playListBox{
    width:100%;
    padding:20px 0;
    float: left;
}
.logo {
    width: 54px;
    height: 54px;
    opacity: 1;
    border: 1px solid #D7E4F9;
    float: left;
    margin: 38px 0 0 26px;
    border-radius: 54px;
}
