:root {
  --primary: #6f60aa;
  --primary-dark: #5b4d91;
  --primary-soft: #f2f0f9;
  --ink: #20232a;
  --muted: #747984;
  --line: #e8e9ec;
  --surface: #ffffff;
  --canvas: #f6f7f9;
  --success: #18a76b;
  --shadow: 0 12px 34px rgba(25, 31, 40, 0.08);
}

/* 发布规则与付费服务说明 */
.policy-page {
  background:
    radial-gradient(circle at 8% 24%, rgba(111, 96, 170, 0.08), transparent 23%),
    #f8f6f1;
}

.policy-banner {
  padding: 54px 0 58px;
  color: #fff;
  background: var(--tl-purple-deep);
}

.policy-banner .site-container {
  position: relative;
}

.policy-banner h1 {
  margin: 18px 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
}

.policy-banner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.policy-back {
  display: inline-flex;
  align-items: center;
  color: #d7cee9;
  font-size: 13px;
  font-weight: 700;
}

.policy-back:hover {
  color: #fff;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: start;
  padding-top: 42px;
  padding-bottom: 80px;
}

.policy-card {
  padding: 12px 58px 54px;
  border: 1px solid rgba(48, 39, 71, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(48, 39, 71, 0.07);
}

.policy-intro,
.policy-price {
  margin: 0 -58px 8px;
  padding: 30px 58px;
  border-radius: 24px 24px 0 0;
  background: #eee9f7;
}

.policy-intro > span,
.policy-price > div > span {
  display: block;
  margin-bottom: 6px;
  color: var(--tl-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.policy-intro p,
.policy-price p {
  margin: 0;
  color: #564f62;
}

.policy-price > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.policy-price strong {
  color: var(--tl-purple-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.policy-price strong small {
  margin-right: 3px;
  font-size: 21px;
}

.policy-price p {
  margin-top: 12px;
}

.policy-card section {
  padding: 34px 0;
  border-bottom: 1px solid #ece9ef;
}

.policy-card section h2 {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  color: var(--tl-purple-deep);
  font-size: 21px;
}

.policy-card section h2 span {
  margin-right: 13px;
  color: var(--tl-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.policy-card section p,
.policy-card section ul,
.policy-card section ol {
  margin: 0;
  color: #5e5865;
}

.policy-card section ul,
.policy-card section ol {
  padding-left: 22px;
}

.policy-card section li + li {
  margin-top: 9px;
}

.policy-card section li::marker {
  color: var(--tl-purple);
  font-weight: 800;
}

.policy-note {
  margin-top: 32px;
  padding: 20px 22px;
  border-left: 4px solid var(--tl-purple);
  border-radius: 0 12px 12px 0;
  color: #625b6a;
  background: #f7f4fb;
  font-size: 13px;
}

.policy-aside {
  position: sticky;
  top: 204px;
  overflow: hidden;
  padding: 30px 27px;
  border-radius: 22px 58px 22px 22px;
  color: #fff;
  background: var(--tl-purple);
  box-shadow: 0 18px 45px rgba(74, 60, 122, 0.18);
}

.policy-aside::after {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 130px;
  height: 130px;
  border: 24px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.policy-aside > span {
  color: #d9d0ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.policy-aside strong {
  display: block;
  margin-top: 9px;
  font-size: 21px;
}

.policy-aside p {
  position: relative;
  z-index: 1;
  margin: 12px 0 23px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.policy-aside a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 0 17px;
  border-radius: 20px;
  color: var(--tl-purple-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.policy-aside-paid {
  color: var(--tl-purple-deep);
  background: #f4dea3;
  box-shadow: 0 18px 45px rgba(145, 112, 44, 0.15);
}

.policy-aside-paid > span,
.policy-aside-paid p {
  color: rgba(48, 39, 71, 0.68);
}

@media (max-width: 900px) {
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .policy-banner {
    padding: 36px 0 40px;
  }

  .policy-banner h1 {
    margin-top: 13px;
    font-size: 31px;
  }

  .policy-banner p {
    font-size: 14px;
  }

  .policy-layout {
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 55px;
  }

  .policy-card {
    padding: 5px 23px 34px;
    border-radius: 18px;
  }

  .policy-intro,
  .policy-price {
    margin-right: -23px;
    margin-left: -23px;
    padding: 24px 23px;
    border-radius: 18px 18px 0 0;
  }

  .policy-price > div {
    display: block;
  }

  .policy-price strong {
    display: block;
    margin-top: 8px;
    font-size: 36px;
  }

  .policy-card section {
    padding: 27px 0;
  }

  .policy-card section h2 {
    font-size: 18px;
  }

  .policy-aside {
    border-radius: 18px 44px 18px 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

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

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-size: 15px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.top-strip {
  height: 34px;
  color: #bfc3ca;
  background: #26282d;
  font-size: 13px;
}

.top-strip .site-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-links {
  display: flex;
  align-items: center;
}

.top-links a:hover {
  color: #fff;
}

.main-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-main {
  min-height: 82px;
  display: grid;
  grid-template-columns: 235px minmax(280px, 1fr) auto;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  color: #fff;
  background: linear-gradient(135deg, #8d80c2, var(--primary));
  box-shadow: 0 7px 16px rgba(111, 96, 170, 0.28);
  font-size: 23px;
  font-weight: 800;
}

.brand-name {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.15;
}

.brand-subtitle {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 2px;
}

.site-search {
  height: 44px;
  display: flex;
  border: 2px solid var(--primary);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}

.site-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
}

.site-search button {
  width: 88px;
  border: 0;
  color: #fff;
  background: var(--primary);
  cursor: pointer;
  font-weight: 700;
}

.site-search button:hover {
  background: var(--primary-dark);
}

.primary-button,
.outline-button,
.ghost-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s ease;
}

.primary-button {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 7px 16px rgba(111, 96, 170, 0.2);
}

.primary-button:hover {
  color: #fff;
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.outline-button {
  color: var(--primary);
  border-color: var(--primary);
  background: #fff;
}

.outline-button:hover {
  color: #fff;
  background: var(--primary);
}

.ghost-button {
  color: #50545d;
  border-color: var(--line);
  background: #fff;
}

.main-nav {
  border-top: 1px solid #f0f1f3;
  background: #fff;
}

.nav-inner {
  height: 48px;
  display: flex;
  align-items: stretch;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 19px;
  font-weight: 600;
  color: #494d55;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 0;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: var(--primary);
}

.page-main {
  min-height: 62vh;
}

.hero-section {
  padding: 24px 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 285px 1fr;
}

.category-panel,
.hero-panel {
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.category-panel h2 {
  margin: 0;
  padding: 17px 22px;
  color: #fff;
  background: #34363c;
  font-size: 17px;
}

.category-menu {
  padding: 8px 0;
}

.category-menu a {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 8px 20px;
  border-bottom: 1px solid #f0f1f3;
}

.category-menu a:last-child {
  border-bottom: 0;
}

.category-menu a:hover {
  background: var(--primary-soft);
}

.category-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--primary);
  background: var(--primary-soft);
}

.category-icon svg,
.category-tile .tile-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-menu strong {
  display: block;
  font-size: 16px;
}

.category-menu small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  line-height: 1.35;
}

.menu-arrow {
  color: #b7bac1;
  font-size: 21px;
}

.hero-panel {
  min-height: 336px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  background: linear-gradient(125deg, #f6f4fb 0%, #fff 55%, #f1f8ff 100%);
}

.hero-copy {
  padding: 52px 28px 44px 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: var(--primary);
}

.hero-copy h1 {
  margin: 14px 0 12px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.18;
  letter-spacing: -1.5px;
}

.hero-copy h1 span {
  color: var(--primary);
}

.hero-copy p {
  margin: 0 0 23px;
  color: #656a73;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 300px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-visual::before {
  width: 290px;
  height: 290px;
  background: rgba(255, 119, 73, 0.12);
}

.hero-visual::after {
  width: 208px;
  height: 208px;
  border: 1px dashed rgba(111, 96, 170, 0.35);
}

.floating-card {
  position: relative;
  z-index: 1;
  width: 260px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 50px rgba(43, 52, 67, 0.14);
  transform: rotate(-2deg);
}

.floating-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

.floating-product {
  height: 135px;
  margin: 14px 0 13px;
  overflow: hidden;
  border-radius: 12px;
  background: #eef0f2;
}

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

.floating-card strong {
  display: block;
  font-size: 18px;
}

.floating-price {
  margin-top: 4px;
  color: var(--primary);
  font-size: 25px;
  font-weight: 800;
}

.floating-badge {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 45px;
  padding: 8px 13px;
  border-radius: 20px;
  color: #fff;
  background: var(--success);
  box-shadow: 0 8px 20px rgba(24, 167, 107, 0.25);
  font-size: 13px;
  font-weight: 700;
}

.trust-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(25, 31, 40, 0.05);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  color: #5d6169;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  color: var(--primary);
  font-size: 19px;
}

.content-section {
  padding: 50px 0;
}

.content-section.compact {
  padding-top: 26px;
}

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

.section-heading h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.3;
}

.section-heading p {
  margin: 4px 0 0;
  color: var(--muted);
}

.section-link {
  color: var(--primary);
  font-weight: 700;
}

.category-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.category-tile {
  min-height: 160px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  transition: 0.22s ease;
}

.category-tile:hover {
  border-color: rgba(111, 96, 170, 0.4);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.category-tile .tile-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 13px;
  color: var(--primary);
  background: var(--primary-soft);
}

.category-tile .tile-icon svg {
  width: 28px;
  height: 28px;
}

.category-tile strong {
  display: block;
  font-size: 18px;
}

.category-tile span {
  color: var(--muted);
  font-size: 13px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  transition: 0.22s ease;
}

.listing-card:hover {
  border-color: rgba(111, 96, 170, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.listing-image {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background: #eceef1;
}

.listing-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.35s ease;
}

.listing-card:hover .listing-image img {
  transform: scale(1.045);
}

.listing-label {
  position: absolute;
  left: 11px;
  top: 11px;
  padding: 4px 9px;
  border-radius: 5px;
  color: #fff;
  background: rgba(30, 33, 39, 0.78);
  font-size: 12px;
}

.listing-body {
  padding: 15px 16px 16px;
}

.listing-title {
  height: 46px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.listing-price {
  margin-top: 9px;
  color: var(--primary);
  font-size: 21px;
  font-weight: 800;
}

.listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

.listing-location {
  display: inline-flex;
  align-items: center;
}

.location-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-banner {
  padding: 34px 0;
  color: #fff;
  background: linear-gradient(115deg, #33363d 0%, #454952 62%, #7c6db5 140%);
}

.page-banner h1 {
  margin: 0 0 5px;
  font-size: 29px;
}

.page-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.filter-panel {
  padding: 6px 23px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(25, 31, 40, 0.05);
}

.filter-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-label {
  padding-top: 5px;
  color: #8a8f98;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
}

.filter-option {
  padding: 5px 13px;
  border: 0;
  border-radius: 5px;
  color: #51555d;
  background: transparent;
  cursor: pointer;
}

.filter-option:hover,
.filter-option.active {
  color: var(--primary);
  background: var(--primary-soft);
}

.results-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: start;
  margin-top: 20px;
}

.results-main,
.side-card {
  border-radius: 12px;
  background: #fff;
}

.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.results-toolbar strong {
  font-size: 17px;
}

.result-item {
  display: grid;
  grid-template-columns: 190px 1fr 125px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.result-item:last-child {
  border-bottom: 0;
}

.result-thumb {
  height: 138px;
  border-radius: 9px;
  overflow: hidden;
  background: #eee;
}

.result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.result-item:hover .result-thumb img {
  transform: scale(1.04);
}

.result-title {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 750;
}

.result-title:hover {
  color: var(--primary);
}

.result-description {
  display: -webkit-box;
  overflow: hidden;
  color: #6d727b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}

.tag {
  padding: 3px 8px;
  border-radius: 4px;
  color: #777c85;
  background: #f3f4f6;
  font-size: 12px;
}

.result-price-box {
  text-align: right;
}

.result-price-box strong {
  display: block;
  color: var(--primary);
  font-size: 22px;
}

.result-price-box span {
  color: var(--muted);
  font-size: 12px;
}

.side-card {
  padding: 22px;
  box-shadow: 0 7px 24px rgba(25, 31, 40, 0.05);
}

.side-card h3 {
  margin: 0 0 13px;
  font-size: 18px;
}

.side-card p {
  color: var(--muted);
  font-size: 13px;
}

.side-card .primary-button {
  width: 100%;
  margin-top: 8px;
}

.empty-state {
  padding: 65px 20px;
  text-align: center;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  color: #818690;
  font-size: 13px;
}

.breadcrumb-arrow {
  font-size: 19px;
  line-height: 1;
}

.breadcrumb a:hover {
  color: var(--primary);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  padding-bottom: 55px;
}

.detail-main,
.seller-card {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(25, 31, 40, 0.05);
}

.detail-gallery {
  position: relative;
  height: 510px;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
  background: #edf0f2;
}

.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 5px 11px;
  border-radius: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

.detail-content {
  padding: 27px 32px 36px;
}

.detail-content h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
}

.detail-price {
  margin-top: 13px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 800;
}

.detail-submeta {
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 22px;
  padding-bottom: 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 18px 20px;
  border-radius: 9px;
  background: #f8f9fa;
}

.detail-fact span {
  display: inline-block;
  width: 76px;
  color: #92969d;
}

.detail-section {
  margin-top: 28px;
}

.detail-section h2 {
  margin: 0 0 14px;
  padding-left: 11px;
  border-left: 4px solid var(--primary);
  font-size: 20px;
}

.detail-section p {
  color: #565b64;
  white-space: pre-line;
}

.safe-tip {
  margin-top: 25px;
  padding: 13px 16px;
  color: #8a6a25;
  border-radius: 8px;
  background: #fff8e6;
  font-size: 13px;
}

.seller-card {
  position: sticky;
  top: 18px;
  padding: 25px;
}

.seller-card h2 {
  margin: 0 0 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
}

.seller-profile {
  display: flex;
  align-items: center;
}

.avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #b7addc, var(--primary));
  font-size: 21px;
  font-weight: 800;
}

.seller-name {
  font-size: 17px;
  font-weight: 700;
}

.seller-identity {
  color: var(--muted);
  font-size: 12px;
}

.seller-phone {
  margin: 20px 0 12px;
  padding: 15px;
  border-radius: 8px;
  background: #f7f8fa;
  text-align: center;
}

.seller-phone small {
  display: block;
  color: var(--muted);
}

.seller-phone strong {
  display: block;
  margin-top: 2px;
  font-size: 20px;
  letter-spacing: 1px;
}

.seller-card .primary-button {
  width: 100%;
}

.seller-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  padding: 30px 0 55px;
}

.form-card,
.publish-aside,
.simple-card {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(25, 31, 40, 0.05);
}

.fee-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 17px 20px;
  border: 1px solid #d8d3ea;
  border-radius: 10px;
  background: var(--primary-soft);
}

.fee-notice strong {
  color: var(--primary);
}

.fee-badge {
  flex: 0 0 auto;
  padding: 5px 11px;
  border-radius: 16px;
  color: #fff;
  background: var(--primary);
  font-size: 12px;
  font-weight: 700;
}

.form-card {
  padding: 28px 32px 34px;
}

.form-card h2 {
  margin: 0 0 24px;
  font-size: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  margin-bottom: 20px;
}

.form-label {
  padding-top: 10px;
  font-weight: 650;
  text-align: right;
}

.required {
  margin-right: 4px;
  color: var(--primary);
}

.field,
.field-select,
.field-textarea {
  width: 100%;
  border: 1px solid #dcdfe4;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  transition: 0.2s;
}

.field,
.field-select {
  height: 44px;
  padding: 0 13px;
}

.field-textarea {
  min-height: 135px;
  padding: 11px 13px;
  resize: vertical;
}

.field:focus,
.field-select:focus,
.field-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(111, 96, 170, 0.1);
}

.field-hint {
  margin-top: 6px;
  color: #9498a0;
  font-size: 12px;
}

.inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.upload-box {
  position: relative;
  width: 150px;
  height: 112px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #cfd3d9;
  border-radius: 9px;
  color: #8a8f98;
  background: #fafbfc;
  cursor: pointer;
  text-align: center;
}

.upload-box:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.submit-row {
  padding-left: 123px;
}

.submit-row .primary-button {
  min-width: 190px;
  min-height: 48px;
}

.agreement {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.agreement a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(111, 96, 170, 0.35);
  text-underline-offset: 3px;
}

.agreement a:hover {
  color: var(--primary-dark);
  text-decoration-color: currentColor;
}

.publish-aside {
  padding: 24px;
}

.publish-aside h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.step-list {
  display: grid;
}

.step-item {
  display: grid;
  grid-template-columns: 29px 1fr;
  align-items: start;
}

.step-number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--primary-soft);
  font-weight: 800;
}

.step-item strong {
  display: block;
}

.step-item small {
  color: var(--muted);
}

.payment-page {
  padding: 38px 0 60px;
}

.payment-shell {
  width: min(880px, 100%);
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.payment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  border-bottom: 1px solid var(--line);
}

.payment-head h1 {
  margin: 0;
  font-size: 22px;
}

.secure-label {
  color: var(--success);
  font-size: 13px;
}

.order-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 23px 30px;
  background: #fafbfc;
}

.order-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.order-summary strong {
  display: block;
  margin-top: 3px;
  font-size: 17px;
}

.amount-box {
  text-align: right;
}

.amount-box strong {
  color: var(--primary);
  font-size: 27px;
}

.payment-body {
  padding: 28px 30px 34px;
}

.pay-methods {
  display: flex;
  margin: 13px 0 28px;
}

.pay-method {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 12px 15px;
  border: 1px solid #dfe2e7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.pay-method-icon {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  flex: 0 0 28px;
  object-fit: contain;
}

.pay-method-mark,
.qr-method-mark {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.pay-method-mark {
  border-radius: 8px;
  font-size: 14px;
}

.wechat-mark {
  background: #20b86a;
}

.alipay-mark {
  background: #1677ff;
}

.pay-method.active {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--primary-soft);
}

.qr-area {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  width: min(600px, 100%);
  margin: 10px auto 0;
}

.qr-frame {
  position: relative;
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid #dfe2e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(25, 31, 40, 0.08);
}

.qr-grid {
  width: 218px;
  height: 218px;
  display: grid;
  grid-template-columns: repeat(29, 1fr);
  grid-template-rows: repeat(29, 1fr);
  background: #fff;
}

.qr-cell.dark {
  background: #17191d;
}

.qr-logo {
  position: absolute;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  padding: 4px;
  border: 3px solid #fff;
  border-radius: 9px;
  background: #fff;
  object-fit: contain;
}

.qr-copy h2 {
  margin: 0 0 10px;
  font-size: 23px;
}

.qr-copy p {
  margin: 6px 0;
  color: var(--muted);
}

.countdown {
  color: var(--primary);
  font-weight: 800;
}

.info-page {
  padding: 38px 0 60px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
}

.simple-card {
  padding: 32px;
}

.simple-card h2,
.simple-card h3 {
  margin-top: 0;
}

.simple-card h2 {
  font-size: 26px;
}

.simple-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.simple-card p {
  color: #5f646d;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.value-item {
  padding: 19px;
  border-radius: 10px;
  background: #f7f8fa;
}

.value-item span {
  font-size: 25px;
}

.value-item strong {
  display: block;
  margin-top: 7px;
}

.value-item small {
  color: var(--muted);
}

.contact-list {
  display: grid;
}

.contact-item {
  display: block;
  padding: 0 0 14px 14px;
  border-left: 3px solid #d8d3ea;
}

.contact-item strong,
.contact-item span {
  display: block;
}

.contact-item span {
  color: var(--muted);
  font-size: 13px;
}

.message-form {
  display: grid;
}

.login-wrap {
  width: min(480px, calc(100% - 40px));
  margin: 46px auto 65px;
}

.login-card {
  padding: 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.login-tab {
  position: relative;
  padding: 10px;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.login-tab.active {
  color: var(--primary);
}

.login-tab.active::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: -1px;
  height: 3px;
  background: var(--primary);
}

.login-panel {
  display: none;
}

.login-panel.active {
  display: block;
}

.login-panel .field {
  margin-bottom: 14px;
}

.login-panel .primary-button {
  width: 100%;
  margin-top: 5px;
}

.account-hint {
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.site-footer {
  color: #bec1c7;
  background: #2d3036;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  padding: 42px 0 30px;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-brand p {
  max-width: 450px;
  margin: 14px 0 0;
  color: #aeb2ba;
  font-size: 13px;
}

.footer-column h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 15px;
}

.footer-links {
  display: grid;
  font-size: 13px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #92969f;
  font-size: 12px;
  text-align: center;
}

.footer-bottom a {
  color: #b8bbc2;
}

.toast {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: 35px;
  padding: 11px 20px;
  border-radius: 8px;
  color: #fff;
  background: rgba(32, 35, 42, 0.93);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 15px);
  transition: 0.25s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .header-main {
    grid-template-columns: auto 1fr;
    padding: 14px 0;
  }

  .site-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .header-publish {
    justify-self: end;
  }

  .nav-inner {
    overflow-x: auto;
  }

  .nav-link {
    flex: 0 0 auto;
  }

  .hero-grid,
  .results-layout,
  .detail-layout,
  .form-shell,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .category-panel {
    display: none;
  }

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

  .results-layout aside {
    display: none;
  }

  .seller-card {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-container {
    width: min(100% - 24px, 1180px);
  }

  .top-strip {
    display: none;
  }

  .brand-subtitle {
    display: none;
  }

  .brand-name {
    font-size: 21px;
  }

  .header-publish {
    padding: 0 13px;
  }

  .header-publish span:last-child {
    display: none;
  }

  .nav-inner {
    height: 45px;
  }

  .nav-link {
    padding: 0 13px;
  }

  .hero-section {
    padding-top: 12px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 34px 25px;
  }

  .hero-visual {
    display: none;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .category-tiles,
  .listing-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .content-section {
    padding: 35px 0;
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .result-item {
    grid-template-columns: 120px 1fr;
    padding: 15px;
  }

  .result-thumb {
    height: 105px;
  }

  .result-title {
    font-size: 16px;
  }

  .result-description,
  .result-tags {
    display: none;
  }

  .result-price-box {
    grid-column: 2;
    text-align: left;
  }

  .detail-gallery {
    height: 300px;
  }

  .detail-content {
    padding: 22px 18px 28px;
  }

  .detail-content h1 {
    font-size: 23px;
  }

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

  .form-card {
    padding: 22px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-label {
    text-align: left;
    padding-top: 0;
  }

  .inline-fields,
  .order-summary,
  .qr-area {
    grid-template-columns: 1fr;
  }

  .submit-row {
    padding-left: 0;
  }

  .submit-row .primary-button {
    width: 100%;
  }

  .fee-notice {
    align-items: start;
  }

  .payment-head,
  .order-summary,
  .payment-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .amount-box {
    text-align: left;
  }

  .pay-methods {
    flex-direction: column;
  }

  .qr-area {
    justify-items: center;
  }

  .qr-copy {
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* 兼容旧版浏览器：统一使用相邻元素边距。 */
#siteHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

body {
  padding-top: 165px;
}

button:focus,
button:active,
a:focus,
a:active {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

.top-links a + a {
  margin-left: 18px;
}

.header-main > .site-search,
.header-main > .header-publish {
  margin-left: 28px;
}

.brand > * + *,
.primary-button > * + *,
.outline-button > * + *,
.ghost-button > * + * {
  margin-left: 7px;
}

.brand > * + * {
  margin-left: 11px;
}

.nav-link + .nav-link {
  margin-left: 8px;
}

.hero-panel {
  margin-left: 16px;
}

.category-menu a > * + * {
  margin-left: 10px;
}

.eyebrow::before {
  margin-right: 8px;
}

.hero-actions {
  margin-right: -12px;
  margin-bottom: -12px;
}

.hero-actions > * {
  margin-right: 12px;
  margin-bottom: 12px;
}

.trust-item > span {
  margin-right: 10px;
}

.section-heading > * + * {
  margin-left: 20px;
}

.category-tiles {
  margin-right: -16px;
  margin-bottom: -16px;
}

.category-tile {
  margin-right: 16px;
  margin-bottom: 16px;
}

.listing-grid {
  margin-right: -18px;
  margin-bottom: -18px;
}

.listing-card {
  margin-right: 18px;
  margin-bottom: 18px;
}

.filter-row > * + * {
  margin-left: 13px;
}

.filter-options {
  margin-right: -6px;
  margin-bottom: -6px;
}

.filter-option {
  margin-right: 6px;
  margin-bottom: 6px;
}

.results-layout > aside {
  margin-left: 20px;
}

.result-item > * + * {
  margin-left: 21px;
}

.result-tags {
  margin-right: -7px;
  margin-bottom: -7px;
}

.result-tags .tag {
  margin-right: 7px;
  margin-bottom: 7px;
}

.breadcrumb > * + * {
  margin-left: 7px;
}

.detail-layout > .seller-card {
  margin-left: 22px;
}

.detail-submeta > * + * {
  margin-left: 25px;
}

.detail-facts {
  margin-right: -20px;
  margin-bottom: -11px;
}

.detail-fact {
  margin-right: 20px;
  margin-bottom: 11px;
}

.seller-profile > * + * {
  margin-left: 13px;
}

.form-shell > aside {
  margin-left: 22px;
}

.fee-notice > * + * {
  margin-left: 20px;
}

.form-row > * + * {
  margin-left: 18px;
}

.inline-fields > * + * {
  margin-left: 12px;
}

.step-item + .step-item {
  margin-top: 18px;
}

.step-item > * + * {
  margin-left: 10px;
}

.order-summary > * + * {
  margin-left: 25px;
}

.pay-method + .pay-method {
  margin-left: 12px;
}

.qr-copy {
  margin-left: 45px;
}

.info-grid > * + * {
  margin-left: 22px;
}

.value-grid {
  margin-right: -14px;
  margin-bottom: -14px;
}

.value-item {
  margin-right: 14px;
  margin-bottom: 14px;
}

.contact-item + .contact-item {
  margin-top: 18px;
}

.contact-item > * + * {
  margin-left: 12px;
}

.message-form > * + * {
  margin-top: 14px;
}

.footer-column {
  margin-left: 55px;
}

.footer-links > * + * {
  margin-top: 7px;
}

@media (max-width: 980px) {
  body {
    padding-top: 213px;
  }

  .header-main > .site-search {
    margin-top: 16px;
    margin-left: 0;
  }

  .header-main > .header-publish {
    margin-left: 16px;
  }

  .hero-panel,
  .detail-layout > .seller-card,
  .form-shell > aside,
  .info-grid > * + * {
    margin-left: 0;
  }

  .detail-layout > .seller-card,
  .form-shell > aside,
  .info-grid > * + * {
    margin-top: 22px;
  }

  .footer-column {
    margin-left: 0;
  }

  .footer-column + .footer-column {
    margin-left: 55px;
  }
}

@media (max-width: 680px) {
  body {
    padding-top: 176px;
  }

  .category-tiles,
  .listing-grid,
  .value-grid {
    margin-right: 0;
  }

  .category-tile,
  .listing-card,
  .value-item {
    margin-right: 0;
  }

  .filter-row > * + *,
  .form-row > * + * {
    margin-top: 6px;
    margin-left: 0;
  }

  .result-item > * + * {
    margin-left: 14px;
  }

  .detail-submeta > * + * {
    margin-left: 14px;
  }

  .detail-fact {
    margin-right: 0;
  }

  .inline-fields > * + *,
  .order-summary > * + * {
    margin-top: 12px;
    margin-left: 0;
  }

  .pay-method + .pay-method {
    margin-top: 12px;
    margin-left: 0;
  }

  .qr-copy {
    margin-top: 25px;
    margin-left: 0;
  }

  .footer-column + .footer-column,
  .footer-main > * + * {
    margin-top: 28px;
    margin-left: 0;
  }
}

/* =========================================================
   童乐童趣 2026 独立视觉系统
   编辑式首页、编号分类导航、图片拼贴与场景卡片
   ========================================================= */

:root {
  --tl-purple: #6f60aa;
  --tl-purple-deep: #302747;
  --tl-purple-ink: #201a31;
  --tl-lilac: #e9e3f6;
  --tl-cream: #f8f5ee;
  --tl-peach: #f8d8c4;
  --tl-mint: #d8ebe5;
  --tl-yellow: #f4e3a3;
  --tl-blue: #dbe7f6;
  --tl-text: #211e27;
  --tl-subtle: #716c78;
}

body {
  padding-top: 0;
  overflow-x: hidden;
  color: var(--tl-text);
  background: #fbfaf7;
}

.site-container {
  width: min(1280px, calc(100% - 56px));
}

#siteHeader {
  position: sticky;
  top: 0;
  right: auto;
  left: auto;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(48, 39, 71, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.tl-header {
  background: #fff;
}

.tl-header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.tl-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.tl-brand > * + * {
  margin-left: 0;
}

.tl-brand .brand-name {
  color: var(--tl-purple-ink);
  font-size: 22px;
  letter-spacing: 1px;
}

.tl-brand .brand-subtitle {
  margin-top: 2px;
  color: #8a8391;
  font-size: 10px;
  letter-spacing: 3px;
}

.tl-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tl-main-nav .nav-link {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 20px;
  color: #5d5862;
  font-size: 14px;
  font-weight: 600;
}

.tl-main-nav .nav-link + .nav-link {
  margin-left: 3px;
}

.tl-main-nav .nav-link:hover,
.tl-main-nav .nav-link.active {
  color: var(--tl-purple-deep);
  background: var(--tl-lilac);
}

.tl-main-nav .nav-link.active::after {
  display: none;
}

.tl-account {
  display: flex;
  align-items: center;
  justify-self: end;
}

.mobile-publish-link {
  display: none;
}

.tl-account > * + * {
  margin-left: 15px;
}

.login-link {
  color: #625d67;
  font-size: 14px;
  font-weight: 600;
}

.publish-pill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  border-radius: 20px;
  color: #fff;
  background: var(--tl-purple-deep);
  font-weight: 700;
}

.publish-pill span {
  margin-right: 5px;
  font-size: 18px;
}

.tl-search-band {
  border-top: 1px solid rgba(48, 39, 71, 0.06);
  background: #f5f2fa;
}

.pay-method-icon {
  object-fit: contain;
}

img.qr-logo {
  padding: 4px;
  background: #fff;
  object-fit: contain;
}

.tl-search-layout {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(520px, 1.4fr);
  align-items: center;
}

.tl-search {
  position: relative;
  height: 44px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43, 34, 63, 0.06);
}

.tl-search .search-symbol {
  width: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  color: var(--tl-purple);
  font-size: 22px;
}

.tl-search input {
  padding: 0 8px;
  font-size: 14px;
}

.tl-search button {
  width: 96px;
  border-radius: 22px;
  background: var(--tl-purple);
  font-size: 13px;
}

.quick-categories {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quick-category {
  display: inline-flex;
  align-items: center;
  color: #5d5764;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.quick-category + .quick-category {
  margin-left: 22px;
}

.quick-category small {
  margin-right: 6px;
  color: #aaa2b3;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 400;
}

.quick-category:hover,
.quick-category.active {
  color: var(--tl-purple);
}

.page-main {
  min-height: 60vh;
}

/* 首页首屏 */
.tl-home {
  overflow: hidden;
}

.tl-hero {
  position: relative;
  padding: 60px 0 0;
  color: #fff;
  background: var(--tl-purple-deep);
}

.tl-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  left: -180px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.tl-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  min-height: 560px;
  padding-bottom: 70px;
}

.tl-header-main > *,
.tl-search-layout > *,
.tl-hero-shell > *,
.tl-hero-collage > * {
  min-width: 0;
}

.tl-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 550px;
  padding-right: 42px;
}

.tl-kicker {
  display: inline-flex;
  align-items: center;
  color: #dcd4ec;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
}

.tl-kicker i {
  width: 26px;
  height: 1px;
  margin-right: 10px;
  background: #c8b9e6;
}

.tl-hero-copy h1 {
  margin: 22px 0 24px;
  font-family: STKaiti, KaiTi, "Microsoft YaHei", sans-serif;
  font-size: clamp(50px, 5.2vw, 74px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -3px;
}

.tl-hero-copy h1 span {
  position: relative;
  display: inline-block;
  color: #f4dba6;
}

.tl-hero-copy h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 7px;
  border-radius: 50%;
  background: rgba(244, 219, 166, 0.25);
}

.tl-hero-copy > p {
  max-width: 490px;
  margin: 0;
  color: #c9c2d3;
  font-size: 16px;
  line-height: 2;
}

.tl-hero-actions {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.tl-hero-actions > * + * {
  margin-left: 24px;
}

.tl-solid-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border-radius: 25px;
  color: var(--tl-purple-ink);
  background: #fff;
  font-weight: 800;
}

.tl-solid-button span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-left: 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--tl-purple);
}

.tl-text-button {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: 700;
}

.tl-text-button span {
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.tl-text-button:hover span {
  transform: translateX(4px);
}

.tl-hero-stats {
  display: flex;
  align-items: stretch;
  margin-top: 42px;
}

.tl-hero-stats > div {
  min-width: 112px;
}

.tl-hero-stats > div + div {
  margin-left: 26px;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.tl-hero-stats strong,
.tl-hero-stats span {
  display: block;
}

.tl-hero-stats strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1.1;
}

.tl-hero-stats span {
  margin-top: 6px;
  color: #9f96ac;
  font-size: 11px;
}

.tl-hero-collage {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(150px, 0.8fr);
  grid-template-rows: 1fr 1fr;
}

.collage-card {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #453957;
}

.collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(22, 17, 31, 0.78));
  pointer-events: none;
}

.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.collage-card:hover img {
  transform: scale(1.04);
}

.collage-main {
  grid-row: 1 / 3;
  border-radius: 160px 24px 24px 24px;
}

.collage-top {
  margin: 36px 0 8px 12px;
  border-radius: 20px 80px 20px 20px;
}

.collage-bottom {
  margin: 8px 0 38px 12px;
  border-radius: 20px 20px 80px 20px;
}

.collage-card > span,
.collage-card > div {
  position: absolute;
  z-index: 2;
}

.collage-main .collage-tag {
  top: 24px;
  left: 28px;
  padding: 7px 12px;
  border-radius: 15px;
  background: rgba(35, 28, 48, 0.62);
  backdrop-filter: blur(8px);
  font-size: 11px;
}

.collage-main > div {
  right: 28px;
  bottom: 26px;
  left: 28px;
}

.collage-main strong,
.collage-main small {
  display: block;
}

.collage-main strong {
  font-family: STKaiti, KaiTi, serif;
  font-size: 27px;
}

.collage-main small {
  margin-top: 5px;
  color: #ded8e4;
}

.collage-top > span,
.collage-bottom > span {
  right: 16px;
  bottom: 14px;
  left: 16px;
  font-size: 12px;
  font-weight: 700;
}

.collage-note {
  position: absolute;
  right: -22px;
  top: 42%;
  z-index: 4;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--tl-purple-ink);
  background: var(--tl-yellow);
  text-align: center;
  font-family: STKaiti, KaiTi, serif;
  font-size: 13px;
  line-height: 1.4;
  transform: rotate(8deg);
}

.tl-category-ribbon {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: var(--tl-text);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(29, 23, 43, 0.17);
  transform: translateY(50%);
}

.tl-category-ribbon a {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 18px 20px;
}

.tl-category-ribbon a + a {
  border-left: 1px solid #ece9ef;
}

.tl-category-ribbon small {
  margin-right: 12px;
  color: #aaa3b0;
  font-family: Georgia, serif;
  font-size: 11px;
}

.tl-category-ribbon span,
.tl-category-ribbon strong,
.tl-category-ribbon em {
  display: block;
  min-width: 0;
}

.tl-category-ribbon strong {
  font-size: 15px;
}

.tl-category-ribbon em {
  margin-top: 4px;
  color: #97919b;
  font-size: 11px;
  font-style: normal;
}

.tl-category-ribbon b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-left: 7px;
  border-radius: 50%;
  color: var(--tl-purple);
  background: var(--tl-lilac);
  font-size: 12px;
  transition: 0.2s ease;
}

.tl-category-ribbon a:hover b {
  color: #fff;
  background: var(--tl-purple);
  transform: rotate(45deg);
}

/* 场景分类 */
.tl-scenes-section {
  padding: 130px 0 95px;
  background: #fbfaf7;
}

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

.tl-section-head > * + * {
  margin-left: 35px;
}

.tl-section-head span {
  color: var(--tl-purple);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
}

.tl-section-head h2 {
  margin: 8px 0 0;
  font-family: STKaiti, KaiTi, "Microsoft YaHei", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
}

.tl-section-head > p {
  max-width: 425px;
  margin-top: 0;
  margin-bottom: 4px;
  color: var(--tl-subtle);
  line-height: 1.9;
}

.tl-scene-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(230px, auto);
}

.tl-scene-card {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border-radius: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tl-scene-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(40, 33, 51, 0.12);
}

.tl-scene-card + .tl-scene-card {
  margin-left: 16px;
}

.scene-digital {
  grid-column: span 5;
  color: #fff;
  background: var(--tl-purple);
}

.scene-household {
  grid-column: span 3;
  background: var(--tl-peach);
}

.scene-vehicle {
  grid-column: span 4;
  background: var(--tl-mint);
}

.scene-house {
  grid-column: span 7;
  margin-top: 16px;
  margin-left: 0 !important;
  background: var(--tl-blue);
}

.scene-service {
  grid-column: span 5;
  margin-top: 16px;
  background: var(--tl-yellow);
}

.scene-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: inherit !important;
  opacity: 0.5;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

.scene-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.55);
}

.scene-digital .scene-icon {
  background: rgba(255, 255, 255, 0.16);
}

.scene-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-scene-card h3 {
  margin: 24px 0 6px;
  font-size: 24px;
}

.tl-scene-card p {
  max-width: 390px;
  margin: 0;
  opacity: 0.72;
  font-size: 13px;
}

.tl-scene-card > b {
  align-self: flex-end;
  font-size: 12px;
}

/* 最新信息卡片 */
.tl-latest-section {
  padding: 90px 0 105px;
  background: var(--tl-cream);
}

.latest-head {
  align-items: flex-end;
}

.latest-head .tl-text-button {
  margin-bottom: 7px;
  color: var(--tl-purple);
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-right: 0;
  margin-bottom: 0;
}

.listing-card {
  min-width: 0;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.listing-card + .listing-card {
  margin-left: 18px;
}

.listing-card:nth-child(5),
.listing-card:nth-child(9) {
  margin-left: 0;
}

.listing-card:nth-child(n + 5) {
  margin-top: 30px;
}

.listing-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-6px);
}

.listing-image {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  background: #e9e5dd;
}

.listing-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(33, 30, 39, 0.06);
  border-radius: inherit;
  pointer-events: none;
}

.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-card:hover .listing-image img {
  transform: scale(1.035);
}

.listing-index {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 11px;
  border-radius: 14px;
  color: var(--tl-purple-ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
}

.listing-body {
  padding: 17px 3px 0;
}

.listing-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #928b96;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.listing-title {
  min-height: 52px;
  margin-top: 8px;
  color: var(--tl-text);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.6;
}

.listing-card-foot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #ded9d1;
}

.listing-price {
  color: var(--tl-purple);
  font-family: Georgia, "Microsoft YaHei", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.listing-meta {
  display: flex;
  align-items: center;
  margin-left: 12px;
  color: #8d8790;
  font-size: 11px;
}

.listing-meta .location-icon {
  width: 13px;
  height: 13px;
  margin-right: 3px;
}

.card-arrow {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tl-purple);
  background: #fff;
  font-size: 12px;
  transition: 0.2s ease;
}

.listing-card:hover .card-arrow {
  color: #fff;
  background: var(--tl-purple);
  transform: rotate(45deg);
}

/* 发布号召 */
.tl-publish-callout {
  padding: 0 0 90px;
  background: var(--tl-cream);
}

.tl-callout-inner {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 48px 58px;
  border-radius: 32px 90px 32px 32px;
  color: #fff;
  background: var(--tl-purple);
  background-image: radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.16) 0 90px, transparent 91px), radial-gradient(circle at 86% 10%, transparent 0 125px, rgba(255, 255, 255, 0.08) 126px 127px, transparent 128px);
}

.tl-callout-inner span {
  color: #d9d2e8;
  font-size: 12px;
  letter-spacing: 2px;
}

.tl-callout-inner h2 {
  max-width: 720px;
  margin: 10px 0 0;
  font-family: STKaiti, KaiTi, "Microsoft YaHei", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
}

.tl-callout-inner > a {
  min-width: 168px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 35px;
  padding: 0 20px;
  border-radius: 27px;
  color: var(--tl-purple-ink);
  background: #fff;
  font-weight: 800;
}

.tl-callout-inner > a b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tl-purple-deep);
}

/* 内页统一改版 */
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 58px 0 54px;
  color: #fff;
  background: var(--tl-purple-deep);
}

.page-banner::before,
.page-banner::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.page-banner::before {
  width: 300px;
  height: 300px;
  right: 9%;
  top: -185px;
}

.page-banner::after {
  width: 190px;
  height: 190px;
  right: 17%;
  top: -115px;
}

.page-banner .site-container {
  position: relative;
  z-index: 2;
}

.page-banner h1 {
  margin: 0;
  font-family: STKaiti, KaiTi, "Microsoft YaHei", sans-serif;
  font-size: 40px;
}

.page-banner p {
  margin-top: 9px;
  color: #c9c2d3;
}

.content-section.compact,
.info-page {
  padding-top: 46px;
  padding-bottom: 80px;
}

.filter-panel {
  padding: 22px 25px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(38, 30, 54, 0.06);
}

.filter-label {
  color: var(--tl-purple-ink);
  font-weight: 800;
}

.filter-option {
  padding: 6px 13px;
  border-radius: 17px;
  color: #6f6974;
}

.filter-option:hover,
.filter-option.active {
  color: #fff;
  background: var(--tl-purple);
}

.results-layout {
  grid-template-columns: minmax(0, 1fr) 278px;
  margin-top: 28px;
}

.result-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 132px;
  align-items: stretch;
  padding: 12px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(38, 30, 54, 0.055);
}

.result-item + .result-item {
  margin-top: 14px;
}

.result-item > * + * {
  margin-left: 20px;
}

.result-thumb {
  width: 210px;
  height: 158px;
  border-radius: 16px;
}

.result-copy {
  min-width: 0;
  align-self: center;
}

.result-overline {
  margin-bottom: 5px;
  color: var(--tl-purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.result-title {
  font-size: 17px;
}

.result-description {
  margin-top: 7px;
  color: #77717b;
  line-height: 1.65;
}

.result-tags {
  margin-top: 11px;
}

.result-tags .tag {
  border-radius: 14px;
  color: #6e657a;
  background: #f2eff6;
}

.result-price-box {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  border-left: 0;
  border-radius: 15px;
  background: #f5f1fa;
  text-align: left;
}

.result-price-box strong {
  font-family: Georgia, "Microsoft YaHei", sans-serif;
  font-size: 21px;
}

.result-price-box span,
.result-price-box small {
  color: #8a8391;
  font-size: 11px;
}

.result-price-box span {
  margin-top: 10px;
}

.result-price-box a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  align-self: flex-end;
  margin-top: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--tl-purple);
}

.side-card,
.simple-card,
.form-card,
.payment-shell,
.login-card {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 15px 46px rgba(38, 30, 54, 0.07);
}

.side-card:first-child {
  color: #fff;
  background: var(--tl-purple-deep);
}

.side-card:first-child p {
  color: #c9c2d3;
}

.side-card:first-child .primary-button {
  color: var(--tl-purple-ink);
  background: #fff;
  box-shadow: none;
}

.breadcrumb {
  padding-top: 22px;
}

.detail-layout {
  align-items: start;
}

.detail-main,
.seller-card {
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 16px 50px rgba(38, 30, 54, 0.07);
}

.detail-gallery {
  background: #eeeae3;
}

.seller-card {
  color: #fff;
  background: var(--tl-purple-deep);
}

.seller-card .seller-identity,
.seller-card .seller-note {
  color: #bfb6cb;
}

.seller-card .seller-phone {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
}

.seller-card .primary-button {
  color: var(--tl-purple-ink);
  background: #fff;
  box-shadow: none;
}

/* 全新深色页脚 */
.tl-footer {
  padding-top: 0;
  color: #d7d1df;
  background: var(--tl-purple-ink);
}

.tl-footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr 1fr;
  align-items: start;
  padding-top: 66px;
  padding-bottom: 58px;
}

.tl-footer-top > * + * {
  margin-left: 60px;
}

.footer-logo .brand-name {
  color: #fff;
}

.footer-logo .brand-subtitle {
  color: #92899f;
}

.tl-footer-intro p {
  max-width: 300px;
  margin: 22px 0 0;
  color: #9f96aa;
  line-height: 1.9;
}

.tl-footer-sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tl-footer-sitemap > div + div {
  margin-left: 32px;
}

.tl-footer-sitemap h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
}

.tl-footer-sitemap a {
  display: block;
  color: #9f96aa;
  font-size: 12px;
}

.tl-footer-sitemap a + a {
  margin-top: 9px;
}

.tl-footer-sitemap a:hover {
  color: #fff;
}

.tl-footer-contact {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.tl-footer-contact span,
.tl-footer-contact strong,
.tl-footer-contact p {
  display: block;
}

.tl-footer-contact span {
  color: #887f94;
  font-size: 10px;
  letter-spacing: 2px;
}

.tl-footer-contact strong {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}

.tl-footer-contact p {
  margin: 10px 0 0;
  color: #9f96aa;
  font-size: 11px;
  line-height: 1.8;
}

.tl-footer-legal {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #81798b;
  font-size: 11px;
  background: transparent;
}

.tl-footer-legal .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tl-footer-legal .site-container > * + * {
  margin-left: 24px;
}

.tl-footer-legal a + a {
  margin-left: 18px;
}

.tl-footer-legal a:hover {
  color: #fff;
}

@media (max-width: 1120px) {
  .site-container {
    width: min(100% - 42px, 1100px);
  }

  .tl-search-layout {
    grid-template-columns: minmax(310px, 0.9fr) minmax(490px, 1.2fr);
  }

  .quick-category + .quick-category {
    margin-left: 14px;
  }

  .tl-hero-shell {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .tl-hero-copy h1 {
    font-size: 54px;
  }

  .collage-note {
    right: -10px;
  }

  .tl-category-ribbon a {
    padding: 16px 14px;
  }

  .tl-category-ribbon small {
    display: none;
  }

  .listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .listing-card:nth-child(4),
  .listing-card:nth-child(7),
  .listing-card:nth-child(10) {
    margin-left: 0;
  }

  .listing-card:nth-child(5),
  .listing-card:nth-child(9) {
    margin-left: 18px;
  }

  .listing-card:nth-child(n + 4) {
    margin-top: 30px;
  }

  .result-item {
    grid-template-columns: 190px minmax(0, 1fr) 125px;
  }

  .result-thumb {
    width: 190px;
  }

  .tl-footer-top > * + * {
    margin-left: 35px;
  }
}

@media (max-width: 900px) {
  body {
    padding-top: 0;
  }

  .tl-header-main {
    grid-template-columns: auto 1fr auto;
  }

  .tl-main-nav {
    justify-content: flex-end;
  }

  .tl-main-nav .nav-link:nth-child(3),
  .tl-main-nav .nav-link:nth-child(4),
  .tl-main-nav .nav-link:nth-child(5) {
    display: none;
  }

  .tl-search-layout {
    grid-template-columns: 1fr;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .tl-search {
    grid-row: 1;
    grid-column: 1;
  }

  .quick-categories {
    grid-row: 2;
    grid-column: 1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 9px 3px 2px;
    scrollbar-width: none;
  }

  .quick-categories::-webkit-scrollbar {
    display: none;
  }

  .tl-hero {
    padding-top: 46px;
  }

  .tl-hero-shell {
    grid-template-columns: 1fr;
  }

  .tl-hero-copy {
    max-width: 650px;
    padding-right: 0;
  }

  .tl-hero-collage {
    min-height: 440px;
    margin-top: 45px;
  }

  .tl-category-ribbon {
    grid-template-columns: repeat(5, 190px);
    overflow-x: auto;
    transform: translateY(40%);
    scrollbar-width: none;
  }

  .tl-category-ribbon::-webkit-scrollbar {
    display: none;
  }

  .tl-scenes-section {
    padding-top: 105px;
  }

  .tl-section-head {
    align-items: flex-start;
  }

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

  .tl-scene-card,
  .scene-digital,
  .scene-household,
  .scene-vehicle,
  .scene-house,
  .scene-service {
    grid-column: span 1;
    margin-top: 16px;
    margin-left: 16px;
  }

  .scene-digital,
  .scene-vehicle,
  .scene-service {
    margin-left: 0;
  }

  .scene-digital,
  .scene-household {
    margin-top: 0;
  }

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

  .listing-card:nth-child(odd) {
    margin-left: 0;
  }

  .listing-card:nth-child(even) {
    margin-left: 18px;
  }

  .listing-card:nth-child(n + 3) {
    margin-top: 30px;
  }

  .results-layout {
    grid-template-columns: 1fr;
  }

  .results-layout > aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
    margin-left: 0;
  }

  .results-layout > aside .side-card + .side-card {
    margin-top: 0 !important;
    margin-left: 16px;
  }

  .tl-footer-top {
    grid-template-columns: 1fr 1.4fr;
  }

  .tl-footer-contact {
    grid-column: 1 / 3;
    margin-top: 34px;
    margin-left: 0;
  }

  .tl-footer-legal .site-container {
    display: block;
  }

  .tl-footer-legal .site-container > * + * {
    margin-top: 7px;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .site-container {
    width: calc(100% - 28px);
  }

  .tl-header-main {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .tl-brand {
    grid-column: 1;
  }

  .tl-account {
    display: none !important;
  }

  .mobile-publish-link {
    min-height: 36px;
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-self: end;
    padding: 0 14px;
    border-radius: 18px;
    color: #fff;
    background: var(--tl-purple-deep);
    font-size: 13px;
    font-weight: 700;
  }

  .tl-brand .brand-subtitle,
  .tl-main-nav,
  .login-link {
    display: none;
  }

  .tl-brand .brand-name {
    font-size: 19px;
  }

  .publish-pill {
    min-height: 36px;
    padding: 0 15px;
  }

  .tl-search-band {
    padding-top: 0;
  }

  .tl-search-layout {
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .tl-search {
    height: 42px;
  }

  .tl-search button {
    width: 82px;
  }

  .quick-category + .quick-category {
    margin-left: 19px;
  }

  .tl-hero {
    padding-top: 38px;
  }

  .tl-hero-shell {
    padding-bottom: 40px;
  }

  .tl-hero-copy h1 {
    margin-top: 17px;
    font-size: 43px;
    letter-spacing: -2px;
  }

  .tl-hero-copy > p {
    font-size: 14px;
    line-height: 1.85;
  }

  .tl-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tl-hero-actions > * + * {
    margin-top: 18px;
    margin-left: 0;
  }

  .tl-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
  }

  .tl-hero-stats > div {
    min-width: 0;
  }

  .tl-hero-stats > div + div {
    margin-left: 12px;
    padding-left: 12px;
  }

  .tl-hero-stats strong {
    font-size: 21px;
  }

  .tl-hero-collage {
    min-height: 360px;
    grid-template-columns: 1.55fr 0.9fr;
    margin-top: 38px;
  }

  .collage-main {
    border-radius: 90px 18px 18px 18px;
  }

  .collage-top,
  .collage-bottom {
    margin-left: 8px;
  }

  .collage-note {
    right: -4px;
    width: 67px;
    height: 67px;
    font-size: 11px;
  }

  .collage-main > div {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .collage-main strong {
    font-size: 20px;
  }

  .tl-category-ribbon {
    grid-template-columns: repeat(5, 165px);
    border-radius: 18px;
  }

  .tl-category-ribbon a {
    min-height: 86px;
    padding: 14px;
  }

  .tl-scenes-section {
    padding: 92px 0 68px;
  }

  .tl-section-head {
    display: block;
  }

  .tl-section-head > * + * {
    margin-top: 14px;
    margin-left: 0;
  }

  .tl-section-head h2 {
    font-size: 30px;
  }

  .tl-section-head > p {
    font-size: 13px;
  }

  .tl-scene-grid {
    display: block;
  }

  .tl-scene-card,
  .scene-digital,
  .scene-household,
  .scene-vehicle,
  .scene-house,
  .scene-service {
    min-height: 215px;
    margin-top: 13px;
    margin-left: 0;
  }

  .tl-latest-section {
    padding: 68px 0 76px;
  }

  .latest-head .tl-text-button {
    margin-top: 17px;
  }

  .listing-grid {
    display: block;
  }

  .listing-card,
  .listing-card:nth-child(n),
  .listing-card:nth-child(odd),
  .listing-card:nth-child(even) {
    margin-top: 28px;
    margin-left: 0;
  }

  .listing-card:first-child {
    margin-top: 0;
  }

  .listing-title {
    min-height: auto;
  }

  .tl-publish-callout {
    padding-bottom: 68px;
  }

  .tl-callout-inner {
    display: block;
    min-height: 0;
    padding: 36px 27px;
    border-radius: 25px 60px 25px 25px;
  }

  .tl-callout-inner > a {
    width: 175px;
    margin-top: 28px;
    margin-left: 0;
  }

  .page-banner {
    padding: 42px 0 40px;
  }

  .page-banner h1 {
    font-size: 31px;
  }

  .filter-panel {
    padding: 18px;
  }

  .result-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 9px;
  }

  .result-thumb {
    width: 112px;
    height: 112px;
  }

  .result-item > * + * {
    margin-left: 12px;
  }

  .result-description,
  .result-tags {
    display: none;
  }

  .result-title {
    font-size: 14px;
    line-height: 1.55;
  }

  .result-price-box {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    margin-top: 9px;
    margin-left: 0 !important;
    padding: 10px 12px;
  }

  .result-price-box strong {
    font-size: 18px;
  }

  .result-price-box span,
  .result-price-box a {
    margin-top: 0;
  }

  .result-price-box small {
    margin-left: 10px;
  }

  .result-price-box a {
    margin-left: 10px;
  }

  .results-layout > aside {
    display: block;
  }

  .results-layout > aside .side-card + .side-card {
    margin-top: 14px !important;
    margin-left: 0;
  }

  .tl-footer-top {
    display: block;
    padding-top: 52px;
    padding-bottom: 45px;
  }

  .tl-footer-top > * + * {
    margin-top: 34px;
    margin-left: 0;
  }

  .tl-footer-sitemap > div + div {
    margin-left: 20px;
  }

  .tl-footer-contact {
    margin-top: 34px;
  }

  .tl-footer-legal a {
    display: block;
  }

  .tl-footer-legal a + a {
    margin-top: 5px;
    margin-left: 0;
  }
}

/* 协议页需要覆盖通用内页横幅的后置规则 */
.page-banner.policy-banner {
  padding: 54px 0 58px;
}

.page-banner.policy-banner h1 {
  margin: 18px 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
}

.page-banner.policy-banner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

@media (max-width: 640px) {
  .page-banner.policy-banner {
    padding: 36px 0 40px;
  }

  .page-banner.policy-banner h1 {
    margin-top: 13px;
    font-size: 31px;
  }

  .page-banner.policy-banner p {
    font-size: 14px;
  }
}
