.tag-warp[data-v-545af3e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tag-warp[data-v-545af3e0] > * {
  margin: 0 20px;
}
.tag-group[data-v-545af3e0] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  height: 100%;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tag-group[data-v-545af3e0] > :not(:first-child) {
  margin: 5px 0;
}
.tag-group-lable[data-v-545af3e0] {
  position: relative;
  top: 0;
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.tag-group-item[data-v-545af3e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tag-group-item[data-v-545af3e0] > * {
  margin: 0 10px;
}
.tag-item-label[data-v-545af3e0] {
  min-width: 100px;
  font-size: 16px;
}
.tag-item-content[data-v-545af3e0] {
  font-size: 20px;
  color: rgba(0, 128, 0, 0.8);
}

