.section-5 {
  /* height: 9.6rem; */
  padding: 0.87rem 1.07rem 0.61rem 1.07rem;
}
.section-5 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-5 .top .title-1 {
  font-size: 0.48rem;
  font-weight: 800;
  line-height: normal;
  color: #222222;
}
.section-5 .top .title-2 {
    margin-top: 0.14rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  color: #61646f;
}
.section-5 .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section-5 .bottom .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.section-5 .bottom .left .left-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.section-5 .bottom .left .left-item .item-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0.24rem;
}
.section-5 .bottom .left .left-item .item-title-1 {
  font-size: 0.32rem;
  font-weight: 800;
  line-height: normal;
  /* 主要文字 */
  color: #222222;
}
.section-5 .bottom .left .left-item .item-title-2 {
  font-size: 0.16rem;
  font-weight: 500;
  width: 3.32rem;
  line-height: normal;
  text-align: right;
  margin-top: 0.08rem;
  /* 辅助文字色 */
  color: #61646f;
}
.section-5 .bottom .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.section-5 .bottom .right .right-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.section-5 .bottom .right .right-item .item-title {
  display: flex;
  flex-direction: column;
  margin-left: 0.24rem;
  justify-content: center;
  align-items: flex-start;
}
.section-5 .bottom .right .right-item .item-title-1 {
  font-size: 0.32rem;
  font-weight: 800;
  line-height: normal;
  /* 主要文字 */
  color: #222222;
}
.section-5 .bottom .right .right-item .item-title-2 {
  font-size: 0.16rem;
  font-weight: 500;
  width: 3.32rem;
  line-height: normal;
  text-align: left;
  margin-top: 0.08rem;
  /* 辅助文字色 */
  color: #61646f;
}
.section-5 .bottom-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
}

.section-5 .advantage-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #e8f0fe 0%, #f4f8ff 100%);
  border: 1px solid #2d57d9;
  border-radius: 0.08rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.section-5 .adv-item {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.section-5 .adv-item span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #2d57d9;
  white-space: nowrap;
}
.section-5 .bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.41rem;
}
