.section1 .content {
  padding-bottom: 0.52rem;
}
.section1 .content .list > li {
  background-color: #FAFAFA;
}
.section1 .content .list > li > div {
  flex: 1;
}
.section1 .content .list > li .stretch-right {
  display: flex;
  position: relative;
}
.section1 .content .list > li .stretch-right .icon {
  width: 62px;
  height: 62px;
  background-image: url('/static/home/images/advantages/icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 34px;
  margin-left: 0.26rem;
}
.section1 .content .list > li .stretch-right .text {
  flex: 1;
  margin-right: 0.26rem;
}
.section1 .content .list > li .stretch-right .text .triangle {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 11px solid #FAFAFA;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .content .list > li .stretch-right .p1 {
  font-size: .13rem;
  font-weight: bold;
  line-height: 1.5;
}
.section1 .content .list > li .stretch-right .p2 {
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.section1 .content .list > li.reverse {
  flex-direction: row-reverse;
}
.section1 .content .list > li.reverse .text .triangle {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid #FAFAFA;
  border-right: none;
  border-bottom: 11px solid transparent;
  position: absolute;
  right: -11px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .section1 .content .list > li.reverse {
    flex-direction: column;
  }
  .section1 .content .list > li .stretch-right {
    padding: 20px 0;
  }
}
@media screen and (max-width: 414px) {
  .section1 .content .list > li .stretch-right .p1 {
    font-size: 18px;
  }
  .section1 .content .list > li .stretch-right .p2 {
    font-size: 14px;
  }
  .section1 .content .list > li .stretch-right .icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
<!--ºÄÊ±1759413333.1647Ãë-->