p{
margin-top:10px;
text-indent:2em;
}
h5{
margin-top:10px;
}
a {
  text-decoration: none;
}

.fixed-footer {
  position: fixed; /* 使用fixed定位 */
  left: 0; /* 左边距设置为0 */
  bottom: 0; /* 底部设置为0，即固定在底部 */
  width: 100%; /* 宽度设置为100% */
  background-color: #0080ff; /* 背景颜色 */
  color: white; /* 字体颜色 */
  text-align: center; /* 文字居中 */
  padding: 15px 0; /* 上下填充 */
}