@charset "UTF-8";
/* ========== 404 ========== */
.page-404 {
  min-height: 80vh;
  padding: clamp(120px, 9.375vw, 180px) 20px clamp(80px, 6.25vw, 120px);
  background: linear-gradient(180deg, #eef3ff 0%, #f7f9fc 45%, #ffffff 100%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-404-code {
  color: var(--c-primary);
  font-size: clamp(106.66667px, 8.33333vw, 160px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: clamp(12px, 0.9375vw, 18px);
}

.page-404-text {
  color: var(--c-dark);
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(24px, 1.875vw, 36px);
}

.page-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(120px, 9.375vw, 180px);
  height: clamp(32px, 2.5vw, 48px);
  padding: 0 28px;
  border-radius: 999px;
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 700;
  transition: opacity 0.3s, background 0.3s;
}
.page-404-btn:hover {
  color: #fff;
  background: #1a1a1a;
}

/* ========== Search ========== */
.search-kv {
  position: relative;
  padding-bottom: 27.08333%;
  overflow: hidden;
}
.search-kv .search-kv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.search-kv .search-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.search-kv .search-kv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.search-kv .search-kv-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(66.66667px, 5.20833vw, 100px) 20px 40px;
  box-sizing: border-box;
}

.search-kv-title {
  color: #fff;
  font-size: clamp(37.33333px, 2.91667vw, 56px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: clamp(18.66667px, 1.45833vw, 28px);
  text-align: center;
}

.search-form {
  display: flex;
  align-items: center;
  gap: clamp(13.33333px, 1.04167vw, 20px);
  width: 100%;
  max-width: clamp(786.66667px, 61.45833vw, 1180px);
}

.search-input-wrap {
  flex: 1;
  position: relative;
  display: block;
  min-width: 0;
}
.search-input-wrap .iconfont {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
.search-input-wrap input {
  width: 100%;
  height: clamp(32px, 2.5vw, 48px);
  padding: 0 clamp(13.33333px, 1.04167vw, 20px) 0 clamp(33.33333px, 2.60417vw, 50px);
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
}
.search-input-wrap input::placeholder {
  color: #aaa;
}

.search-submit {
  flex-shrink: 0;
  height: clamp(32px, 2.5vw, 48px);
  min-width: clamp(80px, 6.25vw, 120px);
  padding: 0 clamp(13.33333px, 1.04167vw, 20px);
  border: 0;
  border-radius: 999px;
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s;
}
.search-submit:hover {
  opacity: 0.92;
  background: #1a1a1a;
}

.search-page {
  padding: clamp(26.66667px, 2.08333vw, 40px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #fff;
}

.search-card .pro-card-price {
  margin-bottom: 14px;
}
.search-card .pro-card-price .price-old {
  color: #999;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  font-weight: 400;
  text-decoration: line-through;
}
.search-card .btn-add-cart {
  width: 100%;
  height: clamp(28px, 2.1875vw, 42px);
  border-radius: 8px;
  justify-content: center;
}

/* ========== Shared page KV ========== */
.page-kv {
  position: relative;
  padding-bottom: 26.04167%;
  overflow: hidden;
}
.page-kv .page-kv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-kv .page-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-kv .page-kv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.page-kv .page-kv-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(60px, 4.6875vw, 90px) 20px 40px;
  box-sizing: border-box;
}

.page-kv-title {
  color: #fff;
  font-size: clamp(37.33333px, 2.91667vw, 56px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}

.page-crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.page-crumbs a {
  color: #fff;
  transition: color 0.3s;
}
.page-crumbs a:hover {
  color: var(--c-primary);
}
.page-crumbs i {
  font-style: normal;
}

/* ========== Age Policy ========== */
.policy-page {
  padding: clamp(126.66667px, 9.89583vw, 190px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

/* 富文本容器：仅保留外框，排版交给行内样式 */
.policy-editor h1,
.policy-editor h2,
.policy-editor h3,
.policy-editor h4,
.policy-editor h5,
.policy-editor h6,
.policy-editor p,
.policy-editor ul,
.policy-editor ol {
  max-width: 100%;
}

/* ========== Help Center ========== */
.help-page {
  padding: clamp(60px, 4.6875vw, 90px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(276.66667px, 21.61458vw, 415px);
  align-items: start;
}

.help-main {
  border-right: 1px solid #eee;
  padding-right: clamp(33.33333px, 2.60417vw, 50px);
}

.help-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26.66667px, 2.08333vw, 40px);
  margin-bottom: clamp(33.33333px, 2.60417vw, 50px);
}

.help-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.78125vw, 15px);
  min-height: clamp(66.66667px, 5.20833vw, 100px);
  padding: clamp(20px, 1.5625vw, 30px);
  border: 1px solid #e6e6e6;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
  color: var(--c-dark);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s;
  box-sizing: border-box;
}
.help-cat .help-cat-icon {
  display: inline-flex;
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  color: inherit;
  position: relative;
}
.help-cat .help-cat-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: clamp(24px, 1.875vw, 36px);
  height: clamp(24px, 1.875vw, 36px);
  background: rgba(47, 106, 246, 0.1);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  opacity: 0;
  transition: all 0.6s;
}
.help-cat .help-cat-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s;
  transform: translateX(0);
}
.help-cat:hover, .help-cat.active {
  border-color: var(--c-primary);
}
.help-cat:hover .help-cat-icon img, .help-cat.active .help-cat-icon img {
  transform: translateX(10px);
}
.help-cat:hover .help-cat-icon::after, .help-cat.active .help-cat-icon::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.help-faq-panel {
  display: none;
}
.help-faq-panel.active {
  display: block;
}

.help-faq-title {
  margin: 0 0 clamp(18.66667px, 1.45833vw, 28px);
  color: var(--c-dark);
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  font-weight: 600;
  line-height: 1.3;
}

.help-faq-item {
  margin-bottom: clamp(14.66667px, 1.14583vw, 22px);
}
.help-faq-item:last-child {
  margin-bottom: 0;
}
.help-faq-item h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
  color: var(--c-dark);
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 500;
  line-height: 1.45;
}

.help-faq-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.help-faq-a {
  background: #f5f6f8;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: 14px 24px;
  box-sizing: border-box;
  margin-left: 32px;
}
.help-faq-a p {
  margin: 0;
  color: #666;
  font-size: clamp(10px, 0.78125vw, 15px);
  line-height: 1.7;
}

.help-support {
  background: #fff;
  box-sizing: border-box;
  padding-left: clamp(33.33333px, 2.60417vw, 50px);
}
.help-support h3 {
  position: relative;
  margin: 0 0 16px;
  padding-left: 14px;
  color: var(--c-dark);
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  font-weight: 600;
}
.help-support h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 5px;
  background: var(--c-primary);
}

.help-support-meta {
  margin: 0 0 22px;
  color: #333;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.7;
}

.help-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.help-support-grid li {
  min-width: 0;
}
.help-support-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--c-dark);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
}
.help-support-grid a {
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  word-break: break-all;
  transition: color 0.25s;
}
.help-support-grid a:hover {
  color: var(--c-primary);
}

.help-chat-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.help-chat-link .iconfont {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}

.help-support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(24px, 1.875vw, 36px);
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 500;
  transition: background 0.25s, opacity 0.25s;
}
.help-support-btn:hover {
  color: #fff;
  background: #1a1a1a;
}

/* ========== Contact Us ========== */
.contact-page {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(40px, 3.125vw, 60px);
  align-items: center;
}

.contact-info h2 {
  margin: 0 0 16px;
  color: var(--c-dark);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
  line-height: 1.25;
}
.contact-info > p {
  margin: 0 0 clamp(21.33333px, 1.66667vw, 32px);
  color: var(--c-dark);
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.75;
  max-width: clamp(346.66667px, 27.08333vw, 520px);
}

.contact-list {
  margin: 0 0 clamp(18.66667px, 1.45833vw, 28px);
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14.66667px, 1.14583vw, 22px) clamp(18.66667px, 1.45833vw, 28px);
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 0.625vw, 12px);
  min-width: 0;
}
.contact-list li:last-child {
  grid-column: 1/-1;
}
.contact-list .contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: clamp(13.33333px, 1.04167vw, 20px);
  margin-top: clamp(1.33333px, 0.10417vw, 2px);
}
.contact-list .contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--c-dark);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
}
.contact-list a,
.contact-list span {
  color: var(--c-dark);
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.5;
  word-break: break-word;
}
.contact-list a:hover {
  color: var(--c-primary);
}

.contact-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6.66667px, 0.52083vw, 10px);
}
.contact-social span {
  color: var(--c-dark);
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
}
.contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
}
.contact-social a i {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
}
.contact-social a {
  transition: all 0.25s;
}
.contact-social a:hover {
  color: var(--c-dark);
}

.contact-form-box {
  background: #eef3fb;
  border-radius: clamp(10.66667px, 0.83333vw, 16px);
  padding: clamp(24px, 1.875vw, 36px) clamp(21.33333px, 1.66667vw, 32px);
  box-sizing: border-box;
}

/* contact 字段 / 按钮样式已收敛到 style.scss 全站表单 base */
.contact-form textarea {
  min-height: clamp(93.33333px, 7.29167vw, 140px);
}

/* ========== Payment Method ========== */
.payment-page {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #f8f8f8;
}

.payment-intro {
  text-align: center;
  margin-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.payment-intro h2 {
  margin: 0 0 16px;
  color: var(--c-dark);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
  line-height: 1.3;
}
.payment-intro p {
  margin: 0 auto;
  max-width: clamp(666.66667px, 52.08333vw, 1000px);
  color: #777;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.75;
}

.payment-marquee {
  display: flex;
  flex-direction: column;
  gap: clamp(33.33333px, 2.60417vw, 50px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 82%, transparent 100%);
}

.payment-row {
  overflow: hidden;
  width: 100%;
}

.payment-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.payment-track-group {
  display: flex;
  gap: clamp(33.33333px, 2.60417vw, 50px);
  flex-shrink: 0;
}

.payment-row.is-left .payment-track {
  animation: payment-marquee-left 60s linear infinite;
}

.payment-row.is-right .payment-track {
  animation: payment-marquee-right 60s linear infinite;
}

.payment-marquee:hover .payment-track,
.payment-row:hover .payment-track {
  animation-play-state: paused;
}

@keyframes payment-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes payment-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(64px, 5vw, 96px);
  padding: 0;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
  box-shadow: 0 6px 20px rgba(20, 40, 80, 0.06);
  box-sizing: border-box;
  flex-shrink: 0;
}
.payment-card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* responsive */
@media screen and (max-width: 1023px) {
  .page-404 {
    min-height: 60vh;
    padding: 120px 16px 80px;
  }
  .page-404-code {
    font-size: 96px;
  }
  .page-404-text {
    font-size: 20px;
  }
  .search-kv {
    padding-bottom: 56%;
  }
  .search-kv .search-kv-content {
    padding-top: 88px;
  }
  .search-kv-title {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .search-form {
    flex-direction: column;
    gap: 10px;
  }
  .search-input-wrap input,
  .search-submit {
    height: 48px;
    width: 100%;
  }
  .search-submit {
    min-width: 0;
  }
  .search-page {
    padding: 28px 0 56px;
  }
  .page-kv {
    padding-bottom: 56%;
  }
  .page-kv .page-kv-content {
    padding-top: 88px;
  }
  .page-kv-title {
    font-size: 36px;
  }
  .policy-page {
    padding: 72px 0 64px;
  }
  .policy-editor h1,
  .policy-editor h2,
  .policy-editor h3,
  .policy-editor h4,
  .policy-editor h5,
  .policy-editor h6,
  .policy-editor p,
  .policy-editor ul,
  .policy-editor ol,
  .policy-editor img,
  .policy-editor table {
    max-width: 100%;
  }
  .policy-editor img {
    height: auto;
  }
  .policy-editor table {
    display: block;
    overflow-x: auto;
  }
  .help-page,
  .contact-page,
  .payment-page {
    padding: 40px 0 64px;
  }
  .help-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .help-main {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
  }
  .help-support {
    padding-left: 0;
    padding-top: 8px;
  }
  .help-support h3 {
    font-size: 24px;
  }
  .help-cats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .help-cat {
    min-height: 56px;
    font-size: 15px;
    padding: 14px 16px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }
  .help-cat .help-cat-icon {
    width: 28px;
    height: 28px;
  }
  .help-cat .help-cat-icon::after {
    width: 22px;
    height: 22px;
  }
  .help-cat:hover .help-cat-icon img, .help-cat.active .help-cat-icon img {
    transform: translateX(6px);
  }
  .help-faq-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .help-faq-item h3 {
    font-size: 16px;
  }
  .help-faq-a {
    border-radius: 12px;
    padding: 12px 16px;
    margin-left: 0;
  }
  .help-support-grid {
    grid-template-columns: 1fr;
  }
  .help-support-meta {
    font-size: 14px;
  }
  .contact-info h2,
  .payment-intro h2 {
    font-size: 28px;
  }
  .contact-info > p {
    font-size: 15px;
    max-width: none;
  }
  .contact-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-form-box {
    padding: 24px 18px;
  }
  .contact-list .contact-icon {
    width: 20px;
    height: 20px;
  }
  .payment-intro {
    margin-bottom: 28px;
  }
  .payment-intro p {
    font-size: 14px;
  }
  .payment-marquee {
    gap: 14px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  }
  .payment-card {
    width: 160px;
    height: 72px;
  }
  .payment-row.is-left .payment-track,
  .payment-row.is-right .payment-track {
    animation-duration: 45s;
  }
}
@media screen and (max-width: 640px) {
  .page-404 {
    padding: 96px 16px 64px;
  }
  .page-404-code {
    font-size: 72px;
  }
  .page-404-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .page-kv-title,
  .search-kv-title {
    font-size: 28px;
  }
  .page-crumbs {
    font-size: 13px;
  }
  .policy-page {
    padding: 64px 0 48px;
  }
  .help-page,
  .contact-page,
  .payment-page {
    padding: 28px 0 48px;
  }
  .help-faq-title {
    font-size: 20px;
  }
  .help-faq-num {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .help-support h3 {
    font-size: 20px;
  }
  .contact-info h2,
  .payment-intro h2 {
    font-size: 24px;
  }
  .contact-form-box {
    padding: 20px 14px;
    border-radius: 12px;
  }
  .contact-submit {
    width: 100%;
    min-width: 0;
  }
  .payment-card {
    width: 140px;
    height: 64px;
  }
  .payment-marquee {
    gap: 12px;
  }
  .payment-track-group {
    gap: 12px;
    padding-right: 12px;
  }
}

/*# sourceMappingURL=misc.css.map */
