body,
html {
  height: 100%;
  width: 100%
}

.router-link-active,
.router-link-exact-active,
a,
a.router-link,
a.router-link-active,
a:hover {
  text-decoration: none !important
}

.ivu-input {
  height: 46px !important
}

.ivu-input-group-addon,
.ivu-input-wrapper {
  height: 46px !important;
  line-height: 46px !important
}

.ivu-form-item-content {
  font-size: 12px !important
}

#app {
  background-color: #fff;
  color: #555;
  font-family: system-ui;
  direction: ltr;
  user-select: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility
}

.ivu-load-loop {
  animation: ani-load-loop 1s linear infinite
}

@keyframes ani-load-loop {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.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 {
  line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

hr {
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  -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;
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

mark {
  background-color: #ff0
}

audio,
video {
  display: inline-block
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15
}

button,
input {
  overflow: visible
}

[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
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  resize: vertical
}

[type=checkbox],
[type=radio] {
  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
}

[hidden],
template {
  display: none
}

* {
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  line-height: 1.5;
  color: #515a6e;
  -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
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

a {
  color: #2d8cf0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  transition: color .2s ease
}

a:hover {
  color: #57a3f3
}

a:active {
  color: #2b85e4
}

a:active,
a:hover {
  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(../fonts/ionicons.143146f.woff2) format("woff2"), url(../fonts/ionicons.99ac330.woff) format("woff"), url(../fonts/ionicons.d535a25.ttf) format("truetype"), url(../img/ionicons.a2c4a26.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: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -.125em;
  text-align: center
}

.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: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.ivu-row-flex:after,
.ivu-row-flex:before {
  display: flex
}

.ivu-row-flex-start {
  justify-content: flex-start
}

.ivu-row-flex-center {
  justify-content: center
}

.ivu-row-flex-end {
  justify-content: flex-end
}

.ivu-row-flex-space-between {
  justify-content: space-between
}

.ivu-row-flex-space-around {
  justify-content: space-around
}

.ivu-row-flex-top {
  align-items: flex-start
}

.ivu-row-flex-middle {
  align-items: center
}

.ivu-row-flex-bottom {
  align-items: flex-end
}

.ivu-col {
  position: relative;
  display: block
}

.ivu-col-span-1,
.ivu-col-span-2,
.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,
.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-20,
.ivu-col-span-21,
.ivu-col-span-22,
.ivu-col-span-23,
.ivu-col-span-24 {
  float: left;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  order: 0
}

.ivu-col-span-xs-1,
.ivu-col-span-xs-2,
.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,
.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-20,
.ivu-col-span-xs-21,
.ivu-col-span-xs-22,
.ivu-col-span-xs-23,
.ivu-col-span-xs-24 {
  float: left;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  order: 0
}

@media (min-width:576px) {

  .ivu-col-span-sm-1,
  .ivu-col-span-sm-2,
  .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,
  .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-20,
  .ivu-col-span-sm-21,
  .ivu-col-span-sm-22,
  .ivu-col-span-sm-23,
  .ivu-col-span-sm-24 {
    float: left;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    order: 0
  }
}

@media (min-width:768px) {

  .ivu-col-span-md-1,
  .ivu-col-span-md-2,
  .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,
  .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-20,
  .ivu-col-span-md-21,
  .ivu-col-span-md-22,
  .ivu-col-span-md-23,
  .ivu-col-span-md-24 {
    float: left;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    order: 0
  }
}

@media (min-width:992px) {

  .ivu-col-span-lg-1,
  .ivu-col-span-lg-2,
  .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,
  .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-20,
  .ivu-col-span-lg-21,
  .ivu-col-span-lg-22,
  .ivu-col-span-lg-23,
  .ivu-col-span-lg-24 {
    float: left;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    order: 0
  }
}

@media (min-width:1160px) {

  .ivu-col-span-xl-1,
  .ivu-col-span-xl-2,
  .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,
  .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-20,
  .ivu-col-span-xl-21,
  .ivu-col-span-xl-22,
  .ivu-col-span-xl-23,
  .ivu-col-span-xl-24 {
    float: left;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    order: 0
  }
}

@media (min-width:1600px) {

  .ivu-col-span-xxl-1,
  .ivu-col-span-xxl-2,
  .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,
  .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-20,
  .ivu-col-span-xxl-21,
  .ivu-col-span-xxl-22,
  .ivu-col-span-xxl-23,
  .ivu-col-span-xxl-24 {
    float: left;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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,
.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,
.fade-leave-active {
  animation-duration: .15s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.fade-appear,
.fade-enter-active {
  animation-name: ivuFadeIn;
  animation-play-state: running
}

.fade-leave-active {
  animation-name: ivuFadeOut;
  animation-play-state: running
}

.fade-appear,
.fade-enter-active {
  opacity: 0
}

.fade-appear,
.fade-enter-active,
.fade-leave-active {
  animation-timing-function: linear
}

@keyframes ivuFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes ivuFadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.move-up-appear,
.move-up-enter-active,
.move-up-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-up-appear,
.move-up-enter-active {
  animation-name: ivuMoveUpIn;
  animation-play-state: running
}

.move-up-leave-active {
  animation-name: ivuMoveUpOut;
  animation-play-state: running
}

.move-up-appear,
.move-up-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.move-up-leave-active {
  animation-timing-function: ease-in-out
}

.move-down-appear,
.move-down-enter-active,
.move-down-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-down-appear,
.move-down-enter-active {
  animation-name: ivuMoveDownIn;
  animation-play-state: running
}

.move-down-leave-active {
  animation-name: ivuMoveDownOut;
  animation-play-state: running
}

.move-down-appear,
.move-down-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.move-down-leave-active {
  animation-timing-function: ease-in-out
}

.move-left-appear,
.move-left-enter-active,
.move-left-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-left-appear,
.move-left-enter-active {
  animation-name: ivuMoveLeftIn;
  animation-play-state: running
}

.move-left-leave-active {
  animation-name: ivuMoveLeftOut;
  animation-play-state: running
}

.move-left-appear,
.move-left-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.move-left-leave-active {
  animation-timing-function: ease-in-out
}

.move-right-appear,
.move-right-enter-active,
.move-right-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-right-appear,
.move-right-enter-active {
  animation-name: ivuMoveRightIn;
  animation-play-state: running
}

.move-right-leave-active {
  animation-name: ivuMoveRightOut;
  animation-play-state: running
}

.move-right-appear,
.move-right-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.move-right-leave-active {
  animation-timing-function: ease-in-out
}

@keyframes ivuMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0
  }

  to {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes ivuMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0
  }
}

@keyframes ivuMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0
  }

  to {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes ivuMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0
  }
}

@keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0)
  }
}

@keyframes ivuMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0
  }
}

@keyframes ivuMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes ivuMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1
  }

  to {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0
  }
}

.move-notice-appear,
.move-notice-enter-active,
.move-notice-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-notice-appear,
.move-notice-enter-active {
  animation-name: ivuMoveNoticeIn;
  animation-play-state: running
}

.move-notice-leave-active {
  animation-name: ivuMoveNoticeOut;
  animation-play-state: running
}

.move-notice-appear,
.move-notice-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.move-notice-leave-active {
  animation-timing-function: ease-in-out
}

@keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0)
  }
}

@keyframes ivuMoveNoticeOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1
  }

  70% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0
  }

  to {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0
  }
}

.ease-appear,
.ease-enter-active,
.ease-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ease-appear,
.ease-enter-active {
  animation-name: ivuEaseIn;
  animation-play-state: running
}

.ease-leave-active {
  animation-name: ivuEaseOut;
  animation-play-state: running
}

.ease-appear,
.ease-enter-active {
  opacity: 0
}

.ease-appear,
.ease-enter-active,
.ease-leave-active {
  animation-timing-function: linear;
  animation-duration: .2s
}

@keyframes ivuEaseIn {
  0% {
    opacity: 0;
    transform: scale(.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes ivuEaseOut {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.9)
  }
}

.transition-drop-appear,
.transition-drop-enter-active,
.transition-drop-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.transition-drop-appear,
.transition-drop-enter-active {
  animation-name: ivuTransitionDropIn;
  animation-play-state: running
}

.transition-drop-leave-active {
  animation-name: ivuTransitionDropOut;
  animation-play-state: running
}

.transition-drop-appear,
.transition-drop-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.transition-drop-leave-active {
  animation-timing-function: ease-in-out
}

.slide-up-appear,
.slide-up-enter-active,
.slide-up-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-up-appear,
.slide-up-enter-active {
  animation-name: ivuSlideUpIn;
  animation-play-state: running
}

.slide-up-leave-active {
  animation-name: ivuSlideUpOut;
  animation-play-state: running
}

.slide-up-appear,
.slide-up-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.slide-up-leave-active {
  animation-timing-function: ease-in-out
}

.slide-down-appear,
.slide-down-enter-active,
.slide-down-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-down-appear,
.slide-down-enter-active {
  animation-name: ivuSlideDownIn;
  animation-play-state: running
}

.slide-down-leave-active {
  animation-name: ivuSlideDownOut;
  animation-play-state: running
}

.slide-down-appear,
.slide-down-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.slide-down-leave-active {
  animation-timing-function: ease-in-out
}

.slide-left-appear,
.slide-left-enter-active,
.slide-left-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-left-appear,
.slide-left-enter-active {
  animation-name: ivuSlideLeftIn;
  animation-play-state: running
}

.slide-left-leave-active {
  animation-name: ivuSlideLeftOut;
  animation-play-state: running
}

.slide-left-appear,
.slide-left-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.slide-left-leave-active {
  animation-timing-function: ease-in-out
}

.slide-right-appear,
.slide-right-enter-active,
.slide-right-leave-active {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-right-appear,
.slide-right-enter-active {
  animation-name: ivuSlideRightIn;
  animation-play-state: running
}

.slide-right-leave-active {
  animation-name: ivuSlideRightOut;
  animation-play-state: running
}

.slide-right-appear,
.slide-right-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out
}

.slide-right-leave-active {
  animation-timing-function: ease-in-out
}

@keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    transform: scaleY(.8)
  }

  to {
    opacity: 1;
    transform: scaleY(1)
  }
}

@keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    transform: scaleY(1)
  }

  to {
    opacity: 0;
    transform: scaleY(.8)
  }
}

@keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(.8)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleY(1)
  }
}

@keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleY(1)
  }

  to {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(.8)
  }
}

@keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(.8)
  }

  to {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1)
  }
}

@keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1)
  }

  to {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(.8)
  }
}

@keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(.8)
  }

  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1)
  }
}

@keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1)
  }

  to {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(.8)
  }
}

@keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(.8)
  }

  to {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1)
  }
}

@keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1)
  }

  to {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(.8)
  }
}

.collapse-transition {
  transition: height .2s ease-in-out, padding-top .2s ease-in-out, padding-bottom .2s ease-in-out
}

.ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
  color: #515a6e;
  background-color: #fff;
  border: 1px solid #dcdee2
}

.ivu-btn,
.ivu-btn>.ivu-icon {
  line-height: 1.5
}

.ivu-btn-icon-only.ivu-btn-circle>.ivu-icon {
  vertical-align: baseline
}

.ivu-btn>i,
.ivu-btn>span {
  display: inline-block
}

.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 {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px
}

.ivu-btn-small {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 3px
}

.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px
}

.ivu-btn-icon-only.ivu-btn-large {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px
}

.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  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;
  border-color: #e3e5e8
}

.ivu-btn.active,
.ivu-btn:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2
}

.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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  border-color: #e3e5e8
}

.ivu-btn-dashed.active,
.ivu-btn-dashed:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2
}

.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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: hsla(0, 0%, 100%, .2);
  border-color: hsla(0, 0%, 100%, .2)
}

.ivu-btn-text.active,
.ivu-btn-text:active {
  color: #4d5669;
  background-color: rgba(0, 0, 0, .05);
  border-color: rgba(0, 0, 0, .05)
}

.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 {
  background-color: #f7f7f7;
  border-color: #dcdee2;
  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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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 {
  box-shadow: 0 0 0 2px rgba(25, 190, 107, .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 {
  box-shadow: 0 0 0 2px rgba(255, 153, 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 {
  box-shadow: 0 0 0 2px rgba(237, 64, 20, .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 {
  box-shadow: 0 0 0 2px rgba(45, 183, 245, .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: 40px
}

.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: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  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: .35;
  content: "";
  border-radius: inherit;
  z-index: 1;
  transition: opacity .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-circle .ivu-btn {
  border-radius: 32px
}

.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
  border-radius: 40px
}

.ivu-btn-group-large>.ivu-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px
}

.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
  border-radius: 24px
}

.ivu-btn-group-small>.ivu-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 3px
}

.ivu-btn-group-small>.ivu-btn>.ivu-icon {
  font-size: 14px
}

.ivu-btn-group-small .ivu-btn-icon-only {
  width: 24px;
  height: 24px;
  padding: 0
}

.ivu-btn-group-large .ivu-btn-icon-only {
  width: 40px;
  height: 40px;
  padding: 0
}

.ivu-btn+.ivu-btn-group,
.ivu-btn-group+.ivu-btn,
.ivu-btn-group+.ivu-btn-group,
.ivu-btn-group .ivu-btn+.ivu-btn {
  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;
  min-width: 32px
}

.ivu-btn-group-vertical.ivu-btn-group-small>.ivu-btn {
  min-width: 24px
}

.ivu-btn-group-vertical.ivu-btn-group-large>.ivu-btn {
  min-width: 40px
}

.ivu-btn+.ivu-btn-group-vertical,
.ivu-btn-group-vertical+.ivu-btn,
.ivu-btn-group-vertical+.ivu-btn-group-vertical,
.ivu-btn-group-vertical .ivu-btn+.ivu-btn {
  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, .5)
}

.ivu-btn-ghost.ivu-btn-info {
  color: #2db7f5
}

.ivu-btn-ghost.ivu-btn-info:hover {
  color: #57c5f7;
  background: rgba(245, 251, 254, .5)
}

.ivu-btn-ghost.ivu-btn-success {
  color: #19be6b
}

.ivu-btn-ghost.ivu-btn-success:hover {
  color: #47cb89;
  background: rgba(244, 252, 248, .5)
}

.ivu-btn-ghost.ivu-btn-warning {
  color: #f90
}

.ivu-btn-ghost.ivu-btn-warning:hover {
  color: #ffad33;
  background: rgba(255, 250, 242, .5)
}

.ivu-btn-ghost.ivu-btn-error {
  color: #ed4014
}

.ivu-btn-ghost.ivu-btn-error:hover {
  color: #f16643;
  background: rgba(254, 245, 243, .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, .25);
  border-color: #dcdee2
}

.ivu-btn-ghost.ivu-btn-text[disabled] {
  background: 0 0;
  color: rgba(0, 0, 0, .25)
}

a.ivu-btn {
  padding-top: .1px;
  line-height: 30px
}

a.ivu-btn-large {
  line-height: 38px
}

a.ivu-btn-small {
  line-height: 22px
}

.ivu-affix,
.ivu-back-top {
  position: fixed;
  z-index: 10
}

.ivu-back-top {
  cursor: pointer;
  display: none
}

.ivu-back-top.ivu-back-top-show {
  display: block
}

.ivu-back-top-inner {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  transition: all .2s ease-in-out
}

.ivu-back-top-inner:hover {
  background-color: rgba(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;
  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;
  transform-origin: -10% center;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff
}

.ivu-badge-count-custom {
  background: 0 0;
  color: inherit;
  border-color: transparent;
  box-shadow: none
}

.ivu-badge-count a,
.ivu-badge-count a:hover {
  color: #fff
}

.ivu-badge-count-alone {
  top: auto;
  display: block;
  position: relative;
  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;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -4px;
  right: -8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ed4014;
  z-index: 10;
  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: "";
  animation: aniStatusProcessing 1.2s ease-in-out infinite
}

.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: 14px;
  margin-left: 6px
}

.ivu-badge-status-magenta,
.ivu-badge-status-pink {
  background-color: #eb2f96
}

.ivu-badge-status-red {
  background-color: #f5222d
}

.ivu-badge-status-volcano {
  background-color: #fa541c
}

.ivu-badge-status-orange {
  background-color: #fa8c16
}

.ivu-badge-status-yellow {
  background-color: #fadb14
}

.ivu-badge-status-gold {
  background-color: #faad14
}

.ivu-badge-status-cyan {
  background-color: #13c2c2
}

.ivu-badge-status-lime {
  background-color: #a0d911
}

.ivu-badge-status-green {
  background-color: #52c41a
}

.ivu-badge-status-blue {
  background-color: #1890ff
}

.ivu-badge-status-geekblue {
  background-color: #2f54eb
}

.ivu-badge-status-purple {
  background-color: #722ed1
}

@keyframes aniStatusProcessing {
  0% {
    transform: scale(.8);
    opacity: .5
  }

  to {
    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%;
  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;
  animation: ani-spin-bounce 1s ease-in-out 0s 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: hsla(0, 0%, 100%, .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%;
  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: none
}

.ivu-table-wrapper-with-border>.ivu-spin-fix {
  border: 1px solid #dcdee2;
  border-top: 0;
  border-left: 0
}

@keyframes ani-spin-bounce {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1);
    opacity: 0
  }
}

.ivu-alert {
  position: relative;
  padding: 8px 48px 8px 16px;
  border-radius: 4px;
  color: #515a6e;
  font-size: 14px;
  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: 14px;
  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;
  transition: color .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: 16px;
  color: #17233d;
  display: block;
  margin-bottom: 4px
}

.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;
  transition: all .2s ease-in-out
}

.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i {
  transition: transform .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 {
  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 {
  display: block;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: all .2s ease-in-out
}

.ivu-card-bordered {
  border: 1px solid #e8eaec
}

.ivu-card-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.ivu-card:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  border-color: #eee
}

.ivu-card.ivu-card-dis-hover:hover {
  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 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.ivu-card-head {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1
}

.ivu-card-head-inner,
.ivu-card-head p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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;
  transition: height .3s ease-in-out, padding .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;
  transition: color .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;
  box-shadow: 0 1px 6px rgba(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-message-notice-with-background .ivu-message-notice-content-background {
  box-shadow: none
}

.ivu-message-notice-with-background .ivu-message-notice-content-info {
  background: #f0faff;
  color: #2e8bf0;
  border: 1px solid #d4eeff
}

.ivu-message-notice-with-background .ivu-message-notice-content-success {
  background: #edfff3;
  color: #19bf6c;
  border: 1px solid #bbf2cf
}

.ivu-message-notice-with-background .ivu-message-notice-content-warning {
  background: #fff9e6;
  color: #f90;
  border: 1px solid #ffe7a3
}

.ivu-message-notice-with-background .ivu-message-notice-content-error {
  background: #ffefe6;
  color: #ed3f13;
  border: 1px solid #ffcfb8
}

.ivu-notice {
  width: 335px;
  margin-right: 24px;
  position: fixed;
  z-index: 1010
}

.ivu-notice-content-with-icon,
.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;
  box-shadow: 0 1px 6px rgba(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;
  transition: color .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: 16px;
  line-height: 19px;
  color: #17233d;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ivu-notice-with-desc .ivu-notice-title {
  margin-bottom: 8px
}

.ivu-notice-desc {
  font-size: 14px;
  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: 20px
}

.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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
  z-index: 1
}

.ivu-radio-group {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle
}

.ivu-radio-group-vertical .ivu-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px
}

.ivu-radio-wrapper {
  font-size: 14px;
  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: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  transition: all .2s ease-in-out
}

.ivu-radio-inner:after {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: " ";
  background-color: #2d8cf0;
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: scale(0)
}

.ivu-radio-large {
  font-size: 16px
}

.ivu-radio-large .ivu-radio-inner {
  width: 18px;
  height: 18px
}

.ivu-radio-large .ivu-radio-inner:after {
  width: 12px;
  height: 12px
}

.ivu-radio-large.ivu-radio-wrapper,
.ivu-radio-large .ivu-radio-wrapper {
  font-size: 16px
}

.ivu-radio-small .ivu-radio-inner {
  width: 14px;
  height: 14px
}

.ivu-radio-small .ivu-radio-inner:after {
  width: 8px;
  height: 8px
}

.ivu-radio-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer
}

.ivu-radio-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  transition: border .2s ease-in-out
}

.ivu-radio-group-small .ivu-radio-border,
.ivu-radio-small.ivu-radio-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px
}

.ivu-radio-group-large .ivu-radio-border,
.ivu-radio-large.ivu-radio-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px
}

.ivu-radio-wrapper-checked.ivu-radio-border {
  border-color: #2d8cf0
}

.ivu-radio-wrapper-disabled.ivu-radio-border {
  border-color: #dcdee2
}

.ivu-radio-checked .ivu-radio-inner {
  border-color: #2d8cf0
}

.ivu-radio-checked .ivu-radio-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease-in-out
}

.ivu-radio-checked:hover .ivu-radio-inner {
  border-color: #2d8cf0
}

.ivu-radio-disabled,
.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: 14px;
  color: #515a6e;
  transition: all .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;
  transition: all .2s ease-in-out
}

.ivu-radio-group-button .ivu-radio-wrapper:after {
  height: 36px;
  left: -1px;
  top: -3px;
  background: rgba(45, 140, 240, .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;
  box-shadow: -1px 0 0 0 #2d8cf0;
  z-index: 1
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
  background: #2d8cf0;
  opacity: .1
}

.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
  box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, .2);
  transition: all .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, .2)
}

.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2)
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
  border-color: #2d8cf0;
  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 {
  cursor: not-allowed
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled,
.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;
  box-shadow: none !important
}

.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 16px
}

.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
  height: 44px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 12px;
  font-size: 14px
}

.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 {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .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;
  transform: rotate(45deg) scale(0);
  transition: all .2s ease-in-out
}

.ivu-checkbox-large .ivu-checkbox-inner {
  width: 18px;
  height: 18px
}

.ivu-checkbox-large .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px
}

.ivu-checkbox-small {
  font-size: 14px
}

.ivu-checkbox-small .ivu-checkbox-inner {
  width: 14px;
  height: 14px
}

.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-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  transition: border .2s ease-in-out
}

.ivu-checkbox-group.ivu-checkbox-small .ivu-checkbox-border,
.ivu-checkbox-small.ivu-checkbox-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px
}

.ivu-checkbox-group.ivu-checkbox-large .ivu-checkbox-border,
.ivu-checkbox-large.ivu-checkbox-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px
}

.ivu-checkbox-wrapper-checked.ivu-checkbox-border {
  border-color: #2d8cf0
}

.ivu-checkbox-wrapper-disabled.ivu-checkbox-border {
  border-color: #dcdee2
}

.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: 2px;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1);
  transition: all .2s ease-in-out
}

.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
  width: 6px;
  height: 10px
}

.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 1px;
  left: 4px
}

.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 {
  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 {
  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: 10px;
  height: 1px;
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 6px
}

.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: 12px;
  top: 7px
}

.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 8px;
  top: 5px
}

.ivu-checkbox-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px
}

.ivu-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.ivu-checkbox-wrapper.ivu-checkbox-large {
  font-size: 16px
}

.ivu-checkbox+span,
.ivu-checkbox-wrapper+span {
  margin-right: 4px
}

.ivu-checkbox-group {
  font-size: 14px
}

.ivu-checkbox-group-item,
.ivu-switch {
  display: inline-block
}

.ivu-switch {
  width: 44px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out
}

.ivu-switch-loading {
  opacity: .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;
  transition: left .2s ease-in-out, width .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 transparent;
  border-left-color: #2d8cf0;
  animation: switch-loading 1s linear;
  animation-iteration-count: infinite
}

.ivu-switch-loading:before {
  display: block
}

.ivu-switch:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
  outline: 0
}

.ivu-switch:focus:hover {
  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;
  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: .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: .4
}

.ivu-switch-disabled.ivu-switch-checked:after {
  background: #fff
}

.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
  color: #fff
}

@keyframes switch-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.ivu-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .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:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: 16px;
  padding: 6px 7px;
  height: 40px
}

.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;
  transition: opacity .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;
  position: absolute;
  right: 5px;
  transition: all .2s linear
}

.ivu-input-number:hover {
  border-color: #57a3f3
}

.ivu-input-number-focused {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  transition: all .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: 40px
}

.ivu-input-number-large .ivu-input-number-handler {
  height: 20px
}

.ivu-input-number-large input {
  height: 40px;
  line-height: 40px
}

.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: .72;
  color: #ccc !important;
  cursor: not-allowed
}

.ivu-input-number-disabled .ivu-input-number-input {
  opacity: .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: .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-focused,
.ivu-form-item-error .ivu-input-number:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, .2)
}

.ivu-scroll-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: 0
}

.ivu-scroll-container {
  overflow-y: scroll
}

.ivu-scroll-content {
  opacity: 1;
  transition: opacity .5s
}

.ivu-scroll-content-loading {
  opacity: .5
}

.ivu-scroll-loader {
  text-align: center;
  padding: 0;
  transition: padding .5s
}

.ivu-scroll-loader-wrapper {
  padding: 5px 0;
  height: 0;
  background-color: inherit;
  transform: scale(0);
  transition: opacity .3s, transform .5s, height .5s
}

.ivu-scroll-loader-wrapper-active {
  height: 40px;
  transform: scale(1)
}

@keyframes ani-demo-spin {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: relative
}

.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
  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
}

.ivu-tag-size-large {
  height: 32px;
  line-height: 32px;
  padding: 0 12px
}

.ivu-tag-size-medium {
  height: 28px;
  line-height: 28px;
  padding: 0 10px
}

.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: .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;
  transform: scale(1.42857143) rotate(0);
  cursor: pointer;
  margin-left: 2px;
  color: #666;
  opacity: .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-size-large.ivu-tag-pink {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-pink {
  line-height: 26px
}

.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-size-large.ivu-tag-magenta {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-magenta {
  line-height: 26px
}

.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-size-large.ivu-tag-red {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-red {
  line-height: 26px
}

.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-size-large.ivu-tag-volcano {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-volcano {
  line-height: 26px
}

.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-size-large.ivu-tag-orange {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-orange {
  line-height: 26px
}

.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-size-large.ivu-tag-yellow {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-yellow {
  line-height: 26px
}

.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-size-large.ivu-tag-gold {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-gold {
  line-height: 26px
}

.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-size-large.ivu-tag-cyan {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-cyan {
  line-height: 26px
}

.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-size-large.ivu-tag-lime {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-lime {
  line-height: 26px
}

.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-size-large.ivu-tag-green {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-green {
  line-height: 26px
}

.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-size-large.ivu-tag-blue {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-blue {
  line-height: 26px
}

.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-size-large.ivu-tag-geekblue {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-geekblue {
  line-height: 26px
}

.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-tag-size-large.ivu-tag-purple {
  line-height: 30px
}

.ivu-tag-size-medium.ivu-tag-purple {
  line-height: 26px
}

.ivu-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: #f5f7f9
}

.ivu-layout.ivu-layout-has-sider {
  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 {
  flex: 0 0 auto
}

.ivu-layout-header {
  background: #515a6e;
  padding: 0 50px;
  height: 64px;
  line-height: 64px
}

.ivu-layout-sider {
  transition: all .2s ease-in-out;
  position: relative;
  background: #515a6e;
  min-width: 0
}

.ivu-layout-sider-children {
  height: 100%;
  padding-top: .1px;
  margin-top: -.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;
  transition: all .2s ease-in-out
}

.ivu-layout-sider-trigger .ivu-icon {
  font-size: 16px
}

.ivu-layout-sider-trigger>* {
  transition: all .2s
}

.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
  transform: rotate(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;
  transition: background .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 {
  flex: auto
}

.ivu-loading-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000
}

.ivu-loading-bar-inner {
  transition: width .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-inner-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 6px
}

.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 {
  text-align: right;
  border-radius: 100px;
  background-color: #2d8cf0;
  transition: all .2s linear;
  position: relative
}

.ivu-progress-bg:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.ivu-progress-success-bg {
  border-radius: 100px;
  background-color: #19be6b;
  transition: all .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;
  color: #808695
}

.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;
  animation: ivu-progress-active 2s ease-in-out infinite
}

.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before {
  top: auto;
  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
}

@keyframes ivu-progress-active {
  0% {
    opacity: .3;
    width: 0
  }

  to {
    opacity: 0;
    width: 100%
  }
}

@keyframes ivu-progress-active-vertical {
  0% {
    opacity: .3;
    height: 0
  }

  to {
    opacity: 0;
    height: 100%
  }
}

.ivu-timeline {
  list-style: none;
  margin: 0;
  padding: 0
}

.ivu-timeline-item {
  margin: 0 !important;
  padding: 0 0 12px;
  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;
  transform: translateY(-50%)
}

.ivu-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 14px;
  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;

  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border .2s ease-in-out, color .2s ease-in-out
}

.ivu-page-item a {
  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:hover a,
.ivu-page-item-active a {
  color: #2d8cf0
}

.ivu-page-with-disabled .ivu-page-disabled,
.ivu-page-with-disabled .ivu-page-item {
  cursor: not-allowed;
  background-color: #f3f3f3
}

.ivu-page-with-disabled .ivu-page-disabled a,
.ivu-page-with-disabled .ivu-page-item a {
  color: #ccc
}

.ivu-page-with-disabled .ivu-page-disabled:hover,
.ivu-page-with-disabled .ivu-page-item:hover {
  border-color: #dcdee2
}

.ivu-page-with-disabled .ivu-page-disabled:hover a,
.ivu-page-with-disabled .ivu-page-item:hover a {
  color: #ccc;
  cursor: not-allowed
}

.ivu-page-with-disabled .ivu-page-disabled-active,
.ivu-page-with-disabled .ivu-page-item-active {
  background-color: #dcdee2;
  border-color: #dcdee2
}

.ivu-page-with-disabled .ivu-page-disabled-active:hover a,
.ivu-page-with-disabled .ivu-page-disabled-active a,
.ivu-page-with-disabled .ivu-page-item-active:hover a,
.ivu-page-with-disabled .ivu-page-item-active a {
  color: #fff
}

.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:hover:after,
.ivu-page-item-jump-next i,
.ivu-page-item-jump-prev:hover:after,
.ivu-page-item-jump-prev i {
  display: none
}

.ivu-page-item-jump-next:hover i,
.ivu-page-item-jump-prev:hover i {
  display: inline
}

.ivu-page-with-disabled .ivu-page-item-jump-next,
.ivu-page-with-disabled .ivu-page-item-jump-prev {
  cursor: not-allowed
}

.ivu-page-with-disabled .ivu-page-item-jump-next:hover:after,
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover:after {
  display: block
}

.ivu-page-with-disabled .ivu-page-item-jump-next:hover i,
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover i {
  display: none
}

.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-item-jump-next,
.ivu-page-item-jump-prev,
.ivu-page-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;

  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;
  transition: all .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: 14px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .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;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: 16px;
  padding: 6px 7px;
  height: 40px
}

.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 {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  font-size: 14px;
  color: #515a6e;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 5px 8px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border-color .2s ease-in-out
}

.ivu-page-simple .ivu-page-simple-pager input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1
}

.ivu-page-simple .ivu-page-simple-pager input:-ms-input-placeholder {
  color: #c5c8ce
}

.ivu-page-simple .ivu-page-simple-pager input::-webkit-input-placeholder {
  color: #c5c8ce
}

.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #57a3f3
}

.ivu-page-simple .ivu-page-simple-pager input:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2)
}

.ivu-page-simple .ivu-page-simple-pager input[disabled],
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc
}

.ivu-page-simple .ivu-page-simple-pager input[disabled]:hover,
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #e3e5e8
}

textarea.ivu-page-simple .ivu-page-simple-pager input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px
}

.ivu-page-simple .ivu-page-simple-pager input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px
}

.ivu-page-simple .ivu-page-simple-pager input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px
}

.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 {
  display: flex;
  width: 100%;
  font-size: 0;
  line-height: 1.5
}

.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  flex: 1;
  overflow: hidden
}

.ivu-steps-item:last-child {
  flex: none
}

.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>.ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span {
  color: #ccc
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  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>.ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span {
  color: #fff
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  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>.ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span {
  color: #2d8cf0
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail>i:after {
  width: 100%;
  background: #2d8cf0;
  transition: all .2s ease-in-out;
  opacity: 1
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  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-content,
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner>.ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
  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;
  transition: background-color .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 {
  display: block
}

.ivu-steps-vertical .ivu-steps-item {
  display: block;
  overflow: visible
}

.ivu-steps-vertical .ivu-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px
}

.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
}

.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 * {
  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, .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;
  box-shadow: 0 4px 12px rgba(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 {}

.ivu-modal-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1
}

.ivu-modal-header-inner,
.ivu-modal-header p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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;
  transition: color .2s ease;
  position: relative;
  top: 1px
}

.ivu-modal-close .ivu-icon-ios-close:hover {
  color: #444
}

.ivu-modal-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.5
}

.ivu-modal-footer {
  border-top: 1px solid #e8eaec;
  padding: 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 {
    flex: 1
  }
}

.ivu-modal-confirm {
  padding: 6px 16px 8px
}

.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: 500
}

.ivu-modal-confirm-body {
  padding-left: 40px;
  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%;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal
}

.ivu-select-selection {
  display: block;
  box-sizing: border-box;
  outline: 0;

  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  transition: all .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;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all .2s ease-in-out
}

.ivu-select-visible .ivu-select-selection {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2)
}

.ivu-select-visible .ivu-select-arrow {
  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;
  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: 14px;
  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: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 22px
}

.ivu-select-default.ivu-select-multiple .ivu-select-selection {
  min-height: 32px
}

.ivu-select-large.ivu-select-single .ivu-select-selection {
  height: 40px
}

.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: 38px;
  line-height: 38px;
  font-size: 16px
}

.ivu-select-large.ivu-select-multiple .ivu-select-selection {
  min-height: 40px
}

.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: 38px;
  line-height: 38px;
  font-size: 16px
}

.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: 14px;
  outline: 0;
  border: none;
  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,
.ivu-select-large.ivu-select-multiple .ivu-select-input {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  top: 3px
}

.ivu-select-small .ivu-select-input,
.ivu-select-small.ivu-select-multiple .ivu-select-input {
  height: 18px;
  line-height: 18px;
  top: 2px
}

.ivu-select-multiple .ivu-select-input {
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 4px;
  top: 2px
}

.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-multiple-tag-hidden {
  margin-right: 0 !important
}

.ivu-select-large.ivu-select-multiple .ivu-tag {
  height: 32px;
  line-height: 30px;
  font-size: 16px
}

.ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 9px
}

.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: flex;
  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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-select-item-focus,
.ivu-select-item:hover {
  background: #f3f3f3
}

.ivu-select-item-disabled,
.ivu-select-item-disabled:hover {
  color: #c5c8ce;
  cursor: not-allowed
}

.ivu-select-item-disabled:hover {
  background-color: #fff
}

.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-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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, .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, .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: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -.125em;
  text-align: center;
  font-size: 24px;
  content: "\F171";
  color: rgba(45, 140, 240, .9);
  position: absolute;
  top: 2px;
  right: 8px
}

.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled,
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:after {
  color: #c5c8ce
}

.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:hover {
  background-color: #fff
}

.ivu-select-group {
  list-style: none;
  margin: 0;
  padding: 0
}

.ivu-select-group-title {
  padding-left: 8px;
  font-size: 14px;
  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;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, .2)
}

.ivu-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(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 {}

.ivu-split-trigger {
  border: 1px solid #dcdee2
}

.ivu-split-trigger-con {
  position: absolute;
  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;
  transform: translateY(-50%)
}

.ivu-split-trigger-bar-con.horizontal {
  left: 50%;
  top: 1px;
  width: 32px;
  transform: translate(-50%)
}

.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, .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, .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 {}

.ivu-tooltip,
.ivu-tooltip-rel {
  display: inline-block
}

.ivu-tooltip-rel {
  position: relative;
  width: inherit
}

.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060
}

.ivu-tooltip-popper[x-placement^=top] {
  padding: 5px 0 8px
}

.ivu-tooltip-popper[x-placement^=right] {
  padding: 0 5px 0 8px
}

.ivu-tooltip-popper[x-placement^=bottom] {
  padding: 8px 0 5px
}

.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, .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, .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, .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, .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: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060
}

.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] {
  padding: 7px 0 10px
}

.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
}

.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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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, .9);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  white-space: nowrap
}

.ivu-tooltip-inner-with-width {
  white-space: pre-wrap;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all
}

.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;
  content: "";
  border: 7px solid transparent
}

.ivu-poptip,
.ivu-poptip-rel {
  display: inline-block
}

.ivu-poptip-rel {
  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;
  font-weight: 500
}

.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;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  white-space: nowrap
}

.ivu-poptip-popper {
  min-width: 150px;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060
}

.ivu-poptip-popper[x-placement^=top] {
  padding: 7px 0 10px
}

.ivu-poptip-popper[x-placement^=right] {
  padding: 0 7px 0 10px
}

.ivu-poptip-popper[x-placement^=bottom] {
  padding: 10px 0 7px
}

.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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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: hsla(0, 0%, 85.1%, .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: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .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:focus,
.ivu-input:hover {
  border-color: #57a3f3
}

.ivu-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: 16px;
  padding: 6px 7px;
  height: 40px
}

.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,
.ivu-input-icon-clear,
.ivu-input-icon-validate {
  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: 40px;
  line-height: 40px
}

.ivu-input-wrapper-small .ivu-input-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px
}

.ivu-input-prefix,
.ivu-input-suffix {
  width: 36px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.ivu-input-prefix i,
.ivu-input-suffix i {
  font-size: 20px;
  line-height: 46px;
  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: 40px
}

.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;
  transition: all .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;
  transition: color .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-word-count {
  text-align: center;
  position: absolute;
  right: 7px;
  top: 2px;
  bottom: 2px;
  padding-left: 7px;
  background: #fff;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #808695;
  font-size: 12px
}

.ivu-input-type-textarea .ivu-input-word-count {
  align-items: flex-end;
  top: auto
}

.ivu-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 14px
}

.ivu-form-inline .ivu-input-group {
  top: 1px
}

.ivu-input-group-large {
  font-size: 16px
}

.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 {
  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: 16px;
  padding: 6px 7px;
  height: 40px
}

.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;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, .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: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .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;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: 16px;
  padding: 6px 7px;
  height: 40px
}

.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: -5px;
  transform: translateX(-50%)
}

.ivu-slider-button-wrap .ivu-tooltip {
  display: block;
}

.ivu-slider-button {
  width: 12px;
  height: 12px;
  border: 2px solid #57a3f3;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s linear;
  outline: 0
}

.ivu-slider-button-dragging,
.ivu-slider-button:focus,
.ivu-slider-button:hover {
  border-color: #2d8cf0;
  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: #fff;
  transform: translateX(-50%)
}

.ivu-slider-marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%
}

.ivu-slider-marks-item {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: #808695;
  margin-top: 15px
}

.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,
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button:hover {
  border-color: #ccc
}

.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button-dragging:hover,
.ivu-slider-disabled .ivu-slider-button: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;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  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:first-of-type {
  display: none;
  cursor: pointer
}

.ivu-cascader:hover .ivu-cascader-arrow:first-of-type {
  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;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all .2s ease-in-out
}

.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
  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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-cascader .ivu-cascader-menu-item-focus,
.ivu-cascader .ivu-cascader-menu-item:hover {
  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-menu-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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;
  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;
  transition: all .2s ease-in-out
}

.ivu-cascader-menu .ivu-cascader-menu-item i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-cascader-transfer .ivu-cascader-menu-item-focus,
.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
  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-menu-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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;
  transition: all .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: 14px;
  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-color: #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;
  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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-transfer-list-content-item-focus,
.ivu-transfer-list-content-item:hover {
  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-list-content-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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: 14px;
  background-color: #fff;
  box-sizing: border-box
}

.ivu-table-wrapper {
  position: relative;
  overflow: hidden
}

.ivu-table-wrapper-with-border {
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0
}

.ivu-table-summary {
  border-top: 1px solid #e8eaec
}

.ivu-table-summary tr td {
  background-color: #f8f8f9
}

.ivu-table-with-summary .ivu-table-tbody tr:last-child td {
  border-bottom: none
}

.ivu-table-resize-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  border-right: 1px dashed #e8eaec
}

.ivu-table-hide {
  opacity: 0
}

.ivu-table:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 4
}

.ivu-table-border:after,
.ivu-table:before {
  content: "";
  position: absolute;
  background-color: #dcdee2
}

.ivu-table-border:after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  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-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0
}

.ivu-table-header-resizable {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1
}

.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;
  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;
  transition: background-color .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;
  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: flex;
  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;
  transition: transform .2s ease-in-out
}

.ivu-table-cell-expand i {
  font-size: 14px
}

.ivu-table-cell-expand-expanded {
  transform: rotate(90deg)
}

.ivu-table-cell-sort {
  cursor: pointer;
}

.ivu-table-cell-with-selection .ivu-checkbox-wrapper {
  margin-right: 0
}

.ivu-table-cell-tree {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  line-height: 12px;
  cursor: pointer;
  vertical-align: middle;
  transition: color .2s ease-in-out, border-color .2s ease-in-out
}

.ivu-table-cell-tree-empty {
  cursor: default;
  color: transparent;
  background-color: transparent;
  border-color: transparent
}

.ivu-table-cell-tree:hover {
  color: #2d8cf0;
  border-color: #2d8cf0
}

.ivu-table-cell-tree-empty:hover {
  color: transparent;
  border-color: transparent
}

.ivu-table-cell-tree-loading {
  cursor: default;
  background-color: transparent;
  border-color: transparent
}

.ivu-table-cell-tree-loading:hover {
  border-color: transparent
}

.ivu-table-cell-tree-level {
  display: inline-block;
  height: 16px
}

.ivu-table-cell-slot-inline {
  display: inline
}

.ivu-table-cell-slot-inline-block {
  display: inline-block
}

.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,
tr.ivu-table-row-hover td {
  background-color: #ebf7ff
}

.ivu-table-large {
  font-size: 16px
}

.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 {
  font-size: 12px
}

.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;
  box-shadow: 2px 0 6px -2px rgba(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;
  box-shadow: -2px 0 6px -2px rgba(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-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0
}

.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;
  box-shadow: 1px 0 6px rgba(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;
  transition: color .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;
  transition: color .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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-table-filter-list .ivu-table-filter-select-item-focus,
.ivu-table-filter-list .ivu-table-filter-select-item:hover {
  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-filter-select-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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-context-menu {
  position: absolute
}

.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-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: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-dropdown-item-focus,
.ivu-dropdown-item:hover {
  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-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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 {
  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;
  box-sizing: border-box;
  background-color: #2d8cf0;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  transition: transform .3s ease-in-out;
  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;
  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-next,
.ivu-tabs-nav-prev {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 32px;
  cursor: pointer
}

.ivu-tabs-nav-next i,
.ivu-tabs-nav-prev i {
  font-size: 16px
}

.ivu-tabs-nav-prev {
  left: 0
}

.ivu-tabs-nav-next {
  right: 0
}

.ivu-tabs-nav-scrollable {
  padding: 0 32px
}

.ivu-tabs-nav-scroll-disabled {
  display: none
}

.ivu-tabs-nav {
  padding-left: 0;
  margin: 0;
  float: left;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  transition: transform .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;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: color .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: flex;
  flex-direction: row;
  will-change: transform;
  transition: transform .3s ease-in-out
}

.ivu-tabs .ivu-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity .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 4px 0 0;
  height: 31px;
  padding: 5px 16px 4px;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  transition: all .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;
  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;
  transform-origin: 100% 50%;
  transition: all .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;
  transform: translateZ(0);
  margin-right: -6px
}

.ivu-tabs-context-menu {
  position: absolute
}

.ivu-tabs-no-animation>.ivu-tabs-content {
  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;
  transition: all .2s ease-in-out
}

a.ivu-menu-item,
a.ivu-menu-item:active,
a.ivu-menu-item:hover {
  color: inherit
}

.ivu-menu-item>i {
  margin-right: 6px
}

.ivu-menu-submenu-title>i,
.ivu-menu-submenu-title span>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;
  transition: all .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: hsla(0, 0%, 100%, .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,
.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;
  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;
  transition: all .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;
  transform: translateY(-50%)
}

.ivu-menu-submenu-title-icon {
  transition: transform .2s ease-in-out
}

.ivu-menu-horizontal .ivu-menu-opened>*>.ivu-menu-submenu-title-icon {
  transform: rotate(180deg)
}

.ivu-menu-vertical .ivu-menu-opened>*>.ivu-menu-submenu-title-icon {
  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: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .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;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus,
.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-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-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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,
.ivu-date-picker-cells span em {
  display: inline-block;
  width: 24px;
  height: 24px
}

.ivu-date-picker-cells span em {
  line-height: 24px;
  margin: 2px;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  transition: all .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 {
  box-shadow: inset 0 0 0 1px #2d8cf0
}

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:hover em,
span.ivu-date-picker-cells-cell-disabled em,
span.ivu-date-picker-cells-cell-week-label:hover em,
span.ivu-date-picker-cells-cell-week-label 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:hover em,
.ivu-date-picker-cells-cell-selected 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;
  transition: color .2s ease-in-out
}

.ivu-date-picker-header-label:hover {
  color: #2d8cf0
}

.ivu-date-picker-btn-pulse {
  background-color: #d5e8fc !important;
  border-radius: 4px;
  transition: background-color .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,
.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;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2)
}

.ivu-picker-panel-icon-btn {
  display: inline-block;
  width: 20px;
  height: 24px;
  line-height: 26px;
  margin-top: 2px;
  text-align: center;
  cursor: pointer;
  color: #c5c8ce;
  transition: color .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 16px;
  transition: all .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;

  float: left;
  padding: 2px 0;
  transition: all .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;
  list-style: none
}

.ivu-time-picker-cells-list ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 16px;
  box-sizing: content-box;
  text-align: left;

  cursor: pointer;
  list-style: none;
  transition: background .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,
.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,
.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,
.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
}

.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: 14px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  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
}

.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: 14px
}

.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: 14px;
  color: #ed4014
}

.ivu-form-hide-required-mark .ivu-form-item-required .ivu-form-item-label:before {
  display: none
}

.ivu-carousel {
  position: relative;
  display: block;
  box-sizing: border-box;

  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.ivu-carousel-list,
.ivu-carousel-track {
  transform: translateZ(0)
}

.ivu-carousel-list {
  margin: 0;
  padding: 0
}

.ivu-carousel-list,
.ivu-carousel-track {
  position: relative;
  display: block;
  overflow: hidden
}

.ivu-carousel-track {
  top: 100%;
  left: 0;
  z-index: 1
}

.ivu-carousel-track.higher {
  z-index: 2;
  top: 0
}

.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;
  transform: translateY(-50%);
  transition: .2s;
  background-color: rgba(31, 45, 61, .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, .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: .3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: 0;
  font-size: 0;
  color: transparent;
  transition: all .5s
}

.ivu-carousel-dots li button.radius {
  width: 6px;
  height: 6px;
  border-radius: 50%
}

.ivu-carousel-dots li:hover>button {
  opacity: .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 {
  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 {

  transition: all .3s ease;
  color: #e9e9e9;
  cursor: pointer
}

.ivu-rate-star-chart {
  display: inline-block;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  font-family: Ionicons;
  transition: all .3s ease
}

.ivu-rate-star-chart:hover {
  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;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  font-family: Ionicons;
  transition: all .3s ease
}

.ivu-rate-star:hover {
  transform: scale(1.1)
}

.ivu-rate-star-content:before,
.ivu-rate-star:before {
  color: #e9e9e9;
  cursor: pointer;
  content: "\F2BF";
  transition: all .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: 14px
}

.ivu-upload input[type=file] {
  display: none
}

.ivu-upload-list {
  margin-top: 8px
}

.ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  transition: background-color .2s ease-in-out;
  overflow: hidden;
  position: relative
}

.ivu-upload-list-file>span {
  cursor: pointer;
  transition: color .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;
  transition: all .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;
  transition: border-color .2s ease
}

.ivu-upload-drag:hover {
  border: 1px dashed #2d8cf0
}

.ivu-upload-dragOver {
  border: 2px dashed #2d8cf0
}

.ivu-tree {
  position: relative
}

.ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px
}

.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;
  transition: all .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 {
  transition: all .2s ease-in-out;
  font-size: 14px;
  vertical-align: middle
}

.ivu-tree-arrow-open i {
  transform: rotate(90deg)
}

.ivu-tree .ivu-checkbox-wrapper {
  margin-right: 4px;
  margin-left: 4px
}

.ivu-tree-context-menu {
  position: absolute
}

.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: 50%
}

.ivu-avatar-image {
  background: 0 0
}

.ivu-avatar .ivu-icon {
  position: relative;
  top: -1px
}

.ivu-avatar.ivu-avatar-icon {
  font-size: 18px
}

.ivu-avatar-large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%
}

.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: 50%
}

.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 {
  box-shadow: none
}

.ivu-color-picker-focused {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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%;
  box-shadow: inset 0 0 0 1px rgba(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;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  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;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out
}

.ivu-color-picker-picker-colors:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15)
}

.ivu-color-picker-picker-colors-wrapper-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
  border-radius: 50%;
  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;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out
}

.ivu-color-picker-saturation-wrapper:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.ivu-color-picker-saturation--black {
  background: linear-gradient(0deg, #000, transparent)
}

.ivu-color-picker-saturation-pointer {
  cursor: pointer;
  position: absolute
}

.ivu-color-picker-saturation-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
  border-radius: 50%;
  transform: translate(-2px, -2px)
}

.ivu-color-picker-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out
}

.ivu-color-picker-hue:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  background: #fff;
  transform: translateX(-2px)
}

.ivu-color-picker-alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out
}

.ivu-color-picker-alpha:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .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;
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  background: #fff;
  margin-top: 1px;
  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;
  right: 110px
}

.ivu-auto-complete .ivu-icon-ios-close,
.ivu-auto-complete .ivu-select-not-found {
  display: none
}

.ivu-auto-complete:hover .ivu-icon-ios-close {
  display: inline-block
}

.ivu-auto-complete.ivu-select-dropdown {
  max-height: none
}

.ivu-auto-complete:focus,
.ivu-auto-complete div {
  outline: 0
}

.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;
  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: .9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -.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;
  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,
.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%;
  transition: top .2s ease-in-out;
  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;
  transition: all .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;
  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;
  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, .91)
}

.ivu-cell {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out
}

.ivu-cell-focus,
.ivu-cell:hover {
  background: #f3f3f3
}

.ivu-cell-disabled,
.ivu-cell-disabled:hover {
  color: #c5c8ce;
  cursor: not-allowed
}

.ivu-cell-disabled:hover {
  background-color: #fff
}

.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-enter {
  color: #2d8cf0;
  font-weight: 700;
  float: right
}

.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 {}

.ivu-drawer-wrap * {
  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, .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;
  box-shadow: 0 4px 12px rgba(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-inner,
.ivu-drawer-header p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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;
  transition: color .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: 14px;
  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;
  transform: translate(-50%, -50%);
  border-radius: 4px/6px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
  cursor: col-resize
}

.ivu-drawer-drag-move-trigger-point {
  display: inline-block;
  width: 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;
  transition: color .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
}

.ivu-list {
  position: relative
}

.ivu-list-items {
  margin: 0;
  padding: 0;
  list-style: none
}

.ivu-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0
}

.ivu-list-item-content {
  color: #515a6e
}

.ivu-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0
}

.ivu-list-item-meta-avatar {
  margin-right: 16px
}

.ivu-list-item-meta-content {
  flex: 1 0
}

.ivu-list-item-meta-title {
  font-weight: 500;
  margin-bottom: 4px;
  color: #515a6e;
  font-size: 14px;
  line-height: 22px
}

.ivu-list-item-meta-title>a {
  color: #515a6e;
  transition: all .2s
}

.ivu-list-item-meta-title>a:hover {
  color: #2d8cf0
}

.ivu-list-item-meta-description {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 22px
}

.ivu-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none
}

.ivu-list-item-action>li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer
}

.ivu-list-item-action>li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8eaec
}

.ivu-list-item-action>li:first-child {
  padding-left: 0
}

.ivu-list-item-action>li:last-child:after {
  display: none
}

.ivu-list-footer,
.ivu-list-header {
  background: 0 0
}

.ivu-list-footer,
.ivu-list-header {
  padding-top: 12px;
  padding-bottom: 12px
}

.ivu-list-split .ivu-list-item {
  border-bottom: 1px solid #e8eaec
}

.ivu-list-split .ivu-list-item:last-child {
  border-bottom: none
}

.ivu-list-split .ivu-list-header {
  border-bottom: 1px solid #e8eaec
}

.ivu-list-split .ivu-list-footer {
  border-top: 1px solid #e8eaec
}

.ivu-list-large .ivu-list-item {
  padding-top: 16px;
  padding-bottom: 16px
}

.ivu-list-small .ivu-list-item {
  padding-top: 8px;
  padding-bottom: 8px
}

.ivu-list-vertical .ivu-list-item {
  align-items: normal
}

.ivu-list-vertical .ivu-list-item-main {
  display: block;
  flex: 1
}

.ivu-list-vertical .ivu-list-item-extra {
  margin-left: 40px
}

.ivu-list-vertical .ivu-list-item-meta {
  margin-bottom: 16px
}

.ivu-list-vertical .ivu-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  line-height: 24px
}

.ivu-list-vertical .ivu-list-item-action {
  margin-top: 16px;
  margin-left: auto
}

.ivu-list-vertical .ivu-list-item-action>li {
  padding: 0 16px
}

.ivu-list-vertical .ivu-list-item-action>li:first-child {
  padding-left: 0
}

.ivu-list-item-no-flex {
  display: block
}

.ivu-list:not(.ivu-list-vertical) .ivu-list-item-no-flex .ivu-list-item-action {
  float: right
}

.ivu-list-bordered {
  border: 1px solid #dcdee2;
  border-radius: 6px
}

.ivu-list-bordered .ivu-list-footer,
.ivu-list-bordered .ivu-list-header,
.ivu-list-bordered .ivu-list-item {
  padding-right: 24px;
  padding-left: 24px
}

.ivu-list-bordered .ivu-list-item {
  border-bottom: 1px solid #e8eaec
}

.ivu-list-bordered .ivu-list-pagination {
  margin: 16px 24px
}

.ivu-list-bordered.ivu-list-small .ivu-list-item {
  padding-right: 16px;
  padding-left: 16px
}

.ivu-list-bordered.ivu-list-small .ivu-list-footer,
.ivu-list-bordered.ivu-list-small .ivu-list-header {
  padding: 8px 16px
}

.ivu-list-bordered.ivu-list-large .ivu-list-footer,
.ivu-list-bordered.ivu-list-large .ivu-list-header {
  padding: 16px 24px
}

@media screen and (max-width:768px) {

  .ivu-list-item-action,
  .ivu-list-vertical .ivu-list-item-extra {
    margin-left: 24px
  }
}

@media screen and (max-width:576px) {
  .ivu-list-item {
    flex-wrap: wrap
  }

  .ivu-list-item-action {
    margin-left: 12px
  }

  .ivu-list-vertical .ivu-list-item {
    flex-wrap: wrap-reverse
  }

  .ivu-list-vertical .ivu-list-item-main {
    min-width: 220px
  }

  .ivu-list-vertical .ivu-list-item-extra {
    margin: auto auto 16px
  }
}

#login[data-v-76490be2] {
  width: 100%;
  height: 100vh;
  background: #f2f5fc
}

#login .wrap[data-v-76490be2] {
  width: 1920px;
  min-width: 1920px;
  height: 950px;
  min-height: 950px;
  opacity: 1;
  background-image: url(../img/login-bg.e3b491f.png);
  background-size: 100% 103%;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative
}

.errorText {
  position: absolute;
  top: 36px;
  left: 5px;
  color: red;
}

#login .wrap .logo[data-v-76490be2] {
  position: absolute;
  width: 233.1px;
  height: 80px;
  opacity: 1;
  top: 33px;
  left: 126px
}

#login .wrap .text[data-v-76490be2] {
  position: absolute;
  top: 185px;
  left: 360px;
  width: 766px;
  height: 96px
}

#login .wrap .show[data-v-76490be2] {
  position: absolute;
  top: 315px;
  left: 360px;
  width: 201px;
  height: 196px
}

#login .wrap .form-content[data-v-76490be2] {
  position: absolute;
  top: 193px;
  right: 240px;
  left: 1204px;
  width: 476px;
  height: 632px;
  border-radius: 20px;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px 0 #b8c9f6;
  box-shadow: 0 0 10px 0 #b8c9f6;
  background: #fff;
  padding: 46px
}

#login .wrap .title[data-v-76490be2] {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #3d3d3d
}

#login .wrap .select-btn[data-v-76490be2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  cursor: pointer
}

#login .wrap .Account[data-v-76490be2] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%;
  margin-right: 25px
}

#login .wrap .Account-active[data-v-76490be2] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

#login .wrap .phone-number[data-v-76490be2] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%
}

#login .wrap .phone-number-active[data-v-76490be2] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

.login-btn[data-v-76490be2] {
  width: 384px;
  height: 46px;
  border-radius: 2px;
  opacity: 1;
  background: #104dff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 60px
}

.forget-password[data-v-76490be2] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  cursor: pointer;
  text-decoration: none
}

.forget-password[data-v-76490be2]:hover {
  color: #104dff
}

.checkboxd[data-v-76490be2] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

.goEnroll[data-v-76490be2] {
  width: 120px;
  position: absolute;
  left: 182px;
  right: 182px;
  bottom: 39px
}

.Captcha-btn[data-v-76490be2] {
  background: #104dff;
  color: #fff
}

.Captcha-btn-disabled[data-v-76490be2],
.Captcha-btn[data-v-76490be2] {
  width: 122px;
  height: 46px;
  border-radius: 2px;
  opacity: 1;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0
}

.Captcha-btn-disabled[data-v-76490be2] {
  background: #f0f0f0;
  color: #a8abb2;
  margin-left: 20px
}

#enroll-web[data-v-76e4c606] {
  width: 100%;
  height: 100vh;
  background: #f2f5fc
}

#enroll-web .wrap[data-v-76e4c606] {
  width: 1920px;
  min-width: 1920px;
  height: 950px;
  min-height: 950px;
  opacity: 1;
  background-image: url(../img/login-bg.e3b491f.png);
  background-size: 100% 103%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto
}

#enroll-web .logo[data-v-76e4c606] {
  position: absolute;
  width: 233.1px;
  height: 80px;
  opacity: 1;
  top: 33px;
  left: 126px
}

#enroll-web .text[data-v-76e4c606] {
  position: absolute;
  top: 185px;
  left: 360px;
  width: 766px;
  height: 96px
}

#enroll-web .show[data-v-76e4c606] {
  position: absolute;
  top: 315px;
  left: 360px;
  width: 201px;
  height: 196px
}

#enroll-web .form-content[data-v-76e4c606] {
  position: absolute;
  top: 193px;
  right: 240px;
  left: 1204px;
  width: 476px;
  height: 632px;
  border-radius: 20px;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px 0 #b8c9f6;
  box-shadow: 0 0 10px 0 #b8c9f6;
  background: #fff;
  padding: 46px
}

#enroll-web .title[data-v-76e4c606] {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle
}

#enroll-web .enrollType[data-v-76e4c606] {
  width: 130px;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23%
}

#enroll-web .select-btn[data-v-76e4c606] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 40px;
  margin-top: 20px
}

#enroll-web .Account[data-v-76e4c606] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%
}

#enroll-web .Account-active[data-v-76e4c606] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

#enroll-web .phone-number[data-v-76e4c606] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%
}

#enroll-web .phone-number-active[data-v-76e4c606] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

.login-btn[data-v-76e4c606] {
  width: 384px;
  height: 46px;
  border-radius: 2px;
  opacity: 1;
  background: #104dff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px
}

.checkboxd[data-v-76e4c606],
.forget-password[data-v-76e4c606] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

.goEnroll[data-v-76e4c606] {
  width: 120px;
  position: absolute;
  left: 182px;
  right: 182px;
  bottom: 39px
}

.Captcha-btn[data-v-76e4c606] {
  font-size: 16px;
  color: #104dff
}

.Captcha-btn-disabled[data-v-76e4c606],
.Captcha-btn[data-v-76e4c606] {
  width: 80px;
  height: 23px;
  opacity: 1;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 11px;
  cursor: pointer
}

.Captcha-btn-disabled[data-v-76e4c606] {
  font-size: 14px;
  color: #a8abb2
}

#HomePage[data-v-9dd2b510] {
  min-width: 1160px;
  position: relative;
  margin: 0 auto
}

.container-wrap[data-v-9dd2b510] {
  background: #f1f5fe;
  height: 640px
}

#swiper[data-v-9dd2b510] {
  width: 100%;
  min-width: 1160px;
  height: 450px
}

#swiper .banner-swiper[data-v-9dd2b510] {
  position: relative;
  width: 1160px;
  height: 100%
}

#swiper .banner-swiper .prev[data-v-9dd2b510] {
  position: absolute;
  left: 0;
  top: 185px;
  width: 80px;
  height: 80px;
  opacity: 1;
  z-index: 1
}

#swiper .banner-swiper .next[data-v-9dd2b510] {
  position: absolute;
  right: 0;
  top: 185px;
  width: 80px;
  height: 80px;
  opacity: 1;
  z-index: 1
}

#swiper .banner-swiper .swiper-slide img[data-v-9dd2b510] {
  width: 80%;
  height: 100%;
  margin: 0 auto
}

#swiper .banner-swiper .swiper-slide[data-v-9dd2b510] {
  width: 100%;
  position: relative
}

#bigData[data-v-9dd2b510] {
  width: 1160px;
  margin: 0 auto;
  height: 640px;
  background: url(../img/contentBG.da4d6af.png) 100% 100% no-repeat;
  position: relative
}

#bigData .conenter[data-v-9dd2b510],
#bigData[data-v-9dd2b510] {
  min-width: 1160px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#bigData .conenter[data-v-9dd2b510] {
  width: 100%;
  height: 560px;
  background: url(../img/contentTop-z.d35c7d7.png) 100% 100% no-repeat
}

#bigData .conenter .info[data-v-9dd2b510] {
  position: absolute;
  left: 50px;
  top: 180px;
  width: 470px;
  height: 328px;
  opacity: 1
}

#bigData .conenter .info .titles[data-v-9dd2b510] {
  font-size: 42px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #3d3d3d
}

#bigData .conenter .info .btn_sy[data-v-9dd2b510]:hover {
  -webkit-box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3);
  box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3)
}

#bigData .conenter .info .btn_sy[data-v-9dd2b510] {
  width: 152px;
  height: 48px;
  border-radius: 4px;
  opacity: 1;
  background: #104dff;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  text-decoration: none;
  display: inline-block
}

#bigData .conenter .route .moveM[data-v-9dd2b510] {
  margin: 58px 0 240px 500px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 213.33px;
  height: 284.44px;
  opacity: 1;
  background: url(../img/route.d2134fd.png)
}

#bigData .conenter .route .title[data-v-9dd2b510] {
  margin: 90px 0 240px 550px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 25px;
  border-radius: 150px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAAZCAYAAAAPMmGdAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGpSURBVGiB7do9buJQFIbh99xrRFw4DVSWEGQJbIotpHXLFtgUSwCE5AoaXBiEL2eKAZS/SSaMJ46j81TW9bX0Safw3ye8Z6KdUUpPIQ2BBE/sIHr3GlO7E1QESu8pBPJlzpaZHP+0X95czTQaeIYSeADu/ldYc7O9ehbrwIpMqpcnXw21P9UkLhkL3H9NPnMrhV0ZM988SvF0/dlQ00z7kTBG6X5tPHMz4VAp8zyTzWXJXQ76U01soC2kdCNh3J9qcln6PdRMo7i0gbaW0o1LxmQawXmoA8/Q7qHtJnA/8AwBHBPtnJ9yTctJ4IGJdtwopYe9tvwUd6OUnlNIm05i6qOQuhBIPt5q2iIEEocnbjqIqZEndvYt92dxELkTvPp2aNrrBJUjUDYdxNQoUDrvKT7eadrCewonkDcdxNRHIHfLnC2wbzqMqcV+mbN1zOSonkXTacy/U8+CmRwdwDqwUtg1HcrcTmG3Dqzg+utNqjJmjnBoNJm5jXAoY+aXasv1J/nmUYpKbbCtc24+PK20WEepxf6qo3RlbcLv7nNtwmes9/stfLb3+wvYaZ8sGinDrgAAAABJRU5ErkJggg==)
}

#bigData .conenter .route .title img[data-v-9dd2b510] {
  position: absolute;
  left: 14%;
  top: 10%;
  width: 83px;
  height: 20px;
  opacity: 1
}

#bigData .conenter .task .moveM[data-v-9dd2b510] {
  margin: 320px 432px 0 503px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 294.91px;
  height: 393.22px;
  opacity: 1;
  background: url(../img/task.bb94bee.png)
}

#bigData .conenter .task .title[data-v-9dd2b510] {
  margin: 410px 0 217px 597px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 117px;
  height: 25px;
  border-radius: 150px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAAZCAYAAAAPMmGdAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGpSURBVGiB7do9buJQFIbh99xrRFw4DVSWEGQJbIotpHXLFtgUSwCE5AoaXBiEL2eKAZS/SSaMJ46j81TW9bX0Safw3ye8Z6KdUUpPIQ2BBE/sIHr3GlO7E1QESu8pBPJlzpaZHP+0X95czTQaeIYSeADu/ldYc7O9ehbrwIpMqpcnXw21P9UkLhkL3H9NPnMrhV0ZM988SvF0/dlQ00z7kTBG6X5tPHMz4VAp8zyTzWXJXQ76U01soC2kdCNh3J9qcln6PdRMo7i0gbaW0o1LxmQawXmoA8/Q7qHtJnA/8AwBHBPtnJ9yTctJ4IGJdtwopYe9tvwUd6OUnlNIm05i6qOQuhBIPt5q2iIEEocnbjqIqZEndvYt92dxELkTvPp2aNrrBJUjUDYdxNQoUDrvKT7eadrCewonkDcdxNRHIHfLnC2wbzqMqcV+mbN1zOSonkXTacy/U8+CmRwdwDqwUtg1HcrcTmG3Dqzg+utNqjJmjnBoNJm5jXAoY+aXasv1J/nmUYpKbbCtc24+PK20WEepxf6qo3RlbcLv7nNtwmes9/stfLb3+wvYaZ8sGinDrgAAAABJRU5ErkJggg==)
}

#bigData .conenter .task .title img[data-v-9dd2b510] {
  position: absolute;
  left: 14%;
  top: 10%;
  width: 83px;
  height: 20px;
  opacity: 1
}

#bigData .conenter .situation .moveM[data-v-9dd2b510] {
  margin: 365px 36px 25px 936px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 213.33px;
  height: 284.44px;
  opacity: 1;
  background: url(../img/situation.7bb5a0a.png)
}

#bigData .conenter .situation .title[data-v-9dd2b510] {
  margin: 392px 90px 255px 970px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 117px;
  height: 25px;
  border-radius: 150px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAAZCAYAAAAPMmGdAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGpSURBVGiB7do9buJQFIbh99xrRFw4DVSWEGQJbIotpHXLFtgUSwCE5AoaXBiEL2eKAZS/SSaMJ46j81TW9bX0Safw3ye8Z6KdUUpPIQ2BBE/sIHr3GlO7E1QESu8pBPJlzpaZHP+0X95czTQaeIYSeADu/ldYc7O9ehbrwIpMqpcnXw21P9UkLhkL3H9NPnMrhV0ZM988SvF0/dlQ00z7kTBG6X5tPHMz4VAp8zyTzWXJXQ76U01soC2kdCNh3J9qcln6PdRMo7i0gbaW0o1LxmQawXmoA8/Q7qHtJnA/8AwBHBPtnJ9yTctJ4IGJdtwopYe9tvwUd6OUnlNIm05i6qOQuhBIPt5q2iIEEocnbjqIqZEndvYt92dxELkTvPp2aNrrBJUjUDYdxNQoUDrvKT7eadrCewonkDcdxNRHIHfLnC2wbzqMqcV+mbN1zOSonkXTacy/U8+CmRwdwDqwUtg1HcrcTmG3Dqzg+utNqjJmjnBoNJm5jXAoY+aXasv1J/nmUYpKbbCtc24+PK20WEepxf6qo3RlbcLv7nNtwmes9/stfLb3+wvYaZ8sGinDrgAAAABJRU5ErkJggg==)
}

#bigData .conenter .situation .title img[data-v-9dd2b510] {
  position: absolute;
  left: 14%;
  top: 10%;
  width: 83px;
  height: 20px;
  opacity: 1
}

#contactUs[data-v-9dd2b510] {
  color: #fff;
  height: 400px;
  background: url(../img/contact_us_bg.b6de6bc.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

#contactUs .contactUs-container[data-v-9dd2b510] {
  padding-top: 50px
}

#contactUs .contactUs-container button[data-v-9dd2b510] {
  width: 300px;
  height: 50px;
  margin-top: 40px
}

#contactUs .contactUs-container .contactUs-contactWay span[data-v-9dd2b510] {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 30px
}

#customer[data-v-9dd2b510] {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

#customer .customer-title[data-v-9dd2b510] {
  font-size: 30px;
  color: #666;
  margin: 0 0 30px
}

#customer .customer-block[data-v-9dd2b510] {
  background: #fff;
  padding: 30px
}

#customer .customer-logo img[data-v-9dd2b510] {
  width: 94px;
  height: 94px;
  border: 1px solid #ccc
}

#customer .customer-yh img[data-v-9dd2b510] {
  width: 34px;
  height: 34px
}

#customer .customer-content1[data-v-9dd2b510] {
  padding-bottom: 20px;
  border-bottom: 1px solid #0ce9f1
}

#customer .customer-content2[data-v-9dd2b510] {
  padding-top: 20px
}

#whyChooseUs[data-v-9dd2b510] {
  padding: 100px
}

#whyChooseUs .whyChooseUs-title[data-v-9dd2b510] {
  margin-bottom: 50px
}

#whyChooseUs .whyChooseUs-title p[data-v-9dd2b510]:first-of-type {
  font-size: 25px;
  font-weight: 500
}

#whyChooseUs .whyChooseUs-title p[data-v-9dd2b510]:nth-of-type(2) {
  font-size: 14px
}

#whyChooseUs .server-block[data-v-9dd2b510] {
  padding: 50px 20px;
  border: solid #ccc;
  border-width: 1px 1px 5px
}

#whyChooseUs .server-block img[data-v-9dd2b510] {
  width: 48px;
  height: 48px
}

#whyChooseUs .server-block>p[data-v-9dd2b510] {
  font-size: 20px;
  margin: 30px 0
}

#whyChooseUs .server-block>div[data-v-9dd2b510] {
  color: #ccc
}

.userName[data-v-9dd2b510] {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #104dff;
  position: absolute;
  width: 100px;
  top: 22px;
  right: 200px;
  left: 1590px;
  z-index: 11;
  cursor: pointer
}

#Product[data-v-13d4d3d2] {
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto
}

#Product ul[data-v-13d4d3d2] {
  margin: 0;
  padding: 0
}

#Product .wrap[data-v-13d4d3d2] {
  min-width: 1160px;
  width: 100%;
  justify-content: space-around
}

#Product .content-box-bot[data-v-13d4d3d2],
#Product .wrap[data-v-13d4d3d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify
}

#Product .content-box-bot[data-v-13d4d3d2] {
  width: 15%;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

#Product .content-box-bot ul[data-v-13d4d3d2] {
  width: 177px;
  height: 35px;
  border-radius: 6px;
  opacity: 1;
  text-align: center;
  margin: 5px 0
}

#Product .content-box-bot ul li .tab-head-img img[data-v-13d4d3d2]:nth-child(2) {
  display: none
}

#Product .content-box-bot ul[data-v-13d4d3d2]:hover {
  width: 177px;
  height: 35px;
  border-radius: 6px;
  opacity: 1;
  background: #104dff
}

#Product .content-box-bot ul:hover li .tab-head-img img[data-v-13d4d3d2]:nth-child(2) {
  display: inline-block
}

#Product .content-box-bot ul:hover li .tab-head-img img[data-v-13d4d3d2]:first-child {
  display: none
}

#Product .content-box-bot .active[data-v-13d4d3d2] {
  width: 177px;
  height: 35px;
  border-radius: 6px;
  opacity: 1;
  background: #104dff
}

#Product .content-box-bot ul[data-v-13d4d3d2] {
  color: #333;
  font-size: 16px;
  font-weight: 400
}

#Product .content-box-bot ul[data-v-13d4d3d2]:hover {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff !important;
}

#Product .content-box-bot ul li[data-v-13d4d3d2] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 35px
}

#Product .content-box-bot ul li img[data-v-13d4d3d2] {
  width: 20px;
  height: 20px;
  vertical-align: middle
}

#Product .content-box-bot ul li .activeText[data-v-13d4d3d2],
#Product .content-box-bot ul li .tex[data-v-13d4d3d2] {
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500
}

#Product .content-box-bot ul li .activeText[data-v-13d4d3d2] {
  text-align: center;
  color: #fff
}

#Product .tab-content[data-v-13d4d3d2] {
  width: 80%;
  background-image: url(../img/infoBg.af70e99.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 30px 30px
}

#Product .tab-content .list[data-v-13d4d3d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#Product .tab-content .list .tab-content-left[data-v-13d4d3d2] {
  text-align: left;
  width: 50%;
  height: 100%
}

@-webkit-keyframes fadeIn-data-v-13d4d3d2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeIn-data-v-13d4d3d2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

#Product .tab-content .list .tab-content-left .title[data-v-13d4d3d2] {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #3d3d3d;
  margin-bottom: 30px
}

#Product .tab-content .list .tab-content-right[data-v-13d4d3d2] {
  width: 55%
}

#Product .tab-content .list .tab-content-right img[data-v-13d4d3d2] {
  width: 480px;
  height: 270px
}

#Product .tab-content .list .imgs[data-v-13d4d3d2] {
  opacity: 0;
  -webkit-animation: fadeIn-data-v-13d4d3d2 1s ease-in forwards;
  animation: fadeIn-data-v-13d4d3d2 1s ease-in forwards
}

#Segmentation[data-v-5215bcbd] {
  width: 100%;
  min-width: 1160px
}

#Segmentation .content[data-v-5215bcbd] {
  margin: 30px 0
}

#Segmentation .content img[data-v-5215bcbd] {
  margin: 0 auto
}

#NewsInformation[data-v-03ef3f00] {
  min-width: 1160px;
  opacity: 1;
  background: linear-gradient(339deg, #fff -4%, #f4f8ff 72%, #ccdfff 133%)
}

#NewsInformation .list[data-v-03ef3f00] {
  margin: 0 auto;
  width: 1160px;
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#NewsInformation .list .item[data-v-03ef3f00] {
  margin: 8px
}

#NewsInformation .list .item img[data-v-03ef3f00] {
  width: 360px;
  height: 98px
}

#NewsInformation .dynamic-content[data-v-03ef3f00] {
  margin: 0 auto;
  width: 1160px;
  padding: 0 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#dynamic-lists .dynamic-lists-content[data-v-32aae33e] {
  width: 580px;
  height: 340px;
  border-radius: 12px;
  opacity: 1;
  background: linear-gradient(62deg, #fdfdfd -4%, #f4f8ff 58%, #ccdfff 108%);
  border: 4px solid #fff;
  padding: 36px
}

#dynamic-lists .dynamic-lists-content .item-header[data-v-32aae33e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px
}

#dynamic-lists .dynamic-lists-content .item-header .item-title[data-v-32aae33e] {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #161616
}

#dynamic-lists .dynamic-lists-content .item-header .more[data-v-32aae33e] {
  font-size: 16px;
  line-height: normal;
  color: #104dff;
  cursor: pointer
}

#dynamic-lists .dynamic-lists-content .item-list li[data-v-32aae33e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #161616;
  margin: 24px 0;
  width: 100%;
}

#dynamic-lists .dynamic-lists-content .item-list li[data-v-32aae33e]:hover {
  color: #104dff !important;
}

#dynamic-lists .dynamic-lists-content .item-list li a [data-v-32aae33e]:hover {
  color: #104dff !important;
}

#dynamic-lists .dynamic-lists-content .item-list li .item[data-v-32aae33e],
.time[data-v-32aae33e] {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0
}

#Enroll[data-v-0474298e] {
  width: 100%;
  background: #e0e6f4
}

#Enroll .content-wrap[data-v-0474298e] {
  width: 1160px;
  height: 320px;
  min-width: 1160px;
  margin: 0 auto;
  background: url(../img/call-bg.d067285.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative
}

#Enroll .content-wrap img[data-v-0474298e] {
  position: absolute;
  top: 54px;
  left: 16%
}

#Enroll .content-wrap .content[data-v-0474298e] {
  position: absolute;
  top: 158px;
  left: 19%;
  width: 703px;
  height: 57px;
  border-radius: 3px;
  opacity: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #104dff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#Enroll .content-wrap .content input[data-v-0474298e] {
  border: none;
  outline: none;
  font-size: 14px;
  color: #161616;
  text-indent: 2em
}

#Enroll .content-wrap .content .enroll-button[data-v-0474298e] {
  width: 133px;
  border-radius: 2px;
  opacity: 1;
  background: #104dff;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow
}

#Enroll .content-wrap .content .enroll-button[data-v-0474298e]:hover {
  -webkit-box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3);
  box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3)
}

#Service[data-v-7d29957f],
.wrap[data-v-7d29957f] {
  max-width: 1920px;
  min-width: 1160px;
  margin: 0 auto
}

#Service .certi-title[data-v-7d29957f] {
  width: 100%;
  min-width: 1160px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  margin: 30px auto
}

.call[data-v-7d29957f] {
  width: 100%;
  min-width: 1160px;
  height: 100px;
  background-image: url(../img/call_bg.9290201.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 127px auto
}

.call .form[data-v-7d29957f] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 1120px;
  max-width: 1120px;
}

.call .form .text[data-v-7d29957f] {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #3d3d3d
}

.call .content[data-v-7d29957f] {
  width: 703px;
  height: 57px;
  border-radius: 3px;
  opacity: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #104dff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.call .content input[data-v-7d29957f] {
  border: none;
  outline: none;
  font-size: 14px;
  color: #161616;
  text-indent: 2em
}

.call .content .enroll-button[data-v-7d29957f] {
  width: 133px;
  border-radius: 2px;
  opacity: 1;
  background: #104dff;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer
}

.call .content .enroll-button[data-v-7d29957f]:hover {
  -webkit-box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3);
  box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3)
}

#Service .culture[data-v-7d29957f] {
  width: 1160px;
  min-width: 1160px;
  height: 380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#Service .culture .allTitle {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #161616;
  margin: 50px auto 0;
  text-align: center
}

#Service .culture .objects {
  width: 420px;
  height: 380px;
  border-radius: 12px;
  opacity: 1;
  background-image: url(../img/culture-4.184020e.png);
  /* background-image: url(../img/culture-1.931c764.png);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 36px
}

.oneBackImg {
  background-image: url(../img/culture-1.931c764.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

#Service .culture .objects .firstTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 30px
}

#Service .culture .objects .objInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0;
  color: #fff
}

#Service .culture .obj-2[data-v-7d29957f] {
  background-image: url(../img/culture-2.8338f9a.png)
}

#Service .culture .obj-2[data-v-7d29957f],
#Service .culture .obj-3[data-v-7d29957f] {
  width: 230px;
  height: 380px;
  border-radius: 12px;
  opacity: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat
}

#Service .culture .obj-3[data-v-7d29957f] {
  background-image: url(../img/culture-3.011a2fd.png)
}

#Service .culture .obj-4[data-v-7d29957f] {
  width: 230px;
  height: 380px;
  border-radius: 12px;
  opacity: 1;
  background-image: url(../img/culture-4.184020e.png);
  background-size: 100% 100%;
  background-repeat: no-repeat
}

#Service .production[data-v-7d29957f] {
  margin: 0 auto;
  width: 1160px;
  min-width: 1160px;
  height: 441px;
  border-radius: 12px;
  opacity: 1;
  background: linear-gradient(1deg, #fafcff -12%, #f4f8ff 53%, #ccdfff 107%), #f1f5fb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dbecfe;
  padding: 60px
}

#Service .production .title[data-v-7d29957f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#Service .production .product-text[data-v-7d29957f] {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0;
  color: #161616;
  text-indent: 2em;
}

#Service .production .title .num[data-v-7d29957f] {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #104dff
}

#Service .production .title .info[data-v-7d29957f] {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #161616
}

#Service .banner[data-v-7d29957f] {
  width: 100%;
  min-width: 1160px;
  height: 520px;
  background-image: url(../img/aboutUs-bg.d331a2f.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto
}

#Service .banner .banner-tit[data-v-7d29957f] {
  width: 166px;
  height: 75px;
  position: absolute;
  top: 216px;
  left: 380px;
  bottom: 349px;
  right: 1384px
}

#Service .banner .text[data-v-7d29957f] {
  position: absolute;
  top: 311px;
  left: 380px;
  bottom: 239px;
  right: 912px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #3d3d3d
}

.container[data-v-7d29957f] {
  min-width: 1160px;
  margin: 0 auto
}

.Service-container[data-v-7d29957f] {
  padding: 30px 50px
}

.Service-item[data-v-7d29957f] {
  margin-bottom: 5px;
  min-width: 260px;
  max-width: 260px
}

.Service-item-wrapper[data-v-7d29957f] {
  cursor: pointer;
  background: #f4f4f4;
  overflow: hidden;
  position: relative
}

.Service-item-top[data-v-7d29957f] {
  width: 100%;
  height: 120px;
  padding: 30px;
  text-align: center
}

.Service-item-top>i[data-v-7d29957f] {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #104dff
}

.Service-item-top>p[data-v-7d29957f] {
  color: #b2b2b2;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.Service-item-img[data-v-7d29957f] {
  width: 100%;
  overflow: hidden
}

.Service-item-border[data-v-7d29957f],
.Service-item-img img[data-v-7d29957f] {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.Service-item-border[data-v-7d29957f] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  height: 100%;
  border: 1px solid #000;
  opacity: 0
}

.Service-item-wrapper:hover .Service-item-top>i[data-v-7d29957f] {
  opacity: 0
}

.Service-item-wrapper:hover .Service-item-top>p[data-v-7d29957f] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.Service-item-wrapper:hover .Service-item-img>img[data-v-7d29957f] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.Service-item-wrapper:hover>.Service-item-border[data-v-7d29957f] {
  opacity: 1;
  width: 90%;
  height: 90%
}

.time-line[data-v-7d29957f] {
  width: 830px;
  opacity: 1;
  border: 2px dashed #ecf5ff;
  margin: 0 auto
}

.banner[data-v-6059c824] {
  color: #fff;
  font-size: 30px;
  height: 150px;
  line-height: 150px;
  background-image: url(../img/banner_2.504cd23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50%
}

ul.nav-tabs[data-v-6059c824] {
  width: 200px;
  margin-top: 40px;
  border-radius: 4px;
  background: #fff;
  z-index: 99999;
  border: 1px solid #474747;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .067);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .067)
}

ul.nav-tabs li[data-v-6059c824] {
  text-align: center;
  margin: 0;
  border-top: 1px solid #474747
}

ul.nav-tabs p[data-v-6059c824] {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #474747;
  margin: 0;
  padding: 10px 0
}

ul.nav-tabs li[data-v-6059c824]:first-child {
  border-top: none
}

ul.nav-tabs li a[data-v-6059c824] {
  margin: 0;
  padding: 8px 16px;
  border-radius: 0
}

ul.nav-tabs li.active a[data-v-6059c824],
ul.nav-tabs li.active a[data-v-6059c824]:hover {
  color: #fff;
  background: #474747;
  border: 1px solid #474747
}

ul.nav-tabs li:first-child a[data-v-6059c824] {
  border-radius: 4px 4px 0 0
}

ul.nav-tabs li:last-child a[data-v-6059c824] {
  border-radius: 0 0 4px 4px
}

ul.nav-tabs.affix[data-v-6059c824] {
  top: 30px
}

.content-block[data-v-6059c824] {
  margin: 50px 0
}

.content-block>h2[data-v-6059c824] {
  padding: 20px 0;
  border-bottom: 1px solid #ccc
}

#News[data-v-3b9f89f1] {
  max-width: 1920px;
  min-width: 1160px;
  background: #f7fafd;
  margin: 0 auto
}

#News .banner[data-v-3b9f89f1] {
  width: 100%;
  min-width: 1160px;
  height: 520px;
  background-image: url(../img/aboutUs-bg.d331a2f.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto
}

#News .banner .banner-img[data-v-3b9f89f1] {
  width: 100%;
  height: 100%;
  opacity: 1
}

#News .banner .banner-text[data-v-3b9f89f1] {
  opacity: 1;
  position: absolute;
  top: 222px;
  left: 496px;
  bottom: 259px;
  right: 1140px
}

#News .banner .banner-logo[data-v-3b9f89f1] {
  opacity: 1;
  position: absolute;
  top: 209px;
  left: 715px;
  bottom: 344px;
  right: 1149px
}

#News .essay-list[data-v-3b9f89f1] {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0
}

#News .essay-list .title[data-v-3b9f89f1] {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#News .essay-list .title .text[data-v-3b9f89f1] {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

#News .essay-list .title img[data-v-3b9f89f1] {
  width: 28px;
  height: 28px;
  margin-right: 10px
}

#News .contener[data-v-3b9f89f1] {
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto
}

#News .contener .title[data-v-3b9f89f1] {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#News .contener .title .text[data-v-3b9f89f1] {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

#News .contener .title img[data-v-3b9f89f1] {
  width: 28px;
  height: 28px;
  margin-right: 10px
}

#News .contener .list[data-v-3b9f89f1] {
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#News .contener .list .item[data-v-3b9f89f1] {
  width: 375px;
  height: 360px;
  border-radius: 12px;
  opacity: 1;
  background: #f7fafd;
  margin: 20px 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow
}

#News .contener .list .item[data-v-3b9f89f1]:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

#News .contener .list .item .top img[data-v-3b9f89f1] {
  width: 375px;
  height: 222px;
  opacity: 1
}

#News .contener .list .item .bottom[data-v-3b9f89f1] {
  padding: 14px
}

#News .contener .list .item .bottom .item-title[data-v-3b9f89f1] {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  margin: 20px 0;
  color: #161616
}

#News .contener .list .item .bottom .time[data-v-3b9f89f1] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

#News .essay-list[data-v-3b9f89f1] {
  min-width: 1160px
}

#News .essay-list .list .item[data-v-3b9f89f1] {
  max-height: 310px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #3d3d3d;
  border-bottom: 1px solid #d8d8d8;
  margin: 40px 0;
  display: block;
  padding: 20px;
  border-radius: 20px;
}

#News .essay-list .list .item[data-v-3b9f89f1]:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

#News .essay-list .list .item .item-title[data-v-3b9f89f1] {
  font-weight: 700;
  color: #161616
}

#News .essay-list .list .item .contenter[data-v-3b9f89f1] {
  margin: 12px 0
}

#News .essay-list .list .item img[data-v-3b9f89f1] {
  width: 192px;
  border-radius: 4px;
  opacity: 1
}

#News .essay-list .list .item .time[data-v-3b9f89f1] {
  line-height: 24px;
  margin: 12px 0
}

#NewsDetail[data-v-2f048613] {
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto
}

#NewsDetail .contenter[data-v-2f048613] {
  padding: 60px 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

#NewsDetail .contenter .left[data-v-2f048613] {
  width: 838px;
  border-radius: 8px;
  opacity: 1;
  background: #fff;
  padding: 20px
}

#NewsDetail .contenter .left .title[data-v-2f048613] {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  margin: 10px 0 0
}

#NewsDetail .contenter .left .time[data-v-2f048613] {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #747575;
  margin: 20px 0
}

#News .contener .list .item[data-v-3b9f89f1] #NewsDetail .contenter .left .info[data-v-2f048613] {
  font-size: 16px;
  font-weight: 400;
  padding: 0 50px 0 0;
  line-height: 32px;
  letter-spacing: 0;
  color: #3d3d3d
}

#NewsDetail .contenter .left .info-img[data-v-2f048613] {
  width: 790px;
  height: 410px;
  border-radius: 8px;
  opacity: 1;
  margin: 20px 0
}

#NewsDetail .contenter .right[data-v-2f048613] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#NewsDetail .contenter .right .list[data-v-2f048613] {
  width: 288px;
  height: 415px;
  border-radius: 12px;
  opacity: 1;
  background: linear-gradient(38deg, #fdfdfd, #f4f8ff 59%, #ccdfff 106%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  padding: 20px;
  cursor: pointer
}

#NewsDetail .contenter .right .list ul li[data-v-2f048613]:hover {
  color: #104dff
}

#NewsDetail .contenter .right .list .idCode[data-v-2f048613] {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #a6b2d4;
  margin-right: 10px
}

#NewsDetail .contenter .right .list .name[data-v-2f048613] {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#NewsDetail .contenter .right .list .title img[data-v-2f048613] {
  width: 79px;
  height: 21px;
  opacity: 1
}

#NewsDetail .contenter .right .call-me[data-v-2f048613] {
  width: 288px;
  height: 170px;
  border-radius: 12px;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-top: 60px
}

#NewsDetail .contenter .left .navigations[data-v-2f048613] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #a8abb2;
  cursor: pointer
}

#NewsDetail .contenter .left .navigations .active[data-v-2f048613] {
  color: #104dff
}

#severAgreement[data-v-71584ca8] {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 14px;
  line-height: 2em;
  text-align: justify
}

h1[data-v-71584ca8],
li[data-v-71584ca8],
p[data-v-71584ca8] {
  padding: 0;
  bottom: 0
}

ol[data-v-71584ca8],
ul[data-v-71584ca8] {
  padding-left: 18px
}

h1[data-v-71584ca8] {
  font-size: 30px;
  padding: 20px 0;
  text-align: center
}

p[data-v-71584ca8] {
  text-indent: 2em
}

#privacyPolicy[data-v-9cc601b8] {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 14px;
  line-height: 2em;
  text-align: justify
}

h1[data-v-9cc601b8],
li[data-v-9cc601b8],
p[data-v-9cc601b8] {
  padding: 0;
  bottom: 0;
  list-style-type: none
}

ol[data-v-9cc601b8],
ul[data-v-9cc601b8] {
  padding-left: 18px
}

h1[data-v-9cc601b8] {
  font-size: 30px;
  padding: 20px 0;
  text-align: center
}

p[data-v-9cc601b8] {
  text-indent: 2em
}

#forgetPassword[data-v-a0a003f0] {
  width: 100%;
  height: 100vh;
  background: #f2f5fc
}

#forgetPassword .wrap[data-v-a0a003f0] {
  width: 1920px;
  min-width: 1920px;
  height: 950px;
  min-height: 950px;
  opacity: 1;
  background-image: url(../img/login-bg.e3b491f.png);
  background-size: 100% 103%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto
}

#forgetPassword .logo[data-v-a0a003f0] {
  position: absolute;
  width: 233.1px;
  height: 80px;
  opacity: 1;
  top: 33px;
  left: 126px
}

#forgetPassword .text[data-v-a0a003f0] {
  position: absolute;
  top: 185px;
  left: 360px;
  width: 766px;
  height: 96px
}

#forgetPassword .show[data-v-a0a003f0] {
  position: absolute;
  top: 315px;
  left: 360px;
  width: 201px;
  height: 196px
}

#forgetPassword .form-content[data-v-a0a003f0] {
  position: absolute;
  top: 193px;
  right: 240px;
  left: 1204px;
  width: 476px;
  height: 632px;
  border-radius: 20px;
  opacity: 1;
  -webkit-box-shadow: 0 0 10px 0 #b8c9f6;
  box-shadow: 0 0 10px 0 #b8c9f6;
  background: #fff;
  padding: 46px
}

#forgetPassword .title[data-v-a0a003f0] {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle
}

#forgetPassword .enrollType[data-v-a0a003f0] {
  width: 130px;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23%
}

#forgetPassword .select-btn[data-v-a0a003f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 40px;
  margin-top: 20px
}

#forgetPassword .Account[data-v-a0a003f0] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%
}

#forgetPassword .Account-active[data-v-a0a003f0] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

#forgetPassword .phone-number[data-v-a0a003f0] {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  height: 60%
}

#forgetPassword .phone-number-active[data-v-a0a003f0] {
  color: #104dff;
  border-bottom: 1px solid #104dff
}

.login-btn[data-v-a0a003f0] {
  width: 384px;
  height: 46px;
  border-radius: 2px;
  opacity: 1;
  background: #104dff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px
}

.checkboxd[data-v-a0a003f0],
.forget-password[data-v-a0a003f0] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #161616
}

.goEnroll[data-v-a0a003f0] {
  width: 120px;
  position: absolute;
  left: 182px;
  right: 182px;
  bottom: 39px
}

.Captcha-btn[data-v-a0a003f0] {
  color: #104dff
}

.Captcha-btn-disabled[data-v-a0a003f0],
.Captcha-btn[data-v-a0a003f0] {
  width: 80px;
  height: 23px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 11px;
  cursor: pointer
}

.Captcha-btn-disabled[data-v-a0a003f0] {
  color: #a8abb2
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1160px;
  perspective: 1160px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s top, .2s -webkit-transform;
  transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s top;
  -webkit-transition: transform .2s, top .2s;
  transition: transform .2s, top .2s;
  -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s left, .2s -webkit-transform;
  transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s left;
  -webkit-transition: transform .2s, left .2s;
  transition: transform .2s, left .2s;
  -webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s right, .2s -webkit-transform;
  transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s right;
  -webkit-transition: transform .2s, right .2s;
  transition: transform .2s, right .2s;
  -webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1160px
}

body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
legend,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

fieldset,
img {
  border: 0
}

img {
  display: block
}

a {
  color: #666
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400
}

ol,
ul {
  list-style: none
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: SimSun, "\5B8B\4F53"
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

input,
select,
textarea {
  font-size: 12px;
  margin: 0
}

input[type=password],
input[type=text],
textarea {
  outline-style: none;
  -webkit-appearance: none
}

textarea {
  resize: none
}

* {
  font-weight: 500
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.f4769f9.eot);
  src: url(../fonts/glyphicons-halflings-regular.f4769f9.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.448c34a.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.fa27723.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.e18bbf6.ttf) format("truetype"), url(../img/glyphicons-halflings-regular.f721466.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "*"
}

.glyphicon-plus:before {
  content: "+"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20AC"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270F"
}

.glyphicon-glass:before {
  content: "\E001"
}

.glyphicon-music:before {
  content: "\E002"
}

.glyphicon-search:before {
  content: "\E003"
}

.glyphicon-heart:before {
  content: "\E005"
}

.glyphicon-star:before {
  content: "\E006"
}

.glyphicon-star-empty:before {
  content: "\E007"
}

.glyphicon-user:before {
  content: "\E008"
}

.glyphicon-film:before {
  content: "\E009"
}

.glyphicon-th-large:before {
  content: "\E010"
}

.glyphicon-th:before {
  content: "\E011"
}

.glyphicon-th-list:before {
  content: "\E012"
}

.glyphicon-ok:before {
  content: "\E013"
}

.glyphicon-remove:before {
  content: "\E014"
}

.glyphicon-zoom-in:before {
  content: "\E015"
}

.glyphicon-zoom-out:before {
  content: "\E016"
}

.glyphicon-off:before {
  content: "\E017"
}

.glyphicon-signal:before {
  content: "\E018"
}

.glyphicon-cog:before {
  content: "\E019"
}

.glyphicon-trash:before {
  content: "\E020"
}

.glyphicon-home:before {
  content: "\E021"
}

.glyphicon-file:before {
  content: "\E022"
}

.glyphicon-time:before {
  content: "\E023"
}

.glyphicon-road:before {
  content: "\E024"
}

.glyphicon-download-alt:before {
  content: "\E025"
}

.glyphicon-download:before {
  content: "\E026"
}

.glyphicon-upload:before {
  content: "\E027"
}

.glyphicon-inbox:before {
  content: "\E028"
}

.glyphicon-play-circle:before {
  content: "\E029"
}

.glyphicon-repeat:before {
  content: "\E030"
}

.glyphicon-refresh:before {
  content: "\E031"
}

.glyphicon-list-alt:before {
  content: "\E032"
}

.glyphicon-lock:before {
  content: "\E033"
}

.glyphicon-flag:before {
  content: "\E034"
}

.glyphicon-headphones:before {
  content: "\E035"
}

.glyphicon-volume-off:before {
  content: "\E036"
}

.glyphicon-volume-down:before {
  content: "\E037"
}

.glyphicon-volume-up:before {
  content: "\E038"
}

.glyphicon-qrcode:before {
  content: "\E039"
}

.glyphicon-barcode:before {
  content: "\E040"
}

.glyphicon-tag:before {
  content: "\E041"
}

.glyphicon-tags:before {
  content: "\E042"
}

.glyphicon-book:before {
  content: "\E043"
}

.glyphicon-bookmark:before {
  content: "\E044"
}

.glyphicon-print:before {
  content: "\E045"
}

.glyphicon-camera:before {
  content: "\E046"
}

.glyphicon-font:before {
  content: "\E047"
}

.glyphicon-bold:before {
  content: "\E048"
}

.glyphicon-italic:before {
  content: "\E049"
}

.glyphicon-text-height:before {
  content: "\E050"
}

.glyphicon-text-width:before {
  content: "\E051"
}

.glyphicon-align-left:before {
  content: "\E052"
}

.glyphicon-align-center:before {
  content: "\E053"
}

.glyphicon-align-right:before {
  content: "\E054"
}

.glyphicon-align-justify:before {
  content: "\E055"
}

.glyphicon-list:before {
  content: "\E056"
}

.glyphicon-indent-left:before {
  content: "\E057"
}

.glyphicon-indent-right:before {
  content: "\E058"
}

.glyphicon-facetime-video:before {
  content: "\E059"
}

.glyphicon-picture:before {
  content: "\E060"
}

.glyphicon-map-marker:before {
  content: "\E062"
}

.glyphicon-adjust:before {
  content: "\E063"
}

.glyphicon-tint:before {
  content: "\E064"
}

.glyphicon-edit:before {
  content: "\E065"
}

.glyphicon-share:before {
  content: "\E066"
}

.glyphicon-check:before {
  content: "\E067"
}

.glyphicon-move:before {
  content: "\E068"
}

.glyphicon-step-backward:before {
  content: "\E069"
}

.glyphicon-fast-backward:before {
  content: "\E070"
}

.glyphicon-backward:before {
  content: "\E071"
}

.glyphicon-play:before {
  content: "\E072"
}

.glyphicon-pause:before {
  content: "\E073"
}

.glyphicon-stop:before {
  content: "\E074"
}

.glyphicon-forward:before {
  content: "\E075"
}

.glyphicon-fast-forward:before {
  content: "\E076"
}

.glyphicon-step-forward:before {
  content: "\E077"
}

.glyphicon-eject:before {
  content: "\E078"
}

.glyphicon-chevron-left:before {
  content: "\E079"
}

.glyphicon-chevron-right:before {
  content: "\E080"
}

.glyphicon-plus-sign:before {
  content: "\E081"
}

.glyphicon-minus-sign:before {
  content: "\E082"
}

.glyphicon-remove-sign:before {
  content: "\E083"
}

.glyphicon-ok-sign:before {
  content: "\E084"
}

.glyphicon-question-sign:before {
  content: "\E085"
}

.glyphicon-info-sign:before {
  content: "\E086"
}

.glyphicon-screenshot:before {
  content: "\E087"
}

.glyphicon-remove-circle:before {
  content: "\E088"
}

.glyphicon-ok-circle:before {
  content: "\E089"
}

.glyphicon-ban-circle:before {
  content: "\E090"
}

.glyphicon-arrow-left:before {
  content: "\E091"
}

.glyphicon-arrow-right:before {
  content: "\E092"
}

.glyphicon-arrow-up:before {
  content: "\E093"
}

.glyphicon-arrow-down:before {
  content: "\E094"
}

.glyphicon-share-alt:before {
  content: "\E095"
}

.glyphicon-resize-full:before {
  content: "\E096"
}

.glyphicon-resize-small:before {
  content: "\E097"
}

.glyphicon-exclamation-sign:before {
  content: "\E101"
}

.glyphicon-gift:before {
  content: "\E102"
}

.glyphicon-leaf:before {
  content: "\E103"
}

.glyphicon-fire:before {
  content: "\E104"
}

.glyphicon-eye-open:before {
  content: "\E105"
}

.glyphicon-eye-close:before {
  content: "\E106"
}

.glyphicon-warning-sign:before {
  content: "\E107"
}

.glyphicon-plane:before {
  content: "\E108"
}

.glyphicon-calendar:before {
  content: "\E109"
}

.glyphicon-random:before {
  content: "\E110"
}

.glyphicon-comment:before {
  content: "\E111"
}

.glyphicon-magnet:before {
  content: "\E112"
}

.glyphicon-chevron-up:before {
  content: "\E113"
}

.glyphicon-chevron-down:before {
  content: "\E114"
}

.glyphicon-retweet:before {
  content: "\E115"
}

.glyphicon-shopping-cart:before {
  content: "\E116"
}

.glyphicon-folder-close:before {
  content: "\E117"
}

.glyphicon-folder-open:before {
  content: "\E118"
}

.glyphicon-resize-vertical:before {
  content: "\E119"
}

.glyphicon-resize-horizontal:before {
  content: "\E120"
}

.glyphicon-hdd:before {
  content: "\E121"
}

.glyphicon-bullhorn:before {
  content: "\E122"
}

.glyphicon-bell:before {
  content: "\E123"
}

.glyphicon-certificate:before {
  content: "\E124"
}

.glyphicon-thumbs-up:before {
  content: "\E125"
}

.glyphicon-thumbs-down:before {
  content: "\E126"
}

.glyphicon-hand-right:before {
  content: "\E127"
}

.glyphicon-hand-left:before {
  content: "\E128"
}

.glyphicon-hand-up:before {
  content: "\E129"
}

.glyphicon-hand-down:before {
  content: "\E130"
}

.glyphicon-circle-arrow-right:before {
  content: "\E131"
}

.glyphicon-circle-arrow-left:before {
  content: "\E132"
}

.glyphicon-circle-arrow-up:before {
  content: "\E133"
}

.glyphicon-circle-arrow-down:before {
  content: "\E134"
}

.glyphicon-globe:before {
  content: "\E135"
}

.glyphicon-wrench:before {
  content: "\E136"
}

.glyphicon-tasks:before {
  content: "\E137"
}

.glyphicon-filter:before {
  content: "\E138"
}

.glyphicon-briefcase:before {
  content: "\E139"
}

.glyphicon-fullscreen:before {
  content: "\E140"
}

.glyphicon-dashboard:before {
  content: "\E141"
}

.glyphicon-paperclip:before {
  content: "\E142"
}

.glyphicon-heart-empty:before {
  content: "\E143"
}

.glyphicon-link:before {
  content: "\E144"
}

.glyphicon-phone:before {
  content: "\E145"
}

.glyphicon-pushpin:before {
  content: "\E146"
}

.glyphicon-usd:before {
  content: "\E148"
}

.glyphicon-gbp:before {
  content: "\E149"
}

.glyphicon-sort:before {
  content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"
}

.glyphicon-sort-by-order:before {
  content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154"
}

.glyphicon-sort-by-attributes:before {
  content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"
}

.glyphicon-unchecked:before {
  content: "\E157"
}

.glyphicon-expand:before {
  content: "\E158"
}

.glyphicon-collapse-down:before {
  content: "\E159"
}

.glyphicon-collapse-up:before {
  content: "\E160"
}

.glyphicon-log-in:before {
  content: "\E161"
}

.glyphicon-flash:before {
  content: "\E162"
}

.glyphicon-log-out:before {
  content: "\E163"
}

.glyphicon-new-window:before {
  content: "\E164"
}

.glyphicon-record:before {
  content: "\E165"
}

.glyphicon-save:before {
  content: "\E166"
}

.glyphicon-open:before {
  content: "\E167"
}

.glyphicon-saved:before {
  content: "\E168"
}

.glyphicon-import:before {
  content: "\E169"
}

.glyphicon-export:before {
  content: "\E170"
}

.glyphicon-send:before {
  content: "\E171"
}

.glyphicon-floppy-disk:before {
  content: "\E172"
}

.glyphicon-floppy-saved:before {
  content: "\E173"
}

.glyphicon-floppy-remove:before {
  content: "\E174"
}

.glyphicon-floppy-save:before {
  content: "\E175"
}

.glyphicon-floppy-open:before {
  content: "\E176"
}

.glyphicon-credit-card:before {
  content: "\E177"
}

.glyphicon-transfer:before {
  content: "\E178"
}

.glyphicon-cutlery:before {
  content: "\E179"
}

.glyphicon-header:before {
  content: "\E180"
}

.glyphicon-compressed:before {
  content: "\E181"
}

.glyphicon-earphone:before {
  content: "\E182"
}

.glyphicon-phone-alt:before {
  content: "\E183"
}

.glyphicon-tower:before {
  content: "\E184"
}

.glyphicon-stats:before {
  content: "\E185"
}

.glyphicon-sd-video:before {
  content: "\E186"
}

.glyphicon-hd-video:before {
  content: "\E187"
}

.glyphicon-subtitles:before {
  content: "\E188"
}

.glyphicon-sound-stereo:before {
  content: "\E189"
}

.glyphicon-sound-dolby:before {
  content: "\E190"
}

.glyphicon-sound-5-1:before {
  content: "\E191"
}

.glyphicon-sound-6-1:before {
  content: "\E192"
}

.glyphicon-sound-7-1:before {
  content: "\E193"
}

.glyphicon-copyright-mark:before {
  content: "\E194"
}

.glyphicon-registration-mark:before {
  content: "\E195"
}

.glyphicon-cloud-download:before {
  content: "\E197"
}

.glyphicon-cloud-upload:before {
  content: "\E198"
}

.glyphicon-tree-conifer:before {
  content: "\E199"
}

.glyphicon-tree-deciduous:before {
  content: "\E200"
}

.glyphicon-cd:before {
  content: "\E201"
}

.glyphicon-save-file:before {
  content: "\E202"
}

.glyphicon-open-file:before {
  content: "\E203"
}

.glyphicon-level-up:before {
  content: "\E204"
}

.glyphicon-copy:before {
  content: "\E205"
}

.glyphicon-paste:before {
  content: "\E206"
}

.glyphicon-alert:before {
  content: "\E209"
}

.glyphicon-equalizer:before {
  content: "\E210"
}

.glyphicon-king:before {
  content: "\E211"
}

.glyphicon-queen:before {
  content: "\E212"
}

.glyphicon-pawn:before {
  content: "\E213"
}

.glyphicon-bishop:before {
  content: "\E214"
}

.glyphicon-knight:before {
  content: "\E215"
}

.glyphicon-baby-formula:before {
  content: "\E216"
}

.glyphicon-tent:before {
  content: "\26FA"
}

.glyphicon-blackboard:before {
  content: "\E218"
}

.glyphicon-bed:before {
  content: "\E219"
}

.glyphicon-apple:before {
  content: "\F8FF"
}

.glyphicon-erase:before {
  content: "\E221"
}

.glyphicon-hourglass:before {
  content: "\231B"
}

.glyphicon-lamp:before {
  content: "\E223"
}

.glyphicon-duplicate:before {
  content: "\E224"
}

.glyphicon-piggy-bank:before {
  content: "\E225"
}

.glyphicon-scissors:before {
  content: "\E226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\E227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\A5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20BD"
}

.glyphicon-scale:before {
  content: "\E230"
}

.glyphicon-ice-lolly:before {
  content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"
}

.glyphicon-education:before {
  content: "\E233"
}

.glyphicon-option-horizontal:before {
  content: "\E234"
}

.glyphicon-option-vertical:before {
  content: "\E235"
}

.glyphicon-menu-hamburger:before {
  content: "\E236"
}

.glyphicon-modal-window:before {
  content: "\E237"
}

.glyphicon-oil:before {
  content: "\E238"
}

.glyphicon-grain:before {
  content: "\E239"
}

.glyphicon-sunglasses:before {
  content: "\E240"
}

.glyphicon-text-size:before {
  content: "\E241"
}

.glyphicon-text-color:before {
  content: "\E242"
}

.glyphicon-text-background:before {
  content: "\E243"
}

.glyphicon-object-align-top:before {
  content: "\E244"
}

.glyphicon-object-align-bottom:before {
  content: "\E245"
}

.glyphicon-object-align-horizontal:before {
  content: "\E246"
}

.glyphicon-object-align-left:before {
  content: "\E247"
}

.glyphicon-object-align-vertical:before {
  content: "\E248"
}

.glyphicon-object-align-right:before {
  content: "\E249"
}

.glyphicon-triangle-right:before {
  content: "\E250"
}

.glyphicon-triangle-left:before {
  content: "\E251"
}

.glyphicon-triangle-bottom:before {
  content: "\E252"
}

.glyphicon-triangle-top:before {
  content: "\E253"
}

.glyphicon-console:before {
  content: "\E254"
}

.glyphicon-superscript:before {
  content: "\E255"
}

.glyphicon-subscript:before {
  content: "\E256"
}

.glyphicon-menu-left:before {
  content: "\E257"
}

.glyphicon-menu-right:before {
  content: "\E258"
}

.glyphicon-menu-down:before {
  content: "\E259"
}

.glyphicon-menu-up:before {
  content: "\E260"
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:focus,
a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,
dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014   \A0"
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\A0   \2014"
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1160px) {
  .container {
    width: 1160px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1160px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777
}

caption,
th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset {
  min-width: 0;
  margin: 0
}

fieldset,
legend {
  padding: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  padding-top: 7px
}

.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;

  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block
}

.nav>li>a {
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  margin: 8px -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0"
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal,
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  left: 5px
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel,
.carousel-inner {
  position: relative
}

.carousel-inner {
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: "\2039"
}

.carousel-control .icon-next:before {
  content: "\203A"
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1160px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1160px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1160px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1160px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1160px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

#header[data-v-4f7ef730] {
  height: 60px;
  width: 100%;
  margin: 0 auto;
  min-width: 1160px;
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  z-index: 10
}

.header[data-v-4f7ef730] {
  -webkit-backdrop-filter: blur(153px);
  backdrop-filter: blur(153px);
  -webkit-box-shadow: 0 -2px 10px 0 #104dff;
  box-shadow: 0 -2px 10px 0 #104dff
}

#header .header-nav[data-v-4f7ef730] {
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative
}

#header .header-nav .header-nav-wrapper-right-item[data-v-4f7ef730],
#header .header-nav[data-v-4f7ef730] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  ju
}

#header .header-nav .header-nav-wrapper-right-item[data-v-4f7ef730] {
  width: 152px;
  height: 30px;
  border-radius: 94px;
  opacity: 1;
  border: .5px solid #104dff;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

#header .header-nav .header-nav-wrapper-right-item img[data-v-4f7ef730] {
  width: 13.3px;
  height: 13.3px
}

.header-nav-sigin[data-v-4f7ef730] {
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on
}

.header-nav-sigin[data-v-4f7ef730],
.userName[data-v-4f7ef730] {
  line-height: normal;
  letter-spacing: 0;
  color: #104dff;
  width: 60px;
  z-index: 11;
  cursor: pointer
}

.userName[data-v-4f7ef730] {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none
}

#header .header-nav .header-nav-wrapper-right-item div[data-v-4f7ef730] {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on;
  color: #104dff
}

#header .header-nav .btns[data-v-4f7ef730] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  cursor: pointer
}

#header .header-nav .btns .header-nav-trial[data-v-4f7ef730] {
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 79px;
  opacity: 1;
  background: linear-gradient(284deg, #adceff -67%, #104dff 97%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-image: linear-gradient(146deg, #fff 22%, hsla(0, 0%, 100%, 0) 72%) .5;
  border-image: linear-gradient(146deg, #fff 22%, hsla(0, 0%, 100%, 0) 72%) .5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  text-decoration: none
}

#header .header-nav .btns .header-nav-trial[data-v-4f7ef730]:hover {
  -webkit-box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3);
  box-shadow: 0 10px 16px 0 rgba(16, 77, 255, .3)
}

#header .header-nav .header-nav-logo[data-v-4f7ef730] {
  width: 138px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#header .header-nav .header-nav-logo img[data-v-4f7ef730] {
  height: 48px
}

#header .header-nav .header-nav-logo .logo_text[data-v-4f7ef730] {
  opacity: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #3d3d3d
}

#header .header-nav-fixed .header-nav-wrapper[data-v-4f7ef730] {
  line-height: 60px
}

#header .header-nav .header-nav-wrapper[data-v-4f7ef730] {
  width: 576px;
  line-height: 60px;
  margin: 0;
  max-width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0
}

#header .header-nav .header-nav-wrapper>li[data-v-4f7ef730] {
  margin: 0 15px;
  position: relative
}

#header .header-nav .header-nav-wrapper>li>a[data-v-4f7ef730] {
  padding: 15px 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on;
  color: #161616;
  text-decoration: none
}

#header .header-nav .header-nav-wrapper>li.active>a[data-v-4f7ef730] {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on;
  color: #104dff
}

#header .header-nav .header-nav-wrapper>li.a[data-v-4f7ef730]:hover {
  color: #104dff
}

#footer[data-v-7b0ef090] {
  width: 100%;
  background: #eef5fd;
  position: relative
}

.contener[data-v-7b0ef090] {
  width: 1160px;
  min-width: 1160px;
  height: 528px;
  margin: 0 auto
}

.top-wrap[data-v-7b0ef090] {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 30px
}

.conter[data-v-7b0ef090],
.info[data-v-7b0ef090],
.top-wrap[data-v-7b0ef090] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.info[data-v-7b0ef090] {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 80px
}

.Customer[data-v-7b0ef090] {
  width: 218px;
  height: 55px;
  opacity: 1;
  background: #eef5fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.Customer img[data-v-7b0ef090] {
  width: 48px;
  height: 48px
}

.Customer .text .top[data-v-7b0ef090] {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #161616
}

.Customer .text .bottoms[data-v-7b0ef090] {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #a8abb2
}

.vip[data-v-7b0ef090] {
  width: 246px;
  height: 55px;
  opacity: 1;
  background: #eef5fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vip img[data-v-7b0ef090] {
  width: 48px;
  height: 48px
}

.vip .text .top[data-v-7b0ef090] {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #161616
}

.vip .text .bottoms[data-v-7b0ef090] {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #a8abb2
}

.datas[data-v-7b0ef090] {
  width: 211px;
  height: 55px;
  opacity: 1;
  background: #eef5fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.datas img[data-v-7b0ef090] {
  width: 48px;
  height: 48px
}

.datas .text .top[data-v-7b0ef090] {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #161616
}

.datas .text .bottoms[data-v-7b0ef090] {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #a8abb2
}

.right[data-v-7b0ef090] {
  width: 280px
}

.code-list[data-v-7b0ef090] {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.item-code[data-v-7b0ef090] {
  text-align: center
}

.Options[data-v-7b0ef090] {
  background: #eef5fd;
  width: 740px;
  height: 250px;
  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-pack: distribute;
  justify-content: space-around;
  margin: 30px 90px 0 120px
}

.Options ul li[data-v-7b0ef090] {
  margin: 12px 0;
  cursor: pointer
}

.Options ul li a[data-v-7b0ef090] {
  color: #161616;
  text-decoration: none
}

.Options ul li router-link[data-v-7b0ef090] {
  color: #161616
}

.Options ul li a[data-v-7b0ef090]:hover,
.Options ul li router-link[data-v-7b0ef090]:hover {
  color: #104dff
}

.callMe[data-v-7b0ef090] {
  width: 72px;
  height: 26px;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #161616;
  display: inline-block;
  background: #eef5fd
}

.tel[data-v-7b0ef090] {
  width: 170px
}

.local[data-v-7b0ef090],
.tel[data-v-7b0ef090] {
  height: 20px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  letter-spacing: 0;
  color: #161616;
  background: #eef5fd;
  text-align: left
}

.local[data-v-7b0ef090] {
  width: 250px
}

.bottom[data-v-7b0ef090] {
  padding-top: 50px
}

.bottom img[data-v-7b0ef090] {
  margin: 0 auto
}

#sliderTool .sliderTool-content[data-v-265354bc] {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9;
  cursor: pointer;
  width: 64px;
  height: 320px;
  border-radius: 179px;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 #b5cef4;
  box-shadow: 0 4px 10px 0 #b5cef4
}

#sliderTool .sliderTool-content .tryout[data-v-265354bc] {
  height: 80px;
  border-radius: 179px 179px 0 0;
  opacity: 1;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #d1d4d9;
  color: #161616;
  text-align: center
}

#sliderTool .sliderTool-content .tryout[data-v-265354bc]:hover {
  background: #1e58fb
}

#sliderTool .sliderTool-content .tryout:hover>.text[data-v-265354bc] {
  color: #fff
}

#sliderTool .sliderTool-content .tryout .text[data-v-265354bc] {
  width: 28px;
  height: 40px;
  opacity: 1;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #161616
}

#sliderTool .sliderTool-content .consultation[data-v-265354bc] {
  height: 70px;
  opacity: 1;
  padding: 20px 0;
  color: #161616
}

#sliderTool .sliderTool-content .consultation img[data-v-265354bc] {
  width: 24px;
  height: 24px;
  margin: 0 auto
}

#sliderTool .sliderTool-content .consultation .text[data-v-265354bc] {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

#sliderTool .sliderTool-content .weiChart[data-v-265354bc] {
  height: 80px;
  opacity: 1;
  padding: 20px 0;
  border-bottom: 1px solid #d1d4d9;
  border-top: 1px solid #d1d4d9;
  color: #161616
}

#sliderTool .sliderTool-content .weiChart img[data-v-265354bc] {
  width: 24px;
  height: 24px;
  margin: 0 auto
}

#sliderTool .sliderTool-content .weiChart .text[data-v-265354bc] {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

#sliderTool .sliderTool-content .tel[data-v-265354bc] {
  height: 70px;
  opacity: 1;
  padding: 20px 0;
  color: #161616
}

#sliderTool .sliderTool-content .tel img[data-v-265354bc] {
  width: 24px;
  height: 24px;
  margin: 0 auto
}

#sliderTool .sliderTool-content .tel .text[data-v-265354bc] {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

#sliderTool .top[data-v-265354bc] {
  position: fixed;
  bottom: 2%;
  right: 1%;
  width: 64px;
  height: 64px;
  border-radius: 179px;
  opacity: 1
}

#sliderTool .top[data-v-265354bc]:hover {
  -webkit-box-shadow: 0 2px 8px 0 #b5cef4;
  box-shadow: 0 2px 8px 0 #b5cef4
}

/*# sourceMappingURL=app.02f1e7ba02cc109e350ea27efc574546.css.map */