.video_modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.white_close_img{
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: -40px;
    transform: translate(40px,0px);
}
.video_content {
    width: 80%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.video_content_main {
    position: relative;
    border-radius: 40px 40px 40px 40px;
}
.video_list {
    width: 100%;
    height: auto;
}
.video_item {
    width: 100%;
    height: 840px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0,0, .8);
}
.video_item img {
    height: 100%;
}

.video_item video {
    width: auto;
    height: 100%;
    object-fit: fill;
}

.change_img_main {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.change_img_arrow{
    width: 60px;
    height: 60px;
}
.black_img_arrow {
    display: none;
}
.change_video_main {
    width: 100%;
    height: 100px;
    background:rgba(0, 0, 0, .6);
    padding: 8px 32px;
    box-sizing: border-box;
    position: absolute;
    bottom: 48px;
    left: 0;
    gap: 0 5rem;
    z-index: 1;
}
.scene_main{
    width: 50px;
    height: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}
.video_scene_list{
    width: 80%;
    height: 84px;
    margin: 0;
    padding: 0 60px;
    box-sizing: border-box;
}
.scene_main img {
    width: 32px;
    height: 32px;
}
.scene_main div {
    font-family: Gotham;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.video_scene_btn {
    display: none;
}
.scene_change_img_arrow {
    width: 28px;
    height: 28px;
}
.swiper-slide:last-of-type{
    margin-right: 0 !important;
}
.video_scene_list_item {
    width: auto !important;
    height: auto;
    border-radius: 5px;
}
.video_scene_list_item img {
    width: 80px;
    height: 80px;
}
.swiper-slide-thumb-active {
    border: 2px solid #FF7000;
}
.video_scene_list_text {
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: Gotham;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}