﻿.select1 {
    left: 0px;
    top: 48px;
    display: none;
    height: auto;
    overflow: auto;
    padding-left: 0px;
    z-index: 999;
    position: absolute;
    border: 1px solid #eee;
    width: 487px;
    background: #fff;
}

.select1 li {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px dashed #d7d7d7;
}

.select1 li:hover {
    color: #fff;
    background: #4284d9;
}

* {
    margin: 0;
    padding: 0;
}

input,
button {
    outline: none;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}


.menu {
    position: absolute;
    right: 0px;
    line-height: 48px;
}

.MapBtn {
    background-color: #0079fe;
    border-color: #0079fe;
    color: #fff;
    padding: 8px 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    cursor: pointer;
}

.MapBtn:hover {
    background-color: #0093ef;
    border-color: #0093ef;
}

.ShouMap .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ShouMap .filtrate {
    width: 100%;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;

    .search-panel {
        width: 348px;
        position: absolute;
        left: 24px;
        top: 24px;
        display: flex;
        align-items: center;
        padding: 0 10px 0 0;

        .dropdown-house-type {
            width: 100px;
            height: 46px;
            color: #333;
            line-height: 46px;
            padding: 0 15px 0 25px;
            box-sizing: border-box;
            position: relative;
            cursor: pointer;

            &::after {
                position: absolute;
                content: '';
                right: 0;
                width: 1px;
                height: 20px;
                top: 50%;
                transform: translateY(-50%);
                background-color: #ccc;
            }

            i {
                margin-left: 2px;
            }
        }

        .search-bar {
            display: flex;
            align-items: center;
            padding: 0 5px 0 15px;
            flex: 1;

            .input {
                flex: 1;
                height: 30px;
                border-color: transparent;
                font-size: 12px;

                &:hover {
                    border-color: #ccc;
                }

                &::placeholder {
                    color: #999;
                }
            }

            .layui-icon {
                margin-left: 10px;
                padding: 10px;
                cursor: pointer;
                font-size: 18px;
            }
        }
    }
}

/*.ShouMap .search {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #eee;
    display: flex;
}

.ShouMap .search input {
    float: left;
    line-height: 48px;
    font-size: 14px;
    border: none;
    width: 230px;
}

.ShouMap .search button {
    float: left;
    width: 30px;
    height: 48px;
    background: none;
    border: none;
    
    cursor: pointer;
}*/

.search-dropdown {
    min-width: 348px;
    left: 24px;
    top: 74px;
    display: none;

    & > .layui-dropdown-menu {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.ShouMap .filtrate-list {
    position: absolute;
    left: 381px;
    top: 24px;
    width: 406px;
    height: 47px;
    display: flex;
    align-items: center;
}

.ShouMap .filtrate-list li {
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
}

.ShouMap .filtrate-list li > span {
    display: inline-block;
    line-height: 48px;
    font-size: 14px;
    color: #333;
}

.ShouMap .filtrate-detail {
    width: 506px;
    box-sizing: border-box;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 9999;
    background: #fff;
    font-size: 12px;
    padding: 0 20px;
    border-top: 1px solid #eee;
    display: none;

    
}

.ShouMap .money {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ShouMap .money li {
    width: 33%;
    text-align: left;
    border-right: none;
    padding: 0;
    line-height: 30px;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
}

.ShouMap .money li p {
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ShouMap .money .checked {
    color: #0079fe;
}

.ShouMap .money .checked p {
    //border: 1px solid #0079fe;
    //background: url(/Content/Home/images/checked.png) no-repeat 50% 50%/100%;

    &::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 60%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: #0079fe;
    }
}

.ShouMap .scope {
    text-align: left;
    margin-top: 20px;
}

.ShouMap .scope input {
    width: 74px;
    height: 34px;
    margin: 0 5px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.ShouMap .filtrate-btn {
    float: right;
    margin: 20px 0;
}

.ShouMap .filtrate-btn a {
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: unset;
}

.ShouMap .sure {
    color: #0079fe;
}

.ShouMap .show .filtrate-detail {
    display: block !important;
}

.ShouMap .more-filtrate {
    text-align: left;
}

.ShouMap .more-filtrate em {
    height: 40px;
    line-height: 50px;
    width: 70px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.ShouMap .more-filtrate .money {
    width: unset;
    border-bottom: none;
    padding-top: 0;
}

.ShouMap .more-filtrate:nth-last-child(2) {
    border-bottom: 1px solid #eee;
}

.ShouMap .normalMark:hover {
    z-index: 999999 !important;
    background: #e4393c !important;
}

.ShouMap .circleMark:hover {
    z-index: 999999 !important;
    background: #e4393c !important;
}

.ShouMap .normalMark:hover .down {
    border-color: #e4393c transparent transparent transparent !important;
}

.ShouMap .normalMark.active {
    z-index: 999999 !important;
    background: #e4393c !important;
}

.normalMark.active .down {
    border-color: #e4393c transparent transparent transparent !important;
}

.ShouMap .normalMark:hover .normalMarkDetail {
    display: block !important;
}

.ShouMap .normalMarkDetail {
    display: none;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -700%;
    transform: translateX(-50%);
    width: 350px;
    padding: 20px;
}

.ShouMap .normalMarkDetail img {
    float: left;
    width: 136px;
    height: 100px;
}

.ShouMap .normalMarkDetail div {
    margin-left: 15px;
    float: left;
    color: #333;
}

.ShouMap .normalMarkDetail div p:nth-of-type(1) {
    margin-top: 20px;
}

.ShouMap .normalMarkDetail div p {
    font-size: 14px;
    line-height: 24px;
}

.left-house-list {
    width: 348px;
    left: 24px;
    top: 74px;
    display: none;

    .flex-col {
        border-top: 1px solid #f5f5f6;
        display: flex;
        flex-direction: column;

        .flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        & > * {
            width: 100%;
        }
    }

    .fr-loupan {
        padding: 16px 16px 0;
        font-size: 12px;

        .flex {
            margin-bottom: 5px;
        }

        .name {
            font-family: PingFangSC-Semibold;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 18px;
            color: #222;

            .layui-icon {
                color: #ccc;
            }

            &:hover {
                color: #0079fe;
            }
        }

        .refer {
            color: #222;
        }

        .tag {
            color: #999;
        }

        .average-price {
            color: #f95640;
        }
    }

    .fr-sort {
        margin-top: 10px;
        padding: 0 16px;
        font-size: 12px;
        display: flex;
        align-items: center;
        padding-bottom: 10px;

        .flex {
            display: flex;
            align-items: center;
            margin-right: 20px;
            color: #222;
            cursor: pointer;

            &.active {
                color: #0079fe;

                .layui-icon {
                    color: #0079fe;
                }
            }

            .layui-icon {
                font-size: 12px;
                height: 10px;
                margin-left: 2px;
                color: #ccc;
                //&.up {
                //    height: 14px;
                //    transform: rotate(180deg);
                //    height: 12px;
                //}
            }

            &[data-sord=asc] {
                .layui-icon {
                    height: 14px;
                    transform: rotate(180deg);
                    height: 12px;
                }
            }
        }
    }

    .list {
        flex: 1;
        height: 650px;
        max-height: 650px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .house-list-head {
        width: 100%;
        padding: 20px;
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .house-list-head h2 {
        font-size: 20px;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .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-title {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        padding-left: 20px;
    }

    .house-list-wrap-title em {
        color: #00a75b;
    }

    .house-list-tabs-btn {
        width: 100%;
        margin: 15px 0 0;
        padding-left: 20px;
    }

    .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;
    }

    .tabs-item li {
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .tabs-item li:hover {
        background: rgba(0,0,0,0.1);
    }

    .tabs-item li img {
        margin-right: 15px;
    }

    .tabs-item li a {
        display: flex;
        align-items: center;
        padding-left: 20px;
    }

    .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;
    }

    .tabs-list {
        width: 100%;
        flex: 1;
        overflow: hidden;
    }

    .find-house {
        padding: 0 16px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #333;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .num {
            color: #0079fe;
        }

        i {
            padding: 0 10px;
            cursor: pointer;
        }
    }

    .FenYe {
        display: flex;
        justify-content: center;
        padding-top: 10px;

        .layui-box {
            & > a,
            & > span {
                padding: 0 10px;
            }
        }
    }
}


/*.ShouMap .left-house-close {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: #fff;
}

.ShouMap .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);
}*/


.ShouMap .searchs .last {
    color: #999;
    line-height: 35px;
    width: 425px;
}

.ShouMap .fr {
    float: right;
}

.ShouMap .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;
}

.ShouMap .last .hvr-bob-i-3 {
    background: #33cabb;
    border: 1px solid #33cabb;
}

.ShouMap .last .ditu a {
    color: #fff;
    display: block;
    text-overflow: inherit;
    white-space: inherit;
    overflow: auto;
    text-decoration: none;
}

.ShouMap .last .hvr-bob-i-2 {
    background: #fa3534;
    border: 1px solid #fa3534;
}

.ShouMap .last .hvr-bob-i-1 {
    background: #ff9900;
    border: 1px solid #ff9900;
}




.QuYu, .ShangQuan {
    position: absolute;
    background: rgb(0, 121, 254);
    color: rgb(255, 255, 255);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    white-space: nowrap;
    font-size: 14px;
    z-index: 1;
    text-align: center;
    line-height: 26px;
    padding-top: 4px;
    box-sizing: border-box;
    user-select: none;

    p:nth-child(1) {
        margin-top: 10px;
    }

    p:nth-child(2) {
        color: #ddd;
        margin-top: -5px;
    }
}

.QuYu:hover, .ShangQuan:hover {
    background-color: rgba(250,87,65,.9) !important;
}

.normalMark {
    position: absolute;
    background: rgb(0, 121, 254);
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 12px;

    .LouPanName {
        padding: 4px 8px;
        background: #0079fe;
    }

    .Tao {
        padding: 4px 8px;
        background: #19be6b;
    }



    .down {
        width: 0px;
        height: 0px;
        border-width: 5px;
        border-style: solid;
        border-color: rgb(0, 121, 254) transparent transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 19px;
    }
}

.house-list-tabs-btn {
    overflow: hidden;

    .tabs-sort {
        float: left;
        cursor: pointer;

        &:not(&:nth-child(1)) {
            margin-left: 10px;
        }

        .iconfont {
            color: #999;
            font-size: 12px;
        }
    }
}


.IsGenJin {
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: row; /* 子元素横向排列 */
    justify-content: center; /* 相对父元素水平居中 */
    align-items: center;

    .IsGenJinBox {
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        text-align: center;

        .TipIcon {
            .iconfont {
                font-size: 50px;
            }
        }

        .Tips {
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }

        .fr_btn {
            margin-top: 20px;

            .btn {
                width: 100%;
                padding: 12px;
            }
        }
    }
}

.ditu-header {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 9;

    .header-item {
        width: 380px;
        height: 50px;
        line-height: 36px;
        background: #fff;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
        border-radius: 4px;
        padding: 8px 12px;
        display: flex;

        .MenuV2 {
            ul {
                overflow: hidden;

                li {
                    float: left;
                    margin-right: 10px;
                    cursor: pointer;
                }

                .active {
                    color: #0079fe;
                    cursor: initial;
                }
            }
        }

        .searchV2 {
            margin-left: 10px;
            width: 213px;

            .searchInput {
            }

            .iconfont {
                position: absolute;
                top: 6px;
                right: 43px;
                color: #ccc;
            }
        }
    }
}

.active {
    .LouPanName {
        background: #fa5741;
    }
}

.Selected {
}

.fangruan-Home {
    padding-left: 15px;
}

.ShouJia-radio{

}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0px;
}
.lyear-checkbox, .lyear-radio {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 24px;
    font-weight: 400;
    min-height: 30px;
    height: auto !important;
    line-height: 20px !important;
    width: 25%;
    text-align: left;
}

.filtrate-detail{
    input{

    }
}
.GengDuoMap {
    .example-box {
        .lyear-checkbox, .lyear-radio {
            width: 150px;
            float: left;
        }
    }
}
.tag-span{
    margin-right:5px;
}