@charset "UTF-8";
.flexCon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swipers {
  margin-top: 28px;
}
.swipers .swiper-slide {
  width: auto; /*根据内容调整宽度*/
}
.swipers img {
  width: 220px;
}

.footers {
  margin-left: 28px;
  margin-right: 14px;
  margin-top: 27px;
}
.footers .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  line-height: 1;
}
.footers .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.footers .tab {
  display: flex;
  flex-wrap: wrap;
}
.footers .tab .list {
  width: 82px;
  height: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #DA4C4C;
  background: #F4E8E8;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.footers .tab .list:last-child {
  margin-right: 0;
}
.footers .downBtn {
  background: #0A58FA;
  border-radius: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  height: 50px;
  width: calc(100% - 28px);
  margin-top: 40px;
}
.footers .downBtn img {
  width: 25px;
  height: 20px;
  margin-right: 9px;
}

/*# sourceMappingURL=index.css.map */
