.footer_block24 {
  background: url(../images/footer_block24_bg.png) no-repeat center/cover;
  padding: 50px 0;
}
.footer_block24 .footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_block24 .footer .flex .gp-fl .logo {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 150px;
}
.footer_block24 .footer .flex .gp-fl .addr {
  margin-top: 20px;
}
.footer_block24 .footer .flex .gp-fl .addr span {
  display: block;
  margin-top: 13px;
}
.footer_block24 .footer .flex .gp-fm {
  float: left;
}
.footer_block24 .footer .flex .gp-fm .link h3 {
  color: #942c2c;
  margin-bottom: 20px;
}
.footer_block24 .footer .flex .gp-fm .link a {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.footer_block24 .footer .flex .gp-fm .link a:last-child {
  margin-bottom: 0px;
}
.footer_block24 .footer .flex .gp-fr .code {
  text-align: center;
  max-width: 120px;
}
.footer_block24 .footer .flex .gp-fr .code .gp-img-responsive {
  padding-bottom: 100%;
}
.footer_block24 .footer .flex .gp-fr .code span {
  display: block;
  margin-top: 10px;
}
.footer_block24 .footer .flex > div {
  float: none;
}
@media screen and (max-width: 996px) {
  .footer_block24 .footer .flex .gp-fl {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .footer_block24 .footer .flex {
    display: block;
  }
  .footer_block24 .footer .flex .gp-fl {
    width: 100%;
    text-align: center;
  }
  .footer_block24 .footer .flex .gp-fm {
    float: none;
  }
  .footer_block24 .footer .flex .gp-fm .link h3 {
    margin: 20px 0 10px;
    text-align: center;
  }
  .footer_block24 .footer .flex .gp-fr .code {
    max-width: 120px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .footer_block24 .footer .flex > div {
    width: 100%;
  }
}
