/* 游戏宣传横幅样式 */
.游戏宣传横幅 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    height: 584px;
    margin: 0 auto 50px;
}

/* 视频背景 */
.横幅视频 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}