
.root-footer {
  padding: 0.7rem 0 0 0;
  box-sizing: border-box;
  margin-top: .2rem
  /* background-color: #ffffff; */
}

.root-footer .root-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #888;
  font-size: .16rem;
  margin-bottom: .24rem;
  flex-wrap: wrap;
}

.root-footer .root-footer-links a {
  color: #333;
  margin: 0 .12rem;
  margin-bottom: .12rem;
}

.root-footer .mp-contact {
  font-size: .1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: .12rem;
}

.root-footer .mp-contact .mp-contact-item {
  margin-right: .12rem;

}
.root-footer .mp-contact .mp-contact-item a {
  color: #bbb;
}


@media screen and (max-width: 768px) {
  .root-footer {
    /* display: none; */
  }
  .root-footer .root-footer-links span{
    display: none;
  }
  .root-footer .mp-contact .mp-contact-item {
    width: 100%;
    margin-bottom: .1rem;
    text-align: center;
  }
}
