.map{
    width: 100%;
    /* padding: 0 20px; */
    margin: 0;
    position: relative;
}
.left_bar{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    color: rgba(0, 0, 0, 0.6);
}
.left_bar_top,.left_bar_bottom{
    background: rgba(255,255,255,0.7);
    border: 1.5px solid #ffffff;
    padding: 2vh 2vw;
    margin-bottom: 20px;
}
.right_bar{
    position: absolute;
    right: 30px;
    bottom: 60px;
    z-index: 10;
}
.right_bar_bottom{
    padding: 2vh 2vw;
    margin-bottom: 50px;
}
.title{
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}
.text{
    /* line-height: 20px; */
    margin: 10px 0;
}

.nt_nxMaplist {
    left: 500px;
    top: 500px;
    width: 400px;
    padding-right: 20px;
    background-color: rgba(204,204,255,0.8);
}

.hide{
    display: none;
}