﻿.headerBox {
  height: .8rem; }
  .headerBox .headerZ {
    width: 100%;
    height: .8rem;
    background: #f8485e;
    position: fixed;
    z-index: 155; }
    .headerBox .headerZ .centerLogo {
      display: flex;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      margin-left: 1.7rem;
      width: 3.2rem;
      padding-top: .16rem; }
      .headerBox .headerZ .centerLogo .clImg {
        width: 1rem;
        height: .44rem; }
        .headerBox .headerZ .centerLogo .clImg img {
          width: 1rem; }
      .headerBox .headerZ .centerLogo .clTit {
        border-left: rgba(255, 255, 255, 0.3) solid 1px;
        padding-left: .13rem;
        margin-left: .13rem;
        color: #fff;
        font-size: .35rem;
        line-height: 0.48rem; }
    .headerBox .headerZ .Rzt_Btn {
      display: inline-block;
      width: .4rem;
      height: .3rem;
      margin: 13px;
      float: right; }
      .headerBox .headerZ .Rzt_Btn img {
        width: 100%; }

.headerMBox {
  width: 0;
  height: 100%;
  z-index: 150;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: .3s;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  .headerMBox .headerM {
    height: 100%;
    border-left: #f5f5f5 solid 1px;
    background: #fff;
    padding-top: .8rem;
    width: 3rem;
    float: right; }
    .headerMBox .headerM .hmList {
      font-size: .35rem;
      line-height: .8rem;
      text-align: center;
      border-bottom: whitesmoke solid 1px;
      text-shadow: 2px 1px 3px rgba(248, 72, 94, 0.3);
      color: #f8485e !important;
      display: block; }

.headerAC {
  width: 100%; }

.popu {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.popuDiv {
  position: absolute;
  width: 80%;
  height: 2.6rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: .3rem;
  padding: .3rem;
  font-size: .3rem;
  text-align: center;
  line-height: initial; }

.closeBtns {
  position: absolute;
  left: 25%;
  bottom: .3rem;
  width: 50%;
  background: red;
  color: #fff;
  border-radius: .2rem;
  margin: auto;
  padding: .1rem; }

.closeIcons {
  display: inline-block;
  position: absolute;
  right: .3rem;
  top: .3rem;
  width: .3rem;
  height: .3rem;
  background: url(img/closes-chen.png) no-repeat center/100%; }

.bottomZZ {
  border-top: #cccccc solid 1px;
  padding: .3rem;
  text-align: center;
  color: #999;
  font-size: 0.22rem;
  margin-bottom: .8rem; }
  .bottomZZ p:nth-child(2) {
    margin-top: .1rem; }

.new-pages .page-cont .p-btn {
  padding: 0.1rem 0.2rem !important;
  font-size: .22rem !important; }

.new-pages .page-cont .p-num {
  padding: 0.1rem 0.2rem !important;
  font-size: .22rem !important; }

.new-pages {
  height: 1.3rem !important; }

/*# sourceMappingURL=ztHeader.css.map */
