#map-container {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.amap-container {
    touch-action: none;
    position: relative;
    overflow: hidden;
    background:  #fcf9f2;
    -ms-touch-action: none;
}