/* 全屏无缝图片样式 */
.main {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 55px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.main img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.svideo-container{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f6f5f1;
}

.svideo {
    width: 60%;
    max-width: 800px;
    height: auto;
    overflow: hidden;
    background-color: #f6f5f1;
}

.svideo video {
    width: 100%;
    height: auto;
}



.img_vol01_05 {
    margin-bottom: -480px;
}

/* 手机版样式 */
@media (max-width: 768px) {
    .main {
        margin-top: 48px;
    }
    .img_vol01_05 {
        margin-bottom: -120px;
    }
}




