.banner_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_text {
    padding-left: 70px;
    color: #fff;
    width: 50%;
}

.title {
    font-size: 80px;
    font-weight: 500;
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_text .desc {
    font-size: 16px;
    font-weight: 500;
    width: 350px;
    padding-bottom: 20px;
}

.banner_wrap_img {
    position: relative;
    height: 100%;
}

.banner__swiper {
    overflow: hidden;
    max-height: 600px !important;
}

.banner__swiper > .banner__slide {
    display: block;
    height: 100%;
}

div#bannerSwiper-mw {
    overflow: hidden;
}
