.video-item
{

}
.video-table
{

}

.video-table thead th
{
    font-size: 14px;
}

.main-content
{
    padding-top: 20px;
}
.video-img
{
    display: inline-block;
    width: 120px;
    height: 68px;
    background-color: black;

    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;

}
.video-info
{
    display: inline-block;
    padding-left: 10px;
    width: 200px;
}
.video-info-title
{
    font-size: 14px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 40px;
}
.video-info-desc
{
    font-size: 12px;
    color: gray;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 36px;
}
.new-td
{
    padding: 0.35rem !important;
    width: 40%;
}

.video-status
{
    font-size: 14px;
}

.video-op
{
    font-size: 14px;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.fshow {
    display: block;
}

.fhide {
    display: none;
}

.computer
{
    display: none ;
}
@media (min-width: 760px) {
    .computer
    {
        display: block;
    }
}