
/* 章节内容 */
.chapterInfo {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5%;
}
/* 下一步、保存按钮的样式 */
.step {
  position:absolute;
  right: 20%;
  bottom: 15%;
}
/* 上一步按钮的样式 */
.top{
  position:absolute;
  left: 20%;
  bottom: 15%;
}
/* 规则与激励多选框配置 */
.strategy {
  margin-top: 10%;
}
/* 自定义规则的按钮 */
.personal {
  margin-left: 10%;
}
/* 设置树形结构的高度 */
.filter-tree {
  overflow: auto;
  max-height: 400px;
}

