.global-footer {
  min-width: 1200px;
  background-color: #e22323;
}
.global-footer .inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
}
.global-footer .inner .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.global-footer .inner .item a {
  color: #fff;
}
.global-footer .inner .item .divider {
  margin: 0 6px;
}
.global-footer .inner .icon-conac {
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
  padding-top: 40px;
}
.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 div a {
  color: #fff;
}

/*更新页面底部主题色*/
.footer{
  background-color: #e22323;
}
