

@media (max-width: 767px) {
  html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }

  body:not(.home-page) {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #f0f2f5;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
    padding-top: 50px !important;
  }

  html {
    overflow-x: visible !important;
  }

  html body.rent-page {
    overflow-x: visible !important;
  }

  html body.rent-page:not(.home-page) .header {
    display: none !important;
  }

  html body.rent-page .m-header {
    height: 50px;
    padding: 0 14px !important;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04) !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
  }

  .m-header .back-btn {
    display: none !important;
  }

  .m-header .logo {
    margin: 0;
    max-width: 36px;
    min-width: 0;
    overflow: hidden;
    flex-shrink: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .m-header .logo img {
    height: 36px !important;
    width: auto !important;
    max-width: 36px !important;
    object-fit: contain !important;
  }

  html body.rent-page .m-header .search-box {
    flex: 1;
    margin: 0 14px !important;
    position: relative;
    height: 34px;
    min-width: 0;
  }

  .m-header .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events: none;
  }

  .m-header .search-input {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background: #f2f5f8;
    border: 0;
    padding: 0 15px 0 38px;
    font-size: 13px;
    color: #344054;
    outline: none;
    transition: all 0.2s;
    -webkit-appearance: none;
  }

  .m-header .search-input:focus {
    background: #f2f5f8;
  }

  .m-header .search-input::placeholder {
    color: #999;
  }

  html body.rent-page .m-header .user-btn {
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-header .user-btn svg {
    width: 22px;
    height: 22px;
    fill: #344054;
  }

  
  .m-trust-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 8px 12px 12px;
  }

  .m-trust-bar .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #696B70;
    font-weight: 500;
  }

  .m-trust-bar .trust-item svg {
    width: 20px;
    height: 20px;
  }

  .m-trust-bar .trust-item:nth-child(1) svg { fill: #52c41a; }
  .m-trust-bar .trust-item:nth-child(2) svg { fill: #FF6B35; }
  .m-trust-bar .trust-item:nth-child(3) svg { fill: #17A1E6; }

  
  html body.rent-page .mobile-breadcrumb {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 14px !important;
    height: 38px;
    min-height: 38px;
    font-size: 13px;
    line-height: 38px;
    color: #666;
    background: #f5f6f8;
    border-bottom: 1px solid #e8eaed;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    width: 100%;
  }

  html body.rent-page .mobile-breadcrumb a {
    color: #666;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
  }

  html body.rent-page .mobile-breadcrumb a:last-child {
    color: #333;
    font-weight: 500;
  }

  html body.rent-page .mobile-breadcrumb .sep {
    color: #bbb;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
  }

  .m-filter-bar {
    top: 48px;
    background: #fff;
    border-bottom: 1px solid #f0f2f5;
    box-shadow: none !important;
  }

  .m-filter-bar .m-filter-item {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #475467;
    font-weight: 500;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  .m-filter-bar .m-filter-item.active {
    color: #17A1E6;
    font-weight: 600;
  }

  .m-filter-bar .m-filter-item .arrow {
    border-top-color: #B2B2B2;
    margin-left: 3px;
  }

  .m-filter-bar .m-filter-item.active .arrow {
    border-top-color: #17A1E6;
  }

  
  .m-header .search-box > div[style*="display: block"],
  .m-header .search-box > div[style*="display:block"] {
    max-height: 200px !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.1) !important;
  }

  .m-expand-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 1000;
    display: none;
  }

  .m-expand-container.show {
    display: block;
  }

  .m-expand-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 998;
    display: none;
  }

  .m-expand-overlay.show {
    display: block;
  }

  .m-expand {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-radius: 0 0 12px 12px;
    overflow: hidden;
  }

  .m-expand-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 14px 15px 4px;
    letter-spacing: .3px;
  }

  .m-expand-body {
    max-height: 55vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .m-expand-body::-webkit-scrollbar {
    display: none;
  }

  .m-opt-item {
    padding: 13px 15px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #f0f1f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    transition: background .1s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  .m-opt-item:active {
    background: #f5f7fb;
  }

  .m-opt-item.sel {
    color: #17A1E6;
    font-weight: 600;
    background: #f5f6f8;
  }

  .m-opt-item.sel::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B7AB8'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

  .m-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px 15px 10px;
  }

  .m-tag {
    padding: 7px 16px;
    background: #f5f6fa;
    border-radius: 18px;
    font-size: 13px;
    color: #555;
    border: 1px solid #eee;
    transition: all .2s;
    min-height: 34px;
    display: flex;
    align-items: center;
  }

  .m-tag:active {
    transform: scale(.95);
  }

  .m-tag.sel {
    background: linear-gradient(135deg, #17A1E6, #7FCFF0);
    color: #fff;
    border-color: transparent;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,160,233,.3);
  }

  .m-custom-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f1f5;
    background: #fff;
  }

  .m-custom-row input {
    width: 64px;
    height: 32px;
    border: 1px solid #e8eaef;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 13px;
    text-align: center;
    background: #f8f9fb;
    color: #555555;
    transition: all .2s;
  }

  .m-custom-row input:focus {
    border-color: #17A1E6;
    background: #fff;
  }

  .m-custom-row .custom-sep {
    color: #bbb;
    font-size: 13px;
  }

  .m-custom-row .custom-unit {
    color: #B2B2B2;
    font-size: 12px;
    margin-left: 2px;
  }

  .m-custom-row .go-btn {
    margin-left: auto;
    padding: 6px 14px;
    background: #17A1E6;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    transition: opacity .15s;
  }

  .m-custom-row .go-btn:active {
    opacity: .8;
  }

  .m-btn-bar {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    border-top: 1px solid #f0f1f5;
    background: #fff;
  }

  .m-btn-bar .m-btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: transform .15s;
  }

  .m-btn-bar .m-btn:active {
    transform: scale(.97);
  }

  .m-btn-bar .m-btn-reset {
    background: #f5f6fa;
    color: #696B70;
  }

  .m-btn-bar .m-btn-confirm {
    background: linear-gradient(135deg, #17A1E6, #7FCFF0);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,160,233,.3);
  }

  .m-expand-unit-hint {
    font-size: 12px;
    color: #B2B2B2;
    padding: 8px 15px 4px;
    background: #fafbfc;
  }

  .m-loc-layout {
    display: flex;
    height: 58vh;
  }

  .m-loc-sidebar {
    width: 78px;
    background: #f2f3f7;
    flex-shrink: 0;
  }

  .m-loc-sidebar-item {
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
    color: #888;
    border-left: 3px solid transparent;
    transition: all .2s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  .m-loc-sidebar-item.active {
    background: #fff;
    color: #17A1E6;
    font-weight: 600;
    border-left-color: #17A1E6;
  }

  .m-loc-content {
    flex: 1;
    overflow: hidden;
  }

  .m-cascade {
    display: flex;
    height: 100%;
  }

  .m-cascade-col {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .m-cascade-col::-webkit-scrollbar {
    display: none;
  }

  .m-cascade-item {
    padding: 13px 14px;
    font-size: 14px;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f1f5;
    transition: background .1s;
    min-height: 48px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  .m-cascade-item:active {
    background: #f5f7fb;
  }

  .m-cascade-item.sel {
    color: #17A1E6;
    font-weight: 600;
    background: #f5f6f8;
  }

  .m-cascade-item .check-round {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d0d3dc;
    flex-shrink: 0;
    transition: all .2s;
  }

  .m-cascade-item.sel .check-round {
    border-color: #17A1E6;
    background: #17A1E6;
    position: relative;
  }

  .m-cascade-item.sel .check-round::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  
  .m-list {
    padding: 12px 4px; /* 左右贴边（2026-09-01 需求），卡片样式统一走 components/mobile-card.css */
  }

  /* .m-card 基础块已删除（2026-09-01）：与 components/mobile-card.css 完全重复，单源化 */

  .m-card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 14px;
  }

  .m-addr-link {
    position: relative;
    z-index: 2;
    color: #B2B2B2;
    text-decoration: none;
  }
  .m-addr-link:hover, .m-card a:hover:not(.m-card-link) {
    color: #B2B2B2 !important;
    text-decoration: underline !important;
  }
  .m-card .m-tags .m-tag-link:hover {
    color: #096dd9 !important;
    background: #e6f7ff !important;
  }

  .m-card:active {
    transform: scale(0.98);
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  }

  .m-card .m-img {
    width: 140px;
    height: 105px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
    position: relative;
  }

  .m-card .m-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .m-card .m-img .m-img-badge {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 8px;
  }

  .m-card .m-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  
  .m-card .m-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }

  
  .m-card .m-build, .m-card .m-info-line {
    font-size: 13px;
    color: #696B70;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
  }

  .m-card .m-build a, .m-card .m-info-line a {
    color: #17A1E6;
    font-weight: 600;
    text-decoration: none;
  }

  .m-card .m-build a:active, .m-card .m-info-line a:active {
    color: #2d7fbd;
  }

  
  .m-card .m-addr {
    font-size: 11px;
    color: #B2B2B2;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    line-height: 1.3;
  }

  
  .m-card .m-tags {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    flex-wrap: wrap;
  }

  .m-card .m-tags span {
    padding: 3px 8px;
    background: #f5f6f8;
    color: #17A1E6;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 1.4;
  }

  .m-card .m-tags span:first-child {
    color: #e8783c;
    background: #fef3ec;
  }

  .m-card .m-tags .m-tag-link {
    position: relative;
    z-index: 2;
    padding: 3px 8px;
    background: #f5f6f8;
    color: #17A1E6;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
  }

  .m-card .m-tags .m-tag-link:active {
    background: #d6ebf7;
  }

  
  .m-card .m-price {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
  }

  .m-card .m-price .p-num {
    flex-shrink: 0;
    white-space: nowrap;
    color: #CC2929;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  .m-card .m-price .p-unit {
    flex-shrink: 0;
    white-space: nowrap;
    color: #CC2929;
    font-size: 13px;
    margin-left: 2px;
  }

  .m-card .m-price .p-area {
    flex-shrink: 0;
    color: #B2B2B2;
    font-size: 13px;
  }

  .m-card .m-price .cm-tag {
    flex-shrink: 0;
    display: inline-block;
    padding: 1px 5px;
    background: #fff0ed;
    color: #FF6B35;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 600;
    border: 1px solid #ffd4cc;
  }

  
  .m-list .m-building-card .m-info {
    gap: 3px !important;
    justify-content: flex-start !important;
  }
  .m-building-card .m-title-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
  }
  .m-building-card .m-title-row .m-title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-building-card .m-title-area {
    flex-shrink: 0;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
  }
  .m-building-card .m-loc,
  .m-building-card .m-subway,
  .m-building-card .m-meta {
    font-size: 12px;
    color: #999;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-building-card .m-subway {
    color: #f5a623;
  }
  .m-list .m-building-card .m-tags {
    margin-top: 2px !important;
  }
  .m-list .m-building-card .m-price {
    margin-top: 4px !important;
  }

  
  .m-loadmore {
    text-align: center;
    padding: 16px;
    color: #B2B2B2;
    font-size: 13px;
    background: #fff;
    border-radius: 12px;
    margin-top: 4px;
  }

  .m-loadmore:active {
    background: #f9f9f9;
  }

  
  .m-empty {
    text-align: center;
    padding: 60px 20px;
    color: #B2B2B2;
  }

  .m-empty .m-empty-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.3;
  }

  .m-empty p {
    font-size: 14px;
  }

  .m-empty a {
    color: #17A1E6;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
  }

  .m-gongwei-hero {
    margin: 8px 12px 10px;
    padding: 16px 15px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eef7ff 0%, #ffffff 58%, #f8fbff 100%);
    border: 1px solid #dcecf8;
    box-shadow: 0 8px 24px rgba(0,160,233,0.10);
  }

  .m-gongwei-kicker {
    margin: 0 0 6px;
    color: #17A1E6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .m-gongwei-title {
    margin: 0;
    color: #1f2933;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.01em;
  }

  .m-gongwei-hero p:not(.m-gongwei-kicker) {
    margin: 8px 0 0;
    color: #5f6b7a;
    font-size: 13px;
    line-height: 1.65;
  }

  .m-gongwei-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .m-gongwei-meta span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 6px;
    border-radius: 10px;
    background: rgba(255,255,255,.78);
    color: #6b7785;
    font-size: 11px;
    text-align: center;
  }

  .m-gongwei-meta b {
    color: #253246;
    font-size: 13px;
  }


  
  .m-seo-section {
    background: #fff;
    margin: 0 12px 16px;
    padding: 16px 14px 18px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(60,60,60, .03);
  }

  .m-seo-title {
    font-size: 17px;
    font-weight: 800;
    color: #172033;
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative;
    line-height: 1.3;
  }

  .m-seo-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: linear-gradient(180deg, #17A1E6, #7FCFF0);
    border-radius: 2px;
  }

  .m-seo-section .m-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .m-seo-section .m-seo-links a {
    display: inline-block;
    padding: 5px 14px;
    background: #f0f5ff;
    color: #17A1E6;
    font-size: 12px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 500;
  }

  .m-seo-section .m-seo-links a:active {
    background: #17A1E6;
    color: #fff;
  }

  
  .m-faq-section {
    background: #fff;
    margin: 0 12px 10px;
    padding: 14px 14px 16px;
    border-radius: 12px;
  }

  .m-faq-section .m-seo-title {
    margin-bottom: 12px;
  }

  .m-faq-section details {
    margin-bottom: 8px;
    background: #f8f9fb;
    border-radius: 10px;
    overflow: hidden;
  }

  .m-faq-section details[open] {
    background: #f5f6f8;
  }

  .m-faq-section summary {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .m-faq-section summary::-webkit-details-marker {
    display: none;
  }

  .m-faq-section summary::before {
    content: "Q";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #17A1E6;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .m-faq-section details[open] summary::before {
    background: #7FCFF0;
  }

  .m-faq-section .m-faq-a {
    font-size: 13px;
    color: #555;
    line-height: 1.75;
    padding: 0 14px 12px 42px;
  }

  .m-faq-section .m-faq-a strong {
    color: #17A1E6;
    font-weight: 600;
  }

  .m-faq-section .m-faq-a a {
    color: #17A1E6;
    text-decoration: none;
  }

  
  * {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  img[loading="lazy"] {
    background: #f0f0f0;
  }

  
  .breadcrumb-row .search-inline {
    display: none !important;
  }

  
  .breadcrumb-row {
    display: none !important;
  }

} 


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* 响应式文字大小 - 老块已删除（2026-09-01）：被 components/mobile-card.css 点点租补充块取代（曾以源顺序被后块覆盖，属死代码） */

@media (min-width: 768px) {
  body.creative-page {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
  }

  body.creative-page .pc-header-inner,
  body.creative-page .pc-topbar-inner,
  body.creative-page .pc-breadcrumb,
  body.creative-page .pc-filter-inner,
  body.creative-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.creative-page .pc-header-inner {
    gap: clamp(8px, 1.2vw, 16px) !important;
    min-width: 0 !important;
  }

  body.creative-page .pc-logo,
  body.creative-page .pc-login,
  body.creative-page .pc-phone {
    flex-shrink: 0 !important;
  }

  body.creative-page .pc-logo-text {
    max-width: clamp(92px, 12vw, 180px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.creative-page .pc-nav {
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body.creative-page .pc-nav::-webkit-scrollbar {
    display: none;
  }

  body.creative-page .pc-nav a {
    padding-left: clamp(7px, 1vw, 14px) !important;
    padding-right: clamp(7px, 1vw, 14px) !important;
    white-space: nowrap !important;
  }

  body.creative-page .pc-filter-label,
  body.creative-page .pc-filter-opts a,
  body.creative-page .pc-sub-opts a,
  body.creative-page .pc-sortbar .pc-count,
  body.creative-page .pc-sortbar .pc-sortopts a,
  body.creative-page .pc-breadcrumb {
    font-size: 14px !important;
  }

  body.creative-page .pc-filter-wrap,
  body.creative-page .pc-filter-row,
  body.creative-page .pc-filter-opts,
  body.creative-page #pcLocDistrict,
  body.creative-page #pcLocSubway {
    min-width: 0 !important;
  }

  body.creative-page .pc-filter-label {
    width: clamp(58px, 6vw, 70px) !important;
    flex: 0 0 clamp(58px, 6vw, 70px) !important;
  }

  body.creative-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.creative-page .pc-main {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.creative-page .seo-sidebar {
    width: clamp(220px, 22vw, 300px) !important;
    flex: 0 0 clamp(220px, 22vw, 300px) !important;
  }

  body.creative-page .pc-sortopts {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    row-gap: 6px !important;
  }

  body.creative-page .pc-creative-card {
    max-width: 100% !important;
  }

  body.creative-page .pc-creative-table {
    table-layout: fixed !important;
  }

  body.creative-page .pc-creative-img-cell {
    width: clamp(160px, 18vw, 220px) !important;
  }

  body.creative-page .pc-creative-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 120px !important;
    max-height: 165px !important;
  }

  body.creative-page .pc-creative-info-cell {
    min-width: 0 !important;
  }

  body.creative-page .pc-creative-title,
  body.creative-page .pc-creative-location {
    overflow-wrap: anywhere !important;
  }

  body.creative-page .pc-creative-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  body.creative-page .pc-creative-tags span {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  body.creative-page .pc-creative-price-cell {
    width: clamp(118px, 13vw, 160px) !important;
  }

  body.creative-page .pc-creative-price-num {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.creative-page .pc-phone {
    display: none !important;
  }

  body.creative-page .pc-login .login-link {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }

  body.creative-page .seo-sidebar {
    display: none !important;
  }

  body.creative-page .pc-wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.creative-page .pc-topbar {
    display: none !important;
  }

  body.creative-page .pc-header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.creative-page .pc-logo-text {
    display: none !important;
  }

  body.creative-page .pc-sortbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.creative-page .pc-sortopts {
    justify-content: flex-start !important;
  }

  body.creative-page .pc-creative-img-cell {
    width: 150px !important;
  }

  body.creative-page .pc-creative-title {
    font-size: 14px !important;
  }

  body.creative-page .pc-creative-location {
    font-size: 13px !important;
  }

  body.creative-page .pc-creative-price-cell {
    width: 112px !important;
  }

  body.creative-page .pc-creative-price-unit {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.creative-page .pc-creative-table,
  body.creative-page .pc-creative-table tbody,
  body.creative-page .pc-creative-table tr,
  body.creative-page .pc-creative-table td {
    display: block !important;
    width: 100% !important;
  }

  body.creative-page .pc-creative-img-cell {
    padding-right: 0 !important;
  }

  body.creative-page .pc-creative-img {
    width: 100% !important;
    height: 220px !important;
    max-height: none !important;
    aspect-ratio: auto !important;
  }

  body.creative-page .pc-creative-info-cell {
    padding: 12px 0 !important;
  }

  body.creative-page .pc-creative-price-cell {
    text-align: left !important;
    padding-top: 8px !important;
  }
}

@media (min-width: 768px) {
  body.gongwei-page .mobile-only {
    display: none !important;
  }

  body.gongwei-page {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
  }

  body.gongwei-page .pc-header-inner,
  body.gongwei-page .pc-topbar-inner,
  body.gongwei-page .pc-breadcrumb,
  body.gongwei-page .pc-filter-inner,
  body.gongwei-page .gongwei-hero-inner,
  body.gongwei-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.gongwei-page .faq-section {
    max-width: 1200px !important;
    margin: 18px auto 10px !important;
    padding: 15px !important;
    background: #fff !important;
    border: 1px solid #edf1f6 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 24px rgba(15,35,70,.06) !important;
  }

  body.gongwei-page .faq-section .faq-collapse-title {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 18px !important;
    padding: 0 2px 0 20px !important;
  }

  body.gongwei-page .faq-section .faq-collapse-title h2 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    color: #353535 !important;
    font-weight: 500 !important;
  }

  body.gongwei-page .faq-section .faq-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 20px !important;
  }

  body.gongwei-page .faq-section .faq-item {
    height: 100% !important;
    border: 1px solid #e7eef7 !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(45,95,160,.05) !important;
  }

  body.gongwei-page .faq-section .faq-item summary {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 16px !important;
    background: #f5f9ff !important;
    border-bottom: 1px solid #e9f0f8 !important;
  }

  body.gongwei-page .faq-section .faq-q-icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #17A1E6 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    flex: 0 0 24px !important;
  }

  body.gongwei-page .faq-section .faq-q-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #353535 !important;
    line-height: 1.4 !important;
  }

  body.gongwei-page .faq-section .faq-a {
    padding: 14px 16px 16px 50px !important;
    line-height: 1.7 !important;
    color: #555555 !important;
    background: #fff !important;
    font-size: 13px !important;
  }

  body.gongwei-page .faq-section .faq-more-btn {
    display: block !important;
    width: max-content !important;
    margin: 18px auto 0 !important;
    padding: 9px 22px !important;
    border-radius: 999px !important;
    background: #17A1E6 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
  }

  body.gongwei-page .gongwei-hero {
    background: linear-gradient(135deg, #f4f9fd 0%, #ffffff 54%, #eef7ff 100%);
    border-top: 1px solid #edf4fa;
    border-bottom: 1px solid #e5eef6;
  }

  body.gongwei-page .gongwei-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: 28px;
    align-items: center;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  body.gongwei-page .gongwei-kicker {
    margin: 0 0 8px;
    color: #17A1E6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  body.gongwei-page .gongwei-hero h1 {
    margin: 0;
    color: #253246;
    font-size: 32px;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: -.02em;
  }

  body.gongwei-page .gongwei-hero-desc {
    max-width: 760px;
    margin: 12px 0 0;
    color: #5f6b7a;
    font-size: 15px;
    line-height: 1.8;
  }

  body.gongwei-page .gongwei-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
  }

  body.gongwei-page .gongwei-primary-btn,
  body.gongwei-page .gongwei-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  body.gongwei-page .gongwei-primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #17A1E6, #2d7fbd);
    box-shadow: 0 8px 18px rgba(0,160,233,.22);
  }

  body.gongwei-page .gongwei-secondary-btn {
    color: #17A1E6;
    background: #fff;
    border: 1px solid #cfe5f6;
  }

  body.gongwei-page .gongwei-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.gongwei-page .gongwei-stat {
    min-height: 86px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    border: 1px solid #e2edf6;
    box-shadow: 0 10px 24px rgba(0,160,233,.08);
  }

  body.gongwei-page .gongwei-stat strong {
    display: block;
    color: #253246;
    font-size: 22px;
    line-height: 1.2;
  }

  body.gongwei-page .gongwei-stat span {
    display: block;
    margin-top: 6px;
    color: #7a8795;
    font-size: 13px;
  }

  body.gongwei-page .pc-header-inner {
    gap: clamp(8px, 1.2vw, 16px) !important;
    min-width: 0 !important;
  }

  body.gongwei-page .pc-logo,
  body.gongwei-page .pc-login,
  body.gongwei-page .pc-phone {
    flex-shrink: 0 !important;
  }

  body.gongwei-page .pc-logo-text {
    max-width: clamp(92px, 12vw, 180px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.gongwei-page .pc-nav {
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body.gongwei-page .pc-nav::-webkit-scrollbar {
    display: none;
  }

  body.gongwei-page .pc-nav a {
    padding-left: clamp(7px, 1vw, 14px) !important;
    padding-right: clamp(7px, 1vw, 14px) !important;
    white-space: nowrap !important;
  }

  body.gongwei-page .pc-filter-label,
  body.gongwei-page .pc-filter-opts a,
  body.gongwei-page .pc-sub-opts a,
  body.gongwei-page .pc-sortbar .pc-count,
  body.gongwei-page .pc-sortbar .pc-sortopts a,
  body.gongwei-page .pc-breadcrumb {
    font-size: 14px !important;
  }

  body.gongwei-page .pc-filter-wrap,
  body.gongwei-page .pc-filter-row,
  body.gongwei-page .pc-filter-opts,
  body.gongwei-page #pcLocDistrict,
  body.gongwei-page #pcLocSubway {
    min-width: 0 !important;
  }

  body.gongwei-page .pc-filter-label {
    width: clamp(58px, 6vw, 70px) !important;
    flex: 0 0 clamp(58px, 6vw, 70px) !important;
  }

  body.gongwei-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.gongwei-page .pc-main {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.gongwei-page .seo-sidebar {
    width: clamp(220px, 22vw, 300px) !important;
    flex: 0 0 clamp(220px, 22vw, 300px) !important;
  }

  body.gongwei-page .pc-sortopts {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    row-gap: 6px !important;
  }

  body.gongwei-page .pc-gongwei-card {
    max-width: 100% !important;
  }

  body.gongwei-page .pc-gongwei-table {
    table-layout: fixed !important;
  }

  body.gongwei-page .pc-gongwei-img-cell {
    width: 220px !important;
  }

  body.gongwei-page .pc-gongwei-img {
    width: 220px !important;
    height: 165px !important;
    aspect-ratio: auto !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

  body.gongwei-page .pc-gongwei-info-cell {
    min-width: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body.gongwei-page .pc-gongwei-title,
  body.gongwei-page .pc-gongwei-brand,
  body.gongwei-page .pc-gongwei-location {
    overflow-wrap: anywhere !important;
  }

  body.gongwei-page .pc-gongwei-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  body.gongwei-page .pc-gongwei-tags span {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  body.gongwei-page .pc-gongwei-price-cell {
    width: 148px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.gongwei-page .pc-gongwei-price-num {
    font-size: 24px !important;
  }

}

@media (min-width: 768px) and (max-width: 1180px) {
  body.gongwei-page .pc-phone {
    display: none !important;
  }

  body.gongwei-page .pc-login .login-link {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }

  body.gongwei-page .seo-sidebar {
    display: none !important;
  }

  body.gongwei-page .gongwei-hero-inner {
    grid-template-columns: 1fr;
  }

  body.gongwei-page .pc-wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.gongwei-page .pc-topbar {
    display: none !important;
  }

  body.gongwei-page .pc-header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.gongwei-page .pc-logo-text {
    display: none !important;
  }

  body.gongwei-page .pc-sortbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.gongwei-page .pc-sortopts {
    justify-content: flex-start !important;
  }

  body.gongwei-page .pc-gongwei-info-cell {
    padding: 12px !important;
  }

  body.gongwei-page .pc-gongwei-title {
    font-size: 14px !important;
  }

  body.gongwei-page .pc-gongwei-brand,
  body.gongwei-page .pc-gongwei-location {
    font-size: 13px !important;
  }

  body.gongwei-page .pc-gongwei-price-cell {
    width: 112px !important;
  }

  body.gongwei-page .pc-gongwei-price-unit {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.gongwei-page .pc-gongwei-table,
  body.gongwei-page .pc-gongwei-table tbody,
  body.gongwei-page .pc-gongwei-table tr,
  body.gongwei-page .pc-gongwei-table td {
    display: block !important;
    width: 100% !important;
  }

  body.gongwei-page .pc-gongwei-img-cell {
    width: 100% !important;
  }

  body.gongwei-page .pc-gongwei-img {
    width: 100% !important;
    height: 220px !important;
    max-height: none !important;
    aspect-ratio: auto !important;
  }

  body.gongwei-page .pc-gongwei-price-cell {
    border-left: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    text-align: left !important;
    padding: 12px !important;
  }

  body.gongwei-page .pc-gongwei-price-line,
  body.gongwei-page .pc-gongwei-price-cell > div {
    display: inline-block !important;
    margin-right: 12px !important;
    vertical-align: middle !important;
  }
}

@media (min-width: 768px) {
  body.buildings-page {
    overflow-x: hidden;
  }

  body.buildings-page .pc-header-inner,
  body.buildings-page .pc-topbar-inner,
  body.buildings-page .pc-breadcrumb,
  body.buildings-page .pc-filter-inner,
  body.buildings-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.buildings-page .pc-header-inner {
    gap: clamp(8px, 1.2vw, 16px) !important;
    min-width: 0 !important;
  }

  body.buildings-page .pc-logo,
  body.buildings-page .pc-login,
  body.buildings-page .pc-phone {
    flex-shrink: 0 !important;
  }

  body.buildings-page .pc-logo-text {
    max-width: clamp(92px, 12vw, 180px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.buildings-page .pc-nav {
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body.buildings-page .pc-nav::-webkit-scrollbar {
    display: none;
  }

  body.buildings-page .pc-nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
  }

  body.buildings-page .pc-filter-wrap,
  body.buildings-page .pc-filter-row,
  body.buildings-page .pc-filter-opts,
  body.buildings-page #pcLocDistrict,
  body.buildings-page #pcLocSubway {
    min-width: 0 !important;
  }

  body.buildings-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.buildings-page .pc-main {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.buildings-page .seo-sidebar {
    width: clamp(220px, 22vw, 300px) !important;
    flex: 0 0 clamp(220px, 22vw, 300px) !important;
  }

  body.buildings-page .pc-sortbar {
    gap: 12px !important;
  }

  body.buildings-page .pc-sortopts {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    row-gap: 6px !important;
  }

  body.buildings-page .pc-building-card {
    max-width: 100% !important;
  }

  body.buildings-page .pc-building-table {
    table-layout: fixed !important;
  }

  body.buildings-page .pc-building-img-cell {
    width: 220px !important;
  }

  body.buildings-page .pc-building-img {
    width: 220px !important;
    height: 165px !important;
    aspect-ratio: auto !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

  body.buildings-page .pc-building-info-cell {
    min-width: 0 !important;
  }

  body.buildings-page .pc-building-title,
  body.buildings-page .pc-building-location {
    overflow-wrap: anywhere !important;
  }

  body.buildings-page .pc-building-price-cell {
    width: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.buildings-page .pc-phone {
    display: none !important;
  }

  body.buildings-page .pc-login .login-link {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }

  body.buildings-page .seo-sidebar {
    display: none !important;
  }

  body.buildings-page .pc-wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.buildings-page .pc-topbar {
    display: none !important;
  }

  body.buildings-page .pc-header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.buildings-page .pc-logo-text {
    display: none !important;
  }

  body.buildings-page .pc-sortbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.buildings-page .pc-sortopts {
    justify-content: flex-start !important;
  }

  body.buildings-page .pc-building-location {
    font-size: 13px !important;
  }

  body.buildings-page .pc-building-price-cell {
    width: 112px !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.buildings-page .pc-building-table,
  body.buildings-page .pc-building-table tbody,
  body.buildings-page .pc-building-table tr,
  body.buildings-page .pc-building-table td {
    display: block !important;
    width: 100% !important;
  }

  body.buildings-page .pc-building-img-cell {
    width: 220px !important;
    padding-right: 0 !important;
  }

  body.buildings-page .pc-building-img {
    width: 220px !important;
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
    aspect-ratio: auto !important;
  }

  body.buildings-page .pc-building-info-cell {
    padding: 12px 0 !important;
  }

  body.buildings-page .pc-building-price-cell {
    text-align: left !important;
    padding-top: 8px !important;
  }
}

@media (min-width: 768px) {
  body.rent-page {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
  }

  body.rent-page .pc-header .pc-logo-text {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  body.rent-page .pc-phone {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  body.rent-page .pc-breadcrumb,
  body.rent-page .pc-sortbar .pc-count,
  body.rent-page .pc-sortbar .pc-sortopts a {
    font-size: 13px !important;
  }

  body.rent-page .pc-filter-label,
  body.rent-page .pc-filter-opts a,
  body.rent-page .pc-sub-opts a {
    font-size: 13px !important;
  }

  body.rent-page .pc-loc-tabs a {
    font-size: 13px !important;
  }

  body.rent-page .pc-sidebar h3,
  body.rent-page .widget-title {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  body.rent-page .pc-sidebar .side-group-title,
  body.rent-page .hot-name {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  body.rent-page .pc-sidebar .side-group a,
  body.rent-page .hot-location,
  body.rent-page .hot-views,
  body.rent-page .view-more {
    font-size: 13px !important;
  }

  body.rent-page .pc-page a,
  body.rent-page .pc-page span {
    font-size: 14px !important;
  }

  body.rent-page {
    overflow-x: hidden;
  }

  body.rent-page .pc-header-inner,
  body.rent-page .pc-topbar-inner,
  body.rent-page .pc-breadcrumb,
  body.rent-page .pc-filter-inner,
  body.rent-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.rent-page .pc-header-inner {
    gap: clamp(8px, 1.2vw, 16px) !important;
    min-width: 0 !important;
  }

  body.rent-page .pc-logo,
  body.rent-page .pc-login,
  body.rent-page .pc-phone {
    flex-shrink: 0 !important;
  }

  body.rent-page .pc-logo-text {
    max-width: clamp(92px, 12vw, 180px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.rent-page .pc-nav {
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body.rent-page .pc-nav::-webkit-scrollbar {
    display: none;
  }

  body.rent-page .pc-nav a {
    padding-left: clamp(7px, 1vw, 14px) !important;
    padding-right: clamp(7px, 1vw, 14px) !important;
    white-space: nowrap !important;
  }

  body.rent-page .pc-filter-wrap {
    overflow-x: hidden !important;
  }

  body.rent-page .pc-filter-row {
    min-width: 0 !important;
  }

  body.rent-page .pc-filter-label {
    width: clamp(58px, 6vw, 70px) !important;
    flex: 0 0 clamp(58px, 6vw, 70px) !important;
  }

  body.rent-page .pc-filter-opts,
  body.rent-page #pcLocDistrict,
  body.rent-page #pcLocSubway {
    min-width: 0 !important;
  }

  body.rent-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.rent-page .pc-main {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.rent-page .seo-sidebar {
    width: clamp(220px, 22vw, 300px) !important;
    flex: 0 0 clamp(220px, 22vw, 300px) !important;
  }

  body.rent-page .pc-sortbar {
    gap: 12px !important;
  }

  body.rent-page .pc-sortopts {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    row-gap: 6px !important;
  }

  body.rent-page .pc-rent-card {
    max-width: 100% !important;
  }

  body.rent-page .pc-rent-table {
  }

  body.rent-page .pc-rent-img-cell {
    padding: 0 !important;
    width: 220px !important;
  }

  body.rent-page .pc-rent-img {
    width: 220px !important;
    height: 165px !important;
    aspect-ratio: auto !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

  body.rent-page .pc-rent-info-cell {
    vertical-align: middle !important;
  }

  body.rent-page .pc-rent-title,
  body.rent-page .pc-rent-building,
  body.rent-page .pc-rent-location {
    overflow-wrap: anywhere !important;
  }

  body.rent-page .pc-rent-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  body.rent-page .pc-rent-tags span {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  body.rent-page .pc-rent-price-cell {
  }

  body.rent-page .pc-rent-price-num {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.rent-page .pc-phone {
    display: none !important;
  }

  body.rent-page .pc-login .login-link {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }

  body.rent-page .seo-sidebar {
    display: none !important;
  }

  body.rent-page .pc-wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.rent-page .pc-topbar {
    display: none !important;
  }

  body.rent-page .pc-header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.rent-page .pc-logo-text {
    display: none !important;
  }

  body.rent-page .pc-filter-row {
    align-items: flex-start !important;
  }

  body.rent-page .pc-sortbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.rent-page .pc-sortopts {
    justify-content: flex-start !important;
  }

  body.rent-page .pc-rent-img-cell {
  }

  body.rent-page .pc-rent-info-cell {
  }

  body.rent-page .pc-rent-title {
    font-size: 14px !important;
  }

  body.rent-page .pc-rent-building,
  body.rent-page .pc-rent-location {
    font-size: 13px !important;
  }

  body.rent-page .pc-rent-price-cell {
  }

  body.rent-page .pc-rent-price-unit {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.rent-page .pc-rent-table,
  body.rent-page .pc-rent-table tbody,
  body.rent-page .pc-rent-table tr,
  body.rent-page .pc-rent-table td {
    display: block !important;
    width: 100% !important;
  }

  body.rent-page .pc-rent-img-cell {
    width: 220px !important;
  }

  body.rent-page .pc-rent-img {
    width: 220px !important;
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
    aspect-ratio: auto !important;
  }

  body.rent-page .pc-rent-price-cell {
    border-left: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    text-align: left !important;
    padding: 12px !important;
  }

  body.rent-page .pc-rent-price-line,
  body.rent-page .pc-rent-price-cell > div {
    display: inline-block !important;
    margin-right: 12px !important;
    vertical-align: middle !important;
  }
}

@media (min-width: 768px) {
  body.oldhouse-page .pc-header-inner,
  body.oldhouse-page .pc-topbar-inner,
  body.oldhouse-page .pc-breadcrumb,
  body.oldhouse-page .pc-filter-inner,
  body.oldhouse-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.oldhouse-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.sale-page {
    overflow-x: hidden;
  }

  body.sale-page .pc-header-inner,
  body.sale-page .pc-topbar-inner,
  body.sale-page .pc-breadcrumb,
  body.sale-page .pc-filter-inner,
  body.sale-page .pc-wrap {
    width: min(100%, 1280px) !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: clamp(14px, 3vw, 40px) !important;
    padding-right: clamp(14px, 3vw, 40px) !important;
  }

  body.sale-page .pc-header-inner {
    gap: clamp(8px, 1.2vw, 16px) !important;
    min-width: 0 !important;
  }

  body.sale-page .pc-logo,
  body.sale-page .pc-login,
  body.sale-page .pc-phone {
    flex-shrink: 0 !important;
  }

  body.sale-page .pc-logo-text {
    max-width: clamp(92px, 12vw, 180px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.sale-page .pc-nav {
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  body.sale-page .pc-nav::-webkit-scrollbar {
    display: none;
  }

  body.sale-page .pc-nav a {
    padding-left: clamp(7px, 1vw, 14px) !important;
    padding-right: clamp(7px, 1vw, 14px) !important;
    white-space: nowrap !important;
  }

  body.sale-page .pc-filter-wrap,
  body.sale-page .pc-filter-row,
  body.sale-page .pc-filter-opts,
  body.sale-page #pcLocDistrict,
  body.sale-page #pcLocSubway {
    min-width: 0 !important;
  }

  body.sale-page .pc-wrap {
    gap: clamp(14px, 2vw, 20px) !important;
    align-items: flex-start !important;
  }

  body.sale-page .pc-main {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.sale-page .seo-sidebar {
    width: clamp(220px, 22vw, 300px) !important;
    flex: 0 0 clamp(220px, 22vw, 300px) !important;
  }

  body.sale-page .pc-sortbar {
    gap: 12px !important;
  }

  body.sale-page .pc-sortopts {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    row-gap: 6px !important;
  }

  body.sale-page .pc-sale-card {
    max-width: 100% !important;
  }

  body.sale-page .pc-sale-table {
    table-layout: fixed !important;
  }

  body.sale-page .pc-sale-img-cell {
    width: 220px !important;
  }

  body.sale-page .pc-sale-img {
    width: 220px !important;
    height: 165px !important;
    aspect-ratio: auto !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

  body.sale-page .pc-sale-info-cell {
    min-width: 0 !important;
  }

  body.sale-page .pc-sale-title,
  body.sale-page .pc-sale-building,
  body.sale-page .pc-sale-location {
    overflow-wrap: anywhere !important;
  }

  body.sale-page .pc-sale-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  body.sale-page .pc-sale-tags span {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  body.sale-page .pc-sale-price-cell {
    width: clamp(118px, 12vw, 148px) !important;
    padding-left: clamp(8px, 1vw, 14px) !important;
  }

  body.sale-page .pc-sale-price-num {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.sale-page .pc-phone {
    display: none !important;
  }

  body.sale-page .pc-login .login-link {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }

  body.sale-page .seo-sidebar {
    display: none !important;
  }

  body.sale-page .pc-wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.sale-page .pc-topbar {
    display: none !important;
  }

  body.sale-page .pc-header-inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.sale-page .pc-logo-text {
    display: none !important;
  }

  body.sale-page .pc-sortbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.sale-page .pc-sortopts {
    justify-content: flex-start !important;
  }

  body.sale-page .pc-sale-title {
    font-size: 14px !important;
  }

  body.sale-page .pc-sale-building,
  body.sale-page .pc-sale-location {
    font-size: 13px !important;
  }

  body.sale-page .pc-sale-price-cell {
    width: 112px !important;
  }

  body.sale-page .pc-sale-price-unit {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.sale-page .pc-sale-table,
  body.sale-page .pc-sale-table tbody,
  body.sale-page .pc-sale-table tr,
  body.sale-page .pc-sale-table td {
    display: block !important;
    width: 100% !important;
  }

  body.sale-page .pc-sale-img-cell {
    width: 220px !important;
    padding-right: 0 !important;
  }

  body.sale-page .pc-sale-img {
    width: 220px !important;
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
    aspect-ratio: auto !important;
  }

  body.sale-page .pc-sale-info-cell {
    padding: 12px 0 !important;
  }

  body.sale-page .pc-sale-price-cell {
    border-left: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    text-align: left !important;
    padding: 12px 0 0 !important;
  }

  body.sale-page .pc-sale-price-line,
  body.sale-page .pc-sale-price-cell > div {
    display: inline-block !important;
    margin-right: 12px !important;
    vertical-align: middle !important;
  }
}

/* 列表页价格/日期最终覆盖：统一字号并防止日期换行 */
@media (min-width:768px){
  body.rent-page .pc-rent-price-cell{
  }
  body.rent-page .pc-rent-price-num,
  body.sale-page .pc-sale-price-num,
  body.buildings-page .pc-building-price-num,
  body.gongwei-page .pc-gongwei-price-num,
  body.oldhouse-page .pc-oldhouse-price-num,
  body.creative-page .pc-creative-price-num{
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:600!important;
    letter-spacing:0!important;
  }
  body.rent-page .pc-rent-price-unit,
  body.sale-page .pc-sale-price-unit,
  body.buildings-page .pc-building-price-unit,
  body.gongwei-page .pc-gongwei-price-unit,
  body.oldhouse-page .pc-oldhouse-price-unit,
  body.creative-page .pc-creative-price-unit{
    font-size:12px!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }
  body.rent-page .pc-rent-price-cell div,
  body.rent-page .pc-rent-price-cell span,
  body.rent-page .pc-rent-price-line,
  body.sale-page .pc-sale-price-cell div,
  body.sale-page .pc-sale-price-cell span,
  body.sale-page .pc-sale-price-line{
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body.rent-page .pc-rent-price-cell div:not(.pc-rent-price-line),
  body.sale-page .pc-sale-price-cell div:not(.pc-sale-price-line),
  body.buildings-page .pc-building-price-cell div:not(.pc-building-price-line),
  body.gongwei-page .pc-gongwei-price-cell div:not(.pc-gongwei-price-line),
  body.oldhouse-page .pc-oldhouse-price-cell div:not(.pc-oldhouse-price-line),
  body.creative-page .pc-creative-price-cell div:not(.pc-creative-price-line){
    font-size:11px!important;
    line-height:1.45!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}
@media (max-width:767px){
  .m-card .m-price .p-num,
  .hot-page .m-price .p-num{
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:600!important;
    letter-spacing:0!important;
  }
  .m-card .m-price .p-unit,
  .hot-page .m-price .p-unit{
    font-size:12px!important;
    white-space:nowrap!important;
  }
}

/* 点点租风格补充块已删除（2026-09-01）：与 assets/css/components/mobile-card.css 完全重复，卡片移动端样式统一走公共组件单源 */
