.shenmei-home-about-reuse,
.shenmei-home-about-reuse * {
  box-sizing: border-box;
}

.shenmei-home-about-reuse {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(132, 66, 245, 0.16), rgba(0, 0, 0, 0) 30%),
    linear-gradient(250deg, rgba(25, 188, 179, 0.12), rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, #000 0%, #07070a 46%, #000 100%);
  color: #f7f7f7;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
  --sm-bg: #000;
  --sm-bg-soft: #07070a;
  --sm-panel: rgba(8, 8, 10, 0.88);
  --sm-panel-solid: #08080a;
  --sm-line: rgba(255, 255, 255, 0.13);
  --sm-line-strong: rgba(255, 255, 255, 0.26);
  --sm-muted: rgba(255, 255, 255, 0.54);
  --sm-primary: #8541f5;
  --sm-primary-2: #b887ff;
  --sm-cyan: #7df3ee;
  --sm-gold: #e9c77a;
  --sm-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

.shenmei-home-about-reuse::before,
.shenmei-home-about-reuse::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.shenmei-home-about-reuse::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 120px);
  opacity: 0.42;
}

.shenmei-home-about-reuse::after {
  background: linear-gradient(180deg, rgba(133, 65, 245, 0.08), rgba(0, 0, 0, 0) 16%, rgba(125, 243, 238, 0.06) 58%, rgba(0, 0, 0, 0));
  mix-blend-mode: screen;
  opacity: 0.72;
}

.shenmei-home-about-reuse p,
.shenmei-home-about-reuse h2,
.shenmei-home-about-reuse h3 {
  margin: 0;
}

.shenmei-home-about-reuse img {
  display: block;
  max-width: none;
  max-height: none;
}

.shenmei-home-about-reuse .sm-about-shell {
  width: min(1450px, calc(100% - 128px));
  margin: 0 auto;
}

.shenmei-home-about-reuse .sm-about-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform-style: preserve-3d;
}

.shenmei-home-about-reuse .sm-about-section {
  padding: 150px 0;
  background: transparent;
  perspective: 1400px;
}

.shenmei-home-about-reuse .sm-about-section::before {
  content: "";
  position: absolute;
  inset: 64px 5vw;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.045);
  opacity: 0;
  transform: translateY(40px) rotateX(10deg);
  transform-origin: center top;
  transition: opacity 900ms var(--sm-ease), transform 900ms var(--sm-ease);
}

.shenmei-home-about-reuse .sm-about-section.is-current::before {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.shenmei-home-about-reuse .sm-about-eyebrow,
.shenmei-home-about-reuse .sm-section-kicker {
  color: var(--sm-cyan);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.shenmei-home-about-reuse .sm-section-head {
  max-width: 920px;
  margin-bottom: 74px;
}

.shenmei-home-about-reuse .sm-section-head--center,
.shenmei-home-about-reuse .sm-about-business .sm-section-head,
.shenmei-home-about-reuse .sm-about-scale .sm-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.shenmei-home-about-reuse .sm-about-business .sm-about-eyebrow,
.shenmei-home-about-reuse .sm-about-business .sm-section-title,
.shenmei-home-about-reuse .sm-about-business .sm-section-intro,
.shenmei-home-about-reuse .sm-about-scale .sm-about-eyebrow,
.shenmei-home-about-reuse .sm-about-scale .sm-section-title,
.shenmei-home-about-reuse .sm-about-scale .sm-section-intro {
  text-align: center;
}

.shenmei-home-about-reuse .sm-section-title {
  margin-top: 18px;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.24;
}

.shenmei-home-about-reuse .sm-section-intro {
  width: 760px;
  max-width: 100%;
  margin: 22px auto 0;
  color: var(--sm-muted);
  font-size: 18px;
  line-height: 1.86;
}

.shenmei-home-about-reuse [data-sm-reveal] {
  opacity: 0;
  clip-path: inset(18% 0 18% 0);
  filter: blur(12px);
  transform: translateY(70px) rotateX(14deg) scale(0.985);
  transform-origin: center top;
  transition: opacity 980ms var(--sm-ease), clip-path 980ms var(--sm-ease), filter 980ms var(--sm-ease), transform 980ms var(--sm-ease);
  transition-delay: calc(var(--sm-stagger, 0) * 70ms);
}

.shenmei-home-about-reuse [data-sm-reveal].is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  filter: blur(0);
  transform: translateY(0) rotateX(0) scale(1);
}

.shenmei-home-about-reuse .sm-about-business {
  padding-top: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 28%, #030304 100%);
}

.shenmei-home-about-reuse .sm-business-deck {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  min-height: 650px;
  perspective: 1500px;
}

.shenmei-home-about-reuse .sm-business-card {
  --sm-tilt-x: 0deg;
  --sm-tilt-y: 0deg;
  position: relative;
  flex: 0 0 350px;
  height: 545px;
  margin: 0 -12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: #050506;
  outline: 0;
  overflow: hidden;
  transform: translateY(var(--sm-card-y, 0)) rotate(var(--sm-card-rotate, 0deg)) perspective(900px) rotateX(var(--sm-tilt-y)) rotateY(var(--sm-tilt-x));
  transition: border-color 320ms ease, transform 320ms ease, filter 320ms ease;
}

.shenmei-home-about-reuse .sm-business-card--left {
  --sm-card-y: 54px;
  --sm-card-rotate: -9deg;
  z-index: 1;
}

.shenmei-home-about-reuse .sm-business-card--main {
  --sm-card-y: 0px;
  --sm-card-rotate: 0deg;
  z-index: 4;
  flex-basis: 390px;
  height: 585px;
}

.shenmei-home-about-reuse .sm-business-card--right {
  --sm-card-y: 48px;
  --sm-card-rotate: 8deg;
  z-index: 2;
}

.shenmei-home-about-reuse .sm-business-card--side {
  --sm-card-y: 92px;
  --sm-card-rotate: 12deg;
  z-index: 1;
}

.shenmei-home-about-reuse .sm-business-card:hover,
.shenmei-home-about-reuse .sm-business-card:focus,
.shenmei-home-about-reuse .sm-business-card.is-active {
  z-index: 8;
  border-color: rgba(125, 243, 238, 0.72);
  filter: drop-shadow(0 24px 62px rgba(0, 0, 0, 0.52));
  transform: translateY(-20px) rotate(0deg) perspective(900px) rotateX(var(--sm-tilt-y)) rotateY(var(--sm-tilt-x));
}

.shenmei-home-about-reuse .sm-business-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: scale(1.03);
  transition: opacity 520ms ease, transform 720ms var(--sm-ease);
}

.shenmei-home-about-reuse .sm-business-card:hover img,
.shenmei-home-about-reuse .sm-business-card:focus img,
.shenmei-home-about-reuse .sm-business-card.is-active img {
  opacity: 1;
  transform: scale(1.1);
}

.shenmei-home-about-reuse .sm-business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.28) 36%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(125deg, rgba(133, 65, 245, 0.2), rgba(0, 0, 0, 0) 42%);
}

.shenmei-home-about-reuse .sm-business-card__body {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
}

.shenmei-home-about-reuse .sm-business-card__body span {
  color: var(--sm-gold);
  font-size: 14px;
  font-weight: 900;
}

.shenmei-home-about-reuse .sm-business-card__body h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.24;
}

.shenmei-home-about-reuse .sm-business-card__body p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.72;
}

.shenmei-home-about-reuse .sm-about-scale {
  padding-bottom: 160px;
  background: linear-gradient(180deg, #030304, #000);
}

.shenmei-home-about-reuse .sm-scale-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.shenmei-home-about-reuse .sm-scale-card {
  --sm-tilt-x: 0deg;
  --sm-tilt-y: 0deg;
  min-height: 266px;
  padding: 52px 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: #08080a;
  outline: 0;
  text-align: center;
  transform: perspective(900px) rotateX(var(--sm-tilt-y)) rotateY(var(--sm-tilt-x));
  transition: border-color 280ms ease, transform 280ms ease, background 280ms ease;
}

.shenmei-home-about-reuse .sm-scale-card:hover,
.shenmei-home-about-reuse .sm-scale-card:focus {
  border-color: rgba(133, 65, 245, 0.78);
  background: #0d0a14;
  transform: translateY(-16px);
}

.shenmei-home-about-reuse .sm-scale-card strong {
  display: block;
  color: #f3f3f3;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
}

.shenmei-home-about-reuse .sm-scale-card span {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

.shenmei-home-about-reuse .sm-city-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  width: min(1240px, 100%);
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.shenmei-home-about-reuse .sm-city-strip span {
  min-width: 0;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  cursor: default;
  outline: 0;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease;
}

.shenmei-home-about-reuse .sm-city-strip span:hover,
.shenmei-home-about-reuse .sm-city-strip span:focus,
.shenmei-home-about-reuse .sm-city-strip span.is-active {
  border-color: rgba(125, 243, 238, 0.58);
  background: rgba(125, 243, 238, 0.1);
  color: #fff;
  transform: none;
}

.shenmei-home-about-reuse .sm-contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.58fr);
  gap: 48px;
  width: min(1240px, 100%);
  margin: 56px auto 0;
  padding: 42px 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(125, 243, 238, 0.12), rgba(133, 65, 245, 0.06) 34%, rgba(255, 255, 255, 0.035) 100%),
    #050507;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.shenmei-home-about-reuse .sm-contact-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sm-cyan), var(--sm-primary));
  opacity: 0.92;
}

.shenmei-home-about-reuse .sm-contact-panel::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -76%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 243, 238, 0.18), rgba(125, 243, 238, 0) 68%);
  pointer-events: none;
}

.shenmei-home-about-reuse .sm-contact-lead,
.shenmei-home-about-reuse .sm-contact-list {
  position: relative;
  z-index: 1;
}

.shenmei-home-about-reuse .sm-contact-lead h3 {
  margin-top: 16px;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.22;
}

.shenmei-home-about-reuse .sm-about-scale .sm-contact-lead .sm-about-eyebrow {
  text-align: left;
}

.shenmei-home-about-reuse .sm-contact-lead span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 16px;
  line-height: 1.72;
}

.shenmei-home-about-reuse .sm-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.shenmei-home-about-reuse .sm-contact-item {
  position: relative;
  min-height: 142px;
  padding: 24px 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  outline: 0;
  transition: border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

.shenmei-home-about-reuse .sm-contact-item::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(125, 243, 238, 0.65);
  box-shadow: 0 0 26px rgba(125, 243, 238, 0.45);
  opacity: 0.52;
  transition: opacity 240ms ease, transform 240ms ease;
}

.shenmei-home-about-reuse .sm-contact-item:hover,
.shenmei-home-about-reuse .sm-contact-item:focus {
  border-color: rgba(125, 243, 238, 0.44);
  background: rgba(125, 243, 238, 0.075);
  transform: translateY(-6px);
}

.shenmei-home-about-reuse .sm-contact-item:hover::after,
.shenmei-home-about-reuse .sm-contact-item:focus::after {
  opacity: 1;
  transform: scale(1.25);
}

.shenmei-home-about-reuse .sm-contact-item em {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}

.shenmei-home-about-reuse .sm-contact-item strong {
  display: block;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  word-break: break-word;
}

.shenmei-home-about-reuse .sm-contact-item--address strong {
  font-size: 18px;
  line-height: 1.62;
}

@media (max-width: 1280px) {
  .shenmei-home-about-reuse .sm-about-shell {
    width: calc(100% - 72px);
  }

  .shenmei-home-about-reuse .sm-business-deck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    gap: 18px;
  }

  .shenmei-home-about-reuse .sm-business-card,
  .shenmei-home-about-reuse .sm-business-card--main {
    flex: none;
    width: auto;
    height: 520px;
    margin: 0;
    transform: none;
  }

  .shenmei-home-about-reuse .sm-scale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shenmei-home-about-reuse .sm-contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .shenmei-home-about-reuse .sm-about-shell {
    width: calc(100% - 32px);
  }

  .shenmei-home-about-reuse .sm-about-section {
    padding: 82px 0;
  }

  .shenmei-home-about-reuse .sm-section-head {
    margin-bottom: 42px;
  }

  .shenmei-home-about-reuse .sm-section-title {
    margin-top: 12px;
    font-size: 31px;
    line-height: 1.32;
  }

  .shenmei-home-about-reuse .sm-section-intro {
    font-size: 16px;
    line-height: 1.72;
  }

  .shenmei-home-about-reuse .sm-business-deck,
  .shenmei-home-about-reuse .sm-scale-grid {
    grid-template-columns: 1fr;
  }

  .shenmei-home-about-reuse .sm-scale-card {
    min-height: 0;
    border-radius: 20px;
  }

  .shenmei-home-about-reuse .sm-business-card,
  .shenmei-home-about-reuse .sm-business-card--main {
    height: 455px;
  }

  .shenmei-home-about-reuse .sm-business-card:hover,
  .shenmei-home-about-reuse .sm-business-card:focus,
  .shenmei-home-about-reuse .sm-business-card.is-active {
    transform: translateY(-8px);
  }

  .shenmei-home-about-reuse .sm-business-card__body {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .shenmei-home-about-reuse .sm-business-card__body h3 {
    font-size: 24px;
  }

  .shenmei-home-about-reuse .sm-scale-card {
    padding: 40px 28px 34px;
  }

  .shenmei-home-about-reuse .sm-scale-card strong {
    font-size: 56px;
  }

  .shenmei-home-about-reuse .sm-scale-card span {
    font-size: 18px;
  }

  .shenmei-home-about-reuse .sm-city-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shenmei-home-about-reuse .sm-city-strip span {
    min-width: 0;
    font-size: 15px;
  }

  .shenmei-home-about-reuse .sm-contact-panel {
    margin-top: 36px;
    padding: 30px 22px 24px;
    border-radius: 22px;
  }

  .shenmei-home-about-reuse .sm-contact-lead h3 {
    font-size: 28px;
  }

  .shenmei-home-about-reuse .sm-contact-list {
    grid-template-columns: 1fr;
  }

  .shenmei-home-about-reuse .sm-contact-item {
    min-height: 116px;
    padding: 22px 20px;
  }

  .shenmei-home-about-reuse .sm-contact-item strong {
    margin-top: 24px;
    font-size: 18px;
  }
}
