.lm-c-check-list-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  cursor: auto;
  border: 1px solid var(--bd-color);
  /*列表项*/
}
.lm-c-check-list-wrapper .lm-c-base-list-layout {
  flex: 1;
  overflow: hidden;
}
.lm-c-check-list-wrapper .list-item {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  color: var(--color);
  font-size: var(--fs-small);
  padding: 0 10px;
}
.lm-c-check-list-wrapper .list-item > label {
  margin: 0px;
  width: 100%;
  display: flex;
}
.lm-c-check-list-wrapper .list-item .item-info {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: var(--fs-small);
}
.lm-c-check-list-wrapper .list-item .item-info > .anticon {
  font-size: 16px;
  margin: 0 4px;
  position: relative;
  top: 2px;
}
.lm-c-check-list-wrapper .list-item:hover > label,
.lm-c-check-list-wrapper .list-item.list-item-active > label {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
.lm-c-check-list-wrapper .list-item.has-check-box > label {
  padding: 0 4px;
}
.cloudapp-c-check-list-checkext {
  font-size: var(--fs-small);
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--bd-color);
}
.cloudapp-c-check-list-checkext .select-group .anticon {
  font-size: 16px;
  cursor: pointer;
  padding-right: 8px;
  color: var(--icon);
}
.cloudapp-c-check-list-checkext .select-group .anticon:hover {
  color: var(--primary);
}
