.editor-blockTemplate-catalog {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0 12px;
  flex-wrap: wrap;
}
.editor-blockTemplate-catalog li {
  padding: 0 12px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  color: rgba(28, 36, 46, 0.35);
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.editor-blockTemplate-catalog li:hover,
.editor-blockTemplate-catalog-activeItem {
  border-color: #47e !important;
  color: #47e !important;
}
.editor-blockTemplate-wrap {
  width: 100%;
  height: 100%;
}
.editor-blockTemplate-wrap .editor-tabs-nav-list {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-around;
}
.editor-blockTemplate-wrap .editor-tabs-tab {
  width: 115px;
  display: flex;
  padding: 9px 0;
  justify-content: center;
  align-items: center;
  transition: none;
}
.editor-blockTemplate-tab {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.editor-blockTemplate-search {
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
}
.editor-blockTemplate-search .editor-input {
  height: 26px;
}
.editor-blockTemplate-search .editor-input-affix-wrapper .editor-input-suffix {
  color: #c6c8cb;
}
.editor-blockTemplate-plus {
  margin-left: 4px;
}
.editor-blockTemplate-plus.editor-btn {
  font-size: 12px;
  height: 28px;
  border-color: #d9d9d9;
  padding: 0 8px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-blockTemplate-content::-webkit-scrollbar {
  display: none;
}
.editor-blockTemplate-content {
  position: relative;
  flex: 1;
  width: 100%;
  overflow-y: scroll;
}
.editor-blockTemplate-content-loading {
  height: 100%;
  flex: 1;
  width: 100%;
}
.editor-blockTemplate-content-loading > .editor-spin-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.editor-blockTemplate-content .editor-spin-container {
  height: 100%;
}
.editor-blockTemplate-content-empty {
  position: absolute;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0 !important;
}
.editor-blockTemplate-list {
  width: 100%;
}
.editor-blockTemplate-list li {
  width: 100%;
}
.editor-blockTemplate-list-commonItem {
  width: 102px;
  height: 100px;
  margin-left: 12px;
  margin-top: 12px;
  cursor: move;
  position: relative;
}
.editor-blockTemplate-list-commonItem > div {
  width: 100%;
  height: 76px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: rgba(28, 36, 46, 0.04);
}
.editor-blockTemplate-list-commonItem > div img {
  width: 100%;
}
.editor-blockTemplate-list-commonItem > span {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-blockTemplate-list-commonItem .editor-blockTemplate-list-selfItem-icon {
  position: absolute;
  top: 0;
  padding: 0 2px;
  right: 0;
  width: auto;
  height: 16px;
  background: #7e8388;
  visibility: hidden;
}
.editor-blockTemplate-list-commonItem .editor-blockTemplate-list-selfItem-icon .editor-divider-vertical {
  margin: 0 2px !important;
  height: 0.6em;
  border-color: #fff;
}
.editor-blockTemplate-list-commonItem .editor-blockTemplate-list-selfItem-icon > span {
  cursor: pointer;
}
.editor-blockTemplate-list-commonItem .editor-blockTemplate-list-selfItem-icon > span svg {
  font-size: 12px;
  fill: #fff;
}
.editor-blockTemplate-list-commonItem:hover {
  background: rgba(28, 36, 46, 0.04);
}
.editor-blockTemplate-list-commonItem:hover .editor-blockTemplate-list-selfItem-icon {
  visibility: visible;
}
.editor-blockTemplate-list-selfItem {
  display: flex;
  height: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  padding: 0 12px;
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
}
.editor-blockTemplate-list-selfItem-title {
  padding-left: 8px;
  flex: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: move;
}
.editor-blockTemplate-list-selfItem > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.editor-blockTemplate-list-selfItem-icon {
  width: 40px;
  visibility: hidden;
}
.editor-blockTemplate-list-selfItem-icon > span {
  cursor: pointer;
}
.editor-blockTemplate-list-selfItem:hover {
  background: rgba(28, 36, 46, 0.04);
}
.editor-blockTemplate-list-selfItem:hover .editor-blockTemplate-list-selfItem-icon {
  visibility: visible;
}
.editor-blockTemplate-list-commonItemContent {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.editor-blockTemplate-list-commonItemContent span:nth-of-type(1) {
  font-size: 16px;
  font-weight: 500;
  color: #1C242E;
  line-height: 24px;
}
.editor-blockTemplate-list-commonItemContent span:nth-of-type(2) {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
}
.editor-blockTemplate-list-commonItemContent > div {
  width: 100%;
  min-height: 240px;
  border-radius: 2px;
  background: rgba(28, 36, 46, 0.04);
  margin: 12px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.editor-blockTemplate-list-commonItemContent > div img {
  width: 100%;
}
.editor-blockTemplate-list-self,
.editor-blockTemplate-list-common,
.editor-blockTemplate-list-blockAssets {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.editor-blockTemplate-list-self li,
.editor-blockTemplate-list-common li,
.editor-blockTemplate-list-blockAssets li {
  width: auto;
}
.editor-blockTemplate-list-self .office .editor-blockTemplate-list-commonItem > div,
.editor-blockTemplate-list-common .office .editor-blockTemplate-list-commonItem > div,
.editor-blockTemplate-list-blockAssets .office .editor-blockTemplate-list-commonItem > div {
  position: relative;
  overflow: hidden;
}
.editor-blockTemplate-list-self .office .editor-blockTemplate-list-commonItem > div::before,
.editor-blockTemplate-list-common .office .editor-blockTemplate-list-commonItem > div::before,
.editor-blockTemplate-list-blockAssets .office .editor-blockTemplate-list-commonItem > div::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 2px;
  height: 16px;
  width: 52px;
  background-color: #417ffb;
  transform: rotate(45deg);
}
.editor-blockTemplate-list-self .office .editor-blockTemplate-list-commonItem > div::after,
.editor-blockTemplate-list-common .office .editor-blockTemplate-list-commonItem > div::after,
.editor-blockTemplate-list-blockAssets .office .editor-blockTemplate-list-commonItem > div::after {
  content: '官方';
  position: absolute;
  right: -16px;
  top: 2px;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 52px;
  transform: scale(0.833) rotate(45deg);
  height: 16px;
}
.editor-blockTemplate-list-popover-content .editor-popover-inner-content {
  padding: 16px;
}
