.main_footer {
  background-color: #000000;
  height: 4rem !important;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_footer .left_wrapper {
}

.main_footer .left_wrapper img {
  width: 17vw;
}

.main_footer .right_wrapper {
  color: #999999;
  margin-left: 0.2rem;
}

.link_wrapper {
  text-align: left;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.link_wrapper a:hover {
  text-decoration: underline !important;
}

.copyright {
  text-align: left;
  font-size: 0.17rem;
}

@media screen and (max-width: 992px) {
  .right_wrapper {
    display: none;
  }
}
