html {
    overflow: hidden;
}

.layui-nav-item {
    line-height: 30px !important;
}

.layui-nav-child {
    top: 30px !important;
    line-height: 30px;
}

.layui-header {
    height: 30px !important;
}

.layui-side {
    width: 300px !important;
    margin-top: 38px;
}

.layui-body {
    left: 300px !important;
    margin-top: 38px;
    padding-bottom: 30px !important;
}

.layui-menu li,
.layui-menu-body-title a {
    padding: 1px 15px;
    font-size: 13px;
}

.mapTool {
    display: inline !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.layui-tab {
    margin-top: 0px !important;
    border-top: 1px solid #eee !important;
}

.layui-tab-title li i {
    margin-right: 2px;
}

.poi-types {
    float: left;
    display: inline;
    text-align: center;
    cursor: pointer;
    height: 80px;
    font-size: 13px;
    outline: 1px solid #eee;
    outline-offset: -4px;
}

.poi-types img {
    margin-top: 8px;
}

.poi-types:hover {
    font-weight: bolder;
    outline: 1px solid #0ad174;
    outline-offset: -4px;
}

.poi-types:hover img {
    transform: scale(1.2);
}

.layui-tab-content {
    padding: 5px !important;
}

/* 查询面板 */
#resultTableTab {
    overflow-y: auto;
    overflow-x: hidden;
}

#resultTable {
    width: 300px;
}

.row-info {
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.row-info:hover {
    background-color: #def1fe;
}

.row-info td div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
    padding-bottom: 2px;
}

.td-name {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: #1392e7;
}

.td-address {
    font-size: 12px;
    margin-top: 1px;
    font-family: "Microsoft YaHei";
    padding-bottom: 4px !important;
}

.row-info td[class*="poi-item"] {
    position: relative;
    padding-left: 15px !important;
    vertical-align: middle !important;
    width: 21px;
}
/* 修改默认背景色 */
.leaflet-container {
    background: white !important;
}