.gall {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
}
.img_box {
    width: 974px;
    height: 490px;
    margin-top: 24px;
    margin-left: 40px;
}
.img_list {
    width: 192px;
    height: 490px;
    background: #fff;
    margin-top: 24px;
    margin-right: 50px;
}
.img_swiper {
    width: 192px;
    height: 450px;
}
.img_swiper li.active img {
    /* display: block; */
    border: 3px solid #ca1117;
}
.img_swiper li img{
    border: 3px solid #fff;
}
.btn {
    width: 24px;
    height: 13px;
    margin: 0 auto;
    cursor: pointer;
}
.btn_prev {
    background: url(../images/detail/prev.png?v=20221208182645);
    margin-bottom: 5px;
    position: relative;
    left: -10px;
    top: -10px;
}
.btn_next {
    background: url(../images/detail/next.png?v=20221208182645);
    margin-top: 5px;
    position: relative;
    left: -10px;
    top: 10px;
}
.but_box {
    width: 101px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    background: #cb1219;
    letter-spacing: 1.44px;
    margin-top: 50px;
    margin-right: 26px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.but_box span {
    font-size: 24px;
    color: #ffffff;
}
.but_right {
    width: 1120px;
}
.gall .but_right .vid_text{
    margin-top: 0px;
    font-size: 20px;
}