.section-3 {
  /* width: 100%;
  max-width: 19.2rem; */
  margin: 0 auto;
  overflow-x: hidden;
  /* height: 7.69rem; */
  background: #fff;
  padding: 0.65rem 2.6rem 0.75rem 2.6rem;
}
.section-3 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-3 .top .title-1 {
  font-size: 0.48rem;
  font-weight: 800;
  line-height: normal;
  /* 主要文字 */
  color: #222222;
}
.section-3 .top .title-2 {
  margin-top: 0.14rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  /* 辅助文字色 */
  color: #61646f;
  width: 10.08rem;
}
.section-3 .image {
  margin-top: 0.69rem;
}
.section-3 .image-2 {
  margin-top: 0.64rem;
}

/* 增值服务补充样式 */
.section-3 .value-added-services {
  width: 14rem;
  height: 1.52rem;
  background: #f0f6ff;
  padding-top: 0.25rem;
  /* padding-bottom: 0.25rem; */
  padding-left: 0.27rem;
  padding-right: 0.27rem;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.section-3 .vas-header {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}

.section-3 .vas-line {
  width: 0.04rem;
  height: 0.2rem;
  background-color: #1c63fe;
  /* border-radius: 2px; */
}

.section-3 .vas-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
}

.section-3 .vas-cards {
  display: flex;
  gap: 0.2rem;
  width: 100%;
}

.section-3 .vas-card {
  flex: 1;
  background-color: #ffffff;
border-radius: 2px;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.16rem;
  box-shadow: 0 2px 0.12rem rgba(0, 0, 0, 0.04);
}

.section-3 .vas-card svg {
  flex-shrink: 0;
}

.section-3 .vas-card span {
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
}
