/* cnzz统计代码 动态创建隐藏 */
a[title='站长统计'] {
  display: none;
}
.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: '.';
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.list-unstyled {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.help-text {
  color: #999;
  display: flex;
  align-items: flex-start;
  line-height: 0.28rem;
}
.help-text img {
  margin-right: 8px;
}
.wrap {
  position: relative;
  overflow: hidden;
  padding-top: 0.8rem;
}
.cont {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  min-width: 1200px;
}
.tab-con > li:not(:first-child) {
  display: none;
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.rotate {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
