.footer {
  background-color: #191e30;
}

.footer__nav-container {
  border-bottom: 1px solid #384060;
}

.footer__nav {
  display: flex;
  gap: 4.71rem;
  align-items: flex-end;
  padding-bottom: 2.07rem;
  position: relative;
}

.site-logo {
  width: 8.57rem;
  height: 4.07rem;
}

.footer__ul {
  display: flex;
  gap: 2.86rem;
}

.footer__content {
  display: flex;
  gap: 5.64rem;
  align-items: center;
  padding: 2.14rem 0;
  color: #fff;
}

.footer__center {
  flex: 1;
}

.footer__qrcode {
  width: 9.29rem;
  height: 9.29rem;
}

.footer__value--tel {
  font-size: 2.57rem;
  color: #F08601;
  font-weight: bold;
}

.footer__icon {
  width: 1.29rem;
  height: 1.29rem;
}

.footer__center {
  display: flex;
  flex-direction: column;
  gap: 1.21rem;
}

.footer__center-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.copyright {
  background-color: #0d1019;
  display: flex;
  justify-content: center;
  gap: 2.64rem;
  color: #fff;
  opacity: 0.5;
  padding: 0.93rem 0;
  font-size: 0.86rem;
  flex-wrap: wrap;
}

.copyright__beian {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: #fff;
}
.copyright__beian:hover {
  opacity: 1;
}

.footer__ul li a {
  color: #fff !important;
  opacity: 0.5;
}
.footer__ul li a.active {
  opacity: 1;
}
.footer__ul li a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .copyright {
    padding: 12rem;
    font-size: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
  }
  .copyright .copyright__beian {
    width: 100%;
    justify-content: center;
    column-gap: 5.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .copyright .copyright__beian .footer__icon {
    width: 12.5rem;
    height: 15rem;
  }
  .footer__nav {
    padding: 10rem 15rem 15rem;
    align-items: center;
  }
  .footer__nav .site-logo {
    width: 93rem;
    height: 44.5rem;
  }
  .footer__nav .footer__ul {
    display: none;
  }
  .footer__content {
    padding: 10rem 0;
  }
  .footer__content .footer__left {
    display: none;
  }
  .footer__center-item {
    font-size: 12rem;
    column-gap: 5.5rem;
  }
  .footer__icon {
    width: 12.5rem;
    height: 12.5rem;
  }
  .footer__qrcode {
    width: 62rem;
    height: 62rem;
  }
  .footer__left_h5 {
    margin-left: auto;
    font-size: 12rem;
  }
  .footer__left_h5 .footer__label {
    font-size: 12rem;
    color: #fff;
    text-align: right;
    font-weight: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }
  .footer__left_h5 .footer__label .tel-phone-ico {
    width: 12.5rem;
    height: 12.5rem;
    margin-right: 4rem;
  }
  .footer__left_h5 .footer__value--tel {
    font-size: 18rem;
    font-weight: bold;
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=footer.css.map */
