.detail-block-wrap[data-v-493772f0] {
  overflow: hidden;
}
.detail-block-wrap .detail-block-header[data-v-493772f0] {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.detail-block-wrap .detail-block-header .header-item[data-v-493772f0] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.detail-block-wrap .detail-block-header .header-item.detail-block-header-label[data-v-493772f0] {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.detail-block-wrap .detail-block-content[data-v-493772f0] {
  padding-bottom: 16px;
  border-radius: 2px;
}


.greencircle:before {
  content: "";
  margin: 3px;
  display: table;
  width: 6px;
  height: 6px;
  background: var(--bgColor);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.circle {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: yellow;
  display: inline-block;
  vertical-align: middle;
}

