html,
body,
ul,
dl,
h2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

i{
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.map-box {
    margin-top: 30px;
    width: 100%;
    height: 450px;
    position: relative;
}

.map-box #map {
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
}

.map-box .map-label {
    height: 100px;
    width: 170px;
    position: absolute;
    background-image: url(/imag/map-label-bg.png);
    background-repeat: no-repeat;
    background-position: -2px;
}

.map-box .map-label h2 {
    padding: 0 5px;
    width: 135px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    background-color: #e91c35;
    height: 35px;
    line-height: 35px;
}

.map-box .map-label .map-label-price {
    text-align: center;
    height: 35px;
    color: #e91c35;
    line-height: 35px;
    font-size: 14px;
    padding-right: 33px;
    position: absolute;
    top: 35px;
    width: 100%;
}

.map-box .map-label .map-label-price span {
    font-size: 18px;
    color: #e91c35;
}

.map-box .map-mart {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 360px;
    padding: 10px;
    height: 390px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.map-box .map-mart .map-mart-title {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.map-box .map-mart .map-mart-title a {
    display: inline-block;
    /* height: 140px;
    width: 94px; */
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
}
.map-box .map-mart .map-mart-title .icon-gongjiao {
    width: 56px;
    height: 53px;
    line-height: 53px;
    background: #CCCCCC;
    border-radius: 50%;
    display: block;
    margin-bottom: 3px;
}

.map-box .map-mart .map-mart-title .icon-gongjiao img {
    width: 48px;
    height: 48px;
}

.map-box .map-mart .map-mart-title a.active i{
    background-color: #6768AB;
    color: #fff;
}

.map-box .map-mart .map-mart-lists {
    width: 100%;
    height: 232px;
    background: #F2F2F2;
    float: left;
    overflow-y: auto;
}

.map-box .map-mart .map-mart-lists li {
    height: 47px;
    line-height: 47px;
    color: #425571;
    cursor: pointer;
    cursor: pointer;
    overflow: hidden;
}

.map-box .map-mart .map-mart-lists li i {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-right: 5px;
    background-position: left center;
    text-align: center;
    color: #222222;
}

.map-box .map-mart .map-mart-lists li .text {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .map-box .map-mart .map-mart-lists li .location-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../imag/location.png);
    background-repeat: no-repeat;
    vertical-align: middle;
} */
.map-box .map-mart .map-mart-lists li .fr .distance {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #222222;
    margin-right: 10px;
}