.footer {
  position: relative;
  height: 1365px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.footer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(19, 19, 19, 0.5),
    rgba(0, 0, 0, 0.5) 44.18%
  );
  z-index: 10;
}
.footer-top {
  font-size: 96px;
  height: 794px;
  overflow: hidden;
}
.footer-top-bg {
  padding-top: 140px;
  padding-bottom: 40px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0),
      rgba(19, 19, 19, 0.9) 5%,
      rgba(19, 19, 19, 0.8) 20%,
      rgba(19, 19, 19, 0.9) 95%,
      rgba(0, 0, 0, 0)
    ),
    url(/footer-bg.png) no-repeat, url(/footer-bg1.png) no-repeat;
  background-blend-mode: color-burn;
  background-size: 100%, 1440px auto, 1000px auto;
  background-position: 0, 50%, 50%;
}
.footer-mid {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  height: 88px;
  box-sizing: border-box;
  display: flex;
  color: #636d49;
}
.footer-mid-left {
  border-right: 1px solid #404040;
  width: 240px;
  gap: 20px;
}
.footer-mid-center,
.footer-mid-left {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.footer-mid-center {
  flex: 1;
}
.footer-mid-center-inner {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  width: 700px;
}
.footer-mid-center-inner a:hover {
  color: #5fc48d;
}
.footer-mid-right {
  border-left: 1px solid #404040;
}
.footer-bottom {
  display: flex;
  width: 100%;
}
.footer-bottom img {
  width: 100% !important;
}
.footer-icon {
  color: #636d49;
}
.footer-icon:hover {
  color: #5fc48d;
}
@media screen and (min-width: 1920px) {
  .footer {
    height: 1423px;
  }
}
@media screen and (max-width: 1440px) {
  .footer {
    height: 1365px;
  }
}
.page-800.footer {
  height: 1171px;
}
.page-550 .footer-mid,
.page-800 .footer-mid {
  display: block;
  height: 400px;
  border: 0;
}
.page-550 .footer-mid-left,
.page-800 .footer-mid-left {
  border: 0;
  width: 100%;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  height: 70px;
}
.page-550 .footer-mid-center,
.page-800 .footer-mid-center {
  height: 260px;
}
.page-550 .footer-mid-center-inner,
.page-800 .footer-mid-center-inner {
  flex-direction: column;
  gap: 22px;
}
.page-550 .footer-mid-right,
.page-800 .footer-mid-right {
  border: 0;
  width: 100%;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  height: 70px;
}
.page-550 .footer-top,
.page-800 .footer-top {
  height: 526px;
  padding-top: 40px;
}
.page-550 .footer-top-bg,
.page-800 .footer-top-bg {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  background: linear-gradient(
      180deg,
      #131313,
      rgba(19, 19, 19, 0.8) 5%,
      rgba(19, 19, 19, 0.8) 20%,
      rgba(19, 19, 19, 0.9) 95%,
      rgba(19, 19, 19, 1)
    ),
    url(/footer-bg.png) no-repeat, url(/footer-bg1.png) no-repeat;
  background-size: 100%, 1440px auto, 100% auto;
}
.page-550.footer {
  height: 1100px;
}
