.zzgis-map .ol-attribution {
    display: none;
}

.ol-tooltip.ol-tooltip-static {
    padding: 5px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    color: red;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0px 1px 10px 4px rgb(208 208 208 / 30%);
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.2); */
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #cccccc; */
    bottom: 12px;
    /* left: -50%; */
    min-width: 100px;
    transform: translate(-50%, 0%);
    z-index: 99;
}

.multiplebubbles {
    /* position: relative; */
    z-index: 2;
    width: 210px;
    height: 70px;
}

.content-in {
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
}

.content-in-left {
    border-right: 1px solid #eeeeee;
    width: 50px;
    position: relative;
    height: 100%;
    float: left;
    margin: 0px auto;
    text-align: center;
}

.content-in-left>.icon-img {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.liuliang-icon-img {
    background: url('./img/liuliangji.png');
}

.yali-icon-img {
    background: url('./img/yali.png');
}
.famen-icon-img {
  background: url('./img/gisfamentuli.png');
}
.shuizhi-icon-img {
    background: url('./img/shuizhi.png');
}

.shuiyuanjing-icon-img {
    background: url('./img/shuiyuanjing.png');
}

.shuichang-icon-img {
    background: url('./img/shuichang.png');
}

.guanxian-icon-img {
    background: url('./img/guanxian.png');
}

.qipao-icon-img {
    background: url('./img/qipao.png');
}

.juhe-icon-img {
    background: url('./img/juhe.png');
}

.content-in-left>p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.content-in-right {
    float: left;
    width: 140px;
    height: 100%;
    position: relative;
}

.content-flow {
    text-align: center;
    color: #6f6f6f;
    width: 50%;
    float: left;
    font-size: 12px;
}

.content-flow>p {
    margin-bottom: 3px;
    margin-top: 5px;
    color: #6f6f6f;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 7px;
    left: calc(100% / 2);
    margin-left: -8px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 8px;
    left: calc(100% / 2);
    margin-left: -9px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 9;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-legend-control {
    left: 10px;
    bottom: 10px;
    width: auto;
    min-width: 145px;
    height: auto;
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 4px rgb(208 208 208 / 30%);
}

.ol-legend-control .legend-title {
    padding: 10px 15px;
    letter-spacing: 30px;
    font-size: 16px;
    font-weight: bold;
    font-family: "microsoft yahei";
    text-align: center;
}

.ol-legend-control .legend-items {
    margin: 0;
    padding: 0;
}

.ol-legend-control .legend-item {
    list-style: none;
    padding: 0 10px;
    padding-top: 10px;
}

.ol-legend-control .legend-item:last-child {
    padding-bottom: 10px;
}

.ol-legend-control .legend-item .leg-style {
    float: left;
    /* display: inline-block; */
    /* margin-right: 8x; */
    width: 25px;
    height: 25px;
    /* background: aliceblue;
    border: solid 1px #e91e63; */
}

.ol-legend-control .legend-item .leg-text {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
}

.ol-zoom-zoomslider .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}