.footer {
  padding-top: 80px;
  background: #000;
}
.footer-wrapper .footer-navigation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.footer-wrapper .footer-navigation a {
  color: #bfbfbf;
}
.footer-wrapper .footer-navigation a:hover {
  color: #ffb700;
  transition: all 0.3s linear;
}
.footer-wrapper .footer-navigation .dt {
  margin-bottom: 40px;
  font-size: 16px;
}
.footer-wrapper .footer-navigation .item {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-wrapper .qr {
  margin-top: 50px;
  width: 100px;
  cursor: pointer;
}
.footer-wrapper .qr .p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
.bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom .beian {
  font-size: 12px;
  color: #bfbfbf;
}
.qr-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.qr-modal .bg-drop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.qr-modal .img-box {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .footer-navigation {
    grid-template-columns: 1fr;
  }
  .footer-wrapper .footer-navigation .footer-link-group {
    border-bottom: 1px solid #292929;
  }
  .footer-wrapper .footer-navigation .footer-link-group.active .footer-second-navigations {
    height: auto;
  }
  .footer-wrapper .footer-navigation .footer-link-group.active .dt a {
    color: #ffb700;
    transition: all 0.3s linear;
  }
  .footer-wrapper .footer-navigation .footer-link-group.active .dt .icon {
    color: #ffb700;
    transform: rotate(90deg);
    transition: all 0.3s linear;
  }
  .footer-wrapper .footer-navigation .dt {
    padding: 0.533rem /* 20/37.5 */ 0;
    margin-bottom: 0;
  }
  .footer-wrapper .footer-navigation .dt .icon {
    transform: rotate(-90deg);
    color: #bfbfbf;
    transition: all 0.3s linear;
  }
  .footer-wrapper .footer-navigation .footer-second-navigations {
    height: 0;
    overflow-y: hidden;
  }
}
/*# sourceMappingURL=footer.css.map */