.content .scroll-text .text .text_inner{
    margin-bottom: 30px;
}

.long-img{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: auto hidden;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-bottom: 20px;
}
.long-img::-webkit-scrollbar{
    display: none;
}
.long-img div{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 3030px;
    height: 134px;
}

.video-box{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    transform-style: flat;
}
.video-box video{
    object-fit: fill;
    width: 100%;
    height: 100%;
}