* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  color: #333;
  background: #F7F8FA;
  padding-bottom: 66px;

}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  background: white;
  padding: 9px 0;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  align-items: center;
}

.logo {
  width: 141px;
  height: 38px;
  margin-right: 86px;
}

.logo::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2563eb;
  border-radius: 50%;
  margin-right: 8px;
}

.nav {
  display: flex;
  gap: 56px;
}

.nav a {
  text-decoration: none;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.nav a:hover {
  color: #2563eb;
}

.login-btn {
  background: #2563eb;
  color: white;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.login-btn:hover {
  background: #1d4ed8;
}

/* Hero Section */
.hero {
  background: url('../assets/productIntroduction/Group_1321315985@2x.png') no-repeat;
  background-size: 100% 512px;
  height: 512px;
  /* padding: 60px 0 80px; */
  position: relative;
  overflow: hidden;
}

.hero-content {
  /* display: flex; */
  /* align-items: center; */
  /* gap: 80px; */
  position: relative;
  z-index: 2;
}

.hero-text {
  /* flex: 1; */
  /* width: 80%; */
}

.hero-text p {
  font-size: 22px;
  color: #222222;
  text-align: center;
  margin-top: 28px;
}

.hero-title {
  margin-top: 139px;
  font-size: 68px;
  left: 0;
  /* font-weight: 700; */
  /* width: 120%; */
  /* top: -40px; */
  /* position: relative; */
  text-align: center;
  line-height: 1.3;
  background: -webkit-linear-gradient(#4C8CEF, #054ACD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.hero-image {
  /* flex: 1; */
  /* width: 30%; */
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  position: relative;
  right: -80px;
  width: 466px;
  height: 512px;
  object-fit: cover;
  border-radius: 16px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

/* Feature Cards */
.features {
  width: 100%;
  /* background: #f8fafc; */
  padding: 60px 0;
  box-sizing: border-box;
  margin-top: -145px;
  position: relative;
  z-index: 3;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: white;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 56px;
  height: 56px;
  /* background: linear-gradient(135deg, #dbeafe, #bfdbfe); */
  border-radius: 16px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-icon::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #2563eb;
  border-radius: 6px;
}

.feature-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

/* Core Technology */
.core-tech {
  margin-top: 46px;
  /* background: #dbeafe; */
}

.core-background {
  padding: 66px;
  background: url('../assets/productIntroduction/Group_1321315987@2x.png') no-repeat;
  background-size: cover;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 88px;
  color: #0646CA;
}

.section-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 48px;
  font-size: 20px;
}

.tech-grid {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.tech-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s;
}

.tech-card:hover {
  transform: scale(1.02);
}


.tech-label {
  height: 98px;
  line-height: 98px;
  width: 98px;
  text-align: center;
  color: #0646CA;
  font-size: 16px;
}

.caption-box {
  font-size: 14px;
  background: url(../assets/productIntroduction/Rectangle_34629755@2x.png) no-repeat;
  color: #FFFFFF;
  background-size: contain;
  padding-top: 8px;
  padding-left: 18px;
  padding-bottom: 8px;
  margin: 36px 0 0 0;
}

.caption-text {
  margin-top: 84px;
  max-width: 618px;
  color: rgba(34, 34, 34, 0.6);
}

/* Innovation Cases */
.innovation {
  background: url(../assets/productIntroduction/Group_1321315997@2x.png) no-repeat;
  background-size: cover;
  margin-top: 46px;
  padding: 66px 88px;
}

.innovation .section-title {
  color: #0646CA;
  margin-bottom: 38px;
}

.section-text {
  color: rgba(34, 34, 34, 0.6);
  margin: 24px 0 52px 0;
}

.section-caption {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 38px;
}

.card {
  padding: 38px 28px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}

.card-label {
  font-size: 22px;
  color: #0646CA;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.card-label::after {
  content: '';
  width: 52px;
  height: 4px;
  background: #0646CA;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.card-text {
  max-width: 193px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 70px;
}

.cases-container {
  padding-top: 42px;
  max-width: 1000px;
  margin: 0 auto;
}

.case-item {
  display: flex;
  align-items: center;
  background: #dbeafe;
  border-radius: 16px;
  padding: 40px 40px 0 40px;
  margin-bottom: 24px;
  gap: 40px;
}

.case-content {
  flex: 1;
}

.case-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e293b;
}

.case-description {
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

.case-image {
  max-width: 494px;
}

.case-image img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

/* Technology Advantages */
.tech-advantages {
  background: url('../assets/productIntroduction/Group_1321316220@2x.png') no-repeat;
  background-size: cover;
  margin-top: 46px;
  padding: 66px 88px 105px 88px;
}

/* 企业管理 */
.enterprise {
  display: flex;
  gap: 70px;
}

.enterprise img {
  width: 109px;
  height: 108px;
}

.enterprise-box {
  background: url('../assets/productIntroduction/Group_1321316019@2x.png') no-repeat;
  background-size: contain;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 52px;
  padding-bottom: 8px;
}

.enterprise-text {
  max-width: 495px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.6);
}

.advantages-description {
  text-align: center;
  color: #64748b;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
}

.advantages-grid {
  display: flex;
  justify-items: center;
  justify-content: center;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 20px;
}

.advantage-card {
  width: 202px;
  height: 455px;
  color: white;
  padding: 28px 20px;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center;
  transition: width 2s;
  position: relative;
  background-size: contain;
}

.advantage-card:nth-child(1) {
  background: url('../assets/small0.png') no-repeat;
  background-size: 202px 455px;
}

.advantage-card:nth-child(2) {
  background: url('../assets/small1.png') no-repeat;
  background-size: 202px 455px;
}

.advantage-card:nth-child(3) {
  background: url('../assets/small2.png') no-repeat;
  background-size: 202px 455px;

}

.advantage-card:nth-child(4) {
  background: url('../assets/small3.png') no-repeat;
  background-size: 202px 455px;
}

.advantage-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}

/* Solutions */
.solutions {
  background: white;
  padding: 66px 35px;
  margin-top: 46px;
  background: url('../assets/productIntroduction/Group_1321316010@2x.png') no-repeat;
  background-size: cover;
}

.solutions .section-title {
  color: #2563eb;
  margin-bottom: 97px;
}

.consultation-section {
  display: flex;
  align-items: center;
  background: #D8E3FF;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 32px;
  gap: 40px;
  position: relative;
}

.consultation-content {
  flex: 1;
  z-index: 9;
}

.consultation-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e293b;
}

.consultation-subtitle {
  color: #64748b;
  margin-bottom: 12px;
  font-size: 14px;
}

.consultation-description {
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

.consultation-image {
  flex: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  max-width: 300px;
}

.consultation-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.solution-card {
  padding: 36px;
  border-radius: 16px;
  color: white;
}

.solution-card:first-child {
  background: #99B0E5;
}

.solution-card:last-child {
  background: #7195E2;
}

.solution-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.solution-description {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 12px;
}

/* Developer Tools */
.developer-tools {
  margin: 46px auto;
  background: #dbeafe;
  padding: 66px 36px;
  background: url('../assets/productIntroduction/Group_1321316010@2x.png') no-repeat;
  background-size: cover;
}

.developer-tools .section-title {
  margin-bottom: 0;
}

.tools-description {
  margin: 18px 0 48px 0;
  font-size: 20px;
  text-align: center;
  color: #596978;
}

.tools-buttons {
  display: flex;
  /* justify-content: center; */
  gap: 66px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  /* border-bottom: 38px; */
}

.tool-btn {
  background: linear-gradient(43deg, #FFFFFF 0%, #DFEFFF 100%);
  ;
  /* color: white; */
  padding: 6px 31px 5px 31px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  /* transition: background 0.2s; */
  padding: 37px 40px 29px 40px;
}

.tool-btn .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 19px;
}

.tools-buttons .img {
  width: 349px;
  height: 209px;
  /* margin-bottom: 38px; */
}

.tools-text {
  padding: 0px 115px;
  font-size: 18px;
  text-align: center;
  color: rgba(34, 34, 34, 0.6);
}

.tool-btn:hover {
  background: #1d4ed8;
}

.tools-support {
  /* text-align: center; */
  color: #64748b;
  font-size: 14px;
  font-size: 20px;
  margin-bottom: 38px;
}

.tools-support:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  background: #596978;
  color: white;
  padding: 60px 0 30px;
}

.footer-content {
  padding: 0 73px;
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 60px;
  margin-bottom: 40px;
}

.footer-section:first-child {
  width: 65%;
}

.footer-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-section p,
.footer-section a {
  color: #cbd5e1;
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.footer-section a:hover {
  color: white;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footer-links a {
  display: block;
}

.footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 24px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {

  .hero-content,
  .case-item,
  .consultation-section {
    flex-direction: column;
    text-align: center;
  }

  .features-grid,
  .tech-grid,
  .advantages-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-image img {
    right: 0px;
    width: 240px;
    height: 300px;
  }

  .tools-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.ai {
  width: 100vw;
  height: 66px;
  box-sizing: border-box;
  color: #054ACD;
  position: fixed;
  bottom: 0px;
  background-color: #FFF;
  z-index: 999;
}

.aiBox {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;

}

.aiText {
  padding-top: 7px;
}

.aiImg {
  height: 36px;
  width: 125px;
}

.flex {
  display: flex;
}

.justifyContentCenter {
  display: flex;
  justify-content: center;
}

.flex1 {
  flex: 1;
}

.inlineBlock {
  display: inline-block;
}

.m_r_10px {
  margin-right: 10px;
}

.m_t_60px {
  margin-top: 60px;
}

.m_t_80px {
  margin-top: 80px;
}