
#map {
    width: 100%;
    height: 642px;
}
#map img{ max-width: none!important; }

.swiper-container{ height: 530px; border: solid 1px #eee;}
.swiper_tit{ height: 50px; line-height: 50px; padding: 0 20px; border: solid 1px #eee; border-bottom: 0 }
.swiper-wrapper{ height: 530px; }
.swiper-wrapper>li:nth-child(n+2), .swiper-wrapper>li>ul{margin-top:0!important;}
.swiper-wrapper li{ height: 80px; overflow:hidden; cursor: pointer; border-bottom:  dashed 1px #ddd; padding: 20px 0 0 20px;}
.swiper-wrapper li.on{ background: #f5f5f5; }

.swiper-wrapper li .num{ background: #efefef; width:40px; height: 40px; line-height: 40px; text-align: center; border-radius: 100px!important; display: inline-block; float: left; }
.swiper-wrapper li.on .num{ background: #da0e1e; color: #fff; }
.swiper-wrapper li .info{ margin-left: 60px; }
.swiper-wrapper li .info h4{ font-size: 18px; }


.bmpab{ background: #da0e1e; color: #fff; font-size:14px;  width: 49.5%; padding: 3px 0; display: inline-block; text-align: center; text-decoration: none;  }
.bmpab:hover{ background: #333;color: #fff;}



.dealer-stores-btns {
    border-top: 1px solid #b7b7b7;
    height: 120px; 
    position: relative;
    margin-top: -2px;
    z-index: 999999999;
}

.dealer-stores-btns>div {
    float: left;
    width: 50%;
    height: 64px;
    position: relative;
    color: #343434;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all
}

.dealer-stores-btns>div:first-child {
    border-left: none
}

.dealer-stores-btns>div:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    content: '';
    top: 50%;
    left: 50%
}

.dealer-stores-btns .dealer-stores-prev {
    background-color: #cbcbcb
}

.dealer-stores-btns .dealer-stores-prev:after {
    -webkit-transform: rotate(-225deg) translate(0, 12px);
    -moz-transform: rotate(-225deg) translate(0, 12px);
    -ms-transform: rotate(-225deg) translate(0, 12px);
    transform: rotate(-225deg) translate(0, 12px)
}

.dealer-stores-btns .dealer-stores-prev:hover {
    background-color: #bebebe
}

.dealer-stores-btns .dealer-stores-next {
    background-color: #d2d2d2
}

.dealer-stores-btns .dealer-stores-next:after {
    -webkit-transform: rotate(-45deg) translate(-6px, -6px);
    -moz-transform: rotate(-45deg) translate(-6px, -6px);
    -ms-transform: rotate(-45deg) translate(-6px, -6px);
    transform: rotate(-45deg) translate(-6px, -6px)
}

.dealer-stores-btns .dealer-stores-next:hover {
    background-color: #c5c5c5
}

.uk-button-danger {
    background-color: #da0e1e;
    color: #fff;
    border: 1px solid transparent;
}

/*地图标题*/
.BMap_bubble_title {
    color:white;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    padding:5px;
    border-bottom:1px solid #da0e1e;
    background-color:#da0e1e;
}
/* 消息内容 */
.BMap_bubble_content {
    background-color:white;
    padding:10px;
}
/* 内容 */
.BMap_pop div:nth-child(9) {
    top:35px !important;
    border-radius:7px!important;
}
/* 左上角删除按键 */
.BMap_pop img {
    top:43px !important;
    left:300px !important;
}
.BMap_top {
    display:none;
}
.BMap_bottom {
    display:none;
}
.BMap_center {
    display:none;
}
/* 隐藏边角 */
.BMap_pop div:nth-child(1) div {
    display:none;
}
.BMap_pop div:nth-child(3) {
    display:none;
}
.BMap_pop div:nth-child(5) {
    display:none;
}
.BMap_pop div:nth-child(7) {
    display:none;
}