.bloom-basic-card[data-v-86efc9d7] {
  background: #fff;
  position: relative;
}
.bloom-basic-card-header[data-v-86efc9d7] {
  background: #fff;
  padding: 0 16px;
  height: 33px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.bloom-basic-card-header-title[data-v-86efc9d7] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333;
  align-items: center;
  display: inline-flex;
}
.bloom-basic-card-header[data-v-86efc9d7]::before {
  content: '';
  width: 2px;
  height: 14px;
  background: #165DFE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bloom-basic-card-header-right[data-v-86efc9d7] {
  display: flex;
  align-items: center;
}
.bloom-basic-card-header-right__image[data-v-86efc9d7] {
  cursor: pointer;
  transform: rotate(-90deg);
  width: 22px;
  height: 21px;
}
.bloom-basic-card-header-right__image-close[data-v-86efc9d7] {
  transform: rotate(0deg);
  width: 21px;
  height: 22px;
}
.bloom-basic-card-content[data-v-86efc9d7] {
  background: #fff;
  max-height: 0;
  transition: max-height 0.2s linear;
  overflow: hidden;
  will-change: max-height;
  height: unset;
}
.bloom-basic-card-content.up[data-v-86efc9d7] {
  max-height: 0;
}
.bloom-basic-card-content.down[data-v-86efc9d7] {
  max-height: 2000px;
  overflow: auto;
}
.bloom-progress-card .title-container > span[data-v-10b8da31]:first-child {
  width: 32px;
  height: 32px;
  background: #f2f3f5;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #86909c;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.bloom-progress-card .title-container > span[data-v-10b8da31]:last-child {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.bloom-progress-card .title-container.active > span[data-v-10b8da31]:first-child {
  color: #ffffff;
  background: #165dfe;
}
.bloom-progress-card .title-container.active > span[data-v-10b8da31]:last-child {
  color: #165dfe;
}
