.fixed {
  width:254px;
  height:517px;
  top: 25%;
  left: 0.5rem;
  position: fixed;
  background: url("../img/fix.png") no-repeat center;
  background-size:cover;
  z-index:999;
}
.fixed ul {
  margin-top: 1rem;
}
.fixed ul li {
  width: 1.48rem;
  height: 0.49rem;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0.08rem;
  line-height: 0.49rem;
  text-align: center;
  font-size: 0.21rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #888EFF;
  background: url("../img/fix_bak.png") no-repeat center;
  background-size: 100%;
  padding-top: 0.15rem;
}
.fixed ul li:hover {
  width: 1.48rem;
  height: 0.49rem;
  font-size: 0.21rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  background: url("../img/fix_h.png") no-repeat center;
  background-size: 100%;
}
.fixed .top {
  width: 93px;
  height: 89px;
  margin: 60px auto 0;
  background: url("../img/TOP.png") no-repeat center;
  background-size: 100%;
}
.fixed .top a {
  display: block;
  width: 100%;
  height: 100%;
}


.pops{
	width:100%;
	height:100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index:1000;
	display:none;
}
.pops .fixed {
  width: 254px;
      height: 517px;
      top: 25%;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      background: url(../img/fix.png) no-repeat center;
      background-size: cover;
      z-index: 999;
}
.vl-close {
    background: url(../img/x.png) no-repeat center;
 background-size: 100%;
     width: 50px;
     height: 50px;
     position: absolute;
     top: 0px;
     right: 0;
     left: 0;
     margin: auto;
     transform: translateX(160px);
}