.foot-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #3a3a3a;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 9px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(180, 180, 183, 0.5);
}
.foot-page .company-info {
  justify-content: center;
}
.foot-page .foot-nick-num {
  margin-top: 8px;
  text-align: center;
}
