

.filterList {
  display: flex;
  align-items: center;
  padding-bottom: .05rem
}

.filterList li {
  margin-left: .16rem
}

.filterList li a {
  padding: .12rem .26rem;
  font-size: .26rem;
  color: #999999FF;
  line-height: .26rem;
  background-color: #ffffffFF;
  border-radius: .31rem
}

.filterList li.active a {
  font-weight: bold;
  font-size: .26rem;
  color: white;
  background-color: #00aff0FF
}

.filterList li:nth-child(1) {
  margin-left: 0
}
.gsList ul {
  padding: .16rem .25rem .04rem;
}

.gsList li {
  position: relative;
  background: #fff;
  border-radius: .2rem;
  margin-bottom: .12rem;
}

.gsList li a {
  position: relative;
  display: flex;
  padding: .29rem .26rem;
  overflow: hidden;
  align-items: center;
}

.gsList li a img {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: .3rem;
  margin-right: .3rem;
}

.gsList li a div {
  flex: 1;
  height: 1.28rem;
  overflow: hidden;
}

.gsList li a div p {
  display: block;
  font-size: .28rem;
  color: #333;
  line-height: .44rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gsList li a div span {
  display: block;
  margin-bottom: .02rem;
  font-size: .22rem;
  color: #9F9FA4;
  line-height: .4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gsList li a>span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .28rem;
  display: block;
  width: 1.24rem;
  height: .5rem;
  font-size: .24rem;
  color: #fff;
  line-height: .5rem;
  text-align: center;
  border-radius: .27rem;
  margin: auto;
  overflow: hidden;
}

.gsList li a>span.no {
  background: linear-gradient(-90deg, #6C71FF, #56C4FF);
}

.gsList .pageWrap {
  padding: .15rem .39rem .31rem;
}
.gsList .numb{
  display: flex;
  font-size: .28rem;
  align-items: center;
  margin-right: .2rem;
  width: .4rem;
  text-align: center;
  background: #aaa;
  justify-content: center;
  height: .4rem;
  color: #fff;
  border-radius: 12px;
  font-style: normal;
}
.gsList li:nth-child(-n+3) .numb{
  background: #ff5555;
}