.editor-input-divider-popover-content {
  width: 240px;
  height: 260px;
  overflow-y: scroll;
}
.editor-input-divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 44px;
  margin-top: 12px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E5E6EB;
  cursor: pointer;
}
.editor-input-divider-wrapper:first-child {
  margin-top: 0;
}
.editor-input-divider-seleced {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #E5E6EB;
  cursor: pointer;
}
.editor-input-divider-seleced-divider {
  flex: 1;
  margin-right: 4px;
}
.editor-input-divider-solid {
  width: 100%;
  height: 1px;
  background-color: #47e;
}
.editor-input-divider-dashed {
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #47e;
}
.editor-input-divider-leftTop {
  width: 100%;
}
.editor-input-divider-leftTop-text {
  text-align: left;
  font-size: 12px;
}
.editor-input-divider-leftTop-line {
  position: relative;
  height: 8px;
}
.editor-input-divider-leftTop-line-bg-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 8px;
}
.editor-input-divider-leftTop-line-bg-wrapper-bg {
  width: 100%;
  height: 0;
  border-bottom: 4px solid;
  border-color: #47e;
  opacity: 0.2;
}
.editor-input-divider-leftTop-line-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 8%;
  max-width: 80%;
  border-radius: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  background-color: #47e;
}
.editor-input-divider-leftTop-line-label > span {
  visibility: hidden;
}
.editor-input-divider-leftTab {
  position: relative;
  width: 100%;
  height: 16px;
}
.editor-input-divider-leftTab-bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
}
.editor-input-divider-leftTab-bg-wrapper-bg {
  width: 100%;
  height: 100%;
  background-color: #47e;
  opacity: 0.2;
}
.editor-input-divider-leftTab-lable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 6%;
  max-width: 80%;
  padding: 0 20px;
  border-radius: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #47e;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}
.editor-input-divider-leftLine {
  position: relative;
  display: flex;
  width: 100%;
  height: 16px;
}
.editor-input-divider-leftLine-label {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 7%;
  max-width: 80%;
  padding: 0 10px;
  height: 100%;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background-color: #47e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-input-divider-leftLine-right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.editor-input-divider-leftLine-right-triangle {
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 16px solid #47e;
}
.editor-input-divider-leftLine-right-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  border-bottom: 5px solid #47e;
}
.editor-input-divider-leftLine-right-parallelogram1 {
  position: absolute;
  top: 0;
  left: 9px;
  width: 5px;
  height: 10px;
  background-color: #47e;
  -webkit-transform: skew(26deg) translateX(-50%);
  transform: skew(26deg) translateX(-50%);
  opacity: 0.8;
}
.editor-input-divider-leftLine-right-parallelogram2 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 5px;
  height: 10px;
  background-color: #47e;
  -webkit-transform: skew(26deg) translateX(-50%);
  transform: skew(26deg) translateX(-50%);
  opacity: 0.5;
}
.editor-input-divider-leftLine-right-parallelogram3 {
  position: absolute;
  top: 0;
  left: 32px;
  width: 5px;
  height: 10px;
  background-color: #47e;
  -webkit-transform: skew(26deg) translateX(-50%);
  transform: skew(26deg) translateX(-50%);
  opacity: 0.2;
}
.editor-input-divider-leftCard {
  position: relative;
  display: flex;
  width: 100%;
  height: 16px;
  align-items: center;
}
.editor-input-divider-leftCard-lable {
  min-width: 7%;
  max-width: 80%;
  line-height: 16px;
  background-color: #47e;
  transform: skewX(-20deg);
  font-size: 12px;
  color: #fff;
}
.editor-input-divider-leftCard-lable-text {
  padding: 0 10px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: skewX(20deg);
}
.editor-input-divider-leftCard-parallelogram1 {
  margin-left: 4px;
  width: 5px;
  height: 100%;
  background-color: #47e;
  transform: skewX(-20deg);
}
.editor-input-divider-leftCard-triangle {
  margin-left: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 16px solid #47e;
  opacity: 0.2;
}
.editor-input-divider-leftCard-parallelogram2 {
  flex: 1;
  height: 100%;
  background-color: #47e;
  opacity: 0.2;
}
.editor-input-divider-centerTab {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}
.editor-input-divider-centerTab-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  border-radius: 0 0 16px 16px;
  background-color: #47e;
  opacity: 0.2;
}
.editor-input-divider-centerTab-center {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 7%;
  max-width: 60%;
  padding: 0 38px;
  overflow: hidden;
}
.editor-input-divider-centerTab-center-label {
  height: 100%;
  padding: 0 1px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #47e;
  opacity: 0.9;
}
.editor-input-divider-centerTab-center-left-triangle {
  position: absolute;
  top: 0;
  left: 12px;
  width: 5px;
  height: 6px;
  background-color: #47e;
}
.editor-input-divider-centerTab-center-left-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 21px;
  border-radius: 0 0 0 50px;
  background-color: #47e;
  opacity: 0.9;
}
.editor-input-divider-centerTab-center-rigth-triangle {
  position: absolute;
  top: 0;
  right: 12px;
  width: 5px;
  height: 6px;
  background-color: #47e;
}
.editor-input-divider-centerTab-center-rigth-border {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 21px;
  border-radius: 0 0 50px;
  background-color: #47e;
  opacity: 0.9;
}
.editor-input-divider-centerLine {
  position: relative;
  display: flex;
  height: 16px;
  align-items: center;
  width: 100%;
}
.editor-input-divider-centerLine-hexagon {
  position: relative;
  min-width: 15%;
  max-width: 80%;
  margin: 0 4px;
  height: 100%;
  display: flex;
  align-items: center;
}
.editor-input-divider-centerLine-hexagon-left {
  text-align: right;
  width: 18px;
  height: 100%;
}
.editor-input-divider-centerLine-hexagon-left-top {
  display: flex;
  justify-content: end;
  position: relative;
  padding-right: 4px;
  height: 8px;
}
.editor-input-divider-centerLine-hexagon-left-top-rectangle1 {
  width: 5px;
  height: 100%;
  transform: skewX(-45deg);
  background-color: #47e;
  opacity: 0.3;
}
.editor-input-divider-centerLine-hexagon-left-top-rectangle2 {
  width: 5px;
  height: 100%;
  transform: skewX(-45deg);
  background-color: #47e;
  opacity: 0.5;
}
.editor-input-divider-centerLine-hexagon-left-top-triangle {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #47e;
}
.editor-input-divider-centerLine-hexagon-left-bottom {
  display: flex;
  justify-content: end;
  position: relative;
  padding-right: 4px;
  height: 8px;
}
.editor-input-divider-centerLine-hexagon-left-bottom-rectangle1 {
  width: 5px;
  height: 100%;
  transform: skewX(45deg);
  background-color: #47e;
  opacity: 0.3;
}
.editor-input-divider-centerLine-hexagon-left-bottom-rectangle2 {
  width: 5px;
  height: 100%;
  transform: skewX(45deg);
  background-color: #47e;
  opacity: 0.5;
}
.editor-input-divider-centerLine-hexagon-left-bottom-triangle {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #47e;
  border-left: 8px solid transparent;
}
.editor-input-divider-centerLine-hexagon-lable {
  height: 100%;
  flex: 1;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #47e;
}
.editor-input-divider-centerLine-hexagon-right {
  text-align: left;
  width: 18px;
  height: 100%;
}
.editor-input-divider-centerLine-hexagon-right-top {
  display: flex;
  justify-content: start;
  position: relative;
  padding-left: 4px;
  height: 8px;
}
.editor-input-divider-centerLine-hexagon-right-top-rectangle1 {
  width: 5px;
  height: 100%;
  transform: skewX(45deg);
  background-color: #47e;
  opacity: 0.5;
}
.editor-input-divider-centerLine-hexagon-right-top-rectangle2 {
  width: 5px;
  height: 100%;
  transform: skewX(45deg);
  background-color: #47e;
  opacity: 0.3;
}
.editor-input-divider-centerLine-hexagon-right-top-triangle {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #47e;
}
.editor-input-divider-centerLine-hexagon-right-bottom {
  display: flex;
  justify-content: start;
  position: relative;
  padding-left: 4px;
  height: 8px;
}
.editor-input-divider-centerLine-hexagon-right-bottom-rectangle1 {
  width: 5px;
  height: 100%;
  transform: skewX(-45deg);
  background-color: #47e;
  opacity: 0.5;
}
.editor-input-divider-centerLine-hexagon-right-bottom-rectangle2 {
  width: 5px;
  height: 100%;
  transform: skewX(-45deg);
  background-color: #47e;
  opacity: 0.3;
}
.editor-input-divider-centerLine-hexagon-right-bottom-triangle {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #47e;
}
.editor-input-divider-centerLine-line {
  flex: 1;
  height: 2px;
  opacity: 0.2;
  background-color: #47e;
}
