:root {
  --peach: #ffe8ee;
  --peach-deep: #f8c8d4;
  --foam: #fff7f9;
  --ink: #4a3038;
  --ink-soft: #8a6570;
  --rose: #e089a0;
  --rose-deep: #c75b7a;
  --mark: #3dcc8a;
  --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: var(--peach);
  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; }

.acrylic {
  background: rgba(255, 247, 249, 0.42);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}
.flat { border: 0; box-shadow: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}
.btn-solid { background: var(--rose-deep); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.55); color: var(--rose-deep); }
.wrap { width: 1100px; margin: 0 auto; }
.wide { width: 1180px; margin: 0 auto; }
.fine { font-size: 12px; color: var(--ink-soft); letter-spacing: 0.14em; }
h2.sec-title { font-size: 28px; font-weight: 500; margin-bottom: 8px; }
.sec-sub { color: var(--ink-soft); margin-bottom: 32px; }
.mega-num { font-size: 88px; line-height: 0.9; font-weight: 600; color: var(--rose-deep); letter-spacing: -0.04em; }

#progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  z-index: 80;
  background: linear-gradient(90deg, #f8c8d4, #c75b7a);
}

.hero-wrap { position: relative; min-height: 780px; }
#index_top {
  position: absolute;
  top: 3px; left: 0; right: 0;
  z-index: 30;
  height: 64px;
}
#index_top.is-sticky {
  position: fixed;
  top: 3px;
  background: rgba(255, 232, 238, 0.86);
  backdrop-filter: blur(18px);
}
#index_top .bar {
  width: 1100px;
  margin: 10px auto 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 6px;
  border-radius: 8px;
}
.logo { display: flex; align-items: center; gap: 8px; }
.logo img { height: 28px; }
.logo span { font-size: 13px; letter-spacing: 0.12em; color: var(--rose-deep); }
.mid-nav { display: flex; align-items: center; gap: 2px; position: relative; }
.mid-nav > a, .mid-nav > .drop > span {
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 6px;
}
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  padding: 20px;
  border-radius: 12px;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
}
.drop:hover .mega { display: grid; }
.mega b { display: block; margin-bottom: 6px; color: var(--rose-deep); }
.mega a { display: block; padding: 5px 0; color: var(--ink-soft); font-size: 13px; }
.top-acts { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.top-acts .login { color: var(--ink-soft); padding: 8px 10px; }

#index_head {
  position: relative;
  min-height: 780px;
  overflow: hidden;
}
.hero-shot {
  position: absolute;
  inset: 0;
  background: #f3c0cc center/cover no-repeat;
}
.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}
.hero-shot:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,232,238,.25), transparent 40%),
    linear-gradient(180deg, rgba(74,48,56,.08), rgba(74,48,56,.45) 70%, rgba(255,232,238,.2));
}
.earth-spin {
  position: absolute;
  width: 540px; height: 540px;
  right: 8%;
  top: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.4), transparent 26%),
    repeating-conic-gradient(from 10deg, rgba(199,91,122,.18) 0 14deg, rgba(255,232,238,.2) 14deg 28deg);
  animation: spin 70s linear infinite;
  opacity: 0.55;
  z-index: 1;
}
@keyframes spin { to { transform: rotate(360deg); } }

.hero-bar {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 28px 0 32px;
}
.hero-bar-inner { width: 1100px; margin: 0 auto; }
.hero-note {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255,247,249,.7);
  color: var(--rose-deep);
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  border-radius: 4px;
}
#index_head .hero-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(74,48,56,.25);
}
.hero-sub { color: rgba(255,247,249,.92); letter-spacing: 0.18em; margin: 8px 0 18px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.seo-h1 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#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 14px; }
.sell-item h3 { font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.sell-item p { font-size: 13px; color: var(--ink-soft); }
.clear { clear: both; }

.bento {
  width: 1100px;
  margin: 10px auto 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
}
.bento article { padding: 22px; overflow: hidden; position: relative; }
.bento .big { grid-row: span 2; }
.bento img { width: 100%; height: 110px; object-fit: cover; margin-bottom: 10px; }
.bento .big img { height: 240px; }
.bento h3 { font-size: 18px; font-weight: 500; }
.bento p { color: var(--ink-soft); font-size: 13px; }

.band { padding: 64px 0; }
.band-inner { width: 1100px; margin: 0 auto; overflow: hidden; }
.band-copy, .band-art { width: 48%; }
.band-copy { float: left; padding-right: 28px; }
.band:nth-of-type(even) .band-copy { float: right; padding: 0 0 0 28px; }
.band-art { float: right; }
.band:nth-of-type(even) .band-art { float: left; }
.band-art img { width: 100%; height: 340px; object-fit: cover; }
.band h2 { font-size: 28px; font-weight: 500; margin: 8px 0 14px; }
.band p { color: var(--ink-soft); margin-bottom: 16px; }

#oa { padding: 70px 0; }
.oa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.oa-card { padding: 20px; text-align: center; }
.oa-card img { width: 72px; height: 64px; object-fit: cover; margin-bottom: 8px; }
.oa-more { display: none; margin-top: 16px; }
.oa-more.show { display: grid; }
.more-btn { margin: 24px auto 0; display: block; }

#data { padding: 70px 0; }
.data-box { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.tree { padding: 24px 20px; }
.tree ul { list-style: none; margin-left: 18px; border-left: 1px dashed rgba(199,91,122,.25); padding-left: 14px; }
.tree li { position: relative; margin: 10px 0; }
.dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--mark);
  margin-right: 6px;
  box-shadow: 0 0 0 4px rgba(61,204,138,.18);
}
.dot.off { background: #d0b4bc; box-shadow: none; }
.stats { display: grid; gap: 12px; }
.stats div { padding: 12px 0; }

#trio { padding: 40px 0 70px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trio article { padding: 22px; }
.trio article.private { border-radius: 16px; outline: 1px solid rgba(199,91,122,.16); }
.trio img { width: 100%; height: 160px; object-fit: cover; margin-bottom: 12px; }

#badges { padding: 20px 0 40px; }
.badge-row { display: flex; justify-content: space-between; gap: 10px; }
.badge-row span {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  font-size: 13px;
  color: var(--rose-deep);
  background: rgba(255,247,249,.5);
}

#quotes { padding: 10px 0 40px; 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; background: rgba(255,247,249,.55); }
.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; }
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dl-pane { padding: 28px; }
.ends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.ends a { display: block; text-align: center; padding: 12px 6px; background: rgba(255,247,249,.5); font-size: 13px; }
.ends img { width: 100%; height: 68px; object-fit: cover; margin-bottom: 6px; }

#faq { padding: 60px 0 80px; }
.acc { border-top: 1px solid rgba(74,48,56,.12); }
.acc details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(74,48,56,.12);
}
.acc summary { cursor: pointer; font-size: 15px; }
.acc p { padding-top: 8px; color: var(--ink-soft); }

.article { padding: 10px 0 60px; }
.article p { margin-bottom: 14px; color: var(--ink-soft); text-align: justify; }

.shots { padding: 0 0 70px; }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shot-grid img { width: 100%; height: 136px; object-fit: cover; }

#footer {
  background: var(--foot);
  min-width: 1180px;
  padding: 40px 0 20px;
}
.foot-cols {
  width: 1180px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.foot-cols h4 { font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.foot-cols a { display: block; font-size: 12px; color: #7a726b; padding: 3px 0; }
.foot-nav {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  font-size: 12px;
  color: #9a928b;
}
.social { display: flex; gap: 8px; }
.social a {
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199,91,122,.12);
  color: var(--rose-deep);
  font-size: 11px;
}

.page-hero #index_head, .page-hero { min-height: 520px; }
.page-hero .hero-title { font-size: 48px; }
.page-hero .seo-h1, .page-hero h1 { font-size: 28px; color: #fff; font-weight: 500; margin-top: 8px; }

#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)}
