/*banner*/
.qili-bframe {
    overflow: hidden;
    position: relative;
}

.qili-bframe .text_block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.qili-bframe .text_block .title span {
   	display: inline-block;
    color: #fff;
    font-size: 40px;
    background: rgba(100, 100, 100, .4);
}

.qili-bframe .swiper-container {
    height: 100%;
    width: 100%;
}

.qili-bframe .swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.qili-bframe .swiper-slide img {
    width: 100%;
}

.qili-bframe .swiper-slide video {
    width: 100%;
}

.qili-bframe .swiper-pagination {
    bottom: 0.3rem !important;
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 30px;
    height: 2px;
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--btn-bg-hover) !important;
}

.qili-bframe .swiper-button-prev, .qili-bframe .swiper-button-next {
    color: var(--btn-bg-hover);
}

.qili-bframe .qili-btndown {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 3;
    border: 1px solid rgba(104, 175, 86, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qili-bframe .qili-btndown i {
    font-size: 20px;
}

@media (max-width: 1600px) {
    .qili-bframe .qili-btndown {
        bottom: 16px;
        width: 51px;
        height: 51px;
    }

    .qili-bframe .qili-btndown i {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .qili-bframe .qili-btndown {
        bottom: 14px;
        width: 40px;
        height: 40px;
    }

    .qili-bframe .qili-btndown i {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .qili-bframe .swiper-button-prev::after, .qili-bframe .swiper-button-next::after {
        font-size: 32px;
    }

    .qili-bframe .text_block .title span {
        font-size: 30px;
    }
}

@media (max-width: 639px) {
    .qili-bframe .qili-btndown {
        bottom: 12px;
        width: 36px;
        height: 36px;
    }

    .qili-bframe .qili-btndown i {
        font-size: 12px;
    }

    .qili-bframe .swiper-button-prev::after, .qili-bframe .swiper-button-next::after {
        font-size: 26px;
    }

    .qili-bframe .text_block .title span {
        font-size: 22px;
    }
}

@media (min-width: 1px) and (max-width: 1079px) {
    .qili-bframe {
        position: relative;
        z-index: 1;
        margin-top: 53px;
    }
}