/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
.after-header {
  text-align: center;
  padding: .45rem .2rem 0 .2rem;
}
.after-header h1 {
  font-size: .32rem;
  font-weight: bold;
  line-height: .4rem;
  color: #e03636;
}
.after-header p {
  font-size: .2rem;
  padding-top: .2rem;
  font-weight: normal;
  line-height: .3rem;
  color: #999;
}
.section-pay .little-project-f img {
  width: 100%;
}
.section-service-support .section-content {
  padding: 0 .72rem .5rem .72rem;
}
.section-service-support ul li {
  padding-bottom: .4rem;
  width: 100%!important;
  margin-right: 0!important;
}
.section-service-support ul li:last-child {
  padding-bottom: 0;
}
.section-service-support ul li a {
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
}
.section-service-support ul li .img {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 100%;
}
.section-service-support ul li .des {
  width: 57%;
  padding-left: .4rem;
}
.section-service-support ul li .des h1 {
  text-align: left;
  color: #000;
  font-size: .32rem;
  box-sizing: border-box;
  padding-bottom: .2rem;
}
.section-service-support ul li .des p {
  background: transparent;
  text-align: left;
  font-size: .2rem;
  line-height: .3rem;
  box-sizing: border-box;
  color: #999;
}
