.activityIndex[data-v-19fb177a] {
  min-height: 900px;
}
.activityIndex .comBanner[data-v-19fb177a] {
  background-image: url(../../static/img/banner-activityIndex.jpg);
}
.activityIndex .banner-special[data-v-19fb177a] {
  background-image: url(../../static/img/banner-1.jpg);
}
.activityIndex .activityList-content[data-v-19fb177a] {
  position: relative;
}
.activityIndex .activityList-content .wrapper[data-v-19fb177a] {
  background: #1b1a26;
  padding-bottom: 40px;
}
.activityIndex .activityList-content .activityList .activityTypeList[data-v-19fb177a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 56px;
  text-align: center;
  margin-left: 6px;
  margin-right: 18px;
  border-bottom: 1px solid #ffed92;
  overflow-x: auto;
}
.activityIndex .activityList-content .activityList .activityTypeList li[data-v-19fb177a] {
  height: 41px;
  min-width: 80px;
  vertical-align: top;
  margin-right: 23px;
  padding: 0 12px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #211f35;
  border-radius: 10px 10px 0px 0px;
}
.activityIndex .activityList-content .activityList .activityTypeList li.active[data-v-19fb177a],
.activityIndex .activityList-content .activityList .activityTypeList li[data-v-19fb177a]:hover {
  color: #1b1825;
  background: #ffed92;
}
.activityIndex .activityList-content .activityList .activity-view[data-v-19fb177a] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 18px;
}
.activityIndex .activityList-content .activityList .activity-view li[data-v-19fb177a] {
  width: 477px;
  height: 174px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 18px;
  background: #f5d046;
  overflow: hidden;
}
.activityIndex .activityList-content .activityList .activity-view li img[data-v-19fb177a] {
  width: 100%;
  height: 100%;
}
.activityIndex .activityList-content .activityList .activity-view li[data-v-19fb177a]:nth-child(2n + 2) {
  margin-right: 0;
}
.activityIndex .activityList-content .loadmore[data-v-19fb177a] {
  width: 150px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  background-color: #FAD44A;
  color: #0A0816;
  line-height: 50px;
  cursor: pointer;
}

