body {
  text-align:center;
  font-size: 32px;
  max-width: 1400px;
  margin: 20px auto;
  background: #edeef0;

}

.container {
  background-color: #ffffff;
  padding: 20px 20px;
}

p {
  text-align: center;
  color: #4d4f53;
}

.foot{
  font-size: 14px;
  padding-top: 10px;
}
a:link {
  color:#2882a8;
  text-decoration:none;
  }    /* 未被访问的链接 */
a:visited {
  text-decoration:none;
  } /* 已被访问的链接 */
a:hover {
  text-decoration:underline;
  }   /* 鼠标指针移动到链接上 */
a:active {
text-decoration:underline;
}  /* 正在被点击的链接 */