/* 底部样式 */
.footer-box {
  width: 100%;
  max-height: 433px;
  background: #1b1b1b;

  padding-top: 98px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-explain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}

.footer-explain hr {
  display: none;
}

.put-on-file {
  width: 100%;
  min-height: 97px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
}

.footer-info {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-info span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.footer-info span:nth-child(2),
.footer-info span:nth-child(3) {
  font-weight: 400;
}

.footer-menu {
  max-width: 592px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.footer-menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.footer-menu ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.footer-menu img {
  width: 50px;
}

.footer-addr {
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-addr img {
  display: inline;
  width: 220px;
  margin-bottom: 15px;
  margin-right: -10px;
}

.footer-addr address {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: #ffffff;
  font-style: normal;
}

.put-on-file div {
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.put-on-file div span {
  width: 722px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.put-on-file div span a {
  color: #87878a;
}

.footer-vx-img:hover+.footer-vx-QR {
  display: flex !important;
}

.footer-vx-QR {
  height: 144px;
  width: 144px !important;
  display: none !important;
  position: absolute;
  top: -65px;

  border-radius: 8px;
  background: #ffffff;
  background-image: url(/images/QR_code.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


@media screen and (max-width: 767px) {
  .footer-box {
    max-height: 75.4667vw;
    padding-top: 5.0667vw;
  }

  .footer-explain {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 256vw;
    width: 100%;
    margin: 0 0 6.6667vw 0;
  }

  .footer-explain hr {
    display: block;
    width: 95%;
    margin: 7.8667vw 0;
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .footer-explain div {
    margin: 0 0;
  }

  .footer-info {
    width: 95vw;
    height: 19.6vw;
    margin-left: 2.9333vw;
  }

  .footer-info span {
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
  }

  .footer-info span:nth-child(2) {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-info span:nth-child(3) {
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    margin-top: 3.0667vw;
  }

  .footer-addr {
    display: none;
  }

  .footer-menu {
    max-width: 95%;
    width: 95%;
  }

  .footer-menu ul {
    margin-bottom: 5.4667vw
  }

  .footer-menu ul li a {
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }

  .footer-menu img {
    width: 6.6667vw;
  }


  .footer-vx-img:hover+.footer-vx-QR {
    display: flex !important;
  }

  .footer-vx-QR {
    top: -8.6667vw;
    height: 19.2vw;
    width: 19.2vw !important;
  }

  .put-on-file {
    min-height: 0px;
    height: 10.1667vw;
  }

  .put-on-file div span {
    width: 96.2667vw;
    font-weight: 600;
    font-size: 2.4vw;
    line-height: 3.7334vw;
    color: #87878a;
  }
}