@charset "utf-8";



.listban {
  position: fixed;
  right: 55px;
  top: 35%;
  z-index: 422;
}
.listban li{
  margin-top: 10px;
  width: 10px;
  height: 11px;
  cursor: pointer;
  background:url(../images/circle.png) no-repeat;
}

li.current{
  width: 10px;
  height: 11px;
  background:url(../images/circle2.png) no-repeat;
}

