@import url(style-pc.css);
@import url(style-wap.css);

@font-face {
  font-family: "AksharLocal";
  src: url("Akshar-Regular.ttf") format("truetype");
  font-display: swap;
}


:root {
  --brand-color: #7013aa;
  --brand-color-dark: #52107d;
  --text-color: #222;
  --muted-color: #666;
  --surface-color: #fff;
  --shadow-soft: 0 18px 40px rgba(34, 34, 34, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-color);
  font-family: "AksharLocal", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;

}

button,
input,
select,
textarea {
  font-family: inherit;
}

body.no-scroll {
  overflow: hidden;
}

.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;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.header.is-sticky {
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.08);
  background: #fff;
}

.header a:focus-visible,
.footer a:focus-visible,
.search input:focus-visible,
.search button:focus-visible,
.login-popup button:focus-visible,
.login-popup a:focus-visible,
.card:focus-visible,
.card2:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 3px;
}

.ind-block1 .row2 .search .col1 .select.active .r2,
.list-block1 .row2 .search .col1 .select.active .r2,
.user .user-right .block3 .cate .col2 .select.active .r2,
.header .row1 .col1 .nation.active .r2,
.wap-menu .menu .r2 .c1.active .txt2,
.wap-menu .menu .r3 .c1.active .txt2,
.list2-block2 .row2 .col1 .col1-1 .c2.active .txt2 {
  display: block;
}

.ind-block1 .row2 .search-res.active,
.list-block1 .row2 .search-res.active {
  display: block;
}

.ind-block1 .row2 .search-res .item,
.list-block1 .row2 .search-res .item,
.list-block1 .row4 .item .r2 .btn,
.list-block1 .row4 .item .r2 .btn2,
.user .user-right .block2 .tab-tit .item,
.footer .row2 .item,
.detail .block1 .btn,
.header .row1 .col3 .c5,
.header .row1 .col3 .c6 {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ind-block1 .row2 .search-res .item:hover,
.list-block1 .row2 .search-res .item:hover,
.list-block1 .row4 .item .r2 .btn:hover,
.list-block1 .row4 .item .r2 .btn2:hover,
.user .user-right .block2 .tab-tit .item:hover,
.footer .row2 .item:hover,
.detail .block1 .btn:hover,
.header .row1 .col3 .c5:hover,
.header .row1 .col3 .c6:hover {
  transform: translateY(-2px);
}

.header .row1 .col3 .c5,
.header .row1 .col3 .c6,
.ind-block1 .row2 .search .btn,
.login-popup .row5 button {
  background: linear-gradient(135deg, var(--brand-color), var(--brand-color-dark));
}

.header .row1 .col2 .nav a,
.header .row2 .r1 a,
.header .row1 .col1 .nation .r1,
.ind-block1 .row2 .search .col1 .select .r1,
.list-block1 .row2 .search .col1 .select .r1,
.user .user-right .block3 .cate .col2 .select .r1,
.wap-menu .menu .r2 .c1 .txt1,
.wap-menu .menu .r3 .c1 .txt1,
.card,
.card2 {
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.header .row1 .col2 .nav a:hover,
.header .row1 .col2 .nav a:focus-visible,
.header .row2 .r1 a:hover,
.header .row2 .r1 a:focus-visible {
  color: var(--brand-color);
}

.card:hover,
.card2:hover {
  transform: translateY(-4px);
}

.card:hover .r-box,
.card2:hover .r-box {
  box-shadow: var(--shadow-soft);
}

.ind-block1 .row2 .search .col1 .select .r1 .ico,
.list-block1 .row2 .search .col1 .select .r1 .ico,
.user .user-right .block3 .cate .col2 .select .r1 .ico,
.header .row1 .col1 .nation .r1 .ico img {
  transition: transform 0.2s ease;
}

.ind-block1 .row2 .search .col1 .select.active .r1 .ico,
.list-block1 .row2 .search .col1 .select.active .r1 .ico,
.user .user-right .block3 .cate .col2 .select.active .r1 .ico {
  transform: rotate(180deg);
}

.header .row1 .col1 .nation {
  position: relative;
}

.header .row1 .col1 .nation .r2 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 140px;
  background: #fff;
  border: 1px solid #ece8f2;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  padding: 8px 0;
  display: none;
}

/* 用伪元素填补 .r1 和 .r2 之间的空隙，防止 mouseleave 误触发 */
.header .row1 .col1 .nation::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  display: none;
}

.header .row1 .col1 .nation.active::after {
  display: block;
}

.header .row1 .col1 .nation .r2 a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
}

.header .row1 .col1 .nation .r2 a:hover,
.header .row1 .col1 .nation .r2 a:focus-visible {
  color: var(--brand-color);
  background: rgba(112, 19, 170, 0.06);
}

.is-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.detail-gallery {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
}

.detail-gallery.active {
  display: flex;
}

.detail-gallery .gallery-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.detail-gallery .gallery-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1080px);
  max-height: 88vh;
  background: var(--surface-color);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.detail-gallery .gallery-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(34, 34, 34, 0.08);
  font-size: 22px;
  cursor: pointer;
}

.detail-gallery .gallery-main img {
  width: 100%;
  max-height: 62vh;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.detail-gallery .gallery-thumbs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 12px;
}

.detail-gallery .gallery-thumb {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}

.detail-gallery .gallery-thumb.active {
  border-color: var(--brand-color);
}

.detail-gallery .gallery-thumb img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
}

.detail-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 10px 0 26px;
}

.detail-hero .hero-type {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(112, 19, 170, 0.08);
  color: #7013aa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-hero .hero-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.detail-hero .hero-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
  max-width: 980px;
}

.detail-hero .hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-left: -18px;
}

.detail-hero .hero-location,
.detail-hero .hero-id {
  margin-left: 18px;
  margin-top: 10px;
  color: #6b7280;
  font-size: 17px;
}

.detail-hero .hero-id {
  position: relative;
}

.detail-hero .hero-id:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 999px;
  background: #c2c8d3;
}

.detail-hero .hero-price {
  margin-top: 22px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  color: #111827;
}

.detail-hero .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.detail-hero .badge,
.card2 .badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.detail-hero .badge.confirm,
.card2 .badge.confirm {
  background: #e6f7ee;
  color: #14804a;
}

.detail-hero .badge.deal,
.card2 .badge.deal {
  background: #fff1dd;
  color: #a85a00;
}

.detail-hero .badge.verified,
.card2 .badge.verified {
  background: #e8f0ff;
  color: #2755c3;
}

.detail-visual-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 10px;
}

.detail-visual-nav .visual-nav-left {
  display: flex;
  gap: 20px;
}

.detail-visual-nav .visual-nav-right {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

.detail-visual-nav .action {
  min-width: 92px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  position: relative;
}

.detail-visual-nav .action .share-txt {}
.detail-visual-nav .action .share-tool {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  display: none;
  z-index: 20;
  pointer-events: auto;
}
.detail-visual-nav .action.is-share-open .share-tool {
  display: flex;
}
.detail-visual-nav .action .share-tool .btnG::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 34px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(-45deg);
}
.detail-visual-nav .action .share-tool .btnG {
  position: relative;
  border: 1px solid #ddd;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  gap: 10px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}
.detail-visual-nav .action .share-tool .btn {
  width: 44px;
  height: 44px;
  background: #f6f7fb;
  border-radius: 999px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  text-decoration: none;
}
.detail-visual-nav .action .share-tool .btn:hover {
  background: #eef2ff;
}
.detail-visual-nav .action .share-tool .share-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-color: #374151;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.detail-visual-nav .action .share-tool .share-whatsapp .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.8 9.8 0 0 0-8.48 14.67L2 22l5.52-1.44A10 10 0 1 0 12 2Zm0 18.2a8.2 8.2 0 0 1-4.19-1.15l-.3-.17-3.28.86.88-3.2-.2-.33A8.2 8.2 0 1 1 12 20.2Zm4.7-5.62c-.26-.13-1.53-.76-1.77-.85s-.41-.13-.58.13-.66.85-.8 1.03-.3.19-.56.06a6.6 6.6 0 0 1-1.95-1.2 7.3 7.3 0 0 1-1.36-1.68c-.14-.24-.01-.37.1-.49.1-.1.24-.27.36-.41.12-.14.16-.24.24-.4.08-.17.04-.31-.02-.43-.07-.13-.58-1.4-.8-1.92-.21-.5-.42-.43-.58-.44-.15 0-.31 0-.48 0s-.44.07-.67.31c-.23.24-.88.86-.88 2.1s.91 2.44 1.03 2.61c.13.17 1.76 2.69 4.27 3.77.6.25 1.07.4 1.43.51.6.19 1.15.16 1.58.1.48-.07 1.53-.62 1.75-1.21.22-.6.22-1.1.15-1.21-.06-.1-.23-.17-.49-.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.8 9.8 0 0 0-8.48 14.67L2 22l5.52-1.44A10 10 0 1 0 12 2Zm0 18.2a8.2 8.2 0 0 1-4.19-1.15l-.3-.17-3.28.86.88-3.2-.2-.33A8.2 8.2 0 1 1 12 20.2Zm4.7-5.62c-.26-.13-1.53-.76-1.77-.85s-.41-.13-.58.13-.66.85-.8 1.03-.3.19-.56.06a6.6 6.6 0 0 1-1.95-1.2 7.3 7.3 0 0 1-1.36-1.68c-.14-.24-.01-.37.1-.49.1-.1.24-.27.36-.41.12-.14.16-.24.24-.4.08-.17.04-.31-.02-.43-.07-.13-.58-1.4-.8-1.92-.21-.5-.42-.43-.58-.44-.15 0-.31 0-.48 0s-.44.07-.67.31c-.23.24-.88.86-.88 2.1s.91 2.44 1.03 2.61c.13.17 1.76 2.69 4.27 3.77.6.25 1.07.4 1.43.51.6.19 1.15.16 1.58.1.48-.07 1.53-.62 1.75-1.21.22-.6.22-1.1.15-1.21-.06-.1-.23-.17-.49-.3Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .action .share-tool .share-telegram .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.8 4.6 18.7 20c-.2 1.1-.9 1.4-1.8.9l-5-3.7-2.4 2.3c-.3.3-.6.6-1.2.6l.4-5.2L18 6.2c.3-.2-.1-.3-.4-.1L6 13.5l-5.1-1.6c-1.1-.3-1.1-1.1.2-1.6L20 3.2c.9-.3 1.6.2 1.3 1.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.8 4.6 18.7 20c-.2 1.1-.9 1.4-1.8.9l-5-3.7-2.4 2.3c-.3.3-.6.6-1.2.6l.4-5.2L18 6.2c.3-.2-.1-.3-.4-.1L6 13.5l-5.1-1.6c-1.1-.3-1.1-1.1.2-1.6L20 3.2c.9-.3 1.6.2 1.3 1.4Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .action .share-tool .share-facebook .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 22v-8.5h2.9l.4-3.3h-3.3V8.1c0-1 .3-1.7 1.8-1.7h1.7V3.4c-.3 0-1.5-.1-2.8-.1-2.6 0-4.4 1.6-4.4 4.5v2.5H7v3.3h2.8V22h3.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 22v-8.5h2.9l.4-3.3h-3.3V8.1c0-1 .3-1.7 1.8-1.7h1.7V3.4c-.3 0-1.5-.1-2.8-.1-2.6 0-4.4 1.6-4.4 4.5v2.5H7v3.3h2.8V22h3.7Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .action .share-tool .share-x .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-6.8 7.8L23 22h-6.7l-5.3-6.7L5.2 22H2l7.3-8.4L1 2h6.9l4.9 6.2L18.9 2Zm-1.2 18h1.7L7 3.9H5.2L17.7 20Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-6.8 7.8L23 22h-6.7l-5.3-6.7L5.2 22H2l7.3-8.4L1 2h6.9l4.9 6.2L18.9 2Zm-1.2 18h1.7L7 3.9H5.2L17.7 20Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .action .share-tool .share-linkedin .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.94 8.5V22H3V8.5h3.94ZM4.94 2A2.29 2.29 0 1 1 5 6.58 2.29 2.29 0 0 1 4.94 2Zm7.14 6.5v1.84h.06c.58-1.1 2-2.25 4.1-2.25C20.6 8.09 21 11.06 21 14.92V22h-3.94v-6.3c0-1.5-.03-3.43-2.1-3.43-2.1 0-2.42 1.64-2.42 3.32V22H8.6V8.5h3.48Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.94 8.5V22H3V8.5h3.94ZM4.94 2A2.29 2.29 0 1 1 5 6.58 2.29 2.29 0 0 1 4.94 2Zm7.14 6.5v1.84h.06c.58-1.1 2-2.25 4.1-2.25C20.6 8.09 21 11.06 21 14.92V22h-3.94v-6.3c0-1.5-.03-3.43-2.1-3.43-2.1 0-2.42 1.64-2.42 3.32V22H8.6V8.5h3.48Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .action .share-tool .share-email .share-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4.2-8 5.1-8-5.1V6l8 5 8-5v2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4.2-8 5.1-8-5.1V6l8 5 8-5v2.2Z'/%3E%3C/svg%3E");
}
.detail-visual-nav .visual-card {
  position: relative;
  width: 380px;
  height: 128px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.detail-visual-nav .visual-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.28);
}

.detail-visual-nav .visual-card .label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.detail-visual-nav .visual-unit {
  background-image: url(../skin/detail/img1.png);
}

.detail-visual-nav .visual-map {
  background-image: url(../skin/detail/map.png);
}

.detail-visual-nav .visual-card.active {
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.detail-main {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding-top: 20px;
}

.detail-main .main-left {
  flex: 1;
  min-width: 0;
}

.detail-main .main-right {
  width: 380px;
  flex: none;
  position: sticky;
  top: 108px;
  align-self: flex-start;
}

.spec-panel {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dde2ea;
  border-bottom: 0;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.spec-panel .spec-item {
  display: flex;
  align-items: center;
  width: 25%;
  min-height: 96px;
  padding: 0 28px;
  border-right: 1px solid #dde2ea;
  border-bottom: 1px solid #dde2ea;
  box-sizing: border-box;
}

.spec-panel .spec-item:nth-child(4n) {
  border-right: none;
}

.spec-panel .spec-item .icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.spec-panel .spec-item .icon img {
  max-width: 28px;
  max-height: 28px;
}

.spec-panel .spec-item .text {
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.content-section {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #ece8f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.content-section .section-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.content-section .section-text {
  margin-top: 18px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

.detail-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.detail-item,
.project-item {
  padding: 18px;
  border-radius: 18px;
  background: #f8f8fb;
  border: 1px solid #ece8f2;
}

.detail-item span,
.project-item span {
  display: block;
  color: #6b7280;
  font-size: 13px;
}

.detail-item strong,
.project-item strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.facility-list .facility {
  padding: 12px 16px;
  border-radius: 999px;
  background: #f6f2fa;
  color: #7013aa;
  font-size: 14px;
  font-weight: 700;
}

.location-panel {
  margin-top: 22px;
}

.location-panel .location-copy {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
}

.location-panel .location-map {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ece8f2;
}

.location-panel .location-map img {
  width: 100%;
  display: block;
}

.inquiry-card,
.why-card {
  padding: 28px;
  border: 1px solid #ece8f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.why-card {
  margin-top: 20px;
}

.inquiry-card .inquiry-price {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
}

.inquiry-card .inquiry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.inquiry-card .inquiry-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f7fb;
  border: 1px solid #ece8f2;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}

.agent-box {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #ece8f2;
  border-radius: 8px;
  background: #f8f8fb;
}

.agent-box .agent-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  object-fit: cover;
}

.agent-box .agent-name {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.agent-box .agent-rating,
.agent-box .agent-company,
.agent-box .agent-desc {
  margin-top: 10px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.agent-box .agent-rating img,
.agent-box .agent-company img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.inquiry-actions {
  margin-top: 22px;
}

.inquiry-actions .btn {
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.inquiry-actions .btn img {
  margin-left: 10px;
}

.inquiry-actions .btn.primary {
  background: linear-gradient(135deg, #7013aa, #52107d);
  color: #fff;
}

.inquiry-actions .btn.secondary {
  border: 1px solid #ece8f2;
  background: #fff;
  color: #111827;
}

.why-card .why-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.why-card .why-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ece8f2;
}

.why-card .why-item:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.why-card .why-item strong {
  display: block;
  font-size: 16px;
  color: #111827;
}

.why-card .why-item span {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.agent-contact-card {
  padding: 28px;
  border: 1px solid #ece8f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.contact-head {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mini-avatar img {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  object-fit: cover;
}

.contact-head .copy {
  min-width: 0;
}

.contact-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.contact-name-row .name {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.verify-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background: #3f7ff0;
  color: transparent;
  font-size: 0;
  line-height: 1;
  position: relative;
  flex: 0 0 18px;
  overflow: hidden;
  vertical-align: middle;
}

.verify-badge::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(0, -1px);
}

.agent-contact-card .meta {
  margin-top: 8px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.contact-methods {
  margin-top: 22px;
  padding: 20px 0;
  border-top: 1px solid #ece8f2;
  border-bottom: 1px solid #ece8f2;
}

.contact-methods .line {
  display: block;
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
}

.contact-methods .line + .line {
  margin-top: 10px;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
}

.contact-actions a {
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.contact-actions .primary {
  background: linear-gradient(135deg, #7013aa, #52107d);
  color: #fff;
}

.contact-actions .ghost {
  border: 1px solid #ece8f2;
  background: #fff;
  color: #111827;
}

.contact-form {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #ece8f2;
}

.contact-form .field + .field {
  margin-top: 14px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 118px;
  padding: 14px;
  resize: vertical;
}

.contact-form .submit-btn {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #7013aa, #52107d);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.detail-contact-card .detail-contact-price {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
}

.detail-contact-card .detail-contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 22px;
}

.detail-contact-card .detail-contact-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f7fb;
  border: 1px solid #ece8f2;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}

@media (max-width: 768px) {
  .detail-gallery .gallery-panel {
    width: 94vw;
    padding: 18px;
    border-radius: 18px;
  }

  .detail-gallery .gallery-main img {
    max-height: 48vh;
  }

  .detail-hero,
  .detail-main {
    display: block;
  }

  .detail-visual-nav {
    display: block;
  }

  .detail-visual-nav .visual-nav-left {
    display: flex;
    gap: 14px;
  }

  .detail-visual-nav .visual-nav-right {
    margin-left: 0;
    margin-top: 14px;
  }

  .detail-visual-nav .visual-card {
    width: auto;
    height: 96px;
    flex: 1 1 0;
  }

  .detail-visual-nav .visual-card .label {
    font-size: 18px;
  }

  .detail-hero .hero-title {
    font-size: 24px;
  }

  .detail-hero .hero-heading {
    gap: 10px;
  }

  .detail-hero .hero-price {
    font-size: 28px;
  }

  .detail-hero .hero-actions {
    margin-top: 18px;
  }

  .detail-main .main-right {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .content-section {
    padding: 20px;
    border-radius: 18px;
  }

  .content-section .section-title {
    font-size: 24px;
  }

  .detail-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .spec-panel {
    border-radius: 18px;
  }

  .spec-panel .spec-item {
    width: 50%;
    min-height: 76px;
    padding: 0 16px;
  }

  .spec-panel .spec-item:nth-child(4n) {
    border-right: 1px solid #dde2ea;
  }

  .spec-panel .spec-item:nth-child(2n) {
    border-right: none;
  }

  .spec-panel .spec-item .text {
    font-size: 14px;
  }

  .facility-list {
    gap: 10px;
  }
}

@supports not (display: flex) {
  .detail-hero .hero-meta,
  .detail-visual-nav,
  .detail-visual-nav .visual-nav-left,
  .detail-visual-nav .visual-nav-right,
  .detail-main,
  .spec-panel {
    display: block;
  }

  .detail-visual-nav .visual-card,
  .detail-main .main-right,
  .spec-panel .spec-item {
    width: 100%;
  }

  .detail-visual-nav .visual-card {
    margin-bottom: 14px;
  }

  .detail-visual-nav .action {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }

  .spec-panel .spec-item {
    border-right: none;
  }
}

.list2-block2 {
  padding-bottom: 40px;
}

.list2-block2 .eyebrow {
  display: inline-block;
  background: #f1e7f8;
  color: #7013aa;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(112, 19, 170, 0.08);
  color: var(--brand-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.list2-block2 .row-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -10px;
}

.list2-block2 .row-tags .tag {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f3f5f9;
  color: #465066;
  font-size: 14px;
  text-transform: lowercase;
}

.list2-block2 .row-tags .tag.active,
.list2-block2 .row-tags .tag:hover {
  background: #111827;
  color: #fff;
}

.list2-block2 .row2 {
  align-items: center;
  padding: 18px 0 8px;
  border-bottom: 1px solid #e7e9f0;
}

.list2-block2 .row2 .col2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list2-block2 .result-tools {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.list2-block2 .result-tools .tool {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f5f9;
  color: #5d6475;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.list2-block2 .result-tools .tool.active {
  background: rgba(112, 19, 170, 0.12);
  color: var(--brand-color);
}

.list2-block2 .row3 {
  display: block;
  padding-top: 24px;
}

.list2-block2 .row3 .col1 {
  float: left;
  width: 100%;
  max-width: calc(100% - 390px);
}

.list2-block2 .row3 .col2 {
  float: right;
  width: 360px;
  margin-left: 0;
  position: relative;
  top: auto;
}

.list2-block2 .row3:after {
  content: "";
  display: block;
  clear: both;
}

.card2 {
  display: flex;
  position: relative;
  border: 1px solid #e7e9f0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.card2 + .card2 {
  margin-top: 24px;
}

.card2 .pic-box {
  width: 360px;
  max-width: 360px;
  min-height: 280px;
  flex: 0 0 360px;
}

.card2 .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card2 .r-box {
  background: #fff;
  border: none;
  display: block;
  padding: 22px 24px 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.card2 .badge-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  margin-left: -8px;
}

.card2 .badge {
  margin-left: 8px;
  margin-bottom: 8px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #556070;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.card2 .badge.confirm {
  background: #e6f7ee;
  color: #14804a;
}

.card2 .badge.deal {
  background: #fff1dd;
  color: #a85a00;
}

.card2 .badge.verified {
  background: #e8f0ff;
  color: #2755c3;
}

.card2:hover .card-foot .cta {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(112, 19, 170, 0.24);
}

.card2 .r2 {
  height: auto;
  line-height: 1.3;
  padding: 0;
  font-size: 28px;
  font-weight: 800;
}

.card2 .location {
  margin-top: 8px;
  color: #6b7280;
  font-size: 15px;
}

.card2 .r4 {
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 16px;
}

.card2 .r4 .c1 {
  margin-right: 14px;
  height: auto;
  line-height: 1;
  font-size: 32px;
  color: #111827;
}

.card2 .r4 .c2.old {
  width: auto;
  height: auto;
  background: none;
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 15px;
}

.card2 .price-note {
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.card2 .r3 {
  height: auto;
  line-height: 1.4;
  margin-top: 18px;
  padding: 14px 0;
  justify-content: flex-start;
  border-top: 1px solid #eceff5;
  border-bottom: 1px solid #eceff5;
}

.card2 .r3 .c1 {
  margin-right: 26px;
}

.card2 .info-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  color: #6b7280;
  font-size: 14px;
  margin-left: -18px;
}

.card2 .info-row span {
  margin-left: 18px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}

.card2 .info-row span img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.card2 .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.card2 .card-foot .update {
  color: #6b7280;
  font-size: 14px;
  margin-right: 16px;
}

.card2 .card-foot .cta {
  min-width: 132px;
  height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-color), var(--brand-color-dark));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list2-block2 .map-panel {
  border: 1px solid #e7e9f0;
  border-radius: 24px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.list2-block2 .map-panel .cate {
  padding-bottom: 18px;
  font-size: 22px;
}

.list2-block2 .map-box {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
}

.list2-block2 .map-box img {
  width: 100%;
  height: auto;
}

.list2-block2 .map-box .map-float {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #7013aa;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.list2-block2 .mini-list {
  margin-top: 18px;
  display: block;
}

.list2-block2 .mini-item {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f8fb;
  margin-bottom: 12px;
}

.list2-block2 .mini-item .name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.list2-block2 .mini-item .meta {
  margin-top: 6px;
  color: #6b7280;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .list2-block2 .row-tags {
    margin-top: 18px;
  }

  .list2-block2 .row-tags .tag {
    padding: 8px 12px;
    font-size: 12px;
  }

  .list2-block2 .row2 {
    padding-top: 14px;
  }

  .list2-block2 .row2 .col2 {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .list2-block2 .row3 .col2 {
    float: none;
    width: 100%;
    position: static;
    margin-left: 0;
  }

  .list2-block2 .row3 .col1 {
    float: none;
    max-width: none;
  }

  .card2 {
    display: block;
    border-radius: 8px;
  }

  .card2 .pic-box {
    width: 100%;
    min-height: 0;
    flex: none;
    max-width: none;
  }

  .card2 .r-box {
    padding: 18px 18px 16px;
  }

  .card2 .r2 {
    font-size: 22px;
  }

  .card2 .r4 .c1 {
    font-size: 26px;
  }

  .card2 .card-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .card2 .card-foot .cta {
    width: 100%;
  }
}

@supports not (display: inline-flex) {
  .list2-block2 .eyebrow,
  .card2 .badge,
  .card2 .info-row span,
  .card2 .card-foot .cta {
    display: inline-block;
  }
}

@supports not (display: flex) {
  .list2-block2 .row-tags,
  .list2-block2 .result-tools,
  .card2 .badge-row,
  .card2 .info-row,
  .card2 .card-foot {
    display: block;
  }

  .card2 {
    display: block;
  }

  .card2 .pic-box,
  .card2 .r-box,
  .list2-block2 .row3 .col1,
  .list2-block2 .row3 .col2 {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header .row1 .col1 .nation:hover .r2,
  .wap-menu .menu .r2 .c1:hover .txt2,
  .wap-menu .menu .r3 .c1:hover .txt2,
  .list2-block2 .row2 .col1 .col1-1 .c2:hover .txt2 {
    display: block;
  }
}

@supports not (position: sticky) {
  .header {
    position: relative;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .card .pic-box,
  .card2 .pic-box {
    height: 0;
    position: relative;
  }

  .card .pic-box {
    padding-top: 77.56%;
  }

  .card2 .pic-box {
    padding-top: 72.92%;
  }

  .card .pic-box .pic,
  .card2 .pic-box img,
  .card .pic-box .btnG,
  .card .pic-box .dots {
    position: absolute;
    inset: 0;
  }

  .card .pic-box .pic img,
  .card2 .pic-box img {
    height: 100%;
    object-fit: cover;
  }

  .card .pic-box .dots {
    top: auto;
    bottom: 10px;
    height: 10px;
  }

  .card .pic-box .btnG {
    top: 45%;
    bottom: auto;
    height: 30px;
  }
}

.user.agent-layout {
  display: block;
  padding: 0 0 72px;
}

.agent-hero,
.agent-main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.agent-hero {
  margin-top: -120px;
}

.agent-hero-main {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 28px;
  padding: 32px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.agent-hero-side {
  width: 320px;
  flex: none;
}

.share-card,
.agent-operates,
.agent-about,
.agent-contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  padding: 32px;
}

.agent-contact-card { width: 300px; margin: auto;}
.agent-avatar {
  position: relative;
  width: 148px;
  height: 148px;
  flex: none;
}

.agent-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.agent-avatar .check {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #58c27d url(../skin/user/check.png) no-repeat center center;
  box-shadow: 0 10px 18px rgba(88, 194, 125, 0.28);
}

.agent-profile-copy {
  flex: 1;
  min-width: 0;
}

.agent-badge {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(112, 19, 170, 0.1);
  color: #7013aa;
  font-size: 13px;
  font-weight: 700;
}

.agent-name {
  margin: 14px 0 8px;
  font-size: 34px;
  line-height: 1.2;
  color: #111827;
}

.agent-role {
  font-size: 17px;
  color: #4b5563;
}

.agent-company {
  margin-top: 6px;
  font-size: 17px;
  color: #111827;
  font-weight: 600;
}

.agent-rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  color: #6b7280;
}

.agent-rating .score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.agent-rating .score img {
  width: 18px;
  height: 18px;
}

.agent-intro {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.85;
  color: #4b5563;
}

.agent-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.agent-stats .item {
  padding: 18px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  text-align: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.agent-stats .item .txt1 {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
}

.agent-stats .item .txt2 {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}

.agent-operates,
.agent-about {
  margin-top: 26px;
}

.agent-main {
  margin-top: 26px;
}

.user.agent-layout .user-left {
  flex: 1;
  min-width: 0;
  width: auto;
  margin-right: 0;
}

.user.agent-layout .user-right {
  width: 360px;
  flex: none;
  padding-top: 0;
}

.share-card .title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.share-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.share-links a,
.hero-socials a {
  font-size: 14px;
  color: #4b5563;
}

.hero-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 18px;
  border-radius: 999px;
  background: #7013aa;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(112, 19, 170, 0.18);
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eceff4;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.section-head .cate {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
}

.section-head .sub {
  font-size: 14px;
  color: #6b7280;
}

.operate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.operate-item {
  padding: 20px 18px;
  border-radius: 8px;
  background: #faf7fc;
  border: 1px solid #efe5f6;
}

.operate-item strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #7013aa;
}

.operate-item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.operate-note {
  margin-top: 18px;
  font-size: 14px;
  color: #6b7280;
}

.about-card {
  padding: 28px;
  border-radius: 24px;
  background: #f8fafc;
}

.about-card p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
}

.about-card p:last-of-type {
  margin-bottom: 0;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.about-points .point {
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  color: #374151;
}

.agent-contact-card {
  position: sticky;
  top: 24px;
  padding: 28px;
}

.contact-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-head .mini-avatar {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  overflow: hidden;
  flex: none;
}

.contact-head .mini-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-head .copy .name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.contact-head .copy .meta {
  margin-top: 6px;
  font-size: 14px;
  color: #6b7280;
}

.contact-methods {
  padding: 18px 0;
  margin-top: 22px;
  border-top: 1px solid #eceff4;
  border-bottom: 1px solid #eceff4;
}

.contact-methods .line {
  display: block;
  font-size: 15px;
  color: #374151;
}

.contact-methods .line + .line {
  margin-top: 10px;
}

.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.contact-actions a {
  flex: 1;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.contact-actions .primary {
  background: #7013aa;
  color: #fff;
}

.contact-actions .ghost {
  border: 1px solid #d1d5db;
  color: #374151;
  background: #fff;
}

.contact-form {
  margin-top: 22px;
}

.contact-form .field + .field {
  margin-top: 14px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dbe1ea;
  border-radius: 16px;
  background: #fff;
  padding: 0 16px;
  font-size: 14px;
  color: #111827;
  box-sizing: border-box;
}

.contact-form input,
.contact-form select {
  height: 48px;
}

.contact-form textarea {
  height: 116px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.contact-form .submit-btn {
  width: 100%;
  height: 52px;
  margin-top: 18px;
  border: none;
  border-radius: 999px;
  background: #7013aa;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(112, 19, 170, 0.18);
}

@media (max-width: 991px) {
  .user.agent-layout {
    padding-bottom: 48px;
  }

  .agent-hero,
  .agent-main,
  .agent-hero-main {
    display: block;
  }

  .agent-hero {
    margin-top: -90px;
  }

  .agent-hero-side,
  .user.agent-layout .user-left,
  .user.agent-layout .user-right {
    width: 100%;
  }

  .agent-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
  }

  .agent-profile-copy {
    text-align: center;
  }

  .agent-name {
    font-size: 28px;
  }

  .agent-role {
    font-size: 15px;
  }

  .agent-rating,
  .hero-socials {
    justify-content: center;
  }

  .agent-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    display: block;
  }

  .section-head .cate {
    font-size: 26px;
  }

  .section-head .sub {
    margin-top: 6px;
  }

  .operate-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .share-card,
  .agent-operates,
  .agent-about,
  .agent-contact-card,
  .agent-hero-main {
    padding: 24px;
  }

  .agent-hero-side {
    margin-top: 20px;
  }

  .agent-contact-card {
    position: static;
    margin-top: 24px;
    padding: 24px;
  }
}

.ind-block1,
.list-block1 {
  position: relative;
  z-index: 20;
}

.ind-block1 .row2,
.list-block1 .row2 {
  position: relative;
  z-index: 40;
}

.ind-block1 .row2 .search,
.list-block1 .row2 .search {
  position: relative;
  z-index: 600;
}

.ind-block1 .row2 .search-res,
.list-block1 .row2 .search-res {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 500;
}

.ind-block1 .row2 .search-res .scroll,
.list-block1 .row2 .search-res .scroll {
  max-height: 372px;
  height: auto;
  padding-right: 0;
}

.ind-block1 .row2 .search-res .item,
.list-block1 .row2 .search-res .item {
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ind-block1 .row2 .search-res .item:first-child,
.list-block1 .row2 .search-res .item:first-child {
  border-top: 0;
}

.ind-block1 .row2 .search-res .item .col1,
.list-block1 .row2 .search-res .item .col1 {
  flex: 1;
  min-width: 0;
}

.ind-block1 .row2 .search-res .item .col1 .ico,
.list-block1 .row2 .search-res .item .col1 .ico {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  margin-right: 12px;
  background-size: 22px 22px;
}

.ind-block1 .row2 .search-res .item .col1 .txt,
.list-block1 .row2 .search-res .item .col1 .txt {
  min-width: 0;
}

.ind-block1 .row2 .search-res .item .col1 .txt .txt1,
.list-block1 .row2 .search-res .item .col1 .txt .txt1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.ind-block1 .row2 .search-res .item .col1 .txt .txt2,
.list-block1 .row2 .search-res .item .col1 .txt .txt2 {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

.ind-block1 .row2 .search-res .item .col2,
.list-block1 .row2 .search-res .item .col2 {
  flex: 0 0 auto;
}

.ind-block1 .row2 .search-res .item .col2 .btn,
.list-block1 .row2 .search-res .item .col2 .btn {
  width: auto;
  min-width: 68px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(47, 116, 234, 0.14);
  border-radius: 999px;
  background: rgba(47, 116, 234, 0.06);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.ind-block1 .row2 .search-res mark,
.list-block1 .row2 .search-res mark {
  color: #1d4ed8;
  background: rgba(47, 116, 234, 0.1);
  border-radius: 6px;
  padding: 0 2px;
}

@media screen and (max-width:1000px) {
  .ind-block1 .row2 .search-res,
  .list-block1 .row2 .search-res {
    top: calc(100% + 8px);
    border-radius: 16px;
  }

  .ind-block1 .row2 .search-res .scroll,
  .list-block1 .row2 .search-res .scroll {
    max-height: 260px;
  }

  .ind-block1 .row2 .search-res .item,
  .list-block1 .row2 .search-res .item {
    gap: 10px;
    padding: 12px;
  }

  .ind-block1 .row2 .search-res .item .col1 .txt .txt1,
  .list-block1 .row2 .search-res .item .col1 .txt .txt1 {
    font-size: 14px;
  }

  .ind-block1 .row2 .search-res .item .col1 .txt .txt2,
  .list-block1 .row2 .search-res .item .col1 .txt .txt2 {
    font-size: 12px;
  }

  .ind-block1 .row2 .search-res .item .col2 .btn,
  .list-block1 .row2 .search-res .item .col2 .btn {
    min-width: 56px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.masked-phone span {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.6;
}

.masked-phone-inline,
.masked-phone-link {
  color: inherit;
}

.header .row1 .col3 .c5 {
  min-width: 90px;
  height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.header .row1 .col3 .c5 a,
.header .row1 .col3 a .c5 {
  color: #fff !important;
  font-weight: 700 !important;
}

.sale-block-bg {
  background: #ffffff;
}

.sale-block-bg .ind-block3 {
  padding-top: 60px;
  padding-bottom: 18px;
}

.ind-block1 .row2 .search,
.list-block1 .row2 .search {
  border-radius: 8px;
  overflow: visible;
}

.ind-block1 .row2 .search .col1,
.list-block1 .row2 .search .col1 {
  border-radius: 8px 0 0 8px;
  overflow: visible;
}

.ind-block1 .row2 .search .col1 input,
.list-block1 .row2 .search .col1 input {
  border-radius: 8px 0 0 8px;
}

.ind-block1 .row2 .search .col1 .select .r1,
.list-block1 .row2 .search .col1 .select .r1 {
  border-radius: 6px;
}

.ind-block1 .row2 .search .btn,
.list-block1 .row2 .search .btn {
  border-radius: 0 8px 8px 0;
  font-weight: 700;
}

@media screen and (max-width:1000px) {
  .ind-block1 .row2 .search,
  .list-block1 .row2 .search {
    border-radius: 6px;
  }

  .ind-block1 .row2 .search .col1,
  .list-block1 .row2 .search .col1,
  .ind-block1 .row2 .search .col1 input,
  .list-block1 .row2 .search .col1 input {
    border-radius: 6px 6px 0 0;
  }

  .ind-block1 .row2 .search .btn,
  .list-block1 .row2 .search .btn {
    border-radius: 0 0 6px 6px;
  }
}

/* Homepage soft-corner preview */
.ind-block1 .row2 .search,
.ind-block1 .row2 .search .col1,
.ind-block1 .row2 .search .col1 input,
.ind-block1 .row2 .search .btn,
.ind-block1 .row2 .search-res,
.ind-block2 .row1 .item,
.ind-block3 .card,
.ind-block4 .row1 .col1,
.ind-block4 .row1 .col2,
.ind-block4 .row1 .col1 .tab-tit .item,
.ind-block4 .row1 .col2 .item,
.ind-block5 .row2 .item,
.sale-block-bg .ind-block3 {
  border-radius: 5px !important;
}

.ind-block1 .row2 .search-res mark {
  border-radius: 3px !important;
}

.ind-block3 .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e8ee;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.ind-block3 .card .pic-box {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px 18px 0 0 !important;
  background: #f4f4f7;
}

.ind-block3 .card .pic-box .pic,
.ind-block3 .card .pic-box .pic img {
  width: 100%;
  height: 100%;
}

.ind-block3 .card .pic-box .pic img {
  object-fit: cover;
}

.ind-block3 .card .pic-box .btnG {
  inset: 0;
}

.ind-block3 .card .pic-box .dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 4;
}

.ind-block3 .card .pic-box .dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.ind-block3 .card .pic-box .dots span.active {
  width: 22px;
  background: #fff;
}

.ind-block3 .card .pic-box .card-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  padding: 0 10px;
  border-radius: 7px;
  background: rgba(17, 24, 39, 0.86);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ind-block3 .card .pic-box .card-badge .icon {
  font-size: 13px;
  line-height: 1;
}

.ind-block3 .card .r-box {
  padding: 12px 14px 12px;
  border-radius: 0 0 18px 18px !important;
}

.ind-block3 .card .r2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.24;
  color: #111827;
  min-height: 30px;
}

.ind-block3 .card .card-location {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
  min-height: 18px;
}

.ind-block3 .card .r4 {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.ind-block3 .card .r4 .c1 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.ind-block3 .card .r4 .c1::after {
  content: '/月';
  margin-left: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.ind-block3 .card .r3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  min-height: 18px;
}

.ind-block3 .card .r3:empty {
  display: none;
}

.ind-block3 .card .r3 .c1,
.ind-block3 .card .r3 .c2,
.ind-block3 .card .r3 .c3 {
  display: inline-flex;
  align-items: center;
  height: auto;
  margin: 0;
  color: #5b606e;
  font-size: 12px;
  font-weight: 600;
}

.ind-block3 .card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ind-block3 .card .card-tags:empty {
  display: none;
}

.ind-block3 .card .card-tags span {
  padding: 4px 8px;
  border-radius: 7px;
  border: 1px solid rgba(112, 19, 170, 0.55);
  color: var(--brand-color);
  background: rgba(112, 19, 170, 0.04);
  font-size: 12px;
  font-weight: 700;
}

.ind-block3 .card .card-year {
  padding: 4px 8px;
  border-radius: 7px;
  border: 1px solid rgba(112, 19, 170, 0.55);
  color: var(--brand-color);
  background: rgba(112, 19, 170, 0.04);
  font-size: 12px;
  font-weight: 700;
}

.ind-block3 .card .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.ind-block3 .card .card-foot .update {
  color: #8a8f9c;
  font-size: 12px;
  white-space: nowrap;
}

.ind-block3 .card .card-foot .update .clock {
  margin-right: 5px;
}

.ind-block3 .card .card-foot .host {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.agent-listings-grid .card,
.user .block2 .tab-con .card,
.favorite-list .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e8ee;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.agent-listings-grid .card .pic-box,
.user .block2 .tab-con .card .pic-box,
.favorite-list .card .pic-box {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px 18px 0 0 !important;
  background: #f4f4f7;
}

.agent-listings-grid .card .pic-box .pic,
.agent-listings-grid .card .pic-box .pic img,
.user .block2 .tab-con .card .pic-box .pic,
.user .block2 .tab-con .card .pic-box .pic img,
.favorite-list .card .pic-box .pic,
.favorite-list .card .pic-box .pic img {
  width: 100%;
  height: 100%;
}

.agent-listings-grid .card .pic-box .pic img,
.user .block2 .tab-con .card .pic-box .pic img,
.favorite-list .card .pic-box .pic img {
  object-fit: cover;
}

.agent-listings-grid .card .pic-box .btnG,
.user .block2 .tab-con .card .pic-box .btnG,
.favorite-list .card .pic-box .btnG {
  inset: 0;
}

.agent-listings-grid .card .pic-box .dots,
.user .block2 .tab-con .card .pic-box .dots,
.favorite-list .card .pic-box .dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 4;
}

.agent-listings-grid .card .pic-box .dots span,
.user .block2 .tab-con .card .pic-box .dots span,
.favorite-list .card .pic-box .dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.agent-listings-grid .card .pic-box .dots span.active,
.user .block2 .tab-con .card .pic-box .dots span.active,
.favorite-list .card .pic-box .dots span.active {
  width: 22px;
  background: #fff;
}

.agent-listings-grid .card .pic-box .card-badge,
.user .block2 .tab-con .card .pic-box .card-badge,
.favorite-list .card .pic-box .card-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  padding: 0 10px;
  border-radius: 7px;
  background: rgba(17, 24, 39, 0.86);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.agent-listings-grid .card .r-box,
.user .block2 .tab-con .card .r-box,
.favorite-list .card .r-box {
  padding: 12px 14px 12px;
  border-radius: 0 0 18px 18px !important;
  background: #fff;
}

.agent-listings-grid .card .r2,
.user .block2 .tab-con .card .r2,
.favorite-list .card .r2 {
  height: auto;
  min-height: 30px;
  padding: 0;
  border: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.24;
}

.agent-listings-grid .card .card-location,
.user .block2 .tab-con .card .card-location,
.favorite-list .card .card-location {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
  min-height: 18px;
}

.agent-listings-grid .card .r4,
.user .block2 .tab-con .card .r4,
.favorite-list .card .r4 {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.agent-listings-grid .card .r4 .c1,
.user .block2 .tab-con .card .r4 .c1,
.favorite-list .card .r4 .c1 {
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

.agent-listings-grid .card .r4 .c1::after,
.user .block2 .tab-con .card .r4 .c1::after,
.favorite-list .card .r4 .c1::after {
  content: '/月';
  margin-left: 2px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.agent-listings-grid .card .r3,
.user .block2 .tab-con .card .r3,
.favorite-list .card .r3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  min-height: 18px;
  margin-top: 8px;
  padding: 0;
  border: 0;
}

.agent-listings-grid .card .r3:empty,
.user .block2 .tab-con .card .r3:empty,
.favorite-list .card .r3:empty {
  display: none;
}

.agent-listings-grid .card .r3 .c1,
.agent-listings-grid .card .r3 .c2,
.agent-listings-grid .card .r3 .c3,
.user .block2 .tab-con .card .r3 .c1,
.user .block2 .tab-con .card .r3 .c2,
.user .block2 .tab-con .card .r3 .c3,
.favorite-list .card .r3 .c1,
.favorite-list .card .r3 .c2,
.favorite-list .card .r3 .c3 {
  display: inline-flex;
  align-items: center;
  height: auto;
  margin: 0;
  color: #5b606e;
  font-size: 12px;
  font-weight: 600;
}

.agent-listings-grid .card .card-tags,
.user .block2 .tab-con .card .card-tags,
.favorite-list .card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.agent-listings-grid .card .card-tags:empty,
.user .block2 .tab-con .card .card-tags:empty,
.favorite-list .card .card-tags:empty {
  display: none;
}

.agent-listings-grid .card .card-tags span,
.agent-listings-grid .card .card-year,
.user .block2 .tab-con .card .card-tags span,
.user .block2 .tab-con .card .card-year,
.favorite-list .card .card-tags span,
.favorite-list .card .card-year {
  padding: 4px 8px;
  border-radius: 7px;
  border: 1px solid rgba(112, 19, 170, 0.55);
  color: var(--brand-color);
  background: rgba(112, 19, 170, 0.04);
  font-size: 12px;
  font-weight: 700;
}

.agent-listings-grid .card .card-foot,
.user .block2 .tab-con .card .card-foot,
.favorite-list .card .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.agent-listings-grid .card .card-foot .update,
.user .block2 .tab-con .card .card-foot .update,
.favorite-list .card .card-foot .update {
  color: #8a8f9c;
  font-size: 12px;
  white-space: nowrap;
}

.agent-listings-grid .card .card-foot .host,
.user .block2 .tab-con .card .card-foot .host,
.favorite-list .card .card-foot .host {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

/* Global subtle corners */
.detail-gallery .gallery-panel,
.detail-gallery .gallery-main img,
.detail-visual-nav .visual-card,
.card .r-box,
.card2 .r-box,
.agent-contact-card,
.detail-contact-card,
.profile-main-card,
.profile-side-card,
.list2-block2 .row2 .col1,
.list2-block2 .row2 .col2,
.list-block1 .row4 .item,
.list-block1 .row4 .item .r1,
.list-block1 .row4 .item .r2,
.footer .row3,
.footer .row5 {
  border-radius: 5px !important;
}


.header .row1 .col3 .c5,
.header .row1 .col3 .c6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
}



.detail .detail-hero,
.detail .block1,
.detail .detail-visual-nav .visual-card,
.detail .detail-main,
.detail .spec-panel,
.detail .content-section,
.detail .detail-item,
.detail .project-item,
.detail .location-panel,
.detail .agent-contact-card,
.detail .detail-contact-card {
  border-radius: 5px !important;
}

.detail .block1 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 250px);
  gap: 10px;
  overflow: hidden;
  border-radius: 12px !important;
  margin-bottom: 24px;
  position: relative;
}

.detail .block1 .item {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}

.detail .block1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.detail .block1 .item:hover img {
  transform: scale(1.05);
}

.detail .block1 .item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.detail .block1 .item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.detail .block1 .item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.detail .block1 .item:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.detail .block1 .item:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.detail .block1 .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  color: #111;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-decoration: none;
}
.detail .location-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 0 !important;
}


.location-tabs{
      display: -webkit-box;
    overflow: auto;
    padding: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.location-tabs .item{
  font-size: 16px;
    padding: 5px 15px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #fff;
}
.location-tabs .item.active {
  border: 1px solid #7013aa;
    color: #7013aa;
    border-radius: 100px;
    
}
.location-content.active { display: block;}
.location-content{
  max-height: 240px;
    overflow: auto;
    display: none;
}
.location-content .item{
  display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    
}
.location-content .item .item-col1{}
.location-content .item .item-col1 .txt1{
      font-size: 14px;
    font-weight: bold;
}
.location-content .item .item-col1 .txt2{font-size: 12px;
    opacity: 0.5;}
.location-content .item .item-col2{
  
}
.location-content .item .item-col2 .txt1{}

.location-content .item.active { background: #f5f5f5;}




.header .row1 .col3 .c2 {
  position: relative;
}

.header .row1 .col3 .c2 .favorite-count-badge {
  position: absolute;
  top: 18px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #7013aa;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(112, 19, 170, 0.22);
}

@media (max-width: 1000px) {
  .header .row1 .col3 .c2 .favorite-count-badge {
    top: 9px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}

.header .row1 .col2 .nav a,
.header .row2 .r1 a {
  font-weight: 700;
}


/* Ensure secondary web nav is visible across inner pages */
.header .row2 {
  display: block !important;
  background: #fff;
  }

.header .row2 .r1 {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
}

.header .row2 .r1 a {
  display: inline-flex;
  align-items: center;
  height: 50px;
  color: #222;
  margin-right: 24px;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .header .row2 {
    display: none !important;
  }
}





.ind-block2 .row1 .item {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ind-block2 .row1 .item:hover .txt1,
.ind-block2 .row1 .item:hover .txt2 {
  color: #ffffff;
}

.ind-block2 .row1 .item:nth-child(1):hover {
  background: linear-gradient(135deg, #7b1fd1, #5f0f99);
  border-color: #5f0f99;
}

.ind-block2 .row1 .item:nth-child(2):hover {
  background: #2563eb;
  border-color: #2563eb;
}

.ind-block2 .row1 .item:nth-child(3):hover {
  background: #6b7280;
  border-color: #6b7280;
}

.ind-block2 .row1 .item:nth-child(4):hover {
  background: #0f766e;
  border-color: #0f766e;
}

.ind-block2 .row1 .item:nth-child(5):hover {
  background: #b45309;
  border-color: #b45309;
}

/* 首页房产资讯只显示标题与分类，隐藏日期 */
.ind-block4-bg .ind-block4 .row1 .col1 .tab-content .content-item .item .txt3 {
  display: none !important;
}

.ind-block2 .row1 .item:nth-child(6):hover {
  background: #be185d;
  border-color: #be185d;
}

.list-map-block.active {}
.list-map-block.active .page-block{ width: 60%;} 
.list-map-block.active .map-block {width: 40%; height: calc(100vh - 80px); display: block; }
.list-map-block.active .map-block .agent-contact-card { display: none;}
.list-map-block.active .map-block #g-map-container {display: block;}
.list2-block2 .row3 .col2 { display: block;}
.list-map-block { display: flex; width: 100%; }
.list-map-block .page-block { width: 100%; flex: 6;}
.list-map-block .map-block {  flex: 4; }
#g-map-container {display: none;position: fixed!important; width: 40%; top: 80px;}


/* Unified pagination like rental demand hall */
.pages,
.listing-pagination,
.community-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 22px !important;
  padding-top: 20px !important;
  border-top: 1px solid #d9dde5 !important;
}

.pages a,
.listing-page-btn,
.community-pagination button,
.demand-pages a {
  min-width: 34px !important;
  width: auto !important;
  height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  color: #344054 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

.pages a.prev,
.pages a.next {
  background-image: none !important;
}

.pages a.active,
.pages a:hover,
.listing-page-btn.active,
.listing-page-btn:hover,
.community-pagination button.active,
.community-pagination button:hover,
.demand-pages a.active,
.demand-pages a:hover {
  background: #7013aa !important;
  border-color: #7013aa !important;
  color: #fff !important;
}

.pages a.dot,
.pages a.dot:hover {
  background: #fff !important;
  border-color: #d0d5dd !important;
  color: #667085 !important;
  cursor: default !important;
}

@media screen and (max-width: 1000px) {
  .pages,
  .listing-pagination,
  .community-pagination {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}
input::placeholder { font-size: 14px; }
/* Responsive adaptation layer for tablet and narrow screens */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

@media screen and (min-width: 1001px) and (max-width: 1440px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header .row1 .col2 {
    padding-left: 36px;
  }

  .header .row1 .col2 .nav a {
    margin-right: 24px;
  }

  .header .row1 .col3 > div {
    margin-left: 18px;
  }

  .ind-block1-bg {
    padding-top: 80px;
  }

  .ind-block1 .row1,
  .detail .block3 .block3-left .row1 .txt1 {
    font-size: 38px;
  }

  .ind-block3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ind-block3 .row,
  .list-block2 .row2,
  .user .user-right .block2 .tab-con .con {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ind-block4 .row1 {
    align-items: flex-start;
  }

  .ind-block4 .row1 .col1 .tab-tit .item {
    margin-right: 36px;
  }

  .detail .block3 {
    align-items: flex-start;
  }

  .detail .block3 .block3-left .row2 .r2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
  }

  .detail .block3 .block3-right,
  .user .user-left {
    width: 360px;
  }

  .detail .block4 .row2 .card {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }

  .footer .row4 .col2 {
    margin-left: 64px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .header .row1 {
    height: 72px;
  }

  .header .row1 .col3 .c5,
  .header .row1 .col3 .c6 {
    width: 78px;
  }

  .ind-block4 .row1,
  .detail .block3,
  .user {
    flex-direction: column;
  }

  .ind-block4 .row1 .col1,
  .ind-block4 .row1 .col2,
  .detail .block3 .block3-right,
  .user .user-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ind-block4 .row1 .col2 {
    margin-top: 24px;
  }

  .list-block1 .row2 .search {
    flex-wrap: wrap;
    gap: 12px;
  }

  .list-block1 .row2 .search .col1,
  .list-block1 .row2 .search .btn {
    width: 100%;
    margin-left: 0;
  }

  .list-block1 .row6 {
    flex-direction: column;
  }

  .list-block1 .row6 .col2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .footer .row4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer .row4 .col1 {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer .row5 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1000px) {
  .header,
  .detail-gallery,
  .login-popup {
    max-width: 100vw;
  }

  .footer .row2,
  .list-block1 .row3,
  .detail .block2,
  .user .user-right .block2 .tab-tit {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer .row2 {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .footer .row2 .item,
  .list-block1 .row3 .item {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .ind-block4 .row1,
  .detail .block3,
  .user,
  .list-map-block,
  .footer .row4,
  .footer .row5 {
    flex-direction: column;
  }

  .ind-block4 .row1 .col1,
  .ind-block4 .row1 .col2,
  .detail .block3 .block3-right,
  .user .user-left,
  .list-map-block .page-block,
  .list-map-block .map-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #g-map-container {
    position: relative !important;
    top: auto;
    width: 100%;
  }

  .list-block1 .row2 .search {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .list-block1 .row2 .search .btn,
  .list-block1 .row6 .col2 {
    width: 100%;
    margin-left: 0;
  }

  .list-block1 .row4,
  .list-block1 .row5,
  .list-block1 .row7,
  .detail .block3 .block3-left .row2 .r2,
  .login-popup .login-box {
    box-sizing: border-box;
  }

  .list-block1 .row6,
  .list-block1 .row6 .col1,
  .card2 {
    flex-direction: column;
  }

  .list-block1 .row6 .col1 .col1-1,
  .list-block1 .row6 .col2,
  .card2 .pic-box {
    width: 100%;
    max-width: none;
  }

  .card2 .pic-box {
    border-radius: 10px 10px 0 0;
  }

  .card2 .r-box {
    border-radius: 0 0 10px 10px;
  }

  .list-block2 .row2,
  .user .user-right .block2 .tab-con .con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail .block1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 200px);
  }
  .detail .block1 .item:nth-child(n+3) {
    display: none;
  }
  .detail .block1 .item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .detail .block1 .item:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .detail .block1 .item:nth-child(3) {
    display: block;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .detail .block3 .block3-left .row1 .txt1,
  .detail .block3 .block3-left .row2 .r1,
  .detail .block3 .block3-left .row3 .r1,
  .detail .block4 .row1 .col1,
  .user .user-right .block2 .cate,
  .user .user-right .block3 .cate .col1 {
    font-size: 28px;
  }

  .detail .block3 .block3-left .row1 .txt2,
  .detail .block3 .block3-left .row3 .r2,
  .detail .block3 .block3-left .row2 .r3 {
    font-size: 16px;
    line-height: 1.8;
  }

  .detail .block3 .block3-left .row1 .txt3 {
    font-size: 26px;
  }

  .detail .block3 .block3-left .row2 .r2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    padding: 20px;
  }

  .detail .block4 .row2 .scroll {
    width: 100%;
    margin-left: 0;
    gap: 12px;
  }

  .detail .block4 .row2 .card {
    width: min(320px, calc(50vw - 18px));
    margin: 0;
  }

  .user .user-right .block1 {
    height: auto;
    padding: 24px 20px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .user .user-right .block1 .item {
    width: calc(50% - 10px);
  }

  .footer .row4 .col1 {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer .row4 .col2 {
    margin-left: 0;
  }

  .footer .row5 .foot-right {
    text-align: left;
    white-space: normal;
  }
}

@media screen and (max-width: 640px) {
  .wrapper,
  .ind-block3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header .row1 .col3 .c5,
  .header .row1 .col3 .c6 {
    min-width: 64px;
    width: auto;
    padding: 0 12px;
  }

  .ind-block1 .row2 .search,
  .list-block1 .row2 .search {
    gap: 8px;
  }

  .list-block2 .row2,
  .user .user-right .block2 .tab-con .con,
  .detail .block3 .block3-left .row2 .r2 {
    grid-template-columns: 1fr;
  }
  .detail .block1 {
    grid-template-columns: 1fr;
    grid-template-rows: 250px;
  }
  .detail .block1 .item:nth-child(n+2) {
    display: none;
  }
  .detail .block1 .item:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }

  .detail .block4 .row2 .card,
  .user .user-right .block1 .item {
    width: 100%;
  }

  .login-popup .login-box {
    width: calc(100vw - 24px);
    padding: 32px 20px;
  }

  .login-popup .row8 {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .login-popup .row8 a.btn {
    width: calc(50% - 5px);
    margin: 0;
  }
}
