.footer {
  position: absolute;
  bottom: 0;
  /*box-sizing: border-box;*/
  width: 100%;
  height: 210px;
  color: #fff;
  text-align: center;
  background-color: #64b1ff;
  padding-top: 15px;
}
.footer p {
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
}
.footer p a {
  color: #fff;
}
.footer p .imgConac {
  display: inline-block;
  vertical-align: middle;
}
/*����ҳ��ײ�����ɫ*/
.footer{
  background-color: #64b1ff;
}
