body {
  line-height: 2;
  color: #333;
  text-align: justify;
  font-size: 18px;
  min-width: 1200px;
  overflow-x: hidden;
}
a {
  color: inherit;
}
/* 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);
}
.ml-1 {
  margin-left: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.mbachina {
  line-height: 3;
  display: block;
  justify-content: space-around;
  margin-top: 0.5rem;
  text-align: center;
  opacity: 0.8;
  border-top: 1px solid #b5b5b5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.help-text {
  display: flex;
  color: #999;
}
.pc-hide {
  display: none;
}
.pc-show {
  display: block;
}
*:focus-visible {
  outline: unset;
}
.wrap {
  position: relative;
  overflow: hidden;
  padding-top: 1.6rem;
  margin-top: -0.8rem;
}
.cont {
  min-width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.tab-con > li:not(:first-child) {
  display: none;
}
.theme-color {
  color: #0e7853;
}
/* ----------------------------------nav----------------------------------------------- */
nav {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #0e7853;
  line-height: 1;
}
nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
nav ul a {
  padding: 0 15px;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav ul a i {
  height: 30px;
  margin-bottom: 10px;
}
nav ul a i img {
  max-height: 100%;
}
nav.on {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
}
.nav-mask {
  position: fixed;
  z-index: 99;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.38);
}
