.footer {
  background: #ba2528;
  position: relative;
}
.footer .bom_logo {
  text-align: center;
  padding: 20px 0;
}
.footer .bom_link {
  height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
}
.footer .bom_link .bom_con {
  color: #fff;
  font-weight: normal;
  display: flex;
}
.footer .bom_link .bom_con .bom_link_title {
  display: inline-block;
}
.footer .bom_link .bom_con .bom_link_con {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.footer .bom_link .bom_con .bom_link_con .bom_link_item {
  display: block;
  position: absolute;
  left: 0;
}
.footer .bom_link .bom_con .bom_link_con .bom_link_item a {
  display: inline-block;
  color: #fff;
  margin: 0px;
  padding: 0px 15px;
}
.footer .bom_link .bom_con .bom_link_btn span {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.footer .bom_info {
  font-size: 16px;
  color: #fff;
  padding: 20px 0px 0;
}
.footer .bom_info .bom_info_con {
  display: flex;
}
.footer .bom_info .bom_info_con .bom_info_item {
  flex: 1;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer .bom_info .bom_info_con .bom_info_item h3 {
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}
.footer .bom_info .bom_info_con .bom_info_item h3:before {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .bom_info .bom_info_con .bom_info_item h3 a {
  color: #fff;
}
.footer .bom_copyright {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.footer .bom_copyright span {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width:768px) {
  .footer .bom_info .bom_info_con {
    flex-direction: column;
  }
}
