.haiwode-banner,
.haiwode-banner .swiper-slide{
    position: relative;
}
.haiwode-banner .swiper-slide .banner-img{
    width: 100%;
    position: relative;
}
.haiwode-banner .swiper-slide .banner-img img{
    width: 100%;
    aspect-ratio: 1920/960;
    object-fit: cover;
}
.haiwode-banner .swiper-slide .banner-img::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 6.07%, rgba(0, 0, 0, 0.00) 74.35%);
    position: absolute;
    top: 0;
    left: 0;
}
.haiwode-banner .swiper-slide .banner-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-con .banner-list{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.banner-con .banner-title{
    color: #FFF;
    font-family: var(--font-blod-family);
    font-size: var(--font-78);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 955px;
}
.banner-con .banner-desc{
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
    margin-top: 20px;
    max-width: 730px;
}
.banner-con .banner-btn{
    margin-top: 50px;
    display: flex;
    gap: 20px;
}
.banner-btn a{
    width: 226px;
}

.haiwode-banner .swiper-pagination{
    bottom: 40px;
    text-align: left;
    padding-left: calc((100vw - 1600px) / 2);
}
.haiwode-banner .swiper-pagination-bullet{
    width: 180px;
    height: 6px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.30);
    opacity: 1;
    margin: 0 6px;
}
.haiwode-banner .swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 0.50);
}

@media screen and (max-width: 1919px) {
    .haiwode-banner .swiper-pagination{
        text-align: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 1500px) {
    .banner-con .banner-list{
        justify-content: flex-start;
        padding-top: 75px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-con .banner-btn{
        margin-top: 20px;
    }
    .banner-btn a{
        width: auto;
        height: auto;
    }
    .haiwode-banner .swiper-pagination{
        bottom: 10px;
    }
    .haiwode-banner .swiper-pagination-bullet{
        width: 50px;
    }
}
@media screen and (max-width: 768px) {
    .haiwode-banner .swiper-slide .banner-img img{
        aspect-ratio: 1920/1200;
    }
    .banner-con .banner-desc{
        display: none;
    }
    .haiwode-banner .swiper-pagination-bullet{
        width: 30px;
    }
}