* {
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-no {
  float: none;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: none;
}

.show-mobile {
  display: block;
}

.header-m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.333333rem;
  background: #ffffff;
  border-bottom: 1px solid #ededed;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1024px;
  z-index: 9999;
}

.header-m .back {
  width: 1rem;
  height: 1rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  visibility: hidden;
}

.header-m .logo {
  width: 1.5rem;
  height: 1.333333rem;
  font-size: 0;
  color: transparent;
  background: url(https://www.p5w.net/assets/images/logo.png) no-repeat center center;
  background-size: contain;
  display: block;
}

.header-m .channel-name {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: -1;
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header-m .channel-name a {
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header-m .h-menu {
  width: 0.9rem;
  height: 0.9rem;
}

.header-m .h-menu .m-nav {
  position: fixed;
  z-index: 99999;
  left: .45rem;
  top: .35rem;
  font-size: 0.28rem;
  text-align: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-m .h-menu .m-nav.active {
  background: rgba(0, 0, 0, 0.8);
  width: 3.466667rem;
  width: 4rem;
  padding-bottom: 0.4rem;
}

.header-m .h-menu .m-nav .turn {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
}

.header-m .h-menu .m-nav .turn .turn-on {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/menu.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

.header-m .h-menu .m-nav .turn .turn-off {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  display: none;
}

.header-m .h-menu .m-nav .nav-item {
  min-height: 1.066667rem;
  align-items: center;
  display: none;
}

.header-m .h-menu .m-nav .nav-item span {
  display: block;
  line-height: 1.066667rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer {
  width: 100%;
  background: #f7f7f7;
  margin: 0 auto;
  padding: 0 .533333rem .72rem;
}

.footer .cont {
  border-top: 1px solid #ececec;
  padding: .666667rem 0 0 0;
  font-size: .293333rem;
  font-weight: 500;
  color: #666;
  line-height: .48rem;
}

.footer .cont p a {
  display: block;
  color: #666;
}

.footer .cont p a:hover {
  color: #666;
}

.pull {
  display: none;
  text-align: center;
  padding: 5px;
}

.pull .pullUpLabel {
  font-size: 0.4rem;
  margin-right: 10px;
}

.pull .pullUpIcon {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(https://www.p5w.net/images16/loading.gif) no-repeat;
  background-size: cover;
}

.nomore {
  font-size: 0.36rem;
  color: #b3b3b3;
  justify-content: center;
}
