/* 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;
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.pc-hide {
  display: none;
}
.pc-show {
  display: block;
}
.wrap {
  position: relative;
  overflow: hidden;
  margin-top: 0.8rem;
  width: 100%;
  margin-bottom: 0.8rem;
}
.cont {
  max-width: 1600px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.max-img img,
.max-img embed {
  display: block;
  width: 100%;
}
.tab-con > li:not(:first-child) {
  display: none;
}
.theme-color {
  color: #d71618;
}
#nav {
  position: sticky;
  top: -1px;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  margin-bottom: 0;
}
#nav .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  margin-top: 0;
  margin-bottom: 0;
}
#nav .logo {
  max-height: 80%;
}
#nav ul {
  display: flex;
}
#nav ul li {
  margin-left: 0.3rem;
  position: relative;
  font-size: 0.18rem;
}
#nav ul li.active {
  font-weight: bold;
}
#nav ul li.active > ::after {
  position: absolute;
  width: 20px;
  height: 5px;
  background: #333333;
  opacity: 1;
  border-radius: 3px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.icon-menu {
  display: none;
}
footer {
  background: #d71618;
  color: #fff;
}
@media (max-width: 1650px) {
  .cont {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  body {
    min-width: unset;
  }
  .pc-hide {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .cont {
    min-width: unset;
    max-width: unset;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  body {
    max-width: 750px;
    min-height: 100vh;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #ccc;
  }
  .help-text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .help-text img {
    width: 0.36rem;
    margin-right: 0.08rem;
    margin-left: 0.2rem;
  }
  #nav .cont {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav .cont .m-logo {
    height: 0.8rem;
  }
  #nav ul {
    display: none;
  }
  #nav .menu-list {
    line-height: 0.7rem;
    position: absolute;
    top: 1rem;
    right: 0;
    display: none;
    width: 3rem;
    text-align: center;
    background: #d71618;
  }
  #nav .menu-list li {
    margin-left: 0;
    color: #fff;
    border-bottom: 1px solid #ffffff5e;
  }
  #nav .menu-list li:last-child {
    display: none;
  }
  #nav .icon-menu {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    width: 0.5rem;
    height: 40%;
  }
  #nav .icon-menu span {
    display: block;
    width: 100%;
    height: 0.04rem;
    transition: all 0.5s;
    transform-origin: center;
    border-radius: 0.04rem;
    background: #d71618;
  }
  #nav .icon-menu span:first-child {
    width: 50%;
  }
  #nav .icon-menu span:nth-child(2) {
    width: 75%;
  }
  #nav .icon-menu.on {
    align-items: center;
    justify-content: center;
  }
  #nav .icon-menu.on span:first-child {
    width: 100%;
    transform: rotate(-45deg) translateY(0.04rem);
  }
  #nav .icon-menu.on span:nth-child(2) {
    opacity: 0;
  }
  #nav .icon-menu.on span:last-child {
    transform: rotate(45deg) translateY(-0.06rem);
  }
  nav .menu-list li.active,
  nav .menu-list li:hover {
    color: #fff;
    background: unset;
  }
  nav ul a img {
    margin-bottom: 10px;
    height: 26px;
    display: none;
  }
  .mbachina {
    left: 15px;
    right: 15px;
  }
  .paging-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.6rem;
    text-align: center;
  }
  .paging-icon img {
    width: 24px;
  }
}
@keyframes down {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
  }
}
