.wrapper {
  padding: 0 0.18rem;
}
.activelist ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: .1rem;
}
.activelist ul li {
  margin-bottom: 0.1rem;
}
.activelist ul li a {
  display: inline-block;
  padding: .04rem .18rem;
  font-size: .12rem;
  font-weight: 400;
  color: #999999;
}
.activelist ul .active a {
  display: block;
  background: #CDE1FD;
  border-radius: .12rem;
  color: #002B8E;
}
.contents {
  display: none;
  margin-top: .14rem;
}
.contents ul li {
  width: 100%;
  height: 1.71rem;
  position: relative;
  margin-bottom: .22rem;
}
.contents ul li a {
  width: 100%;
  height: 1.71rem;
  display: block;
}
.contents ul li a img {
  width: 100%;
  height: 1.71rem;
  display: block;
  border-radius: .04rem;
}
.contents ul li a .flag {
  width: 1.3rem;
  height: .27rem;
  background: #FFD300;
  border-radius: .01rem .05rem .05rem .01rem;
  text-align: center;
  line-height: .27rem;
  font-size: .14rem;
  font-weight: 400;
  color: #494949;
  position: absolute;
  top: .13rem;
  left: 0;
}
