/* 页面底部 */

.footer-wrapper {
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 99;
  background: #050624;
}
.footer-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #ffffff;
}
.line {
  margin: 0 16px;
}
.foot {
  margin: 0 16px 0 8px;
  min-width: 18px;
  max-width: 220px;
  display: inline-block;
}
