.n_head {
  width: 100%;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000000;
}
.n_head img {
  display: block;
  line-height: 100%;
  width: 100%;
}
.n_head p {
  width: 2.56rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1.2rem;
}
.n_head p span {
  display: block;
}
.n_head p span:nth-child(1) {
  font-size: 0.26rem;
  color: #fff;
  margin: 0.2rem 0 0.08rem 0;
}
.n_head p span:nth-child(2) {
  font-size: 0.22rem;
  color: #cac8c8;
}
.n_head a,
.n_head label {
  display: block;
  width: 1.96rem;
  height: 0.67rem;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0.4rem;
  bottom: 0;
  background: url('../wapImg/n_w_img33.png') no-repeat;
  background-size: cover;
}
.n_head label {
  width: 0.7rem;
  height: 0.7rem;
  left: 0.4rem;
  right: auto;
  border-radius: 0.14rem;
  background: url('../wapImg/n_logo1.png') no-repeat;
  background-size: cover;
}
.n_foot {
  width: 100%;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  background: #0c0728;
}
.n_foot p {
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.38rem;
  color: #fff;
}
.n_foot p a {
  color: #fff;
  text-decoration: underline;
}
.n_foot h1 {
  margin: 0 0 0.16rem 0;
  color: #fff;
  text-align: center;
  font-size: 0.28rem;
  text-decoration: underline;
}
.page_tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.hz_tc {
  position: fixed;
  width: 6.5rem;
  height: 3.65rem;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 3.6rem;
  z-index: 999;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url('../wapImg/icon_2.png') no-repeat;
  background-size: cover;
}
.hz_tc p {
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.hz_tc p:nth-child(1) {
  top: 1.2rem;
}
.hz_tc p:nth-child(2) {
  top: 2rem;
}
.hz_tc_show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.n_wx_tc {
  display: none;
  z-index: 999;
}
.n_wx_tc img {
  display: block;
  width: 4.65rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
