.grid_card .card-body,
.card-body.grid_card{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.grid_card .card-img-top{
    max-height: 14rem;
}

.list_card .btn-primary{
    min-width: 10rem;
}
.list_card .card-img-top{
    /*width: 27.63rem;*/
    /*height:14rem;*/
}

.label_new2{
    right:0.85rem;
    top:0.85rem;
    cursor:pointer;
    font-size:24px;
}
.label_imgtotal{
    left:0.85rem;
    bottom:0.85rem;
    /*cursor:pointer;*/
    /*font-size:24px;*/
}
.label_price{
    right: 0;
    bottom: 0.85rem;
    padding: 0 1rem;
    height: 2.06rem;
    line-height: 2.06rem;
    background: var(--custom-primary);
    color: #fff;
    font-size: 1.13rem;
}
.label_price:before{
    top: 0;
    border-width: 0 9px 1.03rem 0;
    border-color: transparent var(--custom-primary) transparent transparent;
}
.label_price:after{
    bottom: 0;
    border-width: 0 0 1.03rem 9px;
    border-color: transparent transparent var(--custom-primary) transparent;

}
.label_price:before,
.label_price:after{
    content: '';
    position: absolute;
    left: -9px;
    border-style: solid;

}
.card-text{
    font-size: 0.85rem;
}
.p_address{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height:2.55rem;
}
.card-body .fs-5{
    font-size: 1.13rem!important;
}
.card-body .border-end{
    height: 1rem;
}
.card-body .dj_Under{
    padding: 0 1rem;
    height: 1.88rem;
    line-height: 1.88rem;
    background: rgba(var(--bs-primary-rgb), .2);
    font-family: MulishRoman-Medium, MulishRoman-Medium;
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--custom-primary);
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.list_card_attri{
    font-size: 0.94rem;
}

.folded_div{
    /*margin-top: 30px;*/
    display: flex;
    gap:10px;
}
.folded_div .folded_dl dt{
    padding: 6px 10px;
    border:1px solid #ddd;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0.5rem;
    cursor: pointer;
}
.folded_label{
    position: absolute;
    top: -10px;
    left: 9px;
    background: white;
    font-size: 12px !important;
    padding: 0px 6px;
    color: #29333d !important;
}
.folded_label_output{
    min-height: 18px;
    font-size: 0.85rem;
}
.folded_div .folded_dl .bi{
    /*position: absolute;*/
    /*right: 10px;*/
    /*top:10px;*/
    /*float: right;*/
    /*content: '\e72a';*/
    /*font-size: 18px;*/
    /*font-family: iconfont;*/
    transition: all .2s ease-out;
    /*font-weight: bold;*/
    /*margin-top: 2px;*/
}
.folded_div .folded_dl.choose .bi:after{
    /*float: right;*/
    /*content: '\e72b';*/
    /*font-size: 18px;*/
    transform: rotateZ(180deg);
}
.folded_div .folded_dl{
    flex: 1 auto;
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
}
.folded_div .folded_dl dd a.select{
    color: #111;
}
.folded_div .folded_dl dd a{
    color: #6f808e;
}
.folded_div .folded_dl dd{
    /*flex: 1;*/
    position: absolute;
    /*bottom: 0;*/
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 10px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 6px;
    z-index: 66;
    /*width: 300px;*/
    display: none;
    /*transition: all .2s ease-out;*/
    /*min-width: 400px;*/
    /*max-width: 550px;*/
}
.folded_div .folded_dl.choose dt{
    border-color: var(--bs-primary)
}
.folded_div .folded_dl.choose dd{
    display: flex;
    /*bottom: auto;*/
}
.folded_column{
    flex-direction: column;
    width: 100%;
}
.folded_price a.select:after,
.folded_area a.select:after,
.folded_column a.select:after{
    /*float: right;*/
    margin-left: 20px;
    content: '\e768';
    font-family: iconfont;
    color: #111;
}
.folded_itemdiv{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.folded_price a{
    width: calc(50% - 10px);
}
.folded_feature{
    width: 350px;
}
.folded_feature a{
    width: calc(50% - 10px);
    display: flex;

}
.folded_feature a:before{
    content: '\e766';
    font-family: iconfont;
    color: #d5d5d5;
    margin-right: 5px;
    margin-top: 2px;
}
.folded_feature a.select:before{
    content: '\e81a';
    font-family: iconfont;
    color: #111;
}

.folded_price{
    width: 450px;
}
.folded_area{
    width: 320px;
}
.folded_area a{
    width: calc(50% - 10px);
}
.folded_location{
    z-index: 900!important;
    width:500px;
}
.folded_selection{
    width:380px;
    right:0;
}
.folded_div .folded_dl_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.folded_dl_ul li>a{
    font-size: 16px;
    color: #323232!important;
}
.folded_dl_ul li{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.folded_dl_ul li:first-child{
    border: none;
    padding: 0;
}
.folded_dl_ul li>a.select{
    color: var(--bs-primary);
}
.folded_dl_ul li>span a.select{
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    font-weight: bold;
}
.folded_dl_ul li>span a{
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 13px;
}
.folded_dl_ul li>span{
    flex: 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.min_price_div .btn-confirm{
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 6px;
    padding: 8px;
}
.min_price_div{
    border-top: 1px solid #eee;
    padding-top:20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.min_price_div .min_price{
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    position: relative;
}
.min_price_div .min_price_label{
    position: absolute;
    top: -10px;
    left: 9px;
    background: white;
    font-size: 12px !important;
    padding: 0px 2px;
    color: #29333d !important;
}
.min_price input{
    width: 100%;
    border: none;
}
#noDataShow{
    padding: 50px 0;
}
#noDataShow img{
    width: 200px;
}
.cover_div{
    position: fixed;
    left: 0;
    top:40px;
    right:0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.cover_div_a{
    font-size: 18px;
}
.cover_div_b button{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 5px;
    min-width: 200px;
    cursor: pointer;
}

.broadside {
    position: fixed;
    right: 0;
    top: 0;
    width: 58px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    height: 100%;
    padding-top: 10%;
    z-index: 99;
    background: #fefefe;
}

.broadside ul {
    background: #fefefe;
    padding-bottom: 34px;
}

.broadside ul li {
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.broadside ul li p{
    margin-top: 3px;
}
.broadside ul li:hover{
    background-color: rgba(253,132,39,1);
}
.broadside ul li:hover a>p{
    color: #fff;
}

.broadside .download-app {
    top: -40px;
    width: 158px;
    position: absolute;
    right: 58px;
    transform: scale(0);
    transition: all 0.2s linear;
    background-color: #fff;
    padding: 5px 0;
    box-shadow:0px 0px 48px 0px rgba(198,199,204,0.7);
}
.broadside .download-app::after{
    content: '';
    position: absolute;
    right: -16px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    top: 50%;
    margin-top: -8px;
    border-color: transparent transparent transparent #fff;
}
.broadside .app-code:hover .download-app {
    transform: scale(1);
}

.broadside .download-app img {
    width: 138px;
}

.broadside .download-app span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}
.broadside .iconfont {
    font-size: 28px;
}
.find_div .filtrate{
    gap: 10px;
    font-size: 0.85rem;
    align-items: center;
}
.find_div{
    display: flex;
    align-items: center;
    /*margin-top: 10px;*/
    padding: 10px 0;
}
.find_count em{
    margin: 0 5px;
    font-family: tahoma;
}
.find_count{
    margin: 10px 0;
    font-size: 0.85rem;
}
.find_div .find_count{
    margin: 0;
    flex: 1;
}

.filtrate_icon{
    display: flex;
    flex-direction: column;
    color: gray;
    line-height: 1;
}

.filtrate {
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*border-bottom: 1px #f2f2f2 solid;*/
    display: flex;
    align-items: center;
}
.searh-condition .filtrate{
    border-bottom: none;
}
.filtrate dd.aicon a{
    display: flex;
    align-items: center;
}
.filtrate dd {
    /*position: relative;*/
    flex: 1;
}
/*.filtrate dd span {*/
/*    position: absolute;*/
/*    right: 0;*/

/*}*/

/*.filtrate dd#sortType a:last-child{*/
/*    margin-right: 0;*/
/*}*/
.filtrate dd#sortType >a {
    /*float: left;*/
    /*margin-right: 30px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    font-weight: bold;
    color: var(--bs-primary);
    /*font-size: 16px;*/
}
.sortType_other{
    display: none;
    position: absolute;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 10;
    flex-direction: column;
    white-space: nowrap;
    gap: 10px;
    /*font-size: 16px;*/
}
.filtrate dd#sortType:hover .sortType_other{
    display: flex;
}
/*.filtrate dd a.select{*/
/*    color: #ff6640;*/
/*}*/
.filtrate dd a i {
    position: relative;
    display: inline-block;
}

.filtrate dd span em {
    margin: 0 5px;
    font-size: 24px;
    font-family: tahoma;
}
li a {
    text-decoration: none !important;
}
.budget-filter-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.budget-header {
    margin-bottom: 1rem;
}

.filter-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.budget-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.selected-range {
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-primary);
}

/* 双滑块样式 - 关键修改：滑块与轨道对齐 */
.double-slider-container {
    position: relative;
    height: 40px;
    /*margin: 15px 0;*/
}

.slider-background {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 3px;
}

.slider-progress  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background-color: var(--bs-primary);
    border-radius: 3px;
    z-index: 1;
}

/* 关键修改：滑块垂直居中与轨道对齐 */
.slider-range {
    position: absolute;
    width: 100%;
    height: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
    z-index: 2;
    top: 50%; /* 确保滑块与轨道在同一水平线 */
    transform: translateY(-50%); /* 垂直居中 */
}

.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--bs-primary);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0; /* 移除可能的偏移 */
}

.slider-range::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--bs-primary);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.slider-scale {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #70757a;
    margin-top: 10px;
}

.slider-scale span {
    transform: translateX(-50%);
}

/* 确保滑块与背景轨道完美对齐 */
.min-slider, .max-slider {
    margin: 0;
    padding: 0;
}
.min-slider{
    z-index: 2;
}
.max-slider {
    z-index: 1;
}
.search-results{
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 50%;
    text-align: left;
    font-size: 15px;
    top: 15%;
}
.searchlist ul li{
    display: list-item;
    padding-top: 6px;
    cursor: pointer;
}
.results-type{
    padding: 5px;
    background-color: #F5F5F5;
    color: #a0a3a5;
    display: inline-block;
    border-radius: 2px;
    width: 100px;
    text-align: center;
}
.martr5{
    margin-right: 5px;
}

/* 精确控制滑块位置 */
/*.slider-range {*/
/*    margin-top: -3px; !* 微调使滑块与轨道中心对齐 *!*/
/*}*/

@media (max-width: 768px) {
    .folded_div .folded_dl{
        position: static;
    }
    .folded_selection,
    .folded_location{
        left:0.85rem;
        right:0.85rem;
        width:auto;
        max-height:70vh;
        overflow: auto;
    }
    .budget-filter-container{
        padding:1rem 1rem 0 1rem
    }
    .budget-header{
        margin-bottom:0
    }
}