






@media (max-width: 767px) {
  
  .pc-only { display: none !important; }

  html {
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #f5f6fa;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-bottom: 48px; 
  }

  
  .hero-search,
  .wrap-box > div[style*="max-width:1200px;margin:12px auto 0"] {
    display: none !important;
  }

  
  .header {
    height: 48px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .header .logo {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 16px;
  }

  .header .search-box {
    margin: 0 8px;
    height: 36px;
  }

  .header .search-input {
    height: 36px;
    border-radius: 18px;
    background: #f0f2f5;
    border: 1px solid transparent;
    font-size: 13px;
    padding: 0 15px 0 38px;
    transition: all 0.2s;
  }

  .header .search-input:active {
    background: #e8eaef;
  }

  .header .search-icon {
    left: 13px;
    width: 16px;
    height: 16px;
  }

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

  
  .wrap-box {
    padding-top: 48px;
    background: #f5f6fa;
  }

  
  .navigation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    padding: 12px 0 14px;
    gap: 6px 0;
    margin-top: 10px;
    margin-bottom: 16px;
    border-bottom: none;
  }

  .navigation .item {
    width: auto;
    padding: 4px 0;
    text-align: center;
  }

  .navigation .item:active {
    transform: scale(0.9);
    transition: transform 0.1s;
  }

  .navigation .item .icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 5px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  
  .navigation .item .icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: relative;
    z-index: 1;
  }

  
  .navigation .item .icon::after {
    content: "" !important;
    display: none !important;
  }

  .navigation .item .name {
    font-size: 12px;
    color: #555;
    line-height: 1.3;
    font-weight: 500;
  }

  
  .navigation .item:nth-child(1) .icon {
    background: linear-gradient(135deg, #17A1E6, #7FCFF0);
  }
  .navigation .item:nth-child(2) .icon {
    background: linear-gradient(135deg, #1289BF, #17A1E6);
  }
  .navigation .item:nth-child(3) .icon {
    background: linear-gradient(135deg, #0BB6E6, #7FCFF0);
  }
  .navigation .item:nth-child(4) .icon {
    background: linear-gradient(135deg, #f0a050, #f4c089);
  }
  .navigation .item:nth-child(5) .icon {
    background: linear-gradient(135deg, #9b8ad0, #c5b8e5);
  }
  .navigation .item:nth-child(6) .icon {
    background: linear-gradient(135deg, #e8729a, #f09db8);
  }
  .navigation .item:nth-child(7) .icon {
    background: linear-gradient(135deg, #1289BF, #17A1E6);
  }
  .navigation .item:nth-child(8) .icon {
    background: linear-gradient(135deg, #e67e22, #f0b27a);
  }

  
  .wrap-box .banner-swiper {
    padding: 8px 12px 0;
    background: #f5f6fa;
  }

  .wrap-box .banner-swiper .slide {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .wrap-box .banner-swiper .slide img {
    height: 170px;
    object-fit: cover;
    border-radius: 12px;
  }

  .slide-caption {
    padding: 20px 14px 36px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  }

  .slide-caption h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
  }

  .slide-caption p {
    font-size: 12px;
    opacity: 0.85;
  }

  .banner-dots {
    bottom: 14px;
  }

  .banner-dots span {
    width: 6px;
    height: 6px;
  }

  .banner-dots span.active {
    width: 16px;
    border-radius: 3px;
  }

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

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

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

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

  
  .cont-title {
    padding: 14px 12px 8px;
    background: #fff;
  }

  .cont-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
  }

  .cont-title h3::before {
    width: 4px;
    border-radius: 2px;
  }

  .cont-title .more-btn {
    font-size: 12px;
    color: #B2B2B2;
    padding: 4px 8px;
  }

  
  .recom-loupan {
    background: #fff;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-radius: 0;
  }

  .recom-loupan .scroll-wrap {
    gap: 12px;
    padding: 0 12px;
  }

  .recom-loupan .lp-card {
    width: 44%;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .recom-loupan .lp-card:active {
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .recom-loupan .lp-img-link {
    display: block;
    color: inherit;
  }

  .recom-loupan .lp-loc a {
    color: #17A1E6;
    text-decoration: none;
  }

  .recom-loupan .lp-loc a:active {
    opacity: 0.6;
  }
  .recom-loupan .lp-card .lp-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/11;
    overflow: hidden;
  }

  .recom-loupan .lp-card .thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
  }

  .recom-loupan .lp-card .lp-district {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 3px 10px;
    background: rgba(0,160,233,0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
  }

  .recom-loupan .lp-card .lp-info {
    padding: 10px 12px 12px;
  }

  .recom-loupan .lp-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 1.3;
  }

  .recom-loupan .lp-card .lp-loc {
    font-size: 11px;
    color: #B2B2B2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .recom-loupan .lp-card .lp-price {
    display: flex;
    align-items: baseline;
    gap: 1px;
  }

  .recom-loupan .lp-card .lp-price .cur {
    font-size: 11px;
    color: #CC2929;
    font-weight: 500;
  }

  .recom-loupan .lp-card .lp-price .num {
    font-size: 17px;
    font-weight: 700;
    color: #CC2929;
    letter-spacing: -0.5px;
  }

  .recom-loupan .lp-card .lp-price .unit {
    font-size: 10px;
    color: #bbb;
    margin-left: 3px;
  }

  
  .hot-office {
    background: #fff;
    margin-bottom: 16px;
  }

  .hot-office .cont-title {
    padding-top: 14px;
    background: #fff;
  }

  .hot-tag {
    display: flex;
    gap: 8px;
    padding: 0 12px 10px;
    flex-wrap: wrap;
  }

  .hot-tag a {
    font-size: 12px;
    color: #555;
    padding: 5px 12px;
    background: #f5f6fa;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: all 0.2s;
  }

  .hot-tag a:first-child {
    background: linear-gradient(135deg, #17A1E6, #7FCFF0);
    color: #fff;
    border-color: transparent;
  }

  .office-list li {
    border-top: 1px solid #f5f5f5;
    padding: 12px;
    transition: background 0.15s;
  }

  .office-list li:active {
    background: #f9f9f9;
  }

  .office-list .office-card-inner {
    display: flex;
    gap: 10px;
  }

  .office-list .thumb-link {
    flex-shrink: 0;
    display: block;
  }

  .office-list .thumb {
    width: 100px;
    height: 75px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
    position: relative;
  }

  .office-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .office-list .content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .office-list .content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .office-list .content .grey {
    font-size: 11px;
    color: #B2B2B2;
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .office-list .content .grey .building {
    color: #888;
  }

  .office-list .content .grey a {
    display: inline;
    color: #17A1E6;
    text-decoration: none;
    white-space: nowrap;
  }

  .office-list .content .grey a:active {
    opacity: 0.6;
  }

  .office-list .content .tag-group {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin: 4px 0 2px;
  }

  .office-list .content .tag-group span {
    font-size: 10px;
    color: #17A1E6;
    background: #f5f6f8;
    padding: 2px 7px;
    border-radius: 3px;
    font-weight: 500;
    line-height: 1.4;
  }

  .office-list .content .tag-group span:first-child {
    color: #e8783c;
    background: #fef3ec;
  }

  .office-list .content .row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 2px;
  }

  .office-list .content .price {
    color: #CC2929;
    font-size: 12px;
  }

  .office-list .content .price .num {
    font-size: 16px;
    font-weight: 700;
  }

  
  .news-box {
    background: #fff;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .news-list li {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px;
  }

  .news-list li:active {
    background: #f9f9f9;
  }

  .news-list li a {
    display: flex;
    gap: 10px;
  }

  .news-list .content {
    flex: 1;
    min-width: 0;
  }

  .news-list .content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-list .content p {
    font-size: 12px;
    color: #B2B2B2;
    margin-top: 6px;
  }

  .news-list .content .type {
    color: #17A1E6;
    margin-right: 8px;
    font-weight: 500;
  }

  .news-list .thumb {
    width: 85px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
  }

  .news-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  
  .faq-section {
    background: #fff !important;
    margin-bottom: 16px !important;
    padding: 14px 12px 16px !important;
  }

  
  .faq-section .faq-collapse-wrap {
    margin: 0;
  }

  .faq-section .faq-collapse-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    cursor: pointer;
    outline: none;
    padding: 0 0 0 20px;
    margin-bottom: 12px;
  }

  .faq-section .faq-collapse-title::-webkit-details-marker {
    display: none;
  }

  .faq-section .faq-collapse-title h2,
  .faq-section .faq-collapse-title h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    padding-left: 12px;
    line-height: 1.4;
    margin: 0;
  }

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

  .faq-section .faq-collapse-title::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B7AB8'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.3s ease;
    margin-left: 8px;
    flex-shrink: 0;
  }

  .faq-section .faq-collapse-wrap[open] .faq-collapse-title::after {
    transform: rotate(180deg);
  }

  
  .faq-section .faq-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  
  .faq-section .faq-item {
    border: none !important;
    border-radius: 12px !important;
    padding: 0 !important;
    overflow: hidden;
    background: #f8f9fb;
    transition: all 0.2s ease;
  }

  .faq-section .faq-item:active {
    transform: scale(0.98);
  }

  .faq-section .faq-item[open] {
    background: #f5f6f8;
    box-shadow: 0 2px 12px rgba(0,160,233, 0.12);
  }

  
  .faq-section .faq-item summary {
    padding: 13px 14px !important;
    list-style: none;
    outline: none;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

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

  
  .faq-section .faq-q-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #17A1E6;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s ease;
  }

  .faq-section .faq-item[open] .faq-q-icon {
    background: #7FCFF0;
    transform: scale(1.1);
  }

  
  .faq-section .faq-q-text {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    line-height: 1.5;
  }

  
  .faq-section .faq-item summary::after {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B7AB8'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: all 0.25s ease;
  }

  .faq-section .faq-item[open] summary::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232bb6e8'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  
  .faq-section .faq-a {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.75 !important;
    padding: 0 14px 14px 46px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(0,160,233, 0.12) !important;
    padding-top: 10px !important;
  }

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

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

  
  .faq-section .faq-more-btn {
    display: block;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 12px auto 0;
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    background: #f8f9fb;
    transition: all 0.2s ease;
  }

  .faq-section .faq-more-btn:active {
    background: #17A1E6;
    color: #fff;
    border-color: #17A1E6;
  }

  
  .section-more-btn {
    display: block;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 4px auto 12px;
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    background: #f8f9fb;
    transition: all 0.2s ease;
  }

  .section-more-btn:active {
    background: #17A1E6;
    color: #fff;
    border-color: #17A1E6;
  }

  
  .hot-business-districts {
    background: #fff;
    margin-bottom: 16px;
    padding: 14px 0 2px;
  }
  .hot-business-districts .cont-title {
    padding-top: 0;
    background: #fff;
  }
  .biz-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 12px 8px;
  }
  .biz-card {
    position: relative;
    display: block;
    min-height: 112px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #4a6358, #6b8e7e);
    box-shadow: 0 8px 18px rgba(60, 80, 70, .12);
  }
  .biz-card-1 { background: linear-gradient(135deg, #4a6358 0%, #6b8e7e 62%, #8fb5a5 100%); }
  .biz-card-2 { background: linear-gradient(135deg, #6c3f20 0%, #c7792d 62%, #f1b14c 100%); }
  .biz-card-3 { background: linear-gradient(135deg, #244f45 0%, #3c967e 62%, #67c7a8 100%); }
  .biz-card-4 { background: linear-gradient(135deg, #5d4f75 0%, #8b7ab0 62%, #b8acd6 100%); }
  .biz-card-5 { background: linear-gradient(135deg, #6c314d 0%, #c75783 62%, #ff91b3 100%); }
  .biz-card-6 { background: linear-gradient(135deg, #4a5a6a 0%, #748a9c 62%, #a3b9cc 100%); }
  .biz-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .biz-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
  }
  .orb-1 {
    width: 84px;
    height: 84px;
    right: -26px;
    top: -28px;
  }
  .orb-2 {
    width: 58px;
    height: 58px;
    left: -22px;
    bottom: -22px;
    background: rgba(255,255,255,.10);
  }
  .biz-line {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 64px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.18);
    border-left: 0;
    border-bottom: 0;
    transform: skewX(-16deg);
  }
  .biz-card-info {
    position: relative;
    z-index: 2;
    height: 100%;
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .biz-label {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    font-size: 10px;
    font-weight: 700;
    color: #fff;
  }
  .biz-card-info h3 {
    margin: 16px 0 5px;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
  }
  .biz-district {
    margin: 0 0 7px;
    font-size: 11px;
    color: rgba(255,255,255,.86);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .biz-link {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
  }

  
  .mobile-seo-section {
    display: block;
    background: #fff;
    margin-bottom: 16px;
    padding: 14px 14px 16px;
  }

  .mobile-seo-section .seo-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    line-height: 1.4;
  }

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

  .mobile-seo-section .seo-content {
    font-size: 13px;
    color: #696B70;
    line-height: 1.8;
    text-align: justify;
  }

  .mobile-seo-section .seo-content p {
    margin-bottom: 8px;
  }

  .mobile-seo-section .seo-content strong {
    color: #555555;
    font-weight: 600;
  }

  
  .mobile-seo-section .seo-collapse-wrap {
    margin: 0;
  }

  .mobile-seo-section .seo-collapse-title {
    list-style: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-seo-section .seo-collapse-title::-webkit-details-marker {
    display: none;
  }

  .mobile-seo-section .seo-collapse-title .seo-title {
    margin-bottom: 0;
  }

  .mobile-seo-section .seo-collapse-title::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B7AB8'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.3s ease;
    margin-left: 8px;
    flex-shrink: 0;
  }

  .mobile-seo-section .seo-collapse-wrap[open] .seo-collapse-title::after {
    transform: rotate(180deg);
  }

  .mobile-seo-section .seo-collapse-wrap[open] .seo-collapse-title {
    margin-bottom: 10px;
  }

  .mobile-district-guide {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 0 0;
  }

  .mobile-district-guide a {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f5ff;
    color: #17A1E6;
    font-size: 12px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
  }

  .mobile-district-guide a:active {
    background: #17A1E6;
    color: #fff;
  }

  
  .mobile-district-tabs {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -14px 10px;
    padding: 0 14px;
  }

  .mobile-district-tabs .md-tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #696B70;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    transition: color 0.2s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
  }

  .mobile-district-tabs .md-tab.active {
    color: #17A1E6;
    font-weight: 600;
  }

  .mobile-district-tabs .md-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    background: #17A1E6;
    border-radius: 2px;
  }

  .mobile-district-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 4px 0 0;
  }

  .mobile-district-links a {
    display: inline-block;
    padding: 4px 2px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.15s;
  }

  .mobile-district-links a:active {
    color: #17A1E6;
  }

  
  .search-overlay .search-header {
    padding: 10px 12px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }

  .search-overlay .search-header input {
    height: 38px;
    border-radius: 19px;
    background: #f5f6fa;
    border: 1px solid #eee;
    font-size: 14px;
  }

  .search-overlay .search-header input:focus {
    border-color: #17A1E6;
    background: #fff;
  }

  .search-overlay .search-header .search-go-btn {
    height: 38px;
    border-radius: 19px;
    background: linear-gradient(135deg, #17A1E6, #7FCFF0);
    font-size: 14px;
    font-weight: 600;
  }

  .search-overlay .search-header .cancel-btn {
    font-size: 15px;
    color: #696B70;
  }

  .search-overlay .search-tabs a {
    font-size: 13px;
    padding: 12px 8px;
    color: #696B70;
    font-weight: 500;
  }

  .search-overlay .search-tabs a.active {
    color: #17A1E6;
    font-weight: 600;
  }

  .search-overlay .search-tabs a.active::after {
    left: 35%;
    right: 35%;
    height: 3px;
    border-radius: 2px;
  }

  
  #hotWordsContainer a {
    padding: 7px 16px !important;
    background: #f5f6fa !important;
    border: 1px solid #eee !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    color: #555 !important;
    transition: all 0.2s;
  }

  #hotWordsContainer a:active {
    background: #f5f6f8 !important;
    border-color: #17A1E6 !important;
    color: #17A1E6 !important;
  }

  
  .bot-footer {
    margin-top: 8px;
  }

  .bot-nav-section .bot-wrap {
    padding: 12px 12px 0;
    min-height: auto;
    flex-direction: column;
  }

  .bot-nav-wrap {
    padding-right: 0;
  }

  .bot-nav-tabs {
    padding-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 4px;
    margin-bottom: 8px;
  }

  .bot-nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .bot-nav-tab {
    flex-shrink: 0;
    padding: 5px 14px;
    font-size: 12px;
  }

  .bot-link-grid {
    gap: 0;
    padding: 2px 0;
  }

  .bot-link-grid a {
    padding: 4px 12px 4px 0;
    font-size: 12px;
  }

  .bot-service-box {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 14px 0 4px;
    overflow: visible;
    z-index: auto;
    border-top: 1px solid #eee;
    margin-top: 8px;
  }

  .bot-service-header {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .bot-service-body {
    gap: 12px;
  }

  .bot-qr svg {
    width: 72px;
    height: 72px;
  }

  .bot-tel {
    font-size: 18px;
  }

  .bot-copyright-section {
    padding: 20px 12px 16px;
  }

  .bot-copyright-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .bot-copyright-right {
    display: none;
  }

  .bot-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
  }

  .bot-legal-links a {
    font-size: 12px;
  }

  .bot-copyright-left p {
    font-size: 11px;
    line-height: 1.8;
  }

  
  .bot-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    margin-bottom: 10px;
  }

  .bot-legal-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.2s;
  }

  .bot-legal-links a:active {
    color: #fff;
  }

  
  .bot-legal-links a[href*="/privacy"],
  .bot-legal-links a[href*="/terms"] {
    display: none !important;
  }

  .bot-copyright-section {
    padding: 24px 12px 20px;
  }

  .bot-copyright-wrap {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .bot-copyright-right {
    display: none;
  }

  .bot-copyright-left p {
    font-size: 11px;
    line-height: 1.8;
    text-align: center;
  }

  .bot-copyright-left p strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
  }

  
  .back-to-top {
    bottom: 70px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    opacity: 0.7;
  }

  
  .recom-loupan,
  .hot-business-districts,
  .hot-office,
  .news-box,
  .faq-section,
  .mobile-seo-section {
    border-radius: 0;
  }

  
  .recom-loupan { margin-bottom: 16px; }
  .hot-office { margin-bottom: 16px; }
  .news-box { margin-bottom: 16px; }

  
  .navigation .item,
  .recom-loupan .lp-card,
  .office-list li,
  .news-list li {
    transition: transform 0.15s ease, background 0.15s ease;
  }

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

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

  
  .bot-service-box {
    display: none !important;
  }
  .bot-nav-wrap {
    padding-right: 0 !important;
  }

} 


@media (min-width: 768px) {
  .section-more-btn { display: none !important; }
  .hot-business-districts .section-more-btn { 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;
}

@media (max-width: 767px) {
  body {
    background: #f0f2f5 !important;
    color: #172033;
  }

  .wrap-box {
    padding-top: 50px !important;
    background: #f0f2f5 !important;
  }

  .wrap-box main {
    display: block;
  }

  .banner-swiper {
    display: block !important;
    order: -1 !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 8px 10px 16px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eef2f6 !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 8px rgba(60,60,60, .03) !important;
  }

  .banner-swiper .slide {
    display: none !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .banner-swiper .slide.active {
    display: block !important;
  }

  .banner-swiper .slide a {
    display: block !important;
    height: 100% !important;
  }

  .banner-swiper .slide img {
    display: block !important;
    width: 100% !important;
    height: clamp(132px, 38vw, 168px) !important;
    object-fit: cover !important;
    border-radius: 18px !important;
  }

  .banner-dots {
    bottom: 9px !important;
    gap: 5px !important;
  }

  .banner-dots span {
    width: 5px !important;
    height: 5px !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12) !important;
  }

  .banner-dots span.active {
    width: 14px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  .header {
    height: 50px !important;
    padding: 0 12px !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04) !important;
  }

  .header a[href="/"] {
    max-width: 36px;
    min-width: 0;
    overflow: hidden;
    flex-shrink: 0;
  }

  .header .mobile-logo-text {
    display: none !important;
  }

  .header .mobile-hide-text + span,
  .header a[href="/"] .mobile-logo-text {
    display: none !important;
  }

  .header a[href="/"] .logo {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    flex-shrink: 0;
  }

  .header a[href="/"] img.mobile-hide-text {
    height: 36px !important;
    width: auto !important;
    max-width: 36px !important;
    object-fit: contain !important;
    flex-shrink: 0;
  }

  .header .search-box {
    flex: 1 !important;
    min-width: 0;
  }

  .header .search-input {
    font-size: 13px !important;
  }

  .header .search-box {
    height: 34px !important;
    margin: 0 8px !important;
  }

  .header .search-input {
    height: 34px !important;
    border: 0 !important;
    background: #f2f5f8 !important;
    color: #344054 !important;
  }

  .navigation {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px 0 !important;
    margin: 0 10px 16px !important;
    padding: 18px 8px 16px !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 8px rgba(60,60,60, .03) !important;
  }

  .navigation .item {
    padding: 6px 0 !important;
  }

  .navigation .item .icon {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 8px !important;
    border-radius: 16px !important;
    box-shadow: none !important;
  }

  .navigation .item .icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .navigation .item .name {
    font-size: 13px !important;
    color: #344054 !important;
    font-weight: 600 !important;
  }

  .cont-title {
    padding: 18px 14px 12px !important;
    background: transparent !important;
  }

  .cont-title h2,
  .cont-title h3 {
    margin: 0 !important;
    padding-left: 12px !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    color: #172033 !important;
    font-weight: 800 !important;
  }

  .cont-title h2::before,
  .cont-title h3::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    bottom: 2px !important;
    width: 4px !important;
    border-radius: 2px !important;
    background: linear-gradient(180deg, #17A1E6, #7FCFF0) !important;
  }

  .section-more-btn {
    width: calc(100% - 24px) !important;
    margin: 12px 12px 0 !important;
    padding: 11px 0 !important;
    text-align: center !important;
    color: #17A1E6 !important;
    background: #f5f9ff !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .recom-loupan,
  .mobile-hot-business-districts,
  .news-box,
  .faq-section,
  .mobile-seo-section {
    margin: 0 10px 16px !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(60,60,60, .03) !important;
    overflow: hidden !important;
  }

  /* 热门办公室：外层不再做内缩圆角卡，房源卡片与 /rent 列表页一致，左右仅留 4px */
  .hot-office {
    margin: 0 0 16px !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  /* 新版楼盘卡片与 rent 列表页保持一致，恢复显示 */
  .recom-loupan {
    display: block !important;
  }

  .mobile-hot-business-districts {
    display: block !important;
    padding-bottom: 14px !important;
    background:
      linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f8f9fb 100%) !important;
  }

  .mobile-hot-business-districts .cont-title {
    padding-bottom: 12px !important;
  }

  .mobile-hot-business-districts .cont-title h2 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 18px !important;
  }

  .mobile-hot-business-districts .cont-title h2::before {
    content: "" !important;
    display: inline-block !important;
    position: static !important;
    width: 5px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #17A1E6, #1289BF) !important;
    box-shadow: 0 4px 10px rgba(0,160,233, .22) !important;
    flex: 0 0 auto !important;
  }

  .mobile-biz-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 78px !important;
    gap: 8px !important;
    padding: 0 12px !important;
  }

  .mobile-biz-card {
    position: relative !important;
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #eceef1, #e2e6ed) !important;
    box-shadow: 0 8px 18px rgba(60,60,60, .10) !important;
    color: #fff !important;
    text-decoration: none !important;
    isolation: isolate !important;
  }

  .mobile-biz-card:nth-child(1) {
    grid-column: 1 / span 2 !important;
    grid-row: 1 / span 2 !important;
  }

  .mobile-biz-card:nth-child(2) {
    grid-column: 3 / span 2 !important;
    grid-row: 1 / span 1 !important;
  }

  .mobile-biz-card:nth-child(3) {
    grid-column: 3 / span 1 !important;
    grid-row: 2 / span 1 !important;
  }

  .mobile-biz-card:nth-child(4) {
    grid-column: 4 / span 1 !important;
    grid-row: 2 / span 1 !important;
  }

  .mobile-biz-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.04);
    filter: saturate(1.04) contrast(1.03);
  }

  .mobile-biz-shade {
    position: absolute !important;
    inset: 0 !important;
    background:
      radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .24), transparent 32%),
      linear-gradient(180deg, rgba(6, 16, 32, .04) 0%, rgba(6, 16, 32, .74) 100%),
      linear-gradient(135deg, rgba(30, 101, 180, .22), rgba(19, 31, 52, .18)) !important;
    z-index: 1 !important;
  }

  .mobile-biz-label {
    position: absolute !important;
    left: 9px !important;
    top: 9px !important;
    z-index: 2 !important;
    padding: 3px 6px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .18) !important;
    border: 1px solid rgba(255, 255, 255, .22) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #fff !important;
    transform: scale(.92);
    transform-origin: left top;
  }

  .mobile-biz-card:nth-child(n+3) .mobile-biz-label {
    display: none !important;
  }

  .mobile-biz-info {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 9px !important;
    z-index: 2 !important;
    display: block !important;
  }

  .mobile-biz-info strong {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    color: #fff !important;
    letter-spacing: .2px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .28) !important;
  }

  .mobile-biz-info em {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    color: rgba(255, 255, 255, .82) !important;
  }

  .mobile-biz-card:nth-child(2) .mobile-biz-info {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  .mobile-biz-card:nth-child(2) .mobile-biz-info strong {
    font-size: 17px !important;
  }

  .mobile-biz-card:nth-child(n+3) .mobile-biz-info {
    left: 7px !important;
    right: 7px !important;
    bottom: 8px !important;
    text-align: center !important;
  }

  .mobile-biz-card:nth-child(n+3) .mobile-biz-info strong {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mobile-biz-card:nth-child(n+3) .mobile-biz-info em {
    display: none !important;
  }

  .mobile-biz-card:active {
    transform: scale(.98);
  }

  .recom-loupan .scroll-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 12px !important;
    scroll-snap-type: none !important;
  }

  .recom-loupan .lp-card {
    width: auto !important;
    min-width: 0 !important;
    border: 1px solid #edf1f5 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .recom-loupan .lp-card .lp-img-wrap {
    aspect-ratio: 4 / 3 !important;
  }

  .recom-loupan .lp-card .lp-info {
    padding: 8px 9px 10px !important;
  }

  .recom-loupan .lp-card h3,
  .recom-loupan .lp-card h4 {
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }

  .recom-loupan .lp-card h3 a {
    color: #172033 !important;
  }

  .recom-loupan .lp-card .lp-loc {
    margin: 0 0 5px !important;
    font-size: 11px !important;
    color: #667085 !important;
  }

  .recom-loupan .lp-card .lp-price .num {
    font-size: 16px !important;
  }

  .recom-loupan .lp-card .lp-price .unit {
    color: #98a2b3 !important;
  }

  .hot-office {
    padding: 0 0 12px !important;
  }

  .hot-tag {
    gap: 8px !important;
    padding: 0 12px 10px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .hot-tag::-webkit-scrollbar {
    display: none;
  }

  .hot-tag a {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f2f5f8 !important;
    color: #475467 !important;
    font-weight: 600 !important;
  }

  .hot-tag a:first-child {
    background: #17A1E6 !important;
    color: #fff !important;
  }

  /* 与 /rent 移动端列表保持同一口径：左右 4px（2026-09-01） */
  .hot-office .m-list {
    padding: 0 4px !important;
  }

  .news-box {
    padding-bottom: 12px !important;
  }

  .news-list {
    padding: 0 12px !important;
  }

  .news-list li {
    padding: 12px 0 !important;
    border-bottom: 1px solid #edf1f5 !important;
  }

  .news-list li:first-child {
    padding-top: 0 !important;
  }

  .news-list li:last-child {
    border-bottom: 0 !important;
  }

  .news-list li a {
    gap: 10px !important;
    align-items: center !important;
  }

  .news-list .thumb {
    width: 78px !important;
    height: 58px !important;
    border-radius: 10px !important;
  }

  .news-list .content h3,
  .news-list .content h4 {
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: #172033 !important;
  }

  .news-list .content p {
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #98a2b3 !important;
  }

  .faq-section {
    padding: 14px 12px 16px !important;
  }

  .faq-section .faq-collapse-title h2,
  .faq-section .faq-collapse-title h3,
  .mobile-seo-section .seo-title {
    padding-left: 0 !important;
    font-size: 16px !important;
  }

  .faq-section .faq-collapse-title h2::before,
  .faq-section .faq-collapse-title h3::before,
  .mobile-seo-section .seo-title::before {
    display: none !important;
  }

  .faq-section .faq-list {
    gap: 8px !important;
  }

  .faq-section .faq-item {
    background: #f8fafc !important;
    border-radius: 12px !important;
  }

  .faq-section .faq-item summary {
    padding: 11px 12px !important;
  }

  .faq-section .faq-q-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
    background: #17A1E6 !important;
  }

  .faq-section .faq-q-text {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .faq-section .faq-a {
    padding: 9px 12px 12px 42px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .mobile-seo-section {
    padding: 14px 12px !important;
  }

  .mobile-seo-section .seo-collapse-title {
    min-height: 24px !important;
  }

  .mobile-seo-section .seo-content {
    font-size: 12px !important;
    line-height: 1.75 !important;
    color: #667085 !important;
  }

  .mobile-district-tabs {
    margin: 8px -12px 10px !important;
    padding: 0 12px !important;
  }

  .mobile-district-links {
    gap: 8px !important;
  }

  .mobile-district-links a {
    padding: 6px 10px !important;
    border-radius: 10px !important;
    background: #f2f5f8 !important;
    color: #475467 !important;
    font-size: 12px !important;
  }
}

/* 响应式文字大小 - 小屏手机 */
@media (max-width: 374px) {
  html { font-size: 13px !important; }
  .navigation .item .name { font-size: 11px !important; }
  .navigation .item .icon { width: 36px !important; height: 36px !important; }
  .cont-title h2, .cont-title h3 { font-size: 15px !important; }
}

/* 响应式文字大小 - 大屏手机 */
@media (min-width: 414px) {
  html { font-size: 16px !important; }
  .navigation .item .name { font-size: 13px !important; }
  .cont-title h2, .cont-title h3 { font-size: 18px !important; }
}

/* 超大屏手机/折叠屏 */
@media (min-width: 768px) and (max-width: 896px) {
  html { font-size: 16px !important; }
}

/* 移动端键盘弹出页面不压缩修复 */
@media (max-width: 767px) {
  html, body { min-height: 100% !important; }
  body { min-height: -webkit-fill-available !important; }
}
