.cell_8080_video-row{
      width:100%;
      height:562px;
      margin:0;
      padding:0;
      box-sizing:border-box;
      display:grid;
      grid-template-columns: 1fr 1000px 1fr;
      gap:0;
      align-items:stretch;
    }

.cell_8080_video-row > div{ /* 三个列的通用样式 */
      margin:0;
      padding:0;
      height:100%;
      box-sizing:border-box;
    }

.cell_8080_center{
      display:flex;
      align-items:center;
      justify-content:center;
      padding:0;
    }

    /* 视频容器：使用固定长宽比（16:9），中间列可伸缩但不改变比例 */
.cell_8080_center .cell_8080_video-wrap{
      width:100%;
      aspect-ratio:16/9;
      height:auto;
      display:block;
      background:#000;
      overflow:hidden;
    }
.cell_8080_center .cell_8080_video-wrap video{
      width:100%;
      height:100%;
      display:block;
      object-fit:cover;
    }

    /* 页面标题行 */
.cell_8080_video-title{
      width:100%;
      text-align:center;
      font-size:30px;
      font-weight:700;
      color:#000000;
      margin:0;
      padding:40px 6px;
      box-sizing:border-box;
    }

    /* 窄屏自适应：左右列隐藏，中间列占满并保持 16:9 比例 */
@media (max-width:1000px){
      .left, .right{display:none}
      .video-row{grid-template-columns: 1fr; height:auto}
      .center{order:0}
      .center .video-wrap{max-width:100%;}
    }
.cell_8080_{ 
    padding:0;
    position:relative;
    z-index: 999;
}
.jw-controls>.jw-controlbar {width:100%;}
.cell_8080_ article-title h1{font-size:18px;color:#fff; text-align:center;font-weight: normal;
padding-bottom: 30px;}

#all_bg{width:100%;height:100%;background:#000;position:fixed;left:0;top:0;z-index:888;display:none;}
#playerDrag{position: relative;background:#000;
    z-index: 1;}
#m2o_vodplayer{width: 100%;}
.cell_8080_ .click-total{display:none;}

