/* 网站内容样式 */
.content-foot {
  padding: 20px;
}

/* 页脚栏样式 */
.footer {
  background: rgba(166, 206, 250, 0.8);
  color: #fff;
  /* padding: 10px; */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.footer-content {
  text-align: center;
}

.footer p {
  margin: 5px 0;
}