/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
.section-download {
  padding: .4rem .8rem;
  background: #f5f5ed;
}
.download-img {
  text-align: center;
}
.download-img img {
  width: 100%;
}
.download-img h1 {
  font-size: .32rem;
}
.download-img p {
  font-size: .2rem;
  color: #ff0188;
  line-height: .7rem;
}
.download-box .title {
  font-size: .28rem;
  font-weight: normal;
  text-align: center;
  font-size: .32rem;
  position: relative;
}
.download-box .title p.line {
  background: #660000;
  position: absolute;
  width: 90%;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  margin-top: -0.5px;
  padding-top: 0;
}
.download-box .title span {
  background: #f5f5ed;
  color: #660000;
  padding: 0 .1rem;
  position: relative;
  z-index: 1;
  font-size: .28rem;
}
.download-box .download-erwei 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;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download-box .download-erwei li {
  width: 40%;
  text-align: center;
}
.download-box .download-erwei li img {
  width: 100%;
  margin-top: .4rem;
  margin-bottom: .4rem;
}
.download-box .download-erwei li h1 {
  font-size: .28rem;
  color: #3e3e3e;
}
.download-box .download-erwei li p {
  font-size: .2rem;
  color: #bbbbb8;
  padding-top: .1rem;
}
