.ivu-load-loop {
  -webkit-animation: ani-load-loop 1s linear infinite;
  animation: ani-load-loop 1s linear infinite;
}
@-webkit-keyframes ani-load-loop {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ani-load-loop {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.input-group-error-append,
.input-group-error-prepend {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.input-group-error-append .ivu-select-selection,
.input-group-error-prepend .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.input-group-error-prepend {
  border-right: 0;
}
.input-group-error-append {
  border-left: 0;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
a {
  color: #2d8cf0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #57a3f3;
}
a:active {
  color: #2b85e4;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
@font-face {
  font-family: Ionicons;
  src: url(/res/ionicons.woff2) format("woff2"), url(/res/ionicons.woff) format("woff"), url(/res/ionicons.ttf) format("truetype"), url(/res/ionicons.svg#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ivu-icon {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.ivu-icon-ios-add-circle-outline:before {
  content: "\F100";
}
.ivu-icon-ios-add-circle:before {
  content: "\F101";
}
.ivu-icon-ios-add:before {
  content: "\F102";
}
.ivu-icon-ios-alarm-outline:before {
  content: "\F103";
}
.ivu-icon-ios-alarm:before {
  content: "\F104";
}
.ivu-icon-ios-albums-outline:before {
  content: "\F105";
}
.ivu-icon-ios-albums:before {
  content: "\F106";
}
.ivu-icon-ios-alert-outline:before {
  content: "\F107";
}
.ivu-icon-ios-alert:before {
  content: "\F108";
}
.ivu-icon-ios-american-football-outline:before {
  content: "\F109";
}
.ivu-icon-ios-american-football:before {
  content: "\F10A";
}
.ivu-icon-ios-analytics-outline:before {
  content: "\F10B";
}
.ivu-icon-ios-analytics:before {
  content: "\F10C";
}
.ivu-icon-ios-aperture-outline:before {
  content: "\F10D";
}
.ivu-icon-ios-aperture:before {
  content: "\F10E";
}
.ivu-icon-ios-apps-outline:before {
  content: "\F10F";
}
.ivu-icon-ios-apps:before {
  content: "\F110";
}
.ivu-icon-ios-appstore-outline:before {
  content: "\F111";
}
.ivu-icon-ios-appstore:before {
  content: "\F112";
}
.ivu-icon-ios-archive-outline:before {
  content: "\F113";
}
.ivu-icon-ios-archive:before {
  content: "\F114";
}
.ivu-icon-ios-arrow-back:before {
  content: "\F115";
}
.ivu-icon-ios-arrow-down:before {
  content: "\F116";
}
.ivu-icon-ios-arrow-dropdown-circle:before {
  content: "\F117";
}
.ivu-icon-ios-arrow-dropdown:before {
  content: "\F118";
}
.ivu-icon-ios-arrow-dropleft-circle:before {
  content: "\F119";
}
.ivu-icon-ios-arrow-dropleft:before {
  content: "\F11A";
}
.ivu-icon-ios-arrow-dropright-circle:before {
  content: "\F11B";
}
.ivu-icon-ios-arrow-dropright:before {
  content: "\F11C";
}
.ivu-icon-ios-arrow-dropup-circle:before {
  content: "\F11D";
}
.ivu-icon-ios-arrow-dropup:before {
  content: "\F11E";
}
.ivu-icon-ios-arrow-forward:before {
  content: "\F11F";
}
.ivu-icon-ios-arrow-round-back:before {
  content: "\F120";
}
.ivu-icon-ios-arrow-round-down:before {
  content: "\F121";
}
.ivu-icon-ios-arrow-round-forward:before {
  content: "\F122";
}
.ivu-icon-ios-arrow-round-up:before {
  content: "\F123";
}
.ivu-icon-ios-arrow-up:before {
  content: "\F124";
}
.ivu-icon-ios-at-outline:before {
  content: "\F125";
}
.ivu-icon-ios-at:before {
  content: "\F126";
}
.ivu-icon-ios-attach:before {
  content: "\F127";
}
.ivu-icon-ios-backspace-outline:before {
  content: "\F128";
}
.ivu-icon-ios-backspace:before {
  content: "\F129";
}
.ivu-icon-ios-barcode-outline:before {
  content: "\F12A";
}
.ivu-icon-ios-barcode:before {
  content: "\F12B";
}
.ivu-icon-ios-baseball-outline:before {
  content: "\F12C";
}
.ivu-icon-ios-baseball:before {
  content: "\F12D";
}
.ivu-icon-ios-basket-outline:before {
  content: "\F12E";
}
.ivu-icon-ios-basket:before {
  content: "\F12F";
}
.ivu-icon-ios-basketball-outline:before {
  content: "\F130";
}
.ivu-icon-ios-basketball:before {
  content: "\F131";
}
.ivu-icon-ios-battery-charging:before {
  content: "\F132";
}
.ivu-icon-ios-battery-dead:before {
  content: "\F133";
}
.ivu-icon-ios-battery-full:before {
  content: "\F134";
}
.ivu-icon-ios-beaker-outline:before {
  content: "\F135";
}
.ivu-icon-ios-beaker:before {
  content: "\F136";
}
.ivu-icon-ios-beer-outline:before {
  content: "\F137";
}
.ivu-icon-ios-beer:before {
  content: "\F138";
}
.ivu-icon-ios-bicycle:before {
  content: "\F139";
}
.ivu-icon-ios-bluetooth:before {
  content: "\F13A";
}
.ivu-icon-ios-boat-outline:before {
  content: "\F13B";
}
.ivu-icon-ios-boat:before {
  content: "\F13C";
}
.ivu-icon-ios-body-outline:before {
  content: "\F13D";
}
.ivu-icon-ios-body:before {
  content: "\F13E";
}
.ivu-icon-ios-bonfire-outline:before {
  content: "\F13F";
}
.ivu-icon-ios-bonfire:before {
  content: "\F140";
}
.ivu-icon-ios-book-outline:before {
  content: "\F141";
}
.ivu-icon-ios-book:before {
  content: "\F142";
}
.ivu-icon-ios-bookmark-outline:before {
  content: "\F143";
}
.ivu-icon-ios-bookmark:before {
  content: "\F144";
}
.ivu-icon-ios-bookmarks-outline:before {
  content: "\F145";
}
.ivu-icon-ios-bookmarks:before {
  content: "\F146";
}
.ivu-icon-ios-bowtie-outline:before {
  content: "\F147";
}
.ivu-icon-ios-bowtie:before {
  content: "\F148";
}
.ivu-icon-ios-briefcase-outline:before {
  content: "\F149";
}
.ivu-icon-ios-briefcase:before {
  content: "\F14A";
}
.ivu-icon-ios-browsers-outline:before {
  content: "\F14B";
}
.ivu-icon-ios-browsers:before {
  content: "\F14C";
}
.ivu-icon-ios-brush-outline:before {
  content: "\F14D";
}
.ivu-icon-ios-brush:before {
  content: "\F14E";
}
.ivu-icon-ios-bug-outline:before {
  content: "\F14F";
}
.ivu-icon-ios-bug:before {
  content: "\F150";
}
.ivu-icon-ios-build-outline:before {
  content: "\F151";
}
.ivu-icon-ios-build:before {
  content: "\F152";
}
.ivu-icon-ios-bulb-outline:before {
  content: "\F153";
}
.ivu-icon-ios-bulb:before {
  content: "\F154";
}
.ivu-icon-ios-bus-outline:before {
  content: "\F155";
}
.ivu-icon-ios-bus:before {
  content: "\F156";
}
.ivu-icon-ios-cafe-outline:before {
  content: "\F157";
}
.ivu-icon-ios-cafe:before {
  content: "\F158";
}
.ivu-icon-ios-calculator-outline:before {
  content: "\F159";
}
.ivu-icon-ios-calculator:before {
  content: "\F15A";
}
.ivu-icon-ios-calendar-outline:before {
  content: "\F15B";
}
.ivu-icon-ios-calendar:before {
  content: "\F15C";
}
.ivu-icon-ios-call-outline:before {
  content: "\F15D";
}
.ivu-icon-ios-call:before {
  content: "\F15E";
}
.ivu-icon-ios-camera-outline:before {
  content: "\F15F";
}
.ivu-icon-ios-camera:before {
  content: "\F160";
}
.ivu-icon-ios-car-outline:before {
  content: "\F161";
}
.ivu-icon-ios-car:before {
  content: "\F162";
}
.ivu-icon-ios-card-outline:before {
  content: "\F163";
}
.ivu-icon-ios-card:before {
  content: "\F164";
}
.ivu-icon-ios-cart-outline:before {
  content: "\F165";
}
.ivu-icon-ios-cart:before {
  content: "\F166";
}
.ivu-icon-ios-cash-outline:before {
  content: "\F167";
}
.ivu-icon-ios-cash:before {
  content: "\F168";
}
.ivu-icon-ios-chatboxes-outline:before {
  content: "\F169";
}
.ivu-icon-ios-chatboxes:before {
  content: "\F16A";
}
.ivu-icon-ios-chatbubbles-outline:before {
  content: "\F16B";
}
.ivu-icon-ios-chatbubbles:before {
  content: "\F16C";
}
.ivu-icon-ios-checkbox-outline:before {
  content: "\F16D";
}
.ivu-icon-ios-checkbox:before {
  content: "\F16E";
}
.ivu-icon-ios-checkmark-circle-outline:before {
  content: "\F16F";
}
.ivu-icon-ios-checkmark-circle:before {
  content: "\F170";
}
.ivu-icon-ios-checkmark:before {
  content: "\F171";
}
.ivu-icon-ios-clipboard-outline:before {
  content: "\F172";
}
.ivu-icon-ios-clipboard:before {
  content: "\F173";
}
.ivu-icon-ios-clock-outline:before {
  content: "\F174";
}
.ivu-icon-ios-clock:before {
  content: "\F175";
}
.ivu-icon-ios-close-circle-outline:before {
  content: "\F176";
}
.ivu-icon-ios-close-circle:before {
  content: "\F177";
}
.ivu-icon-ios-close:before {
  content: "\F178";
}
.ivu-icon-ios-closed-captioning-outline:before {
  content: "\F179";
}
.ivu-icon-ios-closed-captioning:before {
  content: "\F17A";
}
.ivu-icon-ios-cloud-circle-outline:before {
  content: "\F17B";
}
.ivu-icon-ios-cloud-circle:before {
  content: "\F17C";
}
.ivu-icon-ios-cloud-done-outline:before {
  content: "\F17D";
}
.ivu-icon-ios-cloud-done:before {
  content: "\F17E";
}
.ivu-icon-ios-cloud-download-outline:before {
  content: "\F17F";
}
.ivu-icon-ios-cloud-download:before {
  content: "\F180";
}
.ivu-icon-ios-cloud-outline:before {
  content: "\F181";
}
.ivu-icon-ios-cloud-upload-outline:before {
  content: "\F182";
}
.ivu-icon-ios-cloud-upload:before {
  content: "\F183";
}
.ivu-icon-ios-cloud:before {
  content: "\F184";
}
.ivu-icon-ios-cloudy-night-outline:before {
  content: "\F185";
}
.ivu-icon-ios-cloudy-night:before {
  content: "\F186";
}
.ivu-icon-ios-cloudy-outline:before {
  content: "\F187";
}
.ivu-icon-ios-cloudy:before {
  content: "\F188";
}
.ivu-icon-ios-code-download:before {
  content: "\F189";
}
.ivu-icon-ios-code-working:before {
  content: "\F18A";
}
.ivu-icon-ios-code:before {
  content: "\F18B";
}
.ivu-icon-ios-cog-outline:before {
  content: "\F18C";
}
.ivu-icon-ios-cog:before {
  content: "\F18D";
}
.ivu-icon-ios-color-fill-outline:before {
  content: "\F18E";
}
.ivu-icon-ios-color-fill:before {
  content: "\F18F";
}
.ivu-icon-ios-color-filter-outline:before {
  content: "\F190";
}
.ivu-icon-ios-color-filter:before {
  content: "\F191";
}
.ivu-icon-ios-color-palette-outline:before {
  content: "\F192";
}
.ivu-icon-ios-color-palette:before {
  content: "\F193";
}
.ivu-icon-ios-color-wand-outline:before {
  content: "\F194";
}
.ivu-icon-ios-color-wand:before {
  content: "\F195";
}
.ivu-icon-ios-compass-outline:before {
  content: "\F196";
}
.ivu-icon-ios-compass:before {
  content: "\F197";
}
.ivu-icon-ios-construct-outline:before {
  content: "\F198";
}
.ivu-icon-ios-construct:before {
  content: "\F199";
}
.ivu-icon-ios-contact-outline:before {
  content: "\F19A";
}
.ivu-icon-ios-contact:before {
  content: "\F19B";
}
.ivu-icon-ios-contacts-outline:before {
  content: "\F19C";
}
.ivu-icon-ios-contacts:before {
  content: "\F19D";
}
.ivu-icon-ios-contract:before {
  content: "\F19E";
}
.ivu-icon-ios-contrast:before {
  content: "\F19F";
}
.ivu-icon-ios-copy-outline:before {
  content: "\F1A0";
}
.ivu-icon-ios-copy:before {
  content: "\F1A1";
}
.ivu-icon-ios-create-outline:before {
  content: "\F1A2";
}
.ivu-icon-ios-create:before {
  content: "\F1A3";
}
.ivu-icon-ios-crop-outline:before {
  content: "\F1A4";
}
.ivu-icon-ios-crop:before {
  content: "\F1A5";
}
.ivu-icon-ios-cube-outline:before {
  content: "\F1A6";
}
.ivu-icon-ios-cube:before {
  content: "\F1A7";
}
.ivu-icon-ios-cut-outline:before {
  content: "\F1A8";
}
.ivu-icon-ios-cut:before {
  content: "\F1A9";
}
.ivu-icon-ios-desktop-outline:before {
  content: "\F1AA";
}
.ivu-icon-ios-desktop:before {
  content: "\F1AB";
}
.ivu-icon-ios-disc-outline:before {
  content: "\F1AC";
}
.ivu-icon-ios-disc:before {
  content: "\F1AD";
}
.ivu-icon-ios-document-outline:before {
  content: "\F1AE";
}
.ivu-icon-ios-document:before {
  content: "\F1AF";
}
.ivu-icon-ios-done-all:before {
  content: "\F1B0";
}
.ivu-icon-ios-download-outline:before {
  content: "\F1B1";
}
.ivu-icon-ios-download:before {
  content: "\F1B2";
}
.ivu-icon-ios-easel-outline:before {
  content: "\F1B3";
}
.ivu-icon-ios-easel:before {
  content: "\F1B4";
}
.ivu-icon-ios-egg-outline:before {
  content: "\F1B5";
}
.ivu-icon-ios-egg:before {
  content: "\F1B6";
}
.ivu-icon-ios-exit-outline:before {
  content: "\F1B7";
}
.ivu-icon-ios-exit:before {
  content: "\F1B8";
}
.ivu-icon-ios-expand:before {
  content: "\F1B9";
}
.ivu-icon-ios-eye-off-outline:before {
  content: "\F1BA";
}
.ivu-icon-ios-eye-off:before {
  content: "\F1BB";
}
.ivu-icon-ios-eye-outline:before {
  content: "\F1BC";
}
.ivu-icon-ios-eye:before {
  content: "\F1BD";
}
.ivu-icon-ios-fastforward-outline:before {
  content: "\F1BE";
}
.ivu-icon-ios-fastforward:before {
  content: "\F1BF";
}
.ivu-icon-ios-female:before {
  content: "\F1C0";
}
.ivu-icon-ios-filing-outline:before {
  content: "\F1C1";
}
.ivu-icon-ios-filing:before {
  content: "\F1C2";
}
.ivu-icon-ios-film-outline:before {
  content: "\F1C3";
}
.ivu-icon-ios-film:before {
  content: "\F1C4";
}
.ivu-icon-ios-finger-print:before {
  content: "\F1C5";
}
.ivu-icon-ios-flag-outline:before {
  content: "\F1C6";
}
.ivu-icon-ios-flag:before {
  content: "\F1C7";
}
.ivu-icon-ios-flame-outline:before {
  content: "\F1C8";
}
.ivu-icon-ios-flame:before {
  content: "\F1C9";
}
.ivu-icon-ios-flash-outline:before {
  content: "\F1CA";
}
.ivu-icon-ios-flash:before {
  content: "\F1CB";
}
.ivu-icon-ios-flask-outline:before {
  content: "\F1CC";
}
.ivu-icon-ios-flask:before {
  content: "\F1CD";
}
.ivu-icon-ios-flower-outline:before {
  content: "\F1CE";
}
.ivu-icon-ios-flower:before {
  content: "\F1CF";
}
.ivu-icon-ios-folder-open-outline:before {
  content: "\F1D0";
}
.ivu-icon-ios-folder-open:before {
  content: "\F1D1";
}
.ivu-icon-ios-folder-outline:before {
  content: "\F1D2";
}
.ivu-icon-ios-folder:before {
  content: "\F1D3";
}
.ivu-icon-ios-football-outline:before {
  content: "\F1D4";
}
.ivu-icon-ios-football:before {
  content: "\F1D5";
}
.ivu-icon-ios-funnel-outline:before {
  content: "\F1D6";
}
.ivu-icon-ios-funnel:before {
  content: "\F1D7";
}
.ivu-icon-ios-game-controller-a-outline:before {
  content: "\F1D8";
}
.ivu-icon-ios-game-controller-a:before {
  content: "\F1D9";
}
.ivu-icon-ios-game-controller-b-outline:before {
  content: "\F1DA";
}
.ivu-icon-ios-game-controller-b:before {
  content: "\F1DB";
}
.ivu-icon-ios-git-branch:before {
  content: "\F1DC";
}
.ivu-icon-ios-git-commit:before {
  content: "\F1DD";
}
.ivu-icon-ios-git-compare:before {
  content: "\F1DE";
}
.ivu-icon-ios-git-merge:before {
  content: "\F1DF";
}
.ivu-icon-ios-git-network:before {
  content: "\F1E0";
}
.ivu-icon-ios-git-pull-request:before {
  content: "\F1E1";
}
.ivu-icon-ios-glasses-outline:before {
  content: "\F1E2";
}
.ivu-icon-ios-glasses:before {
  content: "\F1E3";
}
.ivu-icon-ios-globe-outline:before {
  content: "\F1E4";
}
.ivu-icon-ios-globe:before {
  content: "\F1E5";
}
.ivu-icon-ios-grid-outline:before {
  content: "\F1E6";
}
.ivu-icon-ios-grid:before {
  content: "\F1E7";
}
.ivu-icon-ios-hammer-outline:before {
  content: "\F1E8";
}
.ivu-icon-ios-hammer:before {
  content: "\F1E9";
}
.ivu-icon-ios-hand-outline:before {
  content: "\F1EA";
}
.ivu-icon-ios-hand:before {
  content: "\F1EB";
}
.ivu-icon-ios-happy-outline:before {
  content: "\F1EC";
}
.ivu-icon-ios-happy:before {
  content: "\F1ED";
}
.ivu-icon-ios-headset-outline:before {
  content: "\F1EE";
}
.ivu-icon-ios-headset:before {
  content: "\F1EF";
}
.ivu-icon-ios-heart-outline:before {
  content: "\F1F0";
}
.ivu-icon-ios-heart:before {
  content: "\F1F1";
}
.ivu-icon-ios-help-buoy-outline:before {
  content: "\F1F2";
}
.ivu-icon-ios-help-buoy:before {
  content: "\F1F3";
}
.ivu-icon-ios-help-circle-outline:before {
  content: "\F1F4";
}
.ivu-icon-ios-help-circle:before {
  content: "\F1F5";
}
.ivu-icon-ios-help:before {
  content: "\F1F6";
}
.ivu-icon-ios-home-outline:before {
  content: "\F1F7";
}
.ivu-icon-ios-home:before {
  content: "\F1F8";
}
.ivu-icon-ios-ice-cream-outline:before {
  content: "\F1F9";
}
.ivu-icon-ios-ice-cream:before {
  content: "\F1FA";
}
.ivu-icon-ios-image-outline:before {
  content: "\F1FB";
}
.ivu-icon-ios-image:before {
  content: "\F1FC";
}
.ivu-icon-ios-images-outline:before {
  content: "\F1FD";
}
.ivu-icon-ios-images:before {
  content: "\F1FE";
}
.ivu-icon-ios-infinite-outline:before {
  content: "\F1FF";
}
.ivu-icon-ios-infinite:before {
  content: "\F200";
}
.ivu-icon-ios-information-circle-outline:before {
  content: "\F201";
}
.ivu-icon-ios-information-circle:before {
  content: "\F202";
}
.ivu-icon-ios-information:before {
  content: "\F203";
}
.ivu-icon-ios-ionic-outline:before {
  content: "\F204";
}
.ivu-icon-ios-ionic:before {
  content: "\F205";
}
.ivu-icon-ios-ionitron-outline:before {
  content: "\F206";
}
.ivu-icon-ios-ionitron:before {
  content: "\F207";
}
.ivu-icon-ios-jet-outline:before {
  content: "\F208";
}
.ivu-icon-ios-jet:before {
  content: "\F209";
}
.ivu-icon-ios-key-outline:before {
  content: "\F20A";
}
.ivu-icon-ios-key:before {
  content: "\F20B";
}
.ivu-icon-ios-keypad-outline:before {
  content: "\F20C";
}
.ivu-icon-ios-keypad:before {
  content: "\F20D";
}
.ivu-icon-ios-laptop:before {
  content: "\F20E";
}
.ivu-icon-ios-leaf-outline:before {
  content: "\F20F";
}
.ivu-icon-ios-leaf:before {
  content: "\F210";
}
.ivu-icon-ios-link-outline:before {
  content: "\F211";
}
.ivu-icon-ios-link:before {
  content: "\F212";
}
.ivu-icon-ios-list-box-outline:before {
  content: "\F213";
}
.ivu-icon-ios-list-box:before {
  content: "\F214";
}
.ivu-icon-ios-list:before {
  content: "\F215";
}
.ivu-icon-ios-locate-outline:before {
  content: "\F216";
}
.ivu-icon-ios-locate:before {
  content: "\F217";
}
.ivu-icon-ios-lock-outline:before {
  content: "\F218";
}
.ivu-icon-ios-lock:before {
  content: "\F219";
}
.ivu-icon-ios-log-in:before {
  content: "\F21A";
}
.ivu-icon-ios-log-out:before {
  content: "\F21B";
}
.ivu-icon-ios-magnet-outline:before {
  content: "\F21C";
}
.ivu-icon-ios-magnet:before {
  content: "\F21D";
}
.ivu-icon-ios-mail-open-outline:before {
  content: "\F21E";
}
.ivu-icon-ios-mail-open:before {
  content: "\F21F";
}
.ivu-icon-ios-mail-outline:before {
  content: "\F220";
}
.ivu-icon-ios-mail:before {
  content: "\F221";
}
.ivu-icon-ios-male:before {
  content: "\F222";
}
.ivu-icon-ios-man-outline:before {
  content: "\F223";
}
.ivu-icon-ios-man:before {
  content: "\F224";
}
.ivu-icon-ios-map-outline:before {
  content: "\F225";
}
.ivu-icon-ios-map:before {
  content: "\F226";
}
.ivu-icon-ios-medal-outline:before {
  content: "\F227";
}
.ivu-icon-ios-medal:before {
  content: "\F228";
}
.ivu-icon-ios-medical-outline:before {
  content: "\F229";
}
.ivu-icon-ios-medical:before {
  content: "\F22A";
}
.ivu-icon-ios-medkit-outline:before {
  content: "\F22B";
}
.ivu-icon-ios-medkit:before {
  content: "\F22C";
}
.ivu-icon-ios-megaphone-outline:before {
  content: "\F22D";
}
.ivu-icon-ios-megaphone:before {
  content: "\F22E";
}
.ivu-icon-ios-menu-outline:before {
  content: "\F22F";
}
.ivu-icon-ios-menu:before {
  content: "\F230";
}
.ivu-icon-ios-mic-off-outline:before {
  content: "\F231";
}
.ivu-icon-ios-mic-off:before {
  content: "\F232";
}
.ivu-icon-ios-mic-outline:before {
  content: "\F233";
}
.ivu-icon-ios-mic:before {
  content: "\F234";
}
.ivu-icon-ios-microphone-outline:before {
  content: "\F235";
}
.ivu-icon-ios-microphone:before {
  content: "\F236";
}
.ivu-icon-ios-moon-outline:before {
  content: "\F237";
}
.ivu-icon-ios-moon:before {
  content: "\F238";
}
.ivu-icon-ios-more-outline:before {
  content: "\F239";
}
.ivu-icon-ios-more:before {
  content: "\F23A";
}
.ivu-icon-ios-move:before {
  content: "\F23B";
}
.ivu-icon-ios-musical-note-outline:before {
  content: "\F23C";
}
.ivu-icon-ios-musical-note:before {
  content: "\F23D";
}
.ivu-icon-ios-musical-notes-outline:before {
  content: "\F23E";
}
.ivu-icon-ios-musical-notes:before {
  content: "\F23F";
}
.ivu-icon-ios-navigate-outline:before {
  content: "\F240";
}
.ivu-icon-ios-navigate:before {
  content: "\F241";
}
.ivu-icon-ios-no-smoking-outline:before {
  content: "\F242";
}
.ivu-icon-ios-no-smoking:before {
  content: "\F243";
}
.ivu-icon-ios-notifications-off-outline:before {
  content: "\F244";
}
.ivu-icon-ios-notifications-off:before {
  content: "\F245";
}
.ivu-icon-ios-notifications-outline:before {
  content: "\F246";
}
.ivu-icon-ios-notifications:before {
  content: "\F247";
}
.ivu-icon-ios-nuclear-outline:before {
  content: "\F248";
}
.ivu-icon-ios-nuclear:before {
  content: "\F249";
}
.ivu-icon-ios-nutrition-outline:before {
  content: "\F24A";
}
.ivu-icon-ios-nutrition:before {
  content: "\F24B";
}
.ivu-icon-ios-open-outline:before {
  content: "\F24C";
}
.ivu-icon-ios-open:before {
  content: "\F24D";
}
.ivu-icon-ios-options-outline:before {
  content: "\F24E";
}
.ivu-icon-ios-options:before {
  content: "\F24F";
}
.ivu-icon-ios-outlet-outline:before {
  content: "\F250";
}
.ivu-icon-ios-outlet:before {
  content: "\F251";
}
.ivu-icon-ios-paper-outline:before {
  content: "\F252";
}
.ivu-icon-ios-paper-plane-outline:before {
  content: "\F253";
}
.ivu-icon-ios-paper-plane:before {
  content: "\F254";
}
.ivu-icon-ios-paper:before {
  content: "\F255";
}
.ivu-icon-ios-partly-sunny-outline:before {
  content: "\F256";
}
.ivu-icon-ios-partly-sunny:before {
  content: "\F257";
}
.ivu-icon-ios-pause-outline:before {
  content: "\F258";
}
.ivu-icon-ios-pause:before {
  content: "\F259";
}
.ivu-icon-ios-paw-outline:before {
  content: "\F25A";
}
.ivu-icon-ios-paw:before {
  content: "\F25B";
}
.ivu-icon-ios-people-outline:before {
  content: "\F25C";
}
.ivu-icon-ios-people:before {
  content: "\F25D";
}
.ivu-icon-ios-person-add-outline:before {
  content: "\F25E";
}
.ivu-icon-ios-person-add:before {
  content: "\F25F";
}
.ivu-icon-ios-person-outline:before {
  content: "\F260";
}
.ivu-icon-ios-person:before {
  content: "\F261";
}
.ivu-icon-ios-phone-landscape:before {
  content: "\F262";
}
.ivu-icon-ios-phone-portrait:before {
  content: "\F263";
}
.ivu-icon-ios-photos-outline:before {
  content: "\F264";
}
.ivu-icon-ios-photos:before {
  content: "\F265";
}
.ivu-icon-ios-pie-outline:before {
  content: "\F266";
}
.ivu-icon-ios-pie:before {
  content: "\F267";
}
.ivu-icon-ios-pin-outline:before {
  content: "\F268";
}
.ivu-icon-ios-pin:before {
  content: "\F269";
}
.ivu-icon-ios-pint-outline:before {
  content: "\F26A";
}
.ivu-icon-ios-pint:before {
  content: "\F26B";
}
.ivu-icon-ios-pizza-outline:before {
  content: "\F26C";
}
.ivu-icon-ios-pizza:before {
  content: "\F26D";
}
.ivu-icon-ios-plane-outline:before {
  content: "\F26E";
}
.ivu-icon-ios-plane:before {
  content: "\F26F";
}
.ivu-icon-ios-planet-outline:before {
  content: "\F270";
}
.ivu-icon-ios-planet:before {
  content: "\F271";
}
.ivu-icon-ios-play-outline:before {
  content: "\F272";
}
.ivu-icon-ios-play:before {
  content: "\F273";
}
.ivu-icon-ios-podium-outline:before {
  content: "\F274";
}
.ivu-icon-ios-podium:before {
  content: "\F275";
}
.ivu-icon-ios-power-outline:before {
  content: "\F276";
}
.ivu-icon-ios-power:before {
  content: "\F277";
}
.ivu-icon-ios-pricetag-outline:before {
  content: "\F278";
}
.ivu-icon-ios-pricetag:before {
  content: "\F279";
}
.ivu-icon-ios-pricetags-outline:before {
  content: "\F27A";
}
.ivu-icon-ios-pricetags:before {
  content: "\F27B";
}
.ivu-icon-ios-print-outline:before {
  content: "\F27C";
}
.ivu-icon-ios-print:before {
  content: "\F27D";
}
.ivu-icon-ios-pulse-outline:before {
  content: "\F27E";
}
.ivu-icon-ios-pulse:before {
  content: "\F27F";
}
.ivu-icon-ios-qr-scanner:before {
  content: "\F280";
}
.ivu-icon-ios-quote-outline:before {
  content: "\F281";
}
.ivu-icon-ios-quote:before {
  content: "\F282";
}
.ivu-icon-ios-radio-button-off:before {
  content: "\F283";
}
.ivu-icon-ios-radio-button-on:before {
  content: "\F284";
}
.ivu-icon-ios-radio-outline:before {
  content: "\F285";
}
.ivu-icon-ios-radio:before {
  content: "\F286";
}
.ivu-icon-ios-rainy-outline:before {
  content: "\F287";
}
.ivu-icon-ios-rainy:before {
  content: "\F288";
}
.ivu-icon-ios-recording-outline:before {
  content: "\F289";
}
.ivu-icon-ios-recording:before {
  content: "\F28A";
}
.ivu-icon-ios-redo-outline:before {
  content: "\F28B";
}
.ivu-icon-ios-redo:before {
  content: "\F28C";
}
.ivu-icon-ios-refresh-circle-outline:before {
  content: "\F28D";
}
.ivu-icon-ios-refresh-circle:before {
  content: "\F28E";
}
.ivu-icon-ios-refresh:before {
  content: "\F28F";
}
.ivu-icon-ios-remove-circle-outline:before {
  content: "\F290";
}
.ivu-icon-ios-remove-circle:before {
  content: "\F291";
}
.ivu-icon-ios-remove:before {
  content: "\F292";
}
.ivu-icon-ios-reorder:before {
  content: "\F293";
}
.ivu-icon-ios-repeat:before {
  content: "\F294";
}
.ivu-icon-ios-resize:before {
  content: "\F295";
}
.ivu-icon-ios-restaurant-outline:before {
  content: "\F296";
}
.ivu-icon-ios-restaurant:before {
  content: "\F297";
}
.ivu-icon-ios-return-left:before {
  content: "\F298";
}
.ivu-icon-ios-return-right:before {
  content: "\F299";
}
.ivu-icon-ios-reverse-camera-outline:before {
  content: "\F29A";
}
.ivu-icon-ios-reverse-camera:before {
  content: "\F29B";
}
.ivu-icon-ios-rewind-outline:before {
  content: "\F29C";
}
.ivu-icon-ios-rewind:before {
  content: "\F29D";
}
.ivu-icon-ios-ribbon-outline:before {
  content: "\F29E";
}
.ivu-icon-ios-ribbon:before {
  content: "\F29F";
}
.ivu-icon-ios-rose-outline:before {
  content: "\F2A0";
}
.ivu-icon-ios-rose:before {
  content: "\F2A1";
}
.ivu-icon-ios-sad-outline:before {
  content: "\F2A2";
}
.ivu-icon-ios-sad:before {
  content: "\F2A3";
}
.ivu-icon-ios-school-outline:before {
  content: "\F2A4";
}
.ivu-icon-ios-school:before {
  content: "\F2A5";
}
.ivu-icon-ios-search-outline:before {
  content: "\F2A6";
}
.ivu-icon-ios-search:before {
  content: "\F2A7";
}
.ivu-icon-ios-send-outline:before {
  content: "\F2A8";
}
.ivu-icon-ios-send:before {
  content: "\F2A9";
}
.ivu-icon-ios-settings-outline:before {
  content: "\F2AA";
}
.ivu-icon-ios-settings:before {
  content: "\F2AB";
}
.ivu-icon-ios-share-alt-outline:before {
  content: "\F2AC";
}
.ivu-icon-ios-share-alt:before {
  content: "\F2AD";
}
.ivu-icon-ios-share-outline:before {
  content: "\F2AE";
}
.ivu-icon-ios-share:before {
  content: "\F2AF";
}
.ivu-icon-ios-shirt-outline:before {
  content: "\F2B0";
}
.ivu-icon-ios-shirt:before {
  content: "\F2B1";
}
.ivu-icon-ios-shuffle:before {
  content: "\F2B2";
}
.ivu-icon-ios-skip-backward-outline:before {
  content: "\F2B3";
}
.ivu-icon-ios-skip-backward:before {
  content: "\F2B4";
}
.ivu-icon-ios-skip-forward-outline:before {
  content: "\F2B5";
}
.ivu-icon-ios-skip-forward:before {
  content: "\F2B6";
}
.ivu-icon-ios-snow-outline:before {
  content: "\F2B7";
}
.ivu-icon-ios-snow:before {
  content: "\F2B8";
}
.ivu-icon-ios-speedometer-outline:before {
  content: "\F2B9";
}
.ivu-icon-ios-speedometer:before {
  content: "\F2BA";
}
.ivu-icon-ios-square-outline:before {
  content: "\F2BB";
}
.ivu-icon-ios-square:before {
  content: "\F2BC";
}
.ivu-icon-ios-star-half:before {
  content: "\F2BD";
}
.ivu-icon-ios-star-outline:before {
  content: "\F2BE";
}
.ivu-icon-ios-star:before {
  content: "\F2BF";
}
.ivu-icon-ios-stats-outline:before {
  content: "\F2C0";
}
.ivu-icon-ios-stats:before {
  content: "\F2C1";
}
.ivu-icon-ios-stopwatch-outline:before {
  content: "\F2C2";
}
.ivu-icon-ios-stopwatch:before {
  content: "\F2C3";
}
.ivu-icon-ios-subway-outline:before {
  content: "\F2C4";
}
.ivu-icon-ios-subway:before {
  content: "\F2C5";
}
.ivu-icon-ios-sunny-outline:before {
  content: "\F2C6";
}
.ivu-icon-ios-sunny:before {
  content: "\F2C7";
}
.ivu-icon-ios-swap:before {
  content: "\F2C8";
}
.ivu-icon-ios-switch-outline:before {
  content: "\F2C9";
}
.ivu-icon-ios-switch:before {
  content: "\F2CA";
}
.ivu-icon-ios-sync:before {
  content: "\F2CB";
}
.ivu-icon-ios-tablet-landscape:before {
  content: "\F2CC";
}
.ivu-icon-ios-tablet-portrait:before {
  content: "\F2CD";
}
.ivu-icon-ios-tennisball-outline:before {
  content: "\F2CE";
}
.ivu-icon-ios-tennisball:before {
  content: "\F2CF";
}
.ivu-icon-ios-text-outline:before {
  content: "\F2D0";
}
.ivu-icon-ios-text:before {
  content: "\F2D1";
}
.ivu-icon-ios-thermometer-outline:before {
  content: "\F2D2";
}
.ivu-icon-ios-thermometer:before {
  content: "\F2D3";
}
.ivu-icon-ios-thumbs-down-outline:before {
  content: "\F2D4";
}
.ivu-icon-ios-thumbs-down:before {
  content: "\F2D5";
}
.ivu-icon-ios-thumbs-up-outline:before {
  content: "\F2D6";
}
.ivu-icon-ios-thumbs-up:before {
  content: "\F2D7";
}
.ivu-icon-ios-thunderstorm-outline:before {
  content: "\F2D8";
}
.ivu-icon-ios-thunderstorm:before {
  content: "\F2D9";
}
.ivu-icon-ios-time-outline:before {
  content: "\F2DA";
}
.ivu-icon-ios-time:before {
  content: "\F2DB";
}
.ivu-icon-ios-timer-outline:before {
  content: "\F2DC";
}
.ivu-icon-ios-timer:before {
  content: "\F2DD";
}
.ivu-icon-ios-train-outline:before {
  content: "\F2DE";
}
.ivu-icon-ios-train:before {
  content: "\F2DF";
}
.ivu-icon-ios-transgender:before {
  content: "\F2E0";
}
.ivu-icon-ios-trash-outline:before {
  content: "\F2E1";
}
.ivu-icon-ios-trash:before {
  content: "\F2E2";
}
.ivu-icon-ios-trending-down:before {
  content: "\F2E3";
}
.ivu-icon-ios-trending-up:before {
  content: "\F2E4";
}
.ivu-icon-ios-trophy-outline:before {
  content: "\F2E5";
}
.ivu-icon-ios-trophy:before {
  content: "\F2E6";
}
.ivu-icon-ios-umbrella-outline:before {
  content: "\F2E7";
}
.ivu-icon-ios-umbrella:before {
  content: "\F2E8";
}
.ivu-icon-ios-undo-outline:before {
  content: "\F2E9";
}
.ivu-icon-ios-undo:before {
  content: "\F2EA";
}
.ivu-icon-ios-unlock-outline:before {
  content: "\F2EB";
}
.ivu-icon-ios-unlock:before {
  content: "\F2EC";
}
.ivu-icon-ios-videocam-outline:before {
  content: "\F2ED";
}
.ivu-icon-ios-videocam:before {
  content: "\F2EE";
}
.ivu-icon-ios-volume-down:before {
  content: "\F2EF";
}
.ivu-icon-ios-volume-mute:before {
  content: "\F2F0";
}
.ivu-icon-ios-volume-off:before {
  content: "\F2F1";
}
.ivu-icon-ios-volume-up:before {
  content: "\F2F2";
}
.ivu-icon-ios-walk:before {
  content: "\F2F3";
}
.ivu-icon-ios-warning-outline:before {
  content: "\F2F4";
}
.ivu-icon-ios-warning:before {
  content: "\F2F5";
}
.ivu-icon-ios-watch:before {
  content: "\F2F6";
}
.ivu-icon-ios-water-outline:before {
  content: "\F2F7";
}
.ivu-icon-ios-water:before {
  content: "\F2F8";
}
.ivu-icon-ios-wifi-outline:before {
  content: "\F2F9";
}
.ivu-icon-ios-wifi:before {
  content: "\F2FA";
}
.ivu-icon-ios-wine-outline:before {
  content: "\F2FB";
}
.ivu-icon-ios-wine:before {
  content: "\F2FC";
}
.ivu-icon-ios-woman-outline:before {
  content: "\F2FD";
}
.ivu-icon-ios-woman:before {
  content: "\F2FE";
}
.ivu-icon-logo-android:before {
  content: "\F2FF";
}
.ivu-icon-logo-angular:before {
  content: "\F300";
}
.ivu-icon-logo-apple:before {
  content: "\F301";
}
.ivu-icon-logo-bitcoin:before {
  content: "\F302";
}
.ivu-icon-logo-buffer:before {
  content: "\F303";
}
.ivu-icon-logo-chrome:before {
  content: "\F304";
}
.ivu-icon-logo-codepen:before {
  content: "\F305";
}
.ivu-icon-logo-css3:before {
  content: "\F306";
}
.ivu-icon-logo-designernews:before {
  content: "\F307";
}
.ivu-icon-logo-dribbble:before {
  content: "\F308";
}
.ivu-icon-logo-dropbox:before {
  content: "\F309";
}
.ivu-icon-logo-euro:before {
  content: "\F30A";
}
.ivu-icon-logo-facebook:before {
  content: "\F30B";
}
.ivu-icon-logo-foursquare:before {
  content: "\F30C";
}
.ivu-icon-logo-freebsd-devil:before {
  content: "\F30D";
}
.ivu-icon-logo-github:before {
  content: "\F30E";
}
.ivu-icon-logo-google:before {
  content: "\F30F";
}
.ivu-icon-logo-googleplus:before {
  content: "\F310";
}
.ivu-icon-logo-hackernews:before {
  content: "\F311";
}
.ivu-icon-logo-html5:before {
  content: "\F312";
}
.ivu-icon-logo-instagram:before {
  content: "\F313";
}
.ivu-icon-logo-javascript:before {
  content: "\F314";
}
.ivu-icon-logo-linkedin:before {
  content: "\F315";
}
.ivu-icon-logo-markdown:before {
  content: "\F316";
}
.ivu-icon-logo-nodejs:before {
  content: "\F317";
}
.ivu-icon-logo-octocat:before {
  content: "\F318";
}
.ivu-icon-logo-pinterest:before {
  content: "\F319";
}
.ivu-icon-logo-playstation:before {
  content: "\F31A";
}
.ivu-icon-logo-python:before {
  content: "\F31B";
}
.ivu-icon-logo-reddit:before {
  content: "\F31C";
}
.ivu-icon-logo-rss:before {
  content: "\F31D";
}
.ivu-icon-logo-sass:before {
  content: "\F31E";
}
.ivu-icon-logo-skype:before {
  content: "\F31F";
}
.ivu-icon-logo-snapchat:before {
  content: "\F320";
}
.ivu-icon-logo-steam:before {
  content: "\F321";
}
.ivu-icon-logo-tumblr:before {
  content: "\F322";
}
.ivu-icon-logo-tux:before {
  content: "\F323";
}
.ivu-icon-logo-twitch:before {
  content: "\F324";
}
.ivu-icon-logo-twitter:before {
  content: "\F325";
}
.ivu-icon-logo-usd:before {
  content: "\F326";
}
.ivu-icon-logo-vimeo:before {
  content: "\F327";
}
.ivu-icon-logo-whatsapp:before {
  content: "\F328";
}
.ivu-icon-logo-windows:before {
  content: "\F329";
}
.ivu-icon-logo-wordpress:before {
  content: "\F32A";
}
.ivu-icon-logo-xbox:before {
  content: "\F32B";
}
.ivu-icon-logo-yahoo:before {
  content: "\F32C";
}
.ivu-icon-logo-yen:before {
  content: "\F32D";
}
.ivu-icon-logo-youtube:before {
  content: "\F32E";
}
.ivu-icon-md-add-circle:before {
  content: "\F32F";
}
.ivu-icon-md-add:before {
  content: "\F330";
}
.ivu-icon-md-alarm:before {
  content: "\F331";
}
.ivu-icon-md-albums:before {
  content: "\F332";
}
.ivu-icon-md-alert:before {
  content: "\F333";
}
.ivu-icon-md-american-football:before {
  content: "\F334";
}
.ivu-icon-md-analytics:before {
  content: "\F335";
}
.ivu-icon-md-aperture:before {
  content: "\F336";
}
.ivu-icon-md-apps:before {
  content: "\F337";
}
.ivu-icon-md-appstore:before {
  content: "\F338";
}
.ivu-icon-md-archive:before {
  content: "\F339";
}
.ivu-icon-md-arrow-back:before {
  content: "\F33A";
}
.ivu-icon-md-arrow-down:before {
  content: "\F33B";
}
.ivu-icon-md-arrow-dropdown-circle:before {
  content: "\F33C";
}
.ivu-icon-md-arrow-dropdown:before {
  content: "\F33D";
}
.ivu-icon-md-arrow-dropleft-circle:before {
  content: "\F33E";
}
.ivu-icon-md-arrow-dropleft:before {
  content: "\F33F";
}
.ivu-icon-md-arrow-dropright-circle:before {
  content: "\F340";
}
.ivu-icon-md-arrow-dropright:before {
  content: "\F341";
}
.ivu-icon-md-arrow-dropup-circle:before {
  content: "\F342";
}
.ivu-icon-md-arrow-dropup:before {
  content: "\F343";
}
.ivu-icon-md-arrow-forward:before {
  content: "\F344";
}
.ivu-icon-md-arrow-round-back:before {
  content: "\F345";
}
.ivu-icon-md-arrow-round-down:before {
  content: "\F346";
}
.ivu-icon-md-arrow-round-forward:before {
  content: "\F347";
}
.ivu-icon-md-arrow-round-up:before {
  content: "\F348";
}
.ivu-icon-md-arrow-up:before {
  content: "\F349";
}
.ivu-icon-md-at:before {
  content: "\F34A";
}
.ivu-icon-md-attach:before {
  content: "\F34B";
}
.ivu-icon-md-backspace:before {
  content: "\F34C";
}
.ivu-icon-md-barcode:before {
  content: "\F34D";
}
.ivu-icon-md-baseball:before {
  content: "\F34E";
}
.ivu-icon-md-basket:before {
  content: "\F34F";
}
.ivu-icon-md-basketball:before {
  content: "\F350";
}
.ivu-icon-md-battery-charging:before {
  content: "\F351";
}
.ivu-icon-md-battery-dead:before {
  content: "\F352";
}
.ivu-icon-md-battery-full:before {
  content: "\F353";
}
.ivu-icon-md-beaker:before {
  content: "\F354";
}
.ivu-icon-md-beer:before {
  content: "\F355";
}
.ivu-icon-md-bicycle:before {
  content: "\F356";
}
.ivu-icon-md-bluetooth:before {
  content: "\F357";
}
.ivu-icon-md-boat:before {
  content: "\F358";
}
.ivu-icon-md-body:before {
  content: "\F359";
}
.ivu-icon-md-bonfire:before {
  content: "\F35A";
}
.ivu-icon-md-book:before {
  content: "\F35B";
}
.ivu-icon-md-bookmark:before {
  content: "\F35C";
}
.ivu-icon-md-bookmarks:before {
  content: "\F35D";
}
.ivu-icon-md-bowtie:before {
  content: "\F35E";
}
.ivu-icon-md-briefcase:before {
  content: "\F35F";
}
.ivu-icon-md-browsers:before {
  content: "\F360";
}
.ivu-icon-md-brush:before {
  content: "\F361";
}
.ivu-icon-md-bug:before {
  content: "\F362";
}
.ivu-icon-md-build:before {
  content: "\F363";
}
.ivu-icon-md-bulb:before {
  content: "\F364";
}
.ivu-icon-md-bus:before {
  content: "\F365";
}
.ivu-icon-md-cafe:before {
  content: "\F366";
}
.ivu-icon-md-calculator:before {
  content: "\F367";
}
.ivu-icon-md-calendar:before {
  content: "\F368";
}
.ivu-icon-md-call:before {
  content: "\F369";
}
.ivu-icon-md-camera:before {
  content: "\F36A";
}
.ivu-icon-md-car:before {
  content: "\F36B";
}
.ivu-icon-md-card:before {
  content: "\F36C";
}
.ivu-icon-md-cart:before {
  content: "\F36D";
}
.ivu-icon-md-cash:before {
  content: "\F36E";
}
.ivu-icon-md-chatboxes:before {
  content: "\F36F";
}
.ivu-icon-md-chatbubbles:before {
  content: "\F370";
}
.ivu-icon-md-checkbox-outline:before {
  content: "\F371";
}
.ivu-icon-md-checkbox:before {
  content: "\F372";
}
.ivu-icon-md-checkmark-circle-outline:before {
  content: "\F373";
}
.ivu-icon-md-checkmark-circle:before {
  content: "\F374";
}
.ivu-icon-md-checkmark:before {
  content: "\F375";
}
.ivu-icon-md-clipboard:before {
  content: "\F376";
}
.ivu-icon-md-clock:before {
  content: "\F377";
}
.ivu-icon-md-close-circle:before {
  content: "\F378";
}
.ivu-icon-md-close:before {
  content: "\F379";
}
.ivu-icon-md-closed-captioning:before {
  content: "\F37A";
}
.ivu-icon-md-cloud-circle:before {
  content: "\F37B";
}
.ivu-icon-md-cloud-done:before {
  content: "\F37C";
}
.ivu-icon-md-cloud-download:before {
  content: "\F37D";
}
.ivu-icon-md-cloud-outline:before {
  content: "\F37E";
}
.ivu-icon-md-cloud-upload:before {
  content: "\F37F";
}
.ivu-icon-md-cloud:before {
  content: "\F380";
}
.ivu-icon-md-cloudy-night:before {
  content: "\F381";
}
.ivu-icon-md-cloudy:before {
  content: "\F382";
}
.ivu-icon-md-code-download:before {
  content: "\F383";
}
.ivu-icon-md-code-working:before {
  content: "\F384";
}
.ivu-icon-md-code:before {
  content: "\F385";
}
.ivu-icon-md-cog:before {
  content: "\F386";
}
.ivu-icon-md-color-fill:before {
  content: "\F387";
}
.ivu-icon-md-color-filter:before {
  content: "\F388";
}
.ivu-icon-md-color-palette:before {
  content: "\F389";
}
.ivu-icon-md-color-wand:before {
  content: "\F38A";
}
.ivu-icon-md-compass:before {
  content: "\F38B";
}
.ivu-icon-md-construct:before {
  content: "\F38C";
}
.ivu-icon-md-contact:before {
  content: "\F38D";
}
.ivu-icon-md-contacts:before {
  content: "\F38E";
}
.ivu-icon-md-contract:before {
  content: "\F38F";
}
.ivu-icon-md-contrast:before {
  content: "\F390";
}
.ivu-icon-md-copy:before {
  content: "\F391";
}
.ivu-icon-md-create:before {
  content: "\F392";
}
.ivu-icon-md-crop:before {
  content: "\F393";
}
.ivu-icon-md-cube:before {
  content: "\F394";
}
.ivu-icon-md-cut:before {
  content: "\F395";
}
.ivu-icon-md-desktop:before {
  content: "\F396";
}
.ivu-icon-md-disc:before {
  content: "\F397";
}
.ivu-icon-md-document:before {
  content: "\F398";
}
.ivu-icon-md-done-all:before {
  content: "\F399";
}
.ivu-icon-md-download:before {
  content: "\F39A";
}
.ivu-icon-md-easel:before {
  content: "\F39B";
}
.ivu-icon-md-egg:before {
  content: "\F39C";
}
.ivu-icon-md-exit:before {
  content: "\F39D";
}
.ivu-icon-md-expand:before {
  content: "\F39E";
}
.ivu-icon-md-eye-off:before {
  content: "\F39F";
}
.ivu-icon-md-eye:before {
  content: "\F3A0";
}
.ivu-icon-md-fastforward:before {
  content: "\F3A1";
}
.ivu-icon-md-female:before {
  content: "\F3A2";
}
.ivu-icon-md-filing:before {
  content: "\F3A3";
}
.ivu-icon-md-film:before {
  content: "\F3A4";
}
.ivu-icon-md-finger-print:before {
  content: "\F3A5";
}
.ivu-icon-md-flag:before {
  content: "\F3A6";
}
.ivu-icon-md-flame:before {
  content: "\F3A7";
}
.ivu-icon-md-flash:before {
  content: "\F3A8";
}
.ivu-icon-md-flask:before {
  content: "\F3A9";
}
.ivu-icon-md-flower:before {
  content: "\F3AA";
}
.ivu-icon-md-folder-open:before {
  content: "\F3AB";
}
.ivu-icon-md-folder:before {
  content: "\F3AC";
}
.ivu-icon-md-football:before {
  content: "\F3AD";
}
.ivu-icon-md-funnel:before {
  content: "\F3AE";
}
.ivu-icon-md-game-controller-a:before {
  content: "\F3AF";
}
.ivu-icon-md-game-controller-b:before {
  content: "\F3B0";
}
.ivu-icon-md-git-branch:before {
  content: "\F3B1";
}
.ivu-icon-md-git-commit:before {
  content: "\F3B2";
}
.ivu-icon-md-git-compare:before {
  content: "\F3B3";
}
.ivu-icon-md-git-merge:before {
  content: "\F3B4";
}
.ivu-icon-md-git-network:before {
  content: "\F3B5";
}
.ivu-icon-md-git-pull-request:before {
  content: "\F3B6";
}
.ivu-icon-md-glasses:before {
  content: "\F3B7";
}
.ivu-icon-md-globe:before {
  content: "\F3B8";
}
.ivu-icon-md-grid:before {
  content: "\F3B9";
}
.ivu-icon-md-hammer:before {
  content: "\F3BA";
}
.ivu-icon-md-hand:before {
  content: "\F3BB";
}
.ivu-icon-md-happy:before {
  content: "\F3BC";
}
.ivu-icon-md-headset:before {
  content: "\F3BD";
}
.ivu-icon-md-heart-outline:before {
  content: "\F3BE";
}
.ivu-icon-md-heart:before {
  content: "\F3BF";
}
.ivu-icon-md-help-buoy:before {
  content: "\F3C0";
}
.ivu-icon-md-help-circle:before {
  content: "\F3C1";
}
.ivu-icon-md-help:before {
  content: "\F3C2";
}
.ivu-icon-md-home:before {
  content: "\F3C3";
}
.ivu-icon-md-ice-cream:before {
  content: "\F3C4";
}
.ivu-icon-md-image:before {
  content: "\F3C5";
}
.ivu-icon-md-images:before {
  content: "\F3C6";
}
.ivu-icon-md-infinite:before {
  content: "\F3C7";
}
.ivu-icon-md-information-circle:before {
  content: "\F3C8";
}
.ivu-icon-md-information:before {
  content: "\F3C9";
}
.ivu-icon-md-ionic:before {
  content: "\F3CA";
}
.ivu-icon-md-ionitron:before {
  content: "\F3CB";
}
.ivu-icon-md-jet:before {
  content: "\F3CC";
}
.ivu-icon-md-key:before {
  content: "\F3CD";
}
.ivu-icon-md-keypad:before {
  content: "\F3CE";
}
.ivu-icon-md-laptop:before {
  content: "\F3CF";
}
.ivu-icon-md-leaf:before {
  content: "\F3D0";
}
.ivu-icon-md-link:before {
  content: "\F3D1";
}
.ivu-icon-md-list-box:before {
  content: "\F3D2";
}
.ivu-icon-md-list:before {
  content: "\F3D3";
}
.ivu-icon-md-locate:before {
  content: "\F3D4";
}
.ivu-icon-md-lock:before {
  content: "\F3D5";
}
.ivu-icon-md-log-in:before {
  content: "\F3D6";
}
.ivu-icon-md-log-out:before {
  content: "\F3D7";
}
.ivu-icon-md-magnet:before {
  content: "\F3D8";
}
.ivu-icon-md-mail-open:before {
  content: "\F3D9";
}
.ivu-icon-md-mail:before {
  content: "\F3DA";
}
.ivu-icon-md-male:before {
  content: "\F3DB";
}
.ivu-icon-md-man:before {
  content: "\F3DC";
}
.ivu-icon-md-map:before {
  content: "\F3DD";
}
.ivu-icon-md-medal:before {
  content: "\F3DE";
}
.ivu-icon-md-medical:before {
  content: "\F3DF";
}
.ivu-icon-md-medkit:before {
  content: "\F3E0";
}
.ivu-icon-md-megaphone:before {
  content: "\F3E1";
}
.ivu-icon-md-menu:before {
  content: "\F3E2";
}
.ivu-icon-md-mic-off:before {
  content: "\F3E3";
}
.ivu-icon-md-mic:before {
  content: "\F3E4";
}
.ivu-icon-md-microphone:before {
  content: "\F3E5";
}
.ivu-icon-md-moon:before {
  content: "\F3E6";
}
.ivu-icon-md-more:before {
  content: "\F3E7";
}
.ivu-icon-md-move:before {
  content: "\F3E8";
}
.ivu-icon-md-musical-note:before {
  content: "\F3E9";
}
.ivu-icon-md-musical-notes:before {
  content: "\F3EA";
}
.ivu-icon-md-navigate:before {
  content: "\F3EB";
}
.ivu-icon-md-no-smoking:before {
  content: "\F3EC";
}
.ivu-icon-md-notifications-off:before {
  content: "\F3ED";
}
.ivu-icon-md-notifications-outline:before {
  content: "\F3EE";
}
.ivu-icon-md-notifications:before {
  content: "\F3EF";
}
.ivu-icon-md-nuclear:before {
  content: "\F3F0";
}
.ivu-icon-md-nutrition:before {
  content: "\F3F1";
}
.ivu-icon-md-open:before {
  content: "\F3F2";
}
.ivu-icon-md-options:before {
  content: "\F3F3";
}
.ivu-icon-md-outlet:before {
  content: "\F3F4";
}
.ivu-icon-md-paper-plane:before {
  content: "\F3F5";
}
.ivu-icon-md-paper:before {
  content: "\F3F6";
}
.ivu-icon-md-partly-sunny:before {
  content: "\F3F7";
}
.ivu-icon-md-pause:before {
  content: "\F3F8";
}
.ivu-icon-md-paw:before {
  content: "\F3F9";
}
.ivu-icon-md-people:before {
  content: "\F3FA";
}
.ivu-icon-md-person-add:before {
  content: "\F3FB";
}
.ivu-icon-md-person:before {
  content: "\F3FC";
}
.ivu-icon-md-phone-landscape:before {
  content: "\F3FD";
}
.ivu-icon-md-phone-portrait:before {
  content: "\F3FE";
}
.ivu-icon-md-photos:before {
  content: "\F3FF";
}
.ivu-icon-md-pie:before {
  content: "\F400";
}
.ivu-icon-md-pin:before {
  content: "\F401";
}
.ivu-icon-md-pint:before {
  content: "\F402";
}
.ivu-icon-md-pizza:before {
  content: "\F403";
}
.ivu-icon-md-plane:before {
  content: "\F404";
}
.ivu-icon-md-planet:before {
  content: "\F405";
}
.ivu-icon-md-play:before {
  content: "\F406";
}
.ivu-icon-md-podium:before {
  content: "\F407";
}
.ivu-icon-md-power:before {
  content: "\F408";
}
.ivu-icon-md-pricetag:before {
  content: "\F409";
}
.ivu-icon-md-pricetags:before {
  content: "\F40A";
}
.ivu-icon-md-print:before {
  content: "\F40B";
}
.ivu-icon-md-pulse:before {
  content: "\F40C";
}
.ivu-icon-md-qr-scanner:before {
  content: "\F40D";
}
.ivu-icon-md-quote:before {
  content: "\F40E";
}
.ivu-icon-md-radio-button-off:before {
  content: "\F40F";
}
.ivu-icon-md-radio-button-on:before {
  content: "\F410";
}
.ivu-icon-md-radio:before {
  content: "\F411";
}
.ivu-icon-md-rainy:before {
  content: "\F412";
}
.ivu-icon-md-recording:before {
  content: "\F413";
}
.ivu-icon-md-redo:before {
  content: "\F414";
}
.ivu-icon-md-refresh-circle:before {
  content: "\F415";
}
.ivu-icon-md-refresh:before {
  content: "\F416";
}
.ivu-icon-md-remove-circle:before {
  content: "\F417";
}
.ivu-icon-md-remove:before {
  content: "\F418";
}
.ivu-icon-md-reorder:before {
  content: "\F419";
}
.ivu-icon-md-repeat:before {
  content: "\F41A";
}
.ivu-icon-md-resize:before {
  content: "\F41B";
}
.ivu-icon-md-restaurant:before {
  content: "\F41C";
}
.ivu-icon-md-return-left:before {
  content: "\F41D";
}
.ivu-icon-md-return-right:before {
  content: "\F41E";
}
.ivu-icon-md-reverse-camera:before {
  content: "\F41F";
}
.ivu-icon-md-rewind:before {
  content: "\F420";
}
.ivu-icon-md-ribbon:before {
  content: "\F421";
}
.ivu-icon-md-rose:before {
  content: "\F422";
}
.ivu-icon-md-sad:before {
  content: "\F423";
}
.ivu-icon-md-school:before {
  content: "\F424";
}
.ivu-icon-md-search:before {
  content: "\F425";
}
.ivu-icon-md-send:before {
  content: "\F426";
}
.ivu-icon-md-settings:before {
  content: "\F427";
}
.ivu-icon-md-share-alt:before {
  content: "\F428";
}
.ivu-icon-md-share:before {
  content: "\F429";
}
.ivu-icon-md-shirt:before {
  content: "\F42A";
}
.ivu-icon-md-shuffle:before {
  content: "\F42B";
}
.ivu-icon-md-skip-backward:before {
  content: "\F42C";
}
.ivu-icon-md-skip-forward:before {
  content: "\F42D";
}
.ivu-icon-md-snow:before {
  content: "\F42E";
}
.ivu-icon-md-speedometer:before {
  content: "\F42F";
}
.ivu-icon-md-square-outline:before {
  content: "\F430";
}
.ivu-icon-md-square:before {
  content: "\F431";
}
.ivu-icon-md-star-half:before {
  content: "\F432";
}
.ivu-icon-md-star-outline:before {
  content: "\F433";
}
.ivu-icon-md-star:before {
  content: "\F434";
}
.ivu-icon-md-stats:before {
  content: "\F435";
}
.ivu-icon-md-stopwatch:before {
  content: "\F436";
}
.ivu-icon-md-subway:before {
  content: "\F437";
}
.ivu-icon-md-sunny:before {
  content: "\F438";
}
.ivu-icon-md-swap:before {
  content: "\F439";
}
.ivu-icon-md-switch:before {
  content: "\F43A";
}
.ivu-icon-md-sync:before {
  content: "\F43B";
}
.ivu-icon-md-tablet-landscape:before {
  content: "\F43C";
}
.ivu-icon-md-tablet-portrait:before {
  content: "\F43D";
}
.ivu-icon-md-tennisball:before {
  content: "\F43E";
}
.ivu-icon-md-text:before {
  content: "\F43F";
}
.ivu-icon-md-thermometer:before {
  content: "\F440";
}
.ivu-icon-md-thumbs-down:before {
  content: "\F441";
}
.ivu-icon-md-thumbs-up:before {
  content: "\F442";
}
.ivu-icon-md-thunderstorm:before {
  content: "\F443";
}
.ivu-icon-md-time:before {
  content: "\F444";
}
.ivu-icon-md-timer:before {
  content: "\F445";
}
.ivu-icon-md-train:before {
  content: "\F446";
}
.ivu-icon-md-transgender:before {
  content: "\F447";
}
.ivu-icon-md-trash:before {
  content: "\F448";
}
.ivu-icon-md-trending-down:before {
  content: "\F449";
}
.ivu-icon-md-trending-up:before {
  content: "\F44A";
}
.ivu-icon-md-trophy:before {
  content: "\F44B";
}
.ivu-icon-md-umbrella:before {
  content: "\F44C";
}
.ivu-icon-md-undo:before {
  content: "\F44D";
}
.ivu-icon-md-unlock:before {
  content: "\F44E";
}
.ivu-icon-md-videocam:before {
  content: "\F44F";
}
.ivu-icon-md-volume-down:before {
  content: "\F450";
}
.ivu-icon-md-volume-mute:before {
  content: "\F451";
}
.ivu-icon-md-volume-off:before {
  content: "\F452";
}
.ivu-icon-md-volume-up:before {
  content: "\F453";
}
.ivu-icon-md-walk:before {
  content: "\F454";
}
.ivu-icon-md-warning:before {
  content: "\F455";
}
.ivu-icon-md-watch:before {
  content: "\F456";
}
.ivu-icon-md-water:before {
  content: "\F457";
}
.ivu-icon-md-wifi:before {
  content: "\F458";
}
.ivu-icon-md-wine:before {
  content: "\F459";
}
.ivu-icon-md-woman:before {
  content: "\F45A";
}
.ivu-icon-ios-loading:before {
  content: "\F45B";
}
.ivu-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ivu-row:after,
.ivu-row:before {
  content: "";
  display: table;
}
.ivu-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ivu-row-flex:after,
.ivu-row-flex:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ivu-row-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ivu-row-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ivu-row-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ivu-row-flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ivu-row-flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ivu-row-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ivu-row-flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ivu-row-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ivu-col {
  position: relative;
  display: block;
}
.ivu-col-span-1,
.ivu-col-span-10,
.ivu-col-span-11,
.ivu-col-span-12,
.ivu-col-span-13,
.ivu-col-span-14,
.ivu-col-span-15,
.ivu-col-span-16,
.ivu-col-span-17,
.ivu-col-span-18,
.ivu-col-span-19,
.ivu-col-span-2,
.ivu-col-span-20,
.ivu-col-span-21,
.ivu-col-span-22,
.ivu-col-span-23,
.ivu-col-span-24,
.ivu-col-span-3,
.ivu-col-span-4,
.ivu-col-span-5,
.ivu-col-span-6,
.ivu-col-span-7,
.ivu-col-span-8,
.ivu-col-span-9 {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ivu-col-span-24 {
  display: block;
  width: 100%;
}
.ivu-col-push-24 {
  left: 100%;
}
.ivu-col-pull-24 {
  right: 100%;
}
.ivu-col-offset-24 {
  margin-left: 100%;
}
.ivu-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}
.ivu-col-span-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-push-23 {
  left: 95.83333333%;
}
.ivu-col-pull-23 {
  right: 95.83333333%;
}
.ivu-col-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23;
}
.ivu-col-span-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-push-22 {
  left: 91.66666667%;
}
.ivu-col-pull-22 {
  right: 91.66666667%;
}
.ivu-col-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}
.ivu-col-span-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-push-21 {
  left: 87.5%;
}
.ivu-col-pull-21 {
  right: 87.5%;
}
.ivu-col-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21;
}
.ivu-col-span-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-push-20 {
  left: 83.33333333%;
}
.ivu-col-pull-20 {
  right: 83.33333333%;
}
.ivu-col-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.ivu-col-span-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-push-19 {
  left: 79.16666667%;
}
.ivu-col-pull-19 {
  right: 79.16666667%;
}
.ivu-col-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19;
}
.ivu-col-span-18 {
  display: block;
  width: 75%;
}
.ivu-col-push-18 {
  left: 75%;
}
.ivu-col-pull-18 {
  right: 75%;
}
.ivu-col-offset-18 {
  margin-left: 75%;
}
.ivu-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18;
}
.ivu-col-span-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-push-17 {
  left: 70.83333333%;
}
.ivu-col-pull-17 {
  right: 70.83333333%;
}
.ivu-col-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}
.ivu-col-span-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-push-16 {
  left: 66.66666667%;
}
.ivu-col-pull-16 {
  right: 66.66666667%;
}
.ivu-col-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}
.ivu-col-span-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-push-15 {
  left: 62.5%;
}
.ivu-col-pull-15 {
  right: 62.5%;
}
.ivu-col-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.ivu-col-span-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-push-14 {
  left: 58.33333333%;
}
.ivu-col-pull-14 {
  right: 58.33333333%;
}
.ivu-col-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}
.ivu-col-span-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-push-13 {
  left: 54.16666667%;
}
.ivu-col-pull-13 {
  right: 54.16666667%;
}
.ivu-col-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.ivu-col-span-12 {
  display: block;
  width: 50%;
}
.ivu-col-push-12 {
  left: 50%;
}
.ivu-col-pull-12 {
  right: 50%;
}
.ivu-col-offset-12 {
  margin-left: 50%;
}
.ivu-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.ivu-col-span-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-push-11 {
  left: 45.83333333%;
}
.ivu-col-pull-11 {
  right: 45.83333333%;
}
.ivu-col-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.ivu-col-span-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-push-10 {
  left: 41.66666667%;
}
.ivu-col-pull-10 {
  right: 41.66666667%;
}
.ivu-col-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.ivu-col-span-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-push-9 {
  left: 37.5%;
}
.ivu-col-pull-9 {
  right: 37.5%;
}
.ivu-col-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.ivu-col-span-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-push-8 {
  left: 33.33333333%;
}
.ivu-col-pull-8 {
  right: 33.33333333%;
}
.ivu-col-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.ivu-col-span-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-push-7 {
  left: 29.16666667%;
}
.ivu-col-pull-7 {
  right: 29.16666667%;
}
.ivu-col-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.ivu-col-span-6 {
  display: block;
  width: 25%;
}
.ivu-col-push-6 {
  left: 25%;
}
.ivu-col-pull-6 {
  right: 25%;
}
.ivu-col-offset-6 {
  margin-left: 25%;
}
.ivu-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.ivu-col-span-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-push-5 {
  left: 20.83333333%;
}
.ivu-col-pull-5 {
  right: 20.83333333%;
}
.ivu-col-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.ivu-col-span-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-push-4 {
  left: 16.66666667%;
}
.ivu-col-pull-4 {
  right: 16.66666667%;
}
.ivu-col-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.ivu-col-span-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-push-3 {
  left: 12.5%;
}
.ivu-col-pull-3 {
  right: 12.5%;
}
.ivu-col-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ivu-col-span-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-push-2 {
  left: 8.33333333%;
}
.ivu-col-pull-2 {
  right: 8.33333333%;
}
.ivu-col-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ivu-col-span-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-push-1 {
  left: 4.16666667%;
}
.ivu-col-pull-1 {
  right: 4.16666667%;
}
.ivu-col-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ivu-col-span-0 {
  display: none;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-offset-0 {
  margin-left: 0;
}
.ivu-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.ivu-col-span-xs-1,
.ivu-col-span-xs-10,
.ivu-col-span-xs-11,
.ivu-col-span-xs-12,
.ivu-col-span-xs-13,
.ivu-col-span-xs-14,
.ivu-col-span-xs-15,
.ivu-col-span-xs-16,
.ivu-col-span-xs-17,
.ivu-col-span-xs-18,
.ivu-col-span-xs-19,
.ivu-col-span-xs-2,
.ivu-col-span-xs-20,
.ivu-col-span-xs-21,
.ivu-col-span-xs-22,
.ivu-col-span-xs-23,
.ivu-col-span-xs-24,
.ivu-col-span-xs-3,
.ivu-col-span-xs-4,
.ivu-col-span-xs-5,
.ivu-col-span-xs-6,
.ivu-col-span-xs-7,
.ivu-col-span-xs-8,
.ivu-col-span-xs-9 {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ivu-col-span-xs-24 {
  display: block;
  width: 100%;
}
.ivu-col-xs-push-24 {
  left: 100%;
}
.ivu-col-xs-pull-24 {
  right: 100%;
}
.ivu-col-xs-offset-24 {
  margin-left: 100%;
}
.ivu-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24;
}
.ivu-col-span-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-xs-push-23 {
  left: 95.83333333%;
}
.ivu-col-xs-pull-23 {
  right: 95.83333333%;
}
.ivu-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23;
}
.ivu-col-span-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-xs-push-22 {
  left: 91.66666667%;
}
.ivu-col-xs-pull-22 {
  right: 91.66666667%;
}
.ivu-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22;
}
.ivu-col-span-xs-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-xs-push-21 {
  left: 87.5%;
}
.ivu-col-xs-pull-21 {
  right: 87.5%;
}
.ivu-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21;
}
.ivu-col-span-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-xs-push-20 {
  left: 83.33333333%;
}
.ivu-col-xs-pull-20 {
  right: 83.33333333%;
}
.ivu-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.ivu-col-span-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-xs-push-19 {
  left: 79.16666667%;
}
.ivu-col-xs-pull-19 {
  right: 79.16666667%;
}
.ivu-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19;
}
.ivu-col-span-xs-18 {
  display: block;
  width: 75%;
}
.ivu-col-xs-push-18 {
  left: 75%;
}
.ivu-col-xs-pull-18 {
  right: 75%;
}
.ivu-col-xs-offset-18 {
  margin-left: 75%;
}
.ivu-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18;
}
.ivu-col-span-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-xs-push-17 {
  left: 70.83333333%;
}
.ivu-col-xs-pull-17 {
  right: 70.83333333%;
}
.ivu-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17;
}
.ivu-col-span-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-xs-push-16 {
  left: 66.66666667%;
}
.ivu-col-xs-pull-16 {
  right: 66.66666667%;
}
.ivu-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}
.ivu-col-span-xs-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-xs-push-15 {
  left: 62.5%;
}
.ivu-col-xs-pull-15 {
  right: 62.5%;
}
.ivu-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.ivu-col-span-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-xs-push-14 {
  left: 58.33333333%;
}
.ivu-col-xs-pull-14 {
  right: 58.33333333%;
}
.ivu-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}
.ivu-col-span-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-xs-push-13 {
  left: 54.16666667%;
}
.ivu-col-xs-pull-13 {
  right: 54.16666667%;
}
.ivu-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.ivu-col-span-xs-12 {
  display: block;
  width: 50%;
}
.ivu-col-xs-push-12 {
  left: 50%;
}
.ivu-col-xs-pull-12 {
  right: 50%;
}
.ivu-col-xs-offset-12 {
  margin-left: 50%;
}
.ivu-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.ivu-col-span-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-xs-push-11 {
  left: 45.83333333%;
}
.ivu-col-xs-pull-11 {
  right: 45.83333333%;
}
.ivu-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.ivu-col-span-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-xs-push-10 {
  left: 41.66666667%;
}
.ivu-col-xs-pull-10 {
  right: 41.66666667%;
}
.ivu-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.ivu-col-span-xs-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-xs-push-9 {
  left: 37.5%;
}
.ivu-col-xs-pull-9 {
  right: 37.5%;
}
.ivu-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.ivu-col-span-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-xs-push-8 {
  left: 33.33333333%;
}
.ivu-col-xs-pull-8 {
  right: 33.33333333%;
}
.ivu-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.ivu-col-span-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-xs-push-7 {
  left: 29.16666667%;
}
.ivu-col-xs-pull-7 {
  right: 29.16666667%;
}
.ivu-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.ivu-col-span-xs-6 {
  display: block;
  width: 25%;
}
.ivu-col-xs-push-6 {
  left: 25%;
}
.ivu-col-xs-pull-6 {
  right: 25%;
}
.ivu-col-xs-offset-6 {
  margin-left: 25%;
}
.ivu-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.ivu-col-span-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-xs-push-5 {
  left: 20.83333333%;
}
.ivu-col-xs-pull-5 {
  right: 20.83333333%;
}
.ivu-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.ivu-col-span-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-xs-push-4 {
  left: 16.66666667%;
}
.ivu-col-xs-pull-4 {
  right: 16.66666667%;
}
.ivu-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.ivu-col-span-xs-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-xs-push-3 {
  left: 12.5%;
}
.ivu-col-xs-pull-3 {
  right: 12.5%;
}
.ivu-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ivu-col-span-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-xs-push-2 {
  left: 8.33333333%;
}
.ivu-col-xs-pull-2 {
  right: 8.33333333%;
}
.ivu-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ivu-col-span-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-xs-push-1 {
  left: 4.16666667%;
}
.ivu-col-xs-pull-1 {
  right: 4.16666667%;
}
.ivu-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ivu-col-span-xs-0 {
  display: none;
}
.ivu-col-xs-push-0 {
  left: auto;
}
.ivu-col-xs-pull-0 {
  right: auto;
}
.ivu-col-xs-offset-0 {
  margin-left: 0;
}
.ivu-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 576px) {
  .ivu-col-span-sm-1,
  .ivu-col-span-sm-10,
  .ivu-col-span-sm-11,
  .ivu-col-span-sm-12,
  .ivu-col-span-sm-13,
  .ivu-col-span-sm-14,
  .ivu-col-span-sm-15,
  .ivu-col-span-sm-16,
  .ivu-col-span-sm-17,
  .ivu-col-span-sm-18,
  .ivu-col-span-sm-19,
  .ivu-col-span-sm-2,
  .ivu-col-span-sm-20,
  .ivu-col-span-sm-21,
  .ivu-col-span-sm-22,
  .ivu-col-span-sm-23,
  .ivu-col-span-sm-24,
  .ivu-col-span-sm-3,
  .ivu-col-span-sm-4,
  .ivu-col-span-sm-5,
  .ivu-col-span-sm-6,
  .ivu-col-span-sm-7,
  .ivu-col-span-sm-8,
  .ivu-col-span-sm-9 {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ivu-col-span-sm-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-sm-push-24 {
    left: 100%;
  }
  .ivu-col-sm-pull-24 {
    right: 100%;
  }
  .ivu-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .ivu-col-span-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .ivu-col-span-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .ivu-col-span-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-sm-push-21 {
    left: 87.5%;
  }
  .ivu-col-sm-pull-21 {
    right: 87.5%;
  }
  .ivu-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .ivu-col-span-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .ivu-col-span-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .ivu-col-span-sm-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-sm-push-18 {
    left: 75%;
  }
  .ivu-col-sm-pull-18 {
    right: 75%;
  }
  .ivu-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .ivu-col-span-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .ivu-col-span-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .ivu-col-span-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-sm-push-15 {
    left: 62.5%;
  }
  .ivu-col-sm-pull-15 {
    right: 62.5%;
  }
  .ivu-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .ivu-col-span-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .ivu-col-span-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .ivu-col-span-sm-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-sm-push-12 {
    left: 50%;
  }
  .ivu-col-sm-pull-12 {
    right: 50%;
  }
  .ivu-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .ivu-col-span-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ivu-col-span-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ivu-col-span-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-sm-push-9 {
    left: 37.5%;
  }
  .ivu-col-sm-pull-9 {
    right: 37.5%;
  }
  .ivu-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ivu-col-span-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ivu-col-span-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ivu-col-span-sm-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-sm-push-6 {
    left: 25%;
  }
  .ivu-col-sm-pull-6 {
    right: 25%;
  }
  .ivu-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ivu-col-span-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ivu-col-span-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ivu-col-span-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-sm-push-3 {
    left: 12.5%;
  }
  .ivu-col-sm-pull-3 {
    right: 12.5%;
  }
  .ivu-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ivu-col-span-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ivu-col-span-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ivu-col-span-sm-0 {
    display: none;
  }
  .ivu-col-sm-push-0 {
    left: auto;
  }
  .ivu-col-sm-pull-0 {
    right: auto;
  }
  .ivu-col-sm-offset-0 {
    margin-left: 0;
  }
  .ivu-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 768px) {
  .ivu-col-span-md-1,
  .ivu-col-span-md-10,
  .ivu-col-span-md-11,
  .ivu-col-span-md-12,
  .ivu-col-span-md-13,
  .ivu-col-span-md-14,
  .ivu-col-span-md-15,
  .ivu-col-span-md-16,
  .ivu-col-span-md-17,
  .ivu-col-span-md-18,
  .ivu-col-span-md-19,
  .ivu-col-span-md-2,
  .ivu-col-span-md-20,
  .ivu-col-span-md-21,
  .ivu-col-span-md-22,
  .ivu-col-span-md-23,
  .ivu-col-span-md-24,
  .ivu-col-span-md-3,
  .ivu-col-span-md-4,
  .ivu-col-span-md-5,
  .ivu-col-span-md-6,
  .ivu-col-span-md-7,
  .ivu-col-span-md-8,
  .ivu-col-span-md-9 {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ivu-col-span-md-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-md-push-24 {
    left: 100%;
  }
  .ivu-col-md-pull-24 {
    right: 100%;
  }
  .ivu-col-md-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .ivu-col-span-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-md-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .ivu-col-span-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-md-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .ivu-col-span-md-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-md-push-21 {
    left: 87.5%;
  }
  .ivu-col-md-pull-21 {
    right: 87.5%;
  }
  .ivu-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .ivu-col-span-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-md-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .ivu-col-span-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-md-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .ivu-col-span-md-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-md-push-18 {
    left: 75%;
  }
  .ivu-col-md-pull-18 {
    right: 75%;
  }
  .ivu-col-md-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .ivu-col-span-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-md-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .ivu-col-span-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-md-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .ivu-col-span-md-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-md-push-15 {
    left: 62.5%;
  }
  .ivu-col-md-pull-15 {
    right: 62.5%;
  }
  .ivu-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .ivu-col-span-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-md-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .ivu-col-span-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-md-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .ivu-col-span-md-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-md-push-12 {
    left: 50%;
  }
  .ivu-col-md-pull-12 {
    right: 50%;
  }
  .ivu-col-md-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .ivu-col-span-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-md-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ivu-col-span-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-md-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ivu-col-span-md-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-md-push-9 {
    left: 37.5%;
  }
  .ivu-col-md-pull-9 {
    right: 37.5%;
  }
  .ivu-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ivu-col-span-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-md-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ivu-col-span-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-md-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ivu-col-span-md-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-md-push-6 {
    left: 25%;
  }
  .ivu-col-md-pull-6 {
    right: 25%;
  }
  .ivu-col-md-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ivu-col-span-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-md-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ivu-col-span-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-md-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ivu-col-span-md-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-md-push-3 {
    left: 12.5%;
  }
  .ivu-col-md-pull-3 {
    right: 12.5%;
  }
  .ivu-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ivu-col-span-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-md-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ivu-col-span-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-md-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ivu-col-span-md-0 {
    display: none;
  }
  .ivu-col-md-push-0 {
    left: auto;
  }
  .ivu-col-md-pull-0 {
    right: auto;
  }
  .ivu-col-md-offset-0 {
    margin-left: 0;
  }
  .ivu-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 992px) {
  .ivu-col-span-lg-1,
  .ivu-col-span-lg-10,
  .ivu-col-span-lg-11,
  .ivu-col-span-lg-12,
  .ivu-col-span-lg-13,
  .ivu-col-span-lg-14,
  .ivu-col-span-lg-15,
  .ivu-col-span-lg-16,
  .ivu-col-span-lg-17,
  .ivu-col-span-lg-18,
  .ivu-col-span-lg-19,
  .ivu-col-span-lg-2,
  .ivu-col-span-lg-20,
  .ivu-col-span-lg-21,
  .ivu-col-span-lg-22,
  .ivu-col-span-lg-23,
  .ivu-col-span-lg-24,
  .ivu-col-span-lg-3,
  .ivu-col-span-lg-4,
  .ivu-col-span-lg-5,
  .ivu-col-span-lg-6,
  .ivu-col-span-lg-7,
  .ivu-col-span-lg-8,
  .ivu-col-span-lg-9 {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ivu-col-span-lg-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-lg-push-24 {
    left: 100%;
  }
  .ivu-col-lg-pull-24 {
    right: 100%;
  }
  .ivu-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .ivu-col-span-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .ivu-col-span-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .ivu-col-span-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-lg-push-21 {
    left: 87.5%;
  }
  .ivu-col-lg-pull-21 {
    right: 87.5%;
  }
  .ivu-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .ivu-col-span-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .ivu-col-span-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .ivu-col-span-lg-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-lg-push-18 {
    left: 75%;
  }
  .ivu-col-lg-pull-18 {
    right: 75%;
  }
  .ivu-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .ivu-col-span-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .ivu-col-span-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .ivu-col-span-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-lg-push-15 {
    left: 62.5%;
  }
  .ivu-col-lg-pull-15 {
    right: 62.5%;
  }
  .ivu-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .ivu-col-span-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .ivu-col-span-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .ivu-col-span-lg-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-lg-push-12 {
    left: 50%;
  }
  .ivu-col-lg-pull-12 {
    right: 50%;
  }
  .ivu-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .ivu-col-span-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ivu-col-span-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ivu-col-span-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-lg-push-9 {
    left: 37.5%;
  }
  .ivu-col-lg-pull-9 {
    right: 37.5%;
  }
  .ivu-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ivu-col-span-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ivu-col-span-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ivu-col-span-lg-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-lg-push-6 {
    left: 25%;
  }
  .ivu-col-lg-pull-6 {
    right: 25%;
  }
  .ivu-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ivu-col-span-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ivu-col-span-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ivu-col-span-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-lg-push-3 {
    left: 12.5%;
  }
  .ivu-col-lg-pull-3 {
    right: 12.5%;
  }
  .ivu-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ivu-col-span-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ivu-col-span-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ivu-col-span-lg-0 {
    display: none;
  }
  .ivu-col-lg-push-0 {
    left: auto;
  }
  .ivu-col-lg-pull-0 {
    right: auto;
  }
  .ivu-col-lg-offset-0 {
    margin-left: 0;
  }
  .ivu-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ivu-col-span-xl-1,
  .ivu-col-span-xl-10,
  .ivu-col-span-xl-11,
  .ivu-col-span-xl-12,
  .ivu-col-span-xl-13,
  .ivu-col-span-xl-14,
  .ivu-col-span-xl-15,
  .ivu-col-span-xl-16,
  .ivu-col-span-xl-17,
  .ivu-col-span-xl-18,
  .ivu-col-span-xl-19,
  .ivu-col-span-xl-2,
  .ivu-col-span-xl-20,
  .ivu-col-span-xl-21,
  .ivu-col-span-xl-22,
  .ivu-col-span-xl-23,
  .ivu-col-span-xl-24,
  .ivu-col-span-xl-3,
  .ivu-col-span-xl-4,
  .ivu-col-span-xl-5,
  .ivu-col-span-xl-6,
  .ivu-col-span-xl-7,
  .ivu-col-span-xl-8,
  .ivu-col-span-xl-9 {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ivu-col-span-xl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xl-push-24 {
    left: 100%;
  }
  .ivu-col-xl-pull-24 {
    right: 100%;
  }
  .ivu-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .ivu-col-span-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .ivu-col-span-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .ivu-col-span-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .ivu-col-span-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .ivu-col-span-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .ivu-col-span-xl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xl-push-18 {
    left: 75%;
  }
  .ivu-col-xl-pull-18 {
    right: 75%;
  }
  .ivu-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .ivu-col-span-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .ivu-col-span-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .ivu-col-span-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .ivu-col-span-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .ivu-col-span-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .ivu-col-span-xl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xl-push-12 {
    left: 50%;
  }
  .ivu-col-xl-pull-12 {
    right: 50%;
  }
  .ivu-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .ivu-col-span-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ivu-col-span-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ivu-col-span-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ivu-col-span-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ivu-col-span-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ivu-col-span-xl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xl-push-6 {
    left: 25%;
  }
  .ivu-col-xl-pull-6 {
    right: 25%;
  }
  .ivu-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ivu-col-span-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ivu-col-span-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ivu-col-span-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ivu-col-span-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ivu-col-span-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ivu-col-span-xl-0 {
    display: none;
  }
  .ivu-col-xl-push-0 {
    left: auto;
  }
  .ivu-col-xl-pull-0 {
    right: auto;
  }
  .ivu-col-xl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ivu-col-span-xxl-1,
  .ivu-col-span-xxl-10,
  .ivu-col-span-xxl-11,
  .ivu-col-span-xxl-12,
  .ivu-col-span-xxl-13,
  .ivu-col-span-xxl-14,
  .ivu-col-span-xxl-15,
  .ivu-col-span-xxl-16,
  .ivu-col-span-xxl-17,
  .ivu-col-span-xxl-18,
  .ivu-col-span-xxl-19,
  .ivu-col-span-xxl-2,
  .ivu-col-span-xxl-20,
  .ivu-col-span-xxl-21,
  .ivu-col-span-xxl-22,
  .ivu-col-span-xxl-23,
  .ivu-col-span-xxl-24,
  .ivu-col-span-xxl-3,
  .ivu-col-span-xxl-4,
  .ivu-col-span-xxl-5,
  .ivu-col-span-xxl-6,
  .ivu-col-span-xxl-7,
  .ivu-col-span-xxl-8,
  .ivu-col-span-xxl-9 {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ivu-col-span-xxl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xxl-push-24 {
    left: 100%;
  }
  .ivu-col-xxl-pull-24 {
    right: 100%;
  }
  .ivu-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }
  .ivu-col-span-xxl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
  .ivu-col-span-xxl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }
  .ivu-col-span-xxl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xxl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }
  .ivu-col-span-xxl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .ivu-col-span-xxl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .ivu-col-span-xxl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xxl-push-18 {
    left: 75%;
  }
  .ivu-col-xxl-pull-18 {
    right: 75%;
  }
  .ivu-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .ivu-col-span-xxl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .ivu-col-span-xxl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .ivu-col-span-xxl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xxl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .ivu-col-span-xxl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .ivu-col-span-xxl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .ivu-col-span-xxl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xxl-push-12 {
    left: 50%;
  }
  .ivu-col-xxl-pull-12 {
    right: 50%;
  }
  .ivu-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .ivu-col-span-xxl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ivu-col-span-xxl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ivu-col-span-xxl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xxl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ivu-col-span-xxl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ivu-col-span-xxl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ivu-col-span-xxl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xxl-push-6 {
    left: 25%;
  }
  .ivu-col-xxl-pull-6 {
    right: 25%;
  }
  .ivu-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ivu-col-span-xxl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ivu-col-span-xxl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ivu-col-span-xxl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xxl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ivu-col-span-xxl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ivu-col-span-xxl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ivu-col-span-xxl-0 {
    display: none;
  }
  .ivu-col-xxl-push-0 {
    left: auto;
  }
  .ivu-col-xxl-pull-0 {
    right: auto;
  }
  .ivu-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.ivu-article h1 {
  font-size: 26px;
  font-weight: 400;
}
.ivu-article h2 {
  font-size: 20px;
  font-weight: 400;
}
.ivu-article h3 {
  font-size: 16px;
  font-weight: 400;
}
.ivu-article h4 {
  font-size: 14px;
  font-weight: 400;
}
.ivu-article h5 {
  font-size: 12px;
  font-weight: 400;
}
.ivu-article h6 {
  font-size: 12px;
  font-weight: 400;
}
.ivu-article blockquote {
  padding: 5px 5px 3px 10px;
  line-height: 1.5;
  border-left: 4px solid #ddd;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.ivu-article ul:not([class^=ivu-]) {
  padding-left: 40px;
  list-style-type: disc;
}
.ivu-article li:not([class^=ivu-]) {
  margin-bottom: 5px;
  font-size: 14px;
}
.ivu-article ol ul:not([class^=ivu-]),
.ivu-article ul ul:not([class^=ivu-]) {
  list-style-type: circle;
}
.ivu-article p {
  margin: 5px;
  font-size: 14px;
}
.ivu-article a:not([class^=ivu-])[target="_blank"]:after {
  content: "\F3F2";
  font-family: Ionicons;
  color: #aaa;
  margin-left: 3px;
}
.fade-appear,
.fade-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.fade-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.fade-appear,
.fade-enter-active {
  -webkit-animation-name: ivuFadeIn;
  animation-name: ivuFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.fade-leave-active {
  -webkit-animation-name: ivuFadeOut;
  animation-name: ivuFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.fade-appear,
.fade-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.fade-leave-active {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-appear,
.move-up-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-up-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-up-appear,
.move-up-enter-active {
  -webkit-animation-name: ivuMoveUpIn;
  animation-name: ivuMoveUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-up-leave-active {
  -webkit-animation-name: ivuMoveUpOut;
  animation-name: ivuMoveUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-up-appear,
.move-up-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-down-appear,
.move-down-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-down-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-down-appear,
.move-down-enter-active {
  -webkit-animation-name: ivuMoveDownIn;
  animation-name: ivuMoveDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-down-leave-active {
  -webkit-animation-name: ivuMoveDownOut;
  animation-name: ivuMoveDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-down-appear,
.move-down-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-left-appear,
.move-left-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-left-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-left-appear,
.move-left-enter-active {
  -webkit-animation-name: ivuMoveLeftIn;
  animation-name: ivuMoveLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-left-leave-active {
  -webkit-animation-name: ivuMoveLeftOut;
  animation-name: ivuMoveLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-left-appear,
.move-left-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-right-appear,
.move-right-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-right-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-right-appear,
.move-right-enter-active {
  -webkit-animation-name: ivuMoveRightIn;
  animation-name: ivuMoveRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-right-leave-active {
  -webkit-animation-name: ivuMoveRightOut;
  animation-name: ivuMoveRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-right-appear,
.move-right-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ivuMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ivuMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ivuMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ivuMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
.move-notice-appear,
.move-notice-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-notice-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.move-notice-appear,
.move-notice-enter-active {
  -webkit-animation-name: ivuMoveNoticeIn;
  animation-name: ivuMoveNoticeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-notice-leave-active {
  -webkit-animation-name: ivuMoveNoticeOut;
  animation-name: ivuMoveNoticeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.move-notice-appear,
.move-notice-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.move-notice-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ivuMoveNoticeOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
@keyframes ivuMoveNoticeOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
.ease-appear,
.ease-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ease-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ease-appear,
.ease-enter-active {
  -webkit-animation-name: ivuEaseIn;
  animation-name: ivuEaseIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.ease-leave-active {
  -webkit-animation-name: ivuEaseOut;
  animation-name: ivuEaseOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.ease-appear,
.ease-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.ease-leave-active {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes ivuEaseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ivuEaseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ivuEaseOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes ivuEaseOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.transition-drop-appear,
.transition-drop-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.transition-drop-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.transition-drop-appear,
.transition-drop-enter-active {
  -webkit-animation-name: ivuTransitionDropIn;
  animation-name: ivuTransitionDropIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.transition-drop-leave-active {
  -webkit-animation-name: ivuTransitionDropOut;
  animation-name: ivuTransitionDropOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.transition-drop-appear,
.transition-drop-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.transition-drop-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-up-appear,
.slide-up-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-up-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-up-appear,
.slide-up-enter-active {
  -webkit-animation-name: ivuSlideUpIn;
  animation-name: ivuSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-up-leave-active {
  -webkit-animation-name: ivuSlideUpOut;
  animation-name: ivuSlideUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-up-appear,
.slide-up-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-down-appear,
.slide-down-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-down-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-down-appear,
.slide-down-enter-active {
  -webkit-animation-name: ivuSlideDownIn;
  animation-name: ivuSlideDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-down-leave-active {
  -webkit-animation-name: ivuSlideDownOut;
  animation-name: ivuSlideDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-down-appear,
.slide-down-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-left-appear,
.slide-left-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-left-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-left-appear,
.slide-left-enter-active {
  -webkit-animation-name: ivuSlideLeftIn;
  animation-name: ivuSlideLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-left-leave-active {
  -webkit-animation-name: ivuSlideLeftOut;
  animation-name: ivuSlideLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-left-appear,
.slide-left-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-right-appear,
.slide-right-enter-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-right-leave-active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-right-appear,
.slide-right-enter-active {
  -webkit-animation-name: ivuSlideRightIn;
  animation-name: ivuSlideRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-right-leave-active {
  -webkit-animation-name: ivuSlideRightOut;
  animation-name: ivuSlideRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.slide-right-appear,
.slide-right-enter-active {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.slide-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
}
@keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
}
@-webkit-keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
}
@keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
  }
}
.collapse-transition {
  -webkit-transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}
.ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 15px 6px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
}
.ivu-btn > .ivu-icon {
  line-height: 1.5;
  vertical-align: middle;
}
.ivu-btn-icon-only.ivu-btn-circle > .ivu-icon {
  vertical-align: baseline;
}
.ivu-btn > span {
  vertical-align: middle;
}
.ivu-btn,
.ivu-btn:active,
.ivu-btn:focus {
  outline: 0;
}
.ivu-btn:not([disabled]):hover {
  text-decoration: none;
}
.ivu-btn:not([disabled]):active {
  outline: 0;
}
.ivu-btn.disabled,
.ivu-btn[disabled] {
  cursor: not-allowed;
}
.ivu-btn.disabled > *,
.ivu-btn[disabled] > * {
  pointer-events: none;
}
.ivu-btn-large {
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-small {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-icon-only {
  padding: 5px 15px 6px;
  font-size: 12px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-small {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-icon-only.ivu-btn-large {
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:hover {
  color: #747b8b;
  background-color: #fff;
  border-color: #e3e5e8;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn.active,
.ivu-btn:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn.active > a:only-child,
.ivu-btn:active > a:only-child {
  color: currentColor;
}
.ivu-btn.active > a:only-child:after,
.ivu-btn:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn.disabled,
.ivu-btn.disabled.active,
.ivu-btn.disabled:active,
.ivu-btn.disabled:focus,
.ivu-btn.disabled:hover,
.ivu-btn[disabled],
.ivu-btn[disabled].active,
.ivu-btn[disabled]:active,
.ivu-btn[disabled]:focus,
.ivu-btn[disabled]:hover,
fieldset[disabled] .ivu-btn,
fieldset[disabled] .ivu-btn.active,
fieldset[disabled] .ivu-btn:active,
fieldset[disabled] .ivu-btn:focus,
fieldset[disabled] .ivu-btn:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn.disabled.active > a:only-child,
.ivu-btn.disabled:active > a:only-child,
.ivu-btn.disabled:focus > a:only-child,
.ivu-btn.disabled:hover > a:only-child,
.ivu-btn.disabled > a:only-child,
.ivu-btn[disabled].active > a:only-child,
.ivu-btn[disabled]:active > a:only-child,
.ivu-btn[disabled]:focus > a:only-child,
.ivu-btn[disabled]:hover > a:only-child,
.ivu-btn[disabled] > a:only-child,
fieldset[disabled] .ivu-btn.active > a:only-child,
fieldset[disabled] .ivu-btn:active > a:only-child,
fieldset[disabled] .ivu-btn:focus > a:only-child,
fieldset[disabled] .ivu-btn:hover > a:only-child,
fieldset[disabled] .ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn.disabled.active > a:only-child:after,
.ivu-btn.disabled:active > a:only-child:after,
.ivu-btn.disabled:focus > a:only-child:after,
.ivu-btn.disabled:hover > a:only-child:after,
.ivu-btn.disabled > a:only-child:after,
.ivu-btn[disabled].active > a:only-child:after,
.ivu-btn[disabled]:active > a:only-child:after,
.ivu-btn[disabled]:focus > a:only-child:after,
.ivu-btn[disabled]:hover > a:only-child:after,
.ivu-btn[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn.active > a:only-child:after,
fieldset[disabled] .ivu-btn:active > a:only-child:after,
fieldset[disabled] .ivu-btn:focus > a:only-child:after,
fieldset[disabled] .ivu-btn:hover > a:only-child:after,
fieldset[disabled] .ivu-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: #57a3f3;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn.active,
.ivu-btn:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: #2b85e4;
}
.ivu-btn.active > a:only-child,
.ivu-btn:active > a:only-child {
  color: currentColor;
}
.ivu-btn.active > a:only-child:after,
.ivu-btn:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-long {
  width: 100%;
}
.ivu-btn > .ivu-icon + span,
.ivu-btn > span + .ivu-icon {
  margin-left: 4px;
}
.ivu-btn-primary {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary:hover {
  color: #fff;
  background-color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-primary:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.active,
.ivu-btn-primary:active {
  color: #f2f2f2;
  background-color: #2b85e4;
  border-color: #2b85e4;
}
.ivu-btn-primary.active > a:only-child,
.ivu-btn-primary:active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.active > a:only-child:after,
.ivu-btn-primary:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.disabled,
.ivu-btn-primary.disabled.active,
.ivu-btn-primary.disabled:active,
.ivu-btn-primary.disabled:focus,
.ivu-btn-primary.disabled:hover,
.ivu-btn-primary[disabled],
.ivu-btn-primary[disabled].active,
.ivu-btn-primary[disabled]:active,
.ivu-btn-primary[disabled]:focus,
.ivu-btn-primary[disabled]:hover,
fieldset[disabled] .ivu-btn-primary,
fieldset[disabled] .ivu-btn-primary.active,
fieldset[disabled] .ivu-btn-primary:active,
fieldset[disabled] .ivu-btn-primary:focus,
fieldset[disabled] .ivu-btn-primary:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-primary.disabled.active > a:only-child,
.ivu-btn-primary.disabled:active > a:only-child,
.ivu-btn-primary.disabled:focus > a:only-child,
.ivu-btn-primary.disabled:hover > a:only-child,
.ivu-btn-primary.disabled > a:only-child,
.ivu-btn-primary[disabled].active > a:only-child,
.ivu-btn-primary[disabled]:active > a:only-child,
.ivu-btn-primary[disabled]:focus > a:only-child,
.ivu-btn-primary[disabled]:hover > a:only-child,
.ivu-btn-primary[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-primary.active > a:only-child,
fieldset[disabled] .ivu-btn-primary:active > a:only-child,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child,
fieldset[disabled] .ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.disabled.active > a:only-child:after,
.ivu-btn-primary.disabled:active > a:only-child:after,
.ivu-btn-primary.disabled:focus > a:only-child:after,
.ivu-btn-primary.disabled:hover > a:only-child:after,
.ivu-btn-primary.disabled > a:only-child:after,
.ivu-btn-primary[disabled].active > a:only-child:after,
.ivu-btn-primary[disabled]:active > a:only-child:after,
.ivu-btn-primary[disabled]:focus > a:only-child:after,
.ivu-btn-primary[disabled]:hover > a:only-child:after,
.ivu-btn-primary[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-primary.active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.active,
.ivu-btn-primary:active,
.ivu-btn-primary:hover {
  color: #fff;
}
.ivu-btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2b85e4;
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child) {
  border-right-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdee2;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn,
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child) {
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn[disabled],
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-top-color: #2b85e4;
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child) {
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-top-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn,
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child) {
  border-top-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn[disabled],
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled] {
  border-bottom-color: #dcdee2;
}
.ivu-btn-dashed {
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  border-style: dashed;
}
.ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:hover {
  color: #747b8b;
  background-color: #fff;
  border-color: #e3e5e8;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed.active,
.ivu-btn-dashed:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn-dashed.active > a:only-child,
.ivu-btn-dashed:active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.active > a:only-child:after,
.ivu-btn-dashed:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed.disabled,
.ivu-btn-dashed.disabled.active,
.ivu-btn-dashed.disabled:active,
.ivu-btn-dashed.disabled:focus,
.ivu-btn-dashed.disabled:hover,
.ivu-btn-dashed[disabled],
.ivu-btn-dashed[disabled].active,
.ivu-btn-dashed[disabled]:active,
.ivu-btn-dashed[disabled]:focus,
.ivu-btn-dashed[disabled]:hover,
fieldset[disabled] .ivu-btn-dashed,
fieldset[disabled] .ivu-btn-dashed.active,
fieldset[disabled] .ivu-btn-dashed:active,
fieldset[disabled] .ivu-btn-dashed:focus,
fieldset[disabled] .ivu-btn-dashed:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-dashed.disabled.active > a:only-child,
.ivu-btn-dashed.disabled:active > a:only-child,
.ivu-btn-dashed.disabled:focus > a:only-child,
.ivu-btn-dashed.disabled:hover > a:only-child,
.ivu-btn-dashed.disabled > a:only-child,
.ivu-btn-dashed[disabled].active > a:only-child,
.ivu-btn-dashed[disabled]:active > a:only-child,
.ivu-btn-dashed[disabled]:focus > a:only-child,
.ivu-btn-dashed[disabled]:hover > a:only-child,
.ivu-btn-dashed[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child,
fieldset[disabled] .ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.disabled.active > a:only-child:after,
.ivu-btn-dashed.disabled:active > a:only-child:after,
.ivu-btn-dashed.disabled:focus > a:only-child:after,
.ivu-btn-dashed.disabled:hover > a:only-child:after,
.ivu-btn-dashed.disabled > a:only-child:after,
.ivu-btn-dashed[disabled].active > a:only-child:after,
.ivu-btn-dashed[disabled]:active > a:only-child:after,
.ivu-btn-dashed[disabled]:focus > a:only-child:after,
.ivu-btn-dashed[disabled]:hover > a:only-child:after,
.ivu-btn-dashed[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: #57a3f3;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed.active,
.ivu-btn-dashed:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: #2b85e4;
}
.ivu-btn-dashed.active > a:only-child,
.ivu-btn-dashed:active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.active > a:only-child:after,
.ivu-btn-dashed:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-text {
  color: #515a6e;
  background-color: transparent;
  border-color: transparent;
}
.ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:hover {
  color: #747b8b;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text.active,
.ivu-btn-text:active {
  color: #4d5669;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.ivu-btn-text.active > a:only-child,
.ivu-btn-text:active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.active > a:only-child:after,
.ivu-btn-text:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text.disabled,
.ivu-btn-text.disabled.active,
.ivu-btn-text.disabled:active,
.ivu-btn-text.disabled:focus,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled],
.ivu-btn-text[disabled].active,
.ivu-btn-text[disabled]:active,
.ivu-btn-text[disabled]:focus,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text,
fieldset[disabled] .ivu-btn-text.active,
fieldset[disabled] .ivu-btn-text:active,
fieldset[disabled] .ivu-btn-text:focus,
fieldset[disabled] .ivu-btn-text:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text.disabled,
.ivu-btn-text.disabled.active,
.ivu-btn-text.disabled:active,
.ivu-btn-text.disabled:focus,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled],
.ivu-btn-text[disabled].active,
.ivu-btn-text[disabled]:active,
.ivu-btn-text[disabled]:focus,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text,
fieldset[disabled] .ivu-btn-text.active,
fieldset[disabled] .ivu-btn-text:active,
fieldset[disabled] .ivu-btn-text:focus,
fieldset[disabled] .ivu-btn-text:hover {
  color: #c5c8ce;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text.active,
.ivu-btn-text:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text.active > a:only-child,
.ivu-btn-text:active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.active > a:only-child:after,
.ivu-btn-text:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}
.ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success:hover {
  color: #fff;
  background-color: #47cb89;
  border-color: #47cb89;
}
.ivu-btn-success:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-success:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.active,
.ivu-btn-success:active {
  color: #f2f2f2;
  background-color: #18b566;
  border-color: #18b566;
}
.ivu-btn-success.active > a:only-child,
.ivu-btn-success:active > a:only-child {
  color: currentColor;
}
.ivu-btn-success.active > a:only-child:after,
.ivu-btn-success:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.disabled,
.ivu-btn-success.disabled.active,
.ivu-btn-success.disabled:active,
.ivu-btn-success.disabled:focus,
.ivu-btn-success.disabled:hover,
.ivu-btn-success[disabled],
.ivu-btn-success[disabled].active,
.ivu-btn-success[disabled]:active,
.ivu-btn-success[disabled]:focus,
.ivu-btn-success[disabled]:hover,
fieldset[disabled] .ivu-btn-success,
fieldset[disabled] .ivu-btn-success.active,
fieldset[disabled] .ivu-btn-success:active,
fieldset[disabled] .ivu-btn-success:focus,
fieldset[disabled] .ivu-btn-success:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-success.disabled.active > a:only-child,
.ivu-btn-success.disabled:active > a:only-child,
.ivu-btn-success.disabled:focus > a:only-child,
.ivu-btn-success.disabled:hover > a:only-child,
.ivu-btn-success.disabled > a:only-child,
.ivu-btn-success[disabled].active > a:only-child,
.ivu-btn-success[disabled]:active > a:only-child,
.ivu-btn-success[disabled]:focus > a:only-child,
.ivu-btn-success[disabled]:hover > a:only-child,
.ivu-btn-success[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-success.active > a:only-child,
fieldset[disabled] .ivu-btn-success:active > a:only-child,
fieldset[disabled] .ivu-btn-success:focus > a:only-child,
fieldset[disabled] .ivu-btn-success:hover > a:only-child,
fieldset[disabled] .ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success.disabled.active > a:only-child:after,
.ivu-btn-success.disabled:active > a:only-child:after,
.ivu-btn-success.disabled:focus > a:only-child:after,
.ivu-btn-success.disabled:hover > a:only-child:after,
.ivu-btn-success.disabled > a:only-child:after,
.ivu-btn-success[disabled].active > a:only-child:after,
.ivu-btn-success[disabled]:active > a:only-child:after,
.ivu-btn-success[disabled]:focus > a:only-child:after,
.ivu-btn-success[disabled]:hover > a:only-child:after,
.ivu-btn-success[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-success.active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-success:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.active,
.ivu-btn-success:active,
.ivu-btn-success:hover {
  color: #fff;
}
.ivu-btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
  box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
}
.ivu-btn-warning {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
}
.ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ffad33;
}
.ivu-btn-warning:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.active,
.ivu-btn-warning:active {
  color: #f2f2f2;
  background-color: #f29100;
  border-color: #f29100;
}
.ivu-btn-warning.active > a:only-child,
.ivu-btn-warning:active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.active > a:only-child:after,
.ivu-btn-warning:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.disabled,
.ivu-btn-warning.disabled.active,
.ivu-btn-warning.disabled:active,
.ivu-btn-warning.disabled:focus,
.ivu-btn-warning.disabled:hover,
.ivu-btn-warning[disabled],
.ivu-btn-warning[disabled].active,
.ivu-btn-warning[disabled]:active,
.ivu-btn-warning[disabled]:focus,
.ivu-btn-warning[disabled]:hover,
fieldset[disabled] .ivu-btn-warning,
fieldset[disabled] .ivu-btn-warning.active,
fieldset[disabled] .ivu-btn-warning:active,
fieldset[disabled] .ivu-btn-warning:focus,
fieldset[disabled] .ivu-btn-warning:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-warning.disabled.active > a:only-child,
.ivu-btn-warning.disabled:active > a:only-child,
.ivu-btn-warning.disabled:focus > a:only-child,
.ivu-btn-warning.disabled:hover > a:only-child,
.ivu-btn-warning.disabled > a:only-child,
.ivu-btn-warning[disabled].active > a:only-child,
.ivu-btn-warning[disabled]:active > a:only-child,
.ivu-btn-warning[disabled]:focus > a:only-child,
.ivu-btn-warning[disabled]:hover > a:only-child,
.ivu-btn-warning[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-warning.active > a:only-child,
fieldset[disabled] .ivu-btn-warning:active > a:only-child,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child,
fieldset[disabled] .ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.disabled.active > a:only-child:after,
.ivu-btn-warning.disabled:active > a:only-child:after,
.ivu-btn-warning.disabled:focus > a:only-child:after,
.ivu-btn-warning.disabled:hover > a:only-child:after,
.ivu-btn-warning.disabled > a:only-child:after,
.ivu-btn-warning[disabled].active > a:only-child:after,
.ivu-btn-warning[disabled]:active > a:only-child:after,
.ivu-btn-warning[disabled]:focus > a:only-child:after,
.ivu-btn-warning[disabled]:hover > a:only-child:after,
.ivu-btn-warning[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-warning.active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.active,
.ivu-btn-warning:active,
.ivu-btn-warning:hover {
  color: #fff;
}
.ivu-btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}
.ivu-btn-error {
  color: #fff;
  background-color: #ed4014;
  border-color: #ed4014;
}
.ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error:hover {
  color: #fff;
  background-color: #f16643;
  border-color: #f16643;
}
.ivu-btn-error:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-error:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.active,
.ivu-btn-error:active {
  color: #f2f2f2;
  background-color: #e13d13;
  border-color: #e13d13;
}
.ivu-btn-error.active > a:only-child,
.ivu-btn-error:active > a:only-child {
  color: currentColor;
}
.ivu-btn-error.active > a:only-child:after,
.ivu-btn-error:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.disabled,
.ivu-btn-error.disabled.active,
.ivu-btn-error.disabled:active,
.ivu-btn-error.disabled:focus,
.ivu-btn-error.disabled:hover,
.ivu-btn-error[disabled],
.ivu-btn-error[disabled].active,
.ivu-btn-error[disabled]:active,
.ivu-btn-error[disabled]:focus,
.ivu-btn-error[disabled]:hover,
fieldset[disabled] .ivu-btn-error,
fieldset[disabled] .ivu-btn-error.active,
fieldset[disabled] .ivu-btn-error:active,
fieldset[disabled] .ivu-btn-error:focus,
fieldset[disabled] .ivu-btn-error:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-error.disabled.active > a:only-child,
.ivu-btn-error.disabled:active > a:only-child,
.ivu-btn-error.disabled:focus > a:only-child,
.ivu-btn-error.disabled:hover > a:only-child,
.ivu-btn-error.disabled > a:only-child,
.ivu-btn-error[disabled].active > a:only-child,
.ivu-btn-error[disabled]:active > a:only-child,
.ivu-btn-error[disabled]:focus > a:only-child,
.ivu-btn-error[disabled]:hover > a:only-child,
.ivu-btn-error[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-error.active > a:only-child,
fieldset[disabled] .ivu-btn-error:active > a:only-child,
fieldset[disabled] .ivu-btn-error:focus > a:only-child,
fieldset[disabled] .ivu-btn-error:hover > a:only-child,
fieldset[disabled] .ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error.disabled.active > a:only-child:after,
.ivu-btn-error.disabled:active > a:only-child:after,
.ivu-btn-error.disabled:focus > a:only-child:after,
.ivu-btn-error.disabled:hover > a:only-child:after,
.ivu-btn-error.disabled > a:only-child:after,
.ivu-btn-error[disabled].active > a:only-child:after,
.ivu-btn-error[disabled]:active > a:only-child:after,
.ivu-btn-error[disabled]:focus > a:only-child:after,
.ivu-btn-error[disabled]:hover > a:only-child:after,
.ivu-btn-error[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-error.active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-error:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-error > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.active,
.ivu-btn-error:active,
.ivu-btn-error:hover {
  color: #fff;
}
.ivu-btn-error:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-btn-info {
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info:hover {
  color: #fff;
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.ivu-btn-info:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-info:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.active,
.ivu-btn-info:active {
  color: #f2f2f2;
  background-color: #2baee9;
  border-color: #2baee9;
}
.ivu-btn-info.active > a:only-child,
.ivu-btn-info:active > a:only-child {
  color: currentColor;
}
.ivu-btn-info.active > a:only-child:after,
.ivu-btn-info:active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.disabled,
.ivu-btn-info.disabled.active,
.ivu-btn-info.disabled:active,
.ivu-btn-info.disabled:focus,
.ivu-btn-info.disabled:hover,
.ivu-btn-info[disabled],
.ivu-btn-info[disabled].active,
.ivu-btn-info[disabled]:active,
.ivu-btn-info[disabled]:focus,
.ivu-btn-info[disabled]:hover,
fieldset[disabled] .ivu-btn-info,
fieldset[disabled] .ivu-btn-info.active,
fieldset[disabled] .ivu-btn-info:active,
fieldset[disabled] .ivu-btn-info:focus,
fieldset[disabled] .ivu-btn-info:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-info.disabled.active > a:only-child,
.ivu-btn-info.disabled:active > a:only-child,
.ivu-btn-info.disabled:focus > a:only-child,
.ivu-btn-info.disabled:hover > a:only-child,
.ivu-btn-info.disabled > a:only-child,
.ivu-btn-info[disabled].active > a:only-child,
.ivu-btn-info[disabled]:active > a:only-child,
.ivu-btn-info[disabled]:focus > a:only-child,
.ivu-btn-info[disabled]:hover > a:only-child,
.ivu-btn-info[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-info.active > a:only-child,
fieldset[disabled] .ivu-btn-info:active > a:only-child,
fieldset[disabled] .ivu-btn-info:focus > a:only-child,
fieldset[disabled] .ivu-btn-info:hover > a:only-child,
fieldset[disabled] .ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info.disabled.active > a:only-child:after,
.ivu-btn-info.disabled:active > a:only-child:after,
.ivu-btn-info.disabled:focus > a:only-child:after,
.ivu-btn-info.disabled:hover > a:only-child:after,
.ivu-btn-info.disabled > a:only-child:after,
.ivu-btn-info[disabled].active > a:only-child:after,
.ivu-btn-info[disabled]:active > a:only-child:after,
.ivu-btn-info[disabled]:focus > a:only-child:after,
.ivu-btn-info[disabled]:hover > a:only-child:after,
.ivu-btn-info[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-info.active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-info:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.active,
.ivu-btn-info:active,
.ivu-btn-info:hover {
  color: #fff;
}
.ivu-btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
}
.ivu-btn-circle,
.ivu-btn-circle-outline {
  border-radius: 32px;
}
.ivu-btn-circle-outline.ivu-btn-large,
.ivu-btn-circle.ivu-btn-large {
  border-radius: 36px;
}
.ivu-btn-circle-outline.ivu-btn-size,
.ivu-btn-circle.ivu-btn-size {
  border-radius: 24px;
}
.ivu-btn-circle-outline.ivu-btn-icon-only,
.ivu-btn-circle.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large,
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small,
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.ivu-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ivu-btn.ivu-btn-loading {
  pointer-events: none;
  position: relative;
}
.ivu-btn.ivu-btn-loading:before {
  display: block;
}
.ivu-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group > .ivu-btn {
  position: relative;
  float: left;
}
.ivu-btn-group > .ivu-btn.active,
.ivu-btn-group > .ivu-btn:active,
.ivu-btn-group > .ivu-btn:hover {
  z-index: 2;
}
.ivu-btn-group .ivu-btn-icon-only .ivu-icon {
  font-size: 13px;
  position: relative;
}
.ivu-btn-group-large .ivu-btn-icon-only .ivu-icon {
  font-size: 15px;
}
.ivu-btn-group-small .ivu-btn-icon-only .ivu-icon {
  font-size: 12px;
}
.ivu-btn-group-circle .ivu-btn {
  border-radius: 32px;
}
.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
  border-radius: 36px;
}
.ivu-btn-group-large > .ivu-btn {
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
  border-radius: 24px;
}
.ivu-btn-group-small > .ivu-btn {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-group-small > .ivu-btn > .ivu-icon {
  font-size: 12px;
}
.ivu-btn + .ivu-btn-group,
.ivu-btn-group .ivu-btn + .ivu-btn,
.ivu-btn-group + .ivu-btn,
.ivu-btn-group + .ivu-btn-group {
  margin-left: -1px;
}
.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child {
  margin-left: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-btn-group > .ivu-btn-group {
  float: left;
}
.ivu-btn-group > .ivu-btn-group:not(:first-child):not(:last-child) > .ivu-btn {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ivu-btn-group-vertical {
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group-vertical > .ivu-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.ivu-btn + .ivu-btn-group-vertical,
.ivu-btn-group-vertical .ivu-btn + .ivu-btn,
.ivu-btn-group-vertical + .ivu-btn,
.ivu-btn-group-vertical + .ivu-btn-group-vertical {
  margin-top: -1px;
  margin-left: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child {
  margin-top: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 8px;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 8px;
}
.ivu-btn-ghost {
  color: #fff;
  background: 0 0;
}
.ivu-btn-ghost:hover {
  background: 0 0;
}
.ivu-btn-ghost.ivu-btn-dashed,
.ivu-btn-ghost.ivu-btn-default {
  color: #fff;
  border-color: #fff;
}
.ivu-btn-ghost.ivu-btn-dashed:hover,
.ivu-btn-ghost.ivu-btn-default:hover {
  color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-ghost.ivu-btn-primary {
  color: #2d8cf0;
}
.ivu-btn-ghost.ivu-btn-primary:hover {
  color: #57a3f3;
  background: rgba(245, 249, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-info {
  color: #2db7f5;
}
.ivu-btn-ghost.ivu-btn-info:hover {
  color: #57c5f7;
  background: rgba(245, 251, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-success {
  color: #19be6b;
}
.ivu-btn-ghost.ivu-btn-success:hover {
  color: #47cb89;
  background: rgba(244, 252, 248, 0.5);
}
.ivu-btn-ghost.ivu-btn-warning {
  color: #f90;
}
.ivu-btn-ghost.ivu-btn-warning:hover {
  color: #ffad33;
  background: rgba(255, 250, 242, 0.5);
}
.ivu-btn-ghost.ivu-btn-error {
  color: #ed4014;
}
.ivu-btn-ghost.ivu-btn-error:hover {
  color: #f16643;
  background: rgba(254, 245, 243, 0.5);
}
.ivu-btn-ghost.ivu-btn-dashed[disabled],
.ivu-btn-ghost.ivu-btn-default[disabled],
.ivu-btn-ghost.ivu-btn-error[disabled],
.ivu-btn-ghost.ivu-btn-info[disabled],
.ivu-btn-ghost.ivu-btn-primary[disabled],
.ivu-btn-ghost.ivu-btn-success[disabled],
.ivu-btn-ghost.ivu-btn-warning[disabled] {
  background: 0 0;
  color: rgba(0, 0, 0, 0.25);
  border-color: #dcdee2;
}
.ivu-btn-ghost.ivu-btn-text[disabled] {
  background: 0 0;
  color: rgba(0, 0, 0, 0.25);
}
.ivu-affix {
  position: fixed;
  z-index: 10;
}
.ivu-back-top {
  z-index: 10;
  position: fixed;
  cursor: pointer;
  display: none;
}
.ivu-back-top.ivu-back-top-show {
  display: block;
}
.ivu-back-top-inner {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-back-top-inner:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.ivu-back-top i {
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
}
.ivu-badge {
  position: relative;
  display: inline-block;
}
.ivu-badge-count {
  font-family: "Monospaced Number";
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: -10px;
  right: 0;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ed4014;
  border: 1px solid transparent;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
  -ms-transform-origin: -10% center;
  transform-origin: -10% center;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-count a,
.ivu-badge-count a:hover {
  color: #fff;
}
.ivu-badge-count-alone {
  top: auto;
  display: block;
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ivu-badge-count-primary {
  background: #2d8cf0;
}
.ivu-badge-count-success {
  background: #19be6b;
}
.ivu-badge-count-error {
  background: #ed4014;
}
.ivu-badge-count-warning {
  background: #f90;
}
.ivu-badge-count-info {
  background: #2db7f5;
}
.ivu-badge-count-normal {
  background: #e6ebf1;
  color: #808695;
}
.ivu-badge-dot {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
  top: -4px;
  right: -8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ed4014;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ivu-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ivu-badge-status-success {
  background-color: #19be6b;
}
.ivu-badge-status-processing {
  background-color: #2d8cf0;
  position: relative;
}
.ivu-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2d8cf0;
  content: '';
  -webkit-animation: aniStatusProcessing 1.2s infinite ease-in-out;
  animation: aniStatusProcessing 1.2s infinite ease-in-out;
}
.ivu-badge-status-default {
  background-color: #e6ebf1;
}
.ivu-badge-status-error {
  background-color: #ed4014;
}
.ivu-badge-status-warning {
  background-color: #f90;
}
.ivu-badge-status-text {
  display: inline-block;
  color: #515a6e;
  font-size: 12px;
  margin-left: 6px;
}
@-webkit-keyframes aniStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes aniStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}
.ivu-chart-circle {
  display: inline-block;
  position: relative;
}
.ivu-chart-circle-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.ivu-spin {
  color: #2d8cf0;
  vertical-align: middle;
  text-align: center;
}
.ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #2d8cf0;
  width: 20px;
  height: 20px;
  -webkit-animation: ani-spin-bounce 1s 0s ease-in-out infinite;
  animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
.ivu-spin-large .ivu-spin-dot {
  width: 32px;
  height: 32px;
}
.ivu-spin-small .ivu-spin-dot {
  width: 12px;
  height: 12px;
}
.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.ivu-spin-fullscreen {
  z-index: 2010;
}
.ivu-spin-fullscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ivu-spin-fix .ivu-spin-dot {
  display: inline-block;
}
.ivu-spin-show-text .ivu-spin-dot,
.ivu-spin-text {
  display: none;
}
.ivu-spin-show-text .ivu-spin-text {
  display: block;
}
.ivu-table-wrapper > .ivu-spin-fix {
  border: 1px solid #dcdee2;
  border-top: 0;
  border-left: 0;
}
@-webkit-keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ivu-alert {
  position: relative;
  padding: 8px 48px 8px 16px;
  border-radius: 4px;
  color: #515a6e;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.ivu-alert.ivu-alert-with-icon {
  padding: 8px 48px 8px 38px;
}
.ivu-alert-icon {
  font-size: 16px;
  top: 6px;
  left: 12px;
  position: absolute;
}
.ivu-alert-desc {
  font-size: 12px;
  color: #515a6e;
  line-height: 21px;
  display: none;
  text-align: justify;
}
.ivu-alert-success {
  border: 1px solid #8ce6b0;
  background-color: #edfff3;
}
.ivu-alert-success .ivu-alert-icon {
  color: #19be6b;
}
.ivu-alert-info {
  border: 1px solid #abdcff;
  background-color: #f0faff;
}
.ivu-alert-info .ivu-alert-icon {
  color: #2d8cf0;
}
.ivu-alert-warning {
  border: 1px solid #ffd77a;
  background-color: #fff9e6;
}
.ivu-alert-warning .ivu-alert-icon {
  color: #f90;
}
.ivu-alert-error {
  border: 1px solid #ffb08f;
  background-color: #ffefe6;
}
.ivu-alert-error .ivu-alert-icon {
  color: #ed4014;
}
.ivu-alert-close {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-alert-close .ivu-icon-ios-close {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-alert-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-alert-with-desc {
  padding: 16px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #515a6e;
  line-height: 1.5;
}
.ivu-alert-with-desc.ivu-alert-with-icon {
  padding: 16px 16px 16px 69px;
}
.ivu-alert-with-desc .ivu-alert-desc {
  display: block;
}
.ivu-alert-with-desc .ivu-alert-message {
  font-size: 14px;
  color: #17233d;
  display: block;
}
.ivu-alert-with-desc .ivu-alert-icon {
  top: 50%;
  left: 24px;
  margin-top: -24px;
  font-size: 28px;
}
.ivu-alert-with-banner {
  border-radius: 0;
}
.ivu-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #dcdee2;
}
.ivu-collapse-simple {
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
}
.ivu-collapse > .ivu-collapse-item {
  border-top: 1px solid #dcdee2;
}
.ivu-collapse > .ivu-collapse-item:first-child {
  border-top: 0;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header > i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-right: 14px;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid #dcdee2;
}
.ivu-collapse-simple > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid transparent;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header > i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ivu-collapse-content {
  color: #515a6e;
  padding: 0 16px;
  background-color: #fff;
}
.ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-collapse-simple > .ivu-collapse-item > .ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 0;
}
.ivu-collapse-item:last-child > .ivu-collapse-content {
  border-radius: 0 0 3px 3px;
}
.ivu-card {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-card-bordered {
  border: 1px solid #dcdee2;
  border-color: #e8eaec;
}
.ivu-card-shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.ivu-card.ivu-card-dis-hover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
  border-color: #e8eaec;
}
.ivu-card.ivu-card-shadow:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card-head {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-card-head p,
.ivu-card-head-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-card-head p i,
.ivu-card-head p span {
  vertical-align: middle;
}
.ivu-card-extra {
  position: absolute;
  right: 16px;
  top: 14px;
}
.ivu-card-body {
  padding: 16px;
}
.ivu-message {
  font-size: 14px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ivu-message-notice {
  padding: 8px;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ivu-message-notice:first-child {
  margin-top: -8px;
}
.ivu-message-notice-close {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #999;
  outline: 0;
}
.ivu-message-notice-close i.ivu-icon {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-message-notice-close i.ivu-icon:hover {
  color: #444;
}
.ivu-message-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.ivu-message-notice-content-text {
  display: inline-block;
}
.ivu-message-notice-closable .ivu-message-notice-content-text {
  padding-right: 32px;
}
.ivu-message-success .ivu-icon {
  color: #19be6b;
}
.ivu-message-error .ivu-icon {
  color: #ed4014;
}
.ivu-message-warning .ivu-icon {
  color: #f90;
}
.ivu-message-info .ivu-icon,
.ivu-message-loading .ivu-icon {
  color: #2d8cf0;
}
.ivu-message .ivu-icon {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.ivu-message-custom-content span {
  vertical-align: middle;
}
.ivu-notice {
  width: 335px;
  margin-right: 24px;
  position: fixed;
  z-index: 1010;
}
.ivu-notice-content-with-icon {
  margin-left: 51px;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 51px;
}
.ivu-notice-notice {
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.ivu-notice-notice-close {
  position: absolute;
  right: 8px;
  top: 15px;
  color: #999;
  outline: 0;
}
.ivu-notice-notice-close i {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-notice-notice-close i:hover {
  color: #444;
}
.ivu-notice-notice-content-with-render .ivu-notice-desc {
  display: none;
}
.ivu-notice-notice-with-desc .ivu-notice-notice-close {
  top: 11px;
}
.ivu-notice-content-with-render-notitle {
  margin-left: 26px;
}
.ivu-notice-title {
  font-size: 14px;
  line-height: 17px;
  color: #17233d;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-notice-with-desc .ivu-notice-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.ivu-notice-desc {
  font-size: 12px;
  color: #515a6e;
  text-align: justify;
  line-height: 1.5;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc {
  margin-left: 51px;
}
.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 26px;
}
.ivu-notice-icon {
  position: absolute;
  top: -2px;
  font-size: 16px;
}
.ivu-notice-icon-success {
  color: #19be6b;
}
.ivu-notice-icon-info {
  color: #2d8cf0;
}
.ivu-notice-icon-warning {
  color: #f90;
}
.ivu-notice-icon-error {
  color: #ed4014;
}
.ivu-notice-with-desc .ivu-notice-icon {
  font-size: 36px;
  top: -6px;
}
.ivu-notice-custom-content {
  position: relative;
}
.ivu-radio-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-radio-group {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.ivu-radio-group-vertical .ivu-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px;
}
.ivu-radio-wrapper {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ivu-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-radio {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.ivu-radio:hover .ivu-radio-inner {
  border-color: #bcbcbc;
}
.ivu-radio-inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-inner:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #2d8cf0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ivu-radio-large {
  font-size: 14px;
}
.ivu-radio-large .ivu-radio-inner {
  width: 16px;
  height: 16px;
}
.ivu-radio-large .ivu-radio-inner:after {
  width: 10px;
  height: 10px;
}
.ivu-radio-large .ivu-radio-wrapper,
.ivu-radio-large.ivu-radio-wrapper {
  font-size: 14px;
}
.ivu-radio-small .ivu-radio-inner {
  width: 12px;
  height: 12px;
}
.ivu-radio-small .ivu-radio-inner:after {
  width: 6px;
  height: 6px;
}
.ivu-radio-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.ivu-radio-checked .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-checked .ivu-radio-inner:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-checked:hover .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-disabled {
  cursor: not-allowed;
}
.ivu-radio-disabled .ivu-radio-input {
  cursor: not-allowed;
}
.ivu-radio-disabled:hover .ivu-radio-inner {
  border-color: #dcdee2;
}
.ivu-radio-disabled .ivu-radio-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-radio-disabled .ivu-radio-inner:after {
  background-color: #ccc;
}
.ivu-radio-disabled .ivu-radio-disabled + span {
  color: #ccc;
}
span.ivu-radio + * {
  margin-left: 2px;
  margin-right: 2px;
}
.ivu-radio-group-button {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.ivu-radio-group-button .ivu-radio {
  width: 0;
  margin-right: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #515a6e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid #dcdee2;
  border-left: 0;
  background: #fff;
  position: relative;
}
.ivu-radio-group-button .ivu-radio-wrapper > span {
  margin-left: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:after,
.ivu-radio-group-button .ivu-radio-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #dcdee2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper:after {
  height: 36px;
  left: -1px;
  top: -3px;
  background: rgba(45, 140, 240, 0.2);
  opacity: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:after,
.ivu-radio-group-button .ivu-radio-wrapper:first-child:before {
  display: none;
}
.ivu-radio-group-button .ivu-radio-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover {
  position: relative;
  color: #2d8cf0;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio {
  background-color: #000;
}
.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,
.ivu-radio-group-button .ivu-radio-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked {
  background: #fff;
  border-color: #2d8cf0;
  color: #2d8cf0;
  -webkit-box-shadow: -1px 0 0 0 #2d8cf0;
  box-shadow: -1px 0 0 0 #2d8cf0;
  z-index: 1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
  background: #2d8cf0;
  opacity: 0.1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
  -webkit-box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after {
  left: -3px;
  top: -3px;
  opacity: 1;
  background: rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
  border-color: #2d8cf0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
  border-color: #57a3f3;
  color: #57a3f3;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
  border-color: #2b85e4;
  color: #2b85e4;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,
.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
  border-left-color: #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dcdee2;
  -webkit-box-shadow: none!important;
  box-shadow: none !important;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
  height: 40px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 12px;
  font-size: 12px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after {
  height: 28px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
  border-radius: 3px 0 0 3px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
  border-radius: 0 3px 3px 0;
}
.ivu-checkbox-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-checkbox {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.ivu-checkbox-disabled {
  cursor: not-allowed;
}
.ivu-checkbox:hover .ivu-checkbox-inner {
  border-color: #bcbcbc;
}
.ivu-checkbox-inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-inner {
  width: 16px;
  height: 16px;
}
.ivu-checkbox-large .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small {
  font-size: 12px;
}
.ivu-checkbox-small .ivu-checkbox-inner {
  width: 12px;
  height: 12px;
}
.ivu-checkbox-small .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ivu-checkbox-input[disabled] {
  cursor: not-allowed;
}
.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
  animation-name: none;
  border-color: #ccc;
}
.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled .ivu-checkbox-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
  animation-name: none;
  border-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner-input {
  cursor: default;
}
.ivu-checkbox-disabled + span {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  content: '';
  width: 8px;
  height: 1px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
}
.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  border-color: #c5c8ce;
}
.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 10px;
  top: 6px;
}
.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 6px;
  top: 4px;
}
.ivu-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
.ivu-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-checkbox-wrapper.ivu-checkbox-large {
  font-size: 14px;
}
.ivu-checkbox + span,
.ivu-checkbox-wrapper + span {
  margin-right: 4px;
}
.ivu-checkbox-group {
  font-size: 14px;
}
.ivu-checkbox-group-item {
  display: inline-block;
}
.ivu-switch {
  display: inline-block;
  width: 44px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-switch-loading {
  opacity: 0.4;
}
.ivu-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 23px;
}
.ivu-switch-inner i {
  width: 12px;
  height: 12px;
  text-align: center;
  position: relative;
  top: -1px;
}
.ivu-switch:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  -webkit-transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.ivu-switch:active:after {
  width: 26px;
}
.ivu-switch:before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  border: 1px solid #2d8cf0;
  border-color: transparent transparent transparent #2d8cf0;
  -webkit-animation: switch-loading 1s linear;
  animation: switch-loading 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ivu-switch-loading:before {
  display: block;
}
.ivu-switch:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  outline: 0;
}
.ivu-switch:focus:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ivu-switch-small {
  width: 28px;
  height: 16px;
  line-height: 14px;
}
.ivu-switch-small:after {
  width: 12px;
  height: 12px;
}
.ivu-switch-small:active:after {
  width: 14px;
}
.ivu-switch-small:before {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
.ivu-switch-small.ivu-switch-checked:after {
  left: 13px;
}
.ivu-switch-small.ivu-switch-checked:before {
  left: 14px;
}
.ivu-switch-small:active.ivu-switch-checked:after {
  left: 11px;
}
.ivu-switch-large {
  width: 56px;
}
.ivu-switch-large:active:after {
  width: 26px;
}
.ivu-switch-large:active:after {
  width: 30px;
}
.ivu-switch-large.ivu-switch-checked:after {
  left: 35px;
}
.ivu-switch-large.ivu-switch-checked:before {
  left: 37px;
}
.ivu-switch-large:active.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-switch-checked .ivu-switch-inner {
  left: 7px;
}
.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked:before {
  left: 25px;
}
.ivu-switch-checked:active:after {
  left: 15px;
}
.ivu-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ivu-switch-disabled:after {
  background: #fff;
  cursor: not-allowed;
}
.ivu-switch-disabled .ivu-switch-inner {
  color: #fff;
}
.ivu-switch-disabled.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
  opacity: 0.4;
}
.ivu-switch-disabled.ivu-switch-checked:after {
  background: #fff;
}
.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
  color: #fff;
}
@-webkit-keyframes switch-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes switch-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ivu-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.ivu-input-number::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input-number:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number:hover {
  border-color: #57a3f3;
}
.ivu-input-number:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number[disabled],
fieldset[disabled] .ivu-input-number {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number[disabled]:hover,
fieldset[disabled] .ivu-input-number:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-number-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-number-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-number-handler-wrap {
  width: 22px;
  height: 100%;
  border-left: 1px solid #dcdee2;
  border-radius: 0 4px 4px 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.ivu-input-number:hover .ivu-input-number-handler-wrap {
  opacity: 1;
}
.ivu-input-number-handler-up {
  cursor: pointer;
}
.ivu-input-number-handler-up-inner {
  top: 1px;
}
.ivu-input-number-handler-down {
  border-top: 1px solid #dcdee2;
  top: -1px;
  cursor: pointer;
}
.ivu-input-number-handler {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  color: #999;
  position: relative;
}
.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,
.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner {
  color: #57a3f3;
}
.ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-inner {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ivu-input-number:hover {
  border-color: #57a3f3;
}
.ivu-input-number-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input-wrap {
  overflow: hidden;
  height: 32px;
}
.ivu-input-number-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  color: #666;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ivu-input-number-input[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-input[disabled]:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::placeholder {
  color: #c5c8ce;
}
.ivu-input-number-large {
  padding: 0;
}
.ivu-input-number-large .ivu-input-number-input-wrap {
  height: 36px;
}
.ivu-input-number-large .ivu-input-number-handler {
  height: 18px;
}
.ivu-input-number-large input {
  height: 36px;
  line-height: 36px;
}
.ivu-input-number-large .ivu-input-number-handler-up-inner {
  top: 2px;
}
.ivu-input-number-large .ivu-input-number-handler-down-inner {
  bottom: 2px;
}
.ivu-input-number-small {
  padding: 0;
}
.ivu-input-number-small .ivu-input-number-input-wrap {
  height: 24px;
}
.ivu-input-number-small .ivu-input-number-handler {
  height: 12px;
}
.ivu-input-number-small input {
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  vertical-align: top;
}
.ivu-input-number-small .ivu-input-number-handler-up-inner {
  top: -1px;
}
.ivu-input-number-small .ivu-input-number-handler-down-inner {
  bottom: -1px;
}
.ivu-input-number-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-input-number-disabled .ivu-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-input-number-disabled .ivu-input-number-handler-wrap {
  display: none;
}
.ivu-input-number-disabled .ivu-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-form-item-error .ivu-input-number {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-number:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input-number:focus {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-number-focused {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-scroll-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: 0;
}
.ivu-scroll-container {
  overflow-y: scroll;
}
.ivu-scroll-content {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ivu-scroll-content-loading {
  opacity: 0.5;
}
.ivu-scroll-loader {
  text-align: center;
  padding: 0;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.ivu-scroll-loader-wrapper {
  padding: 5px 0;
  height: 0;
  background-color: inherit;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s, height 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.3s, height 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, height 0.5s;
  transition: opacity 0.3s, transform 0.5s, height 0.5s, -webkit-transform 0.5s;
}
.ivu-scroll-loader-wrapper-active {
  height: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes ani-demo-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ani-demo-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: relative;
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
  -webkit-animation: ani-demo-spin 1s linear infinite;
  animation: ani-demo-spin 1s linear infinite;
}
.ivu-tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 8px;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) {
  background: 0 0;
  border: 0;
  color: #515a6e;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close {
  color: #515a6e !important;
}
.ivu-tag-color-error {
  color: #ed4014 !important;
  border-color: #ed4014;
}
.ivu-tag-color-success {
  color: #19be6b !important;
  border-color: #19be6b;
}
.ivu-tag-color-primary {
  color: #2d8cf0 !important;
  border-color: #2d8cf0;
}
.ivu-tag-color-warning {
  color: #f90 !important;
  border-color: #f90;
}
.ivu-tag-color-white {
  color: #fff !important;
}
.ivu-tag-dot {
  height: 32px;
  line-height: 32px;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  padding: 0 12px;
}
.ivu-tag-dot-inner {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e8eaec;
  position: relative;
  top: 1px;
}
.ivu-tag-dot .ivu-icon-ios-close {
  color: #666 !important;
  margin-left: 12px !important;
}
.ivu-tag-border {
  height: 24px;
  line-height: 24px;
  border: 1px solid #e8eaec;
  color: #e8eaec;
  background: #fff !important;
  position: relative;
}
.ivu-tag-border .ivu-icon-ios-close {
  color: #666;
  margin-left: 12px !important;
}
.ivu-tag-border:after {
  content: "";
  display: none;
  width: 1px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}
.ivu-tag-border.ivu-tag-closable:after {
  display: block;
}
.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close {
  margin-left: 18px!important;
  left: 4px;
  top: -1px;
}
.ivu-tag-border.ivu-tag-primary {
  color: #2d8cf0 !important;
  border: 1px solid #2d8cf0 !important;
}
.ivu-tag-border.ivu-tag-primary:after {
  background: #2d8cf0;
}
.ivu-tag-border.ivu-tag-primary .ivu-icon-ios-close {
  color: #2d8cf0 !important;
}
.ivu-tag-border.ivu-tag-success {
  color: #19be6b !important;
  border: 1px solid #19be6b !important;
}
.ivu-tag-border.ivu-tag-success:after {
  background: #19be6b;
}
.ivu-tag-border.ivu-tag-success .ivu-icon-ios-close {
  color: #19be6b !important;
}
.ivu-tag-border.ivu-tag-warning {
  color: #f90 !important;
  border: 1px solid #f90 !important;
}
.ivu-tag-border.ivu-tag-warning:after {
  background: #f90;
}
.ivu-tag-border.ivu-tag-warning .ivu-icon-ios-close {
  color: #f90 !important;
}
.ivu-tag-border.ivu-tag-error {
  color: #ed4014 !important;
  border: 1px solid #ed4014 !important;
}
.ivu-tag-border.ivu-tag-error:after {
  background: #ed4014;
}
.ivu-tag-border.ivu-tag-error .ivu-icon-ios-close {
  color: #ed4014 !important;
}
.ivu-tag:hover {
  opacity: 0.85;
}
.ivu-tag-text {
  color: #515a6e;
}
.ivu-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ivu-tag .ivu-icon-ios-close {
  display: inline-block;
  font-size: 14px;
  -webkit-transform: scale(1.42857143) rotate(0);
  -ms-transform: scale(1.42857143) rotate(0);
  transform: scale(1.42857143) rotate(0);
  cursor: pointer;
  margin-left: 2px;
  color: #666;
  opacity: 0.66;
  position: relative;
  top: -1px;
}
:root .ivu-tag .ivu-icon-ios-close {
  font-size: 14px;
}
.ivu-tag .ivu-icon-ios-close:hover {
  opacity: 1;
}
.ivu-tag-error,
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning {
  border: 0;
}
.ivu-tag-error,
.ivu-tag-error .ivu-icon-ios-close,
.ivu-tag-error .ivu-icon-ios-close:hover,
.ivu-tag-error a,
.ivu-tag-error a:hover,
.ivu-tag-primary,
.ivu-tag-primary .ivu-icon-ios-close,
.ivu-tag-primary .ivu-icon-ios-close:hover,
.ivu-tag-primary a,
.ivu-tag-primary a:hover,
.ivu-tag-success,
.ivu-tag-success .ivu-icon-ios-close,
.ivu-tag-success .ivu-icon-ios-close:hover,
.ivu-tag-success a,
.ivu-tag-success a:hover,
.ivu-tag-warning,
.ivu-tag-warning .ivu-icon-ios-close,
.ivu-tag-warning .ivu-icon-ios-close:hover,
.ivu-tag-warning a,
.ivu-tag-warning a:hover {
  color: #fff;
}
.ivu-tag-primary,
.ivu-tag-primary.ivu-tag-dot .ivu-tag-dot-inner {
  background: #2d8cf0;
}
.ivu-tag-success,
.ivu-tag-success.ivu-tag-dot .ivu-tag-dot-inner {
  background: #19be6b;
}
.ivu-tag-warning,
.ivu-tag-warning.ivu-tag-dot .ivu-tag-dot-inner {
  background: #f90;
}
.ivu-tag-error,
.ivu-tag-error.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ed4014;
}
.ivu-tag-pink {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-pink .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-pink.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-magenta {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-magenta .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-magenta.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-red {
  line-height: 20px;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ivu-tag-red .ivu-tag-text {
  color: #f5222d !important;
}
.ivu-tag-red.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-volcano {
  line-height: 20px;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ivu-tag-volcano .ivu-tag-text {
  color: #fa541c !important;
}
.ivu-tag-volcano.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-orange {
  line-height: 20px;
  background: #fff7e6;
  border-color: #ffd591;
}
.ivu-tag-orange .ivu-tag-text {
  color: #fa8c16 !important;
}
.ivu-tag-orange.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-yellow {
  line-height: 20px;
  background: #feffe6;
  border-color: #fffb8f;
}
.ivu-tag-yellow .ivu-tag-text {
  color: #fadb14 !important;
}
.ivu-tag-yellow.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-gold {
  line-height: 20px;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ivu-tag-gold .ivu-tag-text {
  color: #faad14 !important;
}
.ivu-tag-gold.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-cyan {
  line-height: 20px;
  background: #e6fffb;
  border-color: #87e8de;
}
.ivu-tag-cyan .ivu-tag-text {
  color: #13c2c2 !important;
}
.ivu-tag-cyan.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-lime {
  line-height: 20px;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ivu-tag-lime .ivu-tag-text {
  color: #a0d911 !important;
}
.ivu-tag-lime.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-green {
  line-height: 20px;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ivu-tag-green .ivu-tag-text {
  color: #52c41a !important;
}
.ivu-tag-green.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-blue {
  line-height: 20px;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ivu-tag-blue .ivu-tag-text {
  color: #1890ff !important;
}
.ivu-tag-blue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-geekblue {
  line-height: 20px;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ivu-tag-geekblue .ivu-tag-text {
  color: #2f54eb !important;
}
.ivu-tag-geekblue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-purple {
  line-height: 20px;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ivu-tag-purple .ivu-tag-text {
  color: #722ed1 !important;
}
.ivu-tag-purple.ivu-tag-dot {
  line-height: 32px;
}
.ivu-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: #f5f7f9;
}
.ivu-layout.ivu-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ivu-layout.ivu-layout-has-sider > .ivu-layout,
.ivu-layout.ivu-layout-has-sider > .ivu-layout-content {
  overflow-x: hidden;
}
.ivu-layout-footer,
.ivu-layout-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ivu-layout-header {
  background: #515a6e;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ivu-layout-sider {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #515a6e;
  min-width: 0;
}
.ivu-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ivu-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ivu-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #515a6e;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-layout-sider-trigger .ivu-icon {
  font-size: 16px;
}
.ivu-layout-sider-trigger > * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.ivu-layout-sider-zero-width > * {
  overflow: hidden;
}
.ivu-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #515a6e;
  color: #fff;
  font-size: 18px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ivu-layout-sider-zero-width-trigger:hover {
  background: #626b7d;
}
.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left {
  right: 0;
  left: -36px;
  border-radius: 6px 0 0 6px;
}
.ivu-layout-footer {
  background: #f5f7f9;
  padding: 24px 50px;
  color: #515a6e;
  font-size: 14px;
}
.ivu-layout-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.ivu-loading-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.ivu-loading-bar-inner {
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.ivu-loading-bar-inner-color-primary {
  background-color: #2d8cf0;
}
.ivu-loading-bar-inner-failed-color-error {
  background-color: #ed4014;
}
.ivu-progress {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ivu-progress-vertical {
  height: 100%;
  width: auto;
}
.ivu-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ivu-progress-show-info .ivu-progress-outer {
  padding-right: 55px;
  margin-right: -55px;
}
.ivu-progress-vertical .ivu-progress-outer {
  height: 100%;
  width: auto;
}
.ivu-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ivu-progress-vertical .ivu-progress-inner {
  height: 100%;
  width: auto;
}
.ivu-progress-vertical .ivu-progress-inner:after,
.ivu-progress-vertical .ivu-progress-inner > * {
  display: inline-block;
  vertical-align: bottom;
}
.ivu-progress-vertical .ivu-progress-inner:after {
  content: '';
  height: 100%;
}
.ivu-progress-bg {
  border-radius: 100px;
  background-color: #2d8cf0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.ivu-progress-success-bg {
  border-radius: 100px;
  background-color: #19be6b;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.ivu-progress-text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
}
.ivu-progress-active .ivu-progress-bg:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ivu-progress-active 2s ease-in-out infinite;
  animation: ivu-progress-active 2s ease-in-out infinite;
}
.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before {
  top: auto;
  -webkit-animation: ivu-progress-active-vertical 2s ease-in-out infinite;
  animation: ivu-progress-active-vertical 2s ease-in-out infinite;
}
.ivu-progress-wrong .ivu-progress-bg {
  background-color: #ed4014;
}
.ivu-progress-wrong .ivu-progress-text {
  color: #ed4014;
}
.ivu-progress-success .ivu-progress-bg {
  background-color: #19be6b;
}
.ivu-progress-success .ivu-progress-text {
  color: #19be6b;
}
@-webkit-keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
@keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
.ivu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-timeline-item {
  margin: 0!important;
  padding: 0 0 12px 0;
  list-style: none;
  position: relative;
}
.ivu-timeline-item-tail {
  height: 100%;
  border-left: 1px solid #e8eaec;
  position: absolute;
  left: 6px;
  top: 0;
}
.ivu-timeline-item-pending .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline-item-head {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
}
.ivu-timeline-item-head-blue {
  border-color: #2d8cf0;
  color: #2d8cf0;
}
.ivu-timeline-item-head-red {
  border-color: #ed4014;
  color: #ed4014;
}
.ivu-timeline-item-head-green {
  border-color: #19be6b;
  color: #19be6b;
}
.ivu-timeline-item-head-custom {
  width: 40px;
  height: auto;
  margin-top: 6px;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  position: absolute;
  left: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ivu-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.ivu-timeline-item:last-child .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail {
  border-left: 1px dotted #e8eaec;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content {
  min-height: 48px;
}
.ivu-page:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ivu-page-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ivu-page-item a {
  font-family: "Monospaced Number";
  margin: 0 6px;
  text-decoration: none;
  color: #515a6e;
}
.ivu-page-item:hover {
  border-color: #2d8cf0;
}
.ivu-page-item:hover a {
  color: #2d8cf0;
}
.ivu-page-item-active {
  border-color: #2d8cf0;
}
.ivu-page-item-active a,
.ivu-page-item-active:hover a {
  color: #2d8cf0;
}
.ivu-page-item-jump-next:after,
.ivu-page-item-jump-prev:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 1px;
  color: #ccc;
  text-align: center;
}
.ivu-page-item-jump-next i,
.ivu-page-item-jump-prev i {
  display: none;
}
.ivu-page-item-jump-next:hover:after,
.ivu-page-item-jump-prev:hover:after {
  display: none;
}
.ivu-page-item-jump-next:hover i,
.ivu-page-item-jump-prev:hover i {
  display: inline;
}
.ivu-page-item-jump-prev:hover i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-page-item-jump-next:hover i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-page-prev {
  margin-right: 4px;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev {
  margin-right: 4px;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev,
.ivu-page-next,
.ivu-page-prev {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev {
  border-color: transparent;
}
.ivu-page-next,
.ivu-page-prev {
  background-color: #fff;
}
.ivu-page-next a,
.ivu-page-prev a {
  color: #666;
  font-size: 14px;
}
.ivu-page-next:hover,
.ivu-page-prev:hover {
  border-color: #2d8cf0;
}
.ivu-page-next:hover a,
.ivu-page-prev:hover a {
  color: #2d8cf0;
}
.ivu-page-disabled {
  cursor: not-allowed;
}
.ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.ivu-page-options-sizer {
  display: inline-block;
  margin-right: 10px;
}
.ivu-page-options-elevator {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.ivu-page-options-elevator input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  border-radius: 4px;
  margin: 0 8px;
  width: 50px;
}
.ivu-page-options-elevator input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-options-elevator input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input:hover {
  border-color: #57a3f3;
}
.ivu-page-options-elevator input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-page-options-elevator input[disabled],
fieldset[disabled] .ivu-page-options-elevator input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-options-elevator input[disabled]:hover,
fieldset[disabled] .ivu-page-options-elevator input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-options-elevator input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-page-options-elevator input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-page-options-elevator input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-total {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.ivu-page-simple .ivu-page-next,
.ivu-page-simple .ivu-page-prev {
  margin: 0;
  border: 0;
  height: 24px;
  line-height: normal;
  font-size: 18px;
}
.ivu-page-simple .ivu-page-simple-pager {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.ivu-page-simple .ivu-page-simple-pager input {
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 5px 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #2d8cf0;
}
.ivu-page-simple .ivu-page-simple-pager span {
  padding: 0 8px 0 2px;
}
.ivu-page-custom-text,
.ivu-page-custom-text:hover {
  border-color: transparent;
}
.ivu-page.mini .ivu-page-total {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item {
  border: 0;
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
}
.ivu-page.mini .ivu-page-next,
.ivu-page.mini .ivu-page-prev {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  border: 0;
}
.ivu-page.mini .ivu-page-next a i:after,
.ivu-page.mini .ivu-page-prev a i:after {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item-jump-next,
.ivu-page.mini .ivu-page-item-jump-prev {
  height: 24px;
  line-height: 24px;
  border: none;
  margin-right: 0;
}
.ivu-page.mini .ivu-page-options {
  margin-left: 8px;
}
.ivu-page.mini .ivu-page-options-elevator {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-options-elevator input {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
  width: 44px;
}
.ivu-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
}
.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
  background-color: #fff;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner > .ivu-steps-icon {
  color: #ccc;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon {
  color: #fff;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-content {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon {
  color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  width: 100%;
  background: #2d8cf0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner > .ivu-steps-icon {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-content {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i,
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i:after {
  background-color: #ed4014;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  background: 0 0;
  border: 0;
  width: auto;
  height: auto;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner > .ivu-steps-icon {
  font-size: 20px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon {
  color: #2d8cf0;
}
.ivu-steps-item:last-child .ivu-steps-tail {
  display: none;
}
.ivu-steps .ivu-steps-head,
.ivu-steps .ivu-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ivu-steps .ivu-steps-head {
  background: #fff;
}
.ivu-steps .ivu-steps-head-inner {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon {
  line-height: 1;
  position: relative;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 24px;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-checkmark-empty,
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-close-empty {
  font-weight: 700;
}
.ivu-steps .ivu-steps-main {
  margin-top: 2.5px;
  display: inline;
}
.ivu-steps .ivu-steps-custom .ivu-steps-title {
  margin-top: 2.5px;
}
.ivu-steps .ivu-steps-title {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  background: #fff;
}
.ivu-steps .ivu-steps-title > a:first-child:last-child {
  color: #666;
}
.ivu-steps .ivu-steps-item-last .ivu-steps-title {
  padding-right: 0;
  width: 100%;
}
.ivu-steps .ivu-steps-content {
  font-size: 12px;
  color: #999;
}
.ivu-steps .ivu-steps-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 13px;
}
.ivu-steps .ivu-steps-tail > i {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.ivu-steps .ivu-steps-tail > i:after {
  content: '';
  width: 0;
  height: 100%;
  background: #e8eaec;
  opacity: 0;
  position: absolute;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 16px;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-main {
  margin-top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-title {
  margin-bottom: 4px;
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: 700;
}
.ivu-steps.ivu-steps-small .ivu-steps-content {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail > i {
  height: 1px;
  width: 100%;
  border-radius: 1px;
}
.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,
.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: 0 0;
}
.ivu-steps-vertical .ivu-steps-item {
  display: block;
}
.ivu-steps-vertical .ivu-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}
.ivu-steps-vertical .ivu-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ivu-steps-vertical .ivu-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail > i:after {
  height: 100%;
}
.ivu-steps-vertical .ivu-steps-head {
  float: left;
}
.ivu-steps-vertical .ivu-steps-head-inner {
  margin-right: 16px;
}
.ivu-steps-vertical .ivu-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-title {
  line-height: 26px;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-content {
  padding-bottom: 12px;
  padding-left: 0;
}
.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon {
  left: 4px;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon {
  left: 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail > i {
  height: 100%;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-title {
  line-height: 18px;
}
.ivu-steps-horizontal.ivu-steps-hidden {
  visibility: hidden;
}
.ivu-steps-horizontal .ivu-steps-content {
  padding-left: 35px;
}
.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ivu-modal {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: 0;
  top: 100px;
}
.ivu-modal-hidden {
  display: none !important;
}
.ivu-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-modal-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.ivu-modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-modal-mask-hidden {
  display: none;
}
.ivu-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-modal-content-no-mask {
  pointer-events: auto;
}
.ivu-modal-content-drag {
  position: absolute;
}
.ivu-modal-content-drag .ivu-modal-header {
  cursor: move;
}
.ivu-modal-content-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-modal-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-modal-header p,
.ivu-modal-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-modal-header p i,
.ivu-modal-header p span {
  vertical-align: middle;
}
.ivu-modal-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-modal-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-modal-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ivu-modal-footer {
  border-top: 1px solid #e8eaec;
  padding: 12px 18px 12px 18px;
  text-align: right;
}
.ivu-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-modal-fullscreen {
  width: 100%!important;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ivu-modal-fullscreen .ivu-modal-content {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-body {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 51px;
  bottom: 61px;
}
.ivu-modal-fullscreen-no-header .ivu-modal-body {
  top: 0;
}
.ivu-modal-fullscreen-no-footer .ivu-modal-body {
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ivu-modal-no-mask {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ivu-modal {
    width: auto!important;
    margin: 10px;
  }
  .ivu-modal-fullscreen {
    width: 100%!important;
    margin: 0;
  }
  .vertical-center-modal .ivu-modal {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.ivu-modal-confirm {
  padding: 0 4px;
}
.ivu-modal-confirm-head {
  padding: 0 12px 0 0;
}
.ivu-modal-confirm-head-icon {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ivu-modal-confirm-head-icon-info {
  color: #2d8cf0;
}
.ivu-modal-confirm-head-icon-success {
  color: #19be6b;
}
.ivu-modal-confirm-head-icon-warning {
  color: #f90;
}
.ivu-modal-confirm-head-icon-error {
  color: #ed4014;
}
.ivu-modal-confirm-head-icon-confirm {
  color: #f90;
}
.ivu-modal-confirm-head-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 16px;
  color: #17233d;
  font-weight: 700;
}
.ivu-modal-confirm-body {
  padding-left: 42px;
  font-size: 14px;
  color: #515a6e;
  position: relative;
}
.ivu-modal-confirm-body-render {
  margin: 0;
  padding: 0;
}
.ivu-modal-confirm-footer {
  margin-top: 20px;
  text-align: right;
}
.ivu-modal-confirm-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-select {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal;
}
.ivu-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-select-selection-focused,
.ivu-select-selection:hover {
  border-color: #57a3f3;
}
.ivu-select-selection-focused .ivu-select-arrow,
.ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-select-visible .ivu-select-selection {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-select-visible .ivu-select-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  display: inline-block;
}
.ivu-select-disabled .ivu-select-selection {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #e3e5e8;
}
.ivu-select-disabled .ivu-select-selection .ivu-select-arrow {
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #dcdee2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-single .ivu-select-selection {
  height: 32px;
  position: relative;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #c5c8ce;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 24px;
}
.ivu-select-multiple .ivu-select-selection {
  padding: 0 24px 0 4px;
}
.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #c5c8ce;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 22px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection {
  height: 36px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection {
  min-height: 36px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  min-height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection {
  height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 22px;
  line-height: 22px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection {
  min-height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  height: auto;
  min-height: 22px;
  line-height: 22px;
}
.ivu-select-input {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px 0 8px;
  font-size: 12px;
  outline: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #515a6e;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.ivu-select-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-select-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input[disabled] {
  cursor: not-allowed;
  color: #ccc;
  -webkit-text-fill-color: #ccc;
}
.ivu-select-single .ivu-select-input {
  width: 100%;
}
.ivu-select-large .ivu-select-input {
  font-size: 14px;
  height: 36px;
}
.ivu-select-small .ivu-select-input {
  height: 22px;
  line-height: 22px;
}
.ivu-select-multiple .ivu-select-input {
  height: 30px;
  line-height: 32px;
  padding: 0 0 0 4px;
}
.ivu-select-not-found {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-not-found li:not([class^=ivu-]) {
  margin-bottom: 0;
}
.ivu-select-loading {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 99%;
  position: relative;
}
.ivu-select-multiple .ivu-tag span:not(.ivu-select-max-tag) {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-select-multiple .ivu-tag i {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag {
  height: 28px;
  line-height: 26px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 6px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag {
  height: 17px;
  line-height: 15px;
  font-size: 12px;
  padding: 0 6px;
  margin: 3px 4px 2px 0;
}
.ivu-select-small.ivu-select-multiple .ivu-tag span {
  margin-right: 14px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag i {
  top: 1px;
  right: 2px;
}
.ivu-select-dropdown-list {
  min-width: 100%;
  list-style: none;
}
.ivu-select .ivu-select-dropdown {
  width: auto;
}
.ivu-select-prefix {
  display: inline-block;
  vertical-align: middle;
}
.ivu-select-prefix i {
  vertical-align: top;
}
.ivu-select-head-with-prefix {
  display: inline-block !important;
  vertical-align: middle;
}
.ivu-select-single .ivu-select-prefix {
  padding-left: 4px;
}
.ivu-select-multiple .ivu-select-head-with-prefix,
.ivu-select-single .ivu-select-head-with-prefix {
  padding-left: 0 !important;
}
.ivu-select-head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ivu-select-multiple .ivu-select-head-flex .ivu-select-prefix {
  margin-right: 4px;
}
.ivu-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-select-item:hover {
  background: #f3f3f3;
}
.ivu-select-item-focus {
  background: #f3f3f3;
}
.ivu-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-select-item-selected,
.ivu-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-select-large .ivu-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-select-item {
    white-space: normal;
  }
}
.ivu-select-multiple .ivu-select-item {
  position: relative;
}
.ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-focus,
.ivu-select-multiple .ivu-select-item-selected:hover {
  background: #f3f3f3;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus {
  color: rgba(40, 123, 211, 0.91);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-selected:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 24px;
  content: '\F171';
  color: rgba(45, 140, 240, 0.9);
  position: absolute;
  top: 2px;
  right: 8px;
}
.ivu-select-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-select-group-title {
  padding-left: 8px;
  font-size: 12px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.ivu-form-item-error .ivu-select-selection {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-select-arrow {
  color: #ed4014;
}
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
}
.ivu-select-dropdown-transfer {
  z-index: 1060;
  width: auto;
}
.ivu-select-dropdown.ivu-transfer-no-max-height {
  max-height: none;
}
.ivu-modal .ivu-select-dropdown {
  position: absolute !important;
}
.ivu-split-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ivu-split-pane {
  position: absolute;
}
.ivu-split-pane.left-pane,
.ivu-split-pane.right-pane {
  top: 0;
  bottom: 0;
}
.ivu-split-pane.left-pane {
  left: 0;
}
.ivu-split-pane.right-pane {
  right: 0;
}
.ivu-split-pane.bottom-pane,
.ivu-split-pane.top-pane {
  left: 0;
  right: 0;
}
.ivu-split-pane.top-pane {
  top: 0;
}
.ivu-split-pane.bottom-pane {
  bottom: 0;
}
.ivu-split-pane-moving {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-split-trigger {
  border: 1px solid #dcdee2;
}
.ivu-split-trigger-con {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.ivu-split-trigger-bar-con {
  position: absolute;
  overflow: hidden;
}
.ivu-split-trigger-bar-con.vertical {
  left: 1px;
  top: 50%;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ivu-split-trigger-bar-con.horizontal {
  left: 50%;
  top: 1px;
  width: 32px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ivu-split-trigger-vertical {
  width: 6px;
  height: 100%;
  background: #f8f8f9;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.ivu-split-trigger-vertical .ivu-split-trigger-bar {
  width: 4px;
  height: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-top: 3px;
}
.ivu-split-trigger-horizontal {
  height: 6px;
  width: 100%;
  background: #f8f8f9;
  border-left: none;
  border-right: none;
  cursor: row-resize;
}
.ivu-split-trigger-horizontal .ivu-split-trigger-bar {
  height: 4px;
  width: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-right: 3px;
}
.ivu-split-horizontal .ivu-split-trigger-con {
  top: 50%;
  height: 100%;
  width: 0;
}
.ivu-split-vertical .ivu-split-trigger-con {
  left: 50%;
  height: 0;
  width: 100%;
}
.ivu-split .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-tooltip {
  display: inline-block;
}
.ivu-tooltip-rel {
  display: inline-block;
  position: relative;
  width: inherit;
}
.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-popper[x-placement^=top] {
  padding: 5px 0 8px 0;
}
.ivu-tooltip-popper[x-placement^=right] {
  padding: 0 5px 0 8px;
}
.ivu-tooltip-popper[x-placement^=bottom] {
  padding: 8px 0 5px 0;
}
.ivu-tooltip-popper[x-placement^=left] {
  padding: 0 8px 0 5px;
}
.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] {
  padding: 7px 0 10px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right] {
  padding: 0 7px 0 10px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom] {
  padding: 10px 0 7px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left] {
  padding: 0 10px 0 7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: rgba(217, 217, 217, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: rgba(217, 217, 217, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: rgba(217, 217, 217, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: rgba(217, 217, 217, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-tooltip-inner {
  max-width: 250px;
  min-height: 34px;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(70, 76, 91, 0.9);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-tooltip-inner-with-width {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-tooltip-light .ivu-tooltip-inner {
  background-color: #fff;
  color: #515a6e;
}
.ivu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ivu-tooltip-light .ivu-tooltip-arrow {
  border-width: 8px;
}
.ivu-tooltip-light .ivu-tooltip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 7px;
}
.ivu-poptip {
  display: inline-block;
}
.ivu-poptip-rel {
  display: inline-block;
  position: relative;
}
.ivu-poptip-title {
  margin: 0;
  padding: 8px 16px;
  position: relative;
}
.ivu-poptip-title:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  background-color: #e8eaec;
}
.ivu-poptip-title-inner {
  color: #17233d;
  font-size: 14px;
}
.ivu-poptip-body {
  padding: 8px 16px;
}
.ivu-poptip-body-content {
  overflow: auto;
}
.ivu-poptip-body-content-word-wrap {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-poptip-body-content-inner {
  color: #515a6e;
}
.ivu-poptip-inner {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-poptip-popper {
  min-width: 150px;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-poptip-popper[x-placement^=top] {
  padding: 7px 0 10px 0;
}
.ivu-poptip-popper[x-placement^=right] {
  padding: 0 7px 0 10px;
}
.ivu-poptip-popper[x-placement^=bottom] {
  padding: 10px 0 7px 0;
}
.ivu-poptip-popper[x-placement^=left] {
  padding: 0 10px 0 7px;
}
.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: rgba(217, 217, 217, 0.5);
}
.ivu-poptip-popper[x-placement=top] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement=top-start] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement=top-end] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: rgba(217, 217, 217, 0.5);
}
.ivu-poptip-popper[x-placement=right] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement=right-start] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement=right-end] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: rgba(217, 217, 217, 0.5);
}
.ivu-poptip-popper[x-placement=left] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement=left-start] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement=left-end] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: rgba(217, 217, 217, 0.5);
}
.ivu-poptip-popper[x-placement=bottom] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement=bottom-start] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement=bottom-end] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-poptip-arrow,
.ivu-poptip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.ivu-poptip-arrow {
  border-width: 8px;
}
.ivu-poptip-arrow:after {
  content: "";
  border-width: 7px;
}
.ivu-poptip-confirm .ivu-poptip-popper {
  max-width: 300px;
}
.ivu-poptip-confirm .ivu-poptip-inner {
  white-space: normal;
}
.ivu-poptip-confirm .ivu-poptip-body {
  padding: 16px 16px 8px;
}
.ivu-poptip-confirm .ivu-poptip-body .ivu-icon {
  font-size: 16px;
  color: #f90;
  line-height: 18px;
  position: absolute;
}
.ivu-poptip-confirm .ivu-poptip-body-message {
  padding-left: 20px;
}
.ivu-poptip-confirm .ivu-poptip-footer {
  text-align: right;
  padding: 8px 16px 16px;
}
.ivu-poptip-confirm .ivu-poptip-footer button {
  margin-left: 4px;
}
.ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input[disabled],
fieldset[disabled] .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input[disabled]:hover,
fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.ivu-input-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #808695;
  position: absolute;
  right: 0;
  z-index: 3;
}
.ivu-input-hide-icon .ivu-input-icon {
  display: none;
}
.ivu-input-icon-validate {
  display: none;
}
.ivu-input-icon-clear {
  display: none;
}
.ivu-input-wrapper:hover .ivu-input-icon-clear {
  display: inline-block;
}
.ivu-input-icon-normal + .ivu-input {
  padding-right: 32px;
}
.ivu-input-hide-icon .ivu-input-icon-normal + .ivu-input {
  padding-right: 7px;
}
.ivu-input-wrapper-large .ivu-input-icon {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}
.ivu-input-wrapper-small .ivu-input-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.ivu-input-prefix,
.ivu-input-suffix {
  width: 32px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ivu-input-prefix i,
.ivu-input-suffix i {
  font-size: 16px;
  line-height: 32px;
  color: #808695;
}
.ivu-input-suffix {
  left: auto;
  right: 0;
}
.ivu-input-wrapper-small .ivu-input-prefix i,
.ivu-input-wrapper-small .ivu-input-suffix i {
  font-size: 14px;
  line-height: 24px;
}
.ivu-input-wrapper-large .ivu-input-prefix i,
.ivu-input-wrapper-large .ivu-input-suffix i {
  font-size: 18px;
  line-height: 36px;
}
.ivu-input-with-prefix {
  padding-left: 32px;
}
.ivu-input-with-suffix {
  padding-right: 32px;
}
.ivu-input-search {
  cursor: pointer;
  padding: 0 16px!important;
  background: #2d8cf0 !important;
  color: #fff !important;
  border-color: #2d8cf0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.ivu-input-search i {
  font-size: 16px;
}
.ivu-input-search:hover {
  background: #57a3f3 !important;
  border-color: #57a3f3 !important;
}
.ivu-input-search:active {
  background: #2b85e4 !important;
  border-color: #2b85e4 !important;
}
.ivu-input-search-icon {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-input-search-icon:hover {
  color: inherit;
}
.ivu-input-search:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: inherit;
}
.ivu-input-wrapper-small .ivu-input-search {
  padding: 0 12px !important;
}
.ivu-input-wrapper-small .ivu-input-search i {
  font-size: 14px;
}
.ivu-input-wrapper-large .ivu-input-search {
  padding: 0 20px !important;
}
.ivu-input-wrapper-large .ivu-input-search i {
  font-size: 18px;
}
.ivu-input-with-search:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 12px;
  top: 1px;
}
.ivu-input-group-large {
  font-size: 14px;
}
.ivu-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ivu-input-group > [class*=col-] {
  padding-right: 8px;
}
.ivu-input-group-append,
.ivu-input-group-prepend,
.ivu-input-group > .ivu-input {
  display: table-cell;
}
.ivu-input-group-with-prepend .ivu-input,
.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ivu-input-group-with-append .ivu-input,
.ivu-input-group-with-append.ivu-input-group-small .ivu-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-input-group-append .ivu-btn,
.ivu-input-group-prepend .ivu-btn {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  margin: -6px -7px;
}
.ivu-input-group-append,
.ivu-input-group-prepend {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ivu-input-group .ivu-input {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.ivu-input-group-append,
.ivu-input-group-prepend {
  padding: 4px 7px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.ivu-input-group-append .ivu-select,
.ivu-input-group-prepend .ivu-select {
  margin: -5px -7px;
}
.ivu-input-group-append .ivu-select-selection,
.ivu-input-group-prepend .ivu-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
}
.ivu-input-group-append .ivu-select-visible .ivu-select-selection,
.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ivu-input-group-prepend,
.ivu-input-group > .ivu-input:first-child,
.ivu-input-group > span > .ivu-input:first-child {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0 !important;
}
.ivu-input-group-prepend .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group > span > .ivu-input:first-child .ivu--select .ivu--select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-input-group-prepend {
  border-right: 0;
}
.ivu-input-group-append {
  border-left: 0;
}
.ivu-input-group-append,
.ivu-input-group > .ivu-input:last-child {
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0 !important;
}
.ivu-input-group-append .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:last-child .ivu--select .ivu--select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-input-group-large .ivu-input,
.ivu-input-group-large > .ivu-input-group-append,
.ivu-input-group-large > .ivu-input-group-prepend {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-group-small .ivu-input,
.ivu-input-group-small > .ivu-input-group-append,
.ivu-input-group-small > .ivu-input-group-prepend {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input:focus {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-icon {
  color: #ed4014;
}
.ivu-form-item-error .ivu-input-group-append,
.ivu-form-item-error .ivu-input-group-prepend {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,
.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.ivu-form-item-error .ivu-input-group-prepend {
  border-right: 0;
}
.ivu-form-item-error .ivu-input-group-append {
  border-left: 0;
}
.ivu-form-item-error .ivu-transfer .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-form-item-error .ivu-transfer .ivu-input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled],
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-form-item-error .ivu-transfer .ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-icon {
  color: #808695;
}
.ivu-form-item-validating .ivu-input-icon-validate {
  display: inline-block;
}
.ivu-form-item-validating .ivu-input-icon + .ivu-input {
  padding-right: 32px;
}
.ivu-slider {
  line-height: normal;
}
.ivu-slider-wrap {
  width: 100%;
  height: 4px;
  margin: 16px 0;
  background-color: #e8eaec;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.ivu-slider-button-wrap {
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: transparent;
  position: absolute;
  top: -4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ivu-slider-button-wrap .ivu-tooltip {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-slider-button {
  width: 12px;
  height: 12px;
  border: 2px solid #57a3f3;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: 0;
}
.ivu-slider-button-dragging,
.ivu-slider-button:focus,
.ivu-slider-button:hover {
  border-color: #2d8cf0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.ivu-slider-button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.ivu-slider-button-dragging,
.ivu-slider-button-dragging:hover {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ivu-slider-bar {
  height: 4px;
  background: #57a3f3;
  border-radius: 3px;
  position: absolute;
}
.ivu-slider-stop {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ivu-slider-disabled {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-wrap {
  background-color: #ccc;
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-bar {
  background-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button:hover {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button:hover {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button-dragging:hover {
  cursor: not-allowed;
}
.ivu-slider-input .ivu-slider-wrap {
  width: auto;
  margin-right: 100px;
}
.ivu-slider-input .ivu-input-number {
  float: right;
  margin-top: -14px;
}
.selectDropDown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader {
  line-height: normal;
}
.ivu-cascader-rel {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ivu-cascader .ivu-input {
  padding-right: 24px;
  display: block;
  cursor: pointer;
}
.ivu-cascader-disabled .ivu-input {
  cursor: not-allowed;
}
.ivu-cascader-label {
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.ivu-cascader-size-large .ivu-cascader-label {
  line-height: 36px;
  font-size: 14px;
}
.ivu-cascader-size-small .ivu-cascader-label {
  line-height: 26px;
}
.ivu-cascader .ivu-cascader-arrow:nth-of-type(1) {
  display: none;
  cursor: pointer;
}
.ivu-cascader:hover .ivu-cascader-arrow:nth-of-type(1) {
  display: inline-block;
}
.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
  display: none;
}
.ivu-cascader-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.ivu-cascader .ivu-select-dropdown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-selected,
.ivu-cascader .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-dropdown {
  padding: 5px 0;
}
.ivu-cascader-dropdown .ivu-select-dropdown-list {
  max-height: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.ivu-cascader-not-found-tip {
  padding: 5px 0;
  text-align: center;
  color: #c5c8ce;
}
.ivu-cascader-not-found-tip li:not([class^=ivu-]) {
  list-style: none;
  margin-bottom: 0;
}
.ivu-cascader-not-found .ivu-select-dropdown {
  width: inherit;
}
.ivu-cascader-menu {
  display: inline-block;
  min-width: 100px;
  height: 180px;
  margin: 0;
  padding: 5px 0!important;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8eaec;
  overflow: auto;
}
.ivu-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
}
.ivu-cascader-menu .ivu-cascader-menu-item {
  position: relative;
  padding-right: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-menu .ivu-cascader-menu-item i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ivu-cascader-menu .ivu-cascader-menu-item-loading {
  margin-top: -6px;
}
.ivu-cascader-menu .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-cascader-transfer {
  z-index: 1060;
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-selected,
.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader-transfer .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader-transfer .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  padding-right: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-form-item-error .ivu-cascader-arrow {
  color: #ed4014;
}
.ivu-transfer {
  position: relative;
  line-height: 1.5;
}
.ivu-transfer-list {
  display: inline-block;
  width: 180px;
  height: 210px;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  padding-top: 35px;
}
.ivu-transfer-list-with-footer {
  padding-bottom: 35px;
}
.ivu-transfer-list-header {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ivu-transfer-list-header-title {
  cursor: pointer;
}
.ivu-transfer-list-header > span {
  padding-left: 4px;
}
.ivu-transfer-list-header-count {
  margin: 0!important;
  float: right;
}
.ivu-transfer-list-body {
  height: 100%;
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: relative;
  overflow: hidden;
}
.ivu-transfer-list-body-with-search {
  padding-top: 34px;
}
.ivu-transfer-list-body-with-footer {
  border-radius: 0;
}
.ivu-transfer-list-content {
  height: 100%;
  padding: 4px 0;
  overflow: auto;
}
.ivu-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ivu-transfer-list-content-item > span {
  padding-left: 4px;
}
.ivu-transfer-list-content-not-found {
  display: none;
  text-align: center;
  color: #c5c8ce;
}
li.ivu-transfer-list-content-not-found:only-child {
  display: block;
}
.ivu-transfer-list-body-with-search .ivu-transfer-list-content {
  padding: 6px 0 0;
}
.ivu-transfer-list-body-search-wrapper {
  padding: 8px 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ivu-transfer-list-search {
  position: relative;
}
.ivu-transfer-list-footer {
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
}
.ivu-transfer-list-footer:after,
.ivu-transfer-list-footer:before {
  content: "";
  display: table;
}
.ivu-transfer-list-footer:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-transfer-operation {
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}
.ivu-transfer-operation .ivu-btn {
  display: block;
  min-width: 24px;
}
.ivu-transfer-operation .ivu-btn:first-child {
  margin-bottom: 12px;
}
.ivu-transfer-operation .ivu-btn span i,
.ivu-transfer-operation .ivu-btn span span {
  vertical-align: middle;
}
.ivu-transfer-list-content-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-transfer-list-content-item:hover {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-focus {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-selected,
.ivu-transfer-list-content-item-selected:hover {
  color: #2d8cf0;
}
.ivu-transfer-list-content-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-transfer-list-content-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-transfer-large .ivu-transfer-list-content-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-transfer-list-content-item {
    white-space: normal;
  }
}
.ivu-table {
  width: inherit;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #515a6e;
  font-size: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ivu-table-wrapper {
  position: relative;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
  overflow: hidden;
}
.ivu-table-hide {
  opacity: 0;
}
.ivu-table:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dcdee2;
  z-index: 1;
}
.ivu-table:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dcdee2;
  z-index: 3;
}
.ivu-table-footer,
.ivu-table-title {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-footer {
  border-bottom: none;
}
.ivu-table-header {
  overflow: hidden;
}
.ivu-table-overflowX {
  overflow-x: scroll;
}
.ivu-table-overflowY {
  overflow-y: scroll;
}
.ivu-table-tip {
  overflow-x: auto;
  overflow-y: hidden;
}
.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
  border-top: 1px solid #dcdee2;
}
.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table td,
.ivu-table th {
  min-width: 0;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table th {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}
.ivu-table td {
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
td.ivu-table-column-left,
th.ivu-table-column-left {
  text-align: left;
}
td.ivu-table-column-center,
th.ivu-table-column-center {
  text-align: center;
}
td.ivu-table-column-right,
th.ivu-table-column-right {
  text-align: right;
}
.ivu-table table {
  table-layout: fixed;
}
.ivu-table-border td,
.ivu-table-border th {
  border-right: 1px solid #e8eaec;
}
.ivu-table-cell {
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ivu-table-cell-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivu-table-cell-tooltip {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ivu-table-cell-tooltip-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-table-cell-with-expand {
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
}
.ivu-table-cell-expand {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.ivu-table-cell-expand i {
  font-size: 14px;
}
.ivu-table-cell-expand-expanded {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ivu-table-cell-sort {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-table-cell-with-selection .ivu-checkbox-wrapper {
  margin-right: 0;
}
.ivu-table-hidden {
  visibility: hidden;
}
th .ivu-table-cell {
  display: inline-block;
  word-wrap: normal;
  vertical-align: middle;
}
td.ivu-table-expanded-cell {
  padding: 20px 50px;
  background: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
  background-color: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-large {
  font-size: 14px;
}
.ivu-table-large th {
  height: 48px;
}
.ivu-table-large td {
  height: 60px;
}
.ivu-table-large-footer,
.ivu-table-large-title {
  height: 60px;
  line-height: 60px;
}
.ivu-table-large .ivu-table-cell-with-expand {
  height: 59px;
  line-height: 59px;
}
.ivu-table-large .ivu-table-cell-with-expand i {
  font-size: 16px;
}
.ivu-table-small th {
  height: 32px;
}
.ivu-table-small td {
  height: 40px;
}
.ivu-table-small-footer,
.ivu-table-small-title {
  height: 40px;
  line-height: 40px;
}
.ivu-table-small .ivu-table-cell-with-expand {
  height: 39px;
  line-height: 39px;
}
.ivu-table-row-highlight td,
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,
tr.ivu-table-row-highlight.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-fixed,
.ivu-table-fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right::before,
.ivu-table-fixed::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.ivu-table-fixed-right {
  top: 0;
  left: auto;
  right: 0;
  -webkit-box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right-header {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #f8f8f9;
  border-top: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-fixed-header {
  overflow: hidden;
}
.ivu-table-fixed-body {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ivu-table-fixed-shadow {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
.ivu-table-sort {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-top: -1px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.ivu-table-sort i {
  display: block;
  height: 6px;
  line-height: 6px;
  overflow: hidden;
  position: absolute;
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
}
.ivu-table-sort i:hover {
  color: inherit;
}
.ivu-table-sort i.on {
  color: #2d8cf0;
}
.ivu-table-sort i:first-child {
  top: 0;
}
.ivu-table-sort i:last-child {
  bottom: 0;
}
.ivu-table-filter {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ivu-table-filter i {
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-table-filter i:hover {
  color: inherit;
}
.ivu-table-filter i.on {
  color: #2d8cf0;
}
.ivu-table-filter-list {
  padding: 8px 0 0;
}
.ivu-table-filter-list-item {
  padding: 0 12px 8px;
}
.ivu-table-filter-list-item .ivu-checkbox-wrapper + .ivu-checkbox-wrapper {
  margin: 0;
}
.ivu-table-filter-list-item label {
  display: block;
}
.ivu-table-filter-list-item label > span {
  margin-right: 4px;
}
.ivu-table-filter-list ul {
  padding-bottom: 8px;
}
.ivu-table-filter-list .ivu-table-filter-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-table-filter-list .ivu-table-filter-select-item:hover {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-focus {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-selected,
.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-table-filter-list .ivu-table-filter-select-item {
    white-space: normal;
  }
}
.ivu-table-filter-footer {
  padding: 4px;
  border-top: 1px solid #e8eaec;
  overflow: hidden;
}
.ivu-table-filter-footer button:first-child {
  float: left;
}
.ivu-table-filter-footer button:last-child {
  float: right;
}
.ivu-table-tip table {
  width: 100%;
}
.ivu-table-tip table td {
  text-align: center;
}
.ivu-table-expanded-hidden {
  visibility: hidden;
}
.ivu-table-popper {
  min-width: 0;
  text-align: left;
}
.ivu-table-popper .ivu-poptip-body {
  padding: 0;
}
.ivu-dropdown {
  display: inline-block;
}
.ivu-dropdown .ivu-select-dropdown {
  overflow: visible;
  max-height: none;
}
.ivu-dropdown .ivu-dropdown {
  width: 100%;
}
.ivu-dropdown-rel {
  position: relative;
}
.ivu-dropdown-rel-user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-dropdown-menu {
  min-width: 100px;
}
.ivu-dropdown-transfer {
  width: auto;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #f0faff;
}
.ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-dropdown-item:hover {
  background: #f3f3f3;
}
.ivu-dropdown-item-focus {
  background: #f3f3f3;
}
.ivu-dropdown-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-dropdown-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item-selected:hover {
  color: #2d8cf0;
}
.ivu-dropdown-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-dropdown-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-dropdown-large .ivu-dropdown-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-dropdown-item {
    white-space: normal;
  }
}
.ivu-tabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #515a6e;
  zoom: 1;
}
.ivu-tabs:after,
.ivu-tabs:before {
  content: "";
  display: table;
}
.ivu-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-bar {
  outline: 0;
}
.ivu-tabs-ink-bar {
  height: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2d8cf0;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ivu-tabs-bar {
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 16px;
}
.ivu-tabs-nav-container {
  margin-bottom: -1px;
  line-height: 1.5;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ivu-tabs-nav-container:after,
.ivu-tabs-nav-container:before {
  content: "";
  display: table;
}
.ivu-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-nav-container:focus {
  outline: 0;
}
.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #57a3f3 !important;
}
.ivu-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ivu-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ivu-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ivu-tabs-nav-right {
  float: right;
  margin-left: 5px;
}
.ivu-tabs-nav-prev {
  position: absolute;
  line-height: 32px;
  cursor: pointer;
  left: 0;
}
.ivu-tabs-nav-next {
  position: absolute;
  line-height: 32px;
  cursor: pointer;
  right: 0;
}
.ivu-tabs-nav-scrollable {
  padding: 0 12px;
}
.ivu-tabs-nav-scroll-disabled {
  display: none;
}
.ivu-tabs-nav {
  padding-left: 0;
  margin: 0;
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.ivu-tabs-nav:after,
.ivu-tabs-nav:before {
  display: table;
  content: " ";
}
.ivu-tabs-nav:after {
  clear: both;
}
.ivu-tabs-nav .ivu-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
.ivu-tabs-nav .ivu-tabs-tab {
  display: inline-block;
  height: 100%;
  padding: 8px 16px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #57a3f3;
}
.ivu-tabs-nav .ivu-tabs-tab:active {
  color: #2b85e4;
}
.ivu-tabs-nav .ivu-tabs-tab .ivu-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #2d8cf0;
}
.ivu-tabs-mini .ivu-tabs-nav-container {
  font-size: 14px;
}
.ivu-tabs-mini .ivu-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
  font-size: 12px;
}
.ivu-tabs .ivu-tabs-content-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ivu-tabs .ivu-tabs-tabpane {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  outline: 0;
}
.ivu-tabs .ivu-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container {
  height: 32px;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-ink-bar {
  visibility: hidden;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
  margin: 0;
  margin-right: 4px;
  height: 31px;
  padding: 5px 16px 4px;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f8f8f9;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
  height: 32px;
  padding-bottom: 5px;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-color: #dcdee2;
  color: #2d8cf0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-wrap {
  margin-bottom: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close {
  width: 0;
  height: 22px;
  font-size: 22px;
  margin-right: 0;
  color: #999;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close:hover {
  color: #444;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active .ivu-tabs-close,
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab:hover .ivu-tabs-close {
  width: 22px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-right: -6px;
}
.ivu-tabs-no-animation > .ivu-tabs-content {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none !important;
}
.ivu-tabs-no-animation > .ivu-tabs-content > .ivu-tabs-tabpane-inactive {
  display: none;
}
.ivu-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  color: #515a6e;
  font-size: 14px;
  position: relative;
  z-index: 900;
}
.ivu-menu-horizontal {
  height: 60px;
  line-height: 60px;
}
.ivu-menu-horizontal.ivu-menu-light:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdee2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ivu-menu-vertical.ivu-menu-light:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdee2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ivu-menu-light {
  background: #fff;
}
.ivu-menu-dark {
  background: #515a6e;
}
.ivu-menu-primary {
  background: #2d8cf0;
}
.ivu-menu-item {
  display: block;
  outline: 0;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.ivu-menu-item {
  color: inherit;
}
a.ivu-menu-item:active,
a.ivu-menu-item:hover {
  color: inherit;
}
.ivu-menu-item > i {
  margin-right: 6px;
}
.ivu-menu-submenu-title span > i,
.ivu-menu-submenu-title > i {
  margin-right: 8px;
}
.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-horizontal .ivu-menu-submenu {
  float: left;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
  height: inherit;
  line-height: inherit;
  border-bottom: 2px solid transparent;
  color: #515a6e;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #2d8cf0;
  border-bottom: 2px solid #2d8cf0;
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #fff;
}
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu {
  color: #fff;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  min-width: 100%;
  width: auto;
  max-height: none;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  height: auto;
  line-height: normal;
  border-bottom: 0;
  float: none;
}
.ivu-menu-item-group {
  line-height: normal;
}
.ivu-menu-item-group-title {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  font-size: 12px;
  color: #999;
}
.ivu-menu-item-group > ul {
  padding: 0!important;
  list-style: none !important;
}
.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-vertical .ivu-menu-submenu-title {
  padding: 14px 24px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #2d8cf0;
}
.ivu-menu-vertical .ivu-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ivu-menu-submenu-title-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-submenu-nested {
  padding-left: 20px;
}
.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding-left: 43px;
}
.ivu-menu-vertical .ivu-menu-item-group-title {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 28px;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title {
  color: rgba(255, 255, 255, 0.36);
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
  background: #f0faff;
  z-index: 2;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff;
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
  color: #fff;
  background: 0 0 !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
  border-right: none;
  color: #fff;
  background: #2d8cf0 !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active > .ivu-menu-submenu-title {
  color: #fff;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title {
  background: 0 0;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    white-space: normal;
  }
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
.ivu-date-picker {
  display: inline-block;
  line-height: normal;
}
.ivu-date-picker-rel {
  position: relative;
}
.ivu-date-picker .ivu-select-dropdown {
  width: auto;
  padding: 0;
  overflow: visible;
  max-height: none;
}
.ivu-date-picker-cells {
  width: 196px;
  margin: 10px;
  white-space: normal;
}
.ivu-date-picker-cells span {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ivu-date-picker-cells span em {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 2px;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-date-picker-cells-header span {
  line-height: 24px;
  text-align: center;
  margin: 2px;
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell:hover em {
  background: #e1f0fe;
}
.ivu-date-picker-cells-focused em {
  -webkit-box-shadow: 0 0 0 1px #2d8cf0 inset;
  box-shadow: 0 0 0 1px #2d8cf0 inset;
}
span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ivu-date-picker-cells-cell-next-month em,
.ivu-date-picker-cells-cell-prev-month em {
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell-next-month:hover em,
.ivu-date-picker-cells-cell-prev-month:hover em {
  background: 0 0;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover,
span.ivu-date-picker-cells-cell-week-label,
span.ivu-date-picker-cells-cell-week-label:hover {
  cursor: not-allowed;
  color: #c5c8ce;
}
span.ivu-date-picker-cells-cell-disabled em,
span.ivu-date-picker-cells-cell-disabled:hover em,
span.ivu-date-picker-cells-cell-week-label em,
span.ivu-date-picker-cells-cell-week-label:hover em {
  color: inherit;
  background: inherit;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  background: #f7f7f7;
}
.ivu-date-picker-cells-cell-today em {
  position: relative;
}
.ivu-date-picker-cells-cell-today em:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d8cf0;
  position: absolute;
  top: 1px;
  right: 1px;
}
.ivu-date-picker-cells-cell-range {
  position: relative;
}
.ivu-date-picker-cells-cell-range em {
  position: relative;
  z-index: 1;
}
.ivu-date-picker-cells-cell-range:before {
  content: '';
  display: block;
  background: #e1f0fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
}
.ivu-date-picker-cells-cell-selected em,
.ivu-date-picker-cells-cell-selected:hover em {
  background: #2d8cf0;
  color: #fff;
}
span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em {
  background: #c5c8ce;
  color: #f7f7f7;
}
.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
  background: #fff;
}
.ivu-date-picker-cells-show-week-numbers {
  width: 226px;
}
.ivu-date-picker-cells-month,
.ivu-date-picker-cells-year {
  margin-top: 14px;
}
.ivu-date-picker-cells-month span,
.ivu-date-picker-cells-year span {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 10px 12px;
  border-radius: 3px;
}
.ivu-date-picker-cells-month span em,
.ivu-date-picker-cells-year span em {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused,
.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-date-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-date-picker-header-label {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-date-picker-header-label:hover {
  color: #2d8cf0;
}
.ivu-date-picker-btn-pulse {
  background-color: #d5e8fc !important;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ivu-date-picker-prev-btn {
  float: left;
}
.ivu-date-picker-prev-btn-arrow-double {
  margin-left: 10px;
}
.ivu-date-picker-prev-btn-arrow-double i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-date-picker-next-btn {
  float: right;
}
.ivu-date-picker-next-btn-arrow-double {
  margin-right: 10px;
}
.ivu-date-picker-next-btn-arrow-double i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-date-picker-with-range .ivu-picker-panel-body {
  min-width: 432px;
}
.ivu-date-picker-with-range .ivu-picker-panel-content {
  float: left;
}
.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers {
  min-width: 492px;
}
.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date {
  min-width: 492px;
}
.ivu-date-picker-transfer {
  z-index: 1060;
  max-height: none;
  width: auto;
}
.ivu-date-picker-focused input {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-picker-panel-icon-btn {
  display: inline-block;
  width: 20px;
  height: 24px;
  line-height: 26px;
  margin-top: 4px;
  text-align: center;
  cursor: pointer;
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-picker-panel-icon-btn:hover {
  color: #2d8cf0;
}
.ivu-picker-panel-icon-btn i {
  font-size: 14px;
}
.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar {
  padding-left: 92px;
}
.ivu-picker-panel-sidebar {
  width: 92px;
  float: left;
  margin-left: -92px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f8f8f9;
  border-right: 1px solid #e8eaec;
  border-radius: 4px 0 0 4px;
  overflow: auto;
}
.ivu-picker-panel-shortcut {
  padding: 6px 15px 6px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-picker-panel-shortcut:hover {
  background: #e8eaec;
}
.ivu-picker-panel-body {
  float: left;
}
.ivu-picker-confirm {
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-picker-confirm > span {
  color: #2d8cf0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  padding: 2px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-picker-confirm > span:hover {
  color: #57a3f3;
}
.ivu-picker-confirm > span:active {
  color: #2b85e4;
}
.ivu-picker-confirm-time {
  float: left;
}
.ivu-time-picker-cells {
  min-width: 112px;
}
.ivu-time-picker-cells-with-seconds {
  min-width: 168px;
}
.ivu-time-picker-cells-list {
  width: 56px;
  max-height: 144px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #e8eaec;
  position: relative;
}
.ivu-time-picker-cells-list:hover {
  overflow-y: auto;
}
.ivu-time-picker-cells-list:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.ivu-time-picker-cells-list:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-time-picker-cells-list ul {
  width: 100%;
  margin: 0;
  padding: 0 0 120px 0;
  list-style: none;
}
.ivu-time-picker-cells-list ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-time-picker-cells-cell:hover {
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-selected,
.ivu-time-picker-cells-cell-selected:hover {
  color: #2d8cf0;
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-time-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-time-picker-with-range .ivu-picker-panel-body {
  min-width: 228px;
}
.ivu-time-picker-with-range .ivu-picker-panel-content {
  float: left;
  position: relative;
}
.ivu-time-picker-with-range .ivu-picker-panel-content:after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 31px;
  bottom: 0;
  right: -2px;
  background: #e8eaec;
  z-index: 1;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right {
  float: right;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right:after {
  right: auto;
  left: -2px;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body {
  min-width: 340px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list {
  width: 72px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 28px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list {
  width: 108px;
  max-height: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul {
  padding: 0 0 192px 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 46px;
}
.ivu-form .ivu-form-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 12px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ivu-form-label-left .ivu-form-item-label {
  text-align: left;
}
.ivu-form-label-top .ivu-form-item-label {
  float: none;
  display: inline-block;
  padding: 0 0 10px 0;
}
.ivu-form-inline .ivu-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.ivu-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  zoom: 1;
}
.ivu-form-item:after,
.ivu-form-item:before {
  content: "";
  display: table;
}
.ivu-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-form-item-content {
  position: relative;
  line-height: 32px;
  font-size: 12px;
}
.ivu-form-item .ivu-form-item {
  margin-bottom: 0;
}
.ivu-form-item .ivu-form-item .ivu-form-item-content {
  margin-left: 0 !important;
}
.ivu-form-item-error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1;
  padding-top: 6px;
  color: #ed4014;
}
.ivu-form-item-required .ivu-form-item-label:before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.ivu-carousel {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ivu-carousel-list,
.ivu-carousel-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ivu-carousel-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ivu-carousel-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.ivu-carousel-track.higher {
  z-index: 2;
}
.ivu-carousel-item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}
.ivu-carousel-arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit;
}
.ivu-carousel-arrow:hover {
  background-color: rgba(31, 45, 61, 0.5);
}
.ivu-carousel-arrow > * {
  vertical-align: baseline;
}
.ivu-carousel-arrow.left {
  left: 16px;
}
.ivu-carousel-arrow.right {
  right: 16px;
}
.ivu-carousel-arrow-always {
  display: inherit;
}
.ivu-carousel-arrow-hover {
  display: inherit;
  opacity: 0;
}
.ivu-carousel:hover .ivu-carousel-arrow-hover {
  opacity: 1;
}
.ivu-carousel-dots {
  z-index: 10;
  display: none;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 17px;
}
.ivu-carousel-dots-inside {
  display: block;
  position: absolute;
  bottom: 3px;
}
.ivu-carousel-dots-outside {
  display: block;
  margin-top: 3px;
}
.ivu-carousel-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 7px 0;
  cursor: pointer;
}
.ivu-carousel-dots li button {
  border: 0;
  cursor: pointer;
  background: #8391a5;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: 0;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ivu-carousel-dots li button.radius {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ivu-carousel-dots li:hover > button {
  opacity: 0.7;
}
.ivu-carousel-dots li.ivu-carousel-active > button {
  opacity: 1;
  width: 24px;
}
.ivu-carousel-dots li.ivu-carousel-active > button.radius {
  width: 6px;
}
.ivu-rate {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
}
.ivu-rate-disabled .ivu-rate-star-content:before,
.ivu-rate-disabled .ivu-rate-star:before {
  cursor: default;
}
.ivu-rate-disabled .ivu-rate-star:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ivu-rate-star-full,
.ivu-rate-star-zero {
  position: relative;
}
.ivu-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ivu-rate-star-first,
.ivu-rate-star-second {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e9e9e9;
  cursor: pointer;
}
.ivu-rate-star-chart {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: Ionicons;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ivu-rate-star-chart:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-first,
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-second {
  color: #f5a623;
}
.ivu-rate-star-chart.ivu-rate-star-half .ivu-rate-star-first {
  opacity: 1;
  color: #f5a623;
}
.ivu-rate-star {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: Ionicons;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ivu-rate-star:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ivu-rate-star-content:before,
.ivu-rate-star:before {
  color: #e9e9e9;
  cursor: pointer;
  content: "\F2BF";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.ivu-rate-star-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ivu-rate-star-content:before {
  color: transparent;
}
.ivu-rate-star-full:before,
.ivu-rate-star-half .ivu-rate-star-content:before {
  color: #f5a623;
}
.ivu-rate-star-full:hover:before,
.ivu-rate-star-half:hover .ivu-rate-star-content:before {
  color: #f7b84f;
}
.ivu-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.ivu-upload input[type=file] {
  display: none;
}
.ivu-upload-list {
  margin-top: 8px;
}
.ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.ivu-upload-list-file > span {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-upload-list-file > span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #515a6e;
  text-align: center;
}
.ivu-upload-list-file:hover {
  background: #f3f3f3;
}
.ivu-upload-list-file:hover > span {
  color: #2d8cf0;
}
.ivu-upload-list-file:hover > span i {
  color: #515a6e;
}
.ivu-upload-list-file:hover .ivu-upload-list-remove {
  opacity: 1;
}
.ivu-upload-list-remove {
  opacity: 0;
  font-size: 18px;
  cursor: pointer;
  float: right;
  margin-right: 4px;
  color: #999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ivu-upload-list-remove:hover {
  color: #444;
}
.ivu-upload-select {
  display: inline-block;
}
.ivu-upload-drag {
  background: #fff;
  border: 1px dashed #dcdee2;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.ivu-upload-drag:hover {
  border: 1px dashed #2d8cf0;
}
.ivu-upload-dragOver {
  border: 2px dashed #2d8cf0;
}
.ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ivu-tree ul.ivu-dropdown-menu {
  padding: 0;
}
.ivu-tree ul li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  outline: 0;
}
.ivu-tree ul li.ivu-dropdown-item {
  margin: 0;
  padding: 7px 16px;
  white-space: nowrap;
}
.ivu-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ivu-tree-title {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  color: #515a6e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-tree-title:hover {
  background-color: #eaf4fe;
}
.ivu-tree-title-selected,
.ivu-tree-title-selected:hover {
  background-color: #d5e8fc;
}
.ivu-tree-arrow {
  cursor: pointer;
  width: 12px;
  text-align: center;
  display: inline-block;
}
.ivu-tree-arrow i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-tree-arrow-open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ivu-tree-arrow-disabled {
  cursor: not-allowed;
}
.ivu-tree .ivu-checkbox-wrapper {
  margin-right: 4px;
  margin-left: 4px;
}
.ivu-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}
.ivu-avatar-image {
  background: 0 0;
}
.ivu-avatar .ivu-icon {
  position: relative;
  top: -1px;
}
.ivu-avatar > * {
  line-height: 32px;
}
.ivu-avatar.ivu-avatar-icon {
  font-size: 18px;
}
.ivu-avatar-large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.ivu-avatar-large > * {
  line-height: 40px;
}
.ivu-avatar-large.ivu-avatar-icon {
  font-size: 24px;
}
.ivu-avatar-large .ivu-icon {
  position: relative;
  top: -2px;
}
.ivu-avatar-small {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.ivu-avatar-small > * {
  line-height: 24px;
}
.ivu-avatar-small.ivu-avatar-icon {
  font-size: 14px;
}
.ivu-avatar-square {
  border-radius: 4px;
}
.ivu-avatar > img {
  width: 100%;
  height: 100%;
}
.ivu-color-picker {
  display: inline-block;
}
.ivu-color-picker-hide {
  display: none;
}
.ivu-color-picker-hide-drop {
  visibility: hidden;
}
.ivu-color-picker-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-color-picker-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-color-picker > div:first-child:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-color-picker > div:first-child.ivu-color-picker-disabled:hover .ivu-input {
  border-color: #e3e5e8;
}
.ivu-color-picker .ivu-select-dropdown {
  padding: 0;
}
.ivu-color-picker-input.ivu-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ivu-color-picker-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-rel {
  line-height: 0;
}
.ivu-color-picker-color {
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
  position: relative;
  top: 2px;
}
.ivu-color-picker-color div {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ivu-color-picker-color-empty {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.ivu-color-picker-color-empty i {
  font-size: 18px;
  vertical-align: baseline;
}
.ivu-color-picker-color-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-large .ivu-color-picker-color {
  width: 20px;
  height: 20px;
  top: 1px;
}
.ivu-color-picker-large .ivu-color-picker-color-empty i {
  font-size: 20px;
}
.ivu-color-picker-small .ivu-color-picker-color {
  width: 14px;
  height: 14px;
  top: 3px;
}
.ivu-color-picker-small .ivu-color-picker-color-empty i {
  font-size: 14px;
}
.ivu-color-picker-picker-wrapper {
  padding: 8px 8px 0;
}
.ivu-color-picker-picker-panel {
  width: 240px;
  margin: 0 auto;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  position: relative;
}
.ivu-color-picker-picker-alpha-slider,
.ivu-color-picker-picker-hue-slider {
  height: 10px;
  margin-top: 8px;
  position: relative;
}
.ivu-color-picker-picker-colors {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-picker-colors:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-picker-colors-wrapper {
  display: inline;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.ivu-color-picker-picker-colors-wrapper-color {
  outline: 0;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.ivu-color-picker-picker-colors-wrapper-circle {
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.ivu-color-picker-picker .ivu-picker-confirm {
  margin-top: 8px;
}
.ivu-color-picker-saturation-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-saturation-wrapper:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-saturation,
.ivu-color-picker-saturation--black,
.ivu-color-picker-saturation--white {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ivu-color-picker-saturation--white {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.ivu-color-picker-saturation--black {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.ivu-color-picker-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.ivu-color-picker-saturation-circle {
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}
.ivu-color-picker-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
  background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-hue:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.ivu-color-picker-hue-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.ivu-color-picker-alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-alpha:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-alpha-checkboard-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ivu-color-picker-alpha-checkerboard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ivu-color-picker-alpha-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.ivu-color-picker-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.ivu-color-picker-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-top: 1px;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.ivu-color-picker-confirm {
  margin-top: 8px;
  position: relative;
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-color-picker-confirm-color {
  position: absolute;
  top: 11px;
  left: 8px;
}
.ivu-color-picker-confirm-color-editable {
  top: 8px;
}
.ivu-auto-complete .ivu-select-not-found {
  display: none;
}
.ivu-auto-complete .ivu-icon-ios-close {
  display: none;
}
.ivu-auto-complete:hover .ivu-icon-ios-close {
  display: inline-block;
}
.ivu-auto-complete.ivu-select-dropdown {
  max-height: none;
}
.ivu-divider {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8eaec;
}
.ivu-divider,
.ivu-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ivu-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}
.ivu-divider-horizontal.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  font-weight: 500;
  color: #17233d;
  font-size: 16px;
  margin: 16px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-center:after,
.ivu-divider-horizontal.ivu-divider-with-text-center:before,
.ivu-divider-horizontal.ivu-divider-with-text-left:after,
.ivu-divider-horizontal.ivu-divider-with-text-left:before,
.ivu-divider-horizontal.ivu-divider-with-text-right:after,
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8eaec;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-right {
  font-size: 14px;
  margin: 8px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left .ivu-divider-inner-text,
.ivu-divider-horizontal.ivu-divider-with-text-right .ivu-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ivu-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ivu-divider-dashed {
  background: 0 0;
  border-top: 1px dashed #e8eaec;
}
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed {
  border-top: 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:before {
  border-style: dashed none none;
}
.ivu-anchor {
  position: relative;
  padding-left: 2px;
}
.ivu-anchor-wrapper {
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ivu-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ivu-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8eaec;
  margin: 0 auto;
}
.ivu-anchor-ink-ball {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2d8cf0;
  background-color: #fff;
  left: 50%;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transform: translate(-50%, 2px);
  -ms-transform: translate(-50%, 2px);
  transform: translate(-50%, 2px);
}
.ivu-anchor.fixed .ivu-anchor-ink .ivu-anchor-ink-ball {
  display: none;
}
.ivu-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ivu-anchor-link-title {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #515a6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ivu-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ivu-anchor-link-active > .ivu-anchor-link-title {
  color: #2d8cf0;
}
.ivu-anchor-link .ivu-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ivu-time-with-hash {
  cursor: pointer;
}
.ivu-time-with-hash:hover {
  text-decoration: underline;
}
.ivu-cell {
  position: relative;
  overflow: hidden;
}
.ivu-cell-link,
.ivu-cell-link:active,
.ivu-cell-link:hover {
  color: inherit;
}
.ivu-cell-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-cell-icon:empty {
  display: none;
}
.ivu-cell-main {
  display: inline-block;
  vertical-align: middle;
}
.ivu-cell-title {
  line-height: 24px;
  font-size: 14px;
}
.ivu-cell-label {
  line-height: 1.2;
  font-size: 12px;
  color: #808695;
}
.ivu-cell-selected .ivu-cell-label {
  color: inherit;
}
.ivu-cell-selected,
.ivu-cell.ivu-cell-selected:hover {
  background: #f0faff;
}
.ivu-cell-footer {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  color: #515a6e;
}
.ivu-cell-with-link .ivu-cell-footer {
  right: 32px;
}
.ivu-cell-selected .ivu-cell-footer {
  color: inherit;
}
.ivu-cell-arrow {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  font-size: 14px;
}
.ivu-cell:focus {
  background: #f3f3f3;
  outline: 0;
}
.ivu-cell-selected:focus {
  background: rgba(40, 123, 211, 0.91);
}
.ivu-cell {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cell:hover {
  background: #f3f3f3;
}
.ivu-cell-focus {
  background: #f3f3f3;
}
.ivu-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cell-selected,
.ivu-cell-selected:hover {
  color: #2d8cf0;
}
.ivu-cell-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cell-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cell-large .ivu-cell {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cell {
    white-space: normal;
  }
}
.ivu-drawer {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
}
.ivu-drawer-inner {
  position: absolute;
}
.ivu-drawer-left {
  left: 0;
}
.ivu-drawer-right {
  right: 0;
}
.ivu-drawer-hidden {
  display: none !important;
}
.ivu-drawer-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-drawer-wrap-inner {
  position: absolute;
  overflow: hidden;
}
.ivu-drawer-wrap-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-drawer-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.ivu-drawer-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-drawer-mask-hidden {
  display: none;
}
.ivu-drawer-mask-inner {
  position: absolute;
}
.ivu-drawer-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-drawer-content-no-mask {
  pointer-events: auto;
}
.ivu-drawer-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-drawer-header p,
.ivu-drawer-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-drawer-header p i,
.ivu-drawer-header p span {
  vertical-align: middle;
}
.ivu-drawer-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-drawer-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-drawer-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-drawer-body {
  width: 100%;
  height: calc(100% - 51px);
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  position: absolute;
  overflow: auto;
}
.ivu-drawer-no-header .ivu-drawer-body {
  height: 100%;
}
.ivu-drawer-no-mask {
  pointer-events: none;
}
.ivu-drawer-no-mask .ivu-drawer-drag {
  pointer-events: auto;
}
.ivu-drawer-drag {
  top: 0;
  height: 100%;
  width: 0;
  position: absolute;
}
.ivu-drawer-drag-left {
  right: 0;
}
.ivu-drawer-drag-move-trigger {
  width: 8px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  background: #f3f3f3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.66666667px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: col-resize;
}
.ivu-drawer-drag-move-trigger-point {
  display: inline-block;
  width: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.ivu-drawer-drag-move-trigger-point i {
  display: block;
  border-bottom: 1px solid silver;
  padding-bottom: 2px;
}
.ivu-breadcrumb {
  color: #999;
  font-size: 14px;
}
.ivu-breadcrumb a {
  color: #515a6e;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-breadcrumb a:hover {
  color: #57a3f3;
}
.ivu-breadcrumb > span:last-child {
  font-weight: 700;
  color: #515a6e;
}
.ivu-breadcrumb > span:last-child .ivu-breadcrumb-item-separator {
  display: none;
}
.ivu-breadcrumb-item-separator {
  margin: 0 8px;
  color: #dcdee2;
}
.ivu-breadcrumb-item-link > .ivu-icon + span {
  margin-left: 4px;
}


.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button*[data-v-12835cef] {
  margin: 0px;
  padding: 0px;
}
body[data-v-12835cef],
html[data-v-12835cef] {
  height: 100%;
}
li[data-v-12835cef] {
  list-style: none;
}
img[data-v-12835cef] {
  display: block;
}
table[data-v-12835cef] {
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
}
a[data-v-12835cef],
input[data-v-12835cef],
button[data-v-12835cef] {
  outline: none;
}
button[data-v-12835cef] {
  cursor: pointer;
}
.ag_header[data-v-12835cef] {
  height: 67px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px #fff solid;
  box-sizing: border-box;
  padding-right: 180px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ag_header .left_header[data-v-12835cef] {
  margin-top: 12px;
}
.ag_header .right_header[data-v-12835cef] {
  height: 67px;
}
.ag_header .right_header .ul_header[data-v-12835cef] {
  display: flex;
  height: 67px;
  min-width: 350px;
}
.ag_header .right_header .ul_header li[data-v-12835cef] {
  cursor: pointer;
  height: 67px;
  line-height: 67px;
  padding: 0 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: darkgray;
}
.ag_header .right_header .ul_header li .tupian[data-v-12835cef] {
  width: 30px;
  height: 30px;
  background: #ccc;
  display: block;
  margin-top: 18px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.tupian > img[data-v-12835cef] {
  width: 100%;
  height: 100%;
}
.ag_header .right_header .ul_header li .tupian i[data-v-12835cef] {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.ag_header .right_header .ul_header li[data-v-12835cef]:hover {
  color: #767676;
}
.file-box[data-v-12835cef] {
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  overflow: hidden;
  color: #fff;
  background-color: #0087ff;
}
.file-btn[data-v-12835cef] {
  position: absolute;
  width: 128px;
  height: 32px;
  top: 0;
  left: 0;
  outline: none;
  background-color: transparent;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}


.file-box {
  position: relative;
  padding: 3px 5px;
  overflow: hidden;
  color: #fff;
  background-color: #0087FF;
  width: 128px;
  height: 32px;
  font-size: 14px;
  background: #0087ff;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  cursor: pointer;
}
.file-btn {
  position: absolute;
  width: 128px;
  height: 32px;
  top: 0;
  left: 0;
  outline: none;
  background-color: transparent;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.file-img {
  height: 190px;
  width: 308px;
  padding-top: 0;
  margin-top: -156px;
  margin-left: -1px;
}
.file-from {
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 4px;
  margin: 35px auto;
  margin-bottom: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAADt0lEQVRoQ+1aTW8bVRQ9dyYhqIIGqUUIJI9joYgUqaiUymNVoVEkJKBSsU1ESNdlAe0CCgIq8ZEqzaILwqKAYMOGDcVQPE4RPwBVwTMJHxsQ3bSODVm0pRUfSsDxzEEWiUvc2J4ZG3Vs2cuZe949551733v2s6BDPtIhOtAVEjQnu44EzpFUKqX2DcQmST4HYHvQCDbgc4WUD1b10HHJWPkpkm+0mYANdEXkhBjm4uU2dKJ63q+UhbDy1JEJqvb5dnBHbPU+KDy9znWDEIrzYDIa+b4dhKSti7uEynddIUFxK9COzFqFEYfOEQiGQFwjOdu3bfXd/YODf1dPYGCFGGb+KMAZoOr8R1hSWnkkPjz0x3/FBFKIMVfYCdUpN666aenSOZWIRZ4PvhBz8SSAV2v1H4GrST287X8RQlIyVuEFkPsBnr/VUd98bG/oqp/FwLByH4MyUQ8r/Vu2xofurJRXy0ornc29JSIvVZITVv9dzshoJPKXVzFpMzcjkBfr4H6PR7U7RKSyebdEyOfmxWcVKO/fkJg8nYgNHPQsZO5CVFQ1e0Ojrw1E8MOkPvBMS0vLMPOPAvwCQM/mjYnJRCw85VWMYeanAb5WjRPBTzaXh5/Ud/zaMiHGQmEnbPscIFvrEKUAT8f18KdexaTnc2PiyBEBdjjkNVEkU1RKJ8f33Ptby/aRMwu5u1VbyQLUXBBcJrEvGQt/4yLWV4ivHjm7sLSlVFr9SgQPuc0qwC/olWh8t7bkFuMlzrOQ46SyyyqcAZjwkmgtdqFoK/vG94ZWfGDrQjwLMczc24Ac9UtEgFRc1yaA60un37F8N7th5Q+DfK/pxHSmErHIpNtxDGvxGIhXANgEppJ6+B3fzZ7+Ove4KMoswM2XWbes/o0jRA4motonjWCGmZsGZMMyLJSZJ/TQy543xEy28ABhn4PI7Y0Su31PYMURGRmLavO1MJls/gSFr9d4/1H/snZodFRK5fcNe0QpqpfYy/IuG3JL0nWcYMl2ivpYbPDnakwDEWu+8ku155anDuy5Z7muEFEwDOIUid2uyXkMpODbHqX34TKZdagrEdfzzBVt5UBvT0mr+Z0dxI8Q3O+Rm5/wz+JRbbxc8x5FrOf6wQGOKcDZ9Qcbfw7yQ8knhuS0AgV1eqLuyCT+FMFtN12IT/01YTfNka6QGjPQdaTVpdHseF1Hmp3BVuO7jrR6Rpsdr3NurDrhDrF83JEUqfbNF9r/VrfZ2gwKvvvPh6A4UTnGB42QXz4dU1r/AOeBVmN83zOCAAAAAElFTkSuQmCC) no-repeat;
}
i.iconfont.icon-upload {
  color: white;
}
.simple {
  margin-left: 50px;
  margin-top: -20px;
}


@keyframes show {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-o-keyframes show {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes show {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-moz-keyframes show {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes hide {
0% {
    opacity: 1;
}
25% {
    opacity: 0.75;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 0.25;
}
100% {
    opacity: 0;
    display: none;
}
}
@-o-keyframes hide {
0% {
    opacity: 1;
}
25% {
    opacity: 0.75;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 0.25;
}
100% {
    opacity: 0;
    display: none;
}
}
@-webkit-keyframes hide {
0% {
    opacity: 1;
}
25% {
    opacity: 0.75;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 0.25;
}
100% {
    opacity: 0;
    display: none;
}
}
@-moz-keyframes hide {
0% {
    opacity: 1;
}
25% {
    opacity: 0.75;
}
50% {
    opacity: 0.5;
}
75% {
    opacity: 0.25;
}
100% {
    opacity: 0;
    display: none;
}
}
.addparam {
  width: 100%;
  height: 186px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 4px 0px 20px rgba(39, 45, 51, 0.28);
}
.addparam-title {
  width: 100%;
  height: 47px;
  background: #f8f8f8;
  border-radius: 8px;
}
.addparam-title-font > h1 {
  width: 64px;
  height: 15px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #555555;
  line-height: 22px;
}
.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.5s;
}
.modal-enter,
.modal-leave-to {
  opacity: 0;
}
.show-modal {
  animation: show 0.3s;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 33;
}
.modal {
  z-index: 9999;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 4px 0px 20px rgba(39, 45, 51, 0.28);
  min-width: 370px;
  min-height: 186px;
}
.modal .title {
  background: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
  height: 47px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.modal .title span {
  height: 15px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #555555;
  line-height: 25px;
}
.modal .close {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 17px;
  top: 14px;
  cursor: pointer;
}
.modal .content {
  text-align: center;
}
.modal .content .message > p {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  padding-top: 38px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #555555;
}
.modal .content .icon {
  margin-top: 38px;
  width: 64px;
  height: 64px;
}
.modal .content input {
  padding-left: 10px;
}
.modal .content select {
  padding-left: 10px;
}
.modal .footer {
  width: 100%;
  height: 40px;
  padding: 46px 0px;
  display: inline-block;
  text-align: center;
}
.modal .footer .button {
  width: 130px;
  height: 40px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 22px;
  color: #555555;
  margin: 0 15.5px;
  border: 1px solid #eaeaea;
  margin-top: -23px;
}
.modal .footer .button.primary {
  color: #ffffff;
  background: #0087ff;
  border: none;
}
.modal .footer .button.red {
  color: #ffffff;
  background: #fb525a;
  border: none;
}


.login-text[data-v-5e174312] {
  width: 153px;
  height: 12px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #0087ff;
  line-height: 22px;
  margin-left: 120px;
}
.text[data-v-5e174312] {
  margin-top: 22px;
  border: 1px solid #dadada;
  width: 290px;
  height: 32px;
}
.text-1[data-v-5e174312] {
  margin-top: 18px;
  border: 1px solid #dadada;
  width: 290px;
  height: 32px;
}
.top[data-v-5e174312] {
  margin-top: -16px;
}


.pageR {
  clear: both;
  padding: 20px 0 40px 0;
  text-align: center;
}
.pageR a {
  display: inline-block;
  margin: 0 3px;
  width: 38px;
  height: 32px;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  color: #0c0c0c;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  cursor: pointer;
}
.pageR a.first_page,
.pageR a.last_page {
  width: 75px;
}
.pageR a.first_page_dis,
.pageR a.last_page_dis {
  width: 75px;
  cursor: not-allowed;
}
.pageR a.active {
  border: 1px solid #0090ff;
  background: #0090ff;
  color: #fff;
  font-weight: bold;
}
.pageR a.active:hover {
  border: 1px solid #0090ff;
  background: #0090ff;
  color: #fff;
  font-weight: bold;
}
.pageR a:hover {
  border: 1px solid #0090ff;
  background-color: #e5f4ff;
  color: #0090ff;
}


.box[data-v-22190bbc] {
  position: absolute;
  z-index: 1;
  padding: 3px;
  background: none;
}
.box .rule_line_x[data-v-22190bbc] {
  width: 1px;
  position: absolute;
  background: #19e1ff;
  right: 2px;
  height: 10000px;
  top: -5000px;
  z-index: 0;
}
.box .rule_line_y[data-v-22190bbc] {
  position: absolute;
  background: #19e1ff;
  bottom: 2px;
  height: 1px;
  width: 10000px;
  left: -5000px;
  z-index: 0;
}
.box.showTools[data-v-22190bbc] {
  border: 1px solid #0087ff;
}
.box.showTools .stretching[data-v-22190bbc],
.box.showTools .menuBar[data-v-22190bbc] {
  display: block;
}
.box .stretching[data-v-22190bbc] {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  border: 1px solid #0087ff;
  display: none;
}
.box .stretching.topleft[data-v-22190bbc] {
  left: -3px;
  top: -3px;
  cursor: nw-resize;
}
.box .stretching.topright[data-v-22190bbc] {
  right: -3px;
  top: -3px;
  cursor: ne-resize;
}
.box .stretching.bottomleft[data-v-22190bbc] {
  left: -3px;
  bottom: -3px;
  cursor: sw-resize;
}
.box .stretching.bottomright[data-v-22190bbc] {
  right: -3px;
  bottom: -3px;
  cursor: se-resize;
}
.box .menuBar[data-v-22190bbc] {
  position: absolute;
  top: -22px;
  left: -1px;
  background-color: #0087ff;
  height: 22px;
  width: 46px;
  display: none;
}
.box .menuBar .move_span[data-v-22190bbc] {
  cursor: move;
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKdJREFUOI3tk0EOAyEIRWHSdWNvO0fwBnNM0x7A34XYoQSsMd21PzEI0aegEP2cWDsAonVZ7O5CmL1wAzoj41T21oT6AAuhMymzjKv4RexN7IOI6mzKDOAAkNQturqf9E1HKXcYDDA5/iv9EbDDtDzQW001YzPMe3zcgszLfiVlDV16lFGnbLTwbWwNtSq1VisqViRW3R1WtgNMTYGJ1rtMnLMH87+anm4phu3jt0nvAAAAAElFTkSuQmCC) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: left;
}
.box .menuBar .update_span[data-v-22190bbc] {
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKtJREFUOI3l0LsNwjAURuHfFEyRClJQwATsAAtQIiRYCIk5KBiAMVwglAo2oDkpiJsbgR/p4EhurKtP15b+OyD1TIETsAEGg3NgB7x4tx4CLoAn4IFDhx5LwYCFPLAHqhLQYgGsSv7wK5YLRrEcsAYeBrtZLBWsgcZgTXffe0kMnORgKeA1B4uBs1zMgiNjroIt6SJpKcl/XqGfMxtuJY0lnSXdkxHn4kO/WwuCkjHbH9S2DwAAAABJRU5ErkJggg==) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.box .menuBar .delete_span[data-v-22190bbc] {
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKRJREFUOI3lkiEOAjEQRd8Q3JriOBkIjoJAcRQEB1nDMVBkswmYFYv5mCF0oYUSEsw+9Wc6fR1RGB2WakraApWXc2AZHe+Bk+fOzNYlQhVvZDZwTDNzi2jDd3QvD6SmJFXArkC4MrOBNCcMwLlAODOzS9yYFFzaALXn2ussJcIj0Hpuvf5J+BUjFCaRFPTgIKnx3Hh9Jzzf/ds/vAL9B1nvc2PnBq5jTto8Br8hAAAAAElFTkSuQmCC) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  float: left;
}


.ipt {
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 0 10px;
  width: 120px;
  height: 40px;
  border-radius: 2px;
  outline: none;
  color: #555;
  font-size: 14px;
}


.btn {
  background-color: #0087ff;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}


.bindimg {
  float: left;
}


.submit {
  background-color: #06e679;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}





.table {
  background-color: #fff;
  font-size: 14px;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
}



.slider_ipt {
  display: inline-block;
  border: 1px solid #dadada;
  width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  position: relative;
  left: 48%;
}



.slider {
  margin-bottom: 50px;
}


.submit {
  background-color: #06e679;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}



.submit {
  background-color: #06e679;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}



.my {
  width: 1311px;
  height: 639px;
}
.ag_content {
  display: flex;
  height: 100%;
}
.ag_content .aside_box {
  width: 260px;
  background: #eaf3f7;
  padding-top: 18px;
  box-sizing: border-box;
}
.ag_content .aside_box .aside_ul {
  background: #eaf3f7;
  width: 260px;
}
.ag_content .aside_box .aside_ul li {
  height: 45px;
  border-left: 5px solid #eaf3f7;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #767676;
  display: flex;
}
.ag_content .aside_box .aside_ul li img {
  width: 28px;
  height: 28px;
  margin-top: 8px;
  margin-right: 26px;
}
.ag_content .aside_box .aside_ul li .xiaoxi {
  position: relative;
}
li > span.xiaoxi {
  font-size: 16px;
  line-height: 45px;
}
.ag_content .aside_box .aside_ul li .xiaoxi i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f71d32;
  border-radius: 5px;
  top: 12px;
  right: -5px;
}
.ag_content .aside_box .aside_ul li:hover {
  border-left: 5px solid #0079f7;
  color: #0079f7;
  background: #fff;
  cursor: pointer;
}
.ag_content .aside_box .aside_ul .aside_active_li {
  border-left: 5px solid #0079f7;
  color: #0079f7;
  background: #fff;
  cursor: pointer;
}
.ag_content .aslite_box {
  flex: 1;
  padding-left: 100px;
  padding-right: 180px;
  box-sizing: border-box;
}
.ag_content .aslite_box .aslite_ul {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.ag_content .aslite_box .aslite_ul .aslite_p1 {
  width: 90px;
  height: 1px;
  background: #b7dafc;
  position: absolute;
  top: 8px;
  left: 18px;
}
.ag_content .aslite_box .aslite_ul .aslite_p2 {
  width: 90px;
  height: 1px;
  background: #b7dafc;
  position: absolute;
  top: 8px;
  left: 126px;
}
.ag_content .aslite_box .aslite_ul li .span_sz {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 5px;
  background: #b7dafc;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  margin-right: 90px;
}
.ag_content .aslite_box .aslite_ul li .spanwz {
  display: block;
  color: #a9a9a9;
  font-size: 12px;
}
.ag_content .aslite_box .aslite_ul li .span_sz_active {
  background: #007cf7;
}
.ag_content .aslite_box .aslite_ul li .spanwz_active {
  color: #3a3a3a;
}
.ag_content .aslite_zhong {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  margin-top: 40px;
}
.ag_content .aslite_zhong .aslite_zhong_xz {
  display: flex;
}
.ag_content .aslite_zhong .aslite_zhong_xz span {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #767676;
  margin-right: 16px;
}
.ag_content .aslite_zhong .aslite_zhong_xz img {
  width: 14px;
  height: 14px;
  margin-top: 9px;
}
.ag_content .aslite_zhong button {
  width: 128px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  background: #0087ff;
  border: 0px;
  color: #fff;
  cursor: pointer;
}
.ag_content .aslite_zhong button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.ag_content .dankuai_content {
  display: flex;
  flex-wrap: wrap;
}
.ag_content .dankuai_content .rightWu {
  margin-right: 0px;
}
.ag_content .dankuai_content .dankuai_geti:hover .dankuai_getiTow {
  display: block;
}
.ag_content .dankuai_content .dankuai_geti {
  margin-bottom: 40px;
  width: 214px;
  height: 272px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-right: 13px;
  position: relative;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 214px;
  margin-bottom: 40px;
  height: 272px;
  box-shadow: #ccc 0px 0px 8px;
  border-radius: 8px;
  margin-right: 19px;
  background: url(/res/mask_img.png);
  padding-top: 100px;
  box-sizing: border-box;
  transition: all 0.26s ease-in;
  background-size: 100% 100%;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv {
  height: 90px;
  width: 140px;
  margin: 0 auto;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv p {
  width: 138px;
  height: 30px;
  border-radius: 5px;
  margin-bottom: 26px;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv p:nth-of-type(2) {
  margin-bottom: 0px;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv .getiTow_ptow {
  color: #fff;
  border: 1px #fff solid;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: white;
  text-align: center;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv .getiTow_ptow i {
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv .getiTow_ptow:hover {
  border: 1px solid #eaeaea;
  color: #165ca5;
  background: #fff;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_getiTow .getiTowdiv .getiTow_ptow:hover i {
  color: #165ca5;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_beijing {
  width: 241px;
  height: 66px;
}
.ag_content .dankuai_content .dankuai_geti h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  color: #767676;
  font-weight: 600;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_p {
  height: 12px;
  padding: 0 19px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_p .span_xian {
  border-bottom: 1px #eaeae9 solid;
  width: 100%;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_p span {
  display: block;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_p .dankuai_spanone {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: darkgray;
}
.ag_content .dankuai_content .dankuai_geti .dankuai_p .dankuai_spantow {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #3a3a3a;
}
.ag_content .dankuai_content .zdy {
  width: 214px;
  margin-bottom: 40px;
  height: 290px;
  box-shadow: #ccc 0px 0px 8px;
  border-radius: 8px;
  margin-right: 19px;
  padding-top: 100px;
  box-sizing: border-box;
}
.ag_content .dankuai_content .zdy .getiTowdiv {
  height: 90px;
  width: 140px;
  line-height: 45px;
  margin: 0 auto;
}
.ag_content .dankuai_content .zdy .getiTowdiv dankuai_geti span {
  display: block;
  text-align: center;
}
.ag_content .dankuai_content .zdy .getiTowdiv .zdy_spanone {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  color: #0079f7;
  cursor: pointer;
}
.ag_content .dankuai_content .zdy .getiTowdiv .zdy_spantow {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: darkgray;
  cursor: pointer;
}
.aslite_box {
  /*gerenzhongxini*/
  height: 100%;
}
.aslite_box .tableone {
  margin-bottom: 15px;
  border: 1px solid #DADADA;
  font-size: 14px;
  color: #767676;
  border-collapse: collapse;
}
.aslite_box .tableone .thyanse {
  background: #F2F5F8;
}
.aslite_box .tableone tr.thyanse td {
  padding-left: 10px;
}
.aslite_box .tableone tr .td_span {
  display: flex;
  height: 100%;
  border-bottom: 0px;
}
.aslite_box .tableone tr .td_span .td_span_one {
  margin-left: 12px;
}
.aslite_box .tableone tr .td_span span {
  border: none;
  display: block;
  width: 70px;
  height: 40px;
  line-height: 40px;
}
.aslite_box .tableone tr .td_span span input {
  width: 70px;
  height: 38px;
  line-height: 38px;
  border: 0;
  text-align: center;
}
.aslite_box .tableone tr td {
  width: 180px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #DADADA;
}
.aslite_box .tableone tr td input {
  width: 180px;
  height: 38px;
  line-height: 40px;
  outline: none;
  border: 0px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #767676;
  padding-left: 10px;
}
.aslite_box .tableone tr td button {
  padding-left: 10px;
}
.aslite_box .tableone tr td select {
  width: 180px;
  height: 38px;
  border: 0px;
  outline: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #767676;
}
.aslite_box .tableone tr td select:disabled,
input:disabled {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.aslite_box .tableone tr td button {
  background: space;
}
.aslite_box .tableone tr td button:hover {
  color: #007CF7;
}
.aslite_box .aslite_gr_nav {
  height: 32px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.aslite_box .aslite_gr_nav .gr_p {
  width: 128px;
  height: 32px;
  background: #0079F7;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: white;
}
.aslite_box .aslite_gr_nav .gr_p i {
  font-size: 14px;
  margin-right: 10px;
  color: white;
}
.aslite_box .aslite_gr_nav .gr_p:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.aslite_box .aslite_gr_nav .aslite_gr_left {
  width: 400px;
  height: 32px;
  display: flex;
}
.aslite_box .aslite_gr_nav .aslite_gr_left .aslite_gr_left_p {
  width: 134px;
  height: 32px;
  border: 1px #DADADA solid;
  border-radius: 4px;
  margin-right: 28px;
}
.aslite_box .aslite_gr_nav .aslite_gr_left .aslite_gr_left_p .aslite_gr_left_select {
  width: 134px;
  height: 32px;
  outline: none;
  border: 0px;
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #767676;
}
.aslite_box .aslite_gr_nav .aslite_gr_left .aslite_gr_left_div {
  width: 238px;
  height: 32px;
  border: 1px #DADADA solid;
  border-radius: 4px;
  display: flex;
}
.aslite_box .aslite_gr_nav .aslite_gr_left .aslite_gr_left_div img {
  width: 14px;
  height: 14px;
  margin-top: 9px;
  margin-left: 20px;
  margin-right: 16px;
}
.aslite_box .aslite_gr_nav .aslite_gr_left .aslite_gr_left_div input {
  height: 30px;
  border: 0px;
  outline: none;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: darkgray;
}
.aslite_box .aslite_box_gr_p {
  height: 14px;
  line-height: 14px;
  color: #9D9D9D;
  margin: 20px 0px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
}
.aslite_box .aslite_box_gr_p span {
  font-size: 12px;
  color: #0079f7;
  font-weight: 600;
}
.aslite_box .aslite_gr_comtent {
  display: flex;
  flex-wrap: wrap;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti:hover .aslite_gr_comtent_geti_wfb {
  display: block;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti:hover .aslite_gr_comtent_geti_fb {
  display: block;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti {
  margin-bottom: 30px;
  position: relative;
  width: 214px;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  margin-right: 13px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_fb {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 214px;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  background: url(/res/mask_img.png) no-repeat;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 214px;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  background: url(/res/mask_img.png) no-repeat;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong {
  width: 112px;
  height: 136px;
  margin: 0 auto;
  margin-top: 42px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  border: 1px #fff solid;
  font-size: 14px;
  width: 112px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p i {
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p:hover {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px #fff solid;
  color: #006699;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p:hover i {
  color: #006699;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .gr_comtent_geti_beijin {
  width: 214px;
  height: 132px;
  border-radius: 8px 8px 0px 0px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .gr_comtent_geti_beijin img {
  width: 214px;
  height: 132px;
  border-radius: 8px 8px 0px 0px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .published_div {
  position: absolute;
  margin-left: 184px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti:hover .published_div {
  display: none;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .gr_comtent_geti_bottom {
  width: 214px;
  height: 88px;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .gr_comtent_geti_bottom .gr_comtent_geti_bottom_pone {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #767676;
}
.aslite_box .aslite_gr_comtent .aslite_gr_comtent_geti .gr_comtent_geti_bottom .gr_comtent_geti_bottom_ptow {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: darkgray;
}
.aslite_box .aslite_gr_comtent_geti_wfb {
  width: 214px;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  background: url(/res/mask_img.png) no-repeat;
}
.aslite_box .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong {
  width: 112px;
  height: 136px;
  margin: 0 auto;
  margin-top: 42px;
}
.aslite_box .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  border: 1px #fff solid;
  margin-bottom: 16px;
  width: 112px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
}
.aslite_box .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p i {
  font-size: 12px;
}
.aslite_box .aslite_gr_comtent_geti_wfb .aslite_gr_comtent_geti_wfb_zhong p:hover {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px #fff solid;
  display: block;
  color: #006699;
}
.aslite_box .aslite_gr_comtent_geti_fb {
  width: 214px;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  background: url(/res/mask_img.png) no-repeat;
}
.aslite_box .aslite_gr_comtent_geti_fb .aslite_gr_comtent_geti_wfb_zhong {
  width: 112px;
  height: 136px;
  margin: 0 auto;
  margin-top: 68px;
}
.aslite_box .aslite_gr_comtent_geti_fb .aslite_gr_comtent_geti_wfb_zhong p {
  border-radius: 4px;
  display: block;
  height: 32px;
  line-height: 32px;
  border: 1px #fff solid;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.aslite_box .aslite_gr_comtent_geti_fb .aslite_gr_comtent_geti_wfb_zhong p i {
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}
.aslite_box .aslite_gr_comtent_geti_fb .aslite_gr_comtent_geti_wfb_zhong p:hover {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px #fff solid;
  color: #006699;
}
.aslite_box .aslite_gr_comtent_geti_fb .aslite_gr_comtent_geti_wfb_zhong p:hover i {
  color: #006699;
}
.aslite_box {
  height: 100%;
  background: #FDFDFD;
}
.aslite_box .xinxi_p {
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  color: #767676;
}
.aslite_box .xinxi_comtent {
  display: flex;
}
.aslite_box .xinxi_comtent .xinxi_left {
  width: 308px;
  margin-right: 50px;
}
.aslite_box .xinxi_comtent .xinxi_left span {
  font-size: 14px;
  color: #767676;
}
.aslite_box .xinxi_comtent .xinxi_left p {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 308px;
  border-radius: 2px;
  border: 1px solid #DADADA;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #767676;
  font-size: 12px;
}
.aslite_box .xinxi_comtent .xinxi_left .topspan {
  margin-bottom: 15px;
  margin-left: 81px;
}
.aslite_box .xinxi_comtent .xinxi_left .error {
  margin-bottom: 15px;
  margin-left: 81px;
  color: red;
}
.aslite_box .xinxi_comtent .xinxi_left select,
.aslite_box .xinxi_comtent .xinxi_left input {
  margin-top: 8px;
  width: 325px;
  border-radius: 2px;
  border: 1px solid #DADADA;
  height: 32px;
  text-align: left;
  padding-left: 15px;
  line-height: 40px;
  color: #767676;
  font-size: 12px;
  outline: none;
  background: #FBFBFB;
}
.aslite_box .xinxi_comtent .xinxi_left select {
  width: 325px;
  padding-left: 12px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan {
  width: 308px;
  height: 190px;
  background: #E4F0FB;
  border: 1px solid #8AB5DC;
  margin-top: 10px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong {
  width: 128px;
  height: 120px;
  margin: 35px auto 0 auto;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong form {
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAADt0lEQVRoQ+1aTW8bVRQ9dyYhqIIGqUUIJI9joYgUqaiUymNVoVEkJKBSsU1ESNdlAe0CCgIq8ZEqzaILwqKAYMOGDcVQPE4RPwBVwTMJHxsQ3bSODVm0pRUfSsDxzEEWiUvc2J4ZG3Vs2cuZe949551733v2s6BDPtIhOtAVEjQnu44EzpFUKqX2DcQmST4HYHvQCDbgc4WUD1b10HHJWPkpkm+0mYANdEXkhBjm4uU2dKJ63q+UhbDy1JEJqvb5dnBHbPU+KDy9znWDEIrzYDIa+b4dhKSti7uEynddIUFxK9COzFqFEYfOEQiGQFwjOdu3bfXd/YODf1dPYGCFGGb+KMAZoOr8R1hSWnkkPjz0x3/FBFKIMVfYCdUpN666aenSOZWIRZ4PvhBz8SSAV2v1H4GrST287X8RQlIyVuEFkPsBnr/VUd98bG/oqp/FwLByH4MyUQ8r/Vu2xofurJRXy0ornc29JSIvVZITVv9dzshoJPKXVzFpMzcjkBfr4H6PR7U7RKSyebdEyOfmxWcVKO/fkJg8nYgNHPQsZO5CVFQ1e0Ojrw1E8MOkPvBMS0vLMPOPAvwCQM/mjYnJRCw85VWMYeanAb5WjRPBTzaXh5/Ud/zaMiHGQmEnbPscIFvrEKUAT8f18KdexaTnc2PiyBEBdjjkNVEkU1RKJ8f33Ptby/aRMwu5u1VbyQLUXBBcJrEvGQt/4yLWV4ivHjm7sLSlVFr9SgQPuc0qwC/olWh8t7bkFuMlzrOQ46SyyyqcAZjwkmgtdqFoK/vG94ZWfGDrQjwLMczc24Ac9UtEgFRc1yaA60un37F8N7th5Q+DfK/pxHSmErHIpNtxDGvxGIhXANgEppJ6+B3fzZ7+Ove4KMoswM2XWbes/o0jRA4motonjWCGmZsGZMMyLJSZJ/TQy543xEy28ABhn4PI7Y0Su31PYMURGRmLavO1MJls/gSFr9d4/1H/snZodFRK5fcNe0QpqpfYy/IuG3JL0nWcYMl2ivpYbPDnakwDEWu+8ku155anDuy5Z7muEFEwDOIUid2uyXkMpODbHqX34TKZdagrEdfzzBVt5UBvT0mr+Z0dxI8Q3O+Rm5/wz+JRbbxc8x5FrOf6wQGOKcDZ9Qcbfw7yQ8knhuS0AgV1eqLuyCT+FMFtN12IT/01YTfNka6QGjPQdaTVpdHseF1Hmp3BVuO7jrR6Rpsdr3NurDrhDrF83JEUqfbNF9r/VrfZ2gwKvvvPh6A4UTnGB42QXz4dU1r/AOeBVmN83zOCAAAAAElFTkSuQmCC) no-repeat;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button {
  width: 128px;
  height: 32px;
  line-height: 32px;
  background: #0087FF;
  border-radius: 4px;
  border: 0px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button span {
  color: #fff;
  font-size: 14px;
  display: block;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button img {
  height: 14px;
  width: 14px;
  margin-top: 9px;
  margin-left: 25px;
}
.aslite_box .xinxi_comtent .xinxi_left .fenmian_span {
  margin-top: 28px;
  display: block;
}
.aslite_box .xinxi_comtent .xinixi_right {
  width: 730px;
}
.aslite_box .xinxi_comtent .xinixi_right .textareaone {
  margin-bottom: 5px;
}
.aslite_box .xinxi_comtent .xinixi_right .textmargin {
  margin-top: 12px;
  margin-bottom: 49px;
}
.aslite_box .xinxi_comtent .xinixi_right textarea {
  margin-top: 10px;
  width: 730px;
  height: 192px;
  background: #FBFBFB;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  padding: 15px 10px;
  outline: none;
}
.aslite_box .xinxi_jeiwei {
  display: flex;
  margin-top: 50px;
}
.aslite_box .xinxi_jeiwei button {
  width: 128px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border: 0px;
  margin-right: 20px;
  cursor: pointer;
  outline: none;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(1) {
  color: #717E8C;
  background: #D8E0E8;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(2) {
  color: #fff;
  background: #0087FF;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(3) {
  color: #A9A9A9;
  width: 50px;
  background: #D8E0E8;
  outline: none;
}
.aslite_box .canshu_xinzeng {
  width: 308px;
  height: 40px;
  background: #E4F0FB;
  text-align: center;
  line-height: 40px;
  color: #567FA5;
  font-size: 14px;
  border: 1px #8AB5DC dashed;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 30px;
}
.aslite_box .canshu_title {
  width: 98px;
  height: 23px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #767676;
  line-height: 22px;
  margin-bottom: 30px;
}
.aslite_box .gaodu {
  margin-top: 180px;
}
button.upload_img {
  color: #fff;
  text-align: center;
  margin-right: 5px;
}
button.upload_img i {
  color: #fff;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.aslite_box .xinxi_p {
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  color: #767676;
}
.aslite_box .xinxi_comtent {
  display: flex;
}
.aslite_box .xinxi_comtent .xinxi_left {
  width: 308px;
  margin-right: 50px;
}
.aslite_box .xinxi_comtent .xinxi_left span {
  font-size: 14px;
  color: #767676;
}
.aslite_box .xinxi_comtent .xinxi_left p {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 308px;
  border-radius: 2px;
  border: 1px solid #DADADA;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #767676;
  font-size: 12px;
}
.aslite_box .xinxi_comtent .xinxi_left .topspan {
  margin-bottom: 15px;
  margin-left: 81px;
}
.aslite_box .xinxi_comtent .xinxi_left select,
.aslite_box .xinxi_comtent .xinxi_left input {
  margin-top: 8px;
  width: 325px;
  border-radius: 2px;
  border: 1px solid #DADADA;
  height: 32px;
  text-align: left;
  padding-left: 15px;
  line-height: 40px;
  color: #767676;
  font-size: 12px;
  outline: none;
  background: #FBFBFB;
}
.aslite_box .xinxi_comtent .xinxi_left select {
  width: 325px;
  padding-left: 12px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan {
  width: 308px;
  height: 190px;
  background: #E4F0FB;
  border: 1px solid #8AB5DC;
  margin-top: 10px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong {
  width: 128px;
  height: 120px;
  margin: 35px auto 0 auto;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong form {
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAADt0lEQVRoQ+1aTW8bVRQ9dyYhqIIGqUUIJI9joYgUqaiUymNVoVEkJKBSsU1ESNdlAe0CCgIq8ZEqzaILwqKAYMOGDcVQPE4RPwBVwTMJHxsQ3bSODVm0pRUfSsDxzEEWiUvc2J4ZG3Vs2cuZe949551733v2s6BDPtIhOtAVEjQnu44EzpFUKqX2DcQmST4HYHvQCDbgc4WUD1b10HHJWPkpkm+0mYANdEXkhBjm4uU2dKJ63q+UhbDy1JEJqvb5dnBHbPU+KDy9znWDEIrzYDIa+b4dhKSti7uEynddIUFxK9COzFqFEYfOEQiGQFwjOdu3bfXd/YODf1dPYGCFGGb+KMAZoOr8R1hSWnkkPjz0x3/FBFKIMVfYCdUpN666aenSOZWIRZ4PvhBz8SSAV2v1H4GrST287X8RQlIyVuEFkPsBnr/VUd98bG/oqp/FwLByH4MyUQ8r/Vu2xofurJRXy0ornc29JSIvVZITVv9dzshoJPKXVzFpMzcjkBfr4H6PR7U7RKSyebdEyOfmxWcVKO/fkJg8nYgNHPQsZO5CVFQ1e0Ojrw1E8MOkPvBMS0vLMPOPAvwCQM/mjYnJRCw85VWMYeanAb5WjRPBTzaXh5/Ud/zaMiHGQmEnbPscIFvrEKUAT8f18KdexaTnc2PiyBEBdjjkNVEkU1RKJ8f33Ptby/aRMwu5u1VbyQLUXBBcJrEvGQt/4yLWV4ivHjm7sLSlVFr9SgQPuc0qwC/olWh8t7bkFuMlzrOQ46SyyyqcAZjwkmgtdqFoK/vG94ZWfGDrQjwLMczc24Ac9UtEgFRc1yaA60un37F8N7th5Q+DfK/pxHSmErHIpNtxDGvxGIhXANgEppJ6+B3fzZ7+Ove4KMoswM2XWbes/o0jRA4motonjWCGmZsGZMMyLJSZJ/TQy543xEy28ABhn4PI7Y0Su31PYMURGRmLavO1MJls/gSFr9d4/1H/snZodFRK5fcNe0QpqpfYy/IuG3JL0nWcYMl2ivpYbPDnakwDEWu+8ku155anDuy5Z7muEFEwDOIUid2uyXkMpODbHqX34TKZdagrEdfzzBVt5UBvT0mr+Z0dxI8Q3O+Rm5/wz+JRbbxc8x5FrOf6wQGOKcDZ9Qcbfw7yQ8knhuS0AgV1eqLuyCT+FMFtN12IT/01YTfNka6QGjPQdaTVpdHseF1Hmp3BVuO7jrR6Rpsdr3NurDrhDrF83JEUqfbNF9r/VrfZ2gwKvvvPh6A4UTnGB42QXz4dU1r/AOeBVmN83zOCAAAAAElFTkSuQmCC) no-repeat;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button {
  width: 128px;
  height: 32px;
  line-height: 32px;
  background: #0087FF;
  border-radius: 4px;
  border: 0px;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button span {
  color: #fff;
  font-size: 14px;
  display: block;
}
.aslite_box .xinxi_comtent .xinxi_left .xinxi_shangchuan .xinxi_shangchuan_zhong button img {
  height: 14px;
  width: 14px;
  margin-top: 9px;
  margin-left: 25px;
}
.aslite_box .xinxi_comtent .xinxi_left .fenmian_span {
  margin-top: 28px;
  display: block;
}
.aslite_box .xinxi_comtent .xinixi_right {
  width: 730px;
}
.aslite_box .xinxi_comtent .xinixi_right span {
  font-size: 14px;
  color: #767676;
  display: block;
}
.aslite_box .xinxi_comtent .xinixi_right .textareaone {
  margin-bottom: 5px;
}
.aslite_box .xinxi_comtent .xinixi_right .textmargin {
  margin-top: 12px;
  margin-bottom: 49px;
}
.aslite_box .xinxi_comtent .xinixi_right textarea {
  margin-top: 10px;
  width: 730px;
  height: 192px;
  background: #FBFBFB;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  padding: 15px 10px;
  outline: none;
}
.aslite_box .xinxi_jeiwei {
  display: flex;
  margin-top: 50px;
}
.aslite_box .xinxi_jeiwei button {
  width: 128px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border: 0px;
  margin-right: 20px;
  cursor: pointer;
  outline: none;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(1) {
  color: #717E8C;
  background: #D8E0E8;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(2) {
  color: #fff;
  background: #0087FF;
}
.aslite_box .xinxi_jeiwei button:nth-of-type(3) {
  color: #A9A9A9;
  width: 50px;
  background: #FDFDFD;
  outline: none;
}
.img {
  font-size: 15px;
  color: #3290e6;
  min-width: 12px;
  min-height: 15px;
}
.role_name {
  clear: both;
  padding-top: 10px;
  text-align: left;
}
.role_name > label {
  display: block;
  line-height: 40px;
}
.role_name > .iptStyle {
  width: 120px;
  height: 30px;
  margin-right: 34px;
  background: #FBFBFB;
}
.role_name > .iptStyle:last-child {
  margin: 0;
}
.aslite_box_auto {
  height: auto;
}
.aslite_box_auto .xinxi_comtent .xinixi_right span {
  text-align: left;
  margin-top: 11px;
}
.editModel {
  padding: 30px;
}
.file-box {
  left: 0;
}



.mce-panel {
  border: 1 solid #eaeaea !important;
}
.mce-tinymce {
  box-shadow: none !important;
}



.constant[data-v-9fa8a664] {
  width: 60px;
  min-width: 60px !important;
}


.constant[data-v-13f7ec9b] {
  width: 80px;
  min-width: 80px !important;
}



.constant[data-v-251766f0] {
  width: 60px;
  min-width: 60px !important;
}


.calculation-if .children_left,
.calculation-if .children_right {
  float: left;
  min-height: 63.9px;
  min-width: 63.9px;
  margin-top: 12.8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #e0e6ec;
  border: #bcc9d6 solid;
  border-width: 0px 0px 1px 1px;
  z-index: 1;
}
.calculation-if .children_right {
  float: right;
  border-width: 1px 1px 0px 0px;
  margin-left: -31.5px;
}
.calculation-if .children_body {
  float: left;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #e0e6ec;
  border: #bcc9d6 solid;
  border-width: 1px 0px;
  padding: 8px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  min-height: 90px;
  min-width: 155px;
  margin-left: -31.5px;
}
.childrens {
  float: left;
  min-height: 90px;
  min-width: 155px;
}


.line {
  position: absolute;
  transform: translate(260px, 100px);
}




strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  max-width: 100%;
  line-height: 1;
  margin: 0px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
}
sub,
sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table tr th,
table tr td {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "\5B8B\4F53";
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
button {
  border: none;
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
a,
input,
button {
  outline: none;
}
.w1012 {
  margin: 0 auto;
  width: 1012px;
}
.of_hidden {
  overflow: hidden;
}
button {
  outline: none;
}
.clear {
  clear: both;
  padding-bottom: 20px;
}
.blue {
  color: #1e9bf7;
}
.orange {
  color: #f7931e;
}
.green {
  color: #17ab63;
}
.red {
  color: #FC0206;
}
.purple {
  color: #8838ea;
}
/*******按钮样式*********/
.l_btn {
  width: 200px;
  height: 52px;
  color: #fff;
  font-size: 16px;
}
.m_btn {
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.s_btn {
  width: 110px;
  height: 32px;
  color: #fff;
  font-size: 14px;
}
.n_blue_bg {
  background-color: #0087ff;
}
.green_bg {
  background-color: #20c574;
}
.orange_bg {
  background-color: #f9882d;
}
.red_bg {
  background-color: #fb525a;
}
.purple_bg {
  background-color: #8838ea;
}
.smoke_bg {
  background-color: #5c5c5c;
}
.gold_bg {
  background-color: #fdd20c;
}
.l_btn[disabled],
.m_btn[disabled],
.s_btn[disabled] {
  background: #d2d2d2;
  cursor: no-drop;
}
.l_btn[disabled]:hover,
.m_btn[disabled]:hover,
.s_btn[disabled]:hover {
  background: #d2d2d2;
}
button:hover {
  opacity: 0.9;
}
button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
button.buttonstyle {
  padding: 0 60px;
  height: 54px;
  background-color: #0087ff;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
button.buttonstyle:hover {
  background-color: #00aeff;
}
button.smallbtn {
  width: 96px;
  height: 32px;
  background-color: #0087ff;
  color: #fff;
}
button.smallbtn:hover {
  background-color: #00aeff;
}
button.mediumbtn {
  width: 132px;
  height: 46px;
  background-color: #0087ff;
  color: #fff;
  font-size: 18px;
}
button.mediumbtn.orange {
  background-color: #e88010;
}
button.mediumbtn.green {
  background-color: #20bc8e;
}
button.mediumbtn.green2 {
  background-color: #21c475;
}
button.mediumbtn.gray {
  background-color: #5c5c5c;
}
button.mediumbtn.red_btnbg {
  background-color: #fb525a;
}
button.mediumbtn.purple_gray {
  background-color: #7e86a2;
}
button.mediumbtn:hover {
  opacity: 0.9;
}
button.mediumbtn[disabled] {
  background-color: #9a9a9a;
  cursor: no-drop;
}
button.mediumbtn[disabled]:hover {
  opacity: 1;
}
button.green_bgbtn {
  background-color: #21c475;
}
button.green_bgbtn:hover {
  background-color: #14dd7c;
}
button.remind {
  width: 100px;
  height: 30px;
  background-color: #2cc77c;
  color: #fff;
  font-size: 14px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
button.remind:hover {
  background-color: #1adb7d;
}
button.buttonstyle.greenbtn {
  background-color: #1dcf79;
}
button.buttonstyle.greenbtn:hover {
  background-color: #14dd7c;
}
.gray_btn {
  padding: 0 45px;
  border: 1px solid #eaeaea;
  background: none;
  line-height: 40px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
.gray_btn:hover {
  background: #eaeaea;
}
.blue_btn {
  padding: 0 45px;
  border: 1px solid #0087ff;
  background: #0087ff;
  color: #fff;
  line-height: 40px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
.blue_btn:hover {
  border: 1px solid #00aeff;
  background: #00aeff;
}
.blue_btn[disabled] {
  border: 1px solid #eaeaea;
  background: #eaeaea;
  cursor: no-drop;
}
.submit_btn {
  width: 280px;
  background-color: #0087ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
.submit_btn:hover {
  background-color: #00aeff;
}
.small_button {
  padding: 0 40px;
  height: 40px;
  background-color: #21c475;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
.small_button.green:hover {
  background-color: #14dd7c;
}
.small_button.gary {
  background-color: #91a5b7;
}
.small_button.gary:hover {
  background-color: #9bb2c6;
}
.bg_green {
  background-color: #21c475;
}
.bg_green:hover {
  background-color: #4bce8e;
}
.bg_gary {
  background-color: #5c5c5c;
}
.bg_gary:hover {
  background-color: #7d7d7d;
}
.big_btn {
  width: 240px;
  height: 40px;
  color: #fff;
}
.big_btn[disabled] {
  background: #d2d2d2;
  cursor: no-drop;
}
.text_style {
  box-sizing: border-box;
  padding: 0 10px;
  width: 256px;
  height: 40px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 40px;
}
button.remind[disabled] {
  width: 100px;
  height: 30px;
  background-color: #d2d2d2;
  color: #fff;
  font-size: 14px;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
button.remind:hover[disabled] {
  background-color: #d2d2d2;
}
/*---------------------------------------日历插件 css--------------------------------------------*/
.date_selector,
.date_selector * {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  position: absolute;
  z-index: 100000;
  display: none;
  margin: 0;
  margin-top: -1px;
  padding: 10px;
  width: 256px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fbfbfb;
  box-shadow: 0 0 5px #aaa;
  box-shadow: 0 2px 2px #ccc;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
.date_selector .nav {
  width: 17.5em;
}
.date_selector .nav p {
  clear: none;
}
.date_selector .month_nav,
.date_selector .year_nav {
  position: relative;
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: center;
}
.date_selector .month_nav {
  float: left;
  width: 50%;
}
.date_selector .year_nav {
  float: right;
  margin-right: -8px;
  width: 42%;
}
.date_selector .month_name,
.date_selector .year_name {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.date_selector .button {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #5985c7;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.date_selector .button:hover,
.date_selector .button.hover {
  border-color: #3a930d;
  background: #0090ff;
  color: #fff;
  cursor: pointer;
}
.date_selector .prev {
  left: 0;
}
.date_selector .next {
  right: 0;
}
.date_selector table {
  clear: both;
  margin: 0;
  width: 256px;
  border-collapse: collapse;
  border-spacing: 0;
}
.date_selector th,
.date_selector td {
  padding: 0 !important;
  width: 2.5em;
  height: 2em;
  color: #0090ff;
  text-align: center !important;
  font-weight: normal;
}
.date_selector th {
  font-size: 12px;
}
.date_selector td {
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #0090ff;
  text-align: center;
  white-space: nowrap;
  line-height: 2em;
}
.date_selector td.today {
  background: #eee;
}
.date_selector td.unselected_month {
  color: #ccc;
}
.date_selector td.selectable_day {
  cursor: pointer;
}
.date_selector td.selected {
  background: #0090ff;
  color: #fff;
  font-weight: bold;
}
.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
  background: #00aeff;
  color: #fff;
}
/*-----------------------------------------------------------------------------------*/
.toggleSwitch span span {
  display: none;
}
.toggleSwitch {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-left: 0;
  padding: 0;
  width: 40px;
  height: 18px;
  cursor: pointer;
}
.toggleSwitch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch > span {
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.toggleSwitch input:focus + label,
.toggleSwitch input:focus ~ a {
  outline: 0;
}
.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.toggleSwitch input {
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.toggleSwitch > span {
  position: absolute;
  left: -50px;
  margin: 0;
  padding-right: 50px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.toggleSwitch > span span {
  position: absolute;
  top: 0;
  top: -1px;
  left: 0;
  left: 15%;
  z-index: 5;
  display: block;
  margin-left: 50px;
  width: 50%;
  width: 100%;
  text-align: left;
  font-size: 0.9em;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggleSwitch a {
  position: absolute;
  right: 50%;
  left: 2px;
  z-index: 4;
  display: block;
  padding: 0;
  width: 18px;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggleSwitch > span span:first-of-type {
  left: 45%;
  color: #fff;
  opacity: 1;
}
.toggleSwitch > span:before {
  position: absolute;
  top: -2px;
  left: 50px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fafafa;
  content: '';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggleSwitch input ~ span:before {
  border-color: #8a8a8a;
  box-shadow: inset 0 0 0 30px #8a8a8a;
  color: #fff;
}
.toggleSwitch input ~ span span:last-of-type {
  color: #fff;
}
.toggleSwitch input:checked ~ a {
  left: 100%;
  margin-left: -8px;
  border-color: #fff;
}
.toggleSwitch input:checked ~ span:before {
  border-color: #1dcf79;
  box-shadow: inset 0 0 0 30px #1dcf79;
}
.toggleSwitch input:checked ~ span span:first-of-type {
  opacity: 0;
}
.toggleSwitch input:checked ~ span span:last-of-type {
  color: #fff;
  opacity: 1;
}
/*************模态框状态***********************/
.reveal_modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.modal_box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  display: none;
  padding: 10px 20px 30px 20px;
  width: 330px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.close_box {
  float: right;
  width: 20px;
  height: 20px;
  background: url(/res/close.png) no-repeat center center;
  cursor: pointer;
}
.modal_box h2 {
  clear: both;
  color: #555555;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.modal_box p {
  padding: 40px 0;
  color: #555555;
  text-align: center;
  font-size: 16px;
}
.modal_box .box_btn_div {
  text-align: center;
}
.modal_box .box_btn_div button {
  margin: 0 10px;
}
.modal_box2 {
  padding-bottom: 10px;
}
.modal_box2 h5 {
  padding-top: 10px;
  color: #c0c0c0;
  text-align: center;
  font-size: 14px;
}
.modal_box2 p {
  padding: 5px 0;
  color: #0b0b0b;
  font-size: 16px;
}
/*************分页样式***********************/
.page {
  clear: both;
  padding: 20px 0 40px 0;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 3px;
  width: 38px;
  height: 32px;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
  color: #0c0c0c;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
}
.page a.first_page,
.page a.last_page {
  width: 75px;
}
.page a.active {
  border: 1px solid #0090ff;
  background: #0090ff;
  color: #fff;
  font-weight: bold;
}
.page a:hover {
  border: 1px solid #0090ff;
  background-color: #e5f4ff;
  color: #0090ff;
}
.page a.active:hover {
  border: 1px solid #0090ff;
  background: #0090ff;
  color: #fff;
  font-weight: bold;
}
/*****************聊天图标**********************/
.chat_icon {
  position: fixed;
  top: 65%;
  right: 0;
  box-sizing: border-box;
  padding-top: 21px;
  width: 110px;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  cursor: pointer;
}
.chat_icon em {
  position: absolute;
  top: 17px;
  left: 58px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #ff1b30;
}
.chatting {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 490px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.chat_object {
  position: relative;
  background-color: #fafafa;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.chat_object span {
  margin: 0 3px;
  font-size: 16px;
}
.chat_object .close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #fafafa url(/res/close.png) no-repeat center center;
  cursor: pointer;
}
.sendchat {
  overflow-y: auto;
  padding: 10px 0;
  height: 330px;
}
.sendchat ul li {
  overflow: hidden;
  padding: 10px 0;
}
.sendchat ul li img {
  float: left;
  margin: 0 10px;
}
.sendchat ul li .chat_content {
  float: left;
  width: 365px;
}
.sendchat ul li .chat_content time {
  color: #c0c0c0;
}
.sendchat ul li .chat_content p {
  position: relative;
  margin-top: 7px;
  padding: 10px;
  border-radius: 2px;
  background-color: #fafafa;
}
.sendchat ul li.rightchat .chat_content,
.sendchat ul li.rightchat img {
  float: right;
  text-align: right;
}
.sendchat ul li.rightchat .chat_content p {
  background-color: #21c475;
  color: #fff;
  text-align: left;
}
.send {
  overflow: hidden;
  padding: 9px 20px;
  background-color: #fafafa;
  line-height: 42px;
}
.send input {
  float: left;
  padding: 0 10px;
  width: 340px;
  height: 42px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  line-height: 42px;
}
.sendbtn {
  float: right;
  width: 70px;
  height: 42px;
  background-color: #21c475;
  color: #fff;
  transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;
}
.sendbtn:hover {
  background-color: #14dd7c;
}
/***********弹出框 new***********/
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.in {
  display: block;
}
.modal-backdrop.out {
  display: none;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  display: inline-block;
  overflow: hidden;
  min-width: 370px;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.modal-header {
  position: relative;
  height: 46px;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: none;
  font-size: 30px;
  line-height: 46px;
}
.modal-title {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #eaeaea;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
}
.modal-body {
  padding: 30px 20px;
  text-align: center;
}
.modal-body b,
.modal-body strong,
.modal-body p {
  text-align: left;
}
.modal-body p.tx_center {
  text-align: center;
}
.modal-footer {
  clear: both;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.modal-footer button {
  margin: 0 10px;
}
.modal_red {
  width: 130px;
  height: 40px;
  border-radius: 3px;
  background-color: #fb525a;
  color: #fff;
  font-size: 14px;
}
.modal_red:hover {
  background-color: #fa7279;
}
.modal_blue {
  width: 130px;
  height: 40px;
  border-radius: 3px;
  background-color: #0087ff;
  color: #fff;
  font-size: 14px;
}
.modal_blue:hover {
  background-color: #00aeff;
}
.modal_green {
  width: 130px;
  height: 40px;
  border-radius: 3px;
  background-color: #21c475;
  color: #fff;
  font-size: 14px;
}
.modal_green:hover {
  background-color: #4bce8e;
}
.modal_cancel {
  width: 130px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fff;
  color: #555;
  font-size: 14px;
}
.hide {
  display: none;
}
.hint .icon {
  color: #21c475;
  font-size: 60px;
}
.hint .green {
  color: #21c475;
}
.hint .red {
  color: #fa2731;
}
.zcheckmark:before {
  content: "\E696";
}
.hint p {
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.zprompt:before {
  content: "\E6A1";
}
/**地图 */
.dot:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4200;
  content: ' ';
}
.dot:after {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  content: ' ';
  -webkit-animation-name: 'ripple';
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
}
@keyframes ripple {
  0% {
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    opcity: 75;
  }
  100% {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
/* side */
.side {
  position: fixed;
  top: 214px;
  right: 0;
  z-index: 100;
  width: 70px;
  height: 350px;
}
.side ul li {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.side ul li .sidebox {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background: #4c5c70;
  color: #fff;
  font: 14px/70px "\5FAE\8F6F\96C5\9ED1";
  opacity: 0.8;
  transition: all 0.3s;
  filter: alpha(opacity=80);
}
.side ul li b {
  color: #fff;
  vertical-align: top;
  font-weight: normal;
  font-size: 22px;
  line-height: 70px;
}
.side ul li .sidetop {
  display: inline-block;
  width: 70px;
  background: #4c5c70;
  opacity: 0.8;
  transition: all 0.3s;
  filter: alpha(opacity=80);
}
.side ul li a {
  display: block;
}
.side ul li .sidebox:hover,
.side ul li .sidetop:hover {
  background: #4c5c70;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side ul li .sidetop span,
.side ul li .sidebox span {
  display: inline-block;
  padding-top: 16px;
  width: 70px;
  height: 54px;
  text-align: center;
}
.side ul li .download_ico {
  position: relative;
  overflow: visible;
}
.side ul li .download_ico:hover {
  background: #1db76d;
}
.side ul li .download_ico .qr_downlad p {
  padding: 10px 0;
}
.side ul li .download_ico:hover .qr_downlad {
  display: block;
}
#img {
  animation: myfirst 2s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst 2s linear 0s infinite alternate;
  /* Safari 和 Chrome: */
  -webkit-animation: myfirst 2s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myfirst 2s linear 0s infinite alternate;
}
@keyframes myfirst {
  0% {
    margin-top: 0;
    margin-left: 0;
    transform: rotate(0deg);
  }
  25% {
    margin-top: 100px;
    margin-left: 50px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: 0;
    margin-left: 100px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: 100px;
    margin-left: 150px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 0;
    margin-left: 200px;
    transform: rotate(0deg);
  }
}
.page2 {
  padding-top: 40px;
  height: 500px;
  background-color: aqua;
}
.page2 img {
  float: right;
  margin-right: 200px;
}
@keyframes donghua {
  0% {
    margin-right: 0px;
  }
  100% {
    margin-right: 200px;
  }
}

@font-face {
  font-family: "iconfont";
  src: url(/res/iconfont.eot);
  /* IE9 */
  src: url(/res/iconfont.eot#iefix) format('embedded-opentype'),  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACgEAAsAAAAASqQAACezAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCMLgrzJNo5ATYCJAOCTAuBKAAEIAWEbQeJFxvIPGWGmMcBwFNXC9n/f026jmqXrQLvjWKmldJ1zbXSl5t7y9Lp+LYqu4QXtacra/i9uBP+fDO0wAndB3AJkmEiJCEpujRubnSNAjIKiCNdNP+FfpwjTfDcGnQoJQS2bLN3Xxu1dasJxmEF8bNCoR8CG9N74CIrQFnZBGFATtdO+Ck/Hoj72vuzeB4HLVgEgQeWeEQBbmDxQNyv3k9dW+NKjEiBq/HDCuBD7gAYnp9b7/2/jcG2v8IBY6xpgbFRMVa0jJQwiPIQJBQQREDRAw4sDDAwEizsOwGjyQMDvZO0Aobetbij36y+K3L3XhWEtUxOTaAZ0SQzOfX8wG/z24LsOvEzkUgE+L6qlq60PmtYUses18uaB5FfEnIQwQNB2YaKbnM7Dxi/hR5FGsWccET7137tpN3Vg3Qq8nYXkyjaSP/yp0TNhEYzWxlo8KNb9UmbtMkLcufIyBf16sSk+0YDLbQzviYB1kRGLJxqL7rEknOWXxlrls3By2gB6eC8kEccxP/pLFtpdw/YG2QFf8KvT7q8VFeUacqZMWk80t2OvQeyD6xj08XykrV7TBVWAaAu1qK03nvPPrSD9h13YSyxS5mySFtw0fTpmtRVIDYxc0qAPUA0xjy0dDvGtNrBdrmkG480VOzYAU3EaLz6v3cEUNIzEZTetto87dBbAOHMuwVPhOiQ1oEnWMqAMeKWhA9/0w/gB3/z4R9sBh4SJuJg+74tr62/YMxFn30aDwEPOw0wB4IULEMGSYU6M+TW1DWxLCRujpwOKqBfQoj/Qlz6psatvn1Ljq5ve2+j38a9zdWXEF3c8+b9W9lJsW9zln9IBQ2l48Uf/t7YB/qf5EmKZliOF0RJRlZOXkFSSlpGVk5dXkFRSVlFVU1DU0tbR0/XRN/UwNDI2MzcwtLK2sbWzt7B0cXJ2dXN3cPextbOwdHJ2cXVzd3Di1dv3n0gpKCWFUD6A8lPCG2RkSIiI10KSGENIAO3ArKwB5CDvYA87AMUYD+gCAcAJTgIKMNfARU4BKjCYUANPgTU4SNAAx8DmvgE0MIRQBufAjr4DNCDvwF68XfAGD4H9OEooB/HAAM4DhjECcAQTgKGcQowgi8Ao/gSMI6vABP4GjCJbwBT+BYwje8Bs/gBMIMfAcv4CTCHnwErOA2YxxnAAuoAizgLWMIvgFX8CljDPwDr+CdgA/8CbOLfgC38B7CN/wJ28D/ALv4P2MNvgH2cAxzgd8Ax6gGHRAA4IkLACREBnBJRwBkRBzhHxAOuEQmci41iAJxLUIjAuQLFEDg3oBgB5xYUEnDuQCED5x4UGXAeQHEBziMorsB5Ai9wnkGJBs4LKLHAeQUlDjhvoOQA5x2U5cD5ACUXOvAJ4Mvp+lfIovWk9xtNIbnBIVKFTTVEDHuNSOJNQh2oWp0jmKWQI0tOV5FgJJp7/5FwklqVrJg4EkKVJjMOCbnDCuTRR2HqSphMNVjmCXdhWaDRMKmnRqe22TvfIvtwYCxr/ZQ0upZ1C5eazZGlrbTWxnSUmsJ/TvUMbNFPPeQSRmbF9acgp8wiOdAwK9fDALOmEYnejFdbTEIwS+Ywb3tyYebcwBoGV1SwUr+hGLNhTrfudBkjVLSFQUnEsX1G3xo0T4lUq89hdxhF8zngvTBfU/XYex+/nNutu2rb4lEsSx5sxxrO55GdAQetwW3yKa7ajnnHKLR8yWrXQcIH5jEDvRf7Z4/h3wnllOMxhQlDUX3kqSD2XnnqZ4KUMaZqhDDyJWMopRtSYkkYxBgoSjRyomqzVQSVsqdc6QP/nWpErQydCxcSFSoFUfmBzn0cwI5CVxJLRF7sFKLGIlx0JZEUvgl44tArTnhNZfplW8UNv66IYplTHC1WhZJvBhRyDVAinJAGGWCKGQR7xY6KbiHJnUte+fK9WvctUXCL1I7KXuk/ji4u0cKiS+tYtsBhVjvMYT6nIReOUkvY7oxfs5n1qAW2h8Uwsqy8MB3LxEJEexHwSrjGAE7VfhqyyLDmS0FoOr0Y80qZwG6IS1M8HPKG0zMyk9EEDQbdgcQYxhutHY5dtW3OIJmn6Uui9tVq1f0WMvtkEv2gK99T84Fq4ydhO1jbFtDVeF1HTbFoGxpxpSzHknDb0pX315ruw/fx1jNt/lbnJt3V1cFcWSh2Uj/q126aMTT5gfE//vI9U0ppn/Ubudv8R2a/uPH4tkamexzpayam1U6oLEt5WURl4XPdFFOBYDb0Xh4BLSEHGoUF5nqqUTrNLS2NTvhmU7phIFqbHUaDrRb/i/YvfnhkLO87TjkfHBpKuw/ir4kMioOs4PQ8Lofc1VcEXFcKdo3c+fXmIebFAb9Wfggs+hi7R/J7ewK/rIWuCVL74YyfRCnCHEhhCAHd+N4iDkJEBcVRMhbUwR9Z8TLZc7DEV8M+XDxUbzk/FAa9KNz9RX+CWCxGC/aakCiUGxb1LPK0mGKqXUwYee8ODvvj9Cgu43CKCHkCYgk+OetCG1XvFUGP/EK2O7Mjdl95aZTzJwo/7vmUH1jdSCsv2b1QKWDRYliyGwg4tbUmINgQYxboLrio/5V1jyQChkte1CVxcQq8q0GoaRw262AE01nNCK7LYrTvq3UD7U6T/4565/RR8CGoTn5hVfH7fe0Gi56qKrILEu51VEjSyFjQoDApP1zOdheqAusfuKEYi/skc2Njlxi5JADDxZkg023jbKvYS1+U6rVMh8y+2+SxzuG7ugC6BHOpfvGctu6QPkDX6moXCdNwQWzk7BRPjrv6iRsTZVesQDHeIdFFFtVzF5UxUS6oKvNurSN1TOio/odbHf7kZ/H4KXtYef9Av+dQ/jbtPToj8FxADuh7yFxk3GfkMfR8BPRETmR10/FZf7r21eWW98I1smOD1lE6+it+vem2o09VqL7xhmRt1F0ERQdDKRlTIXdMLEBH8ERJmYRFuTkQhaFoJB0ayEGJSD3OC22rOOydhUJLULtvYBhRtKuwrTunlbN5e3tnVi3FM7fDOWtbPoPCYNbc3pvHT4lcdlo+yHqKzDgVRpmeDaczu2dfTqVEkSznVJDZnEN2IppwmaLVhY46GFQTlR4VILtKIqwr92np1JpGjEz0oLtwVBgPNDbC0J7Zlr9qhfQ/+PnylkklRk9JNWp/sO+jJNmxI3E68HjCh6Ee9tu9abvRJW++oS/9yK1Pw2P6gVn2VxqTqJOPYBc/TwyX0CXXR5ebzwOefyLZWUYHOgF3jzYj1/AdOTVWbs79C79kzvizOwYNs9Gnn41OR9Cz05deYFjtvxQrn3z61XkfmY8h1U4fqKdYpvWeHfBLmKpZXkCtdWiUFyHAHcf17AKGEfsl2zim+Fcetbpz3rxtzwT6hUWoM+vOPGreVPR0pVaDHCEdZAl2WK9L5RbP5fPcG4cE0li7onhpyaCO4Vg+WDtGIHJYZZ0YNrD8vJcDc/YHh4e0iyHsO14DYlX88OjAqoHDFN7P1u6OjTXp5bB5fNwGi3VGJ4uIVUzJzDhQ5IhxSQfAEXGfmlBIXMvMm64zoxWV2i1Ewh9xMN3m4OKI91pjO0p6ijJ/WFvsWqKDyW8ekIB8OEXEF25RBev19w+kF0qff4HgEg1ahzpSPVkpJXn0cjp3M5gh28QcLoayfzWoDXh6mjolUZFtGPHlpTP+2FL8r9lZf4N4h4F1MD98K9Nxd8WtOIxODzZTP6Qy8f3uaW9/8eV7p7zz5RjOnJEJMvoUf3VPWDKg+v2iqQtXa8gNNp4B8Ht1x7FXM5VhKKwjO7aJoXTBuacEAp5CtcpiShDG1IlC0TZIAgrdeEnI1nU/6xm4HEakPn1xhwbodf9JdEQeETkMYZ5SlEWCDLFIF2dyY5bCcOU06YZmRuxF97vRcBFz5YUP5958+vzH9gfdLPfumQ/qkjFF7UgAmRDCY5KVHnF5OLz62nUI+9Nf/QwWG4129lapuweroh43woYfxy/P02oOehKf/8DsiMcKJAnHYQGve+cyeG+FOpVvtDa1JHMlV3SLbafWCIcluE53QZ5oPn/NoEqz72iz+6DlNV3/wRY35QI6q3SjuoRiOiRyYilvy9Kew4Tz0bGpGEbOfGJ/mKUjWA3j8VBdsdeyeDS8PMHbY0EQdgtbdSKkwlcEuEImxotDrsNAhTSK8VIYdUk2/xCmJefJDhqVV115/CQz/7nmDp/LmKYX8DeV2GRm08pTo3Hz/8ru3sGU41nYVoWy8eI6B7zejZrKxm0YuqDn2MY6e36jja8ssWeh3oBnNqbNisCM1OiIsX+sKJV+JjbOLl8B4SU4+B7svXQUVSeITSiAn4Bdj/dGw0YluCDYMPXmqbQ5Hjfnx7rfqXl/tfBJtTURM4/4TChxDNz/rG7bx3hy/MNKszQcePOdL3ct5Ftvd8qatv/q95r3eaUJL//6DNtrNBTnRNZQ5ZpPruXWDkLr77L3HZlU/H+nM8LHMLNhcHGK3Qlq0yu2qHnnGvDyR3UtfVD10BtV/Z6KH/qVOFdc0V76vXNw6C0YWqNt6u2zbP+92AK5UtWojglYqxkg6hZvnYOsTdOgLWkV4eBh9DxYrM21zyRjzOqcWGe2Ip+Prb21piy4ye6vuPsq1lCfYbOAq87PgAl/d1UcNyg6hVQZZMrwkJ5eeqe0ZAZqEA+bEmBCygzqxKAQ04gCQ0jJQxlVqxfxLf1yDdazjWB+MhlM6++dC0l3Qnn77P7LEbrw8VQ7jWtfoCUV5L2cP/msAvcAGd3esTtpU8YhDK0u6LIwvGdCl3QTshC+BwOzYyoekG6KQUN2gBaqsPaSl2TcayrREU+UnT5NGGNFEtS4fR3FjBhBp0ZZ9HSCSeIHMFRonVEC3J2QBAREOeM7Euapmr4FCQY78mJaIwFBRhFnkuG9sS4yxLGM1DFrJg9sAhDVF51EwxBXTMpLLOOgRe2zyotnOn/+ibwvyKd/aU8cbWj1l4wXV5HVc6f5tT5M9RMNJGWe6Ym/aio3zCRjSlKGfkGPOPMKTvEY/MGnn6VXxJZ360vv69ZoW370bH7hftHsb+BBkG6NvNTW0E9gdJNtOQJbzExmnG8m7qMmEI221qaqch3VyJoFmnSTaPWCB5uauItuoZvUTOBsVlUDbQb6sB5kSyLTuXWy3dwlxzKiozp90BjiIgXR2robT2DIbOogk04NQ0gYVBaTLWGy6HMIC9jzmcWy+9oHAuS91SIgDaHxT56mHe49brrp57Rm4CMvzQwPWosfsZMXmjakBSmfzhNsSj3dz+yIZzYzcXseLBdJm+I8GF90uSc8InDX263fCjxtnLN+ntMC8lQ7Do+JFRdH8+o3OF2YqJTpF5Pr4UWphrFyAT5H3oV0sU8FhEw/GV0XOccTEwQf927YVkjgeap+UorB4vwiTVDNTyN3EWhp8dzo+R8FwXkPH/72lMKYojFDE0YmYvSXILi7kh5z/C23HazXvhONj6qZQdVAB2vFPzk8P7O3olF18g1TSEkuoiW/rDULy7NjXYUo5OhaaIocs0QEnkXLRnOKsm6G4LwESxCBIBN8MnKTfovlhsfMzCB55sBNNEfSTi/73GvxZuts48HSO35G24kmF554uYgIV8TUcnRn+44r68xHiCE6Kie9InJehqG6/nXHKwh6zQ1Fe7FeDPuucA1FT6GVYOt5T9p4JBq9foteyZkXjfiK62mZVe/6xnquyiLf6FCK7JsE7P6FS9iVZKglNvVtMDg3kA3QqOXYA6WAlEYBZDRYlDqaaWkw/R5OAilrLRkkrG18tVbv3l2Urg9BT716dSpktDaip+7RkHXSpP+52rmxXLv2BqSzE1G5QTG47zlhRceD0uJiWqYgjppDdbECTQBDM+il0OMEsYB9wWVBo09mpk/jAqV9WcHsbKe4VNxfTCar7ZULNvlk+Mp7HQk6OcJjfPOcIiIcc8sECZK1V68sOvUg1Ypr6YDhFA5cbrmepwjN6dj5yrXNbCG79uL5Fvauixe+/UjNmr22MiCFbk6nQAy0OfmQMQ+TU4Rs2JyXYWElAYmk/yLABBgcElAubljbPASGnM2buy+0mB+PvM0cZwxgzdKh9k2kYfNhknYjsj7XlPkUectdeuoRBq7JeN+mc55NS3vehz59/61WdbEh6tGyM7hFhYvwwPtLCD4dPzGulGrT6TK6q21nGU2132FvF2M/aT8+sQOPC6wCMfyODzuuhtBVqLeNO7YLIPjTuggUnSqVsP4JoTO58H+CijUg95EPsNQ0Y+Gdh1qgd1md653tGZZFMPExISQ66LruL6vcpZFZ4OpydcZr9zfq9EWHV5dLH3F/os7Izh61D+cN8MMXutwv8kIa+nmKkAdIt8u4qY0gk3vjzXP4Qw56IV5uwjB66rP0lTvN8I0sJSISTyrupW1od77EoD3Yk7O8tM4mIs9l3SqD4xW/2ySt+mEfDUgZDcmL/3FY6bQ0x+jo/pxlT3LMRsqxcTLn7H27REG3ZXBgSiYgJmdkJBNBZvJMKVgiHhWNWl2kcReqNNXlWlC1uqwaRJRzXPRL9gEfMKxC+dCOn2RpEUXVIrb8REuHqCdJ9GXUvlPN+xuv0hIY1F8m7gEc+DTcVm+k5vF7NBzt4/Av1GCb3pMtrY29IAFIhN0QsVifoFbQhTnsMtbd5+kJtPhrhfh+vFDbj55s/m13gxaDftsuuf/TKWq7HlSAvn2rLTan0/WIitvmztG2VRZ7qBBSd5cO+1GdjCfTjTiTn2ym1YJcaCM0F56MNvRkUklTIXwVVcnrmgpFz5QLEQRRhaEhQ2+i/PgDzYUbHaMI+OzPIt90k6WzALBNrzAUCto2cGtHZYCDppZN0+kcdZYX3I1bjK8wWyTbJC3MK+s3BcCtMSGzTfROehM2R46uMW4ztTAbTOPTD5FZFHP+4AFQ2tHB6mfwbQPC7WSSYFGjpUX5dErztURjVaaVRzfu2zdcyN0Vg1/LIr2024MODqLIexSDXysdLPP/R96NV/1PKEzuYyVo1NqHd4SvYp8eOlR9eF/VoX3V/tZaA+b86EAKzvO88qJ3HNalG1Ie/PmVABMINuNVCxRslz2QRedR6EAE7WYPK1ieCYZceYJbfBhnG9iJGRbOxbxMM1N66psm1t+SwTBPp6GzadL9v77iwYJmrnuA5Zo1EBpZTUoz60rr8UQuzOMng2Nvs8kHf5gplD/TjFHZwlnO7NLbf8CHZc/gOua67ojg55FR4M/FMM71jQ1GMnAi/ukTAS2uVICoyOddg5TT2xjbQF99RvSSL5wvS2pB3N/WSc5o8mRHVfKPJSDO7U9HmoEf9pe9HDicaISRUb3dA5RTTYwmGPEGpKe5lkr+FZjJAz1d8G8g+I/OPohS6P+KyJEaAtF1gSuRoAEV1yvX37x18+b6yu7ujXUvYJBvMd7P+16qBBofAp1kZ7Lg4rnBKmnc7gcP+LyjR40oNWCFSyK3ARbIDh0ey1yxgk8/kyxgxwyOnGGoS4FrkXiMxCNfJvNIY0OQ7EOGQ2dwVv2VBoxOsaP0vA3V76lSrhBLxIRcKXUi4YeS6P4mgWdBW14evURYQocegXe+e95kLQaw2knDEifktUyKJ1t4l/nNX793zfxPQcQWA2DQQm0jAmIbsD/M2TFhmXX81FeX4fSoqipeC1rd+pdG+3LSNsu2OkPhTphlNvHmCWdjplxedh7PFvMdyR1VhkfJLjDOE54p9jdlm5y2yWcCDr+/jetgRy49/JomIfX0cc2MrHXmcPTA3tOR0cbE0wMUPu1AMGJN96vCXvaarXW8VeakN2abajiOw78BvdtPyC+/ICH/VDEscU/7oRw9cgRFLlcMS2hp54eioiiUrg7hla53SWqJL77BleOGK/GyeGrkK+DM3fdJxpWk4E/gGuLvraFx3sgJGm95cU1WSCeIcDV3dTY3zzZ3dvY191XG5e4tMZY/a78Sap6AXboY+mm+IFzuGE5fuldNuVQzQp515vhO3DZqPsiRPcj1+LmXTxN32K04b81T5u14es0pP6dMySN6sObRHHMruAZf5HIRlY/QDX4kIDAHle46ES/hSEK4IfYce+Bd4O4kyLqQnM15kZDgGDNZ61c7GeMSHg73c0pXChfB8nKIvKgi0hbDsnJkkSHhB59xUQVt4MUt8EKsbvIKICpSS40MjsFiqqpjLPZMxRQXP3+uwmKgmqoC0tvy+KmoKG48N8ZPXa2Y7bPnZq2457gsS52zOqAEixkl9yzSMTV2x78GOTurooz53VHOnoU1k4/D6NcBz3KV3LFJ4DlJlmioOhjLeGjn5mwbZscP5usZ/5dA+IKtEdiGmqZY44JGMi3VTu8YiOkY/FIrtNrakLCqcKf3GZ/w+MkxLBWh7Tk0AeC3Ib+7MUGlWQBPX1nJrNGalaYvpSNrwXFFqPqbwxbSs2+dt+0AmPttAc50scf2PbexsayajnFdGAdqY48X254RtAfcE/Au7OlC9Twxz9uV/oscuYFzKamHMPDmyhVO3MaB9lWB7spNFvz+nwbd1xPeXHZPNUu1L2AT2KWrNqXFm1nM4yofPOgBn//27hfQh1bDQ9VHRxf+VJ/RWro3TLKQ7pA0L9w11CXBuOFRAinE+cy/KlI9idNyq8W8sl5Qb1YvrM/sqf2by1uUqHZmOwdzg53YTtEs56fFuIVylBoZkZwyjLcos5FuWtTyrujt+biBIn/tKOEYfoyV6sv6zKpijeOqceMsn1TCqLa4D2NQgjD6UNAQHQuiMLCOfIxOwSBrDA+zawZZRKFjwdsIJYQaA9tlUEOY1kr48T6ZUIPnSjvMCKWEGmaAcSCrBawNhK/BlxKAJ71NCDKFmcCZp2flTzuZ8D1NFw364e9yosEFMEb9HfbTrvTwkWIi8QJOABi4YlRyJTufSEfRbhyOQawC7mDBTa2WzMZQvNlO752GeJTL5mi1N31cHDZXNBTMboUZPrOv8wxvEasy43XYlWlIvGU47+vW4PNOKwoXHnch2gm0snBpmDRctgMk77TgNVqShtFWqos2JlB6mg4WRQBFW7DfyRISTnLQHqL08+dlXNpgZ3PnJ92Q9GIrll9Va9pVutjmONrzBZ6e5cR5eFR6sKI6b+ApgLyLFqPbB1xorTQXeh8ZsiF5KD/W4LhBbP6x/AyDvRQakL3gWbhTY3RfdDGXLLoGrgTmjBNuBdJAYFYhLZOmpy0YytH9Fo9hQ9QhLhb/TJdBZN11vks7C4fEVMMT4wsV/bDGxOcwGdXwOCa6IaU8dmlMhaC+94OuRd6ic4ZuX6VRP1DXBOyAt5x47HB2GUmSX7S2SOln1PpuOVRwbUG2JWNtwvGjnbRdULr1Mm7jpbMbkQ0IHLfxPq9jA9wIQeBp9dlly72X1fiiN7qO+4qG+LYAMdmgM3cujRYdXnnm2Agta2z+vNo3l8ZQOxYfDefbZXYMhSTfBhK5f+hBLyDI158hkp54LMHZ0P//S+YcHkkgbXwuqDkecJmve9a8LKe4ThydY1uWRzxoU2yfsjy5wRDItv5cYLBypnemf2WBEejhY02KNdhhBbh3OaeAtHK6f7qvqMAAsNwCk+Ke4l9b5kKHcm22Jvm9S6KJd90uuCLgse9idmoGMEt0SoErohgRcOIU+NNt8ftkjTbboRxa5uJf2+cAfytoktTg2DN+eNtNqMzxQ0CZ963FsONnb0GxSbxUxffIIts5ZbzQ71tsDYX17rExiYfPdoqDrPdFVeNzhZnnutS2z4eRqhuKAhWO4azq81ozpbMo2Aw3OtUCUmtnh8VHeBypbJHF298/eqTY5wPw429n3w60LcDd4/tbi1pbV7Y6/0z7gTg2/FDMkgph4IHs3vAD5WEHKrKPCwJ7lnwNOwR6s+PmgmSDQpUkih8swzaEE0NMzeNCTNRCUhInwY6UpxIGm7DjNAzwRMaJzm7gyLKbrZTcBiAJQU47hsEVKqE1Wauy2AsvsGMdHNgxt8FeFTfZsWLhyg+MG4QDGlS2D8zrgNjy+i0anPT6X1YKbgN0TmihFCZ3WKm4e+DtL3H+hbBBxbMS0rOx8vKzgajpwbuXy72nDZWXHXCQAdFt/9K1peC6prCqsKMWnF9R0WwaguIIse0dLSSjlnPrtHB5DtQaGi9TC8umw70kszExPF5MrE4S7jlT1rHbiNTSsS4S5kSQIyk9ErYvNGCG5O+qqCg1mYJbpG5SV6Gb8ADQZSAbNyIZjY6y/wwkUjdwslMoVAEcOHUaoGd7HFALhJ0nB3SRoTA9HYY2CpIdQyGfiAbicK6ydiCb4/VDDY/CDV6+USQ2e9M7u5u3VWivPH/ObkuiNubgRXvr5A734sL8fFDiDbadyf/Pkr3DGmQyRplWnS4iNMzkf+8R9YoC93boDhy7TGF2S3ey/is22Hl/siNPmG02VOXz7016K/1HN6MfjTh2um2WwMR0Z37dGixPypV6e0mEXOFKS60yJRm88dhSv7ceCHiMw50b+QsE8pEFuZDuHGYSDwHyAEHg/eF/UHQzwKFFhQgdMcXhChZ4dVAgAhDQfEXANKIEIHx4RYLGpjmFoKg5DhcSLkGj2IQvSEBRU4SfUIjDPUabsz0ftfCHQggFEnlyOcG9LCSGomVcJH4E5RYSRRYq8TjHyHpDSM/eDRkC8HEVQIHULvPSDOAhEKmoouHAC4jQKk7SUPgXRJyqEZiUtH9za4wUpgcXLtsJUBpSu5OGo+UugggPZcLGhv0oagaBcPdDOQ7Fgb3+EIVhRoEW4YJILLX6Kl34viiDYywsKFidV1aQLzT2MJbm55flrc4vkBrHh9UGNufnh1Dnag6sLaBOUwe8+esGnEebLk3YTgwIPk3DkE3roc3n3VSqk8vQjyI74PRSOsocuNQ0Zzs3yhhUC4rNodbzm0eZ3TLEz2+x0kXfbIHxBWk9UzTIGI1eahpgqmZT1no3SK8xRs9vQVSkWwBvoevm89JPgoHMo02XnztPzaa17B4VfRSM/cQXKvMWB6LNjZkjCD+Qz0ygCmlLaEJqApOQEZyYv5oxmZ/oUZwWWSw1lm5njjzJIKCp0p/Ku8k3l/oYmSrDPhozQSQ678bBIQ6zVFzKdJb/ur6Nk5roQ0EYJZYltDdOtSGcDvBasNggRK+Mt0ls/eaHRV5MAB5T/djP0erc+rz64WTqNmjO2Z9v+sWIXolRb5tZ84909Mwbb91n+rTNNLDx1bhvxnrA9nOrj/w5Y2DcZrz1gEgbcGd0Hj5ixj5hH+gSdl2jh7sEdS+M5x3u5HdCeNfhQ8W7hKXgLT0iUaSxbIqNvwavB8ZaNSm9SxtljdERoY3BO9dfRXavz9SEbtFuC+k80k4J2zs1taIgx2o8gneoDhL75uDNtYiJymaFpaP8bkG5PSvHG4zTFWLF3iilbRcpw7b8ChXz2Vn+YlXo1kEkmm2Y7Q96nA9V/WsXvAy/UAPCF8JfEqZDhV92fdmZX+SerC9asZG8RYFA5J+EPxToqZYqnfYj0Wi0Y6uz0ktzVJ2El8NSG/dFqlIjVWWDQ5hDokevSUiYWFDm78hfLdMud35UHW5s+ZddQEllheeyv+MrrBUI0Byl0LCkZWupUdsCch9JqtQUQPkWaZWEa1jmdslii+Ak+vo17hTu5Mg6ibtBoyQmUKIBPaW5+z78iJ25htSh227d2pr9I9fOYD/GUyAZnA0AAQFAjQq4R5o2mSbdOyA0UhuKzAvZIsOHa8ZkplAgDwC/fSKV7HaUdc1TNTZ+jvvcNhEzsd5sqpQuGV8gTzcPCip38vNLSfX3uw9V07YzbdN200pAYvrvZ1VNE02us4gzVaz9JlUzRNYNbPovU73JDdPv+fuTv5veMNGb5GR6HPf4Jjlwq9QMWULS974fABfyxftqjHQlTFezLC9xa40hyEJdTbPtFnyvSyNTNd8q8utpwxpxq1e2qYtxCbhVIcvUjVlis9Qi7XsdhZKmrz92hjKYoba7vSQhti1hTGLVEcPWFDENeUOM+qvyr6ooeuqfVcsyyhAYf5WXVJZYNFU60UogXX+brE5VbystcBLJ2ZUlqlSVnwF83xXfzW2Rkxf0efm9/dj240v0v19zoW60kKOn68T2oyePDGx49E3+X4RfX/YkgO52Cl0MQOscQV0AgAWRgwCAN/EV+p+dKOHCG15H5WhEolBFWP0NpP/COW+haKLbVlRNm9qKJAPrxJFgpCdt7Y1lgnidKbRb3rz4tv2of6QEDQAEBgMsgPRCZy98jloAAIaQPpobrbEN/Kzoi6qtwSWXjqv2VsHN+kyvwrYH39EW9U1LB7Ao2/lNjzfBk6b+BjJAvwPDkfWeyI3bT+QCKkjcchPqhwL7mtYE8gIxwFN/QxK02hPBfoS12BdwLXJCfOJGbsBfgHXzJrXBb2h50WwTTcWq5MZ+JL/Ey6ueriJzgI7LRoUyZnMQuY4wtJoujFg3zxNXrUXVrGpuze4178rKJyP1dFNU2yKXxhg16itVmx44+Ym8/w2im733KHCWWf57+p8/d/qjfJ9oZveNYbNmFEiHKQH/XWexGOg2tnyIfu1+E8DuggC+ghJhiCWgdJwOXZje8sd/tSc2cagnPKaUcLpSyuuLmUFzKStZSDneSiqZee26rOyTIuIALPr6koSCH0nK+ZeUgl9RD3pLRs2/ZBUCJUU/QbnAZBgsyftKAzli261aDpp6n+j7l9Y/MVQhe/ThC/7CCs9pHxwl7vnvkGAsHMo8PLr3bW86tW+/9g0i2mbTFwS/Hd3z051TJq2M26DT2r7SQI7Ydivnxhw09Tv3fc/X/xNDFbKQZW5u/BdW+Om3D7f3McR3LMVaZlWsyzw8uveasTedrupbpEGOCW0zvasXBL8dU8Ty0x1aVx+X3RavTs8/o/Mt9zDwFzYVHIgqasjgEf4J708CBSJKGIAIE8q4kEob63wQRnGSZnlRVnXTdv0wTvOybvtxXvfzfj8qqKKGOhpoooU2Ouiihz4GGGK0cKwAppgBbqxkt5SGSE2pumTSo0y8rDdlRBqmlzj5hSmoud8cD7Vnx9K3Cs3YzjSgNNkwMxZNrp1wGRuDGwU/zVUk6iJBUtsJdoJGTsN2MC1lFKk1eRNR/rnmrRGSm4TFd2Z70XDq9Rd8D5H9edIZV3JmB5AnQuDYpBiPhLvStOKUq+8Sgb1LhlFkbbQZnad9nFmEI+x81f1UxTkLCgQhbtKpE2hD2d0ZzeRpQDLMGDOoOZwRTXOTXu1+qMV1ckx5M3LZmbRjQdMZpTA+7PFqAda035umsiuHN89a2dviBnj9YAFZGI8W6EwXBQ/HhJev6OOXQJvBQH4CTxJ55ggB4UZNKmfE4p1R+Acvh57tKEU2D8L/SpJu7Cw1ktTDltC8fNtidRq7LSwg+cFqO7Xj3Z051VKpmZxwKPn+OQ2imo/caIYVEiJjL2iKzLNudslMF88171+Sgt4PrJTxMLofEcOT7dQsSjGHO5mq13SsUqcHZV3A6NtPtHzYglN7PolRijrVebeDpuKUfDuMZH76nYwmOEyouB5fvolcstBqe9IITr0IdUWlOgq/Vi+qdqoHsKQdf+1SX+XibvN1XEk7BKMMOZ/5GaV8C64BAAA=') format('woff2'), url(/res/iconfont.woff) format('woff'), url(/res/iconfont.ttf) format('truetype'),  url(/res/iconfont.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-fangda:before {
  content: "\E601";
}
.icon-suoxiao:before {
  content: "\E602";
}
.icon-paixu-shengxu:before {
  content: "\E65F";
}
.icon-paixu-jiangxu:before {
  content: "\E684";
}
.icon-operator_text:before {
  content: "\E691";
}
.icon-save:before {
  content: "\E6C9";
}
.icon-pages:before {
  content: "\E6CA";
}
.icon-preview:before {
  content: "\E6CB";
}
.icon-publish:before {
  content: "\E6CC";
}
.icon-retract:before {
  content: "\E6CD";
}
.icon-pulldowntriangle:before {
  content: "\E6CE";
}
.icon-coding:before {
  content: "\E6CF";
}
.icon-cross:before {
  content: "\E6D0";
}
.icon-count:before {
  content: "\E6D1";
}
.icon-desktop:before {
  content: "\E6D2";
}
.icon-help:before {
  content: "\E6D3";
}
.icon-newPage:before {
  content: "\E6D4";
}
.icon-infoSet:before {
  content: "\E6D5";
}
.icon-edit_move:before {
  content: "\E6D6";
}
.icon-edit_edit:before {
  content: "\E6D7";
}
.icon-edit_delete:before {
  content: "\E6D8";
}
.icon-add:before {
  content: "\E6D9";
}
.icon-lib_textinput:before {
  content: "\E6DB";
}
.icon-lib_text:before {
  content: "\E6DC";
}
.icon-lib_radio:before {
  content: "\E6DD";
}
.icon-lib_btn:before {
  content: "\E6DE";
}
.icon-lib_slider:before {
  content: "\E6DF";
}
.icon-lib_multipleselect:before {
  content: "\E6E0";
}
.icon-lib_table:before {
  content: "\E6E1";
}
.icon-lib_title:before {
  content: "\E6E2";
}
.icon-lib_imge:before {
  content: "\E6DA";
}
.icon-lib_putbtn:before {
  content: "\E6E3";
}
.icon-lib_dropdown:before {
  content: "\E6E4";
}
.icon-customtemp:before {
  content: "\E6E5";
}
.icon-dis:before {
  content: "\E6E6";
}
.icon-mobile:before {
  content: "\E6E7";
}
.icon-branch1:before {
  content: "\E6EA";
}
.icon-operation:before {
  content: "\E6E9";
}
.icon-front_edit:before {
  content: "\E6EC";
}
.icon-front_delete:before {
  content: "\E6EE";
}
.icon-front_add:before {
  content: "\E6EF";
}
.icon-front_search:before {
  content: "\E6F0";
}
.icon-front_browse1:before {
  content: "\E6F1";
}
.icon-front_publish1:before {
  content: "\E6EB";
}
.icon-operator_great:before {
  content: "\E6ED";
}
.icon-operator_divide:before {
  content: "\E6F2";
}
.icon-operator_less:before {
  content: "\E6F3";
}
.icon-operator_brackets:before {
  content: "\E6F4";
}
.icon-operator_and:before {
  content: "\E6F5";
}
.icon-operator_equal:before {
  content: "\E6F6";
}
.icon-operator_plus:before {
  content: "\E6F7";
}
.icon-operator_notequal:before {
  content: "\E6F8";
}
.icon-operator_multiply:before {
  content: "\E6F9";
}
.icon-operator_percent:before {
  content: "\E6FA";
}
.icon-operator_or:before {
  content: "\E6FB";
}
.icon-operator_minus:before {
  content: "\E6FC";
}
.icon-operator_line:before {
  content: "\E6FD";
}
.icon-countingloop:before {
  content: "\E6FF";
}
.icon-traversalloop:before {
  content: "\E700";
}
.icon-condition:before {
  content: "\E6FE";
}
.icon-arrow_up:before {
  content: "\E701";
}
.icon-arrow_left:before {
  content: "\E702";
}
.icon-arrow_right:before {
  content: "\E703";
}
.icon-arrow_down:before {
  content: "\E704";
}
.icon-upload:before {
  content: "\E706";
}
.icon-operator_root:before {
  content: "\E707";
}
.icon-operator_sum:before {
  content: "\E708";
}
.icon-operator_power:before {
  content: "\E705";
}
.icon-operator_max:before {
  content: "\E709";
}
.icon-operator_min:before {
  content: "\E70A";
}
.icon-operator_random:before {
  content: "\E70B";
}
.icon-operator_constant:before {
  content: "\E70C";
}
.icon-chart:before {
  content: "\E733";
}
.icon-Parameterediting:before {
  content: "\E734";
}
.icon-display:before {
  content: "\E735";
}
.icon-model:before {
  content: "\E74B";
}
.icon-operator_absolute:before {
  content: "\E753";
}
.icon-operator_floor:before {
  content: "\E755";
}
.icon-operator_ceiling:before {
  content: "\E756";
}
.icon-operator_Constantequal:before {
  content: "\E76B";
}
.icon-operator_greaterequal:before {
  content: "\E76C";
}
.icon-operator_Lessequal:before {
  content: "\E76D";
}



.contextmune {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.contextmune .contextmune-body {
  width: 100px;
  padding-top: 4px;
}
.contextmune .contextmune-body li {
  list-style: none;
  cursor: pointer;
  padding-left: 25px;
  height: 28px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #767676;
  line-height: 22px;
}
.contextmune .contextmune-body li:hover {
  background: #f3f3f3;
}

.banner i {
  margin-left: 20px;
  font-size: 10px;
  line-height: 32px;
}
.banner {
  text-align: center;
  line-height: 32px;
  width: 134px;
  margin-right: 25px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DADADA;
  position: relative;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #767676;
}
.banner > i {
  line-height: 32px;
}
.banner:hover {
  /*background-color: #00BFFF;*/
  cursor: pointer;
}
.banner .bannerul {
  list-style: none;
  /*display: none;*/
  /*background-color: blue;*/
  overflow: hidden;
  /*模拟height:auto时候的情况*/
  max-height: 0px;
  transition: max-height 0.3s;
  /*多浏览器支持*/
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  z-index: 4;
  position: absolute;
  top: 32px;
  left: 0px;
  width: 134px;
  height: 102px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
}
.banner:hover ul {
  /*display: block;*/
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
}
.banner .bannerul li {
  overflow: hidden;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #a9a9a9;
  margin-top: 10px;
}
.banner .bannerul li:hover {
  color: #767676;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
input,
body,
button,
textarea,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  color: #767676;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  outline: none;
  font-size: 14px;
  font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif, "\5B8B\4F53";
  line-height: 1.6em;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
input,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-user-select: auto;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: middle;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  clear: both;
}
.betools_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.right_help {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #dadada;
  background: #fff;
}
.main {
  margin: 0 200px 0 250px;
  overflow: hidden;
}
.main_bg {
  padding-top: 0px;
  height: 580px;
  background-color: #f3f3f3;
  overflow: hidden;
}
.menuBar {
  position: absolute;
  top: -22px;
  left: -1px;
  background-color: #0087ff;
  height: 22px;
  /* width: 66px; */
}
.move_span {
  cursor: move;
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKdJREFUOI3tk0EOAyEIRWHSdWNvO0fwBnNM0x7A34XYoQSsMd21PzEI0aegEP2cWDsAonVZ7O5CmL1wAzoj41T21oT6AAuhMymzjKv4RexN7IOI6mzKDOAAkNQturqf9E1HKXcYDDA5/iv9EbDDtDzQW001YzPMe3zcgszLfiVlDV16lFGnbLTwbWwNtSq1VisqViRW3R1WtgNMTYGJ1rtMnLMH87+anm4phu3jt0nvAAAAAElFTkSuQmCC) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.update_span {
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKtJREFUOI3l0LsNwjAURuHfFEyRClJQwATsAAtQIiRYCIk5KBiAMVwglAo2oDkpiJsbgR/p4EhurKtP15b+OyD1TIETsAEGg3NgB7x4tx4CLoAn4IFDhx5LwYCFPLAHqhLQYgGsSv7wK5YLRrEcsAYeBrtZLBWsgcZgTXffe0kMnORgKeA1B4uBs1zMgiNjroIt6SJpKcl/XqGfMxtuJY0lnSXdkxHn4kO/WwuCkjHbH9S2DwAAAABJRU5ErkJggg==) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.delete_span {
  background: #0087ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAKRJREFUOI3lkiEOAjEQRd8Q3JriOBkIjoJAcRQEB1nDMVBkswmYFYv5mCF0oYUSEsw+9Wc6fR1RGB2WakraApWXc2AZHe+Bk+fOzNYlQhVvZDZwTDNzi2jDd3QvD6SmJFXArkC4MrOBNCcMwLlAODOzS9yYFFzaALXn2ussJcIj0Hpuvf5J+BUjFCaRFPTgIKnx3Hh9Jzzf/ds/vAL9B1nvc2PnBq5jTto8Br8hAAAAAElFTkSuQmCC) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.toolbox {
  position: absolute;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #dadada;
}
.panle {
  position: relative;
  margin: 0 auto;
  width: 950px;
  height: 450px;
  background-color: #fff;
  overflow: hidden;
}
.return_top {
  width: 100%;
  border-bottom: 1px solid #dadada;
  background: #388ce3 url(/res/logoCR.png) no-repeat center center;
  height: 40px;
  overflow: hidden;
}
.return_top a {
  display: inline-block;
  width: 40px;
  background: #2e78c5;
  line-height: 40px;
  text-align: center;
}
.return_top a > i {
  color: #fff;
  line-height: 40px;
}
.return_top > span {
  margin: 0 15px;
  color: #fff;
}
.return_top > time {
  font-size: 12px;
  color: #fff;
}
.function_operation {
  padding: 0 10px;
  height: 50px;
  border-bottom: 1px solid #dadada;
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 9;
}
.operation_ul {
  overflow: hidden;
}
.operation_ul li {
  text-align: center;
  float: left;
  width: auto;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
  height: 49px;
}
.operation_ul li span {
  display: block;
  height: 24px;
  margin: 3px 0;
}
.operation_ul li > a {
  font-size: 12px;
}
.operation_ul li > a > i {
  display: block;
  font-size: 18px;
}
.operation_ul li > i {
  display: block;
  font-size: 18px;
}
.operation_ul li.invalid {
  color: #c5c5c5;
  cursor: no-drop;
}
.operation_ul li:hover {
  color: #0087ff;
  background-color: #ebf3f9;
}
.operation_ul li.invalid i {
  color: #c5c5c5;
}
.operation_ul li:hover i {
  color: #0087ff;
}
.operation_ul li.invalid:hover {
  color: #c5c5c5;
  cursor: no-drop;
  background: #fff;
}
.operation_ul li.invalid:hover i {
  color: #c5c5c5;
}
.operation_ul li.mr55 {
  margin-right: 55px;
}
.serach {
  padding: 12px 15px;
  border-bottom: 1px solid #dadada;
}
.serach img {
  margin-right: 10px;
}
.serach input {
  width: 140px;
  display: inline-block;
  border: none;
}
.right_help h3 {
  padding: 8px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAQFJREFUKJGd0r0uBGEYxfHfTFaCS0BlKUXULsGSaDTIdlrKuYMdnS11FLtR+7gRUUiWoFKIQrFrs4m8ip3djMlM45TPef5vnvPmRCEEE0WpBZxgC8vZ+Al3aIfE+3R3AkapQ5xjTrn6OAqJ7hSMUk1cVABF7YdEN9IKS+hhNmd+4goj7GEx5w2wEmeZ8tAXNnCPN6zjI+fP4zjGTuGUR9SN855m2XqFnUakFUaYKcnyjV3UcI045w1rJcBEKX5wU4DIXnvFaglYx3bFNc9xdkaZXvBQ4d3GOMOwxNzEWsl8gPZ/CnAQEp0YQuISTeOfrFLfuDUdcl3lT8kbxiUPKkr+C9JcUIn0SLL/AAAAAElFTkSuQmCC) no-repeat 15px center;
  padding-left: 35px;
}
.using_ul {
  padding: 5px 15px;
}
.using_ul li {
  margin-bottom: 20px;
}
.using_ul li h4 {
  color: #0087ff;
  margin-bottom: 7px;
}
.side_hid {
  width: 16px;
  height: 46px;
  position: absolute;
  left: -16px;
  top: 46px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAuCAYAAABJcBuEAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAdNJREFUWIXt2LGK6kAYBeATEfEBAl5RbAQtfATBQrDYBRFSBwwovoGgxFQykAewEiyEFApilUosbLS1FKcSdTcr+AApZNziKmyx9+5M3GaXOdUUc/7/qyYQhVL6BGAAIA6xeABqt3PgvkIpfVVVNR6NRoXavu/jfD57APBIPwxAuAwAt078wzlQPyTc/OZIgARIgARIgARIABdgsVjAsizuoc1mE6vV6nsArutiMpnAMAxuQL1eh+M4mM1mwQHX6xWj0Qjz+RztdhvpdJobkM1m0Wq14LouptOpOIAxhsFggPV6jU6ng0Qiwb38nlQqBdM0sVwuMRwOwRjjB/R6PRwOB5imCVVVhZffE4vFYFkWKKXo9/v8gEgkgsvl8k+1SBhjYIwhHA7zAxqNBjKZDLrdLk6nU+DlnueBEIJcLodarfbpnU8BoVAI1WoV+XwehBDs93vh5bvdDoQQFAoF6LoORVH4AfdomoZyuQzbtrHdbrmXbzYb2LYNTdNQqVT+e/fLd6BUKkHXdYzHY26A4zgwDAPFYvHLuwql9JpMJrmHf8zxeAQAPNL/Gd8CCZAACZAACZCAXw/wfN8XLt46b4/2FUrpM/7+bP4jOOMFQON2Dtx/B62/r5XuG12RAAAAAElFTkSuQmCC) no-repeat -16px 0;
  cursor: pointer;
}
.side_hid.show_side {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAuCAYAAABJcBuEAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAdNJREFUWIXt2LGK6kAYBeATEfEBAl5RbAQtfATBQrDYBRFSBwwovoGgxFQykAewEiyEFApilUosbLS1FKcSdTcr+AApZNziKmyx9+5M3GaXOdUUc/7/qyYQhVL6BGAAIA6xeABqt3PgvkIpfVVVNR6NRoXavu/jfD57APBIPwxAuAwAt078wzlQPyTc/OZIgARIgARIgARIABdgsVjAsizuoc1mE6vV6nsArutiMpnAMAxuQL1eh+M4mM1mwQHX6xWj0Qjz+RztdhvpdJobkM1m0Wq14LouptOpOIAxhsFggPV6jU6ng0Qiwb38nlQqBdM0sVwuMRwOwRjjB/R6PRwOB5imCVVVhZffE4vFYFkWKKXo9/v8gEgkgsvl8k+1SBhjYIwhHA7zAxqNBjKZDLrdLk6nU+DlnueBEIJcLodarfbpnU8BoVAI1WoV+XwehBDs93vh5bvdDoQQFAoF6LoORVH4AfdomoZyuQzbtrHdbrmXbzYb2LYNTdNQqVT+e/fLd6BUKkHXdYzHY26A4zgwDAPFYvHLuwql9JpMJrmHf8zxeAQAPNL/Gd8CCZAACZAACZCAXw/wfN8XLt46b4/2FUrpM/7+bP4jOOMFQON2Dtx/B62/r5XuG12RAAAAAElFTkSuQmCC) no-repeat 0 0;
}
.toolbox h1 {
  line-height: 42px;
  padding-left: 20px;
}
.components_title {
  background-color: #f3f3f3;
  padding-left: 20px;
  line-height: 42px;
}
.components_title span {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAElJREFUCJlVy6ERgDAUg+EPjm1AMgsa/+aphnVA945N0AgK10Yl+ZMOUkobAjdEhN6rFQfGkn8AE84yakCjofIXFuT6sWP+SngAEoQLYU2N2JMAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.components_title.show span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.common_ul {
  overflow: hidden;
}
.common_ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #fff;
  cursor: pointer;
}
.common_ul li:hover {
  border: 1px solid #0087ff;
  background-color: #ebf3f9;
}
.common_ul li span {
  display: block;
  margin-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.writeCode {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 32;
  height: 45%;
}
.writeCode_ul {
  border-bottom: 1px solid #dadada;
  height: 41px;
  background: #f9f9f9;
}
.writeCode_ul li {
  cursor: pointer;
  width: 130px;
  height: 40px;
  background-color: #f9f9f9;
  line-height: 40px;
  float: left;
  border-right: 1px solid #dadada;
  text-align: center;
}
.writeCode_ul li.active {
  height: 41px;
  background: #fff;
  cursor: auto;
}
.process_control {
  background-color: #fff;
  line-height: 40px;
  padding: 0 20px;
}
.process_control_ul {
  overflow: hidden;
}
.process_control_ul > li.classA {
  line-height: 36px;
  cursor: pointer;
}
.process_control_ul > li.classA > i {
  margin: 0 10px 0 20px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAElJREFUCJlVy6ERgDAUg+EPjm1AMgsa/+aphnVA945N0AgK10Yl+ZMOUkobAjdEhN6rFQfGkn8AE84yakCjofIXFuT6sWP+SngAEoQLYU2N2JMAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}
.process_control_ul > li.classA.show > i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.classB {
  display: none;
}
.process_control_ul > li.classA.show .classB {
  display: block;
}
.classB li {
  padding-left: 50px;
  line-height: 24px;
}
.classB li.active {
  background-color: #0087ff;
  color: #fff;
}
.classB li:hover {
  background-color: #ebf6ff;
}
.delete_ico {
  float: right;
  margin-right: 15px;
  display: none;
}
.edit_ico {
  float: right;
  margin-right: 10px;
  display: none;
}
.classB li:hover .delete_ico {
  display: inline-block;
  color: #8a949c;
}
.classB li:hover .edit_ico {
  display: inline-block;
  color: #8a949c;
}
.classB li a i:hover {
  color: #0079f7;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #ebf6ff;
  color: #767676;
  text-align: center;
  border-radius: 6px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -70%;
  font-size: 12px;
  width: 50px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ebf6ff transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.classB li.active:hover {
  background-color: #0087ff;
}
.classB li.active:hover .delete_ico {
  display: inline-block;
  color: #FFFFFF;
}
.title h1 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}
.title {
  background-color: red;
}
.table {
  background-color: #fff;
  font-size: 14px;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.table tr th,
.table tr td {
  padding: 10px 15px;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  text-align: center;
  color: #3a3a3a;
  min-width: 60px;
}
.table tr th {
  background-color: #eef1f1;
  font-size: 14px;
  padding: 15px;
  font-weight: bold;
}
.btn {
  background-color: #0087ff;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}
.ipt {
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 0 10px;
  width: 120px;
  height: 40px;
  border-radius: 2px;
  outline: none;
  color: #555;
  font-size: 14px;
}
.btn {
  background-color: #0087ff;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}
.btn {
  background-color: #0087ff;
  padding: 0 30px;
  min-width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
}
input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
input[type="radio"] {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.edit div {
  line-height: inherit;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 12px;
}
.ace_content span {
  font-family: inherit;
  font-size: 12px;
  line-height: inherit;
}
.ace-idle-fingers .ace_gutter {
  background: #3b3b3b;
  color: #999999;
}
.ace-idle-fingers .ace_print-margin {
  width: 1px;
  background: #3b3b3b;
}
.ace-idle-fingers {
  background-color: #323232;
  color: #FFFFFF;
}
.ace_identifier,
.ace_paren {
  color: #FFFFFF;
}
.ace-idle-fingers .ace_cursor {
  color: #91FF00;
}
.ace-idle-fingers .ace_marker-layer .ace_selection {
  background: rgba(90, 100, 126, 0.88);
}
.ace-idle-fingers.ace_multiselect .ace_selection.ace_start {
  box-shadow: 0 0 3px 0px #323232;
}
.ace-idle-fingers .ace_marker-layer .ace_step {
  background: #665200;
}
.ace-idle-fingers .ace_marker-layer .ace_bracket {
  margin: -1px 0 0 -1px;
  border: 1px solid #404040;
}
.ace-idle-fingers .ace_marker-layer .ace_active-line {
  background: #353637;
}
.ace-idle-fingers .ace_gutter-active-line {
  background-color: #353637;
}
.ace-idle-fingers .ace_marker-layer .ace_selected-word {
  border: 1px solid rgba(90, 100, 126, 0.88);
}
.ace-idle-fingers .ace_invisible {
  color: #404040;
}
.ace-idle-fingers .ace_keyword,
.ace-idle-fingers .ace_meta {
  color: #CC7833;
}
.ace-idle-fingers .ace_constant,
.ace-idle-fingers .ace_constant.ace_character,
.ace-idle-fingers .ace_constant.ace_character.ace_escape,
.ace-idle-fingers .ace_constant.ace_other,
.ace-idle-fingers .ace_support.ace_constant {
  color: #6C99BB;
}
.ace-idle-fingers .ace_invalid {
  color: #FFFFFF;
  background-color: #FF0000;
}
.ace-idle-fingers .ace_fold {
  background-color: #CC7833;
  border-color: #FFFFFF;
}
.ace-idle-fingers .ace_support.ace_function {
  color: #B83426;
}
.ace-idle-fingers .ace_variable.ace_parameter {
  font-style: italic;
}
.ace-idle-fingers .ace_string {
  color: #A5C261;
}
.ace-idle-fingers .ace_string.ace_regexp {
  color: #CCCC33;
}
.ace-idle-fingers .ace_comment {
  font-style: italic;
  color: #BC9458;
}
.ace-idle-fingers .ace_meta.ace_tag {
  color: #FFE5BB;
}
.ace-idle-fingers .ace_entity.ace_name {
  color: #FFC66D;
}
.ace-idle-fingers .ace_collab.ace_user1 {
  color: #323232;
  background-color: #FFF980;
}
.ace-idle-fingers .ace_indent-guide {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjLyZYiPj/8PAAreAwAI1+g0AAAAAElFTkSuQmCC) right repeat-y;
}
.stretching_topleft {
  width: 5px;
  height: 5px;
  position: absolute;
  left: -3px;
  top: -3px;
  background: #fff;
  border: 1px solid #0087ff;
  cursor: nw-resize;
}
.stretching_topright {
  width: 5px;
  height: 5px;
  position: absolute;
  right: -3px;
  top: -3px;
  background: #fff;
  border: 1px solid #0087ff;
  cursor: ne-resize;
}
.stretching_bottomleft {
  width: 5px;
  height: 5px;
  position: absolute;
  left: -3px;
  bottom: -3px;
  background: #fff;
  border: 1px solid #0087ff;
  cursor: sw-resize;
}
.stretching_bottomright {
  width: 5px;
  height: 5px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  background: #fff;
  border: 1px solid #0087ff;
  cursor: se-resize;
}
/*********2018/08/03 luyang add********/
.selectColor_div {
  padding-left: 80px;
}
input.selectColor {
  height: 30px;
  width: 30px;
  padding: 2px 4px;
}
.pageList_ul {
  overflow: hidden;
  max-height: 210px;
  overflow-y: auto;
  padding: 5px 0;
}
.pageList_ul li {
  padding: 5px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
}
.pageList_ul li > i {
  vertical-align: middle;
  margin-top: -1px;
}
.pageList_ul li:hover > i,
.pageList_ul li:hover {
  color: #0087ff;
}
.labelPage_ul {
  border-bottom: 1px solid #d1d1d1;
  height: 26px;
}
.labelPage_ul > li {
  height: 25px;
  overflow: hidden;
  float: left;
  border-right: 1px solid #c3c3c3;
  width: 140px;
  background: #eaeaea;
}
.labelPage_ul > li:hover {
  background: #f7f6f6;
}
.labelPage_ul > li > i {
  font-size: 12px;
  float: right;
  line-height: 26px;
  color: #1d1d1d;
  margin-right: 10px;
  cursor: pointer;
}
.labelPage_ul > li > span {
  cursor: pointer;
  display: inline-block;
  width: 110px;
  line-height: 26px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.labelPage_ul > li.active {
  background: #fff;
  height: 26px;
}
.processAxis_ul {
  border-left: 2px solid #3e95ee;
  padding-left: 10px;
}
.technological_process {
  padding: 15px;
}
.dot_blue {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNTUxMzlGMTk2RTYxMUU4OUE4QzhDMzE0MkQ0NEQzNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNTUxMzlGMjk2RTYxMUU4OUE4QzhDMzE0MkQ0NEQzNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1NTEzOUVGOTZFNjExRTg5QThDOEMzMTQyRDQ0RDM3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1NTEzOUYwOTZFNjExRTg5QThDOEMzMTQyRDQ0RDM3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KogKUgAAAGRJREFUeNpi/P//PwMpgImBRMACY+Ruxa9wsjd2G9iAeCIQvwXid1A2G1YboKALiPOQ+CD2dyCuwOWHWCyuSaXI0+gaFmNRMwefH8qAmBHJaSADavFp+AXE+VCMFTDSPKYBAgwA5xgTxF8jkQUAAAAASUVORK5CYII=) no-repeat;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -17px;
}
.processAxis_ul > li > h2 {
  position: relative;
  line-height: 12px;
  margin-bottom: 10px;
  color: #0087ff;
  font-size: 12px;
}
.processAxis_ul > li:first-child > h2 {
  margin-top: -5px;
}
.processAxis_ul > li:first-child > h2 > .dot_blue {
  background: url(/res/origin.png) no-repeat;
}
.item_page {
  background: #f1f5f9;
  border: 1px solid #e5ebf2;
  border-radius: 2px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_page > i {
  vertical-align: middle;
  margin-right: 5px;
  line-height: 26px;
}
.item_page > span {
  line-height: 26px;
  font-size: 12px;
}
.processAxis_ul > li > .item_page:last-child {
  margin-bottom: 10px;
}
.processAxis_ul > li.end_dot {
  height: 12px;
}
.processAxis_ul > li.end_dot > h2 > .dot_blue {
  background: url(/res/origin.png) no-repeat;
}
.li_select > .selectStyle {
  /* width: 70px;
    background-position: 50px 10px;
    margin-top: 10px;
    color: #767676;
    border: 1px solid #ffffff; */
  width: 70px;
  height: 28px;
  background: #fff url(/res/dropdown.png) no-repeat 55px 8px;
  appearance: none;
  margin-top: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  color: #767676;
  padding: 0 2px;
}
.left_divbox > i {
  font-size: 12px;
  line-height: 46px;
}
.controlProperties {
  width: 280px;
  height: 100%;
  border-left: 1px solid #dadada;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.iptStyle {
  border: 1px solid #dadada;
  width: 156px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
}
.iptStyle_red {
  border: 1px solid #dadada;
  width: 156px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  color: red;
}
.iptStyle1 {
  border: 1px solid #dadada;
  width: 70px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
}
.selStyle {
  border: 1px solid #dadada;
  width: 156px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  background: #fff url(/res/dropdown.png) no-repeat 137px 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.properties_ul {
  padding: 12px 20px;
  overflow: hidden;
}
.properties_ul > li {
  padding: 5px 0;
}
.properties_ul > li > label {
  width: 75px;
  display: inline-block;
  color: #767676;
}
.tableparam_ul {
  padding: 12px 20px;
  overflow: hidden;
}
.tableparam_ul > li {
  padding: 5px 0;
}
.tableparam_ul > li > label {
  width: 71px;
  display: list-item;
  color: #767676;
}
.tableparam_ul > li > input {
  width: 90px;
  display: inline-block;
  color: #A9A9A9;
  font-size: 12px;
  margin-top: 4px;
}
.tableparam_ul > li > select {
  width: 100px;
  display: inline-block;
  color: #A9A9A9;
  font-size: 12px;
}
.tableparam_ul > li > button {
  background: space;
  width: 24px;
  height: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #A9A9A9;
  line-height: 22px;
  margin-left: 8px;
}
.tableparam_ul > li > button:hover {
  color: #0079f7;
}
.selStyle1 {
  border: 1px solid #dadada;
  width: 100px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  background: #fff url(/res/dropdown.png) no-repeat 80px 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.compParam_ul {
  padding: 12px 20px;
  overflow: hidden;
}
.compParam_ul > li {
  padding: 5px 0;
}
.compParam_ul > li > label {
  display: inline-block;
  color: #767676;
}
.compParam_ul > li > input {
  display: inline-block;
  color: #A9A9A9;
  font-size: 12px;
  margin-top: 4px;
}
.compParam_ul > li > button {
  background: space;
  width: 24px;
  height: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #A9A9A9;
  line-height: 22px;
  margin-left: 8px;
}
.compParam_ul > li > button:hover {
  color: #0079f7;
}
.compParam_ipt {
  border: 1px solid #dadada;
  width: 80px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
}
.compParam_ipt1 {
  border: 1px solid #dadada;
  width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
}
.option_ul {
  padding: 12px 20px;
  overflow: hidden;
}
.option_ul > li {
  padding: 5px 0;
  display: inline-block;
  margin-left: 10px;
}
.compParam_ul > li > input {
  display: inline-block;
  color: #A9A9A9;
  font-size: 12px;
}
.two_rank > li {
  width: 50%;
  float: left;
}
.two_ipt {
  display: inline-block;
}
.two_ipt > .iptStyle {
  width: 60px;
}
.two_ipt > span {
  display: inline-block;
  width: 36px;
  text-align: center;
}
.pageList .zjcanshu {
  width: 228px;
}
.two_rank {
  padding-top: 20px;
  padding-bottom: 0;
}
.two_rank > li .iptStyle {
  height: 32px;
}
.two_rank > li .selStyle {
  height: 32px;
  background-position: 137px 10px;
}
/*****参数计算*********/
.sift_div {
  padding: 10px;
  overflow: hidden;
}
.search_ipt {
  background: #f3f3f3;
  float: left;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  width: 120px;
  padding: 0 10px;
}
.search_ipt > input {
  float: left;
  width: 78px;
  line-height: 28px;
  background: #f3f3f3;
  font-size: 12px;
}
.search_ipt > i {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 2px;
}
.sift_div .selStyle {
  width: 90px;
  float: right;
  background-position: 70px 10px;
}
.parameterName_list {
  padding-top: 10px;
  min-height: 150px;
  max-height: 300px;
  width: 250px;
  overflow-y: auto;
}
.parameterName_list > li {
  width: 50%;
  float: left;
  padding: 0 12px 10px;
  text-align: center;
}
.parameterName_list > li > span {
  display: inline-block;
  width: 90px;
  height: 28px;
  border-radius: 14px;
  font-size: 12px;
  background: #0087ff;
  line-height: 28px;
  text-align: center;
  color: #fff;
  position: relative;
}
.parameterTips {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 2px;
  position: absolute;
  z-index: 99;
  width: 200px;
  text-align: left;
  padding: 5px;
  left: 100px;
  top: 0;
  display: none;
}
.parameterTips > i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAADVJREFUCJldzMEJACAQxMA5rcd+BMu0FBvyo3C6v4SwvBs/zEjQITJA+T5UrFO2K2RZU70QG13wBbOtgC9eAAAAAElFTkSuQmCC) no-repeat;
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  left: -4px;
  top: 10px;
}
.parameterTips > p,
.parameterTips > p > label,
.parameterTips > h3 {
  color: #fff;
}
.parameterName_list > li > span.bg_green {
  background: #44C18B;
}
.parameterName_list > li > span.bg_orange {
  background: #FA892C;
}
.parameterName_list > li > span.bg_red {
  background: #F55467;
}
.parameterName_list > li > span.bg_purple {
  background: #8938EB;
}
.parameterName_list > li > span.bg_blue {
  background: #0087FF;
}
.parameterName_list > li > span.bg_bluedeep {
  background: #5652FB;
}
.parameterName_list > li > span.bg_yellow {
  background: #F9BD07;
}
.sentence_icon {
  height: 28px;
  width: 28px;
  display: inline-block;
}
.sentence_icon > i {
  font-size: 24px;
}
.compute_sign {
  text-align: center;
  padding-right: 210px;
  padding-top: 10px;
}
.compute_sign span {
  display: inline-block;
  background: #e0f1e8;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 0 8px;
  cursor: pointer;
}
.compute_sign span:hover {
  background: #9ce6bf;
}
.compute_sign span > p {
  display: none;
}
.compute_sign span:hover p {
  display: table;
  background: #9ce6bf;
  border-radius: 4px;
  margin-left: 10px;
  margin-top: -53px;
  min-width: 35px;
  white-space: nowrap;
  font-size: 12px;
}
.compute_sign span > i {
  color: #35b26e;
  font-size: 18px;
  line-height: 30px;
}
.compute_sign span > i.size22 {
  font-size: 22px;
}
.explain_div {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  width: 210px;
  left: 250px;
  top: 50px;
  box-shadow: 4px 0 12px rgba(39, 45, 51, 0.1);
  padding: 10px;
}
.explain_div > h3 {
  line-height: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.explain_main > p > span {
  display: inline-block;
  padding: 0 8px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  margin: 0 3px;
}
.explain_main > p > span.bg_orange {
  background: #f9882d;
}
.explain_main > p > span.bg_blue {
  background: #0087ff;
}
.explain_main > p > span.bg_gray {
  background: #e0e6ec;
}
.explain_main {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 4px;
}
.explain_main > p {
  padding: 5px 0;
}
.closeProperties {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  left: -30px;
  top: 60px;
  border: 1px solid #dadada;
  cursor: pointer;
  border-radius: 2px;
}
.closeProperties > i {
  font-size: 16px;
  line-height: 30px;
}
/******开关样式******/
.properties_ul > li > label.switch {
  float: right;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 18px;
  padding: 2px;
  background-color: white;
  border-radius: 18px;
  cursor: pointer;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 6px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 6px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #2f9dff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 25px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/****滑动条****/
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  position: relative;
  height: 10px;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: red;
  opacity: 1;
  cursor: pointer;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -35px;
  margin-left: -10px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background: #fff;
  white-space: nowrap;
  font-size: 8px;
  line-height: 1;
  line-height: 20px;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slider-container .scale {
  position: relative;
  top: 2px;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  position: absolute;
  top: 5px;
  left: 0;
  color: #999;
  text-decoration: none;
  font-size: 9px;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 6px;
  border-radius: 2px;
  background-color: #e8e8e8;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 3px;
  background-color: #0087ff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAkRJREFUOI2NkkFrE0EUx38zs7vZbilrPQjFpbeIpaf2lC/Qi3rutQerxwX9HD0VevBgv0IKXgRvIQR7EYVIKdhL2cSyG2xisrXdye54yEbTqOAfHjO8md/j8d5fMKeTk5N7y8vLL5VSj4UQVQBjzGme528uLy/319bW4nlmKhFF0XaSJIM0Tc14PDZFUZiiKIzW2qRpapIk+R5F0TYg/gr3er0iyzLzL2VZZnq9XjFbRAC0Wq2VarV66vv+km3bdPoZr99/40P0A4DNYIGntbvcv+OgtWYwGAzPzs4e1mq1rgTk6upq6Hnekm3bRP2MsP6V1nnGdWFxXVi0zie5qJ9h2zae5y0FQfACkBKQlmU9cRwHgMPjPle5hbRdlLOAchaQtstVbnF43AegUqlgWdYjQFqAUko9UEoB8OlijLQqSNtByEnOFDmFlny8yGACoJSqAsqan6hQNlI4CGUjlDVJ5mMkIIyhXCtABggJoLX+kuc5ABuBi5AKoazJOXPfDFwAiqJAa30OIAEzHA7fZtmkvZ0Nj0XnjzWz6Ah2NjwAbm5uGI1G7wAjgfzo6OhVmqYjrTWBr9jbcqmtGFyZ48qc2ophb8sl8BVaa9I0HdXr9QMgn3bhNZvN3f81UrPZ3AW8kgXAAvxGo/E8juPR1MrGmFtWjuN41Gg0ngF+yfwePmADfhiG6+12+6Db7Z4mSaLjOL7qdDqf2+32fhiG6yVs37LyTBEFOIBbflLlWw5o4LpcXw6Y+QJTyTLUzLspoaKMX/oJ6VNZNsNhiJkAAAAASUVORK5CYII=) no-repeat;
  width: 16px;
  height: 16px;
}
.theme-green .back-bar .pointer-label {
  color: #999;
  font-size: 12px;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: none;
}
.theme-green .scale ins {
  margin-top: 3px;
  color: #777;
  font-size: 14px;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #AAA;
  border-radius: 10px;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(to bottom, #eee, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
.experiment_zs {
  float: left;
  padding-top: 43px;
  padding-left: 38px;
  width: 300px;
  height: 84;
  /*background-color:#fff;*/
}
/***帮助手册***/
.helpLeft_nav {
  width: 260px;
  background: #eaf3f7;
  box-sizing: border-box;
  height: 100%;
}
.helpLeft_nav .p20 {
  padding: 20px;
}
.helpLeft_nav .p20 h1 {
  color: #555555;
  font-size: 16px;
}
.help_search {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  height: 30px;
  margin-top: 10px;
}
.help_search > i {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 30px;
  padding: 0 5px;
}
.help_search > input {
  width: 80%;
  height: 30px;
  border: 0;
}
.classification_dl {
  margin-bottom: 20px;
}
.classification_dl dt {
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
}
.classification_dl dd {
  color: #767676;
  font-size: 14px;
  line-height: 30px;
  padding-left: 36px;
  cursor: pointer;
  border-left: 4px solid transparent;
}
.classification_dl dd.active,
.classification_dl dd:hover {
  background: #fff;
  border-left: 4px solid #0079f7;
}
.ag_content {
  display: flex;
  height: 100%;
}
.help_main {
  padding: 40px 100px;
}
.help_main > h1 {
  font-size: 24px;
  color: #555555;
  margin-bottom: 40px;
}
.update_btn {
  width: 128px;
  height: 32px;
  border-radius: 4px;
  background: #0087ff;
  color: #fff;
}
.update_btn:hover {
  opacity: 0.9;
}
.big_properties_ul > li > input {
  height: 32px;
  width: 280px;
}
.big_properties_ul > li {
  padding: 10px 0;
  overflow: hidden;
}
.big_properties_ul > li > label {
  float: left;
  line-height: 32px;
}
.big_properties_ul > li > button {
  margin-top: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cecece;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cecece;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cecece;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cecece;
}
.update_headimg {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  float: left;
  position: relative;
}
.update_headimg > img {
  width: 100%;
  height: 100%;
}
.updateFile {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100px;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.update_headimg > span {
  position: absolute;
  width: 100%;
  top: 40px;
  text-align: center;
  display: none;
}
.update_headimg:hover > span {
  display: block;
}
.setUp_ul {
  height: 40px;
  border-bottom: 1px solid #eaeaea;
}
.setUp_ul > li {
  float: left;
  height: 40px;
  color: #767676;
  margin-right: 80px;
  cursor: pointer;
}
.setUp_ul > li.active {
  border-bottom: 2px solid #0087ff;
}

