﻿.footer {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  height: 190px;
  color: #fff;
  text-align: center;
  background-color: #a5301f;
}
.footer p {
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
}
.footer p a {
  color: #fff;
}

/*更新页面底部主题色*/
.footer{
  background-color: #e22323;
}
