footer {
  background-color: #fff;
  padding-top: 50px;
}
footer .footer_menu {
  display: flex;
  justify-content: space-between;
}
footer .footer_menu .footer_item {
  margin-right: 15px;
}
footer .footer_menu .footer_item:last-child {
  margin-right: 0;
}
footer .footer_menu .footer_item ul,
footer .footer_menu .footer_item .code_img {
  margin-top: 15px;
}
footer .footer_menu .footer_item .code_img {
  width: 132px;
  height: 132px;
}
footer .footer_menu .footer_item .code_img img {
  width: 100%;
  height: 100%;
}
footer .footer_menu .footer_item li {
  margin-bottom: 10px;
  text-align: center;
}
footer .footer_menu .footer_item a {
  font-size: 14px;
  color: #01284D;
}
footer .footer_menu .footer_item ul {
  list-style: none;
}
footer .footer_menu .footer_item .footer_f_title {
  font-size: 16px;
  color: #01284D;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
footer .footer_menu .footer_item .footer_f_title::after {
  content: '';
  width: 28px;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #8093a6;
  transform: translateX(-50%);
}
footer .footer_bottom {
  padding: 50px 0 20px 0;
  display: flex;
  justify-content: center;
}
footer .footer_bottom a {
  color: #01284D;
  font-size: 14px;
  margin: 0 7px;
}
