.footer .footer_bar1 {
  display: flex;
  font-size: calc(10px + 0.4rem);
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff6b;
  align-items: center;
  justify-content: center;
  background-color: #000;
  flex-wrap: wrap;
  padding: calc(10px + 0.7rem) 20px;
}
.footer .footer_bar1 span {
  margin-right: 34px;
}
