footer {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #7f7e7e;
  margin-top: 90px;

}
footer a{
    cursor: pointer;
    color: inherit;
}
footer .footer-content {
  width: 1200px;
  margin: 0 auto;
}
footer .footer-content-warp {
  width: 100%;
  background: #000;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 24px 0;
}
footer .footer-logo {
  margin-top: 50px;
  margin-bottom: 20px;
}
footer .footer-menu {
  display: flex;
  margin-bottom: 50px;
}
footer .footer-menu-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
footer .footer-menu .footer-menu-item {
  display: flex;
  flex-direction: column;
  width: 250px;
}
footer .footer-menu .footer-menu-item:last-child {
    width: 342px;
  }
footer .footer-menu-text {
  margin-top: 20px;
  display: flex;
}
footer .footer-menu-text-label {
  display: inline-block;
  width: 66px;
}
footer .footer-menu-text-value {
  display: inline-block;
  width: calc(100% - 66px);
}
footer .footer-bottom{
    width: 100%;
    background-color: #101010;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(255 255 255 / 60%);
}
