
.city-list1 {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 478px;
    left: 0;
    top: 36px;
    display: none;
}

.city-list-header1 {
    border: 1px solid #d8d8d8;
    padding-left: 20px;
    line-height: 58px;
    cursor: pointer;
}

.city-list-header1 a {
    margin-left: 10px;
    cursor: pointer;
}

.searchtop-row a {
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

.searchtop-row a.active {
    border-radius: 4px;
    color: #fff;
    background: #7c8591;
}
.city-area:hover .city-list1{
    display: block;
}
.brandMore{
    position: absolute;
    right: 38px;
    top: 24px;
    font-size: 12px;
    color: #9aa3af;
}
.info-wrapper{
    margin-left: 0;
    height: 220px;
    float: left;
    margin-top: 60px;
}
.pic-wrapper img {
    width: 170px;
    height: auto;
    border-radius: 4px;
}
.poi-item {
    padding: 0;
}
.wrap{
    height: 220px;
    position: relative;
    margin-left: 225px;
}
.content-view {
    padding: 0;
    box-sizing: border-box;
}
#shopList ul li{
    position: relative;
    min-height: 118px;
    padding: 15px 15px 38px 20px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    display: block;
}

#shopList ul li:hover{
    background: #f0f0f0;
}
.pic img:hover{
    border: 1px solid rgb(254,131,90);
}
.pic {
    float: left;
    margin-right: 14px;
}
.pic img{

    width: 170px;
    height: 127px;
    border: 1px solid #f0f0f0;

}
.txt {
    position: relative;
    min-height: 88px;
    line-height: 26px;
}
.tit a{
    font-size: 16px;
}
.map{
    font-size: 12px;
}
