:root {
  --graph: #5c5c5c;
  --graph-deep: #2e2e2e;
  --silk: #eeeae3;
  --ink: #2a2a2a;
  --muted: #6e6e6e;
  --mark: #d8d2c4;
  --foot: #f7f8f8;
}
* { 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: linear-gradient(180deg, #dcd8d2, #eeeae3 38%, #d6d2cc);
  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 { font: inherit; border: 0; background: none; cursor: pointer; }
.mark {
  background-image: linear-gradient(transparent 62%, var(--mark) 62%);
}
.card {
  border-radius: 24px;
  background: rgba(238,234,227,.92);
  box-shadow: 0 10px 24px rgba(46,46,46,.08);
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: 0 18px 36px rgba(46,46,46,.16); transform: translateY(-3px); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 24px;
  cursor: pointer;
  color: #f6f3ee;
  background: linear-gradient(180deg, #6a6a6a, #2e2e2e);
  box-shadow: 0 8px 18px rgba(46,46,46,.16);
  letter-spacing: .08em;
}
.btn-ghost {
  color: var(--graph-deep);
  background: linear-gradient(180deg, #f6f3ee, #ddd8d0);
}
.wrap { width: 1100px; margin: 0 auto; }
.wide { width: 1180px; margin: 0 auto; }
.fine { font-size: 12px; letter-spacing: .16em; color: var(--muted); }
h2.sec-title { font-size: 26px; font-weight: 600; margin-bottom: 10px; }
.sec-sub { color: var(--muted); margin-bottom: 22px; }

.rail {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 52px;
  padding: 12px 6px;
  text-align: center;
}
.rail a { display: block; padding: 8px 0; font-size: 11px; color: var(--muted); }

.hero-wrap { position: relative; min-height: 760px; }
#index_top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 40;
  height: 64px;
}
#index_top .bar {
  width: 1100px;
  margin: 12px auto 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 8px;
  border-radius: 24px;
  background: rgba(238,234,227,.9);
}
.logo { display: flex; align-items: center; gap: 8px; }
.logo img { height: 28px; }
.mid-nav { display: flex; align-items: center; gap: 2px; }
.mid-nav > a, .mid-nav > .drop > span {
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 34px; left: 50%;
  transform: translateX(-50%);
  width: 560px;
  padding: 16px;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  z-index: 5;
}
.drop:hover .mega { display: grid; }
.mega b { display: block; margin-bottom: 6px; }
.mega a { display: block; padding: 4px 0; color: var(--muted); font-size: 13px; }
.top-acts { display: flex; align-items: center; gap: 8px; font-size: 13px; }

#index_head { position: relative; min-height: 760px; overflow: hidden; background: #2e2e2e; color: #eeeae3; }
.earth {
  position: absolute;
  width: 700px; height: 700px;
  left: 8%;
  top: 8%;
  border-radius: 50%;
  background: repeating-conic-gradient(from 16deg, rgba(238,234,227,.16) 0 12deg, rgba(20,20,20,.5) 12deg 24deg);
  animation: spin 90s linear infinite;
  opacity: .5;
}
@keyframes spin { to { transform: rotate(360deg); } }
.split {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0 50px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
}
.split img { width: 100%; height: 360px; object-fit: cover; border-radius: 24px; }
.hero-note { font-size: 12px; letter-spacing: .18em; color: #d8d2c4; margin-bottom: 10px; }
#index_head .hero-title { font-size: 48px; line-height: 1.2; letter-spacing: .1em; }
.hero-sub { color: #d0cbc3; letter-spacing: .14em; margin: 10px 0 20px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.seo-h1 { margin-top: 16px; font-size: 16px; color: #efe8dc; }

#sell { padding: 80px 0 24px; 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; border-radius: 24px; }
.sell-item p { font-size: 13px; color: var(--muted); }
.clear { clear: both; }

.timeline { width: 1100px; margin: 10px auto 40px; border-left: 2px solid rgba(92,92,92,.25); padding-left: 28px; }
.tl {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  position: relative;
}
.tl:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 32px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--graph-deep);
}
.tl img { width: 100%; height: 140px; object-fit: cover; border-radius: 24px; }

.miles { width: 720px; margin: 10px auto 50px; }
.mile { padding: 16px 0 16px 24px; border-left: 2px dashed rgba(92,92,92,.3); }
.mile b { display: block; font-size: 18px; }

#oa { padding: 70px 0; }
.oa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.oa-card { padding: 18px; text-align: center; }
.oa-card img { width: 72px; height: 64px; object-fit: cover; margin-bottom: 8px; border-radius: 16px; }
.oa-more { display: none; margin-top: 14px; }
.oa-more.show { display: grid; }
.more-btn { margin: 22px auto 0; display: block; }

#trio { padding: 20px 0 50px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trio article { padding: 16px; }
.trio article.private { border-radius: 16px; outline: 1px solid rgba(46,46,46,.16); }
.trio img { width: 100%; height: 148px; object-fit: cover; margin-bottom: 10px; border-radius: 16px; }

.rev3 { width: 1100px; margin: 0 auto 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.rev3 article { padding: 18px; }

#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; }
.quote-card p { font-size: 13px; min-height: 70px; }
.quote-card .who { margin-top: 8px; font-size: 12px; color: var(--muted); }

#dlzone { padding: 60px 0; }
.steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; align-items: end; }
.steps article { padding: 18px; }
.steps article:nth-child(1) { min-height: 140px; }
.steps article:nth-child(2) { min-height: 180px; }
.steps article:nth-child(3) { min-height: 220px; }
.ends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.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; border-radius: 16px; }

#faq { padding: 50px 0 70px; }
.tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.tabs button { padding: 8px 14px; border-radius: 24px; background: #e4dfd6; cursor: pointer; }
.tabs button.on { background: var(--graph-deep); color: #eeeae3; }
.acc { display: none; }
.acc.on { display: block; }
.acc details { padding: 12px 0; border-bottom: 1px solid rgba(46,46,46,.1); }
.acc summary { cursor: pointer; font-size: 16px; }

.article { padding: 8px 0 40px; }
.article p { margin-bottom: 14px; color: var(--muted); text-align: justify; }
.shots { padding: 0 0 50px; }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shot-grid img { width: 100%; height: 132px; object-fit: cover; border-radius: 24px; }

#footer { background: var(--foot); min-width: 1180px; padding: 36px 0 20px; text-align: center; }
.mini { font-size: 12px; color: #9a928b; letter-spacing: .14em; margin-bottom: 12px; }
.foot-cols {
  width: 1180px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  text-align: left;
}
.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; }
.page-hero, .page-hero .split { min-height: 640px; }
.page-hero .split img { height: 280px; }
.page-hero h1.seo-h1 { font-size: 18px; }

#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)}
