/* 轮播模块 */
    .videopage {
        padding: 10px 3px 10px 4px;
        width: 1292px;
        margin: 0 auto;
        border: 1px solid #bb2c25;
        margin-bottom: 20px;
    }

    .videopage .mod-video {
        position: relative;
        width: 1292px;
        height: 570px;
        margin: 0 auto;
    }

    .videopage .mod-video .m-left {
        position: relative;
        float: left;
        width: 1020px;
        height: 570px;
        overflow: hidden;
        margin-left: 6px;
    }

    .videopage .mod-video .m-left img {
        display: block;
        font-size: 0;
        width: 100%;
        height: 100%;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer;
    }

    .videopage .mod-video .m-left .mod-img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        overflow: hidden;
    }

    .videopage .mod-video .m-left .mod-img .player-container {
        width: 1020px;
        height: 570px !important;
    }

    .videopage .mod-video .m-left .mod-img video {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .videopage .mod-video .m-left .mod-img .mod-state {
        z-index: 22;
        top: 17px;
        right: 14px;
    }

    .videopage .mod-video .m-right {
        position: relative;
        width: 260px;
        height: 570px;
        overflow: hidden;
        background: rgba(197, 39, 31, 0.9);
    }

    .videopage .mod-video .m-right .mod-warp {
        margin: 15px 15px 10px;
        height: 520px;
        position: relative;
    }

    .videopage .mod-video .m-right .mod-warp .mod-list {
        margin: 0;
        padding: 0;
        transition: transform 0.3s ease;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li {
        position: relative;
        display: block;
        margin-bottom: 8px;
        width: 225px;
        height: 130px;
        cursor: pointer;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li a {
        display: block;
        width: 225px;
        height: 130px;
        border-radius: 3px;
        overflow: hidden;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li a img {
        display: block;
        font-size: 0;
        width: 225px;
        height: 130px;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li a .mod-state {
        width: 80px;
        height: 10px;
        top: 4px;
        right: 4px;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li .mod-mask {
        position: absolute;
        display: block;
        width: 100%;
        line-height: 20px;
        text-align: left;
        font-size: 12px;
        color: #ffffff;
        bottom: 0;
        background: rgba(215, 158, 69, 0.6);
        border-radius: 0 0 2px 2px;
    }

    .tag-live {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 25px;
        background: url(/fileftp/2022/06/2022-06-23/U947P4T47D50466F24532DT20220623162007.png) no-repeat;
        color: #fff;
        line-height: 25px;
        font-size: 12px;
    }

    .tag-live span {
        padding: 0 6px;
    }

    .zu-ku .zu-gu-img .tag-live span img {
        width: 12px;
        height: 12px;
    }

    .tag-back,.tag-video,.tag-tp {
        position: absolute;
        right: 0;
        top: 0;
        width: 33px;
        height: 25px;
        background: url(/fileftp/2022/06/2022-06-23/U947P4T47D50466F24533DT20220623162601.png) no-repeat;
        color: #fff;
        line-height: 25px;
        font-size: 12px;
        padding: 0 5px 0 30px;
    }

    .tag-notice {
        position: absolute;
        right: 0;
        top: 0;
        width: 132px;
        height: 25px;
        background: url(/fileftp/2022/06/2022-06-23/U947P4T47D50462F24534DT20220623153002.png) no-repeat;
        color: #fff;
        line-height: 25px;
        font-size: 12px;
    }

    .tag-notice span {
        padding: 0 22px 0 12px;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li .mod-mask em {
        display: block;
        max-width: 85%;
        margin: 0 auto;
        overflow: hidden;
        font-style: normal;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li.curr .mod-arrow {
        position: absolute;
        display: block;
        width: 6px;
        height: 11px;
        top: 50%;
        left: -7px;
        margin-top: -5.5px;
        background: url("//www.chinanews.com.cn/fileftp/2022/06/2022-06-24/U947P4T47D50470F24533DT20220718134134.png") no-repeat;
        background-position: -18px -1px;
    }

    .videopage .mod-video .m-right .mod-warp .mod-li.curr .m-line {
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4px;
        left: -4px;
        border: 4px solid #f7dca7;
        border-radius: 5px;margin:0px;
    }

    #DH-PLAYERID {
        position: absolute;
        left: 0;
        top: 0;
        width: 1020px;
        height: 570px;
        display: none;
        z-index: 8;
    }

    .videowrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 570px;
        display: none;
        z-index: 9;
        background: #ccc;
    }

    #mp4player {
        height: 570px;
        display: none;
    }

    /* 滚动按钮样式 */
    .scroll-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 30px;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        z-index: 10;
        border-radius: 3px;
        color: #bb2c25;
        font-weight: bold;
    }

    .scroll-btn:hover {
            /*background: rgba(255, 255, 255, 0.9);*/
        }

        .scroll-up {
            top: 0;
            background: url(https://www.chinanews.com.cn/fileftp/2025/04/2025-04-14/U947P4T47D55361F29950DT20250414132426.png) no-repeat;
            background-size: contain;
        }

        .scroll-down {
            bottom: 0;
            background: url(https://www.chinanews.com.cn/fileftp/2025/04/2025-04-14/U947P4T47D55361F29951DT20250414132426.png) no-repeat;
            background-size: contain;
        }

    .scroll-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    /* 悬浮模块 */
    .videopage .mod-video .suspend {
        position: fixed;
        top: 270px;
        left: 50%;
        margin-left: 635px;
        background: #fff;
    }

    .videopage .mod-video .suspend .mod-code-list {
        overflow: hidden;
    }

    .videopage .mod-video .suspend .mod-code-list .mod-li {
        margin: 10px auto 10px;
    }

    .videopage .mod-video .suspend .mod-code-list .mod-li img {
        display: block;
        font-size: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .videopage .mod-video .suspend .mod-code-list .mod-li strong {
        display: block;
        width: 135px;
        height: auto;
    }

    .videopage .mod-video .suspend .mod-code-list .mod-li span {
        display: block;
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
.mod-img video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .mod-img .vertical-video {
        width: 320px !important;
        margin-left: 350px;
        object-fit: contain !important;
    }

