.banner_img img {
    width: 100%;
}

.banner_img {
    position: relative;
}

.banner_area {
    position: absolute;
    left: 1.2rem;
    bottom: 1.65rem;
}

.banner_h3 {
    color: rgba(255, 255, 255, .9);
    font-size: .32rem;
    line-height: 1;
    font-weight: 300;
    /* margin-bottom: .3rem; */
    padding: .1rem .2rem;
    background: rgba(0, 0, 0, .5);
}

.banner_h1 {
    color: rgba(255, 255, 255, 1);
    font-size: .8rem;
    line-height: 1;
    font-weight: 600;
}

.banner .swiper-pagination {
    text-align: left;
    left: 1.2rem;
    bottom: .6rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .06rem;
}

.banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    width: .3rem;
    height: .04rem;
    border-radius: 0;
    opacity: 0.2;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    .banner_h3 {
        font-size: .28rem;
    }

    .banner_h1 {
        font-size: .64rem;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_area {
        bottom: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .banner_area {
        left: 40px;
        bottom: 40px;
    }

    .banner .swiper-pagination {
        left: 36px;
        bottom: 10px;
    }

    .banner_h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner_h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .banner_area {
        left: 20px;
        bottom: 30px;
    }

    .banner .swiper-pagination {
        left: 16px;
    }

    .banner_h3 {
        font-size: 12px;
    }

    .banner_h1 {
        font-size: 16px;
    }
}