.page {
    display: flex;
}

.saleOrderList,
.monthSaleOrder {
    height: 30vh;
}

.col-span-l {
    margin: 0 5%;
    position: relative;
}

#container {
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.amap-logo,
.amap-copyright {
    display: none !important;
}

.amap-marker-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background: rgba(171, 233, 210, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 8px 2px rgba(144, 202, 249, 0.4); */
}

.amap-marker-content .point-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(171, 233, 210, 0.5);
    border-radius: 4px;
    box-shadow: 0 0 8px 2px rgba(144, 202, 249, 0.4);
    border: 1px solid rgba(3, 252, 252, 0.2);
    margin: 0 0 -28px;
    padding: 2px 10px;
    font-size: 14px;
    white-space: nowrap;
    color: rgba(3, 252, 252, 1);
}

.amap-info-content {
    min-width: 130px;
    background-color: rgba(6, 59, 87, 0.9);
    border: 1px solid rgba(3, 252, 252, 1);
    border-radius: 10px;
    box-shadow: 0 0 8px 2px rgba(144, 202, 249, 0.4);
    padding-right: 10px;
}

.amap-info-content .input-title {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: rgba(3, 252, 252, 1);
}

.amap-info-content .input-title:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    padding-top: 10px;
}

.amap-info-content .input-item {
    min-width: 50px;
    margin: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #08c6ff;
}

.amap-info-content .input-item.green {
    color: #21f57f;
}

.amap-info-content .input-item.red {
    color: #ff3c1d;
}

.amap-info-content .input-item.yellow {
    color: #fbd310;
}

.amap-info-content .amap-info-close {
    right: 15px !important;
    font-size: 28px;
    font-weight: normal;
    color: rgba(3, 252, 252, .6);
}

.bottom-center .amap-info-sharp {
    border-top-color: rgba(3, 252, 252, 1);
}