.amap_box {
    padding: 0;
}

#amap_container {
    height: 100%;
    width: 100%;

}

.content-window-card {
    width: calc(56px + 15rem);
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    background-color: #3C82F0;
    opacity: 0.7;
}

.content-window-card p {
    height: 2rem;
}



div.info-top {
    position: relative;
    /*background: none repeat scroll 0 0 #F9F9F9;*/
    /*border-bottom: 1px solid #CCC;*/
   
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(2px + 0.25rem);
    gap: calc(3px + 0.5rem);
}

div.info-top div {
    display: inline-block;
    color: #fff;
    font-size: calc(6px + 0.5rem);
    font-weight: 400;
    line-height: 31px;
    /* padding: 0 10px; */
    font-family: PINGFANG;
}

div.info-top img {
    width: calc(6px + 4rem);
    height: calc(12px + 3rem);
    /* position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s; */
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    /* padding: 10px 6px;
          line-height: 20px;*/
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

/* span {
    margin-left: 5px;
    font-size: 11px;
}*/

.info-middle img {
    float: left;
    margin-right: 6px;
}