@charset "UTF-8";
.topMainDiv {
    width: 100%;
    display: flex;
    height: 755px;
    background:#000000;
}
.player{
    width: 1045px;
    height: 646px;
    background: #262626;
    float: left;
    margin: 39px  0 0 0;
}
.playList{
    width: 275px;
    height: 646px;
    background: #262626;
    float: left;
    margin: 39px 0 0 0px;
}
.list{
    width: 241px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0);
    float: left;
    margin: 0 0 8px 0;
    color:#BBBBBB;
    font-size:22px;
    font-weight:350;
    height:60px;
    line-height:60px;
}
.name{
    width: 106px;
    height: 85px;
    font-size: 15px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #A3A3A5;
    line-height: 85px;
    float: left;
    text-align: center;
}
.status{
    width: 87px;
    height: 30px;
    background: #16161A;
    border-radius: 162px 162px 162px 162px;
    opacity: 1;
    font-size: 15px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #3578E3;
    line-height: 30px;
    float: left;
    text-align: center;
    margin: 28px 0 0 0;
}
.hover{
    color:#DE0615;
    font-size:24px;
    font-weight:700;
    
}
.hover .name{
    color:#fff;
}