.page-wrap {
  height: 100%;
  overflow: hidden;
}
.list-brand h3 {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  color: #666;
  background-color: #f5f5f5;
}
.list-brand .brandgroup li {
  display: block;
  color: #444;
  overflow: hidden;
}
.list-brand .brandgroup img {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
}
.list-brand .brandgroup strong {
  display: block;
  margin-left: 0.43rem;
  padding: 0.1rem 0;
  border-bottom: solid #e9e9e9 1px;
}
.jump-tag {
  position: fixed;
  top: 10%;
  right: 1px;
  z-index: 100;
  width: 24px;
  height: 80%;
  font-size: 0.14rem;
  text-align: center;
  display: block;
}
.jump-tag.active {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: #ffffff;
}
.jump-tag .jump-ul {
  height: 100%;
  background: aliceblue;
}


}
.jump-tag .jump-li {
  height: 4.54%;
  line-height: 2;
}
.jump-tag .jump-tips {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  display: none;
  border-radius: 50%;
  width: 0.45rem;
  margin: -0.3rem 0 0 -0.3rem;
  height: 0.45rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.45rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.jump-tag .jump-li a {
	color: #2071df;
	background: aliceblue;
}
.active .jump-li {color: #fff;}