.footerBox {
  width: 100%;
  /* min-height: 100%; */
  background: #002977;
  color: #fff;
}

#footermain {
  display: flex;
  padding-top: 50px;
  padding-bottom: 46px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
}

.footer-jump {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  height: 63px;
  width: 477px;
}

.footer-jump > div {
  height: 53%;
  font-size: 22px;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding-right: 4%;
  cursor: pointer;
  line-height: 128%;
}

.footer-jump > div:last-child {
  border: 0;
}
.enfooter .footer-jump > div {
  padding-right: 8%;
}

.web-info-box {
  width: 736px;
  line-height: 38px;
}

.web-info-box span {
  margin-right: 20px;
}

.footer-right {
  display: flex;
  justify-content: space-between;
  width: 36%;
}
.footer-right img {
  width: 96px;
}
.QR-code-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1299px) {
  .w {
    flex-direction: column;
    align-items: center;
    padding-top: 6.533vw;
    padding-bottom: 7.333vw;
  }
  .footer-jump {
    padding: 0;
    width: 75.067vw;
    height: 7.6vw;
    margin: 0 auto;
  }
  .footer-jump > div {
    height: 5vw;
    font-size: 3.467vw;
    border-right: 0.2vw solid #fff;
    line-height: normal;
  }
  .web-info-box {
    width: 100%;
    margin: 0 auto;
    font-size: 2.933vw;
    line-height: 5.6vw;
  }
  .web-info-box span {
    margin: 0;
  }
  .web-info-box p {
    display: grid;
    justify-items: center;
  }
  .web-info-box p:first-child {
    grid-template-columns: repeat(2, 1fr);
  }
  .web-info-box p:first-child span:first-child {
    grid-column: 1/3;
  }

  .footer-right {
    width: 90%;
    font-size: 2.667vw;
    margin-top: 6.533vw;
  }
  .footer-right img {
    width: 24vw;
  }
  .enfooter .web-info-box p:first-child {
    grid-template-columns: repeat(1, 1fr);
  }
  .enfooter .footer-jump > div {
    padding-right: 8%;
    height: 50%;
    line-height: unset;
  }
}
