﻿* {
    margin: 0px;
    padding: 0px;
}

.index-search-box {
    height: 9.333vw;
    background: #f3f3f3;
    margin: 3.2vw 2.4vw;
    border-radius: 50px;
    position: relative;
    border: none;
    align-items: center;
    padding: 4.267vw;
    display: flex;
    color: #222;
    box-sizing: border-box;
    font-weight: 700;
}

    .index-search-box .lj-track {
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .index-search-box .search-city {
        font-size: 3.567vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        white-space: nowrap;
        margin-right: 2.133vw;
        position: relative;
        border: none;
    }

        .index-search-box .search-city .arrow {
            display: inline-flex;
            width: 2.6vw;
            height: 2.6vw;
            background: url(//s1.ljcdn.com/m-new/client/media/src/client/pages/home/comp/Search/img/down-arrow.53810e2e.svg) no-repeat;
            background-size: 2.6vw 2.6vw;
            margin-left: 1.6vw;
        }

    .index-search-box .search-input {
        flex: 1 1;
        display: flex;
        z-index: 100;
        box-sizing: border-box;
        flex-shrink: 0;
    }

        .index-search-box .search-input .search-icon {
            display: flex;
            width: 4.333vw;
            height: 4.333vw;
            background: url(/images/icon_search.png) no-repeat;
            background-size: 100%;
            margin-right: 1.067vw;
        }

        .index-search-box .search-input .input {
            font-size: 3.5vw;
            border: none;
           
            height: 100%;
            background-color: transparent;
            flex-shrink: 0;
            width: 50.133vw;
            margin-top: 0.8vw;
            padding-left: 0;
            outline: none;
            color: #9b9b9b;
        }

.topbanner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    visibility: visible;
}

    .topbanner .img {
        transform: translate3d(0px,0px,0px);
        position: relative;
        display: block;
        margin: 0px;
        padding: 0px;
        cursor: inherit;
        box-sizing: border-box;
    }

        .topbanner .img img {
            max-width: 100%;
        }

.index_content {
    position: relative;
}

.contentbox {
    background: #f6f4f5;
    position: relative;
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    z-index: 1;
    top: -20px;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-height: 100vh;
}

.index_menu {
    padding: 2.133vw 0 3.2vw;
    box-sizing: border-box;
}

    .index_menu .menurow {
        display: flex;
        margin-bottom: 2.667vw;
        margin-top: 8.133vw;
    }

    .index_menu .item {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        width: 20vw;
    }
     .index_menu .menurow .icon-img-wrap {
        width: 9.6vw;
        height: 9.8vw;
        display: flex;
        justify-content: center;
    }
    .index_menu .menurow .icon-img-wrap1 {
        width:13.867vw;
        height: 9.6vw;
        display: flex;
        justify-content: center;
    }

    .index_menu .menurow .icon-img {
        width: 100%;
        height: auto;
    }

    .index_menu .item .name {
        font-family: PingFang SC;
        text-align: center;
        width: 100%;
        font-size: 3.067vw;
        color: #222;
        
        margin-top: 0.533vw;
    }


.tag-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 10px 16px 10px;
    background-color: #f5f5f5;
    /* 避免标签溢出，移动端可滚动 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
     -ms-overflow-style: none;
    
}

.tag {
    display: flex;
    flex-direction: column;
    padding: 5px 3px 10px 5px;
    font-family: "微软雅黑",sans-serif;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    /* 确保标签不会被压缩 */
    flex-shrink: 0;
}

.tag-container::-webkit-scrollbar {
    display: none;
}
.tag.active {
    background-color: #ff6b35;
    color: #fff;
    position: relative;
   
    background: url(/images/index_tab_bg.png) no-repeat center;
    background-size:100% 100%;
}

/*    
.tag.active::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff6b35;
}
*/ 
.tag:not(.active) {
    background-color: #fff;
    color: #333;
}

.tag .title {
    font-size: 12px;
    margin-bottom: 4px;
    color: #000;
}
.tag.active .title {
color:#fff;
}
.tag .desc {
    font-size: 11px;
    text-align: center;
    color: #9c9c9c;
}
.tag.active .desc {
color:#fff;
}
.tag .desc img {
    height: 15px;
    margin-left: 0px;
    vertical-align: middle;
}

.tabnrbox {
    border-radius: 8px;
    background: #fff;
    margin: 10px;
    padding: 3px;
}

.tabnrcontainer {
    background: linear-gradient(to bottom,#ffddba,#fff6ed,#ffffff);
    border-radius: 8px;
    display: none;
    padding: 10px 10px;
}

    .tabnrcontainer.active {
        display: block;
    }

.tabheader {
   display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
 .tabheader span {
        font-size: 13px;color: #000;
    }

    .tabheader a {
        color: #333;
        text-decoration: none;
        font-size:15px;
    }

.property-list {
    display: flex;
    scrollbar-width:none;
    overflow-x: auto;
    scrollbar-color: #ddd #f5f5f5;
    -webkit-overflow-scrolling: touch;
}

.property-item {
    position:relative;
    margin-right: 5px;
    width: 100px;
    flex: 0 0 100px;
    margin-top: 5px;

}
.property-item .toptag {
    position:absolute;width:25px;height:auto;top:-5px;left:5px;
}
.property-item .proname {
    position: absolute;
    z-index: 9;
    width: 100%;
    color: white;
    font-size: 12px;
    top:54%;
    left:5px;
}
.property-item:last-child {
  margin-right:0px;
}
    .property-item .tpnr {
        width: 100%;
        border-radius: 6px;
        height:6rem;
    }

.property-info {
    margin-top: 0px;
}

    .property-info .location {
        font-size: 11px;
        color: #353434;
    }

    .property-info .price {
        font-size: 15px;
        color: #E5231B;
    }

.property-card {
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin: 10px;
    margin-bottom: 15px;
}

.card-img {
    width: 35%;
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.card-info {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.tag-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
}

.sale-tag {
    background-color: #f37a20;
    color: #fff;
    padding: 0px 1px;
    border-radius: 3px;
    font-size: 12px;
}

.property-name {
    font-size: 14px;
    font-weight: bold;
    color: #353434;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.3;
}

.property-type {
    color: #666;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
}

.property-desc {
    font-size: 12px;
    color: #353434;
    line-height: 1.4;
}

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 3px 0;
}

.property-card .tag {
    background-color: #f5f5f5;
    color: #666;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.property-card .price {
    font-size: 14px;
    color: #E5231B;
    font-weight:bold;
}

@media (max-width:768px) {
    .property-card {
        flex-direction: row;
        min-width: 0;
    }

    .card-img {
        width: 35%;
        height: auto;
        height: 140px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }

    .card-info {
        width: 65%;
        padding: 10px;
    }

    .property-name {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .property-desc {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .property-card .price {
        font-size: 14px;
        font-weight:bold;
    }
}
 .item_tag .sale-tag.tag-0 {
	background:#f9f6ef;
	color:#ff5f49;
    border-radius:3px;
}
.item_tag .sale-tag.tag-1 {
	background:#ffe4cc;
	color:#ef6100;
    border-radius:3px;
}
.item_tag .sale-tag.tag-2 {
	background:#ebecff;
	color:#541b86;
    border-radius:3px;
}
.item_tag .sale-tag {
	font-size:11px;
	height:15px;
	line-height:15px;
	text-align:center;
	width:18px;
}
.item_tag .tagtext {
	font-size:11px;
	color:#936531;
	margin-left:3px
}
        li, ol, ul {
    list-style-type: none;
}
            .bottom_box {
                height: 49px;
                position: relative;
                z-index: 12;
            }
            .bottom_box ul {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 49px;
    background: #fff;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
            .bottom_box li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%;
    text-align:center;
}
  .bottom_box .bottom_i{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
   
  }
   .bottom_box .bottom_index{
    background: url(/images/bottom_index.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_index_on{
    background: url(/images/bottom_index_on.png) no-repeat;
     background-size:contain;
  }
    .bottom_box .bottom_fl{
    background: url(/images/bottom_fl.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_fl_on{
    background: url(/images/bottom_fl_on.png) no-repeat;
     background-size:contain;
  }
    .bottom_box .bottom_hyd{
    background: url(/images/bottom_hyd.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_hyd_on{
    background: url(/images/bottom_hyd_on.png) no-repeat;
     background-size:contain;
  }
     .bottom_box .bottom_bm{
    background: url(/images/bottom_bm.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_bm_on{
    background: url(/images/bottom_bm_on.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_wd{
    background: url(/images/bottom_wd.png) no-repeat;
     background-size:contain;
  }
   .bottom_box .bottom_wd_on{
    background: url(/images/bottom_wd_on.png) no-repeat;
     background-size:contain;
  }
   .bottom_box li.active p {
    color: #ff6b00;
}

 .bottom_box p {
    font-size: 12px;
    line-height: 16px;
    color: #222;
}
 .click-load-more {
    background: #f8f8f8;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
   
