footer {
  width: 100%;
  background-color: #f8f8f8;
  color: #1E2129;
  font-size: 14px;
}
footer .foot-cor-demo {
  width: 1200px;
  margin: 35px auto 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}
footer .foot-cor-demo .web-icon-demo {
  display: block;
  width: 179px;
  height: 67px;
  margin-right: 50px;
  float: left;
}
footer .foot-cor-demo .web-icon-demo img {
  width: 179px;
  height: 67px;
  object-fit: contain;
}
footer .foot-cor-demo .foot-info-demo {
  width: 700px;
  font-size: 14px;
  color: #666;
  float: left;
}
footer .foot-cor-demo .foot-info-demo .foot-line-one-demo {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
footer .foot-cor-demo .foot-info-demo .foot-line-one-demo a:after {
  content: '|';
  margin-left: 12px;
  margin-right: 8px;
  color: #ddd;
}
footer .foot-cor-demo .foot-info-demo .foot-line-one-demo a:last-child:after {
  content: '';
  margin: 0;
}
footer .foot-cor-demo .foot-info-demo p {
  margin-bottom: 5px;
}
footer .foot-cor-demo .foot-call-demo {
  float: right;
  width: auto;
  display: flex;
}
footer .foot-cor-demo .foot-call-demo .call-con-demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 40px;
}
footer .foot-cor-demo .foot-call-demo .call-con-demo img {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
footer .foot-cor-demo .foot-call-demo .call-con-demo span {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
footer .foot-cor-demo .foot-call-demo .call-con-demo:last-child {
  margin-right: 0;
}
footer .foot-cor-demo:after {
  content: '';
  display: block;
  clear: both;
}
/*# sourceMappingURL=footer.css.map */