.footer_wrap {
  width: 100%;
  background: #ba2528;
  overflow: hidden;
}
.footer_wrap .footer {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
.footer_wrap .footer .footercon {
  display: inline-block;
}
.footer_wrap .footer .footercon .lf {
  float: left;
}
.footer_wrap .footer .footercon .rt {
  float: right;
}
.footer_wrap .footer .footercon .copyRight {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 26px;
  font-style: normal;
}
.footer_wrap .footer .footercon p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer_wrap .footer .footercon span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width:640px) {
  .footercon span {
    display: block;
    float: none;
  }
  .copyRight {
    margin-top: 10px;
  }
  .footercon p span {
    width: 100%;
  }
  .footercon p {
    float: none !important;
  }
}
