[data-v-2d135f2c]::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
[data-v-2d135f2c]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
[data-v-2d135f2c]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.release_container[data-v-2d135f2c] {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #fff;
}
.release_container .title[data-v-2d135f2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  border-bottom: 2px solid #f0f4f7;
}
.release_container .content-box[data-v-2d135f2c] {
  display: flex;
  height: calc(100% - 70px);
}
.release_container .content-box .leftBox[data-v-2d135f2c] {
  width: 25%;
  height: 100%;
  border-right: 2px solid #f0f4f7;
  box-sizing: border-box;
}
.release_container .content-box .leftBox .filter-box[data-v-2d135f2c] {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.release_container .content-box .leftBox .filter-box .search-box[data-v-2d135f2c] {
  width: 80%;
  display: flex;
  align-items: center;
  background-color: #ebeff1;
  border-radius: 30px;
  padding: 11px 21px;
}
.release_container .content-box .leftBox .filter-box .search-box img[data-v-2d135f2c] {
  width: 19px;
  margin-right: 15px;
}
.release_container .content-box .leftBox .filter-box .search-box input[data-v-2d135f2c] {
  font-size: 15px;
  background-color: transparent;
}
.release_container .content-box .leftBox .tab-box[data-v-2d135f2c] {
  display: flex;
  color: #aaaaaa;
  font-size: 14px;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
}
.release_container .content-box .leftBox .tab-box div[data-v-2d135f2c] {
  margin-right: 20px;
  padding: 10px 0 15px;
  position: relative;
  cursor: pointer;
}
.release_container .content-box .leftBox .tab-box .act[data-v-2d135f2c] {
  color: #009bf6;
}
.release_container .content-box .leftBox .tab-box .act[data-v-2d135f2c]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 4px;
  border-radius: 30px;
  background-color: #009bf6;
}
.release_container .content-box .leftBox .view-list[data-v-2d135f2c] {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 92px);
}
.release_container .content-box .leftBox .view-list[data-v-2d135f2c]  .el-collapse-item__header {
  color: #000;
}
.release_container .content-box .leftBox .view-list .classItem[data-v-2d135f2c] {
  background-position: 60% 50%;
  background-size: 110% 110%;
  margin: 10px 5px;
  background-image: url(../img/bg.3047e258.png);
  background-repeat: no-repeat;
  box-shadow: 0px 2px 13px 0px rgba(204, 204, 204, 0.5);
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.release_container .content-box .leftBox .view-list .classItem .view[data-v-2d135f2c] {
  margin: 15px 0;
  color: #aaaaaa;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.release_container .content-box .leftBox .view-list .classItem .view p[data-v-2d135f2c] {
  text-align: center;
  font-size: 13px;
  color: #999;
}
.release_container .content-box .leftBox .view-list .classItem .template-btn[data-v-2d135f2c] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.release_container .content-box .leftBox .view-list .classItem .template-btn .deleteDraft[data-v-2d135f2c] {
  background: #fff;
  color: #149af2;
  border: 1px solid #149af2;
}
.release_container .content-box .leftBox .view-list .classItem .template-btn span[data-v-2d135f2c] {
  display: inline-block;
  width: 60px;
  color: white;
  padding: 2px;
  font-size: 0.8rem;
  text-align: center;
  background-color: #149af2;
  border-radius: 30px;
  cursor: pointer;
}
.release_container .content-box .leftBox .view-list .act[data-v-2d135f2c] {
  color: white;
  box-shadow: none;
  background-image: url(../img/bg2.c01e58bc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.release_container .content-box .leftBox .view-list .act .view[data-v-2d135f2c] {
  color: white;
}
.release_container .content-box .rightBox[data-v-2d135f2c] {
  width: 75%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
}
.release_container .content-box .rightBox .edit-box .isActive[data-v-2d135f2c]::before {
  content: "*";
  color: red;
}
.release_container .content-box .rightBox .edit-box .t-title[data-v-2d135f2c] {
  font-weight: bold;
  margin-bottom: 13px;
}
.release_container .content-box .rightBox .edit-box .input-box[data-v-2d135f2c] {
  padding: 10px 33px;
  background-color: #f0f4f7;
  border-radius: 4px;
  margin-bottom: 13px;
}
.release_container .content-box .rightBox .edit-box .input-box[data-v-2d135f2c]  .el-textarea__inner {
  background: #f0f4f7;
  border: none;
  font-size: 16px;
  color: #333333;
}
.release_container .content-box .rightBox .edit-box .input-box input[data-v-2d135f2c] {
  font-size: 16px;
  width: 100%;
  background-color: transparent;
}
.release_container .content-box .rightBox .edit-box .input-box textarea[data-v-2d135f2c] {
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  height: 120px;
  border: none;
  background-color: transparent;
}
.release_container .content-box .rightBox .edit-box .cell-box[data-v-2d135f2c] {
  margin-top: 0px;
}
.release_container .content-box .rightBox .edit-box .cell-box .cell_item[data-v-2d135f2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid #f0f4f7;
}
.release_container .content-box .rightBox .edit-box .cell-box .cell_item .cell-r[data-v-2d135f2c] {
  color: #aaaaaa;
  cursor: pointer;
}
.release_container .content-box .rightBox .edit-box .cell-box .cell_item .cell-r i[data-v-2d135f2c] {
  font-weight: bold;
  margin-left: 10px;
}
.release_container .content-box .rightBox .edit-box .btn-box[data-v-2d135f2c] {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}
.release_container .content-box .rightBox .edit-box .btn-box div[data-v-2d135f2c] {
  color: white;
  padding: 10px 50px;
  background: linear-gradient(270deg, #2fcafa 0%, #159af2 100%);
  border-radius: 5px;
  cursor: pointer;
}
.release_container .content-box .rightBox .edit-box .btn-box div[data-v-2d135f2c]:not(:first-child) {
  margin-left: 10px;
}
.release_container .content-box .rightBox .tree-box[data-v-2d135f2c] {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.release_container .content-box .rightBox .tree-box .tree-search .tree-title[data-v-2d135f2c] {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 20px;
}
.release_container .content-box .rightBox .tree-box .tree-search .search-box[data-v-2d135f2c] {
  width: 20%;
  display: flex;
  align-items: center;
  background-color: #ebeff1;
  border-radius: 30px;
  padding: 11px 21px;
  margin: 20px 0 10px;
}
.release_container .content-box .rightBox .tree-box .tree-search .search-box img[data-v-2d135f2c] {
  width: 19px;
  margin-right: 15px;
}
.release_container .content-box .rightBox .tree-box .tree-search .search-box input[data-v-2d135f2c] {
  font-size: 15px;
  background-color: transparent;
}
.release_container .content-box .rightBox .tree-box .tabs[data-v-2d135f2c] {
  height: calc(100% - 160px);
  overflow: auto;
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div[data-v-2d135f2c] {
  display: flex;
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-l[data-v-2d135f2c] {
  width: 30%;
  overflow: auto;
  height: calc(100vh - 440px);
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-l[data-v-2d135f2c]  .el-tree {
  height: calc(100vh - 440px);
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-l .tree-t[data-v-2d135f2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 10px;
  font-weight: bold;
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-r[data-v-2d135f2c] {
  width: 70%;
  padding-left: 20px;
  border-left: 2px solid #f0f4f7;
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-r .tree-div[data-v-2d135f2c] {
  width: 100%;
  height: calc(100vh - 440px);
  overflow: auto;
}
.release_container .content-box .rightBox .tree-box .tabs .pane-div .pane-r .tree-div[data-v-2d135f2c]  .el-tag {
  margin: 10px 0 0 10px;
}
.release_container .content-box .rightBox .tree-box .tree-btn[data-v-2d135f2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
}
