.footer {
  width: 100%;
  height: 265px;
  background-image: url("../img/bg_f.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .footer-content {
  width: 850px;
  margin: auto;
  padding-top: 30px;
}
.footer .f-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.footer .f-left .logo {
  width: 54px;
  height: 29px;
}
.footer .f-left .title {
  width: 162px;
  height: 39px;
}
.footer .f-left .gsfw {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 10px;
}
.footer .f-left > div {
  margin-top: 20px;
}
.footer .f-left a {
  margin-right: 4px;
}
.footer .f-center div {
  opacity: 0.8;
  margin-bottom: 4px;
}
.footer .f-center div:first-child {
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 8px;
}
.footer .f-right {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .f-right img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.footer .bottom {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 10px;
}
.footer .bottom img {
  width: 18px;
  height: 20px;
}
