.kf-config-box {
  width: 100%;
  height: calc(100% - 160px);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  overflow: auto;
}
.kf-config-box .kf-config-introduced {
  width: calc(100% - 20px);
  margin: auto;
  background: #f1f1f1;
  font-size: 15px;
  padding: 10px;
  color: #616161;
}
.kf-config-box-item {
  margin-top: 20px;
}

.kf-config-box-item-content {
  padding-top: 20px;
}

.kf-config-box-item-content li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.kf-config-box-item-content li .layui-input-wrap {
  width: 100%;
}
.kf-config-box-item-content .kf-config-box-item-boxs,
.kf-config-box-item-content li p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  flex-direction: row;
  flex-wrap: wrap;
}
.kf-config-box-item-input {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  flex-direction: row;
}
.kf-config-box-item-content li p {
  min-width: 420px;
  font-size: 13px;
}
.kf-config-box-item-box {
  margin-bottom: 10px;
  width: 100%;
}
.kf-config-box-item-content li .kf-config-box-item-input span {
  margin-right: 10px;
  font-size: 13px;
}
.kf-config-box-item-operation {
  font-size: 16px;
  background: #f5f5f5;
  border: none;
  margin-left: 18px;
  padding: 5px 15px;
  border-radius: 4px;
}
.kf-config-box-item-stop,
.kf-config-box-item-delete {
  color: #ff0000;
}

.kf-config-box-item-operation:hover {
  background: #e0e0e0;
}

.kf-config-box-item-start {
  color: #11ce00;
}

.kf-config-box-item-add {
  background: none;
  border: none;
  color: var(--color-base);
  margin-left: 10px;
}
.kf-config-box-item-box-date {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 6px;
  font-size: 12px;
}
.kf-config-box-item-box-date p {
}

#header {
  display: none;
}

@media screen and (max-width: 760px) {
  .kf-config-box-item-content li p {
    min-width: auto;
    width: 100%;
  }
}
