body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: MicrosoftYaHei
}

* {
    box-sizing: border-box;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0
}

#fengmap {
    width: 100%;
    height: 100%
}

.toolBarDiv {
    position: absolute;
    width: 100%;
    height: 58px;
    background: #f0f2f5;
    z-index: 2
}

.toolBarDiv>.control {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px
}

#layers {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px
}

#foo>li>button,
#layers>li>button {
    font-size: 16px;
    color: #fff;
    background: #076ed7;
    width: 110px;
    height: 36px;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    margin-right: 2px
}

.set {
    display: flex;
    justify-content: center
}

.setup {
    width: 60px;
    height: 32px;
    background: #2f65ee;
    border-radius: 4px;
    color: #fff;
    font-weight: 700
}

.title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
    margin-bottom: 16px
}

.blue {
    width: 4px;
    height: 12px;
    background: #2776fb;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block
}

.title>i {
    position: absolute;
    right: 18px;
    display: inline-block;
    cursor: pointer;
    user-select: none
}

.sliderItem>.layui-input-block {
    padding-top: 6px;
    min-height: 20px
}

.tableInfoBox {
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 24px 16px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0
}