* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

.header-wrap {
  position: relative;
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 260px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 68px;
  /* position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; */
}

.nav-title {
  color: #24292f;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.nav-title:hover {
  color: #006aff;
}

.title {
  color: #2b354a;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 102px;
  margin-left: 22px;
}

.subtitle {
  color: #838d98;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  margin-left: 22px;
}

.total-wrap {
  display: flex;
  justify-content: space-between;
  margin: -90px 280px 0;
  border-radius: 8px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.7) 100%
    ),
    radial-gradient(
      345.26% 177.96% at 0.9% -52.87%,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(230, 245, 254, 0.7) 100%
    );
  box-shadow: 0 2px 5px 0 rgba(214, 229, 235, 0.6);
  backdrop-filter: blur(21px);
  height: 120px;
}

.total-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.total-content div:first-child {
  color: #006aff;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.total-content div:last-child {
  color: #2b354a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.solution-wrap {
  padding: 0 360px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-wrap {
  display: flex;
  align-items: center;
}

.line-wrap2 {
  justify-content: flex-end;
}

.line1 {
  width: 40px;
  height: 6px;
  border-radius: 34px;
  background: linear-gradient(
    90deg,
    #006aff 6.67%,
    rgba(44, 104, 246, 0) 114.17%
  );
}

.line2 {
  width: 10px;
  height: 6px;
  border-radius: 34px;
  background: #d3e1fd;
  margin-left: 10px;
}

.line3 {
  width: 10px;
  height: 6px;
  border-radius: 34px;
  background: #d3e1fd;
}

.line4 {
  width: 40px;
  height: 6px;
  border-radius: 34px;
  background: linear-gradient(
    270deg,
    #006aff 6.67%,
    rgba(44, 104, 246, 0) 114.17%
  );
  margin-left: 10px;
}

.solution-title {
  color: #2b354a;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.solution-desc {
  color: #616161;
  font-size: 20px;
  line-height: 35px;
  margin-top: 40px;
}

.software-wrap {
  margin-top: 40px;
  padding: 0 360px;
}

.software-title {
  color: #242429;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.software-content {
  height: 160px;
  margin-bottom: 70px;
}

.software-content > div {
  height: 100%;
}

.software-content > div:nth-child(1) {
  background: linear-gradient(144deg, #4391ff -0.02%, #006aff 100%);
  width: 300px;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  padding: 0 24px;
}

.software-content > div:nth-child(2) {
  background: #ecf4ff;
  border-radius: 0 10px 10px 0;
  padding: 0 40px;
}

.software-content-title {
  color: #fff;
  text-shadow: 0 2px 2px rgba(82, 108, 229, 0.5);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.software-content-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  margin-top: 24px;
}

.icon-wrap {
  position: relative;
}

.icon-wrap img {
  position: absolute;
  bottom: -60px;
  right: 0;
}

.software-content-item {
  margin-right: 60px;
}

.software-content-item div {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.software-content-item ul {
  margin-top: 12px;
}

.software-content-item ul li {
  margin-left: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer-wrap {
  padding: 50px 360px;
  color: #fff;
  background: #2b354a;
}

.email-wrap {
  margin-top: 20px;
}

.email {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}

.platform-wrap {
  margin-left: 200px;
}

.platform-wrap div {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.platform-wrap .platform-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}

.copyright {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #1C253C;
  color: #fff;
  padding: 30px 0;
}