﻿body, html, #house-map-bg {
    width: 100%;
    height: 967px;
    overflow: hidden;
    margin: 0;
}

/*头部导航条样式*/
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.container {
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-header {
    float: left;
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar:after, .navbar-header:after, .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: -15px;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    top: 0;
    z-index: 1030;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }

.navbar-inverse .navbar-brand {
    color: #fff;
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #ffffff;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #acacac;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

.navbar-right:last-child {
    margin-right: -15px;
}

.navbar-right {
    float: right !important;
}

/*底部条*/
#house-map-bg .house-bottom {
    height: 20px;
    width: 100%;
    border: #e6e6e6;
    bottom: 0;
}

/*地图层*/
#house-map-bg #house-map {
    width: 100%;
    height: 100%;
}

/*标记加载提示*/
#house-map-bg .Date-Tips {
    display: none;
    position: absolute;
    top: 100px;
    left: 500px;
    height: 50px;
    width: 500px;
    background-color: rgba(0, 81, 126,0.8);
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
}

/*标记加载数量*/
#house-map-bg .Date-Top {
    display: none;
    position: absolute;
    top: 120px;
    bottom: 20px;
    left: 30px;
    height: 181px;
    width: 130px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #333333;
}

    #house-map-bg .Date-Top .Date-Top-title {
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
    }

    #house-map-bg .Date-Top .Date-Top-img {
        float: left;
    }

        #house-map-bg .Date-Top .Date-Top-img img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

    #house-map-bg .Date-Top .Date-Top-info {
        line-height: 20px;
    }

    #house-map-bg .Date-Top .Date-Top-selected {
        margin-left: 20px;
        text-indent: 10px;
        line-height: 35px;
        cursor: pointer;
    }

    #house-map-bg .Date-Top .Date-Top-select {
        text-indent: 30px;
        line-height: 35px;
    }

        #house-map-bg .Date-Top .Date-Top-select div:hover {
            background-color: #e6e6e6;
            cursor: pointer;
        }

/*选择条件*/
#house-map-bg #house-Search {
    height: 60px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    font-size: 12px;
}

/*搜索项*/
#house-Search .input {
    display: inline-block;
    width: 20%;
    padding: 10px;
    position: relative;
    border: 0;
    margin: 0;
}

#house-Search div input[type="text"] {
    border: 1px solid #DDDDDD;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    height: 40px;
    outline: none;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #666666;
    border-radius: 5px;
}

#house-Search div input[type="submit"] {
    background-image: url(../../Images/fangdajing.png);
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    display: block;
    line-height: 55px;
    background-color: #fff;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
/*区域、学区房、地铁房选择项*/
#house-Search .area {
    display: inline-block;
    width: 10%;
    height: 20px;
    padding: 10px 20px;
}

    #house-Search .area select {
        border: solid 0px #000;
        height: 40px;
        width: 100%;
        cursor: pointer;
        color: #333333;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../../Images/Function/map-jt.png") no-repeat scroll right center transparent;
    }

/*价格、房型、面积、楼层*/
#house-Search .search {
    display: inline-block;
    width: 10%;
    height: 20px;
    padding: 10px 10px;
}

    #house-Search .search select {
        border: solid 1px #DDDDDD;
        height: 35px;
        width: 100%;
        cursor: pointer;
        color: #333333;
        border-radius: 5px;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 5px;
        background: url("../../Images/Function/map-jt.png") no-repeat scroll right center transparent;
    }

    #house-Search .search .select_txt {
        border: 1px solid #DDDDDD;
        height: 26px;
        width: 100%;
        padding: 5px;
        cursor: pointer;
        color: #333333;
        line-height: 26px;
        border-radius: 5px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        /*background: url("../../Images/Function/map-jt.png") no-repeat scroll right center transparent;*/
    }

    #house-Search .search .select_list {
        position: absolute;
        height: auto;
        width: 600px;
        font-size: 14px;
        margin-top: -2px;
        background-color: #ffffff;
        border: 2px solid #000000;
        z-index: -1;
        display: none;
    }

        #house-Search .search .select_list .select_close {
            float: right;
            width: 25px;
            margin-top: 5px;
            margin-right: 10px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            text-align: center
        }

    #house-Search .search #select_subway_list {
        width: 600px;
    }

    #house-Search .search .select_list_style {
        padding: 10px;
        overflow: auto
    }

        #house-Search .search .select_list_style div:hover {
            font-weight: 600;
        }

        #house-Search .search .select_list_style div:not(:first-child) {
            display: inline-block;
            margin-left: 10px;
        }

        #house-Search .search .select_list_style div {
            height: 30px;
            line-height: 15px;
            cursor: pointer;
        }

    #house-Search .search .select_AS_btn div {
        float: left;
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #0b83d1;
        color: #fff;
        font-size: 18px;
        letter-spacing: 10px;
        cursor: pointer;
    }

/*左侧房源列表*/
#house-map-bg .tabBox-main {
    position: absolute;
    height: 100%;
    width: 400px;
    top: 114px;
    right: 0px;
    background-color: rgba(0,0,0,0);
    z-index:9999;
}

/*显示/隐藏房源列表按钮*/
.tabBox-main .tabBox-left, .tabBox-main .tabBox-right {
    height: 0px;
    text-align: left;
    background-color: rgba(0,0,0,0);
}

.tabBox-main .tabBox-right {
    text-align: right;
    display: none;
}

    .tabBox-main .tabBox-left img, .tabBox-main .tabBox-right img {
        position: relative;
        top: 0px;
        left: -17px;
    }

    .tabBox-main .tabBox-right img {
        left: -31px;
    }

.tabBox-main .tabBox-titile {
    float: right;
    height: 100%;
    width: 30px;
    background-color: #fff;
    text-align: center;
    padding-top: 50%;
    border: 1px solid #DDDDDD;
    display: none;
}

/*房源列表*/
#house-map-bg .tabBox {
}

.tabBox .tabBox-txt, .tabBox .tabBox-house {
    height: 82px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    display: none;
    font-size: 12px;
    color: #999999;
}

    .tabBox .tabBox-txt .tabBox-txt-img {
        float: left;
        margin: 27px 0 0 20px;
    }

    .tabBox .tabBox-txt .tabBox-txt-info {
        margin: 10px 10px 0 65px;
        line-height: 30px;
        overflow: hidden; /*超过部分不显示*/
        white-space: nowrap; /*不换行*/
    }

        .tabBox .tabBox-txt .tabBox-txt-info .name {
            font-size: 17px;
            color: #333333;
            margin-right: 10px;
        }

.tabBox .tabBox-house {
    height: 300px;
    padding: 20px;
    color: #666;
}

    .tabBox .tabBox-house a {
        color: #000;
    }

        .tabBox .tabBox-house a, .tabBox .tabBox-house a:hover {
            text-decoration: none;
        }

    .tabBox .tabBox-house img {
        width: 360px;
        height: 231px;
    }

    .tabBox .tabBox-house .tabBox-house-title {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tabBox .tabBox-house .tabBox-house-txt span {
        font-size: 12px;
        margin-right: 10px;
    }

    .tabBox .tabBox-house .tabBox-house-txt .tht-Price {
        margin-top: 10px;
        color: #e54b00;
        font-size: 20px;
        font-weight: bold;
    }

        .tabBox .tabBox-house .tabBox-house-txt .tht-Price span {
            font-size: 14px;
        }

/*排序项*/
.tabBox .aroundType {
    height: 59px !important;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    text-align: center;
}

    .tabBox .aroundType div {
        cursor: pointer;
        display: inline-block;
        width: 20%;
        line-height: 59px;
        text-align: center;
        color: #999999;
        font-size: 15px
    }

    .tabBox .aroundType .select-U, .tabBox .aroundType .select-D {
        color: #d40000;
    }

/*div - .itemlist 房源列表 单独控制本区域的所有样式 与其他样式不冲突*/
.tabBox .itemlist {
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    font: 12px Arial,Helvetica,sans-serif,Simsun;
    font-family: "Microsoft YaHei","微软雅黑","Hiragino Sans GB",tahoma,arial,simhei;
    color: #333;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .tabBox .itemlist:hover {
        overflow-y: auto;
    }

    .tabBox .itemlist a {
        text-decoration: none;
        outline: 0;
        color: #666
    }

        .tabBox .itemlist a:hover {
            text-decoration: none;
            color: #666
        }

    .tabBox .itemlist h4, p {
        padding: 0;
        margin: 0
    }

.tabBox .list_loading, .tabBox .list_search {
    display: none;
    height: 50px;
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
    background-color: #ffffff;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

    .tabBox .list_loading img, .tabBox .list_search img {
        width: 50%;
    }

.tabBox .itemlist .item-mod {
    position: relative;
    width: 382px;
    height: 105px;
    cursor: pointer;
    padding-top: 17px;
    padding-right: 15px;
    border-bottom: 1px dashed #e6e6e6
}

    .tabBox .itemlist .item-mod img {
        float: left;
        width: 120px;
        height: 90px;
        margin-left: 15px;
        border-radius: 3px;
    }

    .tabBox .itemlist .item-mod .item-info {
        top: -2px;
        float: left;
        width: 218px;
        position: relative;
        padding-left: 12px
    }

        .tabBox .itemlist .item-mod .item-info h4 {
            max-height: 42px;
            font-size: 14px;
            font-weight: bold;
            line-height: 22px;
            margin-bottom: 2px;
            overflow: hidden
        }

        .tabBox .itemlist .item-mod .item-info p {
            color: #666;
            padding-top: 3px;
            width: 222px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 7px
        }

            .tabBox .itemlist .item-mod .item-info p span {
                padding-right: 6px;
                margin-right: 6px;
                float: left
            }

            .tabBox .itemlist .item-mod .item-info p .no-bd {
                border-right-width: 0
            }

            .tabBox .itemlist .item-mod .item-info p em {
                font-style: normal;
                font-weight: normal
            }

        .tabBox .itemlist .item-mod .item-info .item-price {
            margin-right: 12px;
            color: #e54b00;
            font-size: 12px;
            float: right;
            border-width: 0
        }

            .tabBox .itemlist .item-mod .item-info .item-price em {
                font-size: 16px;
                font-weight: bold
            }

        .tabBox .itemlist .item-mod .item-info .tags span {
            float: left;
            height: 22px;
            max-width: 100px;
            line-height: 24px;
            margin-right: 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-decoration: none;
            color: #666
        }

        .tabBox .itemlist .item-mod .item-info .tags .sys-tag {
            color: #2866b4;
            border: 1px solid #2866b4
        }

        .tabBox .itemlist .item-mod .item-info .tags .item-price {
            margin-right: 12px;
            color: #ccc;
            font-size: 10px;
            float: right;
            border-width: 0
        }

    .tabBox .itemlist .item-mod a:hover, .tabBox .itemlist .active, .tabBox .itemlist .static {
        background-color: #f8f8f8
    }

        .tabBox .itemlist .item-mod a:hover h4, .tabBox .itemlist .active h4, .tabBox .itemlist .static h4 {
            color: #f60;
            text-decoration: underline
        }

/*加载提示*/
.loading {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #999
}

    .loading .loadingText {
        display: inline-block;
        margin: 6px 0 0 10px
    }

    .loading .loadingImg {
        background: #fff;
        width: 34px
    }

/*地图图片按钮*/
.map-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .map-button div img {
        margin-bottom: 10px;
        cursor: pointer;
    }

/*地图标记 —— 圆*/
.mark {
    position: relative;
    cursor: pointer;
    text-align: center;
    line-Height: 70px;
    font-Family: "微软雅黑";
    font-size: 16px;
    color: #fff;
}

    .mark .num {
        height: 70px;
        width: 70px;
        font-style: normal;
        padding: 10px;
        display: inline-block;
        background-color: rgba(51, 133, 255,0.8);
        border-radius: 2px;
        border-radius: 50%;
    }

    .mark:hover .num, .mark.clicked .num, .mark.hovered .num {
        background-color: #d40000;
    }

.label-clicked {
    z-index: 3 !important;
}

/*地图标记 —— 圆 —— 区域*/
.mark_area {
    position: relative;
    cursor: pointer;
    text-align: center;
    line-Height: 70px;
    font-Family: "微软雅黑";
    font-size: 12px;
    color: #fff;
}

    .mark_area .num_area {
        height: 70px;
        width: 70px;
        font-style: normal;
        display: inline-block;
        background-color: rgba(212, 0, 0,0.8);
        border-radius: 2px;
        border-radius: 50%;
    }

/*地图标记 —— 标签*/
.triangle {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-Family: "微软雅黑";
    font-size: 12px;
    color: #fff;
}

    .triangle .triangle_num {
        white-space: nowrap;
        font-style: normal;
        padding: 5px 8px 5px 5px;
        display: inline-block;
        background-color: rgba(0, 81, 126, 0.8);
        border-radius: 5px;
    }

    .triangle .triangle_down {
        float: left;
        width: 0;
        height: 0;
        margin-left: 45%;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid rgba(0, 81, 126,0.8);
    }
    /*地图标记 —— 选中标签*/
    .triangle .triangle_num_Y {
        
        white-space: nowrap;
        font-style: normal;
        padding: 5px 8px 5px 5px;
        display: inline-block;
        background-color: rgba(212, 0, 0,0.8);
        border-radius: 5px;
    }

    .triangle .triangle_down_Y {
        float: left;
        width: 0;
        height: 0;
        margin-left: 45%;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid rgba(212, 0, 0,0.8);
    }
/*.triangle:hover .triangle_num { background-color: #d40000; }*/


/*******************************搜索下拉列表********************************************/
.bigautocomplete-layout {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    position: absolute;
    z-index: 1030;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 360px;
}

    .bigautocomplete-layout table {
        border-collapse: collapse;
        border-spacing: 0;
        background: none repeat scroll 0 0 #FFFFFF;
        width: 360px;
        cursor: default;
    }

        .bigautocomplete-layout table tr {
            background: none repeat scroll 0 0 #FFFFFF;
            height: 30px;
            line-height: 30px;
        }

        .bigautocomplete-layout table td {
            padding: 0 5px;
        }

            .bigautocomplete-layout table td div {
                float: left;
            }

            .bigautocomplete-layout table td span {
                float: right;
            }

    .bigautocomplete-layout .ct {
        background: none repeat scroll 0 0 #D2DEE8 !important;
    }

    .bigautocomplete-layout div {
        word-wrap: break-word;
        word-break: break-all;
        padding: 1px 5px;
    }
/***************************************************************************/

