#startLoader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.app-content-body {
  padding-bottom: 0px;
  height: calc(100vh - 51px);
}

.zj_form_box {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.zj_bg_content {
  background: #fff;
}

/* 主窗口 */
.zj_form_box .content_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  background-color: white;
}

/* 主窗口 */
.zj_form_box .content_box .main_box {
  overflow: auto;
  flex: 1;
  padding: 15px;
  border-radius: 2px;
}

/* 头部 按钮栏 */
.zj_form_box .content_box .top_button_bar {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
}

.zj_form_box .content_box .top_button_bar button {
  margin-right: 7px;
}

.zj_form_box .content_box .bottom_button_bar {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: flex-end;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}

.zj_form_box .content_box .bottom_button_bar .btn {
  margin-right: 5px;
}

.zj_form_box .content_box .bottom_button_bar .btn:nth-last-child() {
  margin-right: 0px;
}

.zj_form_box .right_toolbar {
  width: 0;
  border-left: 1px solid #dee5e7;
}

.zj_form_box .right_toolbar_menu {
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #fafbfc;
  width: 32px !important;
  border-left: 1px solid #dee5e7;
}

.page-body .table-box .top_button_bar {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
}

.page-body .top_button_bar button {
  margin-right: 7px;
}

.page-body .bottom_button_bar {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: flex-end;
  padding-right: 15px;
  background: #fff;
}

.page-body .bottom_button_bar .btn {
  margin-right: 5px;
}

.page-body .bottom_button_bar .btn:nth-last-child(1) {
  margin-right: 0px;
}

cx-zj-instance {
  flex: 1;
}

/* 字体颜色 */
.red {
  color: red;
}

.blue {
  color: rgb(0, 204, 255);
}

.green {
  color: rgb(40, 129, 40);
}

.yellow {
  color: yellow;
}

.orange {
  color: orange;
}

/* .label-success {
  background-color: transparent;
  color: #29c96c;
  text-shadow: none !important;
  font-weight: normal;
} */

/* .label-success:hover,
.label-success:focus {
  background-color: #29c96c;
} */

.label-info,
.label-danger,
.label-success {
  background-color: transparent;
  color: #2f7be9 !important;
  text-shadow: none !important;
  font-weight: normal;
}

.label-info:hover,
.label-info:focus,
.label-success:hover,
.label-success:focus {
  background-color: #2196f3;
  color: white !important;
}

/* .label-danger {
  background-color: transparent;
  color: #d9534f;
  text-shadow: none !important;
  font-weight: normal;
} */

.label-danger:hover,
.label-danger:focus {
  background-color: #d9534f;
  color: white !important;
}

.hover-group .hover {
  display: none;
}

.hover-group:hover .hover {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.iconfont {
  font-size: 13px;
}
/* 关闭按钮样式 */
.closeIcon {
  font-size: 18px;
  color: rgba(51,51,51,0.5);
  line-height: 30px;
}

/* a标签，和 类a标签 */
.a {
  /* color: #297fb8; */
  cursor: pointer;
}

.a.blue {
  color: #2f7be9;
}

.a.red {
  color: #ff0000;
}

.a:hover,
.a:focus {
  /* color: #5bc0de; */
  color: #0099ff !important;
  text-decoration: underline;
}

/* 加载动画 - start */
.loading {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  background: lightblue;
  overflow: hidden;
  position: fixed;
  top: 47px;
  display: none;
  z-index: 1;
}

.loading span {
  display: block;
  width: 300px;
  height: 100%;
  border-radius: 3px;
  background: lightgreen;
  -webkit-animation: changePosition 2s linear infinite;
}

@-webkit-keyframes changePosition {
  0% {
    -webkit-transform: translate(0);
  }

  100% {
    -webkit-transform: translate(100vw);
  }
}

/* 加载动画 - end */
/* 留出放置协同圈宽度 */
.contentwidth-sm {
  width: calc(100% - 33px) !important;
}

.contentwidth {
  width: calc(100% - 392px) !important;
}

/* 表单 */
.form-box-list span.item-left-long {
  width: 70%;
}

.form-box-list span.item-left-short {
  width: 30%;
}

.form-box-list span.item-left-mid {
  width: 40%;
}

/* 图标旋转 */
.transition3 {
  transition: 0.3s;
}

.zhuan-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

/* 提示框 */
.LookModelDiv .LookModelMes {
  width: 300px;
  margin: auto !important;
  background: #ea644a;
}

.LookModelDiv {
  position: fixed;
  top: 6%;
  left: 0;
  width: 100%;
}

/* 滚动条 */
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #3a3a3a6e;
  background: #dadbe2 !important;
}
::-webkit-scrollbar-thumb:hover {
  /* 鼠标悬停时滚动条的颜色 */
  background: #c1c1c5 !important;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(108, 108, 108, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.height100 {
  height: 100%;
}

/* 右侧审核流程、协同圈 */
.shlc-btn {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  padding: 5px;
}

.audit-box {
  height: 34px;
  line-height: 34px;
  /* color: #fff; */
  background: #f4f6f7;
  padding-left: 25px;
  /* font-size: 16px; */
  font-weight: 600;
  position: relative;
}

.audit-box-tit {
  display: block;
  letter-spacing: 1px;
}

.audit-box-flow {
  width: 100%;
  padding: 10px 0 10px 25px;
  float: left;
  position: relative;
}

.audit-start {
  clear: both;
  padding-bottom: 50px;
}

.audit-start i,
.audit-start span {
  display: block;
  float: left;
  margin-right: 15px;
}

.audit-start i {
  margin: 3px 10px 0 0;
}

.audit-start span em {
  display: block;
  font-style: normal;
}

.audit-start span .btn-revocation {
  background: #ffb049;
  color: #fff !important;
  border: 0;
  padding: 4px 15px;
}

.audit-btn {
  position: absolute;
  bottom: 10px;
  left: 30%;
}

.audit-line {
  width: 3px;
  background: #45a5f9;
  position: absolute;
  top: 24px;
  left: 29px;
  height: calc(100% - 124px);
}

.shlc {
  width: 32px !important;
  background: #f7f7f7;
  padding-left: 12px;
}

.shlc-sm {
  width: 360px !important;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.shlc-bg {
  border-left: 1px solid #dee5e7;
  background: #fafbfc;
}

.chat-wi .chat-space {
  height: 100%;
  /*padding: 15px;*/
}

.chat-wi .chat-content {
  padding: 15px;
  /*background: #fff;*/
  height: 100%;
}

.chat-wi .chat-conv {
  position: relative;
  text-align: right;
  padding: 10px;
  margin-bottom: 15px;
}

.chat-wi .chat-conv .c-avatar {
  position: absolute;
  border: 1px solid #d6dae0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
  height: 50px;
  width: 50px;
  vertical-align: top;
  right: 0;
}

.chat-wi .chat-conv .c-bubble {
  position: relative;
  display: inline-block;
  padding: 8px 9px 5px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0 60px 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border-top: 1px solid #4aa4ec;
  border-bottom: 1px solid #2f7ee5;
  box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: -moz-linear-gradient(center top, #50b1fe 45%, #348bfc 102%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#50b1fe),
    to(#348bfc)
  );
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #50b1fe, #348bfc);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #50b1fe, #348bfc);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #50b1fe 45%, #348bfc 102%);
  background-color: #43a2ff;
}

.chat-wi .chat-conv .c-bubble span {
  background: url(../images/bubble-tail.png) no-repeat;
  height: 21px;
  width: 12px;
  display: block;
  position: absolute;
  right: -12px;
  top: 5px;
}

.chat-wi .sent {
  text-align: left;
}

.chat-wi .sent .c-bubble {
  margin: 0 0 0 60px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #e3e3e3;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  color: #666;
  background-image: -moz-linear-gradient(center top, #ffffff 45%, #f3f3f3 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#f3f3f3)
  );
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ffffff 45%, #f3f3f3 100%);
}

.chat-wi .sent .c-avatar {
  left: 0;
}

.chat-wi .sent .c-bubble span {
  background: url(../images/bubble-tail-l-white.png) no-repeat;
  left: -12px;
}

.chat-wi .chat-in {
  border-top: 1px solid #dadada;
  background: #f6f8fb;
}

.chat-wi .chat-in input[type="text"] {
  width: 100%;
  border: 0;
  height: 47px;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
  color: #555;
}

.chat-wi .chat-tools {
  background: #f6f8fb;
  border-top: 1px solid #dfdfdf;
  color: #6f6f6f;
}

.chat-wi .chat-tools i {
  display: inline-block;
  width: 38px;
  padding: 13px 8px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.chat-wi .chat-tools i:hover {
  background: #e5e7ea;
}

.chat-wi .chat-in button,
.chat-wi .chat-in input[type="submit"] {
  box-shadow: none;
  background: #4f5b6d;
  border: 1px solid #e5e7ea;
  border-left: 1px solid #dadada;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 47px;
  min-width: 70px;
  color: #777;
  transition: border-color 0.21s ease-out 0s;
  margin: 0;
}

.chat-wi .chat-in button:hover {
  border-color: #4d90fe;
  color: #555;
}

.chat-wi .chat-in .input {
  margin-right: 70px;
}

.nano {
  width: 100%;
  height: 450px;
  overflow-y: auto;
}

.xtq {
  width: 27px !important;
}

.xtq-sm {
  width: 360px !important;
  padding-left: 0;
  padding-right: 0;
}

.xtq-full {
  height: calc(100% - 0px) !important;
}

.xtq-left {
  width: calc(100% - 36px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}

.xtq-title-down {
  padding: 7px;
  background-color: #dde6e9;
  /* background-color: #242a33;
  color: white; */
}

.xtq-title-up {
  padding: 7px;
  position: relative;
  margin-left: -10px;
}

.xtq-icon {
  float: right;
  color: #f52626;
  position: absolute;
  right: 12px;
  cursor: pointer;
  margin: 0px;
}

.xtq-icon:hover {
  color: #f52626;
}

.c {
  clear: both;
}

/* 搜索框 */
.search-icon {
  width: 30px;
  position: absolute;
  left: 1px;
  top: 7px;
  text-align: center;
  opacity: 0.5;
}

.input-control.has-icon-left > .form-control {
  padding-left: 30px;
}

.input-control {
  position: relative;
}

/* 项目编制底部按钮 */
.btn-foot {
  text-align: center;
  padding: 15px 0;
  background: #fff;
  border-top: #ddd solid 1px;
  position: absolute;
  bottom: 0;
  width: 99%;
}

.cjqd-left {
  float: left;
  width: 100%;
  max-width: 220px;
  color: #232941;
  background-color: #fff;
  height: 100%;
  overflow: auto;
  /* padding: 10px; */
}

.cjqd-left.bor {
  border: 5px solid #edf4fd;
  padding: 0px;
}

.cjqd-left.bor .list-group {
  margin-bottom: 0;
}

.cjqd-left
ul.list-group
> li.list-group-item
.cjqd-left
.list-group
> .list-group-item {
  border-left: 0;
  border-right: 0;
}

.cjqd-left ul.list-group > li.list-group-item:first-child {
  border-top: 0;
}

.cjqd-left .btn-group a.dropdown-toggle {
  padding: 5px 10px;
  border: none;
}

.cjqd-left ul.list-group > li.list-group-item:hover a {
}

.cjqd-left ul.list-group > li.list-group-item.active,
.cjqd-left ul.list-group > li.list-group-item:hover {
  color: #141719;
  background-color: #bcdbf7;
  border-color: #bcdbf7;
  cursor: pointer;
}

.cjqd-left ul.list-group li .pull-right {
  position: absolute;
  top: 9px;
  right: 3px;
}

.cjqd-left .list-group .list-group-item.bottom {
  position: sticky;
  bottom: 0;
}

.cjqd-right {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*----*项目*------*/
.xm {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  /* justify-content: space-between; */
}

.xm > li {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: 20%;
  float: left;
}

@media (max-width: 1024px) {
  .xm > li {
    width: 33%;
  }
}

.ruanjian {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 38vmin;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #fff;
  border: 1px solid #cccccc;
}

.ruanjian:hover {
  box-shadow: 0 10px 30px rgba(12, 12, 12, 0.7);
  border: 2px solid #efb868;
}

/*-- 图片 --*/
.ruanjian-thumb {
  width: 100%;
  height: 30vmin;
  overflow: hidden;
  background: #232941;
  background: linear-gradient(53deg, #232941 0%, #232941 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232941', endColorstr='#232941', GradientType=1);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  display: flex;
  align-items: center;
}

.ruanjian-thumb .imgbox {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ruanjian-thumb a {
  width: 100%;
  height: 100%;
}

.ruanjian-thumb img {
  width: 100%;
  max-height: 33.5vmin;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  /*object-fit: cover;*/
}

.ruanjian:hover .ruanjian-thumb {
  height: 26vmin;
}

.ruanjian:hover .ruanjian-thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*- 框 -*/

.ruanjian-body {
  position: relative;
  height: 11.5vmin;
  padding: 2vmin;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.ruanjian:hover .ruanjian-body {
  height: 200px;
}

/*--图中间logo-*/

.ruanjian-category {
  position: absolute;
  top: -5vmin;
  right: 0px;
  width: 100%;
  height: 5vmin;
  line-height: 5vmin;
  padding: 0px 2vmin;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.3);
}

/*--标题--*/

.ruanjian-title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 17px;
  color: #232941;
  text-transform: uppercase;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/*--小标题--*/

.ruanjian-subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ruanjian:hover .ruanjian-body {
}

.ruanjian:hover .ruanjian-body .ruanjian-title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 17px;
  color: #232941;
  text-transform: uppercase;
  overflow: initial;
  word-break: unset;
  white-space: inherit;
  text-overflow: initial;
  display: block;
}

.ruanjian-description {
  /*position: absolute;*/
  left: 20px;
  right: 20px;
  top: 50px;
  margin: 0;
  padding: 0;
  color: #999999;
  line-height: 20px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  background: #ffffff;
}

.ruanjian:hover .ruanjian-description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ruanjian-footer {
  position: absolute;
  bottom: 20px;
  left: 3.4vmin;
}

li {
  list-style: none;
}

.welcome-logo {
  height: 278px;
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%);
}

a.list-group-item {
  display: flex;
  margin-bottom: 0;
}

a.list-group-item > .content {
  flex: 1;
  text-align: left;
}

.bd {
  border: 10px solid #f4f6f7;
}

/* 按钮 */
/* .btn {
  margin-right: 4px;
}
.btn-group {
  margin-right: 4px;
}
.btn-group .btn {
  margin-right: 0px;
} */

.btn-default:hover {
  color: #40a9ff !important;
  background-color: #fff;
  border-color: #40a9ff;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #fff !important;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus .btn-default:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
  color: #fff !important;
  background-color: #2c7be9;
  border-color: #2c7be9;
}

.btn-danger2 {
  color: #58666e !important;
  background-color: #fcfdfd;
  background-color: #fff;
  border-color: #dee5e7;
  border-bottom-color: #d8e1e3;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.btn-danger2:hover {
  color: #f05050 !important;
  background-color: #fff;
  border-color: #f05050;
}

.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  color: #fff !important;
  background-color: #f05050;
  border-color: #f05050;
}

/*表头固定*/
.LockTableHead {
  background-color: #7688c7;
  font-size: 15px;
  font-weight: 900;
  color: #000000;
  position: sticky;
  top: 0;
}

.f-s-14 {
  font-size: 14px;
}

/* 顶部菜单搜索框 */
.nav-seach {
}

.nav-seach > div.cx-form-box-one-input {
  border-radius: 50px;
  width: 200px;
  min-height: 31px;
  height: 31px;
  padding: 4px 30px 3px 15px;
  background: #f0f3f4;
}

.nav-seach > .list-group > .list-group-item {
  color: #666;
}

.nav-seach > .list-group > a.list-group-item:hover {
  background-color: #eee;
}

.ui-checked {
  position: relative;
  font-weight: 900 !important;
}

.ui-checked > a {
  position: relative;
  font-weight: 900 !important;
}

.ui-checked::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: 2px solid #ff9800;
  left: 0;
}

/* .ui-checked:hover {
  font-weight: 900 !important;
  background-color: #fff !important;
  border-bottom: 3px solid #ff9800 !important;
  border-top: 0px !important;
} */

/* 全屏 */
.FullScreen {
  transition: 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
}

cx-model1 {
  color: #58666e;
}

.thumb-text {
  border-radius: 50%;
  background: #23b7e5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* 侧边菜单 */
.main_body {
  height: 100%;
  display: flex;
}

.main_body > .l_menu_body_main {
  height: 100%;
  display: flex;
  overflow: auto;
  flex: 1;
}

.main_body > .l_menu_body_main_heng {
  flex-direction: column;
}

.main_body > .l_menu_body_main > .l_menu_body_main_workDiv {
  flex: 1;
  height: 100%;
  overflow: auto;
  padding: 10px;
}

.left-nav li a.active {
  background: #fff;
  color: #3280fc;
  font-weight: 600;
}

[ui-userinfo] {
  cursor: pointer;
}

.right-menu {
  position: fixed;
  z-index: 3000;
  border: 1px solid #dee5e7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.right-menu > .right-menu-item {
  position: relative;
  display: block;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  min-width: 150px;
  text-align: left;
}

.right-menu > .right-menu-item:hover,
.right-menu > .right-menu-item:focus {
  background-color: #f6f8f8;
}

/* .right-menu-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.right-menu-item:last-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
} */

/* 年月选择组件 */
.picker {
  position: absolute;
  top: 35px;
  width: 285px;
  height: 202px;
  left: 0px;
  border: 1px solid #ecf1fa;
  background: rgb(255, 255, 255);
  z-index: 99;
  box-shadow: 0 0 3px #dbe1ea;
}

.m_body li {
  display: inline-block;
  width: 65px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

.m_body li:hover {
  color: #40a9ff;
}

/* 年分区间组件 */
.Year_sel {
  height: 32px;
  width: 70px;
  border: 0;
}

.close-icon {
  width: 30px;
  background-color: #ffffff;
  text-align: center;
  height: 32px;
  position: relative;
  top: 0;
  line-height: 32px;
  border-left: 1px solid #ccc;
  right: 0px;
}

.option-box {
  width: 100%;
  padding: 0;
  height: 100%;
}

.option-box .option-box-item {
  display: flex;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.option-box .option-box-item:hover {
  background: #f5f5f5;
}

.option-box .option-box-item .option-left {
  flex: 1;
}

.option-box .option-box-item .option-right {
}

.option-box .option-box-item .option-right .option-icon {
  width: 30px;
  font-size: 16px;
}

.pad-10 {
  padding: 10px;
}

.protected {
  position: relative;
}

.protected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.workSpace_nav_header {
  display: flow-root;
}

/* 历史记录 */
.nav-browsing_history {
  height: 30px;
  margin-top: 10px;
}

.nav-browsing_history.more {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.nav-browsing_history.more > li {
  margin-top: 15px;
}

ul.nav-browsing_history > li > a.nav-browsing_history-name {
  height: 30px;
  padding-top: 4px;
  padding-right: 25px;
  border: 1px solid #fff3;
  margin-right: 15px;
}

ul.nav-browsing_history.more > li > a.nav-browsing_history-name {
  border: 1px solid #f0f0f0;
}

ul.nav-browsing_history > li:hover > a.nav-browsing_history-name,
ul.nav-browsing_history > li.active > a.nav-browsing_history-name {
  border-color: 1px solid #fff9;
  background: #fff6;
}

ul.nav-browsing_history.more > li:hover > a.nav-browsing_history-name,
ul.nav-browsing_history.more > li.active > a.nav-browsing_history-name {
  background-color: #3280fcc7 !important;
  border-color: #3280fc !important;
  color: #fff;
}

ul.nav-browsing_history > li > a > .nav-browsing_history-times {
  padding: 5px;
  position: absolute;
  top: 1px;
}

ul.nav-browsing_history.more > li > a > .nav-browsing_history-times {
  color: #fff;
}
/* .InstancePageWork {
  position: relative;
} */


.alert.pre-wrap>div {
    white-space: pre-wrap;
  }
