.footer_block29 {
  background: #8f002e;
  padding-top: 50px;
}
.footer_block29 .footer_top {
  display: flex;
  margin-bottom: 50px;
}
.footer_block29 .footer_top .footer_links {
  flex: 1;
}
.footer_block29 .footer_top .footer_links h3 {
  margin-bottom: 20px;
}
.footer_block29 .footer_top .footer_links ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.footer_block29 .footer_top .footer_links ul li {
  width: 25%;
  line-height: 2.5;
}
.footer_block29 .footer_top .footer_links ul li img {
  margin-right: 8px;
}
.footer_block29 .footer_top .footer_con {
  margin-top: 50px;
  width: 490px;
  box-sizing: border-box;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
.footer_block29 .footer_top .footer_con p {
  line-height: 2.6;
}
.footer_block29 .footer_top .footer_con p img {
  margin-right: 8px;
}
.footer_block29 .footer_bot ul {
  text-align: center;
  margin: 0 -15px;
}
.footer_block29 .footer_bot ul li {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
}
.footer_block29 .footer_bot ul li a {
  background: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: 0 15px;
  font-size: 24px;
}
.footer_block29 .footer_bot ul li a.icon-wechat {
  color: #87c644;
}
.footer_block29 .footer_bot ul li a.icon-sina {
  color: #ee3a3a;
}
.footer_block29 .footer_bot ul li a.icon-douyin {
  color: #000000;
}
.footer_block29 .footer_bot ul li img {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  height: 100%;
}
.footer_block29 .footer_bot ul li:hover img {
  display: block;
}
@media screen and (max-width: 1240px) {
  .footer_block29 .footer_top .footer_con {
    width: 300px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 996px) {
  .footer_block29 .footer_top .footer_con p {
    line-height: 1.5;
  }
  .footer_block29 .footer_top {
    display: block;
    margin-bottom: 0px;
  }
  .footer_block29 .footer_top .footer_links ul li {
    width: 33.3%;
  }
  .footer_block29 .footer_top .footer_con {
    width: 100%;
    border-left: none;
    text-align: center;
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_block29 {
    font-size: 14px;
    padding-top: 30px;
  }
  .footer_block29 .footer_top .footer_links h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .footer_block29 .footer_top .footer_links ul li {
    width: 50%;
  }
  .footer_block29 .footer_top .footer_con {
    margin: 20px 0;
  }
  .footer_block29 .footer_bot ul li a {
    margin: 0 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
