.hero {
  width: 100%;
  height: 520px;
  background: url("../image/software-features/hero-bg.png") no-repeat;
  background-size: cover;
  padding-top: 81px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  justify-content: center;
}

.hero__inner {
  width: 672px;
  font-family: Alibaba PuHuiTi;
  line-height: 72px;
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.hero-btns {
  width: 314px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px auto 0;
}

.hero-btns a:first-child {
  width: 159px;
  height: 56px;
  border-radius: 8px;
  background-color: #fff;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  color: #0866ff;
  cursor: pointer;
}

.hero-btns a:last-child {
  width: 159px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  font-family: Alibaba PuHuiTi 3;
  font-size: 24px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.introductions-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1366px;
  margin: 0 auto;
}

.introductions-item.reverse {
  flex-direction: row-reverse;
}

.introductions-item img {
  width: 752px;
  height: 522.15px;
  object-fit: cover;
}
.introductions-item .introductions-item__content {
  font-family: Alibaba PuHuiTi 3;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #333;
}

.introductions-item__content a {
  display: block;
  width: 136px;
  height: 56px;
  background: rgba(8, 102, 255, 0.1);
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  margin-top: 24px;
  color: #0866ff;
  text-decoration: none;
}
