.bvideo a:link{
    text-decoration:none!important;;
}
.bvideo-box {
    width: 80%;
    height: 96px;
    margin: 0 auto;
    font-weight: 400;
    box-sizing: border-box;
    background: #f4f4f5;
    border: 0.0625rem solid #d1d1d1;
    border-radius: 6px;
    background-color: #fcfcfc;
    display: flex;
    user-select:none;
    cursor:pointer;
    overflow: hidden;
    /* background-color: hsla(240,5%,96%,.3); */
}

.bvideo-cover {
    display: inline-block;
    width: 150px;
    height: 94px;
    min-width: 150px;
    min-height: 94px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
    position: relative;
}

.bvideo-cover .video-cover-img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-position: 50%;
}

.bvideo-cover .duration {
    position: absolute;
    right: 3px;
    bottom: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.bvideo-cover .bvideo-cover-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bvideo-info {
    margin-left: 1rem;
    padding-top: 10px;
    min-height: 84px;
    position: relative;
    text-align: left;
}

.bvideo-info .title {
    max-height: 40px;
    min-height:19px;
    color: #222;
    line-height: 1.4;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    max-width: 25rem;
    margin: 0;
}
.bvideo-info .up-name {
    height: 19px;
    margin-top: 1px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px
}
.bvideo-info .card-status {
    line-height: 13px;
    font-size: 12px;
    color: #999;
    margin: 0;
    /* position: absolute; */
    bottom: 30px;
}

.bvideo-info .play-num {
    margin-right: 13px;
}

.bvideo-info .partition {
    font-size: 12px;
    line-height: 13px;
    color: #999;
    position: absolute;
    bottom: -1px;
    padding-left: 35px;
    top: 78px;
}



.icon-video {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA2CAMAAACsuQomAAAAclBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+As+VLAAAAJnRSTlOzAK8+F4OppBAmnTKsllOOb2dhOS0JBJqAWk0aB19FHgJ8dUAgC8ZU4VsAAAGPSURBVEjHpdbrcqowGIXhtbIxnEGOCmKt2n3/t1hSO6Y2qYwf779M5plkCJkJ+Fih85i+4lwX/NUvHAHQLd3SDED0HHcagGoc2ygA4eRidwV15WNvytmRDzPWmBv5sxFzYcxFzI8QcwVtw5c9kcuYhwRz9X1cYS4J+Cfu4+bfvUJhbvs9umBOFXY6PT3gqNJ4pWSY7rhx6DL/+MZXhdfTRoOnDJJ2ncEbyBpIxBCmJ+IIaSlRivGRCOGpbMdkEV8IBU8t2R3VAt4T3gLOBefnePMMk2m+ArMvtByT0VaAbXEpwLa3cAXm/0rJMXnaCLCtSVZgRvkKzOOalXcCbM9LiuMSEGLzjwqxuR1SnO4AIT7sASHuagUpNscjw+7xuDiDp9Q9HrczkcBTfq01ltoSe0gbiVGMD0SUCe2GBGshbg2ecpGtaDCDncBe+htmdH6VquHdPuLabZ4pdZ/yZSfDcgjc52MDk36nrz6DKeVXLu6S25fwV90eUA62l1eFdU9/Ux2q/YEOtjlbfjoLrugTV6YSSQ5kbxYAAAAASUVORK5CYII=);
    position: absolute;
    background-size: 100% 100%;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -13px;
    height: 26px;
}

.card-label {
    display: inline-block;
    font-weight:550;
    width: 25px;
    height: 13px;
    border:1.5px solid #ffc3d4;
    color:#ffc3d4;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: 0;
    padding-left:1px;
}
.bvideo-cover .cover-default {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 44px;
    background-color: #f0f1f4;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .bvideo-cover {
        display: none;
    }
    .partition{
        display:none;
    }

    .bvideo-info .title {
        max-height: 40px;
        min-height:19px;
        color: #222;
        line-height: 1.4;
        font-size: 14px;
        text-overflow: clip;
        overflow: hidden;
        white-space:normal;
        margin: 0;
    }
}