.guns-flow-setting .guns-flow-setting-item {
  position: absolute;
  color: #171a1d;
  z-index: 8;
  display: flex;
  background: #fff;
  align-items: center;
  cursor: pointer;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  padding: 10px 10px 10px 12px;
  border-radius: 0 100px 100px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.guns-flow-setting .guns-flow-setting-item:first-child {
  left: 0;
  top: 55px;
  margin-top: 20px;
}
.guns-flow-setting .guns-flow-setting-item:nth-child(2) {
  left: 0;
  top: 127px;
}
.guns-flow-setting .guns-flow-setting-item:nth-child(3) {
  left: 0;
  top: 177px;
}
.guns-flow-setting .guns-flow-setting-item:nth-child(4) {
  left: 0;
  top: 227px;
}
.guns-flow-setting .guns-flow-setting-item:nth-child(5) {
  left: 0;
  top: 277px;
}
.guns-flow-setting .guns-flow-setting-item-title {
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  height: 20px;
  margin: 0 10px 0 6px;
}
.guns-flow-variable-setting-header {
  text-align: center;
  min-height: 30px;
  line-height: 30px;
  background-color: #fafafa;
}
.guns-flow-variable-setting-body {
  min-height: 40px;
  line-height: 40px;
  text-align: center;
}
.guns-flow-variable-setting-body .guns-icon {
  cursor: pointer;
  color: red;
}
.guns-flow-variable-setting-body .ant-select {
  width: 100%;
}
.guns-flow-variable-setting-butoon {
  margin-top: 10px;
  width: 100%;
}
