.box {
    font-size: 0.27rem;
}

.return-img {
    width: 0.61rem;
    height: 0.61rem;
    position: fixed;
    z-index: 1002;
    top: 0.9rem;
    margin-left: 0.21rem;
}

.list-content {
    position: fixed;
    width: 100%;
    max-width: 7.5rem;
    max-height: 50%;
    padding: 0 6% 0.5rem;
    border-radius: 0.2rem 0.2rem 0 0;
    background: #fff; 
    z-index: 1001;
    bottom: 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.list-content .search {
    width: 100%;
    height: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    border-radius: 0.12rem;
    text-align: center;
    background: #f9f9f9;
}

.list-content .search img {
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.16rem;
}

.list-content .search input {
    font-size: 0.27rem;
    background-color: transparent;
}

.list-content .search input::-webkit-input-placeholder {
    color: #999;
}

.list-content .list {
    /* max-height: 7rem;
    overflow-y: auto; */
    padding: 1.2rem 0 0;
}

.list-content .list li {
    padding: 0.29rem 0;
    border-bottom: 0.02rem solid #EAEAEA;
}

.list-content .list li:last-of-type {
    border-bottom: 0;
}

.list-content .list .name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000;
}

.list-content .list .addr {
    margin-top: 0.16rem;
}

.list-content .list .addr img {
    width: 0.23rem;
    height: 0.27rem;
    margin-right: 0.13rem;
}

.list-content .list .tel {
    margin-top: 0.09rem;
    color: #999;
}

.list-content .list .tel img {
    width: 0.27rem;
    height: 0.26rem;
    margin-right: 0.1rem;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.returnAll {
    display: none;
    width: fit-content;
    margin-top: 0.2rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    border: 1px solid #198CFF;
    text-align: center;
    font-size: 0.25rem;
    color: #198CFF;
}

.nodata {
    display: none;
    margin-top: 0.86rem;
}

.nodata img {
    width: 2.27rem;
    height: 2.27rem;
}

.nodata p {
    margin-top: 0.23rem;
    font-size: 0.23rem;
    color: #B9B9B9;
}