/* 基础结构增强 */
#body {
  font-family: "Open Sans Condensed", sans-serif;
  background: #8e9eab;
  background: -webkit-linear-gradient(to right, #dde3e6, #8e9eab);
  background: linear-gradient(to right, #dde3e6, #004f8f);
  padding-bottom: 80px;
}

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /* height: 80px; */
}
