.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.38rem 0.71rem 0.40rem 0.71rem;
  background: #bd1b2d;
  font-size: 0.37333rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.38667rem;
  color: #ffffff;
  text-align: center;
}

.footer__content {
  height: 2.73rem;
  background: #8a1623;
}
.footer p{
   font-size:0.26rem;
  color:#fff;
}
.footer__content .content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.17rem;
  padding-bottom: 0.3rem;
}

.footer__content .content__top .top__unit {
  margin-right: 0.44rem;
  width: 1.12rem;
  height: 1.21rem;
}

.footer__content .content__top .top__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.16rem;
}

.footer__content .content__top .top__links .links__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2.45rem;
 flex-wrap:wrap;
 margin-top:0.23rem;
}

.footer__content .content__top .top__links .links__a {
  text-decoration: none;
  color: #fff;
margin-bottom:0.15rem;
font-size:0.26rem;
}

.footer__content .content__address {
  margin-top: 0.22rem;
 letter-spacing:0.01rem;
}

.footer__organizer {
  margin-top: 0.3rem;
 letter-spacing:0.01rem;
}

.footer__record {
  margin-top: 0.3rem;
 letter-spacing:0.01rem;
}
<!--0.0001981258392334-->