
.prompt[data-v-37234e44] {
  font-size: 14px;
  padding-bottom:10px;
  color: #707887
}
.icon-config[data-v-37234e44] {
  color: #1469FC;
  font-size: 33px;
}

/* 卡片式选择布局 */
.field-selection[data-v-37234e44] {
  color: #2B2B2B;
  margin: 20px;
  font-size: 16px;
}
.field-title[data-v-37234e44] {
  margin: 20px 0;
}
.field-grid[data-v-37234e44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template-columns: repeat(5, 100px); */
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field-card[data-v-37234e44] {
  width: 100%;
  padding: 20px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DCDFE6;
  cursor: pointer;
}
.active[data-v-37234e44] {
  border: 1px solid #B1CDFF;
  background: #F5F9FF;
  /* box-shadow: 0 4px 16px rgba(64, 158, 255, 0.10); */
}

/* .field-card:hover {
  border: 1px solid #B1CDFF;
  background: #F5F9FF;
} */
.field-icon[data-v-37234e44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field-icon i[data-v-37234e44] {
  font-size: 48px;
  color: #409eff;
}
.field-card.active .field-icon i[data-v-37234e44] {
  color: #409eff;
}
.field-label[data-v-37234e44] {
  margin:10px 0;
}
.field-card.active .field-label[data-v-37234e44] {
  color: #409eff;
}

