.nav-box ul li{
  width: 1.8rem;
}
.nav-box ul li a p{
  font-size: 0.2rem;
}
.pvp{
  height: 100%;
  overflow: auto;
  position: relative;
}
.pvpcont{
  margin: 0 auto;
  height: 49rem;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.pvp1{
  height: 18.44rem;
  background: url(../img/pvp/bg1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.pvp2{
  height: 28.94rem;
  background: url(../img/pvp/bg2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.pvpnav{
  width: 1.93rem;
  height: 4.2rem;
  background: url(../img/pvp/navbg.png) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 0.4rem;
  top: 50%;
  margin-top: -2.1rem;
  z-index: 10;
}
.pvpnav ul{
  width: 1.6rem;
  margin-top: 1.1rem;
  margin-left: 0.15rem;
}
.pvpnav ul li{
  height: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
}
.pvpnav ul li.act{
  background: url(../img/pvp/s.png) no-repeat;
  background-size: 100%;
  color: #502b19;
  font-size: 0.18rem;
  font-weight: bold;
}
.pvptop{
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.2rem auto;
  cursor: pointer;
}
.pvpbtn{
  width: 1.5rem;
  height: 1.5rem;
  margin: 3.2rem auto;
  cursor: pointer;
}

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

.pvpvideo video {
  width: 9.9rem;
  height: 5.6rem;
  position: absolute;
  left: 50%;
  margin-left: -4.95rem;
  top: 50%;
  margin-top: -2.8rem;
}
.pvpclose{
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  margin-left: 4.95rem;
  top: 50%;
  margin-top: -3.5rem;
  cursor: pointer;
}
.pvpclose::before{
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.5rem;
  position: absolute;
  background: #fff;
  left: 0.25rem;
  transform: rotate(45deg);
}
.pvpclose::after{
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.5rem;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
  left: 0.25rem;
}