.in_banner{
    height: 32.5rem;
    /*overflow: hidden;*/
    background: url(../../images/newWebsite/Group@1x.png) left center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.in_img_swipper{
    width: 59.06rem;
    height: 32.5rem;
    border-radius: 1.25rem 0rem 0rem 1.25rem;
    z-index: 1;
}
.in_img_swipper img{
    width: 100%;
    height: 100%;
}
.banner_container .display-8{
    font-family: Mulish, Mulish;
    font-weight: 700;
    font-size: 3.44rem;
}
.banner_container{
   z-index: 10;
}
.in_search{
    /* width: 63.25rem; */
    /*padding: 0 2.13rem;*/
    box-sizing: border-box;
    /*height: 8rem;*/
    padding-bottom:1rem;
    background: var(--custom-primary);
    border-radius: 0.94rem 0.94rem 0.94rem 0.94rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_type .nav-link{
    color:#fff!important;
    opacity: 0.8;
}
.tabs_type li.active .nav-link{
    opacity: 1;
}
.tabs_type li.active{
    font-weight: bold;

    position:relative;
}
.tabs_type li.active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background:#fff;
}

.in_search_ul{
    width: 100%;
    /*height: 4rem;*/
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 3.44rem 3.44rem 3.44rem 3.44rem;
    gap: 1.8rem;
}
.in_search_line{
    height: 2.13rem;
    width: 0rem;
    border-right: 0.06rem solid #DDDDDD;
}
.in_search_ul input{
    border:none;
    outline: none;
    height:100%;

}
.in_search_ul .in_first{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.city-btn-group{
    min-width:30rem;
}
.in_search_ul .h{
    font-family: MulishRoman-Medium, MulishRoman-Medium;
    font-weight: 400;
    font-size: 1rem;
    color: #241623;
    /*line-height: 1.75rem;*/
}
.in_search_ul .p{
    font-family: MulishRoman-Regular, MulishRoman-Regular;
    font-weight: 400;
    font-size: 0.85rem;
    color: #959595;
    /*line-height: 1.25rem;*/
    display: flex;
    gap: 1rem;
}
.in_search_btn{
    width: 2.75rem;
    height: 2.75rem;
    background: var(--custom-primary);
    color: #fff;
    font-size: 1.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_total_wrap{
    display: flex;
    gap: 2rem;
}
.in_total_wrap .total{
    font-family: Mulish, Mulish;
    font-weight: 700;
    font-size: 2.19rem;
    color: #000000;
    line-height: 3.06rem;
}
.in_total_item{
    display: flex;
    align-items: center;
    gap:1rem;
}
.in_total_item .total_text{
    width: 4.31rem;
    height: 2.5rem;
    font-family: MulishRoman-Regular, MulishRoman-Regular;
    font-weight: 400;
    font-size: 0.94rem;
    color: #959595;
    line-height: 1.25rem;
}
/* 自定义弹出层（下拉）样式（合并优化） */
.property-trigger {
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.choose_dropdown {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 8px;
    background: #fff;
    padding:0.25rem 0;
    border: 1px solid #e5e7eb;
    box-shadow: 0 0.15rem 0.35rem rgba(0,0,0,0.12);
    border-radius: 0.5rem;
    z-index: 20000;

}
.choose_dropdown.open {
    display: block !important;
    overflow: visible;
}
.choose_dropdown.open::before {
    content: "";
    position: absolute;
    left:  50%;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    box-shadow: -2px -2px 8px rgba(0,0,0,0.06);
    z-index:-1;
}

.choose_dropdown_con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 20rem;
    /*max-height:7rem;*/
    overflow: auto;

}
.choose_dropdown_con a{
    padding: 0.35rem;
    border-radius: 0.375rem;
    display: block;
    color: inherit;
    text-decoration: none;
}
.choose_dropdown_con a:hover {
    background: var(--bs-primary);
    color: #fff !important;
}

/*房源*/
/*.section_space{*/
/*    margin-top: 6.25rem*/
/*}*/
.section_title{
    font-weight: 700;
    font-size: 1.88rem;
    color: #000000;
}
.section_subtitle{
    font-size: 0.94rem;
    color: #959595;
    line-height: 1.25rem;
}
.listing_item{
    display: block;
    height: 18rem;
    overflow: hidden;
}
.listing_item .icon_svg_20{
    color:#fff;
}
.listing_item img.rounded-3{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.listing_item:hover img {
    transform: scale(1.1);
}
.listing_item_line{
    width: 100%;
    height: 0rem;
    border: 0.06rem solid #CFCFCF;
    opacity: 0.4;
}
.listing_item_shadow{
    height: 11.88rem;
    background: linear-gradient( 180deg, rgba(17,20,22,0) 0%, #111416 100%);
    border-radius: 0rem 0rem 0.63rem 0.63rem;
}
.listing_item .h3 {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    gap:0.5rem
}
.listing_item_text .a{
    font-family: Mulish, Mulish;
    font-weight: 600;
    font-size: 0.94rem;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.listing_item_text .b{
    font-weight: 700;
    font-size: 1rem;
}
.listing_item_text .b span{
    font-size: 0.55rem;
}
.listing_item_text .p{
    font-family: MulishRoman-Regular, MulishRoman-Regular;
    font-weight: 400;
    font-size: 0.94rem;
    color: #CDCDCD;
    line-height: 1.25rem;
}
.home_picture{
    width: 100%;
}
.picture_shadow{
    width: 35.88rem;
    background: linear-gradient( -90deg, rgba(17,20,22,0) 0%, #111416 100%);
    border-radius: 0rem 0rem 0.63rem 0.63rem;
}
.search-results{
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 50%;
    text-align: left;
    padding-left: 5px;
    font-size: 15px;
    left: 5%;
    top: 79%;
}
.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;
}

/* 响应式调整 */
@media (max-width: 640px) {
    .banner_container .display-8{
        font-size: 2.5rem;
    }
}