/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Helvetica Neue For Number";
  src: local("Helvetica Neue");
  unicode-range: U+30-39;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
::-moz-selection {
  background: #1890ff;
  color: #fff;
}
::selection {
  background: #1890ff;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
a {
  color: #1890ff;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s ease;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
a:hover {
  color: #4fabff;
}
a:active {
  color: #1278e0;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-divider {
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
@font-face {
  font-family: 'anticon';
  src: url(/ddplatform/webframe/static/iconfont.bfa6923d.eot);
  /* IE9*/
  src: url(/ddplatform/webframe/static/iconfont.bfa6923d.eot?#iefix) format('embedded-opentype'),  url(/ddplatform/webframe/static/iconfont.80b5b415.woff) format('woff'),  url(/ddplatform/webframe/static/iconfont.ee003c88.ttf) format('truetype'),  url(/ddplatform/webframe/static/iconfont.7a6ee988.svg#iconfont) format('svg');
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-step-forward:before {
  content: "\E600";
}
.anticon-step-backward:before {
  content: "\E601";
}
.anticon-forward:before {
  content: "\E602";
}
.anticon-backward:before {
  content: "\E603";
}
.anticon-caret-right:before {
  content: "\E604";
}
.anticon-caret-left:before {
  content: "\E605";
}
.anticon-caret-down:before {
  content: "\E606";
}
.anticon-caret-up:before {
  content: "\E607";
}
.anticon-right-circle:before {
  content: "\E608";
}
.anticon-circle-right:before {
  content: "\E608";
}
.anticon-caret-circle-right:before {
  content: "\E608";
}
.anticon-left-circle:before {
  content: "\E609";
}
.anticon-circle-left:before {
  content: "\E609";
}
.anticon-caret-circle-left:before {
  content: "\E609";
}
.anticon-up-circle:before {
  content: "\E60A";
}
.anticon-circle-up:before {
  content: "\E60A";
}
.anticon-caret-circle-up:before {
  content: "\E60A";
}
.anticon-down-circle:before {
  content: "\E60B";
}
.anticon-circle-down:before {
  content: "\E60B";
}
.anticon-caret-circle-down:before {
  content: "\E60B";
}
.anticon-right-circle-o:before {
  content: "\E60C";
}
.anticon-circle-o-right:before {
  content: "\E60C";
}
.anticon-caret-circle-o-right:before {
  content: "\E60C";
}
.anticon-left-circle-o:before {
  content: "\E60D";
}
.anticon-circle-o-left:before {
  content: "\E60D";
}
.anticon-caret-circle-o-left:before {
  content: "\E60D";
}
.anticon-up-circle-o:before {
  content: "\E60E";
}
.anticon-circle-o-up:before {
  content: "\E60E";
}
.anticon-caret-circle-o-up:before {
  content: "\E60E";
}
.anticon-down-circle-o:before {
  content: "\E60F";
}
.anticon-circle-o-down:before {
  content: "\E60F";
}
.anticon-caret-circle-o-down:before {
  content: "\E60F";
}
.anticon-verticle-left:before {
  content: "\E610";
}
.anticon-verticle-right:before {
  content: "\E611";
}
.anticon-rollback:before {
  content: "\E612";
}
.anticon-retweet:before {
  content: "\E613";
}
.anticon-shrink:before {
  content: "\E614";
}
.anticon-arrows-alt:before {
  content: "\E615";
}
.anticon-arrow-salt:before {
  content: "\E615";
}
.anticon-reload:before {
  content: "\E616";
}
.anticon-double-right:before {
  content: "\E617";
}
.anticon-double-left:before {
  content: "\E618";
}
.anticon-arrow-down:before {
  content: "\E619";
}
.anticon-arrow-up:before {
  content: "\E61A";
}
.anticon-arrow-right:before {
  content: "\E61B";
}
.anticon-arrow-left:before {
  content: "\E61C";
}
.anticon-down:before {
  content: "\E61D";
}
.anticon-up:before {
  content: "\E61E";
}
.anticon-right:before {
  content: "\E61F";
}
.anticon-left:before {
  content: "\E620";
}
.anticon-minus-square-o:before {
  content: "\E621";
}
.anticon-minus-circle:before {
  content: "\E622";
}
.anticon-minus-circle-o:before {
  content: "\E623";
}
.anticon-minus:before {
  content: "\E624";
}
.anticon-plus-circle-o:before {
  content: "\E625";
}
.anticon-plus-circle:before {
  content: "\E626";
}
.anticon-plus:before {
  content: "\E627";
}
.anticon-info-circle:before {
  content: "\E628";
}
.anticon-info-circle-o:before {
  content: "\E629";
}
.anticon-info:before {
  content: "\E62A";
}
.anticon-exclamation:before {
  content: "\E62B";
}
.anticon-exclamation-circle:before {
  content: "\E62C";
}
.anticon-exclamation-circle-o:before {
  content: "\E62D";
}
.anticon-close-circle:before {
  content: "\E62E";
}
.anticon-cross-circle:before {
  content: "\E62E";
}
.anticon-close-circle-o:before {
  content: "\E62F";
}
.anticon-cross-circle-o:before {
  content: "\E62F";
}
.anticon-check-circle:before {
  content: "\E630";
}
.anticon-check-circle-o:before {
  content: "\E631";
}
.anticon-check:before {
  content: "\E632";
}
.anticon-close:before {
  content: "\E633";
}
.anticon-cross:before {
  content: "\E633";
}
.anticon-customer-service:before {
  content: "\E634";
}
.anticon-customerservice:before {
  content: "\E634";
}
.anticon-credit-card:before {
  content: "\E635";
}
.anticon-code-o:before {
  content: "\E636";
}
.anticon-book:before {
  content: "\E637";
}
.anticon-bar-chart:before {
  content: "\E638";
}
.anticon-bars:before {
  content: "\E639";
}
.anticon-question:before {
  content: "\E63A";
}
.anticon-question-circle:before {
  content: "\E63B";
}
.anticon-question-circle-o:before {
  content: "\E63C";
}
.anticon-pause:before {
  content: "\E63D";
}
.anticon-pause-circle:before {
  content: "\E63E";
}
.anticon-pause-circle-o:before {
  content: "\E63F";
}
.anticon-clock-circle:before {
  content: "\E640";
}
.anticon-clock-circle-o:before {
  content: "\E641";
}
.anticon-swap:before {
  content: "\E642";
}
.anticon-swap-left:before {
  content: "\E643";
}
.anticon-swap-right:before {
  content: "\E644";
}
.anticon-plus-square-o:before {
  content: "\E645";
}
.anticon-frown:before {
  content: "\E646";
}
.anticon-frown-circle:before {
  content: "\E646";
}
.anticon-ellipsis:before {
  content: "\E647";
}
.anticon-copy:before {
  content: "\E648";
}
.anticon-menu-fold:before {
  content: "\E658";
}
.anticon-mail:before {
  content: "\E659";
}
.anticon-logout:before {
  content: "\E65A";
}
.anticon-link:before {
  content: "\E65B";
}
.anticon-area-chart:before {
  content: "\E65C";
}
.anticon-line-chart:before {
  content: "\E65D";
}
.anticon-home:before {
  content: "\E65E";
}
.anticon-laptop:before {
  content: "\E65F";
}
.anticon-star:before {
  content: "\E660";
}
.anticon-star-o:before {
  content: "\E661";
}
.anticon-folder:before {
  content: "\E662";
}
.anticon-filter:before {
  content: "\E663";
}
.anticon-file:before {
  content: "\E664";
}
.anticon-exception:before {
  content: "\E665";
}
.anticon-meh:before {
  content: "\E666";
}
.anticon-meh-circle:before {
  content: "\E666";
}
.anticon-meh-o:before {
  content: "\E667";
}
.anticon-shopping-cart:before {
  content: "\E668";
}
.anticon-save:before {
  content: "\E669";
}
.anticon-user:before {
  content: "\E66A";
}
.anticon-video-camera:before {
  content: "\E66B";
}
.anticon-to-top:before {
  content: "\E66C";
}
.anticon-team:before {
  content: "\E66D";
}
.anticon-tablet:before {
  content: "\E66E";
}
.anticon-solution:before {
  content: "\E66F";
}
.anticon-search:before {
  content: "\E670";
}
.anticon-share-alt:before {
  content: "\E671";
}
.anticon-setting:before {
  content: "\E672";
}
.anticon-poweroff:before {
  content: "\E6D5";
}
.anticon-picture:before {
  content: "\E674";
}
.anticon-phone:before {
  content: "\E675";
}
.anticon-paper-clip:before {
  content: "\E676";
}
.anticon-notification:before {
  content: "\E677";
}
.anticon-mobile:before {
  content: "\E678";
}
.anticon-menu-unfold:before {
  content: "\E679";
}
.anticon-inbox:before {
  content: "\E67A";
}
.anticon-lock:before {
  content: "\E67B";
}
.anticon-qrcode:before {
  content: "\E67C";
}
.anticon-play-circle:before {
  content: "\E6D0";
}
.anticon-play-circle-o:before {
  content: "\E6D1";
}
.anticon-tag:before {
  content: "\E6D2";
}
.anticon-tag-o:before {
  content: "\E6D3";
}
.anticon-tags:before {
  content: "\E67D";
}
.anticon-tags-o:before {
  content: "\E67E";
}
.anticon-cloud-o:before {
  content: "\E67F";
}
.anticon-cloud:before {
  content: "\E680";
}
.anticon-cloud-upload:before {
  content: "\E681";
}
.anticon-cloud-download:before {
  content: "\E682";
}
.anticon-cloud-download-o:before {
  content: "\E683";
}
.anticon-cloud-upload-o:before {
  content: "\E684";
}
.anticon-environment:before {
  content: "\E685";
}
.anticon-environment-o:before {
  content: "\E686";
}
.anticon-eye:before {
  content: "\E687";
}
.anticon-eye-o:before {
  content: "\E688";
}
.anticon-camera:before {
  content: "\E689";
}
.anticon-camera-o:before {
  content: "\E68A";
}
.anticon-windows:before {
  content: "\E68B";
}
.anticon-apple:before {
  content: "\E68C";
}
.anticon-apple-o:before {
  content: "\E6D4";
}
.anticon-android:before {
  content: "\E938";
}
.anticon-android-o:before {
  content: "\E68D";
}
.anticon-aliwangwang:before {
  content: "\E68E";
}
.anticon-aliwangwang-o:before {
  content: "\E68F";
}
.anticon-export:before {
  content: "\E691";
}
.anticon-edit:before {
  content: "\E692";
}
.anticon-circle-down-o:before {
  content: "\E693";
}
.anticon-circle-down-:before {
  content: "\E694";
}
.anticon-appstore-o:before {
  content: "\E695";
}
.anticon-appstore:before {
  content: "\E696";
}
.anticon-scan:before {
  content: "\E697";
}
.anticon-file-text:before {
  content: "\E698";
}
.anticon-folder-open:before {
  content: "\E699";
}
.anticon-hdd:before {
  content: "\E69A";
}
.anticon-ie:before {
  content: "\E69B";
}
.anticon-file-jpg:before {
  content: "\E69C";
}
.anticon-like:before {
  content: "\E64C";
}
.anticon-like-o:before {
  content: "\E69D";
}
.anticon-dislike:before {
  content: "\E64B";
}
.anticon-dislike-o:before {
  content: "\E69E";
}
.anticon-delete:before {
  content: "\E69F";
}
.anticon-enter:before {
  content: "\E6A0";
}
.anticon-pushpin-o:before {
  content: "\E6A1";
}
.anticon-pushpin:before {
  content: "\E6A2";
}
.anticon-heart:before {
  content: "\E6A3";
}
.anticon-heart-o:before {
  content: "\E6A4";
}
.anticon-pay-circle:before {
  content: "\E6A5";
}
.anticon-pay-circle-o:before {
  content: "\E6A6";
}
.anticon-smile:before {
  content: "\E6A7";
}
.anticon-smile-circle:before {
  content: "\E6A7";
}
.anticon-smile-o:before {
  content: "\E6A8";
}
.anticon-frown-o:before {
  content: "\E6A9";
}
.anticon-calculator:before {
  content: "\E6AA";
}
.anticon-message:before {
  content: "\E6AB";
}
.anticon-chrome:before {
  content: "\E6AC";
}
.anticon-github:before {
  content: "\E6AD";
}
.anticon-file-unknown:before {
  content: "\E6AF";
}
.anticon-file-excel:before {
  content: "\E6B0";
}
.anticon-file-ppt:before {
  content: "\E6B1";
}
.anticon-file-word:before {
  content: "\E6B2";
}
.anticon-file-pdf:before {
  content: "\E6B3";
}
.anticon-desktop:before {
  content: "\E6B4";
}
.anticon-upload:before {
  content: "\E6B6";
}
.anticon-download:before {
  content: "\E6B7";
}
.anticon-pie-chart:before {
  content: "\E6B8";
}
.anticon-unlock:before {
  content: "\E6BA";
}
.anticon-calendar:before {
  content: "\E6BB";
}
.anticon-windows-o:before {
  content: "\E6BC";
}
.anticon-dot-chart:before {
  content: "\E6BD";
}
.anticon-bar-chart:before {
  content: "\E6BE";
}
.anticon-code:before {
  content: "\E6BF";
}
.anticon-api:before {
  content: "\E951";
}
.anticon-plus-square:before {
  content: "\E6C0";
}
.anticon-minus-square:before {
  content: "\E6C1";
}
.anticon-close-square:before {
  content: "\E6C2";
}
.anticon-close-square-o:before {
  content: "\E6C3";
}
.anticon-check-square:before {
  content: "\E6C4";
}
.anticon-check-square-o:before {
  content: "\E6C5";
}
.anticon-fast-backward:before {
  content: "\E6C6";
}
.anticon-fast-forward:before {
  content: "\E6C7";
}
.anticon-up-square:before {
  content: "\E6C8";
}
.anticon-down-square:before {
  content: "\E6C9";
}
.anticon-left-square:before {
  content: "\E6CA";
}
.anticon-right-square:before {
  content: "\E6CB";
}
.anticon-right-square-o:before {
  content: "\E6CC";
}
.anticon-left-square-o:before {
  content: "\E6CD";
}
.anticon-down-square-o:before {
  content: "\E6CE";
}
.anticon-up-square-o:before {
  content: "\E6CF";
}
.anticon-loading:before {
  content: "\E64D";
}
.anticon-loading-3-quarters:before {
  content: "\E6AE";
}
.anticon-bulb:before {
  content: "\E649";
}
.anticon-select:before {
  content: "\E64A";
}
.anticon-addfile:before,
.anticon-file-add:before {
  content: "\E910";
}
.anticon-addfolder:before,
.anticon-folder-add:before {
  content: "\E914";
}
.anticon-switcher:before {
  content: "\E913";
}
.anticon-rocket:before {
  content: "\E90F";
}
.anticon-dingding:before {
  content: "\E923";
}
.anticon-dingding-o:before {
  content: "\E925";
}
.anticon-bell:before {
  content: "\E64E";
}
.anticon-disconnect:before {
  content: "\E64F";
}
.anticon-database:before {
  content: "\E650";
}
.anticon-compass:before {
  content: "\E6DB";
}
.anticon-barcode:before {
  content: "\E652";
}
.anticon-hourglass:before {
  content: "\E653";
}
.anticon-key:before {
  content: "\E654";
}
.anticon-flag:before {
  content: "\E655";
}
.anticon-layout:before {
  content: "\E656";
}
.anticon-login:before {
  content: "\E657";
}
.anticon-printer:before {
  content: "\E673";
}
.anticon-sound:before {
  content: "\E6E9";
}
.anticon-usb:before {
  content: "\E6D7";
}
.anticon-skin:before {
  content: "\E6D8";
}
.anticon-tool:before {
  content: "\E6D9";
}
.anticon-sync:before {
  content: "\E6DA";
}
.anticon-wifi:before {
  content: "\E6D6";
}
.anticon-car:before {
  content: "\E6DC";
}
.anticon-copyright:before {
  content: "\E6DE";
}
.anticon-schedule:before {
  content: "\E6DF";
}
.anticon-user-add:before {
  content: "\E6ED";
}
.anticon-user-delete:before {
  content: "\E6E0";
}
.anticon-usergroup-add:before {
  content: "\E6DD";
}
.anticon-usergroup-delete:before {
  content: "\E6E1";
}
.anticon-man:before {
  content: "\E6E2";
}
.anticon-woman:before {
  content: "\E6EC";
}
.anticon-shop:before {
  content: "\E6E3";
}
.anticon-gift:before {
  content: "\E6E4";
}
.anticon-idcard:before {
  content: "\E6E5";
}
.anticon-medicine-box:before {
  content: "\E6E6";
}
.anticon-red-envelope:before {
  content: "\E6E7";
}
.anticon-coffee:before {
  content: "\E6E8";
}
.anticon-trademark:before {
  content: "\E651";
}
.anticon-safety:before {
  content: "\E6EA";
}
.anticon-wallet:before {
  content: "\E6EB";
}
.anticon-bank:before {
  content: "\E6EE";
}
.anticon-trophy:before {
  content: "\E6EF";
}
.anticon-contacts:before {
  content: "\E6F0";
}
.anticon-global:before {
  content: "\E6F1";
}
.anticon-shake:before {
  content: "\E94F";
}
.anticon-fork:before {
  content: "\E6F2";
}
.anticon-spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
}
@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomRightOut {
  0% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 4px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #1890ff;
  background-color: #fff;
  border-color: #1890ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #1278e0;
  background-color: #fff;
  border-color: #1278e0;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #4fabff;
  border-color: #4fabff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #1278e0;
  border-color: #1278e0;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #1278e0;
  border-left-color: #1278e0;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #1278e0;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #1278e0;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #1278e0;
  background-color: transparent;
  border-color: #1278e0;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #1890ff;
  background-color: #fff;
  border-color: #1890ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #1278e0;
  background-color: #fff;
  border-color: #1278e0;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #f04134;
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #f04134;
  border-color: #f04134;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after,
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d73435;
  border-color: #d73435;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 28px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 28px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 22px;
  padding: 0;
  font-size: 12px;
  border-radius: 50%;
  height: 22px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity .2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn {
  position: relative;
  z-index: 1;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-btn-group-sm > .ant-btn {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon {
  font-size: 12px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:first-child {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 0.5em;
}
.ant-btn-clicked:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #1890ff;
  opacity: 0.4;
  animation: buttonEffect .4s;
  display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: #f04134;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4fabff;
  background-color: transparent;
  border-color: #4fabff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #1278e0;
  background-color: transparent;
  border-color: #1278e0;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f04134;
  background-color: transparent;
  border-color: #f04134;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #f46e65;
  background-color: transparent;
  border-color: #f46e65;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d73435;
  background-color: transparent;
  border-color: #d73435;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-message {
  font-size: 12px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #00a854;
}
.ant-message-error .anticon {
  color: #f04134;
}
.ant-message-warning .anticon {
  color: #ffbf00;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #108ee9;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  overflow: hidden;
  animation-duration: .3s;
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.certify .icon-box {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.certify .icon-box .icon {
  font-size: 56px;
  color: #0099ff;
}
.certify .title {
  color: #0099ff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.certify .content {
  position: relative;
  padding: 0 20px;
}
.certify .content .tips {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.certify .content .form-item {
  margin-bottom: 30px;
}
.certify .content .form-item .lable {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 5px;
}
.certify .content .form-item .ipt {
  width: 100%;
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  outline: none;
}
.certify .content .btn {
  margin-top: 100px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.certify-result .icon-box {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.certify-result .icon-box .icon {
  font-size: 56px;
  color: #0099ff;
}
.certify-result .icon-box .icon.close {
  color: #f50 !important;
}
.certify-result .title {
  color: #0099ff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.certify-result .title.error {
  color: #000;
}
.certify-result .content {
  text-align: center;
  padding-top: 200px;
}
.certify-result .content .btn-box {
  margin-bottom: 30px;
}
* {
	/*color: #333;*/
	/*删除ios滑动出现覆盖的情况。。。。太多的浮夸，只为证明我来过。*/
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}
.hover-pointer {
}
.hover-pointer:hover {
	cursor: pointer;
}
input,
textarea {
	font-family: 'Microsoft Yahei' !important;
	/*去除iosinput阴影*/
	-webkit-appearance: none !important;
	outline: none;
	-webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
html,
body,
ul,
img,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei' !important;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
	height: 48px !important;
	font-size: 14px;
	text-align: center !important;
	overflow: hidden !important;
	max-height: 48px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.ant-table-bordered .ant-table-tbody > tr > td > img {
	max-height: 48px !important;
	height: 48px !important;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title .iconfont,
.ant-menu-inline .ant-menu-item .iconfont {
	font-size: 16px !important;
}

/* 修复项目管理-项目成员添加框高度 */
.ant-select-selection.ant-select-selection--single {
    height: 36px;
    /* position: relative;
    cursor: pointer; */
}


/* 左侧菜单栏 */
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
	line-height: 56px !important;
	height: 56px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ant-menu-inline .ant-menu-submenu-title {
	/* padding: 0 30px 0 20px !important; */
	padding: 0 20px !important;
}
.ant-menu-inline .ant-menu-item {
	/* padding: 0 30px 0 20px !important; */
	padding: 0 20px !important;
}
.ant-menu-item .iconfont {
	margin-right: 17px;
}
.ant-menu-submenu-title .iconfont {
	margin-right: 17px;
}
ul,
li {
	font-family: 'Microsoft Yahei' !important;
}

span {
	font-family: 'Microsoft Yahei' !important;
}

a {
	text-decoration: none !important;
	font-family: 'Microsoft Yahei' !important;
}
a:active {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
button,
input,
select {
	outline: none;
	border: 1px solid #ddd;
	background: none;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-24 {
	font-size: 24px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-36 {
	font-size: 36px;
}
.font-40 {
	font-size: 40px;
}
.font-80 {
	font-size: 80px;
}
.color-green {
	color: #1abc9c;
}
.color-blue {
	color: #3599dd;
}
.color-black {
	color: #2b4356;
}
.color-red {
	color: #e24c3c;
}
.color-white {
	color: #fff;
}
.color-gray {
	color: #999 !important;
}
.bg-green {
	background: #1abc9c !important;
}
.bg-blue {
	background: #3599dd !important;
}
.bg-red {
	background: #e24c3c !important;
}
.bg-black {
	background: #000;
}
.text-center {
	text-align: center !important;
}
.text-index {
	width: 50px;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.margin-left-1 {
	margin-left: 1px;
}
.margin-left-4 {
	margin-left: 4px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-12 {
	margin-left: 12px;
}
.margin-left-18 {
	margin-left: 18px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-0-5 {
	margin: 0 5px;
}
.margin-0-10 {
	margin: 0 10px;
}
.padding-20-0 {
	padding: 20px 0;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-0 {
	padding: 0 !important;
}
.no-border {
	border: none !important;
}
.text-nowrap {
	white-space: nowrap;
}
.border-top-1 {
	border-top: 1px solid #eee;
}
@media (max-width: 768px) {
	.sm-show {
		display: block !important;
	}
	.sm-hide {
		display: none !important;
	}
	.sm-50 {
		width: 50%;
	}
	.sm-20 {
		width: 20%;
	}
	.sm-100 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.md-show {
		display: block !important;
	}
	.md-hide {
		display: none !important;
	}
	.md-20 {
		width: 20%;
	}
	.md-50 {
		width: 50%;
	}
	.md-100 {
		width: 100%;
	}
}

/* 后退时的状态，从左开始 */
.fadeInLeft-enter {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
}
.fadeInLeft-enter-active {
	transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
	-webkit-transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
	/* react不需要添加一下代码，会自动设置为正常正常状态 */
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transform: translateX(0%);
	opacity: 1;
}
.fadeInLeft-leave {
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
.fadeInLeft-leave-active {
	transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 200ms;
	-webkit-transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 200ms;
	-ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	opacity: 0;
	-webkit-transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
	.fadeInLeft-leave-active {
		opacity: 0.5;
	}
}

/* 前进时的初始值状态，从右开始 */
.fadeInRight-enter {
	opacity: 0;
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
/* 从初始值状态到完成进入状态，不需要，也不能设置translate值，因为默认值就是目的位置，只需要设置过渡到时间即可 */
.fadeInRight-enter-active {
	transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
	-webkit-transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
}
/* 离开时的初始值状态 可以设置某些值，例如设置起始位置*/
.fadeInRight-leave {
	-ms-transform: translateX(-20%);
	    transform: translateX(-20%);
	-webkit-transform: translateX(-20%);
}

/* 从离开初始值状态进入完成离开状态 */
.fadeInRight-leave-active {
	-ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
	-webkit-transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 300ms;
	opacity: 0;
}

/* 同级路由切换 */
.fade-enter,
.fade-leave {
	opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
	transition: opacity cubic-bezier(0.36, 0.66, 0.04, 1) 0.3s;
	-webkit-transition: opacity cubic-bezier(0.36, 0.66, 0.04, 1) 0.3s;
}
html,
body,
#app {
	width: 100%;
	font-family: 'Microsoft Yahei' !important;
	background: #f6f6f6;
}
.router-view {
	position: relative;
}
.router-view .router-view-content {
	max-width: 1000px;
	margin: 0 auto;
}
.admin-router-view {
	position: fixed;
	left: 0;
	top: 0;
	padding-left: 250px;
	padding-top: 60px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.moveup {
	animation: moveup 0.3s ease-in-out;
	-webkit-animation: moveup 0.3s ease-in-out;
}
@keyframes moveup {
	from {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
		-webkit-transform: translate3d(0, 10px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:vertical {
	display: none;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, 0.38);
}
.padding-left-15-xs {
	padding-left: 15px;
}
.padding-right-15-xs {
	padding-right: 15px;
}
.padding-left-0-sm {
	padding-left: 0;
}
.padding-right-0-sm {
	padding-right: 0;
}

.ant-message {
	font-size: 14px !important;
}
.global-loading {
	width: 100%;
	height: 100%;
	position: fixed !important;
	z-index: 1000;
	left: 0;
	top: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}

.global-loading .ant-spin-dot {
	display: block;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	vertical-align: middle;
}

#root {
	height: 100%;
	width: 100%;
}
#root .app {
	height: 100%;
	background: #f1f1f1;
}
#root .router-view {
	height: 100%;
	transition: all 0.3s ease-in-out;
}
#root .router-view .router-view-wrap {
	background: #fff;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.admin-home {
	text-overflow: ellipsis;
}
.ant-table-body {
	overflow-x: auto;
}
/* 用户管理表格样式 */
.admin-content .ant-table-body .ant-table-tbody > tr > td {
	border-bottom: 0 !important;
	height: 50px !important;
}
.admin-content .ant-table-body .ant-table-tbody > tr > td > span {
	color: #555555;
}
.admin-home .ant-table-tbody .ant-table-row {
	border-bottom: #fff !important;
}
.ant-table-thead > tr > th {
	font-weight: 700;
	font-size: 14px;
	height: 48px;
	color: var(--table-font-th-color,#f5f7fc) !important;
	background-color: var(--table-bg-th-color,#f5f7fc) !important;
}
.ant-table-tbody > tr:hover td {
	background-color: var(--table-bg-tr-hover-color,#ebeef5) !important;
}
.admin-content .ant-table-body .ant-table-thead > tr:hover {
	background-color: #ebeef5 !important;
}

.admin-home-title,
.project-title {
	height: 51px !important;
	line-height: 51px;
	padding-left: 23px;
	font-size: 14px;
	color: #555555;
	border-bottom: 1px solid #eee;
}
.admin-home-title img,
.permission-title img,
.project-title img {
	width: 8px;
	height: 10px;
	margin-right: 7px;
}
.desk-Tabs .ant-tabs-ink-bar {
	background-color: var(--font-color,#303677);
}
.user-tabBar {
	border-bottom: 2px var(--font-color,#303677) solid;
	color: var(--font-color,#303677) !important;
}
/* 分页器样式 */
.ant-pagination-item-active {
	color: var(--pagination-font-color,#999999) !important;
	background-color: var(--pagination-bg-color,#f2f2f2) !important;
	border-color: var(--pagination-bd-color,#e4e4e4) !important;
}
.ant-pagination-item-active a {
	color: var(--pagination-font-color,#999999) !important;
}
.ant-pagination-item-active:focus {
	border-color: var(--pagination-bd-color,#e4e4e4) !important;
}
.ant-pagination-item:hover {
	color: var(--pagination-font-color,#999999) !important;
	background-color: var(--pagination-bg-color,#f2f2f2) !important;
	border-color: var(--pagination-bd-color,#e4e4e4) !important;
}
.ant-pagination-item:hover a {
	color: var(--pagination-font-color,#999999) !important;
}

.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
	color: var(--pagination-hover-a-color,#999999) !important;
	border-color: var(--pagination-bd-color,#e4e4e4) !important;
}

/* 表格左边按钮主题样式 */
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
	border-color: var(--button-bg-color,#4f78e0) !important;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
	background-color: var(--button-bg-color,#4f78e0) !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
	border-color: var(--button-bg-color,#4f78e0) !important;
}
.ant-checkbox-input:hover + .ant-checkbox-inner {
	border-color: var(--button-bg-color,#4f78e0) !important;
}
.admin-home .admin-content .ac-left .acl-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-align: center;
	    align-items: center;
	background: #f7f7f7;
	border-radius: 2px;
}
.ant-advanced-search-form {
	padding: 0px 0px 20px 20px !important;
}
.ant-advanced-search-form .ant-form-item {
	margin-bottom: 0 !important;
}
.admin-home .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 20px !important;
}
.admin-home .ant-advanced-search-form .ant-form-item-label {
	padding-top: 20px !important;
	text-align: right !important;
}
.ant-advanced-search-form .ant-btn-lg {
	margin-top: 20px !important;
}
.admin-home .admin-home-search .ant-form-item-label {
	padding-top: 21px;
}
.admin-home .admin-home-search .ant-form-item-control-wrapper {
	padding-top: 20px;
}
/* 查询重置按钮 */
.admin-home .admin-home-search .ant-btn-lg {
	margin-top: 20px;
	background-color: #4f78e0;
}
.admin-home .admin-home-search .sub-btn {
	background-color: #fff;
}
.admin-home .admin-home-search label {
	font-size: 14px !important;
}
.admin-home .admin-home-search .ant-input {
	font-size: 14px !important;
	height: 34px !important;
}
.admin-home .admin-home-search .ant-select-selection {
	font-size: 14px !important;
}
.admin-home .admin-home-search .ant-select-selection__placeholder {
	font-size: 14px !important;
}
.admin-home .admin-home-search .ant-select-selection__rendered {
	font-size: 14px !important;
}
.admin-home .admin-content .ac-left .acl-header a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

/* 全部 */
.search-form .ant-form-item-control > .ant-input {
	font-size: 14px !important;
}
.search-form .ant-advanced-search-form .ant-input-lg {
	font-size: 14px !important;
	height: 34px !important;
	width: 150px;
}
.search-form .ant-select-selection {
	font-size: 14px !important;
}
.search-form .ant-select-selection__placeholder {
	font-size: 14px !important;
}
.search-form .ant-select-selection__rendered {
	font-size: 14px !important;
}
.search-form .ant-select-selection-selected-value {
	font-size: 14px !important;
}
.search-form .ant-select-selection--single {
	height: 34px !important;
	line-height: 34px !important;
}
.search-form .ant-select-selection__rendered {
	line-height: 34px !important;
}
.admin-home .admin-content .ac-left .ant-tree {
	background: #fbfbfb;
}
/* 包含下级数据 */
.admin-content .gtree .ant-tree > li {
	cursor: pointer;
	color: #999999;
	padding-left: 11px;
}
.ant-tree > li:last-child {
	padding-bottom: 0 !important;
}
.ant-tree > li:first-child {
	padding-top: 0 !important;
}
.ant-tree > li {
	padding-left: 11px !important;
}
.ant-tree li span.ant-tree-switcher {
	margin: 0 !important;
	height: 38px !important;
	line-height: 38px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	border: 0 none !important;
	cursor: pointer !important;
	outline: none !important;
	text-align: center !important;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 38px !important;
	line-height: 38px !important;
	padding: 0 12px 0 !important;
}
.ant-tree li .ant-tree-node-content-wrapper {
	height: 38px !important;
	line-height: 38px !important;
}
/* 用户管理按钮 */
.ah-navbar {
	margin: 0px 0 20px 23px !important;
}
/* 门户设置按钮 */
.pratal-navbar {
	margin: 10px 0 27px 23px !important;
}
.pratal-search-form {
	padding: 20px 10px 10px 23px !important;
}

/* 合作管理>申请加入項目>申请按钮 */
.ewec-button {
	margin: 0px 0 20px 23px !important;
	display: inline-block;
}
.ant-tabs-bar {
	margin-bottom: 0px !important;
	border-bottom: none !important;
}
.ant-table-thead > tr > th {
	font-weight: bold;
}
.ant-table-thead > tr > th {
	height: 56px !important;
	padding: 3px 8px !important;
	text-align: center !important;
}
.ant-table-tbody > tr > td {
	height: 48px !important;
	padding: 3px 8px !important;
}
.ant-table {
	font-size: 14px !important;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
	overflow-y: auto !important;
}
.table-ellipsis table {
	table-layout: fixed !important;
	width: 100% !important;
}
table,
table td,
table th {
	text-align: center !important;
}

.table-ellipsis table .table-cell-ellipsis {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	height: 48px !important;
	width: 100%;
	line-height: 20px;
}
.ant-table-body .ant-table-tbody > tr > td {
	border-right: 1px solid #f2f2f2 !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
.tree-ellipsis .ant-tree li .ant-tree-node-content-wrapper {
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	width: calc(100% - 30px) !important;
}
.cursor-default {
	cursor: default !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
	height: 48px !important;
	padding: 3px 8px !important;
}
.ant-tooltip-inner {
	word-break: break-all;
}
.table-ellipsis .ant-table-thead > tr > th {
	text-align: center !important;
}
.table-ellipsis .ant-table-thead > tr > th > span {
	font-family: 'Arial' !important;
}
.table-ellipsis .ant-table-body tbody {
	overflow: auto;
}

.content-nav {
	width: 200px;
	border: 1px solid rgba(242, 242, 242, 1);
}
.content-nav-item {
	width: 200px;
	text-align: center;
	height: 50px;
	color: #4e5a67;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	padding-top: 14px;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.content-nav-active {
	background-color: rgba(24, 144, 255, 1);
	color: white;
}
.content-nav div:nth-child(1) {
	background-color: rgba(242, 242, 242, 1);
}
.content-nav div:not(:first-child) {
	cursor: pointer;
}
/* 应用管理列表   可能是个人工作台跳转,没有匹配到这里的主题样式,所以这里大胆改为黑色试试解决*/
.application-management .admin-app-card {
	width: 25%;
	border-right: 1px solid rgba(242, 242, 242, 1);
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	display: block;
	text-align: center;
	color: black;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1);
}

.application-management .admin-app-card .img-wrap {
	margin-bottom: 15px;
	margin-top: 39px;
}
.application-management .admin-app-card .app-img {
	height: 66px;
	width: 66px;
}
.application-management .admin-app-card .app-title {
	font-family: '\5FAE\8F6F\96C5\9ED1   Bold', '\5FAE\8F6F\96C5\9ED1   Regular', '\5FAE\8F6F\96C5\9ED1';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #555555;
	text-align: left;
	line-height: 24px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 38px;
	box-sizing: border-box;
}
.application-management .admin-app-card .app-desc {
	height: 30px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-weight: 400;
	font-style: normal;
	color: #999999;
	text-align: left;
	line-height: 28px;
	text-align: center;
	word-wrap: break-word;
	padding: 0px 34px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.application-management .admin-app-card .app-operate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 34px;
	margin-bottom: 61px;
}

.application-management .admin-app-card .operate-item {
	height: 24px;
	color: #4e5a67;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 16px 0 0 0;
	display: inline-block;
}
.application-management .admin-app-card .operate-item > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 14px;
}
.application-management .admin-app-card .operate-item > span img {
	width: 17px;
	height: 17px;
	margin-right: 8px;
}
.application-management .admin-app-card .operate-item span {
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
}

.application-management .admin-app-card .operate-item span:hover {
	color: #3b3f6b;
}

.custom-link-head {
	height: 50px;
	line-height: 50px;
	background-color: #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 14px;
}
.custom-link {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	cursor: pointer;
}
.custom-link-active {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	cursor: pointer;
	color: white;
	background-color: #1890ff;
}

.ant-input {
	font-size: 14px;
}
.selected-role {
	background-color: #f9f9f9;
	/* color: #999999; */
	color: var(--button-bg-color,#4f78e0);
}
.selectable-role {
	cursor: pointer;
}
.sa-form .ant-form-item-control {
	overflow: hidden;
}

.app-member-visible-transfer .ant-transfer-list-header {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.app-member-visible-transfer .ant-transfer-list-header-selected span:first-child {
	color: #1890ff !important;
}

.text-title {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}

/*侧边栏样式调整*/
/* 没有二级菜单的一级菜单样式 */
.ant-menu-item-selected {
	color: var(--font-color,#303677) !important;
}
.ant-menu-item:hover {
	color: var(--font-color,#303677) !important;
}
.ant-menu {
	color: #9290a8 !important;
}
/* 有二级菜单的一级菜单样式 */
.ant-menu-submenu-title:hover {
	color: var(--font-color,#303677) !important;
}

.ant-menu-inline .ant-menu-item:after {
	border-right: none !important;
}
.ant-menu-item:active {
	background-color: var(--item-bg-color,#ebeef5) !important;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	background-color: var(--item-bg-color,#ebeef5) !important;
	border-radius: 5px;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item {
	padding-left: 48px !important;
}
.ant-input-affix-wrapper > span {
	margin-right: 10px !important;
}
/* 搜索栏样式 */
.ant-input-affix-wrapper .ant-input:not(:first-child) {
	padding-left: 47px !important;
}

/* 深色版按钮 */
.ah-navbar .ant-btn {
	background-color: var(--stopBtn-bg-color,#f5f7fc) !important;
	color: var(--stopBtn-font-color,#4f78e0) !important;
	font-weight: 700;
	border: none !important;
}
.ewec-button .ant-btn {
	background-color: var(--stopBtn-bg-color) !important;
	color: var(--stopBtn-font-color,#4f78e0) !important;
	font-weight: 700;
	border: none !important;
	margin-right: 30px !important;
}

/*交互箭头样式*/
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
	font-size: 16px !important;
	font-weight: bold !important;
	-ms-transform: scale(1) rotate(0deg);
	    transform: scale(1) rotate(0deg);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
	font-size: 16px !important;
	font-weight: bold !important;
	-ms-transform: rotate(180deg) scale(1) !important;
	    transform: rotate(180deg) scale(1) !important;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
	font-size: 16px !important;
	font-weight: bold !important;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
	font-size: 16px !important;
	font-weight: bold !important;
}
.jtk-hover {
	cursor: pointer;
}
.jtk-overlay {
	margin-top: 16px;
	font-weight: 700 !important;
	font-size: 15px !important;
}
/* 表头字体样式改为Arial */
.all-table .ant-table-thead tr th span {
	font-family: 'Arial' !important;
}
.ant-table-wrapper .ant-table-thead tr th span {
	font-family: 'Arial' !important;
	font-weight: 700;
	font-size: 14px;
	color: #393f72;
}

/* 序号 */
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
	width: 48px !important;
	min-width: 48px !important;
}

/* 用户管理标签大小 */
.home-message .ant-tag {
	min-width: 57px !important;

	height: 27px !important;
	line-height: 27px !important;
	border: none !important;
	font-size: 14px !important;
}
.home-message .ant-tag-green {
	width: 57px !important;
	height: 27px !important;
	line-height: 27px !important;
	background-color: #dffbef !important;
	color: #04cc7c !important;
}
.home-message .ant-tag-yellow {
	color: #ee8110 !important;
	background: #fff5d5 !important;
}
.home-message .ant-tag-blue {
	color: #0099ff !important;
	background: #e6f9ff !important;
}

/* 改变滚动条颜色 */
::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}
.admin-content .ant-table-body .ant-table-tbody > tr > td > .opertaion-color {
	color: #4f78e0 !important;
}
.admin-home .ant-spin-container {
	height: 723px;
}
.admin-home .ant-table-body {
	height: 686px;
}
.admin-home .ant-table-pagination.ant-pagination {
	position: absolute !important;
	right: 0;
	bottom: 0;
}
.admin-home .ant-table-pagination.ant-pagination {
	margin: 0 !important;
}
.model-management .ant-spin-container {
	height: 680px !important;
}
.legal-laws .ant-spin-container {
	height: 780px;
}
/* 文档管理 / 标准检索 */
.standard-laws .ant-spin-container {
	height: 726px;
}
/* 文档管理>法务法规检索 */
.legal-laws .ant-table-body {
	height: 728px;
}
/* 工作流管理 */
.new-workflow .ant-spin-container {
	height: 725px;
}

/* 编码管理 */
.rule .ant-spin-container {
	height: 722px;
}
/* 轮播图管理 */
.slideshow-management .ant-spin-container {
	height: 740px;
}
/* 文章管理 */
.article-management .ant-spin-container {
	height: 740px;
}
/* 已加入项目 我的业主单位 我的参与单位 */
.my-unit .ant-spin-container,
.my-participate .ant-spin-container,
.enrolled-project .ant-spin-container {
	height: 778px;
}
.admin-home .ant-col-1 {
	width: 1% !important;
}

.admin-home .ant-col-23 {
	width: 99%;
}
.admin-home .admin-content .ant-col-20 {
	display: block;
}
.admin-home .ant-col-21 {
	display: block;
	width: 85.08%;
}
.admin-home .admin-left {
	position: relative;
}
.admin-home .ant-col-1 {
	border: 0 !important;
}
/* 左侧菜单栏的二级菜单 */
.ant-menu-submenu .ant-menu-item {
	font-size: 14px !important;
	height: 41px !important;
	line-height: 41px !important;
}
/* 菜单栏滚动条 */
.ant-menu-root {
	overflow: auto;
}
.ant-menu-root::-webkit-scrollbar {
	width: 3px !important;
}
.ant-menu-root::-webkit-scrollbar-thumb {
	background-color: #eef1fb !important;
}
.ant-menu-root::-webkit-scrollbar-thumb:hover {
	background-color: #929292 !important;
}
.ant-menu-root:hover::-webkit-scrollbar {
	background-color: #929292 !important;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
/* 用户管理滚动条 */
.admin-home .admin-left::-webkit-scrollbar {
	width: 3px;
}
.admin-home .admin-left:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}
/* 人员任命滚动条 */
.personnel-app::-webkit-scrollbar {
	width: 3px;
}
.personnel-app:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}
/* 合同段管理滚动条 */
.contract-managemnet .ant-table-body::-webkit-scrollbar {
	width: 3px;
}
.contract-managemnet .ant-table-body:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
	height: 3px;
}
/* 岗位管理滚动条 */
.position-management::-webkit-scrollbar {
	width: 3px;
}
.position-management::-webkit-scrollbar-thumb {
	min-height: 50px;
}
.position-management .ant-tree li {
	color: #999999;
}
/* 用户管理>用户编辑滚动条 */
.account-edit::-webkit-scrollbar {
	width: 3px;
}
.account-edit:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}
/* 用户管理>用户详情滚动条 */
.account-details::-webkit-scrollbar {
	width: 5px;
}
.account-edit:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}

.position-management:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}
/* 门户设置滚动条 */
.gtree::-webkit-scrollbar {
	width: 3px;
}
.gtree:hover::-webkit-scrollbar-thumb {
	background-color: #eef1fb;
}

/* 输入框边框颜色 */

.ant-input {
	border-color: #eee !important;
}
.ant-input:hover {
	border-color: #eeeeee !important;
}
.ant-input:focus {
	border-color: #eeeeee !important;
	box-shadow: none !important;
}
.ant-select-selection {
	border-color: #eee !important;
}
.ant-select-selection:hover {
	border-color: #eeeeee !important;
	box-shadow: none !important;
}
.ant-select-selection:focus {
	border-color: #eeeeee !important;
	box-shadow: none !important;
}

/* 按钮启用颜色 */
.ant-switch-checked {
	background-color: #4f78e0 !important;
}

/* 表格边框 */
.table-ellipsis table .table-cell-ellipsis {
	border-bottom: none !important;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
	border-bottom: none !important;
}
/* 电子签章 */
.sigButton .ant-btn-primary {
	margin-top: 20px;
}
/* 参与单位审批 */
.ant-form-inline .ant-form-item {
	margin-right: 29px !important;
}
.ant-advanced-search-form .ant-row-flex > div {
	padding: 0 !important;
}
.ewec-button button {
	margin-left: 0 !important;
}

/* 分级管理按钮样式 */
.role-btn .ant-btn {
	background-color: #f5f7fc !important;
	color: #4f78e0 !important;
	font-weight: 700;
	border: none !important;
}

/* 表格下边框 */
.ant-table-placeholder {
	border-bottom: none !important;
}

/* 弹框下面按钮的边距 */
/* .ant-modal-footer button + button { */
	/* margin-left: 27px !important; */
/* } */

.ant-modal-footer {
	border: 0 !important;
}

/* 弹窗标题样式 */
.personnel-managers .ant-modal-header {
	padding: 21px 0 19px 23px !important;
	border-bottom: 1px solid #f2f2f2;
}
.personnel-managers .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.personnel-managers .personnel-dispatch .ant-input {
	height: 34px !important;
}
.ant-modal-footer {
	padding: 20px !important;
}
.ant-modal-footer .ant-btn {
	height: 36px !important;
	font-size: 14px !important;
}
.sub-btn {
	font-size: 14px !important;
}
/* 人员任命的右边搜索框 */
.personnel-search .ant-advanced-search-form {
	margin-top: 27px !important;
}
.personnel-app .ant-tree {
	margin-top: 25px;
}
.personnel-app .ant-tree li {
	padding: 0 !important;
}
.personnel-app .ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
	margin-left: 26px !important;
}
.personnel-app .ant-tree-child-tree-open {
	padding-left: 16px !important;
}
.personnel-app .gtree .ant-tree li .ant-tree-node-content-wrapper {
	height: 41px !important;
	line-height: 41px !important;
}
.personnel-managers .ant-modal-body {
	padding: 0 !important;
}

/* 管理员成员配置添加成员 */
.add-person .ant-advanced-search-form {
	padding-top: 20px !important;
}
.app-entry .ant-advanced-search-form .ant-form-item-label label {
	font-size: 14px !important;
}

/* 用户管理用户编辑 */
.account-edit .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 16px !important;
	font-size: 12px !important;
}
.account-edit .gform .ant-advanced-search-form .ant-form-item-label {
	padding-top: 0 !important;
}
.account-edit .gform .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 0 !important;
}
.account-edit .gform label {
	font-size: 12px !important;
}
.account-edit .gform .ant-form-item-label {
	text-align: right !important;
}
.account-edit .gform .ant-advanced-search-form {
	padding: 10px !important;
}
/* 人员任命 */
.personnel-search .ant-advanced-search-form .post-name {
	margin-right: 0 !important;
	color: #555555;
}
/* 人员任命弹窗关闭按钮 */
.personnel-managers .ant-modal-close-x {
	font-size: 16px !important;
}
/* 组织结构 */

.organization-btn .ant-form-item-label label {
	font-size: 14px !important;
}
.organization-btn .ant-form-item-control-wrapper {
	width: 150px !important;
}
/* 项目管理 */
.project-management .ant-form-item-label label {
	font-size: 14px !important;
}
/* 合同段管理 */
.contract-section .ant-form-item-label label {
	font-size: 14px !important;
}
/* 合同段管理>新增 */
.contract-model .ant-select-selection-selected-value {
	font-size: 14px;
}
.contract-model .ant-modal-body {
	padding: 16px;
}
/* 申请加入项目 */
.application-entry .ant-form-item-label label {
	font-size: 14px !important;
}
/* 加入项目审批 */
.add-project .ant-form-item-label label {
	font-size: 14px !important;
}
/* 已加入项目 */
.enrolled-project .ant-form-item-label label {
	font-size: 14px !important;
}
/* 我的参与单位 */
.my-participate .ant-form-item-label label {
	font-size: 14px !important;
}
/* 参与单位审核 */
.participate-review .review-navbar {
	margin-left: 0 !important;
}
.participate-review .ant-input {
	height: 34px !important;
	width: 150px !important;
	font-size: 14px !important;
}
.participate-review .ant-advanced-search-form .ant-select {
	width: 150px !important;
}
.participate-review .ant-advanced-search-form .ant-select-selection__rendered {
	width: 150px !important;
}
.participate-review .ant-advanced-search-form div > span {
	color: #555555;
}

.join-project .ant-advanced-search-form .ant-btn {
	font-size: 14px !important;
}
.join-project .ant-advanced-search-form .review-navbar {
	margin-left: 0 !important;
}
/* 申请参与单位*/
.apply-participation .ant-advanced-search-form .review-navbar {
	margin-left: 0 !important;
}
.apply-participation .ant-advanced-search-form .ant-input {
	height: 34px !important;
	width: 150px !important;
	font-size: 14px !important;
}
.apply-participation.ant-advanced-search-form .ant-select {
	width: 150px !important;
}
.apply-participation .ant-advanced-search-form .ant-select-lg {
	width: 150px !important;
}
.apply-participation .ant-advanced-search-form .ant-select-selection__rendered {
	width: 150px !important;
}
.apply-participation .ant-advanced-search-form div > span {
	color: #555555;
}
.apply-participation .ant-table-wrapper {
	margin-top: 0 !important;
}
/* 我的业主单位 */
.my-unit .ant-advanced-search-form .ant-input {
	width: 150px !important;
	height: 34px !important;
}
.my-unit .ant-advanced-search-form div > span {
	color: #555555;
}
.my-unit .ant-table-wrapper {
	margin-top: 0 !important;
}
.my-unit .ant-select-selection-selected-value {
	color: #bfbfbf;
}
/* 岗位管理 */
.position-management .ant-form-item-label label {
	font-size: 14px !important;
}
.position-management .ant-modal-body {
	padding: 16px !important;
}
.position-management .ant-table-body .opertaion-color {
	color: #4f78e0;
}
/* 流程管理 */
.process-management .ant-form-item-control {
	width: 150px !important;
}
.process-management .ant-advanced-search-form .ant-input {
	width: 150px !important;
}
/* 关于gform */
.admin-home .gform {
	border: 0 !important;
}
/* 岗位详情弹窗 */
.position-description .ant-modal-content {
	width: 683px;
}
.position-description .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.position-description .ant-modal-header {
	height: 55px;
}
.position-description .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.position-description .ant-modal-close-x {
	font-size: 16px;
}
.position-description .ant-table-tbody > tr > td {
	height: 50px !important;
}
.position-description .ant-table-pagination.ant-pagination {
	position: relative;
	bottom: 0;
	right: 0;
}

/* 用户管理账号详情 */
.account-details .ant-modal-content {
	width: 832px !important;
}
.account-details .gform {
	margin: 0 !important;
}
.account-details .ant-modal-header {
	height: 56px;
}
.account-details .ant-modal-header {
	padding: 18px 29px 22px 23px;
}
.account-details .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.account-details .ant-modal-close-x {
	font-size: 16px;
	padding-right: 29px;
}
.account-details .ant-modal-body {
	height: 652px;
	overflow: auto;
	padding: 1px !important;
}
.account-details .ant-form-item-label label:after {
	margin: 0 16px 0 2px !important;
}
.account-details .ant-advanced-search-form span {
	font-size: 14px !important;
	color: #555555;
}
.account-details .ant-form-item-label label {
	font-size: 14px !important;
	color: #555555 !important;
}
.account-details .ant-col-24 {
	margin-bottom: 29px !important;
	margin-top: 15px !important;
}
.account-details .ant-col-24 span {
	margin-left: 40px !important;
}
.account-details .ant-row-flex > .div:nth-child(5) {
	margin-top: 15px !important;
}
.account-details .ant-form-item-control {
	height: 36px !important;
	width: 244px;
}
.account-details .ant-input {
	height: 36px !important;
	width: 244px;
	font-size: 14px !important;
	line-height: 28px !important;
	background-color: #f2f2f2 !important;
}
.account-details .ant-input-lg {
	height: 36px;
	width: 244px;
}
.account-details .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 29px !important;
	margin-right: 40px;
}
.account-details .ant-advanced-search-form .ant-form-item-label {
	padding-top: 0 !important;
	text-align: right !important;
}
.account-details .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 0 !important;
}

/* 用户管理编辑弹窗 */
.account-edit .ant-modal-content {
	width: 800px !important;
}
.account-edit .gform {
	margin: 0 !important;
}
.account-edit .ant-modal-header {
	height: 56px;
}
.account-edit .ant-modal-header {
	padding: 18px 29px 22px 23px;
}
.account-edit .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.account-edit .ant-modal-close-x {
	font-size: 16px;
	padding-right: 29px;
}
.account-edit .admin-home .gform {
	height: 650px;
	overflow: auto;
}
.account-edit .ant-modal-body {
	height: 652px;
	border-radius: 4px 4px 0 0 !important;
	padding: 0 !important;
}
.account-edit .ant-modal-content {
	border: 4px 4px 0 0;
}
.account-edit .ant-form-item-label label:after {
	margin: 0 16px 0 2px !important;
}
.account-edit .ant-advanced-search-form span {
	font-size: 14px !important;
	color: #555555;
}
.account-edit .ant-form-item-label label {
	font-size: 14px !important;
	color: #555555 !important;
}
.account-edit .ant-col-24 {
	margin-bottom: 29px !important;
	margin-top: 15px !important;
}
.account-edit .ant-col-24 span {
	margin-left: 40px !important;
}
.account-edit .ant-row-flex > .div:nth-child(5) {
	margin-top: 15px !important;
}
.account-edit .ant-form-item-control {
	height: 36px !important;
	width: 244px;
}
.account-edit .ant-input {
	height: 36px !important;
	width: 244px;
	font-size: 14px !important;
	line-height: 28px !important;
}
.account-edit .ant-input-lg {
	height: 36px;
	width: 244px;
}
.account-edit .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 29px !important;
	margin-right: 40px;
}
.account-edit .ant-modal-footer {
	width: 800px !important;
	height: 74px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}
.account-edit {
	border-radius: 0 0 4px 4px !important;
}
.account-edit .ant-btn-dash {
	border-color: #e4e4e4 !important;
}
.search-admin .ant-input {
	font-size: 14px;
}

/* 文章管理字体颜色 */
.article-management .ant-select-selection-selected-value {
	color: #bfbfbf;
}

/* 项目管理排序值弹窗 */
.setting-order .ant-modal-footer {
	padding: 8px !important;
}
.setting-order .ant-modal-footer {
	height: 51px !important;
}
.setting-order .ant-input {
	font-size: 14px;
}
/* 我的业主单位>人员派遣 */
.ownUnit-name .personnel-dispatch {
	padding-top: 20px !important;
}
/* 我的参与单位操作 */
.my-participate .operation span a {
	color: #4f78e0;
}
/* 项目管理操作 */
.project-management .operation a {
	color: #4f78e0;
}
/* 文章管理操作部分 */
.article-management .table-ellipsis .operation a {
	color: #4f78e0;
}
.article-management .review-navbar {
	margin-top: 0 !important;
}
.position-management .ant-tree > li {
	padding-left: 20px !important;
}
.position-management .ant-tree li span.ant-tree-switcher {
	width: 15px;
	text-align: center !important;
}
.position-management .ant-tree-child-tree-open {
	padding-left: 12px !important;
}
.position-management .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
	background-color: #fff;
}
.position-management .gtree .ant-tree li .ant-tree-node-content-wrapper-open .ant-tree-title:hover {
	background-color: #fff;
}
.position-management .gtree .ant-tree li .ant-tree-node-content-wrapper .ant-tree-title {
	width: 180px !important;
}
.position-management .ant-tree li {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.position-management .ant-tree-title {
	height: 46px !important;
	line-height: 46px !important;
}
.position-management .ant-tree li span.ant-tree-switcher {
	height: 46px !important;
	line-height: 46px !important;
}
.body-themeDarkBlue .position-management .gtree .searchInput {
	width: 242px !important;
}
.position-management .gtree input {
	margin: 10px 5px 0;
}
.position-management .ant-form-item-control-wrapper {
	width: 150px !important;
}

/* 门户设置 */
.position-management .gtree {
	height: calc(100vh - 83px) !important;
	border-right: 1px solid #eeeeee;
}
.position-management .portal-setting .gtree {
	border-right: none;
}
/* 我的业主单位>岗位管理 */
.post-management .ant-col-20 {
	width: 85.1%;
}
/* 合同段管理 */
.contract-managemnet .ant-table-body {
	height: 786px;
}

/* 管理员角色配置 */
.admin-role .ant-table {
	height: 631px;
}
.admin-role .ant-table-pagination.ant-pagination {
	margin-top: 100px !important;
}
.role-list .ant-table {
	height: 631px;
}
.role-list .ant-table-pagination.ant-pagination {
	margin-top: 100px !important;
}
/* 申请加入项目 */
.units-type .ant-tag {
	height: 0;
	background-color: transparent;
	border: none;
	color: #4f78e0;
	text-align: center;
}
.units-type .ant-tag .ant-tag-text {
	font-size: 14px;
}
/* 我的参与单位>分配应用 */
.distributed-apply .operation span > a {
	color: #4f78e0;
}

/* 组织结构新增弹窗 */
.add-organization {
	width: 502px !important;
}
.add-organization .gform {
	margin: 30px auto;
}
.add-organization .ant-modal-header {
	height: 55px;
}
.add-organization .ant-modal-header {
	padding: 17px 30px 22px 23px;
}
.add-organization .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.add-organization .ant-modal-close-x {
	font-size: 16px;
	padding-right: 30px;
}
.add-organization .ant-advanced-search-form span {
	font-size: 14px !important;
	color: #555555;
}
.add-organization .ant-form-item-label {
	width: 105px !important;
}
.add-organization .ant-form-item-label label {
	font-size: 14px !important;
	color: #555555 !important;
}
.add-organization .ant-input {
	height: 36px !important;
	width: 350px;
	font-size: 14px !important;
	line-height: 28px !important;
}
.add-organization .ant-select-selection {
	width: 350px !important;
	height: 36px !important;
}
.add-organization .ant-select-selection__rendered {
	font-size: 14px !important;
	width: 350px !important;
	height: 36px !important;
}
.add-organization .ant-select-selection__placeholder {
	font-size: 14px !important;
	width: 350px !important;
	height: 36px !important;
}
.add-organization .ant-select-selection-selected-value {
	height: 36px !important;
	line-height: 36px !important;
}
.add-organization .ant-select-dropdown--single {
	width: 350px !important;
}
.add-organization .ant-form-item-label label:after {
	margin: 0 16px 0 2px !important;
}
.add-organization .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 15px !important;
}
.add-organization .gform .ant-advanced-search-form .ant-row-flex .ant-col-24:last-child .ant-form-item {
	margin-bottom: 0 !important;
}
.add-organization .ant-form-item-control {
	width: 350px;
}
.add-organization .ant-modal-body {
	padding: 0 !important;
}
.add-organization .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}
.add-organization #desc {
	min-height: 64px !important;
}
.add-organization .gform .ant-advanced-search-form {
	padding: 0 !important;
}
.add-organization .ant-select-tree-title {
	font-size: 14px !important;
}
.add-organization .ant-advanced-search-form .ant-form-item-label {
	padding-top: 0 !important;
	text-align: right !important;
}
.add-organization .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 0 !important;
}

/* 我的业主单位应用列表 */
.owner-unit .admin-app-card {
	height: 280px;
	width: 418px;
	margin: 0 5px;
	margin-top: 10px;
	border: 1px solid rgba(242, 242, 242, 1);
	display: block;
	text-align: center;
	color: white;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.owner-unit .admin-app-card .img-wrap {
	margin-bottom: 15px;
}
.owner-unit .admin-app-card .app-img {
	height: 66px;
	width: 66px;
}
.owner-unit .admin-app-card .app-title {
	padding: 5px 10px;
	font-family: '\5FAE\8F6F\96C5\9ED1   Bold', '\5FAE\8F6F\96C5\9ED1   Regular', '\5FAE\8F6F\96C5\9ED1';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	text-align: left;
	line-height: 24px;
	text-align: center;
}
.owner-unit .admin-app-card .app-desc {
	height: 30px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-weight: 400;
	font-style: normal;
	color: #999999;
	text-align: left;
	line-height: 28px;
	text-align: center;
	word-wrap: break-word;
	padding: 0px 34px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.owner-unit .admin-app-card .app-operate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 0 34px;
}

.owner-unit .admin-app-card .operate-item {
	height: 24px;
	color: #4e5a67;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 16px 0 0 0;
	display: inline-block;
}
.owner-unit .admin-app-card .operate-item > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
.owner-unit .admin-app-card .operate-item > span img {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.owner-unit .admin-app-card .operate-item span {
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
}

.owner-unit .admin-app-card .operate-item span:hover {
	color: #4f78e0;
}
.owner-unit .admin-app-card .operate-item span > i {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

/* 项目管理>应用授权 */

.field-data .ant-modal-header {
	height: 55px;
}
.field-data .ant-modal-header .ant-modal-title {
	color: #555555;
}
.field-data .ant-modal-header {
	padding: 20px 30px 22px 23px;
}
.field-data .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.field-data .ant-modal-close-x {
	font-size: 16px;
	padding-right: 30px;
}
.field-data .ant-modal-body {
	padding: 16px 38px;
}
.field-data .ant-table {
	font-size: 14px;
	color: #555555;
}

/*合同段管理>新增合同段 */
.add-contract .ant-modal-header {
	height: 55px;
}
.add-contract .ant-modal-header {
	padding: 17px 28px 22px 19px;
}
.add-contract .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.add-contract .ant-modal-close-x {
	font-size: 16px;
	padding-right: 30px;
}
.add-contract .ant-modal-body {
	padding: 0 30px;
}
.add-contract .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
	color: #4f78e0 !important;
}
.body-themeWhite .add-contract .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
	color: #1b9aee !important;
}
.add-contract .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
	color: #555555;
	border: 0;
	background-color: transparent;
	margin-right: 11px !important;
	padding: 15px 16px 13px !important;
}
.add-contract .ant-form-item-label label {
	font-size: 14px !important;
}
.add-contract .ant-select-selection-selected-value {
	height: 32px;
	font-size: 14px;
}
.add-contract .ant-calendar-picker-input {
	font-size: 14px;
}
.add-contract .ant-input-lg {
	font-size: 14px;
}
.add-contract .ant-checkbox-group .ant-checkbox-group-item {
	font-size: 14px;
}
.add-contract .ant-collapse > .ant-collapse-item > .ant-collapse-header {
	font-size: 14px;
}
.add-contract .ant-calendar {
	font-size: 14px;
}
.add-contract .ant-calendar-picker-icon:after {
	font-size: 14px;
}
.add-contract .ant-tabs-tabpane .ant-col-1 > div {
	font-size: 14px;
}
/* 查看监理合同段 */
.add-contract .ant-form-item-control > span {
	font-size: 14px;
}

/* 合作管理>申请加入项目 */

.select-item .ant-modal-header {
	height: 55px;
}
.select-item .ant-modal-header {
	padding: 17px 28px 22px 19px;
}
.select-item .ant-modal-title {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.select-item .ant-modal-close-x {
	font-size: 16px;
	padding-right: 30px;
}
.select-item .ant-advanced-search-form .ant-form-item-label label {
	font-size: 14px !important;
}
.select-item .ant-select {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.select-item .ant-select-selection__rendered {
	height: 36px;
	line-height: 36px;
}
.select-item .ant-select-selection__choice {
	height: 30px !important;
	line-height: 30px !important;
}
.select-item .ant-modal-body {
	padding: 0;
}
.select-item .gform {
	padding: 0 !important;
}
.select-item .gform .ant-advanced-search-form {
	padding: 0 30px !important;
}
.select-item .ant-form-item-label label:after {
	margin: 0px 16px 0 2px;
}
/* 修复项目管理-项目成员添加框高度 */
.select-item .gform .ant-advanced-search-form .ant-form-item {
	/* margin-bottom: 124px !important; */
}

/* 登录按钮 */
.logins-form .login-login {
	height: 50px !important;
	background-color: rgb(79, 120, 224) !important;
}

.workTool .anticon .ant-btn {
	width: 60px !important;
	height: 25px !important;
}

.ant-advanced-search-form .ant-btn {
	height: 36px !important;
	min-width: 78px !important;
}
.ewec-button .ant-btn {
	height: 34px !important;
	min-width: 78px !important;
}
.ah-navbar .ant-btn {
	height: 34px !important;
	min-width: 78px !important;
	font-size: 14px;
}
/* 修改样式弹窗按钮的样式 */
.ant-modal-footer .ant-btn {
	height: 34px !important;
	min-width: 78px !important;
	margin-right: 20px;				
}

.content-admin .ant-calendar-picker-input {
	width: 200px !important;
}
.home-desk .review-navbar .ant-select {
	font-size: 14px !important;
	width: 200px !important;
}
.home-desk .review-navbar .ant-select-selection-selected-value {
	font-size: 14px;
}
.ewec-tree-header .style__header___34lH_ .style__title___15cxc {
	width: 100%;
	color: #4e5a67;
	font-size: 16px;
	font-weight: 700;
	padding-left: 30px !important;
	position: relative;
}

/* 项目管理>新增项目 */
.add-project-managment .ant-advanced-search-form .ant-row-flex .ant-col-12 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.add-project-managment .ant-collapse-content > .ant-collapse-content-box {
	padding-top: 0 !important;
}
/* 项目管理>编辑项目 */
.edit-project-managment .ant-advanced-search-form .ant-row-flex .ant-col-12 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.edit-project-managment .ant-collapse-content > .ant-collapse-content-box {
	padding-top: 0 !important;
}
.ant-form .sf-btn .ant-btn {
	height: 34px !important;
	min-width: 75px !important;
	font-size: 14px;
}

/* 法务法规检索 */
.legal-laws .admin-content .operation a {
	color: #4f78e0;
}
/* 数据商城 */
.data-apply .admin-content .operation a {
	color: #4f78e0;
}
/* 工作流新版 */
.new-workflow .admin-content .operation span {
	color: #4f78e0;
}
/* 可见范围 */
/* .visual-range .ant-transfer-operation .ant-btn {
	color: rgba(0, 0, 0, 0.25) !important;
	background-color: #f7f7f7 !important;
	border-color: #d9d9d9 !important;
	width: 28px !important;
	height: 22px !important;
} */
/* .visible-range .ant-transfer-operation .ant-btn {
	color: rgba(0, 0, 0, 0.25) !important;
	background-color: #f7f7f7 !important;
	border-color: #d9d9d9 !important;
	width: 28px !important;
	height: 22px !important;
} */

.application-management .search-admin .ant-btn {
	box-shadow: none !important;
	background-color: var(--button-bg-color,#4f78e0) !important;
	border: none !important;
	color: white !important;
	height: 36px !important;
	font-size: 14px;
	width: 86px !important;
}
.ant-advanced-search-form .ant-btn-primary {
	box-shadow: none !important;
	background-color: var(--button-bg-color,#4f78e0) !important;
	border: none !important;
	color: white !important;
	height: 36px !important;
	font-size: 14px;
}
.ant-modal-footer .ant-btn-primary {
	box-shadow: none !important;
	background-color: #4f78e0 !important;
	border: none !important;
	color: white !important;
	height: 34px !important;
	font-size: 14px;
}

/* 我的业主单位>人员派遣>用户账号 */
.ownUnit-name .ant-advanced-search-form .ant-input {
	height: 32px !important;
}
/* 我的业主单位>人员派遣>>用户详情 */
.admin-details .ant-advanced-search-form .ant-input {
	height: 28px;
	line-height: 28px;
}

.management-btn .ant-btn {
	width: 78px;
	height: 34px;
	font-size: 14px;
}
.management-btn .ant-btn span {
	font-size: 14px;
}

.add-contracts .ant-collapse .ant-select-selection--single {
	width: 90%;
}

/* 新增合同段 >项目参建单位*/
.add-contracts .ant-select-selection-selected-value {
	height: 28px;
}
/* 合同段管理 */
.contract-section .ant-advanced-search-form .ant-input {
	height: 34px !important;
}
/* 查看监理合同 */
.look-contract .ant-modal-body {
	padding: 16px !important;
}

/* 个人工作台下 */
.content-userNotify .ant-advanced-search-form .date-picker {
	margin-right: 27px;
}

/* 管理员列表 */
.admin-role .ant-table-pagination.ant-pagination {
	margin-top: 100px;
}
/* 编码管理 */
.rule .sf-btn {
	margin-top: 20px;
}
.rule .ant-advanced-search-form .ant-form-item-label label {
	font-size: 14px;
}
.rule .ant-advanced-search-form .ant-form-item-control {
	height: 34px;
	width: 150px;
}
.rule .ant-advanced-search-form .ant-input {
	height: 34px;
	width: 150px;
	font-size: 14px;
}
.rule .ant-advanced-search-form .ant-select-selection__rendered {
	height: 34px;
	width: 150px;
}
.rule .ant-advanced-search-form .ant-select-selection--single {
	height: 34px;
	width: 150px;
}
.rule .ant-advanced-search-form .ant-select-selection-selected-value {
	font-size: 14px;
	line-height: 34px;
}
.rule .ant-advanced-search-form {
	margin-left: 23px;
}
.rule .ewec-search-form .sf-btn .sub-btn {
	margin-left: 10px;
}
.rule .ant-advanced-search-form .ant-btn-primary {
	margin-left: 18px;
}
.rule .ant-table-thead > tr > th,
.ewec-table .ant-table-tbody > tr > td {
	height: 48px !important;
}
.rule .ant-form .sf-btn .ant-btn {
	width: 75px !important;
	height: 36px !important;
}
.ewec-table .ant-table-thead > tr > th,
.ewec-table .ant-table-tbody > tr > td {
	height: 48px !important;
	padding: 3px 8px !important;
}
/* 表单管理>spread表单编辑弹窗  */
.form-spread-modal .ant-modal-body {
	padding: 0px !important;
}
/* 岗位管理>添加岗位弹窗  */
/* 岗位管理>岗位库配置>添加 */
.add-post .ant-modal-body {
	padding: 20px 0 0 0 !important;
}
.feedback_frame {
	position: fixed;
	border: 1px solid #f2f2f2;
	float: right;
	top: 90%;
	background-color: #f2f2f2;
	z-index: 100;
	padding: 5px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	right: 10px;
}
.add-post .gform {
	padding: 0 30px;
	margin: 0;
}
.add-post .ant-modal-header {
	height: 55px;
}
.add-post .gform .ant-advanced-search-form {
	padding: 0 !important;
}
.add-post .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.add-post .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.add-post .ant-modal-close-x {
	font-size: 16px;
}
.add-post .gform .ant-form-item-label {
	text-align: center !important;
}

.add-post .ant-form-item-label label {
	font-size: 14px !important;
}
.add-post .ant-advanced-search-form .ant-input {
	height: 34px;
}
.add-post .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}

.add-post .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}
.add-post .ant-modal-body .ant-input {
	font-size: 14px;
}
.add-post .ant-modal-body .ant-checkbox-wrapper + span,
.ant-checkbox + span {
	font-size: 14px;
}
.add-post .ant-modal-body .ant-select-selection__placeholder {
	font-size: 14px;
}
.add-post .ant-modal-body .ant-select-lg .ant-select-selection--single {
	height: 36px;
}
.add-post .ant-modal-body .ant-select-selection__rendered {
	height: 36px;
}
.add-post .ant-select-selection-selected-value {
	font-size: 14px;
}
/* 全局 				除了第二个其他都可以解开  */
.ant-btn-primary {
	/* box-shadow: none !important; */
	/* background-color: var(--button-bg-color,#4f78e0) !important; */
	/* background-color: #4f78e0 !important; */
	/* border: none !important; */
	/* color: white !important; */
}

/* 合同段数据授权 */
.contract-authorization .ant-btn-primary {
	box-shadow: none !important;
	background-color: var(--button-bg-color,#4f78e0) !important;
	border: none !important;
	color: white !important;
	height: 34px !important;
	font-size: 14px;
}
/* 合同段数据授权>设置授权维度 */
.set-authorization .ant-modal-header {
	height: 55px;
}
.set-authorization .ant-modal-body {
	padding: 0 30px;
	margin-top: 20px;
}
.set-authorization .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.set-authorization .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.set-authorization .ant-modal-close-x {
	font-size: 16px;
}

.set-authorization .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}
.set-authorization .gform .ant-advanced-search-form .ant-form-item-label {
	line-height: 36px;
}
.set-authorization .ant-modal-body .ant-form-item-label label {
	font-size: 14px !important;
}
.set-authorization .ant-modal-body .ant-input {
	font-size: 14px !important;
}
.set-authorization .ant-modal-body .ant-checkbox-wrapper + span,
.ant-checkbox + span {
	font-size: 14px !important;
}
.set-authorization .ant-modal-body .ant-select-selection__placeholder {
	font-size: 14px !important;
}
.set-authorization .ant-modal-body .ant-select-selection--single {
	height: 36px !important;
	width: 322px;
}
.set-authorization .ant-modal-body .ant-select-selection__rendered {
	height: 36px !important;
}
.set-authorization .ant-select-selection-selected-value {
	font-size: 14px;
	line-height: 36px;
}
.set-authorization .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.set-authorization .ant-form-item-label {
	text-align: center !important;
}
.set-authorization .gform .ant-advanced-search-form {
	padding: 0 !important;
}
.set-authorization .gform {
	padding: 0;
}

/* 工作流管理>新增模型 */
.add-modals {
	width: 600px !important;
}
.add-modals .ant-modal-body {
	padding: 0 !important;
}
.add-modals .gform {
	padding: 0 30px !important;
	margin: 0 !important;
}
.add-modals .ant-advanced-search-form {
	padding: 0 0 20px 0 !important;
}
.add-modals .gform .ant-advanced-search-form .ant-form-item-label {
	line-height: 36px;
}
.add-modals .ant-modal-body .ant-form-item-label label {
	font-size: 14px !important;
}
.add-modals .ant-advanced-search-form .ant-input {
	font-size: 14px !important;
}
.add-modals .ant-advanced-search-form .ant-input {
	height: 36px;
	width: 410px;
}
.add-modals .ant-advanced-search-form .ant-select-selection--single {
	width: 410px;
	height: 36px;
}
.add-modals .ant-advanced-search-form .ant-select-selection__rendered {
	line-height: 36px;
	font-size: 14px;
}

/* 编码管理>新建弹窗 */
.add-rule .ant-modal-header {
	height: 55px;
}
.add-rule .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.add-rule .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.add-rule .ant-modal-close-x {
	font-size: 16px;
}

.add-rule .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}
.add-rule .ant-modal-body .ant-form-item-label span {
	font-size: 14px;
}
.add-rule .ant-form-item-control .ant-input-sm {
	font-size: 14px;
	height: 36px;
}

/* 分级管理 >编辑管理员 */

.edit-manager .ant-modal-header {
	height: 55px;
}
.edit-manager .ant-modal-body {
	padding: 0 30px;
}
.edit-manager .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.edit-manager .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.edit-manager .ant-modal-close-x {
	font-size: 16px;
}

.edit-manager .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}

.edit-manager .ant-modal-body .ant-form-item-label label {
	font-size: 14px !important;
}
.edit-manager .ant-modal-body .ant-input {
	font-size: 14px !important;
}
/* 管理员成员配置	输入框大小 */
.manage-config .ant-advanced-search-form .ant-input {
	font-size: 14px;
}

/* 管理员成员配置>添加成员 */
.add-members .ant-advanced-search-form .ant-btn {
	font-size: 14px;
}
.add-members .ant-modal-header {
	height: 55px;
}
.add-members .ant-modal-body {
	padding: 0 30px;
}
.add-members .ant-modal-header {
	padding: 17px 12px 0 23px;
}
.add-members .ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.add-members .ant-modal-close-x {
	font-size: 16px;
}

.add-members .ant-modal-footer {
	height: 76px;
	padding: 19px 30px 20px 0 !important;
}

/* 全部弹框 上下 */
.ant-modal-header {
	height: 55px;
}
.ant-modal-header {
	padding: 17px 12px 0 23px;
}
.ant-modal-title {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.ant-modal-close-x {
	font-size: 16px !important;
}
.ant-modal-footer {
	height: 76px;
	/* padding: 19px 30px 20px 0 !important; */
	padding:  0 !important;

}

/* 工作流管理(新版) 新建 */
.new-process .ant-advanced-search-form .ant-form-item-label label {
	font-size: 14px !important;
}
.new-process .ant-form-item-control .ant-input {
	font-size: 14px;
	height: 36px;
}
.new-process .ant-select-selection__placeholder {
	font-size: 14px;
}
.new-process .ant-select-selection-selected-value {
	font-size: 14px;
}
.new-process .ant-select-lg .ant-select-selection--single {
	height: 36px;
}
.new-process .ant-select-lg .ant-select-selection__rendered {
	line-height: 36px;
}
.new-process .ant-advanced-search-form {
	padding: 0 !important;
}
.new-process .gform {
	padding: 0;
}

/* 合作管理>参与单位审核>审核 */
.review-operation {
	width: 470px;
}
.review-operation .ant-advanced-search-form .ant-form-item label {
	font-size: 14px !important;
}
.review-operation .ant-form-item-control {
	width: 322px;
}
.review-operation .ant-input {
	width: 322px;
	font-size: 14px;
}
.review-operation .ant-select-selection-selected-value {
	font-size: 14px;
}
.review-operation .ant-select-lg .ant-select-selection--single {
	height: 36px;
}
.review-operation .ant-select-lg .ant-select-selection__rendered {
	line-height: 36px;
}
.review-operation .gform {
	padding: 0 30px;
}
.review-operation .ant-modal-body {
	padding: 0;
}
.review-operation .gform .ant-advanced-search-form {
	padding: 0 !important;
}
.review-operation .gform .ant-form-item-label {
	text-align: center !important;
}
.review-operation .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.review-operation .gform {
	margin: 20px 0 0 0 !important;
}

/* 合作管理>加入项目审批 */
.approval-operation {
	width: 470px !important;
}
.approval-operation .gform {
	padding: 0 30px;
}
.approval-operation .ant-modal-body {
	padding: 0;
}
.approval-operation .ant-advanced-search-form .ant-form-item label {
	font-size: 14px !important;
}
.approval-operation .ant-form-item-control {
	width: 322px;
}
.approval-operation .ant-input {
	width: 322px;
	font-size: 14px;
}
.approval-operation .ant-select-selection-selected-value {
	font-size: 14px;
}
.approval-operation .ant-select-lg .ant-select-selection--single {
	height: 36px;
}
.approval-operation .ant-select-lg .ant-select-selection__rendered {
	line-height: 36px;
}
.approval-operation .gform .ant-advanced-search-form {
	padding: 0 !important;
}
.approval-operation .gform .ant-form-item-label {
	text-align: center !important;
}
.approval-operation .gform .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.approval-operation .gform {
	margin: 20px 0 0 0 !important;
}

/* 合作管理>我的参与单位>申请加入 */
.applicant-party .ant-advanced-search-form .ant-input {
	width: 150px !important;
	height: 34px;
	font-size: 14px;
}
.applicant-party .ant-advanced-search-form .ant-select {
	width: 150px !important;
	height: 34px;
	font-size: 14px;
}
.applicant-party .ant-select-selection--single {
	height: 34px;
}
.applicant-party .ant-select-selection__rendered {
	line-height: 34px;
}

/* 应用管理>设置>添加角色 */
.role-management {
	width: 500px !important;
}
.role-management .ant-modal-body {
	padding: 0 30px !important;
}
.role-management .ant-form-item {
	margin-bottom: 20px;
}
.role-management .ant-form-item-label {
	text-align: center !important;
}
.role-management .ant-form-item label {
	font-size: 14px !important;
}
.role-management .ant-form-item-control {
	width: 322px;
}
.role-management .ant-input {
	width: 322px;
	height: 36px;
	font-size: 14px;
}
/* 应用管理>设置>批量导入 */
.bulk-import .ant-form-item label {
	font-size: 14px !important;
}
.bulk-import .hover-pointer {
	font-size: 14px;
}
.body-themeBlue .bulk-import .ant-btn-primary {
	width: 78px;
	height: 34px;
	font-size: 14px;
}
.bulk-import .ant-input {
	height: 36px;
}

.app-container .custom-link-active {
	background-color: #4f78e0;
}

/* 修改设备 */

/*文档管理 / 法务法规检索>查看详情 */
.look-legal-laws .ant-modal-body span {
	font-size: 14px;
}

.according-preview .ant-modal-body li {
	font-size: 14px;
}
/* 文档管理 / 体系检索 >详情 */
.look-system-retrieve .ant-modal-body span {
	font-size: 14px;
}
/* 文档管理 / 标准检索 >详情 */
.look-standard-retrieval .ant-modal-body span {
	font-size: 14px;
}
/* 文档管理 / 法务法规检索>显示预览 */
/* 文档管理 / 体系检索 >显示预览 */
/* 文档管理 / 标准检索 >显示预览 */
.according-preview .ant-modal-body div {
	font-size: 14px;
}
.ownUnit-name div:nth-child(1) {
	margin-bottom: 0 !important;
}
/* 二级菜单栏下小圆点 */
.menu-dou {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e5e5e5;
	margin-right: 12px;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
	background-color: rgb(230, 247, 255);
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
	background-color: #e6f7ff !important;
}
/* 合同段管理 */
.contract-section .ant-table-tbody > tr:hover > td {
	background: transparent;
}
.contract-section .selected-role {
	background-color: transparent;
	color: #4f78e0;
}
.contract-section .ant-advanced-search-form .ant-form-item-label {
	text-align: center !important;
}
.contract-section .ant-spin-container {
	height: 700px;
}
/* 应用管理 >设置 >角色权限设置 */
.role-operation {
	position: relative;
}
.role-operation .ant-table-pagination.ant-pagination {
	right: 0;
}

/* 查询重置图标颜色 */
.anticon-reload {
	color: #999999;
}
.admin-home .ant-advanced-search-form .ant-btn {
	padding: 0 !important;
	width: 75px !important;
	max-width: 75px !important;
}
.admin-home .ant-advanced-search-form .ant-btn > .anticon + span {
	margin-left: 0.4em;
}
/* 文章管理 */
.article-management .search-form .ant-advanced-search-form {
	margin-top: 20px;
}

/* 应用授权>选择 */
.application-select .ant-form-item {
	margin-top: 20px;
}

/* 我的参与单位>分配应用 */
.distributed-apply .ant-advanced-search-form .ant-form-item-label {
	padding-top: 21px !important;
}
.distributed-apply .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 20px !important;
}
/* 我的参与单位 >项目数据授权  */
.project-data .ant-advanced-search-form .ant-form-item-label {
	padding-top: 21px !important;
}
.project-data .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 20px !important;
}
/* 我的业主单位>人员派遣>用户详情 */
.user-details .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
/* 我的业主单位 >组织管理>新增 */
.new-organization .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
/* 我的业主单位>组织管理 */
.ownUnit-name .ant-input {
	height: 36px !important;
}

/* 分级管理>管理员列表 */
.admin-role .selected-role {
	background-color: #ffffff;
	color: #4f78e0;
}
.admin-role .ant-table-tbody > tr:hover > td {
	background-color: #fff !important;
}
/* 分级管理>管理员成员配置 */
.role-list .selected-role {
	background-color: #ffffff;
	color: #4f78e0;
}
.role-list .ant-table-tbody > tr:hover > td {
	background-color: #fff !important;
}
/* 分级管理>管理员列表>模块列表 */
.module-list .ant-tree li span.ant-tree-switcher {
	line-height: 42px !important;
}
/* 我的参与单位名称>项目数据授权 */
.project-data .ant-table-body {
	height: 500px;
}

/* 查询重置 */
.query-reset {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

/* 岗位管理>岗位库配置 */
.post-storage .ant-advanced-search-form {
	padding-top: 20px !important;
}
.post-storage .ant-advanced-search-form .ant-input {
	height: 34px !important;
}

/*所辖施工合同段>选择施工合同 */
.select-construction-contract .ant-advanced-search-form .ant-input {
	height: 34px;
	font-size: 14px;
}
/* 工作流管理(新版) */
.new-process .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.edit-process .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}

/* 权限配置 */
.access-configuration .ant-tree li span.ant-tree-switcher {
	line-height: 42px !important;
}

.process-management .ant-tree > li {
	color: #999999;
}

/* 用户管理>新增 */
.accound-add .ant-input {
	background-color: #ffffff !important;
}
.accound-add .ant-modal-header {
	margin-bottom: 10px;
}
.accound-add .gform .sf-btn {
	margin: 0 !important;
}
.accound-add .ant-select-selection--single {
	height: 36px;
}
.accound-add .ant-select-selection__rendered {
	line-height: 36px;
}
/* 个人工作台>我的待办 */
.my-agent .ant-advanced-search-form .ant-form-item-label {
	margin-top: 20px;
}
.my-agent .ant-advanced-search-form .ant-form-item-control {
	margin-top: 20px;
}
/* 个人工作台>我的通知 */
.content-userNotify .ant-advanced-search-form .ant-form-item-label {
	margin-top: 20px;
}
.content-userNotify .ant-advanced-search-form .ant-form-item-control {
	margin-top: 20px;
}
.personal-data .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
/* 加入单位 */
.marginTop20 .ant-advanced-search-form .ant-form-item-label {
	margin-top: 20px;
}
.marginTop20 .ant-advanced-search-form .ant-form-item-control {
	margin-top: 20px;
}
.marginBottom20 .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.application-resignation .gform .ant-form-item-label {
	text-align: left;
}

.edit-contract .ant-select-selection-selected-value {
	height: 26px;
}
.please-select .ant-form-item-label label {
	font-size: 14px;
}
/* 合同段管理>新增>监理标段>所辖施工合同段 */
.please-select .ant-form {
	margin-bottom: 20px;
}
.please-select .ant-input {
	height: 34px;
}
.please-select .ant-btn {
	width: 75px;
	height: 36px;
}
.select-construction-contract .ant-table-body {
	max-height: 496px !important;
}
.select-construction-contract .ant-spin-container {
	height: auto !important;
}
.select-construction-contract .ant-form-item-label label {
	font-size: 14px;
}
.select-construction-contract .ant-form-item-label {
	overflow: visible;
}
.select-construction-contract .ant-btn {
	font-size: 14px;
}
.select-construction-contract .ant-spin-container .ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
	border-bottom: none !important;
	border-right: none !important;
}
.select-construction-contract .ant-spin-container .ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
	border-bottom: none !important;
	border-right: none !important;
}
.user-management .gtree {
	height: 627px !important;
	overflow: auto;
}
.function-authorization .ant-spin-container {
	height: 680px;
	overflow: auto;
}
.function-authorization .navbar {
	margin-top: 10px !important;
}
.edit-equipment .smartHardWareModal .ant-form-horizontal {
	padding: 16px !important;
}
.unit-certification .ant-form-item {
	margin-bottom: 16px !important;
}
/* 数据商城>数据审批>查看 */
.approval-to-see .ant-form-item {
	margin-bottom: 20px !important;
}
/* 合作管理>我的业主单位>应用列表 */
.access-configuration-inner .ant-tree li span.ant-tree-switcher {
	line-height: 42px !important;
}
.access-configuration-inner .ant-table-body {
	height: 550px;
	overflow: auto;
}
.edit-post .ant-form-item {
	margin-bottom: 20px !important;
}
.edit-post .ant-modal-body .ant-form-item-label label {
	font-size: 14px;
}
.edit-post .ant-modal-body .ant-form-item-control-wrapper .ant-input {
	font-size: 14px;
}
.edit-post .ant-modal-body .ant-select-selection__rendered {
	font-size: 14px;
}
.ant-select-lg .ant-select-selection__rendered{
    line-height: 32px !important;
}
.ant-select-selection-selected-value{
    line-height: 32px !important;
}
.select-company .ant-select-selection-selected-value{
    line-height: 26px !important;
}
.add-post .ant-select-lg .ant-select-selection__rendered {
	line-height: 36px !important;
}


.color__blue {
	color: #4f78e0;
}
.project-management .ewec-button {
	padding-bottom: 0 !important;
}
.project-management .ant-table-body {
	height: 660px !important;
}
.add-project-managment {
	position: relative;
}
.add-project-managment .message {
	position: absolute;
	height: 20px;
	line-height: 20px;
	width: 600px;
	text-align: right;
	top: 0;
	right: 16px;
	color: #4f78e0;
}
.body-themeWhite .add-project-managment .message {
	right: 5px;
}
.ownUnit-floatLeft .ant-input-affix-wrapper .ant-input:not(:first-child) {
	padding-left: 56px !important;
	font-size: 14px;
	border-radius: 50px;
}

.select-ts .ant-select-selection-selected-value {
	display: -ms-flexbox !important;
	display: flex !important;
}
.select-ts .ant-select-selection-selected-value:after {
	content: '\E61D';
	transition: transform 0.2s ease;
	display: block;
	font-family: 'anticon' !important;
	margin-left: 5px;
	font-size: 1px;
}
.select-ts.ant-select-open .ant-select-selection-selected-value:after {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.select-ts .ant-select-arrow:before {
	color: transparent;
}
.select-ts .company-name{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-color .ant-select-selection-selected-value {
	color: #cccccc !important;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
	border-color: var(--steps-color,#4f78e0) !important;
	background-color: var(--steps-color,#4f78e0) !important;
}

/* 单选按钮样式 */
.ant-radio-checked .ant-radio-inner {
	border-color: var(--button-bg-color,#4f78e0) !important;
}
.ant-radio-inner:after {
	background-color: var(--button-bg-color,#4f78e0) !important;
}
.layui-layer-btn .layui-layer-btn0 {
	color: white !important;
}
/* 深蓝主题 */
.body-themeDarkBlue {
	--font-color: #303677;
	--fonts-color: #4f78e0;
	--menu-font-color: #9290a8;
	--bg-color: #373c65;
	--item-bg-color: #ebeef5;
	--titie-bg-color: #ebeef5;
	--button-bg-color: #4f78e0;
	--date-color: #4f78e0;
	--trigger-bg-color: #bdc3d3;
	--table-bg-th-color: #f5f7fc;
	--table-font-th-color: #393f72;
	--table-bg-tr-hover-color: #ebeef5;
	/* //应用审批&客户列表自定义按钮颜色 */
	--stopBtn-bg-color: #f5f7fc;
	--stopBtn-font-color: #4f78e0;
	/* // 分页器按钮样式 */
	--pagination-bg-color: #f2f2f2;
	--pagination-font-color: #999999;
	--pagination-bd-color: #e4e4e4;
	--pagination-hover-a-color: #999999;
	--steps-color: #4f78e0;
}
/* 蓝色主题 */
.body-themeBlue {
	--font-color: #1890ff;
	--menu-font-color: #434343;
	--bg-color: #1890ff;
	--item-bg-color: #f0f7ff;
	--titie-bg-color: #f0f7ff;
	--button-bg-color: #1890ff;
	--date-color: #1890ff;
	--trigger-bg-color: rgb(8, 117, 219);
	--table-bg-th-color: #f2f2f2;
	--table-font-th-color: #4e5a67;
	--table-bg-tr-hover-color: #f8f8f8;
	/* //应用审批&客户列表自定义按钮颜色 */
	--stopBtn-bg-color: #1890ff;
	--stopBtn-font-color: #fff;
	--steps-color: #1890ff;
	/* // 分页器按钮样式 */
	--pagination-bg-color: #1890ff;
	--pagination-font-color: white;
	--pagination-bd-color: #e4e4e4;
	--pagination-hover-a-color: rgba(0, 0, 0, 0.65);
}
/*空间蓝*/
.body-themeSpaeBlue {
	--font-color: rgba(6, 77, 137, 1);
	--menu-font-color: #434343;
	--bg-color: rgba(6, 77, 137, 1);
	--item-bg-color: rgba(6, 77, 137, 0.1);
	--titie-bg-color: #f0f7ff;
	--button-bg-color: rgba(6, 77, 137, 0.9);
	--date-color: #1890ff;
	--trigger-bg-color: rgb(8, 117, 219);
	--table-bg-th-color: #f2f2f2;
	--table-font-th-color: #4e5a67;
	--table-bg-tr-hover-color: #f8f8f8;
	/* //应用审批&客户列表自定义按钮颜色 */
	--stopBtn-bg-color: rgba(6, 77, 137, 0.9);
	--stopBtn-font-color: #fff;
	--steps-color: rgba(6, 77, 137, 0.9);
	/* // 分页器按钮样式 */
	--pagination-bg-color: rgba(6, 77, 137, 1);
	--pagination-font-color: white;
	--pagination-bd-color: #e4e4e4;
	--pagination-hover-a-color: rgba(0, 0, 0, 0.65);
}
/* 白色主题 */
.body-themeWhite {
	--font-color: #1b9aee;
	--button-bg-color: #1b9aee;
	--fonts-color: #1b9aee;
	--steps-color: #1b9aee;
}
.body-themeWhite .ant-modal-body {
	padding: 20px;
}
/* 切换白色主题 */
.body-themeWhite .admin-header {
	background-color: #ffffff !important;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #f5f5f5;
}
.body-themeWhite .header .logo {
	line-height: 45px;
}
.body-themeWhite .header .header-sign {
	line-height: 45px;
}
.body-themeWhite .admin-container-router > div > ul {
	padding: 11px 1px 0 1px !important;
}
.body-themeWhite .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	color: #1a9aec !important;
	background-color: #e6f6fe !important;
}
.body-themeWhite .ant-menu-item:hover {
	color: #1a9aec !important;
	background-color: #e6f6fe !important;
}
.body-themeWhite .ant-menu-submenu-title:hover {
	background-color: #e6f6fe !important;
	color: #1a9aec !important;
}
.body-themeWhite .header .logo span {
	color: #333333;
}
.body-themeWhite .application-management .ant-input-affix-wrapper {
	width: 459px !important;
}
.body-themeWhite .ant-advanced-search-form .ant-row-flex {
	-ms-flex-align: center;
	    align-items: center;
}
/* 应用管理>应用模块 */
.body-themeWhite .ant-row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/* align-items: center; */
	position: relative;
}
.body-themeWhite .application-management .ant-input-affix-wrapper .ant-input:not(:first-child) {
	padding-left: 53px !important;
}
.body-themeWhite .application-management .admin-app-card,
.body-themeWhite .owner-unit .admin-app-card {
	display: block;
	text-align: center;
	color: #fff;
	background-color: rgba(255, 255, 255, 1);
	height: 320px;
	width: 24.4%;
	margin: 5px;
	border: 1px solid rgba(242, 242, 242, 1);
	cursor: pointer;
}
.body-themeWhite .application-management .admin-app-card .img-wrap,
.body-themeWhite .owner-unit .admin-app-card .img-wrap {
	margin-top: 4px;
}
.body-themeWhite .application-management .admin-app-card .app-title,
.body-themeWhite .owner-unit .admin-app-card .app-title {
	padding-top: 17px;
	padding-bottom: 22px;
	font-size: 14px;
	line-height: 14px;
}
.body-themeWhite .application-management .admin-app-card .app-desc,
.body-themeWhite .owner-unit .admin-app-card .app-desc {
	margin-bottom: 45px;
	margin-top: 0;
	padding: 0px 55px 0 45px;
	height: auto;
	height: 46px;
	line-height: 23px;
}
.body-themeWhite .application-management .admin-app-card .app-operate,
.body-themeWhite .owner-unit .admin-app-card .app-operate {
	margin-bottom: 46px;
}
.body-themeWhite .application-management .admin-app-card .operate-item,
.body-themeWhite .owner-unit .admin-app-card .operate-item {
	margin: 0;
	height: 14px;
	line-height: 14px;
}
.body-themeWhite .search-admin {
	position: relative;
}
.application-sotre {
	position: absolute;
	right: 38px;
	top: 18px;
	cursor: pointer;
}
.application-sotre img {
	margin-right: 5px;
}
.application-sotre span {
	color: #1890ff;
	font-size: 14px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
}
.body-themeWhite .ant-menu-inline .ant-menu-item {
	height: 55px !important;
	line-height: 55px !important;
	margin: 1px 7px !important;
	padding: 0 16px 0 11px !important;
	font-size: 14px !important;
	color: #8c8c8c;
}
.body-themeWhite .ant-menu-inline .ant-menu-submenu-title {
	padding: 0 16px 0 11px !important;
}
.body-themeWhite .ant-menu-submenu-title:hover {
	border-radius: 5px;
	font-size: 14px;
}
.body-themeWhite .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
	right: 5px;
	font-size: 12px !important;
}
.body-themeWhite .ant-menu-submenu-title {
	height: 55px !important;
	line-height: 55px !important;
	margin: 0 7px !important;
	font-size: 14px !important;
	color: #8c8c8c;
}
.body-themeWhite .ant-menu-item .iconfont {
	margin-right: 11px;
}
.body-themeWhite .ant-menu-submenu-title .iconfont {
	margin-right: 11px;
}
.body-themeWhite .search-admin {
	background-color: #f7f7f7;
	border: none !important;
}
.body-themeWhite .application-management .ant-row-flex-start {
	background-color: #f7f7f7;
	padding-left: 3px;
}
.body-themeWhite .menu-dou {
	margin-right: 10px;
}
.body-themeWhite .ant-input-affix-wrapper .ant-input-prefix {
	padding-left: 24px;
}
.body-themeWhite .application-management .admin-app-card .app-operate {
	padding: 0 64px;
}
.body-themeWhite .application-management .admin-app-card .operate-item > span img {
	margin-right: 9px;
	height: auto;
	line-height: 14px;
}
.body-themeWhite .application-management .admin-app-card .operate-item span {
	color: #999999;
}
.body-themeWhite .application-management .admin-app-card .app-img {
	border-radius: 3px;
}
/* 项目管理 */
.body-themeWhite .admin-home-title,
.body-themeWhite .project-title,
.body-themeWhite .permission-title {
	height: 50px !important;
	line-height: 50px;
	padding-left: 8px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .admin-home-title img,
.body-themeWhite .permission-title img,
.body-themeWhite .project-title img {
	width: 8px;
	height: 10px;
	margin-right: 7px;
}

.body-themeWhite .ewec-button .ant-btn {
	min-width: 55px !important;
	height: 32px !important;
	line-height: 32px !important;
	color: #999999 !important;
	background-color: #ffffff !important;
	border: 1px solid #efefef !important;
	font-weight: 400;
}
.body-themeWhite .navbar button {
	min-width: 55px !important;
	height: 32px !important;
	line-height: 32px !important;
	color: #999999 !important;
	background-color: #ffffff !important;
	border: 1px solid #efefef !important;
}
.body-themeWhite .ant-advanced-search-form {
	padding: 0 !important;
}
.body-themeWhite .ewec-button,
.body-themeWhite .ah-navbar {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	margin: 10px 0 0 0px !important;
	padding: 20px !important;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	border-bottom: none;
}
.body-themeWhite .ewec-button .ant-btn {
	margin-right: 20px !important;
}
.body-themeWhite .ant-form .ant-advanced-search-form .ant-form-item-label {
	padding-top: 12px !important;
	text-align: right !important;
	padding-bottom: 12px;
}
.body-themeWhite .admin-home .ant-advanced-search-form .ant-form-item-control-wrapper {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
.body-themeWhite .ant-advanced-search-form .ant-btn-lg {
	margin-top: 0 !important;
}
.body-themeWhite .user-management {
	background-color: #f7f7f7;
}
.body-themeWhite .search-form .ant-advanced-search-form {
	background-color: #ffffff;
	padding-left: 20px !important;
	border-radius: 3px;
}
.body-themeWhite .ewec-button {
	display: block;
}
.body-themeWhite .ant-table-body table {
	border: 1px solid #f2f2f2;
	border-bottom: none !important;
	border-right: none;
}
.body-themeWhite .ant-table-body {
	background-color: #ffffff;
}
.body-themeWhite .ant-table-body .operation > div a {
	color: #1b9aee;
}
.body-themeWhite .opertaion-color {
	color: #1b9aee !important;
}
.body-themeWhite .position-management .ant-table-body .opertaion-color {
	color: #1b9aee !important;
}
.body-themeWhite .admin-content .ant-table-body .ant-table-tbody > tr > td > .opertaion-color {
	color: #1b9aee !important;
}
.body-themeWhite .ant-table-thead > tr > th {
	background-color: #ffffff !important;
	border-right: 1px solid #f2f2f2 !important;
	border-bottom: 1px solid #f2f2f2 !important;
	height: 40px !important;
}
.body-themeWhite .ant-form-item-label label:after {
	margin: 0 10px 0 2px;
}
.body-themeWhite .ant-table-body .ant-table-tbody > tr > td {
	border-bottom: 1px solid #f2f2f2 !important;
	/* height: 40px !important; */
	color: #555555;
}
.body-themeWhite .contract-managemnet .selected-role td {
	color: #1b9aee !important;
}
.body-themeWhite .contract-managemnet .ant-table-body .ant-table-tbody > tr > td {
	border: none !important;
}
.body-themeWhite .ant-table-body .ant-table-tbody > tr > td {
	border-right: 1px solid #f2f2f2 !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
.body-themeWhite .ant-pagination-item {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.body-themeWhite .ant-pagination-prev,
.body-themeWhite .ant-pagination-next,
.body-themeWhite .ant-pagination-jump-prev,
.ant-pagination-jump-next {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.body-themeWhite .ant-pagination-prev .ant-pagination-item-link,
.body-themeWhite .ant-pagination-next .ant-pagination-item-link {
	height: 35px;
	line-height: 35px;
}
.body-themeWhite .ant-pagination-prev .ant-pagination-item-link:after {
	line-height: 35px;
}
.body-themeWhite .ant-pagination-next .ant-pagination-item-link:after {
	line-height: 35px;
}
.body-themeWhite .ant-pagination-next {
	height: 35px;
	line-height: 35px;
}
.body-themeWhite .ant-pagination .ant-pagination-item a {
	color: #555555 !important;
}
.body-themeWhite .ant-pagination-item-active {
	background-color: #1b9aee !important;
	color: #ffffff !important;
}
.body-themeWhite .ant-pagination .ant-pagination-item-active a {
	color: #ffffff !important;
}
.body-themeWhite .ant-pagination .ant-pagination-item:hover {
	background-color: #1b9aee !important;
	color: #ffffff !important;
}
.body-themeWhite .ant-pagination .ant-pagination-item:hover a {
	color: #ffffff !important;
}
.body-themeWhite .admin-home .ant-advanced-search-form .ant-btn-dash {
	width: 55px !important;
	height: 32px !important;
	background-color: #ffffff !important;
	color: #999999 !important;
	border: 1px solid #e4e4e4 !important;
}
.body-themeWhite .ant-advanced-search-form .ant-btn-primary {
	min-width: 55px !important;
	height: 32px !important;
	background-color: #ffffff !important;
	color: #1b9aee !important;
	border: 1px solid #1b9aee !important;
}
.body-themeWhite .search-form .ant-advanced-search-form .ant-input-lg {
	height: 36px !important;
}
.body-themeWhite .admin-container .admin-container-router .admin-container-router-wrap {
	background-color: #f7f7f7;
}
.body-themeWhite .admin-container-router > div {
	width: 210px;
}
.body-themeWhite .ant-menu-sub.ant-menu-inline > .ant-menu-item {
	padding-left: 40px !important;
	margin: 1px 7px !important;
}
.body-themeWhite ::-webkit-scrollbar-thumb {
	background-color: #929292;
}
.body-themeWhite ::-webkit-scrollbar-thumb:hover ::-webkit-scrollbar {
	width: 12px !important;
	height: 12px !important;
}
.body-themeWhite .ant-menu ::-webkit-scrollbar-thumb {
	background-color: #f2f2f2;
}
.body-themeWhite .ant-menu-root:hover::-webkit-scrollbar-thumb {
	background-color: #f2f2f2;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
.body-themeWhite .rule .ant-btn > .anticon {
	display: none;
}
.body-themeWhite .rule .ant-form .sf-btn .ant-btn {
	min-width: 55px !important;
	height: 32px !important;
}
.body-themeWhite .rule .sf-btn {
	margin-top: 0;
}
.body-themeWhite .admin-home .ant-advanced-search-form .ant-btn {
	width: 55px !important;
}
.body-themeWhite .ant-advanced-search-form .ant-btn {
	height: 32px !important;
}
.body-themeWhite .review-navbar {
	padding: 11px 0 !important;
}
.body-themeWhite .ah-navbar .ant-btn {
	min-width: 55px !important;
	height: 32px !important;
	line-height: 32px !important;
	color: #999999 !important;
	background-color: #ffffff !important;
	border: 1px solid #efefef !important;
	font-weight: 400 !important;
	padding: 0 10px !important;
}
.body-themeWhite .admin-home .admin-left {
	background-color: #fff;
}
.body-themeWhite .ant-table-thead > tr > th.ant-table-selection-column,
.body-themeWhite .ant-table-tbody > tr > td.ant-table-selection-column {
	width: 48px !important;
}
.body-themeWhite .ant-pagination .ant-pagination-prev:hover {
	background-color: #1b9aee !important;
}
.body-themeWhite .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link {
	background-color: #ffffff !important;
	color: #d9d9d9 !important;
	border: 1px solid #d9d9d9 !important;
}
.body-themeWhite .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
	background-color: #ffffff !important;
	color: #d9d9d9 !important;
	border: 1px solid #d9d9d9 !important;
}
.body-themeWhite .search-admin input::-webkit-input-placeholder {
	color: #999999;
}
.body-themeWhite .contract-section .ant-table-bordered .ant-table-thead > tr > th,
.body-themeWhite .contract-section .ant-table-bordered .ant-table-tbody > tr > td {
	border-right: 1px solid #f2f2f2 !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
/* 表格头字体 */
.body-themeWhite .ant-table-wrapper .ant-table-thead tr th span {
	color: #555555;
	font-weight: 400;
}

/* 合同段管理 */
.body-themeWhite .admin-home .ant-table-body {
	height: 664px;
}
.body-themeWhite .contract-managemnet {
	background-color: #ffffff;
}
.body-themeWhite .contract-managemnet .ant-table-content {
	margin-left: 0 !important;
}
.body-themeWhite .contract-managemnet .ant-table-body {
	border: none;
}
.body-themeWhite .contract-managemnet .ant-input-affix-wrapper {
	height: 36px;
	margin-top: 0 !important;
}
.body-themeWhite .contract-managemnet .ant-input-affix-wrapper .ant-input-prefix {
	padding-left: 8px;
}
.body-themeWhite .ant-input-affix-wrapper .ant-input:not(:first-child) {
	border-radius: 20px;
}
.body-themeWhite .ant-menu-inline,
.body-themeWhite .ant-menu-vertical {
	border-right: 1px solid#f2f2f2;
}

.body-themeWhite .search-form .ant-select-selection--single {
	height: 36px !important;
	line-height: 36px !important;
}
.body-themeWhite .search-form .ant-select-selection__rendered {
	line-height: 36px !important;
}
.body-themeWhite .ant-table-tbody > tr:hover > td {
	background-color: #f2f2f2 !important;
}
.body-themeWhite .navbar button {
	margin-right: 20px !important;
	margin-left: 0 !important;
}
.body-themeWhite .ant-form-inline .ant-form-item {
	margin-right: 19px !important;
}
.body-themeWhite .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.body-themeWhite .ant-checkbox:hover .ant-checkbox-inner,
.body-themeWhite .ant-checkbox-input:focus + .ant-checkbox-inner {
	border-color: #d6ccd6;
}
.body-themeWhite .ant-form-item-label label {
	color: #555555;
}
.body-themeWhite .search-form .ant-form-item-control {
	width: 150px;
}
.body-themeWhite .ant-modal .ant-table-placeholder {
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
}
/* 白色主题所有表格 */
.body-themeWhite .ant-table-body {
	background-color: #f7f7f7 !important;
}
.body-themeWhite .ant-table-body table {
	background-color: #ffffff !important;
}
.body-themeWhite .ant-checkbox-checked .ant-checkbox-inner {
	background-color: #1890ff !important;
	border-color: #1890ff !important;
}
.body-themeWhite .ant-advanced-search-form .ant-btn {
	min-width: 55px !important;
}
.body-themeWhite .ant-table-body td div a {
	color: #1b9aee !important;
}
.body-themeWhite td .operation .funButton {
	color: #1b9aee !important;
}
.body-themeWhite .ant-modal-footer {
	margin-bottom: 15px !important;
}
.body-themeWhite .ant-modal-footer .ant-btn-primary {
	background-color: var(--button-bg-color,#4f78e0) !important;
}
.ant-dropdown-menu {
	margin-top: 7px !important;
}
.menu-header {
	width: 120px !important;
}
.menu-header .ant-dropdown-menu-item,
.menu-header .ant-dropdown-menu-submenu-title {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 2px !important;
	border-color: #f2f2f2;
	text-align: center;
	padding: 0;
}

/* 状态开关 */
.body-themeWhite .ant-switch-checked {
	background-color: #1b9aee !important;
}

.body-themeWhite .ant-checkbox-checked .ant-checkbox-inner,
.body-themeWhite .ant-checkbox-indeterminate .ant-checkbox-inner {
	background-color: #1890ff !important;
	border-color: #1890ff !important;
}
.body-themeWhite .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.body-themeWhite .ant-checkbox:hover .ant-checkbox-inner,
.body-themeWhite .ant-checkbox-input:focus + .ant-checkbox-inner {
	border-color: #1890ff !important;
}
.body-themeWhite .ant-calendar-ok-btn {
	color: #fff !important;
}
.body-themeWhite .ant-table-content {
	/* height: 728px !important; */
	background-color: #ffffff;
}
.body-themeWhite .ant-modal-body .ant-table-content,
.body-themeWhite .ant-modal-body .ant-table-body {
	height: auto !important;
}

.body-themeWhite .height-project .ant-table-body {
	height: 766px !important;
}
.body-themeWhite .height-project .ant-table-content {
	height: 820px !important;
}
.body-themeWhite .height-project .ant-spin-container {
	height: 812px !important;
}
.body-themeWhite .position-management .ant-tree li {
	padding: 4px 0 !important;
}

.body-themeWhite .admin-home .ant-table-pagination.ant-pagination {
	bottom: 5px;
}

.body-themeWhite .query-reset .margin-left-4 {
	margin-left: 0;
}
/* 左侧菜单栏选中的小豆豆 */
.body-themeWhite .ant-menu-item-selected .menu-dou {
	background-color: #1b9aee;
}
.body-themeWhite .status .ant-tag {
	width: 64px;
	height: 27px !important;
	line-height: 27px !important;
}
.body-themeWhite .admin-home .ant-advanced-search-form .ant-btn > .anticon + span {
	margin-left: 0;
}
.body-themeWhite .ant-modal-body .ant-spin-container .ant-table-pagination {
	position: relative;
}
.body-themeWhite .units-type .ant-tag {
	color: #1b9aee !important;
}
.body-themeWhite .app-container .custom-link-active {
	background-color: #1b9aee;
}

/* 工作流 */
.workTool .workToolWrap .ant-btn-primary {
	background-color: #1b9aee !important;
}
.ant-confirm-btns .ant-btn-primary {
	background-color: #1890ff !important;
}
.body-themeWhite .workTool .workToolWrap .ant-btn-primary {
	background-color: #1b9aee !important;
}
.body-themeDarkBlue .workToolWrap .ant-btn-primary {
	background-color: #4f78e0 !important;
}
.body-themeWhite .ant-tag {
	padding: 0 4px;
}
.body-themeWhite .ant-tag span {
	font-size: 14px;
}
.body-themeWhite .ant-table-bordered.ant-table-empty .ant-table-placeholder {
	border: none !important;
}
.body-themeWhite .ant-table-bordered .body-themeWhite .ant-table-header > table,
.body-themeWhite .ant-table-bordered .ant-table-header > table,
.body-themeWhite .ant-table-bordered .ant-table-body > table,
.body-themeWhite .ant-table-bordered .ant-table-fixed-left table,
.body-themeWhite .ant-table-bordered .ant-table-fixed-right table {
	border: 1px solid #f2f2f2 !important;
}
.body-themeWhite .admin-home .ant-advanced-search-form .ant-form-item-label {
	padding-top: 12px !important;
}
/* 弹窗的表格 */
.body-themeDarkBlue .ant-modal-content .ant-table-pagination.ant-pagination {
	position: relative !important;
}
.body-themeWhite .system-account .ant-advanced-search-form .ant-form-item-label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* 所有输入框多选框字体默认14px */
.ant-form-item .ant-input {
	font-size: 14px;
}
.ant-form-item-label label {
	font-size: 14px;
}
.ant-form-item .ant-select-selection__rendered {
	font-size: 14px;
}
.ant-table-body .ant-table-selection-column {
	width: 48px !important;
}
.body-themeWhite .gtree .ant-tree-title span {
	color: #555555;
}
.body-themeWhite .ant-modal-content .gf-slot .upload-ui label {
	font-size: 14px !important;
}
.body-themeWhite .ant-modal-content .ant-upload .ant-btn {
	width: auto !important;
	padding: 0 2px !important;
	font-size: 14px;
	padding: 0 8px !important;
}

/* 白色主题弹框通用 */
.body-themeWhite .ant-modal-header {
	height: 54px;
	padding: 0 !important;
	border: 1px solid #e4e4e4;
}
.body-themeWhite .ant-form-item-label {
	line-height: 36px !important;
}
.body-themeWhite .ant-modal-title {
	font-size: 16px;
	color: #555555;
	font-weight: 400 !important;
	height: 54px;
	line-height: 54px !important;
	padding-left: 20px;
}
.body-themeWhite .ant-modal-content .ant-modal-close-x {
	width: auto;
	height: 54px;
	line-height: 54px;
	padding-right: 24px;
}
.body-themeWhite .ant-modal-footer {
	height: 56px;
	padding: 0 !important;
	border-top: none;
}
.body-themeWhite .ant-modal-content .sf-btn {
	height: 56px;
	padding: 0 !important;
}
.body-themeWhite .ant-modal-footer .ant-btn,
.body-themeWhite .ant-modal-content .sf-btn .ant-btn {
	min-width: 60px !important;
	height: 36px !important;
	border: 1px solid #e4e4e4 !important;
	color: #999999 !important;
	margin-right: 20px;
}
.body-themeWhite .ant-modal-footer .ant-btn-primary,
.body-themeWhite .ant-modal-content .sf-btn .ant-btn-primary {
	background-color: #1b9aee !important;
	color: #ffffff !important;
	border: 1px solid #1b9aee !important;
}
.body-themeWhite .ant-modal-footer button + button {
	margin-left: 0 !important;
}
.body-themeWhite .ant-modal-body .ant-form-item textarea {
	height: 104px !important;
}
.body-themeWhite .ant-modal-body .ant-advanced-search-form .ant-form-item {
	margin-bottom: 20px !important;
}
.body-themeWhite .ant-modal-body .ant-form-item {
	margin-bottom: 20px !important;
}
.body-themeWhite .ant-modal-body .ant-form .ant-form-item-label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.body-themeWhite .ant-modal-body .ant-form .ant-form-item-control-wrapper {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.body-themeWhite .ant-modal-body .ant-form .ant-form-item-control-wrapper .ant-form-item-control {
	line-height: 36px;
}
.body-themeWhite .ant-modal-body .ant-form .ant-form-item-control-wrapper .ant-input {
	height: 36px;
	line-height: 36px;
}
.body-themeWhite .ant-modal-body .ant-form .ant-form-item-control-wrapper .ant-select-selection--single {
	height: 36px !important;
}
.body-themeWhite .ant-modal-body .ant-table-content {
	margin-left: 0 !important;
}
.body-themeWhite .ant-modal-body .ah-navbar,
.body-themeWhite .ant-modal-body .ant-advanced-search-form {
	border: none !important;
	margin-left: 0 !important;
}
.body-themeWhite .ant-advanced-search-form .ant-btn {
	padding: 0 8px !important;
}
.has-success label span {
	font-size: 14px;
}
/* 树统一14px */
.gtree .ant-tree-title span {
	font-size: 14px;
}
.body-themeWhite .user-center .system-account {
	max-width: 800px;
}
.body-themeWhite .user-center .system-account .ant-form-item .ant-input {
	height: 36px;
	line-height: 30px;
}
.body-themeDarkBlue .ant-table-bordered.ant-table-empty .ant-table-placeholder {
	border: none !important;
}
/* 合同段那些弹框颜色 */
.body-themeWhite .add-contract .ant-collapse {
	border-color: #f2f2f2;
}
/* 项目授权合同段弹框单独设置 */
.body-themeWhite .contract-modal .ant-table-bordered .ant-table-thead > tr > th {
	text-align: left !important;
	padding-left: 20px !important;
}
.body-themeWhite .contract-modal .ant-table-body .ant-table-tbody > tr > td {
	text-align: left !important;
	padding-left: 20px !important;
}
.body-themeWhite .ant-spin-container .ant-table-pagination.ant-pagination {
	font-size: 14px;
	/* bottom: 6px !important;
	margin: 0 !important;
	font-family: 'Microsoft YaHei'; */
}
.body-themeWhite .ant-modal-body .ant-spin-container .ant-table-pagination.ant-pagination {
	margin: 16px 0 !important;
}

/* 当表格数据为空时 */
.body-themeWhite .empty-table .ant-table-content {
	background-color: #f7f7f7 !important;
}

/* 后台切换 */
.platform-switch {
	left: 18px !important;
	box-shadow: 3px 3px 3px #f2f2f2;
}
.platform-switch .ant-dropdown-menu-item {
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 14px;
}
.platform-switch .ant-dropdown-menu-item-selected {
	color: var(--button-bg-color,#4f78e0) !important;
	background-color: transparent;
}
.body-themeWhite .ant-tree li span.ant-tree-switcher {
	color: #999999 !important;
}
.body-themeWhite form .ant-input-number {
	border: 1px solid #f2f2f2;
}

.admin-hide {
	padding: 0 !important;
}
.admin_header_hide {
	display: none;
}

.body-themeWhite .ant-spin-container .ant-table-pagination.ant-pagination .ant-select-selection--single {
	height: 35px;
}
.body-themeWhite .ant-spin-container .ant-table-pagination.ant-pagination .ant-select-selection__rendered {
	line-height: 35px;
}
/* 弹框样式 */
.body-themeWhite .ant-confirm {
	width: 350px !important;
}
.body-themeWhite .ant-confirm-btns .ant-btn {
	min-width: 60px !important;
	height: 36px !important;
	border: 1px solid #e4e4e4 !important;
	color: #999999 !important;
	margin-left: 20px !important;
}
.body-themeWhite .ant-confirm-btns .ant-btn-primary {
	background-color: #1b9aee !important;
	color: #ffffff !important;
	border: 1px solid #1b9aee !important;
}
.body-themeWhite .ant-confirm .ant-modal-body {
	padding: 20px;
}
.body-themeWhite .ant-confirm .ant-confirm-body .ant-confirm-title {
	color: #555555;
}
.body-themeWhite .ant-confirm .ant-confirm-body .ant-confirm-content {
	color: #555555;
	font-size: 14px;
}

.ant-modal-body .ant-alert-warning {
	background-color: transparent;
	border-color: transparent;
	font-size: 14px;
}
.ant-modal-body .ant-alert-warning .ant-alert-description {
	font-size: 14px;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
	margin-right: 5px;
	border-top: 1px solid #f2f2f2;
	margin-bottom: -6px !important;
}
.ant-modal-body .ant-table-fixed-header .ant-table-scroll .ant-table-header {
	border-top: none !important;
}
.ant-spin-container .ant-table-scroll table {
	border-left: 1px solid #f2f2f2;
}
.body-themeWhite .add-members .ant-modal-body .ant-table-fixed-header .ant-table-scroll .ant-table-header {
	margin-right: 5px !important;
}
.body-themeWhite .add-members .ant-modal-body .ant-table table {
	border-right: none !important;
}
/* 弹框表格样式 */
.body-themeWhite .ant-modal-body .ant-table-body table {
	border-right: none !important;
	border-bottom: none !important;
}
/* 密钥管理中无数据样式异常 */
.body-themeDarkBlue .ant-spin-container .ant-table-placeholder {
	/* position: absolute !important;
	left: 50%;
	top: 50%; */
}
.body-themeDarkBlue .ant-modal-body .ant-spin-container .ant-table-placeholder {
	position: relative !important;
	left: 0;
	top: 0;
}
.body-themeDarkBlue .ant-tree .ant-tree-title {
	font-size: 14px !important;
}
.ant-radio-disabled .ant-radio-inner:after {
	background-color: #ccc !important;
}
/* flex_between布局 */
.flex_between {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}
.view_permission .ant-advanced-search-form{
	margin-bottom: 20px !important;
}
.select_option {
	margin-bottom: 10px;
}
.select_option span {
	font-size: 14px;
}
.select_option .ant-select-selection--single {
	height: 36px !important;
	line-height: 36px !important;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tag {
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #f3f3f3;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  cursor: pointer;
  font-weight: bold;
  margin-left: 3px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.66;
}
:root .ant-tag .anticon-cross {
  filter: none;
}
:root .ant-tag .anticon-cross {
  font-size: 12px;
}
.ant-tag .anticon-cross:hover {
  opacity: 1;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-cross,
.ant-tag-has-color .anticon-cross:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #1278e0;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-pink {
  color: #f5317f;
  background: #fdd8e7;
  border-color: #fdd8e7;
}
.ant-tag-pink-inverse {
  background: #f5317f;
  border-color: #f5317f;
  color: #fff;
}
.ant-tag-red {
  color: #f04134;
  background: #fcdbd9;
  border-color: #fcdbd9;
}
.ant-tag-red-inverse {
  background: #f04134;
  border-color: #f04134;
  color: #fff;
}
.ant-tag-orange {
  color: #f56a00;
  background: #fde3cf;
  border-color: #fde3cf;
}
.ant-tag-orange-inverse {
  background: #f56a00;
  border-color: #f56a00;
  color: #fff;
}
.ant-tag-yellow {
  color: #ffbf00;
  background: #fff3cf;
  border-color: #fff3cf;
}
.ant-tag-yellow-inverse {
  background: #ffbf00;
  border-color: #ffbf00;
  color: #fff;
}
.ant-tag-cyan {
  color: #00a2ae;
  background: #cfedf0;
  border-color: #cfedf0;
}
.ant-tag-cyan-inverse {
  background: #00a2ae;
  border-color: #00a2ae;
  color: #fff;
}
.ant-tag-green {
  color: #00a854;
  background: #cfefdf;
  border-color: #cfefdf;
}
.ant-tag-green-inverse {
  background: #00a854;
  border-color: #00a854;
  color: #fff;
}
.ant-tag-blue {
  color: #108ee9;
  background: #d2eafb;
  border-color: #d2eafb;
}
.ant-tag-blue-inverse {
  background: #108ee9;
  border-color: #108ee9;
  color: #fff;
}
.ant-tag-purple {
  color: #7265e6;
  background: #e4e2fa;
  border-color: #e4e2fa;
}
.ant-tag-purple-inverse {
  background: #7265e6;
  border-color: #7265e6;
  color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-modal {
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease;
  color: rgba(0, 0, 0, 0.43);
  outline: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.ant-modal-close-x:before {
  content: "\E633";
  display: block;
  font-family: "anticon" !important;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 13px 16px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e9e9e9;
}
.ant-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ant-modal-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px 10px 10px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  animation-duration: 0.3s;
  -ms-transform: none;
      transform: none;
  opacity: 0;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    -ms-flex: 1;
        flex: 1;
  }
}
.ant-confirm .ant-modal-header {
  display: none;
}
.ant-confirm .ant-modal-close {
  display: none;
}
.ant-confirm .ant-modal-body {
  padding: 30px 40px;
}
.ant-confirm-body-wrapper {
  zoom: 1;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: " ";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-confirm-body .ant-confirm-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  font-size: 14px;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 42px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
}
.ant-confirm-body > .anticon {
  font-size: 24px;
  margin-right: 16px;
  padding: 0 1px;
  float: left;
}
.ant-confirm .ant-confirm-btns {
  margin-top: 30px;
  float: right;
}
.ant-confirm .ant-confirm-btns button + button {
  margin-left: 10px;
  margin-bottom: 0;
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #f04134;
}
.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #ffbf00;
}
.ant-confirm-info .ant-confirm-body > .anticon {
  color: #108ee9;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: #00a854;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-steps {
  font-size: 0;
  line-height: 1.5;
}
.ant-steps .ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
  border-color: #1890ff;
  background-color: #1890ff;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner {
  border-color: #1890ff;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-tail > i:after {
  width: 100%;
  background: #1890ff;
  transition: all .6s;
  opacity: 1;
  box-shadow: 0 0 0 0 #1890ff;
  animation: tailEffect .4s;
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-title {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-description {
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner {
  border-color: #f04134;
  background-color: #fff;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-head-inner > .ant-steps-icon .ant-steps-icon-dot {
  background: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-title {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-description {
  color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-status-error .ant-steps-tail > i {
  background-color: #e9e9e9;
}
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i,
.ant-steps .ant-steps-item.ant-steps-next-error .ant-steps-tail > i:after {
  background-color: #f04134;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 26px;
  width: 26px;
  height: 26px;
}
.ant-steps .ant-steps-item.ant-steps-custom.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps .ant-steps-head,
.ant-steps .ant-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ant-steps .ant-steps-head {
  background: #fff;
}
.ant-steps .ant-steps-head-inner {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon {
  line-height: 1;
  color: #1890ff;
  position: relative;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-cross,
.ant-steps .ant-steps-head-inner > .ant-steps-icon.anticon-check {
  font-weight: bold;
}
.ant-steps .ant-steps-title {
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.ant-steps .ant-steps-title > a:first-child:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps .ant-steps-item:last-child .ant-steps-title {
  padding-right: 0;
  width: 100%;
}
.ant-steps .ant-steps-item:last-child .ant-steps-tail {
  display: none;
}
.ant-steps .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps .ant-steps-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 13px;
  padding: 0 10px;
}
.ant-steps .ant-steps-tail > i {
  display: inline-block;
  vertical-align: top;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  position: relative;
}
.ant-steps .ant-steps-tail > i:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  background: #e9e9e9;
  height: 100%;
  opacity: 0;
}
.ant-steps.ant-steps-small .ant-steps-head-inner {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}
.ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -ms-transform: scale(0.75) rotate(0deg);
      transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  top: 0;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  filter: none;
}
:root .ant-steps.ant-steps-small .ant-steps-head-inner > .ant-steps-icon.anticon {
  font-size: 12px;
}
.ant-steps.ant-steps-small .ant-steps-main {
  margin-top: 0;
}
.ant-steps.ant-steps-small .ant-steps-title {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
}
.ant-steps.ant-steps-small .ant-steps-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-steps.ant-steps-small .ant-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps.ant-steps-small .ant-steps-tail > i {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}
.ant-steps.ant-steps-small .ant-steps-custom .ant-steps-head-inner > .ant-steps-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ant-steps-vertical .ant-steps-status-finish .ant-steps-tail > i:after {
  height: 100%;
}
.ant-steps-vertical .ant-steps-head {
  float: left;
}
.ant-steps-vertical .ant-steps-head-inner {
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ant-steps-vertical .ant-steps-main .ant-steps-title {
  line-height: 26px;
}
.ant-steps-vertical .ant-steps-main .ant-steps-description {
  padding-bottom: 12px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-tail > i {
  height: 100%;
}
.ant-steps-vertical.ant-steps-small .ant-steps-title {
  line-height: 18px;
}
.ant-steps-horizontal.ant-steps-hidden {
  visibility: hidden;
}
.ant-steps-horizontal .ant-steps-description {
  max-width: 120px;
}
.ant-steps-horizontal .ant-steps-item:not(:first-child) .ant-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ant-steps-dot .ant-steps-item .ant-steps-step {
  display: inline-block;
  text-align: center;
  width: 120px;
}
.ant-steps-dot .ant-steps-item:not(:first-child) .ant-steps-head {
  margin-left: 0;
  padding-left: 0;
}
.ant-steps-dot .ant-steps-tail {
  margin: 0 0 0 60px;
  padding: 0;
  width: 100%;
  top: 1px;
}
.ant-steps-dot .ant-steps-tail > i {
  height: 3px;
}
.ant-steps-dot .ant-steps-head {
  display: inline-block;
  padding-right: 0;
}
.ant-steps-dot .ant-steps-head-inner {
  margin: 0 auto;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
  position: relative;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:after {
  content: '';
  background: rgba(255, 255, 255, 0.001);
  width: 40px;
  height: 24px;
  position: absolute;
  top: -8px;
  left: -16px;
}
.ant-steps-dot .ant-steps-head-inner .ant-steps-icon-dot:hover {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}
.ant-steps-dot .ant-steps-main {
  display: block;
  margin-top: 10px;
}
.ant-steps-dot .ant-steps-main .ant-steps-title {
  padding-right: 0;
  background-color: transparent;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head {
  top: -1px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner {
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.ant-steps-dot .ant-steps-status-process .ant-steps-head-inner .ant-steps-icon-dot {
  border-radius: 3.5px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail {
  left: 2px;
  height: 100%;
  padding: 0;
  top: 15px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-tail > i {
  height: 100%;
  width: 3px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-head {
  top: 12px;
  left: 1px;
}
.ant-steps-dot.ant-steps-vertical .ant-steps-status-process .ant-steps-head {
  left: 0;
}
@keyframes tailEffect {
  to {
    box-shadow: 0 0 3px 3px transparent;
  }
}
.navbar{
	width:100%;
	/* padding:10px; */
	overflow: hidden;
	/* margin-bottom:10px; */
}
.navbar a{
	padding:10px 20px;
	display: inline-block;
	color:#fff;
	font-size:16px;
	width:initial !important;
}
.navbar button{
	margin-right:30px !important;
	background: rgba(24, 144, 255, 1);
    color: #fff;
    height: 36px;
    border: none;
    outline: none;
}

.navbar button:nth-of-type(1){
	margin-left:0;
}
.navbar button.active{
}
.navbar.light{
	background: none;
}
.navbar.light a{
	color:#333;
}
.navbar.gray{
	background: #f1f1f1;

}
.navbar.gray a{
	color:#333;
}
.navbar a.active{
	background: #1887d7;
}
.navbar a:hover{
	background: #1887d7;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ant-row:before,
.ant-row:after {
  content: " ";
  display: table;
}
.ant-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ant-row-flex-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.ant-row-flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.ant-row-flex-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ant-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ant-row-flex-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.ant-row-flex-middle {
  -ms-flex-align: center;
      align-items: center;
}
.ant-row-flex-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  float: left;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.ant-col-24 {
  display: block;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -ms-flex-order: 24;
      order: 24;
}
.ant-col-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -ms-flex-order: 23;
      order: 23;
}
.ant-col-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -ms-flex-order: 22;
      order: 22;
}
.ant-col-21 {
  display: block;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -ms-flex-order: 21;
      order: 21;
}
.ant-col-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -ms-flex-order: 20;
      order: 20;
}
.ant-col-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -ms-flex-order: 19;
      order: 19;
}
.ant-col-18 {
  display: block;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -ms-flex-order: 18;
      order: 18;
}
.ant-col-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -ms-flex-order: 17;
      order: 17;
}
.ant-col-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -ms-flex-order: 16;
      order: 16;
}
.ant-col-15 {
  display: block;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -ms-flex-order: 15;
      order: 15;
}
.ant-col-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -ms-flex-order: 14;
      order: 14;
}
.ant-col-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -ms-flex-order: 13;
      order: 13;
}
.ant-col-12 {
  display: block;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.ant-col-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.ant-col-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.ant-col-9 {
  display: block;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.ant-col-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.ant-col-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.ant-col-6 {
  display: block;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.ant-col-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.ant-col-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.ant-col-3 {
  display: block;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.ant-col-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.ant-col-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  float: left;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.ant-col-xs-24 {
  display: block;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -ms-flex-order: 24;
      order: 24;
}
.ant-col-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -ms-flex-order: 23;
      order: 23;
}
.ant-col-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -ms-flex-order: 22;
      order: 22;
}
.ant-col-xs-21 {
  display: block;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -ms-flex-order: 21;
      order: 21;
}
.ant-col-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -ms-flex-order: 20;
      order: 20;
}
.ant-col-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -ms-flex-order: 19;
      order: 19;
}
.ant-col-xs-18 {
  display: block;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -ms-flex-order: 18;
      order: 18;
}
.ant-col-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -ms-flex-order: 17;
      order: 17;
}
.ant-col-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -ms-flex-order: 16;
      order: 16;
}
.ant-col-xs-15 {
  display: block;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -ms-flex-order: 15;
      order: 15;
}
.ant-col-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -ms-flex-order: 14;
      order: 14;
}
.ant-col-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -ms-flex-order: 13;
      order: 13;
}
.ant-col-xs-12 {
  display: block;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.ant-col-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.ant-col-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.ant-col-xs-9 {
  display: block;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.ant-col-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.ant-col-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.ant-col-xs-6 {
  display: block;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.ant-col-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.ant-col-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.ant-col-xs-3 {
  display: block;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.ant-col-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.ant-col-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -ms-flex-order: 0;
      order: 0;
}
@media (min-width: 768px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    float: left;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .ant-col-sm-24 {
    display: block;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    float: left;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .ant-col-md-24 {
    display: block;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .ant-col-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .ant-col-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .ant-col-md-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .ant-col-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .ant-col-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .ant-col-md-18 {
    display: block;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .ant-col-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .ant-col-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .ant-col-md-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .ant-col-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .ant-col-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .ant-col-md-12 {
    display: block;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .ant-col-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .ant-col-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .ant-col-md-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .ant-col-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .ant-col-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .ant-col-md-6 {
    display: block;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .ant-col-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .ant-col-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .ant-col-md-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .ant-col-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .ant-col-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    float: left;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .ant-col-lg-24 {
    display: block;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    float: left;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .ant-col-xl-24 {
    display: block;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-input-search-icon {
  cursor: pointer;
  transition: all .3s;
  font-size: 14px;
}
.ant-input-search-icon:hover {
  color: #1890ff;
}
.ant-search-input-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.ant-search-input.ant-input-group .ant-input:first-child,
.ant-search-input.ant-input-group .ant-select:first-child {
  border-radius: 4px;
  position: absolute;
  top: -1px;
  width: 100%;
}
.ant-search-input.ant-input-group .ant-input:first-child {
  padding-right: 36px;
}
.ant-search-input .ant-search-btn {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-radius: 0 3px 3px 0;
  left: -1px;
  position: relative;
  border-width: 0 0 0 1px;
  z-index: 2;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-search-input .ant-search-btn > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus {
  color: #1890ff;
  background-color: #fff;
  border-color: #1890ff;
}
.ant-search-input .ant-search-btn:hover > a:only-child,
.ant-search-input .ant-search-btn:focus > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:hover > a:only-child:after,
.ant-search-input .ant-search-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  color: #1278e0;
  background-color: #fff;
  border-color: #1278e0;
}
.ant-search-input .ant-search-btn:active > a:only-child,
.ant-search-input .ant-search-btn.active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn:active > a:only-child:after,
.ant-search-input .ant-search-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn.disabled,
.ant-search-input .ant-search-btn[disabled],
.ant-search-input .ant-search-btn.disabled:hover,
.ant-search-input .ant-search-btn[disabled]:hover,
.ant-search-input .ant-search-btn.disabled:focus,
.ant-search-input .ant-search-btn[disabled]:focus,
.ant-search-input .ant-search-btn.disabled:active,
.ant-search-input .ant-search-btn[disabled]:active,
.ant-search-input .ant-search-btn.disabled.active,
.ant-search-input .ant-search-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-search-input .ant-search-btn.disabled > a:only-child,
.ant-search-input .ant-search-btn[disabled] > a:only-child,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child,
.ant-search-input .ant-search-btn.disabled:active > a:only-child,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child,
.ant-search-input .ant-search-btn.disabled.active > a:only-child,
.ant-search-input .ant-search-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input .ant-search-btn.disabled > a:only-child:after,
.ant-search-input .ant-search-btn[disabled] > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:hover > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:focus > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after,
.ant-search-input .ant-search-btn.disabled:active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:active > a:only-child:after,
.ant-search-input .ant-search-btn.disabled.active > a:only-child:after,
.ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-search-btn:hover,
.ant-search-input .ant-search-btn:focus,
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn.active {
  background: #fff;
}
.ant-search-input .ant-search-btn:hover {
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty,
.ant-search-input:hover .ant-search-btn-noempty {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover,
.ant-search-input:hover .ant-search-btn-noempty:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus,
.ant-search-input:hover .ant-search-btn-noempty:focus {
  color: #fff;
  background-color: #4fabff;
  border-color: #4fabff;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active,
.ant-search-input:hover .ant-search-btn-noempty:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active,
.ant-search-input:hover .ant-search-btn-noempty.active {
  color: #fff;
  background-color: #1278e0;
  border-color: #1278e0;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled,
.ant-search-input:hover .ant-search-btn-noempty.disabled,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled],
.ant-search-input:hover .ant-search-btn-noempty[disabled],
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
  color: currentColor;
}
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
  margin-right: 29px;
}
.ant-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #4fabff;
}
.ant-input:focus {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ant-input-group > [class*="col-"]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
}
.ant-input-group-addon {
  padding: 4px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
  transition: all .3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -7px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 32px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 22px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: " ";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  border-right-width: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
  z-index: auto;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper .ant-input {
  z-index: 1;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #4fabff;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2;
  line-height: 0;
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 7px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 7px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 24px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 24px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-calendar-picker-container {
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
  display: block;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1890ff;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-picker-icon:after {
  content: "\E6BB";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  line-height: 1;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 231px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-header a:hover {
  color: #4fabff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 4px 8px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 4px 0;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: #edf6ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #4fabff;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #1890ff;
  font-weight: bold;
  color: #1890ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f7f7f7;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f7f7f7;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e9e9e9;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid #e9e9e9;
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.15;
  padding: 0 15px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
  line-height: 20px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
  height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #4fabff;
  border-color: #4fabff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #1278e0;
  border-color: #1278e0;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 43%;
  text-align: center;
  vertical-align: top;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.43);
  width: 8px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
}
.ant-calendar-range {
  width: 470px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 2px solid #e9e9e9;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 2px solid #e9e9e9;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
  height: 22px;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #4fabff;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #edf6ff;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 241px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 34px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 247px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 281px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 34px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 12px;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 206px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  text-align: center;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 182px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: #edf6ff;
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
  line-height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-month-panel-header a:hover {
  color: #4fabff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f7f7f7;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #edf6ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-year-panel-header a:hover {
  color: #4fabff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #edf6ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.ant-calendar-decade-panel-header a:hover {
  color: #4fabff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: bold;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.43);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 34px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #edf6ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 248px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-time-picker-panel {
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 5px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 5px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.43);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 144px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 120px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 8px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: #edf6ff;
}
li.ant-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f7f7f7;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: " ";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  transition: opacity 0.3s ease;
  width: 100px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #4fabff;
}
.ant-time-picker-input:focus {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-time-picker-input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-time-picker-input[disabled] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 7px;
  height: 32px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 22px;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 12px;
  line-height: 12px;
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  top: 50%;
  margin-top: -6px;
}
.ant-time-picker-icon:after {
  content: "\E641";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: block;
  line-height: 1;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -ms-transform: scale(0.75) rotate(0deg);
      transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
.ant-select-arrow:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-arrow {
  filter: none;
}
:root .ant-select-arrow {
  font-size: 12px;
}
.ant-select-arrow * {
  display: none;
}
.ant-select-arrow:before {
  content: '\E61D';
  transition: transform 0.2s ease;
}
.ant-select-selection {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #4fabff;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 14px;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f7f7f7;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #eee;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 28px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  line-height: 26px;
}
.ant-select-selection__rendered:after {
  content: '.';
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg .ant-select-selection--single {
  height: 32px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 30px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 24px;
  line-height: 24px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 16px;
}
.ant-select-sm .ant-select-selection--single {
  height: 22px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 14px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 11px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 8px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 4px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 28px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: " ";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-select-selection--multiple .ant-select-search--inline {
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 20px;
  line-height: 20px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.43);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  position: absolute;
  right: 4px;
  padding: 0 0 0 8px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  filter: none;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  content: "\E633";
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 14px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
}
.ant-select-open .ant-select-arrow:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow: hidden;
  font-size: 12px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 16px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
  padding: 8px;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 7px 8px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #edf6ff;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #f7f7f7;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item-active {
  background-color: #edf6ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E632";
  color: transparent;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 8px;
  font-weight: bold;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  filter: none;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #1890ff;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.43);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
label {
  font-size: 12px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
label {
  position: relative;
}
label > .anticon {
  vertical-align: top;
  font-size: 12px;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-size: 12px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-form-item-control > .ant-form-item:last-child,
.ant-form-item [class^="ant-col-"] > .ant-form-item:only-child {
  margin-bottom: -24px;
}
.ant-form-item-control {
  line-height: 31.9999px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: " ";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-form-item-with-help {
  margin-bottom: 6px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 4px 0;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.43);
  line-height: 1.5;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 21px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
}
form .ant-upload {
  background: transparent;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number {
  margin-right: 8px;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-select:only-child,
form .ant-cascader-picker:only-child {
  display: block;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form .ant-input-group-addon .ant-select:only-child,
form .ant-input-group-addon .ant-cascader-picker:only-child {
  display: inline-block;
}
form .ant-input-group-wrapper {
  position: relative;
  top: 2px;
}
form .ant-input-group-wrapper.ant-input-group-wrapper-lg {
  top: 0;
}
form .ant-input-group-wrapper.ant-input-group-wrapper-sm {
  top: 5px;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 32px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
@media (max-width: 767px) {
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > div {
  display: inline-block;
  vertical-align: middle;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.ant-form-inline .ant-form-explain {
  position: absolute;
}
.has-success.has-feedback:after,
.has-warning.has-feedback:after,
.has-error.has-feedback:after,
.is-validating.has-feedback:after {
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback:after {
  animation-name: diffZoomIn1 !important;
}
.has-error.has-feedback:after {
  animation-name: diffZoomIn2 !important;
}
.has-warning.has-feedback:after {
  animation-name: diffZoomIn3 !important;
}
.has-success.has-feedback:after {
  content: '\E630';
  color: #00a854;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #ffbf00;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #ffbf00;
}
.has-warning .ant-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-prefix {
  color: #ffbf00;
}
.has-warning .ant-input-group-addon {
  color: #ffbf00;
  border-color: #ffbf00;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #ffbf00;
}
.has-warning.has-feedback:after {
  content: '\E62C';
  color: #ffbf00;
}
.has-warning .ant-select-selection {
  border-color: #ffbf00;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #ffbf00;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #ffbf00;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #ffbf00;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffce3d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.2);
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f04134;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f04134;
}
.has-error .ant-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-prefix {
  color: #f04134;
}
.has-error .ant-input-group-addon {
  color: #f04134;
  border-color: #f04134;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f04134;
}
.has-error.has-feedback:after {
  content: '\E62E';
  color: #f04134;
}
.has-error .ant-select-selection {
  border-color: #f04134;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f04134;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f04134;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f04134;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #f46e65;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(240, 65, 52, 0.2);
}
.is-validating.has-feedback:after {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
  content: "\E64D";
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.ant-advanced-search-form .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input-group-addon {
  height: 28px;
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 30px;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: ' ';
  -ms-transform: scale(1);
      transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  animation-name: none;
  border-color: #f7f7f7;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-size: 12px;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-checkbox-checked .ant-checkbox-inner:before,
  .ant-checkbox-checked .ant-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-cascader {
  font-size: 12px;
}
.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  display: block;
}
.ant-cascader-picker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  cursor: not-allowed;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-cascader-picker-label {
  position: absolute;
  left: 0;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 12px 0 8px;
}
.ant-cascader-picker-clear {
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 2;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -ms-transform: scale(0.75) rotate(0deg);
      transform: scale(0.75) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-cascader-picker-arrow {
  filter: none;
}
:root .ant-cascader-picker-arrow {
  font-size: 12px;
}
.ant-cascader-picker-arrow:before {
  transition: transform 0.2s ease;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.ant-cascader-menus {
  font-size: 12px;
  background: #fff;
  position: absolute;
  z-index: 1050;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  vertical-align: top;
  min-width: 111px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e9e9e9;
  overflow: auto;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 7px 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #edf6ff;
}
.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #f7f7f7;
  font-weight: 600;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E61F";
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  right: 8px;
}
:root .ant-cascader-menu-item-expand:after {
  filter: none;
}
:root .ant-cascader-menu-item-expand:after {
  font-size: 12px;
}
.ant-cascader-menu-item-loading:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E64D";
  animation: loadingCircle 1s infinite linear;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f04134;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tooltip {
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  max-width: 250px;
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  min-height: 34px;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-select-tree-checkbox:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-select-tree-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-select-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: ' ';
  -ms-transform: scale(1);
      transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f7f7f7;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select-tree-checkbox-group {
  font-size: 12px;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:before,
  .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-select-tree {
  margin: 0;
  padding: 0 4px;
  margin-top: -4px;
  font-size: 12px;
}
.ant-select-tree li {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  transition: all .3s;
  width: calc(100% - 24px);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #edf6ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #d3eaff;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-select-tree li span.ant-select-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  animation: loadingCircle 1s infinite linear;
  color: #1890ff;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  -ms-transform: scale(0.58333333) rotate(0deg);
      transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  -ms-transform: scale(0.58333333) rotate(0deg);
      transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  filter: none;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  -ms-transform: rotate(270deg) scale(0.59);
      transform: rotate(270deg) scale(0.59);
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span,
li.ant-select-tree-treenode-disabled > span.ant-select-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  display: block;
  padding: 4px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  padding: 4px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-upload {
  font-size: 12px;
  outline: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type="file"] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  background-color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  transition: border-color 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #4fabff;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #4fabff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  height: 60px;
  margin-bottom: 24px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 80px;
  margin-top: -5px;
  color: #4fabff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 14px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list {
  overflow: hidden;
}
.ant-upload-list-item {
  overflow: hidden;
  margin-top: 8px;
  font-size: 12px;
  position: relative;
  height: 24px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  line-height: 24px;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  margin-right: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 5.5px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  transition: all .3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
  line-height: 24px;
}
:root .ant-upload-list-item .anticon-cross {
  filter: none;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 12px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #edf6ff;
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f04134;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #f04134 !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f04134;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  transition: all .3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 24px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.ant-upload-list-picture-card {
  display: inline;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 96px;
  height: 96px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all .3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  transition: all .3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.91);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fbfbfb;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #00a854;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: .3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-progress {
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: 2.75em;
  margin-right: -2.75em;
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 100px;
  vertical-align: middle;
}
.ant-progress-circle-trail {
  stroke: #f7f7f7;
}
.ant-progress-circle-path {
  stroke: #1890ff;
  animation: ant-progress-appear 0.3s;
}
.ant-progress-bg {
  border-radius: 100px;
  background-color: #1890ff;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 0.75em;
  vertical-align: middle;
  display: inline-block;
}
.ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f04134;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f04134;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #00a854;
}
.ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #00a854;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  font-family: tahoma;
  margin: 0;
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle .ant-progress-status-exception .ant-progress-text {
  color: #f04134;
}
.ant-progress-circle .ant-progress-status-success .ant-progress-text {
  color: #00a854;
}
@keyframes ant-progress-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-radio-group {
  display: inline-block;
  font-size: 12px;
}
.ant-radio-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  border-color: #d9d9d9;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #1890ff;
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner:after {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 28px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  background: #fff;
  padding: 0 16px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 32px;
  line-height: 30px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 22px;
  line-height: 20px;
  padding: 0 12px;
}
.ant-radio-group-small .ant-radio-button-wrapper:first-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-group-small .ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #1890ff;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type="checkbox"],
.ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #1890ff;
  color: #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #4fabff;
  box-shadow: -1px 0 0 0 #4fabff;
  color: #4fabff;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #1278e0;
  box-shadow: -1px 0 0 0 #1278e0;
  color: #1278e0;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .ant-form-item-label {
	text-align: right ;
}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}

.ukeyWrapper {
	width: 100%;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
}

.ukeyLabel {
    width: 33.33333333%;
	display: inline-block;
    text-align: right;
	white-space: nowrap;
}

.ukeyLabel:after {
	content: ":";
    margin: 0 8px 0 2px;
    position: relative;
    top: -0.5px;
}

.ukeyStatus .bingWord {
	color: #fae4a3;
}

.ukeyStatus .ukeyClick {
	display: inline-block;
	margin-left: 16px;
	color: #5787ed;
	cursor: pointer;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-collapse {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 8px 0 8px 32px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
  font-size: 9px \9;
  -ms-transform: scale(0.75) rotate(0);
      transform: scale(0.75) rotate(0);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  vertical-align: top;
  transition: transform 0.24s;
  top: 0;
  left: 16px;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 12px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\E61F";
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 16px;
  background-color: #fff;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  display: inline-block;
  font-size: 12px;
  font-size: 9px \9;
  -ms-transform: scale(0.75) rotate(90deg);
      transform: scale(0.75) rotate(90deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.00000000000000006123, M12=-1, M21=1, M22=0.00000000000000006123)";
  zoom: 1;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  filter: none;
}
:root .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  font-size: 12px;
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item-active {
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header {
  transition: all .3s;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-header:hover {
  background-color: #f7f7f7;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
}
.ant-collapse > .ant-collapse-item:not(.ant-collapse-item-disabled) > .ant-collapse-header:active {
  background-color: #eee;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: " ";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-table {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-body {
  transition: opacity 0.3s ease;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ant-table-thead > tr > th {
  background: #f7f7f7;
  font-weight: 500;
  transition: background .3s ease;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 4px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  transition: all .3s;
  width: 14px;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th .anticon-filter:after,
.ant-table-thead > tr > th .ant-table-filter-icon:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 50px;
  left: 0;
  top: -19px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e9e9e9;
  transition: all .3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all .3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #edf6ff;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 8px;
  background: #f7f7f7;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #f7f7f7;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e9e9e9;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e9e9e9;
  padding-left: 8px;
  padding-right: 8px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #eee;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 8px;
  word-break: break-all;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #f7f7f7;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-middle .ant-table-thead > tr > th,
.ant-table-middle .ant-table-tbody > tr > td {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-title,
.ant-table-middle .ant-table-footer {
  padding: 10px 8px;
}
.ant-table-middle .ant-table-column-sorter-up:after {
  top: -13px;
  height: 13px;
}
.ant-table-middle .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-middle .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-middle .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 38px;
  top: -13px;
}
.ant-table-small {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.ant-table-small .ant-table-header > table,
.ant-table-small .ant-table-body > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-small .ant-table-tbody > tr > td {
  padding: 6px 8px;
}
.ant-table-small .ant-table-title,
.ant-table-small .ant-table-footer,
.ant-table-small .ant-table-thead > tr > th {
  padding: 10px 8px;
}
.ant-table-small .ant-table-title {
  border-bottom: 1px solid #e9e9e9;
  top: 0;
}
.ant-table-small .ant-table-header {
  background: #fff;
}
.ant-table-small .ant-table-placeholder,
.ant-table-small .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small .ant-table-column-sorter-up:after {
  top: -14px;
  height: 13px;
}
.ant-table-small .ant-table-column-sorter-down:after {
  bottom: -11px;
  height: 13px;
}
.ant-table-small .ant-table-thead > tr > th .anticon-filter:after,
.ant-table-small .ant-table-thead > tr > th .ant-table-filter-icon:after {
  height: 39px;
  top: -14px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 4px;
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  text-align: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  line-height: 4px;
  display: block;
  width: 14px;
  height: 6px;
  cursor: pointer;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #1890ff;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  top: -19px;
}
.ant-table-column-sorter-down:after {
  bottom: -17px;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  line-height: 4px;
  height: 4px;
  color: #999;
  transition: all .3s;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  filter: none;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 12px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr > th {
  border-bottom: 1px solid #e9e9e9;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small {
  border-right: 0;
}
.ant-table-bordered.ant-table-small .ant-table-header > table,
.ant-table-bordered.ant-table-small .ant-table-body > table,
.ant-table-bordered.ant-table-small .ant-table-fixed-left table,
.ant-table-bordered.ant-table-small .ant-table-fixed-right table {
  border: 0;
  padding: 0;
}
.ant-table-bordered.ant-table-small .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer {
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.ant-table-bordered.ant-table-small .ant-table-footer:before {
  display: none;
}
.ant-table-bordered.ant-table-small .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 8px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.43);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #d3eaff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e9e9e9;
}
.ant-table-filter-dropdown-link {
  color: #1890ff;
}
.ant-table-filter-dropdown-link:hover {
  color: #4fabff;
}
.ant-table-filter-dropdown-link:active {
  color: #1278e0;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #999;
  transition: all .3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-table-selection-menu .ant-action-down {
  color: #999;
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e9e9e9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.2);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  filter: none;
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down:before {
  transition: transform 0.2s ease;
}
.ant-dropdown-wrap-open .anticon-down:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  padding: 6px 8px;
  transition: all .3s;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 7px 8px;
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 7px 8px;
  margin: -7px -8px;
  transition: all .3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #edf6ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #edf6ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item:first-child,
.ant-dropdown-menu-submenu-title:first-child,
.ant-dropdown-menu-item:first-child > a,
.ant-dropdown-menu-submenu-title:first-child > a {
  border-radius: 4px 4px 0 0;
}
.ant-dropdown-menu-item:last-child,
.ant-dropdown-menu-submenu-title:last-child,
.ant-dropdown-menu-item:last-child > a,
.ant-dropdown-menu-submenu-title:last-child > a {
  border-radius: 0 0 4px 4px;
}
.ant-dropdown-menu-item:only-child,
.ant-dropdown-menu-submenu-title:only-child,
.ant-dropdown-menu-item:only-child > a,
.ant-dropdown-menu-submenu-title:only-child > a {
  border-radius: 4px;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-dropdown-menu-submenu-title:after {
  font-family: "anticon" !important;
  position: absolute;
  content: "\E61F";
  right: 8px;
  color: rgba(0, 0, 0, 0.43);
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-menu-submenu-title:after {
  filter: none;
}
:root .ant-dropdown-menu-submenu-title:after {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title:after {
  color: rgba(0, 0, 0, 0.25);
}
.ant-dropdown-menu-submenu:first-child .ant-dropdown-menu-submenu-title {
  border-radius: 4px 4px 0 0;
}
.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0 0 4px 4px;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger .anticon-down,
.ant-dropdown-link .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  filter: none;
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
}
.ant-dropdown-button .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-dropdown-button .anticon-down {
  filter: none;
}
:root .ant-dropdown-button .anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #404040;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:after {
  color: rgba(255, 255, 255, 0.67);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  background: #1890ff;
  color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-spin {
  color: #1890ff;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  font-size: 12px;
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
}
.ant-spin-blur {
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  -webkit-transform: translateZ(0);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  transition: all .3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.43);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  -ms-transform: scale(0.75);
      transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  animation-delay: 1.2s;
}
.ant-spin-sm .ant-spin-dot {
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-pagination {
  font-size: 12px;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  transition: all .3s;
  border-color: #1890ff;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item-active {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  background-color: #4fabff;
  border-color: #4fabff;
}
.ant-pagination-item-active a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #1890ff;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  filter: none;
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 12px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\E620\E620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\E61F\E61F";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  color: #1890ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  display: block;
  transition: all .3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: block;
  height: 26px;
  line-height: 26px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  filter: none;
}
:root .ant-pagination-prev .ant-pagination-item-link:after,
:root .ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #1890ff;
  color: #1890ff;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\E620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\E61F";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #4fabff;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-item {
  border: 0;
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border: 0;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 8px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 20px;
  line-height: 20px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 22px;
  width: 44px;
}
@media only screen and (max-width: 1024px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
.gtable .ant-spin-nested-loading > div > .ant-spin{
    left:0 !important;
    top:0 !important;
    height:100% !important;
    position: absolute !important;
}
.gtable .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot{
	margin:0;
	margin-left:-10px;
	margin-top:-10px;
	top:50% !important;

}
.gtable .ant-spin-nested-loading > div > .ant-spin{
	
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all .3s;
}
.ant-tree-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: ' ';
  -ms-transform: scale(1);
      transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f7f7f7;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-size: 12px;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
@media \0screen {
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:before,
  .ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: bold;
    font-size: 8px;
    border: 0;
    color: #fff;
    left: 2px;
    top: 3px;
    position: absolute;
  }
}
.ant-tree {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable="true"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  margin-top: -2px;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #1890ff;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}
.ant-tree li.filter-node > span {
  color: #f04134 !important;
  font-weight: 500 !important;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.65);
  transition: all .3s;
  position: relative;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #edf6ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #d3eaff;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 0 4px 0 2px;
  vertical-align: middle;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-icon_loading {
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: all .3s;
}
.ant-tree li span.ant-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  animation: loadingCircle 1s infinite linear;
  color: #1890ff;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  -ms-transform: scale(0.58333333) rotate(0deg);
      transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  -ms-transform: scale(0.58333333) rotate(0deg);
      transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform .3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  filter: none;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  -ms-transform: rotate(270deg) scale(0.59);
      transform: rotate(270deg) scale(0.59);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span,
li.ant-tree-treenode-disabled > span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
  font-size: 12px \9;
  -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E664";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 12px \9;
  -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E621";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close {
  color: rgba(0, 0, 0, 0.43);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 12px \9;
  -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E645";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform .3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  filter: none;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper{
	/* padding:3px 20px; */
	/* width: 185px !important; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper .ant-tree-title{
	display: inline-block;
	/* width: 172px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper-open .ant-tree-title{
	display: inline-block;
	/* width: 172px !important; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* .gtree{
	overflow: auto;
} */.count-down{
	max-width:130px;
	position: relative;
	top:1px;
}
.count-down button{
	height:32px;
	border-radius:5px;
	color: white;
	background: #1890ff;
	outline: none;
	cursor: pointer;
	border:none;
	width:100%;
	text-align: center;
}
.count-down.no-bg button{
	height:32px;
	border-radius:5px;
	color: #1890ff !important;
	background: none;
	outline: none;
	cursor: pointer;
	border:none;
	width:100%;
	text-align: center;
}
.count-down button:hover{
	opacity: .9;
}
.count-down button[disabled=disabled], .count-down button:disabled{
	background: #a2a2a2;
	cursor: default;
}
.count-down.no-bg button[disabled=disabled], .count-down.no-bg button:disabled{
	color: #666 !important;
	background:none;
}.gradio{
	width: 100%;
}
.gradio label{
	width:100%;
	height:40px;
	position: relative;
	outline: none;
	border: none;
	margin:10px 0;
	padding:0;
	display: block;
	cursor: pointer;
}
.gradio label input{
	display: none;
}
.gradio label span{
	width:100%;
	height:100%;
	color:#999ea6;
	padding:0 20px;
	line-height: 40px;
	margin-top:-1px;
	display: block;
	font-size: 14px;
	text-align: left;
	padding-right: 40px;
	overflow: hidden;
	opacity: 0.8;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.gradio label input:checked + span{
	color:#fff;
	z-index: 2;
	background: #242a35;
	position: relative;
}
.gradio label input:checked + span:after{
	font-family: "anticon" !important;
	content: '\E632';
	width:20px;
	height:20px;
	position: absolute;
	left: 50px;
	color:#00a4ff;
	/* // top:10px; */
}
.linkbar{
	width:100%;
	 /* background: #108ee9; */
	overflow: hidden;
	margin-bottom:10px;
}
.linkbar a{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.15;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 32px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
    /* margin-left:10px; */
	margin-right:10px;
	margin-top: 8px;
}
.linkbar a:nth-of-type(1){
    margin-left:0;
}
.linkbar a.active{
	border-color: #1887d7;
	color: #1887d7;
}
.linkbar a:hover{
	border-color: #1887d7;
	color: #1887d7;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-transfer {
  position: relative;
  line-height: 1.5;
}
.ant-transfer-list {
  font-size: 12px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  width: 180px;
  height: 200px;
  padding-top: 33px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 33px;
}
.ant-transfer-list-search-action {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.ant-transfer-list-search-action .anticon {
  transition: all .3s;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.43);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  padding: 7px 15px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 15px;
}
.ant-transfer-list-body {
  font-size: 12px;
  position: relative;
  height: 100%;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.ant-transfer-list-body-with-search {
  padding-top: 34px;
}
.ant-transfer-list-content {
  height: 100%;
  overflow: auto;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 15px;
  min-height: 32px;
  transition: all .3s;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #edf6ff;
}
.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-body-not-found {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}
.ant-transfer-list-footer {
  border-top: 1px solid #e9e9e9;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-operation {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-transfer-operation .ant-btn .anticon {
  filter: none;
}
:root .ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@keyframes transferHighlightIn {
  0% {
    background: #d3eaff;
  }
  100% {
    background: transparent;
  }
}
.search-application .ant-input {
  width: 456px;
  height: 36px;
  border-radius: 20px;
  font-size: 14px;
}
.search-application .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 54px !important;
}
.search-application .ant-input-affix-wrapper .ant-input-prefix {
  padding-left: 20px !important;
}
.application-List {
  padding-left: 3px;
}
.ownerName {
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.ownerName > label {
  font-size: 14px;
  color: #999999;
}
.ownerName > span {
  font-size: 14px;
  color: #555555;
}
.switcher-item:hover {
  display: block;
}
.newTime {
  position: absolute;
  color: white;
  font-size: 16px;
  right: 10px;
  top: 0px;
}
.sigin-tab{
	padding-top:20px;
}
.sigin-tab a{
	font-size: 20px;
	color:#333;
	float: none !important;
	margin:0 !important;
}
.sigin-tab a.active{
	color:#108ee9;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-alert {
  position: relative;
  padding: 8px 48px 8px 38px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 48px 8px 16px;
}
.ant-alert-icon {
  font-size: 14px;
  top: 10px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 12px;
  line-height: 21px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #cfefdf;
  background-color: #ebf8f2;
}
.ant-alert-success .ant-alert-icon {
  color: #00a854;
}
.ant-alert-info {
  border: 1px solid #d3eaff;
  background-color: #edf6ff;
}
.ant-alert-info .ant-alert-icon {
  color: #108ee9;
}
.ant-alert-warning {
  border: 1px solid #fff3cf;
  background-color: #fffaeb;
}
.ant-alert-warning .ant-alert-icon {
  color: #ffbf00;
}
.ant-alert-error {
  border: 1px solid #fcdbd9;
  background-color: #fef0ef;
}
.ant-alert-error .ant-alert-icon {
  color: #f04134;
}
.ant-alert-close-icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 10px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.43);
  transition: color .3s ease;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 16px 16px 16px 60px;
  position: relative;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 16px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 12px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}

.signup-background{
	/* background: #f2f2f2; */
  }

/*header 样式*/
.signup-header{
	width: 100%;
	height: 60px;
	/* background: #1890ff; */
	background: rgb(59, 63, 107);
	/*border-bottom: 2px solid #797979;*/
}
.signup-header .signup-header-width{
	margin: 0 auto;
	height: 58px;
}
.signup-header .signup-header-width .signup-header-logo{
	width: 40px;
	height: 40px;
	background: blue;
	background: url(/ddplatform/webframe/static/logo-1.440db4ba.png) no-repeat center;
	background-size:100% 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 58px;
	margin:0 10px;
}
.signup-header .signup-header-width .signup-header-logo-2{
	width: 40px;
	height: 40px;
	background: blue;
	background: url(/ddplatform/webframe/static/logo-2.2afa4790.png) no-repeat center;
	background-size:100% 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 58px;
	margin:0 10px;
}
.signup-header .signup-header-width span{
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	line-height: 58px;
}
.signup-header .signup-header-right{
	float: right;
	color: white;
	line-height: 58px;
}
.signup-header .signup-header-right a{
	font-size: 16px!important;
	padding: 0 10px;
	color: white;
}
.signup-header .signup-header-right a:nth-of-type(1){
	color: #797979;

}

/*banner样式开始*/
.signup-banner{
	width: 100%;
	height: 100px;
	background: #1890ff;
}
.signup-banner .sb-left{
	float: left;
	margin-left: 300px;
	font-size: 34px;
	line-height: 100px;
	color: white;
	font-weight: 900;
}
.signup-banner .sb-right{
	width: 160px;
	height: 50px;
	background: #e6e8e8;
	border-radius: 5px;
	float: right;
	margin-right: 280px;
	margin-top: 25px;
}
.signup-banner .sb-right p:nth-of-type(1){
	text-align: center;
	margin-top: 4px;
	font-size: 14px;
}
.signup-banner .sb-right p:nth-of-type(2){
	text-align: center;
	font-size: 14px;
}

/*from 开始*/

.signup-form{
	max-width: 1000px;
	margin: 0 auto;
	background: white;
}
.signup-form .sf-top{
	height: 112px;
	line-height: 112px;
	padding:0 40px;
	border-bottom: 1px solid #f2f2f2;
}
.signup-form .sf-top span{
	display: inline-block;
	color: #9da3a5;
	margin-left:20px;
	font-weight: 20px;
}
.signup-form .sf-top .signup-title{
	font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #4F78E0;
}
.signup-form .sf-top a{
	display: inline-block;
	padding: 0 15px;
	color: #4F78E0 !important;
}
.signup-form .ant-tabs-bar{
	border:none;
}
.signup-form .ant-form-item-label{
	margin-left: 105px;
}
.signup-form .ant-tabs-nav{
	font-size: 16px;
}
.signup-form .ant-tabs-nav .ant-tabs-tab-active{
	color:#4E5A67;
	font-size: 16px;
	font-weight: bold;
}
.signup-form  .ant-tabs-nav .ant-tabs-tab:hover{
	color:rgb(102, 117, 133);
}
.signup-form .ant-input.ant-input-lg{
	background: #f7f7f7;
	border-radius: 40px;
	border:none;
}
.signup-form button {
	width: 420px;
	height: 40px;
	border-radius:40px;
	border: 0;
}
.siginup-form .ant-calendar-picker{
	width:100%;
}

/*ant design tab*/
.signup-form .ant-tabs-nav{
	padding: 15px 0;
}
.signup-form .ant-tabs-nav-scroll{
	text-align: center;
}
.signup-form  .ant-tabs-nav .ant-tabs-tab {
	margin-right: 0;
}
.signup-form .ant-tabs-nav.ant-tabs-animated .ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
	width: 0px;
	background-color: #666;
}
.signup-form .ant-checkbox-group label:nth-of-type(2){
	margin-left: 100px;
}
/*signupsuccess注册成功页面跳转*/
.signup-success{
	width:1000px;
	height: 410px;
	background: white;
	margin: 0 auto;
	padding-top: 70px;
}
.signup-success .ss-icon{
	width: 66px;
	height: 66px;
	background: url(/ddplatform/webframe/static/gou.91797b28.png) no-repeat center;
	margin: 0 auto;
}
.signup-success p{
	text-align: center;
	font-size: 22px;
	margin: 32px 0;
}
.signup-success .ss-button {
	height: 50px;
}
.signup-success .ss-button p{
	font-size: 20px;
}
.signup-success .ss-button a {
	margin: 0 auto;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	display: block;
	border: 0;
	border-radius: 5px;
	background: #108ee9;
}

/*获取手验证码*/
.signup-form .count-down, .signup-form .count-down button{
	max-width:130px;
	height:32px;
	border-radius:5px;
	color: white;
}
.signup-form  .count-team, .signup-form .count-team button{
	max-width:130px;
	height: 32px;
	color: white;
}
.signup-form .count-team button{
	width: 130px;
	background: #e74b3c;
	border-radius: 5px;
}
.signup-form .register{
	background-color: #4F78E0 !important;
	border-color: #4F78E0 !important;
	color: #ffffff !important;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-badge {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ant-badge-count {
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #f04134;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  -ms-transform-origin: -10% center;
      transform-origin: -10% center;
  font-family: tahoma;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-dot {
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -ms-transform-origin: 0 center;
      transform-origin: 0 center;
  top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #f04134;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #00a854;
}
.ant-badge-status-processing {
  background-color: #1890ff;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f04134;
}
.ant-badge-status-warning {
  background-color: #ffbf00;
}
.ant-badge-status-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  top: auto;
  display: block;
  position: relative;
  -ms-transform: none !important;
      transform: none !important;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 1050;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  line-height: 46px;
  transition: background .3s, width .2s;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 16px;
  transition: all .3s;
}
.ant-menu-item,
.ant-menu-submenu,
.ant-menu-submenu-title {
  cursor: pointer;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item,
.ant-menu-submenu-title {
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #edf6ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e9e9e9;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  z-index: 1050;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #edf6ff;
}
.ant-menu-horizontal,
.ant-menu-inline,
.ant-menu-vertical {
  z-index: auto;
}
.ant-menu-inline,
.ant-menu-vertical {
  border-right: 1px solid #e9e9e9;
}
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
  margin-left: -1px;
  left: 1px;
  position: relative;
  z-index: 1;
}
.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -ms-transform: scaleY(0.0001);
      transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-vertical.ant-menu-sub {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:last-child,
.ant-menu-vertical.ant-menu-sub > .ant-menu-item-group:last-child > .ant-menu-item-group-list:last-child > .ant-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item:only-child {
  border-radius: 4px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}
.ant-menu-submenu-horizontal > .ant-menu {
  top: 100%;
  left: 0;
  position: absolute;
  min-width: 100%;
  margin-top: 7px;
  z-index: 1050;
}
.ant-menu-submenu-vertical {
  z-index: 1;
}
.ant-menu-submenu-vertical > .ant-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 160px;
  margin-left: 4px;
  z-index: 1050;
}
.ant-menu-item,
.ant-menu-submenu-title {
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 8px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e9e9e9;
}
.ant-menu-submenu {
  position: relative;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg) scale(0.75);
      transform: rotate(270deg) scale(0.75);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-family: "anticon" !important;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  content: "\E61D";
  right: 16px;
  top: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  -ms-transform: scale(0.66666667) rotate(0deg);
      transform: scale(0.66666667) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  filter: none;
}
:root .ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  font-size: 12px;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(180deg) scale(0.75);
      transform: rotate(180deg) scale(0.75);
}
.ant-menu-vertical .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
  z-index: 0;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  float: left;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a,
.ant-menu-horizontal > .ant-menu-submenu > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover,
.ant-menu-horizontal > .ant-menu-submenu > a:hover {
  color: #1890ff;
}
.ant-menu-horizontal:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding: 0 16px;
  font-size: 12px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline-collapsed {
  width: 64px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  text-overflow: clip;
  padding: 0 24px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item:after,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title:after {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 42px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.91);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-vertical.ant-menu-sub {
  padding: 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu {
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 42px;
  height: 42px;
  list-style-type: disc;
  list-style-position: inside;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  background: none;
  border-color: transparent !important;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.67);
  background: #404040;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #333;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom-color: #404040;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #404040;
  border-bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.67);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}
.clearfix {
	zoom: 1;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.home{
	width:100%;
	background: #000;
	/* overflow-x: hidden; */
}
/*header开始*/
.header {
	width: 100%;
	/* height: 60px; */
	/* background: #000; */
	background: rgba(24, 144, 255, 1);
	z-index: 10;
	text-align: left;
	padding:0 200px;
	padding-left:240px;
	position: relative;
}
.header .select-company{
	/* width:300px; */
	position: absolute;
	right:236px;
	height:41px;
	line-height: 41px;
	top:0px;
}
.header .select-company .ant-select-enabled{
	width:200px !important; 
}
/* .header .select-company .select-tenant .ant-select-arrow:before{
	color: #fff;
	
} */
/* .header .select-company .select-tenant .ant-select-selection-selected-value{
	position: relative;
	color: #cccccc;
} */
.header .select-company .select-tenant .ant-select-selection--single{
	background-color: transparent;
	border:none;
	width: 220px;
}
.header .select-company .select-img{
	position: absolute;
	right: 0;
	top: 0;
}
.header .header-wrapper{
	/* // width:1200px; */
	margin:0 auto;
	height:60px;
}
.header .header-wrapper a {
	display: inline-block;
	line-height: 60px;
	height:60px;
	padding:0 20px;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.776470588235294);
}

/*头部active样式*/
.header .header-wrapper a.active {
	color: #10b3ff;
	background: none;
	/* border-bottom: 4px solid #10b3ff; */
	border-bottom: 4px solid white;
}
.header .logo{
	position: absolute;
	left:0px;
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	height:100%;
	color:#fff;
	line-height: 41px;
	font-size: 16px;
}
.header .logo img{
	max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
    width: 20px;
    height: 20px;
	margin-right: 10px;
	margin-left: 24px;
}
.header .header-sign{
	position: absolute;
	right:21px;
	top:0;
	line-height: 41px;
}
.header .header-sign img{
	cursor: pointer;
}
/* .header .header-sign .ant-dropdown-trigger{
	margin-right: 30px;
} */
.header .header-sign .user-info{
	display: inline-block;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 41px;
	padding-right: 5px;
}
/* .user-info img{
	cursor: pointer;
}
.user-info span{
	display:flex;
	align-items: center;
}
.user-info span:nth-child(2){
	margin-right: 48px;
	margin-left: 20px;
} */
.header .header-sign .signin-btn{
	padding:4px 10px;
	 /* background: #f1f1f1; */
	border-radius: 2px;
	color:#10b3ff;
}
.header .header-sign .signup-btn{
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: visible;
}
.header .header-sign .signup-btn ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left:0;
	top:42px;
	background:#49a9ee;
	border: 1px solid #49a9ee;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	width:118px;
	transition:all .3s ease-in-out;
}
.header .header-sign .signup-btn ul li{
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.header .header-sign .signup-btn ul li a{
	width:100%;
	height: 100%;
	display: block;
	color:#fff;
	line-height: 30px;
}
.header .header-sign .signup-btn ul.active{
	visibility: visible;
	opacity: 1;
}
.header .header-sign .signup-btn .toggle-btn{
	padding:4px 46px;
	color:#10b3ff;
	border: 1px solid #49a9ee;
	border-radius: 2px;
}
.header .header-sign .ahrw-notify{
	/* margin-right: 15px; */
}

.header .header-sign .ahrw-notify .user-info{
	display: inline-block;

}
.header .header-sign .ahrw-notify a{
	color:#fff;
}
.header .header-sign .ahrw-notify{
	display: inline-block;
}
.header .header-sign .ahrw-notify .ant-badge{
	color: #fff;
    /* font-size: 20px; */
    cursor: pointer;
    margin-right: 16px;
	height: 41px;
	/* margin-bottom: 8px; */
    position: relative;
    line-height: 41px;
	padding: 0 5px;
	vertical-align: initial;
}

.header .header-sign .ahrw-notify .ant-badge .ant-badge-count{
	top:6px !important;
}

.header .header-sign .ahrw-notify .ant-badge.active{
	color:#8dc8ff;
}
.header .header-sign .ahrw-notify .ant-badge.active:after{
	position: absolute;
	left:0;
	bottom:1px;
	width:100%;
	content: '';
	display:inline-block;
	/* border-bottom: 4px solid #8dc8ff; */
    color: #8dc8ff;
}



.header .header-wrapper div:nth-child(3) {
	float: right;
	height: 108px;
	line-height: 108px;
}
.header .header-wrapper div span:nth-of-type(1) {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
	background: url(/ddplatform/webframe/static/header.73aac131.jpg) no-repeat center;
}
.header .header-wrapper div span:nth-of-type(2) {
	padding-left: 20px;
	padding-right: 25px;
}
.header .header-wrapper div span:nth-of-type(3) {
	padding-left: 25px;
	margin-right: 118px;
}
.header .ant-avatar{
	vertical-align: middle;
}
.header .ant-avatar-lg{
	line-height: initial !important;
}

/*banner*/
.banner {
	width: 100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	padding:60px 0 207px 0;

}
.banner .home-bg{
	width:100%;
	height:100%;
	background: url(/ddplatform/webframe/static/homebg.7a31559f.jpg) no-repeat center;
	background-size: 100% 100%;
}


.my-editor {
	width: 778.66px;
	margin: 32px auto;
}
.my-editor .bf-content {
	height: auto !important;
}
.back-color{
	color:var(--button-bg-color);
	cursor:pointer;
}
.hd-search .ownUnit-name .ant-row>div:nth-child(2){
	/* position: absolute;
	top: 0;
	right: 0;
	border-radius:5px;
	margin-left: 20px;
	font-size: 14px; */
}

/* .hd-search .review-navbar{
	margin-top: 0;
}
.hd-search .ant-select-lg .ant-select-selection--single{
	height: 36px;
	border-radius: 36px;
}
.hd-search .ant-select-lg .ant-select-selection__rendered{
	line-height: 36px;
}
.hd-search .ant-select-selection-selected-value{
	padding-left: 24px;
	color: #cccccc;
}
.hd-search .review-navbar .ant-select{
	width: 180px !important;
}
.hd-search .ant-advanced-search-form{
	padding: 0 !important;
} */
.home-footer{
	width: 100%;
	text-align: center;
	background: #000;
	position: fixed;
	left:0;
	bottom:0;
}
.home-footer .hf-wrapper{
	max-width: 1200px;
	margin:0px auto;
	padding:30px 0;
}
.home-footer .hf-wrapper{
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	-ms-flex-pack:distribute;
	    justify-content:space-around;
}

.home-footer .hf-wrapper ul{

}

.home-footer .hf-wrapper ul li{
	color:#fff;
	font-size: 14px;
	margin-top:10px;
}
.home-footer .hf-wrapper ul h4{
	font-size: 18px;
	color:#fff;
}

.home-desk{
	width:100%;
	height:100%;
	background: #f4f5f9;
	position: relative;
	text-align: center;
	
}
.home-desk .hd-wrapper{
	/* max-width: 1600px; */
	margin:0 auto;

}
.home-desk .hd-wrapper .hd-applist{
	/* margin-top:8px; */
	margin-top:80px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	/* align-items: center; */
	position: relative;
	-ms-flex-pack:center;
	    justify-content:center;
}
.home-desk .hd-wrapper .desk{
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #CCCCCC;
    text-align: center;
}
.home-desk .hd-wrapper .hd-applist .hda-item{
	display: block;
	text-align: center;
	color:#fff;
	background-color: rgba(255, 255, 255, 1);
	width:372px;
	height:284px;
	margin:5px;
	border: 1px solid rgba(242, 242, 242, 1);
	cursor: pointer;
}
.hd-search-left .ant-advanced-search-form{
	float: left;

}
.home-desk .hd-wrapper .hd-applist .hda-item:hover .high-color{
	color: #4F78E0 !important;
	font-size: 14px;
	border-radius: 0;
	margin-top: 38px;
	margin-bottom: 32px;
}
.home-desk .hd-wrapper .hd-applist .hda-item:hover{
	/* transform: translateX(6px) translateY(6px); */
	transition: all 0.3s ease-in-out;
	box-shadow: #ececec 3px 3px;
}
.home-desk .hd-wrapper .hd-applist .hda-item .logo{
	height: 66px;
	margin-top: 15px;
	max-width: calc(100% - 30px);
}
.home-desk .hd-wrapper .hd-applist .hda-item .title{
	font-family: '\5FAE\8F6F\96C5\9ED1   Bold', '\5FAE\8F6F\96C5\9ED1   Regular', '\5FAE\8F6F\96C5\9ED1';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #0d0d0d !important;
    text-align: center;
	line-height: 16px;
	margin-top: 30px;

}
.home-desk .hd-search{
	width: 100%;
	height: 30px; 
	text-align: left;
	margin-top: 15px;
	/* margin-left: 10px; */
}
.hd-search >span{
	float: right;
	font-size: 16px;
	color:#1890ff;
	font-weight: 400;
	cursor: pointer;
	margin-right: 20px;
}
.hd-search> div{
	/* float: left; */
}
.home-desk .hd-wrapper .hd-applist .hda-item .detial{
	font-family: '\5FAE\8F6F\96C5\9ED1   Bold', '\5FAE\8F6F\96C5\9ED1   Regular', '\5FAE\8F6F\96C5\9ED1';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #666666 !important;
    text-align: center;
	line-height: 14px;
	margin-top: 14px;
	height: 14px;

}
.home-desk .hd-wrapper .hd-applist .hda-item .description{
	font-family: '\5FAE\8F6F\96C5\9ED1';
    font-weight: 400;
    font-style: normal;
    color: #CCCCCC;
    text-align: left;
	line-height: 28px;
	text-align: center;
	word-wrap: break-word;
	padding: 0px 16px;
	overflow: hidden;
}
.home-desk .hd-wrapper .hd-applist .hda-item .default-app-operate{
	border-radius: 0;
	margin-top: 38px;
	color: #999999 !important;
	font-size: 14px;
	margin-bottom: 32px;
}
.home-desk .hd-wrapper .hd-applist .hda-item .high-color{
	color: #999999 !important;
	font-size: 14px;
	border-radius: 0;
	margin-top: 38px;
	margin-bottom: 32px;
}
.home-desk .hd-wrapper .hd-applist .hda-item .default-app-operate:hover {
	cursor: pointer;
	color: #3b3f6b;
}

.home-desk .hd-wrapper .hd-applist .hda-item a{
	width:60px;
	height:60px;
	display: block;
	margin:50px auto 30px auto;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 20px;
	background: #d16f34;
	border-radius: 50%;
}
.home-desk .hd-wrapper .hd-applist .hda-item a.item0{
	background: #d16f34
}
.home-desk .hd-wrapper .hd-applist .hda-item a.item1{
	background: #f07878
}
.home-desk .hd-wrapper .hd-applist .hda-item a.item2{
	background: #61c591
}
.home-desk .hd-wrapper .hd-applist .hda-item a.item3{
	background: #21abd8
}
.home-desk .hd-wrapper .hd-applist .hda-item a.item4{
	background: #5b8bff
}
.home-desk .hd-wrapper .hd-applist .hda-item span{

	display: block;

}
.home-desk .desk-loading{
	width:100%;
	height:100%;
	left:0;
	top:0;
	-ms-flex-pack:center;
	    justify-content:center;
	-ms-flex-align:center;
	    align-items:center;
	position: absolute;
	background: rgba(255, 255, 255, 0.5)
}
.home-desk .desk-loading .ant-spin-spinning{
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}
.home-role-modal{
	width:100%;
	overflow: hidden;
	margin-top:30px;
}
.home-role-modal .hrm-box{
	width:calc(50% - 10px);
	display: inline-block;
	margin:0 5px;
}
.home-role-modal .hrm-box .modal-title{
	width:100%;
	height:40px;
	padding:0 10px;
	color:#fff;
	background: #10b3ff;
	font-size: 12px;
	line-height: 40px;
}
.home-role-modal .hrm-box .modal-list{
	width:100%;
}
.home-role-modal .hrm-box .modal-list a{
	width:100%;
	padding:7px 10px;
	margin-top:10px;
	color:#333;
	font-size: 12px;
	display: block;
}
.home-role-modal .hrm-box .modal-list a:hover{
	background: #ececec;
}

/* 未登录时候的首页 */
.notlogin-header-com{
	width: 100%;
	height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background-color:rgba(0,0,0,0.5);
}
.notlogin-header-content-com {
	height: 60px;
	width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	background-color: transparent;
}
.notlogin-header {
	width: 100%;
	height: 74px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	opacity: 1;
}

.notlogin-header-content {
	height: 74px;
	width: 1200px;
	min-width: 800px;
	margin: auto auto 0 auto;
	background-color: transparent;
}
.notlogin-company {
	margin:'center';
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
    color: white;
	display: inline-block;
	/* margin-top: 11px; */
}
.notlogin-company-com {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
	line-height: 16px;
	display: inline-block;
	/* margin-top: 11px; */
}
.downloadapp-and-desk {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
	color: white;
	margin-right: 18.5px;
}
.downloadapp-and-desk:hover {
	cursor: pointer !important;
}
.downloadapp-and-desk-com {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}
.downloadapp-and-desk-com:hover {
	cursor: pointer !important;
}
.notlogin-banner {
	/* margin-top: -60px; */
}

/* .notlogin-banner .ant-carousel .slick-slide {
	text-align: center;
	height: 360px;
	line-height: 360px;
	background: #364d79;
	overflow: hidden;
  }
.notlogin-banner .ant-carousel .slick-slide h3 {
	color: #fff;
} */

.ant-carousel .slick-dots li.slick-active button{
	width: 60px !important;
	height: 4px !important;
	border-radius: 4px !important;

}
.ant-carousel .slick-dots li button {
	width: 50px !important;
	height: 4px !important;
	border-radius: 4px !important;
}

.dd-home {
	background: #fff;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
/* <= 1627px 为 100% 宽度 */
@media screen and (max-width: 1627px) {
	.dd-home-content-wrap {
		width: 100%;
		margin: 16px auto;
	}
}
@media screen and (min-width: 1627px) {
	.dd-home-content-wrap {
		width: calc(100% - 400px);
		margin: 16px auto;
	}
}
.dd-home-more {
	margin: 22px auto;
	width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;

}
.dd-home-more > div {
	cursor: pointer;
	font-weight: 400;
	color: #999999;
	font-size: 14px;
	margin-right: 10px;
}
.dd-home-more-com {
	margin: 22px auto;
	width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;

}
.dd-home-more-com > div {
	cursor: pointer;
	font-weight: 400;
	color: #999999;
	font-size: 14px;
	margin-right: 10px;
}
.dd-home-content-title {
	margin-top: 16px;
	width: 100%;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.dd-home-carousel-text {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	/* line-height: 22px; */
	max-height: 60px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
.notlogin-banner-describtion1{

color: #ffffff;
margin-top: 192px;
margin-left: 800px;
}
.notlogin-banner-describtion2{

	color: #ffffff;
	margin-top: 215px;
	margin-left: 360px;
	
	}
.dd-home-content-com {
	width: 1200px;
	margin: 0 auto;
	height: 260px;
	/* height: 100px; */
	background-color: white;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.dd-home-content {
	width: 100%;
	margin: 0 auto;
	height: 257px;
	/* height: 100px; */
	background-color: white;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-direction: column;
	    flex-direction: column;
	cursor: pointer;
}
.dd-home-content>div{
	width: 1260px;
}
.dd-home-content-item {
	height: 224px;
	width: 120px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
.dd-home-content-com>div{
	width: 1200px;
}
.dd-home-content-item-com {

	width: 110px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
.fontblock{
	 width: 195px;
	 height: 102px;
	 font-family:"\5FAE\8F6F\96C5\9ED1";
	 font-weight:400;
	 font-style:normal;
	 font-size:12px;
	 color:#555555;
	 margin-top: 16px;
}
.dd-home-content-item >div{
	height: 240px;

	display: -ms-flexbox;

	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
/* .dd-home-content-item >div>img{
	height: 75px;
	width: 70px;
} */
.dd-home-content-item >div>span{
font-family:"\5FAE\8F6F\96C5\9ED1";
font-weight:400;
font-style:normal;
font-size:16px;
color:#555555;
margin-top: 25px;
}
.dd-home-content-item-com >div{
	height: 86px;

	display: -ms-flexbox;

	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
/* .dd-home-content-item >div>img{
	height: 75px;
	width: 70px;
} */
.dd-home-content-item-com >div>span{
	font-family:"\5FAE\8F6F\96C5\9ED1";
	font-weight:400;
	font-style:normal;
	font-size:18px;
	color:#555555;
	margin-top: 28px;
}







.dd-home-footer-com{
	/* height: 755px; */
	width: 100%;
	background-color: #f2f2f2;
}
.dd-home-footer-top-com{
	/* height: 452px; */
	
	margin: 0 auto;
	/* background-color: aqua; */
	/* padding-top: 30px; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.dd-home-footer-buttom-com{
	height: 238px;
	width: 1200px;
	margin: 0 auto;
	/* background-color: pink; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align:center;
	    align-items:center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
.dd-home-footer-buttom-com>span{
	color: #555555;
	font-size: 14px;
	font-weight: 400;
}
.dd-home-footer-buttom-com>span:nth-child(2){
	color: #999999;
}

.dd-home-footer-item-com{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
.dd-home-footer-item-com>div{
	width: 391px;
	height: 385px;
	background-color: white;
}
.dd-home-footer-item-com>div>img{
	height: 253px;
	width: 391px;
}
.dd-home-footer-title-com {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 23px;

}
.dd-home-footer-article-com{
	padding: 0 20px;
}
.dd-home-footer-title-com:hover {
	cursor: pointer;
	color: rgb(153, 153, 153);
}
.dd-home-footer-article-com {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999999;
    text-align: left;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	width: 340px;
}

.dd-home-footer-defalut-com{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	/* justify-content: center; */
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-right: 20px;
}
.dd-home-footer-defalut-com>span{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 23px;


}







.dd-home-footer{
	height: 214px;
	width: 100%;
	background-color: #e3e6eb;
}
.dd-home-footer-top{
	height: 452px;
	
	margin: 0 auto;
	/* background-color: aqua; */
	/* padding-top: 30px; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.dd-home-footer-buttom{
	margin: center;
	
	width: 100%;
	/* background-color: pink; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align:center;
	    align-items:center;
	-ms-flex-direction: column;
	    flex-direction: column;
	font-family: '\5FAE\8F6F\96C5\9ED1';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #555555;
    text-align: center;
	line-height: 24px;
}
.dd-home-footer-buttom>span{
	margin-top: 62px;
}
.dd-home-footer-buttom>span:nth-child(2){
	color: #999999;
}

.dd-home-footer-item{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
.dd-home-footer-item>div{
	width: 391px;
	height: 385px;
	background-color: white;
}
.dd-home-footer-item>div>img{
	height: 253px;
	width: 391px;
}
.dd-home-footer-title {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 23px;

}
.dd-home-footer-article{
	padding: 0 20px;
}
.dd-home-footer-title:hover {
	cursor: pointer;
	color: rgb(153, 153, 153);
}
.dd-home-footer-article {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999999;
    text-align: left;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	width: 340px;
}

.dd-home-footer-defalut{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	/* justify-content: center; */
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-right: 20px;
}
.dd-home-footer-defalut>span{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 23px;


}


.dd-home-login-popover{
	width: 240px;
}

.dd-login-box{
	width: 390px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -10px;
}
.dd-login-box .ant-tabs-nav{
	width:100%;
}
.dd-login-box .ant-tabs-nav .ant-tabs-tab{
	width:50%;
	padding-top: 0;
	text-align:center;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	font-weight: 700;
	color: #CCCCCC;
}
.ant-tabs-nav .ant-tabs-tab-active{
	color: #666666 !important;
}

.ant-tabs-nav .ant-tabs-tab:hover {
    color: #666666 !important;
}

.dd-login-box .ant-tabs-nav .ant-tabs-ink-bar{
	width:50%;
}
.dd-login-box .ant-input{
	height:50px !important;
	font-size: 14px;
	/* color: #999999 !important; */
	padding-left:35px !important;
}
.dd-login-box  .login-captcha .ant-form-item-control {
	/* display: flex; */

}
.dd-login-box .ant-form-item{
	margin-bottom: 15px;

}
.dd-more-banner {
	height: 440px;
}
.dd-more-content {
	width: calc(100% - 400px);
	margin: 16px auto;
}
.dd-more-content-current-position {
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: left;
    line-height: 22px;
}
.feedback-modal-class{
	border:none;
}
.feedback-modal-class iframe{
	border:none;
}
.feedback-modal-class .ant-modal-content{
	height:650px;
}
.feedback-modal-class .ant-modal-body{
	height:calc(100% - 49px);
    padding:0;
    position: relative
}

.feedback-modal-class .feedback-loading{
	position: absolute;
    left: 0;
    background:#fff;
    top: 0;
    text-align: center;
    line-height: 500px;
    width: 100%;
    height: 100%;

}

.ant-popover-placement-bottomRight,.ant-popover-placement-bottomLeft {
    padding-top: 15px !important;
}
.ant-popover-arrow{
	display: none !important;
}

.ant-popover-title{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.theme-modal{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: '37px 43px 50px' 
}
.theme-blue,.theme-darkBlue{
	height: 115px;
	width: 115px;
	margin: 0 10px;
	cursor: pointer;
}
.theme-blue >p,.theme-darkBlue >p{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-top:  89px;
	height: 26px;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}
.theme-blue >p >p,.theme-darkBlue >p >p{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 15px;
	width: 15px;
	border-radius: 15px;
	background-color: white;
}

.dd-login-box .ant-form-item-control .ant-btn-primary{
	background-color: #4f78e0 !important;
}
/* .platform-switchs ul>li:nth-child(1){
	color: #1b9aee !important;
} */
.nav_color{
	color: #1b9aee;
}.admin-header{
	width:100%;
	/* height:60px; */
	height:41px;
	/* position: fixed; */
	z-index: 100;
	left:0;
	top:0;
	background:var(--bg-color, #3b3f6b);
	/* background-color: #3b3f6b; */
}
.admin-header .ah-wrapper{
	display:table;
	width:100%;
	padding:0 10px;
	height: 100%;
}
.admin-header .ah-wrapper .ah-center{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:0 200px;
	padding-right:320px;
}
.admin-header .ah-wrapper .ah-center .show-all{
	position: absolute;
    right: 320px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    top: 19px;
}
.admin-header .ah-wrapper .ah-center .ahc-wrapper{
	overflow: hidden;
	 /* display:table; */
	display: block;
	width:100%;
	margin-top: 80px;
	height: 100%;
	/* background: #333; */
	background: #fff;
	text-align: left;
}
.admin-header .ah-wrapper .ah-center .ahc-wrapper a{
	padding:0px 10px;
	line-height: 60px;
	color:#fff;
	margin:0 5px;
	display: inline-block;
	height:60px;
}
.admin-header .ah-wrapper .ah-center .ahc-wrapper a.active{
	border-bottom:4px solid #108ee9;
	color:#108ee9;
}
.admin-header .ah-wrapper .ah-center .ahc-wrapper a.visiting{
	color:#108ee9;
}
.admin-header .ah-wrapper .ah-left{
	float: left;
	line-height: 60px;
	position: relative;
	z-index: 3;
}
.admin-header .ah-wrapper .ah-left .logo{
	height:100%;
	color:#fff;
	font-size: 18px;
}
.admin-header .ah-wrapper .ah-left .logo img{
	width:40px;
	height:40px;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
}
.admin-header .ah-wrapper .ah-left a{
	padding: 10px;
    font-size: 17px;
    color: #fff;
}

.admin-header .ah-wrapper .ah-right{
	float: right;
	line-height: 60px;
	position: relative;
	z-index: 3;
}

.admin-header .ah-wrapper .ah-right .ahr-wrapper{
	display:table;
	width:100%;
	padding:0 10px;
	height: 100%;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper a{
	padding:10px;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahr-user{
	width:200px;
	display: inline;
	margin-left:20px;
	position: relative;
}

.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahr-user .ahru-img{
	padding:0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 40px;
	width:40px;
	overflow: hidden;
	height:40px;
	line-height: 40px;
	color:#fff;
	background: #d8d8d8;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahr-user span{
	color:#fff;
	margin:0 10px;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahr-user span.h-line{
	height:20px;
	display: inline-block;
	border-left:1px solid #fff;
	vertical-align: middle;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahr-user a img{
	max-width: 100%;
}

.admin-header .ah-wrapper .ah-right .ahr-wrapper a{
	color:#fff;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahrw-notify{
	display: inline-block;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahrw-notify .ant-badge{
	color:#fff;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahrw-notify .ant-badge.active{
	color:#108ee9;
}
.admin-header .ah-wrapper .ah-right .ahr-wrapper .ahrw-notify .ant-badge.active:after{
	position: absolute;
	left:0;
	bottom:-18px;
	width:100%;
	content: '';
	display:block;
	border-bottom: 4px solid #108ee9;
    color: #108ee9;
}

.ahr-popup{
	width:300px;
}

.ahr-popup .ahrp-info{
	width:100%;
	position: relative;
	padding-left: 60px;
}
.ahr-popup .ahrp-info .img{
	position: absolute;
	left:0;
	top:0;
	border-radius: 50px;
	overflow: hidden;
	width: 50px;
	background: #d8d8d8;
	height:50px;
}
.ahr-popup .ahrp-info .img img{
	max-width: 100%;
}
.ahr-popup .ahrp-info li{
	line-height:24px;
	font-size: 12px;
}
.ahr-popup .ahrp-info li:nth-of-type(1){
	color:#222;
	font-size: 16px;
}
.ahr-popup .ahrp-ctrl{
	margin-top:20px;
}
.ahr-popup .ahrp-ctrl li{
	color:#333;
	display: block;
	width:100%;
	line-height: 40px;
	border-radius: initial;
	border-top:1px solid #f1f1f1;
}




@font-face {font-family: "iconfont";
  src: url(/ddplatform/webframe/static/iconfont.928c5abf.eot); /* IE9 */
  src: url(/ddplatform/webframe/static/iconfont.928c5abf.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACuYAAsAAAAAXugAACtHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCQDAqBlHDzdgE2AiQDgnALgToABCAFhG0Hi3wb7ExlBGwcAGjbvr0iKletKMo2KZT9/6fkxhjiguY3JFiNNmYcmigIIzjYTMcj5x0aS48eeKt8+IQTRCasR0llpIdc7yp9ZGbI5MKsVWYS+y77K166VYdSJs8Dh/87748xtnjAURmGdDkegPvZ+xlAE04Mmm0gVUAnkMBHdAYtsJ8n3Xz//mUQICSBIAYDJIBYQYUkDBc5SMKYYU3RMpZjsix3wQGorYBWwdYSx8I5aeKY4No4xmi3XAAMtWnBF+4cmGg18TWRCVTSrpjwYb7wJVo7qSBViZxKZRhOvjaiZzvCz7GElL+09cOFCNkXlhOXpvpFo4PzQh5xED/l9jkClfdCWGWrJjMTpIJn1XNJrknrET58UVgTbZFj7dTFpjZ21rgxeXxIS5/93Z7vE1jYIkaixroEIoDnee5lvD3xizl0zqP/e236HE1dw30O4AQjwv5/2+pLq7qHbxaJ9qoGiWgYvvvqVVGXR9E87POa7lmgtWCEovvPgVGaUfji1n/WrKrtFKPwnT8rMNGKZhaJZv9stKGmm+WbpQpRqyYN8nZuBNmk/JE56X3B1RZbvIBgIUokASIzQEBk6c3/36eAKgMzCrPFcq1CzBgLcOx+OW1UEDvigKWCfD2l3Bs3B39x5OHvsBd/7L8v/FsKKiiSRIwPPRznewdfcd4j5sHkRohJ3ITtfRRjBiUUnam7ha3i8zBjr5a0n5UEa6iTC6VfcaYx5vnr+/V/sORMuri6bUwF7XHmaeb/y7R68OjJsxftXr15R3vPPnzuhvfd9OV795JrN27duXbvzLkLl3i6snN8+YlTm44dObRlx7YDu/bso6Mt23aIFfaqDK1rv7lmxqw58xYsWrJsxappU8ZNmDSmT78Bg4YMGzGqR69unbrw0AEz7TNtey0qVfBvvEQqEgsFao1Wp9eoSbOCUC6jkDKW1UDph8NfBAZoJQg8ECQeCQpPBI1ngsELwaKd4PBK8HgjBLwTYkSXBBFXMuCDUPBJqEmmNIiI0iFJlgH4Ikx8E1aSLxtwTTi4IVzcEh7uCD+8FQDuiRBnRIRzIsYFkeCSSEOrDHBF5NghirhVAk6ICqdEjU2iwTHR4ojocEj02CKGiK4RsE1MOCBm7BIL9ogV+8SW5GuHaHVAxNUJSaYuiFY3BOqBQL2Q5OsDVBH/KHoDMBLbIMRtCLBGwpghEcySKOZIDPMkjgWSwCJJYomksEzSWCEZrJIspkkOUySPcVLABClikpQwRsroIxX0kyoGSA2DpI4h0sAwaWKEtDBK2ughHfSSLrpJD52kjy4yCK1DCHQE6CDjuJ0A2sk00BmgjcwDXQBayBKVZIVqsg6tG0Ap2aKM7FBM9ighBxSRIwrkhBpyRi25oI5cUU9uaCB3NJIHmsgTzeSVZPqGJN8voIL8LygHP9Yd/6DwSds36DsY0UkU1XZOKUNRw3LkftjDsKO7OprVwOgszjwUKIER86BbLkoGZCrEqNLrYm7THoIFHssNs7LBI54pmI/IBwIBA6gskwKWJylg0ktyOceWqZ2cRDZEy0zA1+oyMrwho8/MzIbo59gMr2DVx6TdnLTQai3w7HS/JMxWA3DCe+xmBV104GWW2dLYSDcn1qM/tDjm6GZT7VhnJNJqhWCl3dbTRAARtSZqLoR6zV26XZxwAEOblSpyhNb3fcKAsxy7VoVAQkUNMpXBgDtnWkQU6ctgobVuTpBWDggnVakVZRpQJTQ1jNx6ViReChg1VjGbZd67NVGtp9YDcwj5rsrMfeGxsiREyJoVnPmexuJ2mI2M9WTpOm2uBZiGBPUM1CB2geNSnckDMXMzyKVm4SMgknlqeLSTEf2fs//Zo0CVQfMV/B4kkYKUaFZvYxjrOKmk5664tO+SthoO6U3iizfcaHLC8VqBfZmbxtvxVswKQ5aAIcWe1IVA0aNsiSHPLaBzGVZ5v5boJ3BdbMQ5nPQWqiN0fJS8tg1Gdy067ths0jOpFUCQrBwGUjAncarXVE0+3Wu8dpRcpmIROZbVSiHww3gL4FborFOsndwMxe1JJYnpgy2RqrxtUzSESUPhYgkhh5tTylgxGxJjsWExJsy4KWt+9iGkpp85GLr3xBC1sKj2gprBaHQHd0CU4zXYqkxNTFH4XvMq3gQfJWlOHx9v2GzCM72Wl+o4dq4C2/hcVeySc5HUc/8ipPY/sPNvqve/1P2vqeyrFgJmpJnK1UqgGKpQDZGt1Rlwg95tE7NLjLYFH+qShm7vJHeqbGK7e9T78csxahi3MMIa1rD+jTlFGsbcoyed+mF8nzb6rGakErZYDnh0a2qoM8TnEJvdIzNhAq4JmTfq8Jdxs+qsDDQQFa/qwKlxfDdkjdct1fAwbdxQzHCC9Zma7eeJlo2sW2bUY01zZV/hKwE/AaJuwaqG6kULUwNmJdBs9MyMkKUBDQ2WeT+3Eqxwi8G+KkKy3rSQrbibm4rxrBpOGl3sdqcZjkAy2vegCsii2ry250ifqzXBlVopaNL+nTL++YXoxMXnlGOFXMMrB5Y2o9Gyfd4pcdllZQG31qoGJaf9kGEbOaLVFKaVUOrNSvcqr0YTE2UvMR1W3WKAhkWgltN6RS15iLJCuAMRcI3OLl6u1ZJG1NPNA59V6LnJtQ5b7ercDMtxaKF09aOKDIBXa1cCwockzKyYUbuPxVNQZeknFgOxgSW+P2alNj64/PhBGUzNLACTteBcUOabFXVc1Dp1UZHX/cTA/SF2AO+W6b5yONGq+rlxmEDBgKt9fccfOHab2nRBP+FsTu525Ua972t5PoeW9chHHXLkBKZqSnwPrpPq59+9UjtKroX6qwTyDAJedRZq2f7G5xGajNJzVPB+TOvjJaUcTraqqCIroyXSBUlFHn7YsEtuQHH+gg2nA4QMulxQoKRtXHKG59XZQWpgSVu5JQxTFQ6jPYfUXUJmSkAkjKysXRylavOX48L6+w/lzyv//Y3+ul2k2vby8l+5eJsy1n+WmG59ExOqPh16Re/0ZjbgRtKQ/gY3NFoaZh0ILag9oAGCKoRgQN6j5ObOJWVRXUYrt3eZqHkiN5xvrnULPnaIObHtXHfD5sbRNdvdkwfZ0zvPdtZvqBtJMeSu7lhU8nggtCzDtK6a8br9WeW72Cu/esNbjL8mUq9ZakmJvwoc5LoozujIaa8YSllLvg6epFDWqn6a6hnTX20qBbunW3jtEEL5N1zPT/1Bxr6cIJoaYCaRwKInjoNPpkBxk88zw2rAiUgoA2Hzuwmy5wuPpM6qf3XZbnBGktQjQ3ooNzJoc3RJ1g71devgDhyZJqlcqpe8qimlpLKBxEZnvPJT22ObPYgx96CuXpXwfiyPUWz/DuvBQoZSwEhzEp6Y8mSQ9CnVAf3xeuU+g3iSaOOlFzpddcNxxUJ/cLuMnJS059b2/mpsENj/x7o1Fl2F3zFOrbNB6fyQXK5CxZxTRrOClu4bVMw22aRng3hoNQkliG3yycimqWr2UkKF5lsQQwYD9CJUvRbqnKgVWC8+CP2Mirudfs7P8w9m+kDUIVRhd48w+BN3Ygv/bMcMHxSoWq8ABCcKnNOjZhE80/UtOL1dGJqXwklP+Hk06vM+nxvfEv4Abez1v9wc/NzYjwN0LWRrpmJIIYa+kwpcKSJw2BCaBIzZ/IQj9d3fuGYjC4ZZlNMyiv4MXJ0iNotejqZOq+4aFCuSwk0oc+ADJd4hl1U0T+u+rmTc8RzK3gx3WsAnspIQ6n1cQMNsKoCt6Rq49DWlbnuJFUp8pkvEdvRY2sZim/igLu2QBnh3yfXnQo5kMvyzGRDPlYXg+ajnihERQwztTuXva8g14vbc5ijjqTmSk8s4ATvDR+52zwUhuQUK3F7KL4RR2n1sjTn8URGC8BngzvMGwNd0gBTgShPyBIfO7qmQe0DP8DIAD+eyjx4KOeHrlbscMKLcdXA5omTKOBe2KueG7eoUc1nRDlzMyQEeZaGiIcNFQ6mPIopRHi9rLYb9ofzTt292gS/YfdGSN+DnTrHJ72Xyfr9QDIuANwb4UtRHFYICZamGJYWj349llLBNRxS9Pi/RycWdrKSoUxQg1D2EE8tqeNKXtm1GA3xFHV/Y61pH67pEu52aHoFWNDVOrp109rsVpCsONB841s7XMtAxegeb7cfIsQt4/dHOyctuGj7w2WX3YOTReRs3Qxvzon8OyNOfC90eaPRfgWmDCYlthrIq9wBnbVEJ2nScZEcslcj2tpEy3gikGFftiIiBuIxRSeFmDwNzM6HsTIlKujsp5820HBIeEuza/UFQFu5arhla2bpzKdi/2F4jTIWFY9UG6iT7IoxlRegCWuMc8TlChc99Uy5rtMFghgAaz9OGXd7s5YeFIa9avPCyIN2f4rdL6TaGeNzVnP3YJRCCQp820AHGVZnL0Ncli6rxAGy/FVGxX+3NyxSoHhuRYnzUgeo2jrH8jnLMDyvaUBKBT4VCyqHpaBnLOpKJRQI6dLd80Kdsz6IrQDzACmhwo+g0J6V30B8EavSJuhBg41y+03ImZ+Gryh0WVJ0/+LSEz3C6B9CVPO9kxZAGtUI5bGGeCnV+1j5aiTtKSlmrospdGB/0DPxO1daHX/tErjqnt7ihBwfqiVwuLjxXno/sMRBWIrvwpl0kcmJgE0CzV4Z+frZNxx0LatUSTmQEiCb6phYcl4CgZ4acMDi9OU6YRgpuXPDc8LBECCjbg14hiq1zWti/ARZnnXYAjBs+aAqStp9yzasXn2YFVbWyUpLXqbFyNRb7RYlX1mpJcz2iZyxxfce4DUZYGmTStqFZfM61ohRIFxaoZgHBxRPCyA22m5WleRhdf8h8jCe5tH1CmcyXbyjx0AvwVePx1W5oemqjsmqPukOFQj/VEXHV5GhzJeTaOW1BjJ4bdKmypLWOMHoCY2d3hYwZYIB8HqgSoeZ6FxFYJkCrYXdPyq7b1TlhW/WQqJpqqLxmjkW2iOzIz3G3/VRqFZsj+RIDPgPUgNgQnszrCC8gsJyb5ElLH+0KJIO5TCVPT7ulwtMw2xmuzKdrs1NuyRsL9yVMLDnsNo4RR0ec3SM1ntjwm3Mgfmg+JO5o7YVNYP6YWukaxoVgqAyG2dwSk84Tayf0alKUtIxF2JT4U6tXIFBccS2KcN/6k3u6ptLAG7XtFH5nl8miaH0EVui5EnrTrC/PCiAgExSy4+qkPGkuOzx5Pq5ncGVqyBmfmiqtaErQzHY6x8+A9Vqy0T0/6akNweZs51B4wg63TLmuW+qCXn2Gt28u2hrx1acHk84wjPlOyvBxCo1oZAv45KARSNmOSFN+l360oRm+MNHFMXtWVttdeiouPXdnEW+9gh5m0X4EBLO4PEeB9E1dtcTMDRLzaPYc0lZFqiE8U5BF7LGlH9na+3llYnd2uraYX/bxJB9KbFn3WUfcEsUaFS1nfdrvIFpF58laj9AszewDWwCHSd2HKvMjQ7eevbpYZbln0xSIbb7vWNffPcg5pH86PlZDNZtm1Vjy1SpHZDLvLgpTmz5WIlhwvVAduKGO3OkESSfeVPN05F4nyFaEfhzDAl79V3NvtyapznCzFa8e6jZ7nBts8CHHV2UBb8Yq0ocD15p2kVw+gJ3lasYlcM51sO4eUKJICmuVx0ljktnmten4VwTjwICiKTopoM1p3I8fA44rrq5KLnrzfIInW1pwTkEYTyukDPPm1Jaa+w+xEec4b2aRV7kQA+auLYZ3S+6h8rtPQGrsKll1VIUEDGSggFOXkWquGpECEqTqmmpooH2/tK9aTizjsTJoZMn6kSkFXchJogwt8AMBe5CIjWpPzMnIJCTn5NpkA+bi9eJPpSfFLEysBNw9c8Ut5YQwR6Mz2anNrao4e7kqzzLWJB0l4hcVXPw4b4Gk9YroL6ko7e4SKqPUBTEqjcsDiThOtEdpO0L0/OAijrNuy4bMwig5sZ6tbBaUuz9RVoq9FlXbhvjIPWcvPKT4o3SwlHOZi6tyD8L5/GmvVBnGjD+ozm51KSuvYnusmxvax2JOQFppu1c/n7ut1Xb24dknpds2bn9g/8rqe9/+fO3Uk1MPv72ldXL+lsuf0mqVfvqIkVriU5q/562b7/bvv9frzs7tfPe9Yxu3HXnvYZKM9LaNx3haXyab1pzm/x7++npW6buDlzZenln6/P/gSYJ2pz1fLSocN8m/GqE6PLO+c0iiq9p76A+rCscXAhsKiAGkBUQDgu9KGvr/RUZy+7mjvKBfdkU/TPbZCk+PGMA6tzmzA1oHvB/QhrOg1TKCFAitxYToJcaoKA5wGDaeRXD9TUFr0asw/SBQm/1aBSBo9ZOlydA38PUExBIsG60C/YAYxqJtkCqLiWFoRJt+PfoZbJqDgKaZS7Rsk9ruu8XCunltxEJB9JciVQoGIj7qCJpmDgnwb8KFhRV7KAh+Uv8fGh8V5dzPiY4oyD+cHXj6WJcTBUU+xbnt8QvOuPxQX14V0OFLNkmPO7vfCef7xY/NYbFhCr0enUDhqjguNuhRWEz3gzPiR1p8RkKZ6ESgTh98Q9iNClN9RtpEniDPOB+3fcEDUznJSqOirk5hVCbvM1LkPLFRkazcRynN1t4mPTzIMG9PgKBbyUmprW0fqBzYXCUdAz0HzlFObPaG25EraDBFpUFpKaSBEa6TBsTLkxonyZXy7byM8BYK5Rk7uVR4yaPLDpW3P65U2oRnFpkKiXnziCKicN78QkLH+aZL0bx5hVOmxsTweG5Nta/9y/Yb+xIh6jL1ClSp5BG/I+RBzmG/w5y+tTCt4nBOiKz0+0ZXvW/Sj5CBm/fuayaU5LcBN0NWWkvkUN9lqTXf5YdM+R1m4j0fP+wh9+APH2G0iOju7vSrAz1eefXKSvwrvnptw868Sud6qB3G7+5ud20vEzxhGvC2rcQcomHbtoZTO1u34QY8Z+tWCNq5maJQlVcVaqqoUUT4AU3naHokZeI7dOrbwW/D9/Ylj4tbiLsQ0nK/vLxH2dMcR5Qdit44o1WvokMJo2k7uyOKDkWP3Qp7nIEjda7KIaQt+q6ih1/T7fLyXmVvLEspIDAprUvU6NUoshaFu5106l1xOXE3R5OBV1rr8fAsndrHgWBVc4/n4V9XX+rtUzZ79rx/1avoPWwJNxj10Hnnzheh8qhOe0+5oaLSMCjSrXMBg7yiQm6gnCWPlLcj/1q/c8c7n16fr9UNxLbteA6em7RcCFFi7iT0DjyuSpPaRi3h6x3XqRyzPfnTRu1tsZnG849ROq0NSCVtZowIW4ytVhxmCwDU7bDFsdin2JHc8/HjHnI3+ekj3gO7P3xqgD7QG12gvwRJqKICJTFGajQJMcQAeIi7BWozY1YLGFsFQVHmNqDd0TH1qRPFTC/HrQJ1kJU0UzG5UU5Pnxbeo2mlRhkj9wqf8tJbM96UbNkyD3lHqMvwrBCiDKfq0xCrp3ox9VjKyJxdvoRyIiOTEIGSyuaE9h9GIkP9KdPtFSEwJbILWIctDiysjrzg7yqG7pUnw++hmp8GsgNDcE8+8eo9775VBWRnb4xQRYFmerquyO2LvDD1ntfsRaes4CiVU5rWciTffxQWec9uXdi1Sb5ZvmmTnp+6H+byPvkQjuj0RFiP8+86LuN+Dx6Y6Qsq7Nd0bMevXuEwt8/odlIJSG4IboZlZLQwIHRM0tGj7h86wdYNbRyTaBLeu9R36Z7QdPoI1XSASLlUFyh/JDeoez3rZlsswAuzdzrk70F1YelzwmqxzPaqayilRRkIr4D2peBGZrhuAHN9cLNVCWPQQ7zj9esd3cQQqqCWPj1JM3lDaalW8iFXJX3691qiZvXqmmES81pEjdtO5rpqUaAoYrr9lTVhXGdu2NordqMnokBHd9kvZ1W3F8r4aclpIKfGPnwYOr5grdnPxTFXosgNyMjgcqKnLl0uxdhfPb94g+cr+M2TQlHjx0chykjZKGpD8fwyc4knZP/PDv6/jnBVkuTjnE1caCT2bFd6e86ebY3Ez+C2yu2NuymUno4oJQlmUOslFMWpsgc2JmXPqpVIFLPDxKrKKWl5H1e7zen3e/iXw2H5hEC8/OzZ5bgdd8Qbgkv7hAqipYWoICrbuRWoEoFpVuAHwbtc3OJnzkxwb0qONpvdbNrkUeoW3x6dIhD0K9tOL90zdkdzRkcGpc0jA3Z0ZLTrVGb7qJLrP6GjE/2jYxyZQCPtGB3j/xeH8xc5tnyEOcTJrefIlk2ZTfX2PK2UUZiuigo/TyC9yKPPK0qVLuRQ7e35UZx0YZTKq0+pLlZ79oarooTpRqrSDX5KvWIlfN7DfH4Vwxw+vyu9E1pJLF5MhFk5AYLu7kyAZv9fCB3AqkY/0x0dbO906PXFULKiw+7tVbMd/ahfeToUTlmR6+1nx4mLamnxtNTe7+EzZQUUpnO97cik5xVbkZJ8hWSSnffMzga0JdHXef0UCqJTpxlcXQS8n9N/5glcDrmPCNHUlPXOvlsSG1YodKLPNqIOMfBzuAiKdnW4zzpc4rZCRXIdYSht03KFW8nhWU4q8p60w7nXeYXUJv5nJotUxaL4IGGr26xDJe4tD4PiULGwZPMsGEMwVuvDb57HeSeUYgCYEovXZ59QQH7HWJamqb18C11QEiSKpmmOr9U7usd0NWqYPv2yae6mKdLxZHLqDINH2OxUysXjt/455yGkgWk0Tq5m08DSwau9vhDU8PfVjzrRZQe96KpII1z/BtXnl1+9umbykoU6ofhS/SWxsGrVa9dY4vT5hYX7uWjOrIilTQsK//4Onerd/XtULW/Thj+hcrJ5F9pHotzctOcyVB6ehbgHReafAMiNotbZnydwebck+VcC1F8dz2xF4jUqFNIsdhuiLKoBn+Vo6hb0Xz+taLjiaFPTMQj0J5wW/SmKMpyR7H7mec0xggR9FZa0qZ4cchRqvxd6uXkNwj1be1oX6cHLHSwtDePr9Aoy1cexXDnV5WfJUr7ByW+vpIobYTL7N/mo0n6pRG/ulSp9LlDOuYM9iX+53PJR4n85X85dEukdrop0oqGoeyzUrPzVlGrI9jk9bUBZ6vAB9hLhfKHSHqs+5Lf0Se8J8gX3pH1vF/kRKpzJoVDUNlZVhvqKSS/nGin3JJYTyvEhQWp+FHviipXZeX5GzhGu0Y96OcmcID8u97MHoimf24fD6Z9yvh8++Zne1WSJI/W5hH5/9gLUjDoSyFO3L3aBuQ5OxJO6HOpgDpwPkoN1h2PnmhfA/jhClwvnQDMAf3F/XPP2BaEbgoB62sjOWPvbcbkPtzap85jdEG4d55c1M2gIpy7pR6m9D6+WY/7thoBTk3/7mYRdt2IrahYHLIlbtOkc+eKDQbUDD1sI5x1w6Ei0aBw6J5sy8sQqZ2RMdw6/huzDw8qJGsEyh67V43/kDV/c2LADrXCCdl179UxU69wAzQGoTFvSGhW/nYh1hwrPvaiwY/EsUY4WIoembLUHGVi3Wi1XGD5w9ffhmrESUrxmnaQOXSJNP1aT3FGgICUrTzE5a703l3sEq7E37uoI93bd8+no6bpnU9FZexmKm/tiOjq+5MUMOCOYt3wHxE8vmXZwuN5czs7zjEIqmW5I3jvVe++UFMN0CWdr5txjqHGgyUJQTrdQ0Yv5R1E697KrRMVVojy4d7g9il133Rvi1u6bAG3IDaLX/BWxMm/E/zfwNzn+8ZUY8OrzJ+iyuUMsFa9EMfKTUKhIIDLRSTQVmQmZ/Ca41xbV1TURhY+GwtcsaP16VPVm6lTYs1KNuCuGDEHZvcN9QVF6D82FA98uV3hFwZoh8VGFEyqXLr5N1AbfeFkWaRs9b2lMUZ5vYktuGnfn1juy0WEKA7FKkgQJPpTnzx++edvWep1f5V3zVlDrfcHsXTtS4cCF5ns7eJwg0AV+Dz9BJE+cmIyUJJjkOzjphz/pYdzlFJ5/tJO8OLFb8VA+dJ8S5Y0souY1bVks80iNEylLnD5IZynRiUAss33v/N5WhgNPIOWm/bM7lKK4VA+fXzYlTqwokb6nqhQE23KEYpb0vbREIY5L+eriaMOOLjvbrh3WLlu7LlC1fci0gv18e2SficlygxFNdtwmrozXyG1tNfJk3KbLye7+ZChJupM4FMf6XWcTFdgkU+gGw6COIMaGbfhcFre5OCzQwx8fIkmPJg/hK76D83PzcehMxP9n79X/5KoOpzCPjbYjDRlRl4snTLj5IP9+ampoUOzpfaWoa4IqJfDBwuguiz4YfcjdYcneEOHtbfJtt4U8dgRrMyCE1z+i3x+U3dzBV7jfsrq9BRpiXcCEgPh6eXLyo9eXU5LtB/kTwmZtsxAHYNvH0XGyvRLQUGpNNLoOSky07jAm2tkajaNeGMVxkjhlnGJlBwAaPTG+Zn5BJsX7EgNGesTwkJd+RJFuWDhB8GPcRg4A4RHnLz+V+aOffP5pHTM5p3IfKuGX7Sa0+BB8f3PiHhTxR8U+YrhoH2QFbpd/g6BfrpEQvGJvElSDPdK0vwhCQStOGaBykLeR86adkOEy3vu4KVyTgDii9ZyTNaFiqZLWhB9nxCQK1SQfYxSkmCY7nvWmAwLKHctERs6TdF5RyoOcSmpb8HNpmDjUS9eHZM1YbzJC1Gvo1fcZ+uoaVI23BESfvo8Q3MKe6aI+/b1jrm95nyiABhYVe5X39Ch1tvO88Kk2EUUB4P4GTtuMJZk7DbIL6dGn10SMmSPZ1lDsJiqRrBQXiw6JisUrJcXL/zXzuJE8njmDdiShJhY4jQQ5yuNFrLuMwOpVyq1jpopSHeJFKR+rQSeKd9CLy8askZSIu+Pr/D0UQzeUWONj+QIJpbT/aFdox1oDdjjY7mCnpCQClzgoFu+U+LEtFBejnVB8vSxMr3dy1Bsof4MBkwa95oi1aNTxPWH0hKD51PzcLFIVwvCqn1sbqcZooyocrgcsCVA/mlvTMsMmmj+rZbVRzI/iVX9XJe3yH+h0xOmF9LBT62aztO0rtAS0dj1Ng4B0B93FtgltX/YuaVtyrBWOG4ydk6gPHGXQl1b2XCir/HXmU31TgEYvXGFv+FbSFBOvd+gQpg1gqq7JdjEEqBV8RdfmcJ23kMycd6fqxrwy3nGJfL1eYf3THwnThcnJ6ZE3vkPjGVMB0mNlGojxRAHTUIB817REFkfs3b97z7794ivqKyWL+n3fr47lA4xZE3XIMGhwgzk/1K9SOnkBnzt1hzpIvYOxSqfyuZsH6ROsdGb7ML/1zPrQFm5bNDh+fVo4ysxMKzXrJxC0phen9nU+Oj5srPxEM9goON3OkZFGeuBjzTCbbp5/Fxc2rkp5fUDgMtRW7Tq0VUARQB50VZsbzGrBQYyIUEGrr6veta4egr8w/UnR0e964HVX1yyD0gWl4cJvH8kZpQjRrDE6gfOvbJjmsYwSuJnrI7ZH27i71sv0ArjZWv1dMR/P3rC2nlCSZPsLfIsyMv3rOiVFKLe+Lh9ZjVQU5d6VdZ3+ix6lJgntHR/ZJ9kLXd1uW90O2bsWrKkuR0qS7DaE7WChGwgTsrDQgFiWZtiUNv0ABdERr7iUqGg/JzbiOWMFjuPCKsbsKAAtCzsL5slgp7P7GbkSFoqlnd3ubIlsCUr3hlov+zSao/xqQEszVgLRwDBjLYvOrLsH57aa7lQ8qTPjG7fwakiuN+NV+Lq7AULm1PPzkjDyXzLSQiXXjJ7ivqjPHalbrT1pQ1dVpV5U7jsH5dsLevx/CuElwfU2GTwO7K3VHPhni8I3fNP4G/xzz27NmaILbmkoJw1JIXKNW4WLakbwj3dKl3sdHldYKZXk20pVSQZeusNM5/wEceNeh/D/ojqnhcm2nfQxJo5ojJd6po0505OPFoj/92hX9CQcyJF4KyIh1GPwQ7mN+8RRM1jmZsdM9Hg39rMnsSoxb9+ilaEsvDyZJ50ddM7Py3+xOm94hs+M/wdlDM8bMuNaAE3MyDVLLh/M40fVGnlk8/gxtbSTp0sZJzN4dopfeUZ4vhJ3ehpkbyf3mqx/9fDVb2PlS3ZhCHEoV9iWoHpkZXDj7j3LU3NPzGZcDTKrq66EJq0CtewFySsxosoKlMQwFgtQAEcTxT5ZGoaoXLZ4KqEks0Qlo/nnI04cOnmhQyZKmlKRhtqMVBQl3eRv6fJsTmwUw3iKwziuCWybVScYkLKkbBxSkmSvF+iAtbyarXCnhWJhAVXQIwlOspWlj7Dq1MX6OL+AKbAfJ3WpvsD+vc87M/b6ArzGfR94x7zrwhOXtSoNXx/bLymWDrk1qFuNjl5ZKmb52bnbekrtHvvDcMqGEYygKqevjgwZlrBpTPxFfY7NUp+wM5mxLeiQWb4wdqjOZq4zjMY7C/3i5WVamzRljc3NbvRU+SOME9Oyadl8QMrCshyUjRaVqaK2tcAAhe9QSzOvyTTi1sgz9Ivaj6ItwEDIEIT+mLELwRhTE+/Uzt42at55OxdIJ/lNzA/dkdhy2ETnSXOalTKmH5jxe/ucec6KSg1dBDQNQLNUTOOUlWKON5vFkvRlFm1oIoQQ4Ou30Nc3G62N8fpZS4bWgYawWndrrPMJR7eWZhgrJKzQnUJmTyyWfW1pMIEiJZZ+jfZgQK0D/5uX1d4jBWyXoXgPVj7IaR9GavcNwYw15Ie2BqzUdrIWK2WltZ+SZikDiLfWWhiKsViARkUqVsqg/dkMTSYLLG0VyppkWedqtDRXI0wwlk0hZwP4yaiu4UvJ/KBQE1HHT2OsTBq/7iSObXmfpFmyk7X2BNmDBk2u4cHeYFfvPCn+BtSmCmrYRZsff2QeE/dmPj7e7BYTXIXiQcerT1yEBTvpj49/+VHcaT/+khpSv58FtNbKsr0zreo8y9JaqROuPrZ7xLQWAXPMatBgiomqGtp950F0p73PY+saelMXn7m8kTk+nq7gGbYLCI3t7PSYkvWfz3ga+q8HBxIfcwktm5eEdW2JJCx0Cd2Maylg5ch6dIvCMYv2QbEHex+C3nH22iO0pkNcA5aWENAOa+E1rdN++9DN9rP/izAAsLtJwPH2kIlE2PRohiQwQ2Z24ytBQxa8GYcPncSHsOfQa7wMO1eyxFuMAACIE+nabdOJG3AOgzYHebxMxDIA9hg+gim0lBXvwc7sN9ZCYmQkXTyAz+AoFF6ZpXH8EocBtwaV7MbncTwrmeckyhoyJCbAKE1CkF6kDINXaPjcpoCdy/TP5w4AQALBoFnsPfwj8XeRzl5AXLYv4CisgmIP7sLDs5DZhcuQXEr8CcXf8FmcznP2JswbYvE04kPmT7yGzJjwaVTchjvxjCixi0TWzuomcYL9u4iC/ce2eEXjLK8BNAhpmYQYzQDBsnA2H9PFv7ARa5MwovArdTLG4EmktUQL80GXiWDwUf+/TSwOzrn5ynEOY/7g25JgTN1968i3IdoITVLZ0v6/D9QYRQD/JwlBUgHKv8GDoSVyyS+G1bEBat+xtH0pd48gTcT1s9+iNVCibl6WFblHsUqcjdi/lX900GzIFoWri5c8SDCY9b2heQACgFy4DNIVhzpCwfFaAP8njk9K4D6iHMyVCPg7Bm8kgAdyxLSAF5IQ8HsjB2xBg1wIaN8oAF+IXMoWHGEaYECkzX9Ft+ahNyIQwfY3EiAEC2IUOI8kBO69kQPO8M7kcjrCbxRAOnL8JmwFBwc00AWEiCbJu4QK4VI4DpxNf6JVDwGM9Wp/MbQknGSb658N75AxiGjR/rc3MZZJGaRO3q580HtJmiAVFnHjWN/cXl2V+5abQuqDgS4gROutTSLv3p8K4fL24+DqV/8TrXoIAXX19/+LoaX9T2Q2rjnUd5y56maluv1vb0QkywTbQeqz9VaT6I9FSTT0pSos4oaLYDe3rlCzkpdvkrfqRwRvfDs1Dg5PE+SIyVOgSInkn2TRf9b3b0apJgMQYUIZF1JpY50PwihO0iwvyqpu2q4fxmle1m0/zut+3u8PC9fpDRGRUdExsXHxCYnGpOSU1P+Y1J+MzKzsnNy80A8a7wjYKHAB0qukwmcvvn84HXKyQzbAtiLgVmUYtGCg3tHM3Y/UyI6XfNq1PCv1M5udtw7vwumiw50apT19h9PAt7AKnNNZCOH5ZRdgTJqLN1MIQXapxzKSa8ZxbbbPMii8tMhExTD/19fE2q6ZTQSyLoY5wxY9Fu7hzwoHe+WL3gnb3tE07RpZ2BOvLa2g4knTF/Y5LJu2TivNy4Ft4ZDtk9aJFtQB997yNN0h7XWtCD6Oj0qCSjbeu/wG6ZuMLQbkO8Wm5vYwMS0z7R0xsu1IluIsN2VF0+xmtsBlh3f+c08rcioLCguf2yF5Xtk6hIl56+iPQkPcqe/lO62I7SinwNJRRYOXH76kUQtkO4kE0qmPAziKniYS76jmymxHyztNAY2Q1KpEcBKt1mtOiQN/xQyxv//5iw+l7jQbawUti0DDKDe2rJGdjj2pFLV0hB9QteIXHIjD+9G83nvSO03iLcZGpVdn76hwNEtBJuo+sRDLpGyUE4jJBIizznMSHmZDq0Kxsnq+0tSpe0o5Rht4hxRiHTvMpoSRjrnZaAtUgkyT2aTmdLo986ReT9itGo1k0yZShCCWzSsx0UlFUoZ4Nmw1okQUzxbxKv1yTjQCff727ttZV0ifBGLZgUG2XmuqYfRLhZQ7nRigPIesKzVZerUiTg+26KpFvz/TridbbTTWa2Wj/G/X0KIA7pRFu9k4vszNHMbTmFGQXtP1hRaCL7LSULchHNVWsCKuaJmJoYUFtrWX4bk8az8h6dv0Kp+hXhnmVIRWlJ9JqRY+cNg4TlV+UFFeFfDRZJKZ2AEA') format('woff2'),
  url(/ddplatform/webframe/static/iconfont.5a888ebc.woff) format('woff'),
  url(/ddplatform/webframe/static/iconfont.22f546b1.ttf) format('truetype'), 
  url(/ddplatform/webframe/static/iconfont.25c6477f.svg#iconfont) format('svg'); /* iOS 4.1- */
}

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

.icon-qianduancaozuo-on:before {
  content: "\E68D";
}

.icon-API-on:before {
  content: "\E68E";
}

.icon-API:before {
  content: "\E683";
}

.icon-qianduancaozuo:before {
  content: "\E684";
}

.icon-wendangjiansuo:before {
  content: "\E681";
}

.icon-caozuorizhi:before {
  content: "\E682";
}

.icon-caozuorizhi-down:before {
  content: "\E67F";
}

.icon-wendangjiansuo-down:before {
  content: "\E680";
}

.icon-fuzhi1:before {
  content: "\E692";
}

.icon-shanchu:before {
  content: "\E690";
}

.icon-yewuduixiang--down:before {
  content: "\E67E";
}

.icon-yewuduixiang:before {
  content: "\E67C";
}

.icon-guanbi:before {
  content: "\E63C";
}

.icon-search1:before {
  content: "\E67D";
}

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

.icon-arrow-left-bold:before {
  content: "\E686";
}

.icon-arrow-up-bold:before {
  content: "\E687";
}

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

.icon-arrow-down-bold:before {
  content: "\E689";
}

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

.icon-arrow-right-bold:before {
  content: "\E68B";
}

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

.icon-chaxun:before {
  content: "\E67B";
}

.icon-zhongzhi:before {
  content: "\E604";
}

.icon-wendangzhongxin:before {
  content: "\E67A";
}

.icon-wendangzhongxin-down:before {
  content: "\E679";
}

.icon-gongzuoliuguanli-down:before {
  content: "\E678";
}

.icon-gongzuoliuguanli1:before {
  content: "\E677";
}

.icon-shujushangcheng:before {
  content: "\E676";
}

.icon-shujushangcheng-down:before {
  content: "\E675";
}

.icon-shouciyanzheng--weixuanzhong:before {
  content: "\E671";
}

.icon-wenjianqianzhang--xuanzhong:before {
  content: "\E672";
}

.icon-shouciyanzheng--xuanzhong:before {
  content: "\E673";
}

.icon-wenjianqianzhang--weixuanzhong:before {
  content: "\E674";
}

.icon-gerenzhongxin:before {
  content: "\E670";
}

.icon-dianziqianzhang:before {
  content: "\E66E";
}

.icon-zhinengyingjian:before {
  content: "\E66F";
}

.icon-bianji:before {
  content: "\E666";
}

.icon-chakanxiangqing:before {
  content: "\E667";
}

.icon-jihuo:before {
  content: "\E668";
}

.icon-chakandianziweilan:before {
  content: "\E669";
}

.icon-shezhi:before {
  content: "\E66A";
}

.icon-shishishipinyulan:before {
  content: "\E66B";
}

.icon-yujing:before {
  content: "\E66C";
}

.icon-wendangsheji:before {
  content: "\E66D";
}

.icon-BIM-tuceng:before {
  content: "\E665";
}

.icon-tiaoyuejiantou:before {
  content: "\E662";
}

.icon-xiayi:before {
  content: "\E663";
}

.icon-shangyi:before {
  content: "\E664";
}

.icon-quanjingshujuguanli:before {
  content: "\E661";
}

.icon-BIMshujuguanli:before {
  content: "\E660";
}

.icon-yuanshujudingyi:before {
  content: "\E656";
}

.icon-AIfuwu1:before {
  content: "\E657";
}

.icon-shujuzhongtai:before {
  content: "\E658";
}

.icon-tongyimenhu:before {
  content: "\E659";
}

.icon-liuchengsheji:before {
  content: "\E65A";
}

.icon-tongyizhanghaohequanxian:before {
  content: "\E65B";
}

.icon-zhushujuguanli:before {
  content: "\E65C";
}

.icon-duozuhuzhichi:before {
  content: "\E65D";
}

.icon-BIMtuxingyinqing:before {
  content: "\E65E";
}

.icon-biaodansheji:before {
  content: "\E65F";
}

.icon-jiantou:before {
  content: "\E655";
}

.icon-AIfuwu-down:before {
  content: "\E654";
}

.icon-AIfuwu:before {
  content: "\E653";
}

.icon-gongju-huancunguanli:before {
  content: "\E650";
}

.icon-danweishenhe1:before {
  content: "\E634";
}

.icon-danweizhanghao1:before {
  content: "\E635";
}

.icon-kaifashezhi1:before {
  content: "\E636";
}

.icon-gerenzhanghao1:before {
  content: "\E637";
}

.icon-liuliangkongzhi1:before {
  content: "\E638";
}

.icon-peizhizhongxin1:before {
  content: "\E639";
}

.icon-yingyongjiankong1:before {
  content: "\E63A";
}

.icon-rizhifenxi1:before {
  content: "\E63B";
}

.icon-danweishenhe:before {
  content: "\E629";
}

.icon-danweizhanghao:before {
  content: "\E62D";
}

.icon-gerenzhanghao:before {
  content: "\E62E";
}

.icon-kaifashezhi:before {
  content: "\E62F";
}

.icon-rizhifenxi:before {
  content: "\E630";
}

.icon-liuliangkongzhi:before {
  content: "\E631";
}

.icon-peizhizhongxin:before {
  content: "\E632";
}

.icon-yingyongjiankong:before {
  content: "\E633";
}

.icon-kaifazhehoutaiLOGO:before {
  content: "\E62C";
}

.icon-search:before {
  content: "\E62B";
}

.icon-rili:before {
  content: "\E62A";
}

.icon-denglumima:before {
  content: "\E627";
}

.icon-dengluyonghu:before {
  content: "\E628";
}

.icon-daibanshixiang:before {
  content: "\E61F";
}

.icon-daibanshixiang-down:before {
  content: "\E620";
}

.icon-kehuguanli:before {
  content: "\E621";
}

.icon-yingyongguanli1:before {
  content: "\E622";
}

.icon-kehuguanli-down:before {
  content: "\E623";
}

.icon-yingyongguanli-down1:before {
  content: "\E624";
}

.icon-zhanghaoxinxi:before {
  content: "\E625";
}

.icon-zhanghaoxinxi-down:before {
  content: "\E626";
}

.icon-danweishenpi:before {
  content: "\E619";
}

.icon-canyuyingyong-down:before {
  content: "\E61A";
}

.icon-canyuyingyong:before {
  content: "\E61B";
}

.icon-hetongduanguanli:before {
  content: "\E61C";
}

.icon-danweishenpi-down:before {
  content: "\E61D";
}

.icon-hetongduanguanli-down:before {
  content: "\E61E";
}

.icon-xiangmuguanli-down:before {
  content: "\E606";
}

.icon-BIMfuwu-down:before {
  content: "\E607";
}

.icon-yingyongguanli-down:before {
  content: "\E608";
}

.icon-gangweiguanli-down:before {
  content: "\E609";
}

.icon-peizhiguanli-down:before {
  content: "\E60A";
}

.icon-gongzuoliu-down:before {
  content: "\E60B";
}

.icon-hezuoguanli-down:before {
  content: "\E60C";
}

.icon-zuzhijiegou-down:before {
  content: "\E60D";
}

.icon-yonghuguanli-down:before {
  content: "\E60E";
}

.icon-BIMfuwu:before {
  content: "\E60F";
}

.icon-gangweiguanli:before {
  content: "\E610";
}

.icon-hezuoguanli:before {
  content: "\E611";
}

.icon-xiangmuguanli:before {
  content: "\E612";
}

.icon-yingyongpeizhi:before {
  content: "\E613";
}

.icon-yonghuguanli:before {
  content: "\E614";
}

.icon-gongzuoliuguanli:before {
  content: "\E615";
}

.icon-jibenxinxi:before {
  content: "\E616";
}

.icon-yingyongguanli:before {
  content: "\E617";
}

.icon-zuzhijiegou:before {
  content: "\E618";
}

.user-center{
	position: static;
	width:100%;
	height:100%;
	background: #fff !important;

}
.user-center .signin-form-wrap{
	width:100%;
	top:80px;
	height:calc(100% - 192px);
	overflow-y: auto;
	position: absolute;
	right:initial;
	max-width:initial;
	background: none;
}
.user-center .signin-form-wrap-to-top{
	width:100%;
	/* without header */
	top:0px;
	/* 内嵌页面也搞个滚动条 */
	height:calc(100% - 192px);		
	overflow-y: auto;

	position: absolute;
	right:initial;
	max-width:initial;
	background: none;
}
.user-center .navbar{
	max-width: 700px;
    margin: 20px auto;
}
.system-account{
	background: #fff;
	padding:20px;
	width:100%;
	height:100%;
	max-width: 700px;
	margin:0 auto;
}
.system-account .sa-form{
	max-width: 700px;
	margin:20px auto;
}
.system-account .code-input .ant-form-item-control:after{
	right:140px;
}
.system-account .btn-group{
	text-align: center;
}
.system-account .btn-group button{
	display: inline-block;
	margin:0 10px;
}
.system-account .sa-mobile{
	padding:20px;
	/* border:1px solid #f1f1f1; */
	margin:20px auto;
	max-width: 700px;
}
.system-account .ant-cascader-picker{
	width:100%;
	margin-top:10px;
}
.ant-table{
}
.user-center .code-input .ant-form-item-control:after{
	right: 174px !important;
}
.user-center .info-area{

}
.user-center .info-area .ant-col-8{
	width:96.33px !important;
}
.user-center .info-area .ant-col-16{
	width:calc(100% - 97px) !important;
}
.modal-form-1 .info-area .ant-col-8{
	width:80px !important;
}
.modal-form .info-area .ant-col-8{
	width:114.33px !important;
}
.modal-form .info-area .ant-col-16{
	width:calc(100% - 115px) !important;
}
.table-list-left{
	text-align: left;
}
.table-list-right{
}
.mydevice-table-wrap {
	width: 80%;
	margin: -30px auto;
}
 .process-unit .ant-spin-container{
	height: calc(100vh - 268px) !important;
}
.process-unit .ant-spin-container .ant-table-content{
	height: calc(100vh - 268px) !important;
}
.process-unit .ant-spin-container .ant-table-body{
	height: calc(100vh - 318px) !important;
}
.my-company .ant-spin-container{
	height: calc(100vh - 236px) !important;
}
.my-company .ant-spin-container .ant-table-content{
	height: calc(100vh - 236px) !important;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-notification {
  position: fixed;
  z-index: 1010;
  width: 335px;
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-notice {
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 4px;
  line-height: 20px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(335px - 16px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.ant-notification-notice-description {
  font-size: 12px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}
.ant-notification-notice-icon-success {
  color: #00a854;
}
.ant-notification-notice-icon-info {
  color: #108ee9;
}
.ant-notification-notice-icon-warning {
  color: #ffbf00;
}
.ant-notification-notice-icon-error {
  color: #f04134;
}
.ant-notification-notice-close-x:after {
  font-size: 12px;
  content: "\E633";
  font-family: "anticon";
  cursor: pointer;
}
.ant-notification-notice-close {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(0, 0, 0, 0.43);
  outline: none;
  text-decoration: none;
}
.ant-notification-notice-close:hover {
  color: #404040;
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 335px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 335px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.normal {
  padding: 0;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dateinput {
  color: #000;
}
.dateinput div input {
  color: #000;
}
.multiSelect {
  width: 100%;
  margin: 0;
  color: #000;
}
.multiSelect div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.multiSelect div div {
  overflow: hidden;
}
.multiSelect div div ul li div {
  color: #000;
}
.inputcloseicon {
  color: #bbb;
}
.inputcloseicon:hover {
  color: #777;
}
.inputcloseicon:active {
  color: #333;
}
.body-themeDarkBlue .ant-table-bordered .ant-table-header > table,
.body-themeDarkBlue .ant-table-bordered .ant-table-body > table,
.body-themeDarkBlue .ant-table-bordered .ant-table-fixed-left table,
.body-themeDarkBlue .ant-table-bordered .ant-table-fixed-right table {
  border: 0 !important;
}
.body-themeDarkBlue .ant-table-bordered .ant-table-thead > tr > th,
.body-themeDarkBlue .ant-table-bordered .ant-table-tbody > tr > td {
  border: 0 !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 32px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #f9f9f9;
  margin-right: 2px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  padding: 5px 16px 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #d9d9d9;
  color: #1890ff;
  padding-bottom: 5px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.43);
  transition: all .3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -5px;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  filter: none;
}
:root .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  font-size: 12px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 32px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  color: rgba(0, 0, 0, 0.43);
  transition: all .3s;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  filter: none;
}
:root .ant-tabs-extra-content .ant-tabs-new-tab {
  font-size: 12px;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  zoom: 1;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs:before,
.ant-tabs:after {
  content: " ";
  display: table;
}
.ant-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #1890ff;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: " ";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.43);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon:before,
.ant-tabs-tab-next-icon:before {
  display: block;
  font-family: "anticon" !important;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  filter: none;
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-next-icon:before {
  content: "\E61F";
}
.ant-tabs-tab-prev {
  left: 0;
}
.ant-tabs-tab-prev-icon:before {
  content: "\E620";
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: " ";
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin-right: 24px;
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #4fabff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #1278e0;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
}
.ant-tabs-mini .ant-tabs-nav-container {
  font-size: 12px;
}
.ant-tabs-mini .ant-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  transition: opacity .45s;
  opacity: 1;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev,
.ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin-right: 0;
  margin-bottom: 16px;
  display: block;
  padding: 8px 24px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
}
.ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next-icon:before {
  content: "\E61D";
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev-icon:before {
  content: "\E61E";
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e9e9e9;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e9e9e9;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e9e9e9;
}
.ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content-animated,
.ant-tabs-vertical > .ant-tabs-content-animated {
  -ms-transform: none !important;
      transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  white-space: normal;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 8px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 8px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 8px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 8px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 8px 16px;
  min-height: 32px;
  border-bottom: 1px solid #e9e9e9;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  padding: 8px 0 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message > .anticon {
  color: #ffbf00;
  line-height: 17px;
  position: absolute;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 8px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow,
.ant-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-arrow {
  border-width: 5px;
}
.ant-popover-arrow:after {
  border-width: 4px;
  content: "";
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  border-bottom-width: 0;
  border-top-color: rgba(217, 217, 217, 0.7);
  bottom: 3px;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -4px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 3px;
  border-left-width: 0;
  border-right-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  left: 1px;
  bottom: -4px;
  border-left-width: 0;
  border-right-color: #fff;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-top-width: 0;
  border-bottom-color: rgba(217, 217, 217, 0.7);
  top: 3px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -4px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 3px;
  border-right-width: 0;
  border-left-color: rgba(217, 217, 217, 0.7);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -4px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.admin-sider{
	position: fixed;
	left:0;
	top:60px;
	z-index: 10;
	height:100%;
	transition:all .3s ease-in-out;
}

.admin-sider .as-back{
	position: absolute;
	left:0;
	bottom:50px;
	height:42px;
	line-height: 42px;
	width:100%;
}
.admin-sider .as-back a{
	width:100%;
	height:100%;
	display: block;
	line-height: 42px;
	background: #3296fa;
	color:#fff;
	padding-left:20px;
}
.admin-sider .as-left{
	float: left;
	background: #353535;
	height: 100%;
}
.admin-sider .as-left .sider-item{
	height:70px;
	width:80px;
	position: relative;
	padding:0 !important;
	text-align: center;
	cursor: pointer;
}

.admin-sider .as-left .sider-item img{
	width:24px;
	height:24px;
	margin-left:-12px;
	margin-top:-12px;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	transition:all .3s ease-in-out;
}
.admin-sider .as-left .sider-item span{
	display: block;
	color:#fff;
	position: absolute;
	top:70%;
	width:100%;
	white-space: nowrap;
	transition:all .3s ease-in-out;
	font-size: 12px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
}
.admin-sider .ant-menu{
	overflow: hidden;
	border:none;
}
.admin-sider .as-left .sider-item:hover, .admin-sider .as-left .sider-item.active{
	background: #191919;
}
.admin-sider .as-left .sider-item:hover img, .admin-sider .as-left .sider-item.active img{
	margin-top:-25px;
}

.admin-sider .as-left .sider-item:hover span, .admin-sider .as-left .sider-item.active span{
	visibility: visible;
	opacity: 1;
	margin-top:-5px;
}
.admin-sider .as-right{
	float: right;
	background: #fff;
	height:100%;
}
/*.admin-sider .ant-menu-item-selected:after{
	border: none;
}
.admin-sider .ant-menu-inline .ant-menu-item:after, .admin-sider .ant-menu-vertical .ant-menu-item:after{
	border:none;
}*/

.slideLeftAndRight-enter{
	width:0;
}
.slideLeftAndRight-enter-active{
	width:100%;
	transition:all .3s ease-in-out;
}
.slideLeftAndRight-leave{
	width:100%;
}
.slideLeftAndRight-leave-active{
	width:0;
	transition:all .3s ease-in-out;
}.children-menu{
    background: #fff;
    height: 100%;
    border: 1px solid #ddd;
    z-index: 10;
}.app-container{
	height:100%;
}
.app-container .feed-back-btn{
	position: fixed;
	z-index: 1000;
	right:10px;
	width:41px;
	height: 88px;
	bottom:0;
}
.app-container .feed-back-btn a{
	color:#fff;
	background: #108ee9;
	border-radius: 4px;
	padding:10px;
	letter-spacing: 3px;
	font-size: 14px;
	-ms-writing-mode: tb-lr;
	    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
.app-container .feed-back-btn a span{
	font-size: 30px;
	padding:5px 0;
}

.app-container .copyright{
	position: fixed;
    left: 0;
    bottom: 4px;
    color: #666;
    width: 100%;
    text-align: center;
}
.app-container .copyright a{
	color: #666;
}.feed-back-container{
	/* padding-top:80px !important; */
	margin:0 auto;
	background: #fff;
}
.feed-back-container .ant-table-bordered .ant-table-thead > tr > th{
	white-space: nowrap !important;
}
.feed-back{
	margin:0 auto;
	background: #fff;

}
.feed-back-container.opener{
	padding-top:0px !important;
}
.feed-back-container.opener .router-view-content{
	max-width: 770px !important;
	min-width: 770px !important;
}
.feed-back-container .ant-table-placeholder{
	/* position: absolute;
    left: 0;
    top: 28px;
    width: 100%; */
}
.feed-back-container .feed-back-btns{
	text-align: center;
	padding-top:10px;
}
.feed-back-container .feed-back-title{
	overflow: hidden;
	font-size: 16px;
}

.feed-back-container .feed-back-title label.a1{
	float:left;
}

.feed-back-container .feed-back-title a.a2{
	float:right;
}
.feed-back-container .feed-back-map{
	text-align: left;
	margin-bottom:40px;
	line-height: 50px;
	font-size:14px;
	border-bottom:1px solid #eee;
}
.feed-back-container .feed-back-map span{
	color:#999;
	margin-right:10px;
}
.feed-back-query{
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	margin-top:35px;
	max-width:800px;
	border:1px solid;
	text-align: center;
}
.feed-back-query .feed-back-specificList{
	padding:10px;
	margin:50px;
	max-width:600px;
	border:1px solid;
	text-align: left;
}

.upload-ui{
	margin-left: 170px;	
}
.isOpen{
	margin-left: 253px;
	margin-top: 20px;	
}

.modal-text1{
	margin-top: 50px;
	margin-left: 150px;
	font-size: 16px;
}
.modal-text2{
	margin-top: 10px;
	margin-left: 150px;
	font-size: 14px;
}
.modal-button1{
	margin-top: 90px;
	margin-left:150px; 
	margin-bottom: 40px;
}
.modal-button2{
	margin-top: 90px;
	margin-left:20px; 
	margin-bottom: 40px;
}

.feedback-map{
	text-align: left;
	margin-top:50px;
	line-height: 50px;
	font-size:14px;
	border-bottom:1px solid #eee;
}
.AddAdivce-map{
	text-align: left;
	line-height: 50px;
	font-size:14px;
	border-bottom:1px solid #eee;
}
.global-notify{
	position: fixed;
	left:0;
	top:-60px;
	height: 60px;
	line-height: 60px;
	background: #108ee9;
	width:100%;
	color:rgba(255, 255, 255, 0.9);
	text-align: center;
	z-index: 100000000;
	font-size: 20px;
	overflow: hidden;
	transition:all .3s ease;

}
.headImg{
	right:41px;
	top: -2px;
	position:absolute; 
	width: 16px;
	height:16px;
	margin-bottom: -7px;
	border-radius:50% ;
}

.global-notify .global-notify-close{
	font-size: 30px;
	float: right;
	position: absolute;
	right:10px;
	top:0;
	color:rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.global-notify .global-notify-close:hover{
}.modal-tips .content-box {
  font-size: 14px;
  line-height: 28px;
}
._body-mobile {
  overflow: hidden;
}
._body-mobile .ant-popover-title img {
  display: none;
}
._body-mobile .ant-message {
  width: 100vw;
}
._mobile-popover {
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
._mobile-popover ._mobile-login-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
._mobile-popover .dd-login-box {
  width: 315px;
}
._mobile-popover .dd-login-box .login-captcha .ant-form-item-control-wrapper .ant-form-item-control input {
  width: 170px !important;
}
._mobile-popover .dd-login-box .login-captcha .ant-form-item-control-wrapper .ant-form-item-control img {
  width: 97px !important;
}
._mobile-popover ._forget-password,
._mobile-popover ._wanted-registry {
  display: none;
}
.button-application{    width: 140px;}
.appItem{
	width:100%;
}
/* .toolItem{
	margin-top: 10px;
	text-align: center;
	color:blue;
	width:100%;
	font-size: 28px;
}
.toolImg{
	margin-top: 20px;
	width: 80px;
	height: 80px;
}
.toolButton{
	text-align: right;
	margin-top: 50px;
	height: 50px;
	width:150px;

}
.appItemBtnC{
	width: 100%;
	height: 150px;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 10px;
	margin-top:10px;
	border-radius: 4px;
	border-width:1px !important;
	border-color: rgba(0, 0, 0, 0.45);
    border-style: solid;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.toolCH{
	font-size: 15px;
}

.toolCC{
	margin-top: 80px;
} */
.appItemBtn{
	width:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
    padding: 5px;
	margin-top:3px;
	border-radius: 4px;
	border-width:1px !important;
	border-color: rgba(0, 0, 0, 0.45);
    border-style: solid;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.appItemBtnS{
	width:calc(100% - 8px);
	text-overflow:ellipsis;
	white-space: nowrap;
    padding: 0px 10px 0px 10px;
	margin-top:3px;
	/* border-radius: 4px; */
	border-width:1px !important;
	border-color: rgba(242, 242, 242, 1);
    border-style: solid;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.app-item:nth-of-type(1) button{
	margin-top:0;
}
.app-item .ant-btn:hover, .ant-btn:focus{
	z-index: 3;

}

.system-menu{

}
.system-menu-modal{


}

.system-menu .ant-table-bordered .ant-table-tbody > tr > td img{
	width:30px;
	background: #353535;
	padding:3px;
	border-radius: 50%;
}

.system-menu-modal .ant-select-selection-selected-value{
	height:30px;
	background: #353535;
	padding-right: 0;
	text-align: center;
	display: inline-block;
}
.system-menu-modal .ant-select-selection-selected-value{
	color:#fff;
}
.system-menu-modal .ant-select-selection-selected-value img{
	max-height: 80%;
	margin-top:-3px;
	vertical-align: middle;
}
.system-menu-modal .ant-select-lg .ant-select-selection--single{
	background: #353535;
}
.system-menu-modal .ant-select-arrow{
	color:#fff;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item {
	width:100%;
	height:40px;
	color:#fff;
	background: #353535;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item:hover{
	background: #4a4a4a;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item img{
	width:30px;
}
.applyapp-img-wrap{
	height: 140px;
	margin-top: 36px;
}
.applyapp-card{
	height: 280px;
	width: 382px;
	margin: 10px;
	cursor: pointer;
	border: 1px solid rgb(230, 228, 228);
	color: white;
	background-color: rgba(255, 255, 255, 1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}
.applyapp-card:hover{
	box-shadow: 0px 0px 3px 1px rgb(202, 198, 198);

}

.applyapp-img{
	height: 112px;
	width: 112px;
	border: 1px outset rgb(245, 241, 241);
	border-radius: 3%;
}

.applyapp-title{
	
	font-size:16px;
	color:#4e5a67;
	line-height: 24px;
}
.applyapp-desc{
margin-top:12px;
margin-left:20px;
margin-right:20px;
color:#999999;
text-align: left;
line-height: 22px;
font-size: 14px;
font-weight: 400;
}

 .ant-table-bordered .ant-table-tbody > tr > td img{
	width:30px;
	background: #353535;
	padding:3px;
	border-radius: 50%;
}

 .menu-edit-select .ant-select-selection-selected-value{
	height:30px;
	background: #353535;
	padding-right: 0;
	text-align: center;
	display: inline-block;
}
 .menu-edit-select .ant-select-selection-selected-value{
	color:#fff;
}
 .menu-edit-select .ant-select-selection-selected-value img{
	max-height: 80%;
	margin-top:-3px;
	vertical-align: middle;
}
.menu-edit-select  .ant-select-selection--single{
	background: #353535;
}
.menu-edit-select .ant-select-arrow{
	color:#fff;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item {
	width:100%;
	height:40px;
	color:#fff;
	background: #353535;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item:hover{
	background: #4a4a4a;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item img{
	width:30px;
}html, body{
  height: 100%;
}
input{
    display: inline;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-button:vertical {
    display: none
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .35)
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, .38)
}

#root{
    height:100%;
}
.moveup{
    animation:moveup 0.3s ease-in-out ;
    -webkit-animation:moveup 0.3s ease-in-out;
}
@keyframes moveup{
    from{
        opacity: 0;
        transform:translate3d(0,10px,0);
        -webkit-transform:translate3d(0,10px,0);
    }
    to{
        opacity: 1;
        transform:translate3d(0,0,0);
        -webkit-transform:translate3d(0,0,0);
    }
}

#root .router-view{
    height: 100%;
    /* // padding-top:70px;
    // padding-right:10px; */
    transition:all .3s ease-in-out;
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}

.lock-word .first-word {
    margin-right: 160px;
}
.middle-box .font-bold{
    font-size: 16px;
}
.middle-box .get-back-btn{
    text-align: center;
    margin:10 auto;
}
.middle-box .get-back-btn a{
    width:80px;
    height:30px;
    line-height: 30px;
    text-align: center;
    margin:30px auto;
    display: block;
    border-radius: 4px;
    background: #108ee9;
    color:#fff;
}.admin-container{
	width:100%;
	height: 100%;
	/* background:#f1f1f1; */
	position: relative;

}
.admin-container .admin-container-router{
	height: 100%;
	width:100%;
	/* padding-top:41px !important;
	padding-left: 0px !important; */
	padding-right:0px !important;
	transition:all .3s ease-in-out;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	padding-left:90px;
}
.admin-container .admin-container-router .admin-container-router-wrap{
	background: #fff;
	/* overflow: hidden; */
	overflow: auto;
	height: 100%;
	width:100%;
	/* margin-right: -51px; */
}

/* .admin-container .admin-container-router .admin-container-router-wrap .ant-table-body{
	overflow: auto;
} */
.admin-container-router>div{
	padding-right:0px !important;
	width: 200px;
}
.admin-container-router>div>ul{
	width: auto !important;	
	/* padding:5px 5px 0 !important; */
	padding: 3px 1px 0 3px !important;
}.bim-app{
	height:100%;
}
.bim-app .ant-layout.ant-layout-has-sider{
 transition:all .3s ease-in-out;
    height:100%;
}
.bim-app .router-content{
	margin:10px;
	padding:10px;
	background: #fff;
}
.bim-app .router-content .bim-app{
	height:100%;
}
.bim-app .router-content .bim-app .bim-app-content{
	margin-top:10px; 
	margin-bottom:10px;
}
.bim-app-menu{
	height:100%;
}
.bim-app-menu .menu-icon{
	border:1px solid #eee;
	padding:2px;
}
.bim-app-menu .anticon{
	line-height: 14px !important;
	font-size: 14px !important;
}
.bim-app-menu .menu-btn{
	width:100%;
	height:30px;
	position: relative;
	left:0;
	bottom:0;
	display: block;
	line-height: 30px;
	text-align: center;
}
.bim-app-menu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .menu-icon{
	border:1px solid #108ee9;
}

.bim-app .bim-app-tabs{
	height: 100%;
}

.bim-app .bim-app-tabs .ant-tabs{
	height:100%;
}
.bim-app .bim-app-tabs .ant-tabs-content{
	height:100%;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;

}
.bim-app .bim-app-tabs .ant-tabs-bar{
	padding-right: 70px;
}
.bim-app .bim-app-tabs .ant-tabs-tabpane{
	height:100%;
}
.bim-app .bim-app-tabs .ant-tabs-tabpane .bim-app-iframe{
	height:100%
}
.bim-app .bim-app-tabs .ant-tabs-tabpane .bim-app-iframe iframe{
	outline: none;
	border: none;
	height:calc(100% - 31px);
}
.bim-app .bim-app-tabs .ant-tabs-nav-container{
	height: 32px !important;
}
.bim-app .bim-app-tabs .ant-tabs-tab{
	line-height: 30px !important;
}
.video{
	width: 1375px;
	height: 790px;
	margin: 0 auto;
}
.bim-app .ant-menu-inline, .bim-app .ant-menu-vertical, .ant-menu-vertical-left{
	border:0;
}
.bim-app .ant-layout-header{
	padding:0;
}.layout-header{
	position: relative;
	color:#fff;	
	height:100%;
	padding:0 150px 0 220px;
}
.layout-header .layout-header-center{

}
.layout-header .layout-header-center .menu-btn{
	padding: 0px 10px;
    line-height: 64px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    height: 64px
}
.layout-header .layout-header-center .menu-btn.active{
	border-bottom: 4px solid #108ee9;
    color: #108ee9;
}
.layout-header .layout-header-center .menu-btn.visiting{
    color: #108ee9;
}
.layout-header .layout-header-left{
	position:absolute;
	left:10px;
	top:0;
	height:100%;
	width:200px;
	text-align: left;
}
.layout-header .layout-header-left img{
	margin-top:-4px;
}
.layout-header .layout-header-right{
	position:absolute;
	right:100px;
	top:0;
	height:100%;
	text-align: left;
}
.layout-header .layout-header-right .ant-badge{
	font-size: 20px;
	color:#fff;
	margin-left:20px;
}
.layout-header .layout-header-exit{
	position:absolute;
	right:10px;
	top:0;
	height:100%;
	text-align: left;
}.share-login .ant-input-lg{
    height:50px !important;
}

.share-login {
    width:100%; height:100%; position:fixed; background:#f7f7f7; display:-ms-flexbox; display:flex; -ms-flex-pack:center; justify-content:center; -ms-flex-align:center; align-items:center;
}
.share-login .share-login-main{
    width:400px; padding:20px; border-radius:4px; background:#fff; box-shadow:0px 0px 10px rgba(153,153, 153,0.349019607843137);
}
.share-login .share-login-title{
    text-align:center; font-size:24; font-weight:bold
}

@media screen and (max-width: 375px) {
	.share-login .share-login-main{
		width: 350px
    }
    .share-login #captcha{
        width:190px !important;
    }
}
.seekcode-background{
	/* background: #f2f2f2; */
	background: #ffffff;
}

/*header 样式*/
.seekcode-header{
	width: 100%;
	height: 60px;
	background: #1890ff;
}
.seekcode-header .seekcode-header-width{
	margin: 0 auto;
	width:100%;
	height: 58px;
}
.seekcode-header .seekcode-header-width .seekcode-header-logo{
	width: 40px;
	height: 40px;
	background: blue;
	background: url(/ddplatform/webframe/static/logo-1.440db4ba.png) no-repeat center;
	background-size:100% 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 58px;
	margin-right: 10px;
	margin-left:10px;
}
.seekcode-header .seekcode-header-width .seekcode-header-logo-2{
	width: 40px;
	height: 40px;
	background: blue;
	background: url(/ddplatform/webframe/static/logo-2.2afa4790.png) no-repeat center;
	background-size:100% 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 58px;
	margin-right: 10px;
	margin-left:10px;
}
.seekcode-header .seekcode-header-width span{
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	line-height: 58px;
}
.seekcode-header .seekcode-header-right{
	float: right;
	color: white;
	line-height: 58px;
}
.seekcode-header .seekcode-header-right a{
	font-size: 16px!important;
	padding: 0 10px;
	color: white;
}
.seekcode-header .seekcode-header-right a:nth-of-type(1){
	color: #797979;

}

/*banner样式开始*/
.seekcode-banner{
	width: 100%;
	height: 100px;
	background: #9da3a5;
}
.seekcode-banner .sb-left{
	float: left;
	margin-left: 300px;
	font-size: 34px;
	line-height: 100px;
	color: white;
	font-weight: 900;
}
.seekcode-banner .sb-right{
	width: 160px;
	height: 50px;
	background: #e6e8e8;
	border-radius: 5px;
	float: right;
	margin-right: 280px;
	margin-top: 25px;
}
.seekcode-banner .sb-right p:nth-of-type(1){
	text-align: center;
	font-size: 18px;
}
.seekcode-banner .sb-right p:nth-of-type(2){
	text-align: center;
	font-size: 14px;
}

/*from 开始*/
.seekcode-form{
	width: 1000px;
	margin: 0 auto;
	background: white;
	height: 500px;

}
.seekcode-form .sf-top{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #f2f2f2;
}
.seekcode-form .sf-top span{
	display: inline-block;
	float: right;
	color: #9da3a5;
}
.seekcode-form .sf-top a{
	display: inline-block;
	float: right;
	padding: 0 15px;
}
.seekcode-form .ant-form-item-label{
	margin-left: 105px;
}
.seekcode-form .ant-row.ant-form-item:nth-child(1){
	margin-top: 50px;
}
.seekcode-form .ant-input.ant-input-lg{
	  /* width: 365px; */
}
.seekcode-form .seek-input {
	width: 370px;
	height: 40px;
	border: 0;
	margin-left: 102px;
}

/*获取验证码*/
.seekcode-form  .seekcode-count, .seekcode-form .seekcode-count button{
	height: 32px;
	outline: none;
	border:none;
	width:100%;
	color:#fff;
}
.seekcode-form .seekcode-count button{
	background: #e74b3c;
	border-radius: 5px;
}
.seek-input{
	background-color: #4f78e0 !important;
}

.seek-input{
	background-color: #4f78e0 !important;
}

/*form表单样式*/
.signin-background{
	position: fixed;;
	width: 100%;
	height: 100%;
	background: black;
}
.signin-form{
	width: 410px;
	height: 430px;
	position:relative;
	margin:0 auto;
	background: #ffffff;
}
.signin-form-wrap{
	position: absolute;
	max-width: 430px;
	 /* height: 442px;
	 background: #999; */
	top: 165px;
	right: 285px;
	z-index: 999;
}
.project-list{
	background: #343c4c;
	width:342px;
	box-sizing: border-box;
	border:1px solid rgba(225, 225, 225, 0.5)
}
.project-list .project-list-header{
	width:100%;
	padding:0 20px;
	background: #464e5c;
	height:40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	color:#fff;
}
.project-list .button{
	padding:20px;
}
.project-list .button button{
	width:300px;
	height:40px;
	border-radius: 0;
	background: #00a4ff;
	color:#fff;
	display: block;
	border:none;
}
.project-list .button button:disabled{
	background: #eee;
	color:#666;
}

.signin-registers span{
	display: inline-block;
	vertical-align: middle;
	color:#999;
	width: 70px;
}
.signin-registers {
	margin: 0 auto;
	line-height: 52px;
	text-align: center;
}
.signin-registers a{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	color:#fff;
	text-align: center;
}
.signin-form button{
	display: block;
	margin:0 auto;
}
.signin-form  a{
	display: block;
	padding: 10px;
	float: right;
}
.signin-form .signin-form-welcom{
	width: 100%;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	padding-left: 30px;
	/*border-bottom: 2px solid #cccccc;*/
	color: #333333;
}
.signin-form .ant-row.ant-form-item{
	margin-top: 28px;
}
.signin-form .ant-row.ant-form-item .ant-col-19{
	width: 320px;
	margin: 0 50px;
}
.signin-form .ant-row.ant-form-item .ant-col-19 input{
	height: 40px !important;
}

.signin-form .code-input .has-success.has-feedback:after, .signin-form .code-input .has-warning.has-feedback:after, .signin-form .code-input .has-error.has-feedback:after, .signin-form .code-input .is-validating.has-feedback:after{
	top:5px;
	right:135px;
}
.has-success.has-feedback:after, .has-warning.has-feedback:after, .has-error.has-feedback:after, .is-validating.has-feedback:after{
	top:1px;
}
.signin-form .code-input .validate-code{
	width:114px;
	height:38px;
	margin-top:1px;
	background: #f1f1f1;
}
.signin-form .ant-row.ant-form-item .ant-col-19 .signin-input{
	width: 320px;
}
.signin-form .count-down button{
	width: 130px;
	color: white;
	border: 0px;
	height: 40px;
}
.signin-form button{
	width: 320px;
	color: white;
	border: 0px;
	height: 40px;
}
.signin-form .has-error .ant-form-explain, .has-error .ant-form-split{
	text-align: left;
}

/*header 样式*/
.signin-header{
	width: 100%;
	height: 58px;
	background: #000002;
	border-bottom: 2px solid #797979;
	padding:0 10px;
}

.signin-header .sh-left{
	height:100%;
	line-height: 58px;
}
.signin-header .sh-left span{
	color:#fff;
	font-size: 18px;
	margin-left:10px;
}
.signin-header .sh-left img{
	width:40px;
	margin-top:-7px;
	display: inline-block;
	vertical-align: middle;
}
.signin-header .sh-right{
	height:100%;
	line-height: 58px;
	text-align: right;
	color:#fff;
}
.signin-header .sh-right a, .signin-header .sh-right span{
	margin:0 5px;
}
.signin-header .sh-right a{
	color:#fff;
}
.signin-header .sh-right span{
	color:#999;

}
/*signin-footer的样式*/
.signin-footer{
	width: 100%;
	height: 80px;
	background: #1e2225;
	position: absolute;
	bottom: 0;
}
.signin-footer div{
	width: 600px;
	margin: 0 auto;
}
.signin-footer div span {
	display: inline-block;
}
.signin-footer .signin-footer-ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}
.signin-footer .signin-footer-ul li{
	padding: 0 39px;
	float: left;
	color: white;
	line-height: 80px;

}

.signin-form .thirdpart-login{
    width: 100%;
    overflow:hidden;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 55px;
    /* margin-top:40px; */
    margin-top:5px;

}
.signin-form .thirdpart-login a:nth-of-type(1){
	margin-left:0;
}
.signin-form .thirdpart-login a{
	float: initial;
	float: left;
	display: inline;
	margin-left:20px;
	padding:0;
}
/*picture 样式*/
.signin-picture-ball{
	position: absolute;
	top: 160px;
	width: 360px;
	height: 440px;
	background: url(/ddplatform/webframe/static/ball.289e26ea.png) no-repeat center;
	background-size: 100% 100%;
}
.signin-picture-radio{
	position: absolute;
	left: 380px;
	width: 600px;
	height: 600px;
	background: url(/ddplatform/webframe/static/radio.e17ff3e8.png) no-repeat center;
	background-size: 100% 100%;
}
.signin-picture-radio span:nth-of-type(1){
	/*position: absolute;*/
	top: 300px;
	display: block;
	width: 450px;
	margin: 200px auto 0px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    color: #FFFFFF;
}
.signin-picture-radio span:nth-of-type(2){
	display: block;
	width: 450px;
	text-align: center;
	margin-left: 50px;
	/*margin: 0 auto;	*/
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #FFFFFF;
}
.wechat-sign{
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding:20px;
    background: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition:all .3s ease;
    -ms-flex-pack: center;
        justify-content: center;
}
.wechat-sign.active{
	top:0;
	visibility: visible;
	opacity: 1;
}
.wechat-sign .wechat-close{
	position: absolute;
	right: 10px;
	top:10px;
	display: block;
	font-size: 20px;
	cursor: pointer;
}
.wechat-sign .wechat-qrcode{
	margin:20px auto;
	outline: none;
	border:none;
}
.content-admin{
    width:100%;
    height:100%;
    position: relative;
    /* padding-left:210px; */
}
.content-admin .content-nav{
    width:200px;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.content-admin .horizontal{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position:relative;
}
.caroucel-formitem-label label:after{
    content: ''
}

.content-admin .content-main{
    width:100%;
    height:100%;
}
.content-admin .content-main .table-ellipsis .ant-table-body{
    height:initial;
}
.content-carousel-modal{
    position: relative;
    z-index: 1000;
}
.content-carousel-modal .color-picker{
    position: absolute;
    right:0;
    top:32px;

}
.content-carousel-modal .color-picker-btn{
    width:40px;
    height:30px;
    z-index: 10000;
    background:red;
    display: block;
    position: absolute;
    right:0;
    top:1px;
}
.content-carousel-preview{
    width:290px;
    height:170px;
    overflow: hidden;
}
.content-carousel-preview .ant-upload.ant-upload-drag .ant-upload-drag-container{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center!important;
        justify-content: center!important;
    -ms-flex-align: center!important;
        align-items: center!important;
    width: 290px;
    height:170px;
}

.content-carousel-preview .ant-upload.ant-upload-drag .ant-upload-drag-container img{
    display: block;
    position: static;
    left:initial;
    top:initial
}
.content-carousel-preview .ant-upload.ant-upload-drag  .ant-upload.ant-upload-drag .ant-upload-btn{
    display: block;
}
.content-carousel-preview .carousel-tip{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding-top:30px;
}
/* .content-carousel .ant-row-flex div:nth-child(1){
    padding-left: 5px !important;
} */

.carousel-editor {
	border: 1px solid rgba(0,0,0,0.1);
	height: 250px !important;
}
.carousel-editor .bf-content {
	height: auto !important;
}

.system-menu-edit .ant-table-bordered .ant-table-tbody > tr > td img{
	width:30px;
	background: #353535;
	padding:3px;
	border-radius: 50%;
}
.system-menu-edit .menu-edit-select .ant-select-selection-selected-value{
	color:#fff;
}
.system-menu-edit .menu-edit-select .ant-select-selection-selected-value img{
	max-height: 80%;
	margin-top:-3px;
	vertical-align: middle;
}
.system-menu-edit .menu-edit-select  .ant-select-selection--single{
	background: #353535;
}
.system-menu-edit .menu-edit-select .ant-select-arrow{
	color:#fff;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item {
	width:100%;
	height:40px;
	color:#fff;
	background: #353535;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item:hover{
	background: #4a4a4a;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item img{
	width:30px;
}.system-menu .ant-table-bordered .ant-table-tbody > tr > td img{
	width:30px;
	background: #353535;
	padding:3px;
	border-radius: 50%;
}
.system-menu-modal .ant-select-selection-selected-value{
	height:30px;
	background: #353535;
	padding-right: 0;
	text-align: center;
	display: inline-block;
}
.system-menu-modal .ant-select-selection-selected-value{
	color:#fff;
}
.system-menu-modal .ant-select-selection-selected-value img{
	max-height: 80%;
	margin-top:-3px;
	vertical-align: middle;
}
.system-menu-modal .ant-select-lg .ant-select-selection--single{
	background: #353535;
}
.system-menu-modal .ant-select-arrow{
	color:#fff;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item {
	width:100%;
	height:40px;
	color:#fff;
	background: #353535;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item:hover{
	background: #4a4a4a;
}
.menu-edit-dropdown .ant-select-dropdown-menu-item img{
	width:30px;
}
.warning .ant-select-lg .ant-select-selection--single{
	height:34px;
}
.warning .ant-select-lg .ant-select-selection__rendered{
	line-height: 32px;
	font-size: 14px;
}
.warning .ant-select-arrow:before{
	color:#999;
}.common-Gbutton .ewec-button {
  overflow: hidden;
  margin: 10px 20px 37px;
}
.common-Gbutton .ewec-button .ant-btn-group {
  margin: 0 5px;
}
.common-Gbutton .ewec-button .ant-btn-group .ant-btn {
  margin: 0;
}
.common-Gbutton .ewec-button a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: initial !important;
}
.common-Gbutton .ewec-button button {
  margin-left: 20px;
  background-color: var(--stopBtn-bg-color) !important;
  color: var(--stopBtn-font-color) !important;
  height: 36px;
  border: none;
  outline: none;
  font-weight: bold;
  text-shadow: none;
}
.common-Gbutton .ewec-button button:hover {
  background-color: var(--stopBtn-bg-color);
  color: var(--stopBtn-font-color);
}
.common-Gbutton .ewec-button button:nth-of-type(1) {
  margin-left: 0;
}
.common-Gbutton .ewec-button.light {
  background: none;
}
.common-Gbutton .ewec-button.light a {
  color: #333;
}
.common-Gbutton .ewec-button.gray {
  background: #f1f1f1;
}
.common-Gbutton .ewec-button.gray a {
  color: #333;
}
.common-Gbutton .Gbtns {
  text-align: center;
}
.common-Gbutton .Gbtns .ant-btn-primary {
  margin-right: 20px;
}
.common-Gbutton .ant-input,
.common-Gbutton .ant-select-selection--single,
.common-Gbutton .ant-select-selection__placeholder,
.common-Gbutton .ant-select-selection__rendered {
  height: 36px !important;
  line-height: 36px !important;
}
.common-Gbutton .ant-select-selection__placeholder {
  margin-top: -18px;
}
.common-Gbutton .select-data-source {
  height: 100px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.common-Gbutton .select-data-source .ant-tag {
  margin-right: 5px !important;
}
.search-form{
	position: relative;
	/* // padding:0 10px; */
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	/* // padding:3px 0; */
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	/* padding: 10px;
	border-radius: 6px; */
	/* // padding-right: 210px;
	// background: #fbfbfb;
	// border: 1px solid #d9d9d9; */
	padding: 20px 10px 10px 30px;
    border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.addNumbers .ant-advanced-search-form > span {
  font-size: 14px;
}
.addNumbers .ant-advanced-search-form .ant-btn {
  min-width: 75px;
  font-size: 14px;
}
.addNumbers .ant-advanced-search-form .numberNames {
  font-size: 14px;
}
.body-themeWhite .addNumbers .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .addNumbers .ant-table table {
  border: 1px solid #f2f2f2;
  border-bottom: none;
  border-right: none;
}
.body-themeWhite .addNumbers .ant-advanced-search-form {
  padding-bottom: 16px !important;
  padding-left: 16px !important;
}
.body-themeDarkBlue .addNumbers .ant-table-pagination.ant-pagination {
  position: relative !important;
}
.navbar{
	width:100%;
	/* // background: #108ee9; */
	/* padding:10px;	 */
	overflow: hidden;
	/* // margin-bottom:10px; */
}
.navbar a{
	padding:10px 20px;
	display: inline-block;
	color:#fff;
	float: left;
	font-size:16px;
	width:initial !important;
}
.navbar button{
	margin-left:10px;
}
.navbar button:nth-of-type(1){
	margin-left:0;
}
.navbar button.active{
	border:#108ee9;
	color:#108ee9;
}
.navbar.light{
	background: none;
}
.navbar.light a{
	color:#333;
}
.navbar.gray{
	background: #f1f1f1;

}
.navbar.gray a{
	color:#333;
}
.navbar a.active{
	background: #1887d7;
}
.navbar a:hover{
	background: #1887d7;
}.gantt-component{
	padding:10px;
}
.gantt-component .mode-group{
	margin:10px 0 10px 0;
}
.gantt-component .gantt-wrapper{
	
}
.gantt-component .gantt-wrapper .gantt-box{
	border:1px solid #e6e6e6;
	border-top:none;
	border-radius: 4px;
	overflow: scroll;
	height:300px;
}
.gantt-component .gantt .bar-progress{
	fill:#3296fa
}.ewec-button {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0px 0 30px 23px !important;
  color: #4F78E0;
}
.ewec-button a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: initial !important;
}
.ewec-button .ant-btn-group {
  margin: 0 5px;
}
.ewec-button .ant-btn-group .ant-btn {
  margin: 0;
}
.ewec-button .ant-btn {
  margin: 0 5px;
  color: #fff;
  transition: none;
}
.ewec-button .ant-btn:hover {
  border: 1px solid #40a9ff;
  color: #fff;
  background: #40a9ff;
}
.ewec-button .ant-btn.disabled,
.ewec-button .ant-btn[disabled] {
  border: 1px solid #b9b9b9;
  color: #666666;
}
.ewec-button button:nth-of-type(1) {
  margin-left: 0;
}
.ewec-button button.active {
  border: #108ee9;
  color: #108ee9;
}
.ewec-button.light {
  background: none;
}
.ewec-button.light a {
  color: #333;
}
.ewec-button.gray {
  background: #f1f1f1;
}
.ewec-button.gray a {
  color: #333;
}
.ewec-button a.active {
  background: #1887d7;
}
.ewec-button a:hover {
  background: #1887d7;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper{
	padding:3px 20px;
}
.gtree{
	overflow-y: auto;
}
.ant-tree li{
	padding-left: 11px !important;
}
.gtree .searchInput{
	width: 242px;
}
.gtree .searchInput .ant-input{
	border-radius: 20px;
}.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 29px;
}.rowLabel .ant-form-item-label label {
  font-size: 14px !important;
}
.rowLabel .colItem {
  margin-right: 30px;
}
.rowLabel .colButton {
  margin-left: 20px;
}
.rowIcon .ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  display: none !important;
}
.gtable-tool .ant-tooltip-inner {
  max-width: 1500px;
}
.em-color em {
  color: red;
}
.contentNone {
  margin-left: -30px;
}
.contentNone .ant-form-item-label label:after {
  content: "";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.body-themeWhite .rowLabel {
  padding-left: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.body-themeWhite .rowLabel .colItem {
  margin-right: 19px;
}
.body-themeWhite .rowLabel .colItem .asFor {
  margin-left: -6px !important;
}
.body-themeWhite .rowLabel .ant-form-item {
  margin-bottom: 20px;
}
.body-themeWhite .rowLabel .ant-form-item .ant-form-item-control-wrapper {
  display: inline-block !important;
}
.body-themeWhite .rowLabel .ant-form-item .ant-select .ant-select-selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.body-themeWhite .rowLabel .search .ant-btn {
  height: 32px !important;
  width: 55px !important;
  font-size: 14px;
}
.body-themeWhite .rowLabel .search .ant-btn-primary {
  background-color: #ffffff !important;
  color: #1B9AEE !important;
  border: 1px solid #1b9aee !important;
}
.headTitle {
  font-size: 14;
  border-bottom: 1px solid #948a8a;
  height: 51px;
  line-height: 51px;
  margin-left: 23px;
}
.headButton {
  width: '100%';
  margin-top: 10;
  margin-bottom: 10;
  font-weight: 'Blob';
}
.head_title {
  font-size: 14;
}
.head_button {
  width: '100%';
  margin-top: 10;
  margin-bottom: 0;
}
.head_button {
  padding-left: 80px !important;
}
.head_button .ant-btn {
  width: 50px;
  height: 25px;
  font-size: 14px;
  border-color: #f2f2f2;
  padding: 0 8px;
  color: #999999;
}
.headTitle {
  font-size: 14;
  border-bottom: 1px solid #948a8a;
  height: 51px;
  line-height: 51px;
  margin-left: 23px;
}
.headButton {
  width: '100%';
  margin-top: 10;
  margin-bottom: 10;
  font-weight: 'Blob';
}
.head_title .project-title {
  padding-left: 20px !important;
}
.body-themeWhite .head_title .project-title {
  border-top: 1px solid #f2f2f2;
  padding-left: 20px !important;
  border: 1px solid #f2f2f2;
}
.head_title {
  font-size: 14;
}
.head_button {
  width: '100%';
  margin-top: 10;
  margin-bottom: 0;
}
.head_button {
  padding-left: 80px !important;
}
.head_button .ant-btn {
  width: 50px;
  height: 25px;
  font-size: 14px;
  border-color: #f2f2f2;
  padding: 0 8px;
  color: #999999;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.body-themeWhite .set-authorization .gform {
  margin: 0 !important;
}
.body-themeWhite .set-authorization .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .set-authorization .ant-modal-body {
  margin-top: 25px;
  padding: 0 35px 5px;
}
.rowLabel .ant-form-item-label label {
  font-size: 14px !important;
}
.rowLabel .colItem {
  margin-right: 20px;
}
.rowLabel .colButton {
  margin-left: 20px;
}
.rowIcon .ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  display: none !important;
}
.gtable-tool .ant-tooltip-inner {
  max-width: 1500px;
}
.em-color em {
  color: red;
}
.span-em {
  color: #999999;
  font-size: 14px;
}
.span-em em {
  font-style: normal;
}
.new-retrieval .ant-form-item-label label {
  font-size: 14px;
}
.new-retrieval .ant-form-item-control-wrapper .ant-input {
  font-size: 14px;
  height: 36px;
}
.body-themeWhite .new-retrieval,
.body-themeWhite .edit-retrieval {
  width: 800px !important;
}
.body-themeWhite .new-retrieval .ant-modal-body,
.body-themeWhite .edit-retrieval .ant-modal-body {
  padding: 25px 0px 0px 0px;
}
.body-themeWhite .new-retrieval .ant-modal-footer,
.body-themeWhite .edit-retrieval .ant-modal-footer {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.textLayer ::-moz-selection { background: rgb(0,0,255); }

.textLayer ::selection { background: rgb(0,0,255); }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}


.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -moz-appearance: none;
       appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal, .spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: url('../images/loading-icon.gif') center no-repeat; */
}

.pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer .spread {
  display: block;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}





.hidden {
  display: none !important;
}
[hidden] {
  display: none !important;
}

#viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0px !important;
  overflow: hidden !important;
}

#viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop {
  background-color: #000;
}

#viewerContainer.pdfPresentationMode:-moz-full-screen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -moz-user-select: none;
       user-select: none;
}

#viewerContainer.pdfPresentationMode:-ms-fullscreen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -ms-user-select: none;
      user-select: none;
}

#viewerContainer.pdfPresentationMode:fullscreen {
  top: 0px;
  border-top: 2px solid transparent;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pdfPresentationMode:-moz-full-screen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:-ms-fullscreen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:fullscreen a:not(.internalLink) {
  display: none;
}

.pdfPresentationMode:-moz-full-screen .textLayer > span {
  cursor: none;
}

.pdfPresentationMode:-ms-fullscreen .textLayer > span {
  cursor: none;
}

.pdfPresentationMode:fullscreen .textLayer > span {
  cursor: none;
}

.pdfPresentationMode.pdfPresentationModeControls > *,
.pdfPresentationMode.pdfPresentationModeControls .textLayer > span {
  cursor: default;
}

#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

#sidebarContainer {
  position: absolute;
  top: 70px;
  bottom: 0;
  width: 200px; /* Here, and elsewhere below, keep the constant value for compatibility
                   with older browsers that lack support for CSS variables. */
  width: var(--sidebar-width);
  visibility: hidden;
  z-index: 100;
  border-top: 1px solid #333;

  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir='ltr'] #sidebarContainer {
  transition-property: left;
  left: -200px;
  left: calc(-1 * var(--sidebar-width));
}
html[dir='rtl'] #sidebarContainer {
  transition-property: right;
  right: -200px;
  right: calc(-1 * var(--sidebar-width));
}

.loadingInProgress #sidebarContainer {
  top: 36px;
}

#outerContainer.sidebarResizing #sidebarContainer {
  /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
  transition-duration: 0s;
  /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#outerContainer.sidebarMoving #sidebarContainer,
#outerContainer.sidebarOpen #sidebarContainer {
  visibility: visible;
}
html[dir='ltr'] #outerContainer.sidebarOpen #sidebarContainer {
  left: 50px;
}
html[dir='rtl'] #outerContainer.sidebarOpen #sidebarContainer {
  right: 0px;
}

#mainContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
}

#sidebarContent {
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 100%;
  background-color: hsla(0,0%,0%,.1);
}
html[dir='ltr'] #sidebarContent {
  left: 0;
  box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25);
}
html[dir='rtl'] #sidebarContent {
  right: 0;
  box-shadow: inset 1px 0 0 hsla(0,0%,0%,.25);
}

#viewerContainer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  border-bottom: 1px solid #9D9D9D;
}
#viewerContainer:not(.pdfPresentationMode) {
  transition-duration: 200ms;
  transition-timing-function: ease;
}
html[dir='ltr'] #viewerContainer {
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05);
}
html[dir='rtl'] #viewerContainer {
  box-shadow: inset -1px 0 0 hsla(0,0%,100%,.05);
}

#outerContainer.sidebarResizing #viewerContainer {
  /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
  transition-duration: 0s;
}

html[dir='ltr'] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
  transition-property: left;
  /*left: 200px;*/
  /*left: var(--sidebar-width);*/
}
html[dir='rtl'] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
  transition-property: right;
  right: 200px;
  right: var(--sidebar-width);
}

.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}

#toolbarContainer {
  width: 100%;
  height:75px;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAClSURBVHja7NjBDQAhDMRAgui/5aUBHjwTaVyCFe+hqyRZ+GZTQBhhnTgmzIURRhhhRh8PqsqFSZIwwoy+CwNhknRhhBEGG+bCCJPkXPzekSRhNmwySVyYJCUpSUlKEpKUpCRdGGGQpK+kJCUpSUlCkpKUpCRdGAgjzIZ5VkhSkpCkJAmzYTYMkpSkCyOMMMJg9L3DJEkYYTD6Rl+S/bgAAAD//wMAylFhZacVQmMAAAAASUVORK5CYII=);
  position:relative;
}

#toolbarSidebar {
  width: 100%;
  height: 32px;
  background-color: #424242; /* fallback */
  /* background-image: url(../images/texture.png), */
                    /* linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95)); */
}
html[dir='ltr'] #toolbarSidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 0 1px hsla(0,0%,0%,.1);
}
html[dir='rtl'] #toolbarSidebar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25),
              inset 0 1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 0 1px hsla(0,0%,0%,.1);
}

#sidebarResizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  z-index: 200;
  cursor: ew-resize;
}
html[dir='ltr'] #sidebarResizer {
  right: -6px;
}
html[dir='rtl'] #sidebarResizer {
  left: -6px;
}
.secondaryToolbar{
  background-color: #9D9D9D;
}
#toolbarContainer, .findbar{
  position: relative;
  height: 32px;
  background-color: #f2f2f2; /* fallback */
  /*background-image: url(images/texture.png),*/
  /*                  linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));*/
}
html[dir='ltr'] #toolbarContainer, .findbar, .secondaryToolbar {
  box-shadow: inset 0 1px 1px hsla(0,0%,0%,.15),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 1px 1px hsla(0,0%,0%,.1);
}
html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar {
  box-shadow: inset 0 1px 1px hsla(0,0%,0%,.15),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 1px 1px hsla(0,0%,0%,.1);
}

#toolbarViewer {
  height: 32px;
}

#loadingBar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-bottom: 1px solid #333;
}

#loadingBar .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  transition: width 200ms;
}

@keyframes progressIndeterminate {
  0% { left: -142px; }
  100% { left: 0; }
}

#loadingBar .progress.indeterminate {
  background-color: #999;
  transition: none;
}

#loadingBar .progress.indeterminate .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 150px);

  background: repeating-linear-gradient(135deg,
                                        #bbb 0, #999 5px,
                                        #999 45px, #ddd 55px,
                                        #ddd 95px, #bbb 100px);

  animation: progressIndeterminate 950ms linear infinite;
}

.findbar, .secondaryToolbar {
  top: 75px;
  position: absolute;
  z-index: 10000;
  height: auto;
  min-width: 16px;
  padding: 0px 6px 0px 6px;
  margin: 4px 2px 4px 2px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  cursor: default;
}

.findbar {
  min-width: 300px;
}
.findbar > div {
  height: 32px;
}
.findbar.wrapContainers > div {
  clear: both;
}
.findbar.wrapContainers > div#findbarMessageContainer {
  height: auto;
}
html[dir='ltr'] .findbar {
  left:262px;
}
html[dir='rtl'] .findbar {
  right: 68px;
}

.findbar label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#findInput {
  width: 200px;
}
#findInput::-webkit-input-placeholder {
  color: hsl(0, 0%, 75%);
}
#findInput:-ms-input-placeholder {
  font-style: italic;
}
#findInput::-ms-input-placeholder {
  font-style: italic;
}
#findInput:-ms-input-placeholder {
  font-style: italic;
}
#findInput::placeholder {
  font-style: italic;
}
#findInput[data-status="pending"] {
  /* background-image: url(../images/loading-small.png); */
  background-repeat: no-repeat;
  background-position: right;
}
html[dir='rtl'] #findInput[data-status="pending"] {
  background-position: left;
}

.secondaryToolbar {
  padding: 6px;
  height: auto;
  z-index: 30000;
}
html[dir='ltr'] .secondaryToolbar {
  right: 16px;
}
html[dir='rtl'] .secondaryToolbar {
  left: 4px;
}

#secondaryToolbarButtonContainer {
  max-width: 200px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -4px;
}

#secondaryToolbarButtonContainer.hiddenScrollModeButtons > .scrollModeButtons,
#secondaryToolbarButtonContainer.hiddenSpreadModeButtons > .spreadModeButtons {
  display: none !important;
}

.doorHanger,
.doorHangerRight {
  border: 1px solid hsla(0,0%,0%,.5);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.doorHanger:after, .doorHanger:before,
.doorHangerRight:after, .doorHangerRight:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.doorHanger:after,
.doorHangerRight:after {
  border-bottom-color: hsla(0,0%,32%,.99);
  border-width: 8px;
}
.doorHanger:before,
.doorHangerRight:before {
  border-bottom-color: hsla(0,0%,0%,.5);
  border-width: 9px;
}

html[dir='ltr'] .doorHanger:after,
html[dir='rtl'] .doorHangerRight:after {
  left: 13px;
  margin-left: -8px;
}

html[dir='ltr'] .doorHanger:before,
html[dir='rtl'] .doorHangerRight:before {
  left: 13px;
  margin-left: -9px;
}

html[dir='rtl'] .doorHanger:after,
html[dir='ltr'] .doorHangerRight:after {
  right: 13px;
  margin-right: -8px;
}

html[dir='rtl'] .doorHanger:before,
html[dir='ltr'] .doorHangerRight:before {
  right: 13px;
  margin-right: -9px;
}

#findResultsCount {
  background-color: hsl(0, 0%, 85%);
  color: hsl(0, 0%, 32%);
  text-align: center;
  padding: 3px 4px;
}

#findMsg {
  font-style: italic;
  color: #A6B7D0;
}
#findMsg:empty {
  display: none;
}

#findInput.notFound {
  background-color: rgb(255, 102, 102);
}

#toolbarViewerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  float:left;
}

html[dir='ltr'] #toolbarViewerLeft,
html[dir='rtl'] #toolbarViewerRight {
  float: left;
}
html[dir='ltr'] #toolbarViewerRight,
html[dir='rtl'] #toolbarViewerLeft {
  float: right;
}
html[dir='ltr'] #toolbarViewerLeft > *,
html[dir='ltr'] #toolbarViewerMiddle > *,
html[dir='ltr'] #toolbarViewerRight > *,
html[dir='ltr'] .findbar * {
  position: relative;
  float: left;
  cursor:pointer;
}
html[dir='rtl'] #toolbarViewerLeft > *,
html[dir='rtl'] #toolbarViewerMiddle > *,
html[dir='rtl'] #toolbarViewerRight > *,
html[dir='rtl'] .findbar * {
  position: relative;
  float: right;
  cursor:pointer;
}

html[dir='ltr'] .splitToolbarButton {
  margin: 3px 2px 4px 0;
  display: inline-block;
}
html[dir='rtl'] .splitToolbarButton {
  margin: 3px 0 4px 2px;
  display: inline-block;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: left;
}
html[dir='rtl'] .splitToolbarButton > .toolbarButton {
  border-radius: 0;
  float: right;
}

.toolbarButton,
.secondaryToolbarButton,
.overlayButton {
  border: 0 none;
  background: none;
  width: 32px;
  height: 25px;
}

.toolbarButton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.toolbarButton[disabled],
.secondaryToolbarButton[disabled],
.overlayButton[disabled] {
  opacity: .5;
}

.splitToolbarButton.toggled .toolbarButton {
  margin: 0;
}

/*.splitToolbarButton:hover > .toolbarButton,*/
/*.splitToolbarButton:focus > .toolbarButton,*/
/*.splitToolbarButton.toggled > .toolbarButton,*/
/*.toolbarButton.textButton {*/
/*  background-color: hsla(0,0%,0%,.12);*/
/*  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
/*  background-clip: padding-box;*/
/*  border: 1px solid hsla(0,0%,0%,.35);*/
/*  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);*/
/*  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,*/
/*              0 0 1px hsla(0,0%,100%,.15) inset,*/
/*              0 1px 0 hsla(0,0%,100%,.05);*/
/*  transition-property: background-color, border-color, box-shadow;*/
/*  transition-duration: 150ms;*/
/*  transition-timing-function: ease;*/

/*}*/
.splitToolbarButton > .toolbarButton:hover,
.splitToolbarButton > .toolbarButton:focus,
.dropdownToolbarButton:hover,
.overlayButton:hover,
.overlayButton:focus,
.toolbarButton.textButton:hover,
.toolbarButton.textButton:focus {
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 199;
}
.splitToolbarButton > .toolbarButton {
  position: relative;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {
  position: relative;
  margin: 0;
  margin-right: -1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right-color: transparent;
}
html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {
  position: relative;
  margin: 0;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left-color: transparent;
}
.splitToolbarButtonSeparator {
  padding: 8px 0;
  width: 1px;
  background-color: hsla(0,0%,0%,.5);
  z-index: 99;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
  display: inline-block;
  margin: 5px 0;
}
html[dir='ltr'] .splitToolbarButtonSeparator {
  float: left;
}
html[dir='rtl'] .splitToolbarButtonSeparator {
  float: right;
}
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
  padding: 12px 0;
  margin: 1px 0;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);
  transition-property: padding;
  transition-duration: 10ms;
  transition-timing-function: ease;
}

.toolbarButton,
.dropdownToolbarButton,
.secondaryToolbarButton,
.overlayButton {
  min-width: 16px;
  padding: 2px 6px 0;
  /*border: 1px solid transparent;*/
  border-radius: 2px;
  color: hsla(0,0%,100%,.8);
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Opera does not support user-select, use <... unselectable="on"> instead */
  cursor: default;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

html[dir='ltr'] .toolbarButton,
html[dir='ltr'] .overlayButton,
html[dir='ltr'] .dropdownToolbarButton {
  margin: 3px 2px 4px 0;
}
html[dir='rtl'] .toolbarButton,
html[dir='rtl'] .overlayButton,
html[dir='rtl'] .dropdownToolbarButton {
  margin: 3px 0 4px 2px;
}

.toolbarButton:hover,
.toolbarButton:focus,
.dropdownToolbarButton,
.overlayButton
{
  background-position: right bottom;
  background-repeat: no-repeat;
}
.secondaryToolbarButton:hover{
  background-color: #262114;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.toolbarButton:hover:active,
.overlayButton:hover:active,
.dropdownToolbarButton:hover:active{
  /*background-color: hsla(0,0%,0%,.2);*/
  /*background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
  /*border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);*/
  /*box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,*/
  /*            0 0 1px hsla(0,0%,0%,.2) inset,*/
  /*            0 1px 0 hsla(0,0%,100%,.05);*/
  /*transition-property: background-color, border-color, box-shadow;*/
  /*transition-duration: 10ms;*/
  /*transition-timing-function: linear;*/
  /*background: -webkit-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Safari 5.1-6.0 *!*/
  /*background: -o-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Opera 11.1-12.0 *!*/
  /*background: -moz-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Firefox 3.6-15 *!*/
  /*background: linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* 标准语法 *!*/
  background-position: right bottom;
  background-repeat: no-repeat;
}

.toolbarButton.toggled,
.splitToolbarButton.toggled > .toolbarButton.toggled{
  /*background-color: hsla(0,0%,0%,.3);*/
  /*background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));*/
  /*border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5);*/
  /*box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,*/
  /*            0 0 1px hsla(0,0%,0%,.2) inset,*/
  /*            0 1px 0 hsla(0,0%,100%,.05);*/
  /*transition-property: background-color, border-color, box-shadow;*/
  /*transition-duration: 10ms;*/
  /*transition-timing-function: linear;*/
  /*background: -webkit-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Safari 5.1-6.0 *!*/
  /*background: -o-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Opera 11.1-12.0 *!*/
  /*background: -moz-linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* Firefox 3.6-15 *!*/
  /*background: linear-gradient(#FCFDFF,#E5EFFF,#CDE1FF); !* 标准语法 *!*/
  background-position: right bottom;
  background-repeat: no-repeat;
}

.toolbarButton.toggled:hover:active,
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active{
  /*background-color: hsla(0,0%,0%,.4);*/
  /*border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55);*/
  /*box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset,*/
  /*            0 0 1px hsla(0,0%,0%,.3) inset,*/
  /*            0 1px 0 hsla(0,0%,100%,.05);*/
  background-position: right bottom;
  background-repeat: no-repeat;
}

.dropdownToolbarButton {
  width: 120px;
  max-width: 120px;
  padding: 0;
  overflow: hidden;
  /* background: url(../images/toolbarButton-menuArrows.png) no-repeat; */
}
html[dir='ltr'] .dropdownToolbarButton {
  background-position: 95%;
}
html[dir='rtl'] .dropdownToolbarButton {
  background-position: 5%;
}

.dropdownToolbarButton > select {
  min-width: 140px;
  font-size: 12px;
  /*color: hsl(0,0%,95%);*/
  margin: 0;
  /* padding: 3px 2px 2px; */
  border: none;
  /*background: rgba(0,0,0,0); !* Opera does not support 'transparent' <select> background *!*/
}


#customScaleOption {
  display: none;
}

#pageWidthOption {
  border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

html[dir='ltr'] .splitToolbarButton:first-child,
html[dir='ltr'] .toolbarButton:first-child,
html[dir='rtl'] .splitToolbarButton:last-child,
html[dir='rtl'] .toolbarButton:last-child {
  margin-left: 45px;
}
html[dir='ltr'] .splitToolbarButton:last-child,
html[dir='ltr'] .toolbarButton:last-child,
html[dir='rtl'] .splitToolbarButton:first-child,
html[dir='rtl'] .toolbarButton:first-child {
  margin-right: 4px;
}

.toolbarButtonSpacer {
  width: 30px;
  display: inline-block;
  height: 1px;
}

html[dir='ltr'] #findPrevious {
  margin-left: 3px;
}
html[dir='ltr'] #findNext {
  margin-right: 3px;
}

html[dir='rtl'] #findPrevious {
  margin-right: 3px;
}
html[dir='rtl'] #findNext {
  margin-left: 3px;
}

.toolbarButton::before,
.secondaryToolbarButton::before {
  /* All matching images have a size of 16x16
   * All relevant containers have a size of 32x25 */
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 7px;
}

html[dir="ltr"] .secondaryToolbarButton::before {
  left: 4px;
}
html[dir="rtl"] .secondaryToolbarButton::before {
  right: 4px;
}

/*html[dir='ltr'] .toolbarButton#sidebarToggle::before {*/
/*  content: url(images/toolbarButton-sidebarToggle.png);*/
/*}*/

/*html[dir='ltr'] .toolbarButton.pageUp::before {*/
/*  content: url(images/toolbarButton-pageUp.png);*/
/*}*/
/*html[dir='rtl'] .toolbarButton.pageUp::before {*/
/*  content: url(images/toolbarButton-pageUp-rtl.png);*/
/*}*/

/*html[dir='ltr'] .toolbarButton.pageDown::before {*/
/*  content: url(images/toolbarButton-pageDown.png);*/
/*}*/
/*html[dir='rtl'] .toolbarButton.pageDown::before {*/
/*  content: url(images/toolbarButton-pageDown-rtl.png);*/
/*}*/

/*.toolbarButton.zoomOut::before {*/
/*  content: url(images/toolbarButton-zoomOut.png);*/
/*}*/

/*.toolbarButton.zoomIn::before {*/
/*  content: url(images/toolbarButton-zoomIn.png);*/
/*}*/

/*.toolbarButton.presentationMode::before,*/
/*.secondaryToolbarButton.presentationMode::before {*/
/*  content: url(images/toolbarButton-presentationMode.png);*/
/*}*/

/*.toolbarButton.print::before,*/
/*.secondaryToolbarButton.print::before {*/
/*  content: url(images/toolbarButton-print.png);*/
/*}*/

/*.toolbarButton.openFile::before,*/
/*.secondaryToolbarButton.openFile::before {*/
/*  content: url(images/toolbarButton-openFile.png);*/
/*}*/

/*.toolbarButton.download::before,*/
/*.secondaryToolbarButton.download::before {*/
/*  content: url(images/toolbarButton-download.png);*/
/*}*/

.toolbarButton.bookmark,
.secondaryToolbarButton.bookmark {
  box-sizing: border-box;
  outline: none;
  padding-top: 4px;
  text-decoration: none;
}
.secondaryToolbarButton.bookmark {
  padding-top: 5px;
}

.bookmark[href='#'] {
  opacity: .5;
  pointer-events: none;
}

/*#viewFind.toolbarButton::before {*/
/*  content: url(images/toolbarButton-search.png);*/
/*}*/

.toolbarButton.pdfSidebarNotification::after {
  position: absolute;
  display: inline-block;
  top: 1px;
  /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
  content: '';
  background-color: #70DB55;
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
html[dir='ltr'] .toolbarButton.pdfSidebarNotification::after {
  left: 17px;
}
html[dir='rtl'] .toolbarButton.pdfSidebarNotification::after {
  right: 17px;
}

.secondaryToolbarButton {
  position: relative;
  margin: 0 0 4px 0;
  padding: 3px 0 1px 0;
  height: auto;
  min-height: 25px;
  width: auto;
  min-width: 100%;
  white-space: normal;
}
html[dir="ltr"] .secondaryToolbarButton {
  padding-left: 24px;
  text-align: left;
}
html[dir="rtl"] .secondaryToolbarButton {
  padding-right: 24px;
  text-align: right;
}
html[dir="ltr"] .secondaryToolbarButton.bookmark {
  padding-left: 27px;
}
html[dir="rtl"] .secondaryToolbarButton.bookmark {
  padding-right: 27px;
}

html[dir="ltr"] .secondaryToolbarButton > span {
  padding-right: 4px;
}
html[dir="rtl"] .secondaryToolbarButton > span {
  padding-left: 4px;
}



.verticalToolbarSeparator {
  display: block;
  padding: 8px 0;
  margin: 8px 4px;
  width: 1px;
  background-color: hsla(0,0%,0%,.5);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
}
html[dir='ltr'] .verticalToolbarSeparator {
  margin-left: 2px;
}
html[dir='rtl'] .verticalToolbarSeparator {
  margin-right: 2px;
}

.horizontalToolbarSeparator {
  display: block;
  margin: 0 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: hsla(0,0%,0%,.5);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
}

.toolbarField {
  padding: 3px 6px;
  margin: 4px 0 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: hsla(0,0%,100%,.09);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  border: 1px solid hsla(0,0%,0%,.35);
  border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
  box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset,
              0 1px 0 hsla(0,0%,100%,.05);
  color: hsl(0,0%,95%);
  font-size: 12px;
  line-height: 14px;
  outline-style: none;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

.toolbarField[type=checkbox] {
  display: inline-block;
  margin: 8px 0px;
}

.toolbarField.pageNumber {
  -moz-appearance: textfield; /* hides the spinner in moz */
  min-width: 16px;
  text-align: right;
  width: 40px;
}

.toolbarField.pageNumber.visiblePageIsLoading {
  background-repeat: no-repeat;
  background-position: 1px;
}

.toolbarField.pageNumber::-webkit-inner-spin-button,
.toolbarField.pageNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.toolbarField:hover {
  background-color: hsla(0,0%,100%,.11);
  border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);
}

.toolbarField:focus {
  background-color: hsla(0,0%,100%,.15);
  border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9);
}

.toolbarLabel {
  min-width: 16px;
  padding: 3px 6px 3px 2px;
  margin: 4px 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

#thumbnailView {
  position: absolute;
  width: calc(100% - 60px);
  top: 0;
  bottom: 0;
  padding: 10px 30px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#thumbnailView > a:active,
#thumbnailView > a:focus {
  outline: 0;
}

.thumbnail {
  margin: 0 10px 5px 10px;
}
html[dir='ltr'] .thumbnail {
  float: left;
}
html[dir='rtl'] .thumbnail {
  float: right;
}

#thumbnailView > a:last-of-type > .thumbnail {
  margin-bottom: 10px;
}

#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
  margin-bottom: 9px;
}

.thumbnail:not([data-loaded]) {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin: -1px 9px 4px 9px;
}

.thumbnailImage {
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  z-index: 99;
  background-color: white;
  background-clip: content-box;
}

.thumbnailSelectionRing {
  border-radius: 2px;
  padding: 7px;
}

a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
  opacity: .9;
}

a:focus > .thumbnail > .thumbnailSelectionRing,
.thumbnail:hover > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.15);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.2) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,.9);
}

.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
  box-shadow: 0 0 0 1px hsla(0,0%,0%,.5);
  opacity: 1;
}

.thumbnail.selected > .thumbnailSelectionRing {
  background-color: hsla(0,0%,100%,.3);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

#outlineView,
#attachmentsView {
  position: absolute;
  width: calc(100% - 8px);
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#outlineView {
  padding: 4px 4px 0;
}
#attachmentsView {
  padding: 3px 4px 0;
}

html[dir='ltr'] .outlineWithDeepNesting > .outlineItem,
html[dir='ltr'] .outlineItem > .outlineItems {
  margin-left: 20px;
}

html[dir='rtl'] .outlineWithDeepNesting > .outlineItem,
html[dir='rtl'] .outlineItem > .outlineItems {
  margin-right: 20px;
}

.outlineItem > a,
.attachmentsItem > button {
  text-decoration: none;
  display: inline-block;
  min-width: 95%;
  min-width: calc(100% - 4px); /* Subtract the right padding (left, in RTL mode)
                                  of the container. */
  height: auto;
  margin-bottom: 1px;
  border-radius: 2px;
  color: hsla(0,0%,100%,.8);
  font-size: 13px;
  line-height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
}

.attachmentsItem > button {
  border: 0 none;
  background: none;
  cursor: pointer;
  width: 100%;
}

html[dir='ltr'] .outlineItem > a {
  padding: 2px 0 5px 4px;
}
html[dir='ltr'] .attachmentsItem > button {
  padding: 2px 0 3px 7px;
  text-align: left;
}

html[dir='rtl'] .outlineItem > a {
  padding: 2px 4px 5px 0;
}
html[dir='rtl'] .attachmentsItem > button {
  padding: 2px 7px 3px 0;
  text-align: right;
}

.outlineItemToggler {
  position: relative;
  height: 0;
  width: 0;
  color: hsla(0,0%,100%,.5);
}
.outlineItemToggler::before {
  display: inline-block;
  position: absolute;
}
.outlineItemToggler.outlineItemsHidden ~ .outlineItems {
  display: none;
}
html[dir='ltr'] .outlineItemToggler {
  float: left;
}
html[dir='rtl'] .outlineItemToggler {
  float: right;
}
html[dir='ltr'] .outlineItemToggler::before {
  right: 4px;
}
html[dir='rtl'] .outlineItemToggler::before {
  left: 4px;
}

.outlineItemToggler:hover,
.outlineItemToggler:hover + a,
.outlineItemToggler:hover ~ .outlineItems,
.outlineItem > a:hover,
.attachmentsItem > button:hover {
  background-color: hsla(0,0%,100%,.02);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.2) inset,
              0 0 1px hsla(0,0%,0%,.2);
  border-radius: 2px;
  color: hsla(0,0%,100%,.9);
}

.outlineItem.selected {
  background-color: hsla(0,0%,100%,.08);
  background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
  background-clip: padding-box;
  box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
              0 0 1px hsla(0,0%,100%,.1) inset,
              0 0 1px hsla(0,0%,0%,.2);
  color: hsla(0,0%,100%,1);
}

.noResults {
  font-size: 12px;
  color: hsla(0,0%,100%,.8);
  font-style: italic;
  cursor: default;
}

/* TODO: file FF bug to support ::-moz-selection:window-inactive
   so we can override the opaque grey background when the window is inactive;
   see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
::-moz-selection { background: rgba(0,0,255,0.3); }
::selection { background: rgba(0,0,255,0.3); }

#errorWrapper {
  background: none repeat scroll 0 0 #FF5555;
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 3px;
  font-size: 0.8em;
}
.loadingInProgress #errorWrapper {
  top: 37px;
}

#errorMessageLeft {
  float: left;
}

#errorMessageRight {
  float: right;
}

#errorMoreInfo {
  background-color: #FFFFFF;
  color: black;
  padding: 3px;
  margin: 3px;
  width: 98%;
}

.overlayButton {
  width: auto;
  margin: 3px 4px 2px 4px !important;
  padding: 2px 6px 3px 6px;
}

#overlayContainer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,0%,.2);
  z-index: 40000;
}
#overlayContainer > * {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#overlayContainer > .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#overlayContainer > .container > .dialog {
  display: inline-block;
  padding: 15px;
  border-spacing: 4px;
  color: hsl(0,0%,85%);
  font-size: 12px;
  line-height: 14px;
  background-color: #474747; /* fallback */
  box-shadow: inset 1px 0 0 hsla(0,0%,100%,.08),
              inset 0 1px 1px hsla(0,0%,0%,.15),
              inset 0 -1px 0 hsla(0,0%,100%,.05),
              0 1px 0 hsla(0,0%,0%,.15),
              0 1px 1px hsla(0,0%,0%,.1);
  border: 1px solid hsla(0,0%,0%,.5);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.dialog > .row {
  display: table-row;
}

.dialog > .row > * {
  display: table-cell;
}

.dialog .toolbarField {
  margin: 5px 0;
}

.dialog .separator {
  display: block;
  margin: 4px 0 4px 0;
  height: 1px;
  width: 100%;
  background-color: hsla(0,0%,0%,.5);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);
}

.dialog .buttonRow {
  text-align: center;
  vertical-align: middle;
}

.dialog :link {
  color: white;
}

#passwordOverlay > .dialog {
  text-align: center;
}
#passwordOverlay .toolbarField {
  width: 200px;
}

#documentPropertiesOverlay > .dialog {
  text-align: left;
}
#documentPropertiesOverlay .row > * {
  min-width: 100px;
}
html[dir='ltr'] #documentPropertiesOverlay .row > * {
  text-align: left;
}
html[dir='rtl'] #documentPropertiesOverlay .row > * {
  text-align: right;
}
#documentPropertiesOverlay .row > span {
  width: 125px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .row > p {
  max-width: 225px;
  word-wrap: break-word;
}
#documentPropertiesOverlay .buttonRow {
  margin-top: 10px;
}

.clearBoth {
  clear: both;
}

.fileInput {
  background: white;
  color: black;
  margin-top: 5px;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

#PDFBug {
  background: none repeat scroll 0 0 white;
  border: 1px solid #666666;
  position: fixed;
  top: 32px;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 0;
  width: 300px;
}
#PDFBug .controls {
    background:#EEEEEE;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
#PDFBug .panels {
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 27px;
}
#PDFBug button.active {
  font-weight: bold;
}
.debuggerShowText {
  background: none repeat scroll 0 0 yellow;
  color: blue;
}
.debuggerHideText:hover {
  background: none repeat scroll 0 0 yellow;
}
#PDFBug .stats {
  font-family: courier;
  font-size: 10px;
  white-space: pre;
}
#PDFBug .stats .title {
    font-weight: bold;
}
#PDFBug table {
  font-size: 10px;
}

#viewer.textLayer-visible .textLayer {
  opacity: 1.0;
}

#viewer.textLayer-visible .canvasWrapper {
  background-color: rgb(128,255,128);
}

#viewer.textLayer-visible .canvasWrapper canvas {
  mix-blend-mode: screen;
}

#viewer.textLayer-visible .textLayer > span {
  background-color: rgba(255, 255, 0, 0.1);
  color: black;
  border: solid 1px rgba(255, 0, 0, 0.5);
  box-sizing: border-box;
}

#viewer.textLayer-hover .textLayer > span:hover {
  background-color: white;
  color: black;
}

#viewer.textLayer-shadow .textLayer > span {
  background-color: rgba(255,255,255, .6);
  color: black;
}

.grab-to-pan-grab {
  cursor: grab !important;
}
.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link) {
  cursor: inherit !important;
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
  cursor: grabbing !important;

  position: fixed;
  background: transparent;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 50000; /* should be higher than anything else in PDF.js! */
}

@page {
  margin: 0;
}

#printContainer {
  display: none;
}

@media screen and (min-resolution: 1.1dppx) {
  /* Rules for Retina screens */
  .toolbarButton::before {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: -5px;
  }

  .secondaryToolbarButton::before {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: -4px;
  }

  html[dir='ltr'] .toolbarButton::before,
  html[dir='rtl'] .toolbarButton::before {
    left: -1px;
  }

  html[dir='ltr'] .secondaryToolbarButton::before {
    left: -2px;
  }
  html[dir='rtl'] .secondaryToolbarButton::before {
    left: 186px;
  }

  .toolbarField.pageNumber.visiblePageIsLoading,
  #findInput[data-status="pending"] {
    background-size: 16px 17px;
  }

  .dropdownToolbarButton {
    background-size: 7px 16px;
  }


  .outlineItemToggler::before {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: -1px;
  }
  html[dir='ltr'] .outlineItemToggler::before {
    right: 0;
  }
  html[dir='rtl'] .outlineItemToggler::before {
    left: 0;
  }
}

@media print {
  /* General rules for printing. */
  body {
    background: transparent none;
  }

  /* Rules for browsers that don't support mozPrintCallback. */
  #sidebarContainer, #secondaryToolbar, .toolbar, #loadingBox, #errorWrapper, .textLayer {
    display: none;
  }
  #viewerContainer {
    overflow: visible;
  }

  #mainContainer, #viewerContainer, .page, .page canvas {
    position: static;
    padding: 0;
    margin: 0;
  }

  .page {
    float: left;
    display: none;
    border: none;
    box-shadow: none;
    background-clip: content-box;
    background-color: white;
  }

  .page[data-loaded] {
    display: block;
  }

  .fileInput {
    display: none;
  }

  /* Rules for browsers that support PDF.js printing */
  body[data-pdfjsprinting] #outerContainer {
    display: none;
  }
  body[data-pdfjsprinting] #printContainer {
    display: block;
  }
  #printContainer {
    height: 100%;
  }
  /* wrapper around (scaled) print canvas elements */
  #printContainer > div {
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: visible;
    page-break-after: always;
    page-break-inside: avoid;
  }
  #printContainer canvas,
  #printContainer img {
    display: block;
  }
}

.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
  display: none;
}

@media all and (max-width: 900px) {
  #toolbarViewerMiddle {
    display: table;
    margin: auto;
    left: auto;
    position: inherit;
    -ms-transform: none;
        transform: none;
  }
}

@media all and (max-width: 840px) {
  #sidebarContent {
    background-color: hsla(0,0%,0%,.7);
  }

  html[dir='ltr'] #outerContainer.sidebarOpen #viewerContainer {
    left: 0px !important;
  }
  html[dir='rtl'] #outerContainer.sidebarOpen #viewerContainer {
    right: 0px !important;
  }

  #outerContainer .hiddenLargeView,
  #outerContainer .hiddenMediumView {
    display: inherit;
  }
  #outerContainer .visibleLargeView,
  #outerContainer .visibleMediumView {
    display: none;
  }
}

@media all and (max-width: 770px) {
  #outerContainer .hiddenLargeView {
    display: none;
  }
  #outerContainer .visibleLargeView {
    display: inherit;
  }
}

@media all and (max-width: 700px) {
  #outerContainer .hiddenMediumView {
    display: none;
  }
  #outerContainer .visibleMediumView {
    display: inherit;
  }
}

@media all and (max-width: 640px) {
  .hiddenSmallView, .hiddenSmallView * {
    display: none;
  }
  .visibleSmallView {
    display: inherit;
  }
  .toolbarButtonSpacer {
    width: 0;
  }
  html[dir='ltr'] .findbar {
    left: 38px;
  }
  html[dir='rtl'] .findbar {
    right: 38px;
  }
}

@media all and (max-width: 535px) {
  #scaleSelectContainer {
    display: none;
  }
}


/*viewer*/
#netcasignpdf{
  width:100%;
  height:750px;
  display: none;
}

.openfile,.verification,.about,.fullscreen,.sign,.zoomIn,.zoomOut{
  width:45px;
  /* height:60px; */
}
.pageUp,.pageDown{
  width:45px;
  height:60px;
  padding: 0 3px;
}
.sidebar{
  width:90px;
  height:60px;
}
#pageNumber,#numPages,#scaleSelectContainer{
  /* margin-top:20px; */
  color:#000;
}
#scaleSelect,#scaleSelectContainer{
  min-width: 82px!important;
}
#pageNumber{
  margin-left:20px;
  background:#fff;
}
#toolbarViewer,#toolbarContainer{
  height:75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#siderMenuBar {
  position: absolute;
  left: 0;
  top: 75px;
  bottom: 0;
  width: 50px;
  background-color: #F2F2F2;
  z-index: 200;
}

#siderMenuBar .sidebar_img{
  margin: 10px auto;
  display: block;
}


.NetcaSignMoveDiv{
  position:absolute;
  pointer-events: none;
  z-index: 999;
}
.NetcaSignMoveDiv #NetcaSignMoveImage{
  display:block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#toolbarViewerLeft{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html[dir='ltr'] #toolbarViewerLeft > *,
html[dir='ltr'] #toolbarViewerRight > *{
  width:65px;
  /* height:75px; */
  color:#60789E;
  /* margin-right:10px; */
}
html[dir='ltr'] .toolbarButton,
html[dir='ltr'] .overlayButton,
html[dir='ltr'] .dropdownToolbarButton ,
html[dir='ltr'] .splitToolbarButton
{
  margin:0;
}
input#pageNumber.toolbarField.pageNumber{
  height:24px;
  line-height:24px;
  /* margin-top:27px; */
  margin-left:20px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
span#numPages.toolbarLabel{
  height:24px;
  line-height:24px;
  margin-top:27px;
}
span#scaleSelectContainer.dropdownToolbarButton{
  height:30px;
  line-height:20px;
  /* margin-top:27px; */
  margin-left:20px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
span#scaleSelectContainer.dropdownToolbarButton select{
  height: 30px;
}
#previous,#next{
  width:59px;
  height:75px;
  color:#60789E;
  cursor: pointer;
}

#sidebarContent{
  background-color: #D8D8D8;
}
#viewerContainer{
  background-color:#9D9D9D;
}
#viewerContainer{
  /* background-image: url("../images/icon/pic_netca_logo.png"); */
  background-position: center center;
  background-repeat: no-repeat;
}
html[dir='ltr'] #toolbarViewerRight{
  float:left;
}
div#findbar.findbar.doorHanger{
  background: #95969d;
}
#scaleSelect{
  padding-bottom:0;
}
#NetcaReaderAxTable tr td{
  padding:10px;
}


/**验证信息*/
#netcasignedDataVerify{
  width:100%;
  height:47px;
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:10;
  display: none;
  border-top:1px solid #949494;
  border-bottom:1px solid #949494;
  z-index: 101;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAvCAYAAAEA1XMHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHSSURBVHjabMOxCQAhAATB7b84MyMT4QUFQbGC/QZuYJhPU8bVlH40pW1NqUtTyqfpDwAA//9iGJSuAgAAAP//lMOxCQAhAATB7b80MzMT4RE0EEQ72K/hBob1NMm4mqQfTdK2JqlTk5RPkz8AAAD//5TTQQEAAABDwP6tFeChwtyynfZcc1Z8BbF2Lz0qagUqfkpylSy/anolrwPoKY4NAAAA//+0w10GgEAYheHDmJtv/8vqIiIiMapJ+l/B2yrOw6P6gavWF1w1P+CqcoOrpgtcNZ7gquEAV/U7uKrbwFXtAq5qCrgqUk6Rcjj+AAAA//+017ENwDAAw7AhKBDk/4P7gjnoCYum7lijqsFST8yhzFZQCky1zqZVCTaTIdtrsQi5JYuAqnXGU1YWURkJLsuVQn9mZNZA8SlZNgurfqMZ1FmtReqk+owAeifna/HOdwtX/AAAAP//1NjBCYRQAAPR9F+NRXgTWRFB0MPuKiriF+xgrCKHHF4Pk9i6wsmWFk7WAedLogfSWNdsXMo5Wad9XII66XtDGus54+v9Amk0F0ij6YI0tqnipPGENLaJ5aThgDTqd0ijboM0+qyQRu0CadT8II2q+k+aFwAA//8DANfdYTwv+p93AAAAAElFTkSuQmCC);

}
#netcasignedDataVerify span{
  line-height: 45px;
  font-size:12px;
}
#netcasignedDataVerify .netcasignedDataVerify_l{
  float:left;
}
#netcasignedDataVerify  .netcasignedDataVerify_r{
  float:right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#netcasignedDataVerify .netcasignedDataVerify_l .netcainvalidIcon{
  padding-left:20px;
}
#netcasignedDataVerify .netcasignedDataVerify_l .netcainvalidInfo{
  padding-left:20px;
}
#netcasignedDataVerify  .netcasignedDataVerify_r .netcainvalidBtn{
  padding-right:20px;
}
#netcasignedDataVerify  .netcasignedDataVerify_r .netcainvalidBtn input{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAZCAYAAACB6CjhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI4QzJCOTMxQTcxMTFFNzhDMDdENjIzRDk3NTMwRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI4QzJCOTQxQTcxMTFFNzhDMDdENjIzRDk3NTMwRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjhDMkI5MTFBNzExMUU3OEMwN0Q2MjNEOTc1MzBFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjhDMkI5MjFBNzExMUU3OEMwN0Q2MjNEOTc1MzBFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhkrvcgAAANbSURBVHja5Fk7rhpBEJxdnsTDASEQkzh6F/BRHDnzR/IduIMDO3yZT+ITEFgkxEgICSFhQOLj7RWF6hXdw1qObEZasTvb29PVXV2zQHE6ndJ0On2bUvpYHW+qo0z/9zhWx4/q+DocDr8Xk8nk/ePj47der5eqz3QPY7PZpPl8nrbb7YfyeDx+6vf7dwPeRqfTSYbZsBvdn9rtdrq3ccb89FBloTAduMdh2B8Oh4OdpKIoQkMkKLLhBLKNzeeub/nJ2fM9nEf20bxhLxm8GUZsUAdsa/dweCCaDATJ63hr5mLLJTdgQLIWqE80YAUCG89OgWqgbOOxSX3kCuH5yo1crHUCjAaegXceBaeg+NpL6K0EN2FLjmHRuhq7Ya8ZoIC9IDVJt3oYGW7SkxpsWZZuxW4xLTfvFe4FA3K0VVGCvQXKyVObJkF6CQUbvLX/RvR0/ooBTdqAq6qBqpZ4AWureFWNBNcrUiS6ur7HDou3VA3wFFkDzglOU2CRr0hrdIfgGL34cr5fMCB6D1CaRcyI6O2pNdZRNkX+ot0nUnb2yWxUFmHu0gIRGG/b8HqVK+RtqV5ya/pVGlK/jJw/VQAjsNx63pbImBiwV4CLCEaKjUBx33vZgY4w/TwAOAcA+LQY4BsJiZLMyUMVOfkKlm1Vpy4MYGMGggf3+/2V8OE+V04DwC7BC/Kc+tM4GDTvOHYwcCTCE0Os67H6wgAEAcAIQhdRseRAuapYRIPianuKzOARC7MECWcmcoV5e85ttZi/MADDKt1qta4oyknxEqKC5u3Tyi7dIVgP2A+/HCnD8Bz7ViHkROr69X2lNAuM9o6ChxOPuiw0DIIrAVpry+laUUXVv6f23jdVTpy1QHV9KuzCqq8vOJhXxY2qqSJ0lXHSANA5akHdNdiG28vTI315U20wthv2crfb/VytVhdhwWJ2jgDxaffsQY9KDIqTBL+eZmAdfhZztg7W4laAjfrCGtqGqjk4X6/XybCXi8XieTweJ0sCguG+j762MihkX39bUHFEZbgfmdZoEfs01oGRbMs2oDHm9D3F7KFpnJjlcpkMs2G3aF+NRqPPg8HgXbfbfV386a8K/9iwfq+KPZnNZs8V7i/F+X8A+0m4a8m4k/8FflXHqjq2vwUYAPj3dSN0sh+tAAAAAElFTkSuQmCC) no-repeat;
  border:none;
  padding:3px 6px;
  color:#60789E;
  cursor: pointer;
  font-size:10px;
  background-position: 0 12px;
}
#netcasignedDataVerify  .netcasignedDataVerify_r .netcainvalidClose{
  padding-right:20px;
  cursor: pointer;
}

/*签名验证具体信息*/
#netcaDisplaySignedDataVerify{
  width:18%;
  height:84%;
  position:absolute;
  left:0;
  top:115px;
  background: #ebebeb;
  display: none;
  z-index: 100;
}
#netcaDisplaySignedDataVerify .netcaDisplay{
  width:86%;
  height:100%;
  margin:auto;
}
.netcasignInfo{
  height:90%;
  overflow-y: auto;
  background: #fff;
  border:1px solid #cfcfcf;
}
#netcaDisplaySignedDataVerify .netcasignState{
  position:relative;
  line-height:50px;
  font-weight: bold;
  font-size:14px;
}
#netcaDisplaySignedDataVerify .netcasignState span{
  position:absolute;
  right:0;
}
.netcasubjectCN{
  margin-left:6px;
  line-height:20px;
  font-size:12px;
}
.netcasubjectCN span{
  padding-right:10px;
}
.netcasignContent{
  border:1px solid #cfcfcf;
  background:#FAFAFA;
  border-radius: 2px;
}
.netcasignTip{
  position:relative;
  font-size:12px;
}
.netcasignTip span{
  display: inline-block;
  line-height:30px;
  padding-left:10px;
  font-weight: bold;
}
.netcasignTip input{
  width: 60px;
  position:absolute;
  right:10px;
  top:3px;
  padding:2px 5px;
  background:#f9f9f9;
  border:1px solid #cfcfcf;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
}
.netcasignTip input:hover{
  background: #FAFAFA;
}
.netcasignTime{
  border-top:1px solid #ebebeb;
  line-height:20px;
  padding:10px;
  color:#757575;
  font-size:12px;
  display: none;
}
.netcasignTime p{
  margin-bottom:5px;
}
.netcasignDetail{
  padding:10px 10px 10px 10px;
  cursor: pointer;
}

.netcasignDetail:hover{
  background: #e2eeff;
}
.name{
  position:absolute;
  width:200px;
  height:200px;
  border:4px dotted red;
  z-index:99;
}
.netcafieldInfo{
  position: absolute;
}
.netcafieldInfo:hover{
  border:4px dashed #71c5fa;
}
.netcainvalidIcon img,#netcaclose2 img, .netcainvalidClose img{
  vertical-align: middle;
}

/**签章菜单*/
.netcasignmenu{
  width:100px;
  display: none;
  position: absolute;
  top: 70px;
  left: 740px;
  z-index: 999;
}

.netcasignmenu ul{
  width: 100px;
  overflow: hidden;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: white;
}
.netcasignmenu ul li{
  line-height:40px;
  text-align: left;
  padding-left:20px;
  cursor: pointer;
  color:#333;
  font-size:14px;
}
.netcasignmemuitem ul li{
  border-bottom: 1px solid #D3D4D3;
}
.netcasignmemuitem ul li:last-child{
  border-bottom: none;
}



/**获取源文件PDFbase64、签名后的PDFbase64*/
.netcapdfbase64{
  margin:20px;
}
.netcapdfbase64 table tr{
  line-height: 40px;
}
.netcapdfbase64 table tr textarea{
  padding:10px;
}
.netcapdfbase64 table tr button{
  cursor: pointer;
  background: #1E9FFF;
  color:#F2F2F2;
  border:none;
  padding:3px 5px;
  box-sizing: content-box;
}

/**注释结构*/
.hideElement{display: none;}



.file-box{ position:relative;display:inline-block;}
.file-box .file{
  width:65px;
  height:75px;
  position:absolute;
  top:0;
  right:0;
  /* filter:alpha(opacity:0); */
  opacity: 0;
  cursor: pointer;
  border:none;
  outline: none;
}
.file-box.pfxFile{
  padding:0!important;
}
.file-box button{
  width:65px;
  height:75px;
  color:#60789E;
  border:none;
  background: transparent;
  font-size:12px;
}

.feedback-container {
  width: 100%;
  height: 100%;
  /* background:#f1f1f1; */
  position: relative;
}
.feedback-container .feedback-container-router {
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
  padding-left: 90px;
}
.feedback-container .feedback-container-router .feedback-container-router-wrap {
  background: #fff;
  overflow: auto;
  height: 100%;
  /* margin-right: -51px; */
}
/* .feedback-container .feedback-container-router .feedback-container-router-wrap .ant-table-body{
	overflow: auto;
} */
.feedback-container-router > div {
  padding-right: 0px !important;
  width: 250px;
}
.feedback-container-router > div > ul {
  padding: 5px 5px 0 !important;
}
.validate-modal .validate-form .tips {
  font-size: 16px;
  line-height: 32px;
}
.validate-modal .validate-form .code-input {
  position: relative;
  margin: 10px 0;
}
.validate-modal .validate-form .code-input .sms-btn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
}
.validate-modal .validate-form .btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #1890ff !important;
  font-size: 16px;
}
.register {
  color: #4F78E0 !important;
}
.otherLogin {
  cursor: pointer;
  text-align: center;
}
.otherLogin .title {
  border-bottom: 1px solid #A8C6F0;
  height: 26px;
  position: relative;
  margin-bottom: 15px;
}
.otherLogin .title span {
  color: #1A3C64;
  font-size: 14px;
  width: 120px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 15px;
  background: #fff;
}
.opacity .ant-popover-inner {
  background: rgba(255, 255, 255, 0.7);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all .5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(a) ". ";counter-increment:a}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(b) ". ";counter-increment:b}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(c) ". ";counter-increment:c}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(d) ". ";counter-increment:d}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(e) ". ";counter-increment:e}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:a}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:b}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:c}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:d}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:e}.bf-image-link-editor,.bf-image-size-editor{padding-bottom:1px;overflow:hidden;border-radius:2px 2px 0 0;box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-image-link-editor .editor-input-group,.bf-image-size-editor .editor-input-group{width:300px;margin:8px 10px;overflow:hidden}.bf-image-link-editor input,.bf-image-size-editor input{display:block;float:left;box-sizing:content-box;height:32px;margin:0 5px 0 0;padding:0 10px;background-color:hsla(0,0%,100%,.1);border:none;border-radius:2px;outline:none;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-image-link-editor input:hover,.bf-image-size-editor input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-image-link-editor input:focus,.bf-image-size-editor input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-image-link-editor button,.bf-image-size-editor button{float:left;width:90px;height:32px;margin:0;padding:0 20px;background-color:#3498db;border:none;color:#fff;font-size:12px;border-radius:2px;cursor:pointer}.bf-image-link-editor button:hover,.bf-image-size-editor button:hover{background-color:#2084c7}.bf-image-size-editor input{width:80px}.bf-image-link-editor input{width:185px}.bf-image-link-editor .switch-group{height:16px;margin:10px}.bf-image-link-editor .switch-group .bf-switch{float:left}.bf-image-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-content .bf-image{position:relative}.bf-content .bf-image .bf-csize-icon{position:absolute;z-index:2;width:10px;height:10px;background-color:rgba(52,152,219,.3)}.bf-content .bf-image .bf-csize-icon.right-bottom{right:0;bottom:0;cursor:se-resize}.bf-content .bf-image .bf-csize-icon.left-bottom{left:0;bottom:0;cursor:sw-resize}.bf-content .bf-image .bf-pre-csize{position:absolute;z-index:1;background:transparent}.bf-content .bf-image .bf-pre-csize.rightbottom{left:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-pre-csize.leftbottom{right:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-media-toolbar:before{visibility:hidden}.bf-content .bf-image .bf-media-toolbar[data-align=center] [data-align=center],.bf-content .bf-image .bf-media-toolbar[data-align=left] [data-align=left],.bf-content .bf-image .bf-media-toolbar[data-align=right] [data-align=right],.bf-content .bf-image .bf-media-toolbar[data-float=left] [data-float=left],.bf-content .bf-image .bf-media-toolbar[data-float=right] [data-float=right]{color:#3498db}@font-face{font-family:braft-icons;src:url(data:font/woff;base64,d09GRgABAAAAACxUAAsAAAAALAgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIH02NtYXAAAAFoAAAA9AAAAPQXCcwWZ2FzcAAAAlwAAAAIAAAACAAAABBnbHlmAAACZAAAJggAACYI9aImY2hlYWQAAChsAAAANgAAADYTSfwFaGhlYQAAKKQAAAAkAAAAJAfCBAxobXR4AAAoyAAAASwAAAEsIgAgXGxvY2EAACn0AAAAmAAAAJhQxVqgbWF4cAAAKowAAAAgAAAAIABVAH1uYW1lAAAqrAAAAYYAAAGGmUoJ+3Bvc3QAACw0AAAAIAAAACAAAwAAAAMD+QGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6rADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEANgAAAAyACAABAASAAEAIOAp4DTgN+BC4LjiKOI547jjwuQp6SbpMelG6WjpgOms6mjqbOpu6nXqsP/9//8AAAAAACDgJuA04DfgQuC44ijiOeO448LkKekA6SzpRuln6YDprOpo6mvqbupz6rD//f//AAH/4x/eH9Qf0h/IH1Md5B3UHFYcTRvnFxEXDBb4FtgWwRaWFdsV2RXYFdQVmgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAQAVQCAA6sC1QARACMANQBHAAATITIXFhUUBwYjISInJjU0NzYTITIXFhUUBwYjISInJjU0NzY3ITIXFhUUBwYjISInJjU0NzY3ITIXFhUUBwYjISInJjU0NzaAAwASDA0NDBL9ABIMDQ0MEgMAEgwNDQwS/QASDA0NDBIDABIMDQ0MEv0AEgwNDQwSAwASDA0NDBL9ABIMDQ0MAtUMDRESDQwMDRIRDQz+AAwNERINDAwNEhENDKsNDBIRDQwMDRESDA2rDQwSEgwNDQwSEgwNAAAABABVAIADqwLVABEAIwA1AEcAABMhMhcWFRQHBiMhIicmNTQ3NhMhMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NoADABIMDQ0MEv0AEgwNDQwSAlUSDA0MDRL9qxIMDQ0MEgMAEgwNDQwS/QASDA0NDBICVRIMDQwNEv2rEgwNDQwC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAAEAFUAgAOrAtUAEQAkADYASQAAEyEyFxYVFAcGIyEiJyY1NDc2EyEyFxYVFAcGIyEiJyY1NDc2MychMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjOAAwASDA0NDBL9ABIMDQ0MZwJWEQ0MDA0R/aoRDQwMDRFVAwASDA0NDBL9ABIMDQ0MZwJWEQ0MDA0R/aoRDQwMDREC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAAEAFUAgAOrAtUAEQAkADYASQAAEyEyFxYVFAcGIyEiJyY1NDc2EyEyFxYVFAcGIyEiJyY1NDc2MychMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjOAAwASDA0NDBL9ABIMDQ0MvQJVEgwNDQwS/asSDA0MDRKrAwASDA0NDBL9ABIMDQ0MvQJVEgwNDQwS/asSDA0MDRIC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAACAQAAgQMAAtUAAwAHAAABMxEjIREzEQJWqqr+qqoC1f2sAlT9rAAAAQFWAIEDKgLVAAIAAAkCAVYB1P4sAtX+1v7WAAEAqgArA1YDgQAuAAABMhceARcWFRQHDgEHBiMiJy4BJyY1MxQXHgEXFjMyNz4BNzY1NCcuAScmIxUnNwIARj8+XRsbGxtdPj5HRj8+XRsbVhQURS8vNTUvL0UUFBQURS8vNdbWAtUbG1w+PkZHPj5dGxsbG10+Pkc2Li9FFBQUFEUvLjY1Ly5GFBSs1tYAAAMAMwCqA80CqwAEAAkADQAAEyEVITUDNSEVITc1IRX/As79MswCzv0yaALKAqtnZ/3/Z2fOZWUABQCAACsDgAMrAAMABwALAA8AEwAAAREhEQERIREDESERAREhEQMhESEDKv8AAQD/AFT/AAEA/wBWAwD9AAHVAQD/AP6sAQD/AAFUAQD/AP6sAQD/AAKq/QAAAAACAFYAKwNWAtUACAARAAABIRUjByc3IycnFwEHJwcjNwEBAAJW+ERaHmZ4dAwCaDbyQoBo/tgC1YCgWEh4CAr9ljbynPYBKAACAIAAKwN0Ax8AAwAWAAAlAScBAR4BDwEXBycBIzUBJzcXNzYyFwEoAVhS/qgCngwBDYZSPDz+gsoBfDw8UoYMJAyBAVhS/qgB6AwjDYZSPDz+hMoBfjw8UoYMDAAAAAAEAIAAKwOAAysACAARABoAIwAAATIWHQEjNSM1EzUzFRQGKwE1JRUzFSMiJj0BETQ2OwEVIxUjAyoiNFaqqlYzI6r+VqqqIjQzI6qqVgMrNCKqqlb9VqqqIzNWqqpWMyOqAaoiNFaqAAYAgAArA4ADKwAHAAsAEwAbAB8AIwAAAREzFTMVIxUXITUhJTMRIzUjNTMBIxEzFSEVIQEhFSERIRUhAoBWqqqq/lYBqv2qVlaqqgEAVFQBVv6q/lYBqv5WAQD/AAIrAQBWVFaqVFb/AFZU/lYBAFZUAlRU/lRUAAIAgABNA4ADTQATAB0AACUhESE1ISIGFREUFjMhMjY1ESMRAxUzARcBFTMRIQMr/aoBK/7VIzIyIwJWIzJV1pr+XDwBpFX+1aICVVYyJP2rIzIyIwEr/tUCq1b+XTwBo5kBKwAEAFUAIgOrA3cABAAhAD0AQgAAJTMRIxETIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDMzUjFQHVVlYrWE5OdCEiIiF0Tk5YWE5OdCEiIiF0Tk5YRz4+XRobGxpdPj5HRz4+XRobGxpdPj5yVlb3AQD/AAKAISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdGPz5cGxsbG1w+P0ZHPj5dGxsB1lVVAAAEAFUAIgOrA3cABAAhAD0AUgAAJTM1IxUTIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDIgYVMzQ2MzIWFRQGFTM0NjU0JiMB1VZWK1hOTnQhIiIhdE5OWFhOTnQhIiIhdE5OWEc+Pl0aGxsaXT4+R0c+Pl0aGxsaXT4+R0dkVjIjIzKAVoBkR81VVQKqISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdGPz5cGxsbG1w+P0ZHPj5dGxsCVmRHIzIyI0AtaEg9UEdkAAACAFUAzQOrAs0ABQALAAABJzcnCQElNyc3CQEBkcTEPP8AAQABGsTEPAEA/wABCcTEPP8A/wA8xMQ8/wD/AAAAAwErAM0C9QMiAA8AGQAiAAABPgE1NCYjIREhMjY1NCYnJzMyFhUUBisBNRMjNTMyFhUUBgKaHydjSP72ASxDWzIp74AaJiYagJWVlRslJQIAFkEgSWL9q19DME4TtyUbGiaA/oCAJRsaJgAAAQCAACYDgAN3ADQAAAEiBgclPgE1NCYnJR4BMzI2NTQmIyIGFRQWFwUuASMiBhUUFjMyNjcFDgEVFBYzMjY1NCYjAwAYKxH+0AICAgIBLREtGTVLSzU1SwIC/tMRLRk1S0s1GS0RATACAkk0NElJNAEfEg+xBw8IBw8IrxATSzU2Sko2Bw8HsBATSzU1SxIQsQcOBzNJSTM0SQAAAQErAU0C1QIiAAIAAAEXNwEr1dUCItXVAAAAAAMAVQAiA6sDdwAcACsAOgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMBNDc+ATc2MzIWFwEuATUBIiYnAR4BFRQHDgEHBiMCAFhOTXQiIiIidE1OWFhOTXQiIiIidE1OWP6rGxtcPj9GOmot/iIjJQFVOmotAd4jJRsbXD4/RgN3ISJ0Tk1YWE5OdCEiIiF0Tk5YWE1OdCIh/lZGPj5dGxslI/4iLWo6/qomIwHeLWs5Rz4+XRsbAAAAAAMAgADNA4ACzQADAAcACwAANyE1ITUhNSE1FSE1gAMA/QADAP0AAwDNVYBV1lZWAAEBKwF3AtUCTQACAAABNxcBK9XVAXfW1gAAAAADAasAdwJVAyIADAAYACQAAAEyNjU0JiMiBhUUFjMVIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYCACMyMiMjMjIjIzIyIyMyMiMjMjIjIzIyAnczIyMyMiMjM1UyIyMzMyMjMv8AMiMjMzMjIzIAAAAAAwCrAXcDVQIiAAwAGAAkAAABIgYVFBYzMjY1NCYjISIGFRQWMzI2NTQmISIGFRQWMzI2NTQmAQAjMjIjIzIyIwIAIzIyIyMyMv7dIzIyIyMyMgIiMiMjMzMjIzIyIyMzMyMjMjIjIzMzIyMyAAAAAAIAAP/ABAADgAApAC0AAAERIzU0JiMhIgYdARQWMyEyNj0BMxEhFSMiBhURFBY7ATI2NRE0JisBNQEhNSEEAMAmGv1AGiYmGgLAGiaA/cAgDRMTDYANExMNIAFA/UACwAGAAYBAGiYmGsAaJiYaQP8AgBMN/sANExMNAUANE0ABgEAAAAQA1QCiAysC9wAGAA0AEwAaAAATMxUzNSMVEyMVMzUjFQEzNTM1IxM1IxUzNSPVgFbWgIDWVgEAVoDWVlbWgAEigNVVAVVV1YD+K4BVAQCA1VUAAAEAZAAlA1wDXABEAAABERQHBgcGBwYjIicmJyYnJjU0NzY3Njc2MzIXEQURFAcGBwYHBiMiJyYnJicmNTQ3Njc2NzYzMhcRNDc2NyU2MzIXFhUDXBERGhkaGRYXGRoZGhEREREaGRoZFzMr/oURERoZGhkXFhkaGRoRERERGhkaGRY0KwoJDwGbBggUDg4DLP3WGBQTCgsFBQUFCwoTFBgZExQKCwUFEwEKdv6iGRMTCwsFBQUFCwsTExkZExMLCgYFEwHeDw0MBX8CDg4UAAAEAHUAQgOJA1YALwA8AGIAeAAAAS4BBw4BJy4BJy4BBwYiJyYGBw4BJyYGBxQVHAEVFBUeATM2MzoBMzIzMjY3PAE1BSImNTQ2MzIWFRQGJyUqASM8ATU6ATMUFhUUFxwBFQYHFAYHDgEnLgE3PgE3OgEzPAE1BT4BNzoBMxQWBw4BJy4BNz4BNzoBMwKBARkZChUJCxcEFEMvBw8HHikMDCgdFyILCxgWNDM0ZzQzNBsaAf77L0FBMDBAQDEBtx8/IDRoNgEBAQENCxVFICIlBgc3JAcNCf7OAQICEyQTAwUFSiMmOAIBOiYHEAkCzhcaAQEBAwIJCC0fCAEBBhgbGxYGBBMVKCgpUCgoKQ8VARcaSpRK7T8uMEA/LzBAARchPyAKEgkzMjNmMjMzFCwRIBAOD0IjJjQDN2053QwUCi5dLSUsBgVEJig+BAAAAAAEANUAogMrAvcABQALABEAFwAAASMVMzUjAzM1MzUjASMVMzUjAxUzFTM1AStW1oBWVoDWAgCA1laAgFYBd9VVASuAVf4AVdUBgFWA1QAAAAQAAAAABAADQAAbADMATwBTAAABFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGASMuASMhIgYHIyIGFREUFjMhMjY1ETQmASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgEjNTMBMBAROCYmKysmJjgREBAROCYmKysmJjgREAKQ4AwkMP8AMCQM4BomJhoDgBomJv4mOzQzTRcWFhdNMzQ7OzQzTRcWFhdNMzQBhYCAAWArJiY4ERAQETgmJisrJiY4ERAQETgmJgE1MFBQMCYa/cAaJiYaAkAaJv2EFhdNMzQ7OzQzTRcWFhdNMzQ7OzQzTRcWAbxAAAEAkQCiA4AC3gAGAAABJwcXAScBAYCzPO8CADz+PAEaszzvAgA8/jwAAAAAAQDiAIADHgLJACYAAAE3NjQnJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvAQI84g0NDCQM4uIMJAwNDeLiDQ0GEAgIEAbi4gYQCAgQBg0N4gGr4gwjDQwM4uIMDA0jDOLiDSMMBwYGB+HhBwYGBwwjDeIAAAUAVQCVA6sC6wAZACoARABeAHgAAAEhIgYHDgEVFBYXHgEzITI2Nz4BNTQmJy4BJTQmIyEiBh0BFBYzITI2PQEDISIGBw4BFRQWFx4BMyEyNjc+ATU0JicuAQMhIgYHDgEVFBYXHgEzITI2Nz4BNTQmJy4BBSEiBgcOARUUFhceATMhMjY3PgE1NCYnLgEB1f6rCQ8GBgcHBgYPCQFVCQ8GBwYGBwYPAc0ZEv8AEhkZEgEAEhkr/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg/+TP6rCQ8GBgcHBgYPCQFVCQ8GBwYGBwYPAZUGBgYQCAkPBgcGBgcGDwkIEAYGBoERGRkRrBEZGRGs/tUHBgYPCQkPBgYHBwYGDwkJDwYGBwIABwYGDwkJDwYGBwcGBg8JCQ8GBgerBgcGDwkIEAYGBgYGBhAICQ8GBwYAAAAABABVAE0DqwNNAA4AEgAeACIAAAEhIgYVETMVITUzETQmIwMhNSE3IiY1NDYzMhYVFAYDIRUhAyv9qjVLqwIAq0s1gP6qAVaAEhkZEhEZGTz+AAIAAndKNv8AqqoBADZK/ivVVhkREhkZEhEZAYCrAAIAgABjA2oDTQAiAC8AAAEjJz4BNTQnLgEnJiMiBw4BBwYVFBceARcWMzI2NxcVFzcnISImNTQ2MzIWFRQGIwKVIQwfJBYWSzMyOjkzMksWFhYWSzIzOTRcJQvWP9X/AE9xcU9QcHBQAXcMJF0zOjIzSxYWFhZLMzI6OTIzSxYWJB8MItQ/1XFPUHBwUE9xAAIAZAAiA5wDdwBNAFkAAAE+ATU0Jic3PgEvAS4BDwEuAS8BLgErASIGDwEOAQcnJgYPAQYWHwEOARUUFhcHDgEfAR4BPwEeAR8BHgE7ATI2PwE+ATcXFjY/ATYmJwUiJjU0NjMyFhUUBgM9AQICAVoGAwRVBA8HahEkFBABDAiqCAwBEBQkEWoHDwRVBAMGWgECAgFaBgMEVQQPB2oRJBQQAQwIqggMARAUJBFqBw8EVQQDBv5pPldXPj5XVwGjChULCxQLRgUPB5QHBQMqDBUIcgcKCgdyCBUMKgMFB5QHDwVGCxUKCxUKRgUQB5MHBQIrDRUIcQgKCghxCBUNKwMGB5MHEAUmWD4+V1c+PlgAAQDVAKIDKwL3AAsAAAEhESMRITUhETMRIQMr/wBW/wABAFYBAAGi/wABAFUBAP8AAAAAAAQAVf/vA6sC7wAeADMAOAA9AAATNwEHJyM1JyM1Jw4BFRQWOwEVIyInLgEnJjU0NjcnBTIXHgEXFhUUBgcnPgE1NCYrATUzITMVIycFFSMnM1U3Ask2q0mMSmogJWdIgIA1Li9FFRQyKlwCVjUuL0UVFEc5PC88Z0iAgP6qgDZRAV0zVYgCuTb9NzerSYxKaxhIKklmURQURS8vNTpnIlwfFRRFLy41R3YhPRRWN0hnUVFR1lVVAAADAFUAmgOrApoAGgA1ADkAAAEjFTMyFhUUBisBFTMyNz4BNzY1NCcuAScmIwE0NjsBNSMiBw4BBwYVFBceARcWOwE1IyImNRchNSECq4CASGdnSICANS4vRRUUFBVFLy41/ftnSICANS4vRRUUFBVFLy41gIBIZ68BVv6qAppRZ0hJZlEUFEUvLzU1Li9FFRT/AEhnURUURS8uNTUvL0UUFFFmSStVAAAFAFUAIgOrA3cAHAA4AEQAUABYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTMjY1NCYjIgYVFBYhMjY1NCYjIgYVFBYTMjY3IR4BMwIAWU1OdCEiIiF0Tk1ZWE5OdCEiIiF0Tk5YRz4+XRsaGhtdPj5HRz4+XRsaGhtdPj5OGyUlGxomJv7wGiYmGhslJbBLdRr+TBp1SwN3ISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdHPj5dGhsbGl0+PkdHPj5dGxsBgCYaGyUlGxomJhobJSUbGib+61RBQVQAAAAJAAAAQAQAA0AAAwAHAAsADwATABcAGwAfACIAABMRIREBIzUzNSM1MzUjNTMBIREhEyM1MzUjNTM1IzUzBRElAAQA/MCAgICAgIACQP4AAgDAgICAgICA/cABAANA/QADAP1AgICAgID9gAKA/YCAgICAgID+gMAAAAAAAgDVAE0DKwNNABkAHgAAJTI3PgE3NjURIxEUBiMiJjURIxEUFx4BFxYHFSE1IQIANS8uRhQUa1c+PldrFBRGLi/2Alb9qvcVFEUvLzQBVv6qPVhYPQFW/qo0Ly9FFBVVVVUAAAUAVQCVA6sC6wAaACsARQBfAHoAAAEhMhYXHgEVFAYHDgEjISImJy4BNTQ2Nz4BMyU0NjMhMhYdARQGIyEiJj0BEyEyFhceARUUBgcOASMhIiYnLgE1NDY3PgETITIWFx4BFRQGBw4BIyEiJicuATU0Njc+AQUhMhYXHgEVFAYHDgEjISImJy4BNTQ2Nz4BMwIrAVUJDwYGBwcGBg8J/qsJDwYHBgYHBg8J/ioZEgEAEhkZEv8AEhkrAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8BtAFVCQ8GBgcHBgYPCf6rCQ8GBwYGBwYPCQGVBgYGEAgJDwYHBgYHBg8JCBAGBgaBERkZEawRGRkRrP7VBwYGDwkJDwYGBwcGBg8JCQ8GBgcCAAcGBg8JCQ8GBgcHBgYPCQkPBgYHqwYHBg8JCBAGBgYGBgYQCAkPBgcGAAAAAAMAgACiA4ADIgAEAA0AEQAAJTM1IxUDFTMVMzUzNSEDITUhAauqqtbWqtb9qlUDAP0AooCAAoCAgICA/lVWAAACAIAAogOrAyIACAARAAABFTMRMxEzNSEBMxEzETM1IRUBgNWA1v3V/wCAgID+gAMigP4AAgCA/qv+1QErgIAAAgDVAPcDKwKiAAYADQAAJTM3ESERMwUzNxEhETMBAIBV/wCAAQCAVv8AgPerAQD/AKurAQD/AAAGAFUAdwOAAyIACwASAB0AIgAnACwAADczFSMVMxUjFTM1IxMzNSMVMxUHMwcVMzUjNzUjFRMVITUhESE1IRURITUhFVVWKytWgIArK1YrK01NgExMgNYCVf2rAlX9qwJV/av3FSsVK6sBVasrgIBZJytaJisBAFVV/atVVQEAVVUAAAAGAGsAjQOAAw0ACwAXACMAKAAtADIAABMiBhUUFjMyNjU0JgMiBhUUFjMyNjU0JgMiBhUUFjMyNjU0JhchNSEVESE1IRURFSE1IasbJSUbGiYmGhslJRsaJiYaGyUlGxomJmYCVf2rAlX9qwJV/asCDSYaGyUlGxomAQAmGhslJRsaJv4AJhoaJiYaGiZrVVUBAFVVAVVVVQAAAAABAQAAzQMAAyIACwAAARUzAyMVITUjEzM1AatekncBVV6SdwMigP6rgIABVYAAAAABAAABawQAAesAAwAAEyEVIQAEAPwAAeuAAAAABgBA/8ADwAPAABkAIQA5AEcAVQBjAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeCg/kANExMNAcANExMN/kANExMNAcANExMN/kANExMNAcANExMC2xczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0T/gATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NEwAAAAUAAP/ABAADwAAIAAsAEwAWABwAAAERIQcRIREhESUVIwMRMzUhFQcRExUjASERMzUhAoD+QMABgAKA/MBlG8ABQMDAZQHl/gDAAUACwAEAwP3A/wADAKVl/gABwMDAwP8AAWVl/gABwMAAAAUAQP/ABAADwAANABgANAA3AD0AAAEjNTQmKwEiBh0BIxUhJyM1OAExMzgBMRUFNTQmKwEVMxUjBxEhETM1IyIGFREUFjMhFSERBRUjASERMzUhAsCAJhqAGiaAAgDAgIABQBMNQCDAwP8AIEANExMNASACgP5AZQHl/gDAAUADQEAaJiYaQICAQEDAoA0TQIDA/wACQEATDf2ADRPAAsBbZf5AAYDAAAYAgABNA4ADTQADAAcACwAPABMAFwAANyE1IRkBNycBITUhARUhNQEhNSERITUhgAMA/QCrqwFVAav+Vf6rAwD+VQGr/lUBq/5VTVUB1f6rq6r+gFYCAFZW/wBV/wBVAAYAgABNA4ADTQADAAcACwAPABMAFwAAJSE1ISUXEQcRITUhERUhNQEhNSERITUhAdUBq/5V/qurqwMA/QADAP5VAav+VQGr/lX3VoCrAVWq/oBVAqtWVv8AVf8AVQAAAAEAAP/NBAAAdwADAAA3IRUhAAQA/AB3qgAAAAACAOsA9wMVA00ACAAMAAABAzM3IRczAyMDGwEjAdXqYC8BCzBg6lY7ZmbMA039qoCAAlb+gAEO/vIAAAACAAD/wAQAA8AADgASAAABBxcDIxcBFTMBFzUlFzcFJzcXAiBgYODgsP7wJwFpsAEAYGD9wEDgQAPAYGD/ALD+lycBELDg4GBgQEDgQAAAAAEAQP/AA4oDwAARAAAFNjc2JicmBxUJARU2Fx4BBwYC+isTEzhVVqj+gAGAyXFyRignQE1bW5ozMgT+AYABgPgFTk7siokAAAEAdv/AA8ADwAASAAABNQkBNSYHDgEXFhcmJyY2NzYXAkABgP6AqFZVOBMTK2knKEZycckCyPj+gP6A/gQyM5pbW01yiYrsTk4FAAAHAAD/wAQAA0YACwAXACMALwA7AEcAUwAAJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImATQ2MzIWFRQGIyImJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImAaA4KCg4OCgoOP5gOCgoODgoKDgDQDgoKDg4KCg4/To4KCg4OCgoOAJMOCgoODgoKDj9tDgoKDg4KCg4Akw4KCg4OCgoOCAoODgoKDg4AcgoODgoKDg4KCg4OCgoODgBTig4OCgoODj93Cg4OCgoODgoKDg4KCg4OAJ0KDg4KCg4OAAFAHwAAAOEA1UAIgAtADgARgBUAAABIzU0JisBIgYdASMiBhUUFjsBERQWMyEyNjURMzI2NTQmIyU0NjsBMhYdASM1ARQGIyEiJjURIREBIgYdARQWMzI2PQE0JjMiBh0BFBYzMjY9ATQmA12bRDCcMESbEBcXECdEMAGEMEQnEBcXEP4vFhCcEBboAV0XEP58EBcB0v7JEBYWEBAXF4wQFxcQEBYWAronMEREMCcXEBAW/gcwREQwAfkWEBAXJxAXFxAnJ/2TEBYWEAH5/gcBhBcQ6BAXFxDoEBcXEOgQFxcQ6BAXAAAABwAA/8AEAAPAAAMABwALAA8AEwAbACMAABMzFSM3MxUjJTMVIzczFSMlMxUjAxMhEzMTIRMBAyEDIwMhAwCAgMDAwAEAgIDAwMABAICAEBD9ABAgEAKAEP1AEAMAECAQ/YAQAcBAQEBAQEBAQEACQP5AAcD+gAGA/AABgP6AAUD+wAAABABQAIAEAAPAAAgADQAQAEAAAD8BIRczAyMDMxMzFyM3ARsBAyMiJjU0NjsBMjY1NCYrASIGFRQWFx4BOwEyFhUUBisBIgYVFBY7ATI2NTQmJy4BwjoBCDpywODAcppIOrw6AWSgoKBADRMTDYANExMNgCg4DQwNJRVADRMTDYANExMNgCg4DQwNJYDAwAKA/YACAMDA/gABAP8AAsATDQ0TEw0NEzgoEiENDxETDQ0TEw0NEzgoEiENDxEAAAAABABQ/8AEAAMAAAgADQAQAEAAAD8BIRczAyMDMxMzFyM3JQsBEyMiJjU0NjsBMjY1NCYrASIGFRQWFx4BOwEyFhUUBisBIgYVFBY7ATI2NTQmJy4BwjoBCDpywODAcppIOrw6AqSgoKBADRMTDYANExMNgCg4DQwNJRVADRMTDYANExMNgCg4DQwNJYDAwAKA/YACAMDAgP8AAQD9gBMNDRMTDQ0TOCgSIQ0PERMNDRMTDQ0TOCgSIQ0PEQAHAAD/wAQAA8AABwAPABMAFwAbAB8AIgAAAREhESMRIREFESERMxEhESUzFSMnMxUjJTMVIzczFSMlFwcBAAMAQP2AAsD9AEACgP5AgIDAgIABgICAwICA/IDAwAJAAYD+gAFA/sDA/kABwP6AAYCAQEBAQEBAQODAwAAAAQCA/8ADgAPAABcAAAEhFSMRIxEjESMRIicuAScmNTQ3PgE3NgGAAgCAgICANS8uRhQUFBRGLi8DwID8gAOA/IACABQURi4vNTUvLkYUFAACAAD/wAQAA8AAFwAaAAABIgcOAQcGFRQXHgEXFjMRMxEzETMRMzUJAgIANS8uRhQUFBRGLi81gICAgPwAAQD/AAPAFBRGLi81NS8uRhQU/gADgPyAA4CA/UABAAEAAAACAAD/wAQAA8AAFwAaAAABIgcOAQcGFRQXHgEXFjMRMxEzETMRMzUFCQEBADUvLkYUFBQURi4vNYCAgIABAP8AAQADwBQURi4vNTUvLkYUFP4AA4D8gAOAgMD/AP8AAAABAAD/zgQAA7MAYwAAASIHDgEHBhUUFx4BFxYXFjY1PAEnBiYxLgExJjYxHgExFjY3PgE3JicuAScmNTQ2Ny4BNzAWFz4BMzIWFz4BMRYGBx4BFRQHDgEHBgceARUUBhUUFjc2Nz4BNzY1NCcuAScmIwIAal1eiygoGhpdQUBMExABakISJyMnJigiXRYEEgsrKipCFBUcGQQMFUNKHkEhIUEeSkMVDAQZHBUUQyopKw4VARATTEFAXRoaKCiLXl1qA7MoKItdXmpUTU2ALy8ZBBIKCTYgF1QsHxgHAzI7BwoYIgoFDA04Ly9JKkUbCUk1AzEICQkIMQM1SQkbRSpKLy44DA0FCzAjNEwNChIEGS8wf01NVGpeXYsoKAAAAAABAAAAAQAAt9HlfV8PPPUACwQAAAAAANgVW8QAAAAA2BVbxAAA/8AEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAABLBAAAAAAAAAAAAAAAAgAAAAQAAFUEAABVBAAAVQQAAFUEAAEABAABVgQAAKoEAAAzBAAAgAQAAFYEAACABAAAgAQAAIAEAACABAAAVQQAAFUEAABVBAABKwQAAIAEAAErBAAAVQQAAIAEAAErBAABqwQAAKsEAAAABAAA1QQAAGQEAAB1BAAA1QQAAAAEAACRBAAA4gQAAFUEAABVBAAAgAQAAGQEAADVBAAAVQQAAFUEAABVBAAAAAQAANUEAABVBAAAgAQAAIAEAADVBAAAVQQAAGsEAAEABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAAAQAAOsEAAAABAAAQAQAAHYEAAAABAAAfAQAAAAEAABQBAAAUAQAAAAEAACABAAAAAQAAAAEAAAAAAAAAAAKABQAHgCIAPIBXgHKAd4B7AI0AlACfgKiAtIDBgNCA3QD2gRSBHIEqAT2BQQFZAV8BYoFwgX6BjwGZgbOB3YHnggcCDIIcAkiCVoJogoqCkQKoAr0C3gLtgvoDJwMvAzcDPgNOg2IDaANrg46DnAOxA70DyQPMg9QD3gPnA/CEDoQrhDwEVARrhHsEhQSRBJ0EwQAAQAAAEsAewAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);font-weight:400;font-style:normal}.bf-container [class*=" bfi-"],.bf-container [class^=bfi-],.bf-modal-root [class*=" bfi-"],.bf-modal-root [class^=bfi-]{font-family:braft-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-container .bfi-table:before,.bf-modal-root .bfi-table:before{content:"\E228"}.bf-container .bfi-clear_all:before,.bf-modal-root .bfi-clear_all:before{content:"\E0B8"}.bf-container .bfi-format_clear:before,.bf-modal-root .bfi-format_clear:before{content:"\E239"}.bf-container .bfi-hr:before,.bf-modal-root .bfi-hr:before{content:"\E925"}.bf-container .bfi-colorize:before,.bf-modal-root .bfi-colorize:before{content:"\E3B8"}.bf-container .bfi-crop_free:before,.bf-modal-root .bfi-crop_free:before{content:"\E3C2"}.bf-container .bfi-pause:before,.bf-modal-root .bfi-pause:before{content:"\E034"}.bf-container .bfi-play_arrow:before,.bf-modal-root .bfi-play_arrow:before{content:"\E037"}.bf-container .bfi-bin:before,.bf-modal-root .bfi-bin:before{content:"\E9AC"}.bf-container .bfi-replay:before,.bf-modal-root .bfi-replay:before{content:"\E042"}.bf-container .bfi-tune:before,.bf-modal-root .bfi-tune:before{content:"\E429"}.bf-container .bfi-close:before,.bf-modal-root .bfi-close:before{content:"\E913"}.bf-container .bfi-align-center:before,.bf-modal-root .bfi-align-center:before{content:"\E028"}.bf-container .bfi-align-justify:before,.bf-modal-root .bfi-align-justify:before{content:"\E026"}.bf-container .bfi-align-left:before,.bf-modal-root .bfi-align-left:before{content:"\E027"}.bf-container .bfi-align-right:before,.bf-modal-root .bfi-align-right:before{content:"\E029"}.bf-container .bfi-image-right:before,.bf-modal-root .bfi-image-right:before{content:"\E914"}.bf-container .bfi-image-left:before,.bf-modal-root .bfi-image-left:before{content:"\E91E"}.bf-container .bfi-music:before,.bf-modal-root .bfi-music:before{content:"\E90E"}.bf-container .bfi-camera:before,.bf-modal-root .bfi-camera:before{content:"\E911"}.bf-container .bfi-copy:before,.bf-modal-root .bfi-copy:before{content:"\E92C"}.bf-container .bfi-file-text:before,.bf-modal-root .bfi-file-text:before{content:"\E926"}.bf-container .bfi-film:before,.bf-modal-root .bfi-film:before{content:"\E91C"}.bf-container .bfi-github:before,.bf-modal-root .bfi-github:before{content:"\EAB0"}.bf-container .bfi-ltr:before,.bf-modal-root .bfi-ltr:before{content:"\EA74"}.bf-container .bfi-page-break:before,.bf-modal-root .bfi-page-break:before{content:"\EA68"}.bf-container .bfi-pagebreak:before,.bf-modal-root .bfi-pagebreak:before{content:"\EA6E"}.bf-container .bfi-paint-format:before,.bf-modal-root .bfi-paint-format:before{content:"\E90C"}.bf-container .bfi-paste:before,.bf-modal-root .bfi-paste:before{content:"\E92D"}.bf-container .bfi-pilcrow:before,.bf-modal-root .bfi-pilcrow:before{content:"\EA73"}.bf-container .bfi-pushpin:before,.bf-modal-root .bfi-pushpin:before{content:"\E946"}.bf-container .bfi-redo:before,.bf-modal-root .bfi-redo:before{content:"\E968"}.bf-container .bfi-rtl:before,.bf-modal-root .bfi-rtl:before{content:"\EA75"}.bf-container .bfi-spinner:before,.bf-modal-root .bfi-spinner:before{content:"\E980"}.bf-container .bfi-subscript:before,.bf-modal-root .bfi-subscript:before{content:"\EA6C"}.bf-container .bfi-superscript:before,.bf-modal-root .bfi-superscript:before{content:"\EA6B"}.bf-container .bfi-undo:before,.bf-modal-root .bfi-undo:before{content:"\E967"}.bf-container .bfi-media:before,.bf-modal-root .bfi-media:before{content:"\E90F"}.bf-container .bfi-add:before,.bf-modal-root .bfi-add:before{content:"\E918"}.bf-container .bfi-bold:before,.bf-modal-root .bfi-bold:before{content:"\E904"}.bf-container .bfi-code:before,.bf-modal-root .bfi-code:before{content:"\E903"}.bf-container .bfi-done:before,.bf-modal-root .bfi-done:before{content:"\E912"}.bf-container .bfi-drop-down:before,.bf-modal-root .bfi-drop-down:before{content:"\E906"}.bf-container .bfi-drop-up:before,.bf-modal-root .bfi-drop-up:before{content:"\E909"}.bf-container .bfi-emoji:before,.bf-modal-root .bfi-emoji:before{content:"\E91B"}.bf-container .bfi-font-size:before,.bf-modal-root .bfi-font-size:before{content:"\E920"}.bf-container .bfi-fullscreen:before,.bf-modal-root .bfi-fullscreen:before{content:"\E910"}.bf-container .bfi-fullscreen-exit:before,.bf-modal-root .bfi-fullscreen-exit:before{content:"\E90D"}.bf-container .bfi-help:before,.bf-modal-root .bfi-help:before{content:"\E902"}.bf-container .bfi-indent-decrease:before,.bf-modal-root .bfi-indent-decrease:before{content:"\E92F"}.bf-container .bfi-indent-increase:before,.bf-modal-root .bfi-indent-increase:before{content:"\E92E"}.bf-container .bfi-info:before,.bf-modal-root .bfi-info:before{content:"\E901"}.bf-container .bfi-italic:before,.bf-modal-root .bfi-italic:before{content:"\E924"}.bf-container .bfi-link:before,.bf-modal-root .bfi-link:before{content:"\E91A"}.bf-container .bfi-link-off:before,.bf-modal-root .bfi-link-off:before{content:"\E919"}.bf-container .bfi-list:before,.bf-modal-root .bfi-list:before{content:"\E923"}.bf-container .bfi-list-numbered:before,.bf-modal-root .bfi-list-numbered:before{content:"\E922"}.bf-container .bfi-menu:before,.bf-modal-root .bfi-menu:before{content:"\E908"}.bf-container .bfi-more-horiz:before,.bf-modal-root .bfi-more-horiz:before{content:"\E90B"}.bf-container .bfi-more-vert:before,.bf-modal-root .bfi-more-vert:before{content:"\E90A"}.bf-container .bfi-not-disturb:before,.bf-modal-root .bfi-not-disturb:before{content:"\E907"}.bf-container .bfi-print:before,.bf-modal-root .bfi-print:before{content:"\E915"}.bf-container .bfi-quote:before,.bf-modal-root .bfi-quote:before{content:"\E921"}.bf-container .bfi-search:before,.bf-modal-root .bfi-search:before{content:"\E916"}.bf-container .bfi-settingsx:before,.bf-modal-root .bfi-settingsx:before{content:"\E917"}.bf-container .bfi-share:before,.bf-modal-root .bfi-share:before{content:"\E905"}.bf-container .bfi-share-square:before,.bf-modal-root .bfi-share-square:before{content:"\E900"}.bf-container .bfi-strikethrough:before,.bf-modal-root .bfi-strikethrough:before{content:"\E91F"}.bf-container .bfi-text-color .path1:before,.bf-modal-root .bfi-text-color .path1:before{font-family:braft-icons!important;content:"\E930";opacity:.36}.bf-container .bfi-text-color .path2:before,.bf-modal-root .bfi-text-color .path2:before{font-family:braft-icons!important;content:"\E931";margin-left:-1em}.bf-container .bfi-underlined:before,.bf-modal-root .bfi-underlined:before{content:"\E91D"}.bf-content{height:500px;padding-bottom:10px;overflow:auto;font-size:16px}.bf-content img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bf-content *{line-height:normal}.bf-container{position:relative;height:100%;padding:0}.bf-container.disabled{pointer-events:none;opacity:.7;filter:grayscale(70%)}.bf-container.read-only .bf-controlbar{pointer-events:none}.bf-container.read-only .bf-image img:hover{outline:none}.bf-container.read-only .bf-hr{pointer-events:none}.bf-container.fullscreen{position:fixed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#fff;height:100%!important}.bf-container.fullscreen .bf-content{-ms-flex-positive:1;flex-grow:1;height:auto}.bf-container .input-group{display:block}.bf-container .input-group input{box-sizing:border-box;width:100%;height:36px;padding:0 15px;font-size:14px}.bf-container .pull-left{float:left}.bf-container .pull-right{float:right}.bf-container button{line-height:normal}.bf-container button.default,.bf-container button.ghost,.bf-container button.primary{height:32px;padding:0 20px;color:#fff;font-size:12px}.bf-container button.default{background-color:hsla(0,0%,100%,.15);border:none}.bf-container button.default:hover{background-color:hsla(0,0%,100%,.1)}.bf-container button.ghost{background-color:transparent;border:none;box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.5)}.bf-container button.ghost:hover{box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.7)}.bf-container button.primary{background-color:#3498db;border:none;color:#fff}.bf-container button.primary:hover{background-color:#2084c7}.bf-container .public-DraftEditorPlaceholder-root{top:15px;left:15px;font-size:16px;pointer-events:none}.bf-container .DraftEditor-editorContainer{box-sizing:border-box;border:none}.bf-container .DraftEditor-root,.bf-container .public-DraftEditor-content{height:100%}.bf-container .public-DraftEditor-content{box-sizing:border-box;padding:15px;word-wrap:break-word;word-break:break-all}.bf-container .public-DraftEditor-content>div{padding-bottom:20px}.bf-container .public-DraftEditor-content .braft-link{color:#4078c0}.bf-container .public-DraftEditor-content blockquote{margin:0 0 10px;padding:15px 20px;background-color:#f1f2f3;border-left:5px solid #ccc;color:#666;font-style:italic}.bf-container .public-DraftEditor-content pre{max-width:100%;max-height:100%;margin:10px 0;padding:15px;overflow:auto;background-color:#f1f2f3;border-radius:3px;color:#666;font-family:monospace;font-size:14px;font-weight:400;line-height:16px;word-wrap:break-word;white-space:pre-wrap}.bf-container .public-DraftEditor-content pre pre{margin:0;padding:0}.bf-container .bfa-left,.bf-container .bfa-left .public-DraftStyleDefault-ltr{text-align:left}.bf-container .bfa-right,.bf-container .bfa-right .public-DraftStyleDefault-ltr{text-align:right}.bf-container .bfa-center,.bf-container .bfa-center .public-DraftStyleDefault-ltr{text-align:center}.bf-container .bfa-justify,.bf-container .bfa-justify .public-DraftStyleDefault-ltr{text-align:justify}.bf-container .bfa-center>div,.bf-container .bfa-justify>div,.bf-container .bfa-left>div,.bf-container .bfa-right>div{display:inline-block}.bf-container .bff-left:hover,.bf-container .bff-right:hover{z-index:2}.bf-container .bff-left{position:relative;z-index:1;float:left;margin:0 10px 0 0}.bf-container .bff-right{position:relative;z-index:1;float:right;margin:0 0 0 10px}.bf-container .bftd-1{text-indent:2em;display:initial}.bf-container .bftd-2{text-indent:4em;display:initial}.bf-container .bftd-3{text-indent:6em;display:initial}.bf-container .bftd-4{text-indent:8em;display:initial}.bf-container .bftd-5{text-indent:10em;display:initial}.bf-container .bftd-6{text-indent:12em;display:initial}.bf-container .bf-image,.bf-container .bf-media{position:relative}.bf-container .bf-image img{display:block;max-width:100%;font-size:0;resize:both;outline-offset:1px}.bf-container .bf-image img:hover{outline:1px solid #3498db}.bf-container .bf-media-toolbar{position:absolute;z-index:3;bottom:15px;left:50%;width:auto;background-color:#21242a;border-radius:2px;font-weight:400;text-align:center;white-space:nowrap;-ms-transform:translateX(-50%);transform:translateX(-50%);box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bf-container .bf-media-toolbar .bf-media-toolbar-arrow,.bf-container .bf-media-toolbar:before{position:absolute;bottom:-10px;left:50%;display:block;border:5px solid transparent;border-top-color:#21242a;content:"";-ms-transform:translateX(-5px);transform:translateX(-5px)}.bf-container .bf-media-toolbar a{display:inline-block;min-width:40px;height:40px;color:hsla(0,0%,100%,.5);font-family:braft-icons!important;font-size:18px;font-weight:400;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.bf-container .bf-media-toolbar a:hover{color:#fff}.bf-container .bf-media-toolbar a:first-child{border-radius:2px 0 0 2px}.bf-container .bf-media-toolbar a:last-child{border-radius:0 2px 2px 0}.bf-container .bf-media-toolbar a.active{color:#3498db}.bf-switch{position:relative;width:32px;height:16px;background-color:hsla(0,0%,100%,.15);border-radius:8px;transition:background .3s}.bf-switch.active{background-color:#3498db}.bf-switch.active:before{left:16px}.bf-switch:before{position:absolute;left:0;display:block;width:16px;height:16px;border-radius:8px;background-color:#eee;content:"";-ms-transform:scale(1.2);transform:scale(1.2);transition:.3s}.bf-video-player video{display:block;width:640px;max-width:80vw;height:auto;margin:0 10px 10px;object-fit:contain}.bf-modal{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%}.bf-modal button{outline:none}.bf-modal-mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);opacity:0;transition:opacity .2s}.bf-modal-content{position:absolute;z-index:2;top:45%;left:50%;max-width:95%;background-color:#fff;border-radius:2px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:0;-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);transition:transform .2s,opacity .2s}.bf-modal-header{height:50px}.bf-modal-caption{float:left;margin:0;padding:0 15px;color:#999;font-size:14px;font-weight:400;line-height:50px}.bf-modal-close-button{float:right;width:50px;height:50px;background-color:transparent;border:none;color:#ccc;font-size:18px;cursor:pointer}.bf-modal-close-button:hover{color:#e74c3c}.bf-modal-body{overflow:auto}.bf-modal-footer{min-height:15px;padding:0 15px;overflow:hidden}.bf-modal-addon-text{float:left;color:#999;font-size:12px;line-height:60px}.bf-modal-buttons{float:right}.bf-modal-cancel,.bf-modal-confirm{height:36px;margin:12px 0 12px 15px;padding:0 30px;border:none;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer}.bf-modal-cancel{background-color:#e8e9ea;color:#999}.bf-modal-cancel:hover{background-color:#d8d9da}.bf-modal-confirm{background-color:#3498db;color:#fff}.bf-modal-confirm:hover{background-color:#2084c7}.bf-modal-confirm.disabled{opacity:.3;pointer-events:none;filter:grayscale(.4)}.bf-modal-root.active .bf-modal-mask{opacity:1}.bf-modal-root.active .bf-modal-content{opacity:1;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bf-audio-player audio{width:480px;max-width:80vw;margin:0 10px 10px}.bf-player-holder{position:relative;height:240px;overflow:hidden;background-color:#21242a;border-radius:3px}.bf-player-holder .icon-badge{position:absolute;z-index:2;top:0;left:0;height:30px;padding:0 15px;border-radius:0 0 3px 0;color:#fff;background-color:hsla(0,0%,100%,.1)}.bf-player-holder .icon-badge i,.bf-player-holder .icon-badge span{display:block;float:left;line-height:30px}.bf-player-holder .icon-badge span{margin-left:5px;font-size:12px}.bf-player-holder .button-remove{position:absolute;z-index:2;top:5px;right:5px;width:40px;height:40px;background-color:transparent;border:none;border-radius:50%;outline:none;color:#fff;font-size:24px;text-align:center;cursor:pointer}.bf-player-holder .button-remove:hover{color:#e74c3c}.bf-player-holder .button-play{position:relative;z-index:2;display:block;width:80px;height:80px;margin:40px auto 20px;background-color:rgba(0,0,0,.7);border:none;border-radius:50%;outline:none;color:#fff;font-size:48px;line-height:80px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.bf-player-holder .button-play:hover{background-color:#3498db}.bf-player-holder .bf-name{position:relative;z-index:2;margin:0;color:#fff;font-size:14px;font-weight:500;text-align:center}.bf-player-holder .bf-url{position:relative;z-index:2;width:70%;margin:10px auto;color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-align:center}.bf-player-holder .bf-poster{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:.3}.bf-content .bf-hr{position:relative;box-sizing:content-box;height:15px;padding-top:15px;text-align:center}.bf-content .bf-hr:before{display:block;height:1px;background-color:rgba(0,0,0,.1);content:""}.bf-content .bf-hr:hover:before{background-color:rgba(0,0,0,.3)}.bf-content .bf-hr:hover .bf-media-toolbar{display:block}.bf-content .bf-hr .bf-media-toolbar{display:none}.bf-link-editor{width:360px;padding-top:25px}.bf-link-editor .input-group{margin:0 15px 8px}.bf-link-editor .input-group input{background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-link-editor .input-group input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-link-editor .input-group input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-link-editor .input-group input:disabled{color:hsla(0,0%,100%,.7);box-shadow:none}.bf-link-editor .switch-group{height:16px;margin:15px}.bf-link-editor .switch-group .bf-switch{float:left}.bf-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-link-editor .buttons{box-sizing:content-box;height:32px;margin-top:20px;padding:15px;overflow:hidden;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.1)}.bf-link-editor .buttons .button-remove-link{color:#999;font-size:12px;line-height:32px;cursor:pointer}.bf-link-editor .buttons .button-remove-link:hover{color:#e74c3c}.bf-link-editor .buttons .button-remove-link i{margin-right:5px;font-size:16px}.bf-link-editor .buttons .button-remove-link i,.bf-link-editor .buttons .button-remove-link span{display:block;float:left;line-height:32px}.bf-link-editor .buttons button{margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.bf-controlbar{margin:0;padding:0 5px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2)}.bf-controlbar:after{display:block;content:"";clear:both}.bf-controlbar button{padding:0;outline:none}.bf-controlbar button[disabled]{pointer-events:none;opacity:.3}.bf-controlbar [data-title]{position:relative}.bf-controlbar [data-title]:after,.bf-controlbar [data-title]:before{position:absolute;z-index:10;top:100%;left:50%;pointer-events:none;opacity:0;-ms-transform:translateX(-50%) translateY(-5px);transform:translateX(-50%) translateY(-5px);transition:opacity .3s,transform .3s}.bf-controlbar [data-title]:before{margin-top:3px;border:5px solid transparent;border-bottom-color:#21242a;content:""}.bf-controlbar [data-title]:after{margin-top:12px;padding:5px;background-color:#21242a;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#fff;font-size:12px;line-height:16px;white-space:nowrap;content:attr(data-title)}.bf-controlbar [data-title]:hover:after,.bf-controlbar [data-title]:hover:before{opacity:1;-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.bf-controlbar input{outline:none}.bf-controlbar .separator-line{display:block;float:left;height:26px;width:1px;margin:10px;box-shadow:inset -1px 0 0 0 rgba(0,0,0,.1)}.bf-controlbar .separator-line+.control-item,.bf-controlbar .separator-line+.control-item-group{margin-left:0}.bf-controlbar .separator-line+.separator-line,.bf-controlbar .separator-line.first-child,.bf-controlbar .separator-line.last-child{display:none}.bf-controlbar .control-item-group{float:left;height:36px;margin:5px 0 5px 3px}.bf-controlbar .control-item-group:first-child{margin-left:0}.bf-controlbar .control-item-group>.control-item{margin-top:0;margin-bottom:0}.bf-controlbar .dropdown-handler{border-radius:2px}.bf-controlbar .control-item{display:block;float:left;height:36px;margin:5px 0 5px 3px;border-radius:2px;cursor:pointer}.bf-controlbar .control-item.component-wrapper{cursor:default}.bf-controlbar .control-item:first-child{margin-left:0}.bf-controlbar .control-item.button{box-sizing:border-box;min-width:36px;padding:0 8px;background-color:transparent;border:none;color:#6a6f7b;font-size:14px}.bf-controlbar .control-item.button:hover{background-color:rgba(0,0,0,.05)}.bf-controlbar .control-item.button.active{color:#3498db}.bf-controlbar .control-item.button i:before{display:block;height:36px;font-size:18px;line-height:36px}.bf-controlbar .control-item.button .bfi-redo:before,.bf-controlbar .control-item.button .bfi-undo:before{font-size:14px}.bf-controlbar .dropdown .control-item{width:100%;float:none;margin:0}.headings-dropdown{min-width:110px}.headings-dropdown .menu{width:200px;overflow:hidden}.headings-dropdown .menu .menu-item{padding:15px 20px;text-align:left;line-height:normal}.headings-dropdown .menu .menu-item h1,.headings-dropdown .menu .menu-item h2,.headings-dropdown .menu .menu-item h3,.headings-dropdown .menu .menu-item h4,.headings-dropdown .menu .menu-item h5,.headings-dropdown .menu .menu-item h6{margin:0;padding:0;color:inherit}.headings-dropdown .menu .menu-item h1{font-size:28px}.headings-dropdown .menu .menu-item h2{font-size:24px}.headings-dropdown .menu .menu-item h3{font-size:20px}.headings-dropdown .menu .menu-item h4{font-size:16px}.headings-dropdown .menu .menu-item h5{font-size:14px}.headings-dropdown .menu .menu-item h6{font-size:12px}.bf-colors{box-sizing:content-box;list-style:none;width:240px;margin:0;padding:15px;overflow:hidden}.bf-colors li{box-sizing:content-box;display:block;float:left;width:24px;height:24px;margin:5px;padding:0;background-color:currentColor;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:transform .2s}.bf-colors li:hover{-ms-transform:scale(1.3);transform:scale(1.3)}.bf-colors li.active{box-shadow:0 0 0 2px #3498db}.text-color-dropdown.light-theme .bf-color-switch-buttons button{border-bottom:1px solid #ccc;color:#616569}.text-color-dropdown.light-theme .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.text-color-dropdown button.dropdown-handler span{width:36px;padding:0;overflow:hidden;border-radius:2px}.text-color-dropdown .bf-text-color-picker-wrap{overflow:hidden}.text-color-dropdown .bf-color-switch-buttons{height:36px}.text-color-dropdown .bf-color-switch-buttons button{float:left;width:50%;height:36px;background-color:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-transform:uppercase;cursor:pointer}.text-color-dropdown .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.bf-dropdown{position:relative;width:auto;height:36px;margin:0}.bf-dropdown.disabled{pointer-events:none;opacity:.3}.bf-dropdown.light-theme .dropdown-content{border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-arrow{background-color:#fff;border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-content-inner{background-color:#fff}.bf-dropdown .dropdown-content{box-sizing:content-box;position:absolute;z-index:10;top:100%;left:50%;visibility:hidden;float:left;width:auto;min-width:100%;margin-top:9px;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:0;cursor:default;-ms-transform:translate(-50%,20px);transform:translate(-50%,20px);transition:.2s}.bf-dropdown .dropdown-content ::-webkit-scrollbar-track{background-color:transparent}.bf-dropdown .dropdown-content ::-webkit-scrollbar{width:4px;background-color:transparent;border-radius:2px}.bf-dropdown .dropdown-content ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:2px}.bf-dropdown .dropdown-content .dropdown-arrow{position:absolute;z-index:1;top:-3px;left:50%;width:10px;height:10px;background-color:#21242a;-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);transition:margin .2s}.bf-dropdown .dropdown-content .dropdown-arrow.active{background-color:#3498db}.bf-dropdown .dropdown-content .menu{list-style:none;margin:0;padding:0;overflow:hidden;border-radius:2px}.bf-dropdown .dropdown-content .menu-item{display:block;list-style:none;margin:0;font-size:16px;cursor:pointer}.bf-dropdown .dropdown-content .menu-item:hover{background-color:rgba(0,0,0,.1)}.bf-dropdown .dropdown-content .menu-item.active{background-color:#3498db;color:#fff}.bf-dropdown .dropdown-content .menu-item:not(.active){color:hsla(0,0%,100%,.6);box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-dropdown .dropdown-content-inner{position:relative;z-index:2;overflow:auto;background-color:#21242a;border-radius:2px}.bf-dropdown .dropdown-handler{position:relative;display:block;width:100%;height:36px;background-color:transparent;border:none;color:#6a6f7b;cursor:pointer}.bf-dropdown .dropdown-handler:hover{background-color:rgba(0,0,0,.05)}.bf-dropdown .dropdown-handler *{display:inline;padding:0;font-size:inherit;font-weight:400}.bf-dropdown .dropdown-handler>span{float:left;padding:0 10px;font-size:14px;line-height:36px;pointer-events:none}.bf-dropdown .dropdown-handler>span i{display:block;height:36px;font-size:16px;line-height:36px;text-align:center}.bf-dropdown .dropdown-handler .bfi-drop-down{float:right;width:30px;height:36px;font-size:16px;line-height:36px;text-align:center;pointer-events:none}.bf-dropdown.active .dropdown-handler{background-color:rgba(0,0,0,.05)}.bf-dropdown.active .dropdown-content{visibility:visible;opacity:1;-ms-transform:translate(-50%);transform:translate(-50%)}.font-family-dropdown{min-width:120px}.font-family-dropdown .dropdown-content{width:180px}.font-family-dropdown .menu-item{padding:12px 15px}.bf-font-size-dropdown{min-width:95px}.bf-font-sizes{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-font-sizes li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-font-sizes li:hover{background-color:hsla(0,0%,100%,.2)}.bf-font-sizes li.active{background-color:#3498db}.bf-line-height-dropdown{min-width:95px}.bf-line-heights{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-line-heights li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-line-heights li:hover{background-color:hsla(0,0%,100%,.2)}.bf-line-heights li.active{background-color:#3498db}.bf-emojis-wrap{position:relative;width:210px;height:220px;overflow:hidden}.bf-emojis-wrap:after,.bf-emojis-wrap:before{position:absolute;z-index:1;right:0;left:0;height:30px;border-radius:2px;content:"";pointer-events:none}.bf-emojis-wrap:before{top:0;background-image:linear-gradient(0deg,rgba(33,36,42,0),#21242a)}.bf-emojis-wrap:after{bottom:0;background-image:linear-gradient(rgba(33,36,42,0),#21242a)}.bf-emojis{box-sizing:content-box;width:200px;height:195px;list-style:none;margin:0;padding:15px 15px 20px;overflow:auto}.bf-emojis li{display:block;float:left;width:30px;height:30px;margin:0;padding:0;color:#fff;border-radius:2px;font-family:Apple Color Emoji,Segoe UI,Segoe UI Emoji,Segoe UI Symbol;font-size:18px;line-height:32px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform .2s}.bf-emojis li:hover{-ms-transform:scale(1.5);transform:scale(1.5)}.bf-letter-spacing-dropdown{min-width:95px}.bf-letter-spacings{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-letter-spacings li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-letter-spacings li:hover{background-color:hsla(0,0%,100%,.2)}.bf-letter-spacings li.active{background-color:#3498db}.qrcode-modal {
  padding-top: 10px;
  text-align: center;
}
.qrcode-modal .box {
  display: inline-block;
  padding: 8px 8px 0;
  text-align: center;
  margin-right: 40px;
}
.qrcode-modal .box:last-child {
  margin-right: 0;
}
.qrcode-modal .box .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ant-popover-placement-bottom {
  left: auto !important;
  right: 0 !important;
  padding-top: 15px!important;
}
.ant-popover-inner-content {
  padding: 24px !important;
}
.register {
  color: #4F78E0 !important;
}
.dd-login-box .dd-login-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.dd-login-box.hide-tab-list {
  padding-top: 10px !important;
}
.dd-login-box.hide-tab-list .ant-tabs-bar {
  display: none;
}
.otherLogin {
  cursor: pointer;
  text-align: center;
}
.otherLogin .title {
  border-bottom: 1px solid #A8C6F0;
  height: 26px;
  position: relative;
  margin-bottom: 15px;
}
.otherLogin .title span {
  color: #1A3C64;
  font-size: 14px;
  width: 120px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 15px;
  background: #fff;
}
.logins-form .oauth-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.logins-form .oauth-login p {
  color: '#999999';
}
.logins-form .oauth-login .line {
  margin: 0 10px;
  color: #eee;
}
.opacity .ant-popover-inner {
  background: rgba(255, 255, 255, 0.7);
}
.dd-home-new-footer {
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #e3e6eb;
}
.dd-home-new-footer span:not(:first-child) {
  cursor: pointer;
}
.dd-home-new-footer span:nth-child(2) {
  display: inline-block;
  margin: 0 10px 0 15px;
}
.header_manager_wrap {
  height: 30px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.header_manager_wrap .header_manager_left_icon {
  font-size: 22px;
  margin-left: 10px;
}
.header_manager_wrap .header_manager_left_title {
  margin-left: 15px;
  font-size: 14px;
  color: #555555;
}
.upload_status_wrap {
  height: 30px;
  border-bottom: 1px solid #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.upload_status_wrap .upload_status_remark {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  width: 140px;
}
.upload_status_wrap .upload_status_remark .upload_status_message {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}
.tree_manager_wrap {
  width: 100%;
  background-color: white;
}
.tree_manager_wrap .tree_manager_search_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tree_manager_wrap .tree_manager_search_wrap .tree_manager_search_title {
  display: inline-block;
  margin-left: 17px;
  font-size: 16px;
  width: 105px;
}
.tree_manager_wrap .tree_manager_search_wrap .tree_manager_plus {
  font-size: 24px;
}
.tree_manager_wrap .tree_manager_search_wrap .tree_manager_search {
  margin-left: 10px;
  font-size: 22px;
}
.tree_manager_wrap .tree_manager_search_content_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tree_manager_wrap .tree_manager_search_content_wrap .tree_manager_search_content_serach {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
}
.tree_manager_wrap .tree_manager_search_content_wrap .tree_manager_search_suff {
  cursor: pointer;
  font-size: 20px;
  right: 5px;
}
.tree_manager_wrap .tree_manager_search_content_wrap .tree_manager_search_content_close {
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 345;
}
.tree_manager_wrap .tree_manager_frame .manage_tree_leaf_wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.tree_manager_wrap .tree_manager_frame .ant-tree-node-content-wrapper,
.tree_manager_wrap .tree_manager_frame .ant-tree-node-content-wrapper-normal {
  width: 100%;
}
.tree_manager_wrap .tree_manager_frame .manage_tree_leaf_wrap .manage_tree_title {
  font-size: 14px;
  width: 38px;
  overflow: hidden;
  width: 30px;
  text-overflow: ellipsis;
}
.tree_manager_wrap .tree_manager_frame .manage_tree_leaf_wrap .manage_tree_setting {
  font-size: 20px;
  position: absolute;
  right: 30px;
}
.search_manager_wrap .search_manager_frame {
  display: inline-block;
}
.search_manager_wrap .search_manager_frame .search_manager_input {
  width: 150px;
  margin-left: 10px;
}
.search_manager_wrap .search_manager_frame .search_manager_button {
  font-size: 13px;
  height: 32px;
}
.search_manager_wrap .search_manager_frame .search_manager_button:not(:first-child) {
  margin-left: 10px;
}
.search_manager_wrap .search_manager_frame:not(:first-child) {
  margin-left: 20px;
}
.table_manager_wrap {
  margin-top: 10px;
}
.table_manager_wrap .picture_manager_button_wrap .picture_manager_button {
  margin: 10px;
  font-size: 13px;
  height: 32px;
}
.table_manager_wrap .picture_manager_button_wrap .picture_manager_button:first-child {
  margin-left: 0px;
}
.table_manager_wrap .table_col_name {
  width: 90%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table_manager_wrap .table_manager_button_wrap .table_manager_button {
  font-size: 13px;
  height: 32px;
  cursor: pointer;
  margin: 5px;
  color: #1982ff;
}
.table_manager_wrap .table_manager_form_wrap {
  font-size: 14px;
}
.table_manager_wrap .table_manager_image_wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #d2c6c6;
  -ms-flex-align: center;
      align-items: center;
  float: right;
  margin-right: 100px;
  margin-top: 2px;
}
.table_manager_wrap .table_manager_image_wrap .table_manager_image {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.table_manager_wrap .table_manager_image_wrap .table_manager_iamge_close {
  margin-left: 20px;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
}
.table_manager_wrap .ant-form-item-control-wrapper {
  display: inline-block;
  width: 70%;
}
.table_manager_wrap .ant-form-item-label {
  width: 20%;
}
.table_manager_wrap .has-error .ant-form-explain,
.table_manager_wrap .has-error .ant-form-split {
  display: table-cell;
}
.table_manager_wrap .ant-btn {
  height: 35px;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .table_manager_title_wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #d2c6c6;
  -ms-flex-align: center;
  align-items: center;
  /* float: left; */
  margin-left: 10px;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .table_manager_title_wrap .table_manager_title {
  width: auto;
  max-width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .table_manager_title_wrap .table_manager_title_close {
  margin-left: 20px;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .table_manager_form_downLoad {
  cursor: pointer;
  display: inline-block;
  margin-left: 10%;
  font-size: 14px;
  /* float: right; */
  position: absolute;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .table_manager_form_downLoad:hover {
  color: #1982ff;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .ant-row,
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .ant-form-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px  !important;
}
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .ant-row .ant-form-item-control-wrapper,
.table_manager_uploadBatch_wrap .table_manager_uploadBatch_form_wrap .ant-form-item .ant-form-item-control-wrapper {
  width: 80%;
}
.object-details .admin-home-title .detailBtn,
.obj-data__list .admin-home-title .detailBtn {
  float: left !important;
  border: none !important;
}
.object-details .admin-home-title .detailBtn .ant-btn,
.obj-data__list .admin-home-title .detailBtn .ant-btn {
  min-width: 50px !important;
  height: 26px !important;
  line-height: 26px !important;
  color: #999999 !important;
  font-size: 14px !important;
  border: 1px solid #f2f2f2 !important;
  padding: 0 8px !important;
  font-weight: 400 !important;
  background-color: #ffffff !important;
}
.body-themeDarkBlue .ewec-button .ant-btn {
  margin-right: 20px !important;
}
.body-themeDarkBlue .object-details .detailBtn {
  margin: 0 !important;
}
.headTitle {
  font-size: 14;
  border-bottom: 1px solid #948a8a;
  height: 51px;
  line-height: 51px;
  margin-left: 23px;
}
.headButton {
  width: '100%';
  margin-top: 10;
  margin-bottom: 10;
  font-weight: 'Blob';
}
.head_title {
  font-size: 14;
}
.head_button {
  width: '100%';
  margin-top: 10;
  margin-bottom: 0;
}
.head_button {
  padding-left: 80px !important;
}
.head_button .ant-btn {
  width: 50px;
  height: 25px;
  font-size: 14px;
  border-color: #f2f2f2;
  padding: 0 8px;
  color: #999999;
}
.borderForm {
  border: 1px solid #ccc;
  padding: 2em 1em 1em 1em;
  margin: 2em 0 1em 0;
  position: relative;
}
.borderForm .borderForm_label {
  position: absolute;
  display: inline-block;
  padding: 0 1em;
  line-height: 2.5em;
  top: -1.5em;
  left: 1em;
  background: #f3f3f3;
}
.ewec-form .ant-form-item-control-wrapper {
  display: inline-block;
}
.ewec-form .ant-form-item-control .ant-form-item-children {
  width: 100%;
  display: block;
}
.ewec-form .ant-form-item-control .ant-form-item-children input {
  width: 100%;
  max-width: 100%;
}
.ewec-form .ant-form-item-control .ant-form-item-children select {
  width: 100%;
  max-width: 100%;
}
.ewec-form .ant-form-item-control .ant-form-item-children textarea {
  width: 100%;
  max-width: 100%;
}
.ewec-form .ant-form-item {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 120px;
}
.ewec-form .ant-form-item-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  padding-right: 20px;
}
.ewec-form .ant-form-item-label label {
  width: 100%;
  display: block;
}
.ewec-form .ant-form-item-label label span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ewec-form .ant-form-item-label label:after {
  right: -25px;
  position: absolute;
}
.ewec-form .ant-form-item-label label:before {
  top: -14px;
  position: relative;
}
.ewec-form .ant-form-item-control-wrapper {
  width: 100%;
}
.ewec-form .fade-input {
  position: relative;
}
.ewec-form .fade-input .fade-input-placeholder {
  position: absolute;
  left: 0;
  line-height: 21px;
  top: 0;
  color: #666;
  cursor: pointer;
}
.ewec-form .fade-input .fade-input-placeholder .fade-input-placeholder-arrow {
  position: absolute;
  right: 6px;
  top: 7px;
}
.ewec-form .fade-input .fade-input-disabled {
  background: #f7f7f7;
  cursor: not-allowed;
}
.ewec-form .ant-calendar-picker {
  width: 100%;
}
.ewec-form .fade-select {
  position: relative;
  display: inline-block;
}
.ewec-form .fade-select:before {
  content: '';
  display: block;
  width: calc(100% - 120px);
  right: 0;
  height: 100%;
  z-index: 2;
  bottom: 10px;
  cursor: pointer;
  position: absolute;
}
.ewec-form .fade-select:before:hover > .ant-select-selection {
  border: 1px solid #108ee9;
}
.ewec-form .ant-form-item-control {
  text-align: left;
}
.ewec-form .ewec-form-btn {
  padding-left: 120px;
  text-align: left;
  margin-top: 20px;
}
.ewec-form .ewec-form-btn button {
  padding: 0 40px;
}
.ewec-form .ewec-form-btn .res-btn {
  margin-left: 20px;
}
.ewec-form .ant-select-selection--single,
.ewec-form .ant-select-selection__rendered,
.ewec-form .ant-input-disabled {
  height: 32px;
  line-height: 32px;
}
.ewec-form form textarea.ant-input {
  height: auto;
}
.ewec-form .validate-input {
  padding-right: 130px;
  position: relative;
}
.ewec-form .validate-input .ant-form-item {
  padding-left: 0;
  width: 100%;
}
.ewec-form .validate-input .validate-input-img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  overflow-y: hidden;
}
.ewec-table .left {
  text-align: left !important;
}
.ewec-table .right {
  text-align: right !important;
}
.ewec-table .center {
  text-align: center !important;
}
.ewec-table .ant-table-thead > tr > th,
.ewec-table .ant-table-tbody > tr > td {
  text-align: center;
  height: 27px !important;
  padding: 3px 8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.ewec-table .ant-table {
  font-size: 12px !important;
}
.ewec-table .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  overflow-y: auto !important;
}
.ewec-table .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-y: auto !important;
}
.ewec-table table {
  table-layout: fixed !important;
  width: 100% !important;
}
.ewec-table table,
.ewec-table table td,
.ewec-table table th {
  text-align: center;
}
.ewec-table table {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  height: 56px;
  width: 100%;
  line-height: 20px;
}
.ewec-table .cursor-default {
  cursor: default !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.ewec-table .ant-input-lg {
  height: 32px !important;
}
.ewec-table .ant-table-thead > tr > th,
.ewec-table .ant-table-tbody > tr > td {
  height: 27px !important;
  padding: 3px 8px !important;
}
.ewec-table.bgheader .ant-table-thead > tr > th {
  height: 27px !important;
  padding: 3px 8px !important;
  background: #7d99ec;
  color: #fff;
}
.ewec-table.bgheader .ant-table-thead .ant-table-column-sorter-up:hover .anticon,
.ewec-table.bgheader .ant-table-thead .ant-table-column-sorter-down:hover .anticon {
  color: #fff;
}
.ewec-table.bgheader .ant-table-thead .ant-table-column-sorter-up .anticon,
.ewec-table.bgheader .ant-table-thead .ant-table-column-sorter-down .anticon {
  color: #efefef;
}
.ewec-table .ant-tooltip-inner {
  word-break: break-all;
}
.ewec-table .ant-table-thead > tr > th {
  text-align: center !important;
}
.ewec-table .ant-table-body {
  height: 463px !important;
}
.ewec-table .ant-table-placeholder {
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
}
.ewec-search-form {
  position: relative;
}
.ewec-search-form .ant-form-inline .ant-form-item {
  margin-right: 0;
}
.ewec-search-form .ant-input-lg {
  height: 32px !important;
  font-size: 14px !important;
}
.ewec-search-form .sf-fields .ant-form-item {
  margin-top: 10px;
}
.ewec-search-form .sf-btn button {
  float: left;
  /*margin-top:4px;*/
}
.ewec-search-form .sf-btn .sub-btn {
  margin-left: 10px;
}
.ewec-search-form .ant-advanced-search-form {
  padding: 10px;
  padding-bottom: 0;
  border-radius: 6px;
}
.ewec-search-form .toggle-fields {
  display: inline-block;
}
.ewec-search-form .ant-col-12 {
  max-width: 300px;
}
.ewec-search-form .ant-form-item-control {
  width: 170px;
}
.ewec-search-form .ant-form-item > div {
  vertical-align: top !important;
}
.ewec-button {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.ewec-button a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  float: left;
  font-size: 16px;
  width: initial !important;
}
.ewec-button button {
  margin-left: 10px;
}
.ewec-button button:nth-of-type(1) {
  margin-left: 0;
}
.ewec-button button.active {
  border: #108ee9;
  color: #108ee9;
}
.ewec-button.light {
  background: none;
}
.ewec-button.light a {
  color: #333;
}
.ewec-button.gray {
  background: #f1f1f1;
}
.ewec-button.gray a {
  color: #333;
}
.ewec-button a.active {
  background: #1887d7;
}
.ewec-button a:hover {
  background: #1887d7;
}
.smartHardWareModal {
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.smartHardWareModal .ant-form-horizontal {
  float: right;
}
.modalForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.rowLabel .ant-form-item-label label {
  font-size: 14px !important;
}
.rowLabel .colItem {
  margin-right: 20px;
}
.rowLabel .colButton {
  margin-left: 20px;
}
.formButton {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.txt:focus {
  border: none !important;
  box-shadow: 0 0 0 0  !important;
}
.videoButton {
  margin-top: 20px;
}
.contenVideo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.all-table .ant-table-thead > tr > th span {
  font-family: 'Arial' !important;
}
.add-params .ant-select-lg .ant-select-selection--single {
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.add-params textarea.ant-input {
  max-width: 775px;
}
.edit-equipment .ant-modal-body {
  padding: 0 !important;
}
.edit-equipment .modal {
  padding: 16px 30px;
}
.gradioFostSize label {
  font-size: 14px !important;
}
.gradioFostSize .ant-radio-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.gradioFostSize .ant-radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.videoDeImg {
  width: 700px;
  height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.videoDeImg p {
  font-size: 18px;
}
.videoLisDeImg {
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: 100% 100%;
  border: 2px solid #f5f7fc;
}
.videoLisDeImg p {
  font-size: 18px;
  margin-top: 70px;
}
.body-themeWhite .adds-eq .ant-modal-body {
  padding: 25px 0 0 0 !important;
}
.body-themeWhite .adds-eq .ant-modal-body .ant-form-item #tips {
  max-width: 726px !important;
}
.body-themeWhite .adds-eq .ant-modal-body .ant-form-item .copy {
  color: #1b9aee !important;
  top: 0 !important;
}
.body-themeWhite .adds-eq .ant-modal-footer {
  margin-top: 5px;
}
.body-themeWhite .edit-equipment .ant-modal-body .ant-form-horizontal {
  padding: 25px 0 5px 10px !important;
}
.body-themeWhite .edit-equipment .ant-modal-body .smartHardWareModal {
  padding: 0px !important;
}
.body-themeWhite .update-management .searchs-form {
  padding-left: 20px;
}
.body-themeWhite .update-management .searchs-form .searchs {
  width: 55px;
  height: 32px;
  background-color: #ffffff !important;
  color: #1B9AEE !important;
  border: 1px solid #1b9aee !important;
  padding: 0 8px;
}
.body-themeWhite .video-list .colButton .ant-btn {
  font-size: 14px;
}
.body-themeWhite .video-list .ant-table-body .operation {
  color: #1B9AEE !important;
}
.body-themeWhite .rowLabel .rowLabel .ant-form-item-control .ant-input {
  height: 36px;
}
.body-themeWhite .rowLabel .colButton {
  margin-left: 1px;
}
.body-themeWhite .checkedItem .ant-modal-body {
  padding: 25px 0 0 0;
}
.body-themeWhite .checkedItem .checked-item .searchs-form {
  padding-left: 20px;
}
.body-themeWhite .checkedItem .checked-item .searchs-form .searchs {
  background-color: #ffffff !important;
  color: #1B9AEE !important;
  border: 1px solid #1b9aee !important;
}
.body-themeWhite .checkedItem .checked-item .ant-modal-footer {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.body-themeWhite .checkedItem .checked-item .ant-table-wrapper {
  padding: 0 16px;
}
.body-themeWhite .account-details .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.normal {
  padding: 0;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dateinput {
  color: #000;
}
.dateinput div input {
  color: #000;
}
.multiSelect {
  width: 100%;
  margin: 0;
  color: #000;
}
.multiSelect div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.multiSelect div div {
  overflow: hidden;
}
.multiSelect div div ul li div {
  color: #000;
}
.inputcloseicon {
  color: #bbb;
}
.inputcloseicon:hover {
  color: #777;
}
.inputcloseicon:active {
  color: #333;
}
.body-themeDarkBlue .select-construction-contract .ant-advanced-search-form .ant-form-item .ant-btn {
  margin-left: 15px !important;
}
.table_main {
  padding: 0;
  margin: 0;
}
.table_main table {
  table-layout: fixed;
  width: 100%;
}
.table_main table thead tr th {
  background-color: #7d99ec;
  color: #fff;
  padding: 3px 4px;
  line-height: 21px;
  height: 27px;
}
.table_main table tbody tr td {
  padding: 3px 4px;
  line-height: 21px;
  height: 27px;
}
.row_gray {
  background-color: #fafafa;
}
.row_white {
  background-color: #fff;
}
.search_item {
  margin-left: 29px !important;
}
.search_input {
  height: 32px !important;
  color: #000;
}
.inputRange_input {
  height: 32px !important;
  color: #000;
}
.contractManage_input {
  height: 32px !important;
  color: #000;
}
.search_date {
  height: 32px !important;
  color: #000;
}
.search_date div input {
  height: 32px !important;
  color: #000;
}
.search_select_multi {
  color: #000;
}
.search_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
}
.search_select_multi div div {
  overflow: hidden;
}
.search_select_multi div div ul li div {
  color: #000;
}
.container {
  height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
}
.leftcontainer {
  height: 100%;
  border-right: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto;
}
.rightcontainer {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.contractQuery {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  margin-bottom: 10px;
}
.contractQuery .ant-form-item-label label:after {
  margin: 0 0px 0 2px;
}
.contractQuery .ant-advanced-search-form .ant-btn-primary {
  margin-left: 20px !important;
}
.body-themeWhite .contractQuery .ant-advanced-search-form .ant-btn {
  color: #999999;
}
.body-themeWhite .contract-section .contract-right {
  padding-left: 8px;
}
.body-themeWhite .contract-section .contract-right .ant-spin-container {
  height: calc(100vh - 235px) !important;
}
.body-themeWhite .contract-section .contract-right .ant-spin-container .ant-table-scroll table {
  border-top: none !important;
  border-right: none !important;
}
.body-themeWhite .contract-section .contract-right .ant-spin-container .ant-table-content {
  height: calc(100vh - 235px) !important;
}
.body-themeWhite .contract-section .contract-right .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 285px) !important;
}
.body-themeWhite .contract-section .ant-advanced-search-form {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-top: 5px !important;
}
.body-themeWhite .contract-section .ant-advanced-search-form .ant-form-item-label {
  padding-top: 12px !important;
}
.body-themeWhite .contract-section .contract-managemnet .gtree {
  height: calc(100vh - 150px) !important;
}
.body-themeWhite .contract-section .contract-managemnet .contractSearch {
  background-color: #f9f9f9;
}
.body-themeWhite .contract-section .contract-managemnet .contractTop {
  background-color: #f9f9f9;
  border-bottom: none !important;
  border-top: none;
}
.body-themeWhite .contract-section .contract-managemnet .ant-form > .ant-form-item {
  margin-bottom: 0;
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
.body-themeWhite .contract-section .contract-managemnet .ant-form > .ant-form-item .ant-input {
  font-size: 14px;
}
.body-themeWhite .contract-section .contract-managemnet .ant-spin-container {
  height: 830px !important;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-content {
  height: 830px !important;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-body {
  height: 790px !important;
  background-color: #ffffff;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-body table {
  border: none !important;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-body .ant-table-tbody > tr > td {
  text-align: left !important;
  padding-left: 40px !important;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-body .ant-table-tbody > tr:nth-child(1) td {
  padding-left: 20px !important;
}
.body-themeWhite .contract-section .contract-managemnet .ant-table-placeholder {
  border-left: none;
  border-right: none;
  position: absolute;
  top: 20% !important;
  left: 30% !important;
}
.body-themeWhite .contract-section .ant-table-body > table {
  border: 1px solid #f2f2f2 !important;
}
.body-themeWhite .contract-model .ant-modal-body {
  padding: 25px 16px 5px;
}
.body-themeWhite .setts-sort .ant-modal-body {
  padding: 25px 40px 5px 40px;
}
.contract-section .contract-managemnet {
  height: calc(100vh - 92px) !important;
}
.contract-section .contract-managemnet .ant-spin-container {
  height: calc(100vh - 235px) !important;
}
.contract-section .contract-managemnet .ant-spin-container .ant-table-content {
  height: calc(100vh - 235px) !important;
}
.contract-section .contract-managemnet .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 285px) !important;
}
.contract-section .contract-managemnet .gtree {
  overflow: auto;
}
.contract-section .contract-managemnet .ant-tree > li {
  padding-left: 20px !important;
}
.contract-section .contract-managemnet .ant-tree li span.ant-tree-switcher {
  width: 15px;
  color: #999999;
}
.contract-section .contract-managemnet .ant-tree li ul {
  padding: 0 !important;
}
.contract-section .contract-managemnet .ant-form-item {
  margin-bottom: 0px;
}
.contract-section .contractTop {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.contract-section .contractTop img {
  cursor: pointer;
}
.body-themeDarkBlue .contract-section .contract-managemnet .gtree {
  height: calc(100vh - 134px) !important;
}
.body-themeDarkBlue .contract-section .contract-managemnet .contractTop {
  border-top: none !important;
}
.body-themeDarkBlue .contract-section .contract-right .ewec-button {
  padding: 0px 0 20px 23px !important;
  margin: 0 !important;
}
.body-themeDarkBlue .contract-section .contract-right .ant-spin-container {
  height: calc(100vh - 235px) !important;
}
.body-themeDarkBlue .contract-section .contract-right .ant-spin-container .ant-table-content {
  height: calc(100vh - 235px) !important;
}
.body-themeDarkBlue .contract-section .contract-right .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 285px) !important;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec;
  color: #fff;
  padding: 3px 8px;
  height: 27px;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-contract .ant-collapse-content .ant-input {
  width: 92%;
  font-size: 14px;
}
.add-contract .ant-modal-body {
  padding: 0 28px;
}
.body-themeWhite .add-contract .ant-form-item-label span,
.body-themeWhite .add-contract .ant-form-item-control span {
  color: #555555 !important;
}
.body-themeWhite .add-contract .ant-tabs-nav-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .add-contract .ant-tabs-nav {
  height: 45px;
}
.body-themeWhite .add-contract .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 20px;
  margin-right: 0;
}
.body-themeWhite .add-contract .ant-modao-content .ant-modal-body {
  padding: 0px 20px !important;
}
.body-themeWhite .add-contract .ant-modao-content .ant-modal-body .ant-form-item-label span {
  color: #555555;
}
.body-themeWhite .look-contract .ant-modal-content .ant-modal-body {
  padding: 0 20px !important;
  padding-bottom: 18px !important;
}
.body-themeWhite .look-contract .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 2px !important;
}
.projectSupervisionAgencies .ant-modal-body .ant-form-item {
  margin: 0 !important;
}
.projectSupervisionAgencies .ant-modal-body .ant-form .ant-form-item-control-wrapper .ant-input {
  height: 28px !important;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
  margin-top: 20px !important;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-contracts .centertitle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.body-themeWhite .add-contract .ant-form-item-label span,
.body-themeWhite .add-contract .ant-form-item-control span {
  color: #555555 !important;
}
.body-themeWhite .add-contract .ant-tabs-nav-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .add-contract .ant-tabs-nav {
  height: 45px;
}
.body-themeWhite .add-contract .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 20px;
  margin-right: 0;
}
.body-themeWhite .add-contract .ant-modal-body {
  padding: 5px 16px 0 16px !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-form-item-label span {
  color: #555555;
}
.body-themeWhite .edit-contract .ant-modal-footer,
.body-themeWhite .add-contracts .ant-modal-footer {
  margin-top: 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body {
  padding: 0 20px 20px 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-form-item {
  margin-bottom: 2px !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-input-number {
  position: relative;
  padding: 4px 7px;
  width: 100%;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  transition: all .3s;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 28px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 80px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #4fabff;
}
.ant-input-number:focus {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .3s, height 0s;
}
.ant-input-number-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.43);
  position: relative;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #4fabff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -ms-transform: scale(0.58333333) rotate(0deg);
      transform: scale(0.58333333) rotate(0deg);
  /* IE6-IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
  zoom: 1;
  right: 4px;
  color: rgba(0, 0, 0, 0.43);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  filter: none;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #4fabff;
}
.ant-input-number-focused {
  border-color: #4fabff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e2e2e2;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 26px;
  transition: all 0.3s linear;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 0 7px;
  display: block;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input[disabled] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-input[disabled]:hover {
  border-color: #e2e2e2;
}
.ant-input-number-lg {
  padding: 0;
}
.ant-input-number-lg input {
  height: 30px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 20px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  transition: opacity 0.24s linear 0.1s;
  z-index: 2;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\E61E";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\E61D";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-down-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-down-inner,
.ant-input-number-disabled .ant-input-number-handler-down-inner,
.ant-input-number-handler-down-disabled .ant-input-number-handler-up-inner,
.ant-input-number-handler-up-disabled .ant-input-number-handler-up-inner,
.ant-input-number-disabled .ant-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f7f7f7;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-disabled .ant-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
  margin-top: 20px !important;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-contracts .centertitle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.body-themeWhite .add-contract .ant-form-item-label span,
.body-themeWhite .add-contract .ant-form-item-control span {
  color: #555555 !important;
}
.body-themeWhite .add-contract .ant-tabs-nav-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .add-contract .ant-tabs-nav {
  height: 45px;
}
.body-themeWhite .add-contract .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 20px;
  margin-right: 0;
}
.body-themeWhite .add-contract .ant-modal-body {
  padding: 5px 16px 0 16px !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-form-item-label span {
  color: #555555;
}
.body-themeWhite .edit-contract .ant-modal-footer,
.body-themeWhite .add-contracts .ant-modal-footer {
  margin-top: 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body {
  padding: 0 20px 20px 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-form-item {
  margin-bottom: 2px !important;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
  margin-top: 20px !important;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center .paneling .ant-select-selection-selected-value {
  height: 28px !important;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-contracts .centertitle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.body-themeWhite .add-contract .ant-form-item-label span,
.body-themeWhite .add-contract .ant-form-item-control span {
  color: #555555 !important;
}
.body-themeWhite .add-contract .ant-form-item-label .ant-select-selection__placeholder,
.body-themeWhite .add-contract .ant-form-item-control .ant-select-selection__placeholder {
  color: #bfbfbf !important;
}
.body-themeWhite .add-contract .ant-tabs-nav-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .add-contract .ant-tabs-nav {
  height: 45px;
}
.body-themeWhite .add-contract .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 20px;
  margin-right: 0;
}
.body-themeWhite .add-contract .ant-modal-body {
  padding: 5px 16px 0 16px !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .add-contract .ant-modal-body .ant-form-item-label span {
  color: #555555;
}
.body-themeWhite .edit-contract .ant-modal-footer,
.body-themeWhite .add-contracts .ant-modal-footer {
  margin-top: 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body {
  padding: 0 20px 20px 20px !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-table-body table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .see_contract .ant-modal-body .ant-form-item {
  margin-bottom: 2px !important;
}
.body-themeWhite .slideshow-management {
  padding-left: 8px;
}
.body-themeWhite .slideshow-management .ant-spin-container {
  height: calc(100vh - 230px) !important;
}
.body-themeWhite .slideshow-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 230px) !important;
}
.body-themeWhite .slideshow-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 280px) !important;
}
.body-themeWhite .slideshow-management .ant-spin-container .table-img {
  max-height: 34px !important;
}
.body-themeWhite .article-management {
  padding-left: 8px;
}
.body-themeWhite .article-management .ant-select-selection-selected-value {
  color: rgba(0, 0, 0, 0.65) !important;
}
.body-themeWhite .article-management .ant-spin-container {
  height: calc(100vh - 230px) !important;
}
.body-themeWhite .article-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 230px) !important;
}
.body-themeWhite .article-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 280px) !important;
}
.body-themeWhite .article-management .ant-spin-container .table-img {
  max-height: 34px !important;
}
.body-themeWhite .article-management .search-form .ant-advanced-search-form {
  margin-top: 0;
}
.body-themeWhite .article-management .search-form .ant-advanced-search-form .ant-row div > span {
  margin-right: 0 !important;
}
.body-themeWhite .article-management .search-form .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.body-themeWhite .users-add .ant-modal-body {
  padding: 20px 0 0px 0;
}
.body-themeWhite .add-carousel .ant-modal-body {
  padding: 20px 0 0px 0;
}
.the-portal-setting {
  height: calc(58vh) !important;
}
.slideshow-management .ant-advanced-search-form .ant-row-flex > div:nth-child(2) .ant-form-item-control {
  width: 100px;
}
.article-management .ant-advanced-search-form .ant-row > div:nth-child(2) .ant-select-lg,
.article-management .ant-advanced-search-form .ant-row > div:nth-child(3) .ant-select-lg {
  width: 120px !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 14px;
  min-width: 28px;
  line-height: 12px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
}
.ant-switch-small:after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 0.5px;
}
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:after {
  left: 100%;
  margin-left: -12.5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small:active.ant-switch-checked:after {
  margin-left: -16.5px;
}
.ant-switch-checked {
  background-color: #1890ff;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:after {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:active:after {
  margin-left: -25px;
}
.ant-switch-disabled {
  cursor: not-allowed;
  background: #f4f4f4;
}
.ant-switch-disabled:after {
  background: #ccc;
  cursor: not-allowed;
}
.ant-switch-disabled .ant-switch-inner {
  color: rgba(0, 0, 0, 0.25);
}
.body-themeWhite .add-article .bf-content {
  height: 250px !important;
}
.body-themeWhite .add-article .ant-form-horizontal {
  margin-top: 0 !important;
}
.body-themeWhite .add-article .ant-modal-body {
  padding: 20px 0px 0px 0;
}
.body-themeWhite .add-article .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 0 !important;
}
.body-themeWhite .add-article .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 16px 0 !important;
}
.body-themeWhite .add-article .anticon-plus {
  font-size: 24px;
}
.body-themeWhite .wechat-modal .ant-table-header table {
  border: 1px solid #f2f2f2;
  border-bottom: none !important;
}
.body-themeWhite .wechat-modal .ant-table-header tr > th {
  border-bottom: none !important;
}
.gform {
	position: relative;
	padding: 0 10px;
	margin: 0px auto;
	border: 1px solid #d9d9d9;
}

.gform .sf-fields {}

.gform .sf-fields .ant-form-item {
	margin-top: 10px;
}

.gform .sf-btn {
	margin: 10px;
	text-align: center;
}

.gform .sf-btn button {
	display: inline-block;
	margin: 10px
}

.gform .sf-btn button.sub-btn {
	margin-left: 10px;

}

.gform .ant-advanced-search-form {
	padding: 10px;
}

.gform .ant-calendar-picker {
	width: 100%;
}

.gform .has-error .ant-form-explain,
.gform .has-error .ant-form-split {
	white-space: pre-wrap;
	word-break: break-word;
}

.ant-col-offset-1 {
	margin-left: 3.16666667%;
}

.index-checkBoxGroup {
	width: 1000px;
	margin-left: -180px;

}

.ant-modal-body {
	font-size: 12px;
	line-height: 1.5;
}

.panelsHeader {
	font-size: 14px;
	margin: 0 10px 10px 0;
	border: 0 none;
	background-color: #FAFAFA;
}

.panelsHeader:hover {
	background-color: #E5F6FE;
}

.panelsHeader:focus {
	border: 0 none;
	background-color: #E5F6FE;
}

.panelsHeader:after {
	border: 0 none;
}

.panelsHeader div {
	-ms-transform: rotate(90deg) scale(1.3);
	    transform: rotate(90deg) scale(1.3);
}

.up {
	text-align: center;
}

.up div {
	float: left;
}

.up button {
	color: #4E85FC;
}.modal-check2 .ant-modal-body .ant-advanced-search-form {
  padding-left: 0px !important;
}
.modal-check2 .ant-modal-body .ant-advanced-search-form .ant-form-item {
  margin-bottom: 4px !important;
}
.modal-check2 .ant-modal-body .ant-advanced-search-form .ant-form-item-control span {
  font-size: 14px;
}
.modal-check2 .ant-modal-body .ant-advanced-search-form .ant-collapse-header {
  font-size: 14px;
}
.body-themeWhite .modal-check2 .ant-modal-body {
  padding-top: 0 !important;
}
.body-themeWhite .modal-check2 .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .modal-check2 .ant-advanced-search-form .ant-form-item-label label > span {
  color: #555555 !important;
}
.body-themeWhite .modal-check2 .ant-advanced-search-form .panelsHeader {
  margin: 0 !important;
  border: 1px solid #f2f2f2 !important;
}
.body-themeWhite .modal-check2 .ant-collapse {
  border-color: #f2f2f2 !important;
}
.body-themeWhite .modal-check2 .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-color: #f2f2f2 !important;
}
.body-themeWhite .modal-check2 .gform {
  padding: 0 !important;
}
.body-themeWhite .modal-check2 .ant-collapse-content {
  padding: 0 25px;
}
.body-themeWhite .approval-operation .ant-modal-body {
  padding: 0 !important;
}
.body-themeWhite .approval-operation .gform {
  margin: 0 !important;
  padding: 25px 40px 5px 25px;
}
.count-down{
	max-width:130px;
	position: relative;
	top:1px;
}
.count-down button{
	height:32px;
	border-radius:5px;
	color: white;
	background: #108ee9;
	outline: none;
	cursor: pointer;
	border:none;
	width:100%;
	text-align: center;
}
.count-down button:hover{
	opacity: .9;
}
.count-down button[disabled=disabled], .count-down button:disabled{
	background: #a2a2a2;
	cursor: default;
}.gantt-component{
	padding:10px;
}
.gantt-component .mode-group{
	margin:10px 0 10px 0;
}
.gantt-component .gantt-wrapper{
	
}
.gantt-component .gantt-wrapper .gantt-box{
	border:1px solid #e6e6e6;
	border-top:none;
	border-radius: 4px;
	overflow: scroll;
	height:300px;
}
.gantt-component .gantt .bar-progress{
	fill:#3296fa
}.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px 
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:0px auto;
	border: 1px solid #d9d9d9;
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.ant-col-offset-1 {
	margin-left: 3.16666667%;
}
.ant-modal-body {
	font-size: 12px;
	line-height: 1.5;
}

.panelsHeader {
	font-size: 14px;
	margin: 0 10px 10px 0;
	border: 0 none;
	background-color: #FAFAFA;
}

.panelsHeader:hover {
	background-color: #E5F6FE;
}

.panelsHeader:focus {
	border: 0 none;
	background-color: #E5F6FE;
}

.panelsHeader:after {
	border: 0 none;
}

.panelsHeader div {
	-ms-transform: rotate(90deg) scale(1.3);
	    transform: rotate(90deg) scale(1.3);
}

.up {
	text-align: center;
}

.up div {
	float: left;
}

.up button {
	color: #4E85FC;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: 1px solid #d9d9d9;
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px 
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.navbar{
	width:100%;
	/* // background: #108ee9; */
	overflow: hidden;
	/* margin-bottom:10px; */
}
.navbar a{
	padding:10px 20px;
	display: inline-block;
	color:#fff;
	float: left;
	font-size:16px;
	width:initial !important;
}
.navbar button{
	margin-left:10px;
}
.navbar button:nth-of-type(1){
	margin-left:0;
}
.navbar button.active{
	border:#108ee9;
	color:#108ee9;
}
.navbar.light{
	background: none;
}
.navbar.light a{
	color:#333;
}
.navbar.gray{
	background: #f1f1f1;

}
.navbar.gray a{
	color:#333;
}
.navbar a.active{
	background: #1887d7;
}
.navbar a:hover{
	background: #1887d7;
}.gtable .ant-spin-nested-loading > div > .ant-spin{
    left:0 !important;
    top:0 !important;
    height:100% !important;
    position: absolute !important;
}
.gtable .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot{
	margin:0;
	margin-left:-10px;
	margin-top:-10px;
	top:50% !important;

}
.gtable .ant-spin-nested-loading > div > .ant-spin{
	
}.gtree .ant-tree li .ant-tree-node-content-wrapper{
	padding:3px 20px;
}.navbar{
	width:100%;
	/* width: 19%; */
	/* float: right; */
	/* margin-top: 100px !important; */
	/* // background: #108ee9; */
	/* padding:10px; */
	overflow: hidden;
	/* // margin-bottom:10px; */
}
.navbar a{
	padding:10px 20px;
	display: inline-block;
	color:#fff;
	float: left;
	font-size:16px;
	width:initial !important;
}
.navbar button{
	margin-left:10px;
}
.navbar button:nth-of-type(1){
	margin-left:0;
}
.navbar button.active{
	border:#108ee9;
	color:#108ee9;
}
.navbar.light{
	background: none;
}
.navbar.light a{
	color:#333;
}
.navbar.gray{
	background: #f1f1f1;

}
.navbar.gray a{
	color:#333;
}
.navbar a.active{
	background: #1887d7;
}
.navbar a:hover{
	background: #1887d7;
}
.search-form{
	position: relative;
	/* // padding:0 10px; */
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	/* // padding:3px 0; */
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	/* // padding-right: 210px;
	// background: #fbfbfb;
	// border: 1px solid #d9d9d9; */
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}.search-form{
	position: relative;
	/* // padding:0 10px; */
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	width: 100%;
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	/* // padding:3px 0; */
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	
	/* // padding-right: 210px;
	// background: #fbfbfb;
	// border: 1px solid #d9d9d9; */
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:150px;
}
.main {
  width: 100%;
  padding: 2px;
}
.main table {
  margin-top: 10px;
  table-layout: fixed;
  width: 100%;
}
.main table thead tr th {
  background-color: #7d99ec;
  color: #fff;
  padding: 3px 8px;
  height: 27px;
}
.main table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modalTitle {
  width: 700;
}
.divModal {
  width: 100%;
  height: 500px;
  overflow: auto;
}
.fileMain {
  width: 100%;
  padding: 2px;
  overflow: auto;
  text-align: center;
  margin: 0 auto;
}
.fileMain table {
  margin-top: 5px;
  table-layout: fixed;
  width: 100%;
}
.fileMain table tbody tr td {
  padding: 3px 8px;
  height: 35px;
}
.fileMain table thead tr th {
  background-color: #F2F2F2;
  color: #333333;
  padding: 3px 8px;
  height: 35px;
}
.uploadButton {
  margin-left: 0px;
  text-align: left;
}
.button {
  color: white;
  background: #7D99EC;
}
.buttonClick {
  color: #4E85FC;
  background: #F0F4F7;
}
.ant-upload-select-picture-card i {
  font-size: 36px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}
.ant-upload .ant-upload-select-picture-card .ant-upload {
  padding: 25px 0px !important;
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	width:150px;
}
/* 修复个人工作台切换过来样式异常问题 */
.admin-home .admin-home-search .ant-select-selection__rendered{
	height:34px !important;
	width:150px;
}



.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:120px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{


}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:150px;
}.body-themeWhite .position-description .ant-table-body table {
  border-bottom: none !important;
}
.buttons {
    display: inline-block;
    margin-left: 10px;
}
/* .btn {
    width:100px;
} */.buttons {
  display: inline-block;
  margin-left: 10px;
}
.searchName .ant-form-item {
  margin-top: 20px;
}
.body-themeWhite .add-post .searchName {
  margin-bottom: 20px !important;
}
.body-themeWhite .add-post .ant-table-body table {
  border-bottom: none !important;
}
.body-themeWhite .add-post .ant-table-thead {
  border: 1px solid #f2f2f2;
}
.body-themeWhite .select-orgModal .ant-modal-body {
  padding: 0 20px !important;
}
.body-themeWhite .select-orgModal .ant-modal-body table {
  border-left: 1px solid #f2f2f2;
}
.body-themeWhite .select-orgModal .ant-modal-body table .ant-table-tbody > tr > td {
  border-bottom: none !important;
}
.body-themeWhite .select-orgModal .ant-modal-body .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .select-orgModal .ant-modal-body .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-right: 2px !important;
}
.body-themeWhite .select-orgModal .searchName {
  margin-bottom: 0 !important;
}
.body-themeWhite .select-orgModal .ant-table-thead {
  border: 1px solid #f2f2f2;
}
.body-themeWhite .select-orgModal .ant-table-thead tr > th {
  border-bottom: 0 !important;
  border-top: 1px solid #f2f2f2;
}
.body-themeWhite .select-org .ant-modal-body {
  padding: 0 20px !important;
}
.body-themeWhite .select-org .ant-modal-body .ant-spin-container .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-right: 7px !important;
}
.body-themeWhite .select-org .searchName {
  margin-bottom: 0 !important;
}
.body-themeWhite .select-org .ant-table-header table {
  border: 1px solid #f2f2f2;
  border-bottom: none !important;
  border-right: none;
}
.body-themeWhite .select-org .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .post-storage {
  padding-left: 8px;
}
.body-themeWhite .post-storage .ant-spin-container {
  height: calc(100vh - 228px) !important;
}
.body-themeWhite .post-storage .ant-spin-container .ant-table-content {
  height: calc(100vh - 228px) !important;
}
.body-themeWhite .post-storage .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 278px) !important;
}
.body-themeWhite .post-storage .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .post-storage .ownUnit-name {
  padding: 10px 0 10px 20px !important;
  background-color: #ffffff;
}
.body-themeWhite .post-storage .ant-table-body .operation span {
  color: #1B9AEE !important;
}
.post-storage .ownUnit-name .ant-input {
  font-size: 14px;
}
.post-storage .select-org .ant-modal-body {
  padding: 0 !important;
}
.post-storage .select-orgModal .ant-modal-body {
  padding: 0 !important;
}
.select-orgModal ::-webkit-scrollbar {
  width: 2px !important;
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 30px;
}.app-download {
  margin-left: 8px;
}
.app-download .add-btn-box {
  padding: 20px 10px;
  background-color: #fff;
  margin-bottom: 8px;
}
.app-download .add-btn-box .desc {
  margin-left: 10px;
}
.app-download .opreate-box {
  text-align: center;
}
.app-download .opreate-box span {
  color: #1b9aee;
  cursor: pointer;
}
.app-download .opreate-box span:hover {
  text-decoration: underline;
}
.app-download .opreate-box span:nth-child(2) {
  margin-left: 16px;
}
.body-themeWhite .the-portal-settings .portal-setting {
  background: #ffffff;
  height: calc(100vh - 42px) !important;
}
.body-themeWhite .the-portal-settings .portal-setting .gtree {
  overflow: auto;
  height: calc(100vh - 83px) !important;
}
.body-themeWhite .the-portal-settings .portal-setting .ant-tree-title {
  font-size: 14px;
}
.body-themeWhite .the-portal-settings .portal-setting .ant-tree > li {
  padding-left: 20px !important;
}
.body-themeWhite .the-portal-settings .portal-right .article-management .ant-advanced-search-form {
  padding: 11px 0 11px 20px !important;
}
.body-themeWhite .the-portal-settings .portal-right .ant-tabs-nav {
  height: 45px;
  line-height: 36px;
  margin-left: 8px;
}
.body-themeWhite .the-portal-settings .portal-right .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
}
.body-themeWhite .the-portal-settings .portal-right .ant-tabs-nav .ant-tabs-tab-active {
  color: #1b9aee !important;
}
.portal-right .ant-tabs-tab {
  margin-right: 0 !important;
}
.the-portal-settings .portal-setting .operationBtn {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-right: none;
}
.the-portal-settings .portal-setting .operationBtn img {
  cursor: pointer;
}
.the-portal-settings .portal-setting .operationBtn .plus {
  margin-left: 20px;
}
.the-portal-settings .portal-setting .operationBtn .searchs {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.the-portal-settings .portal-setting .operationBtn .searchs .ant-input {
  border-radius: 20px;
  width: 96%;
  margin-left: 2%;
}
.inputbgColor input {
  background-color: rgba(0, 0, 0, 0.12);
  border: 1px solid #237ca7 !important;
  color: #cccccc;
}
.inputbgColor input:focus {
  border: 1px solid #237ca7 !important;
}
.ownUnit-floatLeft {
  float: left;
  margin-top: 10px;
}
.ownUnit-floatRight {
  float: right;
  margin-top: 10px;
}
.border-radius .ant-select-selection--single {
  height: 36px;
  border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.12);
  color: #999999 !important;
  border: 1px solid #237ca7 !important;
}
.border-radius .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 36px;
  padding-left: 10px;
}
.border-radius .ant-select-arrow:before {
  color: #999999;
}
.hd-applist .hd-applist-item {
  cursor: pointer;
  height: 310px;
  width: 310px;
  border-radius: 310px;
  background-color: rgba(0, 0, 0, 0.57);
  margin: 0 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.hd-applist .hd-applist-item img {
  margin-top: 45px;
  height: 100px;
  width: 100px;
  margin-bottom: 44px;
  border-radius: 10px;
}
.hd-applist .hd-applist-item h3 {
  margin-top: -10px;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 17px;
}
.hd-applist .hd-applist-item p {
  margin-top: -10px;
  color: #cccccc;
  font-size: 16px;
  cursor: pointer;
}
.new-hd-applist {
  margin-top: 250px !important;
}
.hd-applist-title {
  color: #ffffff;
  font-size: 16px;
  margin-top: 25px;
}
.body-themeDarkBlue .content-admin .my-agent .ant-spin-container,
.body-themeDarkBlue .content-admin .my-agent .ant-table-content {
  height: calc(100vh - 260px) !important;
}
.body-themeDarkBlue .content-admin .content-userNotify .ant-spin-container,
.body-themeDarkBlue .content-admin .content-userNotify .ant-table-content {
  height: calc(100vh - 260px) !important;
}
.body-themeWhite .contract-authorization .ant-table-pagination.ant-pagination {
  bottom: 5px;
  margin: 0 !important;
}
.body-themeWhite .contract-authorization .permisson-left {
  background-color: #ffffff;
}
.body-themeWhite .contract-authorization .permisson-left .ant-tree > li {
  padding-left: 20px !important;
}
.body-themeWhite .contract-authorization .permisson-left .ant-tree .ant-tree-title span {
  color: #555555;
}
.body-themeWhite .contract-authorization .permisson-left .ant-tree li span.ant-tree-switcher {
  width: 15px;
  color: #999999;
}
.body-themeWhite .contract-authorization .permisson-left .isIncludes {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .contract-authorization .permisson-right {
  padding-left: 8px;
}
.body-themeWhite .contract-authorization .permisson-right .ant-spin-container {
  height: calc(100vh - 273px) !important;
}
.body-themeWhite .contract-authorization .permisson-right .ant-spin-container .ant-table-scroll table {
  border-top: none !important;
}
.body-themeWhite .contract-authorization .permisson-right .ant-spin-container .ant-table-content {
  height: calc(100vh - 273px) !important;
}
.body-themeWhite .contract-authorization .permisson-right .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 323px) !important;
}
.body-themeWhite .contract-authorization .permisson-search .ant-advanced-search-form .ant-input {
  border-radius: 20px;
  font-size: 14px;
  padding-left: 10px;
}
.body-themeWhite .contract-authorization .setPermission {
  background-color: #ffffff;
  padding: 10px 0;
}
.contract-authorization .permisson-left .tree-left {
  height: calc(-45vh) !important;
}
.contract-authorization .permisson-left .isIncludes {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.contract-authorization .permisson-left .isIncludes img {
  cursor: pointer;
}
.contract-authorization .permisson-left .gtree {
  height: calc(100vh - 186px) !important;
  background-color: #ffffff;
}
.contract-authorization .permisson-left .gtree .ant-tree-title span {
  font-size: 14px;
}
.contract-authorization .setPermission {
  padding: 11px 0;
}
.contract-authorization .setPermission .ant-btn-primary {
  box-shadow: none !important;
  background-color: var(--button-bg-color) !important;
  border: none !important;
  color: white !important;
}
.body-themeDarkBlue .contract-authorization .permisson-left .gtree {
  height: calc(100vh - 192px) !important;
}
.body-themeDarkBlue .contract-authorization .permisson-right .ant-spin-container,
.body-themeDarkBlue .contract-authorization .permisson-right .ant-table-content {
  height: calc(100vh - 286px) !important;
}
.body-themeDarkBlue .contract-authorization .permisson-right .ant-spin-container .ant-table-pagination.ant-pagination {
  position: absolute !important;
  margin: 0;
}
.body-themeDarkBlue .permisson-right .ant-table-pagination.ant-pagination {
  position: relative !important;
}
.body-themeDarkBlue .peruserInclude,
.body-themeDarkBlue .peruserIncludes {
  left: 310px !important;
}
.peruserInclude,
.peruserIncludes {
  left: 300px !important;
  width: 173px !important;
}
.peruserInclude ul li span,
.peruserIncludes ul li span {
  font-size: 14px;
}
.peruserInclude .menu-header,
.peruserIncludes .menu-header {
  width: 173px !important;
  padding: 0 !important;
}
.peruserInclude .menu-header li:nth-child(1),
.peruserIncludes .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.peruserInclude .menu-header .ant-dropdown-menu-item,
.peruserIncludes .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.peruserInclude .menu-header .ant-dropdown-menu-item .gou,
.peruserIncludes .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.peruserInclude ul > li:nth-child(2) {
  color: var(--button-bg-color) !important;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.body-themeWhite .ant-input-affix-wrapper .ant-input-prefix {
  padding-left: 14px;
}
.body-themeWhite .personnel-managers {
  top: 60px !important;
}
.body-themeWhite .personnel-managers .ant-modal-body .ant-table-content {
  height: calc(100vh - 298px) !important;
}
.body-themeWhite .personnel-managers .ant-modal-body .ant-spin-container .ant-table-pagination.ant-pagination {
  position: absolute;
  bottom: -90px !important;
  margin: 0 !important;
}
.body-themeWhite .personnel-managers .ant-modal-footer {
  height: 110px !important;
}
.body-themeWhite .user-management {
  margin-right: 8px;
  margin-left: 8px;
}
.body-themeWhite .user-management .ant-tree li span.ant-tree-switcher {
  width: 15px;
}
.body-themeWhite .user-management ::-webkit-scrollbar-thumb {
  background-color: #929292;
}
.body-themeWhite .user-management ::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}
.body-themeWhite .user-management ::-webkit-scrollbar:hover::-webkit-scrollbar {
  width: 12px !important;
}
.body-themeWhite .user-management .gtree::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.body-themeWhite .user-management .ant-spin-container,
.body-themeWhite .user-management .ant-table-content {
  height: calc(100vh - 234px) !important;
}
.body-themeWhite .user-management .ant-table-body {
  background-color: #f7f7f7;
  height: calc(100vh - 282px) !important;
}
.body-themeWhite .user-management .ant-table-body table {
  background-color: #ffffff !important;
}
.body-themeWhite .user-management .admin-home-search {
  margin-bottom: 8px;
}
.body-themeWhite .user-management .search-form .ant-advanced-search-form {
  margin-left: 0 !important;
}
.body-themeWhite .user-management .admin-content .ant-advanced-search-form .ant-row-flex > div:nth-child(5) .ant-form-item-control {
  width: 100px !important;
}
.body-themeWhite .user-management .admin-content .ant-advanced-search-form .ant-row-flex > div:nth-child(6) .ant-form-item-control {
  width: 120px !important;
}
.body-themeWhite .user-management .admin-content .admin-right .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
.body-themeWhite .user-management .admin-content .admin-right .home-message {
  /* 滚动条整体样式外部 滚动条宽度和高度分别代表横竖滚动条的宽度和高度*/
}
.body-themeWhite .user-management .admin-content .admin-right .ant-table-body .table-cell-ellipsis a {
  color: #1B9AEE !important;
}
.body-themeWhite .user-management .admin-content .admin-right .ant-table-placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f7f7f7;
}
.body-themeWhite .user-management .admin-content .admin-left {
  height: calc(100vh - 234px) !important;
  border-right: none !important;
}
.body-themeWhite .user-management .admin-content .admin-left .contains {
  padding-left: 20px;
  text-align: left !important;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-top: none !important;
  border-right: none !important;
  height: 35px;
  line-height: 35px;
}
.body-themeWhite .user-management .admin-content .admin-left .contains img {
  cursor: pointer;
}
.body-themeWhite .user-management .admin-content .admin-left .ant-checkbox-wrapper {
  margin-left: 20px;
}
.body-themeWhite .user-management .admin-content .admin-left .all {
  text-align: left !important;
  margin-left: 20px;
  height: 40px !important;
  line-height: 40px !important;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree {
  overflow: hidden;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree .searchInput {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 32px;
  display: inline-block;
  width: 100%;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree .ant-tree {
  font-size: 14px !important;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree .ant-tree .ant-tree-title {
  color: #999999;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree .ant-tree ul li .ant-tree-title {
  color: #999999;
}
.body-themeWhite .user-management .admin-content .admin-left .gtree .ant-tree ul li ul li .ant-tree-title {
  color: #666666;
}
.body-themeWhite .personnel-managers .personnel-search .ant-advanced-search-form {
  margin: 10px 0 10px 8px !important;
}
.body-themeWhite .personnel-managers .personnel-app .gtree {
  border-right: 1px solid #f2f2f2;
}
.body-themeWhite .personnel-managers .personnel-app .ant-tree {
  margin-top: 10px;
}
.body-themeWhite .accound-add {
  width: 750px !important;
}
.body-themeWhite .accound-add .ant-modal-header {
  margin-bottom: 0 !important;
}
.body-themeWhite .accound-add .ant-modal-body .gform {
  height: 600px !important;
}
.body-themeWhite .accound-add .ant-modal-body .gform .ant-advanced-search-form {
  padding: 25px 0px 5px 10px !important;
}
.body-themeWhite .account-edit .gform {
  padding: 0;
}
.body-themeWhite .account-edit .gform .ant-advanced-search-form {
  padding: 0 !important;
}
.body-themeWhite .account-edit .ant-modal-body .ant-modal-footer {
  height: 76px;
}
.body-themeWhite .account-edit .ant-modal-body .ant-modal-footer .sf-btn .ant-btn {
  margin-top: 20px;
}
.body-themeWhite .account-edit .ant-row-flex > div:nth-child(22) {
  margin-top: 0 !important;
}
.body-themeWhite .admin-content .gtree .ant-tree > li {
  padding-left: 20px !important;
  margin-top: 8px;
}
.body-themeWhite .gtree .ant-tree li .ant-tree-node-content-wrapper {
  margin-left: 5px !important;
}
.body-themeDarkBlue .user-management .ant-spin-container {
  height: calc(100vh - 232px) !important;
}
.body-themeDarkBlue .user-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 232px) !important;
}
.body-themeDarkBlue .user-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 270px) !important;
}
.body-themeDarkBlue .userInclude,
.body-themeDarkBlue .userIncludes {
  left: 280px !important;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-title span {
  color: var(--button-bg-color) !important;
}
.body-themeWhite .user-management .ant-tree-child-tree-open {
  padding-left: 10px !important;
}
.body-themeWhite .position-management .ant-tree li {
  padding: 0px 0 !important;
}
.leave-approval {
  width: 600px !important;
}
.leave-approval .ant-modal-body .ant-advanced-search-form .ant-col-8 {
  width: 15% !important;
}
.leave-approval .ant-modal-body .ant-advanced-search-form .ant-col-16 {
  width: 85% !important;
}
.personnel-managers .personnel-app .ant-tree-title span {
  font-size: 14px;
}
.personnel-managers .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.userInclude ul li span,
.userIncludes ul li span {
  font-size: 14px !important;
}
.userInclude,
.userIncludes {
  left: 274px !important;
  width: 173px !important;
}
.userInclude .menu-header,
.userIncludes .menu-header {
  width: 173px !important;
  padding: 0 !important;
}
.userInclude .menu-header .checked-color,
.userIncludes .menu-header .checked-color {
  color: var(--button-bg-color) !important;
}
.userInclude .menu-header li:nth-child(1),
.userIncludes .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.userInclude .menu-header .ant-dropdown-menu-item,
.userIncludes .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.userInclude .menu-header .ant-dropdown-menu-item .gou,
.userIncludes .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.menu-size .menu-header {
  width: 210px !important;
}
.menu-size .menu-header .ant-input {
  width: 90%;
  height: 36px;
  border-radius: 20px;
}
.menu-size .menu-header .ant-select-selection--single {
  width: 120px;
}
.admin-home-title .ant-select {
  margin-left: 10px;
}
.admin-home-title .ant-select-selection--single {
  width: 120px;
  height: 36px;
  line-height: 36px;
}
.admin-home-title .ant-select-selection__rendered {
  line-height: 36px;
}
.link_color {
  color: var(--button-bg-color);
}
.ant-table-wrapper {
  margin-top: 10px !important;
}
.body-themeWhite .organization-btn {
  padding-left: 8px;
}
.body-themeWhite .organization-btn .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .organization-btn .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .organization-btn .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .organization-btn .ant-advanced-search-form {
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .add-organization {
  width: 538px !important;
}
.body-themeWhite .add-organization .gform {
  margin: 20px auto;
  padding: 0 30px;
}
.body-themeWhite .add-organization .gform .ant-advanced-search-form .ant-form-item #desc {
  height: 104px !important;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.postorganization_modal{
	width: 530px !important;
	height: 740px !important;
	top: 50px !important;
	padding: 10px;
}
.postorganization_modal .ant-select-tree-title{
	font-size: 14px;
}
.body-themeWhite .postorganization_modal .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{
	background-color: transparent;
	color: #1b9aee;
}.position-management .gtree input {
  width: 96%;
  margin-left: 2%;
  margin: 10px 0 0 0 !important;
}
.body-themeWhite .model-prompt .ant-alert-warning {
  background-color: #ffffff;
  border-color: transparent;
}
.body-themeWhite .model-prompt .ant-modal-body {
  font-size: 14px;
}
.body-themeWhite .model-prompt .ant-modal-body .ant-alert-description {
  font-size: 14px;
}
.body-themeWhite .editing-jobs .ant-modal-body {
  padding: 25px 0 0 0 !important;
}
.body-themeWhite .editing-jobs .gform {
  padding: 0 40px 5px 30px;
}
.body-themeWhite .editing-jobs .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.body-themeWhite .postManagement .ant-table-content {
  height: 742px !important;
}
.body-themeWhite .postManagement .ant-table-body {
  height: 682px !important;
}
.body-themeWhite .postManagement .ant-advanced-search-form .search {
  margin-left: 19px;
}
.body-themeWhite .postManagement .post-right {
  padding-left: 8px;
}
.body-themeWhite .postManagement .post-right .search-form {
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .postManagement .post-right .search-form .ant-advanced-search-form {
  padding-left: 0 !important;
}
.body-themeWhite .postManagement .post-right .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-right: 5px;
  margin-bottom: -8px !important;
  border-top: 1px solid #f2f2f2;
}
.body-themeWhite .position-management .setSearch {
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .position-management .gtree {
  height: calc(100vh - 132px) !important;
  background-color: #ffffff;
}
.body-themeWhite .position-management .gtree .searchInput .ant-input-prefix {
  left: 0 !important;
}
.body-themeWhite .position-management .gtree ul li .ant-tree-title {
  color: #999999 !important;
}
.body-themeWhite .position-management .gtree ul li ul li .ant-tree-title {
  color: #666666 !important;
}
.body-themeWhite .position-management .gtree .ant-tree > li {
  font-size: 14px;
  padding-left: 20px !important;
  margin-top: 8px;
}
.body-themeWhite .position-management .gtree .ant-tree > li .ant-tree-child-tree-open {
  padding-left: 11px !important;
}
.body-themeWhite .position-management .gtree .ant-tree > li .ant-tree-switcher {
  height: 38px !important;
  width: 15px;
}
.body-themeWhite .position-management .gtree .ant-tree > li .ant-tree-node-content-wrapper {
  height: 38px !important;
  line-height: 38px !important;
}
.body-themeWhite .position-management .gtree .ant-tree > li .ant-tree-switcher {
  line-height: 38px !important;
}
.body-themeWhite .position-management .gtree .ant-checkbox-wrapper {
  padding-left: 20px;
}
.body-themeWhite .position-management .gtree .ant-input {
  font-size: 14px;
  height: 34px;
}
.body-themeWhite .position-management .gtree .include {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: left !important;
}
.body-themeWhite .position-management .gtree .ant-tree-title {
  height: 38px !important;
  line-height: 38px !important;
}
.body-themeWhite .position-management .gtree .ant-tree-title span {
  color: #999999;
}
.body-themeWhite .position-management .buttonParams .ewec-button {
  border-left: none;
  border-right: none;
}
.body-themeWhite .position-management .buttonParams .ant-col-4 {
  height: 72px;
  background-color: #ffffff;
}
.body-themeWhite .position-management .buttonParams .only {
  margin-top: 28px;
  margin-right: 5px;
}
.body-themeWhite .position-management .ant-spin-container {
  height: calc(100vh - 222px) !important;
}
.body-themeWhite .position-management .ant-table-content {
  background-color: #ffffff;
  height: calc(100vh - 222px) !important;
}
.body-themeWhite .position-management .ant-table-content .ant-table-body {
  height: calc(100vh - 272px) !important;
}
.body-themeWhite .position-management .ant-table-pagination.ant-pagination {
  bottom: 5px;
}
.body-themeWhite .position-management .ant-advanced-search-form {
  background-color: #f7f7f7;
  border: none !important;
  margin-left: 0 !important;
}
.body-themeWhite .position-management .ant-advanced-search-form .ant-input {
  width: 342px !important;
  height: 34px !important;
}
.body-themeWhite .position-management .ant-advanced-search-form .ant-input-prefix {
  padding-left: 0px;
}
.body-themeWhite .position-management .ant-advanced-search-form .ant-form-item {
  margin-right: 212px !important;
}
.body-themeWhite .position-management .ewec-button {
  margin-top: 0 !important;
  border-top: none !important;
}
.body-themeWhite .add-post .ant-form .ant-btn-primary {
  background-color: #1b9aee !important;
}
.body-themeWhite .add-post .ant-modal-body .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .add-post .searchName .ant-advanced-search-form .ant-btn-primary {
  background-color: #ffffff !important;
  color: #1B9AEE !important;
  border: 1px solid #1b9aee !important;
}
.body-themeWhite .add-post .searchName .ant-advanced-search-form .ant-btn-dash {
  color: #555555 !important;
  border: 1px solid #d9d9d9 !important;
  min-width: 55px !important;
}
.body-themeWhite .add-posts {
  width: 500px !important;
}
.body-themeWhite .add-posts .ant-modal-body {
  padding-top: 25px;
}
.body-themeWhite .add-posts .ant-modal-body .gform {
  padding: 0 40px;
  padding-bottom: 5px;
}
.body-themeWhite .add-posts .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .ant-modal-body {
  padding-top: 8px;
}
.body-themeDarkBlue .postManagement .ant-spin-container {
  height: calc(100vh - 228px) !important;
}
.body-themeDarkBlue .postManagement .gtree .searchInput {
  width: 96%;
}
.body-themeDarkBlue .postManagement .gtree .searchInput .ant-input {
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 0 !important;
}
.body-themeDarkBlue .postIncludes,
.body-themeDarkBlue .postInclude {
  left: 280px !important;
}
.body-themeWhite .position-management .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-title span {
  color: #1B9AEE !important;
}
.postManagement .position-management {
  margin-top: 0 !important;
}
.postManagement .setSearch {
  height: 40px;
  line-height: 39px;
  background-color: #f9f9f9;
  font-size: 14px;
  padding-left: 20px;
}
.postManagement .setSearch img {
  cursor: pointer;
}
.postManagement .gtree .searchInput {
  position: absolute;
  top: 0;
  width: 98%;
  margin-left: 3%;
  margin-top: 1%;
}
.postManagement .gtree .ant-input {
  margin: 0 !important;
}
.postManagement .gtree .position-management {
  height: calc(100vh - 132px) !important;
}
.postIncludes .menu-header,
.postInclude .menu-header {
  width: auto !important;
  padding: 0 15px;
}
.postIncludes ul li span,
.postInclude ul li span {
  font-size: 14px !important;
}
.postInclude,
.postIncludes {
  left: 267px !important;
  width: 173px !important;
}
.postInclude .menu-header,
.postIncludes .menu-header {
  padding: 0 !important;
}
.postInclude .menu-header li:nth-child(1),
.postIncludes .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.postInclude .menu-header .ant-dropdown-menu-item,
.postIncludes .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.postInclude .menu-header .ant-dropdown-menu-item .gou,
.postIncludes .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.postIncludes .ant-dropdown-menu > li:nth-child(2) {
  color: var(--button-bg-color) !important;
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 30px;
}.normal {
  width: 100%;
}
.ant-tooltip-inner {
  max-width: 700px;
}
.odd-row {
  background-color: #f9f9f9;
}
.ant-form-item-control:before {
  content: "" !important;
}
.defaultTable {
  margin: 20px 0;
}
.defaultTable .ant-table-body {
  max-height: 400px;
}
.andvanedSetup .ant-radio-wrapper {
  font-size: 14px;
}
.andvanedSetup .ant-radio-group {
  width: 568px;
}
.all-table .ant-table-thead > tr > th span {
  font-family: 'Arial' !important;
}
.selectApp {
  background-color: #f5f7fc !important;
  color: #4f78e0 !important;
  font-weight: 700;
  border: none;
  margin: 0 0 20px 23px;
  height: 34px;
  min-width: 78px;
  font-size: 14px;
}
.selectApp:hover {
  background-color: #f5f7fc !important;
  color: #4f78e0 !important;
  font-weight: 700;
  border: none;
}
.configuration {
  margin-left: 23px;
  margin-right: 30px;
  font-size: 14px;
}
.seletor .ant-select-selection__rendered {
  font-size: 14px;
  line-height: 34px;
}
.seletor .ant-select-selection--single {
  height: 34px;
}
.body-themeWhite .andvanedSetup .ant-modal-body .ah-navbar {
  margin-top: 0 !important;
}
.body-themeWhite .andvanedSetup .ant-modal-body .defaultTable {
  margin: 10px 0;
}
.body-themeWhite .andvanedSetup .ant-modal-body .configuration {
  margin-left: 0 !important;
}
.body-themeWhite .setting-order .ant-modal-body {
  padding: 25px 40px 5px;
}
.body-themeWhite .setting-order .ant-form-item .ant-input {
  margin-top: 0 !important;
}
.body-themeWhite .setting-order .ant-modal-footer .ant-btn {
  margin-right: 27px;
}
.body-themeWhite .project-management {
  padding-left: 8px;
}
.body-themeWhite .project-management .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .project-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .project-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 282px) !important;
}
.body-themeWhite .project-management .ant-col-20 .ewec-button {
  border-right: none !important;
}
.body-themeWhite .project-management .ant-col-4 .ewec-button {
  border-left: none !important;
  padding: 20px 0 !important;
}
.body-themeWhite .project-management .ant-col-4 .ewec-button .ant-btn {
  float: right;
}
.body-themeWhite .project-management .ant-col-4 .ewec-button .ant-btn-default {
  margin-right: 0 !important;
}
.body-themeWhite .project-management .ant-spin-container .ant-table-content {
  background-color: #ffffff;
  height: 733px;
}
.body-themeWhite .add-project-managment .ant-modal-body,
.body-themeWhite .edit-project-managment .ant-modal-body {
  padding: 20px 20px 0 20px !important;
}
.body-themeWhite .add-project-managment .message,
.body-themeWhite .edit-project-managment .message {
  color: #1b9aee;
}
.body-themeWhite .add-project-managment .ant-collapse-content,
.body-themeWhite .edit-project-managment .ant-collapse-content {
  padding-top: 25px;
}
.body-themeWhite .add-project-managment .ant-collapse-header,
.body-themeWhite .edit-project-managment .ant-collapse-header {
  font-size: 14px;
}
.body-themeWhite .add-project-managment .ant-select-selection__rendered,
.body-themeWhite .edit-project-managment .ant-select-selection__rendered {
  display: block;
  margin-left: 7px;
  padding: 4px;
  margin-right: 7px;
  position: relative;
  line-height: 26px;
}
.body-themeWhite .add-project-managment .gform,
.body-themeWhite .edit-project-managment .gform {
  padding: 0 !important;
}
.body-themeWhite .add-project-managment .gform .sf-btn,
.body-themeWhite .edit-project-managment .gform .sf-btn {
  height: 76px !important;
  line-height: 76px !important;
  margin: 0 !important;
  text-align: right;
}
.body-themeWhite .add-project-managment .gform .sf-btn .ant-btn,
.body-themeWhite .edit-project-managment .gform .sf-btn .ant-btn {
  margin-left: 0;
}
.body-themeWhite .add-check2 .ant-modal-body {
  padding: 0 20px !important;
  padding-top: 10px !important;
}
.body-themeWhite .add-check2 .ant-collapse {
  border-color: #f2f2f2 !important;
}
.body-themeWhite .add-check2 .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-color: #f2f2f2 !important;
}
.body-themeDarkBlue .project-management .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.odd-row {
  background-color: #f9f9f9;
}
.all-table .ant-table-thead > tr > th span {
  font-family: 'Arial' !important;
}
.body-themeWhite .enrolled-project {
  padding-left: 8px;
  padding-right: 8px;
}
.body-themeWhite .enrolled-project .ant-spin-container {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 212px) !important;
}
.body-themeWhite .enrolled-project .search-form .ant-advanced-search-form {
  border-bottom: none;
  margin-bottom: 10px;
}
.body-themeWhite .adminct .ant-col-20 .ewec-button {
  border-right: none !important;
}
.odd-row {
  background-color: #f9f9f9;
}
.all-table .ant-table-thead > tr > th span {
  font-family: 'Arial' !important;
}
.body-themeWhite .enrolled-project {
  padding-left: 8px;
  padding-right: 8px;
}
.body-themeWhite .enrolled-project .ant-spin-container {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 212px) !important;
}
.body-themeWhite .enrolled-project .search-form .ant-advanced-search-form {
  border-bottom: none;
  margin-bottom: 10px;
}
.odd-row {
  background-color: #f9f9f9;
}
.all-table .ant-table-thead > tr > th span {
  font-family: 'Arial' !important;
}
.body-themeWhite .enrolled-project {
  padding-left: 8px;
  padding-right: 8px;
}
.body-themeWhite .enrolled-project .ant-spin-container {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content {
  height: calc(100vh - 162px) !important;
}
.body-themeWhite .enrolled-project .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 212px) !important;
}
.body-themeWhite .enrolled-project .search-form .ant-advanced-search-form {
  border-bottom: none;
  margin-bottom: 10px;
}
.ant-table-thead > tr > th {
    /* background-color: #f2f2f2f2 !important; */
    font-family: 'Arial'!important;
    /* color: #fff !important; */
}.secret-manager {
  padding-left: 8px;
}
.secret-manager .row-box {
  background-color: #fff;
  margin-bottom: 10px;
}
.secret-manager .row-box .search-form {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.secret-manager .row-box .search-form .ant-form-item-control {
  width: 160px;
}
.body-themeWhite .my-participate {
  padding-left: 8px;
  margin-right: 8px;
  background: #fff;
}
.body-themeWhite .my-participate .search-form .ant-advanced-search-form {
  margin-bottom: 10px;
}
.body-themeWhite .my-participate .ant-spin-container {
  height: calc(100vh - 163px) !important;
}
.body-themeWhite .my-participate .ant-spin-container .ant-table-content {
  height: calc(100vh - 163px) !important;
}
.body-themeWhite .my-participate .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 213px) !important;
}
.body-themeWhite .my-participate .operation span a {
  color: #1B9AEE;
}
.body-themeWhite .application-select .ant-form-item {
  margin-bottom: 0 !important;
}
.body-themeWhite .application-select .ant-advanced-search-form {
  border: none;
}
.body-themeWhite .application-select .ant-modal-body {
  padding-top: 0 !important;
}
.body-themeWhite .distributed-apply {
  padding-left: 8px;
}
.body-themeWhite .distributed-apply .ant-spin-container {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .distributed-apply .ant-spin-container .ant-table-content {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .distributed-apply .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 336px) !important;
}
.body-themeWhite .distributed-apply .operation span a {
  color: #1B9AEE !important;
}
.body-themeWhite .distributed-apply .ant-table-bordered .ant-table-body > table {
  border: 1px solid #f2f2f2 !important;
}
.body-themeWhite .distributed-apply .ant-advanced-search-form .ant-form-item-control-wrapper {
  padding-top: 0 !important;
}
.body-themeWhite .project-data .ant-modal-body {
  padding-top: 0 ;
}
.body-themeWhite .project-data .ant-advanced-search-form {
  border: none;
  padding: 20px 0 20px 20px !important;
}
.body-themeWhite .project-data .ant-advanced-search-form .ant-form-item {
  margin-bottom: 0 !important;
}
.body-themeWhite .project-data .ant-advanced-search-form .ant-form-item-control-wrapper {
  padding-top: 0 !important;
}
.body-themeWhite .function-authorization .access-left .moduleTree {
  background-color: #ffffff;
}
.body-themeWhite .function-authorization .access-left .moduleTree .gtree .ant-tree > li {
  padding-left: 20px;
}
.body-themeWhite .function-authorization .access-left .moduleTree .ant-tree li span.ant-tree-switcher {
  width: 15px;
}
.body-themeWhite .function-authorization .access-right .ant-table-content {
  height: auto !important;
}
.body-themeWhite .function-authorization .access-right .ant-spin-container {
  height: 740px !important;
}
.body-themeWhite .function-authorization .access-right .ant-table-body {
  height: 740px !important;
}
.body-themeWhite .function-authorization .access-right .access-btn {
  width: 100%;
  height: 72px;
  background-color: #ffffff;
}
.body-themeWhite .function-authorization .access-right .access-btn .ah-navbar {
  border: none;
  margin-left: 0 !important;
  width: 200px !important;
  float: right;
}
.body-themeWhite .function-authorization .access-right .access-btn .ah-navbar .ant-btn {
  min-width: 60px !important;
  height: 36px !important;
  border: 1px solid #ccecff !important;
  color: #1b9aee !important;
  margin-right: 16px;
}
.body-themeWhite .function-authorization .access-right .access-btn .ah-navbar .ant-btn-primary {
  background-color: #1b9aee !important;
  color: #ffffff !important;
}
.function-authorization .project-title {
  border-bottom: none;
}
.function-authorization .access-left .access {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  padding-left: 20px;
  font-size: 14px;
  border-top: none;
}
.function-authorization .access-right .access-btn .ah-navbar {
  border: none;
  margin-left: 0 !important;
  width: 230px;
  float: right;
}
.my-participate .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-form-item-control {
  width: 100px;
}
.body-themeDarkBlue .ant-table-body-height .ant-table-body {
  height: 500px !important;
}
.inputbgColor input {
  background-color: rgba(0, 0, 0, 0.12);
  border: 1px solid #237ca7 !important;
  color: #cccccc;
}
.inputbgColor input:focus {
  border: 1px solid #237ca7 !important;
}
.ownUnit-floatLeft {
  float: left;
  margin-top: 10px;
}
.ownUnit-floatRight {
  float: right;
  margin-top: 10px;
}
.border-radius .ant-select-selection--single {
  height: 36px;
  border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.12);
  color: #999999 !important;
  border: 1px solid #237ca7 !important;
}
.border-radius .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 36px;
  padding-left: 10px;
}
.border-radius .ant-select-arrow:before {
  color: #999999;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-breadcrumb {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
  transition: color .3s;
}
.ant-breadcrumb a:hover {
  color: #4fabff;
}
.ant-breadcrumb > span:last-child {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.searchName .ant-form-item {
  margin-top: 20px;
}
.contract .ant-table {
  height: 450px;
  overflow: auto;
}
.colorName {
  color: #4F78E0;
}
.ahNavbar {
  margin-top: 20px !important;
}
.ant-advanced-search-form .ant-input {
  height: 34px;
}
.ant-advanced-search-form .ant-btn-primary {
  min-width: 75px;
}
.application-management-setting .roleNav {
  background-color: #ffffff;
}
.application-management-setting .roleNav .custom-link {
  color: #555555;
  border-bottom: none;
  text-align: left;
  padding-left: 30px;
}
.application-management-setting .roleNav .custom-link-head {
  background-color: #f9f9f9;
  border-bottom: none;
  text-align: left;
  padding-left: 20px;
}
.application-management-setting .role-title {
  padding: 16px 0 !important;
}
.application-management-setting .role-title .titles img {
  width: 8px;
  height: 10px;
  margin-right: 4px;
}
.application-management-setting .return {
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
  color: #999999;
  font-size: 14px;
}
.application-management-setting .roleRight {
  margin-left: 0 !important;
}
.application-management-setting .app-container .custom-link-active {
  background-color: #1B9AEE !important;
}
.application-management-setting .custom-link-active {
  color: #ffffff !important;
  text-align: left !important;
  padding-left: 30px !important;
}
.application-management-setting .role-operation {
  padding: 0 !important;
  background-color: #ffffff !important;
}
.application-management-setting .role-operation .ant-table-body {
  background-color: #ffffff !important;
}
.application-management-setting .role-operation .ant-table-body table {
  border: none;
}
.application-management-setting .role-operation .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: 0 !important;
  border-right: 0 !important;
  height: 50px !important;
  line-height: 50px;
  text-align: left !important;
  padding: 0 8px !important;
  max-width: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-management-setting .role-operation .ant-table-body .ant-table-tbody > tr > td:nth-child(1) {
  padding-left: 20px !important;
}
.application-management-setting .role-operation .search .ant-input {
  font-size: 14px;
}
.application-management-setting .role-operation .selected-role {
  background-color: #ffffff;
}
.application-management-setting .role-operation .selected-role td {
  color: #1f9aee;
}
.application-management-setting .role-operation .roleOperation {
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.application-management-setting .role-operation .roleOperation .roleCharactar {
  font-size: 14px;
  color: #555555;
  width: 50px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
}
.application-management-setting .role-operation .roleOperation .operation {
  margin-left: 20px;
}
.application-management-setting .role-operation .roleOperation .searchs .ant-input {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  width: 93%;
  margin-left: 4%;
}
.application-management-setting .role-operation .roleList {
  height: 50px;
  line-height: 50px;
  color: #555555;
  padding-left: 20px;
  font-size: 14px;
  background-color: #f9f9f9;
}
.application-management-setting .role-operation .ant-table-placeholder {
  position: absolute !important;
  background-color: #ffffff;
  border-bottom: none !important;
}
.application-management-setting .applicationRight .operationBtn {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.application-management-setting .applicationRight .operationBtn .ant-btn {
  width: 60px;
  height: 36px;
}
.application-management-setting .applicationRight .operationBtn .ant-btn-primary {
  background-color: #1b9aee !important;
}
.application-management-setting .applicationRight .character-details {
  background-color: #ffffff;
  font-size: 14px;
}
.application-management-setting .applicationRight .character-details label {
  color: #999999;
  font-size: 14px;
}
.application-management-setting .applicationRight .character-details .ah-navbar {
  border: none;
}
.application-management-setting .applicationRight .access-configuration {
  padding: 0 !important;
  background-color: #ffffff;
}
.application-management-setting .applicationRight .access-configuration .authority {
  padding-left: 20px;
}
.application-management-setting .applicationRight .access-configuration .role-configuration {
  width: 250px !important;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree > li {
  padding: 6px 0;
  padding-left: 20px !important;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree > li .ant-tree-switcher.ant-tree-switcher-noop {
  width: 1px;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree > li .ant-tree-title span {
  font-size: 14px;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree > li:first-child {
  padding-top: 6px !important;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree > li:last-child {
  padding-bottom: 6px !important;
}
.application-management-setting .applicationRight .access-configuration .role-configuration .ant-tree li span.ant-tree-switcher {
  width: 15px;
  line-height: 45px !important;
}
.body-themeWhite .contract-modal .ant-modal-body .ant-table-body table {
  border-right: none !important;
}
.body-themeWhite .role-management .ant-modal-header {
  height: 54px;
  padding: 0 !important;
  border: 1px solid  #e4e4e4;
}
.body-themeWhite .role-management .ant-modal-header .ant-modal-title {
  font-size: 16px;
  color: #555555;
  font-weight: 400 !important;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
}
.body-themeWhite .role-management .ant-modal-content .ant-modal-close-x {
  width: auto;
  height: 54px;
  line-height: 54px;
  margin-right: 24px;
}
.body-themeWhite .role-management .ant-modal-body {
  padding: 25px 30px 5px 40px !important;
}
.body-themeWhite .role-management .ant-modal-body .ant-form-horizontal {
  margin-top: 0 !important;
}
.body-themeWhite .role-management .ant-modal-body .ant-form-item .ant-input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #e4e4e4 !important;
}
.body-themeWhite .role-management .ant-modal-body .ant-form-item #description {
  height: 104px !important;
}
.body-themeWhite .role-management .ant-modal-footer {
  height: 52px;
  line-height: 52px;
  padding: 0 !important;
  border-top: 1px solid #e4e4e4;
}
.body-themeWhite .role-management .ant-modal-footer .ant-btn {
  min-width: 60px !important;
  height: 36px !important;
  border: 1px solid #ccecff !important;
  color: #1b9aee;
  margin-right: 16px;
}
.body-themeWhite .role-management .ant-modal-footer .ant-btn-primary {
  background-color: #1b9aee;
}
.body-themeWhite .role-management .ant-modal-footer button + button {
  margin-left: 0 !important;
}
.body-themeWhite .application-management {
  margin-top: 5px !important;
}
.body-themeWhite .application-management .search-admin .ant-input-affix-wrapper .ant-input-prefix {
  left: 0 !important;
}
.body-themeWhite .applicationStore .applicationName {
  width: 462px;
  margin-left: 10px !important;
}
.body-themeWhite .applicationStore .applicationName .ant-input {
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.body-themeWhite .applicationStore .application-management .img-wrap {
  margin-top: 46px;
}
.body-themeWhite .applicationStore .application-management .admin-app-card {
  height: auto;
}
.body-themeWhite .applicationStore .application-management .admin-app-card .img-wrap {
  padding: 0 15px;
}
.body-themeWhite .applicationStore .application-management .admin-app-card .img-wrap .app-img {
  height: 66px;
  max-width: 100%;
}
.body-themeWhite .applicationStore .application-management .admin-app-card .app-title {
  padding-top: 43px;
  padding-bottom: 23px;
}
.body-themeWhite .applicationStore .application-management .admin-app-card .app-desc {
  margin-bottom: 30px;
  padding: 0 45px;
}
.body-themeWhite .applicationStore .application-management .admin-app-card .app-dev {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.body-themeWhite .roleMember .ah-navbar {
  margin-left: 0 !important;
}
.body-themeWhite .roleMember .role-operation .ant-table-content {
  height: calc(100vh - 148px) !important;
}
.body-themeWhite .roleMember .role-operation .ant-table-content .ant-table-body {
  height: calc(100vh - 198px) !important;
}
.body-themeWhite .roleMember .role-right .ant-table-content {
  height: calc(100vh - 222px) !important;
}
.body-themeWhite .roleMember .role-right .ant-table-content .ant-table-body {
  height: calc(100vh - 272px) !important;
}
.body-themeWhite .roleMember .role-right .ant-advanced-search-form .ant-input {
  padding-left: 10px;
}
.body-themeWhite .roleMember .role-right .ant-advanced-search-form .ant-btn {
  padding: 0 8px;
}
.body-themeWhite .roleMember .ant-advanced-search-form .ant-input {
  font-size: 14px;
  height: 36px;
}
.body-themeWhite .roleAuthority .role-operation .ant-table-content {
  height: calc(100vh - 146px) !important;
}
.body-themeWhite .roleAuthority .role-operation .ant-table-content .ant-table-body {
  height: calc(100vh - 196px) !important;
}
.body-themeWhite .roleAuthority .applicationRight .ant-spin-container {
  height: calc(100vh - 255px) !important;
}
.body-themeWhite .roleAuthority .applicationRight .ant-spin-container .ant-table-content {
  height: calc(100vh - 255px) !important;
}
.body-themeWhite .roleAuthority .applicationRight .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 305px) !important;
}
.body-themeWhite .roleAuthority .applicationRight .ant-tree-checkbox-inner {
  top: 3px!important;
  left: 1px!important;
}
.body-themeWhite .roleAuthority .access-configuration .ant-table-placeholder {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
}
.body-themeWhite .projectContract .role-operation .ant-table-content {
  height: calc(100vh - 148px) !important;
}
.body-themeWhite .projectContract .role-operation .ant-table-content .ant-table-body {
  height: calc(100vh - 198px) !important;
}
.body-themeWhite .projectContract .ah-navbar {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.body-themeWhite .projectContract .role-right .ant-table-body {
  height: calc(100vh - 220px) !important;
}
.body-themeWhite .projectContract .role-right .ant-table-content {
  height: calc(100vh - 170px) !important;
}
.body-themeWhite .projectContract .ant-table-placeholder {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
}
.body-themeWhite .basic-setting .setting {
  background-color: #ffffff;
}
.body-themeWhite .basic-setting .setting label {
  font-size: 14px;
}
.body-themeWhite .contract .searchName .ant-form-item {
  margin-top: 0;
}
.body-themeWhite .contract .ant-advanced-search-form {
  margin-bottom: 10px;
}
.body-themeWhite .contract .ant-advanced-search-form .ant-form-item {
  margin-bottom: 0 !important;
}
.body-themeDarkBlue .application-management-setting .role-right .ant-table-pagination.ant-pagination {
  position: relative !important;
}
.body-themeDarkBlue .applicationStore .applicationName .ant-input-affix-wrapper .ant-input-prefix {
  left: 24px !important;
}
.body-themeDarkBlue .applicationStore .application-management {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px;
  padding-top: 0 !important;
  border-top: 1px solid #f2f2f2;
}
.body-themeDarkBlue .applicationStore .app-search {
  background-color: var(--button-bg-color) !important;
  border: none !important;
  color: white !important;
  height: 34px !important;
  width: 78px !important;
  font-size: 14px;
}
.body-themeDarkBlue .roleAuthority .access-configuration .ant-spin-container,
.body-themeDarkBlue .roleAuthority .access-configuration .ant-table-content {
  height: calc(100vh - 320px) !important;
}
.body-themeDarkBlue .roleMember .role-right .ant-spin-container,
.body-themeDarkBlue .roleMember .role-right .ant-table-content {
  height: calc(100vh - 300px) !important;
}
.body-themeDarkBlue .projectContract .role-right .ant-spin-container,
.body-themeDarkBlue .projectContract .role-right .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.access-configuration .authority {
  padding-left: 20px;
}
.applicationStore .application-management {
  -ms-flex-pack: normal;
      justify-content: normal;
  margin-left: 3px;
}
.applicationStore .app-header {
  height: 53px;
  line-height: 53px;
}
.applicationStore .app-header .returnBack {
  display: inline-block;
}
.applicationStore .app-header .returnBack .ant-btn {
  width: 50px;
  height: 25px;
  margin-left: 10px;
  padding: 0 8px;
  border-color: #f2f2f2;
  color: #999999;
  font-size: 14px;
}
.applicationStore .app-header .ant-breadcrumb {
  margin-left: 20px;
}
.applicationStore .app-header .ant-breadcrumb-separator {
  margin: 0 4px;
}
.applicationStore .applicationName {
  width: 462px;
  margin-left: 10px;
}
.applicationStore .applicationName .ant-input {
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.applicationStore .applicationName .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
}
.applicationStore .app-search {
  width: 55px;
  height: 36px;
  border-color: #1b9aee;
  color: #1b9aee;
  margin-left: 16px;
  padding: 0 8px;
  font-size: 14px;
}
.application-management-setting .role-operation .search {
  width: 93% !important;
}
.application-management-setting .role-operation .search .ant-input {
  font-size: 14px;
  height: 36px;
  border-radius: 20px;
}
.application-management-setting .role-operation .search .ant-input-prefix {
  left: 0 !important;
  padding-left: 24px;
}
.application-management-setting .roleOperation {
  background-color: #f9f9f9;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.application-management-setting .roleOperation .roleCharactar {
  font-size: 14px;
  color: #555555;
  width: 50px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
}
.application-management-setting .roleOperation .operation {
  margin-left: 20px;
}
.application-management-setting .roleOperation .searchs .ant-input {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  width: 93%;
  margin-left: 4%;
}
.appApply-detail .returnBack {
  margin-top: -2px;
}
.appApply-detail .returnBack .ant-btn {
  width: 50px;
  height: 25px;
  padding: 0 10px;
  font-size: 14px;
  border-color: #f2f2f2;
  margin-left: 10px;
}
.appApply-detail .detail-app-dev {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
.search-tabs {
  position: relative;
  margin: 20px 0;
  margin-bottom: 0;
}
.search-tabs .tabs-list {
  background-color: #f7f7f7;
  padding: 0 5px;
  overflow: hidden;
}
.search-tabs .tabs-list .tab {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-tabs .tabs-list .tab:nth-child(10n) {
  margin-right: 0;
}
.search-tabs .tabs-list .tab.active {
  background-color: #0099ff;
  color: #fff;
  border: 1px solid #0099ff;
}
.search-tabs .more-tabs-list {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  padding: 30px 5px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 10;
}
.search-tabs .more-tabs-list .tab {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.search-tabs .more-tabs-list .tab:nth-child(9n) {
  margin-right: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-card {
  background: #fff;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
  transition: all .3s;
}
.ant-card:not(.ant-card-no-hovering):hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.ant-card-bordered {
  border: 1px solid #e9e9e9;
}
.ant-card-head {
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 24px;
  border-radius: 2px 2px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  display: -ms-flexbox;
  display: flex;
}
.ant-card-head:before,
.ant-card-head:after {
  content: " ";
  display: table;
}
.ant-card-head:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-head-title {
  font-size: 14px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
}
.ant-card-extra {
  float: right;
  text-align: right;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: " ";
  display: table;
}
.ant-card-body:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-card-contain-grid .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 0 0 #e9e9e9, 0 1px 0 0 #e9e9e9, 1px 1px 0 0 #e9e9e9, 1px 0 0 0 #e9e9e9 inset, 0 1px 0 0 #e9e9e9 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  transition: all .3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-wider-padding .ant-card-extra {
  right: 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  transition: padding .3s;
}
.ant-card-padding-transition .ant-card-extra {
  transition: right .3s;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.ant-card-loading-content {
  padding: 24px;
}
.ant-card-loading-block {
  display: inline-block;
  margin: 5px 1% 0;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 30px;
}.application-management-setting .avatar-uploader,
.application-management-setting .avatar-uploader-trigger,
.application-management-setting .avatar {
  width: 100px;
  height: 100px;
}
.application-management-setting .avatar-box {
  position: relative;
}
.application-management-setting .avatar-box .option-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.application-management-setting .avatar-box .option-box .href {
  color: #0099ff;
  margin-right: 5px;
}
.application-management-setting .avatar-box .option-box .href:last-child {
  margin-right: 0;
  margin-left: 5px;
}
.application-management-setting .avatar-box .option-box .href:hover {
  text-decoration: underline !important;
}
.application-management-setting .avatar-uploader {
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.application-management-setting .avatar-uploader-trigger {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #999;
}
.table-list {
  -ms-flex: 1;
      flex: 1;
  margin: 0 8px;
  padding: 20px 10px;
  background-color: #fff;
  width: calc(-539%);
}
.table-list .query-btn {
  margin-right: 20px;
}
.table-list .btns-list {
  margin: 30px 30px 20px 0;
}
.table-list .opreate-btns a {
  margin-right: 10px;
  color: #1b9aee !important;
}
.table-list .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.table-list .table-height .ant-table-body {
  min-height: 550px;
}
.menu-list {
  width: 230px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  min-height: calc(-16vh);
  border-right: 1px solid #f2f2f2;
}
.menu-list .tree-style {
  width: 100%;
  margin-top: 20px;
}
.menu-list .icon {
  font-size: 16px;
  font-weight: 800;
  margin: 5px;
}
.menu-list .closeIcon {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 500;
}
.menu-list .spanLabel {
  width: 136px;
  display: inline-block;
}
.menu-list .operaBtns {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0 !important;
}
.menu-list .operaBtns li {
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
  background-color: #ebe8e8;
}
.menu-list .operaBtns li:first-child {
  border-bottom: 1px solid #fff;
}
.menu-list .treeMenu .ant-tree-node-content-wrapper {
  position: relative;
  width: calc(70%) !important;
}
.menu-list .treeMenu .flexLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menu-list .searchMenuTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-list .disabledTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  cursor: not-allowed;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.25);
}
.header_step {
  padding: 20px 40px;
  border-bottom: 1px solid #f2f2f2;
}
.add-obj-entity .headIcon {
  width: 28px;
  height: 28px;
  margin-top: 10 !important;
  border-radius: '50%' !important;
  text-align: 'center' !important;
  display: 'inline-block' !important;
  border: '1px solid #ffffff' !important;
}
.add-obj-entity .steps_action {
  margin-top: 24px;
}
.add-obj-entity .first_Row {
  font-weight: bold;
  display: inline-block;
}
.add-obj-entity .add-data-source .ant-tag {
  margin: 0 3px 3px 0 !important;
}
.add-obj-entity .select-data-source {
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
}
.add-obj-entity .select-data-source .ant-tag {
  margin-right: 5px !important;
}
.add-obj-entity .add-obj-flex-layout {
  display: -ms-flexbox;
  display: flex;
}
.add-obj-entity .right-content {
  -ms-flex: 1;
      flex: 1;
  background-color: #fff;
}
.add-obj-entity .base-info {
  width: 14.6%;
  font-size: 20px;
  padding: 40px 0;
  font-weight: bold;
  text-align: right;
  position: relative;
}
.add-obj-entity .base-info::before {
  top: 40px;
  width: 7px;
  content: '';
  bottom: 40px;
  right: 100px;
  position: absolute;
  background-color: #1890ff;
}
.obj-detail {
  background-color: #fff;
}
.obj-detail .go-back {
  margin: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.obj-detail .info-content {
  color: #555;
  font-size: 14px;
  padding: 10px 0;
}
.obj-detail .info-content .info-title {
  margin-right: 5px;
  font-weight: bold;
}
.obj-detail .info-content div:not(:first-child) {
  padding-right: 8px;
}
.obj-detail .info-content:first-child {
  padding-top: 10px;
}
.obj-detail .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 20px 15px;
}
.obj-detail .title::before {
  left: 0;
  top: 20px;
  width: 7px;
  content: '';
  bottom: 20px;
  position: absolute;
  background-color: #1890ff;
}
.obj-detail .base-info {
  padding: 0 20px;
  margin: 20px 10px 0;
  border: 1px solid #f2f2f2;
}
.field-list {
  padding: 20px 20px 0;
  margin: 20px 10px 0;
  border: 1px solid #f2f2f2;
}
.field-list .import-btn {
  margin-bottom: 20px;
}
.field-list .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 20px 15px;
}
.field-list .title::before {
  left: 0;
  top: 20px;
  width: 7px;
  content: '';
  bottom: 20px;
  position: absolute;
  background-color: #1890ff;
}
.field-list .search-info {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.field-list .search-info .search-btn {
  margin-right: 10px;
}
.field-list .search-info label {
  color: #555;
}
.field-list .params-btn {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.continue-add-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  background-color: #1b9aee !important;
  border: 1px solid #1b9aee !important;
}
.add-field-modal .ant-modal-footer .ant-btn-primary {
  margin-right: 198px !important;
}
.add-obj {
  height: 80px;
  padding: 10px;
  border: 1px solid #ccc;
}
.add-btn {
  cursor: pointer;
  background: #fff;
  border-style: dashed;
}
.add-business-obj .ant-modal-body {
  padding: 8 24px 0;
}
.add-business-obj .text-ellips {
  display: inline-block;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.add-business-obj .w40 {
  width: 40px !important;
}
.add-business-obj .select-business-obj {
  height: 100px;
  padding: 10px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.add-business-obj .ant-tag {
  margin: 0 5px 3px 0 !important;
}
.add-business-obj .menu-tree {
  width: 180px;
  padding: 20px 0;
  border-right: 1px solid #f2f2f2;
}
.add-business-obj .obj-list {
  -ms-flex: 1;
      flex: 1;
  padding-top: 20px;
}
.add-business-obj .obj-list .ant-pagination.ant-table-pagination {
  position: relative;
}
.add-business-obj .item-box {
  font-size: 14px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
}
.add-business-obj .item-box .text {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-business-obj .item-box .btn {
  color: #0099ff;
  float: right;
  cursor: pointer;
}
.workflow-modal {
  top: 50px;
  height: 88%;
  overflow: hidden;
}
.workflow-modal .ant-modal-footer .ant-btn-primary {
  margin-left: 100px !important;
}
.workflow-modal .dissociated {
  position: absolute;
  right: 104px;
  bottom: 20px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #999999 !important;
  border: 1px solid #e4e4e4 !important;
}
.workflow-modal .dissociated:hover {
  border: 1px solid #e4e4e4 !important;
}
.workflow-modal .xtDissociated {
  right: 100px;
  bottom: 21px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  font-size: 14px;
  color: #999999 !important;
  border: 1px solid #e4e4e4 !important;
}
.workflow-modal .xtDissociated:hover {
  border: 1px solid #e4e4e4 !important;
}
.workflow-modal .title {
  font-size: 18px;
  font-weight: bold;
}
.table-list {
  -ms-flex: 1;
      flex: 1;
  margin: 0 8px;
  padding: 20px 10px;
  background-color: #fff;
  width: calc(-539%);
}
.table-list .ant-pagination.ant-table-pagination {
  position: relative;
}
.table-list .query-btn {
  margin-right: 20px;
}
.table-list .btns-list {
  margin: 30px 30px 20px 0;
}
.table-list .add-process a,
.table-list .opreate-btns a {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #1b9aee !important;
}
.table-list .add-process a {
  display: block;
}
.table-list .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.table-list .table-height .ant-table-body {
  min-height: 550px;
}
.menu-list {
  width: 230px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  min-height: calc(-16vh);
  border-right: 1px solid #f2f2f2;
}
.menu-list .tree-style {
  width: 100%;
  margin-top: 20px;
}
.menu-list .icon {
  font-size: 16px;
  font-weight: 800;
  margin: 5px;
}
.menu-list .closeIcon {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 500;
}
.menu-list .spanLabel {
  width: 136px;
  display: inline-block;
}
.menu-list .operaBtns {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0 !important;
}
.menu-list .operaBtns li {
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
  background-color: #ebe8e8;
}
.menu-list .operaBtns li:first-child {
  border-bottom: 1px solid #fff;
}
.menu-list .treeMenu .ant-tree-node-content-wrapper {
  position: relative;
  width: calc(70%) !important;
}
.menu-list .treeMenu .flexLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menu-list .searchMenuTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-list .disabledTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  cursor: not-allowed;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.25);
}
.table-list {
  -ms-flex: 1;
      flex: 1;
  margin: 0 8px;
  padding: 20px 10px;
  background-color: #fff;
  width: calc(-539%);
}
.table-list .query-btn {
  margin-right: 20px;
}
.table-list .btns-list {
  margin: 30px 30px 20px 0;
}
.table-list .opreate-btns a {
  margin-right: 10px;
  color: #1b9aee !important;
}
.table-list .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.table-list .table-height .ant-table-body {
  min-height: 550px;
}
.process-modal {
  top: 0;
  height: 100%;
  overflow: hidden;
}
.process-modal .ant-modal-body {
  padding: 0 !important;
}
.btns {
  top: 12px;
  right: 10px;
  position: absolute;
}
.btns button {
  margin-right: 10px;
}
.version {
  top: 20px;
  left: 100px;
  width: 200px;
  position: absolute;
}
.closeModalIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.menu-list {
  width: 230px;
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  min-height: calc(-16vh);
  border-right: 1px solid #f2f2f2;
}
.menu-list .tree-style {
  width: 100%;
  margin-top: 20px;
}
.menu-list .icon {
  font-size: 16px;
  font-weight: 800;
  margin: 5px;
}
.menu-list .closeIcon {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 500;
}
.menu-list .spanLabel {
  width: 136px;
  display: inline-block;
}
.menu-list .operaBtns {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0 !important;
}
.menu-list .operaBtns li {
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
  background-color: #ebe8e8;
}
.menu-list .operaBtns li:first-child {
  border-bottom: 1px solid #fff;
}
.menu-list .treeMenu .ant-tree-node-content-wrapper {
  position: relative;
  width: calc(70%) !important;
}
.menu-list .treeMenu .flexLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menu-list .searchMenuTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-list .disabledTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  cursor: not-allowed;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.25);
}
.msg-list {
  margin: 20px;
}
.msg-list .msg-header {
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.message-tips {
  color: red;
  margin-bottom: 5px;
}
.label-style {
  line-height: 36px;
}
.addPerson {
  padding: 8px;
  height: 100px;
  margin: 10px 0;
  cursor: pointer;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
}
.personModal {
  top: 80px !important;
}
.personModal .addPerson {
  margin-top: 0;
}
.personModal .ant-tag {
  margin: 5px 2px !important;
}
.personModal .ant-modal-body {
  padding-bottom: 0 !important;
}
.personModal .ant-modal-close-x {
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
}
.orgTreeList .ant-tree,
.personPostList .ant-tree {
  height: 400px;
  overflow: auto;
}
.orgTreeList {
  margin-top: 10px;
}
.personPostList {
  display: -ms-flexbox;
  display: flex;
}
.personPostList .contextLeft {
  -ms-flex: 1;
      flex: 1;
  padding-top: 10px;
}
.personPostList .contextRight {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding: 10px 7px 0 15px;
  border-left: 1px solid #f0f0f0;
}
.personPostList .contextRight .searchInput {
  display: block;
  margin: 10px 0 !important;
}
.personPostList .ant-checkbox-group {
  width: 100%;
  height: 350px;
  overflow: auto;
}
.personPostList .ant-checkbox-group .ant-checkbox-group-item {
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.personPostList .ant-checkbox-group .ant-checkbox-group-item:last-child {
  margin-right: 8px !important;
}
.personPostList .ant-checkbox-group .ant-checkbox-inner {
  top: 8px !important;
}
.add-business-obj .ant-modal-body {
  padding: 8 24px 0;
}
.add-business-obj .ant-modal-body .ant-form-item {
  margin-bottom: 15px !important;
}
.add-business-obj .ant-form-item:last-child {
  margin-bottom: 0 !important;
}
.add-business-obj .select-business-obj {
  height: 100px;
  padding: 10px;
  overflow-y: scroll;
  border: 1px solid #f2f2f2;
}
.add-business-obj .ant-tag {
  margin: 0 5px 3px 0 !important;
}
.add-business-obj .menu-tree {
  width: 180px;
  padding: 10px 0;
  border-right: 1px solid #f2f2f2;
}
.add-business-obj .obj-list {
  -ms-flex: 1;
      flex: 1;
  padding-top: 10px;
}
.add-business-obj .obj-list .ant-pagination.ant-table-pagination {
  position: relative;
}
.ant-select-dropdown {
  max-height: 280px !important;
}
.ant-notification {
  right: 50% !important;
  margin-right: -167.5px;
}
#toolCol {
  position: absolute;
  z-index: 100;
  width: 46px;
  height: 760px;
  text-align: center;
  margin-top: 48px;
  border: 1px solid #f2f2f2;
  border-top: 10px solid #f2f2f2;
  background-color: #f2f2f2;
}
#toolCol .toolColWrap {
  margin-top: 46px;
}
#toolCol .toolColWrap .shapeFrame {
  top: 10%;
  margin: auto;
  text-align: center;
}
#toolCol .toolColWrap .shapeFrame .circle {
  width: 30px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #c9c9c9;
}
#toolCol .toolColWrap .shapeFrame .circleMove {
  border-radius: 5px;
  width: 30px;
  cursor: pointer;
  height: 20px;
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  z-index: 2;
  border: 2px solid #333;
}
#toolCol .toolColWrap .shapeFrame .diamond {
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: inline-block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border: 2px solid #c9c9c9;
  z-index: 1;
}
#toolCol .toolColWrap .shapeFrame .diamondMove {
  width: 30px;
  height: 30px;
  position: absolute;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  cursor: pointer;
  border: 2px solid #c9c9c9;
  display: inline-block;
  z-index: 2;
}
#toolCol .toolColWrap .shapeFrame .circleTitle {
  font-size: 12px;
  color: #333;
  display: inline-block;
}
.start {
  width: 135px;
  cursor: pointer;
  height: 45px;
  border-radius: 25px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 50px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
.end {
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 550px;
  left: 45%;
  text-align: center;
  border-radius: 10px;
  overflow: auto;
  border-radius: 25px;
  vertical-align: middle;
  line-height: 50px;
}
#start {
  border-radius: 2px;
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 50px;
  border-radius: 25px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
#end {
  border-radius: 25px;
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 550px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
.startEndPoint {
  color: #000000;
  cursor: pointer;
  margin-top: 25%;
  display: block;
}
.labels {
  color: #333;
  font-weight: 16px !important;
  margin-top: 16px !important;
  font-size: larger;
}
.workFlowDesc {
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  height: 80px;
}
.workFlowLeft {
  background-color: #fafafa  ;
  width: 100%;
  height: 50%;
}
.workFlowRight {
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.workFlowLeftText {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 5%;
  font-size: 14px;
  margin-left: 16px;
}
.workFlowRightText {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  margin-left: 16px;
  margin-top: 5%;
  font-size: 12px;
}
.propFrame .ant-tabs-nav-container {
  border-bottom: 2px solid #fafafa;
}
.checkboxList {
  margin-top: 10px;
}
.checkboxName {
  font-size: 13px;
}
.workTool {
  vertical-align: middle;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8edf1;
}
.workTool .workToolWrap {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.workTool .workToolWrap .workToolName {
  float: left;
  width: 300px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  margin-left: 10px;
}
.workTool .workToolWrap .workToolVersion {
  font-size: 14px;
  float: left;
  width: 200px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workTool .workToolWrap .workToolIcon {
  font-size: 16px;
  margin-top: 9px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  line-height: 16px;
}
.workTool .workToolWrap .workToolFrame {
  float: right;
  display: contents;
  line-height: 16px;
}
.workTool .workToolWrap .workFlowBottom {
  float: left;
  margin-left: 14px;
  width: 75px;
  display: inline-block;
  height: 33px;
}
#pointerParamsList ::-webkit-scrollbar {
  display: none !important;
}
#workFlowCol ::-webkit-scrollbar {
  display: none !important;
}
#workFlow ::-webkit-scrollbar {
  display: none !important;
}
.parmasTitle {
  margin-top: 10PX;
  margin-bottom: 5PX;
  font-size: 14px;
  display: block;
}
.choseElement {
  display: inline-block;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 7px;
  background-color: #f2f2f2;
  height: 24px;
}
.choseElementIcon {
  margin: 7px;
}
.work-flow .admin-home-title {
  padding-left: 12px !important;
}
.body-themeWhite .work-flow .admin-home-title {
  padding-left: 23px !important;
}
#toolCol {
  position: absolute;
  z-index: 100;
  width: 46px;
  height: 760px;
  text-align: center;
  margin-top: 48px;
  border: 1px solid #f2f2f2;
  border-top: 10px solid #f2f2f2;
  background-color: #f2f2f2;
}
#toolCol .toolColWrap {
  margin-top: 46px;
}
#toolCol .toolColWrap .shapeFrame {
  top: 10%;
  margin: auto;
  text-align: center;
}
#toolCol .toolColWrap .shapeFrame .circle {
  width: 30px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #c9c9c9;
}
#toolCol .toolColWrap .shapeFrame .circleMove {
  border-radius: 5px;
  width: 30px;
  cursor: pointer;
  height: 20px;
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  z-index: 2;
  border: 2px solid #333;
}
#toolCol .toolColWrap .shapeFrame .diamond {
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: inline-block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border: 2px solid #c9c9c9;
  z-index: 1;
}
#toolCol .toolColWrap .shapeFrame .diamondMove {
  width: 30px;
  height: 30px;
  position: absolute;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  cursor: pointer;
  border: 2px solid #c9c9c9;
  display: inline-block;
  z-index: 2;
}
#toolCol .toolColWrap .shapeFrame .circleTitle {
  font-size: 12px;
  color: #333;
  display: inline-block;
}
.start {
  width: 135px;
  cursor: pointer;
  height: 45px;
  border-radius: 25px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 50px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
.end {
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 550px;
  left: 45%;
  text-align: center;
  border-radius: 10px;
  overflow: auto;
  border-radius: 25px;
  vertical-align: middle;
  line-height: 50px;
}
#start {
  border-radius: 2px;
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 50px;
  border-radius: 25px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
#end {
  border-radius: 25px;
  width: 135px;
  cursor: pointer;
  height: 45px;
  /*   */
  position: absolute;
  z-index: 2;
  border: 2px solid #c9c9c9;
  top: 550px;
  left: 45%;
  text-align: center;
  overflow: auto;
  vertical-align: middle;
  line-height: 50px;
}
.startEndPoint {
  color: #000000;
  cursor: pointer;
  margin-top: 25%;
  display: block;
}
.labels {
  color: #333;
  font-weight: 16px !important;
  margin-top: 16px !important;
  font-size: larger;
}
.workFlowDesc {
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  height: 80px;
}
.workFlowLeft {
  background-color: #fafafa  ;
  width: 100%;
  height: 50%;
}
.workFlowRight {
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.workFlowLeftText {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 5%;
  font-size: 14px;
  margin-left: 16px;
}
.workFlowRightText {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  margin-left: 16px;
  margin-top: 5%;
  font-size: 12px;
}
.propFrame .ant-tabs-nav-container {
  border-bottom: 2px solid #fafafa;
}
.checkboxList {
  margin-top: 10px;
}
.checkboxName {
  font-size: 13px;
}
.workTool {
  vertical-align: middle;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8edf1;
}
.workTool .workToolWrap {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.workTool .workToolWrap .workToolName {
  float: left;
  width: 300px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  margin-left: 10px;
}
.workTool .workToolWrap .workToolVersion {
  font-size: 14px;
  float: left;
  width: 200px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workTool .workToolWrap .workToolIcon {
  font-size: 16px;
  margin-top: 9px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  line-height: 16px;
}
.workTool .workToolWrap .workToolFrame {
  float: right;
  display: contents;
  line-height: 16px;
}
.workTool .workToolWrap .workFlowBottom {
  float: left;
  margin-left: 14px;
  width: 75px;
  display: inline-block;
  height: 33px;
}
#pointerParamsList ::-webkit-scrollbar {
  display: none !important;
}
#workFlowCol ::-webkit-scrollbar {
  display: none !important;
}
#workFlow {
  position: relative;
  -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
  box-sizing: border-box;
}
#workFlow ::-webkit-scrollbar {
  display: none !important;
}
.parmasTitle {
  margin-top: 10PX;
  margin-bottom: 5PX;
  font-size: 14px;
  display: block;
}
.choseElement {
  display: inline-block;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 7px;
  background-color: #f2f2f2;
  height: 24px;
}
.choseElementIcon {
  margin: 7px;
}
.funButton {
  margin-left: 10px;
  cursor: pointer;
  color: blue;
}
.spin {
  margin-top: 100px;
  margin-left: 40%;
}
.split {
  height: 100%;
  margin-left: 10px;
  margin-top: 10px;
  border-top: 2px solid #f2f2f2;
}
.addButton {
  width: 81px;
  height: 32px;
  color: #4f78e0;
}
.funButton {
  color: #4F78E0;
}
.body-themeWhite .new-workflow {
  padding-left: 8px;
}
.body-themeWhite .new-workflow .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .new-workflow .ant-spin-container .ant-table-scroll table {
  border-right: none !important;
  border-bottom: none !important;
}
.body-themeWhite .new-workflow .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .new-workflow .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .new-workflow .ant-spin-container .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -6px !important;
  border-top: none !important;
}
.body-themeWhite .new-workflow .ant-spin-container .ant-table-fixed-header .ant-table-scroll .ant-table-header > table {
  border-bottom: none !important;
}
.body-themeWhite .new-workflow .addButton {
  width: 55px;
}
.body-themeWhite .new-workflow .unable {
  width: 64px;
  height: 27px;
  line-height: 27px;
  background-color: #f2f2f2;
  margin: 0 auto;
}
.body-themeWhite .new-workflow .unable span {
  color: #999999 !important;
}
.body-themeWhite .new-workflow .disable {
  width: 64px;
  height: 27px;
  line-height: 27px;
  background-color: #ffefed;
  color: #ff685f;
  margin: 0 auto;
}
.body-themeWhite .new-workflow .enable {
  width: 64px;
  height: 27px;
  line-height: 27px;
  background-color: #f2f2f2;
  margin: 0 auto;
}
.body-themeWhite .new-workflow .enable span {
  color: green !important;
}
.body-themeWhite .new-workflow .ok {
  width: 64px;
  height: 27px;
  line-height: 27px;
  background-color: #3195DF;
  margin: 0 auto;
}
.body-themeWhite .new-workflow .ok span {
  color: #e6f9ff !important;
}
.body-themeWhite .new-process {
  width: 540px !important;
}
.body-themeWhite .new-process .gform {
  margin: 0 !important;
}
.body-themeWhite .new-process .ant-modal-body {
  padding: 25px 0 5px 0;
}
.body-themeWhite .new-process .ant-modal-body .ant-form-item .has-success label {
  font-size: 14px;
}
.body-themeWhite .new-process .ant-modal-body .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
	/* border: 1px solid #d9d9d9; */
}
.gform .sf-fields{

}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.userOperat {
  height: 53px;
  line-height: 53px;
  padding-left: 23px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.userOperatCent {
  border-right: 1px solid #eeeeee;
  height: 870px;
  background: #ffffff;
}
.userOperatCent > div {
  cursor: pointer;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
}
.userOperatCent > div span {
  margin-left: 10px;
}
.userOperatCent .userOperatItme {
  background-color: #ebeef5;
  color: #303677;
}
.userOperatCent-nav {
  padding-left: 8px;
}
.userOperatCent-nav .userLog .rowLabel .colItem:nth-child(3) .ant-calendar-picker,
.userOperatCent-nav .userLog .rowLabel .colItem:nth-child(4) .ant-calendar-picker {
  width: 280px !important;
}
.maringTop20 .ant-form-item {
  margin-top: 20px;
}
.body-themeDarkBlue .userLog {
  padding-left: 20px;
}
.body-themeDarkBlue .userLog .ant-form-item .ant-form-item-control-wrapper {
  display: inline-block;
}
.body-themeDarkBlue .userLog .colItem .ant-btn {
  font-size: 14px;
}
.body-themeDarkBlue .userLog .rowLabel .ant-form-item-label label {
  margin-left: 10px;
}
.body-themeDarkBlue .operationLog .ant-spin-container,
.body-themeDarkBlue .operationLog .ant-table-content {
  height: calc(100vh - 268px) !important;
}
.body-themeWhite .userLog {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.body-themeWhite .userLog .ant-input {
  font-size: 14px;
  height: 36px;
}
.body-themeWhite .userLog .search {
  margin-left: 1px;
  padding-bottom: 20px;
}
.body-themeWhite .userLog .colItem .ant-form-item-label {
  height: 36px;
  line-height: 30px;
}
.body-themeWhite .operationLog .admin-home-title {
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .operationLog .ant-spin-container {
  height: calc(100vh - 281px) !important;
}
.body-themeWhite .operationLog .ant-spin-container .ant-table-content {
  height: calc(100vh - 281px) !important;
}
.body-themeWhite .operationLog .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 331px) !important;
}
.body-themeWhite .operationLog .ant-tabs-bar .ant-tabs-nav {
  height: 45px;
  line-height: 20px;
  padding: 6px 0px;
}
.body-themeWhite .operationLog .rowLabel {
  background-color: #ffffff;
}
.body-themeWhite .operationLog .userOperatCent {
  height: calc(100vh - 92px) !important;
}
.body-themeWhite .operationLog .userOperatCent .userOperatItme {
  background-color: #f9f9f9;
}
.body-themeWhite .operationLog .userOperatCent .userOperatItme span {
  color: #1B9AEE;
}
.body-themeWhite .operationLog .userOperatCent .userOperatItme i {
  color: #1b9aee;
}
.body-themeWhite .operationLog .userOperatCent > div {
  color: #555555;
  text-align: left !important;
  padding-left: 20px;
}
.body-themeWhite .operationLog .ant-row-flex .ant-btn {
  width: 55px !important;
  height: 32px !important;
}
.body-themeWhite .operationLog .ant-row-flex .ant-btn-primary {
  color: #1B9AEE !important;
  border: 1px solid #1b9aee !important;
  background-color: #ffffff !important;
  font-size: 14px;
  width: 55px !important;
  height: 32px !important;
}
.body-themeWhite .operationLog .ant-table-placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f7f7f7;
  border: none !important;
}
.search-form{
	position: relative;
}
.search-form .ant-form-inline .ant-form-item{
	margin-right: 0;
}
.search-form .ant-input-lg{
	height:34px !important;
	/* width:200px; */
}
.search-form .sf-fields{

}
.search-form .sf-fields .ant-form-item{
	margin-top:10px;
}
.search-form .sf-btn{
	position: absolute;
	right: 10px;
	top:0;
	margin:10px;
	width:200px;
}
.search-form .sf-btn button{
	float: right;
}
.search-form .sf-btn button.sub-btn{
	margin-left:10px;

}
.search-form .ant-advanced-search-form {
	padding: 10px;
	border-radius: 6px;
}
.search-form .toggle-fields{
	display: inline-block;
}
.search-form .ant-col-12{
	max-width: 300px
}
.search-form .ant-form-item-control{
	width:170px;
}
.search-form .ant-advanced-search-form .ant-form-item-label label{
	font-size: 14px !important;
}
.search-form .back-log{
	margin-left: 30px;
}.errorList .ant-table-pagination.ant-pagination {
  bottom: 5px;
}
.errorList .ant-table-pagination.ant-pagination {
  margin: 0;
}
.errorList .ant-spin-container {
  height: calc(100vh - 262px) !important;
}
.errorList .ant-spin-container .ant-table-content {
  height: calc(100vh - 262px) !important;
}
.errorList .ant-spin-container .ant-table-content .ant-table-header {
  border-top: 1px solid #f2f2f2;
}
.errorList .ant-spin-container .ant-table-content .ant-table-header .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.errorList .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 312px) !important;
}
.errorList .ant-spin-container .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-right: 5px !important;
}
.error {
  height: 53px;
  line-height: 53px;
  padding-left: 23px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.errorLeft {
  border-right: 1px solid #eeeeee;
  height: 870px;
  background-color: #ffffff;
}
.errorLeft > div {
  cursor: pointer;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
}
.errorLeft .firstItem {
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
}
.errorLeft .firstItem span {
  margin-left: 20px;
}
.errorLeft .checked {
  background-color: #ebeef5;
  color: #4F78E0;
}
.basicData .ant-form-item {
  margin-top: 20px;
}
.basicData .errorName {
  color: #4F78E0;
  cursor: pointer;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(2) .ant-form-item-control {
  width: 120px;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-form-item-control {
  width: 340px;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-form-item {
  margin-right: 10px !important;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-input-lg {
  width: 320px;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(4) .ant-form-item-control {
  width: 120px;
}
.basicData .ant-advanced-search-form .ant-row-flex > div:nth-child(4) .ant-input-lg {
  width: 120px;
}
.body-themeWhite .basicData {
  padding-left: 8px;
}
.body-themeWhite .errorList .admin-home-title {
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .errorList .ant-tabs-bar {
  margin-left: 8px;
}
.body-themeWhite .errorList .ant-tabs-bar .ant-tabs-nav {
  height: 45px;
  line-height: 20px;
  padding: 6px 0px;
}
.body-themeWhite .errorList .ant-spin-container {
  height: calc(100vh - 278px) !important;
}
.body-themeWhite .errorList .ant-spin-container .ant-table-content {
  height: calc(100vh - 278px) !important;
}
.body-themeWhite .errorList .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 328px) !important;
}
.body-themeWhite .errorList .ant-table-pagination.ant-pagination {
  bottom: 5px !important;
}
.body-themeWhite .errorLeft {
  height: calc(100vh - 92px) !important;
  text-align: left;
}
.body-themeWhite .errorLeft .firstItem {
  background-color: #f9f9f9;
}
.body-themeWhite .errorLeft .firstItem span {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}
.body-themeWhite .errorLeft > div {
  text-align: left;
  padding-left: 20px;
}
.body-themeWhite .errorLeft .checked {
  color: #1B9AEE;
  background-color: #f9f9f9;
}
.body-themeWhite .basicData .ant-form-item {
  margin-top: 0;
}
.body-themeWhite .basicData .ant-table-body .operation span {
  color: #1B9AEE;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: auto;
      flex: auto;
  background: #ececec;
}
.ant-layout.ant-layout-has-sider {
  -ms-flex-direction: row;
      flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.ant-layout-header {
  background: #404040;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ant-layout-footer {
  background: #ececec;
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-layout-content {
  -ms-flex: auto;
      flex: auto;
}
.ant-layout-sider {
  transition: all .2s;
  position: relative;
  background: #404040;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  -ms-flex-order: 1;
      order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #404040;
  z-index: 1;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #404040;
  color: #fff;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background .3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #535353;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper{
	/* padding:3px 20px; */
	/* width: 185px !important; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper .ant-tree-title{
	display: inline-block;
	/* width: 172px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gtree .ant-tree li .ant-tree-node-content-wrapper-open .ant-tree-title{
	display: inline-block;
	/* width: 172px !important; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* .gtree{
	overflow: auto;
} */.bf-table-dropdown-control{display:-ms-flexbox;display:flex;padding:10px}.bf-table-dropdown-control .label{width:30px;color:#999;font-size:12px;line-height:30px;text-align:center}.bf-table-dropdown-control .input{width:100px;height:30px;padding:0 10px;background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-table-dropdown-control .input:hover{box-shadow:inset 0 0 0 1px rgba(7,169,254,.5)}.bf-table-dropdown-control .input:focus{box-shadow:inset 0 0 0 1px #07a9fe}.bf-table-dropdown-control .button{width:80px;height:30px;margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.bf-table-container{position:relative;margin:0 0 0 -10px;padding:10px 0 10px 10px}.bf-table-container .bf-table-col-tools,.bf-table-container .bf-table-row-tools{position:absolute;z-index:2;border-radius:3px;background-color:#f1f5f9;cursor:default;opacity:0}.bf-table-container .bf-table-col-tools:hover,.bf-table-container .bf-table-col-tools[data-active=true],.bf-table-container .bf-table-row-tools:hover,.bf-table-container .bf-table-row-tools[data-active=true]{opacity:1}.bf-table-container .bf-table-col-tools:hover,.bf-table-container .bf-table-row-tools:hover{z-index:4}.bf-table-container .bf-table-col-tools{top:0;right:0;left:10px;height:8px;line-height:0;white-space:nowrap}.bf-table-container .bf-table-col-tools.resizing{opacity:1}.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-handler{background-color:#f1f5f9}.bf-table-container .bf-table-col-tools.resizing .bf-col-resizer.active{background-color:#07a9fe}.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-left,.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-right{display:none}.bf-table-container .bf-table-row-tools{top:10px;bottom:10px;left:0;width:8px}.bf-table-container .bf-col-tool-handler,.bf-table-container .bf-row-tool-handler{position:relative;box-sizing:border-box;background-color:#f1f5f9;cursor:pointer}.bf-table-container .bf-col-tool-handler:hover,.bf-table-container .bf-row-tool-handler:hover{background-color:#e1e5e9}.bf-table-container .bf-col-tool-handler[data-active=true],.bf-table-container .bf-row-tool-handler[data-active=true]{background-color:#07a9fe}.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-left,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-right,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-down,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-up,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-left,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-right,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-down,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-up{display:none}.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-center,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-center,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-center,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-center{display:block}.bf-table-container .bf-col-tool-handler{display:inline-block;height:8px;line-height:0;font-size:0;border-left:1px solid #e1e5e9}.bf-table-container .bf-col-tool-handler:first-child{border-left:none;border-radius:3px 0 0 3px}.bf-table-container .bf-col-tool-handler:last-child{border-radius:0 3px 3px 0}.bf-table-container .bf-col-tool-handler:first-child:last-child{border-radius:3px}.bf-table-container .bf-col-resizer{position:absolute;z-index:2;top:0;left:-2px;width:4px;height:8px;cursor:col-resize}.bf-table-container .bf-col-resizer:hover{background-color:#07a9fe}.bf-table-container .bf-row-tool-handler{border-top:1px solid #e1e5e9}.bf-table-container .bf-row-tool-handler:first-child{border-top:none;border-radius:3px 3px 0 0}.bf-table-container .bf-row-tool-handler:last-child{border-radius:0 0 3px 3px}.bf-table-container .bf-row-tool-handler:first-child:last-child{border-radius:3px}.bf-table-container .bf-col-tool-left,.bf-table-container .bf-col-tool-right{float:left;position:relative;width:50%;height:8px}.bf-table-container .bf-col-tool-left:hover .bf-insert-col-after,.bf-table-container .bf-col-tool-left:hover .bf-insert-col-before,.bf-table-container .bf-col-tool-right:hover .bf-insert-col-after,.bf-table-container .bf-col-tool-right:hover .bf-insert-col-before{display:block}.bf-table-container .bf-row-tool-down,.bf-table-container .bf-row-tool-up{position:relative;height:50%}.bf-table-container .bf-row-tool-down:hover .bf-insert-row-after,.bf-table-container .bf-row-tool-down:hover .bf-insert-row-before,.bf-table-container .bf-row-tool-up:hover .bf-insert-row-after,.bf-table-container .bf-row-tool-up:hover .bf-insert-row-before{display:block}.bf-table-container .bf-col-tool-center,.bf-table-container .bf-row-tool-center{display:none;position:relative;width:100%;height:100%}.bf-table-container .bf-col-tool-center:hover .bf-remove-col,.bf-table-container .bf-col-tool-center:hover .bf-remove-row,.bf-table-container .bf-row-tool-center:hover .bf-remove-col,.bf-table-container .bf-row-tool-center:hover .bf-remove-row{display:block}.bf-table-container .bf-insert-col-after,.bf-table-container .bf-insert-col-before,.bf-table-container .bf-insert-row-after,.bf-table-container .bf-insert-row-before,.bf-table-container .bf-remove-col,.bf-table-container .bf-remove-row{display:none;box-sizing:content-box;position:absolute;color:#21242a}.bf-table-container .bf-insert-col-after:before,.bf-table-container .bf-insert-col-before:before,.bf-table-container .bf-insert-row-after:before,.bf-table-container .bf-insert-row-before:before,.bf-table-container .bf-remove-col:before,.bf-table-container .bf-remove-row:before{position:absolute;border:4px solid transparent;content:""}.bf-table-container .bf-insert-col-after:hover,.bf-table-container .bf-insert-col-before:hover,.bf-table-container .bf-insert-row-after:hover,.bf-table-container .bf-insert-row-before:hover,.bf-table-container .bf-remove-col:hover,.bf-table-container .bf-remove-row:hover{color:#07a9fe}.bf-table-container .bf-insert-col-after i,.bf-table-container .bf-insert-col-before i,.bf-table-container .bf-insert-row-after i,.bf-table-container .bf-insert-row-before i,.bf-table-container .bf-remove-col i,.bf-table-container .bf-remove-row i{display:block;width:20px;height:20px;color:inherit;background-color:currentColor;border-radius:3px;box-shadow:0 2px 5px rgba(0,0,0,.1);pointer-events:none}.bf-table-container .bf-insert-col-after i:before,.bf-table-container .bf-insert-col-before i:before,.bf-table-container .bf-insert-row-after i:before,.bf-table-container .bf-insert-row-before i:before,.bf-table-container .bf-remove-col i:before,.bf-table-container .bf-remove-row i:before{display:block;width:20px;height:20px;color:#fff;font-size:14px;line-height:20px;text-align:center}.bf-table-container .bf-insert-col-after,.bf-table-container .bf-insert-col-before,.bf-table-container .bf-remove-col{bottom:-25px;padding-top:5px}.bf-table-container .bf-insert-col-after:before,.bf-table-container .bf-insert-col-before:before,.bf-table-container .bf-remove-col:before{left:6px;top:-1px;border-bottom-color:currentColor}.bf-table-container .bf-insert-row-after,.bf-table-container .bf-insert-row-before,.bf-table-container .bf-remove-row{right:-25px;padding-left:5px}.bf-table-container .bf-insert-row-after:before,.bf-table-container .bf-insert-row-before:before,.bf-table-container .bf-remove-row:before{top:6px;left:-1px;border-right-color:currentColor}.bf-table-container .bf-insert-col-before{left:-10px}.bf-table-container .bf-insert-col-after{right:-10px}.bf-table-container .bf-remove-col{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.bf-table-container .bf-remove-col:hover{color:#e74c3c}.bf-table-container .bf-insert-row-before{top:-10px}.bf-table-container .bf-insert-row-after{bottom:-10px}.bf-table-container .bf-remove-row{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.bf-table-container .bf-remove-row:hover{color:#e74c3c}.bf-table-container .dragging-rect{position:absolute;z-index:10;box-sizing:border-box;background-color:rgba(7,169,254,.2);pointer-events:none}.bf-table-container .bf-table-context-menu{position:absolute;z-index:10;top:20px;right:20px;width:150px;overflow:hidden;background-color:#21242a;border-radius:3px;box-shadow:0 5px 25px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.bf-table-container .bf-table-context-menu .context-menu-item{padding:0 15px;border-top:1px solid #31343a;line-height:38px;color:#919599;font-size:14px;cursor:pointer}.bf-table-container .bf-table-context-menu .context-menu-item:first-child{border:none}.bf-table-container .bf-table-context-menu .context-menu-item[data-disabled=true]{cursor:not-allowed;color:#414549}.bf-table-container .bf-table-context-menu .context-menu-item:hover{background-color:rgba(0,0,0,.3)}.bf-table-container .bf-table{width:100%;table-layout:fixed;border-style:hidden;border-collapse:collapse;border-spacing:0;border:1px solid #07a9fe;border-width:.5px}.bf-table-container .bf-table.dragging tbody .bf-table-cell{cursor:default!important}.bf-table-container .bf-table tbody tr:empty{padding:10px}.bf-table-container .bf-table tbody .bf-table-cell{background-color:#fff;border:1px solid #c5c5c5;border-width:.5px;overflow:visible;cursor:text}.bf-table-container .bf-table tbody .bf-table-cell[data-is-head=true]{background-color:#fafafa;font-weight:700}.bf-table-container .bf-table tbody .bf-table-cell[data-active=true]{position:relative}.bf-table-container .bf-table tbody .bf-table-cell[data-active=true]:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid #07a9fe;border-width:.5px;content:""}.bf-table-container .bf-table tbody .bf-table-cell>div{padding:10px 15px}.documentApi .ant-layout-header {
  padding: 0 20px !important;
  height: 54px;
  line-height: 54px;
}
.documentApi .ant-layout-sider {
  -ms-flex: 0 0 240px !important;
      flex: 0 0 240px !important;
  max-width: 240px !important;
  min-width: 240px !important;
  width: 240px !important;
}
.documentApi .documentApi_logo span {
  cursor: pointer;
  color: #555555;
}
.documentApi .documentApi_logo span:hover {
  color: #999999;
}
.documentApi .gtree .ant-tree {
  padding-top: 10px;
}
.documentApi .gtree .ant-tree li {
  padding: 0 !important;
}
.documentApi .gtree .ant-tree li .ant-tree-node-content-wrapper {
  margin-left: 5px !important;
}
.documentApi .gtree .ant-tree > li {
  padding-left: 20px !important;
}
.documentApi .user-info {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.documentApi .document_header {
  margin-left: 30px;
}
.documentApi .document_header li {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  cursor: pointer;
  height: 54px;
}
.documentApi .document_header .active {
  color: #1b9aee;
  border-bottom: 2px solid #1b9aee;
}
.bf-container.read-only .bf-controlbar {
  display: none;
}
.bf-content {
  height: calc(100vh - 64px) !important;
}
.bf-container .bf-image img {
  width: 500px;
  min-height: 300px;
}
.documentRetrieval .ant-table-body {
  height: 740px;
}
.documentRetrieval .docSearcFormRig .ant-advanced-search-form .ant-row-flex > div:nth-child(1) .ant-form-item-control {
  width: 100px !important;
}
.body-themeDarkBlue .docExpert {
  background-color: #ffffff;
  padding: 10px 0;
}
.body-themeDarkBlue .docExpert .ant-form-item .ant-form-item-control-wrapper {
  display: inline-block;
}
.body-themeDarkBlue .docExpert .colItem .ant-btn {
  font-size: 14px;
}
.body-themeDarkBlue .docExpert .rowLabel .ant-form-item-label label {
  margin-left: 20px;
}
.docTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 53px;
  line-height: 53px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
}
.docTitle span > span {
  margin: 0 10px;
}
.docTitle .admin-home-title {
  border-bottom: none;
  padding-left: 12px !important;
}
.docTitle .documText {
  display: inline-block;
}
.docTitle .returnBack {
  min-width: 50px !important;
  height: 26px !important;
  line-height: 26px !important;
  color: #999999 !important;
  font-size: 14px !important;
  border: 1px solid #f2f2f2 !important;
  padding: 0 8px !important;
  font-weight: 400 !important;
  background-color: #ffffff !important;
}
.docSearcForm {
  height: 76px;
}
.docSearcForm .back-log {
  margin-left: 0 !important;
}
.docSearcForm .ant-form-item {
  margin-top: 20px;
}
.docSearcForm .docSearcFormLeft {
  height: 56px;
  line-height: 72px;
}
.docSearcForm .docSearcFormLeft > span {
  cursor: pointer;
  color: #4f78e0;
  font-size: 14px;
  font-weight: 400;
}
.docExpert {
  height: 56px;
}
.docExpert .contentNone {
  margin-left: -35px !important;
}
.docExpert > span {
  cursor: pointer;
  color: #4f78e0;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 15px;
}
.colFoot {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: rgba(0, 0, 0, 0.85);
}
.documText {
  color: #4f78e0;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
}
.documDetails .detailSider {
  height: 850px;
  border-left: 1px solid #f2f2f2;
}
.documDetails .detailSider .detaiTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 10px;
  height: 50px;
  line-height: 50px;
  background-color: #f2f2f2;
}
.documDetails .detailSider .detaiTitle span {
  margin-left: 5px;
  font-size: 14px;
}
.doc-button {
  background-color: #f5f7fc;
  color: #4f78e0 ;
  font-weight: 700;
  border: none ;
  font-size: 14px;
  height: 34px;
  min-width: 78px;
}
.doc-button:hover {
  background-color: #f5f7fc;
  color: #4f78e0 ;
}
.doc-button:focus {
  background-color: #f5f7fc;
  color: #4f78e0 ;
}
.em-color em {
  color: red;
  font-style: normal;
}
.docSearcFormRig {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.docSearcFormRig > span {
  cursor: pointer;
  margin-left: 30px;
}
.body-themeWhite .documentRetrieval {
  padding-left: 8px;
}
.body-themeWhite .documentRetrieval .documDetails .detailSider {
  background-color: #ffffff;
}
.body-themeWhite .documentRetrieval .ant-table-pagination.ant-pagination {
  bottom: 5px;
  margin: 0 !important;
}
.body-themeWhite .docTitle {
  border-bottom: none;
  padding-left: 0;
}
.body-themeWhite .viewTitle {
  border-bottom: 1px solid #eeeeee;
}
.body-themeWhite .btn {
  margin-top: 10px;
  background-color: #ffffff;
}
.body-themeWhite .btn .doc-button {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400 !important;
  padding: 0 8px;
}
.body-themeWhite .docExpert {
  background-color: #ffffff;
  padding: 10px 0;
}
.body-themeWhite .docExpert .packup {
  color: #1B9AEE;
}
.body-themeWhite .docSearcForm {
  height: auto !important;
}
.body-themeWhite .docSearcForm .ant-form-item {
  margin: 0 !important;
  margin-right: 19px !important;
}
.body-themeWhite .docSearcForm .search-form .back-log {
  margin-left: 0 !important;
}
.body-themeWhite .docSearcForm .search-form .ant-advanced-search-form {
  margin-left: 0;
  border-right: none;
  border-bottom: none;
}
.body-themeWhite .docSearcForm .docSearcFormRig {
  background-color: #ffffff;
}
.body-themeWhite .docSearcForm .docSearcFormRig .advancedQuery {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400 !important;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
}
.body-themeWhite .documText {
  color: #1B9AEE;
}
.documentRetrieval .ant-spin-container {
  height: calc(100vh - 240px) !important;
}
.documentRetrieval .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.documentRetrieval .ant-table-body {
  height: calc(100vh - 285px) !important;
}
.documentRetrieval .admin-home-title {
  padding: 0!important;
}
.documentRetrievalScreen .ant-spin-container {
  height: calc(100vh - 180px) !important;
}
.documentRetrievalScreen .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.documentRetrievalScreen .ant-table-body {
  height: calc(100vh - 285px) !important;
}
.documentRetrievalScreen .admin-home-title {
  padding: 0!important;
}
.body-themeWhite .model-management {
  padding-left: 8px;
}
.body-themeWhite .model-management .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .model-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .model-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .add-modals {
  width: 560px !important;
}
.body-themeWhite .add-modals .gform {
  padding: 25px 20px 5px 25px !important;
}
.body-themeWhite .copy-modals {
  width: 550px !important;
}
.body-themeWhite .copy-modals .gform {
  padding: 25px 20px 5px 10px !important;
}
.body-themeWhite .replace-model .ant-modal-body .ant-upload .ant-btn {
  width: 164px !important;
  height: 36px;
  border-color: #f2f2f2;
}
.body-themeWhite .replace-model .ant-modal-footer {
  height: auto ;
  margin-bottom: 0 !important;
}
.body-themeWhite .replace-model .ant-modal-footer .ant-btn-primary {
  background-color: #1b9aee !important;
  color: #ffffff !important;
  border: 1px solid #1b9aee!important;
  margin-right: 0px;
}
.import-modals {
  width: 560px !important;
}
.import-modals .ant-modal-body {
  padding: 0;
}
.import-modals .ant-modal-body .gform {
  padding: 25px 0 25px 20px;
  margin: 0;
}
.import-modals .gf-slot .upload-ui {
  margin-left: 16px !important;
}
.import-modals .gf-slot .upload-ui .ant-upload .ant-btn {
  min-width: 100px !important;
}
.body-themeDarkBlue .import-modals .upload-ui {
  margin-top: 20px;
}
.body-themeDarkBlue .import-modals .upload-ui label {
  font-size: 14px;
}
.ant-modal-footer .ant-btn-primary[disabled] {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f7f7f7 !important;
  border-color: #d9d9d9 !important;
  border: 1px solid #ddd !important;
}
.model-management .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.model-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.model-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .process-management {
  padding-left: 8px;
}
.process-management .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.process-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.process-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.sort_btn {
  position: absolute;
  top: 0;
  right: 0px;
}
.sort_btn .ant-btn-lg {
  margin: 0!important;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 101%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.gformMonth {
  width: 16.6667%;
  background-color: red;
}
.spanEse {
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classification {
  font-size: 14px;
  padding-top: 20px;
  background-color: #ffffff;
}
.classification .ant-btn {
  font-size: 14px;
  margin-right: 20px;
}
.body-themeWhite .classification {
  padding: 20px 0;
  font-size: 14px;
  background-color: #ffffff;
  margin: 0 0 10px 8px;
}
.body-themeWhite .classification .ant-btn {
  font-size: 14px;
  margin-right: 20px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px !important;
}
.body-themeWhite .data-apply {
  padding-left: 8px;
}
.body-themeWhite .data-apply .ant-spin-container {
  height: calc(100vh - 153px) !important;
}
.body-themeWhite .data-apply .ant-spin-container .ant-table-content {
  height: calc(100vh - 153px) !important;
}
.body-themeWhite .data-apply .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 203px) !important;
}
.body-themeWhite .data-apply .ant-advanced-search-form {
  border-bottom: none !important;
}
.body-themeWhite .data-apply .ant-advanced-search-form .ant-btn {
  min-width: 55px !important;
  width: auto !important;
}
.body-themeWhite .apply-for .gform {
  margin: 0 !important;
}
.body-themeWhite .apply-for .ant-modal-body {
  padding: 20px 16px 0px 20px;
}
.body-themeWhite .apply-for .ant-modal-body .info-table {
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
.body-themeWhite .apply-for .ant-modal-body .info-table .table {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .apply-for .ant-modal-body .info-table .table .td {
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
.body-themeWhite .apply-for .ant-modal-body .info-table .table .bim-td {
  border-right: none;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.sort_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sort_btn .ant-btn-lg {
  margin: 0!important;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 101%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.spanEse {
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classification {
  font-size: 14px;
  padding-top: 20px;
  background-color: #ffffff;
}
.classification .ant-btn {
  font-size: 14px;
  margin-right: 20px;
}
.body-themeWhite .classification {
  padding: 20px 0;
  font-size: 14px;
  background-color: #ffffff;
  margin: 0 0 10px 8px;
}
.body-themeWhite .classification .ant-btn {
  font-size: 14px;
  margin-right: 20px;
}
.body-themeWhite .data-apply {
  padding-left: 8px;
}
.body-themeWhite .data-apply .ant-spin-container {
  height: calc(100vh - 153px) !important;
}
.body-themeWhite .data-apply .ant-spin-container .ant-table-content {
  height: calc(100vh - 153px) !important;
}
.body-themeWhite .data-apply .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 203px) !important;
}
.body-themeWhite .data-apply .ant-advanced-search-form {
  border-bottom: none;
}
.body-themeWhite .data-apply .ant-advanced-search-form .ant-btn {
  width: auto !important;
  min-width: 55px;
}
.body-themeWhite .approval-to-see .ant-modal-body {
  padding: 25px 20px 5px 14px;
}
.body-themeWhite .approval-to-see .ant-modal-body .ant-form-item-control-wrapper .ant-input {
  line-height: 30px !important;
}
.gform{
	position: relative;
	padding:0 10px;
	margin:10px auto;
	border: none !important;
}
.gform .ant-form-item-label {
	text-align: right ;
}
.gform .sf-fields .ant-form-item{
	margin-top:10px;
}
.gform .sf-btn{
	margin:10px;
	text-align: center;
}
.gform .sf-btn button{
	display: inline-block;
	margin:10px
}
.gform .sf-btn button.sub-btn{
	margin-left:10px;

}
.gform .ant-advanced-search-form {
	padding: 10px;
}
.gform .ant-calendar-picker{
	width:100%;
}
.gform .fade-input{
	position: relative;
}
.gform .fade-input .fade-input-placeholder{
	position: absolute;
	left:0;
	line-height: 21px;
	top:0;
	color:#666;
	cursor: pointer;
}
.gform .fade-input .fade-input-placeholder .fade-input-placeholder-arrow{
	position: absolute;
    right: 6px;
    top: 7px;
}
.gform .fade-input .fade-input-disabled{
	background: #f7f7f7;
	cursor: not-allowed;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.tab_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 448px;
}
.input {
  color: #000;
  width: 220px;
}
.input_number {
  color: #000 !important;
  width: 220px;
}
.input_number input {
  color: #000 !important;
}
.input_date {
  color: #000;
  width: 220px !important;
}
.input_date div input {
  color: #000;
}
.input_select {
  color: #000;
  width: 220px !important;
}
.input_select_multi {
  width: 220px;
  margin: 0;
  color: #000;
}
.input_select_multi div {
  overflow-x: hidden;
  overflow-y: auto;
  height: 60px;
}
.input_select_multi div div {
  overflow: hidden;
}
.input_select_multi div div ul li div {
  color: #000;
}
.normal {
  overflow: auto;
  padding: 5px 10px;
}
.normal table {
  table-layout: fixed;
  width: 100%;
}
.normal table thead tr th {
  background-color: #7d99ec ;
  color: #fff ;
  padding: 3px 8px ;
  height: 27px ;
  text-align: center;
}
.normal table tbody tr td {
  padding: 3px 8px;
  height: 27px;
}
.left {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-style {
  background-color: red;
}
.obj-page .ant-form-item {
  margin-top: 20px;
}
.obj-page .ant-table-body {
  width: 101%;
}
.obj-page .batch_modal__form .ant-form-item {
  margin: 20px;
}
.obj-page .batch_modal__form .ant-form-item .ant-form-item-label > label {
  font-size: 14px;
}
.body-themeWhite .customObject {
  padding-left: 8px;
}
.body-themeWhite .customObject .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .customObject .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .customObject .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .customObject .ant-spin-container .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .defaultObj .ant-table-content {
  height: 807px !important;
}
.body-themeWhite .defaultObj .ant-table-body {
  height: 740px !important;
}
.body-themeWhite .defaultObj .ant-advanced-search-form {
  border-bottom: none;
}
.body-themeWhite .obj-page .ewec-button {
  margin: 0px !important;
}
.body-themeWhite .obj-page .admin-home-title .ewec-button {
  margin: 0 !important;
}
.body-themeWhite .obj-page .ant-advanced-search-form {
  margin-bottom: 10px;
}
.body-themeWhite .obj-page .ant-advanced-search-form .ant-form-item {
  margin-top: 0;
}
.body-themeWhite .obj-page .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .obj-page .ant-table-content {
  height: calc(100vh - 230px) !important;
}
.body-themeWhite .obj-page .admin-home-title {
  padding: 0!important;
}
.body-themeWhite .object-details {
  padding-left: 8px;
}
.body-themeWhite .object-details .customized {
  margin-top: 0 !important;
}
.body-themeWhite .object-details .search-form .ant-advanced-search-form {
  border-bottom: none;
}
.body-themeWhite .object-details .ant-table-content {
  height: auto !important;
}
.body-themeWhite .object-details .ant-table-body {
  height: auto !important;
}
.body-themeWhite .object-details .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
}
.body-themeWhite .object-details .detailBtn {
  padding: 0 !important;
  background-color: #f7f7f7;
}
.body-themeWhite .object-details .ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7 !important;
}
.body-themeWhite .obj-data__list {
  padding-left: 8px;
}
.body-themeWhite .obj-data__list .ant-spin-container {
  height: calc(100vh - 164px) !important;
}
.body-themeWhite .obj-data__list .ant-spin-container .ant-table-content {
  height: calc(100vh - 164px) !important;
}
.body-themeWhite .obj-data__list .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 214px) !important;
}
.body-themeWhite .obj-data__list .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .obj-data__list .admin-home-title .ewec-button {
  margin: 0 !important;
}
.body-themeWhite .obj-data__list .detailBtn {
  padding: 0 !important;
  background-color: #f7f7f7;
}
.body-themeWhite .obj-data__list .obj-btn {
  margin-top: 0 !important;
}
.body-themeWhite .obj-data__list .ewec-button {
  margin: 0 !important;
}
.body-themeDarkBlue .defaultObj .ant-table-body {
  height: 735px !important;
}
.body-themeDarkBlue .customObject .ant-table-content {
  height: calc(100vh - 292px) !important;
}
.body-themeDarkBlue .customObject .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .obj-data__list .admin-home-title .ewec-button {
  margin: 0 !important;
}
.body-themeWhite .group-Mana .ant-modal-body .ant-table-content {
  margin-left: 0 !important;
}
.body-themeWhite .group-Mana .ant-modal-body .ant-table-content table {
  border: 1px solid #f2f2f2;
  border-bottom: none;
}
.body-themeWhite .group-Mana .ant-modal-body .ant-table-content .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .group-Mana .ant-modal-body .ant-table-content .ant-table-tbody > tr > td .ant-input {
  height: 36px;
  font-size: 14px;
}
.body-themeWhite .group-Mana .adds {
  height: 32px;
  font-size: 14px;
}
.more-list .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  width: 475px!important;
}
.body-themeWhite .group-management .ant-modal-body {
  padding: 0;
}
.body-themeWhite .group-management .ant-modal-body .ant-form-item {
  margin: 25px 0 !important;
}
.header_step {
  height: 140px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}
.step_col {
  height: 120px;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
}
.step_col .step_index {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-left: 60px;
  font-size: 18px;
  color: #666;
  vertical-align: middle;
  margin-right: 50px;
  border: 2px solid #ccc;
}
.step_col .step_index.active {
  background-color: #4f78e0;
  color: #fff;
  border: none;
}
.step_col .step_text {
  width: 160px;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  color: #666;
  font-weight: bold;
}
.step_col .step_text.active {
  color: #4f78e0;
}
.body-themeWhite .step_col .separate {
  color: #1b9aee !important;
}
.body-themeWhite .step_col .step_index.active {
  background-color: #1b9aee;
  color: #fff;
  border: none;
}
.body-themeWhite .step_col .step_text.active {
  color: #1b9aee;
}
.add_obj .form_box {
  height: calc(100vh - 360px) !important;
  width: 1000px;
  margin: -25px auto 0;
}
.add_obj .form_box .ant-form-item {
  height: 36px;
  line-height: 36px;
}
.add_obj .form_box .ant-form-item .ant-form-item-label {
  height: 36px;
  line-height: 36px;
}
.add_obj .form_box .ant-form-item .ant-form-item-label label {
  font-size: 14px;
}
.add_obj .form_box .ant-form-item .ant-form-item-control {
  margin-left: 66px;
}
.add_obj .form_box .ant-form-item .ant-form-item-control .ant-input,
.add_obj .form_box .ant-form-item .ant-form-item-control .ant-select-selection {
  height: 36px;
  font-size: 14px;
}
.add_obj .form_box .ant-form-item .ant-form-item-control .ant-select-selection__rendered {
  line-height: 36px;
}
.add_obj .form_box .ant-form-item .ant-form-item-control .ant-radio-group {
  height: 36px;
  line-height: 36px;
}
.add_obj .btn_group {
  margin: 100px;
  text-align: center;
}
.add_obj .btn_group .ant-btn {
  width: 120px;
  height: 40px;
}
.add_obj .modal_form .ant-form-item-label label {
  font-size: 14px;
  color: #666;
}
.body-themeDarkBlue .customObj .ant-table-body {
  height: 735px !important;
}
.body-themeWhite .add-objs .ant-modal-body {
  padding: 25px 0 5px 12px;
}
.body-themeWhite .add-the-object .add_obj {
  position: relative;
}
.body-themeWhite .add-the-object .add_obj .ant-table-content {
  height: calc(100vh - 352px) !important;
}
.body-themeWhite .add-the-object .add_obj .ant-table-body {
  height: 500px !important;
}
.body-themeWhite .add-the-object .add_obj .btn_group {
  margin: 0 0 0 0 !important;
  background-color: #ffffff;
  padding: 5px 0;
}
.customObj .detailBtn {
  float: left !important;
  background-color: #f7f7f7;
  border: none !important;
  padding: 0 !important;
}
.customObj .detailBtn .ant-btn {
  min-width: 50px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 14px;
  color: #999999;
  padding: 0 8px;
}
.body-themeWhite .edit-Obj {
  width: 500px !important;
}
.body-themeWhite .edit-Obj .ant-modal-body {
  padding: 25px 0 5px 0;
}
.body-themeWhite .edit-Obj .ant-modal-body .ant-form-item .has-success label {
  font-size: 14px;
}
.body-themeDarkBlue .object-details .filed_table .ant-table-content {
  height: calc(100vh - 436px) !important;
}
.group_list {
  background-color: #ffffff;
  border-right: 1px solid #f2f2f2;
}
.group_list .top-title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #f9f9f9;
  text-align: center;
  font-weight: 700;
}
.group_list .ant-tree {
  height: 8.75rem;
}
.group_list .ant-tree .ant-tree-title span {
  color: #555555;
}
.group_list .ant-tree > li {
  padding-left: 20px !important;
}
.group_list .ant-tree .ant-tree-node-content-wrapper {
  margin-left: 5px !important;
}
.group_list .ant-tree li span.ant-tree-switcher {
  width: 15px !important;
}
.group_list .ant-tree li .ant-tree-switcher {
  color: #999999 !important;
}
.group_list .ant-tree li ul {
  padding-left: 5px;
}
.group_list .list__wrapper {
  height: calc(100vh - 110px);
  padding: 0 4px;
  overflow-y: auto;
}
.group_list .list__wrapper li {
  padding-left: 40px !important;
}
.group_list .list__wrapper li:nth-child(1) {
  padding-left: 20px !important;
}
.group_list .list__wrapper .list__item {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
}
.group_list .list__wrapper .list__item:hover,
.group_list .list__wrapper .list__item.active {
  background: #f2f2f2;
}
.body-themeWhite .group_list .top-title {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 8px;
  border: 1px solid #f2f2f2;
}
.body-themeWhite .group_list .list__wrapper {
  padding: 0 !important;
}
.body-themeWhite .group_list .list__wrapper .list__item {
  color: #555555;
  margin-top: 0 !important;
  height: 50px;
  line-height: 50px;
}
.body-themeWhite .group_list .list__wrapper .list__item:hover {
  background-color: #f9f9f9;
}
.body-themeWhite .obj-list {
  background-color: #ffffff;
}
.body-themeWhite .obj-list .obj-list__wrapper .obj-list__item:hover {
  background: #1b9aee !important;
  color: #ffffff !important;
}
.obj-list .search__box {
  padding: 20px;
  width: 460px;
}
.obj-list .search__box .ant-input-prefix {
  font-size: 16px;
  margin-left: 8px;
}
.obj-list .search__box .ant-input-lg {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.obj-list .obj-list__wrapper {
  max-height: calc(100vh - 60px - 80px);
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.obj-list .obj-list__wrapper .obj-list__item {
  width: 225px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 10px;
}
.obj-list .obj-list__wrapper .obj-list__item:hover,
.obj-list .obj-list__wrapper .obj-list__item.active {
  color: #4F78E0;
}
.obj-list .obj-list__wrapper .obj-list__item:hover {
  border-color: #4F78E0;
}
.obj-list .obj-list__wrapper .obj-list__item.active {
  background: #f0f3fc;
}
.body-themeWhite .search__box .ant-input-affix-wrapper .ant-input-prefix {
  padding-left: 0;
}
.picture_manager_wrap {
  background-color: #f7f7f7;
}
.picture_manager_wrap .picture_manager_head {
  padding: 10px 0px;
}
.picture_manager_wrap .picture_manager_content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.picture_manager_wrap .picture_manager_content .picture_manager_tree {
  background-color: white;
  width: 220px;
  padding: 10px 0px;
}
.picture_manager_wrap .picture_manager_content .picture_manager_detial {
  font-size: 14px;
  width: 89%;
  margin-left: 9px;
}
.picture_manager_wrap .picture_manager_content .picture_manager_detial .picture_manager_search {
  background-color: white;
  padding: 10px 0px;
  padding-left: 19px;
}
.picture_manager_wrap .picture_manager_content .picture_manager_detial .picture_manager_table {
  padding-left: 19px;
  background-color: white;
}
.add-modal .ant-modal-body {
  max-height: 500px;
  overflow-y: auto;
}
.add-modal .avatar-uploader,
.add-modal .avatar-uploader-trigger,
.add-modal .avatar {
  width: 120px;
  height: 120px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.add-modal .avatar-uploader-trigger {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #999;
}
.body-themeWhite .adds-data {
  width: 590px !important;
}
.body-themeWhite .adds-data .ant-modal-body {
  padding: 25px 0 0 20px;
  margin-bottom: 15px!important;
}
.import-modal .form__item {
  font-size: 14px;
}
.import-modal .form__item .form__label {
  text-align: right;
}
.import-modal .form__item .form__label .label__extra {
  font-size: 12px;
  color: #ccc;
}
.import-modal .form__item .form__wrapper .ant-radio-wrapper {
  font-size: 14px;
}
.import-modal .form__item .form__wrapper .ant-radio-wrapper .ant-radio-inner {
  top: -2px;
}
.import-modal .form__item .form__extra {
  font-size: 12px;
  margin-top: 6px;
}
.import-modal .form__item .link-btn {
  color: #1890ff;
}
.result__box {
  border: 1px solid #ccc;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
}
.result__box .icon__box {
  width: 100px;
  background: #f5f5f5;
  font-size: 36px;
  color: #ccc;
  text-align: center;
  line-height: 100px;
  border-right: 1px solid #ccc;
}
.result__box .text__box {
  margin-left: 16px;
  padding-top: 22px;
}
.result__box .text__box p {
  font-size: 18px;
  font-weight: 700;
}
.result__box .text__box .count {
  font-size: 16px;
  color: #0079FE;
}
.add-modal .ant-modal-body {
  max-height: 500px;
  overflow-y: auto;
}
.add-modal .avatar-uploader,
.add-modal .avatar-uploader-trigger,
.add-modal .avatar {
  width: 120px;
  height: 120px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.add-modal .avatar-uploader-trigger {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #999;
}
.body-themeWhite .add-data {
  width: 480px !important;
}
.body-themeWhite .add-data .ant-modal-body {
  padding: 25px 0 5px 15px;
}
.import-modal .form__item {
  font-size: 14px;
}
.import-modal .form__item .form__label {
  text-align: right;
}
.import-modal .form__item .form__label .label__extra {
  font-size: 12px;
  color: #ccc;
}
.import-modal .form__item .form__wrapper .ant-radio-wrapper {
  font-size: 14px;
}
.import-modal .form__item .form__wrapper .ant-radio-wrapper .ant-radio-inner {
  top: -2px;
}
.import-modal .form__item .form__extra {
  font-size: 12px;
  margin-top: 6px;
}
.import-modal .form__item .link-btn {
  color: #1890ff;
}
.result__box {
  border: 1px solid #ccc;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
}
.result__box .icon__box {
  width: 100px;
  background: #f5f5f5;
  font-size: 36px;
  color: #ccc;
  text-align: center;
  line-height: 100px;
  border-right: 1px solid #ccc;
}
.result__box .text__box {
  margin-left: 16px;
  padding-top: 22px;
}
.result__box .text__box p {
  font-size: 18px;
  font-weight: 700;
}
.result__box .text__box .count {
  font-size: 16px;
  color: #0079FE;
}
.query-form .gform .ant-form-item-label{
	
    text-align: left !important;

}
.query-form .ant-advanced-search-form .ant-form-item-label{
    text-align: left !important;
    
}
.adviceForm  .gform .ant-form-item-label{
    padding-right: 20px;
    text-align: right !important;

}
.adviceForm .gform .ant-advanced-search-form .ant-form-item-label{

    text-align: right !important;
}
.query-two .gform{
    padding:0px !important;
}
.query-two .gform textarea{
    width:500px !important;
    margin-left: -180px;
}
.feed-back .ant-table-pagination.ant-pagination{
    margin-top: 13%;
}
.feedback-query{
	width: 1000px;
	font-size:14px;
	height: 100%;
	text-align: center;
	/* margin:100px auto; */
	margin-bottom: 50px;
	margin:auto;
	/* border:1px solid #eee; */

}


.feedback-query .query-two{
	text-align: left;
	/* width: 500px; */
	margin: 40px;
	background: #fff;
}
.feedback-query .query-two .query-item{
	padding-left:120px;
	position: relative;
	margin:10px;
	margin-top: 20px;
}
.feedback-query .query-two .query-item span{
	position: absolute;
	left:0;
	top:0;
	font-size: 14px;
}
.feedback-query .query-two .query-item p{
	font-size: 14px;
	width: 100%;
    word-break: break-word;
}


.feedback-query .query-two .query-desc{
	/* background: #f1f1f1; */
	padding:10px;
	padding-left:120px;
}
.feedback-query .query-two .query-desc span{
	top:10px;
}
.feedback-query .query-username{
	margin:0 10px;
}
.feedback-query .upload-label{
	margin-right:50px;
}
.feedback-query .query-form{
	
	text-align: left;
	margin-top:20px;
}

.feedback-query .reply-list{

}
.feedback-query .reply-list .reply-content{
	margin:10px 0;
	color:#333;
	font-size: 14px;
}
.feedback-query .reply-list .load-more{
	padding:10px 30px;
	text-align: center;
	margin:10px auto;	
	display: block;
}
.queryTextarea{
	resize: none;
	margin-top: 20px;
	width: 100%;
	padding:10px;
	border:1px solid #eee;
	height: 120px;
}

.AddAdivce-map{
	text-align: left;
	line-height: 50px;
	font-size:14px;
	border-bottom:1px solid #eee;
}
.feed-back .ant-form-item{
    margin-bottom: 16px !important;
}
.feed-back .ant-advanced-search-form .ant-btn-lg{
    margin-top: 0 !important;
}
.feedback-query .gf-slot{
    margin-top: 20px;
}
.feed-back .search .ant-btn-primary,
.feedback-query .sf-btn .ant-btn-primary{
	background-color: #1b9aee !important;
	color: #ffffff !important;
}
.feed-back .sf-btn .ret-btn{
	background-color: #1b9aee !important;
	color: #ffffff !important;
}
.feed-back .sf-btn .sub-btn,
.feedback-query .sf-btn .ant-btn-dash{
	border:1px solid #1b9aee !important;
	color: #1b9aee !important;
}
.feed-back .ant-pagination {
	position: relative;
}
.feed-back .ant-table-tbody > tr > td,
.feed-back .ant-table-thead > tr > th{
	border-right: 1px solid #f2f2f2 !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
.feed-back .ant-table-body > table{
	border: 1px solid #f2f2f2 !important;
	border-right: 0 !important;
    border-bottom: 0 !important;
}
.feed-back .ant-pagination-item-active{
	background-color:#f2f2f2 !important;
	color: #999999 !important;
	border-color: #e4e4e4 !important;
}
.feedback-query .gform .sf-btn{
	padding-left: 120px;
	text-align: left;
}
.feed-back .feed-search .ant-advanced-search-form .ant-btn-primary{
	background-color: #1b9aee !important;
}
.table-list {
  -ms-flex: 1;
      flex: 1;
  margin: 0 8px;
  padding: 20px 10px;
  background-color: #fff;
  width: calc(-539%);
}
.my-process {
  margin: 0 20px;
}
.table-list .ant-pagination.ant-table-pagination,
.my-process .ant-pagination.ant-table-pagination {
  position: relative;
}
.table-list .query-btn,
.my-process .query-btn {
  margin-right: 20px;
}
.table-list .btns-list,
.my-process .btns-list {
  margin: 30px 30px 20px 0;
}
.table-list .opreate-btns,
.my-process .opreate-btns {
  margin-bottom: 5px;
}
.table-list .opreate-btns a,
.my-process .opreate-btns a {
  margin-right: 10px;
  color: #1b9aee !important;
}
.table-list .process-name,
.my-process .process-name {
  display: inline-block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-list .ant-table-pagination,
.my-process .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.table-list .table-height .ant-table-body,
.my-process .table-height .ant-table-body {
  min-height: 550px;
}
.menu-list {
  width: 230px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  min-height: calc(-16vh);
  border-right: 1px solid #f2f2f2;
}
.menu-list .tree-style {
  width: 100%;
  margin-top: 20px;
}
.menu-list .icon {
  font-size: 16px;
  font-weight: 800;
  margin: 5px;
}
.menu-list .closeIcon {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 500;
}
.menu-list .spanLabel {
  width: 136px;
  display: inline-block;
}
.menu-list .operaBtns {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0 !important;
}
.menu-list .operaBtns li {
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
  background-color: #ebe8e8;
}
.menu-list .operaBtns li:first-child {
  border-bottom: 1px solid #fff;
}
.menu-list .treeMenu .ant-tree-node-content-wrapper {
  position: relative;
  width: calc(70%) !important;
}
.menu-list .treeMenu .flexLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menu-list .searchMenuTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-list .disabledTreeNode {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  cursor: not-allowed;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.25);
}
.process-handle {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.process-handle .header-box {
  width: 100%;
  height: 140px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
.process-handle .header-box .header-bg {
  width: 100%;
  background-color: #373c65;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
}
.process-handle .header-box .btn-box {
  width: 100%;
  padding-right: 30px;
  text-align: right;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ccc;
}
.process-handle .header-box .btn-box .ant-btn {
  margin-right: 10px;
  margin-bottom: 12px;
}
.process-handle .content-box {
  width: 100%;
  padding-top: 140px;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
}
.process-handle .content-box .left-content {
  height: 100%;
  border-right: 1px solid #ccc;
  -ms-flex: 9;
      flex: 9;
  padding: 10px 200px;
}
.process-handle .content-box .left-content.pd {
  padding: 10px 20%;
}
.process-handle .content-box .left-content .title-box {
  font-size: 16px;
  margin-bottom: 30px;
}
.process-handle .content-box .left-content .title-box .title {
  display: inline-block;
  width: 90%;
  border: none;
  text-align: center;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.process-handle .content-box .left-content .table-title {
  border: 1px solid #ccc;
  background-color: #c9daf8;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #1e1e1e;
}
.process-handle .content-box .left-content .table {
  width: 100%;
  margin-bottom: 30px;
}
.process-handle .content-box .left-content .table tr {
  width: 100%;
}
.process-handle .content-box .left-content .table tr .time-box {
  width: 200px;
}
.process-handle .content-box .left-content .table tr td {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}
.process-handle .content-box .left-content .form-box {
  height: 800px;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.process-handle .content-box .left-content .signature-tip {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: red;
  height: 30px;
  line-height: 30px;
  background-color: #F3DADA;
}
.process-handle .content-box .left-content .btn-box2 {
  margin-bottom: 10px;
  overflow: hidden;
}
.process-handle .content-box .left-content .btn-box2 .right {
  float: right;
  margin-left: 20px;
}
.process-handle .content-box .right-content {
  height: 100%;
  -ms-flex: 1 1 200px;
      flex: 1 1 200px;
  padding: 40px 10px;
  font-size: 14px;
}
.process-handle .content-box .right-content .prop-tip-box {
  margin-top: 10px;
}
.process-handle .content-box .right-content .prop-tip-box .prop-tip {
  font-weight: bold;
  color: red;
}
.add-signature-content .select-box {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
}
.add-signature-content .select-box .add-btn {
  color: #0099ff;
  cursor: pointer;
}
.props-list-modal .content-list {
  display: -ms-flexbox;
  display: flex;
}
.props-list-modal .content-list .props-list {
  width: 300px;
  max-height: 500px;
  overflow-y: auto;
}
.props-list-modal .content-list .props-list .item {
  height: 40px;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}
.props-list-modal .content-list .props-list .item.title {
  font-weight: bold;
}
.props-list-modal .content-list .props-list .item.title span {
  background-color: #F1F4FA;
}
.props-list-modal .content-list .props-list .item.active {
  background-color: #E6F7FF;
}
.props-list-modal .content-list .props-list .item span {
  -ms-flex: 1;
      flex: 1;
  padding: 0 8px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.props-list-modal .content-list .props-list .item span.left {
  border-left: 1px solid #ccc;
}
.props-list-modal .content-list .obj-list {
  -ms-flex: 1;
      flex: 1;
  padding-left: 10px;
}
.props-list-modal .content-list .obj-list .form-box {
  margin-bottom: 20px;
}
.props-list-modal .content-list .obj-list .func-box {
  margin-bottom: 10px;
}
.props-list-modal .content-list .obj-list .func-box .text {
  margin-right: 20px;
}
.props-list-modal .content-list .obj-list .func-box .text .red {
  color: red;
}
.props-list-modal .content-list .obj-list .func-box .submit-btn {
  margin-right: 20px;
}
.process-sign-modal .process-sign-form .ant-form-item {
  margin-bottom: 15px !important;
}
.process-sign-modal .btn-box {
  text-align: center;
}
.process-sign-modal .btn-box .btn1 {
  margin-right: 20px;
}
.admin-iframe-router{
    width:100%;
    height:calc(100% - 0px);
    position: relative;
    padding:10px;
}
.admin-iframe-router iframe{
    outline: none;
    border: none;
    width:100%;
    height: 100%;
}
.admin-iframe-router .admin-iframe-router-loading{
    width: 100%;
    height:100%;
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1000000;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.admin-iframe-router-head{
    width: 100%;
    height:100%;
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0.5);
    
    z-index: 1000000;
    text-align: center;
    /* display: flex; */
    opacity: 1;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.admin-iframe-router{
    padding: 0 !important;
}.wrap_login {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #333333;
}
.wrap_login .wrap_login_background {
  width: 100%;
  height: 938px;
  z-index: 0  ;
  float: left;
  position: fixed;
}
.wrap_login .wrap_login_frame {
  width: 100%;
  height: 60px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrap_login .wrap_login_frame .wrap_login_logo_img {
  position: absolute;
  z-index: 1;
  float: left;
  margin-left: 180px;
  margin-top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.wrap_login .wrap_login_frame .wrap_login_title {
  float: left;
  color: #ffffff;
  font-size: 18px;
  margin-left: 240px;
  z-index: 1;
  line-height: 36px;
  margin-top: 14px;
  position: absolute;
}
.wrap_login_frame_Row {
  position: absolute;
  z-index: 1;
  float: left;
  padding-top: 20px;
  margin-left: 70%;
  margin-top: 20px;
}
.wrap_login_frame_Row .wrap_login_frame_card {
  width: 450px;
  height: 450px;
  margin-top: 100px;
}
.wrap_login_frame_Row .wrap_login_frame_card .dd-login-box {
  padding-top: 30px;
}
.loginFooter {
  position: absolute;
  float: left;
  bottom: 0%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-color: #333333;
}
.loginFooter .FooterTitle {
  margin: auto;
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.webUpload > .avatar-uploader > .ant-upload {
  width: 328px;
  height: 228px;
}
.spanTitle {
  font-size: 36px;
}
.ant-form-item-label {
  font-size: 16;
}
.body-themeDarkBlue .admin-role .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .managementSet .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .managemenBtn label {
  font-size: 14px;
}
.body-themeDarkBlue .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #ffffff;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.admin-list {
  height: 50px;
  line-height: 50px;
}
.body-themeWhite .admin-home-title {
  border-bottom: 1px solid #f2f2f2 !important;
}
.body-themeWhite .members-left .admin-operation {
  background-color: #f9f9f9;
}
.body-themeWhite .members-left .admin-operation .searchs .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .members-left .admin-role .ant-spin-container {
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .members-left .admin-role .ant-spin-container .ant-table-content {
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .members-left .admin-role .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 226px) !important;
}
.body-themeWhite .members-left .ant-table-content {
  margin-left: 0 !important;
}
.body-themeWhite .members-left .ant-table-body .ant-table-tbody > tr > td {
  height: 50px !important;
  line-height: 50px !important;
}
.body-themeWhite .members-left .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .managementSet {
  padding-top: 0 !important;
}
.body-themeWhite .managementSet .ant-spin-container {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0;
  bottom: 5px;
}
.body-themeWhite .managementSet .ant-table-content {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-table-content .ant-table-placeholder {
  top: 50% !important;
}
.body-themeWhite .managementSet .ant-table-body {
  height: calc(100vh - 252px) !important;
}
.body-themeWhite .managementSet .management_right {
  margin-left: 8px;
}
.body-themeWhite .managementSet .moudleBtn {
  margin-top: 0 !important;
  position: absolute;
  right: 20px;
  bottom: 58px;
  color: #555555;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn {
  min-width: 60px !important;
  height: 36px !important;
  border: 1px solid #ccecff !important;
  color: #1b9aee !important;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn-primary {
  background-color: #1b9aee !important;
  color: #ffffff !important;
  margin-left: 20px !important;
}
.body-themeWhite .managementSet .roleManager-table {
  margin-top: 0 !important;
}
.body-themeWhite .managementSet .managemenBtn {
  margin-top: 0 !important;
  background-color: #ffffff !important;
  padding: 10px 20px;
}
.body-themeWhite .managementSet .managemenBtn label {
  font-size: 14px;
  color: #999999 !important;
}
.body-themeWhite .managementSet .managemenBtn .management-btn {
  position: absolute;
  right: 3px;
}
.body-themeWhite .managementSet .module-list {
  background-color: #ffffff;
  margin-top: 0 !important;
  height: calc(100vh - 205px) !important;
}
.body-themeWhite .managementSet .module-list .all {
  text-align: left !important;
  padding-left: 20px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #f9f9f9;
  display: block;
  border: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .ant-tree > li:first-child {
  padding-top: 6px !important;
}
.body-themeWhite .managementSet .module-list .ant-tree > li {
  padding-left: 20px !important;
  padding: 6px 0;
  font-size: 14px;
}
.body-themeWhite .managementSet .module-list .ant-tree > li .ant-tree-child-tree-open {
  padding-left: 10px !important;
}
.body-themeWhite .managementSet .module-list .ant-tree > li .ant-tree-switcher {
  width: 15px;
}
.body-themeWhite .managementSet .management-btn .ant-btn {
  width: 55px;
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400 !important;
  padding: 0 8px;
}
.body-themeWhite .admin-role .ant-table-thead > tr > th {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table {
  height: auto;
}
.body-themeWhite .admin-role .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .admin-role .ant-table-body table {
  border: none;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
  border-right: none !important;
}
.body-themeWhite .admin-role .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .selected-role td {
  color: #1b9aee !important;
}
.body-themeWhite .admin-role .selected-role span {
  color: #1b9aee;
}
.body-themeWhite .admin-role .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 30px;
}
.body-themeWhite .edit-manager .ant-modal-body {
  padding: 0 0 5px 20px;
}
.members-left {
  width: 12.8% !important;
}
.members-left .admin-operation {
  background-color: #f9f9f9;
  height: 40px;
  line-height: 39px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.members-left .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.members-left .admin-operation .plus {
  margin-right: 13px;
}
.members-left .admin-operation .search {
  margin-left: 25px;
}
.members-left .admin-operation .searchs .ant-input {
  font-size: 14px;
  width: 95%;
  margin-left: 2%;
  height: 36px;
}
.members-right {
  width: 87.2% !important;
}
.roleManager-nav .ant-tabs-nav {
  height: 45px;
  line-height: 36px;
  margin-left: 5px;
}
.body-themeDarkBlue .role-list .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .manage-config .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .role-list .ant-advanced-search-form,
.body-themeDarkBlue .manage-config .ant-advanced-search-form {
  padding: 11px 20px !important;
}
.body-themeWhite .manage-config {
  padding-left: 8px;
}
.body-themeWhite .manage-config .ant-advanced-search-form {
  background: #ffffff;
  margin: 10px 0 10px 0px !important;
  padding: 10px 0 10px 20px !important;
}
.body-themeWhite .manage-config .ant-advanced-search-form .searchName .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .manage-config .ant-advanced-search-form .ant-btn-primary {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400;
}
.body-themeWhite .manage-config .ant-table-thead > tr > th {
  border-bottom: none !important;
  border-right: none !important;
  border-left: 1px solid #f2f2f2;
}
.body-themeWhite .manage-config .ant-spin-container {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 296px) !important;
}
.body-themeWhite .manage-config .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .role-list .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  font-size: 14px;
}
.body-themeWhite .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.body-themeWhite .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.body-themeWhite .role-list .searchs .ant-input {
  border-radius: 20px;
  font-size: 14px;
}
.body-themeWhite .role-list .ant-spin-container .ant-table {
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body .selected-role td {
  color: #1b9aee;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content table {
  border: none;
}
.body-themeWhite .role-list .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .role-list .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 50px;
}
.body-themeWhite .role-list .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .add-members .ant-advanced-search-form {
  padding: 10px 20px !important;
}
.body-themeWhite .add-members .ant-table table {
  border: 1px solid #f2f2f2;
  border-bottom: none !important;
}
.body-themeWhite .add-members .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .add-members .add-person .ant-btn-primary {
  margin-left: 20px !important;
}
.level-admin .role-list .ant-spin-container {
  height: calc(100vh - 177px) !important;
}
.level-admin .role-list .ant-spin-container .ant-table-content {
  height: calc(100vh - 177px) !important;
}
.level-admin .role-list .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 227px) !important;
}
.level-admin .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border-top: none;
}
.level-admin .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.level-admin .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.level-admin .role-list .searchs .ant-input {
  font-size: 14px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab-active {
  color: #1b9aee !important;
}
.level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeDarkBlue .level-admin .members-right .management_right .ant-spin-container,
.body-themeDarkBlue .level-admin .members-right .management_right .ant-table-content {
  height: calc(100vh - 262px) !important;
}
.body-themeDarkBlue .level-admin .members-right .management_right .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container,
.body-themeDarkBlue .level-admin .manage-config .ant-table-content {
  height: calc(100vh - 200px) !important;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container .ant-table-pagination.ant-pagination {
  position: absolute !important;
  margin: 0 !important;
}
.interface-module .addBtn {
  margin: 20px 0;
}
.interface-module .ant-form .ant-btn {
  margin-left: 20px;
}
.interface-module .body-themeWhite .addBtn {
  margin-top: 20px !important;
}
.interface-module .opreate-btns {
  color: #1b9aee !important;
}
.interface-module .opreate-btns a:first-child {
  margin-right: 10px;
}
.interface-module .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.data-list .addBtn {
  margin: 20px 0;
}
.data-list .ant-form .ant-btn {
  margin-left: 20px;
}
.data-list .body-themeWhite .addBtn {
  margin-top: 20px !important;
}
.data-list .opreate-btns {
  color: #1b9aee !important;
}
.data-list .opreate-btns a:first-child {
  margin-right: 10px;
}
.data-list .ant-table-pagination {
  right: 5px;
  bottom: 5px;
  z-index: 999;
  position: fixed !important;
}
.data-list .overflowEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.body-themeDarkBlue .admin-role .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .managementSet .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .managemenBtn label {
  font-size: 14px;
}
.body-themeDarkBlue .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #ffffff;
  display: block;
  border: 1px solid #f2f2f2;
}
.admin-list {
  height: 50px;
  line-height: 50px;
}
.body-themeWhite .admin-home-title {
  border-bottom: 1px solid #f2f2f2 !important;
}
.body-themeWhite .members-left .admin-operation {
  background-color: #f9f9f9;
}
.body-themeWhite .members-left .admin-operation .searchs .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .members-left .admin-role .ant-spin-container {
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .members-left .admin-role .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .members-left .ant-table-body .ant-table-tbody > tr > td {
  height: 50px !important;
  line-height: 50px !important;
}
.body-themeWhite .members-left .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .managementSet {
  padding-top: 0 !important;
}
.body-themeWhite .managementSet .ant-spin-container {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-content {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 252px) !important;
}
.body-themeWhite .managementSet .moudleBtn {
  margin-top: 0 !important;
  position: absolute;
  right: 20px;
  bottom: 60px;
  color: #555555;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn {
  min-width: 60px !important;
  height: 36px !important;
  border: 1px solid #ccecff !important;
  color: #1b9aee !important;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn-primary {
  background-color: #1b9aee !important;
  color: #ffffff !important;
  margin-left: 20px !important;
}
.body-themeWhite .managementSet .roleManager-table {
  margin-top: 0 !important;
}
.body-themeWhite .managementSet .managemenBtn {
  margin-top: 0 !important;
  background-color: #ffffff !important;
  padding: 10px 20px;
}
.body-themeWhite .managementSet .managemenBtn label {
  font-size: 14px;
  color: #999999 !important;
}
.body-themeWhite .managementSet .managemenBtn .management-btn {
  position: absolute;
  right: 3px;
}
.body-themeWhite .managementSet .module-list {
  background-color: #ffffff;
  margin-top: 0 !important;
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .module-list .all {
  text-align: left !important;
  padding-left: 20px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #f9f9f9;
  display: block;
  border: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .ant-tree > li:first-child {
  padding-top: 6px !important;
}
.body-themeWhite .managementSet .module-list .ant-tree > li {
  padding-left: 24px !important;
  padding: 6px 0;
  font-size: 14px;
}
.body-themeWhite .managementSet .module-list .ant-tree > li .ant-tree-child-tree-open {
  padding-left: 10px !important;
}
.body-themeWhite .managementSet .management-btn .ant-btn {
  width: 55px;
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400 !important;
  padding: 0 8px;
}
.body-themeWhite .admin-role .ant-table-thead > tr > th {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table {
  height: auto;
}
.body-themeWhite .admin-role .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .admin-role .ant-table-body table {
  border: none;
}
.body-themeWhite .admin-role .ant-spin-container {
  height: calc(100vh - 180px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-content {
  height: calc(100vh - 175px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-body {
  height: calc(100vh - 225px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
  border-right: none !important;
}
.body-themeWhite .admin-role .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .selected-role td {
  color: #1b9aee !important;
}
.body-themeWhite .admin-role .selected-role span {
  color: #1b9aee;
}
.body-themeWhite .admin-role .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 30px;
}
.body-themeWhite .edit-manager .ant-modal-body {
  padding: 0 0 5px 20px;
}
.members-left {
  width: 12.8% !important;
}
.members-left .admin-operation {
  background-color: #f9f9f9;
  height: 40px;
  line-height: 39px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.members-left .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.members-left .admin-operation .plus {
  margin-right: 13px;
}
.members-left .admin-operation .search {
  margin-left: 25px;
}
.members-left .admin-operation .searchs .ant-input {
  font-size: 14px;
  width: 95%;
  margin-left: 2%;
  height: 36px;
}
.members-right {
  width: 87.2% !important;
}
.roleManager-nav .ant-tabs-nav {
  height: 45px;
  line-height: 36px;
  margin-left: 5px;
}
.body-themeDarkBlue .role-list .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .manage-config .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .role-list .ant-advanced-search-form,
.body-themeDarkBlue .manage-config .ant-advanced-search-form {
  padding: 11px 20px !important;
}
.body-themeWhite .manage-config .ant-advanced-search-form {
  background: #ffffff;
  padding: 10px 0 10px 20px !important;
  margin: 10px 0 10px 8px !important;
}
.body-themeWhite .manage-config .ant-advanced-search-form .searchName .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .manage-config .ant-advanced-search-form .ant-btn-primary {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400;
}
.body-themeWhite .manage-config .ant-table-thead > tr > th {
  border-bottom: none !important;
  border-right: none !important;
  border-left: 1px solid #f2f2f2;
}
.body-themeWhite .manage-config .ant-spin-container {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 295px) !important;
}
.body-themeWhite .role-list .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  font-size: 14px;
}
.body-themeWhite .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.body-themeWhite .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.body-themeWhite .role-list .searchs .ant-input {
  border-radius: 20px;
  font-size: 14px;
}
.body-themeWhite .role-list .ant-spin-container {
  height: calc(100vh - 180px) !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table {
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content {
  height: calc(100vh - 176px) !important;
  margin-left: 0 !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-body {
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-body .selected-role td {
  color: #1b9aee;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-body table {
  border: none;
}
.body-themeWhite .role-list .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .role-list .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 50px;
}
.body-themeWhite .role-list .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .add-members .ant-advanced-search-form {
  padding: 10px 20px !important;
}
.body-themeWhite .add-members .ant-table table {
  border: 1px solid #f2f2f2;
  border-bottom: none !important;
}
.body-themeWhite .add-members .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .add-members .add-person .ant-btn-primary {
  margin-left: 20px !important;
}
.level-admin .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border-top: none;
}
.level-admin .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.level-admin .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.level-admin .role-list .searchs .ant-input {
  font-size: 14px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab-active {
  color: #1b9aee !important;
}
.level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeDarkBlue .level-admin .members-right .ant-spin-container,
.body-themeDarkBlue .level-admin .members-right .ant-table-content {
  height: calc(100vh - 262px) !important;
}
.body-themeDarkBlue .level-admin .members-right .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
}
.body-themeDarkBlue .level-admin .members-right .moudleBtn .ant-btn-primary {
  margin-left: 30px;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container,
.body-themeDarkBlue .level-admin .manage-config .ant-table-content {
  height: calc(100vh - 200px) !important;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container .ant-table-pagination.ant-pagination {
  position: absolute !important;
  margin: 0 !important;
}
.body-themeDarkBlue .admin-role .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .managementSet .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .managemenBtn label {
  font-size: 14px;
}
.body-themeDarkBlue .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #ffffff;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.admin-list {
  height: 50px;
  line-height: 50px;
}
.body-themeWhite .admin-home-title {
  border-bottom: 1px solid #f2f2f2 !important;
}
.body-themeWhite .members-left .admin-operation {
  background-color: #f9f9f9;
}
.body-themeWhite .members-left .admin-operation .searchs .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .members-left .ant-table-content {
  margin-left: 0 !important;
}
.body-themeWhite .members-left .ant-table-body .ant-table-tbody > tr > td {
  height: 50px !important;
  line-height: 50px !important;
}
.body-themeWhite .members-left .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .managementSet {
  padding-top: 0 !important;
}
.body-themeWhite .managementSet .management_right {
  margin-left: 8px;
}
.body-themeWhite .managementSet .ant-spin-container {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0;
  bottom: 5px;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-content {
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 252px) !important;
}
.body-themeWhite .managementSet .moudleBtn {
  margin-top: 0 !important;
  position: absolute;
  right: 20px;
  bottom: 58px;
  color: #555555;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn {
  min-width: 60px !important;
  height: 36px !important;
  border: 1px solid #ccecff !important;
  color: #1b9aee !important;
}
.body-themeWhite .managementSet .moudleBtn .ant-btn-primary {
  background-color: #1b9aee !important;
  color: #ffffff !important;
  margin-left: 20px !important;
}
.body-themeWhite .managementSet .roleManager-table {
  margin-top: 0 !important;
}
.body-themeWhite .managementSet .managemenBtn {
  margin-top: 0 !important;
  background-color: #ffffff !important;
  padding: 10px 20px;
}
.body-themeWhite .managementSet .managemenBtn label {
  font-size: 14px;
  color: #999999 !important;
}
.body-themeWhite .managementSet .managemenBtn .management-btn {
  position: absolute;
  right: 3px;
}
.body-themeWhite .managementSet .module-list {
  background-color: #ffffff;
  margin-top: 0 !important;
  height: calc(100vh - 202px) !important;
}
.body-themeWhite .managementSet .module-list .all {
  text-align: left !important;
  padding-left: 20px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .moduleTree {
  height: 48px;
  line-height: 48px;
  padding-left: 19px;
  color: #999999;
  background-color: #f9f9f9;
  display: block;
  border: 1px solid #f2f2f2;
}
.body-themeWhite .managementSet .module-list .ant-tree > li:first-child {
  padding-top: 6px !important;
}
.body-themeWhite .managementSet .module-list .ant-tree > li {
  padding-left: 24px !important;
  padding: 6px 0;
  font-size: 14px;
}
.body-themeWhite .managementSet .module-list .ant-tree > li .ant-tree-child-tree-open {
  padding-left: 10px !important;
}
.body-themeWhite .managementSet .management-btn .ant-btn {
  width: 55px;
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400 !important;
  padding: 0 8px;
}
.body-themeWhite .admin-role .ant-table-thead > tr > th {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.body-themeWhite .admin-role .ant-table {
  height: auto;
}
.body-themeWhite .admin-role .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .admin-role .ant-table-body table {
  border: none;
}
.body-themeWhite .admin-role .ant-spin-container {
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-content {
  height: calc(100vh - 176px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 226px) !important;
}
.body-themeWhite .admin-role .ant-spin-container .ant-table-content .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
  border-right: none !important;
}
.body-themeWhite .admin-role .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .admin-role .selected-role td {
  color: #1b9aee !important;
}
.body-themeWhite .admin-role .selected-role span {
  color: #1b9aee;
}
.body-themeWhite .admin-role .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 30px;
}
.body-themeWhite .edit-manager .ant-modal-body {
  padding: 0 0 5px 20px;
}
.members-left {
  width: 12.8% !important;
}
.members-left .admin-operation {
  background-color: #f9f9f9;
  height: 40px;
  line-height: 39px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.members-left .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.members-left .admin-operation .plus {
  margin-right: 13px;
}
.members-left .admin-operation .search {
  margin-left: 25px;
}
.members-left .admin-operation .searchs .ant-input {
  font-size: 14px;
  width: 95%;
  margin-left: 2%;
  height: 36px;
}
.members-right {
  width: 87.2% !important;
}
.roleManager-nav .ant-tabs-nav {
  height: 45px;
  line-height: 36px;
  margin-left: 5px;
}
.body-themeDarkBlue .role-list .ant-table-pagination.ant-pagination,
.body-themeDarkBlue .manage-config .ant-table-pagination.ant-pagination {
  position: relative;
}
.body-themeDarkBlue .role-list .ant-advanced-search-form,
.body-themeDarkBlue .manage-config .ant-advanced-search-form {
  padding: 11px 20px !important;
}
.body-themeWhite .manage-config .ant-advanced-search-form {
  background: #ffffff;
  padding: 10px 0 10px 20px !important;
  margin: 10px 0 10px 0px !important;
}
.body-themeWhite .manage-config .ant-advanced-search-form .searchName .ant-input {
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .manage-config .ant-advanced-search-form .ant-btn-primary {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400;
}
.body-themeWhite .manage-config .ant-table-thead > tr > th {
  border-bottom: none !important;
  border-right: none !important;
  border-left: 1px solid #f2f2f2;
}
.body-themeWhite .manage-config .ant-spin-container {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content {
  height: calc(100vh - 208px) !important;
}
.body-themeWhite .manage-config .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 296px) !important;
}
.body-themeWhite .role-list .admin-list {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  font-size: 14px;
}
.body-themeWhite .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.body-themeWhite .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.body-themeWhite .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.body-themeWhite .role-list .searchs .ant-input {
  border-radius: 20px;
  font-size: 14px;
}
.body-themeWhite .role-list .ant-spin-container {
  height: calc(100vh - 178px) !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table {
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: calc(100vh - 178px) !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 228px) !important;
  height: auto !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body .selected-role td {
  color: #1b9aee;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
  text-align: left !important;
  padding-left: 20px !important;
}
.body-themeWhite .role-list .ant-spin-container .ant-table-content .ant-table-body table {
  border: none;
}
.body-themeWhite .role-list .selected-role {
  background-color: #f9f9f9;
}
.body-themeWhite .role-list .ant-table-pagination.ant-pagination {
  position: absolute;
  right: 50px;
}
.body-themeWhite .role-list .ant-table-placeholder {
  top: 20%;
  left: 30%;
  background-color: #ffffff !important;
}
.body-themeWhite .add-members .ant-advanced-search-form {
  padding: 10px 20px !important;
}
.body-themeWhite .add-members .ant-table table {
  border: 1px solid #f2f2f2;
  border-bottom: none !important;
}
.body-themeWhite .add-members .ant-table-thead > tr > th {
  border-bottom: none !important;
}
.body-themeWhite .add-members .ant-modal-body .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-right: 7px !important;
}
.body-themeWhite .add-members .add-person .ant-btn-primary {
  margin-left: 20px !important;
}
.level-admin .role-list .admin-operation {
  background-color: #f9f9f9;
  padding: 9px 0;
  border-top: none;
}
.level-admin .role-list .admin-operation .admins {
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
}
.level-admin .role-list .searchs {
  width: 96%;
  margin-left: 2%;
  height: 36px;
}
.level-admin .role-list .searchs .ant-input {
  font-size: 14px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeWhite .level-admin .ant-tabs-nav .ant-tabs-tab-active {
  color: #1b9aee !important;
}
.level-admin .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0 !important;
  padding: 6px 15px;
}
.body-themeDarkBlue .level-admin .members-right .ant-spin-container,
.body-themeDarkBlue .level-admin .members-right .ant-table-content {
  height: calc(100vh - 262px) !important;
}
.body-themeDarkBlue .level-admin .members-right .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
}
.body-themeDarkBlue .level-admin .members-right .moudleBtn .ant-btn-primary {
  margin-left: 30px;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container,
.body-themeDarkBlue .level-admin .manage-config .ant-table-content {
  height: calc(100vh - 200px) !important;
}
.body-themeDarkBlue .level-admin .manage-config .ant-spin-container .ant-table-pagination.ant-pagination {
  position: absolute !important;
  margin: 0 !important;
}
.mentNva {
  padding: 0px;
}
.mentNva .ment-title > span {
  font-size: 14px;
  color: #555555;
  height: 51px;
  line-height: 51px;
}
.mentNva .ment-title > span img {
  width: 8px;
  height: 10px;
  margin-right: 3px;
}
.mentNva .equipmentSelect {
  margin-top: 16px;
}
.mentNva .admin-hd {
  margin-top: 10px;
}
.mentNva .admin-hd .ant-select-selection-selected-value {
  font-size: 14px;
}
.mentNva .ant-select-selection--single {
  height: 34px;
}
.mentNva .ant-select-selection__rendered {
  line-height: 34px;
}
.mentNva .rowLabel {
  padding-left: 20px;
}
.mentNva .rowLabel .ant-form-item .ant-input {
  font-size: 14px;
}
.mentNva .rowLabel .ant-form-item .ant-select-selection__rendered {
  font-size: 14px;
}
.mentNva .rowLabel .ant-form-item .ant-form-item-control-wrapper {
  display: inline-block;
}
.mentNva .ant-advanced-search-form .ant-form-item-label label {
  font-size: 14px !important;
}
.mentNva .ant-advanced-search-form .ant-form-item-control {
  width: 150px !important;
}
.mentNva .ment-gtable .operation > span > span {
  color: #4f78e0 !important;
}
.mentNva .ment-gtable .ant-spin-container {
  overflow: hidden;
}
.mentNva .ant-spin-container {
  height: 700px;
}
.mentNva .ant-table-body {
  height: 686px;
}
.mentNva .ant-table-pagination.ant-pagination {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.mentNva .ant-table-pagination.ant-pagination {
  margin: 6px !important;
}
.modalForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.rowList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hard-col-table {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.hard-col-table span {
  margin-right: 10px;
  color: #1890ff;
}
.body-themeWhite .mentNva {
  padding-left: 8px;
}
.body-themeWhite .mentNva .admin-hd .ant-select-selection--single {
  height: 36px;
}
.body-themeWhite .mentNva .admin-hd .ant-select-selection__rendered {
  line-height: 36px;
}
.body-themeWhite .mentNva .operation .hard-col-table span {
  color: #1b9aee !important;
}
.body-themeWhite .mentNva .equip-select {
  margin-left: 28px !important;
}
.body-themeWhite .mentNva .ant-table-pagination.ant-pagination {
  bottom: 5px !important;
}
.body-themeWhite .mentNva .rowLabel {
  margin-top: 0 !important;
  background-color: #ffffff;
  font-size: 14px;
}
.body-themeWhite .mentNva .rowLabel .colButton {
  line-height: 60px;
}
.body-themeWhite .mentNva .rowLabel .ant-form-item .ant-input {
  height: 36px;
}
.body-themeWhite .mentNva .rowLabel .ant-form-item .ant-form-item-label {
  height: 36px;
  line-height: 32px;
}
.body-themeWhite .mentNva .rowLabel .ant-form-item .ant-select-selection--single {
  height: 36px;
}
.body-themeWhite .mentNva .rowLabel .ant-form-item .ant-select-selection__rendered {
  line-height: 36px;
}
.body-themeWhite .mentNva .searchForm .colItem .ant-form-item {
  margin-bottom: 0;
  padding: 11px 0;
}
.body-themeWhite .mentNva .searchForm .colButton .ant-btn {
  width: 55px;
}
.body-themeWhite .mentNva .searchForm .colButton .ant-btn-primary {
  background-color: #ffffff !important;
  color: var(--button-bg-color) !important;
  border: 1px solid #1B9AEE !important;
  font-size: 14px;
}
.body-themeBlue .equip-select {
  padding: 5px 0;
}
.mentNva .ment-gtable .ant-spin-container {
  height: calc(100vh - 239px) !important;
}
.mentNva .ment-gtable .ant-table-content {
  height: calc(100vh - 239px) !important;
}
.mentNva .ment-gtable .ant-table-body {
  height: calc(100vh - 290px) !important;
}
.mentNva .ant-form-item-label label {
  font-size: 14px !important;
}
.mentNva .ant-input {
  font-size: 14px !important;
}
.sigButton button {
  height: 32px;
}
.sigButton .sigButton1 {
  margin-right: 10px;
}
.operaButton {
  padding-left: 23px;
}
.operaButton button {
  height: 32px;
  background-color: #f5f7fc !important;
  color: #4f78e0 !important;
  font-weight: 700;
  border: none !important;
  margin-bottom: 20px;
}
.modalAddForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.bindCheck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.operationImg span {
  cursor: pointer;
  margin-left: 20px;
  color: #4F78E0;
}
.SignatrueNva {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}
.SignatrueNva span {
  font-size: 16px;
  cursor: pointer;
  color: var(--button-bg-color);
}
.steps-content {
  margin-top: 16px;
  border-radius: 6px;
  min-height: 200px;
  padding-top: 80px;
}
.steps-action {
  width: 100%;
  padding-left: 400px;
  margin: 0 auto ;
  margin-top: 24px;
}
.stepsCol {
  width: 50%;
  margin: auto;
}
.setpsTitle {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
  width: 66px;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 400;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: #1890ff;
}
.stepsBind {
  margin: 0 auto;
  padding-left: 385px;
}
.stepButton {
  width: 102px;
  margin-right: 20px;
}
.linkImg {
  margin: 10px 0 10px 40px;
}
.eleSider {
  height: 800px;
  padding: 10px 10px;
  border-right: 1px solid #e9e9e9;
}
.eleSider i {
  margin-right: 5px;
}
.eleSider .eleSiderItem {
  cursor: pointer;
  height: 35px;
  margin: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px !important;
}
.search-form .ant-form-item-control {
  width: auto;
}
.eleactive {
  background-color: var(--item-bg-color);
  color: var(--font-color);
  cursor: pointer;
  height: 35px;
  margin: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px !important;
}
.fileButton {
  margin-right: 20px;
  margin-bottom: 20px;
}
.certificate h3 {
  margin-bottom: 10px;
}
.certificate p {
  margin-bottom: 10px;
}
.mentNva .ele-title {
  font-size: 14px;
  color: #555555;
  height: 51px;
  line-height: 51px;
  margin-left: 23px;
}
.mentNva .ele-title img {
  width: 8px;
  height: 10px;
  margin-right: 3px;
}
.mentNva .ele-gtable .operation span > span {
  color: #4F78E0;
}
.mentNva .ant-advanced-search-form .ant-select-selection--single {
  width: 150px !important;
}
.mentNva .ant-spin-container {
  height: calc(100vh - 234px) !important;
}
.mentNva .ant-spin-container .ant-table-content {
  height: calc(100vh - 234px) !important;
}
.mentNva .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 283px) !important;
}
.mentNva .ant-spin-container .ant-table-content .ant-table-placeholder {
  position: absolute;
  top: 50%;
  left: 0;
}
.mentNva .ant-table-pagination.ant-pagination {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.mentNva .ant-table-pagination.ant-pagination {
  margin: 0 !important;
}
.fileSignature .ant-table-pagination.ant-pagination {
  margin-right: 20px;
}
.fileSignature .ant-advanced-search-form .ant-form-item-label {
  margin-top: 20px;
}
.fileSignature .ant-advanced-search-form .ant-form-item-label label {
  font-size: 14px;
}
.fileSignature .ant-advanced-search-form .ant-form-item-control {
  margin-top: 20px;
}
.fileSignature .ant-advanced-search-form .ant-calendar-picker-input {
  font-size: 14px;
  width: 300px;
}
.body-themeWhite .operationImg span {
  color: #1B9AEE !important;
}
.body-themeWhite .signatrue-manage {
  padding-left: 8px;
}
.body-themeWhite .signatrue-manage .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .signatrue-manage .ant-advanced-search-form .ant-form-item {
  margin-right: 19px !important;
}
.body-themeWhite .mentNva .search-form {
  background-color: #ffffff;
  padding-left: 20px !important;
}
.body-themeWhite .mentNva .search-form .sigButton .ant-btn-primary {
  margin-top: 0;
}
.body-themeWhite .mentNva .search-form .to {
  margin-top: 0px !important;
  height: 56px;
  line-height: 56px;
}
.body-themeWhite .mentNva .signTitle {
  border-bottom: none !important;
}
.body-themeWhite .mentNva .ele-title {
  margin-left: 12px !important;
}
.body-themeWhite .mentNva .operaButton {
  background-color: #ffffff;
  margin-top: 10px;
  padding: 20px;
}
.body-themeWhite .mentNva .operaButton .ant-btn {
  min-width: 55px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #efefef !important;
  font-weight: 400;
  margin: 0;
}
.signatrue-manage .ant-advanced-search-form .to {
  margin-right: 10px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-form-item-control {
  width: 100px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-row-flex > div:nth-child(4) .ant-form-item {
  margin-right: 10px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-row-flex > div:nth-child(4) .ant-form-item-control {
  width: 220px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-calendar-picker {
  width: 120px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-calendar-picker .ant-input-lg {
  width: 220px !important;
}
.signatrue-manage .ant-advanced-search-form .ant-select-selection--single {
  width: 100px !important;
}
.signatrue-manage .ant-advanced-search-form .sigButton {
  margin-left: 10px;
}
.body-themeDarkBlue .signatrue-manage .ant-spin-container .ant-table-content .ant-table-placeholder {
  left: 50%;
}
.sign-list {
  padding-left: 30px;
}
.sign-list .btn-box {
  margin-bottom: 15px;
}
.sign-list .record-btn-box a {
  color: #1890FF;
}
.body-themeWhite .my-unit {
  padding-left: 8px;
}
.body-themeWhite .my-unit .ant-select-selection-selected-value {
  color: rgba(0, 0, 0, 0.65);
}
.body-themeWhite .my-unit .operation span {
  color: #1B9AEE !important;
}
.body-themeWhite .my-unit .ownUnit-name {
  margin-bottom: 10px !important;
}
.body-themeWhite .my-unit .ant-spin-container {
  height: calc(100vh - 160px) !important;
}
.body-themeWhite .my-unit .ant-spin-container .ant-table-content {
  height: calc(100vh - 160px) !important;
}
.body-themeWhite .my-unit .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 210px) !important;
}
.body-themeWhite .my-unit .personnel-dispatch {
  padding: 10px 0 10px 20px !important;
}
.body-themeWhite .my-unit .personnel-dispatch .ant-input {
  font-size: 14px;
}
.body-themeDarkBlue .my-unit .ant-spin-container {
  height: calc(100vh - 180px) !important;
}
.body-themeDarkBlue .my-unit .ant-advanced-search-form {
  margin-top: 20px;
}
.body-themeDarkBlue .my-unit .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.my-unit .ant-advanced-search-form .ant-row > div:nth-child(3) .ant-select {
  width: 100px !important;
}
.my-unit .ant-advanced-search-form .ant-row > div:nth-child(3) .ant-select-selection--single {
  width: 100px !important;
}
.body-themeWhite .owner-unit .admin-app-card .operate-item > span img {
  margin: 0 9px 0 0 !important;
}
.body-themeWhite .owner-unit .admin-app-card .operate-item span:hover {
  color: #1b9aee;
}
.addPost .ant-form-item-label label {
  font-size: 14px;
}
.addPost .ant-select-selection__placeholder {
  font-size: 14px;
}
.addPost .ant-select-selection-selected-value {
  font-size: 14px;
}
.addPost .ant-form-item-control .ant-input {
  font-size: 14px;
}
.body-themeWhite .postIncludes,
.body-themeWhite .postInclude {
  left: 272px !important;
}
.body-themeWhite .post-management .ant-spin-container {
  height: calc(100vh - 222px) !important;
}
.body-themeWhite .post-management .ant-spin-container .ant-table-content {
  height: calc(100vh - 222px) !important;
}
.body-themeWhite .post-management .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 272px) !important;
}
.body-themeWhite .post-management .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .post-management .position-management {
  height: calc(100vh - 132px) !important;
}
.body-themeWhite .post-management .position-management .setSearch {
  border: 1px solid #f2f2f2;
}
.body-themeWhite .post-management .position-management .gtree {
  height: calc(100vh - 152px) !important;
  overflow-y: visible;
}
.body-themeWhite .post-management .position-management .gtree .ant-input-prefix {
  padding-top: 0 !important;
}
.body-themeWhite .post-management .position-management .gtree input {
  width: 96% !important;
  height: 36px;
  font-size: 14px;
  margin: 0 !important;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree {
  font-size: 14px !important;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree li {
  padding: 2px 0 2px 0 !important;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree > li {
  padding-left: 20px !important;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree .ant-tree-title {
  color: #999999;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree ul li .ant-tree-title {
  color: #999999;
}
.body-themeWhite .post-management .position-management .gtree .ant-tree ul li ul li .ant-tree-title {
  color: #666666;
}
.body-themeWhite .post-management .position-management .isInclude {
  height: 45px;
  line-height: 45px;
  border: 1px solid #f2f2f2;
  margin-left: 0 !important;
  padding-left: 20px;
  color: #999999;
}
.body-themeWhite .post-management .position-management .isInclude img {
  cursor: pointer;
}
.body-themeWhite .post-management .authormanage-right {
  padding-left: 8px;
}
.body-themeWhite .post-management .ownUnit-name .ant-input {
  width: 460px !important;
  border-radius: 20px;
  font-size: 14px;
}
.body-themeWhite .post-management .searchTop {
  margin-top: 0 !important;
}
.body-themeWhite .post-management .searchjson .ant-advanced-search-form {
  padding: 11px 0 1px 0px !important;
}
.body-themeWhite .post-management .searchjson .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
  top: 18px;
}
.body-themeWhite .addPost .ant-modal-body {
  padding: 20px 20px 0 5px !important;
}
.body-themeWhite .addPost .ant-form .ant-btn-primary {
  background-color: #1B9AEE !important;
}
.body-themeWhite .addPost .ant-table-body table {
  border-bottom: none !important;
}
.body-themeWhite .edit-post .ant-modal-body {
  padding: 25px 0 0 0 !important;
}
.body-themeWhite .edit-post .gform {
  padding: 0 ;
  margin: 0;
}
.body-themeWhite .edit-post .gform .sf-btn {
  margin: 0;
  text-align: right;
}
.body-themeWhite .edit-post .ant-advanced-search-form {
  padding: 0 40px 5px !important;
}
.body-themeWhite .edit-post .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.body-themeDarkBlue .post-management .position-management .gtree {
  height: calc(100vh - 132px) !important;
}
.body-themeDarkBlue .post-management .authormanage-right .ant-spin-container,
.body-themeDarkBlue .post-management .authormanage-right .ant-table-content {
  height: calc(100vh - 272px) !important;
}
.body-themeDarkBlue .post-management .ant-table-pagination.ant-pagination {
  position: relative !important;
  margin: 0 !important;
}
.body-themeDarkBlue .postIncludes,
.body-themeDarkBlue .postInclude {
  left: 282px !important;
}
.post-management .ant-advanced-search-form .ant-input {
  font-size: 14px !important;
}
.post-management .position-management {
  margin-top: 0 !important;
  background-color: #ffffff;
}
.post-management .position-management .setSearch {
  height: 40px;
  line-height: 39px;
  background-color: #f9f9f9;
  font-size: 14px;
  padding-left: 20px;
}
.post-management .position-management .setSearch img {
  cursor: pointer;
}
.post-management .position-management .ant-input-affix-wrapper {
  margin-left: 3%;
  width: 95%;
  position: absolute;
  top: 2px;
}
.post-management .position-management .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 47px !important;
}
.post-management .position-management .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
  padding-left: 24px;
}
.post-management .position-management .gtree .ant-input-prefix {
  padding-top: 0 !important;
}
.post-management .position-management .gtree input {
  width: 96% !important;
  height: 36px;
  font-size: 14px;
  margin: 0 !important;
}
.post-management .position-nomanagement {
  height: calc(100vh - 92px) !important;
  background-color: #ffffff;
}
.postIncludes .menu-header,
.postInclude .menu-header {
  width: auto !important;
  padding: 0 15px;
}
.postIncludes ul li span,
.postInclude ul li span {
  font-size: 14px !important;
}
.postInclude,
.postIncludes {
  left: 272px !important;
  width: 173px !important;
}
.postInclude .menu-header,
.postIncludes .menu-header {
  padding: 0 !important;
}
.postInclude .menu-header li:nth-child(1),
.postIncludes .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.postInclude .menu-header .ant-dropdown-menu-item,
.postIncludes .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.postInclude .menu-header .ant-dropdown-menu-item .gou,
.postIncludes .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.postIncludes ul > li:nth-child(2) {
  color: var(--button-bg-color) !important;
}
.body-themeWhite .ownUnit-name {
  padding-left: 8px;
}
.body-themeWhite .ownUnit-name .ant-advanced-search-form {
  padding: 11px 20px !important;
  background-color: #ffffff;
  border-radius: 3px;
}
.body-themeWhite .ownUnit-name .ant-table-body .operation {
  color: #1B9AEE !important;
}
.body-themeWhite .ownUnit-name .ah-navbar {
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .ownUnit-name .member-List {
  margin-top: 0 !important;
}
.body-themeWhite .ownUnit-name .member-List .memberTree {
  height: calc(100vh - 270px) !important;
  background-color: #ffffff;
  border: none !important;
}
.body-themeWhite .ownUnit-name .member-List .memberTree .gtree {
  border-top: 1px solid #f2f2f2;
}
.body-themeWhite .ownUnit-name .member-List .memberTree .ant-tree > li {
  padding-left: 20px !important;
}
.body-themeWhite .ownUnit-name .member-List .memberTree .ant-tree li span.ant-tree-switcher {
  width: 15px;
}
.body-themeWhite .ownUnit-name .member-List .memberTree .ant-tree .ant-tree-title span {
  font-size: 14px;
}
.body-themeWhite .ownUnit-name .member-List .member-tree {
  border-top: 1px solid #f2f2f2;
}
.body-themeWhite .ownUnit-name .shrink {
  width: 12px !important;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  height: calc(100vh - 270px) !important;
}
.body-themeWhite .ownUnit-name .shrink .anticon-caret-left {
  color: #999999;
}
.body-themeWhite .ownUnit-name .shrinks {
  width: 12px !important;
  background-color: #ffffff;
  margin-left: 8px;
  height: calc(100vh - 270px) !important;
}
.body-themeWhite .ownUnit-name .shrinks .anticon-caret-right {
  color: #999999;
}
.body-themeWhite .ownUnit-name .team-table {
  margin-left: 0 !important;
}
.body-themeWhite .ownUnit-name .team-table .ant-spin-container {
  height: calc(100vh - 270px) !important;
}
.body-themeWhite .ownUnit-name .team-table .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: calc(100vh - 270px) !important;
}
.body-themeWhite .ownUnit-name .team-table .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 320px) !important;
}
.body-themeWhite .ownUnit-name .team-table .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .ownUnit-name .ant-col-19 {
  width: 84.4%;
}
.body-themeWhite .ownUnit-name .ant-col-23 {
  width: 98.8%;
}
.body-themeWhite .ownUnit-name .ant-col-4 {
  width: 14.4%;
}
.body-themeWhite .user-details .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .user-details .ant-advanced-search-form .ant-input {
  height: 36px;
  line-height: 30px !important;
}
.body-themeWhite .user-details .ant-table-body .ant-table-tbody > tr > td {
  border-bottom: none !important;
}
.body-themeWhite .temp-dispatch .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.body-themeWhite .temp-dispatch .ant-table-body table {
  border-right: none;
}
.body-themeWhite .temp-personnel .ant-modal-body {
  padding: 0;
}
.body-themeWhite .temp-personnel .ant-modal-body .gtree .ant-tree > li {
  padding-left: 20px !important;
}
.body-themeWhite .temp-personnel .ant-modal-body .gtree .ant-tree li span.ant-tree-switcher {
  width: 15px !important;
}
.body-themeDarkBlue .ownUnit-name .member-List .ant-spin-container,
.body-themeDarkBlue .ownUnit-name .member-List .ant-table-content {
  height: calc(100vh - 272px) !important;
}
.body-themeDarkBlue .disInclude,
.body-themeDarkBlue .tempInclude {
  left: 272px !important;
}
.ownUnit-name .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.ownUnit-name .memberTree .ant-tree .ant-tree-title span {
  font-size: 14px;
}
.ownUnit-name .shrink {
  width: 12px !important;
}
.ownUnit-name .shrinks {
  width: 12px !important;
}
.ownUnit-name .ownUnitHeader {
  font-size: 14px;
  position: absolute;
  left: 270px;
}
.ownUnit-name .ownUnitHeader label {
  color: #555555;
  font-size: 14px;
}
.ownUnit-name .isInclude {
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  padding-left: 20px;
  position: relative;
  background-color: #f9f9f9;
}
.ownUnit-name .isInclude .org {
  margin-right: 175px;
  font-size: 14px;
}
.ownUnit-name .isInclude img {
  cursor: pointer;
}
.ownUnit-name .ant-col-19 {
  width: 84.4%;
}
.ownUnit-name .ant-col-23 {
  width: 98.8%;
}
.ownUnit-name .ant-col-4 {
  width: 14.4%;
}
.temp-personnel .isIncludes {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.temp-personnel .isIncludes .org {
  margin-right: 86px;
  font-size: 14px;
}
.temp-personnel .isIncludes img {
  cursor: pointer;
}
.temp-personnel .ant-modal-body .ant-advanced-search-form {
  padding: 11px 0 11px 20px !important;
}
.temp-personnel .ant-modal-body .ant-advanced-search-form .ant-input {
  font-size: 14px;
}
.temp-personnel .ant-modal-body .gtree .ant-tree-title span {
  font-size: 14px;
}
.disIncludes,
.tempIncludes {
  left: 410px !important;
}
.disIncludes .menu-header,
.tempIncludes .menu-header {
  width: 150px !important;
  padding: 0 !important;
}
.disIncludes .menu-header li:nth-child(1),
.tempIncludes .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.disIncludes .menu-header .ant-dropdown-menu-item,
.tempIncludes .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.disIncludes .menu-header .ant-dropdown-menu-item .gou,
.tempIncludes .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.disIncludes ul > li:nth-child(2) {
  color: var(--button-bg-color) !important;
}
.disInclude,
.tempInclude {
  left: 284px !important;
  width: 173px !important;
}
.disInclude .menu-header,
.tempInclude .menu-header {
  width: 173px !important;
  padding: 0 !important;
}
.disInclude .menu-header li:nth-child(1),
.tempInclude .menu-header li:nth-child(1) {
  border-bottom: 1px solid #f2f2f2;
}
.disInclude .menu-header .ant-dropdown-menu-item,
.tempInclude .menu-header .ant-dropdown-menu-item {
  position: relative;
  text-align: left;
  padding-left: 12px;
  height: 42px;
  line-height: 42px;
}
.disInclude .menu-header .ant-dropdown-menu-item .gou,
.tempInclude .menu-header .ant-dropdown-menu-item .gou {
  top: 15px;
  position: absolute;
  right: 17px;
}
.disInclude ul > li:nth-child(2) {
  color: var(--button-bg-color) !important;
}
.disInclude ul li span,
.disIncludes ul li span,
.tempIncludes ul li span,
.tempInclude ul li span {
  font-size: 14px;
}
.ahNavbar {
  margin-top: 20px !important;
}
.ant-advanced-search-form .ant-input {
  height: 34px;
  font-size: 14px;
}
.ant-advanced-search-form .ant-btn-primary {
  min-width: 75px;
}
.access-configuration-inner .authorization-left .ant-input,
.role-member .authorization-left .ant-input,
.project-contract-section .authorization-left .ant-input {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.access-configuration-inner .authorization-right,
.role-member .authorization-right,
.project-contract-section .authorization-right {
  padding-left: 8px;
}
.access-configuration-inner .roleList {
  height: 50px;
  line-height: 50px;
  color: #555555;
  padding-left: 20px;
  font-size: 14px;
  background-color: #f9f9f9;
}
.access-configuration-inner .roleOperation {
  line-height: 50px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.access-configuration-inner .roleOperation .operation {
  margin-left: 20px;
}
.access-configuration-inner .roleOperation .searchs .ant-input {
  font-size: 14px;
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
}
.access-configuration-inner .roleOperation .searchs .ant-input-affix-wrapper {
  width: 94% !important;
}
.access-configuration-inner .roleOperation .searchs .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
}
.access-configuration-inner .roleOperation .roleCharactar {
  font-size: 14px;
  color: #555555;
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.access-configuration-inner .accessonfiguration .authority {
  padding-left: 20px;
}
.access-configuration-inner .accessonfiguration .ant-tree > li {
  padding-left: 20px !important;
}
.access-configuration-inner .accessonfiguration .ant-tree .ant-tree-title span {
  font-size: 14px;
}
.access-configuration-inner .accessonfiguration .ant-tree li span.ant-tree-switcher {
  width: 15px;
}
.access-configuration-inner .character-details {
  padding-left: 20px;
}
.access-configuration-inner .character-details .roleDetails label {
  font-size: 14px;
}
.access-configuration-inner .character-details .roleDetails span {
  font-size: 14px;
}
.role-member .authorization-left .ant-table-pagination.ant-pagination {
  position: relative !important;
}
.project-contract-section .authorization-left .ant-table-pagination.ant-pagination {
  margin: 0 !important;
}
.project-contract-section .authorization-left .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.project-contract-section .authorization-left .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: calc(100vh - 236px) !important;
}
.project-contract-section .authorization-left .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.project-contract-section .authorization-right .ant-spin-container {
  height: calc(100vh - 268px) !important;
}
.project-contract-section .authorization-right .ant-spin-container .ant-table-content {
  height: calc(100vh - 268px) !important;
}
.project-contract-section .authorization-right .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 318px) !important;
}
.project-contract-section .authorization-right .ant-table-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
}
.body-themeWhite .application-nav .ant-tabs-nav-wrap {
  margin-left: 8px;
}
.body-themeWhite .application-nav .ant-tabs-nav {
  height: 45px;
}
.body-themeWhite .application-nav .ant-tabs-nav .ant-tabs-tab {
  padding: 12px;
  margin-right: 6px;
}
.body-themeWhite .application-nav .ant-tabs-nav .ant-tabs-tab-active {
  color: #1b9aee !important;
}
.body-themeWhite .temp-role-management {
  width: 500px !important;
}
.body-themeWhite .temp-role-management .ant-modal-body {
  padding: 25px 30px 5px 30px;
}
.body-themeWhite .bulk-import {
  width: 480px !important;
}
.body-themeWhite .bulk-import .ant-modal-body {
  padding: 25px 0 5px 0;
}
.body-themeWhite .access-configuration-inner .roleBottom,
.body-themeWhite .role-member .roleBottom,
.body-themeWhite .project-contract-section .roleBottom {
  margin-top: 0 !important;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-table-body .ant-table-tbody > tr > td,
.body-themeWhite .role-member .authorization-left .ant-table-body .ant-table-tbody > tr > td,
.body-themeWhite .project-contract-section .authorization-left .ant-table-body .ant-table-tbody > tr > td {
  border: none !important;
  text-align: left !important;
  padding: 0 0 0 20px !important;
  height: 50px;
  line-height: 50px;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-input,
.body-themeWhite .role-member .authorization-left .ant-input,
.body-themeWhite .project-contract-section .authorization-left .ant-input {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-input-affix-wrapper,
.body-themeWhite .role-member .authorization-left .ant-input-affix-wrapper,
.body-themeWhite .project-contract-section .authorization-left .ant-input-affix-wrapper {
  width: 94% !important;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-input-affix-wrapper .ant-input-prefix,
.body-themeWhite .role-member .authorization-left .ant-input-affix-wrapper .ant-input-prefix,
.body-themeWhite .project-contract-section .authorization-left .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
}
.body-themeWhite .access-configuration-inner .roleOperation {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f2f2f2;
}
.body-themeWhite .access-configuration-inner .roleOperation .searchs {
  margin-left: 3%;
}
.body-themeWhite .access-configuration-inner .character-details {
  background-color: #ffffff;
}
.body-themeWhite .access-configuration-inner .character-details .ah-navbar {
  border: none !important;
  margin: 0 !important;
}
.body-themeWhite .access-configuration-inner .character-details .roleDetails label {
  color: #999999;
}
.body-themeWhite .access-configuration-inner .character-details .roleDetails span {
  color: #555555;
}
.body-themeWhite .access-configuration-inner .accessConfiguration {
  background-color: #ffffff;
}
.body-themeWhite .access-configuration-inner .authorization-left table {
  border: none !important;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .access-configuration-inner .authorization-left .ant-table-content {
  margin-left: 0 !important;
}
.body-themeWhite .access-configuration-inner .accessonfiguration {
  margin-top: 8px;
  background-color: #ffffff;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .operationBtn {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 10;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .operationBtn .ant-btn {
  width: 60px !important;
  height: 36px !important;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .ant-spin-container {
  height: calc(100vh - 342px) !important;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .ant-spin-container .ant-table-content {
  height: calc(100vh - 342px) !important;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 392px) !important;
  overflow: auto;
}
.body-themeWhite .access-configuration-inner .accessonfiguration .ant-tree-checkbox-inner {
  top: 2px!important;
  left: 1px!important;
}
.body-themeWhite .role-member .authorization-left {
  padding: 0 !important;
}
.body-themeWhite .role-member .authorization-left .ant-table-placeholder {
  position: absolute;
  left: 30%;
  top: 20%;
  background-color: #ffffff;
}
.body-themeWhite .role-member .authorization-left table {
  border: none !important;
}
.body-themeWhite .role-member .authorization-left .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .role-member .authorization-left .ant-table-content {
  margin-left: 0 !important;
  height: 708px !important;
}
.body-themeWhite .role-member .authorization-left .ant-input-affix-wrapper {
  margin-top: 8px !important;
}
.body-themeWhite .role-member .authorization-left .ant-table-pagination.ant-pagination {
  position: absolute !important;
  right: 40px;
}
.body-themeWhite .role-member .authorization-right {
  border-left: none !important;
  margin-left: 0 !important;
}
.body-themeWhite .role-member .authorization-right .ant-advanced-search-form {
  margin-left: 8px;
  margin-right: 8px;
}
.body-themeWhite .role-member .authorization-right .ant-advanced-search-form .ant-input {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  padding-left: 10px;
}
.body-themeWhite .role-member .authorization-right .ant-table-content {
  margin-left: 0 !important;
  height: 588px !important;
}
.body-themeWhite .project-contract-section .authorization-left {
  padding: 0 !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-input-affix-wrapper {
  width: 94%;
  margin-top: 8px !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-table-body {
  background-color: #ffffff !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-table-body table {
  border: none;
}
.body-themeWhite .project-contract-section .authorization-left .ant-spin-container {
  height: calc(100vh - 237px) !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-spin-container .ant-table-content {
  margin-left: 0 !important;
  height: calc(100vh - 237px) !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 287px) !important;
}
.body-themeWhite .project-contract-section .authorization-left .ant-table-pagination.ant-pagination {
  position: absolute !important;
  right: 40px;
}
.body-themeWhite .project-contract-section .authorization-right {
  border-left: none !important;
  margin-left: 0 !important;
}
.body-themeWhite .project-contract-section .authorization-right .ant-spin-container {
  height: calc(100vh - 268px) !important;
}
.body-themeWhite .project-contract-section .authorization-right .ant-spin-container .ant-table-content {
  height: calc(100vh - 268px) !important;
}
.body-themeWhite .project-contract-section .authorization-right .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 318px) !important;
}
.body-themeDarkBlue .character-details {
  border-bottom: none !important;
}
.body-themeDarkBlue .role-member .authorization-right .ant-spin-container,
.body-themeDarkBlue .role-member .authorization-right .ant-table-content {
  height: calc(100vh - 308px) !important;
}
.body-themeDarkBlue .role-member .authorization-right .ant-spin-container .ant-table-body {
  height: calc(100vh - 358px) !important;
}
.newOranization .ant-form-item-label label {
  font-size: 14px;
}
.newOranization .ant-form-item-control-wrapper .ant-input {
  font-size: 14px;
  height: 36px;
}
.newOranization .ant-form-item-control-wrapper .ant-select-lg .ant-select-selection--single {
  height: 36px;
  font-size: 14px;
}
.newOranization .ant-form-item-control-wrapper .ant-select-lg .ant-select-selection__rendered {
  line-height: 36px;
}
.body-themeWhite .orgManagement {
  padding-left: 8px;
}
.body-themeWhite .orgManagement .ant-spin-container {
  height: calc(100vh - 229px) !important;
}
.body-themeWhite .orgManagement .ant-spin-container .ant-table-content {
  height: calc(100vh - 229px) !important;
}
.body-themeWhite .orgManagement .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 279px) !important;
}
.body-themeWhite .orgManagement .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.body-themeWhite .orgManagement .ant-advanced-search-form {
  padding: 10px 20px !important;
  background-color: #ffffff;
}
.body-themeWhite .orgManagement .org-search {
  margin-top: 0 !important;
}
.body-themeWhite .newOranization .ant-advanced-search-form .ant-form-item-label {
  padding-top: 0 !important;
}
.body-themeWhite .newOranization .gform {
  margin: 25px 0 5px 0;
}
.body-themeWhite .newOranization .ant-modal-body {
  padding: 0 !important;
}
.body-themeDarkBlue .orgManagement .ant-spin-container {
  height: calc(100vh - 228px) !important;
}
.body-themeDarkBlue .orgManagement .ant-spin-container .ant-table-content {
  height: calc(100vh - 228px) !important;
}
.body-themeDarkBlue .orgManagement .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 278px) !important;
}
.body-themeDarkBlue .orgManagement .ant-spin-container .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  bottom: 5px;
}
.middle-box {
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 200px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}
.middle-box h1 {
  font-size: 50px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}
.lock-word .first-word {
  margin-right: 160px;
}
.middle-box .font-bold {
  font-size: 16px;
}
.middle-box .get-back-btn {
  text-align: center;
  margin: 10px auto;
}
.middle-box .get-back-btn a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 30px auto;
  display: block;
  border-radius: 4px;
  background: #108ee9;
  color: #fff;
}
.middle-box .get-back-btn button {
  margin: 0 10px;
}
.body-themeDarkBlue .fadeInDown .get-back-btn .ant-btn-primary {
  background-color: #1b9aee !important;
}
.body-themeDarkBlue .fadeInDown .get-back .ant-btn-primary {
  margin: 10px;
  background-color: #4f78e0 !important;
}
.body-themeWhite .rule {
  padding-left: 8px;
}
.body-themeWhite .rule .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .rule .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .rule .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .rule .ewec-search-form {
  background-color: #ffffff;
}
.body-themeWhite .rule .ewec-button {
  margin: 10px 0 0px 0px !important;
}
.body-themeWhite .rule .ant-table-body td > div > a {
  color: #1B9AEE !important;
}
.body-themeWhite .rule .ant-advanced-search-form .ant-btn-primary {
  margin-left: 1px !important;
}
.body-themeWhite .rule .ant-advanced-search-form .ant-form-item-label {
  padding-top: 12px !important;
}
.body-themeWhite .rule .ant-advanced-search-form .ant-row-flex {
  margin: 0 !important;
}
.body-themeWhite .add-rule .ant-modal-body {
  padding: 20px !important;
}
.body-themeWhite .add-rule .ewec-button {
  border: none !important;
  margin: 0 !important;
}
.body-themeWhite .jump-mobile .ant-modal-body .ant-input {
  height: 36px;
  font-size: 14px;
}
.body-themeWhite .rule-add .ewec-form .ant-form-item-label {
  width: auto !important;
  padding-right: 0;
}
.body-themeWhite .rule-add .ewec-form .ant-form-item {
  padding-left: 80px !important;
}
.body-themeWhite .rule-add .ewec-form .ant-form-item:nth-child(2) .ant-form-item-label {
  width: 80px !important;
}
.rule .ant-advanced-search-form .ant-row-flex > div:nth-child(3) .ant-form-item-control {
  width: 100px;
}
.rule .ant-advanced-search-form .ant-select {
  width: 100px !important;
}
.rule .ant-advanced-search-form .ant-select-selection--single {
  width: 100px;
}
.rule .ant-advanced-search-form .ant-select-selection__rendered {
  width: 100px;
}
.file-view {
  width: 100%;
  height: 100%;
}
.file-view .file-view-warn {
  padding-top: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.file-view .pdf-canvas {
  text-align: center;
}
.upload-manager {
  padding-left: 20px;
  padding-top: 20px;
  background-color: #fff;
  padding-bottom: 40px;
}
.upload-manager .href {
  color: #0099ff;
  margin-right: 10px;
}
.upload-manager .href:hover {
  text-decoration: underline !important;
}
.upload-manager .red {
  color: red;
}
.upload-manager .green {
  color: green;
}
.upload-manager .bold {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}
.upload-manager .title-box {
  margin-bottom: 10px;
}
.upload-manager .title-box .bold {
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
}
.upload-manager .tab1-box {
  padding-left: 100px;
}
.upload-manager .tab1-box .download-box {
  margin-top: 20px;
  margin-bottom: 30px;
}
.upload-manager .tab1-box .upload-item {
  position: relative;
  margin-bottom: 20px;
}
.upload-manager .tab1-box .upload-item:last-child::after {
  display: none;
}
.upload-manager .tab1-box .upload-item::after {
  display: inline-block;
  width: 460px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ddd;
}
.upload-manager .tab1-box .upload-item .desc-box {
  margin-bottom: 20px;
}
.upload-manager .tab1-box .upload-item .desc-box .desc {
  color: #aaa;
  margin-right: 20px;
}
.upload-manager .tab1-box .upload-item .upload-box {
  padding-left: 150px;
  padding-bottom: 10px;
}
.upload-manager .tab1-box .upload-item .upload-box .inline {
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}
.upload-manager .tab1-box .upload-item .upload-box .desc {
  color: #aaa;
  margin-right: 20px;
}
.upload-manager .tab1-box .upload-item .upload-box .ant-upload .ant-btn {
  height: 32px;
  line-height: 32px;
}
.upload-manager .table-ellipsis {
  margin-top: 20px;
}
.group_list {
  border-right: 1px solid #f2f2f2;
}
.group_list .top-title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #f9f9f9;
  text-align: center;
  font-weight: 700;
}
.group_list .list__wrapper {
  height: calc(100vh - 110px);
  padding: 0 4px;
  overflow-y: auto;
}
.group_list .list__wrapper .list__item {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.group_list .list__wrapper .list__item:hover,
.group_list .list__wrapper .list__item.active {
  background: #f2f2f2;
}
.obj-list .search__box {
  padding: 20px;
  width: 460px;
}
.obj-list .search__box .ant-input-prefix {
  font-size: 16px;
  margin-left: 8px;
}
.obj-list .search__box .ant-input-lg {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.obj-list .obj-list__wrapper {
  max-height: calc(100vh - 60px - 80px);
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.obj-list .obj-list__wrapper .obj-list__item {
  width: 225px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 10px;
}
.obj-list .obj-list__wrapper .obj-list__item:hover,
.obj-list .obj-list__wrapper .obj-list__item.active {
  color: #4F78E0;
}
.obj-list .obj-list__wrapper .obj-list__item:hover {
  border-color: #4F78E0;
}
.obj-list .obj-list__wrapper .obj-list__item.active {
  background: #f0f3fc;
}
.ant-tooltip-inner {
  max-width: 700px;
}
.odd-row {
  background-color: #f9f9f9;
}
.body-themeWhite .add-project {
  padding-left: 8px;
}
.body-themeWhite .add-project .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .add-project .ant-spin-container table {
  border-left: 1px solid #f2f2f2;
}
.body-themeWhite .add-project .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .add-project .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
/* .ant-table-thead > tr > th.ant-table-column-sort{
    background-color: #f9f9f9 !important;
} */.ant-tooltip-inner {
  max-width: 700px;
}
.odd-row {
  background-color: #f9f9f9;
}
.body-themeWhite .select-item {
  width: 480px !important;
}
.body-themeWhite .select-item .ant-modal-body {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.body-themeWhite .select-item .ant-modal-footer {
  margin-bottom: 0 !important;
}
.body-themeWhite .select-item .ant-modal-footer .ant-btn {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.body-themeWhite .select-item .gform {
  margin: 0 !important;
}
.body-themeWhite .select-item .gform .ant-advanced-search-form {
  padding: 0 !important;
}
.application-entry,
.add-project {
  padding-left: 8px;
}
.application-entry .ant-spin-container,
.add-project .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.application-entry .ant-spin-container table,
.add-project .ant-spin-container table {
  border-left: 1px solid #f2f2f2;
}
.application-entry .ant-spin-container .ant-table-content,
.add-project .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.application-entry .ant-spin-container .ant-table-content .ant-table-body,
.add-project .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.application-entry .ant-advanced-search-form .ant-row-flex > div:nth-child(4) .ant-form-item-control {
  width: 100px;
}
/* .ant-table-thead > tr > th.ant-table-column-sort{
    background-color: #f9f9f9 !important;
} *//* .ant-table-thead > tr > th.ant-table-column-sort{
    background-color: #f9f9f9 !important;
} */.gtree .ant-tree li .ant-tree-node-content-wrapper{
	padding:3px 20px;
}
.gtree{
	overflow-y: auto;
	/* 这两行修复组织名字过长导致水平滚动条贴合树的问题  同时会牵扯到人员派遣的树*/
	height: 100% !important;
}
.ant-tree li{
	padding-left: 11px !important;
}.body-themeWhite .applicant-party .ant-modal-body {
  padding-top: 0;
}
.body-themeWhite .applicant-party .ant-modal-body .ant-spin-container .ant-table-pagination.ant-pagination {
  bottom: 0 !important;
  margin: 20px 0 0 0 !important;
}
.body-themeWhite .applicant-party .review-navbar {
  padding-left: 20px !important;
}
.body-themeWhite .apply-participation {
  padding-left: 8px;
}
.body-themeWhite .apply-participation .ant-advanced-search-form {
  background-color: #ffffff;
  padding-left: 20px !important
            ;
}
.body-themeWhite .apply-participation .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .apply-participation .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .apply-participation .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeDarkBlue .apply-participation .ant-advanced-search-form {
  margin-top: 20px;
}
.apply-participation .ant-advanced-search-form .ant-select {
  width: 100px !important;
}
.apply-participation .ant-advanced-search-form .ant-select-selection--single {
  width: 100px !important;
}
.body-themeWhite .review-operation {
  width: 485px !important;
}
.body-themeWhite .review-operation .gform {
  margin-top: 25px !important;
  padding-bottom: 5px;
}
.body-themeWhite .participate-review {
  padding-left: 8px;
}
.body-themeWhite .participate-review .ant-spin-container {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .participate-review .ant-spin-container .ant-table-content {
  height: calc(100vh - 236px) !important;
}
.body-themeWhite .participate-review .ant-spin-container .ant-table-content .ant-table-body {
  height: calc(100vh - 286px) !important;
}
.body-themeWhite .participate-review .ant-advanced-search-form {
  background-color: #ffffff;
  padding-left: 20px !important;
}
.body-themeDarkBlue .participate-review .ant-advanced-search-form {
  margin-top: 20px;
}
.participate-review .ant-advanced-search-form .ant-row > div:nth-child(2) .ant-select {
  width: 100px !important;
}
