* {
    outline: none;
}

.swiper-result, .swiper-path {
    width: 100%;
    /* height: 100px; */
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 999;
}

.box-map .swiper-wrapper {
    padding: 5px 0;
}

.swiper-result .swiper-slide, .swiper-path .swiper-slide {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    /* background-color: pink; */
}

.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    background-image: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ccc;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 5%;
}<!--0.00023508071899414-->