@charset "UTF-8";
html {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
li {
  list-style: none;
}
.box-card {
  height: 100vh !important;
  margin-top: 0 !important;
  margin-left: -2.5px;
  overflow-y: hidden;
}
.box-card .el-card__header {
  padding: 15px 20px;
}
.box-card .el-card__body {
  padding: 10px 20px;
}
iframe {
  display: block;
  position: relative;
  z-index: 1010;
  width: 100%;
  height: 100vh;
  border: 0;
}

/* 分页全局样式 */
.el-pagination {
  margin-top: 1px;
}

/* 注册一些全局样式，优化项目代码
    可以通过一些全局样式管理项目，即为了方便管理便于后期修改，还可以减少代码冗余
    一般全局样式建议以overall-开头 方便统一规范
  */
.el-table::before {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.el-table__fixed-right::before,
.el-table__fixed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  z-index: 4;
}
.overall-table-three {
  /* max-height: 78vh;
  overflow: auto; */
  border-top: 4px solid #DCE2EC !important;
  border-left: none !important;
}
.overall-table-three .el-table__header th.el-table__cell {
  border-right: 1px solid #d3dce9 !important;
  border-bottom: 1px solid #d3dce9 !important;
}
.overall-table-three .el-table__header th.el-table__cell,
.overall-table-three .el-table__fixed-right-patch {
  background-color: none !important;
}
.overall-table-three .el-table__cell {
  height: 32px;
  padding: 0;
}
.overall-table-three .cell {
  height: 32px;
  line-height: 32px;
}
.overall-table-three .cell-auto .cell {
  height: auto;
  width: 35px;
  margin: 0 auto;
  line-height: 24px;
  word-wrap: break-word;
  text-align: center;
}
.overall-table-three .cell-100 .cell {
  height: auto;
  line-height: 100%;
}
.overall-table-three .el-table__header th:not(.is-hidden):last-child {
  right: -1px;
}
.overall-table-three .el-table__row td:not(.is-hidden):last-child {
  right: -1px;
  /* border-left: 1px solid #2c4a70; */
}
.overall-table-two {
  max-height: 78vh;
  overflow: auto;
  border-top: 1px solid #d3dce9 !important;
}
.overall-table-two .el-table__header th.el-table__cell {
  border-right: 1px solid #d3dce9 !important;
  border-bottom: 1px solid #d3dce9 !important;
}
.overall-table-two .el-table__header th.el-table__cell,
.overall-table-two .el-table__fixed-right-patch {
  background-color: none !important;
}
.overall-table-two .el-table__cell {
  height: 32px;
  padding: 0;
}
.overall-table-two .cell {
  height: 32px;
  line-height: 32px;
}
.overall-table-two .cell-auto .cell {
  height: auto;
  width: 35px;
  margin: 0 auto;
  line-height: 24px;
  word-wrap: break-word;
  text-align: center;
}
.overall-table-two .cell-100 .cell {
  height: auto;
  line-height: 100%;
}
.overall-table-two .el-table__header th:not(.is-hidden):last-child {
  right: -1px;
}
.overall-table-two .el-table__row td:not(.is-hidden):last-child {
  right: -1px;
  /* border-left: 1px solid #2c4a70; */
}
.overall-table-one {
  border-top: 4px solid #c3ddf0 !important;
  border-left: none !important;
  border-right: none !important;
}
.overall-table-one .el-table__header th.el-table__cell {
  border-right: 1px solid #d3dce9 !important;
  border-bottom: 1px solid #d3dce9 !important;
}
.overall-table-one .el-table__header th.el-table__cell,
.overall-table-one .el-table__fixed-right-patch {
  background-color: none !important;
}
.overall-table-one .el-table__cell {
  height: 32px;
  padding: 0;
}
.overall-table-one .cell {
  height: 32px;
  line-height: 32px;
}
.overall-table-one .cell-auto .cell {
  height: auto;
  width: 35px;
  margin: 0 auto;
  line-height: 24px;
  word-wrap: break-word;
  text-align: center;
}
.overall-table-one .cell-100 .cell {
  height: auto;
  line-height: 100%;
}

/* 全局表格样式 */
.overall-table {
  border-top: 4px solid #DCE2EC !important;
  border-left: none !important;
  border-right: none !important;
}
.overall-table .el-table__header th.el-table__cell {
  border-bottom: 1px solid #d3dce9 !important;
}
.overall-table .el-table__header th.el-table__cell,
.overall-table .el-table__fixed-right-patch {
  background-color: none !important;
}
.overall-table .el-table__cell {
  height: 32px;
  padding: 0;
}
.overall-table .cell {
  height: 32px;
  line-height: 32px;
}
.overall-table .cell-auto .cell {
  height: auto;
  width: 35px;
  margin: 0 auto;
  line-height: 24px;
  word-wrap: break-word;
  text-align: center;
}
.overall-table .cell-100 .cell {
  height: auto;
  line-height: 100%;
}
.overall-table .el-table__header th:not(.is-hidden):last-child {
  right: -1px;
}
.overall-table .el-table__row td:not(.is-hidden):last-child {
  right: -1px;
  /* border-left: 1px solid #2c4a70; */
}
.el-table__fixed:last-child {
  border-right: none !important;
}
.el-table--border::after {
  width: 0px;
}

/* 全局 搜索查询条件 */
.overall-form {
  border: 1px solid transparent;
  text-align: left;
}
.overall-form .el-form-item {
  margin: 8px 9px 5px 0;
}
.overall-form .el-date-editor {
  width: 130px;
}
.overall-form .width-100 {
  width: 7vw;
}
.overall-form .box-1 {
  width: 15vw;
}
.overall-form .box-2 {
  width: 120px;
}
.overall-form .box-3 {
  width: 160px;
}
.overall-form .box-4 {
  width: 210px;
}
.overall-form .box-range {
  width: 240px;
  font-size: 12px;
}
.overall-form .query-btn,
.overall-form .clear-btn {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.overall-form .clear-btn {
  display: none;
}
.overall-form .el-icon-s-promotion {
  font-size: 23px;
  color: #1296db;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.overall-form-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* tabs 标签页 */
.el-tabs__header {
  margin: 0;
}

/* 表格内操作按钮 */
.overall-btn {
  padding: 4px;
}
.overall-btn:hover {
  color: #EE5555;
}
.default-btn {
  border: 1px solid #707070;
  color: #606266;
  font-size: 13px;
  font-weight: 400;
}
.default-btn:hover {
  background: #FFFFFF;
  border: 1px solid #447EEC;
  border-radius: 5px;
  font-weight: 400;
  color: #447EEC;
}
.sub-btn {
  padding: 4px;
}
.sub-btn:hover {
  color: #A6A6A6;
}
.sub-btn span {
  font-size: 14px;
  font-weight: 400;
}
.sub-btn span .el-icon-arrow-right {
  font-size: 14px;
  font-weight: 400;
}

/*  */
.clearfix .el-icon-back {
  font-size: 20px;
  float: left;
  color: #018dd6;
  cursor: pointer;
}
.clearfix .el-icon-back:hover {
  color: #e6a23c;
}
.clearfix .el-icon-arrow-left {
  font-size: 14px;
  cursor: pointer;
}
.clearfix .el-icon-arrow-left:hover {
  color: #447EEC;
}
.el-icon-search {
  font-size: 20px;
  line-height: 30px;
  float: left;
  color: #018dd6;
  cursor: pointer;
}
.el-icon-search:hover {
  color: #e6a23c;
}

/* 全局下拉选择框 */
li.el-select-dropdown__item {
  padding: 0 10px !important;
  text-align: left;
}
.el-transfer-panel .el-transfer-panel__item.el-checkbox {
  text-align: left;
}
.el-transfer-panel .el-transfer-panel__item.el-checkbox .el-checkbox__label {
  text-align: left;
}

/* tooltip 过长展示 */
.overall-max-tooltip {
  max-width: 50%;
}
.el-icon-back {
  color: #018dd6;
}
.el-icon-back:hover {
  color: #e6a23c;
}
.query-btn:hover {
  color: #e6a23c;
}
.el-descriptions .is-borde#ccc .el-descriptions-item__cell {
  border: 1px solid #EBEEF5;
  padding: 0.6% 1%;
  height: 4vh;
}
.overall-table .cell {
  height: 3vh;
  line-height: 3vh;
}
.overall-table .el-table__cell {
  height: 3.3vh;
  padding: 0;
}
.el-scrollbar__wrap {
  overflow: hidden scroll;
  margin-bottom: 0 !important;
}
.all-card {
  height: 100vh !important;
}
.all-card .el-tabs {
  height: 100vh !important;
}
.all-card .el-tabs .el-tabs__content {
  overflow: visible !important;
  padding-left: 32px;
  padding-right: 40px;
  background: #fff;
  height: 100vh !important;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0px 5px 10px 1px rgba(153, 153, 153, 0.1);
}
.all-card .el-tabs .el-tabs__item {
  height: 30px;
  line-height: 30px;
  background-color: #D8ECFC;
  box-shadow: 0px 5px 10px 1px rgba(153, 153, 153, 0.1);
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #60B1EF;
  padding: 0 1.9vw !important;
}
.all-card .el-tabs .el-tabs__item:hover {
  color: #ffffff !important;
  background: #9bd1fc !important;
}
.all-card .el-tabs .el-tabs__nav {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.all-card .el-tabs .el-tabs__item.is-active {
  border-bottom: unset !important;
  background: #FFFFFF;
  color: #38A2F3;
}
.all-card .el-tabs .el-tabs__header .el-tabs__nav {
  border: unset !important;
  border-radius: 0 5px 5px 5px;
}
.all-card .el-tabs .el-tabs__active-bar {
  background-color: unset !important;
}
.el-tabs__nav-wrap::after {
  background-color: unset !important;
}
.el-popup-parent--hidden {
  padding-right: 0 !important;
}
.el-button--primary {
  background-color: #4489FF;
  border-color: #4489FF;
}
.child-title {
  text-align: left;
}
.child-title .sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
.el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #38A2F3;
  border-color: #38A2F3;
  color: #FCFCFC;
}
.el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner:hover {
  color: #FCFCFC !important;
  background: #7dc7ff;
  border-color: #7dc7ff;
}
.el-radio-group .el-radio-button__inner:hover {
  color: #38a2f3 !important;
}
.el-checkbox-group .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background-color: #38A2F3;
  border-color: #38A2F3;
  color: #FCFCFC;
}
.el-checkbox-group .el-checkbox-button.is-checked .el-checkbox-button__inner:hover {
  color: #FCFCFC !important;
  background: #7dc7ff;
  border-color: #7dc7ff;
}
.el-checkbox-group .el-checkbox-button__inner:hover {
  color: #38a2f3 !important;
}
.el-table__body-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.table-pane {
  height: 100% !important;
}
.el-table thead.is-group th.el-table__cell {
  background: none !important;
}
.el-table__header > thead > tr > th {
  background: none !important;
}
.el-table__body .el-table__row.hover-row td {
  background-color: #E7F4FD !important;
}
.el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: none !important;
  border-right: none !important;
}
tbody .el-table__row td:last-child {
  border-right: none !important;
}
.el-table--scrollable-y .el-table__fixed-right {
  right: 7px !important;
}
.el-table--scrollable-y .el-table__fixed-right .el-table__fixed-header-wrapper table thead tr th:last-child {
  border-left: none !important;
}
.el-table--scrollable-y .el-table__fixed-right .el-table__fixed-body-wrapper table tbody tr td:last-child {
  border-left: none !important;
}
.el-table--scrollable-y thead th:not(.is-hidden):not(.gutter):last-child {
  border-left: 1px solid #d3dce9;
}
.el-table--scrollable-y .el-table__row td:not(.is-hidden):last-child {
  border-left: 1px solid #EBEEF5;
}
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar {
  height: 7px !important;
  width: 6px;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
  height: 12px !important;
  width: 8px;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.el-table__fixed-right {
  height: 100% !important;
}
.tables-10 {
  padding-top: 10px !important;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #75A6FA;
  border: 1px solid #75A6FA;
  font-weight: 400;
  color: #FCFCFC;
}
.el-dialog .el-dialog__header {
  text-align: left;
}
.el-dialog .el-dialog__body .el-button {
  width: 4vw;
  padding-left: 0.1vw;
  padding-right: 0.1vw;
}
.el-dialog .el-dialog__footer {
  text-align: center;
}
.el-dialog .el-dialog__footer .el-button {
  width: 4vw;
  padding-left: 0.1vw;
  padding-right: 0.1vw;
}
.delete-box .el-dialog .el-dialog__body {
  text-align: left;
}

/* 取消确认按钮位置更换 */
.el-message-box__wrapper .el-message-box__btns {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}
.el-message-box__wrapper .el-message-box__btns .el-button {
  margin-left: 10px;
  width: 4vw;
  padding-left: 0.1vw;
  padding-right: 0.1vw;
}
.el-button--primary {
  background: #38A2F3 !important;
  border-color: #38A2F3 !important;
  color: #FCFCFC;
}
.el-button--primary:hover {
  background: #7dc7ff !important;
  border: 1px solid #7dc7ff !important;
}
.el-tag--plain {
  border-color: #38a2f3;
  color: #38a2f3;
}
.el-tabs__content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.delete-btn,
.btn-custom-confirm {
  border-color: #C14F4F !important;
  background: #C14F4F !important;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #FCFCFC;
}
.delete-btn:hover,
.btn-custom-confirm:hover {
  background: #D87777 !important;
  border: 1px solid #D87777 !important;
  border-radius: 5px;
  font-weight: 400;
  color: #FCFCFC;
}
.el-button--default:not(.el-button--primary):not(.delete-btn):not(.login-btn):not(.el-aside .el-button) {
  border: 1px solid #707070;
  color: #606266;
  font-size: 13px;
  font-weight: 400;
}
.el-button--default:not(.el-button--primary):not(.delete-btn):not(.login-btn):not(.el-aside .el-button):hover {
  background: #FFFFFF;
  border: 1px solid #447EEC;
  border-radius: 5px;
  font-weight: 400;
  color: #447EEC;
}
.el-button--primary.is-disabled {
  background-color: #a0cfff !important;
  border-color: #a0cfff !important;
}

.right-resize[data-v-1120b018] {
	width: 5px;
	height: 100%;
	cursor: w-resize;
	background: #fafafa;
}
.right-resize i[data-v-1120b018] {
	margin-top: 300px;
	width: 5px;
	height: 35px;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 8px;
	border-radius: 5px;
	background: #ccc;
	color: #888;
}


html[data-v-1f798e1b],body[data-v-1f798e1b],#app[data-v-1f798e1b] {margin: 0; padding: 0; height: 100%;}
pre[data-v-1f798e1b]{margin: 0;white-space: pre-wrap;font-size: 14px; font-family: auto;}
.el-menu[data-v-1f798e1b] {box-sizing: border-box;border-right: 0;margin-right: 3px;}
.el-header[data-v-1f798e1b] {background-color: #409EFF; color: #333; line-height: 40px; text-align: right;height: 40px !important;}
.doc-body-box[data-v-1f798e1b]{
		overflow-x: hidden;overflow-y: auto;
		height: 91vh;
		padding: 10px;border-left: 1px solid #f1f1f1; box-sizing: border-box;
}
.el-tree[data-v-1f798e1b]{margin-right: 3px;}
.logo[data-v-1f798e1b]{
		/*background: #409EFF; cursor: pointer;*/
		border-bottom: 1px solid #f1f1f1;
		overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 5px 10px;
		width: 100%; height:40px;line-height:40px;font-size: 25px;color: #666;text-align: center;
}
.icon-collapse[data-v-1f798e1b]{float: left;font-size: 25px;color: #aaa;cursor: pointer;position: fixed;}
.icon-collapse[data-v-1f798e1b]:hover{color: #ccc;}
	/*评论*/
.comment-box .head[data-v-1f798e1b]{
		float: left;background-color: #ccc;border-radius: 50%;margin-right: 10px;
		width: 45px; height: 45px; line-height: 45px;text-align: center;color: #fff;
}
	/* .build-info{
		bottom: 0;left: 0;background: #fafafa;width: 240px;text-align: center;
		padding: 5px 0;color: #aaa;font-size: 12px;
	}
	.build-info a{color: #4183c4;cursor: pointer;text-decoration:none;} */
.el-aside[data-v-1f798e1b]{
 	margin-left: -20px;
    margin-top: -10px;
	overflow-x: hidden;
}
.el-input-group[data-v-1f798e1b]{
		width: 93%;
}
.box-card[data-v-1f798e1b]{
		height: 98vh !important;
}
[data-v-1f798e1b] .el-autocomplete-suggestion.el-popper{
		width: auto !important;
		max-width: 70vh;
		text-align: left;
}
[data-v-1f798e1b] .el-autocomplete-suggestion >.el-scrollbar > .el-autocomplete-suggestion__wrap.el-scrollbar__wrap{
		margin-bottom: -5px !important;
}


html[data-v-563a6c6b],body[data-v-563a6c6b],#app[data-v-563a6c6b] {margin: 0; padding: 0; height: 100%;}
pre[data-v-563a6c6b]{margin: 0;white-space: pre-wrap;font-size: 14px; font-family: auto;}
.el-menu[data-v-563a6c6b] {box-sizing: border-box;border-right: 0;margin-right: 3px;}
.el-header[data-v-563a6c6b] {background-color: #409EFF; color: #333; line-height: 40px; text-align: right;height: 40px !important;}
.doc-body-box[data-v-563a6c6b]{
		overflow-x: hidden;overflow-y: auto;
		height: 91vh;
		padding: 10px;border-left: 1px solid #f1f1f1; box-sizing: border-box;
}
.el-tree[data-v-563a6c6b]{margin-right: 3px;}
.logo[data-v-563a6c6b]{
		/*background: #409EFF; cursor: pointer;*/
		border-bottom: 1px solid #f1f1f1;
		overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 5px 10px;
		width: 260px; height:40px;line-height:40px;font-size: 25px;color: #666;text-align: center;
}
.icon-collapse[data-v-563a6c6b]{float: left;font-size: 25px;color: #aaa;cursor: pointer;position: fixed;}
.icon-collapse[data-v-563a6c6b]:hover{color: #ccc;}
	/*评论*/
.comment-box .head[data-v-563a6c6b]{
		float: left;background-color: #ccc;border-radius: 50%;margin-right: 10px;
		width: 45px; height: 45px; line-height: 45px;text-align: center;color: #fff;
}
	/* .build-info{
		position: fixed;bottom: 0;left: 0;background: #fafafa;width: 240px;text-align: center;
		padding: 5px 0;color: #aaa;font-size: 12px;
	}
	.build-info a{color: #4183c4;cursor: pointer;text-decoration:none;} */
.box-card[data-v-563a6c6b]{position: fixed;width: 95.1%;}
.el-aside[data-v-563a6c6b]{
	/* position: relative; */
 	margin-left: -20px;
    margin-top: -15px;
	height: 96vh;
}
[data-v-563a6c6b] .el-autocomplete-suggestion.el-popper{
		width: auto !important;
		max-width: 70vh;
		text-align: left;
}
[data-v-563a6c6b] .el-autocomplete-suggestion >.el-scrollbar > .el-autocomplete-suggestion__wrap.el-scrollbar__wrap{
		margin-bottom: -5px !important;
}


html[data-v-20312122],body[data-v-20312122],#app[data-v-20312122] {margin: 0; padding: 0; height: 100%;}
.share-mobile-layout[data-v-20312122]{height: 100%;}
.popup-module .header[data-v-20312122]{width:100%;height:46px;}
.popup-module .main[data-v-20312122]{position:absolute;top:46px;bottom: 0;right:0;left:0;overflow:auto;}
.popup-module .footer[data-v-20312122]{width:100%;height:26px;position:fixed;bottom:0}
pre[data-v-20312122]{margin: 0;white-space: pre-wrap;font-size: 14px; font-family: auto;}
.el-menu[data-v-20312122] {box-sizing: border-box;border-right: 0;margin-right: 3px;}
.el-header[data-v-20312122] {background-color: #409EFF; color: #333; line-height: 40px; text-align: right;height: 40px !important;}
.doc-body-box[data-v-20312122]{
	overflow-x: hidden;overflow-y: auto;width: 100%;
	padding: 10px;border-left: 1px solid #f1f1f1; box-sizing: border-box;
}
.el-tree[data-v-20312122]{margin-right: 3px;}
.logo[data-v-20312122]{
	/*background: #409EFF; cursor: pointer;*/
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis; padding: 5px 10px;
	width: 260px; height:40px;line-height:40px;font-size: 25px;color: #666;text-align: center;
}
.icon-collapse[data-v-20312122]{float: left;font-size: 25px;color: #aaa;cursor: pointer;position: fixed;}
.icon-collapse[data-v-20312122]:hover{color: #ccc;}
/*评论*/
.comment-box .head[data-v-20312122]{
	float: left;background-color: #ccc;border-radius: 50%;margin-right: 10px;
	width: 45px; height: 45px; line-height: 45px;text-align: center;color: #fff;
}
.build-info[data-v-20312122]{
	text-align: center; padding: 5px 0;color: #aaa;font-size: 12px; margin: 10px 0;
}
.build-info a[data-v-20312122]{color: #4183c4;cursor: pointer;text-decoration:none;}


.page-share-home-vue .empty-news{text-align: center;padding: 100px;}
.page-share-home-vue .text-link {
	color: #444;
}
.page-share-home-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.page-share-home-vue .line-title{font-size: 14px;}
.page-share-home-vue .page-preview-box{}
.page-share-home-vue .page-preview-title{cursor: pointer;font-size: 20px;margin: 10px 0 5px 0;color: #3a8ee6;}
.page-share-home-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.page-share-home-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.page-share-home-vue .view-img{font-size: 16px;color: #666;}
.page-share-home-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}


.page-search-vue .empty-news{text-align: center;padding: 100px;}
.page-search-vue .text-link {
	color: #444;
	/*cursor: pointer;*/
	/*font-weight: bold;*/
}
.page-search-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.page-search-vue .line-title{font-size: 14px;}
.page-search-vue .page-preview-box{}
.page-search-vue .page-preview-title{font-size: 18px;margin: 10px 0 5px 0;color: #3a8ee6;cursor: pointer;}
.page-search-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.page-search-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.page-search-vue .view-img{font-size: 16px;color: #666;}
.page-search-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}


.mg-editor-box {
	overflow: auto;
}
.mg-editor-box .user-input {
	width: 1px;
	height: 1px;
	font-size: 1px;
	background: transparent;
	opacity: 0;

	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	        appearance: none;
	border: none;
	resize: none;
	outline: none;
	overflow: hidden;
	padding: 0 1px;
	margin: 0 -1px;
	contain: strict;
	-moz-user-select: text;
	-webkit-user-select: text;
	user-select: text;
	white-space: pre !important;
}

.mg-editor-box .mg-editor-cursor {
	display: block;
	top: 42px;
	left: 202px;
	width: 7px;
	height: 14px;
	color: #F8F8F0;
	opacity: 0.2;
	z-index: 4;
	position: absolute;
	box-sizing: border-box;
	border-left: 2px solid;
	animation-duration: 1000ms;

	animation-timing-function: step-end;
	animation-name: blink-ace-animate;
	animation-iteration-count: infinite;

	transform: translatez(0);
}

@keyframes blink-ace-animate {
	from, to {opacity: 1;}
	60% {opacity: 0;}
}

@keyframes blink-ace-animate-smooth {
	from, to {opacity: 1;}
	45% {opacity: 1;}
	60% {opacity: 0;}
	85% {opacity: 0;}
}


.mg-editor {
	padding: 10px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	cursor: text;
	background: #272822;
	color: #fff;
}

.mg-editor:focus {
	outline: none;
}

.mg-editor:empty::before {
	content: attr(placeholder);
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding-top: 10px;
}

.mg-editor-toolbar {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	padding: 5px 6px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dee0e3;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	box-shadow: 0 6px 24px 0 rgba(31, 35, 41, .1);
}

.mg-editor-toolbar .iconfont {
	padding: 5px;
	font-size: 24px;
	cursor: pointer;
}


.mg-editor .list-code {
	font-size: 14px !important;
	line-height: 1.68 !important
}

.mg-editor .list-code code {
	border: 1px solid #dee0e3;
	display: block;
	background-color: #f5f6f7;
	line-height: 1.5;
	padding: 6px 8px 3px 45px;
	font-size: 14px;
	word-break: break-word;
	margin: 5px 0;
}

.mg-editor .list-code code .list-code-span {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.5;
}

.mg-editor .list-code code:before {
	content: attr(start);
	display: inline-block;
	font-size: 14px;
	text-align: right;
	direction: rtl;
	text-overflow: ellipsis;
	overflow: visible;
	white-space: nowrap;
	width: 0;
	margin-left: -11px;
	padding-right: 11px;
	font-weight: 400;
	background-color: transparent;
	line-height: 1.5;
	color: #8f959e;
	vertical-align: bottom;
}

.mg-editor .list-code code + code {
	border-top: none;
	margin-top: -9px;
}

.mg-editor .ace-editor .list-code code:before {
	left: 4px;
}

/*Hn样式-S-*/
/*我很懒，样式都是抄的*/
.mg-editor .head-h1, .mg-editor .head-h2, .mg-editor .head-h3, .mg-editor .head-h4, .mg-editor .head-h5, .mg-editor .head-h6, .mg-editor .head-h7, .mg-editor .head-h8, .mg-editor .head-h9 {
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.65
}

.mg-editor .head-h1 {
	font-size: 26px;
	margin-bottom: 10px
}

.mg-editor .head-h1 .collapsable-section-handle {
	font-size: 26px
}

.mg-editor .head-h2 {
	font-size: 22px;
	margin-bottom: 8px
}

.mg-editor .head-h2 .collapsable-section-handle {
	font-size: 22px
}

.mg-editor .head-h3 {
	font-size: 20px;
	margin-bottom: 8px
}

.mg-editor .head-h3 .collapsable-section-handle {
	font-size: 20px
}

.mg-editor .head-h4 {
	font-size: 18px;
	margin-bottom: 8px
}

.mg-editor .head-h4 .collapsable-section-handle {
	font-size: 18px
}

.mg-editor .head-h5,.mg-editor .head-h6,.mg-editor .head-h7,.mg-editor .head-h8,.mg-editor .head-h9 {
	font-size: 16px;
	margin-bottom: 6px
}

.mg-editor .head-h5 .collapsable-section-handle,.mg-editor .head-h6 .collapsable-section-handle,.mg-editor .head-h7 .collapsable-section-handle,.mg-editor .head-h8 .collapsable-section-handle,.mg-editor .head-h9 .collapsable-section-handle {
	font-size: 16px
}

/*Hn样式-E-*/

.mg-editor .bold {
	font-weight: bold;
}

.mg-editor .strikethrough {
	text-decoration: line-through;
}

@font-face {
	font-family: "iconfont";
	src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAzgAAsAAAAAHHgAAAyQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFVgqnIJ81ATYCJANsCzgABCAFhG0HghUbihcz0s3RqnZk/9UBbxjPvImD1hEhmkgkcf1tFr58DJK1y3Mn5uYUPc7dBMPgkn3/52pKMQiOfR8PPJf7d7vBk8M4oDYlFCVwL1rTIpiigR51PM3Zz9pbiygWQxZJ0JKlmoNgUk8qGiqBmgaqyxl2dx8LUkWqocL9ijqcuBMAg3Nl8uN248ADoBoq1HREr0aSsJFLLD1i+8xqxHXyQWB4LfKg72vTFCg0zB6mUDlvT/bSbvg2n646hf5v7X919osKMHj7ISGJZqES+s763L3PZHCVikczaRoKVA6NHxErmVwJKQPx9NtywAricC1iS3hm/HmXJwCqzBJgg5slLmCQIggYYvmgrBSYnA9pSQ8wTqQ5bQywM6Aw4YesuwBO6sMHf0gNGAAhKgLRFc29ufPA+SnxqYmQ9osZhAQkOYHumUAE9IAYBEdtyzUQS95TNqfrnzQDQMqBMHjJfmoaHJQEHh/HaWvojiOQ/GceQmOwODwZOQUlFTUNLR29IMFChAoDQQqiweuAYEKvDihVWpcAlLouISgNsKEFgA4AegAYAGACgBkAFjyqYAX4YQOAHQAOADgB4AKAGwDcAeABAE8AeAHAGwA+APAFgB8A/OFoAetp6QMzgPQLIFuBKOknHGHsIFJOZpriKNQ0Gq1wWPjYurFCsOAQ4oRwQkgVTJygE4wsWx7DalkuP4nj4PELinCFThHVdJrUmMyqQjMmOy2MRoE7CNKrUsXpcowZmxcKkIW0OK4hcTxr6aC0gTXQOSjGaLjNwCp3YSy7dAq4s84s2/W/QIoL8P5mmpna/sD8FgE1Z1hmGzuCA63oANsv3uy3BQpNYTSF1bjwmHtMinlwr8e1WsbQNmJrr3dYu/sfdIS0lQ9L8/ly7QH/8M5lmoiTPcSWVSfREIC7bsRObrJlvEugo1SYU/PaKcbVD7j40+V7j3406cqGdbx2q7R9wI79YhtWTZWPIJndNS5jBCx2wHRPsaQ+CFxjh1VXP5ZvaPOf5b85/Grgv6XK5118wtkU2yzXbaZ9KdZGVUsMplyb5qdxrlXf6t7V8e5sJ7sNrToXhlb42tpUHrusSQes+uPmY85txdBiCfS6J3SUfyA52z8K/SF9kbrb9XWdRXfuOqy6xo6evI7p7fUWvuFMimm29fzas2dPHbfSwNMcgQPRKAf8849lx+9pixvarU+zqbV73CE/o9dPq7/tn8xR6HqLJrqDPA69/hqloOyha01P+a/8c2qfzf7718X/JwUKtaHn2xRub8eb9sBAVM+l526/QpFJ09tMxO3aM4Ssw6w2gCkZhIQoLgpj4fpVIOkkUliB9pMLlbpjfFisFBWGaYvT5PzbG0a0CwuF1UofVFzyjKkH0tLQmAC/tRUAo4/AV7WFHpG5FcGt655OvwsKr+SCLrdJTf86FxWK4uoNz+oprwnoX5Xnu8dzDraPlZ/c4+Ye2upVtcrwE7EaPwroWkiolda14eDkNvH42K9nT+NcF5+O+d6fHQ7tyAns+/doIH7y1sG5tcrA8b3+dfiw/yw6wNMEV9iW3HDv/8euQ7T3za5WxG+GfnOmO5GPNNNh28CPQHrm9gf0xPYAuIOt//dP+pAdIMErBYCCU3BHf1r5mvnRyXreoPzBt1vOi5BOJqD056MU9Q2rvrFSIKxElWIcaEeR7ydf8HMVyq/xkfY/dXni2yVT59+cpf9z9a19Ef4E9UbbUHv6R9HY3YzKjnNGof3OKMrwj1xuv0TVLfyOKN+sAQWu8TuodUOqk4I8YJBq+0tF+xVKbEdi0mi6yvwacT73FNz6G+cDNeLQEnEhxtzKPQg66q0PXeed4EXNOIBCryoeSM/Q2GidOLkQR2M+7WNiWHfxnkMGbMdNG+7rXusPqAZFpWIYXa1k2jNWBi0HpH1oOKqgtf02K2KpMnQ2+KlRVjKq/tC6dFqz3lOtp6g0hCzvf7dMn/pdcsySxTXL++DrgPVHVD0ualy1lDUMxoVUo4HpQyZQdnpithBB2lAZ5RDmsWrx/4NDuc7aLn8oFvKuk979YD8RQaUsJ5dlx51OPRXEUV4UmX4pUChkC+rQfbBqLC5SyUiH2389M0YvOpyJ1Krn5aYdnOCkRejktPijhyHRH2MnD06KqhT0WMAgu+lTWnr4ToHyUQpqrbOp/svf+M7cx0VJeMzDriFb5FHDXkWfAhFXt32dRgtU2cjF7pcmNfQg8NxYffKI/Er3kJS+v9VOfCiyIi+RvzZZa4k61hl+4vPlSQc2vPJMGL8XeSnrFdkCEio5JfuHIfhcuXwB7ch5NcGs4tnzfxQaxOcKVuQXpTijTKoczcy8Fen4BePHWUQalfFRpFxlYd+/8VzfI8pLJm5Ij5FS6EX6Smuzc+2Wfx5M1z3S4B8mrFF6e2m5QtmZ3GCx0eLSu5u6w1K+S+rXf534bfw7ie/o/ZrdSceFVvme2b9HeT0zq3Ti1NivEj/wgnwOFkwnUVnExD06U/Lfwed+LzKIn/z4r2ctaY8PGsiMn4b9kqEBLgBj04Tp2pmRxUnlxtVT8/q+Zs+yNu609FXGxf6LF8/KZGdLoPNiZ9jJbfZtJ6H56ZRE9Uzdv+NMr5flDobKc6WBcDtK9tc6CkcWjrLY3mgZz9TSYXS7R768Rr1DtcyEKziHuXyzyyB3bkIgaa5hqHSje2Lo0O/uLhifA+McOoKGsrPzh89NH7pXU128V5v78f30l4tjMs/bto1ZEb7SfwEmAUiQvdjP3zNbgriRad55+VPl7IxHjpe/tKIwpB3a5uFOaW+yZCfHU/MpnN+vcN0cyNaD1hm2HKX9FTK7sJN73wn1gH1ULNfXk2GcGax7N38Yz6rYhoUNrH7MeDtFoA64ZRpnHkejxEprJx9LeZ3J2v3wfW2mBnYb26APjrzqvSGrSBM9fk04scBkT0De9UFs8O+he4e+j3esuKO4vYPvHDW4OX1T43aHoVFlSBc9wqCr8mGA+VSgwl9l9EfHm1kaKC+/eNH98svLllZUBOYvpbioqzuVB9WnSbS6UFmwceqy/2+STx0l2/TSpAWho54Nz/sfXfxxCb1j2rKfl8PsF6nmpN81PpczbVnnGLNb7hQt4+QTu9wLrPGf+uUV04emxkkqtvuBpdOckz3DpuzxgEX5NOYuowQ8cAU9ATaw2TKzDQsLO94qGjMrF4vl7LhFb6Eaj9nTTr8FixVVpRgyArxvPSWHM3tqWtLUolptVnMC+LDFztTQ4ahmuZ3uUP231/0i0jWo0IEWUTtWBcQTb6ZZaplZEXwa6HRHv4p0Lb4OWq2DatEvyCnjpwVvfe6lYWzkhjcTvbYaiXdTK8kxyLOE9l3MbEAYkZvjfJg93Jno0HjpEtQfuFwL9r94Zm4zE2Lhzj2el4rKXljoKNzriuDTnWcxwz+OaEHoy+GFQZOp63B7n8jbc3MU4vGHoky88HC5v9xseU7V4S2HRVlOJI9annhor5TDm8gR5fbxup89lVRJA1VN/4zqUMn/UBssCnwqzhiCfHRItG2jY9XaEZus0SHFG4hKSbpXEF9hrOhuZE1cV3O5oSJ+yvohUQnrBxdhuLelp4sz8K83TzZW2qbcS0r5/Ggih7NuYl7e+7VhIyuElA8Nmwf3PwBA1OC9Kjo7uqphpNmo0iXj72ca8Cst4/HLZE/Cbzt60cg049cWsAhDpt7WjAS8ekH417Sdiz+po/32OhyIv+Wfmq10/Mrw/46t99Y/WbzykeDfiwEcoKv90tI8pyEnRuQ3kKO/P1X3XNUArYC64wDAxW0BBsO2Gnjv+Bx6byXjTE7rUhxoMFECGBAkMjqBUsCDSBEwkEE5iIf8M/OghZVAAEayAGCDl1oUAxUcpjgo4AIlQAX3JDL6XUpBEHxLEagwgnIwCdOeJw8xmDSNrzG0wClzUclS55OgjBdDfiEcquZNQ5X9gYfURa0Xq2KfPTqwxAmGY9iIeOWZmtq1rgy1kuqZMqwsoki/XS697gYWltpofI2hBU6ZS1YxWer8imVcev9fCIeq2TLBccU/8JB2XK0XKw9pb3deEzyW4Ydj2EggvEpHZ2pqFwjUuCepXn+oDCuLWKN7v10GM/K+9mL/jvZ6bALV6HliDeAoNAaLwxOIJDKFSqOjRoMWHXqCCCaEUMIwYBQybhKyJs+kIy/klbyRd/Ix7CeaQ+zA9+mpKgRPRttiqRJPqvYNV9Mgs0OX28+jjbDF0Pm2dYCu3DZiPB06ExudAhNdU+gsOgE/9S+gwsvYVLLl/0CC+yRVPjvWW5z2iDJOXa1tLDnMV8pevCMAAAA=') format('woff2'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-h2:before {
  content: "\e503";
}

.icon-h1:before {
  content: "\e504";
}

.icon-h3:before {
  content: "\e505";
}

.icon-hn:before {
  content: "\e506";
}

.icon-h4:before {
  content: "\e507";
}

.icon-h5:before {
  content: "\e508";
}

.icon-h6:before {
  content: "\e509";
}

.icon-h7:before {
  content: "\e50b";
}

.icon-h8:before {
  content: "\e50c";
}

.icon-h9:before {
  content: "\e50d";
}

.icon-bold:before {
  content: "\e50e";
}

.icon-delete:before {
  content: "\e50f";
}

.icon-backcolor:before {
  content: "\e510";
}

.icon-orderedlist:before {
  content: "\e511";
}

.icon-unorderedlist:before {
  content: "\e512";
}

.icon-checkbox:before {
  content: "\e513";
}

.icon-link:before {
  content: "\e514";
}

.icon-more:before {
  content: "\e515";
}

.icon-underline:before {
  content: "\e516";
}

.icon-aligncenter:before {
  content: "\e517";
}

.icon-alignleft:before {
  content: "\e518";
}

.icon-blockquote:before {
  content: "\e519";
}

.icon-italic:before {
  content: "\e51a";
}

.icon-alignright:before {
  content: "\e51b";
}

.icon-inlinecode:before {
  content: "\e51c";
}

.icon-inlinecodelist:before {
  content: "\e51d";
}



.create-space-vue .empty-news{text-align: center;padding: 100px;}
.create-space-vue .text-link {
	color: #444;
	/*cursor: pointer;*/
	/*font-weight: bold;*/
}
.create-space-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.create-space-vue .line-title{font-size: 14px;}
.create-space-vue .page-preview-box{}
.create-space-vue .page-preview-title{font-size: 18px;margin: 10px 0 5px 0;color: #3a8ee6;cursor: pointer;}
.create-space-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.create-space-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.create-space-vue .view-img{font-size: 16px;color: #666;}
.create-space-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}


.home-vue .empty-news{text-align: center;padding: 100px;}
.home-vue .text-link {
    color: #444;
    /*cursor: pointer;*/
    /*font-weight: bold;*/
}
.home-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.home-vue .line-title{font-size: 14px;}
.home-vue .page-preview-box{}
.home-vue .page-preview-title{cursor: pointer;font-size: 20px;margin: 10px 0 5px 0;color: #3a8ee6;}
.home-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.home-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.home-vue .view-img{font-size: 16px;color: #666;}
.home-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}


.my-info-vue{}
.my-info-vue .box-card{margin: 10px;}


.navigation {
	width: 100%;
}
.navigation-heading {
	position: fixed;
	z-index: 4;
	top: 150px;
	max-height: calc(100vh - 250px);
	width: 100%;
	overflow-y: auto;
	padding-left: 16px;
	box-sizing: border-box;
}
.navigation-heading .heading-item {
	padding: 5px 0;
	cursor: pointer;
	color: #646a73;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.navigation-heading .heading-item:hover {
	color: #3370ff;
}
.navigation-heading .heading-1 {
	padding-left: 0;
}
.navigation-heading .heading-2 {
	padding-left: 16px;
}
.navigation-heading .heading-3 {
	padding-left: 32px;
}
.navigation-heading .heading-4 {
	padding-left: 48px;
}
.navigation-heading .heading-5 {
	padding-left: 64px;
}
.navigation-heading .heading-6 {
	padding-left: 80px;
}


/* @import "../../common/lib/wangEditor.css"; */
/*覆盖样式*/
.page-show-vue {height: 100%;overflow: hidden;}
.page-show-vue .icon-collapse{float: left;font-size: 25px;color: #aaa;margin-top: 8px;cursor: pointer;}
.page-show-vue .icon-collapse:hover{color: #eee;}
.page-show-vue .wiki-title{font-size: 20px;text-align: center;font-weight: bold;}
.page-show-vue .create-user-time{margin-right: 20px;}
.page-show-vue .wiki-author{font-size: 14px;color: #888;padding: 20px 0;height: 40px;line-height: 40px;}
.page-show-vue .wiki-page-content img{cursor: pointer;max-width: 100%;}
.page-show-vue .wiki-page-content img:hover{box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);}
.page-show-vue .upload-page-file .el-upload-list{display: none;}
.page-show-vue .is-link{color: #1e88e5;cursor: pointer;}
/*编辑框高度*/
.page-show-vue #newPageContentDiv .w-e-text-container{height: 600px !important;}
/*评论*/
.page-show-vue .head{
	float: left;background-color: #ccc;border-radius: 50%;margin-right: 10px;
	width: 45px; height: 45px; line-height: 45px;text-align: center;color: #fff;
}
.page-show-vue .el-tabs__header{
	margin: 0;
}
.page-show-vue .el-tabs__nav-wrap{
	padding: 0 20px;
}
.page-show-vue .close-action-tab{
	position: absolute;right: 15px;top: 12px;cursor: pointer;z-index: 1;
}
.page-show-vue .action-tab-box{
	height: calc(100vh - 120px);overflow: auto;padding: 20px 10px;
}
.page-show-vue .action-box-empty{
	text-align: center;padding-top: 30px;color: #888;font-size: 14px;
}
.page-show-vue .history-item{
	height: 55px;line-height: 25px;cursor: pointer;vertical-align: middle;
}
.page-show-vue .history-loading-status{
	margin-left: 5px;color: #67c23a;
}
.page-show-vue .history-loading-status.el-icon-circle-close{
	color: #f56c6c;
}
.page-show-vue .el-timeline{
	padding-inline-start: 0;
}
.page-show-vue .comment-user-name{
	margin-bottom: 10px;
}
.page-show-vue .comment-content{
	padding: 0;color: #666;margin: 0;white-space: pre-wrap;word-wrap: break-word;line-height: 20px;
}
.page-show-vue .comment-input-box{
	position: absolute;bottom: 0;width: 100%;background: #fff;border-top: 1px solid #f1f1f1;
}
.page-show-vue .comment-input-box textarea{
	resize: none;width: 100%;box-sizing: border-box;border: 0;outline:none !important;padding: 10px;
}
.page-show-vue .comment-card .comment-user-name .el-icon-delete{
	color: #888;font-size: 13px;cursor: pointer;float: right;display: none;
}
.page-show-vue .comment-card .comment-user-name .el-icon-delete{
	color: #888;font-size: 13px;cursor: pointer;float: right;display: none;
}
.page-show-vue .comment-card:hover .comment-user-name .el-icon-delete{
	display: inline-block;
}
.mobile-qr{width: 250px; height: 250px; border: 1px solid #ccc;display: inline-block;border-radius: 4px;margin-bottom: 10px;padding: 5px;}
.page-show-vue{position: fixed;width: 78.1%;height: 88vh;overflow-y: auto;}
.wiki-page-content{
	text-align: left;
}
video{
	width: 70%;
}


.wang-editor-box {
	background-color: #f5f5f5;
}
.wang-editor-box .top-container {
	border-bottom: 1px solid #e8e8e8;
	padding-left: 30px;
}
.wang-editor-box .editor-toolbar {
	width: 1200px;
	background-color: #FCFCFC;
	margin: 0 auto;
}
.wang-editor-box .editor-toolbar-box {
	border-bottom: 1px solid #e8e8e8;
	background-color: #FCFCFC;
}
.wang-editor-box .editor-toolbar-box.fix-top {
	/*position: fixed;*/
	/*top: 40px;*/
	/*z-index: 1;*/
	/*text-align: center;*/
	/*background: #fff;*/
	/*width: 100%;*/
}
.wang-editor-box .wang-editor-content {
	padding: 20px 0;
	overflow: auto;
	height: calc(100vh - 223px);
}
.wang-editor-box .editor-container {
	width: 850px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 50px 50px 50px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
}
.wang-editor-box .title-container {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.wang-editor-box .title-container input {
	font-size: 30px;
	border: 0;
	outline: none;
	width: 100%;
	line-height: 1;
}
.wang-editor-box .editor-text-area {
	margin-top: 20px;
	min-height: 600px;
}


.page-edit-vue .icon-collapse {
	float: left;
	font-size: 25px;
	color: #aaa;
	margin-top: 8px;
	cursor: pointer;
}
.page-edit-vue .icon-collapse:hover {
	color: #eee;
}
.page-edit-vue .wiki-title {
	font-size: 20px;
}
.page-edit-vue .wiki-author {
	font-size: 14px;
	color: #888;
	padding: 20px 0;
	height: 40px;
	line-height: 40px;
}
.page-edit-vue .wiki-content {
	font-size: 14px;
}
.page-edit-vue .wiki-content.w-e-text {
	overflow-y: auto;
}
.page-edit-vue .upload-page-file .el-upload-list {
	display: none;
}
.page-edit-vue .is-link {
	color: #1e88e5;
	cursor: pointer;
}

/*编辑框高度*/
.page-edit-vue #newPageContentDiv .w-e-text-container {
	height: 100% !important;
}

/*评论*/
.page-edit-vue .comment-box .head {
	float: left;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}
.page-edit-vue .page-content-editor {
	padding: 10px 0;
}
.page-edit-vue .page-title-input {
	padding-bottom: 10px;
}
.space-manage-vue .empty-news[data-v-b01a9d78] {
  text-align: center;
  padding: 100px;
}
.space-manage-vue .text-link[data-v-b01a9d78] {
  color: #444;
  /*cursor: pointer;*/
  /*font-weight: bold;*/
}
.space-manage-vue .line-box[data-v-b01a9d78] {
  color: #666;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.space-manage-vue .line-title[data-v-b01a9d78] {
  font-size: 14px;
}
.space-manage-vue .page-preview-title[data-v-b01a9d78] {
  font-size: 18px;
  margin: 10px 0 5px 0;
  color: #3a8ee6;
  cursor: pointer;
}
.space-manage-vue .page-preview-content[data-v-b01a9d78] {
  font-size: 16px;
  margin-bottom: 5px;
}
.space-manage-vue .zan-img[data-v-b01a9d78] {
  vertical-align: middle;
  margin-top: -3px;
}
.space-manage-vue .view-img[data-v-b01a9d78] {
  font-size: 16px;
  color: #666;
}
.space-manage-vue .page-info-box[data-v-b01a9d78] {
  text-align: right;
  margin: 20px 0 50px 0;
}
.space-manage-vue .favorite-icon[data-v-b01a9d78] {
  cursor: pointer;
  font-size: 20px;
}
.space-manage-vue .favorite-icon.el-icon-star-on[data-v-b01a9d78] {
  color: #E6A23C;
  font-size: 24px;
}
[data-v-b01a9d78] .current-tables {
  border-top: 4px solid #DCE2EC !important;
  border-left: none !important;
}
[data-v-b01a9d78] .img-style {
  width: 17px;
  display: inline-block;
  vertical-align: bottom;
}
[data-v-b01a9d78].handle-btn {
  color: #4D4D4D !important;
}
[data-v-b01a9d78].handle-btn :hover {
  color: #447EEC !important;
}
[data-v-b01a9d78].overall-table-one .el-table__header-wrapper thead tr th {
  border-right: none !important;
}
.delete-box[data-v-b01a9d78] .el-dialog .el-dialog__header, .delete-box[data-v-b01a9d78] .el-dialog .el-dialog__body {
  text-align: left;
}
.delete-box[data-v-b01a9d78] .el-dialog .el-dialog__footer {
  text-align: center;
}

.space-manage-vue .empty-news{text-align: center;padding: 100px;}
.space-manage-vue .text-link {
	color: #444;
	/*cursor: pointer;*/
	/*font-weight: bold;*/
}
.space-manage-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.space-manage-vue .line-title{font-size: 14px;}
.space-manage-vue .page-preview-box{}
.space-manage-vue .page-preview-title{font-size: 18px;margin: 10px 0 5px 0;color: #3a8ee6;cursor: pointer;}
.space-manage-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.space-manage-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.space-manage-vue .view-img{font-size: 16px;color: #666;}
.space-manage-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}
.space-manage-vue .favorite-icon{cursor: pointer; font-size: 20px;}
.space-manage-vue .favorite-icon.el-icon-star-on{color: #E6A23C; font-size: 24px;}



.page-share-home-vue .empty-news{text-align: center;padding: 100px;}
.page-share-home-vue .text-link {
	color: #444;
}
.page-share-home-vue .line-box{color: #666;border-bottom: 1px solid #eee;padding: 20px 0;}
.page-share-home-vue .line-title{font-size: 14px;}
.page-share-home-vue .page-preview-box{}
.page-share-home-vue .page-preview-title{cursor: pointer;font-size: 20px;margin: 10px 0 5px 0;color: #3a8ee6;}
.page-share-home-vue .page-preview-content{font-size: 16px;margin-bottom: 5px;}
.page-share-home-vue .zan-img{vertical-align: middle;margin-top: -3px;}
.page-share-home-vue .view-img{font-size: 16px;color: #666;}
.page-share-home-vue .page-info-box{text-align: right;margin: 20px 0 50px 0;}


/* @import "../../../../../../common/lib/wangEditor.css"; */
.page-share-view-vue .wiki-title[data-v-7eeb8a47]{font-size: 20px;text-align: center;}
.page-share-view-vue .wiki-author[data-v-7eeb8a47]{font-size: 14px;color: #888;padding: 20px 0;height: 40px;line-height: 40px;}
.page-share-view-vue .wiki-page-content img[data-v-7eeb8a47]{cursor: pointer;max-width: 100%;}
.page-share-view-vue .wiki-page-content img[data-v-7eeb8a47]:hover{box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);}
.page-share-view-vue .upload-page-file .el-upload-list[data-v-7eeb8a47]{display: none;}
.page-share-view-vue .is-link[data-v-7eeb8a47]{color: #1e88e5;cursor: pointer;}
/* .wiki-page-content{height: 74vh;} */
/* .mark-down-body{overflow-y: auto; overflow: hidden;} */
.wang-editor-body[data-v-7eeb8a47]{
	text-align: left;
}
p[data-v-7eeb8a47]{text-align: left;}
h1[data-v-7eeb8a47],h2[data-v-7eeb8a47],h3[data-v-7eeb8a47],h4[data-v-7eeb8a47],h5[data-v-7eeb8a47],h6[data-v-7eeb8a47]{text-align: left;}
.markdown-body[data-v-7eeb8a47]{height: auto;overflow-y: auto;text-align: left;}
video[data-v-7eeb8a47]{
	width: 70%;
}


/* @import "../../../../common/lib/wangEditor.css"; */
.page-share-view-vue{}
.page-share-view-vue .wiki-title{font-size: 20px;text-align: center;}
.page-share-view-vue .wiki-author{font-size: 14px;color: #888;height: 40px;line-height: 40px;}
.page-share-view-vue .wiki-page-content img{cursor: pointer;max-width: 100%;}
.page-share-view-vue .wiki-page-content img:hover{box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);}
.page-share-view-vue .upload-page-file .el-upload-list{display: none;}
.page-share-view-vue .is-link{color: #1e88e5;cursor: pointer;}
.page-share-view-vue .header{width:100%;height:46px;}
.page-share-view-vue .main{position:absolute;top:46px;bottom: 0;right:0;left:0;overflow:auto;padding: 10px;}
.page-share-view-vue .footer{width:100%;height:26px;position:fixed;bottom:0}

@font-face {
  font-family: "iconfont"; /* Project id 2519296 */
  src: url(../fonts/iconfont.woff2) format('woff2'),
       url(../fonts/iconfont.woff) format('woff'),
       url(../fonts/iconfont.ttf) format('truetype'),
       url(../img/iconfont.svg#iconfont) format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-helpful:before {
  content: "\e60e";
}

.icon-jiaofu:before {
  content: "\e638";
}

.icon-shoucang:before {
  content: "\e60c";
}

.icon-icon_collect:before {
  content: "\e60d";
}

.icon-zanwushuju:before {
  content: "\e619";
}

.icon-tongjibaobiao:before {
  content: "\e618";
}

.icon-xiangqing:before {
  content: "\e66e";
}

.icon-tongji:before {
  content: "\e856";
}

.icon-xiangqing1:before {
  content: "\e62b";
}

.icon-ziliao:before {
  content: "\e63a";
}

.icon-pretreatment:before {
  content: "\e60b";
}

.icon-acceptance-center:before {
  content: "\e60a";
}

.icon-project-operation:before {
  content: "\e609";
}

.icon-system-manage:before {
  content: "\e608";
}

.icon-business-center:before {
  content: "\e607";
}

.icon-authority-manage:before {
  content: "\e606";
}

.icon-delivery-center:before {
  content: "\e605";
}

.icon-background-process:before {
  content: "\e604";
}

.icon-union-center:before {
  content: "\e603";
}

.icon-union-project:before {
  content: "\e602";
}

.icon-personal-center:before {
  content: "\e600";
}

.icon-workbench:before {
  content: "\e601";
}


