* {
    padding: 0;
    margin: 0;
}

html,
body,
#map {
    width: 100%;
    height: 100%;
}

.search {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 888;
}

.search-view {
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-size: 0;
    padding: 15px 10px;
    box-sizing: border-box;
}

.search .search-input {
    line-height: 44px;
}

.search input {
    line-height: 44px;
    border-radius: 10px;
    border: none;
    outline-color: transparent;
    font-size: 18px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 60%;
    background-color: rgba(255, 255, 255, .9);
    margin-right: 4%;
    vertical-align: middle;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search .search-btn {
    width: 18%;
    height: 44px;
    line-height: 44px;
    border: none;
    border-radius: 10px;
    background-color: #2798eb;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    outline-color: transparent;
}

.search .search-btn.switch-btn {
    background-color: #fff;
    width: 18%;
    color: #333;
    margin-right: 0%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search ul {
    background-color: rgba(255, 255, 255, 1);
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    width: 78%;
    margin-top: 5px;
    font-size: 14px;
}

.search ul li {
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#bottom {
    width: 100%;
    position: fixed;
    z-index: 888;
    bottom: 8px;
}

#done {
    line-height: 50px;
    background-color: #fff;
    height: 50px;
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    z-index: 1000;
    max-width: 400px;
}

.button-tiny {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 130px;
    display: inline-block;
    width: 60px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    height: 60px;
}

.button-tiny p {
    line-height: 28px;
    margin: 0;
}

#local-hd {
    bottom: 200px;
}

#local {
    bottom: 130px;
}

#clear {
    bottom: 60px;
}

.leaflet-bottom .leaflet-control-zoom {
    margin-bottom: 70px;
}

.leaflet-logo {
    display: none;
}

.button-primary {
    background-color: #e0ebf3;
    border-color: #e0ebf3;
    color: #17656d;
}

.button-primary.active {
    background-color: #2798eb;
    border-color: #2798eb;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .button-tiny {
        width: 50px;
        height: 50px;
    }
    .button-tiny p {
        line-height: 22px;
        margin: 0;
    }
    #local-hd {
        bottom: 190px;
    }
    #local {
        bottom: 130px;
    }
    #clear {
        bottom: 70px;
    }
    .search input {
        font-size: 14px;
    }
    .leaflet-touch .leaflet-bar .leaflet-buttons-control-button {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .mask .masks-cotent .cotent_box {
        width: 50%;
        height: 110px !important;
        text-align: center;
        margin: 15px 0 15px 0;
        float: left;
    }
    .mask .masks-cotent .cotent-img {
        width: 80px !important;
        height: 80px !important;
    }
    .mask .masks-cotent .cotent_box p {
        font-size: 14px !important;
    }
}

#bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    /* iOS 11.0-iOS 11.1 */
    padding-bottom: env(safe-area-inset-bottom);
    /*iOS 11.2 */
}

.button-tiny {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}

.leaflet-bottom {
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
}

.container {
    width: 100%;
    height: 100%;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9996;
    background-color: rgba(0, 0, 0, .6);
}

.mask.show {
    display: block;
}

.mask .pane {
    width: 80%;
    max-width: 310px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.mask .masks {
    width: 64%;
    max-width: 310px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.mask .pane-title,
.mask .masks-title {
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    background-color: #2798eb;
    color: #fff;
}

.mask .pane-footer {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
}

.mask .pane-content {
    overflow: auto;
    padding: 15px;
}

.mask .pane-content .form-item {
    margin-bottom: 10px;
}

.mask .form-item .form-label {
    color: #666;
    margin-bottom: 5px;
}

.mask .form-item .form-label {
    color: #666;
    margin-bottom: 5px;
}

.mask .form-area input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.mask .form-area .form-lng {
    margin-bottom: 10px;
}

.mask .form-add {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    background-color: #2798eb;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.mask .reset {
    background-color: #f1f1f1;
    color: #333;
}

.mask .submit {
    background-color: #2798eb;
    color: #fff;
}

.mask .edit {
    background-color: #eb7821;
    color: #fff;
}

.mask .masks-cotent {
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
    max-height: 95vh;
}

.mask .masks-cotent::after {
    content: '';
    clear: both;
}

.mask .masks-cotent .cotent_box {
    width: 50%;
    height: 140px;
    text-align: center;
    margin: 15px 0 15px 0;
    float: left;
}

.mask .masks-cotent .cotent_box p {
    font-size: 15px;
}

.mask .masks-cotent .cotent-img {
    width: 110px;
    height: 110px;
    background-color: #17656d;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 7px;
}

.mask .masks-cotent .cotent-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.form-del .iconfont {
    color: #f00;
    display: inline-block;
    padding: 10px;
}

.land-tips {
    text-align: center;
}

.land-name {
    font-size: 16px;
}

.mapping {
    position: absolute;
    z-index: 10000;
    top: 80px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 12px;
}

.mapping li {
    list-style: none;
    color: #fff;
    line-height: 20px;
    height: 20px;
}

.mapping li .iconfont {
    margin-right: 5px;
}

.leaflet-control-container .leaflet-bottom.leaflet-right {
    left: auto;
    bottom: 190px;
}

.leaflet-control-container .leaflet-top.leaflet-right {
    left: auto;
    top: 80px;
}

.leaflet-top.leaflet-right .leaflet-control-layers {
    background: rgba(0, 0, 0, .7)!important;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.leaflet-top.leaflet-right .leaflet-control-layers a {
    margin-right: 0;
    height: 40px;
    width: 40px;
}

.leaflet-top.leaflet-right .leaflet-control-layers-list {
    color: #fff;
    text-align: left;
}

.center-marker {}

.center-marker::after {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(148, 232, 255, 0.5);
    border-radius: 50%;
    animation: pulsate 1s infinite;
}

.center-marker .marker-point {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 10px;
    top: 10px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #2798EB;
}

@keyframes pulsate {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}