body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#allmap {
    width: 100%;
    height: 40%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
}

ul,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}


.row {
    position: relative;
    padding: 11px 15px;
    overflow: hidden;
    background-color: inherit;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;


}

.row::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 1px;
    left: 15px;
    content: '';
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row .content {
    width: 85%;
}

.row .icon-area {
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.row .content .title {
    font-weight: bold;
}

.row .content .info {
    font-size: 13px;
    color: #4c4c4c;
    padding-top: 5px;
}

.row .content .tag {
    position: relative;
    padding: 3px;
    color: #CCCCCC;
}

.row .content .phone {
    color: #1E90FF;
}

.row .content .marker {
    border: 1px solid #ce563f;
    padding: 0 3px;
    color: #ce563f;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.icon-area img {
    width: 30px;
    height: 30px;
}

.ullist {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.buttomBtn{
    background: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.buttomBtn>a{
    text-decoration:none;
    color:#444;
}

.searchBtn{
    position: fixed;
    z-index: 9999;
    top:  50%;
    margin-top: -40px;
    font-size: 16px;
    background-color: rgba(255,255,255,0.5);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: right;
    box-sizing: border-box;
    box-shadow:0px 0px 3px #4c4c4c;
    border-radius: 100%;
    padding-right: 2px;
    left: -45px;
    text-decoration:none;

}


.delimiter {
    background: #ffffff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    box-shadow: -1 -1px 2px #d9d9d9;
}

.delimiter::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    left: 0;
    content: '';
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.delimiter::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    left: 0;
    content: '';
    background-color: #c8c7cc;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.map_nav {
    margin: 0 auto;
    padding: 5px 20px;
    color: white;
    background: #1C86EE;
    border-radius: 5px;
    border: 0;
}
.prompt{
    position: fixed;
    z-index: 9999;
    top: 5px;
    color: blue;
    font-size: 16px;
    background-color: #ffffff;
    padding: 5px 10px 5px 3px;
    box-sizing: border-box;
    box-shadow:0px 0px 3px #4c4c4c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
