.map{
    height: 9.82rem;
    background-color: brown;
    margin-bottom: 7.36rem;
    position: relative;
}

.map .info{
    position: absolute;
    width: 7rem;
    height: 8.34rem;
    top: 8.16rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/info_bg.jpg) no-repeat center center;
    background-size: 7rem 8.34rem;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.15);
    padding: 0.74rem 0.64rem 0.9rem;
}

.map .info .info_line{
    overflow: hidden;
    margin-bottom: 0.58rem;
}

.map .info .info_line .info_ico{
    width: 0.92rem;
    height: 0.92rem;
    background-color: #EEEEEE;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map .info .info_line .info_ico img{
    width: 0.4rem;
    height: 0.4rem;
}

.map .info .info_line .info_right{
    float: left;
    margin-left: 0.4rem;
}

.map .info .info_line .info_right .info_label{
    font-size: 0.28rem;
    color: #6D6D6D;
}

.map .info .info_line .info_right .info_word{
    font-size: 0.28rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0.08rem;
    line-height: 0.32rem;
    width: 4.28rem;
}

.map .info .info_line .info_right img{
    width: 2.16rem;
}