* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* 主Section容器 */
.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  scroll-snap-align: start;
}

/* Footer section 不需要最小高度 */
#section-footer {
  min-height: auto;
  padding: 0;
}

/* Section 1: 英雄区 */
#section-hero {
  min-height: 100vh;
  /* 添加3D透视，支持光速跳跃特效 */
  perspective: 600px;
  perspective-origin: 50% 35%; /* 透视中心点在第一屏的35%位置 */
  overflow: hidden;
}

/* Section 2: 核心模式展示 */
#section-core {
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
  margin-top: -100px;
}

/* Section 3: AI x POD 模式 */
#section-model {
  background: #ffffff;
}

.model-header {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 50px 0;
}

.model-header-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}

.model-cards {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin-bottom: -150px;
}

.model-card {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}

.model-card-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.model-card-img:hover {
  transform: translateY(-5px);
}

.model-tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px 110px 20px;
  font-size: 26px;
  color: #c8ccd0;
  max-width: 1400px;
  margin: 0 auto;
}

.model-tag {
  margin: 0;
}

.model-tag-dot {
  margin: 0 5px;
}

.model-divider {
  width: auto;
  max-width: calc(1400px - 220px);
  height: 1px;
  background: #c8ccd0;
  margin: 0 auto 60px;
}

.model-advantage-header {
  text-align: center;
  margin-bottom: 50px;
}

.model-advantage-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

.title-main {
  color: #000000;
}

.title-highlight {
  color: #0062f5;
}

.model-advantage-subtitle {
  font-size: 16px;
  color: #babec4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.model-table {
  text-align: center;
  padding: 0 50px 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.table-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.model-purchase {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px;
  flex-wrap: wrap;
}

.purchase-image {
  flex: 1.3;
  min-width: 400px;
  max-width: 800px;
  margin-left: -130px;
}

.purchase-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transform: scale(1.04);
  transform-origin: left center;
}

.purchase-content {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
  margin-right: -130px;
}

.purchase-title {
  font-size: 32px;
  font-weight: bold;
  color: #0062f5;
  margin-bottom: 10px;
}

.purchase-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.purchase-description {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

.purchase-features {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 35px;
}

.purchase-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4a5563;
  margin-bottom: 15px;
}

.tick-icon {
  height: 20px;
  width: auto;
}

.purchase-btn {
  padding: 12px 40px;
  background: linear-gradient(135deg, #0dccff 0%, #4760ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 204, 255, 0.3);
  margin-top: 35px;
}

.purchase-btn:hover {
  background: linear-gradient(135deg, #0db8e6 0%, #3d4fe6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 204, 255, 0.4);
}

/* Section 4: AI秒图展示 */
#section-ai-image {
  background: linear-gradient(90deg, #f1f7fe 0%, #f5f4fb 100%);
  padding: 100px 50px 0 50px;
  margin-top: 30px;
  min-height: calc(100vh - 330px);
  max-height: calc(100vh - 330px);
  overflow: hidden;
}

.ai-image-container {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.ai-image-content {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
}

.ai-image-title {
  font-size: 32px;
  font-weight: bold;
  color: #0062f5;
  margin-bottom: 10px;
}

.ai-image-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.ai-image-description {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

.ai-image-features {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 35px;
}

.ai-image-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4a5563;
  margin-bottom: 15px;
}

.ai-image-btn {
  padding: 12px 40px;
  background: linear-gradient(135deg, #0dccff 0%, #4760ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 204, 255, 0.3);
  margin-top: 35px;
}

.ai-image-btn:hover {
  background: linear-gradient(135deg, #0db8e6 0%, #3d4fe6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 204, 255, 0.4);
}

.ai-image-preview {
  flex: 1;
  min-width: 400px;
  max-width: 700px;
}

.ai-image-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Section 5: AI标题+套图 */
#section-title-design {
  background: #ffffff;
  padding: 100px 50px 0 50px;
  min-height: calc(100vh - 330px);
  max-height: calc(100vh - 330px);
  overflow: hidden;
}

.title-design-container {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.title-design-preview {
  flex: 1;
  min-width: 400px;
  max-width: 700px;
  order: 1;
}

.title-design-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.title-design-content {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
  order: 2;
}

.title-design-title {
  font-size: 32px;
  font-weight: bold;
  color: #0062f5;
  margin-bottom: 10px;
}

.title-design-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.title-design-description {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

.title-design-features {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 35px;
}

.title-design-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4a5563;
  margin-bottom: 15px;
}

.title-design-btn {
  padding: 12px 40px;
  background: linear-gradient(135deg, #0dccff 0%, #4760ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 204, 255, 0.3);
  margin-top: 35px;
}

.title-design-btn:hover {
  background: linear-gradient(135deg, #0db8e6 0%, #3d4fe6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 204, 255, 0.4);
}

/* Section 6: 超凡秒铺 */
#section-multi-platform {
  background: linear-gradient(90deg, #f1f7fe 0%, #f5f4fb 100%);
  padding: 100px 50px 0 50px;
  min-height: calc(100vh - 330px);
  max-height: calc(100vh - 330px);
  overflow: hidden;
}

.multi-platform-container {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.multi-platform-content {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
  order: 1;
}

.multi-platform-title {
  font-size: 32px;
  font-weight: bold;
  color: #0062f5;
  margin-bottom: 10px;
}

.multi-platform-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.multi-platform-description {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

.multi-platform-features {
  list-style: none;
  margin-bottom: 30px;
}

.multi-platform-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #4a5563;
  margin-bottom: 15px;
}

.multi-platform-preview {
  flex: 1;
  min-width: 400px;
  max-width: 700px;
  order: 2;
}

.multi-platform-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.multi-platform-btn {
  padding: 12px 40px;
  background: linear-gradient(135deg, #0dccff 0%, #4760ff 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 204, 255, 0.3);
}

.multi-platform-btn:hover {
  background: linear-gradient(135deg, #0db8e6 0%, #3d4fe6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 204, 255, 0.4);
}

/* Section 7: 创新供应链合作模式 */
#section-supply-chain {
  background: #ffffff;
  padding: 100px 50px;
}

.supply-chain-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.supply-chain-label {
  font-size: 18px;
  color: #7b818a;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.supply-chain-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.supply-chain-title-black {
  color: #000000;
  margin-right: 8px;
}

.supply-chain-title-blue {
  color: #0062f5;
}

.supply-chain-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.supply-chain-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/* 上区域：蓝色背景 */
.footer-top {
  background-color: #0062f5;
  background-image: url('../images/footer-background.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 50px 40px 50px;
}

.footer-top-content {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin-bottom: 50px;
}

.footer-column-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-link {
  color: #80b1fa;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  gap: 30px;
}


.footer-contact-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-contact-text {
  color: #80b1fa;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-phone {
  font-size: 24px;
  font-weight: bold;
  color: #80b1fa;
  margin-left: 15px;
}

.footer-platforms {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-platform-icon {
  height: 28px;
  width: auto;
  transition: transform 0.3s ease;
}

.footer-platform-icon:hover {
  transform: translateY(-5px);
}

/* 下区域：深蓝色背景 */
.footer-bottom {
  background-color: #00317a;
  padding: 30px 50px;
}

.footer-bottom-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright {
  color: #8098bd;
  font-size: 14px;
}

.footer-copyright-year {
  color: #8098bd;
}

.footer-copyright-text1 {
  color: #0045ae;
}

.footer-copyright-text2 {
  color: #8593b2;
}

.footer-logo-img {
  height: 40px;
  width: auto;
}

.footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.footer-social-icon:hover {
  transform: scale(1.1);
}

/* 备案信息样式 */
.footer-beian {
  display: flex;
  align-items: center;
}

.beian-link {
  color: #6b8bb5;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.beian-link i {
  font-size: 12px;
  opacity: 0.8;
}

.beian-link:hover {
  color: #8fb3db;
  text-decoration: none;
}

.beian-link:hover i {
  opacity: 1;
}

/* 响应式布局 */
/* 禁用响应式断点 - 页面最小宽度1500px */
@media (max-width: 0px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 0px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}

.core-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.core-header {
  text-align: center;
  margin-bottom: 60px;
}

.core-tag {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #999;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.core-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.core-title-main {
  color: #0062f5;
}

.core-title-x-img {
  height: 40px;
  width: auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.core-title-pod {
  color: #0062f5;
}

.core-title-desc {
  color: #000000;
  font-size: 36px;
  margin-left: 15px;
}

.core-description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.core-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.core-logo {
  height: 60px;
  width: auto;
}

.core-arrow-img {
  height: 24px;
  width: auto;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.download-btn:active {
  transform: translateY(-1px);
}

.download-icon-img {
  height: 20px;
  width: auto;
}

.download-text {
  font-size: 16px;
  color: #ffffff;
}

.core-preview {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.core-screenshot {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.core-screenshot:hover {
  transform: scale(1.02);
}

/* 视差层级系统 */
.orbit-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.content-layer {
  position: relative;
  width: 100%;
  z-index: 50;
}

.search-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}

/* 视差滚动数据属性 */
[data-parallax] {
  transition: transform 0.3s ease-out;
}

/* 动画属性 */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="fade-up"].animated {
  animation: fadeUp 0.8s ease-out forwards;
}

[data-animate="slide-up"].animated {
  animation: slideUp 0.8s ease-out forwards;
}

[data-animate="fade-in"].animated {
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 平台项数据属性 */
[data-platform] {
  position: relative;
}

[data-platform]::after {
  content: attr(data-platform);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  white-space: nowrap;
  text-transform: capitalize;
}

[data-platform]:hover::after {
  opacity: 1;
}

.background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/back.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* 中心内容区域 */
.center-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 50;
}

.version-tag {
  display: inline-block;
  background: rgba(0, 102, 204, 0.3);
  border: 1px solid rgba(0, 150, 255, 0.5);
  color: #4fc3f7;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.main-title {
  font-size: 72px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.x-icon {
  height: 50px;
  width: auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.subtitle {
  font-size: 24px;
  color: white;
  margin-bottom: 30px;
  opacity: 0.9;
}

.subtitle span {
  color: #4fc3f7;
  font-weight: bold;
}

.description {
  font-size: 16px;
  color: white;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.85;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.action-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.action-btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: white;
  color: #0066CC;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.btn-primary img {
  height: 20px;
  width: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 主按钮悬停效果 */
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

.btn-primary:hover img {
  transform: rotate(360deg) scale(1.1);
}

/* 主按钮点击效果 */
.btn-primary:active {
  transform: translateY(-1px);
}

/* 主按钮光晕效果 */
.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

/* 次要按钮样式 */
.btn-secondary {
  background: transparent;
  border: 2px solid rgba(79, 195, 247, 0.6);
  color: rgba(255,255,255,0.9);
  position: relative;
  overflow: hidden;
}

/* 次要按钮悬停效果 */
.btn-secondary:hover {
  border-color: rgba(79, 195, 247, 1);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(79, 195, 247, 0.4);
  background: rgba(79, 195, 247, 0.1);
}

/* 次要按钮点击效果 */
.btn-secondary:active {
  transform: translateY(-1px);
}

/* 次要按钮流光效果 */
.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.4), transparent);
  transition: left 0.5s;
}

.btn-secondary:hover::before {
  left: 100%;
}

/* 按钮波纹效果 */
.btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* 底部搜索区域 - 白色背景 */
.bottom-search {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
}

/* 白色圆角容器 - 包含搜索框和平台图标 */
.search-platform-wrapper {
  width: 100%;
  max-width: 1100px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 35px 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  bottom: 120px;
}

/* 搜索区域外层容器 - 浅色背景，大圆角 */
.search-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background: #f5f7fa;
  border-radius: 50px;
  padding: 8px 8px 8px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.search-container {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.search-input {
  flex: 1;
  padding: 14px 0;
  border: none;
  background: transparent;
  font-size: 15px;
  outline: none;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.domain-select {
  padding: 14px 15px;
  border: none;
  background: transparent;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  color: #666;
  min-width: 100px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.search-btn {
  padding: 16px 40px;
  background: #0066CC;
  color: white;
  border: none;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}

.search-btn:hover {
  background: #0052A3;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.4);
  transform: translateY(-1px);
}

.platform-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.platform-item {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.platform-item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.platform-icon {
  height: 32px;
  opacity: 0.85;
  transition: opacity 0.3s, transform 0.3s;
  cursor: pointer;
}

.platform-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

.platform-icon.ali {
  height: 36px;
}

/* 浮动的平台文字 - 卫星轨道效果 */
.floating-text {
  color: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* 悬浮效果 */
.floating-text:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 0 20px rgba(255, 255, 255, 0.3),
    0 0 40px rgba(255, 255, 255, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.15);
  z-index: 100;
}

/* 悬浮时的光晕效果 */
.floating-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  filter: blur(10px);
}

.floating-text:hover::before {
  transform: translate(-50%, -50%) scale(2.5);
  opacity: 1;
}

/* 悬浮时的粒子效果 */
.floating-text::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.8) 2px, transparent 2px),
    radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.8) 2px, transparent 2px),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.8) 2px, transparent 2px),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.8) 2px, transparent 2px);
  background-size: 100% 100%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.floating-text:hover::after {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  opacity: 1;
}

/* 点击时的波纹效果 */
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.floating-text.clicked::before {
  animation: ripple 0.6s ease-out;
}

/* 轨道容器 - 以中心内容为旋转中心 */
.orbit-container {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform-origin: center center;
}

/* 8个不同轨道 */
.orbit1 { animation: rotate1 25s linear infinite; }
.orbit2 { animation: rotate2 28s linear infinite; }
.orbit3 { animation: rotate3 22s linear infinite; }
.orbit4 { animation: rotate4 30s linear infinite; }
.orbit5 { animation: rotate5 26s linear infinite; }
.orbit6 { animation: rotate6 24s linear infinite; }
.orbit7 { animation: rotate7 27s linear infinite; }
.orbit8 { animation: rotate8 23s linear infinite; }

/* 轨道旋转动画 */
@keyframes rotate1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes rotate2 {
  from { transform: rotate(45deg); }
  to { transform: rotate(405deg); }
}
@keyframes rotate3 {
  from { transform: rotate(90deg); }
  to { transform: rotate(450deg); }
}
@keyframes rotate4 {
  from { transform: rotate(135deg); }
  to { transform: rotate(495deg); }
}
@keyframes rotate5 {
  from { transform: rotate(180deg); }
  to { transform: rotate(540deg); }
}
@keyframes rotate6 {
  from { transform: rotate(225deg); }
  to { transform: rotate(585deg); }
}
@keyframes rotate7 {
  from { transform: rotate(270deg); }
  to { transform: rotate(630deg); }
}
@keyframes rotate8 {
  from { transform: rotate(315deg); }
  to { transform: rotate(675deg); }
}

/* 文字位置 - 在轨道上的固定位置 */
.text-position {
  position: absolute;
  top: 0;
  left: 0;
}

.pos1 { transform: translateX(420px) translateY(-140px); }
.pos2 { transform: translateX(460px) translateY(-100px); }
.pos3 { transform: translateX(400px) translateY(-170px); }
.pos4 { transform: translateX(440px) translateY(-120px); }
.pos5 { transform: translateX(450px) translateY(-130px); }
.pos6 { transform: translateX(410px) translateY(-150px); }
.pos7 { transform: translateX(430px) translateY(-160px); }
.pos8 { transform: translateX(470px) translateY(-110px); }

/* 反向旋转文字，保持水平 */
.orbit1 .floating-text { animation: counterRotate1 25s linear infinite; }
.orbit2 .floating-text { animation: counterRotate2 28s linear infinite; }
.orbit3 .floating-text { animation: counterRotate3 22s linear infinite; }
.orbit4 .floating-text { animation: counterRotate4 30s linear infinite; }
.orbit5 .floating-text { animation: counterRotate5 26s linear infinite; }
.orbit6 .floating-text { animation: counterRotate6 24s linear infinite; }
.orbit7 .floating-text { animation: counterRotate7 27s linear infinite; }
.orbit8 .floating-text { animation: counterRotate8 23s linear infinite; }

/* 悬浮时暂停动画 */
.floating-text:hover {
  animation-play-state: paused !important;
}

/* 轨道容器悬停暂停（通过JS添加class） */
.orbit-container.hover-paused {
  animation-play-state: paused !important;
}

/* 反向旋转文字，保持水平 - 角度需要与轨道旋转完全相反 */
@keyframes counterRotate1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
@keyframes counterRotate2 {
  from { transform: rotate(-45deg); }
  to { transform: rotate(-405deg); }
}
@keyframes counterRotate3 {
  from { transform: rotate(-90deg); }
  to { transform: rotate(-450deg); }
}
@keyframes counterRotate4 {
  from { transform: rotate(-135deg); }
  to { transform: rotate(-495deg); }
}
@keyframes counterRotate5 {
  from { transform: rotate(-180deg); }
  to { transform: rotate(-540deg); }
}
@keyframes counterRotate6 {
  from { transform: rotate(-225deg); }
  to { transform: rotate(-585deg); }
}
@keyframes counterRotate7 {
  from { transform: rotate(-270deg); }
  to { transform: rotate(-630deg); }
}
@keyframes counterRotate8 {
  from { transform: rotate(-315deg); }
  to { transform: rotate(-675deg); }
}

/* 添加一些细小的光点 */
.light-dot {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.5);
  }
}

/* ====================================
   光速跳跃特效样式
   ==================================== */

/* 原始浮动文字的淡出效果 - 隐藏并暂停动画 */
.floating-text.warp-fading-out {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  /* 暂停动画，保持在当前位置 */
  animation-play-state: paused !important;
}

/* 原始浮动文字的淡入效果 - 不需要了，改为直接显示 */
.floating-text.warp-fading-in {
  opacity: 1 !important;
  pointer-events: auto;
  /* 不需要过渡，直接显示 */
}

/* 粒子容器 - 位于屏幕中心 */
.warp-particle-container {
  position: absolute;
  top: 35%; /* 第一屏中心点位置 */
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 1000;
}

/* 品牌文字粒子 - 基础样式 */
.warp-brand-text {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-weight: 800;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  
  /* 初始状态：深渊深处 */
  transform: translate3d(-50%, -50%, -8000px) scale(0.1);
  opacity: 0;
  
  /* 初始模糊：模拟极速 */
  filter: blur(4px);
  
  will-change: transform, filter, opacity;
  
  /* 动画过渡 */
  transition: 
    transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
    filter 1.6s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.5s ease-out;
}

/* 激活状态：飞到外围 */
.warp-brand-text.active {
  transform: translate3d(
    calc(var(--warp-dest-x) - 50%), 
    calc(var(--warp-dest-y) - 50%), 
    var(--warp-dest-z)
  ) scale(1);
  opacity: 1;
  filter: blur(0.05px);
}

/* 橙色高亮效果 */
.warp-brand-text.warp-highlight {
  color: #ffaa00 !important;
  border-color: rgba(255, 170, 0, 0.6) !important;
  background: rgba(255, 170, 0, 0.15) !important;
  text-shadow: 
    0 0 10px rgba(255, 170, 0, 0.8),
    0 0 20px rgba(255, 170, 0, 0.4) !important;
  box-shadow: 
    0 0 20px rgba(255, 170, 0, 0.4),
    0 0 40px rgba(255, 170, 0, 0.2) !important;
  z-index: 1001 !important;
}

/* 归位动画 - 原始品牌从飞出位置回到轨道（保持可见，样式逐渐恢复） */
.warp-brand-text.warp-returning-visible {
  transition: 
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    filter 1.2s ease-out,
    font-size 1.2s ease-out,
    font-weight 1.2s ease-out,
    color 1.2s ease-out,
    background 1.2s ease-out,
    border-color 1.2s ease-out,
    text-shadow 1.2s ease-out,
    box-shadow 1.2s ease-out !important;
  
  /* 位置归位 */
  transform: translate3d(
    calc(var(--warp-return-x) - 50%), 
    calc(var(--warp-return-y) - 50%), 
    0
  ) scale(1) !important;
  
  /* 样式逐渐恢复为原始floating-text的样式 */
  font-size: 20px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  text-shadow: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  
  /* 保持可见 */
  opacity: 1 !important;
  /* 稍微模糊，让过渡更自然 */
  filter: blur(0.3px) !important;
}

/* 同时处理橙色高亮的归位（需要移除橙色效果） */
.warp-brand-text.warp-returning-visible.warp-highlight {
  color: rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  text-shadow: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

/* 旧的归位动画（会淡出）- 已弃用 */
.warp-brand-text.warp-returning {
  transition: 
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.2s ease-out,
    filter 1.2s ease-out !important;
  transform: translate3d(
    calc(var(--warp-return-x) - 50%), 
    calc(var(--warp-return-y) - 50%), 
    0
  ) scale(0.8) !important;
  opacity: 0 !important;
  filter: blur(2px) !important;
}

/* 消失动画 - 非原始品牌直接淡出 */
.warp-brand-text.warp-dissolving {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  opacity: 0 !important;
  transform: translate3d(
    calc(var(--warp-dest-x) - 50%), 
    calc(var(--warp-dest-y) - 50%), 
    var(--warp-dest-z)
  ) scale(0.5) !important;
}

/* 冲击波元素 */
.warp-shockwave {
  position: absolute;
  top: 35%; /* 第一屏中心点位置 */
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(0, 140, 202, 0.3);
  box-shadow: 0 0 80px rgba(0, 140, 202, 0.2), inset 0 0 40px rgba(0, 140, 202, 0.15);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  width: 50px;
  height: 50px;
  will-change: transform, opacity;
}

/* 冲击波激活动画 */
.warp-shockwave.active {
  animation: warpShockwaveAnim 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes warpShockwaveAnim {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    border-width: 3px;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(80);
    opacity: 0;
    border-width: 0;
  }
}