.footer_inner {
  width: 100%;
  padding: 0 0 55px;
  background-color: rgb(25, 25, 25);
}
.footer_inner .f-top {
  padding: 38px calc((100% - 1600px) / 2);
  border-bottom: solid 1px rgb(40, 40, 40);
  display: flex;
  font-size: 14px;
  color: #fff;
}
.footer_inner .f-top li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: rgb(85, 85, 85);
  margin: 0 24px;
}
.footer_inner .f-top li:last-child::after {
  display: none;
}
.footer_inner .f-top li:nth-child(1), .footer_inner .f-top li:nth-child(2) {
  color: #fff;
}
.footer_inner .f-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px calc((100% - 1600px) / 2) 0;
}
.footer_inner .f-bot .f-left {
  color: rgb(154, 154, 154);
  font-size: 13px;
}
.footer_inner .f-bot .f-left > p {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.footer_inner .f-bot .f-left > p:last-child {
  margin-bottom: 0;
}
.footer_inner .f-bot .f-left span {
  display: flex;
  align-items: center;
}
.footer_inner .f-bot .f-left span:first-child::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  margin: 0 12px;
  background-color: rgb(85, 85, 85);
}
.footer_inner .f-bot .f-right {
  text-align: right;
}
.footer_inner .f-bot .f-right img {
  width: 213px;
}
.footer_inner .f-bot .f-right span {
  font-size: 13px;
  color: rgb(255, 255, 255);
  display: block;
  margin-top: 20px;
}

@media (max-width: 1680px) {
  .footer_inner .f-top, .footer_inner .f-bot {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .footer_inner {
    padding: 0;
  }
  .footer_inner .f-top {
    flex-wrap: wrap;
    padding: 50px 20px 32px;
    padding-right: calc(100% - 268px);
    font-size: 14px;
  }
  .footer_inner .f-top li:first-child,
  .footer_inner .f-top li:nth-child(2) {
    margin-bottom: 20px;
  }
  .footer_inner .f-top li:nth-child(2)::after {
    display: none;
  }
  .footer_inner .f-top li::after {
    margin: 0 16px;
  }
  .footer_inner .f-bot {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px 50px;
  }
  .footer_inner .f-bot .f-left {
    font-size: 12px;
  }
  .footer_inner .f-bot .f-left > p {
    margin-bottom: 8px;
  }
  .footer_inner .f-bot .f-right {
    text-align: left;
    margin-top: 60px;
  }
  .footer_inner .f-bot .f-right span {
    font-size: 12px;
  }
  .footer_inner .f-bot .f-left span:first-child::after {
    margin: 0 8px;
  }
}

/*# sourceMappingURL=footer.css.map */
