#footer_content {
  padding: 5rem 6rem 2rem;
}

#footer_content .footer_content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer_content .footer_content_top .footer_content_top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer_content .footer_content_top .footer_content_top_item img {
  display: inline-block;
  width: 3.2rem;
  margin-right: 2rem;
}

#footer_content .footer_content_top .footer_content_top_item .footer_content_top_item_right h4 {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: .8rem;
}

#footer_content .footer_content_top .footer_content_top_item .footer_content_top_item_right p {
  font-size: 1.2rem;
  color: #999999;
}

#footer_content .footer_content_center {
  padding: 3rem 10.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer_content .footer_content_center .footer_content_center_item_l {
  width: 1px;
  background: #D8D8D8;
  display: inline-block;
}

#footer_content .footer_content_center .footer_content_center_item {
  font-size: 1.4rem;
  color: #333333;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

#footer_content .footer_content_center .footer_content_center_item:hover {
  color: #038AFC;
}

#footer_content .footer_content_bottom {
  text-align: center;
  font-size: 1.2rem;
  color: #999999;
}

#footer_content .footer_content_bottom p:not(:last-child) {
  margin-bottom: .8rem;
}

@media screen and (max-width: 1200px) {
  #footer_content {
    padding: 5rem 0rem 2rem;
  }
  #footer_content .footer_content_top .footer_content_top_item img {
    display: inline-block;
    width: 3.2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 576px) {
  #footer_content {
    padding: 5rem 0rem 2rem;
  }
  #footer_content .footer_content_top .footer_content_top_item {
    margin-bottom: 2rem;
    width: 100%;
  }
  #footer_content .footer_content_top .footer_content_top_item img {
    display: inline-block;
    width: 3rem;
  }
  #footer_content .footer_content_center {
    padding: 3rem 0rem;
  }
}
/*# sourceMappingURL=footer.css.map */