.homePage_4b7dc996 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1d1d1f;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -0.022em;
}
.homePage_4b7dc996 * {
  box-sizing: border-box;
}
/* Hero Section */
.heroSection_e5d285f8 {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  align-items: center;
  padding: 120px 5% 80px;
  position: relative;
  overflow: hidden;
}
.heroSection_e5d285f8 .heroContent_505e7298 {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroTitle_78e25c37 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1d1d1f 0%, #424245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroSubtitle_626fd1d9 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0071e3;
  margin-bottom: 16px;
  line-height: 1.2;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroDescription_1e7acaca {
  font-size: 1.5rem;
  color: #86868b;
  margin-bottom: 40px;
  line-height: 1.4;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 {
  display: flex;
  gap: 16px;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnPrimary_75099d26,
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnSecondary_def133c2 {
  padding: 12px 28px;
  border-radius: 980px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnPrimary_75099d26 {
  background: #0071e3;
  color: white;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnPrimary_75099d26:hover {
  background: #0077ed;
  transform: translateY(-2px);
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnSecondary_def133c2 {
  background: transparent;
  color: #0071e3;
  border: 2px solid #0071e3;
}
.heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 .btnSecondary_def133c2:hover {
  background: rgba(0, 113, 227, 0.1);
  transform: translateY(-2px);
}
.heroSection_e5d285f8 .heroVisual_b25aed7e {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroSection_e5d285f8 .heroVisual_b25aed7e .productShowcase_8296fe96 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.heroSection_e5d285f8 .heroVisual_b25aed7e .productShowcase_8296fe96 .productImage_23df9553 {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 24px;
}
/* Features Section */
.featuresSection_673a82e1 {
  padding: 120px 5%;
  background: #ffffff;
}
.featuresSection_673a82e1 .container_50034b8c {
  max-width: 1200px;
  margin: 0 auto;
}
.featuresSection_673a82e1 .container_50034b8c .sectionTitle_0ec6261a {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 80px;
  color: #1d1d1f;
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca .featureCard_a21efac2 {
  text-align: center;
  padding: 40px 24px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca .featureCard_a21efac2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca .featureCard_a21efac2 .featureIcon_a21977f0 {
  font-size: 3rem;
  margin-bottom: 24px;
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca .featureCard_a21efac2 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1d1d1f;
}
.featuresSection_673a82e1 .container_50034b8c .featuresGrid_31b868ca .featureCard_a21efac2 p {
  color: #86868b;
  font-size: 1.1rem;
  line-height: 1.5;
}
/* CTA Section */
.ctaSection_08f067c8 {
  padding: 120px 5%;
  background: #1d1d1f;
  color: white;
  text-align: center;
}
.ctaSection_08f067c8 .container_50034b8c {
  max-width: 800px;
  margin: 0 auto;
}
.ctaSection_08f067c8 .container_50034b8c h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.ctaSection_08f067c8 .container_50034b8c p {
  font-size: 1.5rem;
  color: #86868b;
  margin-bottom: 40px;
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnPrimary_75099d26,
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnSecondary_def133c2 {
  padding: 12px 28px;
  border-radius: 980px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnPrimary_75099d26 {
  background: #0071e3;
  color: white;
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnPrimary_75099d26:hover {
  background: #0077ed;
  transform: translateY(-2px);
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnSecondary_def133c2 {
  background: transparent;
  color: white;
  border: 2px solid white;
}
.ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 .btnSecondary_def133c2:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
/* Footer Section */
.footer_5fa62a82 {
  background: #f5f5f7;
  padding: 40px 5%;
  text-align: center;
  border-top: 1px solid #e5e5e7;
}
.footer_5fa62a82 .footerContent_273f2b97 {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_5fa62a82 .footerContent_273f2b97 .icpLink_1f53a7a9 {
  color: #86868b;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_5fa62a82 .footerContent_273f2b97 .icpLink_1f53a7a9:hover {
  color: #0071e3;
}
/* Responsive Design */
@media (max-width: 768px) {
  .heroSection_e5d285f8 {
    flex-direction: column;
    text-align: center;
    padding: 100px 5% 60px;
  }
  .heroSection_e5d285f8 .heroContent_505e7298 .heroTitle_78e25c37 {
    font-size: 2.5rem;
  }
  .heroSection_e5d285f8 .heroContent_505e7298 .heroSubtitle_626fd1d9 {
    font-size: 1.2rem;
  }
  .heroSection_e5d285f8 .heroContent_505e7298 .heroActions_5b30f1c8 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .heroSection_e5d285f8 .heroVisual_b25aed7e {
    margin-top: 40px;
  }
  .heroSection_e5d285f8 .heroVisual_b25aed7e .productShowcase_8296fe96 {
    width: 300px;
    height: 300px;
  }
  .featuresSection_673a82e1 {
    padding: 80px 5%;
  }
  .featuresSection_673a82e1 .container_50034b8c .sectionTitle_0ec6261a {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .ctaSection_08f067c8 {
    padding: 80px 5%;
  }
  .ctaSection_08f067c8 .container_50034b8c h2 {
    font-size: 2rem;
  }
  .ctaSection_08f067c8 .container_50034b8c p {
    font-size: 1.2rem;
  }
  .ctaSection_08f067c8 .container_50034b8c .ctaActions_40d89634 {
    flex-direction: column;
    align-items: center;
  }
  .footer_5fa62a82 {
    padding: 30px 5%;
  }
  .footer_5fa62a82 .icpLink_1f53a7a9 {
    font-size: 12px;
  }
}

.imageStack_4ea7cb00 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.stackContainer_0eda426c {
  position: relative;
  width: 680px;
  /* 85 * 8 = 680 */
  height: 440px;
  /* 55 * 8 = 440 */
}
.imageCard_44928398 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
  cursor: pointer;
}
.imageCard_44928398.active_2cf90199 {
  cursor: pointer;
}
.imageCard_44928398.active_2cf90199:hover {
  transform: translate(0, 0) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.imageContent_2498021e {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out;
}
.imageContent_2498021e::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 24px;
  transition: opacity 0.5s ease-in-out;
}
.imageLabel_4e3c876c {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}
.imageWrapper_14164f0b {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.realImage_4301c2ea {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
/* 图片切换动画 */
@keyframes fadeIn_355db354 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.imageContent_2498021e {
  animation: fadeIn_355db354 0.5s ease-in-out;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .stackContainer_0eda426c {
    width: 255px;
    /* 85 * 3 = 255 */
    height: 165px;
    /* 55 * 3 = 165 */
  }
  .imageLabel_4e3c876c {
    font-size: 1rem;
  }
}
/* 文案介绍区域 */
.descriptionContainer_dceead90 {
  position: relative;
  width: 680px;
  height: 120px;
  margin-top: 20px;
}
.description_c434b56e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.description_c434b56e.active_2cf90199 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.descriptionTitle_5a3c728f {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 12px;
  text-align: center;
}
.descriptionContent_438c52f0 {
  font-size: 1.2rem;
  color: #86868b;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
/* 优化图片切换动画 */
@keyframes smoothFadeIn_a4e1bf3c {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.realImage_4301c2ea {
  animation: smoothFadeIn_a4e1bf3c 0.8s ease-out;
}
/* 优化展示框动画 */
@keyframes smoothSlideIn_71dcb996 {
  0% {
    opacity: 0;
    transform: translateX(30px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.imageCard_44928398 {
  animation: smoothSlideIn_71dcb996 0.8s ease-out;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .stackContainer_0eda426c {
    width: 255px;
    /* 85 * 3 = 255 */
    height: 165px;
    /* 55 * 3 = 165 */
  }
  .descriptionContainer_dceead90 {
    width: 255px;
    height: 150px;
  }
  .descriptionTitle_5a3c728f {
    font-size: 1.4rem;
  }
  .descriptionContent_438c52f0 {
    font-size: 1rem;
  }
  .imageLabel_4e3c876c {
    font-size: 1rem;
  }
}

body {
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  background-color: #e5e5e5 !important;
  -webkit-text-size-adjust: 100% !important;
}
body webpack-dev-server-client-overlay-div {
  display: none !important;
}
#root_18a0398c {
  height: 100%;
  --adm-border-color: 'none';
}
#root_18a0398c .am-list-body_0f4ee130 {
  border-top: none;
}
#root_18a0398c .am-list-body_0f4ee130::after {
  border-bottom: none;
}
#root_18a0398c .am-list-body_0f4ee130 div:not(:last-child) .am-list-line_0f45f48c::after {
  border-bottom: 1px solid #dadada;
}
#root_18a0398c .adm-form-item_e6828c7e.adm-form-item-horizontal_5cda4bb0.adm-list-item_502b23b2 {
  border-bottom: 1px solid #e5e5e5;
}
.am-navbar-title_1a7f7d04 {
  color: #333 !important;
  font-size: 36px;
}
.am-navbar_70670579 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  border-bottom: 1px solid #d8d8d8;
}
.am-navbar_70670579.am-navbar-light_1a0e8fc2 .am-navbar-title_1a7f7d04 {
  color: #666;
  font-size: 36px;
}
.am-navbar_70670579 .am-icon-left_231aca5c {
  width: 56px !important;
  height: 56px !important;
  color: #333 !important;
}
.am-navbar_70670579 .am-navbar-title_1a7f7d04 {
  display: block;
  flex: 4;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
  text-overflow: ellipsis;
}

