::-webkit-scrollbar {
    display: none
}

@font-face {
    font-family: 'FontsFree-Net-NewYork';
    src: url('../../font/FontsFree-Net-NewYork.ttf');
    font-weight: normal;
    font-style: normal;
}

/* header start... */
.header {
    width: 100%;
    height: 80px;
    box-shadow: none !important;
    position: absolute;
    z-index: 2;
}

.header-nav-title, .header-nav-item {
    color: #FFFFFF !important;
}

.nav-item-active {
    color: #FF7744 !important;
}

.header-nav-item:hover {
    color: #FF7744 !important;
}

.header-nav-title:hover {
    color: #FF7744 !important;
}

.header-user-item a {
    color: #FFFFFF !important;
    font-size: 16px;
}

.header-user-item a:hover {
    color: #FF7744 !important;
}

.header-user-login span {
    color: #FFFFFF;
}

/* header end... */

/* 鎼滅储start... */
.home-top {
    /*width: 100%;
    height: 622px;
    background: url(/img/home/home-banner.jpg) no-repeat center fixed;
    background-attachment: fixed;
    -moz-background-size: 100% 100%;
    background-size: cover;*/
    width: 100%;
    height: 622px;
    background: url(/img/home/home-banner.jpg) no-repeat center center;
    background-attachment: fixed;
    -moz-background-size: 100% 100%;
    background-size: auto;        /* 禁止缩放，保持原图大小 */
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    position: relative;
}
.header-user-lang {
    color: #FFFFFF !important;
}

.home-top-desc {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 205px;
    width: 800px;
    height: 85px;
    line-height: 85px;
    font-size: 70px;
    text-align: CENTER;
    color: #ffffff;
}

.home-top-tip {
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 500px;
    margin-left: -260px;
    top: 300px;
    letter-spacing: 10px;
    text-align: center;
}

.home-top-search {
    width: 720px;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -360px;
    z-index: 999;
}

.top-search-item {
    width: 100%;
    height: 64px;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.top-search-item .iconfont {
    font-size: 20px !important;
    color: #aaaaaa !important;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1;
}

.search-item-input {
    flex: 1;
    height: 64px;
    background: transparent;
    font-size: 15px;
    color: #333;
    min-width: 0;
}

.search-item-btn {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-item-btn img {
    width: 46px;
    height: 46px;
    display: block;
}

.top-search-quick {
    opacity: 0.7;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
}

.search-quick-word {
    margin-left: 20px;
    color: #fff;
}

.search-quick-word a {
    color: #fff;
}

.search-quick-word a:hover {
    color: #FF5212;
}

.home-top-city {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}

.top-city-label {
    color: #333;
    margin: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 27px;
    font-size: 18px;
    font-weight: bold;
    background-size: 14px 16px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.icon-place {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    font-size: 12px;
    color: #CFCFCF;
}

.top-city-cont {
    padding: 20px 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.top-city-item {
    width: 108px;
    margin-bottom: 4px;
    padding: 6px 6px;
    font-size: 14px;
    cursor: pointer;
    background: #FFFFFF;
    position: relative;
}

.city-item-text {
    color: #666666;
}

.city-item-text:hover {
    color: #FF5212;
}

.top-city-item .iconfont {
    position: absolute;
    left: 50px;
    top: 0;
    font-size: 12px !important;
    color: #F5239E !important;
}

.home-top-auto {
    width: 100%;
    max-height: 500px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    overflow-y: scroll;
    box-sizing: border-box;
    display: none;
}

.auto-city-label {
    height: 50px;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    background: url(/img/home/auto-city-label.png) no-repeat left center;
    background-size: 15px 15px;
}

.auto-region-label {
    height: 50px;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    background: url(/img/home/auto-region-label.png) no-repeat left center;
    background-size: 15px 15px;
}

.label-school-icon {
    background: url(/img/home/auto-school.png) no-repeat left center;
    background-size: 15px 15px;
}

.auto-item-value {
    overflow: hidden;
    height: 56px;
    padding-left: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.auto-item-value:hover {
    background: #F5F5F5;
}

.value-left-master {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}

.value-left-slave {
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}

.item-value-right {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    padding-right: 30px;
}

/* 鎼滅储end... */

/* slogan start... */
/*.home-slogan {
    width: 100%;
    background: #F7F7F7;
    margin-bottom: 50px;
}

.home-slogan-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.slogan-content-item {
    width: 300px;
    height: 160px;
    !*text-align: center;*!
    border-right: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.slogan-item-icon {
    width: 106px;
    height: 106px;
    vertical-align: middle;
    margin: auto;
    display: inline-block;
}

.slogan-item-text {
    width: 146px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: auto;
}

.slogan-text-master {
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
}

.slogan-text-slave {
    font-size: 14px;
    color: #999;
}*/

/* slogan end... */

/* 鐑棬鍏瘬start... */
.home-apt {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.home-apt-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}

.home-apt-cards {
    width: 100%;
}

.home-apt-city {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.home-apt-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.apt-title-master {
    font-size: 56px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: normal;
}

.apt-title-slave {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: normal;
}

.apt-title-line {
    width: 60px;
    height: 2px;
    background: #1A1A1A;
    display: block;
}

.apt-city-item {
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    padding: 10px 32px;
    border: 1px solid #cccccc;
    background: transparent;
    line-height: normal;
    transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.apt-city-item:hover {
    border-color: #FF7744;
    color: #FF7744;
    transform: scale(1.08);
}

.city-item-active {
    background: linear-gradient(90deg, #FF7744 0%, #FF7744 100%);
    border-color: transparent;
    color: #ffffff;
}

.city-item-active:hover {
    color: #ffffff;
    border-color: transparent;
}

.home-apt-cont {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}

.home-apt-cont > a {
    display: block;
    min-width: 0;
}

.home-apt-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-apt-item:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
    transform: translateY(-6px);
}

.apt-item-cover {
    height: 240px;
    position: relative;
    background: #E5E5E5;
    overflow: hidden;
}

.apt-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.apt-cover-date {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #1A1A1A;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.5;
    z-index: 1;
}

.apt-cover-bottom {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}

.apt-cover-mark {
    color: #fff;
    background: rgba(90, 90, 90, 0.85) url(/img/video.png) no-repeat 6px center;
    width: 54px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    padding-left: 24px;
    line-height: 20px;
    background-size: 14px 9px;
}

.apt-cover-user {
    display: flex;
    align-items: center;
    gap: 4px;
}

.apt-user-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #E5E5E5;
    flex-shrink: 0;
}

.apt-user-name {
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}

.apt-item-cont {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.apt-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.apt-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    line-height: 1.7;
}

.apt-item-address {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #666666;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apt-place-icon {
    display: block;
    flex-shrink: 0;
    color: #666666;
}

.apt-item-price {
    font-size: 18px;
    color: #FF7744;
    font-weight: 700;
    flex-shrink: 0;
    white-space: nowrap;
}

.apt-price-unit {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.apt-item-visit {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.apt-visit-icon {
    display: block;
    flex-shrink: 0;
}

.home-apt-more-wrap {
    display: flex;
    justify-content: center;
}

.home-apt-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 48px;
    padding: 0 20px;
    background: #FF7744;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s;
}

.home-apt-more:hover {
    background: #ff6633;
}

.apt-more-arrow {
    font-size: 14px;
}

/*.home-apt-more .iconfont {
    position: absolute;
    font-size: 12px !important;
    left: 50%;
    top: 0;
    margin-left: 60px;
}*/

/* 鐑棬鍏瘬end... */

/* 热门大楼 start... */
.home-build {
    background: #faf8f7;
    padding: 80px 0;
}

.home-build-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.home-build-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.build-title-master {
    font-size: 72px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
}

.build-title-slave {
    font-size: 20px;
    color: #666666;
    line-height: 1.3;
    max-width: 426px;
    padding: 16px 0;
}

.home-build-cont {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.home-build-cont > a {
    flex: 1;
    min-width: 0;
    display: block;
}

.home-build-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-build-item:hover {
    transform: translateY(-6px);
}

.build-item-img {
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #e5e5e5;
}

.build-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.build-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.9), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.home-build-item:hover .build-item-overlay {
    opacity: 1;
}

.build-overlay-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.build-overlay-range {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

.build-overlay-addr {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.build-place-icon {
    display: block;
    flex-shrink: 0;
    color: #fff;
}

.build-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-build-more-wrap {
    display: flex;
    justify-content: center;
}

.home-build-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 48px;
    padding: 0 20px;
    background: #ff7744;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.home-build-more:hover {
    background: #ff6633;
}

.build-more-arrow {
    font-size: 14px;
}

/* 热门大楼 end... */

/* join + partner start... */
.home-join {
    position: relative;
    width: 100%;
    min-height: 553px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-join-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-join-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-join-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.home-join-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-join-cities {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 40px 120px 0;
}

.home-join-cities span {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    white-space: nowrap;
}

.join-city-sep {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.home-join-cont {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 80px 120px 60px;
    text-align: center;
    color: #ffffff;
}

.home-join-tip {
    font-size: 56px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
}

.home-join-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    max-width: 768px;
}

.home-join-skip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s;
}

.home-join-skip:hover {
    background: rgba(255, 255, 255, 0.45);
}

.home-join-partner {
    padding: 0 120px 20px;
}

.home-partner-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.home-partner-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.home-partner-img {
    height: 40px;
    opacity: 0.4;
    flex-shrink: 0;
    object-fit: contain;
}
/* join + partner end... */

/* 小程序推荐 start...  */
/*.home-mini {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #ffffff;
    box-shadow: 0px -2px 9px 0px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    z-index: 999;
}

.home-mini-content {
    width: 1200px;
    padding: 30px 125px 20px;
    display: flex;
    height: 130px;
    position: relative;
    background: #ffffff;
}

.home-mini-qr{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.home-mini-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mini-desc-master {
    height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}

.mini-desc-slave {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.home-mini-index {
    width: 140px;
    height: 184px;
    position: absolute;
    right: 120px;
    bottom: 0;
}

.home-mini-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 20px;
    padding: 10px;
    background: #FFFFFF;
    cursor:pointer;
}*/
/* 小程序推荐 end...  */

/* ============================================================
   Responsive — placed at bottom so they override base styles
   ≤ 1200px  ≤ 990px  ≤ 710px  ≤ 374px
   ============================================================ */

@media screen and (max-width: 1200px) {
    .home-apt { padding: 80px 32px; }
    .home-build-inner {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .home-join-cities { padding: 40px 16px 0; gap: 32px; }
    .home-join-cont   { padding: 60px 16px 40px; }
    .home-join-partner{ padding: 0 16px 20px; }
}

@media screen and (max-width: 990px) {
    /* 公寓标题 */
    .home-apt-city  { gap: 8px; }
    .apt-city-item  { padding: 8px 20px; font-size: 13px; }
    .apt-title-master { font-size: 36px; white-space: normal; }
    .apt-title-slave  { font-size: 14px; white-space: normal; }
    /* 公寓卡片 — 2列（Figma 576-768px 确认） */
    .home-apt-cont {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 40px;
    }
    /* 大楼 */
    .home-build-header  { flex-direction: column; align-items: flex-start; }
    .build-title-master { font-size: 40px; }
    .build-title-slave  { font-size: 16px; }
    .home-build-cont    { flex-wrap: wrap; }
    .home-build-cont > a {
        flex: 1 0 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }
    /* 加入我们 */
    .home-join-tip    { font-size: 40px; }
    .home-join-desc   { font-size: 14px; }
    .home-join-cities { gap: 20px; flex-wrap: wrap; justify-content: center; }
    .home-partner-cont{ gap: 32px; justify-content: flex-start; }
    /* 按钮 */
    .home-apt-more, .home-build-more { height: 40px; font-size: 14px; }
}

@media screen and (max-width: 710px) {
    /* Hero */
    .home-top {
        height: auto;
        min-height: 480px;
        background-attachment: scroll;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 120px 16px;
        box-sizing: border-box;
    }
    .home-top-desc {
        position: static;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 32px;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    .home-top-search { position: relative; width: 100%; margin: 0; padding: 0; top: auto; left: auto; height: auto; }
    .top-search-item {
        width: 100%;
        height: 48px;
        border-radius: 80px;
        border: 1.5px solid #ff591a;
        display: flex;
        align-items: center;
        padding-left: 16px;
        padding-right: 6px;
        box-sizing: border-box;
    }
    .top-search-item .iconfont { position: static; font-size: 16px !important; margin-right: 6px; flex-shrink: 0; }
    .search-item-input { flex: 1; width: auto; height: 48px; padding-left: 0; font-size: 14px; min-width: 0; }
    .search-item-btn {
        width: 36px; height: 36px;
        flex-shrink: 0;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .search-item-btn img { width: 36px; height: 36px; display: block; }
    .top-search-quick { margin-top: 12px; font-size: 14px; text-align: center; }
    .home-top-city,
    .home-top-auto { top: calc(100% + 6px); width: 100%; left: 0; margin: 0; }
    /* 公寓 — 保持2列，图片缩小 */
    .home-apt { padding: 48px 16px; gap: 40px; }
    .home-apt-header { gap: 32px; }
    .apt-title-master { font-size: 28px; }
    .apt-title-slave  { font-size: 13px; }
    .home-apt-city { gap: 8px; }
    .apt-city-item { padding: 6px 14px; font-size: 12px; }
    .home-apt-cont {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 20px;
    }
    .apt-item-cover { height: 180px; }
    /* 大楼 — 2列 */
    .home-build { padding: 48px 0; }
    .build-title-master { font-size: 40px; }
    .build-title-slave  { font-size: 14px; max-width: 100%; }
    .home-build-header  { gap: 12px; }
    .home-build-cont    { flex-wrap: wrap; gap: 12px; }
    .home-build-cont > a { flex: 1 0 calc(50% - 6px); min-width: calc(50% - 6px); }
    .build-item-img { height: 200px; }
    /* 加入我们 */
    .home-join       { min-height: 400px; }
    .home-join-tip   { font-size: 40px; }
    .home-join-desc  { font-size: 14px; }
    .home-join-cities{ gap: 20px; flex-wrap: wrap; justify-content: center; }
    .home-partner-cont{ gap: 32px; justify-content: flex-start; }
    .home-apt-more, .home-build-more { height: 40px; font-size: 14px; }
}

@media screen and (max-width: 374px) {
    /* Hero */
    .home-top     { min-height: 400px; padding: 80px 16px; background-attachment: scroll; background-size: cover; gap: 24px; }
    .home-top-desc{ font-size: 28px; white-space: normal; text-align: center; }
    /* 公寓 — 2列，最小卡片 */
    .home-apt { padding: 48px 16px; gap: 32px; }
    .home-apt-header { gap: 24px; }
    .home-apt-title  { gap: 16px; }
    .apt-title-master{ font-size: 36px; white-space: normal; line-height: 1.2; }
    .apt-title-slave { font-size: 14px; white-space: normal; line-height: 1.4; }
    .home-apt-city   { gap: 8px; }
    .apt-city-item   { padding: 6px 12px; font-size: 12px; }
    .home-apt-cont {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 16px;
        max-height: 660px;
        overflow-y: auto;
    }
    .apt-item-cover { height: 130px; }
    .apt-cover-date { font-size: 10px; padding: 2px 6px; }
    .apt-item-title { font-size: 13px; }
    .apt-item-price { font-size: 14px; }
    /* 大楼 — 2列 2行 */
    .home-build { padding: 40px 0; }
    .home-build-inner{ gap: 40px; padding: 0 16px; }
    .build-title-master{ font-size: 36px; white-space: normal; line-height: 1.2; }
    .build-title-slave { font-size: 14px; max-width: 100%; white-space: normal; }
    .home-build-header { gap: 12px; }
    .home-build-cont   { flex-wrap: wrap; gap: 12px; }
    .home-build-cont > a { flex: 1 0 calc(50% - 6px); min-width: calc(50% - 6px); width: calc(50% - 6px); }
    .build-item-img  { height: 130px; }
    .build-item-name { font-size: 13px; }
    /* 加入我们 */
    .home-join        { min-height: 360px; }
    .home-join-cities { gap: 12px; padding: 20px 16px 0; flex-wrap: wrap; }
    .home-join-cities span { font-size: 12px; }
    .home-join-cont   { gap: 24px; padding: 32px 16px 24px; }
    .home-join-tip    { font-size: 32px; }
    .home-join-desc   { font-size: 13px; line-height: 1.8; }
    .home-join-skip   { height: 40px; font-size: 14px; padding: 0 16px; }
    .home-join-partner{ padding: 0 16px 16px; }
    .home-partner-cont{ gap: 20px; }
    .home-partner-img { height: 24px; }
    .home-apt-more, .home-build-more { height: 40px; font-size: 14px; padding: 0 16px; }
}
