<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer_list .help_list {
  display: block !important;
}
.footer_list {
  flex-direction: row !important;
  justify-content: space-around;
  background: #ffffff;
  border-radius: 3px;
  padding-bottom: 10px;
  width: 1200px;
  margin: 0 auto;
}
.footer_list li div span {
  display: none !important;
}
.footer_list li .help_list li {
  float: none !important;
  width: 110px !important;
  height: 28px !important;
}
.footer_list .help_list {
  background: none !important;
}
.footer_list li div a {
  font-size: 16px !important;
  font-weight: 600;
}
.footer_list li .help_list li &gt; a {
  color: #2a2a2a !important;
  font-size: 12px !important;
}
.footer_top {
  background: #f2f2f2 !important;
}
.follow_us_list li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
</pre></body></html>