/* ============================================
   足部样式
   ============================================ */

.site-footer {
  border-top: 1px solid rgba(15, 31, 60, 0.08);
  background: #363E4C;
  height: 60px;
  display: flex;
  align-items: center;
}

.footer-inner {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
