@charset "UTF-8";
/*-------------------------------------
zTree Style

version:	3.5.19
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/

-------------------------------------*/
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
}
.ztree {
  margin: 0;
  padding: 5px;
  color: #333;
}
.ztree li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  outline: 0;
}
.ztree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ztree li ul.line {
  background: url(./img/line_conn.gif) 0 0 repeat-y;
}
.ztree li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}
.ztree li a:hover {
  text-decoration: underline;
}
.ztree li a.curSelectedNode {
  padding-top: 0px;
  background-color: #86bff8;
  color: black;
  height: 16px;
  border: 1px #86bff8 solid;
  opacity: 0.8;
}
.ztree li a.curSelectedNode_Edit {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
  padding-top: 0px;
  background-color: #316AC5;
  color: white;
  height: 16px;
  border: 1px #316AC5 solid;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #7EC4CC solid;
  *border: 0px;
}
.ztree li span {
  line-height: 16px;
  margin-right: 2px;
}
.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("./img/zTreeStandard.png");
  *background-image: url("./img/zTreeStandard.gif");
}
.ztree li span.button.chk {
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
  cursor: auto;
}
.ztree li span.button.chk.checkbox_false_full {
  background-position: 0 0;
}
.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px;
}
.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px;
}
.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px;
}
.ztree li span.button.chk.checkbox_false_disable {
  background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0;
}
.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px;
}
.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px;
}
.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px;
}
.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px;
}
.ztree li span.button.switch {
  width: 18px;
  height: 18px;
}
.ztree li span.button.root_open {
  background-position: -92px -54px;
}
.ztree li span.button.root_close {
  background-position: -74px -54px;
}
.ztree li span.button.roots_open {
  background-position: -92px 0;
}
.ztree li span.button.roots_close {
  background-position: -74px 0;
}
.ztree li span.button.center_open {
  background-position: -92px -18px;
}
.ztree li span.button.center_close {
  background-position: -74px -18px;
}
.ztree li span.button.bottom_open {
  background-position: -92px -36px;
}
.ztree li span.button.bottom_close {
  background-position: -74px -36px;
}
.ztree li span.button.noline_open {
  background-position: -92px -72px;
}
.ztree li span.button.noline_close {
  background-position: -74px -72px;
}
.ztree li span.button.root_docu {
  background: none;
}
.ztree li span.button.roots_docu {
  background-position: -56px 0;
}
.ztree li span.button.center_docu {
  background-position: -56px -18px;
}
.ztree li span.button.bottom_docu {
  background-position: -56px -36px;
}
.ztree li span.button.noline_docu {
  background: none;
}
.ztree li span.button.ico_open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_docu {
  width: 18px!important;
  margin-right: 2px;
  background-position: -110px -32px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.edit {
  margin-right: 2px;
  background-position: -110px -48px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.remove {
  margin-right: 2px;
  background-position: -110px -64px;
  vertical-align: top;
  *vertical-align: middle;
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url(./img/loading.gif) no-repeat scroll 0 0 transparent;
  vertical-align: top;
  *vertical-align: middle;
}
ul.tmpTargetzTree {
  background-color: #FFE6B0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url("./img/zTreeStandard.png");
  *background-image: url("./img/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  border: 1px #00B83F dotted;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.zTreeMask {
  z-index: 10000;
  background-color: #cfcfcf;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
	display:none;
}
.ztree li ul.level0 {
	padding:0;
	background:none;
}*/
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.7.0
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2018 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2018-07-12T09:06:55.859Z
 */
@-webkit-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@-o-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    -o-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    -o-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@font-face {
  font-family: "context-menu-icons";
  font-style: normal;
  font-weight: normal;
  /*src: url("font/context-menu-icons.eot?36hmp");*/
  /*src: url("font/context-menu-icons.eot?36hmp#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?36hmp") format("woff2"), url("font/context-menu-icons.woff?36hmp") format("woff"), url("font/context-menu-icons.ttf?36hmp") format("truetype");*/
}
.context-menu-icon-add:before {
  content: "\EA01";
}
.context-menu-icon-copy:before {
  content: "\EA02";
}
.context-menu-icon-cut:before {
  content: "\EA03";
}
.context-menu-icon-delete:before {
  content: "\EA04";
}
.context-menu-icon-edit:before {
  content: "\EA05";
}
.context-menu-icon-loading:before {
  content: "\EA06";
}
.context-menu-icon-paste:before {
  content: "\EA07";
}
.context-menu-icon-quit:before {
  content: "\EA08";
}
.context-menu-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: "context-menu-icons";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-hover:before {
  color: #fff;
}
.context-menu-icon.context-menu-disabled::before {
  color: #bbb;
}
.context-menu-icon.context-menu-icon-loading:before {
  -webkit-animation: cm-spin 2s infinite;
  -o-animation: cm-spin 2s infinite;
  animation: cm-spin 2s infinite;
}
.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
  line-height: inherit;
}
.context-menu-icon.context-menu-icon--fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #fff;
}
.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbb;
}
.context-menu-icon.context-menu-icon--fa5 {
  display: list-item;
  font-family: inherit;
  line-height: inherit;
}
.context-menu-icon.context-menu-icon--fa5 i,
.context-menu-icon.context-menu-icon--fa5 svg {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  color: #2980b9;
}
.context-menu-icon.context-menu-icon--fa5.context-menu-hover i,
.context-menu-icon.context-menu-icon--fa5.context-menu-hover svg {
  color: #fff;
}
.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i,
.context-menu-icon.context-menu-icon--fa5.context-menu-disabled svg {
  color: #bbb;
}
.context-menu-list {
  position: absolute;
  display: inline-block;
  padding: 4px;
  font-family: MicrosoftYaHei;
  color: #3A4758;
  font-size: 12px;
  list-style-type: none;
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(56,56,56,0.2);
  box-shadow: 0px 2px 12px 0px rgba(56,56,56,0.2);
}
.context-menu-item {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 16px;
  color: #3A4758;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  line-height: 22px;
}
.context-menu-item:active {
  background-color: rgba(198,206,214,0.4) !important;
}
.context-menu-separator {
  padding: 0;
  margin: 0.35em 0;
  border-bottom: 1px solid #e6e6e6;
}
.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.context-menu-item.context-menu-hover {
  cursor: pointer;
  background-color: rgba(198,206,214,0.2);
}
.context-menu-item.context-menu-disabled {
  color: #bbb;
  cursor: default;
  background-color: #fff;
}
.context-menu-input.context-menu-hover {
  color: #2f2f2f;
  cursor: default;
}
.context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 1;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.25em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
 * Inputs
 */
.context-menu-item.context-menu-input {
  padding: 0.3em 0.6em;
}
/* vertically align inside labels */
.context-menu-input > label > * {
  vertical-align: top;
}
/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  position: relative;
  top: 0.12em;
  margin-right: 0.4em;
}
.context-menu-input > label {
  margin: 0;
}
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.context-menu-input > label > textarea {
  height: 7em;
}
.context-menu-item > .context-menu-list {
  top: 0.3em;
  /* re-positioned by js */
  right: -0.3em;
  display: none;
}
.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}
.context-menu-accesskey {
  text-decoration: underline;
}
/*!
 * Viewer.js v1.9.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-12-06T11:25:10.724Z
 */
.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url('data:image/png;base64,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');
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}
.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}
.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}
.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}
.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}
.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}
.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}
.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}
.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}
.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}
.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}
.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}
.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}
.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}
.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}
.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}
.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}
.viewer-container:focus {
  outline: 0;
}
.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}
.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}
.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}
.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}
.viewer-list > li:focus,
.viewer-list > li:hover {
  opacity: 0.75;
}
.viewer-list > li:focus {
  outline: 0;
}
.viewer-list > li + li {
  margin-left: 1px;
}
.viewer-list > .viewer-loading {
  position: relative;
}
.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}
.viewer-list > .viewer-active,
.viewer-list > .viewer-active:focus,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}
.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}
.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 6px 3px;
}
.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px;
}
.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.viewer-toolbar > ul > li:focus {
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  outline: 0;
  position: relative;
  z-index: 1;
}
.viewer-toolbar > ul > li::before {
  margin: 2px;
}
.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}
.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}
.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px;
}
.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin: 3px;
  width: 30px;
}
.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px;
}
.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}
.viewer-title:hover {
  opacity: 1;
}
.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}
.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.viewer-button:focus {
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  outline: 0;
}
.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
.viewer-fixed {
  position: fixed;
}
.viewer-open {
  overflow: hidden;
}
.viewer-show {
  display: block;
}
.viewer-hide {
  display: none;
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.viewer-invisible {
  visibility: hidden;
}
.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.viewer-fade {
  opacity: 0;
}
.viewer-in {
  opacity: 1;
}
.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  background: #f0f0f0;
  color: #444;
}
.hljs-comment {
  color: #888;
}
.hljs-punctuation,
.hljs-tag {
  color: #444a;
}
.hljs-tag .hljs-attr,
.hljs-tag .hljs-name {
  color: #444;
}
.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag {
  font-weight: 700;
}
.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type {
  color: #800;
}
.hljs-section,
.hljs-title {
  color: #800;
  font-weight: 700;
}
.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
  color: #bc6060;
}
.hljs-literal {
  color: #78a960;
}
.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-code {
  color: #397300;
}
.hljs-meta {
  color: #1f7199;
}
.hljs-meta .hljs-string {
  color: #4d99bf;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
DIV.menu_body {
  display: none;
  z-index: 99999999;
  position: absolute;
  border: 1px solid gray;
  background-color: #DBD8D1;
  filter: alpha(opacity=95);
  width: 130px;
}
TD.menu_over {
  font-family: Arial;
  font-size: 9pt;
  cursor: pointer;
  color: #ffffff;
  background-color: #006699;
  word-wrap: normal;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
TD.menu_out {
  font-family: Arial;
  font-size: 9pt;
  cursor: default;
  color: #000000;
  background-color: #DBD8D1;
  word-wrap: normal;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
TD.menu_separator {
  cursor: default;
  color: #000000;
  background-color: #DBD8D1;
  word-wrap: normal;
  width: 130px;
}
TD.menu_separator > hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.WholeCalendar {
  background-color: lightgrey;
  border: 1px solid black;
  cursor: default;
  width: 100%;
  height: 100%;
}
.TitleCalendar {
  color: #00009F;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  height: 1px;
  width: 100%;
  background-color: lightgrey;
}
.DateControls {
  text-align: right;
}
.CalendarTable {
  border: 1px solid black;
  width: 100%;
  height: 100%;
}
.DayTitleCalendar {
  background-color: lightgrey;
  color: black;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: black;
  border-bottom-color: black;
  width: 14%;
  height: 1;
}
.OffDayCalendar {
  background-color: lightgrey;
  color: #7F7F7F;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  vertical-align: text-top;
  border-width: 1px;
  border-style: solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: black;
  border-bottom-color: black;
  width: 14%;
  cursor: pointer;
}
.DayCalendar {
  background-color: lightgrey;
  color: #00009F;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  vertical-align: text-top;
  border-width: 1px;
  border-style: solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: black;
  border-bottom-color: black;
  width: 14%;
  cursor: pointer;
}
.DaySelectedCalendar {
  background-color: #7F7F7F;
  color: yellow;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  vertical-align: text-top;
  border-width: 1px;
  border-style: solid;
  border-left-color: black;
  border-top-color: black;
  border-right-color: #BFBFBF;
  border-bottom-color: #BFBFBF;
  width: 14%;
  cursor: pointer;
}
#GridWeb1_AC {
  overflow: hidden !important;
}
/*own*/
.user-select-none {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.2;
}
.text-center {
  text-align: center;
}
.check-option {
  font-size: 12px;
  vertical-align: middle;
}
.check-option input[type="checkbox"] {
  vertical-align: middle;
}
.header-bar .tools-bar {
  padding: 4px 15px;
}
.header-bar .tools-bar .bar-item {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 4px;
  cursor: pointer;
}
.bar-item:hover {
  background: #eee;
}
.bar-item:active {
  background: #e4e4e4;
}
.menu-button {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
}
.header-bar .tools-bar .bar-item .menu-button {
  margin: 8px;
}
.menu-button.sort {
  background-image: url("paixu.png");
}
.menu-button.search {
  background-image: url("jiansuo.png");
}
.search-dialog {
  position: fixed;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.hide {
  display: none !important;
}
.search-dialog .dialog-title {
  padding: 15px;
  position: relative;
  line-height: normal;
  cursor: move;
}
.search-dialog .dialog-title .title {
  opacity: 0.8;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #000;
}
.search-dialog .dialog-title .close-button {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../grid/acw_client/close.png");
  background-size: cover;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.search-dialog .dialog-content {
  padding: 10px 15px;
  font-size: 12px;
}
.search-dialog .dialog-content .form-item {
  line-height: normal;
  padding: 0 0 10px;
}
.search-dialog .dialog-content .form-item.form-item-btn {
  padding-top: 10px;
}
.dialog-content .search-box {
  width: 100%;
  height: 28px;
  border: 1px solid #e2e5ed;
  border-radius: 2px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.dialog-content .search-box .search-input {
  width: 100%;
  height: 22px;
  background: #fff;
  border: none;
  line-height: 22px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: medium;
}
.dialog-content .search-box .search-btn {
  width: 28px;
  text-align: center;
  cursor: pointer;
}
.dialog-content .dialog-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  border-radius: 2px;
  padding: 5px 15px;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  opacity: 1;
}
/*�Զ�����ʽ*/
/* #mycomponent_FRAMETAB{display: block;}�����ײ��հ�(����firefox) */
.clearHover {
  background-color: #fff !important;
}
/*#mycomponent_celleditorname {
  width: 40px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  display: block;
  position: absolute;
  top: 0px;
  border-right: 1px solid #e0e2e4;
}
#mycomponent_celleditorcontent {
  padding-left: 45px;
  box-sizing: border-box;
  resize: none;
  line-height: 24px;
  height: 30px;
  border: 0px;
}
td > span {
  overflow: hidden;
  white-space: pre-wrap;
}

#mycomponent_viewRow tbody td > span {
  word-break: break-all;
  display: inline !important;
}
#mycomponent_tabPanel .mycomponent_6 {
  font-weight: 600;
}
#mycomponent_tabPanel .mycomponent_6,
#mycomponent_tabPanel .mycomponent_7 {
  line-height: 23pt;
  !* min-width: 38pt; *!
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
#mycomponent_viewPanel .mycomponent_7,
#mycomponent_viewPanel .mycomponent_8,
#mycomponent_viewPanel .mycomponent_9,
#mycomponent_viewPanel .mycomponent_10 {
  height: 16pt;
  box-sizing: border-box;
}
#mycomponent_PAGE {
  height: 20pt;
  border: 0px;
}

#mycomponent_tabPanel {
  overflow: hidden!important;
}
!* ȥ��sheet�Ĺ����� *!
#mycomponent_tabPanel td {
  vertical-align: top;
}
#mycomponent_LSCROLL,
#mycomponent_RSCROLL {
  width: 15px!important;
  display: none;
}
*/
#mycomponent_celleditordiv {
  height: 29px;
  border-right: 1px solid #e0e2e4;
  display: none;
}
span.acwxc {
  overflow: hidden;
  border: none;
  display: block;
  white-space: pre;
}
span.rotation90 {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3 );
  display: block
}
span.rotation-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1 );
  width: 100%;
  height: 100%;
  border: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  display: block
}
span.wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -ms-word-break: break-all;
  height: auto !important
}
span.acwcmmnt {
  position: relative;
}
span.acwcmmnt:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 7px solid #f00;
}
#dialogContent iframe {
  border: none;
  width: 100%;
  height: 105px;
}
.header-right > div {
  margin-right: 8px;
  padding-right: 16px;
}
.header-right > div > i {
  margin: 4px 4px 4px 16px!important;
}
.header-right > div > span {
  font-size: 12px;
}
.header-bar .tools-bar .bar-item {
  width: auto;
  height: auto;
  border: 1px solid #e2e6ed;
  background-color: #fff;
}
.header-bar .tools-bar .bar-item:hover {
  background-color: #eee;
}
.header-icon-sort:hover {
  background-image: url(./grid/acw_client/excel-sort.png) !important;
}
.header-icon-sort {
  background-image: url(./grid/acw_client/excel-sort.png) !important;
}
.header-icon-download {
  background-image: url(./grid/acw_client/excel-download.png) !important;
}
.header-icon-print {
  background-image: url(./grid/acw_client/excel-print.png) !important;
}
.header-icon-search {
  background-image: url(./grid/acw_client/excel-search.png) !important;
}
.header-label {
  font-size: 12px;
  color: 333;
  vertical-align: middle;
}
.header-icon-asc {
  background-image: url(./grid/acw_client/excel-asc.png) !important;
}
.header-icon-desc {
  background-image: url(./grid/acw_client/excel-desc.png) !important;
}
/* .header-wrap-sort:hover .header-sub-sort{display: block;} */
.header-sub-sort {
  display: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.header-sub-sort > li {
  padding-left: 16px;
  box-sizing: border-box;
}
.header-sub-sort > li:hover {
  background: #f2f2f2;
}
.menu-button- {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-size: 16px 16px;
  margin: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
/* .header-sub-sort>li:hover>i{background-color: #fff;} */
/*ztree style*/
.ztree li span {
  font-size: 12px;
  color: #333;
}
.ztree li a.curSelectedNode {
  padding-top: 1px !important;
  background: none;
}
.ztree li span.button.bottom_open {
  background-position: 0;
  background-image: url('../image/treeopen.png');
}
.ztree li span.button.bottom_close {
  background-position: 0;
  background-image: url('../image/treeclose.png');
}
.ztree li span.button.center_open {
  background-position: 0;
  background-image: url('../image/treeopen.png');
}
.ztree li span.button.center_close {
  background-position: 0;
  background-image: url('../image/treeclose.png');
}
.ztree li span.button.noline_open {
  background-position: 0;
  background-image: url('../image/treeopen.png');
  /*margin-top: 1px;*/
  background-size: 14px 14px;
  height: 28px;
}
.ztree li span.button.noline_close {
  background-position: 0;
  background-image: url('../image/treeclose.png');
  /*margin-top: 1px;*/
  background-size: 14px 14px;
  height: 28px;
}
.ztree li a {
  height: 28px !important;
  line-height: 28px !important;
  vertical-align: baseline;
}
/*缩略图*/
.thumbs {
  padding: 0;
  position: relative;
  padding-top: 28px;
  box-sizing: border-box;
}
.thumbs .thumb {
  /*position: relative;*/
  /*margin: 0 25px;*/
  padding: 32px 0;
  text-align: center;
  /*height: 298px;*/
}
.thumbs .thumb > div {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: white;
  background-image: url("../image/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.thumbs .thumb .thumbView {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.thumbs .thumb img {
  /*border: 1px solid #999;*/
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.thumbs .thumb svg {
  background: white;
  border: 1px solid #999;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbs .thumb canvas {
  /*border: 1px solid #999;*/
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
}
.thumb.active > div > div {
  display: block !important;
}
.thumbs .thumb span {
  position: absolute;
  /*right: 5px;*/
  /*bottom: 5px;*/
  right: 85px;
  bottom: -32px;
  font-size: 12px;
  color: #666;
}
.thumbs .active {
  /*border: 1px dotted #000;*/
  /*border-radius: 5px;*/
  /*background-color: #86bff8;*/
}
.sign {
  overflow: auto;
  padding: 8px;
  box-sizing: border-box;
}
.sign .content {
  border-top: 1px solid #666;
  overflow: auto;
  padding: 5px;
  font-size: 9px;
}
.sign .content-item {
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
.sign .content-item > div {
  padding: 0 8px !important;
}
.sign .content-item > div > span {
  font-size: 12px !important;
  color: #999;
}
.result {
  outline: 0;
  border: none !important;
}
.sign .content-item > div {
  padding: 3px 0;
}
.sign .name-,
.sign .name- > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name- > div:first-child {
  min-width: 55%;
  max-width: 65%;
}
.sign .name- img {
  min-width: 40px;
  min-height: 30px;
  cursor: pointer;
}
.sign .name- > div > span {
  margin: 0 3px;
  font-size: 14px;
  font-weight: bold;
}
.sign .name- button {
  margin: 0 3px;
  line-height: 25px;
  width: 50px;
  height: 30px;
  min-width: 40px;
  background: #168dd5;
  border-radius: 3px;
  border: 1px solid #0972b1;
  color: #ffffff;
}
.sign .valid {
  color: green;
}
.sign .invalid {
  color: red;
}
.sign .unknown {
  color: #999;
}
/*.sign a:hover {*/
/*    color: #172c45;*/
/*    text-decoration: none;*/
/*}*/
/*==================================================================*/
.ztree {
  display: inline-block;
  min-width: 290px;
}
.ztree li a:hover {
  text-decoration: none !important;
}
/*.ztree li:hover{*/
/*    background: #eaeaea!important;*/
/*}*/
/*.ztree li:hover ul{*/
/*    background: #f5f5f5!important;*/
/*}*/
.ztree li a.curSelectedNode {
  border: none !important;
}
.treeup > .treedown {
  display: none;
}
.treedown > .treeup {
  display: none;
}
.ul-position {
  position: relative;
}
.li-position {
  position: relative;
  z-index: 1;
}
ul.ztree li span.button.ico_docu {
  width: 0 !important;
}
.Bookmark {
  height: 28px;
  line-height: 28px;
  background: none;
  font-size: 12px;
  color: #333;
  margin: 0 8px;
  padding: 0 8px;
}
.createBookmark {
  height: 28px;
  line-height: 28px;
  background: #fff;
  font-size: 12px;
  color: #333;
  border: 1px solid #DADADA;
  margin: 0 8px;
  padding: 0 8px;
}
.Sign- {
    background: #fff;
    border: 1px solid #CCCCCC;
    margin-top: 8px;
}

.Sign-.actived {
    border: 1px solid #008ad9;
}

.Sign- .Sign-up {
    overflow: hidden;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.Sign- .Sign-left {
  float: left;
  font-size: 0;
}
.Sign- .Sign-left-img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.Sign- .Sign-left-span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #E73C1E;
  margin-left: 6px;
}
.Sign- .Sign-left-span .Sign-descript {
  width: 180px;
}
.Sign- .Sign-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.Sign-right > button {
  font-size: 12px;
  height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 3px;
}
.Sign-right > button:hover {
  padding-left: 8px;
  padding-right: 8px;
}
.Sign- .details {
  font-size: 12px;
  color: #008AD9;
  display: none;
}
.Sign- .Sign-down {
  padding: 12px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  word-break: break-all;
}
.Attachment- {
  background: #fff;
  border: 1px solid #CCCCCC;
  margin: 8px 8px 0;
}
.Attachment-up {
  padding: 12px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.Attachment-left {
  font-size: 0;
  float: left;
}
.Attachment-left-img {
  display: inline-block;
  vertical-align: middle;
}
.Attachment-left-span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
  padding-left: 5px;
}
.Attachment-result {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Attachment-right {
  float: right;
}
.openLoc {
  border: none;
  background: none;
  padding-top: 6px;
  outline: 0;
  cursor: pointer;
  border-radius: 3px;
  display: none;
}
.odownload:hover,
.openLoc:hover {
  background: #ddd;
}
.odownload:active,
.openLoc:active {
  background: #ccc;
}
.odownload {
  border: none;
  background: none;
  padding-top: 6px;
  outline: 0;
  cursor: pointer;
  border-radius: 3px;
}
.Attachment-down {
  padding: 12px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.normal {
  white-space: normal;
}
.page-tree-wrap {
  padding: 8px;
  font-size: 12px;
  /*width: 300px;*/
  background: #f5f5f5;
}
.page-tree-title {
  padding: 8px 3px;
  color: #333;
  cursor: pointer;
}
.page-tree-title:hover {
  background: #eee;
}
.page-tree-title > * {
  vertical-align: middle;
}
.page-title-page {
  margin-right: 5px;
}
.page-title-down .page-title-up {
  display: none;
}
.page-title-up .page-title-down {
  display: none;
}
.annot-tree-content {
  border-bottom: 1px solid #eaeaea;
  padding: 12px 8px;
}
.annot-tree-content:hover,
.annot-active {
  background: #eaeaea;
}
.annot-tree-up {
  overflow: hidden;
}
.annot-tree-left {
  float: left;
  color: #666;
}
.annot-sm {
  width: 16px;
  height: 16px;
}
.annot-name {
  display: inline-block;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.annot-tree-right {
  float: right;
  color: #999;
}
.annot-page {
  margin-right: 10px;
  vertical-align: middle;
}
.annot-time {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
}
.annot-p {
  position: relative;
  /* ！！！决定是否创建全部、收起btn */
  /*height: 32px;*/
  line-height: 16px;
  overflow: hidden;
  line-break: anywhere;
}
.page-tree-wrap .ellipsis {
  /*padding-left: 5px;*/
  /*background: linear-gradient(to right, transparent, #fff 55%);*/
  display: inline-block;
  width: 14px;
  height: 100%;
  background: #f5f5f5;
}
.page-tree-wrap .spread,
.page-tree-wrap .collapse {
  font-size: 12px;
  border: none;
  background: #f5f5f5;
  color: #008AD9;
  outline: 0;
  padding: 0;
}
.ellipsis-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
}
.ellipsis-wrap {
  background: #eaeaea;
}
.annot-tree-content:hover .ellipsis,
.annot-active .ellipsis,
.annot-tree-content:hover .spread,
.annot-active .spread,
.annot-tree-content:hover .collapse,
.annot-active .collapse {
    background: #eaeaea;
}

.page-tree .inp {
    vertical-align: middle;
    display: none;
}

/* 邮件预览 */
.email-container {
    padding: 10px 20px;
    box-shadow: 0 0 3px 1px #cfcfcf;
    font-family: '微软雅黑';
    margin: 0 20px 20px 20px;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    box-shadow: 0 0 3px 1px #cfcfcf;
}

.email-container .space {
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    background-color: gray;
    margin: 0 12px;
}

.email-container h3 {
    color: #333;
    font-size: 20px;
    line-height: 1.6;
    margin: 10px;
    font-weight: normal;
}

.email-container .email-head {
    font-size: 14px;
    color: #333;
    padding: 0 10px 10px;
}

.email-container .email-head .item {
    position: relative;
    margin-bottom: 5px;
    min-height: 20px;
    line-height: 1.6;
    word-break: break-all;
}

.email-container .email-head .item .content {
    display: inline-block;
    word-break: break-all;
    text-indent: 3px;
}

.email-container .attachments .comma {
    margin-right: 12px;
}

.email-container .attachments .comma:last-child {
    display: none;
}

.email-container .email-head .item .title {
    margin-right: 3px;
}

.email-container .email-head .item span a {
    color: #008aea;
}

.email-container .email-body {
    padding: 15px;
    border-top: 1px dashed #a2a9b6;
    overflow: auto;
}