.lp-map-s11 {
    width: 870px;
    height: 340px;
    overflow: hidden;
}

.lp-map-s12 {
    width: 300px;
    height: 340px;
    overflow: hidden;
    padding-left: 30px;
}

.mt10 {
    margin-top: 10px;
}

.lp-map-a-1,
.lp-map-a-2,
.lp-map-a-3,
.lp-map-a-4 {
    color: #ee4433;
}

.lp-map-1 {
    background-position: 0 -628px;
}

.lp-map-a-1 {
    background-position: -91px -628px;
}

.lp-map-2 {
    background-position: 0 -714px;
}

.lp-map-a-2 {
    background-position: -92px -714px;
}

.lp-map-3 {
    background-position: 0 -800px;
}

.lp-map-a-3 {
    background-position: -92px -800px;
}

.lp-map-4 {
    background-position: 0 -898px;
}

.lp-map-a-4 {
    background-position: -91px -898px;
}

.lp-map-1,
.lp-map-2,
.lp-map-3 {
    margin-right: 17px;
}

.lp-map-s {
    display: block;
    width: 62px;
    padding-top: 66px;
    text-align: center;
}

.icons {
    background-image: url(../images/surroundings/all.png);
    background-repeat: no-repeat;
}

.lpm-map-recond {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    font-size: 12px;
    text-indent: 20px;
}

.mt20 {
    margin-top: 20px;
}

.lp-map-tab {
    height: 202px;
    width: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.lp-map-s19 li {
    height: 18px;
    width: 280px;
    overflow: hidden;
    margin-bottom: 12px;
}

.lp-map-s20 {
    width: 17px;
    height: 20px;
    display: block;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 -1010px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    background: red;
}

.lp-map-s22 {
    height: 20px;
    line-height: 20px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.lp-map-s21 {
    float: right;
    margin-right: 3px;
    color: #999;
}

.divScrollBar {
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    filter: Alpha(opacity=50);
    z-index: 11;
}

.divScrollBar div {
    background-color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
}

.map_position {
    width: 120px;
    background-color: #15b9ff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px 0 #cdd7e1;
    box-shadow: 0 02px 6px 0 #cdd7e1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
}

.map_position:after {
    content: '';
    border: 6px solid transparent;
    border-top-color: #15b9ff;
    position: absolute;
    left: 10px;
    bottom: -12px;
    z-index: 9999;
}

.map_position .price {
    text-align: center;
    padding-bottom: 2px;
    font-weight: bold;
}

.map_position .address {
    font-size: 12px;
    color: #444;
    display: -webkit-box;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.map-label {
    background: 0 0;
    cursor: pointer;
}

.label_active {
    color: #fff!important;
    background-color: #15b9ff!important;
    z-index: 999!important;
}

.map-label .map-label-box {
    position: relative;
    padding: 2px 8px;
    font-size: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: px;
    border-radius: px;
    -webkit-box-shadow: 0 1px 3px 0 #cdd7e1;
    -moz-box-shadow: 0 1px 3px 0 #cdd7e1;
    box-shadow: 0 1px 3px 0 #cdd7e1;
    background: #fff;
    color: #031a1f;
}

.map-label .map-label-box svg {
    position: absolute;
    width: 4px;
    height: 2px;
    bottom: 1px;
    left: 50%;
    fill: #fff;
    z-index: 1;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}