.toptip {
    width: 100%;
    background: #f0eff8;
}
.layui-layer-title {
    font-size: 20px;
    text-align: center;
}

.main-toptip {
    height: 38px;
}
.animate {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow-y: hidden;
    animation: 3s wordsLoop cubic-bezier(0, 0, 0, 0) infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
}

.lab {
    margin-top: 10px;
    padding: 0 10px;
    height: 18px;
    background: linear-gradient(90deg, #5951da, #b459fb);
    border-radius: 5px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.main-toptip-title {
    font-size: 14px;
    line-height: 38px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5951da;
    margin-left: 18px;
    cursor: pointer;
}

.content {
    margin-top: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-box {
    margin-left: -10px;
    margin-top: 12px;
    width: 920px;
}

.video-right-list{
    margin-top: 11px;
    float: left;
    width: 220px;
}
.video-right-list .img{
    margin-left: 14px;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-right-list .info{
    width: 126px;
    margin-left: 10px;
}
.video-right-list .info .title {
    width: 126px;
    margin-top: 0px;
    min-height: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2f3031;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bottom-data{
    margin-top: 12px;
}
.main-video-list-right .bottom-data ul li:nth-child(2)::before{
    content: '\ec8c' !important;
    font-family: "iconfont" !important;
    color: #B1B1B1 !important;
    font-size: 16px;
}
