#container {
    height: 100vh;
    width: 100vw;
}

.amap-icon img,
.amap-marker-content img {
    width: 34px;
    height: 34px;
}

.cus_info_window {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #000;
    line-height: 28px;
    width: 300px;
    border-radius: 4px;
}

.cus_info_window .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cus_info_window .title .close {
    font-size: 28px;
    font-weight: normal;
}

.amap-cluster {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.showName {
    font-size: 14px;
}

.showCount,
.showName {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}

.layui-form {
    height: 50px;
    width: 300px;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10000;
}

.layui-btn {
    width: 180px;
    position: fixed;
    top: 30px;
    left: 360px;
    z-index: 10000;
}

.layui-btn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.organ {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10000;
    display: none;
}
.organ-list {
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.organ-list::-webkit-scrollbar {
    width: 4px;
}

.organ-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
    opacity: 0.2;
    background: rgba(255, 255, 255, 1);
}

.organ-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 992px) {
    .layui-form {
        width: 90%;
        top: 3%;
        left: 5%;
    }

    .layui-form-select dl {
        width: 100%;
    }
}
.amap-toolbar span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
