#vi {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 50px;
}

/*fill	不保持纵横比缩放图片，使图片完全适应*/
/*contain	保持纵横比缩放图片，使图片的长边能完全显示出来*/
/*cover	保持纵横比缩放图片，只保证图片的短边能完全显示出来*/
/*none	保持图片宽高不变*/
/*scale-down 当图片实际宽高小于所设置的图片宽高时，显示效果与none一致；否则，显示效果与contain一致*/
#block {
    width: 100%;
    height: 742px;
    position: relative;
}

.slide-box-1 {
    position: relative;
    width: 100%;
    height: 742px;
    display: flex;
    justify-content: space-between;
}

/*.swiper-button-next-v{*/
/*    margin-right: 27px;*/
/*}*/

/*.swiper-button-prev-v{*/
/*    margin-left: 1455px;*/
/*}*/

.menus-mb {
    position: absolute;
    background: transparent;
    z-index: 2;
    /*float: right;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    float: left;
    --swiper-theme-color: black; /* 设置Swiper风格 */
    --swiper-navigation-color: rgba(0, 0, 0, 0); /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px; /* 设置按钮大小 */
}

/*.el-icon-arrow-down{*/
/*    position: absolute;*/
/*    font-size: 40px;*/
/*    color: white;*/
/*    margin-top: 20px;*/
/*}*/

/*.el-icon-arrow-up{*/
/*    font-size: 40px;*/
/*    color: white;*/
/*}*/

#slide1 {
    width: 100%;
    height: 100%;
    background-image: url('../../image/person.jpg');
}

#slide2 {
    width: 100%;
    height: 100%;
    /*background-image: url('../../image/horse.jpg');*/
}

#slide3 {
    width: 100%;
    height: 100%;
    background-image: url('../../image/person.jpg');
}

#slide4{
    width: 100%;
    height: 100%;
    /*background-image: url('../../image/person.jpg');*/
}


