﻿html,body,div,span,a,ul,li,ol,h1,h2,h3,h4,h5,input{font-size:14px;margin:0px;padding:0px;font-family:"Microsoft YaHei",tahoma,arial,"PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";}
.map-container {
    width:100%;
    height:200px;
}
.XMZB {
    background:#fff;
    padding:0px 10px 10px;
    box-sizing:border-box;
    margin-bottom:10px;
    position:relative;
}
.map-cover {
    position:absolute;
    width:100%;
    height:100%;
    z-index:9;
    top:0px;
    left:0px;
}
.XMZB a,
.XMZB a:hover{
    display:block;
    text-decoration:none;
    overflow:hidden;
    font-size:16px;
}
.XMZB .xmzb-name {
  font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color:#000000;
    float:left;
}
.XMZB .click-tip{
    float:right;
    font-size:14px;
    line-height: 36px;
    color:#808080;
}

.map-zb {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
    top:0px;
    left:0px;
}
.map-zb-show {
     width:100%;
     height:250px; 
}
.map-zb-nav {
    background:#fff;
}
.map-zb-nav .back {
    position:absolute;
    color:#808080;
    line-height:28px;
    border-bottom:1px solid rgb(245,245,245);
     padding:5px;
    box-sizing:border-box;
    cursor:pointer;
}
.map-zb-nav .title {
    color:rgb(255, 73, 70);
    text-align:center;
    line-height:28px;
    border-bottom:1px solid rgb(245,245,245);
     padding:5px;
    box-sizing:border-box;
    cursor:pointer;
}
.map-zb-nav .tab-box {
    box-sizing:border-box;
}
.tab-box ul {
    overflow:hidden;
    margin-bottom:0px;
    list-style: none;
}
.tab-box ul li {
    float:left;
    line-height:20px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    width:20%;
    font-size:12px;
    color:#808080;
    cursor:pointer;
    float:left;
}
.tab-box ul li.active{
    color:#fff;
    border-color:rgba(255, 73, 70,1);
    background:rgba(255, 73, 70,1);
}
.show-location-intro {
    overflow-y:scroll;
}
.location-item {
    padding:10px 15px;
    width:100%;
    border-bottom:1px solid #f5f5f5;
    font-size:14px;
    position:relative;
}
.location-item.active {
    background:#fff4f4;
}

.location-item span {
    position:absolute;
    top:10px;
    left:15px;
    display:block;
    font-size:12px;
   background:rgba(255, 73, 70,1);
   border-radius:10px;
   padding:1px 6px;
   color:#fff;
   margin-right:10px;
}
.location-text {
    margin-left:32px;
}