.page header {
    position: static;
}

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

.page .wrap h1.title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34.75px;
    color: rgba(51, 51, 51, 1);
}

.page .house-info-box {
    display: flex;
    margin-bottom: 27px;
}

.page .house-info-box .house-img-box {
    flex-shrink: 0;
    margin-right: 63px;
    width: 565px;
}

.page .house-info-box .house-img-box .bigImg {
    width: 565px;
    height: 406px;
    display: block;
}

.page .house-info-box .small-img-box {
    position: relative;
}

.page .house-info-box .small-img {
    width: 448px;
    margin: auto;
    margin-top: 13px;
    height: 77px;
    position: relative;
    overflow: hidden;
}

.page .house-info-box .small-img-box .swiper-btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.page .house-info-box .small-img-box .swiper-btn.left {
    cursor: pointer;
    left: 0;
}

.page .house-info-box .small-img-box .swiper-btn.right {
    cursor: pointer;
    right: 0;
}

.page .house-info-box .small-img .swiper-list {
    width: 800%;
    position: absolute;
}

.page .house-info-box .small-img img {
    width: 100px;
    height: 77px;
    display: block;
    float: left;
    margin-right: 16px;
    object-fit: cover;
    cursor: pointer;
}

.page .house-info .price {
    font-size: 22px;
    line-height: 50px;
    color: rgba(250, 87, 65, 1);
    font-weight: 500;
}

.page .house-info .price span {
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
}

.page .house-info .label span {
    margin-right: 10px;
    margin-top: 30px;
    height: 25px;
    border-radius: 3px;
    background: rgba(242, 245, 247, 1);
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
}

.page .house-info .paytype {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    display: flex;
}

.page .house-info .paytype span {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    width: 100px;
}

.page .house-info .user {
    display: flex;
    margin-top: 26px;
}

.page .house-info .user img {
    width: 67px;
    height: 67px;
    margin-right: 20px;
}

.page .house-info .user .name {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.page .house-info .user .company {
    font-size: 16px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
}

.page .house-info .btn-box {
    display: flex;
    margin-top: 29px;
}

.page .house-info .btn-box .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 50px;
    border-radius: 2px;
    background: rgba(95, 194, 164, 1);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-right: 17px;
    cursor: pointer;
}

.page .house-info .btn-box .phone img {
    margin-right: 12px;
    width: 16px;
    height: 16px;
}

.page .house-info .btn-box .concat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 50px;
    border-radius: 2px;
    background: rgba(95, 194, 164, 0.16);
    border: 1px solid rgba(95, 194, 164, 1);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: rgba(95, 194, 164, 1);
}

.page .house-info .btn-box .concat img {
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

.page .wrap .type {
    display: flex;
    width: 100%;
    background: rgba(240, 240, 240, 1);
}

.page .wrap .type li {
    flex: 1;
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 54px;
}

.page .wrap .type li a {
    color: #000;
}

.page .wrap .type li.active {
    border-bottom: 3px solid #0253A3;
}

.page .wrap .type li.active a {
    color: #0253A3;
    font-weight: 500;
}

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

@media screen and (max-width: 1020px) {
    .page .house-info .btn-box {
        display: block;
    }

    .page .house-info .btn-box .phone {
        margin-right: 0;
    }

    .page .house-info .btn-box .concat {
        margin-top: 16px;
    }
}

.page .details-title {
    margin-top: 38px;
    position: relative;
    padding-bottom: 17px;
    font-size: 26px;
    font-weight: 400;
}

.page .details-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 121px;
    height: 9px;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

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

.page .infos-box ul li {
    margin-top: 16px;
    width: 480px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
}

.page .infos-box ul li span {
    display: inline-block;
    width: 170px;
    color: rgba(128, 128, 128, 1);
    flex-shrink: 0;
}

.page .introduce-box .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    margin-top: 13px;
}

.page .introduce-box .content img {
    max-width: 100%;
}

.page .images-bos .img-box {
    margin-top: 24px;
}

.page .images-bos .bigImg {
    width: 1200px;
    height: 864px;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}


.page .images-bos .small-img-box {
    position: relative;
}

.page .images-bos .small-img {
    width: 1070px;
    margin: auto;
    margin-top: 18px;
    height: 110px;
    position: relative;
    overflow: hidden;
}

.page .images-bos .small-img-box .swiper-btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.page .images-bos .small-img-box .swiper-btn.left {
    cursor: pointer;
    left: 0;
}

.page .images-bos .small-img-box .swiper-btn.right {
    cursor: pointer;
    right: 0;
}

.page .images-bos .small-img .swiper-list {
    width: 800%;
    position: absolute;
}

.page .images-bos .small-img img {
    width: 142px;
    height: 110px;
    display: block;
    float: left;
    margin-right: 13px;
    object-fit: cover;
    cursor: pointer;
}


@media screen and (max-width: 1220px) {
    .page .images-bos .bigImg {
        width: 1000px;
        height: 720px;
        margin: auto;
    }

    .page .images-bos .small-img-box {
        width: 1000px;
        margin: auto;
    }

    .page .images-bos .small-img {
        width: 898px;
        height: 92px;
    }

    .page .images-bos .small-img img {
        width: 119px;
        height: 92px;
    }
}

@media screen and (max-width: 1040px) {
    .page .images-bos .bigImg {
        width: 920px;
        height: 662.5px;
        margin: auto;
    }

    .page .images-bos .small-img-box {
        width: 920px;
        margin: auto;
    }

    .page .images-bos .small-img {
        width: 825px;
        height: 84px;
    }

    .page .images-bos .small-img img {
        width: 109px;
        height: 84px;
    }
}

.page .project-info {
    display: flex;
    margin-top: 24px;
}


.page .other-box .house_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}

.page .project-info .li,
.page .other-box .house_list li {
    width: 382px;
    margin-right: 25px;
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 38px;
}

.page .other-box .house_list li:nth-of-type(3n) {
    margin-right: 0;
}

.page .project-info .li .img,
.page .other-box .house_list li .img {
    width: 382px;
    border-radius: 10px;
    height: 275px;
    overflow: hidden;
}

.page .project-info .li .img img,
.page .other-box .house_list li .img img {
    width: 382px;
    height: 275px;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.page .project-info .li a:hover .img,
.page .other-box .house_list li a:hover .img {
    box-shadow: 1px 2px 10px 6px rgba(0, 0, 0, 0.15);
}

.page .project-info .li a:hover .img img,
.page .other-box .house_list li a:hover .img img {
    transform: scale(1.2);
}

.page .project-info .li .content,
.page .other-box .house_list li .content {
    position: absolute;
    width: 348px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 119px;
}

.page .project-info .li .name,
.page .other-box .house_list li .name {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .project-info .li .address,
.page .other-box .house_list li .address {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(26, 26, 26, 1);
    margin-top: 10px;
}

.page .project-info .li .address img,
.page .other-box .house_list li .address img {
    margin-right: 7px;
    width: 17px;
    height: 17px;
    display: block;
}

.page .project-info .li .address p,
.page .other-box .house_list li .address p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .project-info .li .price-box,
.page .other-box .house_list li .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.page .project-info .li .price,
.page .other-box .house_list li .price {
    font-size: 18px;
    font-weight: 500;
    color: rgba(250, 87, 65, 1);
}

.page .project-info .li .price span,
.page .other-box .house_list li .price span {
    font-size: 12px;
}

.page .project-info .li .btn,
.page .other-box .house_list li .btn {
    width: 75px;
    height: 28px;
    border-radius: 28.29px;
    background: rgba(9, 166, 155, 1);
    font-size: 11.15px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

@media screen and (max-width: 1220px) {
    .page .container .other-box {
        padding: 12px 0 0 15px;
        width: 100%;
    }

    .page .other-box .house_list li {
        width: calc(33% - 12px);
        margin-right: 15px;
    }

    .page .other-box .house_list li:nth-of-type(3n) {
        margin-right: 15px;
    }

    .page .other-box .house_list li .img {
        width: 100%;
    }

    .page .other-box .house_list li .img img {
        width: 100%;
    }

    .page .other-box .house_list li .content {
        width: 310px;
    }
}

@media screen and (max-width: 1060px) {
    .page .other-box .house_list li .content {
        width: 280px;
    }
}

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

.mpage .banner img {
    width: 100%;
    height: 4.9rem;
    display: block;
    object-fit: cover;
}

.mpage .house-info {
    padding: 0.3rem;
    border: 0.01rem solid rgba(229, 229, 229, 1);
}

.mpage .house-info h1.title {
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.44rem;
    color: rgba(51, 51, 51, 1);
}

.mpage .house-info .price-box {
    display: flex;
    align-items: center;
    margin-top: 0.17rem;
    margin-bottom: 0.15rem;
}

.mpage .house-info .price-box .price {
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(250, 87, 65, 1);
}

.mpage .house-info .price-box .price span {
    font-size: 0.3rem;
    font-weight: 700;
}

.mpage .house-info .area {
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
}

.mpage .house-info .label {
    display: flex;
    flex-wrap: wrap;
}

.mpage .house-info .label span {
    height: 0.44rem;
    border-radius: 0.05rem;
    background: rgba(242, 245, 247, 1);
    padding: 0 0.15rem;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.44rem;
    color: rgba(132, 154, 174, 1);
    margin-right: 0.18rem;
    display: inline-block;
}

.mpage .house-info .user {
    display: flex;
    margin-top: 0.22rem;
}

.mpage .house-info .user img {
    width: 0.84rem;
    height: 0.84rem;
    margin-right: 0.16rem;
}

.mpage .house-info .user .name {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.41rem;
}

.mpage .house-info .user .company {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.29rem;
    color: rgba(166, 166, 166, 1);
}

.mpage .house-info .btn-box {
    display: flex;
    margin-top: 0.2rem;
}

.mpage .house-info .btn-box .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.38rem;
    height: 0.6rem;
    border-radius: 0.02rem;
    background: rgba(95, 194, 164, 1);
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-right: 0.3rem;
    cursor: pointer;
}

.mpage .house-info .btn-box .phone img {
    margin-right: 0.1rem;
    width: 0.22rem;
    height: 0.22rem;
}

.mpage .house-info .btn-box .concat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.76rem;
    height: 0.6rem;
    border-radius: 0.02rem;
    background: rgba(95, 194, 164, 0.16);
    border: 1px solid rgba(95, 194, 164, 1);
    font-size: 0.26rem;
    font-weight: 500;
    cursor: pointer;
    color: rgba(95, 194, 164, 1);
}

.mpage .house-info .btn-box .concat img {
    width: 0.26rem;
    height: 0.26rem;
}


.mpage .container .details-title {
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 0.11rem;
    position: relative;
}

.mpage .container .details-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.21rem;
    height: 0.1rem;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.mpage .p30 {
    padding: 0.3rem;
}

.mpage .infos-box ul {
    display: flex;
    flex-wrap: wrap;
}

.mpage .infos-box ul li {
    margin-top: 0.15rem;
    width: 50%;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.35rem;
    display: flex;
}

.mpage .infos-box ul li span {
    display: inline-block;
    width: 1.44rem;
    color: rgba(128, 128, 128, 1);
    flex-shrink: 0;
}

.mpage .introduce-box .content {
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.43rem;
}

.mpage .introduce-box .content img {
    max-width: 100%;
}

.mpage .images-bos .img-box {
    margin-top: 0.3rem;
}

.mpage .images-bos .bigImg {
    width: 100%;
    height: 4.97rem;
    border-radius: 0.06rem;
    display: block;
    object-fit: cover;
}

.mpage .images-bos .small-img-box {
    position: relative;
}

.mpage .images-bos .small-img {
    width: 5.71rem;
    margin: auto;
    margin-top: 0.3rem;
    height: 1.02rem;
    position: relative;
    overflow: hidden;
}

.mpage .images-bos .small-img-box .swiper-btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.mpage .images-bos .small-img-box .swiper-btn.left {
    cursor: pointer;
    left: 0;
}

.mpage .images-bos .small-img-box .swiper-btn.right {
    cursor: pointer;
    right: 0;
}

.mpage .images-bos .small-img .swiper-list {
    width: 800%;
    position: absolute;
}

.mpage .images-bos .small-img img {
    width: 1.32rem;
    height: 1.02rem;
    display: block;
    float: left;
    margin-right: 0.14rem;
    object-fit: cover;
    cursor: pointer;
}


.mpage .project-info {
    display: flex;
    margin-top: 0.2rem;
}


.mpage .other-box .house_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.18rem;
}

.mpage .project-info .li,
.mpage .other-box .house_list li {
    margin-top: 0.12rem;
    width: 3.4rem;
    position: relative;
    padding-bottom: 1.13rem;
}

.mpage .project-info .li .img,
.mpage .other-box .house_list li .img {
    width: 3.4rem;
    height: 2.48rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.mpage .project-info .li .img img,
.mpage .other-box .house_list li .img img {
    width: 3.4rem;
    height: 2.48rem;
    display: block;
    object-fit: cover;
}

.mpage .project-info .li .content,
.mpage .other-box .house_list li .content {
    position: absolute;
    width: 3.1rem;
    border-radius: 0.06rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.16rem;
    top: 2.15rem;
    left: 50%;
    transform: translateX(-50%);
    height: 1.46rem;
}

.mpage .project-info .li .name,
.mpage .other-box .house_list li .name {
    font-size: 0.28rem;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mpage .project-info .li .address,
.mpage .other-box .house_list li .address {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #A6A6A6;
    margin-top: 0.08rem;
}

.mpage .project-info .li .address img,
.mpage .other-box .house_list li .address img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
}

.mpage .project-info .li .address p,
.mpage .other-box .house_list li .address p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mpage .project-info .desc {
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.43rem;
    margin-left: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.mpage .other-box .house_list li .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.mpage .other-box .house_list li .price {
    font-size: 0.2rem;
    font-weight: 500;
    color: rgba(250, 87, 65, 1);
}

.mpage .other-box .house_list li .price span {
    font-size: 0.26rem;
}