/* Extracted from 直播栏目页.html, block 1 */
.vLive_index {
        min-height: 520px;
        background: #f5f5f5;
    }

    .vLive_index_top {
        position: static!important;
        background: #fff;
    }

    .vLive_index_tabWrap {
        padding-top: 0!important;
    }

    .vLive_schedule_date {
        position: static!important;
        top: auto!important;
    }

    .vLive_index .float_refreshButton {
        position: fixed;
        width: 30px;
        height: 30px;
        right: 12px;
        bottom: 60px;
        padding: 2px;
        z-index: 20;
    }

    .vLive_schedule_empty {
        padding: 45px 0;
        color: #999;
        text-align: center;
        font-size: 15px;
        background: #fff;
    }

    .vLive_item_state_part3 .liveBox {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        border-radius: 10px;
        background: #1f9b24;
        color: #fff;
        font-size: 12px;
    }

    .vFooter2,
    .vFooter,
    footer,
    .vFooter2 *,
    .vFooter *,
    footer * {
        text-align: center;
    }

    .vFooter2,
    .vFooter,
    footer {
        width: 100%;
    }

/* Extracted from 直播栏目页.html, block 2 */
.vMod_foot_box {
        background: #fff;
        padding: 5px 10px 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #dcdcdc;
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }

    .vMod_foot_box a {
        color: #333;
        height: fit-content;
        width: calc(100% / 3);
        text-align: left;
        margin-bottom: 5px;
        display: inline-block;
    }

    .vMod_foot_box a:hover {
        color: #ff8c32;
    }

    @media (min-width: 1004px) {


        .vMod_foot_box a {
            min-width: 130px;
            width: fit-content;
        }

    }
