﻿body {
    background-color: #fff;
}


.main-nav {
    width: 1150px;
    height: auto;
    white-space: nowrap;
    margin: 0 auto;
    padding-bottom: 20px;
}

@-webkit-keyframes slide-down {
    0% {
        height: 0
    }

    to {
        height: 500px
    }
}

@keyframes slide-down {
    0% {
        height: 0
    }

    to {
        height: 500px
    }
}

.main-nav .slide-down {
    -webkit-animation-name: slide-down;
    animation-name: slide-down;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.main-nav .main-left-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9
}

.main-nav .main-left-wrapper .left-wrapper {
    display: flex;
    align-items: center;
}

.main-nav .main-left-wrapper .download-app {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.main-nav .main-left-wrapper .download-app:hover .cover {
    display: flex;
}

.main-nav .main-left-wrapper .download-app i {
    margin-right: 10px;
}

.main-nav .main-left-wrapper .download-app .cover {
    display: none;
    position: absolute;
    width: 150px;
    height: 170px;
    right: -40px;
    top: 60px;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 10px 2px #f5f5f6;
}

.main-nav .main-left-wrapper .download-app .cover:hover {
    display: flex;
}

.main-nav .main-left-wrapper .download-app .cover img {
    width: 110px;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
}

.main-nav .main-left-wrapper .download-app .cover .title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.main-nav .main-left-wrapper .download-app .cover .sub-title {
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
}

/*.main-nav .main-left-wrapper {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 0
}*/

.main-nav .main-left-wrapper .logo {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 20px;
    line-height: 26px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    overflow: hidden;

    &.xinfang {
        padding-right: 20px;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            width: 1px;
            height: 60%;
            background-color: #ccc;
        }
    }
}

.main-nav .main-left-wrapper .logo img {
    height: 40px;
    object-fit: contain;
}

.main-nav .main-left-wrapper .location {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle
}

.main-nav .main-left-wrapper .vertical-split {
    display: inline-block;
    width: 0;
    height: 100%;
    margin: 0 36px 0 20px;
    border-right: 1px solid #eee;
    vertical-align: middle
}

.main-nav .search-wrapper {
    position: relative;
    border: 1px solid #e5e5e6;
    border-radius: 2px;
    display: flex;
    width: 710px;
}

.main-nav .search-wrapper .search {
    flex: 1;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: none;
}

.main-nav .search-wrapper .search::-webkit-input-placeholder {
    color: #d0d1d2;
    vertical-align: middle
}

.main-nav .search-wrapper .search:-moz-placeholder, .main-nav .main-left-wrapper .search-wrapper .search::-moz-placeholder {
    color: #d0d1d2;
    vertical-align: middle
}

.main-nav .search-wrapper .search:-ms-input-placeholder {
    color: #d0d1d2;
    vertical-align: middle
}

.main-nav .search-wrapper .search-button {
    position: absolute;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.main-nav .search-wrapper .search-button:hover {
    cursor: pointer
}

.main-nav .search-wrapper .search-button i.search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-image: url(../images/sprite-ershou.png);
    background-position: -417px -275px
}

.main-nav .search-wrapper .search-result-wrapper {
    visibility: hidden;
    position: absolute;
    width: 710px;
    left: -1px;
    top: 46px;
    z-index: 100;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s ease;
    opacity: 0;
    overflow: hidden;
    background: #fff
}

.main-nav .search-wrapper .search-result-wrapper.show {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f4f7f9;
    padding: 0 0 0 21px;
    box-sizing: border-box
}

.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .search-result-title {
    font-size: 14px;
    color: #849aae;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .clear-history {
    padding-right: 21px;
    font-size: 14px;
    color: #849aae;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .clear-history:hover {
    text-decoration: underline
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper {
    width: 100%
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list {
    overflow: hidden;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #d7d7d7;
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 0 0 21px;
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .resblock-name {
    display: inline-block;
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result:hover {
    background: #f4f7f9
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .area {
    color: #999;
    font-size: 14px;
    margin-left: 30px;
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .ShangQuann {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc {
    height: 42px;
    padding-right: 20px;
    line-height: 42px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc .price {
    font-size: 14px;
    color: #999;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc .resblock-type {
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    background: #eee;
    border-radius: 2px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item {
    height: 100px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .search-result {
    position: relative;
    z-index: 0
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .opacty-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: hsla(0,0%,100%,.17)
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .ad-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 100px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 8px;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg {
    display: inline-block;
    margin-left: 20px;
    height: 100px;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title {
    line-height: 22px;
    margin-top: 20px;
    font-size: 0
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .resblock-name {
    font-size: 22px;
    color: #101d37;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 222px;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .sale-status {
    display: inline-block;
    height: 24px;
    padding: 0 6px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(-135deg,#3072f6,#6b99f6);
    border-radius: 2px;
    margin-left: 6px;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .resblock-type {
    display: inline-block;
    height: 22px;
    padding: 0 4px;
    margin-left: 8px;
    line-height: 22px;
    font-size: 14px;
    color: #9399a5;
    border: 1px solid #9399a5;
    border-radius: 2px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .tag-wrapper {
    line-height: 24px;
    margin-top: 12px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .tag-wrapper .desc {
    display: inline-block;
    height: 22px;
    font-size: 16px;
    color: #9399a5;
    line-height: 22px;
    vertical-align: middle;
    max-width: 252px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    line-height: 30px;
    height: 30px
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper .price {
    font-size: 24px;
    color: #fe615a;
    line-height: 30px;
    font-weight: 700;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper .price-desc {
    font-size: 16px;
    color: #fe615a;
    line-height: 30px;
    font-weight: 700;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history {
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden
}

.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item {
    display: inline-block;
    height: 24px;
    margin: 0 10px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle
}

.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item:first-child {
    margin-left: 21px
}

.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item a {
    display: inline-block;
    height: 24px;
    padding: 0 5px
}

.main-nav {
    .main-right-wrapper {
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 80px;
        font-size: 0
    }

    &.xinfang {
        padding-bottom: 5px;

        .main-right-wrapper {
            height: 46px;
            line-height: 46px;

            .main-nav-item.on {
                position: relative;

                &::after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 2px;
                    left: 0;
                    bottom: -10px;
                    background-color: #0079fe;
                }
            }
        }
    }

    &.baike,
    &.wenda {
        padding-bottom: 0;
    }
}

.main-right-wrapper {
    .main-nav-item {
        &:hover {
            color: #777;
        }

        &.download-app {
            cursor: default;
            position: relative;
        }

        &.download-app:hover .cover {
            display: flex;
        }

        &.download-app i {
            margin-right: 10px;
        }

        &.download-app .cover {
            display: none;
            position: absolute;
            width: 150px;
            height: 170px;
            right: 50%;
            transform: translateX(50%);
            top: 40px;
            background-color: #fff;
            border-radius: 4px;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            box-shadow: 0px 0px 10px 2px #f5f5f6;
        }

        &.download-app .cover:hover {
            display: flex;
        }

        &.download-app .cover img {
            width: 110px;
            height: 110px;
            min-height: 110px;
            max-height: 110px;
        }

        &.download-app .cover .title {
            margin-top: 10px;
            font-size: 16px;
            line-height: 24px;
            color: #333;
        }

        &.download-app .cover .sub-title {
            font-size: 14px;
            line-height: 28px;
            color: #ccc;
        }
    }
}


.filter-bg {
    

    &>div {
        background-color: transparent;
    }
}


.price-area-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;

    &.chuzu,
    &.xiaoqu {
        padding: 0;
        overflow: unset;
    }

    .more {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        //background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%,);
        background-color: #fff;
        font-size: 12px;
        color: #a7a8a9;
        padding: 20px 0;

        &.chuzu {
            //background-color: transparent;
            padding: 10px 0;

            &::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background-color: #eee;
                left: 0;
                top: 50%;
            }

            bottom: -28px;

            .item {
                position: relative;
                z-index: 1;
                background-color: #fff;
                width: 80px;

                &::after {
                    content: '';
                    position: absolute;
                    width: 20px;
                    height: 100%;
                    top: 0;
                    right: -20px;
                    background-color: #fff;
                    z-index: -1;
                }
            }
        }

        &.ershou,
        &.xinfang {
            background-color: #fbfbfb;
        }

        .item {
            position: relative;
            width: 120px;
            margin: 0 auto;
            cursor: pointer;

            i {
                position: absolute;
                left: 50%;
                bottom: 50%;
                width: 6px;
                min-width: 6px;
                height: 6px;
                min-height: 6px;
                border-left: 1px solid #a7a8a9;
                border-top: 1px solid #a7a8a9;
                margin-left: 5px;

                &.up {
                    transform: rotate(45deg) translate(26px, -18px);
                }

                &.down {
                    transform: rotate(-135deg) translate(-22px, 20px);
                }
            }
        }
    }
}

@listWidth: 850px; //房源列表宽度
.resblock-list-container {
    .resblock-list-nav-wrapper,
    .sort-list-wrapper,
    .no-result-wrapper,
    .resblock-list-wrapper {
        width: @listWidth;
    }
}

.p-20-0 {
    padding: 20px 0;
}
.mt20 {
    margin-top: 20px;
}

.resblock-list-container {
    &.ershou,
    &.xinfang,
    &.xiaoqu,
    &.jingjiren {
        margin-top: 0;
    }

    &.baike {
        margin-top: 10px;
        background-color: transparent;

        .HuiDa_r {
            width: 222px;
            text-align: center;

            .UserHuiDa,
            .NewWenDa {
                .title {
                    padding-bottom: 15px;
                    margin-bottom: 18px;
                }

                .User {
                    .phone {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 16px !important;
                    }
                }
            }
        }
    }

    .resblock-list-nav-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 8px 0;

        .resblock-have-find {
            font-size: 22px;
            font-weight: 700;
            margin: 0;

            .value {
                color: #0079fe;
            }
        }

        .clear-all {
            span {
                text-decoration: underline;
            }
        }

        &.xinfang {
            margin-bottom: 20px;
        }

        &.baike {
            .resblock-have-find {
                padding: 0;
                box-shadow: unset;
            }
        }
    }

    .sort-list-wrapper {
        .sort-list-item {
            font-size: 13px;
            margin-right: 37px;
        }

        &.ershou,
        &.xinfang,
        &.xiaoqu,
        &.jingjiren {
            box-shadow: unset;
            height: 48px;
            border-bottom: 2px solid #3072f6;

            .sort-list-item {
                font-size: 15px;
                font-weight: 700;
                line-height: 48px;
                margin: 0px;
                padding: 0 25px;

                &.on {
                    color: #fff;
                    background-color: #0079fe;

                    &::after {
                        display: none;
                    }
                }
            }
        }

        &.xinfang {
            margin-bottom: 0;
        }
    }

    .right-side-container {
        text-align: center;

        & > div {
            margin: 0 0 30px 0;
        }
    }
}


.Shou-List {
    .FengMianImg {
        width: 232px;
        height: 172px;
    }
}

.mod-wrap {
    .album {
        .carousel {
            position: relative;

            .VRTag {
                position: absolute;
                bottom: 155px;
                left: 0px;
                z-index: 9;

                .icon-wrapper {
                    overflow: hidden;

                    .VrSta {
                        float: left;
                        margin-left: 10px;
                        background: rgba(0, 0, 0, 0.5);
                        border-radius: 50%;
                        cursor: pointer;

                        img {
                            width: 50px;
                            height: 50px;
                            padding: 5px;
                        }
                    }

                    .VideoUrl {
                        float: left;
                        margin-left: 10px;
                        cursor: pointer;

                        img {
                            width: 50px;
                            height: 50px;
                        }
                    }
                }
            }
            //轮播统计
            .swiper-pagination {
                background: rgba(0, 0, 0, 0.5);
                width: 70px;
                left: initial;
                right: 10px;
                color: #fff;
                padding: 5px;
                border-radius: 30px;
            }
        }
    }

    .info-wrap {
        .IsYouV2 {
            display: flex;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 20px;

            .Title {
                font-size: 16px;
                font-weight: bold;
                background: #fa3534;
                color: #fff;
                padding: 10px;
            }

            .Tpis {
                background: #f5f5f6;
                color: #666;
                padding: 10px;
                width: 380px;

                ul {
                    overflow: hidden;

                    li {
                        float: left;
                        margin-left: 20px;
                    }
                }
            }
        }

        .priceV2 {
            .ShouJia {
                color: #fe615a;
                font-size: 42px;
                font-weight: bold;
            }

            .Wan {
                color: #fe615a;
                font-size: 20px;
            }

            .ShouDanJia {
                font-size: 18px;
            }

            .Rise {
                margin-left: 20px;
            }
        }
    }
}

.mod-global {
    position: relative;

    .CollectionMenu {
        float: right;
        overflow: hidden;
    }
    //基本信息
    .HouseJiBen {
        margin-top: 10px;

        .title {
            color: #101d37;
            font-weight: 700;
            font-size: 23px;
        }

        .Tips {
            color: #b0b3b4;
            line-height: 22px;
            margin-top: 20px;
            width: 710px;
            font-size: 12px;
        }

        .JiBne {
            overflow: hidden;
            width: 710px;
            vertical-align: top;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            line-height: 22px;
            padding: 20px 0;
            margin-top: 22px;

            .name {
                float: left;
                width: 188px;
                text-align: left;
                color: #9399a5;
                line-height: 23px;
            }

            .content {
                width: 522px;
                float: left;


                ul {
                    overflow: hidden;

                    li {
                        float: left;
                        width: 50%;
                        line-height: 28px;
                        font-size: 14px;
                        color: #101d37;
                        white-space: nowrap;

                        span {
                            color: #9399a5;
                            margin-right: 30px;
                        }
                    }
                }
            }
        }

        .jiaoyi {
            overflow: hidden;
            width: 710px;
            border-bottom: 1px solid #eee;
            line-height: 22px;
            padding: 20px 0;
            margin-top: 10px;

            .name {
                float: left;
                width: 188px;
                text-align: left;
                color: #9399a5;
                line-height: 23px;
            }

            .content {
                width: 522px;
                float: left;


                ul {
                    overflow: hidden;

                    li {
                        float: left;
                        width: 50%;
                        line-height: 28px;
                        font-size: 14px;
                        color: #101d37;
                        white-space: nowrap;

                        span {
                            color: #9399a5;
                            margin-right: 30px;
                        }
                    }
                }
            }
        }
    }
    //基本信息
    .HouseJiBenV2 {
        margin-top: 10px;
        font-size: 18px;

        .title {
            color: #101d37;
            font-weight: 700;
            font-size: 24px;
        }



        .JiBne {
            overflow: hidden;
            width: 900px;
            vertical-align: top;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            line-height: 22px;
            padding: 20px 0;
            margin-top: 22px;

            .name {
                float: left;
                width: 200px;
                text-align: left;
                color: #9399a5;
                line-height: 23px;
            }

            .content {
                width: 700px;
                float: left;


                ul {
                    overflow: hidden;

                    li {
                        float: left;
                        width: 50%;
                        line-height: 28px;
                        font-size: 18px;
                        color: #101d37;
                        white-space: nowrap;
                        margin-bottom: 18px;

                        span {
                            color: #9399a5;
                            margin-right: 30px;
                        }
                    }
                }
            }
        }

        .PeiTao {
            overflow: hidden;
            width: 900px;
            border-bottom: 1px solid #eee;
            line-height: 22px;
            padding: 20px 0;
            margin-top: 10px;

            .name {
                float: left;
                width: 200px;
                text-align: left;
                color: #9399a5;
                line-height: 23px;
            }

            .PeiTaoBox {
                width: 700px;
                float: left;

                .FontICO {
                    .iconfont {
                        font-size: 24px;
                    }
                }
            }

            .PeiTaoBox .Ischeck {
                color: #000 !important;
                text-decoration: auto;
            }



            .PeiTaoBox ul li {
                float: left;
                color: #ccc;
                width: 92px !important;
                text-decoration: line-through;
                height: initial !important;
                line-height: initial !important;
                text-align: center;
                margin-bottom: 20px;
            }
        }

        .Tips {
            color: #b0b3b4;
            line-height: 22px;
            margin-top: 20px;
            width: 710px;
            font-size: 12px;
        }
    }
    //房源图片
    .HouseImageV2 {
        width: 720px;
        margin-top: 90px;

        .title {
            color: #101d37;
            font-weight: 700;
            font-size: 23px;
        }

        ul {
            overflow: hidden;
            margin-top: 20px;

            li {
                float: left;
                width: 360px;
                margin-bottom: 10px;

                .Thumbnail {
                    width: 350px;
                    height: 230px;
                    position: relative;

                    .ThumbnailUrl {
                        width: 100%;
                        height: 100%;
                    }

                    .Title {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        line-height: 32px;
                        text-align: center;
                        padding: 0 11px;
                        border-radius: 2px;
                        background-color: rgba(0,0,0,.4);
                        color: #fff;
                        font-size: 12px;
                    }
                }
            }

            li:nth-child(1) {
                width: 710px;

                .Thumbnail {
                    width: 710px;
                    height: 400px;

                    .ThumbnailUrl {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }
    //楼盘信息
    .house-loupan {
        width: 710px;
        position: relative;
        margin-top: 80px;

        .title {
            color: #101d37;
            font-weight: 700;
            font-size: 23px;
            position: relative;

            a {
                font-size: 14px;
                line-height: 23px;
                color: #7f8183;
                position: absolute;
                top: 0px;
                right: 0px;
                font-weight: initial;
            }
        }

        ul {
            margin-top: 20px;
            font-size: 14px;

            li {
                line-height: 28px;

                span {
                    color: #9399a5;
                    margin-right: 30px;
                }

                label {
                }
            }
        }

        .FengMian {
            position: absolute;
            top: 45px;
            right: 0px;
            width: 200px;
            height: 150px;

            .FengMianUrl {
                width: 100%;
                height: 100%;
            }
        }
    }
    //出售
    .fangruan-wrap-V2 {
        position: relative;
        //联系经纪人
        .UserBoxV2 {
            position: fixed;
            top: 55px;
            left: 50%;
            z-index: 9;
            margin-left: 210px;
            width: 380px;
            display: none;

            .Title {
                padding-bottom: 12px;
                font-size: 14px;
                color: #101d37;
                font-weight: 700;
            }

            ul {
                li {
                    padding: 35px 0 28px;
                    border-top: 1px solid #f1f1f1;
                    position: relative;
                    overflow: hidden;

                    .head {
                        width: 60px;
                        height: 60px;
                        float: left;

                        img {
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                        }
                    }

                    .user {
                        float: left;
                        margin-left: 20px;

                        .name {
                            font-size: 14px;
                            font-weight: 700;
                            color: #101d37;

                            .RoleTips {
                                color: #666;
                                font-weight: initial;
                                margin-left: 8px;
                            }
                        }

                        .phone {
                            font-size: 22px;
                            font-weight: 600;
                            color: #fe615a;
                            margin-top: 5px;
                        }

                        .fangruan-btn {
                            margin-top: 3px;

                            .btn {
                                padding: 4px 8px;
                                font-size: 12px;
                            }
                        }
                    }

                    .wx-shareV2 {
                        float: right;

                        .wx-share-img {
                            img {
                                width: 105px;
                                height: 105px;
                            }
                        }

                        .bohao {
                            color: #999;
                            font-size: 12px;
                            margin-top: 5px;
                            text-align:center;
                        }
                    }
                }
            }
        }
    }
    //出租
    .fangruan-wrap-V3 {
        position: relative;
        //联系经纪人
        .UserBoxV2 {
            position: fixed;
            top: 55px;
            left: 50%;
            z-index: 9;
            margin-left: 210px;
            width: 380px;

            .Title {
                padding-bottom: 12px;
                font-size: 14px;
                color: #101d37;
                font-weight: 700;
            }

            ul {
                li {
                    padding: 23px 0 28px;
                    border-top: 1px solid #f1f1f1;
                    position: relative;
                    overflow: hidden;

                    .head {
                        width: 60px;
                        height: 60px;
                        float: left;

                        img {
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                        }
                    }

                    .user {
                        float: left;
                        margin-left: 20px;

                        .name {
                            font-size: 14px;
                            font-weight: 700;
                            color: #101d37;

                            .RoleTips {
                                color: #666;
                                font-weight: initial;
                                margin-left: 8px;
                            }
                        }

                        .phone {
                            font-size: 22px;
                            font-weight: 600;
                            color: #fe615a;
                            margin-top: 5px;
                        }

                        .fangruan-btn {
                            margin-top: 3px;

                            .btn {
                                padding: 4px 8px;
                                font-size: 12px;
                            }
                        }

                        .wx-share {
                            float: right;

                            .wx-share-img {
                                img {
                                    width: 105px;
                                    height: 105px;
                                }
                            }

                            .bohao {
                                color: #999;
                                font-size: 12px;
                                margin-top: 5px;
                            }
                        }
                    }
                }
            }
        }
    }
}

//举报
.JuBaoHtml {
    position: relative;
    padding: 20px 50px;

    .iconfont {
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }

    .example-box {
        margin-top: 25px;
        font-size: 16px;
        color: #101d37;

        .lyear-checkbox, .lyear-radio {
            padding-left: 25px;
        }

        ul {
            li {
                margin-bottom: 10px;
            }
        }
    }

    .saveBtn {
        margin-top: 22px;

        .btn {
            width: 100%;
            height: 50px;
        }
    }
}
.UserList {
    margin-top: 15px;

    ul {
        li {
            overflow: hidden;
            position: relative;

            .Head {
                float: left;

                .headUrl {
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                }
            }



            .user-entity {
                float: left;
                margin-left: 10px;

                .TrueName {
                    font-weight: 600;
                    font-size: 20px;
                    color: #333;
                    vertical-align: middle;
                    margin-right: 6px;
                }

                .Phone {
                    font-size: 24px;
                    font-weight: 600;
                    color: #fe615a;
                    margin-top: 7px;
                }

                .BaLiaoBtn {
                    margin-top: 5px;

                    .btn {
                        padding: 5px 10px;
                    }
                }
            }

            .wx-share {
                float: right;

                .wx-share-img {
                    width: 105px;
                    height: 105px;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                .bohao {
                    text-align: center;
                    color: #777;
                    margin-top: 3px;
                }
            }
        }
    }
}

//贷款计算
.DaiKuan {
    margin-top: 70px;

    .title {
        color: #101d37;
        font-weight: 700;
        font-size: 23px;
    }

   
}


.select2-container .select2-selection--single {
    height: 45px;
    border: 0px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 45px;
    background: #fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
.select2-dropdown {
    border: 0px solid #ddd;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}
.select2-results__option {
   
    padding-top: 12px;
    padding-bottom: 12px;
    
}
.select2-container {
    
    width: 400px !important;
}

.fangruanV2-list-container {
    .fangruanV2-location {
        .iconfont {
            color: #666;
        }
    }

    .fangruanV2-room {
        color: #666;

        a {
            color: #666;
        }

        .iconfont {
            color: #666;
        }

        .ShouCount {
            color: #0079fe !important;
            font-size: 18px !important;
            font-weight: bold;
            padding-right: 5px;
        }

        .ZuCount {
            color: #0079fe !important;
            font-size: 18px !important;
            font-weight: bold;
            padding-right: 5px;
        }
    }
}

.crumbs-link {
    margin-top: 28px;
    margin-bottom: 35px;

    .fangruan-link {
        a {
            color: #aaa;
        }

        .stp {
            color: #9399a5;
            font-family: simsun;
        }
    }
}

.PropertyName {
    margin-bottom: 25px;
    position: relative;

    .Name {
        color: #333;
        font-weight: 700;
        font-size: 26px;
    }

    .QuYu {
        margin-top: 10px;
        color: #999;
    }

    .IsCollection {
        position: absolute;
        top: 0px;
        right: 0px;

        .btn {
            width: 113px;
            height: 45px;
        }
    }
}
.loupan-info {
    ul {
        overflow: hidden;
        margin-top: 10px;

        li {
            float: left;
            width: 50%;
            height: 30px;
            line-height: 30px;


            span {
                color: #999;
                margin-right: 10px;
            }

            label {
                color: #101d37;
            }

            .QuID {
                a {
                    color: #0079fe;
                }
            }
        }
    }
}

.Detail {
    .cj_errorIco {
        text-align: center;

        .iconfont {
            font-size: 40px;
        }
    }

    .cj_error {
        text-align: center;
        font-size: 22px;
    }
}

.fangruan-user-wrapper {
    .iconfont {
        color: #a9abab;
        font-size: 14px;
    }

    .phone {
        color: #fff;
        font-size: 12px;
        margin-right: 30px;
    }

    .register {
        a {
            font-size: 12px;
            color: #fff;
        }

        .xian {
            color: #fff;
        }
    }
}


