.page .container .banner img {
    width: 100%;
    display: block;
}

.page .container .wrap {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}

@media screen and (max-width: 1220px) {
    .page .container .wrap {
        width: 100%;
        padding: 30px 20px 0;
    }
}

.page .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    border-radius: 35px;
    background: rgba(245, 245, 246, 1);
    padding-left: 35px;
    padding-right: 6px;
}

.page .search-box input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

.page .search-box button {
    flex-shrink: 0;
    margin-left: 20px;
    cursor: pointer;
}

.page .search-box button img {
    width: 42px;
    height: 42px;
    display: block;
}

.page .filter-content-box {
    padding: 30px;
    background: rgba(245, 245, 246, 1);
    margin-top: 12px;
}

/* 区域 */
.page .filter-city-box {
    display: flex;
}

.page .filter-city-box .title {
    width: 70px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
}

.page .filter-city-box ul {
    display: flex;
    flex-wrap: wrap;
}

.page .filter-city-box ul li {
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.page .filter-city-box ul li.active {
    color: rgba(2, 83, 163, 1);
}

/* 类型 */
.page .filter-type-box {
    display: flex;
    margin-bottom: 20px;
}

.page .filter-content-box .title {
    width: 70px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
}

.page .filter-type-box ul {
    display: flex;
}

.page .filter-type-box ul li {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.page .filter-type-box ul li.active {
    color: rgba(2, 83, 163, 1);
}

/* 价格 */
.page .filter-price-box {
    display: flex;
    margin-bottom: 20px;
}

.page .filter-price-box .content-box {
    display: flex;
    align-items: center;
}

.page .filter-price-box ul {
    display: flex;
}

.page .filter-price-box ul li {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.page .filter-price-box ul li.active {
    color: rgba(2, 83, 163, 1);
}

.page .filter-price-box .input-box {
    display: flex;
    align-items: center;
}

.page .filter-price-box input {
    width: 46px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid rgba(217, 217, 217, 1);
    text-align: center;
}

.page .filter-price-box .input-box span:first-of-type,
.page .filter-price-box .input-box span:nth-of-type(2) {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.page .filter-price-box .input-box .confirms {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 95, 166, 1);
}

.page .filter-price-box .tips {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 95, 166, 1);
    margin-top: 20px;
}

/* 面积 */
.page .filter-area-box {
    display: flex;
}

.page .filter-area-box .content-box {
    display: flex;
    align-items: center;
}

.page .filter-area-box ul {
    display: flex;
}

.page .filter-area-box ul li {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.page .filter-area-box ul li.active {
    color: rgba(2, 83, 163, 1);
}

.page .filter-area-box .input-box {
    display: flex;
    align-items: center;
}

.page .filter-area-box input {
    width: 46px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid rgba(217, 217, 217, 1);
    text-align: center;
}

.page .filter-area-box .input-box span:first-of-type,
.page .filter-area-box .input-box span:nth-of-type(2) {
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.page .filter-area-box .input-box .confirms {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 95, 166, 1);
}

.page .total-content-box {
    height: 90px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .total-content-box .total {
    font-size: 22px;
    font-weight: 400;
}

.page .total-content-box .total span {
    font-size: 32px;
    font-weight: 400;
    color: rgba(43, 56, 135, 1);
}

.page .total-content-box .sort-content-box {
    display: flex;
}

.page .total-content-box .sort-content-box p {
    margin-left: 42px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}


.page .wrap .type li {
    cursor: pointer;
    width: 160px;
    height: 50px;
    background: rgba(229, 229, 229, 1);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-right: 60px;
}

.page .wrap .type li.active {
    background: #00A398;
    color: rgba(255, 255, 255, 1);
}

.page .wrap .list a {
    display: flex;
    padding-right: 40px;
    padding: 20px 40px 20px 0;
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
    align-items: center;
}

.page .wrap .list a .left {
    display: flex;
    flex-shrink: 0;
    padding-right: 20px;
}

.page .wrap .list a:hover {
    padding-left: 30px;
    background: rgba(245, 245, 245, 1);
}

.page .wrap .list .img-box {
    width: 230px;
    height: 150px;
    margin-right: 26px;
}

.page .wrap .list .img-box img {
    width: 230px;
    height: 150px;
    display: block;
    object-fit: cover;
}

.page .wrap .list .content {
    padding-left: 30px;
    width: 100%;
}

.page .wrap .list .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.page .wrap .list .address {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.page .wrap .list .address img {
    width: 20px;
    height: 20px;
}

.page .wrap .list .tag span {
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    margin-right: 10px;
    display: inline-block;
}

.page .wrap .list .price {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: rgba(250, 87, 65, 1);
}

.page .wrap .list .price span {
    font-size: 24px;
}

/* .page .wrap .list .icon {
    width: 40px;
    height: 40px;
    background: url('../images/7.png') no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-left: 38px;
} */

.page .wrap .list a:hover .title {
    color: rgba(0, 163, 152, 1);
}

/* 
.page .wrap .list a:hover .icon {
    background: url('../images/8.png') no-repeat center;
} */

.mpage .banner {
    width: 100%;
    height: 3.4rem;
}

.mpage .banner img {
    width: 100%;
    height: 3.4rem;
    display: block;
}


.mpage .search-box {
    margin: 0.3rem;
    height: 0.78rem;
    border-radius: 0.7rem;
    background: rgba(245, 247, 250, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    position: relative;
    padding: 0 0.28rem;
}

.mpage .search-box .left {
    display: flex;
    width: 100%;
    align-items: center;
}

.mpage .search-box .left img {
    width: 0.29rem;
    height: 0.29rem;
    margin-right: 0.3rem;
}

.mpage .search-box .left input {
    width: 100%;
    background: none;
    font-size: 0.24rem;
}

.mpage .search-box .map img {
    width: 0.38rem;
    height: 0.38rem;
    display: block;
    flex-shrink: 0;
    margin-left: 0.3rem;
}

.mpage .filter-content-box {
    position: relative;
    display: flex;
    padding-bottom: 0.3rem;
    z-index: 99;
    background: #fff;
    position: relative;
}

.mpage .filter-city-box,
.mpage .filter-type-box,
.mpage .filter-price-box,
.mpage .filter-area-box {
    width: 25%;

}

.mpage .filter-city-box .title,
.mpage .filter-type-box .title,
.mpage .filter-price-box .title,
.mpage .filter-area-box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.26rem;
}

.mpage .filter-city-box .title img,
.mpage .filter-type-box .title img,
.mpage .filter-price-box .title img,
.mpage .filter-area-box .title img {
    width: 0.12rem;
    margin-left: 0.14rem;
}

.mpage .filter-city-content,
.mpage .filter-type-content,
.mpage .filter-price-content,
.mpage .filter-area-content {
    display: none;
}

.mpage .masking {
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    display: none;
    top: 0.68rem;
    min-height: 100vh;
}

.mpage .list {
    padding: 0.3rem;
}

.mpage .container .list a {
    display: flex;
    padding: 0.24rem 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.mpage .container .list li:first-of-type a {
    padding-top: 0;
}

.mpage .container .list .img-box {
    width: 2.3rem;
    height: 1.5rem;
    margin-right: 0.24rem;
}

.mpage .container .list .img-box img {
    width: 2.3rem;
    height: 1.5rem;
    display: block;
    object-fit: cover;
}

.mpage .container .list .title {
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.43rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mpage .container .list .address {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.32rem;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 0.08rem;
}

.mpage .container .list .address img {
    width: 0.27rem;
    height: 0.27rem;
    display: block;
}

.mpage .list .tag {
    display: flex;
    flex-wrap: wrap;
}

.mpage .list .tag span {
    background-color: rgb(237, 240, 243);
    color: rgb(132, 154, 174);
    height: 0.33rem;
    border-radius: 3px;
    padding: 0 0.1rem;
    font-size: 0.2rem;
    line-height: 0.33rem;
    margin-right: 0.1rem;
    display: inline-block;
}

.mpage .list .price {
    font-size: 0.26rem;
    font-weight: 700;
    color: rgba(250, 87, 65, 1);
}

.mpage .list .price span {
    font-size: 0.2rem;
    margin-top: 0.1rem;
}

.mpage .filter-type-content,
.mpage .filter-city-content,
.mpage .filter-price-content,
.mpage .filter-area-content {
    position: absolute;
    background: #fff;
    top: 0.68rem;
    z-index: 100;
    width: 100%;
    left: 0;
}

.mpage .filter-city-content ul {
    height: 10.36rem;
    background: rgba(248, 248, 248, 1);
    overflow-y: scroll;
    margin-bottom: 0.28rem;
}

.mpage .filter-city-content ul li {
    height: 0.88rem;
    padding-left: 0.42rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.88rem;
    color: rgba(56, 56, 56, 1);
}

.mpage .filter-city-content ul li.active {
    color: rgba(95, 194, 164, 1);
}

.mpage .filter-city-content .btn {
    width: 5.92rem;
    height: 0.87rem;
    border-radius: 0.09rem;
    background: rgba(95, 194, 164, 1);
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.87rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: auto;
}

.mpage .filter-type-content ul {
    background: rgba(248, 248, 248, 1);
}

.mpage .filter-type-content ul li {
    height: 0.88rem;
    padding-left: 0.42rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.88rem;
    color: rgba(56, 56, 56, 1);
}

.mpage .filter-type-content ul li.active {
    color: rgba(95, 194, 164, 1);
}

.mpage .filter-price-content .tips {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 0.43rem;
    text-align: center;
}

.mpage .filter-price-content ul,
.mpage .filter-area-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem;
}

.mpage .filter-price-content ul li,
.mpage .filter-area-content ul li {
    width: 1.62rem;
    height: 0.6rem;
    border-radius: 0.07rem;
    background: rgba(248, 248, 249, 1);
    margin-right: 0.12rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    margin-bottom: 0.17rem;
}

.mpage .filter-price-content ul li.active,
.mpage .filter-area-content ul li.active {
    background: rgba(95, 194, 164, 0.07);
    color: rgba(95, 194, 164, 1);
}

.mpage .filter-price-content ul li:nth-of-type(4n),
.mpage .filter-area-content ul li:nth-of-type(4n) {
    margin-right: 0;
}

.mpage .filter-price-content .input-box,
.mpage .filter-area-content .input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.3rem;
}

.mpage .filter-price-content .input-box input,
.mpage .filter-area-content .input-box input {
    width: 1.2rem;
    height: 0.52rem;
    border-radius: 0.03rem;
    font-size: 0.24rem;
    text-align: center;
    border: 0.01rem solid rgba(217, 217, 217, 1);
}

.mpage .filter-price-content .input-box span,
.mpage .filter-area-content .input-box span {
    width: 0.44rem;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.24rem;
}

.mpage .filter-price-content .input-box .confirms,
.mpage .filter-area-content .input-box .confirms {
    display: inline-block;
    width: 1.62rem;
    height: 0.6rem;
    border-radius: 0.07rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.6rem;
    background: rgba(95, 194, 164, 1);
    text-align: center;
    color: rgba(255, 255, 255, 1);
}