.qqmap-box {
    display       : flex;
    flex-direction: column;
}

.hanzo-map-content {
    width: 100%;
    flex : 1;
}

.searchRes {
    margin  : 0;
    padding : 0 10px;
    height  : 260px;
    overflow: scroll;

    .searchRes-item {
        list-style   : none;
        border-bottom: 1px solid #d3d3d3;
        padding      : 5px 20px 5px 0;
        position: relative;

        p {
            margin: 0;
        }

        .name {
            font-size    : 16px;
            line-height  : 24px;
            color        : #000;
            font-weight  : 500;
            overflow     : hidden;
            text-overflow: ellipsis;
            white-space  : nowrap;
        }

        .address {
            font-size    : 12px;
            line-height  : 20px;
            color        : #ccc;
            overflow     : hidden;
            text-overflow: ellipsis;
            white-space  : nowrap;
        }

        .item-active {
            position: absolute;
            top: 12px;
            right: 0;
        }
    }

}