@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  white-space: pre-wrap;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
i,
em {
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all;
}
.hfg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.hfg > :focus {
  position: relative;
  z-index: 1;
}
.hfg > :nth-child(1n) {
  float: left !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.hfg > :first-child ~ * {
  margin-left: -1px !important;
}
.hfg > :first-child {
  border-top-left-radius: 0.25em !important;
  border-bottom-left-radius: 0.25em !important;
}
.hfg > :last-child {
  border-top-right-radius: 0.25em !important;
  border-bottom-right-radius: 0.25em !important;
}
.vfg {
  vertical-align: middle;
}
.vfg > :focus {
  position: relative;
  z-index: 1;
}
.vfg > :nth-child(1n) {
  display: block !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vfg > :first-child ~ * {
  margin-top: -1px !important;
}
.vfg > :first-child {
  border-top-left-radius: 0.25em !important;
  border-top-right-radius: 0.25em !important;
}
.vfg > :last-child {
  border-bottom-left-radius: 0.25em !important;
  border-bottom-right-radius: 0.25em !important;
}
.hide {
  visibility: hidden !important;
}
.none {
  display: none !important;
}
html {
  min-width: 1024px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body {
  position: relative;
  width: 100%;
  font-family: Microsoft YaHei, Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
body:before {
  content: "";
  display: table;
}
a {
  color: #05a;
  text-decoration: none !important;
}
a:hover {
  color: #1188ff;
  text-decoration: underline;
}
/******************** 公共部分结束, 底稿部分开始 ********************/
/* table基本样式 */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.table td {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 过滤条件的table */
.table-filter tr {
  border-bottom: 1px dashed #dddddd;
}
.table-filter tr:last-child {
  border: none;
}
.table-filter td:nth-child(2n+1) {
  text-align: right;
}
.table-filter td a:not(.combo-arrow) {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 15px;
  color: #525252;
}
.table-filter td a:not(.combo-arrow):hover {
  color: #0081cc;
  background-color: #E4F3F8;
}
.table-filter td .active {
  color: #0081cc;
  background-color: #E4F3F8;
}
.table-filter .btn {
  vertical-align: bottom;
}
/* 一行偶数列的table */
.table-info td {
  padding: 2px 10px;
  border: 1px solid #dddddd;
}
.table-info td:nth-child(2n+1) {
  width: 180px;
  height: 35px;
  background-color: #f7f7f7;
  text-align: right;
}
.table-info td span {
  word-wrap: break-word;
  word-break: break-all;
}
.table-info td span.no-warp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 多列且不固定列数的table */
.info-table {
  border: 1px solid #dddddd;
}
.info-table th {
  padding: 0 5px;
  height: 32px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
}
.info-table td {
  padding: 2px 5px;
  height: 30px;
  border: 1px solid #dddddd;
}
.info-table a {
  display: inline-block;
}
.info-table .iconfont {
  font-size: 24px;
}
/* 表格通用 tr上添加 */
.hack {
  border-bottom: none !important;
}
.hack td {
  padding: 0 !important;
  height: 0 !important;
  border: none !important;
  visibility: hidden;
}
/* 与table连成一体的按钮容器 (基于operate-container) */
.table-btns-container {
  padding: 2px 0;
  border: 1px solid #dddddd;
  border-top: none;
}
.table-btns-container .btn {
  padding: 0 20px;
}
/* 输入框input type="text" */
.input-sm {
  width: 100%;
  max-width: 100%;
  height: 30px;
  line-height: 1;
  padding: 0 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-sm:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* 文本域 */
textarea.input-sm {
  padding: 5px;
  resize: none;
  height: auto;
  min-height: 40px;
  line-height: 14px;
}
/* 下拉框 */
select.input-sm {
  padding: 0 1px;
}
/* 下拉复选框样式 */
.select-picker-search {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0 10px 0 5px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.select-picker-search .select-picker-search-checked {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-picker-search i.iconzhankai {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 12px;
}
.select-picker-options-wrp {
  display: none;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  z-index: 2000;
}
.select-picker-options-wrp * {
  box-sizing: border-box;
}
.select-picker-options-wrp .select-picker-options-search {
  width: 100%;
  padding: 8px;
}
.select-picker-options-wrp .select-picker-options-search input {
  height: 24px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 8px;
  width: 100%;
  padding: 0 3px;
}
.select-picker-options-wrp .select-picker-options-search input:focus {
  border-color: #0081cc;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search {
  width: 100%;
  overflow-y: auto;
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item {
  width: 100%;
  line-height: 26px;
  cursor: pointer;
  padding: 0;
  padding-left: 5px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item:hover,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item:hover {
  background: #ebf1f5;
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item .duihao,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item .duihao {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  transform: translateY(4px);
  margin-right: 6px;
  border: 1px solid #ddd;
  top: -1px;
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item.selected .duihao,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item.selected .duihao {
  background: #0081cc;
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item.selected .duihao::before,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item.selected .duihao::before,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item.selected .duihao::after,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item.selected .duihao::after {
  content: "";
  height: 9px;
  width: 2px;
  border-radius: 10px;
  display: block;
  background: white;
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(45deg);
}
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list .select-picker-options-list-item.selected .duihao::before,
.select-picker-options-wrp .select-picker-options-search .select-picker-options-list-search .select-picker-options-list-item.selected .duihao::before {
  height: 6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 3px;
}
/* 带清除按钮的弹出框 */
.input-group {
  display: table;
  border-collapse: separate;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group:not(.no-clear-btn) input {
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.input-group:not(.no-clear-btn) input:focus + .input-group-btn .btn {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group .input-group-btn {
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn {
  padding: 0;
  width: 23px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  vertical-align: middle;
}
.input-group .new {
  padding: 0 5px;
  width: auto;
}
/* 单选多选按钮 */
.input-check {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  line-height: normal;
}
.input-check > :first-child {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-check > :nth-child(2) {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../image/sprite.png);
  background-repeat: no-repeat;
  background-size: 87px;
}
.input-check > :nth-child(3) {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  vertical-align: sub;
}
.input-check input[type="checkbox"] + * {
  background-position: -44px 0;
}
.input-check input[type="radio"]:checked + * {
  background-position: -22px 0;
}
.input-check input[type="checkbox"]:checked + * {
  background-position: -66px 0;
}
.input-check input[disabled] + *,
.input-check .input-check input[disabled] + * + * {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* 特殊的输入框宽度 */
.calc-width {
  width: calc(100% - 128px) !important;
}
/* 按钮 */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  height: 30px;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-touch-callout: none;
}
.btn > * {
  vertical-align: middle;
}
.btn .iconfont {
  font-size: 14px;
}
.btn:hover {
  color: inherit;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.btn[disabled],
.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
}
.btn-default:hover {
  color: #333;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #0081cc !important;
  border-color: #0081cc !important;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #f8bc38;
  border-color: #f8bc38;
}
.btn-success {
  color: #ffffff !important;
  background-color: #4ecd96;
  border-color: #4ecd96;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #fe8558;
  border-color: #fe8558;
}
.btn-error {
  background-color: #fe8558;
  border-color: #fe8558;
  color: #fff;
}
.btn:disabled {
  color: #979797;
  background-color: #dddddd;
}
.btn-lg {
  height: 40px;
}
.btn-xs {
  height: 26px !important;
  padding: 0 5px;
}
/* 几个特殊的控制类 */
.none {
  display: none;
}
.bbd {
  border-bottom: 1px solid #dedfde !important;
}
.tbd {
  border-top: 1px solid #dedfde !important;
}
.no-bbd {
  border-bottom: none !important;
}
.mt-8 {
  margin-top: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-30 {
  margin-left: 30px;
}
.pd-20 {
  padding: 20px;
}
.pd-0-8 {
  padding: 0 8px !important;
}
.pd-8 {
  padding: 8px !important;
}
/* 浏览器自动回填组件背景色 */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/* opentip容器样式 */
.opentip-container {
  z-index: 99999999 !important;
}
.input-invalidate {
  border: 1px solid red !important;
}
.textbox.input-invalidate {
  border: 1px solid red !important;
}
/* 表格内的展开收起 */
.unfold-td a {
  float: right;
  font-size: 12px;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
}
.unfold-td a:before {
  content: "";
  border: 6px solid #525252;
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 8px;
  right: 4px;
  border-radius: 2px;
}
.unfold-td a:after {
  content: "";
  border: 5px solid #ffffff;
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 6px;
  right: 5px;
}
.unfold-td .unfold:before {
  border-bottom: 6px solid #525252;
  border-top: none;
  top: 7px;
}
.unfold-td .unfold:after {
  border-bottom: 5px solid #ffffff;
  border-top: none;
  top: 10px;
}
/* 按钮容器 */
.operate-container {
  text-align: center;
}
.operate-container > .btn {
  margin-left: 15px;
}
.operate-container > .btn:first-child {
  margin-left: 0;
}
.sum-title-container {
  float: right;
  margin-top: 5px;
}
.sum-title-container > * {
  font-size: 12px;
  margin-left: 15px;
  float: right;
}
.sum-title-container > :last-child {
  margin-left: 0;
}
.sum-title-container span {
  color: #0081cc;
}
/* 单行内的日期选择组 (开始时间 至 结束时间) */
.group-date {
  position: relative;
  *zoom: 1;
}
.group-date:before,
.group-date:after {
  content: "";
  display: table;
}
.group-date:after {
  clear: both;
}
.group-date > div {
  width: 50%;
  float: left;
}
.group-date > div:first-child {
  padding-right: 10px;
}
.group-date > div:nth-child(2) {
  line-height: 33px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  float: none;
  width: auto;
}
.group-date > div:last-child {
  padding-left: 11px;
}
/* 外有边框, 内无边框 */
.group-date.outline-border {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.group-date.outline-border input {
  border: none !important;
}
/* 日期选择框内文字居中对齐 */
.group-date.align-center input {
  text-align: center;
}
/* 重写webuploader上传按钮样式 */
.webuploader-pick {
  padding: 0 5px !important;
  height: 26px;
  line-height: 24px;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #dddddd;
}
.webuploader-pick > * {
  vertical-align: text-bottom;
}
/* 重写layer弹框的按钮样式 */
.layui-layer-btn a {
  height: 30px !important;
  background-color: #0081cc !important;
  border-color: #0081cc !important;
  color: #ffffff !important;
}
/* layer自定义样式1： 用于 投资客户————产品预约————新建的弹出页面 */
.layer-new-page-style {
  top: 155px !important;
  right: 10px;
  bottom: 0;
  left: 325px !important;
  width: auto !important;
  box-shadow: none !important;
  overflow: auto;
}
.layer-new-page-style .layui-layer-content {
  position: absolute !important;
  overflow: auto !important;
  top: 42px;
  right: 0;
  bottom: 50px;
  left: 0;
}
.layer-new-page-style .layui-layer-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* layer自定义样式2：用于审核弹框 */
.layer-audit {
  width: 520px !important;
  box-shadow: none !important;
}
/* 一级标题 */
.headline {
  padding: 7px 3px;
  border-bottom: 2px solid #0081cc;
  background-color: #f1f6fc;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 8px;
  text-overflow: ellipsis;
}
.headline > div:first-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.headline > :first-child {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
.headline > :first-child .iconfont {
  color: #0081cc;
}
.headline > :nth-child(2) {
  float: right;
}
.headline > :nth-child(2) a {
  display: inline-block;
}
.headline > :nth-child(2) i {
  font-size: 16px;
}
/* 二级标题 */
.headline-sub {
  padding: 8px;
  *zoom: 1;
}
.headline-sub:before,
.headline-sub:after {
  content: "";
  display: table;
}
.headline-sub:after {
  clear: both;
}
.headline-sub > :first-child {
  float: left;
  margin-top: 5px;
}
.headline-sub > :first-child > * {
  vertical-align: middle;
}
.headline-sub > :first-child span {
  font-size: 14px;
  font-weight: bold;
}
.headline-sub > :first-child .iconfont {
  color: #0081cc;
}
.headline-sub > :first-child .collapse,
.headline-sub > :first-child .unfold {
  cursor: pointer;
}
.headline-sub > :first-child i.unfold {
  transform: rotate(90deg);
  display: inline-block;
}
.headline-sub > :nth-child(2) {
  float: right;
}
.headline-sub > :nth-child(2) > * {
  float: right;
  margin-left: 10px;
  position: relative;
}
.headline-sub > :nth-child(2) .icon-close {
  color: #525252;
}
.headline-sub > :nth-child(2) .icon-close .iconfont {
  font-size: 21px;
}
.headline-sub > :nth-child(2) a:not(.icon-close) {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  color: #4ecd96;
  position: relative;
}
.headline-sub > :nth-child(2) a:not(.icon-close):before {
  content: "";
  border: 6px solid #525252;
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 8px;
  right: 4px;
  border-radius: 2px;
}
.headline-sub > :nth-child(2) a:not(.icon-close):after {
  content: "";
  border: 5px solid #ffffff;
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 6px;
  right: 5px;
}
.headline-sub > :nth-child(2) a:not(.icon-close):hover + .audit-list {
  display: block;
}
#north-container {
  overflow: hidden;
}
#layout-container .layout-panel-north {
  background-color: #eee;
}
/* datagrid相关 */
.datagrid-list-position {
  position: absolute;
  top: 45px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}
.grid-column-option > a {
  margin-left: 8px;
}
.grid-column-option > a:first-child {
  margin-left: 0;
}
.grid-column-option > a .iconfont {
  padding: 0 5px;
}
/* easyui分页效果 */
.l-btn {
  border-radius: 0 !important;
  background: #fff !important;
}
.l-btn-plain:hover {
  background: #fff;
  border-color: #c3c4c4;
}
.l-btn-plain-selected {
  padding: 0px !important;
  border: 1px solid #c3c4c4 !important;
  background: #fff !important;
}
.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
  border-color: transparent;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
  color: #0081cc;
  border-color: #0081cc !important;
  background: #fff;
}
.l-btn-icon {
  background: none !important;
}
.pagination-info {
  float: left !important;
}
/* 分页栏边框 */
.datagrid .datagrid-pager {
  background: transparent;
  padding: 5px 6px 4px 10px;
}
/*border-width: 0 1px 1px 1px;*/
.datagrid .datagrid-pager table {
  border: 1px solid #e5e9ec;
  border-radius: 5px;
  height: 28px;
  float: right;
}
.datagrid .datagrid-pager table td {
  padding: 0;
  border-right: 1px solid #e5e9ec;
}
.datagrid .datagrid-pager table td:nth-child(2) {
  border: none;
}
.datagrid .datagrid-pager table td:nth-last-child(2) {
  border-left: none;
}
.pagination-page-list,
.pagination .pagination-num {
  border-color: #c3c4c4;
}
.pagination-page-list:focus {
  outline: none;
}
.pagination-links {
  border-right: none !important;
}
.pagination-links a {
  position: relative;
}
.pagination-links a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e9ec;
  right: 0;
  top: 0;
}
.pagination-links a:last-child:after {
  display: none;
}
.pagination-btn-separator {
  display: none;
}
.pagination-first:before {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #666;
  position: absolute;
  left: 4px;
  top: 2px;
}
.pagination-first:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 8px;
  border: 2px solid #666;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination-last:before {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #666;
  position: absolute;
  right: 4px;
  top: 2px;
}
.pagination-last:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 8px;
  border: 2px solid #666;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination-prev:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: 2px solid #666;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination-next:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 6px;
  border: 2px solid #666;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.i-dialog {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
/* 覆盖当前页面的iframe窗口 */
.fullScreenMask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #ffffff;
  border: 0;
}
.fullScreenMask .autoScrollContainer {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullScreenMask iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
}
/* 进度条公共样式 */
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.container-flex {
  display: flex;
  height: 100%;
  padding: 8px;
  flex-direction: column;
}
.container-flex .inner-3 {
  flex: 3 !important;
}
.container-flex .inner-4 {
  flex: 4 !important;
}
.container-flex .inner-6 {
  flex: 6 !important;
}
.container-flex .inner-7 {
  flex: 7 !important;
}
.container-flex .inner-container {
  display: flex;
  flex: 1;
  height: 50%;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 10px;
}
.container-flex .inner-container > h3 {
  height: 30px;
  font-weight: bold;
}
.container-flex .inner-container > h3 > span.title {
  font-weight: bold;
}
.container-flex .inner-container > h3 .right-dropdown {
  float: right;
  width: 100px;
  margin-left: 10px;
}
.container-flex .inner-container:not(:last-child) {
  margin-bottom: 8px;
}
.container-flex.direction-by-row {
  flex-direction: row;
}
.container-flex.direction-by-row .inner-container {
  height: 100%;
  flex-direction: column;
}
.container-flex.direction-by-row .inner-container > div:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 0px;
}
.container-flex.direction-by-row .inner-container:not(:last-child) {
  margin-bottom: 0px;
  margin-right: 8px;
}
/* 蓝色主题样式文件 */
/******************** 公共部分结束, 底稿部分开始 ********************/
/* 主色 */
/* 辅助色 */
/* 状态色 */
/* 中性色 */
/* 浅灰背景 */
/* 其它 */
/* 字号 */
.datagrid-mask-msg {
  display: none !important;
}
/* index页面样式 */
.index-nav {
  height: 50px;
  background-color: #0081cc;
  *zoom: 1;
}
.index-nav:before,
.index-nav:after {
  content: "";
  display: table;
}
.index-nav:after {
  clear: both;
}
.index-nav .index-nav-left {
  color: #ffffff;
  width: 230px;
  float: left;
  line-height: 50px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-nav .index-nav-left > * {
  vertical-align: middle;
}
.index-nav .index-nav-left .iconfont {
  font-size: 30px;
}
.index-nav .index-nav-left .iconfont img {
  height: 32px;
  vertical-align: middle;
}
.index-nav .index-nav-left span {
  font-size: 14px;
}
.index-nav .index-nav-right {
  margin-left: 230px;
  margin-right: 0;
  height: 100%;
  *zoom: 1;
}
.index-nav .index-nav-right:before,
.index-nav .index-nav-right:after {
  content: "";
  display: table;
}
.index-nav .index-nav-right:after {
  clear: both;
}
.index-nav .index-nav-right > :first-child {
  float: left;
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.index-nav .index-nav-right > :first-child .iconfont {
  font-size: 20px;
}
.index-nav .index-nav-right > :last-child {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  float: right;
}
.index-nav .index-nav-right > :last-child > * {
  float: right;
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
}
.index-nav .index-nav-right > :last-child > * > * {
  vertical-align: middle;
  margin-right: 5px;
}
.index-nav .index-nav-right > :last-child img {
  width: 28px;
  height: 28px;
}
.index-nav .index-nav-right .index-nav-bell {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.index-nav .index-nav-right .index-nav-bell .iconfont {
  font-size: 26px;
}
.index-nav .index-nav-right .index-nav-bell > span {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 50%;
  background-color: red;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.index-nav .index-nav-right .index-nav-bell > span > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: scale(0.88);
}
.index-nav .index-nav-right .index-nav-dropdown {
  position: relative;
  cursor: pointer;
  padding-right: 24px;
}
.index-nav .index-nav-right .index-nav-dropdown:hover .dropdown-menu {
  display: block;
}
.index-nav .index-nav-right .index-nav-dropdown:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 25px;
  display: block;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  margin-right: 1px;
  padding: 8px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu li {
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #dedfde !important;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu li:last-child {
  border-bottom-style: none;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding-left: 8px;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu a > * {
  vertical-align: middle;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu a:hover {
  color: #ffffff;
  background-color: #0081cc;
}
.index-nav .index-nav-right .index-nav-dropdown .dropdown-menu .iconfont {
  font-size: 14px;
}
.index-section {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}
.index-section .left-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 230px;
  background: #1b1e24;
  border-top: solid 1px #2f3942;
}
.index-section .menu {
  padding: 0;
  width: 100%;
  background: #1b1e24;
  border: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-section .working-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 230px;
}
.index-section .working-section > div {
  width: 100%;
  height: 100%;
}
.arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #ddd;
  border-top-width: 0;
  border-right-width: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-arrow:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs-user span.active {
  color: #0081cc !important;
  border-bottom: 3px solid #0081cc !important;
}
#switch-dept-container {
  height: 42px;
}
#switch-dept-container.iconFirst::before {
  content: '\e6ae';
  color: #f8bc38;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 11px;
  left: 7px;
  font-size: 17px;
  z-index: 1;
}
#switch-dept-container.iconSecond::before {
  content: '\e608';
  color: #f8bc38;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 17px;
  left: 11px;
  font-size: 9px;
  z-index: 1;
}
#switch-dept-container .textbox.combo {
  background: #000;
  height: 100%;
  border: none;
}
#switch-dept-container .textbox.combo .textbox-addon {
  background: #1f2831;
}
#switch-dept-container .textbox.combo .textbox-addon .combo-arrow {
  background: #000;
}
#switch-dept-container .textbox.combo .textbox-addon .combo-arrow::after {
  content: '\e628';
  color: #0081cc;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 14px;
}
#switch-dept-container .textbox.combo .textbox-text {
  background: #000;
  color: #fff;
  height: 100% !important;
  line-height: 100% !important;
  cursor: pointer;
  padding-left: 30px;
  font-size: 15px;
}
#switch-dept-panel {
  height: calc(100vh - 92px) !important;
  background: transparent;
}
#switch-dept-panel .combo-panel.panel-body {
  height: calc(100vh - 92px) !important;
  background: rgba(27, 30, 36, 0.95);
  border: none;
}
#switch-dept-panel .combo-panel.panel-body .tree-node {
  padding: 0;
  margin: 2px 8px;
  height: 38px!important;
  line-height: 38px!important;
}
#switch-dept-panel .combo-panel.panel-body .tree-node .tree-expanded,
#switch-dept-panel .combo-panel.panel-body .tree-node .tree-collapsed {
  visibility: hidden;
}
#switch-dept-panel .combo-panel.panel-body .tree-node .tree-title {
  color: #b2d5ff;
}
#switch-dept-panel .combo-panel.panel-body .tree-node-hover,
#switch-dept-panel .combo-panel.panel-body .tree-node-selected {
  background: #0081cc !important;
  cursor: pointer !important;
  border-radius: 26px;
}
#switch-dept-panel .combo-panel.panel-body .tree-icon.tree-folder,
#switch-dept-panel .combo-panel.panel-body .tree-icon.tree-file {
  background: none;
  height: 100%;
}
#switch-dept-panel .combo-panel.panel-body > ul > li > div > .tree-icon.tree-folder::after,
#switch-dept-panel .combo-panel.panel-body > ul > li > div > .tree-icon.tree-file::after {
  content: '\e6ae';
  color: #f8bc38;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -6px;
}
#switch-dept-panel .combo-panel.panel-body > ul > li > ul > li > div > .tree-icon.tree-folder::after,
#switch-dept-panel .combo-panel.panel-body > ul > li > ul > li > div > .tree-icon.tree-file::after {
  content: '\e608';
  color: #f8bc38;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 1px;
  font-size: 9px;
}
.left-menu .menu {
  width: 100%;
  background: #1b1e24;
  border: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.left-menu .menu li {
  width: 100%;
  overflow: hidden;
}
.left-menu .menu li a {
  display: block;
  text-decoration: none;
  padding: 10px 8px 10px 10px;
  color: #e1eaf1;
  border-left: 5px solid #1f2831;
  background-color: #1f2831;
  position: relative;
  word-break: break-all;
}
.left-menu .menu li a i {
  width: 18px;
  margin-right: 5px;
  text-align: center;
}
.left-menu .menu li a:hover {
  background-color: #1b1e24;
  border-color: #1b1e24;
}
.left-menu .menu li a.active {
  color: #0081cc;
}
.left-menu .menu li.active {
  background-color: #1b1e24 !important;
  border-color: #0081cc !important;
}
.left-menu .menu li[menulevel='1'] a {
  background-color: #1b1e24;
  border-color: #1b1e24;
  padding: 12px 28px 12px 7px;
}
.left-menu .menu li[menulevel='1'] a:hover {
  background-color: #1f2831;
  border-color: #0081cc;
}
.left-menu .menu li[menulevel='1'].active {
  background-color: #1f2831;
  border-color: #0081cc;
}
.left-menu .menu li[menulevel='2'] a {
  padding-left: 43px;
}
.left-menu .menu li[menulevel='2'] a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.left-menu .menu li[menulevel='3'] a {
  padding-left: 58px;
}
/* easyui-menu 覆盖原始样式 */
.menu {
  background-color: #fff;
  padding: 8px 2px;
}
.menu .menu-line {
  display: none;
}
.menu .menu-item {
  padding: 0px 8px;
}
.menu .menu-item.menu-active {
  border-color: transparent;
  color: #fff;
  background: #0081cc;
}
.menu .menu-item .menu-text {
  padding: 0;
}
/* jquery-confirm 弹框大小与位置 */
.jconfirm-box-container {
  position: absolute;
  width: 360px;
  left: 50%;
  margin-left: -180px;
}
.jconfirm-box-container .content-pane .content {
  max-height: 200px;
  overflow: auto;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn:first-child {
  background: #0081cc;
  color: #fff;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn:first-child:hover {
  background: #0081cc !important;
  opacity: 0.8;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn.normal,
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn:last-child {
  background: #fff;
  color: #333;
  border: 1px solid #dddddd;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn.normal:hover,
.jconfirm.jconfirm-white .jconfirm-box .buttons .btn:last-child:hover {
  background: #fff !important;
  opacity: 0.8;
}
.i-dialog .i-content {
  margin: 8px !important;
}
td[field="ck"] {
  width: 35px;
}
.datagrid-header-check,
.datagrid-cell-check {
  width: 100% !important;
}
.datagrid-header-check,
.datagrid-cell-check {
  position: relative;
  width: 100%;
}
/* 表头 TD */
.datagrid-header td {
  padding: 7px 5px !important;
}
/* 表格 TD */
.datagrid-body td,
.datagrid-footer td {
  padding: 5px !important;
}
/* panel边框 */
.panel-body {
  border-color: #ddd !important;
}
/* 表格边框线*/
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  border-style: solid !important;
  border-color: #ddd !important;
}
/* TreeGrid 层级间距*/
.treegrid-tr-tree td[colspan] {
  padding: 0 !important;
}
/* 行鼠标移入及行选中背景色 */
.datagrid-row-selected,
.datagrid-row-over,
.datagrid-row-checked {
  background: #f1f6fc !important;
}
/* treegrid */
.tree-node-hover,
.tree-node-selected {
  background: #f7f7f7 !important;
}
.global-tag {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 8px;
  color: #0081cc;
  background-color: #f1f6fc;
}
.easyui-menu {
  padding: 5px 0 !important;
  border-radius: 5px;
  background-color: #f7f7f7 !important;
}
.easyui-menu .menu-line {
  height: 0 !important;
  left: 0;
}
.easyui-menu .menu-sep {
  margin-left: 0 !important;
}
.easyui-menu .menu-item {
  height: 28px !important;
  border: none;
}
.easyui-menu .menu-text {
  height: 28px !important;
  line-height: 28px !important;
  padding-left: 8px;
}
.easyui-menu .menu-active {
  border-radius: 0;
  color: #ffffff;
  background-color: #0081cc;
}
#context-menu ~ .menu {
  padding: 5px 0 !important;
  border-radius: 5px;
  background-color: #f7f7f7 !important;
}
#context-menu ~ .menu .menu-line {
  height: 0 !important;
  left: 0;
}
#context-menu ~ .menu .menu-sep {
  margin-left: 0 !important;
}
#context-menu ~ .menu .menu-item {
  height: 28px !important;
  border: none;
}
#context-menu ~ .menu .menu-item[data-handle='red'] .menu-text {
  position: relative;
  padding-left: 23px;
}
#context-menu ~ .menu .menu-item[data-handle='red'] .menu-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe8558;
}
#context-menu ~ .menu .menu-item[data-handle='blue'] .menu-text {
  position: relative;
  padding-left: 23px;
}
#context-menu ~ .menu .menu-item[data-handle='blue'] .menu-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0896ba;
}
#context-menu ~ .menu .menu-item[data-handle='yellow'] .menu-text {
  position: relative;
  padding-left: 23px;
}
#context-menu ~ .menu .menu-item[data-handle='yellow'] .menu-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f8bc38;
}
#context-menu ~ .menu .menu-item[data-handle='green'] .menu-text {
  position: relative;
  padding-left: 23px;
}
#context-menu ~ .menu .menu-item[data-handle='green'] .menu-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4ecd96;
}
#context-menu ~ .menu .menu-item[data-handle='gray'] .menu-text {
  position: relative;
  padding-left: 23px;
}
#context-menu ~ .menu .menu-item[data-handle='gray'] .menu-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999;
}
#context-menu ~ .menu .menu-text {
  height: 28px !important;
  line-height: 28px !important;
  padding-left: 8px;
}
#context-menu ~ .menu .menu-text .iconfont {
  font-size: 12px;
}
#context-menu ~ .menu .menu-active {
  border-radius: 0;
  color: #ffffff;
  background-color: #0081cc;
}
.tree-node {
  cursor: default !important;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tree-node .tree-title {
  display: inline;
  line-height: 30px;
  vertical-align: middle;
}
.process-mark {
  display: inline-block;
  width: 40px;
  position: absolute;
  right: 5px;
  border-radius: 5px;
  top: 3px;
  bottom: 3px;
  padding-left: 5px;
  line-height: 24px;
}
.process-mark span {
  color: #ffffff;
  font-size: 13px;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #0081cc;
  font-weight: bold;
}
.process-mark2 {
  display: inline-block;
  position: absolute;
  right: 5px;
  border-radius: 5px;
  top: 3px;
  bottom: 3px;
  padding-left: 5px;
  line-height: 24px;
}
.process-mark2 span {
  font-size: 13px;
}
/* easyui-combobox */
.textbox {
  width: 100% !important;
  border-radius: 3px !important;
  border-color: #dddddd !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textbox .textbox-text {
  height: 28px !important;
  line-height: 28px !important;
  width: calc(100% - 18px) !important;
}
.textbox .combo-arrow {
  height: 30px !important;
  background-color: #ffffff;
}
.combobox-item.combobox-item-hover,
.combobox-item.combobox-item-selected {
  background-color: #fbf3db;
}
/* 图例 */
.legend {
  padding: 8.5px 8px;
  border-bottom: 2px solid #0081cc;
  background-color: #f1f6fc;
}
.legend span {
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 16px;
  background-position: left center;
}
.legend span:first-child {
  background-image: url(../image/catlog.png);
}
.legend span:nth-child(2) {
  background-image: url(../image/survey.png);
  background-size: 15px;
}
.legend span:nth-child(3) {
  background-image: url(../image/draft.png);
}
.legend span.moveDes {
  cursor: pointer;
}
.legend i.iconsousuo,
.legend i.iconclose {
  color: #0081cc;
  cursor: pointer;
}
.des-box {
  background: #fff;
  z-index: 9;
  position: absolute;
  padding: 8px;
}
.des-box h2 {
  font-weight: bold;
  font-size: 14px;
  padding-top: 16px;
}
.des-box .description {
  padding: 8px 0;
}
.des-box .description span {
  position: relative;
}
.des-box .description span img {
  position: absolute;
}
.des-box .description span em:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
.des-box .description span em.back:before {
  content: "↙" !important;
  position: absolute !important;
  top: -3px !important;
  left: 0 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: red !important;
  width: 0 !important;
  height: 0 !important;
}
.des-box .description span em.back:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
.des-box .description span em.rollback:before {
  content: "\e62e" !important;
  position: absolute !important;
  top: 0 !important;
  left: 2px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  color: red !important;
  width: 0 !important;
  height: 0 !important;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.des-box .description span em.rollback:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
.des-box .description span b.des-draft {
  color: #ffffff;
  font-size: 13px;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #0081cc;
  font-weight: bold;
}
.des-box .description span:last-child {
  padding-left: 16px;
}
/* 搜索框 */
.tree-search-all-box .tree-search-close {
  cursor: pointer;
  margin-top: 5px;
}
.tree-search-all-box .search-select {
  padding: 0 8px;
  position: relative;
}
.tree-search-all-box .search-select i {
  position: absolute;
  right: 30px;
  top: 6px;
  cursor: pointer;
}
.tree-search-box {
  background: #fff;
  padding: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tree-search-box input {
  padding-right: 25px;
}
.tree-search-box i.iconsousuo {
  position: absolute;
  right: 64px;
  top: 15px;
  color: #0081cc;
  cursor: pointer;
}
.tree-scroll-container {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
#tree > li > .tree-node:first-child .tree-icon,
#east-tree > li > .tree-node:first-child .tree-icon,
#delLinkTree > li > .tree-node:first-child .tree-icon,
#allNotAppTree > li > .tree-node:first-child .tree-icon {
  display: none;
}
#east-tree li {
  position: relative;
}
#east-tree .tree-node {
  padding-right: 0;
  margin: 0 8px;
  border-bottom: 1px dashed #ddd;
  width: calc(100% - 16px);
}
#east-tree .tree-node[data-dirtype='3'] {
  display: table;
  white-space: normal;
  height: auto !important;
  overflow: visible;
}
#east-tree .tree-node[data-dirtype='3'] .tree-title {
  white-space: normal;
}
#east-tree .tree-node[data-dirtype='3'] .tree-icon {
  background-position: center 8px;
}
#east-tree .tree-node[data-dirtype='3'] > * {
  display: table-cell;
}
#east-tree .tree-node-survey > * {
  float: right;
}
#east-tree .tree-node-survey .tree-node-prompt {
  color: #999;
}
#east-tree .tree-node-survey .btn {
  margin-left: 8px;
  margin-top: 2px;
}
#east-tree .tree-node-survey .btn:hover {
  color: #000;
}
#east-tree .tree-node-tag {
  margin-left: 16px;
  display: inline-block;
  color: #0081cc;
  background-color: #f1f6fc;
  line-height: 20px;
  padding: 0 8px;
}
.tree-title .noApplicability {
  color: #999 !important;
}
.tree-title i.icontingzhishangbao {
  color: #ff0000;
  font-size: 14px;
  margin-right: 2px;
}
/**------------------------------------------------------------------------------------------
 *      mCustomScrollBar补丁 && light风格下的自定义滚动条样式(浅灰色窄条风格)
 *------------------------------------------------------------------------------------------*/
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.mCS-light .mCSB_scrollTools {
  width: 5px;
}
.mCS-light .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCS-light .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(179, 179, 179, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-light .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(179, 179, 179, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
/* 用样式处理树的相关状态显示 */
#tree .tree-node {
  position: relative;
  height: 30px !important;
  /* 已归档 */
  /* 搜索出的除底稿项节点 */
  /* 被驳回 */
  /* 被回退 */
  /* 颜色【适用于左侧树结构】*/
  /* 是否显示待办红点标记 */
  /* 树右侧图标 */
}
#tree .tree-node > * {
  margin-top: 6px;
}
#tree .tree-node > *:not(.tree-icon, .tree-expand) {
  height: 30px !important;
}
#tree .tree-node[data-is-searched='1'] .tree-checkbox {
  display: none;
}
#tree .tree-node[data-is-searched='1'] .tree-icon:before {
  display: none !important;
}
#tree .tree-node[data-status='5'] .tree-icon,
#tree .tree-node[data-dismiss-sign='1'] .tree-icon {
  position: relative;
}
#tree .tree-node[data-status='5'] .tree-icon:before,
#tree .tree-node[data-dismiss-sign='1'] .tree-icon:before {
  content: "↙" !important;
  position: absolute !important;
  top: -6px !important;
  left: 0 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: red !important;
  width: 0 !important;
  height: 0 !important;
}
#tree .tree-node[data-status='5'] .tree-icon:after,
#tree .tree-node[data-dismiss-sign='1'] .tree-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
#tree .tree-node[data-status='6'] .tree-icon,
#tree .tree-node[data-dismiss-sign='2'] .tree-icon {
  position: relative;
}
#tree .tree-node[data-status='6'] .tree-icon:before,
#tree .tree-node[data-dismiss-sign='2'] .tree-icon:before {
  content: "\e62e" !important;
  position: absolute !important;
  top: 0 !important;
  left: 2px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  color: red !important;
  width: 0 !important;
  height: 0 !important;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
#tree .tree-node[data-status='6'] .tree-icon:after,
#tree .tree-node[data-dismiss-sign='2'] .tree-icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
#tree .tree-node[data-color=red] .tree-title {
  color: #fe8558;
}
#tree .tree-node[data-color=blue] .tree-title {
  color: #0896ba;
}
#tree .tree-node[data-color=yellow] .tree-title {
  color: #f8bc38;
}
#tree .tree-node[data-color=green] .tree-title {
  color: #4ecd96;
}
#tree .tree-node[data-color=gray] .tree-title {
  color: #999;
}
#tree .tree-node[data-is-todo=true] .tree-icon {
  position: relative;
}
#tree .tree-node[data-is-todo=true] .tree-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
}
#tree .tree-node .duty-status {
  color: #0081cc;
  position: absolute;
  right: 5px;
  font-size: 16px;
}
.tree-node {
  position: relative;
  height: 30px !important;
  /* 节点类型【图标】 */
}
.tree-node > * {
  margin-top: 6px;
}
.tree-node > *:not(.tree-icon, .tree-expand) {
  height: 30px !important;
}
.tree-node .tree-icon {
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.tree-node[data-dirtype='1'] .tree-icon {
  background-image: url(../image/catlog.png);
}
.tree-node[data-dirtype='2'] .tree-icon {
  background-image: url(../image/survey.png);
  background-size: 15px;
}
.tree-node[data-dirtype='3'] .tree-icon {
  background-image: url(../image/draft.png);
}
.tree-node[data-dirtype='4'] .tree-icon {
  background-image: url(../image/feedback.png);
}
.tree-node[data-dirtype='5'] .tree-icon {
  background-image: url(../image/pablem.png);
}
.tree-node[data-dirtype='file'] .tree-icon {
  background-image: url(../image/attachment.png);
}
/* 任务详情 */
div.header.duty-header {
  padding: 0 !important;
  border: none !important;
  background-color: #ffffff !important;
}
div.header.duty-header .duty-name-info {
  min-height: 53.61px;
  padding: 8px;
  background-color: #1A435B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.header.duty-header .duty-name-info .duty-name-info-btn {
  display: flex;
}
div.header.duty-header .duty-termination-info .reject-info-container,
div.header.duty-header .link-msg-info .reject-info-container {
  margin: 0;
  padding: 3px 8px;
}
div.header.duty-header .duty-termination-info .reject-info-container > span,
div.header.duty-header .link-msg-info .reject-info-container > span {
  margin-top: 0;
}
div.header.duty-header .duty-tabs {
  height: 42px;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #dedfde !important;
  *zoom: 1;
  position: relative;
}
div.header.duty-header .duty-tabs:before,
div.header.duty-header .duty-tabs:after {
  content: "";
  display: table;
}
div.header.duty-header .duty-tabs:after {
  clear: both;
}
div.header.duty-header .duty-tabs a {
  float: left;
  display: block;
  line-height: 22px;
  padding: 10px 20px 7px;
  font-size: 16px;
  color: #999;
  border-bottom: 3px solid #ffffff;
  white-space: nowrap;
  cursor: pointer;
}
div.header.duty-header .duty-tabs a:hover,
div.header.duty-header .duty-tabs a.active {
  color: #0081cc;
  border-color: #0081cc;
}
div.header.duty-header .duty-tabs > :last-child {
  float: right;
  margin-right: 8px;
  margin-top: 5px;
}
div.header.duty-header .duty-tabs #duty-tabs2 {
  width: calc(100% - 80px) !important;
}
div.header.duty-header .duty-tabs #duty-tabs3 {
  width: calc(100% - 80px) !important;
}
div.header.duty-header .duty-tabs #duty-tabs,
div.header.duty-header .duty-tabs #duty-tabs2,
div.header.duty-header .duty-tabs #duty-tabs3 {
  width: calc(100% - 160px);
  overflow: hidden;
  box-sizing: border-box;
  float: left;
}
div.header.duty-header .duty-tabs #duty-tabs > div,
div.header.duty-header .duty-tabs #duty-tabs2 > div,
div.header.duty-header .duty-tabs #duty-tabs3 > div {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
}
div.header.duty-header .duty-tabs #duty-tabs.overflow,
div.header.duty-header .duty-tabs #duty-tabs2.overflow,
div.header.duty-header .duty-tabs #duty-tabs3.overflow {
  margin: 0 30px;
}
div.header.duty-header .duty-tabs i.iconfont.left,
div.header.duty-header .duty-tabs i.iconfont.right {
  position: absolute;
  font-size: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background: #0081cc;
  border-radius: 20px;
  top: 9px;
}
div.header.duty-header .duty-tabs i.iconfont.left.left,
div.header.duty-header .duty-tabs i.iconfont.right.left {
  left: 0;
}
div.header.duty-header .duty-tabs i.iconfont.left.right,
div.header.duty-header .duty-tabs i.iconfont.right.right {
  right: 100px;
}
div.header.duty-header .duty-tabs i.iconfont.left:hover,
div.header.duty-header .duty-tabs i.iconfont.right:hover {
  color: #0081cc;
  cursor: pointer;
  background: #f1f6fc;
}
div.header.duty-header .duty-tabs i.iconfont.left.gray,
div.header.duty-header .duty-tabs i.iconfont.right.gray,
div.header.duty-header .duty-tabs i.iconfont.left.gray:hover,
div.header.duty-header .duty-tabs i.iconfont.right.gray:hover {
  background: #a7a7a7;
  color: #fff;
}
div.header.duty-header .duty-operation {
  padding: 0 8px 8px;
  background-color: #ffffff;
  *zoom: 1;
}
div.header.duty-header .duty-operation:before,
div.header.duty-header .duty-operation:after {
  content: "";
  display: table;
}
div.header.duty-header .duty-operation:after {
  clear: both;
}
div.header.duty-header .duty-operation > :first-child {
  float: left;
  width: calc(100% - 115px);
}
div.header.duty-header .duty-operation > :first-child > * {
  display: inline-block;
  margin-top: 8px;
}
div.header.duty-header .duty-operation > :last-child {
  float: right;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 8px;
  margin-top: 8px;
  color: #0081cc;
  background-color: #f1f6fc;
}
div.header.duty-header .duty-operation .execute-state {
  display: inline-block;
}
div.header.duty-header .duty-operation .execute-state .review-state,
div.header.duty-header .duty-operation .execute-state .archive-state,
div.header.duty-header .duty-operation .execute-state .reject-state,
div.header.duty-header .duty-operation .execute-state .rollback-state {
  display: inline-block;
}
div.header.duty-header #no-permission-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.header.duty-header #no-permission-tip p {
  color: #979797;
}
div.header.duty-header #no-data-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#taber-box .duty-tabs i.iconfont.left,
#taber-box .duty-tabs i.iconfont.right {
  position: absolute;
  font-size: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background: #0081cc;
  border-radius: 20px;
  top: 0px;
}
#taber-box .duty-tabs i.iconfont.left.right,
#taber-box .duty-tabs i.iconfont.right.right {
  right: 0px;
}
/* 任务详情基本信息部分 */
.taskRootArea h1 {
  text-align: center;
  font-size: 18px;
  color: #0081cc;
  font-weight: normal;
  margin-top: 16px;
}
.taskRootArea .history-btnbox {
  position: absolute;
  top: 10px;
  right: 0;
}
.taskRootArea p {
  text-align: center;
  margin-top: 16px;
}
.taskRootArea p span {
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 5px;
  border-radius: 11px;
  min-width: 22px;
  color: #ffffff;
  background-color: #fe8558;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taskRootArea #operationLogToolbar,
.taskRootArea #operationLogToolbar2 {
  float: right;
  display: flex;
}
.taskRootArea #operationLogToolbar > *,
.taskRootArea #operationLogToolbar2 > * {
  margin-left: 8px;
  float: none;
}
.taskRootArea #operationLogToolbar .textbox,
.taskRootArea #operationLogToolbar2 .textbox {
  width: 150px !important;
}
.taskRootArea #operationLogToolbar .oprationLogDateBox,
.taskRootArea #operationLogToolbar2 .oprationLogDateBox {
  display: flex;
  align-items: center;
  background: #fff;
}
.taskRootArea #operationLogToolbar .oprationLogDateBox input,
.taskRootArea #operationLogToolbar2 .oprationLogDateBox input {
  border: none;
  height: 100%;
  text-align: center;
}
.taskRootArea #operationLogToolbar .oprationLogDateBox input:focus,
.taskRootArea #operationLogToolbar2 .oprationLogDateBox input:focus {
  box-shadow: none;
}
.taskRootArea #operationLogToolbar #operationLogKeyWord,
.taskRootArea #operationLogToolbar2 #operationLogKeyWord,
.taskRootArea #operationLogToolbar #operationLogKeyWord2,
.taskRootArea #operationLogToolbar2 #operationLogKeyWord2 {
  width: 150px;
}
#operationLogToolbar,
#operationLogToolbar2 {
  float: right;
  display: flex;
  margin-top: 8px;
}
#operationLogToolbar > *,
#operationLogToolbar2 > * {
  margin-left: 8px;
  float: none;
}
#operationLogToolbar .textbox,
#operationLogToolbar2 .textbox {
  width: 120px !important;
}
#operationLogToolbar .oprationLogDateBox,
#operationLogToolbar2 .oprationLogDateBox {
  display: flex;
  align-items: center;
  background: #fff;
}
#operationLogToolbar .oprationLogDateBox input,
#operationLogToolbar2 .oprationLogDateBox input {
  border: none;
  height: 100%;
  text-align: center;
  min-width: 0;
}
#operationLogToolbar .oprationLogDateBox input:focus,
#operationLogToolbar2 .oprationLogDateBox input:focus {
  box-shadow: none;
}
#operationLogToolbar #operationLogKeyWord,
#operationLogToolbar2 #operationLogKeyWord,
#operationLogToolbar #operationLogKeyWord2,
#operationLogToolbar2 #operationLogKeyWord2 {
  width: 150px;
}
.feedbackRootArea h1 {
  text-align: center;
  font-size: 18px;
  color: #0081cc;
  font-weight: normal;
  margin-top: 16px;
}
.feedbackRootArea p {
  text-align: center;
  margin-top: 16px;
}
.feedbackRootArea p span {
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 5px;
  border-radius: 11px;
  min-width: 22px;
  color: #ffffff;
  background-color: #fe8558;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
tr[data-disableRow] {
  pointer-events: none;
  background-color: #eee !important;
}
tr[data-disableRow] input[type="checkbox"] {
  pointer-events: none;
}
/* 任务详情基本信息部分弹框 */
#moveStaffInPopup {
  height: 386px;
}
#moveStaffInPopup .processRadio {
  height: 300px;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  padding-left: 10px;
  overflow-y: auto;
}
#moveStaffInPopup .processRadio > label.input-check {
  margin-top: 12px;
}
#moveStaffInPopup .processRadio > label.input-check > :nth-child(2) {
  top: 6px;
}
#moveStaffInPopup .processRadio > label.input-check > :nth-child(3) {
  position: absolute;
  top: 6px;
}
#moveStaffInPopup .moveInBox {
  display: flex;
  justify-content: space-around;
  padding: 8px;
}
#moveStaffInPopup .moveInleftPanel,
#moveStaffInPopup .moveInCenterPanel,
#moveStaffInPopup .moveInRightPanel {
  height: 320px;
  border: 1px solid #ddd;
  width: 230px;
}
#moveStaffInPopup .moveInCenterPanel {
  margin: 0 8px;
}
#moveStaffInPopup .moveInRightPanel {
  color: #0081cc;
  background-color: #f1f6fc;
  position: relative;
}
#moveStaffInPopup .moveInRightPanel > button {
  margin: 8px;
}
#moveStaffInPopup .moveInRightPanel #moveStaffInUserList {
  overflow-y: auto;
  white-space: normal;
  word-break: break-all;
  line-height: 30px;
  width: calc(100% - 10px);
  height: 275px;
  position: absolute;
  left: 9px;
}
#moveStaffInPopup .moveInRightPanel #moveStaffInUserList span {
  padding: 0 5px;
  line-height: 30px;
  display: block;
  border-bottom: 1px dashed #ddd;
}
#moveStaffInPopup .moveInRightPanel #moveStaffInUserList span i {
  float: right;
  margin-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: #fe8558;
  font-size: 12px;
}
#moveStaffInPopup .moveInRightPanel #moveStaffInUserList span.selected {
  background: #fff;
}
#moveStaffInPopup .moveInRightPanel h4 {
  margin-left: 35px;
  margin-top: 5px;
}
#moveStaffInPopup .moveInRightPanel #moveStaffInPowerTree {
  height: 330px;
  width: 525px;
  overflow-y: auto;
  position: absolute;
  top: 109px;
  right: 8px;
}
#moveStaffOutPopup,
#moveStaffOutPopup2 {
  height: 386px;
}
#moveStaffOutPopup .processRadio,
#moveStaffOutPopup2 .processRadio {
  height: 30px;
  display: flex;
  line-height: 30px;
  padding-left: 10px;
}
#moveStaffOutPopup .processRadio > label.input-check,
#moveStaffOutPopup2 .processRadio > label.input-check {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
#moveStaffOutPopup .processRadio > label.input-check > :nth-child(2),
#moveStaffOutPopup2 .processRadio > label.input-check > :nth-child(2) {
  top: 6px;
}
#moveStaffOutPopup #moveStaffOutGrid,
#moveStaffOutPopup2 #moveStaffOutGrid,
#moveStaffOutPopup #moveStaffOutGrid2,
#moveStaffOutPopup2 #moveStaffOutGrid2 {
  margin-top: 8px;
}
#moveStaffOutPopup #moveStaffOutGrid td,
#moveStaffOutPopup2 #moveStaffOutGrid td,
#moveStaffOutPopup #moveStaffOutGrid2 td,
#moveStaffOutPopup2 #moveStaffOutGrid2 td {
  width: 33.33%;
  text-align: left;
  padding: 2px 10px;
  border: 1px solid #dddddd;
}
#moveStaffOutPopup #moveStaffOutGrid td a,
#moveStaffOutPopup2 #moveStaffOutGrid td a,
#moveStaffOutPopup #moveStaffOutGrid2 td a,
#moveStaffOutPopup2 #moveStaffOutGrid2 td a {
  float: right;
  cursor: pointer;
}
#moveStaffOutPopup #moveStaffOutGrid td i.iconclose,
#moveStaffOutPopup2 #moveStaffOutGrid td i.iconclose,
#moveStaffOutPopup #moveStaffOutGrid2 td i.iconclose,
#moveStaffOutPopup2 #moveStaffOutGrid2 td i.iconclose {
  float: right;
  margin-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: #fe8558;
  font-size: 12px;
}
#moveStaffOutPopup #moveStaffOutGrid thead > tr,
#moveStaffOutPopup2 #moveStaffOutGrid thead > tr,
#moveStaffOutPopup #moveStaffOutGrid2 thead > tr,
#moveStaffOutPopup2 #moveStaffOutGrid2 thead > tr {
  width: 100%;
}
#moveStaffOutPopup #moveStaffOutGrid thead > tr td,
#moveStaffOutPopup2 #moveStaffOutGrid thead > tr td,
#moveStaffOutPopup #moveStaffOutGrid2 thead > tr td,
#moveStaffOutPopup2 #moveStaffOutGrid2 thead > tr td {
  height: 22px;
  background-color: #f7f7f7;
}
#moveStaffOutPopup #moveStaffOutGrid tbody > tr,
#moveStaffOutPopup2 #moveStaffOutGrid tbody > tr,
#moveStaffOutPopup #moveStaffOutGrid2 tbody > tr,
#moveStaffOutPopup2 #moveStaffOutGrid2 tbody > tr {
  width: 100%;
}
#moveStaffOutPopup #moveStaffOutGrid tbody > tr td,
#moveStaffOutPopup2 #moveStaffOutGrid tbody > tr td,
#moveStaffOutPopup #moveStaffOutGrid2 tbody > tr td,
#moveStaffOutPopup2 #moveStaffOutGrid2 tbody > tr td {
  background-color: #fff;
  padding: 2px 0;
}
#moveStaffOutPopup #moveStaffOutGrid tbody > tr td > div,
#moveStaffOutPopup2 #moveStaffOutGrid tbody > tr td > div,
#moveStaffOutPopup #moveStaffOutGrid2 tbody > tr td > div,
#moveStaffOutPopup2 #moveStaffOutGrid2 tbody > tr td > div {
  height: 209px;
  overflow-y: auto;
}
#moveStaffOutPopup #moveStaffOutGrid tbody > tr td p,
#moveStaffOutPopup2 #moveStaffOutGrid tbody > tr td p,
#moveStaffOutPopup #moveStaffOutGrid2 tbody > tr td p,
#moveStaffOutPopup2 #moveStaffOutGrid2 tbody > tr td p {
  padding: 0 10px;
  height: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}
#referFlowFilePopup .search {
  display: flex;
  justify-content: space-between;
}
#referFlowFilePopup .search input,
#referFlowFilePopup .search .input-group {
  width: 280px;
}
/* 任务详情页 外层弹框 */
#draftexamine td[field="opinion"] > .datagrid-cell {
  padding-left: 0;
  padding-right: 0;
}
#draftexamine td[field="opinion"] p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#draftexamine td[field="opinion"] .draftexamine-file-box {
  display: flex;
}
#draftexamine td[field="opinion"] .draftexamine-reply:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#draftexamine td[field="opinion"] .draftexamine-reply:not(:first-child) {
  padding-top: 5px;
}
/* 任务树底稿项的格式化 */
.tree-fileupload-container {
  padding: 0;
  background-color: #f7f7f7;
}
.tree-fileupload-container div:first-child {
  padding: 8px;
}
.tree-fileupload-container > div > * {
  vertical-align: middle;
}
.tree-fileupload-container .label-ing {
  border-radius: 3px;
  padding: 2px 8px;
  color: #fff;
  background-color: #4ecd96;
  margin-left: 8px;
}
.tree-fileupload-container .webuploader-pick {
  height: 26px !important;
  padding: 0 5px !important;
  color: #333 !important;
  line-height: 24px;
  box-sizing: border-box;
}
.tree-fileupload-container .webuploader-pick + div {
  width: 100% !important;
  height: 100% !important;
}
.tree-fileupload-container .upload-file-draft {
  padding: 0;
  border: none;
}
.tree-fileupload-container .draft-description {
  word-break: break-all;
  line-height: 20px;
  margin: 8px 0 0;
  border: 1px solid #0081cc;
  background: #f1f6fc;
  padding: 4px 8px;
  position: relative;
}
.tree-fileupload-container .draft-description p {
  padding-right: 60px;
}
.tree-fileupload-container .draft-description p.draft-describe {
  padding-right: 80px;
}
.tree-fileupload-container .draft-description span {
  white-space: normal;
}
.tree-fileupload-container .draft-description > a {
  position: absolute;
  top: 4px;
  right: 8px;
}
.tree-fileupload-container p.draft-description {
  padding-right: 80px;
}
.tree-files-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #dddddd;
}
.tree-files-list li .fileItemList:first-child {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  position: static;
  padding: 0;
}
.tree-files-list li .fileItemList:first-child > * {
  display: table-cell;
  vertical-align: middle;
}
.tree-files-list li .fileItemList:first-child > :first-child {
  width: 50px;
  position: relative;
}
.tree-files-list li .fileItemList:first-child > :first-child .iconfont {
  display: block;
  font-size: 36px;
  color: grey;
}
.tree-files-list li .fileItemList:first-child > :first-child .iconyiwancheng- {
  position: absolute;
  color: red !important;
  transform: rotate(-27deg);
  margin: -13px 0 0 -7px;
}
.tree-files-list li .fileItemList:first-child > :nth-child(2) {
  line-height: 20px;
  min-width: 350px;
}
.tree-files-list li .fileItemList:first-child > :nth-child(2) p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tree-files-list li .fileItemList:first-child > :nth-child(2) span {
  color: #999;
  margin-right: 8px;
  display: inline-block;
}
.tree-files-list li .fileItemList:first-child > :nth-child(2) span.button {
  color: #0081cc;
  cursor: pointer;
  white-space: nowrap;
}
.tree-files-list li > div:first-child {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  position: static;
  padding: 0;
}
.tree-files-list li > div:first-child > * {
  display: table-cell;
  vertical-align: middle;
}
.tree-files-list li > div:first-child > :first-child {
  width: 50px;
}
.tree-files-list li > div:first-child > :first-child .iconfont {
  display: block;
  font-size: 36px;
}
.tree-files-list li > div:first-child > :nth-child(2) {
  line-height: 20px;
}
.tree-files-list li > div:first-child > :nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}
.tree-files-list li > div:first-child > :nth-child(2) p span:nth-child(1) {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 8px;
  color: #0081cc;
  background-color: #f1f6fc;
}
.tree-files-list li > div:first-child > :nth-child(2) p span:nth-child(2) {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.tree-files-list li > div:first-child > :nth-child(2) span {
  color: #999;
  margin-right: 8px;
  display: inline-block;
}
.tree-files-list li > div:first-child > :nth-child(2) span:nth-child(7) {
  color: #0081cc;
  cursor: pointer;
  white-space: nowrap;
}
.tree-files-list li > div:first-child > :nth-child(2) span:nth-child(8) {
  color: #0081cc;
  cursor: pointer;
  white-space: nowrap;
}
.tree-files-list li > div.opinion-item {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 8px;
  max-height: 480px;
  overflow-y: auto;
}
.tree-files-list li > div.opinion-item .opinion-item-list {
  border-top: 1px dashed #dddddd;
  position: relative;
  display: none;
}
.tree-files-list li > div.opinion-item .opinion-item-list .opinion-item-more,
.tree-files-list li > div.opinion-item .opinion-item-list .opinion-item-up {
  display: none;
}
.tree-files-list li > div.opinion-item .opinion-item-list:first-child {
  display: block !important;
}
.tree-files-list li > div.opinion-item .opinion-item-list:first-child .opinion-item-more,
.tree-files-list li > div.opinion-item .opinion-item-list:first-child .opinion-item-up {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0081cc;
  width: 64px;
  font-size: 12px;
  line-height: 20px;
}
.tree-files-list li > div.opinion-item .opinion-item-list:first-child .opinion-item-more i,
.tree-files-list li > div.opinion-item .opinion-item-list:first-child .opinion-item-up i {
  display: inline-block !important;
  font-size: 14px;
}
.tree-files-list li > div.opinion-item .opinion-item-list p {
  word-break: break-all;
  color: #000000;
  white-space: normal;
  line-height: 20px;
  display: block;
  padding: 8px 120px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.tree-files-list li > div.opinion-item .opinion-item-list span {
  color: #979797;
  padding: 0 10px 8px 10px;
}
.tree-files-list li > div.opinion-item .opinion-item-list span.reply {
  color: #525252;
  padding: 0 2px;
}
.tree-files-list li > div.opinion-item .opinion-item-list .opinion-item-replay {
  color: #0081cc;
  padding-left: 8px;
  cursor: pointer;
  width: auto;
}
.tree-files-list li > div.opinion-item .opinion-item-list:first-child {
  border-top: none;
}
.tree-files-list li > div.opinion-item .block {
  display: block;
}
.tree-files-list li > div.opinion-item-sec {
  margin: 8px 10px 10px 10px;
  position: relative;
}
.tree-files-list li > div.opinion-item-sec .opinion-item-list {
  border: none;
  background: #f7f7f7;
}
.tree-files-list li > div.opinion-item-sec:before {
  content: " ";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 45px;
}
.tree-files-list li > div p.opinion-file {
  padding: 8px 10px 0;
}
.tree-files-list li > div p.opinion-file > * {
  padding: 0;
  margin-right: 10px;
}
.tree-files-list li > div p.opinion-file > span {
  color: #525252;
  padding: 0 !important;
}
.tree-files-list li > div p.opinion-file > i.iconfujian {
  margin-right: 5px;
  font-size: 14px;
  padding-left: 8px;
}
.tree-files-list li:last-child {
  border-bottom: none;
}
.tree-files-list li .btn-group {
  width: auto;
  padding-left: 8px;
  display: flex !important;
  justify-content: flex-end;
  float: right;
}
.tree-files-list li .btn-group button {
  float: none;
}
.tree-files-list li div.historyItem {
  background: #FFFFE7;
  padding: 16px;
}
.tree-files-list li div.historyItem .fileListItm {
  margin-bottom: 8px;
  padding-top: 8px;
}
.tree-files-list li div.historyItem .fileListItm div {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  position: static;
  padding-left: 0;
}
.tree-files-list li div.historyItem .fileListItm div > div {
  display: table-cell;
  vertical-align: middle;
}
.tree-files-list li div.historyItem .fileListItm div div:first-child {
  width: 50px;
}
.tree-files-list li div.historyItem .fileListItm div div:first-child .iconfont {
  display: block;
  font-size: 36px;
}
.tree-files-list li div.historyItem .fileListItm div div:nth-child(2) {
  line-height: 20px;
  width: 45%;
}
.tree-files-list li div.historyItem .fileListItm div div:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 500px;
}
.tree-files-list li div.historyItem .fileListItm div div:nth-child(2) span {
  color: #999;
  margin-right: 8px;
  white-space: nowrap;
}
.tree-files-list li div.historyItem .fileListItm div div.btn-group {
  width: 164px;
  padding-left: 8px;
}
.tree-files-list li div.historyItem .opinion-item {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 8px;
  position: relative;
  display: block;
  width: auto;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list {
  width: 100% !important;
  border-bottom: 1px dashed #dddddd;
  display: none;
  padding: 8px;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list .opinion-item-more,
.tree-files-list li div.historyItem .opinion-item .opinion-item-list .opinion-item-up {
  display: none;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:first-child {
  display: block !important;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-more,
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-up {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0081cc;
  width: 64px;
  font-size: 12px;
  line-height: 20px;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-more i,
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-up i {
  display: inline-block !important;
  font-size: 14px;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list p {
  word-break: break-all;
  color: #000000;
  white-space: normal;
  line-height: 20px;
  display: block;
  padding: 8px 120px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list span {
  color: #999;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list .opinion-item-replay {
  color: #0081cc;
  padding-left: 8px;
  cursor: pointer;
}
.tree-files-list li div.historyItem .opinion-item .opinion-item-list:last-child {
  border-bottom: none;
}
.tree-files-list li div.historyItem .opinion-item .block {
  display: block;
}
.tree-files-list li div.historyItem div:hover {
  background: #F1F6FC;
}
.tree-files-list li div.historyItem div:last-child {
  margin-bottom: 0;
}
.to-be-added {
  word-break: break-all;
  line-height: 20px;
  margin: 8px;
  border: 1px solid #F2B26F;
  background: #FFF2DE;
  padding: 4px 8px;
}
.to-be-added h3 {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}
/* 待办页列表的格式化 */
#grid-todo-container .todo-count-handle {
  display: flex;
  align-items: center;
}
#grid-todo-container .todo-count-handle i.icondian {
  font-size: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#grid-todo-container .todo-count-handle span {
  background-color: transparent;
  line-height: 25px;
  margin-right: 5px;
}
#grid-todo-container .todo-count-handle span.blue {
  color: #05a;
}
#grid-todo-container .todo-count-handle span.red {
  color: #FB5353;
}
/* 待办详情页底稿项的格式化 */
.grid-draft-container .webuploader-container {
  padding: 0;
  border: none;
}
.grid-draft-container .webuploader-container .webuploader-pick {
  height: 26px !important;
  padding: 0 5px !important;
  color: #333 !important;
  line-height: 24px;
  box-sizing: border-box;
}
.grid-draft-container .webuploader-container .webuploader-pick + div {
  width: 100% !important;
  height: 100% !important;
}
.grid-draft-container .draft-operate-btn {
  padding: 0;
  border-radius: 3px !important;
  border: 1px solid #dddddd;
}
.grid-draft-container .global-tag {
  padding: 0 4px;
}
.grid-draft-container .global-tag.orange {
  color: #fe8558;
  background: #fe855824;
}
.grid-draft-container .grid-file-name {
  display: flex;
  align-items: center;
}
.grid-draft-container .grid-file-name *:not(:last-child) {
  margin-right: 5px;
}
.grid-draft-container .grid-file-detail span {
  color: #999;
  margin: 0 12px;
}
.grid-draft-container .grid-file-detail span:not(:last-child)::after {
  content: '|';
  color: #999;
  font-size: 13px;
  position: relative;
  left: 12px;
}
.grid-draft-container .grid-file-detail span:first-child {
  margin-left: 0;
}
.grid-draft-container .grid-file-detail span:last-child {
  margin-right: 0;
}
.grid-draft-container .grid-file-detail-btn span {
  color: #999;
  margin: 0 12px 0 0;
}
.grid-draft-container .grid-file-detail-btn span::after {
  content: '|';
  color: #999;
  font-size: 13px;
  position: relative;
  left: 12px;
  margin-right: 12px;
}
.grid-draft-container .grid-file-detail-btn a {
  cursor: pointer;
}
.grid-draft-container .grid-file-detail-btn a:not(:last-child) {
  margin-right: 8px;
}
.grid-draft-container .grid-contain-more {
  display: inline-flex;
  width: calc(100% - 36px);
  float: right;
  justify-content: space-between;
}
.grid-draft-container .grid-contain-more.all-show {
  width: 100%;
}
.grid-draft-container .grid-contain-more span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-draft-container .grid-contain-more a {
  margin-left: 5px;
}
/* 废弃记录弹框内底稿项的格式化 */
#obsoleteRecordDialog .fileItemList:first-child {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  position: static;
  padding: 0;
}
#obsoleteRecordDialog .fileItemList:first-child > * {
  display: table-cell;
  vertical-align: middle;
}
#obsoleteRecordDialog .fileItemList:first-child > :first-child {
  width: 50px;
  position: relative;
}
#obsoleteRecordDialog .fileItemList:first-child > :first-child .iconfont {
  display: block;
  font-size: 36px;
  color: grey !important;
}
#obsoleteRecordDialog .fileItemList:first-child > :first-child .iconyiwancheng- {
  position: absolute;
  color: red !important;
  transform: rotate(-27deg);
  margin: -13px 0 0 -7px;
}
#obsoleteRecordDialog .fileItemList:first-child > :nth-child(2) {
  line-height: 20px;
  width: 350px;
}
#obsoleteRecordDialog .fileItemList:first-child > :nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#obsoleteRecordDialog .fileItemList:first-child > :nth-child(2) span {
  color: #999;
  margin-right: 8px;
  display: inline-block;
}
#obsoleteRecordDialog .fileItemList:first-child > :nth-child(2) span.button {
  color: #0081cc;
  cursor: pointer;
  white-space: nowrap;
}
#obsoleteRecordDialog .opinion-item {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 8px;
  max-height: 100px;
  overflow-y: auto;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list {
  border-top: 1px dashed #dddddd;
  position: relative;
  display: none;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list .opinion-item-more,
#obsoleteRecordDialog .opinion-item .opinion-item-list .opinion-item-up {
  display: none;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child {
  display: block !important;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child .opinion-item-more,
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child .opinion-item-up {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0081cc;
  width: 64px;
  font-size: 12px;
  line-height: 20px;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child .opinion-item-more i,
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child .opinion-item-up i {
  display: inline-block !important;
  font-size: 14px;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list p {
  word-break: break-all;
  color: #000000;
  white-space: normal;
  line-height: 20px;
  display: block;
  padding: 8px 120px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list span {
  color: #979797;
  padding: 0 10px 8px 10px;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list span.reply {
  color: #525252;
  padding: 0 2px;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list .opinion-item-replay {
  color: #0081cc;
  padding-left: 8px;
  cursor: pointer;
  width: auto;
}
#obsoleteRecordDialog .opinion-item .opinion-item-list:first-child {
  border-top: none;
}
#obsoleteRecordDialog .opinion-item .block {
  display: block;
}
#obsoleteRecordDialog .opinion-item-sec {
  margin: 8px 10px 10px 10px;
  position: relative;
}
#obsoleteRecordDialog .opinion-item-sec .opinion-item-list {
  border: none;
  background: #f7f7f7;
}
#obsoleteRecordDialog .opinion-item-sec:before {
  content: " ";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 45px;
}
#obsoleteRecordDialog .opinion-file {
  padding: 8px 10px 0;
}
#obsoleteRecordDialog .opinion-file > * {
  padding: 0;
  margin-right: 10px;
}
#obsoleteRecordDialog .opinion-file > span {
  color: #525252;
  padding: 0 !important;
}
#obsoleteRecordDialog .opinion-file > i.iconfujian {
  margin-right: 5px;
  margin-left: 10px;
  font-size: 14px;
}
#obsoleteRecordDialog .btn-group {
  width: auto;
  padding-left: 8px;
  display: flex !important;
  justify-content: space-between;
  float: right;
}
#obsoleteRecordDialog .btn-group button {
  float: none;
}
#obsoleteRecordDialog div.historyItem {
  background: #FFFFE7;
  padding: 16px;
}
#obsoleteRecordDialog div.historyItem .fileListItm {
  margin-bottom: 8px;
  padding-top: 8px;
}
#obsoleteRecordDialog div.historyItem .fileListItm div {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  position: static;
  padding-left: 0;
}
#obsoleteRecordDialog div.historyItem .fileListItm div > div {
  display: table-cell;
  vertical-align: middle;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div:first-child {
  width: 50px;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div:first-child .iconfont {
  display: block;
  font-size: 36px;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div:nth-child(2) {
  line-height: 20px;
  width: 65%;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 500px;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div:nth-child(2) span {
  color: #999;
  margin-right: 8px;
  white-space: nowrap;
}
#obsoleteRecordDialog div.historyItem .fileListItm div div.btn-group {
  width: 164px;
  padding-left: 8px;
  justify-content: flex-end;
}
#obsoleteRecordDialog div.historyItem .opinion-item {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-top: 8px;
  position: relative;
  display: block;
  width: auto;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list {
  width: 100% !important;
  border-bottom: 1px dashed #dddddd;
  display: none;
  padding: 8px;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list .opinion-item-more,
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list .opinion-item-up {
  display: none;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:first-child {
  display: block !important;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-more,
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-up {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0081cc;
  width: 64px;
  font-size: 12px;
  line-height: 20px;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-more i,
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:first-child .opinion-item-up i {
  display: inline-block !important;
  font-size: 14px;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list p {
  word-break: break-all;
  color: #000000;
  white-space: normal;
  line-height: 20px;
  display: block;
  padding: 8px 120px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list span {
  color: #999;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list .opinion-item-replay {
  color: #0081cc;
  padding-left: 8px;
  cursor: pointer;
}
#obsoleteRecordDialog div.historyItem .opinion-item .opinion-item-list:last-child {
  border-bottom: none;
}
#obsoleteRecordDialog div.historyItem .opinion-item .block {
  display: block;
}
#obsoleteRecordDialog div.historyItem div:hover {
  background: #F1F6FC;
}
#obsoleteRecordDialog div.historyItem div:last-child {
  margin-bottom: 0;
}
/* 查看审议意见记录弹框内底稿项的格式化 */
#fileOpinionHistoryPopup .tree-files-list {
  background: #f7f7f7;
}
#fileOpinionHistoryPopup .tree-files-list li > div.opinion-item {
  max-height: 254px;
  min-height: 254px;
}
#fileOpinionHistoryPopup .tree-files-list .fileItemList {
  padding: 8px;
  width: calc(100% - 16px);
}
#fileOpinionHistoryPopup .tree-files-list .opinion-item-more {
  display: none !important;
}
#fileOpinionHistoryPopup .tree-files-list .opinion-item-list,
#fileOpinionHistoryPopup .tree-files-list .opinion-item-sec {
  display: block !important;
  padding: 8px;
}
#fileOpinionHistoryPopup .tree-files-list .no-data-img {
  display: block;
  margin: 0px auto;
}
.btn-group {
  *zoom: 1;
}
.btn-group:before,
.btn-group:after {
  content: "";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group > * {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.reject-info-container {
  margin: 8px;
  padding: 8px;
  border: 1px solid #fe8558;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffefef;
}
.reject-info-container h3 {
  font-weight: normal;
  color: #fe8558;
  font-size: 12px;
  word-break: break-all;
  line-height: 18px;
  white-space: normal;
  margin-right: 95px !important;
}
.reject-info-container h3 span {
  color: #666;
}
.reject-info-container h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 0px !important;
  height: 11px;
  background-color: #999;
}
.reject-info-container > span {
  display: inline-block;
  margin-top: 5px;
  color: #999;
  margin-right: 10px;
}
.reject-info-container .reject-user {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.reject-info-container .reject-user:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 11px;
  background-color: #999;
}
.reject-info-container .reject-info-right {
  position: absolute;
  top: 5px;
  right: 8px;
}
.reject-info-container .reject-info-replay {
  background: #fff;
  position: relative;
  margin-top: 15px;
}
.reject-info-container .reject-info-replay > :before {
  content: " ";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 20px;
}
.reject-info-container .reject-info-replay .reject-tell-container {
  border-bottom: 1px dashed #dddddd;
  padding: 8px 12px;
}
.reject-info-container .reject-info-replay .reject-tell-container p {
  line-height: 25px;
  color: #979797;
}
.reject-info-container .reject-info-replay .reject-tell-container p span {
  color: #525252;
  white-space: normal;
  word-break: break-all;
}
.reject-info-container .reject-info-replay .reject-tell-container span {
  color: #979797;
  padding-right: 15px;
}
.reject-info-container .reject-info-replay .reject-tell-container .reject-user {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.reject-info-container .reject-info-replay .reject-tell-container .reject-user:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 11px;
  background-color: #999;
}
.reject-info-container .reject-info-replay .reject-tell-container:last-child {
  border-bottom: none;
}
.reject-info-container p.opinion-file {
  padding: 0 10px;
}
.reject-info-container p.opinion-file > * {
  padding: 0;
  margin-right: 10px;
}
.reject-info-container p.opinion-file > span {
  color: #525252;
}
.reject-info-container p.opinion-file > i.iconfujian {
  margin-right: 5px;
  font-size: 14px;
}
.reject-history {
  position: absolute;
  top: 43px;
  right: 32px;
  width: 500px;
  max-height: 353px;
  z-index: 999;
  overflow: auto;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding-top: 8px;
}
.reject-history:before {
  content: " ";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: -11px;
  right: 20px;
}
.reject-history .reject-history-number {
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: none;
  color: #fe8558;
  padding: 4px 8px;
}
.reject-history .reject-history-number h2 {
  font-size: 14px;
  line-height: 30px;
  text-indent: 25px;
  position: relative;
  font-weight: normal;
}
.reject-history .reject-history-number h2:before {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fe8558;
  position: absolute;
  top: 9px;
  left: 8px;
}
.reject-history .reject-history-number h2 span {
  display: inline-flex;
  width: 48.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0;
}
.reject-history .reject-history-number h2 .reject-history-number-time {
  position: absolute;
  top: 0px;
  right: -3px;
  width: 172px;
  color: #979797;
  font-weight: normal;
  font-size: 12px;
}
.reject-history .reject-history-number h2 i {
  color: #000000;
  padding-left: 10px;
}
.reject-history .reject-info-container {
  background: #fff;
  height: auto;
  max-height: initial;
  border: none;
  overflow-y: auto;
  border-top: 1px solid #dddddd;
}
.reject-history .reject-info-container .reject-info-replay {
  background: #f7f7f7;
}
.reject-history .reject-info-replay > :before {
  border-bottom: 10px solid #f7f7f7;
}
.consult-info-tip .reject-info-container {
  border: 1px solid #f8bc38;
  background-color: #F9F4E1;
}
.fixTip-info-container {
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid #fe8558;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffefef;
}
.fixTip-info-container .fixTip-icon {
  padding-right: 8px;
}
.fixTip-info-container .fixTip-icon i.iconmark {
  color: #fe8558;
}
.fixTip-info-container h3 {
  font-weight: normal;
  color: #fe8558;
  font-size: 12px;
  word-break: break-all;
  line-height: 18px;
  white-space: normal;
  margin-right: 95px !important;
}
.fixTip-info-container h3 span {
  color: #333;
}
.fixTip-info-container h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 0px !important;
  height: 11px;
  background-color: #999;
}
/**feng样式文件合并**/
.pd8-r0 {
  padding: 8px 0 8px 8px !important;
}
.pd8-l0 {
  padding: 8px 8px 8px 0 !important;
}
.validatebox-invalid {
  background: #fff !important;
}
.jconfirm-scrollpane .jconfirm-box .content span {
  word-wrap: break-word;
  word-break: break-all;
}
/*提示弹出框文字换行样式*/
.jconfirm .jconfirm-box div.content-pane .content {
  word-wrap: break-word;
  word-break: break-all;
}
button.uploadFile {
  padding: 0;
  border: none;
  width: 40px;
}
.auth .datagrid-header-check,
.auth .datagrid-cell-check {
  width: 27px !important;
}
label.input-check {
  margin-right: 8px;
}
.input-check.radio > :nth-child(2) {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.input-check.radio > :nth-child(3) {
  font-size: 12px !important;
}
.optionHtml {
  position: relative;
  padding-right: 20px;
}
.optionHtml span.txt {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.optionHtml a {
  display: inline-block;
  margin-right: 16px/2;
}
.optionHtml .optionR {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  margin-left: 16px/2;
}
.datagrid-empty {
  background: #fff;
  padding-top: 16px/2;
  color: #999;
}
.table-filter a.art {
  color: #0081cc;
  background-color: #E4F3F8;
}
#taskRootForm .input-group .person-operate {
  width: auto;
  border-left: 1px solid #ddd;
  margin: 5px 8px 0 0;
  padding: 0 5px;
  border-radius: 3px;
}
.input-group .input-group-btn {
  border-left: 1px solid #dddddd;
}
.input-group .input-group-btn button {
  background: #fff;
}
.combobox .textbox-text {
  width: 100%;
  max-width: 100%;
  height: 30px !important;
  line-height: 30px !important;
}
.combobox .textbox {
  border: 1px solid #dddddd !important;
}
.combobox .combo-arrow {
  background-color: #eee !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-right: 0;
  padding: 0;
  padding-right: 5px;
}
.combobox .textbox .textbox-prompt {
  color: #333;
}
.template .header {
  height: 64px;
  padding: 16px/2;
  background: #1A435B;
  border-color: #1A435B !important;
  position: relative;
}
.template .header .title {
  font-size: 20px;
  margin-bottom: 16px/2;
  color: #fff;
}
.template .header .title b {
  white-space: nowrap;
  max-width: 85%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  cursor: default;
}
.template .header .title span {
  font-size: 12px;
  border: 1px solid #4ecd96;
  padding: 0 16px/2;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: -1px;
  border-radius: 10px;
  left: 16px/2;
  font-weight: normal;
  color: #4ecd96;
}
.template .header .title .red {
  border: 1px solid #fe8558;
  color: #fe8558;
  background: transparent;
}
.template .header .title .org {
  border: 1px solid #f8bc38;
  color: #f8bc38;
  background: transparent;
}
.template .header .title .blue {
  border: 1px solid #0081cc;
  color: #0081cc;
  background: transparent;
}
.template .header p {
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.template .header p span {
  margin-right: 16px/2;
  color: #979797;
  display: flex;
  align-items: center;
}
.template .header p span span {
  margin-right: 0;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.template .header .h-right {
  position: absolute;
  right: 8px;
  top: 65%;
  margin-top: -15px;
}
.template .header .h-right a {
  position: absolute;
  top: -30px;
  color: #fff;
  right: 0px;
}
.feedbackFiles {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.feedbackFiles :hover {
  background: #f1f6fc;
}
.feedbackFiles span:first-child {
  display: block;
  padding-right: 120px;
}
.feedbackFiles span:last-child {
  position: absolute;
  right: 10px;
  top: 0px;
}
.feedbackFiles span:last-child a {
  margin-right: 8px;
}
.feedbackFiles b {
  font-weight: normal;
}
.feedbackFiles b:first-child {
  display: block;
  padding-right: 120px;
}
.feedbackFiles b:last-child {
  position: absolute;
  right: 10px;
  top: 0px;
}
.feedbackFiles b:last-child a {
  margin-right: 8px;
}
#popupUserHtml {
  *zoom: 1;
}
#popupUserHtml:before,
#popupUserHtml:after {
  content: "";
  display: table;
}
#popupUserHtml:after {
  clear: both;
}
.linkInformation {
  border-top: 1px solid #dddddd;
}
.linkInformation h3 {
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  padding: 8px 0;
  background: #f1f6fc;
  border-width: 0 1px;
  border-style: solid;
  border-color: #dddddd;
  text-indent: 8px;
}
.linkInformation h3 i {
  font-size: 12px;
  color: #007BC5;
  margin-right: 8px;
}
.linkInformation .nohtml {
  background-color: #f1f6fc;
  width: 100%;
  display: block;
  line-height: 30px;
  border-radius: 3px;
  color: #979797;
  text-align: center;
}
.retrievalSearch {
  padding: 16px;
  background: #1A435B;
}
.retrievalSearch table tr {
  border-bottom: 0;
}
.retrievalSearch table tr td {
  padding: 5px 5px 5px 0;
}
.retrievalSearch table tr td .input-group-btn button:hover {
  background: #fff;
}
.searchSource {
  background-color: #f1f6fc;
  display: block;
  line-height: 30px;
  border-radius: 3px;
  color: #979797;
  padding: 0 16px;
}
.searchSource b {
  color: #000000;
}
.retrievalLists {
  overflow-y: auto;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
}
.retrievalLists #retrieval {
  padding: 0 56px 32px;
}
.retrievalLists .fileItem {
  position: relative;
}
.retrievalLists .fileItem .serialnumber {
  position: absolute;
  left: -30px;
  top: -1px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #F1F6FC;
  border-radius: 0 0 8px 8px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  border-top: 1px dashed #ddd;
  color: #666;
}
.retrievalLists .fileItem .icon-img {
  position: absolute;
  left: 8px;
  top: 24px;
  color: #0083CA;
}
.retrievalLists .fileItem .icon-img i {
  font-size: 50px;
}
.retrievalLists .fileItem .filetext {
  padding-left: 70px;
  padding-right: 180px;
}
.retrievalLists .fileItem .filetext h1 {
  font-size: 12px;
}
.retrievalLists .fileItem .filetext p span {
  display: inline-block;
  margin-right: 8px;
}
.retrievalLists .fileItem .optionBtn {
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 16px;
}
.retrievalLists .fileItem .optionBtn .webuploader-pick {
  height: auto !important;
  line-height: inherit !important;
  padding: 0 !important;
  border: none !important;
  color: #333 !important;
}
.retrievalLists .fileItem .outline {
  color: #979797;
  padding: 8px;
  text-indent: 24px;
  white-space: normal;
  background: #f7f7f7;
}
.gobackItem {
  color: #fff;
  font-weight: normal;
  background: #fe8558;
  padding: 4px 8px;
  height: 20px;
  border-radius: 14px;
}
.contribution .datagrid-view1,
.retrievalLists .datagrid-view1 {
  width: 36px !important;
}
.contribution .datagrid-view1 .datagrid-body,
.retrievalLists .datagrid-view1 .datagrid-body {
  width: 36px !important;
}
.contribution .endItem,
.retrievalLists .endItem {
  color: #fff;
  font-weight: normal;
  background: #4ecd96;
  padding: 4px 8px;
  height: 20px;
  border-radius: 14px;
}
.contribution .ml-mr,
.retrievalLists .ml-mr {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.r-col-xs-1,
.r-col-sm-1,
.r-col-md-1,
.r-col-lg-1,
.r-col-xs-2,
.r-col-sm-2,
.r-col-md-2,
.r-col-lg-2,
.r-col-xs-3,
.r-col-sm-3,
.r-col-md-3,
.r-col-lg-3,
.r-col-xs-4,
.r-col-sm-4,
.r-col-md-4,
.r-col-lg-4,
.r-col-xs-5,
.r-col-sm-5,
.r-col-md-5,
.r-col-lg-5,
.r-col-xs-6,
.r-col-sm-6,
.r-col-md-6,
.r-col-lg-6,
.r-col-xs-7,
.r-col-sm-7,
.r-col-md-7,
.r-col-lg-7,
.r-col-xs-8,
.r-col-sm-8,
.r-col-md-8,
.r-col-lg-8,
.r-col-xs-9,
.r-col-sm-9,
.r-col-md-9,
.r-col-lg-9,
.r-col-xs-10,
.r-col-sm-10,
.r-col-md-10,
.r-col-lg-10,
.r-col-xs-11,
.r-col-sm-11,
.r-col-md-11,
.r-col-lg-11,
.r-col-xs-12,
.r-col-sm-12,
.r-col-md-12,
.r-col-lg-12 {
  position: relative;
  min-height: 1px;
  /* padding-left: 15px;
  padding-right: 15px; */
}
.r-col-xs-1,
.r-col-xs-2,
.r-col-xs-3,
.r-col-xs-4,
.r-col-xs-5,
.r-col-xs-6,
.r-col-xs-7,
.r-col-xs-8,
.r-col-xs-9,
.r-col-xs-10,
.r-col-xs-11,
.r-col-xs-12 {
  float: left;
}
.r-col-xs-12 {
  width: 100%;
}
.r-col-xs-11 {
  width: 91.66666667%;
}
.r-col-xs-10 {
  width: 83.33333333%;
}
.r-col-xs-9 {
  width: 75%;
}
.r-col-xs-8 {
  width: 66.66666667%;
}
.r-col-xs-7 {
  width: 58.33333333%;
}
.r-col-xs-6 {
  width: 50%;
}
.r-col-xs-5 {
  width: 41.66666667%;
}
.r-col-xs-4 {
  width: 33.33333333%;
}
.r-col-xs-3 {
  width: 25%;
}
.r-col-xs-2 {
  width: 16.66666667%;
}
.r-col-xs-1 {
  width: 8.33333333%;
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .r-col-sm-1,
  .r-col-sm-2,
  .r-col-sm-3,
  .r-col-sm-4,
  .r-col-sm-5,
  .r-col-sm-6,
  .r-col-sm-7,
  .r-col-sm-8,
  .r-col-sm-9,
  .r-col-sm-10,
  .r-col-sm-11,
  .r-col-sm-12 {
    float: left;
  }
  .r-col-sm-12 {
    width: 100%;
  }
  .r-col-sm-11 {
    width: 91.66666667%;
  }
  .r-col-sm-10 {
    width: 83.33333333%;
  }
  .r-col-sm-9 {
    width: 75%;
  }
  .r-col-sm-8 {
    width: 66.66666667%;
  }
  .r-col-sm-7 {
    width: 58.33333333%;
  }
  .r-col-sm-6 {
    width: 50%;
  }
  .r-col-sm-5 {
    width: 41.66666667%;
  }
  .r-col-sm-4 {
    width: 33.33333333%;
  }
  .r-col-sm-3 {
    width: 25%;
  }
  .r-col-sm-2 {
    width: 16.66666667%;
  }
  .r-col-sm-1 {
    width: 8.33333333%;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .r-col-md-1,
  .r-col-md-2,
  .r-col-md-3,
  .r-col-md-4,
  .r-col-md-5,
  .r-col-md-6,
  .r-col-md-7,
  .r-col-md-8,
  .r-col-md-9,
  .r-col-md-10,
  .r-col-md-11,
  .r-col-md-12 {
    float: left;
  }
  .r-col-md-12 {
    width: 100%;
  }
  .r-col-md-11 {
    width: 91.66666667%;
  }
  .r-col-md-10 {
    width: 83.33333333%;
  }
  .r-col-md-9 {
    width: 75%;
  }
  .r-col-md-8 {
    width: 66.66666667%;
  }
  .r-col-md-7 {
    width: 58.33333333%;
  }
  .r-col-md-6 {
    width: 50%;
  }
  .r-col-md-5 {
    width: 41.66666667%;
  }
  .r-col-md-4 {
    width: 33.33333333%;
  }
  .r-col-md-3 {
    width: 25%;
  }
  .r-col-md-2 {
    width: 16.66666667%;
  }
  .r-col-md-1 {
    width: 8.33333333%;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1366px） */
@media (min-width: 1366px) {
  .r-col-lg-1,
  .r-col-lg-2,
  .r-col-lg-3,
  .r-col-lg-4,
  .r-col-lg-5,
  .r-col-lg-6,
  .r-col-lg-7,
  .r-col-lg-8,
  .r-col-lg-9,
  .r-col-lg-10,
  .r-col-lg-11,
  .r-col-lg-12 {
    float: left;
  }
  .r-col-lg-12 {
    width: 100%;
  }
  .r-col-lg-11 {
    width: 91.66666667%;
  }
  .r-col-lg-10 {
    width: 83.33333333%;
  }
  .r-col-lg-9 {
    width: 75%;
  }
  .r-col-lg-8 {
    width: 66.66666667%;
  }
  .r-col-lg-7 {
    width: 58.33333333%;
  }
  .r-col-lg-6 {
    width: 50%;
  }
  .r-col-lg-5 {
    width: 41.66666667%;
  }
  .r-col-lg-4 {
    width: 33.33333333%;
  }
  .r-col-lg-3 {
    width: 25%;
  }
  .r-col-lg-2 {
    width: 16.66666667%;
  }
  .r-col-lg-1 {
    width: 8.33333333%;
  }
}
/**lm样式文件合并**/
input[readonly] {
  cursor: default;
}
/*首页样式*/
.home-cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 16px; */
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  /*覆盖easyui边框*/
}
.home-cont .layout-split-east {
  border-left: none;
}
.home-cont .home-left7 {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*覆盖easyui边框*/
}
.home-cont .home-left7 .layout-split-north {
  border-bottom: none;
}
.home-cont .home-left7 ol {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.home-cont .home-left7 ol li {
  display: inline-block;
  background: #fff;
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
}
.home-cont .home-left7 ol li:first-child .h-con {
  margin-left: 8px;
}
.home-cont .home-left7 ol li:last-child .h-con {
  margin-right: 0px;
}
.home-cont .home-left7 ol li .h-con {
  margin: 8px 8px 8px 0;
  border: 1px solid #dddddd;
  border-top: 3px solid #0081cc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-cont .home-left7 ol li .h-con h2 {
  font-size: 32px;
  color: #0081cc;
  margin: 8px auto;
}
.home-cont .home-left7 ol li .h-con.colo1 {
  border-top: 3px solid #4ecd96;
}
.home-cont .home-left7 ol li .h-con.colo1 h2 {
  color: #4ecd96;
}
.home-cont .home-left7 ol li .h-con.colo2 {
  border-top: 3px solid #f8bc38;
}
.home-cont .home-left7 ol li .h-con.colo2 h2 {
  color: #f8bc38;
}
.home-cont .home-left7 ol li .h-con.colo3 {
  border-top: 3px solid #71A2ff;
}
.home-cont .home-left7 ol li .h-con.colo3 h2 {
  color: #71A2ff;
}
.home-cont .home-left7 ol li .h-con.colo4 {
  border-top: 3px solid #fe8558;
}
.home-cont .home-left7 ol li .h-con.colo4 h2 {
  color: #fe8558;
}
.home-cont .home-left7 ol li .h-con h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 8px auto;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-cont .home-left7 ol li .h-con p {
  font-size: 12px;
  color: #979797;
  white-space: nowrap;
}
.home-cont .home-left7 ol li .h-con span {
  padding: 2px 6px;
  border-radius: 15px;
  background: #f1f6fc;
  color: #0081cc;
}
#creater .home-l-task {
  height: 250px !important;
}
#partake.home-partake,
#creater.home-creater {
  width: 100%;
  height: 100%;
}
#partake.home-partake .home-l-cont,
#creater.home-creater .home-l-cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* position: relative;
        display: table;
        width: 100%;
        table-layout: fixed; */
  height: 100%;
}
#partake.home-partake .home-l-cont .home-l-task,
#creater.home-creater .home-l-cont .home-l-task {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 8px 16px;
  margin: 8px 0px 0 8px;
  height: 380px;
  overflow: visible;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#partake.home-partake .home-l-cont .home-l-task h1,
#creater.home-creater .home-l-cont .home-l-task h1 {
  font-size: 14px;
  padding: 8px 0 0 0;
  border-bottom: 1px solid #0081cc;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  height: 68px;
  position: relative;
}
#partake.home-partake .home-l-cont .home-l-task h1 > a,
#creater.home-creater .home-l-cont .home-l-task h1 > a {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
#partake.home-partake .home-l-cont .home-l-task h1 a,
#creater.home-creater .home-l-cont .home-l-task h1 a {
  color: #000000;
}
#partake.home-partake .home-l-cont .home-l-task h1 p,
#creater.home-creater .home-l-cont .home-l-task h1 p {
  font-size: 12px;
  position: relative;
  padding: 5px 0px;
}
#partake.home-partake .home-l-cont .home-l-task h1 p label,
#creater.home-creater .home-l-cont .home-l-task h1 p label {
  position: absolute;
  top: 2px;
  right: 0px;
  color: #0081cc;
  border: 1px solid #0081cc;
  padding: 2px 8px;
  border-radius: 12px;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip {
  position: absolute;
  top: 7px;
  right: -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 21px;
  width: auto;
  padding: 1px;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip > span,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip > span {
  padding: 2px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffefef;
  color: #fe8558;
  font-weight: normal;
  font-size: 12px;
  height: 17px;
  cursor: pointer;
  max-width: 149px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list {
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 10px #b3aea9;
  padding: 10px;
  position: absolute;
  top: 32px;
  right: 2px;
  width: 180px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li {
  font-size: 12px;
  font-weight: normal;
  padding: 6px 0 6px 2px;
  display: flex;
  align-items: center;
  width: 100%;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li:not(:last-child),
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li:not(:last-child) {
  border-bottom: 1px dashed #e8e8e8;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li span:first-child,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li span:first-child {
  margin-right: 8px;
  border-radius: 10px;
  background: #fe8558;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  text-align: center;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li span:last-child,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-list > li span:last-child {
  border-radius: 10px;
  background: #fff;
  color: #fe8558;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-triangle,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-triangle {
  width: 150px;
  background: transparent;
  height: 40px;
  position: absolute;
}
#partake.home-partake .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-triangle > div,
#creater.home-creater .home-l-cont .home-l-task h1 .project-milestone-tip .milestone-tip-triangle > div {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 35px;
  right: 28px;
  transform: rotate(45deg);
  z-index: 11;
  box-shadow: -3px -3px 4px #dedcdb;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype {
  padding-top: 13px;
  position: absolute;
  *zoom: 1;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype:before,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype:before,
#partake.home-partake .home-l-cont .home-l-task h1 .worktype:after,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype:after {
  content: "";
  display: table;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype:after,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype:after {
  clear: both;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype a,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype a {
  font-weight: normal;
  color: #525252;
  border: 1px solid #f7f7f7;
  padding: 4px 8px;
  margin-right: -1px;
  position: relative;
  z-index: 8;
  background: #f7f7f7;
  max-width: 116px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  height: 27px;
  box-sizing: border-box;
  top: -4px;
  float: left;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype a.atr,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype a.atr,
#partake.home-partake .home-l-cont .home-l-task h1 .worktype a:hover,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype a:hover {
  background: #fff;
  color: #0081cc;
  border: 1px solid #0081cc;
  position: relative;
  z-index: 9;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #fff;
  top: -3px;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype span.openMore,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype span.openMore {
  position: relative;
  float: right;
  width: 30px;
  text-align: center;
  height: 20px;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype span.openMore .showHover,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype span.openMore .showHover {
  position: absolute;
  flex-direction: column;
  top: 14px;
  right: 0;
  z-index: 9;
  display: none;
  width: 80px;
  padding: 8px;
  background: #efefef;
  border-top: 14px solid #fff;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype span.openMore .showHover a,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype span.openMore .showHover a {
  width: 80px;
  max-width: 180px;
  border: none;
  border-bottom: 1px dashed #ddd;
  display: block;
  text-align: left;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype span.now:after,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype span.now:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#partake.home-partake .home-l-cont .home-l-task h1 .worktype span.openMore:hover .showHover,
#creater.home-creater .home-l-cont .home-l-task h1 .worktype span.openMore:hover .showHover {
  display: flex;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list {
  margin: 8px 0px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 {
  font-size: 12px;
  color: #000000;
  position: relative;
  line-height: 24px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 .goback,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 .goback {
  margin-left: 10px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 b,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 b {
  font-weight: normal;
  background: #f1f6fc;
  border: 1px solid #9db9da;
  border-radius: 3px;
  padding: 0px 2px;
  cursor: pointer;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 b i,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 b i {
  font-size: 12px;
  color: #0081cc;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 a,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 a {
  text-align: right;
  float: right;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 a label,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 a label {
  color: #fe8558;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 span,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 span {
  text-align: right;
  float: right;
  font-weight: normal;
  font-size: 12px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 span b,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 span b {
  color: red;
  border: none;
  background: #fff;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list h2 span span,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list h2 span span {
  color: #0081CC;
  cursor: pointer;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 8px;
  width: 100%;
  height: 117px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  *zoom: 1;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item:before,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item:before,
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item:after {
  content: "";
  display: table;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item:after {
  clear: both;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p {
  *zoom: 1;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:before,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:before,
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:after {
  content: "";
  display: table;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p:after {
  clear: both;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p.b-bot,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p.b-bot {
  border-bottom: 1px dashed #dddddd;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p.b-bot a.noclick,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item .scrollbox p.b-bot a.noclick {
  color: #dddddd;
  cursor: no-drop;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list .home-l-item:last-child,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list .home-l-item:last-child {
  border-bottom-style: none;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span {
  display: inline-block;
  line-height: 28px;
  color: #525252;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  height: 28px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span i,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span i {
  position: absolute;
  right: 3px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span:nth-child(2n) .icon-red,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span:nth-child(2n) .icon-red {
  color: #fe8558;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span:nth-child(2n) .icon-gren,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span:nth-child(2n) .icon-gren {
  color: #4ecd96;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span > span,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span > span {
  max-width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-list p span > label,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-list p span > label {
  position: absolute;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-creat,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-creat {
  max-height: 206px;
  overflow-y: auto;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-creat .home-l-item,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-creat .home-l-item {
  margin-bottom: 0px;
  padding: 4px 0;
  *zoom: 1;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-creat .home-l-item:before,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-creat .home-l-item:before,
#partake.home-partake .home-l-cont .home-l-task .home-l-t-creat .home-l-item:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-creat .home-l-item:after {
  content: "";
  display: table;
}
#partake.home-partake .home-l-cont .home-l-task .home-l-t-creat .home-l-item:after,
#creater.home-creater .home-l-cont .home-l-task .home-l-t-creat .home-l-item:after {
  clear: both;
}
#partake.home-partake .home-l-cont > p,
#creater.home-creater .home-l-cont > p {
  height: 28px;
}
.home-right3.home-message {
  background: #fff;
  border: 1px solid #ddd;
  margin: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-right3.home-message .messageCont {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-right3.home-message h1 {
  font-size: 16px;
  line-height: 46px;
  font-weight: normal;
  position: relative;
  text-indent: 8px;
}
.home-right3.home-message h1 a {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f1f6fc;
  color: #0081cc;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
}
.home-right3.home-message ul li {
  margin: 16px 0;
}
.home-right3.home-message ul li h2 {
  font-size: 12px;
  position: relative;
  padding: 8px 0;
  font-weight: normal;
}
.home-right3.home-message ul li h2 label {
  color: #fff;
  padding: 3px 12px 5px 8px;
  border-radius: 0 16px 16px 0;
}
.home-right3.home-message ul li h2 span {
  position: absolute;
  top: 7px;
  right: 16px;
  color: #979797;
}
.home-right3.home-message ul li p {
  line-height: 20px;
  padding: 8px 8px;
  cursor: pointer;
}
.home-right3.home-message ul li a {
  display: block;
  background: #f1f6fc;
  text-align: center;
  color: #0081cc;
  padding: 8px 0;
}
.home-right3.home-message ul li:hover {
  background: #f1f6fc;
}
.gren {
  background: #4ecd96;
}
.org {
  background: #f8bc38;
}
.blue {
  background: #0081cc;
}
.red {
  background: #fe8558;
}
.yelow {
  background: #fa8c16;
}
.gren1 {
  background: #a0d911;
}
.blueg {
  background: #317ef3;
}
.message-info-container {
  display: flex;
  flex-direction: column;
}
.message-info-container .message-info-top {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.message-info-container .message-info-top .message-type {
  border-radius: 10px;
  padding: 2px 10px;
  color: #ffffff;
  background-color: #9E9E9E;
}
.message-info-container .message-info-top > :first-child img {
  width: 100%;
  height: 100%;
}
.message-info-container .message-info-top > :nth-child(2) {
  margin-left: 0;
  margin-right: 80px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
}
.message-info-container .message-info-top > :nth-child(2) > :first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 2px 8px;
  margin-left: 0;
}
.message-info-container .message-info-top > :nth-child(2) > :nth-child(2) > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.message-info-container .message-info-top > :nth-child(3) {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 12px;
}
.message-info-container .message-info-top > :nth-child(3) > * {
  margin-left: 5px;
}
.message-info-container .message-info-content {
  color: #333;
  padding: 10px;
  line-height: 24px;
  word-break: break-all;
  overflow: auto;
  flex: 1;
}
.message-info-container .message-info-content p {
  text-indent: 2em;
}
/*重置首页tab样式*/
#work-tabs .tabs-header,
#work-todo-tabs .tabs-header,
#work-tabs .tabs-panels,
#work-todo-tabs .tabs-panels {
  border: none !important;
}
#work-tabs .tabs-wrap,
#work-todo-tabs .tabs-wrap {
  margin-left: 0 !important;
}
#work-tabs .pos-top90,
#work-todo-tabs .pos-top90 {
  top: 90px;
}
#work-todo-tabs {
  height: 45px !important;
}
.easyui-tabs .tabs-wrap,
#home-tabs .tabs-wrap {
  margin-left: 8px !important;
}
.easyui-tabs .tabs-wrap .tabs,
#home-tabs .tabs-wrap .tabs {
  padding: 0;
  height: 45px !important;
  background: #f7f7f7;
  border: none;
}
.easyui-tabs .tabs-wrap .tabs li,
#home-tabs .tabs-wrap .tabs li {
  margin: 0 16px -1px 0;
}
.easyui-tabs .tabs-wrap .tabs li a,
#home-tabs .tabs-wrap .tabs li a {
  height: 45px !important;
  line-height: 45px !important;
}
.easyui-tabs .tabs-wrap .tabs li .tabs-inner,
#home-tabs .tabs-wrap .tabs li .tabs-inner {
  border: none;
  background: none;
  border-radius: 0;
}
.easyui-tabs .tabs-wrap .tabs li .tabs-inner .tabs-title,
#home-tabs .tabs-wrap .tabs li .tabs-inner .tabs-title {
  line-height: 45px;
  font-size: 16px;
  font-weight: normal;
  color: #979797;
  padding: 8px 0;
}
.easyui-tabs .tabs-wrap .tabs .tabs-selected .tabs-inner,
#home-tabs .tabs-wrap .tabs .tabs-selected .tabs-inner {
  background: #0081cc;
}
.easyui-tabs .tabs-wrap .tabs .tabs-selected .tabs-inner .tabs-title,
#home-tabs .tabs-wrap .tabs .tabs-selected .tabs-inner .tabs-title {
  color: #fff !important;
}
/**二级标题右变操作按钮**/
.sub-title {
  position: relative;
}
.sub-title .iconbiaoti {
  color: #0081cc;
}
.sub-title .zd-btns {
  position: absolute;
  top: -4px;
  right: 0px;
}
/*上传列表样式*/
.files-list li {
  *zoom: 1;
  line-height: 30px;
}
.files-list li:hover {
  background: #f1f6fc;
}
.files-list li::before,
.files-list li::after {
  content: "";
  display: table;
  clear: both;
}
.files-list li .file-operate {
  float: right;
}
.files-list li .file-operate i {
  color: #fe8558;
}
.files-list li .file-operate .f-gy {
  color: #979797;
  padding-right: 8px;
}
.files-list li .file-text {
  display: block;
  margin-left: 0;
  margin-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
/*弹出框按钮样式重置*/
.i-dialog .i-wrapBtn {
  height: 30px;
  padding: 0 16px;
}
.i-dialog .i-wrapBtn input.green {
  background-color: #0081cc !important;
  border-color: #0081cc !important;
  color: #fff;
}
.form-inline .btn {
  vertical-align: bottom;
}
/**/
.table-filter td .combobox a {
  margin-right: 0 !important;
}
/*异常处理工具list*/
#tabber {
  background: #efefef;
  height: 35px;
}
#tabber span {
  width: 120px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}
#tabber .span-active {
  background: #fff;
}
/*弹出可拖拽提示层样式*/
.itips-drag-container {
  height: auto;
  position: fixed;
  z-index: 999;
  top: 60px;
  cursor: move;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.itips-drag-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.itips-drag-container .title i.iconfont {
  color: #05a;
  cursor: pointer;
  margin-left: 8px;
}
.itips-drag-container .title i.iconsuoxiao {
  font-size: 12px;
}
.itips-drag-container .title i.iconsuoxiao {
  font-size: 12px;
}
.itips-drag-container .title i.iconplus {
  display: none;
}
.itips-drag-container .title i.icontip,
.itips-drag-container .title span {
  color: #F9C322;
}
.itips-drag-container .body {
  padding: 0 10px;
  overflow: hidden;
}
.itips-drag-container .body .message {
  margin: 8px 0;
}
.itips-drag-container .body .progress-bar {
  width: 100%;
}
.itips-drag-container .body .progress-bar > .progressbar-text {
  z-index: 1;
}
/*弹出消息类型提示层样式*/
.itips-message-container {
  height: auto;
  position: fixed;
  z-index: 999;
  bottom: 8px;
  right: 16px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.itips-message-container .title {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.itips-message-container .title label {
  color: #fff;
  padding: 3px 12px 5px 8px;
  border-radius: 0 16px 16px 0;
  margin-left: -8px;
}
.itips-message-container .title i.iconfont.iconclose {
  color: #05a;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: -13px;
}
.itips-message-container .body p {
  color: #979797;
}
.itips-message-container .body p.content {
  color: #525252;
  margin-bottom: 5px;
}
.itips-message-container .body p.go2detail {
  text-align: center;
  margin: 15px 0;
}
/*上传助手样式*/
.ass_container_header {
  border-bottom: 1px solid #dddddd !important;
  background: #fff !important;
  height: 35px;
  line-height: 35px;
  position: relative;
}
.ass_container_header h2 {
  display: inline-block;
  width: 90%;
  font-size: 14px;
  color: #979797;
  padding: 0 8px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.ass_container_header h2 i {
  font-size: 12px;
  padding-right: 8px;
}
.ass_container_header h2 a {
  cursor: pointer;
}
.ass_container_header h2 .act {
  color: #000000;
  cursor: pointer;
}
.ass-btn .btn {
  border: 1px solid #ddd;
  padding: 0 5px;
}
/*没有数据列表图片样式*/
.nodate-img {
  height: auto;
  padding-top: 10%;
}
/*操作日志没有数据列表图片样式*/
.operation-log-nodate-img {
  height: auto;
  padding-top: 1%;
}
.home-l-cont {
  /*首页没有数据列表图片样式*/
}
.home-l-cont .nodate-img {
  height: auto;
  padding-top: 10%;
}
.home-l-cont .nodate-img img {
  margin: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
/*弹框内 搜索input 查询按钮样式*/
.popup-search-box {
  display: flex;
  align-items: center;
}
.popup-search-box > *:not(:last-child) {
  margin-right: 8px;
}
/*btnbar区域搜索样式*/
.btns-container {
  margin-bottom: 8px;
}
.btns-container .btns-container-left {
  display: inline-block;
}
.btns-container .btns-container-right {
  display: inline-block;
  width: 532px;
  float: right;
}
.btns-container .btns-container-right .textbox {
  width: 200px !important;
  display: inline-block;
  vertical-align: middle;
}
.btns-container .btns-container-right .input-sm {
  width: 200px !important;
  display: inline-block;
  vertical-align: middle;
}
/*串审人员排序样式*/
.user-order-list {
  max-height: 180px;
  overflow: auto;
  width: 100%;
}
.user-order-list .table thead {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.user-order-list .table thead th {
  height: 31px;
  background-color: #f7f7f7;
  line-height: 31px;
  padding: 2px 10px;
  border-left: 1px solid #dddddd;
}
.user-order-list .table tbody td {
  background: #fff;
  text-align: left;
}
/*串并独不同方式的标签*/
.serial {
  padding: 1px 4px;
  background: #fe8558;
  margin: 0 4px;
  color: #fff;
  border-radius: 3px;
}
/*串*/
.parallel {
  padding: 1px 4px;
  background: #0081cc;
  margin: 0 4px;
  color: #fff;
  border-radius: 3px;
}
/*并*/
.monopoly {
  padding: 1px 4px;
  background: #4ecd96;
  margin: 0 4px;
  color: #fff;
  border-radius: 3px;
}
/*独*/
#oneKeyArchive .linkName i {
  color: #0081cc;
  font-size: 12px;
}
/* 任务阶段维护   附件引用  跨项目附件引用  */
.nodate-img2 {
  text-align: center;
  padding-top: 10% !important;
  height: auto;
}
#linkList .disp_flex {
  height: 90%;
}
#encryptionPhase p.linkName i {
  color: #0081cc;
  font-size: 12px;
}
.disp_flex {
  display: flex;
  height: 100%;
}
.disp_flex .grid1 {
  width: 250px;
}
.disp_flex .grid1 .div-caozuo-iconbox i.icon {
  color: #0081cc;
  margin-right: 5px;
  cursor: pointer;
}
.disp_flex .grid1 tr[jieduan-data-disableRow="true"] {
  background-color: #eee !important;
}
.disp_flex .jiantou {
  width: 95px;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
}
.disp_flex .jiantou div {
  width: 50px;
  padding: 6px 8px;
  text-align: center;
}
.disp_flex .jiantou div i {
  color: #fff;
}
.disp_flex .datagrid-row-selected,
.disp_flex .datagrid-row-over,
.disp_flex .datagrid-row-checked {
  background: #fff !important;
}
.disp_flex .grid2 {
  width: 400px;
}
.disp_flex .yinyong_left {
  width: 170px;
  border: 1px solid #ccc;
}
.disp_flex .yinyong_left div.quote-title {
  font-size: 18px;
  background: #F3F4FD;
  padding: 8px;
}
.disp_flex .yinyong_left ul li {
  border-left: 2px solid transparent;
  padding: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #525252;
}
.disp_flex .yinyong_left ul li.selected {
  border-left: 2px solid #399EF7;
  background: #E6F2FF;
}
.disp_flex .yinyong_right {
  width: 550px;
}
.disp_flex .yinyong_right .duty-tabs i.iconfont.right.right {
  right: 0 !important;
}
#lookArchiveLog .popup-search-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#lookArchiveLog .popup-search-box > div:last-child {
  display: flex;
  margin-top: 8px;
}
#lookArchiveLog .popup-search-box > div:last-child .oprationLogDateBox {
  padding: 0px;
  width: 596px;
  display: flex;
  margin-right: 8px;
  align-items: center;
}
/* Loading Mask层样式 type1 */
.interruption-detail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 9999;
}
.interruption-detail .loading {
  width: 220px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -110px;
  background-color: #000000;
  color: #ddd;
  text-align: center;
  -webkit-box-shadow: 0 0 2px 2px rgba(128, 128, 128, 0.8);
  box-shadow: 0 0 2px 2px rgba(128, 128, 128, 0.8);
}
.interruption-detail .loading img {
  height: 36px;
  vertical-align: middle;
  padding-right: 5px;
}
.interruption-detail .loading span {
  line-height: 60px;
  vertical-align: middle;
  font-size: 16px;
}
.interruption-detail .la-timer,
.interruption-detail .la-timer > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.interruption-detail .la-timer {
  display: block;
  font-size: 0;
  color: #fff;
}
.interruption-detail .la-timer.la-dark {
  color: #333;
}
.interruption-detail .la-timer > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.interruption-detail .la-timer {
  width: 32px;
  height: 32px;
}
.interruption-detail .la-timer > div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
}
.interruption-detail .la-timer > div:before,
.interruption-detail .la-timer > div:after {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: 1px 1px 0;
  -moz-transform-origin: 1px 1px 0;
  -ms-transform-origin: 1px 1px 0;
  -o-transform-origin: 1px 1px 0;
  transform-origin: 1px 1px 0;
  -webkit-animation: timer-loader 1250ms infinite linear;
  -moz-animation: timer-loader 1250ms infinite linear;
  -o-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -webkit-animation-delay: -625ms;
  -moz-animation-delay: -625ms;
  -o-animation-delay: -625ms;
  animation-delay: -625ms;
}
.interruption-detail .la-timer > div:before {
  height: 12px;
}
.interruption-detail .la-timer > div:after {
  height: 8px;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -7.5s;
  -moz-animation-delay: -7.5s;
  -o-animation-delay: -7.5s;
  animation-delay: -7.5s;
}
.interruption-detail .la-timer.la-sm {
  width: 16px;
  height: 16px;
}
.interruption-detail .la-timer.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.interruption-detail .la-timer.la-sm > div:before,
.interruption-detail .la-timer.la-sm > div:after {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -0.5px;
  margin-left: -0.5px;
  border-radius: 1px;
  -webkit-transform-origin: 0.5px 0.5px 0;
  -moz-transform-origin: 0.5px 0.5px 0;
  -ms-transform-origin: 0.5px 0.5px 0;
  -o-transform-origin: 0.5px 0.5px 0;
  transform-origin: 0.5px 0.5px 0;
}
.interruption-detail .la-timer.la-sm > div:before {
  height: 6px;
}
.interruption-detail .la-timer.la-sm > div:after {
  height: 4px;
}
.interruption-detail .la-timer.la-2x {
  width: 64px;
  height: 64px;
}
.interruption-detail .la-timer.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.interruption-detail .la-timer.la-2x > div:before,
.interruption-detail .la-timer.la-2x > div:after {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 2px 2px 0;
  -moz-transform-origin: 2px 2px 0;
  -ms-transform-origin: 2px 2px 0;
  -o-transform-origin: 2px 2px 0;
  transform-origin: 2px 2px 0;
}
.interruption-detail .la-timer.la-2x > div:before {
  height: 24px;
}
.interruption-detail .la-timer.la-2x > div:after {
  height: 16px;
}
.interruption-detail .la-timer.la-3x {
  width: 96px;
  height: 96px;
}
.interruption-detail .la-timer.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
.interruption-detail .la-timer.la-3x > div:before,
.interruption-detail .la-timer.la-3x > div:after {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  -webkit-transform-origin: 3px 3px 0;
  -moz-transform-origin: 3px 3px 0;
  -ms-transform-origin: 3px 3px 0;
  -o-transform-origin: 3px 3px 0;
  transform-origin: 3px 3px 0;
}
.interruption-detail .la-timer.la-3x > div:before {
  height: 36px;
}
.interruption-detail .la-timer.la-3x > div:after {
  height: 24px;
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes timer-loader {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.interruption-detail .item {
  position: absolute;
  width: 220px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -110px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-align: center;
}
.interruption-detail .items:after {
  display: table;
  float: none;
  clear: both;
  content: "";
}
.interruption-detail .items .item {
  position: relative;
  width: 25%;
  height: 180px;
  text-align: center;
  float: left;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.interruption-detail .items .item .item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.interruption-detail .item-loader-container div:after {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.interruption-detail .la-timer {
  margin: 17px auto;
}
.interruption-detail .item-title span {
  color: #ffffff;
  word-break: break-all;
}
/* Loading Mask层样式 type2 */
.interruption-detail-tree {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.interruption-detail-tree .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interruption-detail-tree .item .item-inner img {
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
.interruption-detail-tree .item .item-title {
  margin-top: 8px;
  color: #000;
}
#selectBox label {
  display: flex;
  align-items: center;
}
#selectBox label:not(:first-child) {
  margin-left: 8px;
}
/*# sourceMappingURL=styles.css.map */