﻿html{
}
*{
    font-family: '微软雅黑';
}
body{
    background: #ffffff !important;
}
.container {
    max-width: 1180px !important;
    width: 100% !important;
    padding: 0 15px !important;
}
#main {
    margin-top: 0;
}
.default-color, .house-item h5 .default-color{
    color:#2D5A4D;
}
.default-background{
    background: #2D5A4D;
}

.search-box{
    clear: both;
    float: none;
    height: 52px;
    padding: 7px 3px 7px 8px;
    color: #999999;
    background-color: #fff;
    box-shadow: #CFC3C3 1px 2px 5px;
}
.inp_fl {
    float: left;
    display: inline;
    margin-right: 5px;
    position: relative;
}
#formid .filter-input{width:292px;}
.filter-input input{ left: 0;}
.pointer{
    cursor: pointer;
    pointer-events:auto !important;
}
.group{
    display: inline-block;
    line-height: 38px;
}

div.filter-input {width: 290px;}
.form-control-feedback{ top:0px !important;}
.group-text{
    /*min-width: 170px;*/
    white-space:nowrap;
}
input.form-control,select.form-control{
    border-radius: 2px;
    height:34px;
}
span.form-control-feedback{
    width: 34px;
    height: 34px;
    line-height: 38px;
}
select.select-param{
    /*min-width:78px;*/
    color:#999999 !important;
}
select.select-ts {width: 85px;}
select.select-w4 {
    width:105px;
    color:#999999 !important;
}
.group.label{
    color:#666666;
}
.group > label > span{
    color:#2D5A4D;
    text-decoration: underline;
}
.group > label{
    margin:0 8px;
}
button.button-map{
    background: #2D5A4D;
    color:#ffffff;
    line-height: 26px;
}
button.button-map:hover{
    color: #ffffff;
}

a.button-list{
    background: #ffffff;
    color:#000000;
    line-height: 26px;
    border: 1px solid #c3c3c3;
}

a.button-list:hover{
    color:#000000;
}

.btn{
    border-radius: 2px;
}
.btn-box{
}

.map-box{
    border: 1px solid #999999;
    width: 80%;
    height: 850px;
    border-right: 0;
    /*position: absolute !important;*/
    /*z-index: -1 !important;*/
}
.map{
    width: 100%;
    height: 100%;
}

.right-panel{
    background: #ffffff;
    height: 850px;
    width: 26%;
    min-width: 410px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.tab {
    list-style: none;
    padding: 1px;
    margin-top: -1px;
    margin-bottom:0px;
}
.tab li{
    float: left;
    display: inline-block;
    width: 33.333%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #e1e1e1;
    margin-left: -1px;
    cursor: pointer;
}
.tab li.active{
    border: 0;
    border-top: 3px solid #2D5A4D;
    font-size: 14px;
    color: #2D5A4D;
}

.houses-list{
    clear: both;
}

.house-item img{
    float: left;
    margin-right: 23px;
}
.house-item h5 img{
    float: none;
    vertical-align: top;
}
.house-naps img{
    float: left;
    margin-right: 0;
}
.house-item h5{
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: bold;
}
.house-item h5 a{
    display: inline-block;
    max-width: 18em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
#rightPanel .house-item h5 a{
    display: inline-block;
    /*width: 12em;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*#rightPanel .house-naps h5 a {width: 15em;}*/
.house-item, .house-naps{
    border-bottom: 1px dashed #e1e1e1;
    padding: 23px 23px 15px 23px;
    min-height: 135px;
    overflow: hidden;
}
.house-naps {
    padding: 20px 15px;
}

.product-list{
    color:#2D5A4D;
    margin-bottom: 3px;
}
.marker{
    color:#999999;
}
.marker a{
    display: inline-block;
    max-width: 10rem;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    position: relative;
    top: 4px;
    color: #999999;
}
.marker a:hover {
    color: #999999;
    text-decoration: none;
}
.house-item label.marker {
    width: 25em;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.house-naps label.marker {
    width: 10em;
    height: 23px;
    line-height: 22px;
}
.house-address {
    clear: both;
}


/* 地图右侧列表 wze */
.house-img-box {
    width: 140px;
    height: 100px;
    display: inline;
    float: left;
}
.house-info-box {
    width: 17em;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}
.house-naps h5 {
    margin-bottom: 5px;
}
.house-naps .tag {
    padding: 1px 6px;
    margin-right: 2px;
}
/* 地图右侧列表 end */

.house-item label{
    font-weight: normal;
}
.unit-title{
    font-weight: bold;
    color:#2D5A4D;
    margin-top: 3px;
}
.unit-title span{
    font-size: 1.1em;
}
.list-body .unit-title .unPrice {
    font-size: 1.6em;
    font-weight: 500;
    display: inline-block;
    padding-right: 41px;
}
.tag{
    border: 1px solid #03b293;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    color: #03b293;
}
.max-width{
    max-width: 1190px;
    margin: auto;
}
.city-marker{
    font-size: 1.3em;
    margin: 3px 25px;
    float: left;
    padding-top: 2px;
    color: #333333;
}
.city-marker span{
    color:#2D5A4D;
    font-size: 1.2em;
    top: 4px;
}
.params-box{
    margin:20px 0px;
    border: 1px solid #e1e1e1;
    box-shadow: #e1e1e1 0px 0px 10px;
    background: #ffffff;
}
.param-item{
    margin: 0px 30px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 0px;
    line-height: 2.5;
    /* height: 58px; */
    overflow: hidden;
}
.param-item2 {
    margin-left: 38px;
    position: relative;
    padding-right: 40px;
}
.param-item2 a{
    margin-bottom: 12px;
}
.param-item2 i {
    position: absolute;
    right: 26px;
    top: 11px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: url(../images/slidedown.png) no-repeat -6px -6px;
}
.param-item2 i.slideUp {
    background: url(../images/slideup.png) no-repeat -5px -5px;
}
.param-item a{
    color:#676767;
    display: inline-block;
    cursor: pointer;
    padding: 0px 4px;
}
.param-item a:hover{
    color:#2D5A4D;
}
.param-item a.active{
    background: #e1e1e1;
    border-radius: 4px;
    padding: 8px 10px;
    line-height: 1.4;
}

.param-item label{
    color:#999999;
    font-weight: normal;
}
.unit-price{
    height: 30px !important;
    width: 100px !important;
    display: inline !important;
}
.other-param{
    display: inline !important;
    width: 130px !important;
    height: 35px !important;
}

.current-params{
    border-top:1px solid #e1e1e1;
    margin-top: -1px;
    padding: 17px;
}
.current-title{

}
.btn.btnSprice, .btn.btnSprice:hover {
    padding: 3px 10px;
    background: #2D5A4D;
    color: #fff;
}
.btn.btnSprice:hover {
    text-decoration: none;
    background: #e15a00;
}
.params-list{
    display: inline-block;
}
.param{
    display: inline-block;
    border: 1px solid;
    margin-bottom: 10px;
}
.param-text{
    padding:7px 25px;
}
.main-list{
    width:890px;
    border: 1px solid #e1e1e1;
    box-shadow: #e1e1e1 0px 0px 10px;
    background: #ffffff;
}
.main-tab{
    width:480px;
}
.main-tab li{
    font-size: 1.3em;
}
.main-tab li a{ display: block;padding: 10px; color: #333;font-size: 18px;}
.main-tab li a:hover{ text-decoration: none;}
.main-tab li.active a{color: #2D5A4D;}
.param-sort{
    max-width: 729px;
    width: 100%;
    height: 67px;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 19px 15px 12px 18px;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
    color: #999999;
    border-right: 0;
    text-align: right;
}
.param-sort a{
    color: #999;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}
.param-sort:hover{
    color:#999999 !important;
}
.param-sort > .sort-active{
    color: #ffffff;
    background: #2D5A4D;
    border: 1px solid #2D5A4D;
}
.param-sort > .sort-active:hover{
    color: #ffffff;
    background: #2D5A4D;
}
.list-body{
    clear: left;
}
.list-body > .house-item{
    padding: 30px;
}
.list-body > .house-item:hover {
    padding: 30px;
    background: #f7f7f7;
}

.list-body h5{
    font-size: 1.8em;
    margin-bottom: 18px;
}
.list-body .product-list{
    font-size: 1.4em;
}
.list-body .marker{
    font-size: 1.2em;
}
.list-body .unit-title{
    margin-top:-15px ;
}
.list-body .unit-title span{
    font-size: 2.5em;
    font-weight: bold;
}
.list-body .tag{
    margin-top: 7px;
}
.page-box{
    padding:38px 10px 38px 30px;
    text-align: center;
}
.page-box > div{
    display: inline-block;
}
.page-box > .skip > input{
    height: 30px;
    width: 50px !important;
    display: inline-block;
}
.page-box label{
    font-weight: normal;
}
.page-box label span{
    color:#2D5A4D;
}
.page-box a{
    display: inline-block;
    border: 1px solid #e1e1e1;
    color: #999999;
    padding: 4px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0px 3px;
}
.page-box .active{
    background: #2D5A4D;
    color: #ffffff;
    border:0;
    text-decoration: none;
}

.sort{
    height: 60px;
}
.page{
    margin: 0px 5px;
}
.top10 {
    float: right;
    width: 270px;
    max-width: 100%;
}
.hot-box{
    border: 1px solid #e1e1e1;
    box-shadow: #e1e1e1 0px 0px 10px;
    background: #ffffff;
}
.hot-list{
    padding: 10px;
}
.hot-list div:last-child{
    border: 0;
}
.top10 h4{
    padding: 18px 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
}
.hot-item{
    border-bottom: 1px dashed #e1e1e1;
    padding:17px 8px;
}
.hot-item a{
    color: #333333;
}
.hot-item .houseName {
    width: 8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.hot-item a:hover{
    color: #2D5A4D;
    text-decoration: none;
}
.hot-item .unit{
    color:#2D5A4D;
}
.order{
    background: #999999;
    border-radius: 2px;
    padding: 0px 5px;
    margin-right: 5px;
    color:#ffffff;
    vertical-align: top;
}
.order-top1{
    background: #e05842;
}
.order-top2{
    background: #f99c35;
}
.order-top3{
    background: #03b293;
}
.poster{
    margin:20px 0px 0px 0px;
}
.poster img{
    width: 270px;
    /*display: none;*/
}
.player{
    position: relative;
    text-align: center;
    width: 270px;
    bottom: 20px;
}

.player .player-button{
    width:10px;
    height: 10px;
    border-radius: 10px;
    background: #d9d6dd;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}
.player .active{
    background: #2D5A4D;
}
.interest{
    clear: both;
    border: 1px solid #e1e1e1;
    box-shadow: #e1e1e1 0px 0px 10px;
    background: #ffffff;
    margin-top: 15px;
}
.interest h4{
    padding: 20px 30px;
    margin: 0;
    font-weight: bold;
    border-top: 3px solid #2D5A4D;
    border-bottom: 1px solid #e1e1e1;
}
.interest-list{
    padding:26px 48px;
}
.interest-item {
    display: inline-block;
    margin: 10px 17px;
    border:1px solid #e1e1e1
}
.interest-title{
    height: 50px;
    background: rgba(103, 103, 103, 0.7);
    position: absolute;
    width: 320px;
    padding: 15px 10px;
    color: #ffffff;
    margin-top: -50px;
}
.interest-item .unit{
    color: #2D5A4D;
}
.interest-item .unit span{
    font-size: 1.2em;
    line-height: 14px;
}
.tab-list{
    /*width:200px;*/
}
.tab-list .tag{
    border-color: #e1e1e1;
    color: #e1e1e1;
    padding:0px 5px;
}
.house-type{
    color: #999999;
}
.interest-info{
    padding: 10px;
}
.interest-info > label{
    color: #112035;
}
.interest-info > div{
    width: 100px;
    display: inline;
}
#priceSearchForm{ display: inline;}

/*bootstrap默认样式bug*/
ul.nav > li > a {
    padding:0;
}
.buy-type{
    position: absolute;
    margin-left: 10px;
}
.buy-type img{
    margin-right: 10px;
}

.house-item .house-status{
    display: inline-block;
    border: 0;
    background-color: #03b293;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
    top: -6px;
    margin-left: 10px;
}

.house-item .house-status > img{
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
}
.amap-copyright{ display: none !important;}

#housesList .noResult {
    padding: 40px;
    margin-top: 40px;
    height: 200px;
    font-size: 20px;
}

.mapWarp {
    position: relative;
    z-index: 111;
    width: 100%;
    height: 100%;
}


#mapBody {
    padding-top: 51px;
}
#formid {
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-top: -51px;
}
.first-select{
    margin-left: 306px;
}
.form-control {padding: 6px 8px;}
.has-feedback .form-control {padding-right: 33.5px;}
.searchHouseNo {
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
    margin-left: 22px;
}
.color_orange {
    color: #2D5A4D;
}

.disabled{ display:none}

/* ===== 设计系统变量 ===== */
:root {
    --color-primary: #2D5A4D;
    --color-primary-dark: #15665b;
    --color-primary-light: #e8f5f3;
    --color-accent: #c4944a;
    --color-accent-dark: #a87d3d;
    --color-text-dark: #1a2332;
    --color-text: #4a5568;
    --color-text-light: #8896a6;
    --color-border: #e2e8f0;
    --color-bg: #f7f9fb;
    --color-white: #ffffff;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --shadow-card: 0 1px 3px rgba(26,35,50,0.06);
    --shadow-hover: 0 6px 16px rgba(26,35,50,0.12);
}

/* ===== 列表页优化 ===== */
.params-box { background: var(--color-white); border-radius: var(--radius-lg); padding: 20px; margin-bottom: 20px; box-shadow: var(--shadow-card); border: 1px solid var(--color-border); }
.params-box .param-sort a { padding: 6px 16px; border-radius: 20px; color: var(--color-text); transition: all 0.25s; }
.params-box .param-sort a:hover, .params-box .param-sort a.active { background: var(--color-primary); color: #fff; }
.house-list .house-item { background: var(--color-white); border-radius: var(--radius-lg); padding: 20px; margin-bottom: 16px; box-shadow: var(--shadow-card); transition: all 0.3s; border-bottom: none; }
.house-list .house-item:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.house-list .price em { color: var(--color-accent); font-weight: 700; font-size: 20px; }
.house-list .price span { color: var(--color-text-light); font-size: 13px; }
.layout-row { display: flex; gap: 20px; }
.layout-row .top10 { flex-shrink: 0; }
.layout-row .main-list { flex: 1; min-width: 0; }

/* ===== 详情页优化 ===== */
.detail-info { background: var(--color-white); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-card); }
.detail-info .price-box { background: var(--color-primary-light); border-radius: var(--radius-md); padding: 20px; margin: 20px 0; }
.detail-info .price-box em { color: var(--color-accent); font-size: 28px; font-weight: 700; }
.info-table td { padding: 10px 16px; border-bottom: 1px solid var(--color-border); }
.info-table td:first-child { color: var(--color-text-light); width: 100px; }
.interest .price em { color: var(--color-accent); font-weight: 700; font-size: 1.2em; }

/* ===== 分页优化 ===== */
.pagination a, .pagination span { padding: 8px 14px; border-radius: var(--radius-sm); margin: 0 3px; transition: all 0.25s; }
.pagination a:hover { background: var(--color-primary-light); color: var(--color-primary); }
.pagination .active { background: var(--color-primary); color: #fff; }

/* ===== 面包屑导航优化 ===== */
.breadcrumb-nav { padding: 12px 0; font-size: 14px; color: var(--color-text-light); }
.breadcrumb-nav ol { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.breadcrumb-nav li { display: flex; align-items: center; }
.breadcrumb-nav li + li::before { content: "›"; margin-right: 8px; color: var(--color-text-light); }
.breadcrumb-nav a { color: var(--color-text); text-decoration: none; transition: color 0.2s; }
.breadcrumb-nav a:hover { color: var(--color-primary); }

/* ===== 响应式布局 ===== */
@media screen and (max-width: 1200px) {
    .container { width: 100% !important; max-width: 1180px; padding: 0 15px !important; }
    .main-list { width: auto; }
    .top10 { width: 240px; }
    .layout-row { flex-direction: column; }
    .layout-row .top10 { width: 100%; }
}

@media screen and (max-width: 768px) {
    .container { width: 100% !important; padding: 0 10px !important; }
    .params-box { margin: 10px 0; padding: 10px; }
    .param-item { margin: 0 10px; line-height: 2; }
    .param-item a { padding: 4px 6px; font-size: 13px; }
    .top10 { float: none; width: 100%; margin-bottom: 15px; }
    .main-list { width: 100%; }
    .main-tab { width: 100%; }
    .main-tab li { width: auto; padding: 8px 12px; font-size: 1em; }
    .house-item { padding: 15px !important; }
    .house-item img { width: 120px; height: 90px; margin-right: 12px; }
    .house-item h5 { font-size: 1.3em; margin-bottom: 10px; }
    .house-item h5 a { max-width: 12em; }
    .list-body h5 { font-size: 1.4em; margin-bottom: 12px; }
    .list-body .product-list { font-size: 1.1em; }
    .list-body .unit-title span { font-size: 1.8em; }
    .house-item label.marker { width: auto; display: block; }
    .interest-list { padding: 10px; }
    .interest-item { margin: 5px; width: calc(50% - 10px); }
    .interest-title { width: 100%; }
    .interest-item img { width: 100%; height: auto; }
    .hot-item .houseName { max-width: 6em; }
    .page-box { padding: 20px 10px; }
    .poster img { width: 100%; }
    .player { width: 100%; }
    .right-panel { display: none; }
    .map-box { width: 100%; height: 400px; }
    .search-box { height: auto; padding: 10px; }
    #formid .filter-input { width: 100%; }
    div.filter-input { width: 100%; }
    .first-select { margin-left: 0; }
}

@media screen and (max-width: 480px) {
    .param-item { margin: 0 5px; line-height: 1.8; }
    .param-item a { padding: 2px 4px; font-size: 12px; }
    .house-item img { width: 100px; height: 75px; margin-right: 8px; }
    .house-item h5 { font-size: 1.1em; }
    .house-item h5 a { max-width: 9em; }
    .list-body h5 { font-size: 1.2em; }
    .list-body .unit-title span { font-size: 1.4em; }
    .interest-item { width: 100%; margin: 5px 0; }
    .hot-item { padding: 10px 5px; }
    .hot-item .houseName { max-width: 5em; font-size: 13px; }
    .hot-item .unit { font-size: 12px; }
    .page-box a { padding: 2px 6px; font-size: 12px; }
}