ul,
li {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

.content {
  /* width: 1040px; */
  width: 100%;
}

.editorHeadTop {
  background-color: #fff;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #686B78;
  margin-bottom: 16px;
}

.editorHeadTop .point {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #FF4049;
  margin-right: 12px;
}

.editorHeadTop .line {
  width: 1px;
  height: 12px;
  background-color: #DFDFDF;
  margin: 0 12px;
}

.editorHeadTop a {
  margin-left: 20px;
  color: #726EFF;
}

.editorHead {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6ed;
  background: #f9fafb;
}

.editorHead>div:first-child {
  text-align: center;
  max-width: 218px;
  width: 15%;
  font-size: 12px;
  cursor: pointer;
  color: #464c5b;
}

.editorHead>div img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.SubMenuItemStyle {
  display: flex;
  align-items: center;
  padding-left: 20px !important;
  font-size: 12px;
}

.SubMenuItemStyle img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.editInputBox {
  border-radius: 25px;
  background: #f3f4f7;
  font-size: 12px;
  color: #686B78;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: left;
  padding: 0 12px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: bold;
}

.menuList {
  max-width: 218px;
  width: 15%;
  height: 1102px;
  font-size: 12px;
  border: 1px solid #e6e6ed;
  padding: 0;
  margin: 0;
  border-top: none;
  background: #f9fafb;
}

.menuList li.subTit {
  width: 178px;
  height: 38px;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  color: #657180;
  background: #f3f4f7;
  cursor: pointer;
  border-top: 1px solid #e6e6ed;
  border-bottom: 1px solid #e6e6ed;
}

.menuList li.subTit:first-child {
  border-top: none;
}

.menuList li.subTit:not(:first-child) {
  margin-top: -1px;
}

.menuList li.subItem {
  list-style: none;
  text-align: center;
  color: #657180;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.subItemCon {
  width: 50%;
  margin-bottom: 10px;
}

.menuList li.subItem img {
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  display: block;
}

.menuList ul {
  display: block;
  /* padding: 10px 0; */
}

.menuList ul:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
}

.MarketingPlanBox .canvasbox {
  height: 100%;
  width: 100%;
  /* background: url(http://cdn.hzmengpai.com/web/img/pixelbg.png) -1px 0; */
  background: #fff;
  text-align: center;
  position: absolute;
  overflow-x: auto;
  overflow-y: auto;
  left: 0;
  top: 0;
}

.nodeItem {
  padding: 8px;
}

.box {
  width: 60px;
  padding: 2px;
  border: 1px solid transparent;
}

.box img {
  width: 44px;
  height: 44px;
}

.Edited {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #30bd05;
  right: 9px;
  top: 10px;
  border-radius: 10px;
}

.noEdited {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f33;
  right: 9px;
  top: 10px;
  border-radius: 10px;
}

.setp2 {
  border: 1px dashed #666;
}

.setp3 {
  border: 1px dashed #f00;
}

.nodeCount {
  text-align: center;
  padding: 5px 0;
  color: #3399ff;
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
}

iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.nodeName {
  word-break: break-all;
  font-size: 12px;
  height: 31px;
  overflow: hidden;
}

.layui-layer-btn a {
  font-size: 12px;
  margin-top: 0 !important;
}

.layui-layer-btn .layui-layer-btn1 {
  font-size: 12px;
  color: #fff;
  background-color: #5e99ff !important;
  border-color: #5e99ff !important;
}

.layui-layer-btn1 {
  font-size: 12px;
  background: #fff !important;
}

.layui-layer-title {
  background: #f5f7f9 !important;
}

.layui-layer-btn0:hover {
  border-color: #1890ff !important;
  color: #1890ff !important;
}

.layui-layer-btn .layui-layer-btn a {
  height: 30px;
  line-height: 30px;
  margin: 6px 6px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
}

.iconAllBox {
  position: relative;
}

.iconAllBox span {
  display: none;
  position: absolute;
  border: 1px solid #bbb;
  background-color: #fff;
  color: #414953;
  font-size: 12px;
  width: 60px;
  z-index: 10;
  top: 30px;
}

.iconAllBox:hover span {
  display: block;
}

.left-operate {
  width: calc(100% - 200px);
  height: 54px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  padding-left: 2.5%;
}

.right-operate {
  background: #ebecee;
  width: 200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.right-operate>i {
  display: block;
  margin: -5px 2px 0;
  width: 1px;
}

/* .right-operate>div{
  width:calc((100% - 5px ) / 2);
  height: 100%;
  line-height: 
} */
.middlebox {
  color: #dfdfdf;
  font-style: normal;
  margin: 0 18px 0 0;
  display: block;
}

.rightBox {
  /* width: calc(100% - 15%); */
  /* min-width: calc(100% - 218px); */
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #464c5b;
}

.oerateText {
  position: relative;
  display: block;
  min-width: 30px;
  margin: 0 20px;
  color: #6e747d;
}

.oerateText2 {
  position: relative;
  display: block;
  /* margin: 0 22px; */
  color: #6e747d;
  width: calc((100% - 5px) /2);
  height: 100%;
  line-height: 52px;
}

.revoke:before {
  content: "\e711";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -28px;
  font-size: 16px;
}

.alignment::before {
  content: "\e713";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.delete::before {
  content: "\e70d";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.simulation::before {
  content: "\e70f";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.save:before {
  content: "\e70e";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.detector:before {
  content: "\e715";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}


.submit:before {
  content: "\e70c";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.submitRun:before {
  content: "\e70c";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 16px;
}

.blacklist {
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.blacklist::before {
  content: "\e712";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: 19px;
  font-size: 18px;
}

.allsence {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.allsence::before {
  content: "\e710";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  left: 26px;
  font-size: 14px;
}

.oerateText:hover {
  color: #3B3B53;
}

.middlebox2 {
  color: #ccc;
  font-style: normal;
  margin: 0 32px 0 0;
  display: block;
}

.layui-layer-btn .layui-layer-btn0 {
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.layui-layer-btn {}