.video-page .top-filter{
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px 0;
    background: #fff;
}
.video-page .top-filter .type-list {
    cursor: pointer;
    margin-right: 20px;
    padding: 5px 2px;
}

.type-list a{
    color: #666;
}

.top-filter .active-class {
    border-radius: 20px;
    padding: 5px 10px;
    background: #5951da;
    color: #fff !important;
}
.main-video-list:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}


