.banner-swiper {
    width: 100vw;
    height: 75vw;
    height: auto;
}
.banner-swiper .banner-item .title {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
}
.banner-swiper .banner-item {
    padding: 110px 24px 48px;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    /* background: var(--color); */
}
.banner-swiper .swiper-slide {
    background: #4965e9;
}
.banner-swiper .banner-item .banner-bg {
    display: none;
}
.banner-swiper .banner-item .banner-logo {
    position: static !important;
    width: 100%;
    z-index: 1;
    display: flex;
}
