﻿
* {
    margin: 0;
    padding: 0;
}

input,
button {
    outline: none;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.filtrate {
    background: #fff;
    position: relative;
    /*width: 1200px;*/
    margin: 0 auto;
}

.search {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #eee;
}

    .search input {
        float: left;
        line-height: 48px;
        font-size: 14px;
        border: none;
        width: 230px;
    }

    .search button {
        float: left;
        width: 30px;
        height: 48px;
        background: none;
        border: none;
        background: url(/Content/Home/images/search.png) no-repeat 50% 50%/100%;
        cursor: pointer;
    }

.filtrate-list {
    float: left;
}

    .filtrate-list li {
        float: left;
        text-align: center;
        padding: 0 20px;
        border-right: 1px solid #eee;
        cursor: pointer;
        position: relative;
    }

        .filtrate-list li > span {
            display: inline-block;
            line-height: 48px;
            font-size: 14px;
            color: #333;
            padding-right: 20px;
            background: url(/Content/Home/images/more.png) no-repeat 100% 50%/15px;
        }

.filtrate-detail {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
    font-size: 12px;
    padding: 0 20px;
    border-top: 1px solid #eee;
    display: none;
}

.money {
    width: 260px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    .money li {
        float: left;
        width: 50%;
        text-align: left;
        border-right: none;
        padding: 0;
        line-height: 30px;
        padding-left: 16px;
        box-sizing: border-box;
        position: relative;
    }

        .money li p {
            width: 10px;
            height: 10px;
            border: 1px solid #333;
            border-radius: 2px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .money .checked {
        color: #00a75b;
    }

        .money .checked p {
            border: 1px solid #00a75b;
            background: url(/Content/Home/images/checked.png) no-repeat 50% 50%/100%;
        }

.scope {
    text-align: left;
    margin-top: 20px;
}

    .scope input {
        width: 74px;
        height: 34px;
        margin: 0 5px;
        padding-left: 10px;
    }

.filtrate-btn {
    float: right;
    margin: 20px 0;
}

    .filtrate-btn a {
        float: left;
        margin-left: 30px;
        font-size: 14px;
    }

.sure {
    color: #00a75b;
}

.show .filtrate-detail {
    display: block !important;
}

.more-filtrate {
    width: 620px;
}

    .more-filtrate em {
        float: left;
        line-height: 50px;
        width: 70px;
        text-align: left;
    }

    .more-filtrate .money {
        float: left;
        width: unset;
        border-bottom: none;
    }

        .more-filtrate .money li {
            float: left;
            width: 110px;
        }

.normalMark:hover {
    z-index: 999999 !important;
    background: #e4393c !important;
}

.circleMark:hover {
    z-index: 999999 !important;
    background: #e4393c !important;
}

.normalMark:hover .down {
    border-color: #e4393c transparent transparent transparent !important;
}

.normalMark.active {
    z-index: 999999 !important;
    background: #e4393c !important;
}

    .normalMark.active .down {
        border-color: #e4393c transparent transparent transparent !important;
    }

.normalMark:hover .normalMarkDetail {
    display: block !important;
}

.normalMarkDetail {
    display: none;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -700%;
    transform: translateX(-50%);
    width: 350px;
    padding: 20px;
}

    .normalMarkDetail img {
        float: left;
        width: 136px;
        height: 100px;
    }

    .normalMarkDetail div {
        margin-left: 15px;
        float: left;
        color: #333;
    }

        .normalMarkDetail div p:nth-of-type(1) {
            margin-top: 20px;
        }

        .normalMarkDetail div p {
            font-size: 14px;
            line-height: 24px;
        }

.left-house-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    width: 440px;
    height: calc(100vh - 48px);
    transition: 0.5s;
}

.house-list-head {
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
}

    .house-list-head h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .house-list-head span {
        font-size: 12px;
        display: inline-block;
        color: #666;
        font-weight: normal;
    }

    .house-list-head p {
        font-size: 16px;
        margin-top: 10px;
        font-weight: bold;
    }

.house-list-wrap {
    padding: 20px;
}

.house-list-wrap-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

    .house-list-wrap-title em {
        color: #00a75b;
    }

.house-list-tabs-btn {
    margin: 15px 0 0;
}

    .house-list-tabs-btn a {
        float: left;
        font-size: 12px;
        line-height: 18px;
        color: #333;
        margin-right: 20px;
        cursor: pointer;
    }

    .house-list-tabs-btn .tabs-active {
        color: #00a75b;
        border-bottom: 1px solid #00a75b;
    }

.tabs-item li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

    .tabs-item li img {
        float: left;
        margin-right: 15px;
    }

    .tabs-item li div {
        float: left;
    }

        .tabs-item li div strong {
            font-size: 18px;
            font-weight: bold;
            color: #df1e1e;
            margin-bottom: 10px;
            display: inline-block;
        }

        .tabs-item li div p {
            font-size: 12px;
            color: #333;
            line-height: 22px;
        }

        .tabs-item li div div {
            margin-top: 10px;
        }

            .tabs-item li div div span {
                float: left;
                font-size: 12px;
                line-height: 16px;
                padding: 0 2px;
                background: #e1f5f8;
                color: #39becd;
                margin-right: 5px;
            }

.left-house-close {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: #fff;
}

    .left-house-close span {
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #555;
        left: 50%;
        top: 50%;
        border-left: none;
        border-bottom: none;
        transform: translate(-70%, -50%) rotate(45deg);
    }

.tabs-list {
    height: 638px;
    width: 396px;
    overflow: hidden;
}

.tabs-item {
    margin-top: 15px;
    height: 100%;
    width: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchs .last {
    color: #999;
    line-height: 35px;
    width: 425px;
}

.fr {
    float: right;
}

.last .ditu {
    margin-top: 6px;
    margin-left: 10px;
    border-radius: 2px;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.last .hvr-bob-i-3 {
    background: #33cabb;
    border: 1px solid #33cabb;
}

.last .ditu a {
    width: 95px;
    color: #fff;
    display: block;
    text-overflow: inherit;
    white-space: inherit;
    overflow: auto;
    text-decoration: none;
}

.last .hvr-bob-i-2 {
    background: #f96868;
    border: 1px solid #f96868;
}

.last .hvr-bob-i-1 {
    background: #faa64b;
    border: 1px solid #faa64b;
}

.text_length {
    width: 190px;
}
.circleMark p:nth-child(1) {
margin-top:15px;
}