.invite_item {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 4px;
  padding: 10px 0;
}

.invite_item.title {
  color: #bf295c;
  font-weight: bold;
}

.invite_item div {
  width: 50px;
  text-align: center;
}

.invite_item .num {
  width: 150px;
}

#invite_num {
  color: #bf295c;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  padding: 15px;
}

.header-box {
  display: flex;
  justify-content: space-between;
}

.header-box .header-l{
  position: static;
}
