.cardWrapper {
  position: relative;
}
.titleWrapper {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
.rightWrapper {
  margin-left: 24px;
}
.tips {
  font-size: 14px;
  line-height: 22px;
  color: #e57022;
  margin-right: 8px;
  // position: absolute;
  // bottom: -40px;
  // right: 94px;
}
.eventGroupName {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
}
.eventRulesWrapper {
}
.footerWrapper {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}