.footer_block26 {
  padding: 50px 0;
  background: #93070a;
}

.footer_block26 .footer {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.footer_block26 .footer .footer_lf {
  /* width: 30%; */
}

.footer_block26 .footer .footer_lf .footer_logo {
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_block26 .footer .footer_lf .f_link li {
  margin: 0 0 0 10px;
  position: relative;
}

.footer_block26 .footer .footer_lf .f_link li span {
  display: none;
}

.footer_block26 .footer .footer_lf .f_link li:first-child {
  margin-left: 0;
}

.footer_block26 .footer .footer_lf .f_link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.footer_block26 .footer .footer_lf .f_link li a i {
  font-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.footer_block26 .footer .footer_lf .f_link li a i::before {
  opacity: 0;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(1) a i {
  color: #3cb035;
  background: url(../images/footer_block26_twitter.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(2) a i {
  color: #d52b2a;
  background: url(../images/footer_block26_wechat.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(3) a i {
  color: #3b5999;
  background: url(../images/footer_block26_facebook.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(4) a i {
  color: #0277b5;
  background: url(../images/footer_block26_youtobe.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(5) a i {
  color: #913bb8;
  background: url(../images/footer_block26_in.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li:nth-child(6) a i {
  color: #28a9e0;
  background: url(../images/footer_block26_ins.png) no-repeat center;
}

.footer_block26 .footer .footer_lf .f_link li.on span {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: 40px;
  margin-left: -50px;
  z-index: 200;
  display: block;
}

.footer_block26 .footer .footer_rt {
  /* width: 40%; */
  line-height: 1.5;
}

.footer_block26 .footer .footer_rt span {
  display: block;
  padding: 7px 0;
}

.footer_block26 .footer .footer_cen {
  margin: 0 20px;
}

.footer_block26 .footer .footer_cen .footer_logo {
  width: 150px;
  height: 150px;
}

.footer_block26 .footer .footer_cen .footer_logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:996px) {
  .footer_block26 .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer_block26 .footer .footer_cen {
    order: 1;
    margin: 20px 0;
  }

  .footer_block26 .footer .footer_lf,
  .footer_block26 .footer .footer_rt {
    width: 100% !important;
    float: none;
    text-align: center;
    order: 2;
  }

  .footer_block26 .footer .footer_lf {
    margin-bottom: 20px;

  }

}
