* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html {
  font-size: calc(100vw / 9.6);
  -webkit-text-size-adjust: 100%;
}

/* 页脚 */
.footer-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.08rem;
  height: 0.6rem;
  /* height: 120px; */
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.footer-box p img {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}
.footer-box p:last-child {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.04rem;
}
.link-text-color {
  color: #ffffff;
  text-decoration: none;
}
.link-text-color:hover {
  color: rgba(0, 163, 255);
}
