/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
.section-title i {
  font-style: normal;
  color: #000;
  font-size: .2rem;
  padding-top: .2rem;
  font-weight: normal;
  line-height: .3rem;
  display: block;
}
.section-title p {
  font-size: .2rem;
  padding-top: .2rem;
  font-weight: normal;
  line-height: .3rem;
  color: #999;
}
.section-symstom .section-title {
  padding: .5rem .4rem;
}
.section-symstom ul {
  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;
  padding-bottom: .5rem;
  flex-wrap: nowrap;
}
.section-symstom ul:after {
  content: '';
  display: table;
  clear: both;
}
.section-symstom li {
  -webkit-flex: 1;
  flex: 1;
  -moz-box: 1;
  -ms-flexbox: 1;
  -webkit-box: 1;
  margin-right: .4rem;
  border: .01rem solid #666666;
  border-radius: .1rem;
}
.section-symstom li:nth-child(3n) {
  margin-right: 0;
}
.section-symstom li .img {
  width: 100%;
  height: 2rem;
}
.section-symstom li .des {
  padding: .2rem;
}
.section-symstom li .des h1 {
  font-size: .3rem;
  padding-bottom: .2rem;
}
.section-symstom li .des p {
  font-size: .2rem;
  color: #56abd5;
  line-height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-money {
  background: #f2f2f2;
}
.section-money .section-title {
  padding: 0 .4rem;
}
.section-money .section-title h1 {
  padding-top: .2rem;
}
.section-money .section-title p {
  line-height: .45rem;
}
.section-money .section-title p em {
  font-size: .2rem;
  color: #56abd5;
  border: .03rem solid #56abd5;
  padding: 0 .05rem;
  border-radius: .1rem;
}
.section-money ul {
  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;
  padding: .5rem .2rem 0 .2rem;
  flex-wrap: wrap;
}
.section-money ul li {
  text-align: center;
  width: 50%;
}
.section-money ul li .img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  margin: 0 auto;
}
.section-money ul li h1 {
  font-size: .2rem;
  color: #999;
  padding: .3rem 0;
}
.section-hy {
  padding: 0 .4rem;
}
.section-hy .section-title {
  padding: .5rem .4rem;
}
.section-hy ul {
  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;
  padding-bottom: .5rem;
  flex-wrap: wrap;
}
.section-hy ul:after {
  content: '';
  display: table;
  clear: both;
}
.section-hy li {
  width: 31.5%;
  margin-right: .15rem;
  margin-bottom: .2rem;
  border-radius: .1rem;
}
.section-hy li:nth-child(3n) {
  margin-right: 0;
}
.section-hy li .img {
  width: 100%;
  height: 2rem;
}
.section-hy li .des {
  padding: .2rem;
  background: #3399cc;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.section-hy li .des h1 {
  font-size: .3rem;
  padding-bottom: .2rem;
}
.section-hy li .des p {
  font-size: .2rem;
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
