:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  color: #262626;
  background: #edf0f4;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-width: 320px;
  background: #edf0f4;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.page-switcher {
  position: fixed;
  z-index: 90;
  top: 118px;
  left: calc(50% - 313.5px);
  display: flex;
  width: 112px;
  flex-direction: column;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(210, 217, 225, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(31, 39, 49, 0.11);
  backdrop-filter: blur(12px);
}

.page-switcher-title {
  padding: 0 4px 2px;
  color: #9299a3;
  font-size: 10px;
  line-height: 16px;
}

.page-switcher a {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  padding: 7px 9px;
  border-radius: 11px;
  color: #555d67;
  text-decoration: none;
}

.page-switcher a:hover {
  background: #f5f7f9;
}

.page-switcher a.active {
  color: #fff;
  background: #2f3338;
}

.page-switcher a b {
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}

.page-switcher a small {
  margin-top: 1px;
  color: inherit;
  font-size: 9px;
  line-height: 13px;
  opacity: 0.7;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  font: inherit;
  cursor: pointer;
}

button:focus-visible {
  outline: 2px solid rgba(38, 136, 255, 0.45);
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.app-screen {
  position: relative;
  width: min(100vw, 375px);
  min-height: max(100dvh, 1433px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 32px rgba(26, 34, 44, 0.08);
}

.map-hero {
  position: relative;
  height: 255px;
  background-color: #f2f3f7;
  background-image: url("./assets/quote-page-reference.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 375px 1433px;
}

.hero-hotspot {
  position: absolute;
  z-index: 2;
  border-radius: 20px;
}

.hotspot-back {
  top: 69px;
  left: 15px;
  width: 36px;
  height: 38px;
}

.hotspot-deadline {
  top: 69px;
  left: 85px;
  width: 208px;
  height: 40px;
}

.hotspot-guide {
  top: 197px;
  left: 14px;
  width: 190px;
  height: 34px;
}

.content-sheet {
  position: relative;
  z-index: 3;
  height: 1191px;
  margin-top: -13px;
  border-radius: 27px 27px 0 0;
  background: #fff;
}

.sheet-handle {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #c8c8c8;
  transform: translateX(-50%);
}

.quote-heading {
  position: absolute;
  top: 28px;
  right: 16px;
  left: 19px;
  display: flex;
  height: 59px;
  align-items: flex-start;
  justify-content: space-between;
}

.heading-copy {
  min-width: 0;
}

.heading-copy p {
  margin: 0 0 4px;
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.heading-copy h1 {
  margin: 0;
  color: #242424;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.my-trip {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 44px;
  height: 48px;
  flex: 0 0 44px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  overflow: hidden;
  color: transparent;
  background-image: url("./assets/quote-page-reference.png");
  background-position: -315px -270px;
  background-repeat: no-repeat;
  background-size: 375px 1433px;
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
}

.trip-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: transparent;
  background: transparent;
  opacity: 0;
}

.trip-icon svg {
  width: 23px;
  height: 23px;
}

.wechat-alert,
.payment-card,
.benefit-card,
.faq-card {
  position: absolute;
  right: 16px;
  left: 16px;
  background: #fff;
  box-shadow: 0 7px 21px rgba(29, 35, 44, 0.085);
}

.wechat-alert {
  top: 95px;
  display: flex;
  height: 42px;
  align-items: center;
  padding: 0 38px 0 15px;
  border-radius: 13px;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  transition: opacity 160ms ease, transform 160ms ease;
}

.wechat-alert.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
}

.bell {
  display: block;
  width: 18px;
  height: 20px;
  flex: 0 0 18px;
  margin-right: 8px;
  overflow: hidden;
  color: transparent;
  background-image: url("./assets/quote-page-reference.png");
  background-position: -31px -347px;
  background-repeat: no-repeat;
  background-size: 375px 1433px;
  font-size: 0;
}

.alert-copy {
  overflow: hidden;
  color: #3e3e3e;
  text-overflow: clip;
}

.alert-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 4px;
  color: #ff6267;
}

.alert-link span {
  margin-left: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
}

.alert-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  color: #a7aaae;
}

.alert-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vehicle-map {
  position: absolute;
  top: 153px;
  right: 16px;
  left: 16px;
  height: 219px;
  overflow: hidden;
  border-radius: 23px;
  background-image: url("./assets/quote-page-reference.png");
  background-position: -16px -395px;
  background-repeat: no-repeat;
  background-size: 375px 1433px;
  box-shadow: 0 9px 25px rgba(29, 35, 44, 0.09);
}

.payment-card {
  top: 384px;
  height: 77px;
  padding: 13px 16px 11px;
  border-radius: 18px;
}

.payment-title-row,
.payment-sub-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-title-row h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.help-mark {
  display: inline-grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border: 1px solid #777;
  border-radius: 50%;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.payment-title-row strong {
  display: flex;
  align-items: baseline;
  gap: 1px;
  color: #2d2d2d;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.4px;
}

.payment-title-row small {
  margin-right: 0;
  font-size: 12px;
  font-weight: 500;
}

.payment-sub-row {
  margin-top: 5px;
  color: #929292;
  font-size: 12px;
  line-height: 18px;
}

.payment-sub-row .refund-note {
  color: #ff6066;
}

.membership-card {
  position: absolute;
  top: 476px;
  right: 16px;
  left: 16px;
  display: flex;
  height: 86px;
  align-items: center;
  padding: 11px 12px;
  overflow: hidden;
  border-radius: 19px;
  background: linear-gradient(105deg, #f8fff1 0%, #fff 63%);
  box-shadow: 0 7px 21px rgba(29, 35, 44, 0.085);
  text-align: left;
}

.membership-visual {
  display: block;
  width: 48px;
  height: 62px;
  flex: 0 0 48px;
  background-image: url("./assets/dongfang-membership-annual-card.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 66px auto;
  border: 1px solid rgba(97, 143, 65, 0.14);
  border-radius: 10px;
}

.membership-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}

.membership-copy strong {
  max-width: 174px;
  overflow: hidden;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.membership-copy small {
  margin-top: 1px;
  color: #8a8a8a;
  font-size: 10.5px;
  line-height: 16px;
  white-space: nowrap;
}

.membership-tag {
  height: 17px;
  margin-bottom: 1px;
  padding: 0 6px;
  border-radius: 9px;
  color: #4f8a33;
  background: #edf7e8;
  font-size: 9px;
  line-height: 17px;
}

.membership-cta {
  display: flex;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 0 9px 0 10px;
  border-radius: 16px;
  color: #fff;
  background: #4b9438;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

.membership-cta span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}

.benefit-card {
  top: 577px;
  height: 120px;
  padding: 10px 16px;
  border-radius: 19px;
}

.benefit-row {
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  color: #343434;
  font-size: 14px;
}

.benefit-label {
  display: flex;
  align-items: center;
}

.benefit-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  overflow: hidden;
  background-image: url("./assets/quote-page-reference.png");
  background-repeat: no-repeat;
  background-size: 375px 1433px;
}

.benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.benefit-row:nth-child(1) .benefit-icon {
  background-position: -32px -735px;
}

.benefit-row:nth-child(2) .benefit-icon {
  background-position: -32px -768px;
}

.benefit-row:nth-child(3) .benefit-icon {
  background-position: -32px -801px;
}

.benefit-row button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #919191;
  font-size: 13px;
}

.benefit-row button span {
  color: #969696;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.faq-card {
  top: 710px;
  height: 237px;
  padding: 14px 16px 12px;
  border-radius: 24px;
}

.faq-card h2 {
  margin: 0;
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.question-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 11px;
}

.question-list > button,
.question-row > button {
  display: flex;
  height: 41px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dfe6ef;
  border-radius: 22px;
  color: #666;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.question-list > button:first-child {
  width: 160px;
  height: 41px;
}

.question-list > button:nth-child(2) {
  width: 196px;
}

.question-row {
  display: flex;
  width: 100%;
  gap: 9px;
}

.question-row > button {
  flex: 0 0 auto;
  justify-content: flex-start;
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.question-row > button:first-child {
  width: 148px;
}

.question-row > button:last-child {
  width: 147px;
}

.chat-icon {
  position: relative;
  display: inline-flex;
  width: 19px;
  height: 17px;
  align-items: flex-start;
  justify-content: center;
  margin-right: 5px;
  padding-top: 1px;
  border: 1.4px solid currentColor;
  border-radius: 9px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  background-image: radial-gradient(circle at 6px 7px, currentColor 1px, transparent 1.2px), radial-gradient(circle at 9.5px 7px, currentColor 1px, transparent 1.2px), radial-gradient(circle at 13px 7px, currentColor 1px, transparent 1.2px);
  font-size: 0;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 10px;
}

.chat-icon::after {
  position: absolute;
  bottom: -2px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-bottom: 1.4px solid currentColor;
  border-left: 1.4px solid currentColor;
  background: #fff;
  content: "";
  transform: rotate(-18deg);
}

.customer-service {
  position: absolute;
  bottom: 13px;
  left: calc(50% + 2px);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #292929;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transform: translateX(-50%);
}

.customer-service svg {
  width: 17px;
  height: 17px;
}

.bottom-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  width: min(100vw, 375px);
  height: 95px;
  border-radius: 25px 25px 0 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -5px 23px rgba(24, 34, 45, 0.055);
  transform: translateX(-50%);
}

.more-button {
  position: absolute;
  top: 27px;
  left: 22.5px;
  display: flex;
  width: 9px;
  height: 17px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.more-button span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1e1e1e;
}

.invoice-button {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 116px;
  height: 50px;
  border-radius: 27px;
  color: #d5d5d5;
  background: #f2f2f2;
  font-size: 17px;
  font-weight: 600;
}

.invoice-button:disabled {
  cursor: default;
  opacity: 1;
}

.home-indicator {
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 134px;
  height: 5px;
  border-radius: 3px;
  background: #050505;
  transform: translateX(-50%);
}

.recipient-choice {
  position: fixed;
  z-index: 45;
  inset: 0;
  left: 50%;
  width: min(100vw, 375px);
  transform: translateX(-50%);
}

.recipient-choice[hidden] {
  display: none;
}

.recipient-choice-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.recipient-choice-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 23px 18px 22px;
  border-radius: 25px 25px 0 0;
  background: #fff;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.13);
  animation: claim-guide-enter 180ms ease-out both;
}

.recipient-choice-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  color: #999;
}

.recipient-choice-close svg {
  width: 100%;
  height: 100%;
}

.recipient-choice-sheet h2 {
  margin: 0;
  padding-right: 32px;
  color: #252525;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.recipient-choice-sheet > p {
  margin: 3px 0 18px;
  color: #8b8b8b;
  font-size: 12px;
  line-height: 18px;
}

.recipient-options {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.recipient-options > button {
  display: flex;
  width: 100%;
  height: 74px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #e7eaec;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}

.recipient-options > button:last-child {
  border-color: #ddebd8;
  background: #f9fff6;
}

.recipient-option-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-right: 12px;
  place-items: center;
  border-radius: 14px;
}

.recipient-option-icon.self {
  color: #4c81d4;
  background: #eef5ff;
}

.recipient-option-icon.friend {
  color: #4b9438;
  background: #eef8e9;
}

.recipient-option-icon svg {
  width: 25px;
  height: 25px;
}

.recipient-options > button > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.recipient-options strong {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.recipient-options small {
  margin-top: 2px;
  overflow: hidden;
  color: #8c8e91;
  font-size: 11px;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recipient-options > button > i {
  margin-left: 8px;
  color: #9b9da0;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.mini-program-page {
  position: fixed;
  z-index: 50;
  top: max(0px, calc((100dvh - 812px) / 2));
  bottom: auto;
  left: 50%;
  width: min(100vw, 375px);
  height: min(100dvh, 812px);
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 0 32px rgba(26, 34, 44, 0.12);
  transform: translateX(-50%);
  animation: mini-program-enter 180ms ease-out both;
}

.mini-program-page[hidden] {
  display: none;
}

.gift-program-page {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 375px);
  overflow: hidden;
  background: #f1f7ef;
  box-shadow: 0 0 32px rgba(26, 34, 44, 0.12);
  transform: translateX(-50%);
  animation: mini-program-enter 180ms ease-out both;
}

.gift-program-page[hidden] {
  display: none;
}

.wechat-login-gate {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: grid;
  place-items: center;
}

.wechat-login-gate[hidden] {
  display: none;
}

.wechat-login-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.wechat-login-dialog {
  position: relative;
  width: 315px;
  padding: 22px 20px 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  animation: wechat-login-enter 160ms ease-out both;
}

.wechat-login-dialog[hidden],
.wechat-login-required[hidden] {
  display: none;
}

.wechat-login-app {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wechat-login-app > span {
  display: grid;
  width: 31px;
  height: 31px;
  margin-right: 8px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #07c160;
}

.wechat-login-app svg {
  width: 25px;
  height: 25px;
}

.wechat-login-app strong {
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.wechat-login-dialog h3 {
  margin: 16px 0 0;
  color: #1f1f1f;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}

.wechat-login-dialog > p {
  margin: 3px 0 17px;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.wechat-login-permission {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 9px 11px;
  border-radius: 10px;
  background: #f7f7f7;
}

.wechat-login-user {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  color: #666;
  background: #e9e9e9;
}

.wechat-login-user svg {
  width: 22px;
  height: 22px;
}

.wechat-login-permission > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.wechat-login-permission strong {
  color: #303030;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.wechat-login-permission small {
  color: #999;
  font-size: 10px;
  line-height: 16px;
}

.wechat-login-notice {
  display: block;
  margin: 12px 0 17px;
  color: #999;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.wechat-login-actions {
  display: grid;
  margin: 0 -20px;
  border-top: 1px solid #ededed;
  grid-template-columns: 1fr 1fr;
}

.wechat-login-actions button {
  height: 50px;
  color: #666;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
}

.wechat-login-actions button + button {
  border-left: 1px solid #ededed;
  color: #07c160;
}

.wechat-login-required {
  position: relative;
  display: flex;
  width: 315px;
  flex-direction: column;
  align-items: center;
  padding: 27px 22px 19px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: wechat-login-enter 160ms ease-out both;
}

.wechat-login-required-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: #07c160;
  background: #eaf9f1;
}

.wechat-login-required-icon svg {
  width: 34px;
  height: 34px;
}

.wechat-login-required h3 {
  margin: 17px 0 0;
  color: #222;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
}

.wechat-login-required p {
  margin: 7px 3px 21px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.wechat-login-retry {
  width: 100%;
  height: 45px;
  border-radius: 23px;
  color: #fff;
  background: #07c160;
  font-size: 15px;
  font-weight: 500;
}

.wechat-login-leave {
  height: 34px;
  margin-top: 6px;
  padding: 0 16px;
  color: #999;
  background: transparent;
  font-size: 12px;
}

.gift-program-header {
  position: relative;
  z-index: 2;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ededed;
  background: rgba(255, 255, 255, 0.97);
}

.gift-program-header h2 {
  max-width: 210px;
  margin: 0;
  overflow: hidden;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-program-back {
  position: absolute;
  top: 12px;
  left: 13px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #242424;
}

.gift-program-back svg {
  width: 23px;
  height: 23px;
}

.gift-program-capsule {
  position: absolute;
  top: 12px;
  right: 11px;
  display: flex;
  width: 68px;
  height: 30px;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #dedede;
  border-radius: 16px;
  color: #292929;
  background: rgba(255, 255, 255, 0.9);
}

.gift-program-capsule span {
  margin-top: -4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.gift-program-capsule i {
  width: 12px;
  height: 12px;
  border: 2px solid #292929;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #292929;
}

.gift-program-content {
  height: calc(100dvh - 54px);
  padding: 18px 16px 28px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: linear-gradient(180deg, #eef9e9 0, #f5f7f4 240px, #f5f7f4 100%);
  -webkit-overflow-scrolling: touch;
}

.gift-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0 19px;
  text-align: center;
}

.gift-brand {
  height: 23px;
  padding: 0 10px;
  border-radius: 12px;
  color: #4b9438;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 3px 10px rgba(60, 100, 47, 0.07);
  font-size: 11px;
  font-weight: 600;
  line-height: 23px;
}

.gift-symbol {
  display: grid;
  width: 66px;
  height: 66px;
  margin-top: 14px;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, #7dc966, #3f8e31);
  box-shadow: 0 9px 20px rgba(69, 136, 49, 0.22);
}

.gift-symbol svg {
  width: 42px;
  height: 42px;
}

.gift-intro h1 {
  margin: 14px 0 0;
  color: #273126;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.gift-intro p {
  margin: 4px 0 0;
  color: #6f786d;
  font-size: 13px;
  line-height: 20px;
}

.friend-review-card,
.gift-transfer-card {
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(42, 62, 36, 0.08);
}

.friend-review-card {
  padding: 15px 15px 14px;
}

.friend-review-card header {
  display: flex;
  align-items: center;
}

.friend-avatar {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #7ca9e2, #4e78b8);
  font-size: 15px;
  font-weight: 600;
}

.friend-review-card header > div {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.friend-review-card header strong {
  color: #303330;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.friend-review-card header small {
  color: #9a9d99;
  font-size: 10px;
  line-height: 16px;
}

.review-stars {
  color: #ffb743;
  font-size: 11px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.friend-review-card blockquote {
  margin: 13px 0 0;
  padding: 12px 13px;
  border-radius: 12px;
  color: #5f635e;
  background: #f7f9f6;
  font-size: 12px;
  line-height: 20px;
}

.gift-transfer-card {
  margin-top: 13px;
  padding: 17px 15px 16px;
}

.gift-label {
  display: inline-block;
  height: 21px;
  padding: 0 8px;
  border-radius: 11px;
  color: #4b9438;
  background: #eef7e9;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
}

.gift-transfer-card h2 {
  margin: 8px 0 13px;
  color: #2b302a;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.gift-membership-product {
  display: flex;
  height: 104px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e3ecdF;
  border-radius: 14px;
  background: linear-gradient(105deg, #f5fceF, #fff);
}

.gift-membership-visual {
  display: block;
  width: 66px;
  height: 86px;
  flex: 0 0 66px;
  margin-right: 12px;
  border: 1px solid rgba(97, 143, 65, 0.14);
  border-radius: 11px;
  background-image: url("./assets/dongfang-membership-annual-card.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 91px auto;
}

.gift-membership-product > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gift-membership-product strong {
  color: #313431;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.gift-membership-product small {
  margin-top: 3px;
  color: #888c87;
  font-size: 11px;
  line-height: 17px;
}

.gift-transfer-card > p {
  margin: 12px 2px 14px;
  color: #888c87;
  font-size: 11px;
  line-height: 18px;
}

.gift-transfer-card > button {
  width: 100%;
  height: 46px;
  border-radius: 24px;
  color: #fff;
  background: #4b9438;
  font-size: 16px;
  font-weight: 600;
}

.gift-program-footnote {
  margin: 17px 0 0;
  color: #a0a49e;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.mini-program-header {
  position: relative;
  z-index: 2;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ededed;
  background: rgba(255, 255, 255, 0.97);
}

.mini-program-header h2 {
  max-width: 210px;
  margin: 0;
  overflow: hidden;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-program-back {
  position: absolute;
  top: 12px;
  left: 13px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #242424;
}

.mini-program-back svg {
  width: 23px;
  height: 23px;
}

.mini-program-capsule {
  position: absolute;
  top: 12px;
  right: 11px;
  display: flex;
  width: 68px;
  height: 30px;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #dedede;
  border-radius: 16px;
  color: #292929;
  background: rgba(255, 255, 255, 0.9);
}

.mini-program-capsule span {
  margin-top: -4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mini-program-capsule i {
  width: 12px;
  height: 12px;
  border: 2px solid #292929;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #292929;
}

.mini-program-content {
  height: calc(100% - 54px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #e9f2d5;
  -webkit-overflow-scrolling: touch;
}

.mini-program-content img {
  display: block;
  width: 100%;
  height: auto;
}

.mini-program-claim {
  min-height: 142px;
  padding: 10px 14px 18px;
  background: #fff;
  box-shadow: 0 -5px 18px rgba(44, 71, 35, 0.08);
  text-align: left;
}

.claim-agreement {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
}

.claim-agreement-checkbox {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  appearance: none;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.claim-agreement-checkbox:checked {
  border-color: #8b4a00;
  background: #8b4a00;
}

.claim-agreement-checkbox:checked::after {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  transform: rotate(45deg);
}

.claim-agreement-checkbox:focus-visible {
  outline: 2px solid rgba(139, 74, 0, 0.3);
  outline-offset: 2px;
}

.claim-agreement label {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}

.claim-agreement label b {
  color: #70400d;
  font-weight: 400;
}

.mini-program-claim > button {
  width: 100%;
  height: 40px;
  margin-top: 8px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(90deg, #a85a00 0%, #713800 100%);
  font-size: 15px;
  font-weight: 600;
}

.claim-guide {
  position: absolute;
  z-index: 5;
  inset: 0;
}

.claim-guide[hidden] {
  display: none;
}

.claim-guide-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
}

.claim-guide-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 23px 20px 20px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.13);
  animation: claim-guide-enter 180ms ease-out both;
}

.claim-guide-close {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 28px;
  height: 28px;
  color: #989898;
}

.claim-guide-close svg {
  width: 100%;
  height: 100%;
}

.claim-guide-sheet h3 {
  margin: 0;
  padding-right: 32px;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}

.claim-guide-sheet > p {
  margin: 4px 0 18px;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

.claim-guide-sheet ol {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.claim-guide-sheet li {
  display: flex;
  align-items: center;
  color: #383838;
  font-size: 13px;
  line-height: 22px;
}

.claim-guide-sheet li span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-right: 9px;
  place-items: center;
  border-radius: 50%;
  color: #4b9438;
  background: #eef7e9;
  font-size: 12px;
  font-weight: 600;
}

.claim-guide-primary {
  width: 100%;
  height: 46px;
  margin-top: 22px;
  border-radius: 24px;
  color: #fff;
  background: #4b9438;
  font-size: 16px;
  font-weight: 600;
}

body.mini-program-is-open {
  overflow: hidden;
}

@keyframes mini-program-enter {
  from {
    opacity: 0;
    transform: translate(-50%, 14px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes claim-guide-enter {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes wechat-login-enter {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.toast {
  position: fixed;
  z-index: 70;
  bottom: 112px;
  left: 50%;
  max-width: 300px;
  padding: 9px 14px;
  border-radius: 18px;
  color: #fff;
  background: rgba(26, 26, 26, 0.82);
  font-size: 13px;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

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

@media (max-width: 374px) {
  .app-screen {
    min-height: max(100dvh, 1223px);
  }

  .map-hero,
  .vehicle-map {
    background-size: 100vw auto;
  }

  .heading-copy h1 {
    font-size: 17px;
    letter-spacing: -0.8px;
  }

  .wechat-alert {
    font-size: 12px;
  }

  .question-row {
    gap: 5px;
  }

  .question-row > button {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .page-switcher {
    display: none;
  }
}
