#rowGroup_NWGtOu {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#row_3964,
#row_3964 .customModuleRowInner,
#row_3964 .CModulePA {
  min-height: 2160px;
}

#row_3964 .CModulePA {
  height: 2160px !important;
}

#row_3964 .shenmei-value-editor {
  height: 2160px !important;
}

#row_3964 .CModulePA > .ev-module-edit:not(.shenmei-value-editor) {
  display: none !important;
}

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

.shenmei-home-stage {
  width: 100%;
  height: 2160px;
  color: #fff;
  background: #000;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

.shenmei-value-screen {
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #000 0%, #050409 46%, #000 100%);
}

.shenmei-screen-backdrop {
  position: absolute;
  inset: 0;
  opacity: .95;
  background:
    linear-gradient(115deg, rgba(161, 0, 255, .2) 0%, rgba(0, 0, 0, 0) 32%),
    linear-gradient(245deg, rgba(0, 183, 255, .13) 0%, rgba(0, 0, 0, 0) 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, transparent 1px, transparent 118px);
}

.shenmei-screen-backdrop:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 0, 255, .7), rgba(0, 183, 255, .58), transparent);
}

.shenmei-screen-inner {
  position: relative;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.shenmei-screen-eyebrow {
  margin: 0 0 18px;
  color: #a100ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.shenmei-screen-copy h2,
.shenmei-industry-head h2 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.14;
}

.shenmei-screen-copy p,
.shenmei-industry-head p {
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  line-height: 1.76;
}

.shenmei-service-copy {
  position: absolute;
  left: 0;
  top: 230px;
  width: 760px;
  z-index: 5;
}

.shenmei-service-copy h2 {
  max-width: 760px;
  font-size: 60px;
  line-height: 1.12;
}

.shenmei-service-copy p {
  margin: 26px 0 0;
  max-width: 610px;
}

.shenmei-service-axis {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 680px;
  margin-top: 42px;
}

.shenmei-service-axis span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 144px;
  height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12);
  font-size: 16px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(18px);
  animation: shenmeiRiseIn .72s cubic-bezier(.2, .8, .2, 1) forwards;
}

.shenmei-service-axis span:nth-child(1) { animation-delay: .16s; }
.shenmei-service-axis span:nth-child(2) { animation-delay: .26s; }
.shenmei-service-axis span:nth-child(3) { animation-delay: .36s; }
.shenmei-service-axis span:nth-child(4) { animation-delay: .46s; }

.shenmei-service-axis em {
  margin-right: 12px;
  color: #78d8ff;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
}

.shenmei-primary-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  height: 54px;
  margin-top: 40px;
  padding: 0 10px 0 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #7b2ff7, #b45cff);
  box-shadow: 0 24px 54px rgba(123, 47, 247, .38);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shenmei-primary-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
}

.shenmei-primary-link:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 30px 66px rgba(180, 92, 255, .3);
}

.shenmei-service-visual {
  position: absolute;
  right: -76px;
  top: 132px;
  width: 860px;
  height: 780px;
  z-index: 2;
}

.shenmei-service-visual:before {
  content: "";
  position: absolute;
  left: 40px;
  right: 0;
  top: 46px;
  bottom: 82px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 28%, rgba(0, 183, 255, .32), transparent 35%),
    radial-gradient(circle at 28% 70%, rgba(161, 0, 255, .36), transparent 38%);
  filter: blur(18px);
  opacity: .7;
  animation: shenmeiAura 7s ease-in-out infinite alternate;
}

.shenmei-service-visual:after {
  content: "";
  position: absolute;
  inset: 92px 42px 118px 184px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(161, 0, 255, .2), rgba(0, 183, 255, .12));
  opacity: .72;
}

.shenmei-service-visual img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 36px 110px rgba(0, 0, 0, .54);
}

.shenmei-service-visual__main {
  right: 0;
  top: 84px;
  width: 630px !important;
  height: 604px !important;
  opacity: .9;
  filter: saturate(1.08) contrast(1.06);
  animation: shenmeiImageFloat 8s ease-in-out infinite;
}

.shenmei-service-visual__portrait {
  left: 16px;
  top: 186px;
  width: 340px !important;
  height: 520px !important;
  opacity: .78;
  filter: saturate(1.08) contrast(1.08);
  animation: shenmeiImageFloat 7s ease-in-out infinite reverse;
}

.shenmei-service-visual__detail {
  right: 92px;
  bottom: 0;
  width: 380px !important;
  height: 214px !important;
  opacity: .82;
  filter: saturate(1.12) contrast(1.05);
  animation: shenmeiImageRise .88s cubic-bezier(.2, .8, .2, 1) both;
}

.shenmei-service-visual__caption {
  position: absolute;
  right: 36px;
  bottom: 42px;
  z-index: 4;
  width: 418px;
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .48);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
}

.shenmei-service-visual__caption span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 700;
}

.shenmei-service-visual__caption strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
}

.shenmei-service-orbit {
  position: absolute;
  right: 120px;
  bottom: 128px;
  width: 500px;
  height: 140px;
  opacity: .62;
  z-index: 1;
}

.shenmei-service-orbit span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 0, 255, .9), rgba(0, 183, 255, .6), transparent);
  transform-origin: left center;
  animation: shenmeiFlow 5.2s linear infinite;
}

.shenmei-service-orbit span:nth-child(1) { top: 12px; animation-delay: 0s; }
.shenmei-service-orbit span:nth-child(2) { top: 46px; animation-delay: -1s; }
.shenmei-service-orbit span:nth-child(3) { top: 80px; animation-delay: -2s; }
.shenmei-service-orbit span:nth-child(4) { top: 114px; animation-delay: -3s; }

.shenmei-industry-head {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 88px;
  align-items: end;
}

.shenmei-industry-head p {
  margin: 0 0 7px;
}

.shenmei-industry-stage {
  position: absolute;
  left: 0;
  right: 0;
  top: 392px;
}

.shenmei-industry-viewport {
  overflow: hidden;
}

.shenmei-industry-track {
  display: flex;
  gap: 26px;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.shenmei-industry-card {
  position: relative;
  flex: 0 0 486px;
  height: 456px;
  overflow: hidden;
  border-radius: 8px;
  padding: 34px 34px 32px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .82)),
    var(--industry-image) center/cover no-repeat;
  box-shadow: 0 26px 66px rgba(0, 0, 0, .38);
  opacity: .42;
  transform: scale(.9);
  transition: opacity .55s ease, transform .55s ease, box-shadow .55s ease;
}

.shenmei-industry-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(161, 0, 255, .18), rgba(0, 183, 255, .08) 45%, rgba(0, 0, 0, .15));
  opacity: 0;
  transition: opacity .45s ease;
}

.shenmei-industry-card.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 36px 88px rgba(0, 0, 0, .5);
}

.shenmei-industry-card.is-active:before {
  opacity: 1;
}

.shenmei-industry-card > * {
  position: relative;
  z-index: 1;
}

.shenmei-industry-card__count {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 16px;
  font-weight: 700;
}

.shenmei-industry-card h3 {
  margin: 138px 0 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.shenmei-industry-card p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.72;
}

.shenmei-industry-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.shenmei-industry-card div span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .86);
  background: rgba(0, 0, 0, .36);
  font-size: 14px;
}

.shenmei-industry-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: color .25s ease, transform .25s ease;
}

.shenmei-industry-card a:hover {
  color: #b987ff;
  transform: translateX(4px);
}

.shenmei-industry-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 486px;
  margin-top: 34px;
}

.shenmei-industry-nav button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  font: 700 22px/46px Arial, sans-serif;
  transition: background .25s ease, transform .25s ease;
}

.shenmei-industry-nav button:hover {
  background: #a100ff;
  transform: translateY(-3px);
}

.shenmei-industry-progress {
  flex: 1;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.shenmei-industry-progress span {
  display: block;
  width: 10%;
  height: 100%;
  background: linear-gradient(90deg, #a100ff, #00b7ff);
  transition: width .55s ease;
}

.shenmei-industry-tabs {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 835px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.shenmei-industry-tabs button {
  height: 42px;
  border: 0;
  border-radius: 7px;
  color: rgba(255, 255, 255, .65);
  cursor: pointer;
  background: rgba(255, 255, 255, .07);
  font: 700 16px/42px "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.shenmei-industry-tabs button:hover,
.shenmei-industry-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(123, 47, 247, .96), rgba(180, 92, 255, .86));
  box-shadow: 0 14px 34px rgba(123, 47, 247, .34);
}

@keyframes shenmeiRiseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shenmeiFlow {
  0% {
    opacity: 0;
    transform: translateX(-16%) scaleX(.24);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(26%) scaleX(1);
  }
}

@keyframes shenmeiAura {
  from {
    transform: translate3d(-10px, 8px, 0) scale(.98);
    opacity: .58;
  }
  to {
    transform: translate3d(14px, -12px, 0) scale(1.04);
    opacity: .82;
  }
}

@keyframes shenmeiImageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes shenmeiImageRise {
  from {
    opacity: 0;
    transform: translate3d(34px, 28px, 0);
  }
  to {
    opacity: .82;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shenmei-home-stage *,
  .shenmei-home-stage *:before,
  .shenmei-home-stage *:after {
    animation: none !important;
    transition: none !important;
  }
}
