@import "../../common/filter.css";
.tag-index .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag-index .tag-list .tag-item {
  flex: 23%;
  margin: 0.5%;
  max-width: 100%;
  min-height: 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.tag-index .tag-list .tag-item .tag-name {
  line-height: 35px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.tag-index .tag-list .tag-item .tag-num {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 120px;
  margin: 0 auto;
  line-height: 28px;
  border-radius: 4px;
}
.tag-index .tag-list .tag-item .tag-num span {
  padding-right: 4px;
}