﻿.rotate1 {
    transform:rotate(0deg);
    transition: all .3s linear;
}
.rotate2 {
    transform:rotate(180deg);
    transition: all .3s linear;
}

.scrollbar::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.scrollbar::-webkit-scrollbar-track{
    border-radius:10px;
    background: #000;
}
.scrollbar::-webkit-scrollbar-thumb{
    background: #8193FF;
    width: 20px;
    border-radius:10px;
}
.scrollbar::-webkit-scrollbar-thumb:hover{
    /*background: #333;*/
}
.scrollbar::-webkit-scrollbar-corner{
    background: #179a16;
}
.scrollbar .rz-data-grid-data::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.scrollbar .rz-data-grid-data::-webkit-scrollbar-track{
    border-radius:10px;
    background: #000;
}
.scrollbar .rz-data-grid-data::-webkit-scrollbar-thumb{
    background: #8193FF;
    width: 20px;
    border-radius:10px;
}
.scrollbar .rz-data-grid-data::-webkit-scrollbar-thumb:hover{
    /*background: #333;*/
}
.scrollbar .rz-data-grid-data::-webkit-scrollbar-corner{
    background: #179a16;
}


#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303749;
}
#map .infoWindow {
    position: relative;
    z-index: 3;
    width: 28vw;
    min-width: 640px;
    border-radius: 13px;
    border: 2px solid #2E3D6D;
    background: linear-gradient(0deg, rgba(12, 14, 23, 0.72) 0%, rgba(41, 49, 76, 0.72) 46%, rgba(12, 14, 23, 0.72) 81%);
    box-shadow: 5px 5px 5px 0 rgba(1, 7, 29, 0.73);
    color: #FFF;
    padding: 26px 30px 10px 30px;
    font-size: 0.7vw;
}
#map .infoWindow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}
#map .infoWindow .wrap {
    display: flex;
}
#map .infoWindow .wrap .left {
    margin-right: 30px;
}
#map .infoWindow .wrap .left .phone {
    text-align: center;
    margin-bottom: 10px;
}
#map .infoWindow .wrap .left .phone>div:first-child {
    line-height: 32px;
}
#map .infoWindow .wrap .left .group {
    text-align: center;
}
#map .infoWindow .wrap .left .group #main {
    margin-bottom: 18px;
}
#map .infoWindow .wrap .left .group>div:nth-of-type(2) {
    line-height: 2.222vh;
    font-size: 0.78125vw;
}
#map .infoWindow .wrap .left .group>div:nth-of-type(3) {
    font-size: 0.625vw;
}
#map .infoWindow .wrap .right {
    flex-grow: 1;
    min-width: 0;
}
#map .infoWindow .wrap .right .head {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #34397F;
}
#map .infoWindow .wrap .right .head div:first-child {
    font-size: 1.2vw;
    margin-right: 26px;
}
#map .infoWindow .wrap .right .head .sub {
    font-size: 16px;
    display: flex;
    align-items: center;
}
#map .infoWindow .wrap .right .head .sub img {
    margin: 0 10px 0 20px;
}
#map .infoWindow .wrap .right .head .sub .offline {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: gray;
    margin: 0 10px 0 20px;
}
#map .infoWindow .wrap .right .head svg {
    width: 2.778vh;
    position: absolute;
    right: 1.042vh;
    top: 1.042vh;
}
#map .infoWindow .wrap .right .body .b1 {
    display: flex;
    align-items: center;
    margin: 17px 0 29px 0;
}
#map .infoWindow .wrap .right .body .b1>div:first-child {
    display: flex;
    width: 29px;
    height: 29px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #4E617E;
    background: linear-gradient(0deg, #2F3A57 0%, #283149 50%, #586EA3 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    flex-shrink: 0;
}
#map .infoWindow .wrap .right .body .b2 {
    display: flex;
    align-items: flex-start;
}
#map .infoWindow .wrap .right .body .b2 .desc {
    flex-shrink: 0;
    margin-right: 19px;
    width: 121px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #4A5D78;
    text-align: center;
    background: #303C4E;
}
#map .infoWindow .wrap .right .body .b2 .road-text div {
    height: 33px;
    line-height: 33px;
}
#map .infoWindow .wrap .right .body .b3 {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
#map .infoWindow .wrap .right .body .b3>div:nth-of-type(1) {
    flex-shrink: 0;
    margin-right: 19px;
    width: 121px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #4A5D78;
    text-align: center;
    background: #303C4E;
}
#map .infoWindow .wrap .right .body .b3>div:nth-of-type(2) {
    margin-right: 30px;
    width: 90px;
}
#map .infoWindow .wrap .right .body .b3>div:nth-of-type(2) div {
    height: 33px;
    line-height: 33px;
}
#map .infoWindow .wrap .right .body .b3>div:nth-of-type(3) {
    flex-shrink: 0;
    margin-right: 19px;
    width: 121px;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #4A5D78;
    text-align: center;
    background: #303C4E;
}
#map .infoWindow .wrap .right .body .b3>div:nth-of-type(4) div {
    height: 33px;
    line-height: 33px;
    white-space: nowrap;
}
#map .infoWindow .wrap .right .body .b4 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#map .infoWindow .wrap .right .body .b4>div:first-child {
    margin-right: 16px;
}
#map .infoWindow .wrap .right .body .b4>div:last-child {
    display: flex;
    height: 34px;
    padding: 5px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #4E617E;
    background: linear-gradient(0deg, #2F3A57 0%, #283149 50%, #586EA3 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: 29px;
}
#map .infoWindow .wrap .right .body .b4 .time>div {
    width: 252px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #4A5D78;
    background: #303C4E;
    margin-bottom: 5px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
#map .infoWindow .wrap .right .body .b4 .time>div span {
    border-radius: 5px;
    background: #4A576B;
    padding: 4px;
    color: #E3E3E3;
    margin-right: 20px;
}
#map .infoWindow .wrap .right .body .b4 .time>div input {
    background: transparent;
    border: none;
    color: #E3E3E3;
}
#map .infoWindow .wrap .right .body .b5 {
    margin-top: 30px;
    padding-bottom: 10px;
    right: -10px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#map .infoWindow .wrap .right .body .b5 .b5-left div {
    display: flex;
    height: 34px;
    padding: 5px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #4E617E;
    background: linear-gradient(0deg, #2F3A57 0%, #283149 50%, #586EA3 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#map .infoWindow .wrap .right .body .b5 .be-right div:first-child {
    font-size: 14px;
}
#map .infoWindow .wrap .right .body .b5 .be-right div:last-child {
    font-size: 16px;
    line-height: 28px;
}


#map .infoWindow .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#map .infoWindow .wrap .state {
    display: inline-block;
    width: 50px;
    border-radius: 5px;
    background-color: #009966;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
#map .infoWindow .wrap .state.error {
    background-color: gray;
}
#map .infoWindow .wrap .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#map .infoWindow .wrap .content .person {
    width: 210px;
    flex-grow: 1;
}
#map .infoWindow .wrap .content img {
    width: 200px;
}
#map .infoWindow .wrap .content .device {
    width: 170px;
}
#map .item {
    margin-bottom: 6px;
}
#map .item .label {
    font-weight: bold;
    display: inline-block;
}
#map .history {
    display: flex;
    justify-content: start;
    align-items: center;
}
#map .history .date-wrap {
    display: inline-block;
    height: 35px;
    width: 200px;
    margin-right: 10px;
}
#map .work-shift{
    display: flex;
    align-items: center;
}
#map .work-shift input {
    margin: 0 5px 0 10px;
}
#map .user-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#map .user-marker .avatar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #009966;
}
#map .user-marker svg {
    width: 40%;
}
#map .user-marker .circle {
    width: 60px;
    height: 25px;
    border-radius: 50%;
    border: 3px #4DA1FF solid;
    box-shadow: 2px 2px 15px #4DA1FF;
    transform: translateY(-18px);
}

#map .amap-logo,
#map .amap-copyright {
    display: none !important;
}

#map .emergency-event-detail {
    position: relative;
    z-index: 3;
    width: 38.28125vw;
    min-width: 640px;
    box-sizing: border-box;
    border: 2px solid #2E3D6D;
    border-radius: 0.5078125vw;
    background: linear-gradient(0deg, rgba(12, 14, 23, 0.72) 0%, rgba(41, 49, 76, 0.72) 46%, rgba(12, 14, 23, 0.72) 81%);
    box-shadow: 5px 5px 5px 0 rgba(1, 7, 29, 0.73);
    padding: 0.78125vw;
    color: #FFF;
    font-size: 0.78125vw;
}
#map .emergency-event-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}
#map .emergency-event-detail>svg {
    position: absolute;
    right: 0.78125vw;
    top: 0.972vh;
    width: 1.7578125vw;
    height: 1.7578125vw;
}
#map .emergency-event-detail .wrap {
    display: flex;
    gap: 1.3671875vw;
}
#map .emergency-event-detail .left {
    width: 10.546875vw;
}
#map .emergency-event-detail .left .img-wrap {
    height: 33.333vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.390625vw;
    overflow: hidden;
}
#map .emergency-event-detail .left .img-wrap img {
    width: 100%;
    border-radius: 0.390625vw;
    cursor: pointer;
}
#map .emergency-event-detail .left .img-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.9375vw;
    margin: 1.389vh 0 2.083vh 0;
}
#map .emergency-event-detail .left .img-switch .left-arrow, 
#map .emergency-event-detail .left .img-switch .right-arrow {
    width: 0.78125vw;
    height: 1.015625vw;
    cursor: pointer;
}
#map .emergency-event-detail .left .img-switch span {
    letter-spacing: 0.1953125vw;
} 
#map .emergency-event-detail .left .position {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.78125vw;
}
#map .emergency-event-detail .left .position .icon-wrap {
    flex-shrink: 0;
    width: 1.1328125vw;
    height: 1.1328125vw;
    border-radius: 5px;
    border: 1px solid #4E617E;
    background: linear-gradient(0deg, #2F3A57 0%, #283149 50%, #586EA3 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
#map .emergency-event-detail .left .position .icon-wrap svg {
    width: 0.4296875vw;
    height: 0.625vw;
}
#map .emergency-event-detail .right {
    flex-grow: 1;
}
#map .emergency-event-detail .right .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5078125vw;
    font-weight: 700;
    margin-bottom: 2.431vh;
}
#map .emergency-event-detail .right .title .level {
    width: 1.875vw;
    text-align: center;
    height: 1.875vw;
    line-height: 1.875vw;
    border-radius: 50%;
    font-size: 2.5vh;
}
#map .emergency-event-detail .right .title .level1 {
    background: linear-gradient(to right, #EE342E, #8A18B1);
}
#map .emergency-event-detail .right .title .level2 {
    background: linear-gradient(to right, #FFA63F, #E2642D);
}
#map .emergency-event-detail .right .title .level3 {
    background: linear-gradient(to right, #4DA1FF, #4DFFDF);
}
#map .emergency-event-detail .right .title .desc {
    font-size: 2.5vh;
}
#map .emergency-event-detail .right .title .state {
    width: 3.125vw;
    height: 1.25vw;
    text-align: center;
    line-height: 1.25vw;
    border-radius: 0.390625vw;
    font-size: 1.111vh;
}
#map .emergency-event-detail .right .title .state0 {
    background-color: #3247E5;;
}
#map .emergency-event-detail .right .title .state1 {
    background-color: #DA7E1C;
}
#map .emergency-event-detail .right .title .state2 {
    background-color: #269328;
}
#map .emergency-event-detail .right .title .state3 {
    background-color: #D31B1B;
}
#map .emergency-event-detail .right .line1 {
    font-size: 2.222vh;
    margin-bottom: 1.181vh;
}
#map .emergency-event-detail .right .line1 span {
    font-size: 0.78125vw;
}
#map .emergency-event-detail .right .line2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.09375vw;
    margin-bottom: 1.944vh;
}
#map .emergency-event-detail .right .line2 div:first-child {
    width: 4.7265625vw;
    height: 1.2890625vw;
    text-align: center;
    line-height: 1.2890625vw;
    border-radius: 5px;
    border: 1px solid #4A5D78;
    background: #303C4E;
}
#map .emergency-event-detail .right .line3 {
    border-radius: 0.390625vw;
    border: 1px solid #5268AF;
    background: rgba(35, 44, 64, 0.70);
    box-sizing: border-box;
    padding: 0.8984375vw 0.5078125vw;
    margin-bottom: 1.667vh;
    min-height: 10.417vh;
}
#map .emergency-event-detail .right .line4 {
    text-align: right;
    font-size: 0.625vw;
    margin-top: 2.083vh;
}
.enlarge-img-wrap {
    position: absolute; /* 使用 fixed 以确保在整个视口内固定显示 */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; /* 使元素宽度为视口宽度 */
    height: 100%; /* 使元素高度为视口高度 */
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enlarge-img-wrap .swiper-slide {
    width: auto;
    height: 70.833vh;
    border-radius: 0.694vh;
    border: 3px solid #E3E3E3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.enlarge-img-wrap svg {
    position: absolute;
    right: 0.78125vw;
    top: 0.972vh;
    width: 1.7578125vw;
    height: 1.7578125vw;
}

#map .buildingInfoWindow {
    position: relative;
    z-index: 3;
    width: 21.484375vw;
    box-sizing: border-box;
    border: 2px solid #2E3D6D;
    border-radius: 0.5078125vw;
    background: linear-gradient(0deg, rgba(12, 14, 23, 0.72) 0%, rgba(41, 49, 76, 0.72) 46%, rgba(12, 14, 23, 0.72) 81%);
    box-shadow: 5px 5px 5px 0 rgba(1, 7, 29, 0.73);
    padding: 0.78125vw;
    color: #FFF;
    font-size: 0.78125vw;
    overflow: hidden;
}
#map .buildingInfoWindow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}
#map .buildingInfoWindow .close {
    width: 2.778vh;
    position: absolute;
    right: 1.042vh;
    top: 1.042vh;
}
#map .buildingInfoWindow .name {
    font-size: 1.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#map .buildingInfoWindow .position {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.78125vw 0;
}
#map .buildingInfoWindow .position .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
#map .buildingInfoWindow .position .icon {
    display: flex;
    width: 29px;
    height: 29px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #4E617E;
    background: linear-gradient(0deg, #2F3A57 0%, #283149 50%, #586EA3 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    flex-shrink: 0;
}
#map .buildingInfoWindow .position .address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#map .buildingInfoWindow .position .state {
    flex-shrink: 0;
    width: 3.125vw;
    height: 1.25vw;
    border-radius: 0.390625vw;
    line-height: 1.25vw;
    text-align: center;
}
#map .buildingInfoWindow .position .state-1 {
    background: #269328;
}
#map .buildingInfoWindow .position .state-2 {
    background: #DA7E1C;
}
#map .buildingInfoWindow .position .state-3 {
    background: #D31B1B;
}
#map .buildingInfoWindow .noImg {
    height: 14vw;
    flex-shrink: 0;
    border-radius: 0.5859375vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #A3A3A3;
    font-size: 1.25vw;
    font-weight: 700;
}
#map .buildingInfoWindow .buildingImg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14vw;
    overflow: hidden;
}
#map .buildingInfoWindow .buildingImg .prev {
    position: absolute;
    left: 0.78125vw;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#map .buildingInfoWindow .buildingImg .next {
    position: absolute;
    right: 0.78125vw;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#map .buildingInfoWindow .buildingImg svg {
    width: 1.25vw;
    height: 1.7578125vw;
}
#map .buildingInfoWindow .buildingImg img {
    max-width: 100% !important; /* 图片最大宽度不超过父容器 */
    height: auto;    /* 高度自动计算，保持比例 */
    display: block;  /* 去除图片底部的微小空隙 */
}
#map .buildingInfoWindow .info {
    margin-top: 1.0546875vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
    color: #fff;
}
#map .buildingInfoWindow .info .item {
    width: 9vw;
    height: 1.4453125vw;
    border-radius: 0.390625vw;
    background: #363545;
    display: flex;
}
#map .buildingInfoWindow .info .item div {
    font-size: 0.7vw;
    text-align: center;
    line-height: 1.4453125vw;
}
#map .buildingInfoWindow .info .item .label {
    background: #413F5C;
    font-weight: 700;
    border-radius: 0.390625vw 0 0 0.390625vw;
    width: 3.5vw;
}
#map .buildingInfoWindow .info .item .val {
    flex: 1;
    text-align: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#map .collectionPointListInfoWindow {
    position: relative;
    z-index: 3;
    width: 22vw;
    box-sizing: border-box;
    border: 2px solid #2E3D6D;
    border-radius: 0.5078125vw;
    background: linear-gradient(0deg, rgba(12, 14, 23, 0.72) 0%, rgba(41, 49, 76, 0.72) 46%, rgba(12, 14, 23, 0.72) 81%);
    box-shadow: 5px 5px 5px 0 rgba(1, 7, 29, 0.73);
    padding: 0.78125vw;
    color: #FFF;
    overflow: hidden;
}
#map .collectionPointListInfoWindow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(2px);
    z-index: -1;
}
#map .collectionPointListInfoWindow .close {
    width: 2.778vh;
    position: absolute;
    right: 1.042vh;
    top: 1.042vh;
}
#map .collectionPointListInfoWindow .name {
    font-size: 1.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#map .collectionPointListInfoWindow .table {
    color: #fff;
    margin-top: 10px;
}
#map .collectionPointListInfoWindow .table .c-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #2E3D6D;
    padding: 10px 0;
}
#map .collectionPointListInfoWindow .table .c-header {
    font-size: 1vw;
}
#map .collectionPointListInfoWindow .table .c-body {
    max-height: 500px;
    overflow-y: auto;
}
#map .collectionPointListInfoWindow .table .c-row .c-col {
    width: 20%;
    padding: 0 5px;
    font-size: 0.8vw;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    display: block; /* 确保每个col为块级元素 */
    text-align: center;
    cursor: pointer;
}
#map .collectionPointListInfoWindow .table .c-row .c-col1 {
    width: 40%;
}

#map .collectionPointDetail {
    display: none;
    position: absolute;
    left: 22.1vw;
    top: 0;
}

#map .car-marker {
    position: relative; /* 让子元素相对于父元素定位 */
    display: inline-block; /* 使内容保持整体布局 */
    text-align: center; /* 确保内容水平居中 */
}
#map .car-marker svg {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: block; /* 确保图片是块状并居中 */
    margin: 0 auto; /* 图片水平居中 */
}
#map .car-marker .circle {
    position: absolute; /* 相对于父容器定位 */
    bottom: 0;
    left: 50%; /* 水平中心对齐 */
    transform: translateX(-50%); /* 将 circle 水平居中 */
    width: 80px;
    height: 25px;
    border-radius: 50%;
    border: 3px #4DA1FF solid;
    box-shadow: 2px 2px 15px #4DA1FF;
}

#map .building-marker {
    position: relative; /* 让子元素相对于父元素定位 */
    display: inline-block; /* 使内容保持整体布局 */
    text-align: center; /* 确保内容水平居中 */
}
#map .building-marker img {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 50px;
    display: block; /* 确保图片是块状并居中 */
    margin: 0 auto; /* 图片水平居中 */
}
#map .building-marker svg {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 50px;
    display: block; /* 确保图片是块状并居中 */
    margin: 0 auto; /* 图片水平居中 */
}
#map .building-marker .circle {
    position: absolute; /* 相对于父容器定位 */
    bottom: 0;
    left: 50%; /* 水平中心对齐 */
    transform: translateX(-50%); /* 将 circle 水平居中 */
    width: 80px;
    height: 25px;
    border-radius: 50%;
    border: 3px #4DA1FF solid;
    box-shadow: 2px 2px 15px #4DA1FF;
}
#map .building-marker .collection {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#map .building-marker .collection .collection-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
#map .building-marker .collection .collection-point1 {
    background: #5470c6;
}
#map .building-marker .collection .collection-point2 {
    background: #91cc75;
}
#map .building-marker .collection .collection-point3 {
    background: #fac858;
}



















