.footer {
  box-shadow: 0 0 4px 0 rgba(0,0,0, .2);
}
.footContainer  {
  flex-direction: column;
}
.footer dt {
  color: #131313;
  margin-right: 10px;
}
.footer dl dd:not(:last-child) {
  border-right: 1px solid rgba(0,0,0, .08);
}
.mobileFooter {
  background: #F4F4F4;
  padding: 2.67rem 4rem 3.07rem;
  line-height: 4.53rem;
}
.footer .bottom,
.mobileFooter .bottom {
  font-family: PingFangSC-Regular, helvetica neue, tahoma, PingFang SC, microsoft yahei, arial, hiragino sans gb, "sans-serif";
}