 #swiper1  .swiper-wrapper .swiper-slide{width: auto}
    /*测试样式*/
    #videoPlayerContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: none;
    }

    #videoExpanded {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 60%;
        background: #000;
        border-radius: 10px;
        z-index: 1001;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
        overflow: hidden;
    }

    #videoExpanded.video-portrait {
        width: 70%;
        height: 90%;
    }

    #expandedVideo {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #716aec url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCA4bDMyIDMyTTggNDBMNDAgOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")no-repeat 50% 50%;
        background-size: 70% 70%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1002;
    }

    .close-btn:hover {
        background-color:  #b9b5ff;
    }

    #overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }

    #overlay.overlay-portrait {
        /* 竖屏遮罩层特殊样式（如果需要） */
    }

    .video-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .progress-bar {
        flex-grow: 1;
        height: 4px;
        background: rgba(255,255,255,0.3);
        border-radius: 2px;
        margin: 0 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .progress {
        height: 100%;
        background: #d4af37;
        width: 0%;
    }

    .time {
        color: white;
        font-size: 14px;
    }

    #currentTime, #duration {
        color: white;
        font-size: 14px;
    }

    .video-mask {
            position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
            border-radius: 10px;
    }

    .play-btn, .replay-btn {
        width: 50px;
        height: 50px;
        background: #0000007a;
        
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
        position: absolute;
    }

    .play-btn:hover, .replay-btn:hover {
        background: #000000bf;
        transform: scale(1.1);
    }

    .replay-btn {
        display: none;
    }

    .play-btn::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 16px;
        border-color: transparent transparent transparent white;
        margin-left: 4px;
    }

    .replay-btn::after {
        content: '';
        width: 16px;
        height: 16px;
        border-style: solid;
        border-width: 2px 2px 2px 0;
        border-color: white white white transparent;
        border-radius: 2px;
        position: relative;
    }

    .replay-btn::before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 2px solid white;
        border-left: 2px solid white;
        transform: rotate(-45deg);
        left: 18px;
        top: 20px;
    }
 .kaifu a{text-decoration:none}
             .kaifu h3{position:relative;padding:10px 0;font-size:24px;font-weight:200;color:#444}
             .kaifu h3 .zico{margin-right:5px;font-size:24px;color:#c8d0f8}
             .kaifu table{width:100%;margin:10px 0;border:0}
             .kaifu table td,.kaifu table th{border:1px solid #d2d7ff;font-size:15px;padding:5px}
             .kaifu table tbody tr:nth-child(odd) td{background:#efeff0}
             .kaifu table tbody tr:nth-child(2n){background:#fff}
             .kaifu table tbody tr:first-child,.kaifu table th{background:#39393d;color:#fff}
             .kaifu table tbody tr:first-child td{background:0 0;font-weight:400;text-align:center}
             .xw1{width:55px;text-align:center}
             .xw2{padding:5px 10px}
             .xw2 a,.xw6 div{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
             .xw2 a{width:200px;color:#dc143c}
             .xw6 div{width:260px}
             .xw3,.xw4,.xw5{width:110px;text-align:center}
             .kaifu td{border:1px solid #d9dcf3}
             .kaifu table tbody tr.shense td{background:#e2e9ec}
             .kaifu table tbody tr.open td{background:#ffe6e6;border-color:#efbdba}
             .kaifu table tbody tr.huaguo td{background:#d0d8de}
             .cz_first{color:#6cc000}
             .kaifu td a.btn{background:#fff;height:auto;line-height:30px;border-radius:5px;border:1px solid #b6bdf3}
             .kaifu td a.btn:hover{color:#fff;border-color:#7686e0;background:#7686e0}
             .kaifu .open td a.btn{border-color:#f90404;color:#f90404}
             .kaifu .open td a.btn:hover{border-color:#f90404;background:#f90404;color:#fff}
           

.myModalBox {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
     right: 0;
     bottom: 0;
     
        background-color: rgba(0,0,0,0.8);
    }

 .myModalBox p{    color: #fff; 
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.oqq { 
    z-index: 900;
}
.myModalBoximg{position: absolute;
 left: 0;
        top: 0;
     right: 0;
     bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

    .myModalBox-content {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 90%;
    }

    .myModalBox-close {
        position: absolute;
           top: 0;
    right: 0;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        width: 60px;
        cursor: pointer;
    }

    .myModalBox-close:hover,
    .myModalBox-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
