/* cnzz统计代码 动态创建隐藏 */
html,
body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  line-height: 2;
  text-align: justify;
  font-size: 16px;
  color: #333;
}
body {
  min-width: 1200px;
  line-height: 2;
}
:root {
  --theme-color: #162b81;
  --theme-color2: #d0a364;
}
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;
  padding-left: 0;
}
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;
  padding-bottom: 0.8rem;
  width: 100%;
}
.cont {
  min-width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.tab-con > li:not(:first-child) {
  display: none;
}
.pc-hide {
  display: none;
}
img {
  max-width: 100%;
}
@media (max-width: 768px) {
  body {
    min-width: unset;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .cont {
    min-width: unset;
  }
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .icon-menu {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    width: 0.5rem;
    height: 0.4rem;
    align-self: center;
  }
  .icon-menu span {
    display: block;
    width: 100%;
    height: 0.04rem;
    transition: all 0.5s;
    transform-origin: center;
    border-radius: 0.04rem;
    background: var(--theme-color);
  }
  .icon-menu.on {
    align-items: center;
    justify-content: center;
  }
  .icon-menu.on span:first-child {
    width: 100%;
    transform: rotate(-45deg) translateY(0.04rem);
  }
  .icon-menu.on span:nth-child(2) {
    opacity: 0;
  }
  .icon-menu.on span:last-child {
    transform: rotate(45deg) translateY(-0.06rem);
  }
  .menu-list {
    background: #f5f5f5;
    line-height: 0.9rem;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 1.3rem;
    right: 0;
    font-size: 0.3rem;
    display: none;
    width: 2.5rem;
    color: #921d22;
    text-align: center;
  }
  .menu-list::before {
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.25rem;
    background: #f5f5f5;
    top: -0.25rem;
    right: 0.3rem;
    margin: 0 auto;
    position: absolute;
  }
  .menu-list li:after {
    display: block;
    content: "";
    height: 1px;
    background-color: #d2d2d2;
    margin: 0 0.3rem;
  }
  .menu-list li.active {
    background: #921d22;
    border-radius: unset;
  }
  .nav-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    max-width: 750px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.38);
  }
}
