.search-m-guess {
    margin: 0.32rem 0 0.64rem;
    padding: 0 0.32rem 0.32rem;
    background: #f2f3f7;
    box-sizing: border-box;
}
.search-m-guess__head {
    padding: 0.32rem 0 0.24rem;
}
.search-m-guess__title {
    margin: 0;
    color: #263b5e;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.2;
}
.search-m-guess__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.24rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-m-guess__item {
    width: calc(50% - 0.12rem);
    background: #fff;
    border-radius: 0.16rem;
    overflow: hidden;
    box-sizing: border-box;
}
.search-m-guess__item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0.24rem 0.24rem;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}
.search-m-guess__pic {
    width: calc(100% + 0.48rem);
    margin: 0 -0.24rem;
    overflow: hidden;
}
.search-m-guess__pic img,
.search-m-guess__ph {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.search-m-guess__ph {
    background: rgba(182, 189, 202, 0.25);
}
.search-m-guess__name {
    margin: 0.24rem 0 0;
    min-height: 0.88rem;
    color: #263b5e;
    font-size: 0.347rem;
    font-weight: 500;
    line-height: 0.44rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search-m-guess__spec {
    margin: 0.12rem 0 0;
    color: #6a7695;
    font-size: 0.293rem;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-m-guess__price {
    margin-top: auto;
    padding-top: 0.16rem;
    display: flex;
    align-items: baseline;
    gap: 0.16rem;
}
.search-m-guess__rent {
    color: #f64646;
    font-size: 0.347rem;
    font-weight: 500;
    line-height: 1.3;
}
.search-m-guess__deposit {
    position: relative;
    flex-shrink: 0;
    color: #b6bdca;
    font-size: 0.293rem;
    line-height: 1.3;
}
.search-m-guess__deposit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #b6bdca;
}
.search-m-guess__empty {
    width: 100%;
    color: #b6bdca;
    font-size: 0.32rem;
    text-align: center;
    padding: 0.4rem 0;
}
.search-m-guess.is-empty {
    display: none;
}
