.type-wrap {
  overflow: hidden;
}
.type-item {
  overflow: hidden;
  padding-bottom: 0.5rem;
  float: left;
  margin-right: 0.8rem;
}
.type-item-title {
  float: left;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  padding-right: 0.1rem;
}
.type-item-content {
  float: left;
  font-size: 0.14rem;
  outline: none;
}
.type-item-content .type-active {
  color: #fff;
  background-color: #0075c2;
}

/* list */
.club-list-wrap,
.match-list-wrap,
.comminicate-list-wrap {
  margin: 0.83rem auto;
}
.list-item {
  display: block;
  width: 4.18rem;
  height: 4.46rem;
  margin-bottom: 0.5rem;
  margin-right: 0.6rem;
}
.list-item:nth-child(3n) {
  margin-right: 0;
}
.list-item-img {
  width: 100%;
  height: 3.26rem;
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0px 0px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.list-item-name {
  width: 100%;
  height: 0.8rem;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.8rem;
}

.common-pagination {
  padding-top: 0.36rem;
}