footer {
    margin: -0.5rem 0 0;
}

@media only screen and (max-width: 920px) {
    footer {
        margin: 0;
    }
}




/* ————————————————  ———————————————— */
.bannerSwiper .swiper-button-next:focus,
.bannerSwiper .swiper-button-prev:focus {
    outline: none;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
    width: .7rem;
    height: .7rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
}

.bannerSwiper .swiper-button-next::before,
.bannerSwiper .swiper-button-prev::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 50%;
    z-index: -1;
}

.bannerSwiper .swiper-button-next:hover::before,
.bannerSwiper .swiper-button-prev:hover::before {
    opacity: 1;
    transform: scale(1);
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
    font-size: .2rem;
}

.bannerSwiper .swiper-button-next {
    right: .3rem;
}

.bannerSwiper .swiper-button-prev {
    left: .3rem;
}

.banner_img {
    position: relative;
}

.banner_btn {
    position: absolute;
    right: 14.5%;
    top: 50.5%;
}

.scheme_link {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: .1rem .32rem;
    font-size: .24rem;
    font-weight: 600;
    color: #0086D1;
}

.scheme_link:hover {
    color: #0086D1;
}

.rotate {
    width: 8.8542vw;
    position: absolute;
    right: 26.1%;
    top: 38.5%;
    animation: rotate360 7s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.banner_search {
    position: absolute;
    left: 13.5%;
    top: 50%;
}

.search_box {
    background: #fff;
    border-radius: 100px;
}

.input_lr {
    width: 4rem;
    justify-content: space-between;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    padding: 0 .1rem;
}

.input_lr input {
    outline: none;
    border: none;
}

.banner_input {
    width: calc(3.8rem - .5rem);
}

.banner_submit {
    width: .48rem;
    height: .48rem;
    cursor: pointer;
    background: url(../ico/btn_ser.png) no-repeat center;
    background-size: .48rem auto;

}

.banner_search .layui-input {
    height: .48rem;
    border: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
    padding-left: .2rem;
}

.banner_search .layui-form-select dl {
    top: .52rem;
}

.banner_search .layui-form-select dl dd.layui-this {
    background-color: var(--primary);
}

.search_left {
    width: 80px;
    position: relative;
}

.search_left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .24rem;
    background: #C6DCE8;
}

.hot_search {
    margin-top: .2rem;
    padding: 0 .15rem;
}

.hot {
    font-size: 14px;
    color: #999;
}

.hot_word {
    font-size: 14px;
    color: #999;
    margin-left: .2rem;
}

@media only screen and (max-width: 768px) {
    .banner_search {
        display: none;
    }
}

@media only screen and (max-width: 500px) {

    .bannerSwiper .swiper-button-next,
    .bannerSwiper .swiper-button-prev {
        display: none;
    }

    .banner_btn {
        display: none;
    }
}