.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-back {
  position: relative;
  width: 0.78rem;
  height: 0.77rem;
  position: absolute;
  top: 1.82rem;
  right: 0.46rem;
}

.menu-back img {
  display:block;
  width: 0.78rem;
  height: 0.78rem;
}

.menu-back::after {
  position: absolute;
  top: 0.78rem;
  left: 0.35rem;
  z-index: -1;
  content: "";
  display: block;
  width: 1px;
  height: 0.9rem;
  background: #787878;
}

.menu .nav {
  width: 2.66rem;
  position: absolute;
  right: 0.5rem;
  top: 2.7rem;
}

.menu .nav-item {
  position: relative;
  width: 100%;
  height: 1.6rem;
  color: #999999;
  font-family: "xiaozi";
  font-size: 0.5rem;
  display: flex;
  align-items: center;
}
.menu .nav-item.active {
  color: #ff6a13;
}

.menu .nav-item a {
  color: inherit;
  text-decoration: none;
}

.menu .nav-item::before {
  content: "";
  display: block;
  width: 0.74rem;
  height: 100%;
  background: url("../images/reserve-num-list-dot.png") no-repeat;
  background-size: 0.3rem 0.25rem;
  background-position: center center;
  position:absolute;
  right:0;
  top:0;
}

.menu .nav-item.active::before {
  background: url("../images/reserve-num-list-dot-active.png") no-repeat;
  background-size: 0.3rem 0.25rem;
  background-position: center center;
}

.menu .nav-item::after {
  position: absolute;
  top: 0;
  right: 0.35rem;
  z-index: -1;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #787878;
}
.menu .nav-item.active::after {
  background: linear-gradient(to bottom, #787878 0%, #ff6a13 50%, #787878 100%);
}

.channel-list {
  width:.47rem;
  height:5rem;
  position: absolute;
  top: 13.74rem;
  left: 0.61rem;
  z-index: 5;
  display: flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.channel-list a{
  display:block;
  width:.47rem;
  height:.41rem;
  position:relative;
}
.channel-list a img {
  display:block;
  width:100%;
}
.footer{
	width:100%;
	height:2.1rem;
	background:#0e0e0e;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}
.footer p{
	font-size:.16rem;
	color:#bebebe;
	text-align:center;
	line-height:.34rem;
	white-space:nowrap
}
.footer p:nth-child(1){
	margin:.4rem auto .16rem;
}
.footer p a{
	color:#bebebe;
	text-decoration:none;
}