footer {
  background: #00155c;
  color: #fff;
}

.footer-container {
}

.footer-contact-way {
  padding-right: 0.93rem;
  padding-top: 1.1rem;
  border-right: 0.02rem solid rgba(255, 255, 255, 0.11);
}

.footer-logo {
  width: 3.5rem;
  height: 0.65rem;
  margin-bottom: 0.5rem;
}

.icon_tel_footer {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.08rem;
}

.tel_footer > p:nth-of-type(1) {
  font-size: 0.16rem;
  color: #ffffff;
}

.tel_footer > p:nth-of-type(2) {
  font-family: Poppins, Poppins;
  font-weight: bold;
  line-height: 0.46rem;
  font-size: 0.28rem;
  color: #ffffff;
}

.footer-contact-way-item-tel {
  margin-bottom: 0.29rem;
}
.footer-contact {
  margin-bottom: 0.24rem;
}
.footer-contact-way-item {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.13rem;
}
.footer-nav {
  margin-bottom: 2.01rem;
}
.footer-nav-copyright {
  padding-top: 0.9rem;
}

.footer-nav,
.footer-copyright {
  padding-left: 0.8rem;
}

.footer-nav-wrap > dt > a {
  font-size: 0.18rem;
  color: #ffffff;
}
.footer-nav-wrap > dt:hover > a,
.footer-nav-wrap > dd:hover > a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-wrap > dt::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.02rem;
  background: #ff7024;
  margin-top: 0.15rem;
}
.footer-nav-wrap > dd {
  margin-top: 0.2rem;
}
.footer-nav-wrap > dd > a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-contact-item {
  width: 0.41rem;
  height: 0.41rem;
  margin-left: 0.22rem;
}
.footer-contact-item:hover > img {
  filter: brightness(0) invert(1);
}
.footer-contact-item:hover .footer-contact-item-detail {
  opacity: 1;
}
.footer-contact-item-detail {
  opacity: 0;
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 0.07rem));
}
.footer-copyright {
  border-top: 0.02rem solid rgba(255, 255, 255, 0.11);
  line-height: 0.6rem;
  color: rgba(255, 255, 255, 0.45);
}
