.title {
  height: 32px;
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
}
.subtitle {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
.main-content {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-item {
  width: 265px;
  height: 88px;
  background: rgba(0, 180, 203, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.side-item-percent {
  height: 24px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #00b4cb;
  line-height: 24px;
  margin-bottom: 8px;
}
.side-item-text {
  width: 208px;
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
}
.mid-img {
  width: 417px;
  height: 300px;
  margin: 0 40px;
}
.left-img {
  width: 640px;
  height: 356px;
}
.right-content {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.right-content-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.right-content-title {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}
.right-content-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.detail-btn {
  width: 160px;
  height: 40px;
  background: #00b4cb;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.final-content {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.final-item {
  margin-bottom: 16px;
  display: flex;
  padding: 32px;
  align-items: center;
  width: 592px;
  height: 128px;
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.final-icon {
  width: 64px;
  height: 64px;
}
.final-item-content {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-item-title {
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  margin-bottom: 16px;
}
.final-item-text {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 14px;
}
