.activity .main-wrap .empty-wrap {
  height: 276px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.04);
  border-radius: 8px;
}
.activity .main-wrap .empty-wrap .emtpy-img {
  width: 194px;
  height: 124px;
}
.activity .main-wrap .con .li {
  margin-right: 10px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(26, 67, 160, 0.04);
  border-radius: 8px;
  height: 260px;
  width: 384px;
  transition: 0.3s ease-in-out;
}
.activity .main-wrap .con .li:hover {
  width: 390px;
  transform: scale(1.05);
}
.activity .main-wrap .con .li .btn {
  margin-top: 24px;
  padding: 5px 0;
  display: inline-block;
  width: 88px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #296afd;
  border-radius: 3px;
  cursor: pointer;
}
.activity .main-wrap .con .li .icon {
  width: 100%;
  height: 154px;
  border-radius: 8px;
  transition: all 0.5s ease, box-shadow 0.5s;
  background: #f0f0f0;
  overflow: hidden;
}
.activity .main-wrap .con .li .icon img {
  width: 120px;
  background-size: 120px;
  background-repeat: no-repeat;
}
.activity .main-wrap .con .li:nth-child(1n) .icon {
  background: #e9f0ff;
}
.activity .main-wrap .con .li:nth-child(2n) .icon {
  background: #effaf8;
}
.activity .main-wrap .con .li:nth-child(3n) .icon {
  background: #fdf0f0;
}
.activity .tabs-wrap {
  box-shadow: 0 2px 8px 0 rgba(26, 67, 160, 0.08);
  height: 88px;
}
.activity .tabs-wrap .con {
  height: 100%;
}
.activity .tabs-wrap .con .li {
  height: 100%;
  padding: 0 50px;
  margin: 0 20px;
  cursor: pointer;
}
.activity .tabs-wrap .con .li .item {
  height: 100%;
  position: relative;
  padding: 0 20px;
}
.activity .tabs-wrap .con .active {
  font-weight: 600;
}
.activity .tabs-wrap .con .active .item::before {
  content: "";
  display: block;
  height: 4px;
  background: #296afd !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.activity .container {
  background: #f5f8ff;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .activity .tabs-wrap {
    height: 50px;
  }
  .activity .tabs-wrap .con .li {
    padding: 0 0px;
  }
  .activity .main-wrap .con {
    justify-content: center;
  }
}/*# sourceMappingURL=activity.css.map */