.risk-brain-evaluation[data-v-527f22b1] {
  width: 100%;
  /* 使该区域占满整行 */
  margin-bottom: 20px;
  /* 根据需要调整底部边距 */
}
.margin-left-10[data-v-527f22b1] {
  margin-left: 10px;
}
.he[data-v-527f22b1] {
  height: 600px;
  overflow-y: auto;
}
.ant-modal-content[data-v-527f22b1] {
  width: 1800px;
}
/*.descriptionsItem{*/
/*  margin-top: 10px;*/
/*}*/
.product-group[data-v-527f22b1] {
  border: 1px solid #ccc;
  /* 灰色边框 */
  padding: 10px;
  /* 内边距 */
  margin-bottom: 20px;
  /* 与下一个元素的间隔 */
  max-height: 170px;
  /* 设置最大高度，可根据实际情况调整 */
  overflow-y: auto;
  /* 当内容超出高度时显示垂直滚动条 */
}
.product-group-title[data-v-527f22b1] {
  font-weight: bold;
  /* 标题加粗 */
  margin-bottom: 10px;
  /* 标题与复选框组的间隔 */
}

