.qsyj-site-footer {
  padding: 46px 0 20px;
  background: #073f30;
  color: #fff;
}

.qsyj-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 38px;
}

.qsyj-footer-grid a {
  display: block;
  margin: 8px 0;
  color: #e5eee9;
}

.qsyj-footer-logo img {
  max-width: 185px;
}

.qsyj-footer-bottom {
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  text-align: center;
}

.qsyj-bottom-nav {
  display: none;
}

@media (max-width: 820px) {
  .qsyj-site-footer {
    display: none;
  }

  .qsyj-bottom-nav {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(70px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--qsyj-border);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
  }

  .qsyj-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
  }

  .qsyj-bottom-nav span {
    font-size: 23px;
    line-height: 1;
  }

  .qsyj-bottom-nav b {
    font-weight: 600;
  }

  .qsyj-bottom-nav a.is-active {
    color: var(--qsyj-green-900);
  }
}
