
[data-v-0b732a45] .tox .tox-statusbar {
  display: none !important;
}

.detail-info-comment[data-v-1e221cb7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.detail-info-comment .tinymce-editor[data-v-1e221cb7] {
  width: 100%;
}
.detail-info-comment-btns[data-v-1e221cb7] {
  font-size: 20px;
}
.detail-info-comment-btns button[data-v-1e221cb7] {
  margin-right: 16px;
}
.detail-info-comment-btns button[data-v-1e221cb7]:last-child {
  margin-right: 0;
}

.table-page-search-wrapper .table-page-search-submitButtons[data-v-5645d6f9] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.tinymce-editor[data-v-5645d6f9] {
  width: 100%;
}
[data-v-5645d6f9] .ispforum-modal .ant-modal-body {
  max-height: calc(100vh - 160px);
  overflow: auto;
}
[data-v-5645d6f9] .forum-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
[data-v-5645d6f9] .forum-list-empty {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 24px;
}
[data-v-5645d6f9] .forum-list-item {
  width: calc(100% - 16px);
  height: 95%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
[data-v-5645d6f9] .forum-list-item:hover {
  box-shadow: 0 0 10px #d9d9d9;
}
[data-v-5645d6f9] .forum-list-item-bg {
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
}
[data-v-5645d6f9] .forum-list-item-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
[data-v-5645d6f9] .forum-list-item-content {
  max-height: 80%;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
}
[data-v-5645d6f9] .forum-list-item-content > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
[data-v-5645d6f9] .forum-list-item-content > div img,[data-v-5645d6f9] .forum-list-item-content > div video {
  max-width: 100%;
  height: calc(100% - 25px);
  object-fit: contain;
  border-radius: 4px;
}
[data-v-5645d6f9] .forum-list-item-date {
  color: #bcbcbc;
  margin-right: 8px;
  margin-bottom: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
[data-v-5645d6f9] .forum-list-item-date > span {
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
[data-v-5645d6f9] .forum-list-item-date > span:last-child {
  margin-right: 0;
}
[data-v-5645d6f9] .forum-list-item-date > span img {
  width: 20px;
}
[data-v-5645d6f9] .forum-list-item-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 12px 0;
}
[data-v-5645d6f9] .forum-list-item-action i.anticon {
  font-size: 20px;
  margin-right: 18px;
}
[data-v-5645d6f9] .forum-list-item.active {
  border-color: #1890FF;
  box-shadow: 0 0 10px #1890FF;
}
[data-v-5645d6f9] .forum-list .has-title .forum-list-item-content {
  height: calc(100% - 68px);
}
[data-v-5645d6f9] .forum-list .no-title .forum-list-item-content {
  height: calc(100% - 25px);
}
[data-v-5645d6f9] .forum-list .screenWidth5 {
  width: calc(100% / 5);
}
[data-v-5645d6f9] .forum-list .screenWidth4 {
  width: calc(100% / 4);
}
[data-v-5645d6f9] .forum-list .screenWidth3 {
  width: calc(100% / 3);
}
[data-v-5645d6f9] .ispforum-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 24px;
}
[data-v-5645d6f9] .ispforum-preview img,[data-v-5645d6f9] .ispforum-preview video {
  object-fit: cover;
  max-width: 96%;
  border-radius: 4px;
  box-shadow: 0 0 10px #a2a2a2;
}
.ant-pagination[data-v-5645d6f9] {
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.forum-tags[data-v-5645d6f9] {
  width: 200px;
}
.forum-tags ul[data-v-5645d6f9] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  padding: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 16px;
}
.forum-tags ul li[data-v-5645d6f9] {
  list-style: none;
  margin-bottom: 12px;
}
.forum-tags ul li[data-v-5645d6f9]:last-child {
  margin-bottom: 0;
}
.forum-tags-add[data-v-5645d6f9] {
  width: 200px;
}
.forum-tags-manage[data-v-5645d6f9] {
  margin-top: 16px;
}
.forum-tags-manage button[data-v-5645d6f9] {
  width: 100%;
}
.tags-manage-list ul[data-v-5645d6f9] {
  margin: 0;
  padding: 16px;
  max-height: 240px;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tags-manage-list ul li[data-v-5645d6f9] {
  margin-bottom: 8px;
  list-style: none;
}
[data-v-5645d6f9] .ant-form-item-children {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
[data-v-5645d6f9] .ant-form-item-children .ant-input {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-no-comments {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
[data-v-5645d6f9] .ant-form-item-children .detail-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 16px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-icons i {
  font-size: 18px;
  margin-right: 16px;
  cursor: pointer;
}
[data-v-5645d6f9] .ant-form-item-children .detail-icons i:last-child {
  margin-right: 0;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-items {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  overflow: auto;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-items .detail-info-item {
  border-bottom: 1px solid #f7f7f7;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-items .detail-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item:last-child {
  margin-bottom: 0;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name {
  width: calc(100% - 84px);
  color: #333;
  font-size: 16px;
  float: right;
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name p {
  line-height: 24px;
  margin-bottom: 0;
  max-width: 178px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name p.date {
  color: #333;
  letter-spacing: 1px;
  font-size: 15px;
  margin-left: 8px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name0 {
  width: 190px;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #333;
  font-size: 16px;
  float: right;
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name0 p {
  line-height: 24px;
  margin-bottom: 0;
  max-width: 178px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-name0 p.date {
  color: #333;
  letter-spacing: 1px;
  font-size: 15px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-content {
  width: calc(100% - 84px);
  height: auto;
  border: 1px solid #e4e4e4;
  padding: 12px;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: not-allowed;
  color: #999;
  background: #f5f5f5;
  line-height: 24px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-content p {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-content td {
  color: #333;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-content img,[data-v-5645d6f9] .ant-form-item-children .detail-info-item-content video {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px #a2a2a2;
  margin: 8px 0;
  cursor: pointer;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-like {
  height: calc(100% - 24px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-like > i {
  font-size: 18px;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item-like > i.active {
  color: #52c41a;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-item:last-child .detail-info-item-like {
  height: 100%;
}
[data-v-5645d6f9] .ant-form-item-children .detail-info-items .detail-info-item:last-child .detail-info-item-like {
  height: 100%;
}
[data-v-5645d6f9] .ant-form-item-children .details-isorter {
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: center;
      align-items: center;
}
.detail-info-comment[data-v-5645d6f9] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.detail-info-comment .tinymce-editor[data-v-5645d6f9] {
  width: 100%;
}
.detail-info-comment-btns[data-v-5645d6f9] {
  font-size: 20px;
  padding-top: 8px;
}
.detail-info-comment-btns button[data-v-5645d6f9] {
  margin-right: 16px;
}
.detail-info-comment-btns button[data-v-5645d6f9]:last-child {
  margin-right: 0;
}


/*# sourceMappingURL=9.add0b94f.css.map*/