/* banner */
#banner{
    width: 100%;
    height: 1.7rem;
}

/* 各种地图 */
.map{
    padding:0 .1rem;
}
.title{
    width: 1.07rem;
    height: .2rem;
    margin: .25rem 0;
    position: relative;
}
.title p{
    font-size: .13rem;
    position: absolute;
    top: 0;
    left: .18rem;
    color: #fff;
}
.map_box{
    width: 100%;
    height: 1.25rem;
    display: flex;
}
.l-map{
    width: 1.92rem;
    height: 100%;
    background: #eee;
}
.map_text {
    width: 1.63rem;
    padding: .1rem .06rem;
}
.map_text p span{
    font-weight: bold;
}

/* tel */
.tel{
    margin-top: .35rem;
}