a[title="站长统计"] {
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.pc-show {
  display: block;
}
.pc-hide {
  display: none;
}
.list-unstyled {
  list-style: none;
}
.d-flex {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.m-r-3 {
  margin-right: 1.5em;
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
}
