:root {
  --lemon: #f2e14a;
  --lemon-deep: #c9b31c;
  --glaze: #fffbe8;
  --ink: #1c1b14;
  --ink-soft: #5c5840;
  --line: rgba(28,27,20,.12);
  --foot: #f7f8f8;
  --mono: Consolas, "Courier New", monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #f4f1dc;
  font-size: 14px;
  line-height: 1.8;
  min-width: 1180px;
}
img { max-width: 100%; border: 0; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.mono { font-family: var(--mono); letter-spacing: 0; font-size: 12px; color: var(--lemon-deep); }
.ceramic {
  background: linear-gradient(180deg, #fffef6 0%, #f6edc2 52%, #ead96a 140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 12px 28px rgba(28,27,20,.1);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  color: #1c1b14;
  background: linear-gradient(180deg, #fff38a, #d4bc28);
  box-shadow: inset 0 1px 0 #fff7b8, 0 4px 0 #8f7c16, 0 10px 16px rgba(28,27,20,.16);
}
.btn:active { transform: translateY(3px); box-shadow: inset 0 1px 0 #fff7b8, 0 1px 0 #8f7c16; }
.btn-ghost {
  background: linear-gradient(180deg, #fffdf4, #ece6c4);
  box-shadow: inset 0 1px 0 #fff, 0 3px 0 #c4b978, 0 8px 14px rgba(28,27,20,.1);
}
.wrap { width: 1100px; margin: 0 auto; }
.wide { width: 1180px; margin: 0 auto; }
.fine { font-size: 12px; letter-spacing: 0.14em; color: var(--ink-soft); }
h2.sec-title { font-size: 28px; font-weight: 600; margin-bottom: 8px; }
.sec-sub { color: var(--ink-soft); margin-bottom: 28px; }

.hero-wrap { position: relative; min-height: 800px; }
#index_top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 30;
  height: 72px;
}
#index_top .bar {
  width: 1100px;
  margin: 14px auto 0;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 14px;
}
.logo { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.logo img { height: 28px; }
.logo span { font-size: 13px; letter-spacing: 0.08em; }
.mid-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.mid-nav > a, .mid-nav > .drop > span {
  padding: 6px 9px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.search {
  width: 170px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #fffdf6;
  box-shadow: inset 0 2px 4px rgba(28,27,20,.08);
}
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 36px; left: 50%;
  transform: translateX(-50%);
  width: 620px;
  padding: 18px;
  border-radius: 14px;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
}
.drop:hover .mega { display: grid; }
.mega b { display: block; margin-bottom: 6px; }
.mega a { display: block; padding: 4px 0; color: var(--ink-soft); font-size: 13px; }
.top-acts { display: flex; align-items: center; gap: 8px; font-size: 13px; flex: 0 0 auto; }
.top-acts .login { padding: 6px 8px; color: var(--ink-soft); }

#index_head { position: relative; min-height: 800px; overflow: hidden; background: #12110c; }
.org {
  position: absolute;
  inset: 0;
}
.org svg { width: 100%; height: 100%; }
.org line { stroke: #f2e14a; stroke-width: 1.2; opacity: 0.35; stroke-dasharray: 6 8; animation: dash 8s linear infinite; }
.org circle { fill: #f2e14a; }
@keyframes dash { to { stroke-dashoffset: -80; } }
.hero-core {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  padding: 140px 0 80px;
  text-align: center;
  color: #fffbe8;
}
.hero-note {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 14px;
  border-radius: 6px;
  background: rgba(242,225,74,.16);
  font-family: var(--mono);
}
#index_head .hero-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.hero-sub { letter-spacing: 0.18em; margin: 10px 0 22px; color: rgba(255,251,232,.86); }
.hero-ctas { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.seo-h1 { margin-top: 18px; font-size: 16px; font-weight: 500; color: #fffbe8; }

#sell { padding: 80px 0 30px; overflow: hidden; }
.sell-row { width: 1100px; margin: 0 auto; overflow: hidden; }
.sell-item { float: left; width: 18%; margin-right: 7%; text-align: center; }
.sell-item:last-child { margin-right: 0; }
.sell-item img { width: 200px; height: 176px; object-fit: cover; display: block; margin: 0 auto 12px; }
.sell-item h3 { font-size: 16px; font-weight: 600; }
.sell-item p { font-size: 13px; color: var(--ink-soft); }
.clear { clear: both; }

.timeline { width: 1100px; margin: 20px auto 50px; position: relative; }
.timeline:before {
  content: "";
  position: absolute;
  left: 28px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(#f2e14a, #c9b31c);
}
.tl-item { position: relative; padding: 0 0 36px 80px; overflow: hidden; }
.tl-item .dot {
  position: absolute;
  left: 18px; top: 18px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--lemon);
  box-shadow: 0 0 0 6px rgba(242,225,74,.25);
}
.tl-copy, .tl-art { width: 48%; }
.tl-copy { float: left; padding-right: 20px; }
.tl-item:nth-child(even) .tl-copy { float: right; padding: 0 0 0 20px; }
.tl-art { float: right; }
.tl-item:nth-child(even) .tl-art { float: left; }
.tl-art img { width: 100%; height: 280px; object-fit: cover; }
.tl-item h2 { font-size: 26px; margin: 6px 0 10px; }

#oa { padding: 70px 0; }
.oa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.oa-card { padding: 18px; text-align: center; border-radius: 14px; }
.oa-card img { width: 72px; height: 64px; object-fit: cover; margin-bottom: 8px; }
.oa-more { display: none; margin-top: 14px; }
.oa-more.show { display: grid; }
.more-btn { margin: 22px auto 0; display: block; }

#gauges { padding: 40px 0 60px; }
.g-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gauge { text-align: center; padding: 20px; border-radius: 16px; }
.semi {
  width: 160px; height: 80px;
  margin: 0 auto 10px;
  background: conic-gradient(from 180deg at 50% 100%, #f2e14a 0 var(--p, 70%), #ddd6a8 var(--p, 70%) 50%, transparent 50%);
  border-radius: 160px 160px 0 0;
}

#trio { padding: 20px 0 60px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trio article { padding: 20px; border-radius: 12px; }
.trio article.private { border-radius: 16px; outline: 1px solid rgba(201,179,28,.35); }
.trio img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 10px; }

#wall { padding: 20px 0 50px; position: relative; }
.avatars { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.avatars span {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff38a, #c9b31c);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #1c1b14;
}
.bubbles { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 18px; }
.bubbles article { padding: 14px 16px; border-radius: 18px 18px 18px 4px; }

#quotes { padding: 8px 0 36px; overflow: hidden; }
.marquee { display: flex; gap: 12px; width: max-content; animation: slide 90s linear infinite; }
.marquee.reverse { animation-direction: reverse; margin-top: 12px; }
@keyframes slide { to { transform: translateX(-50%); } }
.quote-card { width: 280px; padding: 16px; flex: 0 0 auto; border-radius: 12px; }
.quote-card p { font-size: 13px; min-height: 70px; }
.quote-card .who { margin-top: 8px; font-size: 12px; color: var(--ink-soft); }

#dlzone { padding: 70px 0; }
.tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.tabs button {
  border: 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: #ece6c4;
  cursor: pointer;
}
.tabs button.on { background: linear-gradient(180deg, #fff38a, #d4bc28); }
.tab-pane { display: none; padding: 22px; border-radius: 16px; }
.tab-pane.on { display: block; }
.ends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.ends a { display: block; text-align: center; padding: 10px 6px; font-size: 13px; }
.ends img { width: 100%; height: 66px; object-fit: cover; margin-bottom: 6px; }

#faq { padding: 60px 0 80px; }
.faq-split { display: grid; grid-template-columns: 340px 1fr; gap: 24px; }
.q-list button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.q-list button.on { background: rgba(242,225,74,.2); }
.a-panel { padding: 24px; border-radius: 16px; min-height: 220px; }

.article { padding: 8px 0 56px; }
.article p { margin-bottom: 14px; color: var(--ink-soft); text-align: justify; }
.shots { padding: 0 0 64px; }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shot-grid img { width: 100%; height: 132px; object-fit: cover; }

#footer { background: var(--foot); min-width: 1180px; padding: 40px 0 18px; }
.foot-cols {
  width: 1180px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.foot-cols h4 { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.foot-cols a { display: block; font-size: 12px; color: #7a726b; padding: 3px 0; }
.foot-brand {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.foot-brand img { height: 36px; }
.foot-brand form { display: flex; gap: 8px; }
.foot-brand input {
  width: 240px;
  height: 40px;
  border: 0;
  padding: 0 12px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
}
.page-hero .hero-core { padding-top: 130px; }
.page-hero h1.seo-h1 { font-size: 22px; }

#index_head h1{font-size:48px;line-height:1.2;font-weight:600}
.seo-line{margin-top:16px;font-size:16px;font-weight:600}
.card#private{border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.16)}
article.private,#private{border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.16)}
