.slider .swiper-slide {
    width: 100vw;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    overflow: hidden;
}
.slider .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;

}

.nav-section{
    display: flex;
    flex-wrap: wrap;
}
.nav-section .item{
    display: block;
    width: 25%;
    text-align: center;
    margin: 0.6rem 0;
    font-size: 0.7rem;
}
.nav-section  .item img{
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}
.item-icon{
    height: 3.4rem;
    display: flex;
    align-items: baseline;
}
.grid{
    width: 96%;
    position: fixed;
    bottom: 14vh;
    display: none;
    z-index: 1000;
    left: 1.5vh;
    height: 20vh;
}
.grid .link{
    color: #333;
    display: block;
    overflow: hidden;
    padding: 1.8vh;
    background: white;


}
.grid .close-grid{
    position: absolute;
    top: 0rem;
    right: 0rem;
    font-size: 1.8rem;
    background: #ffffff;
    border-radius: 50%;

}
.distance-tips{
    margin: 0;
    width: 10vh;
}

.grid .row{
    position: relative;
    padding-top: 0.9rem;
    padding-right: 0.5rem;
    border-radius: 1vh;
    margin-bottom: 1.88vh;
}
.grid .cover {
    width: 27.4vw;
    height: 16.88vh;
}
.grid img{
    width: 100%;
    object-fit: cover;
    height: 100%;

    border-radius: 10px;
    display: block;
}
.grid .info{
    margin-left: 1.99vh;
    width: 64%;
}
.grid .info .price-info span{
    font-size: 0.7rem;
}
.grid .info .price-info span:last-child{
    font-size: 1rem;
    color: #dd0000;
}

.grid .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: bold;
    margin-bottom: 1.444vh;
    font-size: 3.55vh;
}
.grid .address{
    font-size: 2.44vh;
    color: #7d7d7d;
    margin-bottom: 1.444vh;

}
.grid .time{
    font-size: 2vh;
}
#map_canvas {
    height: 68vh;
    width: 100%;
    overflow: hidden;
}