.map-wrap {
    padding: 49px 0 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
}

#container {
    width: 100%;
    height: 100%;
}

.amap-info-content {
    padding: 10px 10px 0 10px;
}

.amap-info-close {
    display: none;
}

.info-cover {
    width: 200px;
    height: 120px;
}

.info-cont {
    padding: 8px 0;
    width: 200px;
}

.info-bottom {
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
    align-items: center;
    border-top: 1px solid #eee;
}

.info-item {
    margin: 8px 0;
    flex: 1;
    text-align: center;
    font-size: 14px;
}

.info-item + .info-item {
    border-left: 1px solid #eee;
}

.cover-wrap.cover-enpty > img {
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}