.el-select[data-v-84b08e14] {
  margin-right: 10px;
}
.btnImg[data-v-84b08e14] {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-clip-path: polygon(0px 0px, 38px 0px, 38px 38px);
  clip-path: polygon(0px 0px, 38px 0px, 38px 38px);
  position: absolute;
  width: 38px;
  height: 38px;
  background: #00baff;
  right: 0;
  top: 0;
  padding-right: 5px;
  padding-top: 4px;
  box-sizing: border-box;
  z-index: 10;
}
.relative[data-v-84b08e14] {
  position: relative;
}
.eleBox[data-v-84b08e14] {
  height: 100%;
  background: #fff;
  padding: 15px 15px;
  box-sizing: border-box;
  overflow: auto;
}
.infoItem[data-v-84b08e14] {
  border-bottom: 1px dashed #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.eleList[data-v-84b08e14] {
  width: 100%;
  padding-left: 140px;
  box-sizing: border-box;
}
.eleList[data-v-84b08e14]  .w-e-text-container {
  height: 200px !important;
}
.wangeditItem[data-v-84b08e14] {
  background: #fff;
}
.addInfo[data-v-84b08e14] {
  width: 400px;
  height: 100px;
  border: 1px dashed #acacac;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #acacac;
  cursor: pointer;
  margin-left: 140px;
  font-size: 24px;
}
.progressFile[data-v-84b08e14] {
  width: 100%;
}
.fileBox[data-v-84b08e14] {
  position: relative;
  overflow: hidden;
  height: 34px;
  width: 97px;
  margin-bottom: 10px;
}
.fileBox input[name=file][data-v-84b08e14] {
  font-size: 100em;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-size: 100em;
  opacity: 0;
  cursor: pointer;
}
.fileItem[data-v-84b08e14] {
  display: flex;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  height: 56px;
  align-items: center;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.fileItem .fileLeft[data-v-84b08e14] {
  flex: 0 0 36px;
  display: flex;
  align-items: center;
}
.fileItem .fileCenter[data-v-84b08e14] {
  flex: 1;
  width: calc(100% - 72px);
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.fileItem .fileCenter .fileName[data-v-84b08e14] {
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileItem .fileRight[data-v-84b08e14] {
  flex: 0 0 36px;
  display: flex;
  height: 100%;
  align-items: flex-end;
  line-height: 1;
}
.fileItem .fileRight div[data-v-84b08e14] {
  cursor: pointer;
}
