.content {
    margin-top: 0;
    padding-top: 2.1rem
}

.map {
    width: 100%;
    height: calc(100vh - 2.1rem - 1.4rem)
}

.map .v-p {
    width: 100%;
    height: 100%
}

#mapContainer > div {
    visibility: hidden
}

.map .map-ntb {
    bottom: 10%;
    left: 50%;
    margin-left: -3rem;
    width: 6rem
}

.map .map-ntb .v-title {
    margin: 0 auto;
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-weight: bold;
    background: #1222F4;
    border-radius: 50px;
    box-shadow: inset 0 -2px 1px #000, 0 1px 3px #fff
}

.map .map-ntb .v-title a {
    color: #fff
}