/*!
 * JView v1.0
 * https://gitee.com/Ryan-Zhong/jview-ui
 *
 * Licensed under MIT
 * https://gitee.com/Ryan-Zhong/jview-ui/blob/master/LICENSE
 *
 * Copyright (c) 2020 Ryan 钟
 *
 * Date: 2020-10-04
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}
/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}
/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}
/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}
/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}
/**
   * Add the correct display in IE.
   */
template {
  display: none;
}
/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}
@font-face {
  font-family: "info";
  src: url("../fonts/info.eot");
  src: url("../fonts/info.eot") format("embedded-opentype"),
    url("../fonts/info.woff2") format("woff2"),
    url("../fonts/info.woff") format("woff"),
    url("../fonts/info.ttf") format("truetype"),
    url("../fonts/info.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: 'info';
  src: url('../fonts/info.svg') format('svg');
}
}
*/

/*
   Animation example, for spinners
*/
.animate-spin {
  -webkit-animation: spin 1.8s infinite linear;
  animation: spin 1.8s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[class*="jv-"],
[class*="jv-"] *,
[class*="jv-"] :after,
[class*="jv-"] :before,
[class^="jv-"],
[class^="jv-"] *,
[class^="jv-"] :after,
[class^="jv-"] :before {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  outline: none;
  border: 0;
  overflow: visible;
  background-image: none;
  color: #606266;
  background: #fff;
}
input:hover,
textarea:hover {
}
input:focus,
textarea:focus {
  outline: 0;
}
button {
  outline: 0;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  -webkit-appearance: button;
  touch-action: manipulation;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  background: transparent;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.2s ease;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
ul {
  list-style: none;
}
[disabled] {
  opacity: 0.6;
  pointer-events: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[role="button"] {
  cursor: pointer;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -moz-appearance: textfield;
}
.jv-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.jv-btn,
.jv-btn:active,
.jv-btn:focus {
  outline: 0;
}
.jv-btn .jv-icon {
  line-height: 1;
  font-size: 14px;
}
.jv-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
j-progress,
j-tab,
j-modal,
j-tabpane,
j-alert,
j-drawer,
j-notice,
j-modal,
j-spin,
j-page-header,
j-divider,
j-collapse,
j-dropdown,
j-carousel,
j-newscard,
j-skeleton,
j-result {
  display: block;
}
j-badge,
j-tag,
j-switch,
j-input-number,
j-tooltip,
j-popover {
  display: inline-block;
}
j-alert,
j-drawer,
j-badge,
j-modal,
j-page-header,
j-tag,
j-spin,
j-collapse,
j-dropdown,
j-avatar,
j-carousel,
j-timeline,
j-newscard,
j-tooltip,
j-popover,
j-result {
  visibility: hidden;
}
@keyframes MessageMoveIn {
  0% {
    transform: translateY(-58%);
    -webkit-transform: translateY(-58%);
    opacity: 0;
    padding: 8px;
  }
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    padding: 8px;
  }
}
@-webkit-keyframes MessageMoveIn {
  0% {
    transform: translateY(-58%);
    -webkit-transform: translateY(-58%);
    opacity: 0;
    padding: 8px;
  }
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    padding: 8px;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  to {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  to {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes messageBoxFadeEnter {
  0% {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes messageBoxFadeEnter {
  0% {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes messageBoxFadeLeave {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    opacity: 0;
  }
}
@-webkit-keyframes messageBoxFadeLeave {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes modal-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal-fade-out {
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes modal-fade-out {
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes modal-fullscreen-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes modal-fullscreen-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-fullscreen-fade-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes modal-fullscreen-fade-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes NotificationFadeIn {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    opacity: 1;
  }
  to {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    opacity: 1;
  }
  to {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes jv-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes jv-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes jv-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes jv-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes ani-spin-bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ani-spin-bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.jv-alert {
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  line-height: 1.5715;
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 2px;
}
.jv-alert-no-icon {
  padding: 8px 15px;
}
.jv-alert-with-icon {
  padding: 8px 48px 8px 38px;
}
.jv-alert-icon {
  position: absolute;
  top: 8px;
  left: 14px;
  right: inherit;
  bottom: inherit;
}
.jv-alert-closable {
  padding-right: 30px;
}
.jv-alert-close {
  font-size: 12px;
  position: absolute;
  color: #c0c4cc !important;
  right: 8px;
  top: 8px;
  outline: 0;
  overflow: hidden;
  cursor: pointer;
}
.jv-alert-close .icon-cancel {
  color: #c0c4cc !important;
  transition: color 0.2s ease;
}
.jv-alert-close .icon-cancel:hover {
  color: #606266 !important;
}
.jv-alert-close:hover {
  color: #606266 !important;
}
.jv-alert-description {
  display: none;
  line-height: 22px;
}
.jv-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 63px;
  line-height: 1.5715;
  border-radius: 2px;
}
.jv-alert-with-description .jv-alert-icon {
  top: 50%;
  left: 17px;
  margin-top: -24px;
  font-size: 28px;
}
.jv-alert-with-description .jv-alert-message {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.jv-alert-with-description .jv-alert-description {
  display: block;
}
.jv-alert-with-description.jv-alert-no-icon {
  padding: 15px;
}
.jv-alert-with-description.jv-alert-with-icon {
  padding: 16px 16px 16px 69px;
}
.jv-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.jv-alert-info .jv-icon {
  color: #1890ff;
}
.jv-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.jv-alert-success .jv-icon {
  color: #52c41a;
}
.jv-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.jv-alert-warning .jv-icon {
  color: #faad14;
}
.jv-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.jv-alert-error .jv-icon {
  color: #ff4d4f;
}
.jv-alert-with-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.jv-avatar {
  display: inline-flex;
  background: #ccc;
  justify-content: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 600;
}
.jv-avatar .jv-icon {
  position: relative;
  top: -1px;
}
.jv-avatar img {
  width: 100%;
  height: 100%;
}
.jv-avatar-square {
  border-radius: 4px;
}
.jv-avatar-circle {
  border-radius: 50%;
}
.jv-avatar-small {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jv-avatar-small i {
  font-size: 12px;
}
.jv-avatar-medium {
  width: 34px;
  height: 34px;
}
.jv-avatar-medium i {
  font-size: 14px;
}
.jv-avatar-large {
  width: 45px;
  height: 45px;
}
.jv-avatar-large i {
  font-size: 22px;
}
.jv-avatar-large .jv-icon {
  top: -2px;
}
.jv-avatar-huge {
  width: 64px;
  height: 64px;
}
.jv-avatar-huge i {
  font-size: 32px;
}
.jv-avatar-text {
  vertical-align: bottom;
}
.jv-backtop {
  position: fixed;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #5cadff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  outline: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
  transition: background 0.1s ease-in-out;
}
.jv-backtop:hover {
  background-color: #f0faff;
}
.jv-backtop-icon {
  transform: rotate(-90deg);
  font-size: 16px;
}
.jv-badge {
  display: inline-block;
  position: relative;
}
.jv-badge sup {
  top: -0.5em;
}
.jv-badge-count {
  vertical-align: middle;
  position: absolute;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  top: -10px;
  left: inherit;
  right: 0;
  bottom: inherit;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ff4d4f;
  border: 1px solid #fff;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  transform-origin: -10% center;
  z-index: 10;
}
.jv-badge-alone {
  top: auto;
  display: block;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.jv-badge-dot {
  position: absolute;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform-origin: 0 center;
  top: -3px;
  left: inherit;
  right: 0;
  bottom: inherit;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ff4d4f;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.jv-badge-custom {
  background: 0 0;
  color: inherit;
  border-color: transparent;
}
.jv-badge .jv-badge-normal {
  background: #e6ebf1;
  color: #808695;
}
.jv-badge .jv-badge-primary {
  background: #1890ff;
}
.jv-badge .jv-badge-info {
  background: #40c4ff;
}
.jv-badge .jv-badge-success {
  background: #52c41a;
}
.jv-badge .jv-badge-warning {
  background: #faad14;
}
.jv-badge .jv-badge-error {
  background: #ff4d4f;
}
.jv-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
  line-height: 1;
  font-size: 14px;
}
.jv-breadcrumb li {
  display: flex;
}
.jv-breadcrumb li a:focus {
  color: #1890ff;
}
.jv-breadcrumb li-item-separator {
  margin: 0 9px;
  color: #dcdee2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jv-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: #606266;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  background: #fff;
  height: 32px;
  padding: 0 15px;
  border-radius: 3px;
}
.jv-btn:hover {
  opacity: 0.88;
  border-color: #1890ff;
  color: #1890ff;
}
.jv-btn:focus {
  box-shadow: 0 0 0 2px #faeec8;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #edfac8;
}
.jv-btn-large {
  height: 40px;
  font-size: 16px;
}
.jv-btn-small {
  height: 24px;
  font-size: 12px;
  padding: 0 7px;
}
.jv-btn-long {
  width: 100%;
}
.jv-btn-round {
  border-radius: 32px;
}
.jv-btn-circle,
.jv-btn-circle-small,
.jv-btn-circle-large {
  padding: 0;
  border-radius: 50%;
}
.jv-btn-circle {
  width: 32px;
  height: 32px;
}
.jv-btn-circle-small {
  width: 26px;
  height: 26px;
}
.jv-btn-circle-large {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.jv-btn-primary,
.jv-btn-primarys,
.jv-btn-info,
.jv-btn-dark,
.jv-btn-success,
.jv-btn-warning,
.jv-btn-error {
  color: #fff;
}
.jv-btn-primary:hover,
.jv-btn-primarys:hover,
.jv-btn-info:hover,
.jv-btn-dark:hover,
.jv-btn-success:hover,
.jv-btn-warning:hover,
.jv-btn-error:hover {
  border-color: transparent;
  color: #fff;
}
.jv-btn-info:focus,
.jv-btn-outline-info:focus {
  box-shadow: 0 0 0 3px #c8ebfa;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #c8ebfa;
}
.jv-btn-dark:focus,
.jv-btn-outline-dark:focus {
  box-shadow: 0 0 0 3px #b3b3b3;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #b3b3b3;
}
.jv-btn-success:focus,
.jv-btn-outline-success:focus {
  box-shadow: 0 0 0 3px #c9f7de;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #c9f7de;
}
.jv-btn-warning:focus,
.jv-btn-outline-warning:focus {
  box-shadow: 0 0 0 3px #fae1bd;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #fae1bd;
}
.jv-btn-error:focus,
.jv-btn-outline-error:focus {
  box-shadow: 0 0 0 3px #ffe0d7;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #ffe0d7;
}
.jv-btn-default {
  border-color: #dcdee2;
}
.jv-btn-primary {
  background: #1890ff;
  border-color: #1890ff;
}
.jv-btn-primarys {
  background: #FE5C0C;
  border-color: #FE5C0C;
}
.jv-btn-info {
  background: #40c4ff;
  border-color: #40c4ff;
}
.jv-btn-dark {
  background: #454b52;
  border-color: #454b52;
  color: #fff;
}
.jv-btn-success {
  background: #52c41a;
  border-color: #52c41a;
}
.jv-btn-warning {
  background: #faad14;
  border-color: #faad14;
}
.jv-btn-error {
  background: #ff4d4f;
  border-color: #ff4d4f;
}
.jv-btn-text:hover {
  border-color: transparent;
}
.jv-btn-dashed {
  border: 1px dashed #dcdee2;
}
.jv-btn-outline-primary {
  color: #1890ff;
  border-color: #1890ff;
}
.jv-btn-outline-primary:hover {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.jv-btn-outline-info {
  color: #40c4ff;
  border-color: #40c4ff;
}
.jv-btn-outline-info:hover {
  color: #fff;
  background: #40c4ff;
  border-color: #40c4ff;
}
.jv-btn-outline-dark {
  color: #606266;
  border-color: #606266;
}
.jv-btn-outline-dark:hover {
  color: #fff;
  background: #343a40;
  border-color: #343a40;
}
.jv-btn-outline-success {
  color: #52c41a;
  border-color: #52c41a;
}
.jv-btn-outline-success:hover {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.jv-btn-outline-warning {
  color: #faad14;
  border-color: #faad14;
}
.jv-btn-outline-warning:hover {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.jv-btn-outline-error {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.jv-btn-outline-error:hover {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
}
.jv-btn-outline-primary:focus,
.jv-btn-outline-info:focus,
.jv-btn-outline-light:focus,
.jv-btn-outline-dark:focus,
.jv-btn-outline-success:focus,
.jv-btn-outline-warning:focus,
.jv-btn-outline-error:focus {
  border-color: transparent;
}
.jv-btn.loading {
  opacity: 0.6;
}
.jv-btn + .jv-btn-group,
.jv-btn-group + .jv-btn,
.jv-btn-group + .jv-btn-group,
.jv-btn-group .jv-btn + .jv-btn {
  margin-left: -1px;
}
.jv-btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.jv-btn-group .jv-btn {
  position: relative;
  float: left;
}
.jv-btn-group .jv-btn:first-child {
  margin-left: 0;
  border-right-color: hsla(0, 0%, 100%, 0.5);
}
.jv-btn-group .jv-btn:last-child {
  border-left-color: hsla(0, 0%, 100%, 0.5);
}
.jv-btn-group .jv-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.jv-btn-group .jv-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.jv-btn-group .jv-btn:not(:first-child):not(:last-child) {
  border-left-color: hsla(0, 0%, 100%, 0.5);
  border-right-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0;
}
.jv-btn-group .jv-btn-default:first-child:not(:last-child),
.jv-btn-group .jv-btn-text:first-child:not(:last-child),
.jv-btn-group .jv-btn-dashed:first-child:not(:last-child),
.jv-btn-group .jv-btn-default:last-child:not(:first-child),
.jv-btn-group .jv-btn-text:last-child:not(:first-child),
.jv-btn-group .jv-btn-dashed:last-child:not(:first-child),
.jv-btn-group .jv-btn-default:not(:first-child):not(:last-child),
.jv-btn-group .jv-btn-text:not(:first-child):not(:last-child),
.jv-btn-group .jv-btn-dashed:not(:first-child):not(:last-child) {
  border-color: #dcdee2;
}
.jv-collapse {
  border-radius: 2px;
  background-color: #fafafa;
  border: 1px solid #dcdee2;
  line-height: 1.5715;
}
.jv-collapse ul .jv-collapse-item {
  border-top: 1px solid #dcdee2;
}
.jv-collapse ul .jv-collapse-item:first-child {
  border-top: 0;
}
.jv-collapse ul .jv-collapse-item .jv-collapse-header {
  line-height: 1.5715;
  border-bottom: 1px solid transparent;
  padding: 12px 16px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #263238;
}
.jv-collapse ul .jv-collapse-item .jv-collapse-header i {
  display: inline-block;
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  margin-right: 14px;
  color: #808695;
}
.jv-collapse ul .jv-collapse-item .jv-collapse-content {
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.jv-collapse
  ul
  .jv-collapse-item
  .jv-collapse-content
  .jv-collapse-content-box {
  padding: 16px;
}
.jv-collapse ul .jv-collapse-item-active .jv-collapse-header i {
  transform: rotate(90deg);
}
.jv-collapse ul .jv-collapse-header-active {
  border-bottom: 1px solid #dcdee2 !important;
}
.jv-collapse .jv-collapse-simple-header .jv-collapse-header {
  border-bottom: 1px solid transparent !important;
}
.jv-collapse-simple {
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}
.jv-divider {
  position: relative;
  background: #e8eaec;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.jv-divider-text-left {
  position: absolute;
  left: 20px;
  padding: 0 20px;
  background: #fff;
  transform: translateY(-50%);
}
.jv-divider-text-center {
  position: absolute;
  left: 50%;
  padding: 0 20px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.jv-divider-text-right {
  position: absolute;
  right: 20px;
  padding: 0 20px;
  background: #fff;
  transform: translateY(-50%);
}
.jv-divider.horizontal {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 24px 0;
  display: block;
}
.jv-divider.vertical {
  width: 1px;
  height: 1em;
  margin: 0 8px;
  display: inline-block;
}
.jv-dropdown {
  display: inline-block;
  position: relative;
}
.jv-dropdown-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 1020;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.jv-dropdown-select-dropdown {
  transition: all 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
}
.jv-dropdown-slide-enter {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.jv-dropdown-slide-out {
  transform: scaleY(0.5);
  opacity: 0;
  pointer-events: none;
}
.jv-dropdown-rel {
  position: relative;
}
.jv-dropdown-menu {
  min-width: 110px;
}
.jv-dropdown-item {
  margin: 0;
  padding: 7px 16px;
  clear: both;
  color: #606266;
  font-size: 14px !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.jv-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.jv-input-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.jv-input {
  width: 100%;
  display: block;
  height: 36px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.jv-input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 42px;
}
.jv-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
textarea.jv-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
textarea {
  resize: vertical;
}
.jv-input-prefix,
.jv-input-suffix {
  width: 32px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.jv-input-prefix i,
.jv-input-suffix i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 6px;
  color: #808695;
}
.jv-input-with-prefix {
  padding-left: 32px;
}
.jv-input-with-suffix {
  padding-right: 32px;
}
.jv-input-suffix {
  left: auto;
  right: 0;
}
.jv-input-with-word-count {
  text-align: center;
  position: absolute;
  top: 2px;
  left: inherit;
  right: 7px;
  bottom: 2px;
  padding-left: 7px;
  background: #fff;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: #808695;
  font-size: 12px;
}
.jv-input-textarea .jv-input-with-word-count {
  align-items: flex-end;
  top: auto;
}
.jv-input-icon {
  width: 32px;
  height: 32px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #808695;
  position: absolute;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.jv-input-search {
  cursor: pointer;
  padding: 0 16px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.jv-input-search::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: inherit;
  bottom: -1px;
  background: inherit;
}
.jv-input-search:hover {
  opacity: 0.83;
}
.jv-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 14px;
}
.jv-input-group .jv-input {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.jv-input-group-append,
.jv-input-group-prepend,
.jv-input-group > .jv-input {
  display: table-cell;
}
.jv-input-group-append,
.jv-input-group-prepend {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.jv-input-group-prepend {
  border-right: 0;
}
.jv-input-group-append {
  border-left: 0;
}
.jv-input-group-prepend,
.jv-input-group .jv-input:first-child,
.jv-input-group span .jv-input:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.jv-input-group-append,
.jv-input-group > .jv-input:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.jv-input-group-with-prepend .jv-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.jv-input-group-with-append .jv-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.jv-input-disabled * {
  background-color: #f5f7fa;
  border-color: #e8eaec;
  color: #c0c4cc;
  cursor: not-allowed;
}
.jv-input-disabled *:hover {
  border-color: #e8eaec;
}
.jv-input-disabled *:focus {
  box-shadow: none;
  outline: none;
  border-color: #e8eaec;
}
.jv-input-disabled .jv-input-group-prepend,
.jv-input-disabled .jv-input-group-append {
  pointer-events: none;
}
.jv-input-disabled .jv-input-icon {
  color: #c0c4cc;
}
.jv-input-search {
  cursor: pointer;
  padding: 0 16px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.jv-input-search::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: inherit;
  bottom: -1px;
  background: inherit;
}
.jv-input-search:hover {
  opacity: 0.83;
}
.jv-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 14px;
}
.jv-input-group .jv-input {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.jv-input-group-append,
.jv-input-group-prepend,
.jv-input-group > .jv-input {
  display: table-cell;
}
.jv-input-group-append,
.jv-input-group-prepend {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.jv-input-group-prepend {
  border-right: 0;
}
.jv-input-group-append {
  border-left: 0;
}
.jv-input-group-prepend,
.jv-input-group .jv-input:first-child,
.jv-input-group span .jv-input:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.jv-input-group-append,
.jv-input-group .jv-input:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.jv-input-group-with-prepend .jv-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.jv-input-group-with-append .jv-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.jv-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-image: none;
  position: relative;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 80px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  overflow: hidden;
}
.jv-input-number:hover {
}
.jv-input-number:hover .jv-input-number-handler-container {
  opacity: 1;
}
.jv-input-number-focused {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.jv-input-number-handler-container {
  width: 22px;
  height: 100%;
  border-left: 1px solid #dcdee2;
  border-radius: 0 4px 4px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  bottom: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.jv-input-number-handler-container a {
}
.jv-input-number-handler-container .jv-input-number-handler {
  display: block;
  width: 100%;
  height: 14px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  color: #888;
  position: relative;
}
.jv-input-number-handler-container .jv-input-number-handler-up,
.jv-input-number-handler-container .jv-input-number-handler-down {
  cursor: pointer;
}
.jv-input-number-handler-container .jv-input-number-handler-up:hover,
.jv-input-number-handler-container .jv-input-number-handler-down:hover {
  color: #1890ff;
}
.jv-input-number-handler-container
  .jv-input-number-handler-up
  .jv-input-number-handler-up-inner {
  top: 1px;
}
.jv-input-number-handler-container .jv-input-number-handler-down {
  border-top: 1px solid #dcdee2;
  top: 2px;
}
.jv-input-number-handler-container .jv-input-number-handler-up-disabled,
.jv-input-number-handler-container .jv-input-number-handler-down-disabled {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: inherit;
  color: #ccc;
}
.jv-input-number-handler-container .jv-input-number-handler-up-disabled:hover,
.jv-input-number-handler-container
  .jv-input-number-handler-down-disabled:hover {
  color: #ccc;
}
.jv-input-number-handler-container .jv-input-number-handler-up-inner,
.jv-input-number-handler-container .jv-input-number-handler-down-inner {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 5px;
  transition: all 0.2s linear;
}
.jv-input-number-input-container {
  overflow: hidden;
  height: 32px;
}
.jv-input-number-input-container .jv-input-number-input {
  color: #888;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 0;
  text-align: left;
  -moz-appearance: textfield;
  transition: all 0.2s linear;
  border-radius: 4px;
}
.jv-input-number-input-container .jv-input-number-input[disabled] {
  opacity: 1;
  cursor: not-allowed;
  background-color: #f3f3f3;
  color: #ccc;
}
.jv-input-number-small {
  padding: 0;
  height: 24px;
  border-radius: 3px;
}
.jv-input-number-small .jv-input-number-handler {
  height: 9px;
}
.jv-input-number-small .jv-input-number-input-container {
  height: 24px;
}
.jv-input-number-small .jv-input-number-input-container input {
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  vertical-align: top;
}
.jv-input-number-large {
  padding: 0;
  height: 40px;
  font-size: 16px;
}
.jv-input-number-large .jv-input-number-handler {
  height: 18px;
}
.jv-input-number-large .jv-input-number-input-container {
  height: 40px;
}
.jv-input-number-large .jv-input-number-input-container input {
  height: 40px;
  line-height: 40px;
}
.jv-input-number-disabled {
  opacity: 1;
  cursor: not-allowed;
  background-color: #f3f3f3;
  color: #ccc;
}
.jv-input-number-disabled .jv-input-number-handler-container {
  display: none;
}
.jv-input-number-disabled .jv-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
  color: #ccc;
}
.jv-input-number-disabled:hover {
  border-color: #dcdee2;
}
a[class*="disabled"] {
  cursor: not-allowed;
  opacity: 0.55;
}
[class^="jv-link"] {
  position: relative;
}
[class^="jv-link"]:not(.disabled).underline:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jv-link-default {
  color: #606266;
}
.jv-link-default.underline:hover::after {
  border-bottom: 1px solid #606266;
}
.jv-link-primary {
  color: #1890ff;
}
.jv-link-primary.underline:hover::after {
  border-bottom: 1px solid #1890ff;
}
.jv-link-success {
  color: #52c41a;
}
.jv-link-success.underline:hover::after {
  border-bottom: 1px solid #52c41a;
}
.jv-link-info {
  color: #40c4ff;
}
.jv-link-info.underline:hover::after {
  border-bottom: 1px solid #40c4ff;
}
.jv-link-warning {
  color: #faad14;
}
.jv-link-warning.underline:hover::after {
  border-bottom: 1px solid #faad14;
}
.jv-link-error {
  color: #ff4d4f;
}
.jv-link-error.underline:hover::after {
  border-bottom: 1px solid #ff4d4f;
}
.jv-loading-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  outline: 0;
  position: fixed;
  pointer-events: none;
  z-index: 2000;
}
.jv-loading-bar-inner {
  transition: width 0.2s linear;
}
.jv-loading-bar-inner-color-primary {
  background-color: #1890ff;
}
.jv-message {
  width: 100%;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  line-height: 1.5715;
  list-style: none;
  font-size: 14px;
  color: #606266;
  position: fixed;
  top: 8px;
  left: 0;
  right: inherit;
  bottom: inherit;
  z-index: 1005;
  pointer-events: none;
}
.jv-message-notice {
  padding: 8px;
  text-align: center;
}
.jv-message-notice .jv-message-notice-content {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.jv-message-notice .jv-message-notice-content .jv-message-custom-content {
  padding: 8px 16px;
  border-radius: 4px;
}
.jv-message-notice
  .jv-message-notice-content
  .jv-message-custom-content
  .jv-icon {
  margin-right: 3px;
  font-size: 16px;
}
.jv-message-notice
  .jv-message-notice-content
  .jv-message-custom-content
  .jv-message-text {
  margin-right: 8px;
}
.jv-message-notice .jv-message-notice-content .jv-message-info .jv-icon {
  color: #1890ff;
}
.jv-message-notice .jv-message-notice-content .jv-message-success .jv-icon {
  color: #52c41a;
}
.jv-message-notice .jv-message-notice-content .jv-message-warning .jv-icon {
  color: #faad14;
}
.jv-message-notice .jv-message-notice-content .jv-message-error .jv-icon {
  color: #ff4d4f;
}
.jv-message-notice .jv-message-notice-content .jv-message-close {
  position: relative;
  top: -2px;
  left: 8px;
  right: inherit;
  bottom: inherit;
}
.jv-message-notice .jv-message-notice-content .jv-message-close .jv-icon {
  font-size: 13px;
  color: #c0c4cc;
  transition: 0.2s color ease;
}
.jv-message-notice .jv-message-notice-content .jv-message-close .jv-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.jv-message-notice-content-with-background .jv-message-notice-content {
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none;
}
.jv-message-notice-content-with-background .jv-message-info {
  background: #f0faff;
  color: #1890ff;
  border: 1px solid #d4eeff;
}
.jv-message-notice-content-with-background .jv-message-success {
  background: #edfff3;
  color: #52c41a;
  border: 1px solid #bbf2cf;
}
.jv-message-notice-content-with-background .jv-message-warning {
  background: #fff9e6;
  color: #faad14;
  border: 1px solid #ffe7a3;
}
.jv-message-notice-content-with-background .jv-message-error {
  background: #ffefe6;
  color: #ff4d4f;
  border: 1px solid #f8e2d8;
}
.jv-message-fade-in {
  animation: MessageMoveIn 0.15s ease;
  -webkit-animation: MessageMoveIn 0.15s ease;
}
.jv-message-fade-out {
  animation: MessageMoveOut 0.5s ease-in-out;
  -webkit-animation: MessageMoveOut 0.5s ease-in-out;
}
.jv-msgbox-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  outline: 0;
  position: fixed;
}
.jv-msgbox-wrap {
  position: fixed;
  pointer-events: none;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.jv-msgbox-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.jv-msgbox {
  width: auto;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  margin: 0 auto;
  position: relative;
  outline: 0;
  top: 100px;
  pointer-events: auto;
}
.jv-msgbox-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.jv-msgbox-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.jv-msgbox-confirm {
  padding: 6px 16px 8px;
}
.jv-msgbox-confirm-head {
  padding: 0 12px 0 0;
}
.jv-msgbox-confirm-head-icon {
  display: inline-block;
  font-size: 24px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.jv-msgbox-confirm-head-icon-info {
  color: #1890ff;
}
.jv-msgbox-confirm-head-icon-success {
  color: #52c41a;
}
.jv-msgbox-confirm-head-icon-warning {
  color: #faad14;
}
.jv-msgbox-confirm-head-icon-error {
  color: #ff4d4f;
}
.jv-msgbox-confirm-head-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #263238;
  font-weight: 500;
}
.jv-msgbox-confirm-body {
  padding-left: 40px;
  font-size: 14px;
  color: #606266;
  position: relative;
}
.jv-msgbox-confirm-footer {
  margin-top: 20px;
  text-align: right;
}
.jv-msgbox-fade-enter {
  animation: messageBoxFadeEnter 0.3s ease;
  -webkit-animation: messageBoxFadeEnter 0.3s ease;
}
.jv-msgbox-fade-leave {
  animation: messageBoxFadeLeave 0.3s ease-out;
  -webkit-animation: messageBoxFadeLeave 0.3s ease-out;
}
.jv-modal-mask {
  position: fixed !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  outline: 0;
  overflow-y: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.jv-modal-mask-hide {
  display: none !important;
}
.jv-modal-wrap {
  overflow: auto;
  position: fixed !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
}
.jv-modal-wrap .jv-modal {
  width: 520px;
  position: relative;
  margin: 0 auto;
  outline: 0;
  top: 20px;
}
.jv-modal-wrap .jv-modal .jv-modal-main-box {
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.jv-modal-wrap .jv-modal .jv-modal-main-box .jv-modal-close {
  z-index: 1;
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 15px;
  overflow: hidden;
  color: #aaa;
}
.jv-modal-wrap .jv-modal .jv-modal-main-box .jv-modal-header {
  border-bottom: 1px solid #dcdee2;
  padding: 14px 16px;
  line-height: 1;
}
.jv-modal-wrap
  .jv-modal
  .jv-modal-main-box
  .jv-modal-header
  .jv-modal-header-title {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #263238;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jv-modal-wrap .jv-modal .jv-modal-main-box .jv-modal-body {
  padding: 16px;
  font-size: 14px;
  overflow-y: auto;
  line-height: 1.5;
}
.jv-modal-wrap .jv-modal .jv-modal-main-box .jv-modal-footer {
  border-top: 1px solid #dcdee2;
  text-align: right;
  padding: 12px 18px;
}
.jv-modal-auto {
  width: auto !important;
}
.jv-modal-no-mask {
  pointer-events: none;
}
.jv-modal-no-mask .jv-modal-main-box {
  pointer-events: auto;
}
.jv-modal-enter {
  animation: 0.4s modal-fade-in ease;
  -webkit-animation: 0.4s modal-fade-in ease;
}
.jv-modal-leave {
  animation: 0.3s modal-fade-out ease;
  -webkit-animation: 0.3s modal-fade-out ease;
}
.jv-modal-fullscreen-enter {
  animation: 0.35s modal-fullscreen-fade-in ease;
  -webkit-animation: 0.35s modal-fullscreen-fade-in ease;
}
.jv-modal-fullscreen-leave {
  animation: 0.3s modal-fullscreen-fade-out ease;
  -webkit-animation: 0.3s modal-fullscreen-fade-out ease;
}
.jv-modal-fullscreen {
  width: 100% !important;
  top: 0 !important;
  bottom: 0;
  position: absolute !important;
}
.jv-modal-fullscreen .jv-modal-main-box {
  position: absolute !important;
  width: 100%;
  bottom: 0;
  border-radius: 0 !important;
  top: 0;
}
.jv-modal-fullscreen .jv-modal-main-box .jv-modal-body {
  position: absolute;
  width: 100%;
  top: 51px;
  bottom: 61px;
  overflow: auto;
}
.jv-modal-fullscreen .jv-modal-main-box .jv-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.jv-notification {
  padding: 0;
  color: #606266;
  line-height: 1.5715;
  position: fixed;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  z-index: 1005;
  max-width: calc(100vw - 32px);
  margin: 0 24px 0 0;
  pointer-events: none;
}
.jv-notification-notice {
  position: relative;
  width: 384px;
  pointer-events: all;
  margin-bottom: 16px;
  margin-left: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.jv-notification-notice {
  padding: 16px 24px;
  line-height: 1.5715;
}
.jv-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.jv-notification-notice-icon-info {
  color: #1890ff;
}
.jv-notification-notice-icon-success {
  color: #52c41a;
}
.jv-notification-notice-icon-warning {
  color: #faad14;
}
.jv-notification-notice-icon-error {
  color: #ff4d4f;
}
.jv-notification-notice-title {
  display: inline-block;
  color: #606266;
  margin-bottom: 8px;
  color: #263238;
  font-size: 16px;
  line-height: 24px;
}
.jv-notification-notice-closable .jv-notification-notice-title {
  padding-right: 24px;
}
.jv-notification-notice-description {
  font-size: 14px;
}
.jv-notification-notice-with-icon .jv-notification-notice-title {
  margin-bottom: 4px;
  margin-left: 48px;
}
.jv-notification-notice-with-icon .jv-notification-notice-description {
  margin-left: 48px;
}
.jv-notification-notice-close {
  font-size: 14px;
  position: absolute;
  color: #c0c4cc !important;
  right: 22px;
  top: 16px;
  outline: 0;
  overflow: hidden;
  cursor: pointer;
}
.jv-notification-notice-close .icon-cancel {
  color: #c0c4cc !important;
  transition: color 0.2s ease;
}
.jv-notification-notice-close .icon-cancel:hover {
  color: #606266 !important;
}
.jv-notification-notice-close:hover {
  color: #606266 !important;
}
.jv-notification-notice-close svg {
  display: inline-block;
}
.jv-notification-notice-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.jv-notification-fade-enter,
.jv-notification-left-fade-enter,
.jv-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.jv-notification-fade-leave {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
}
.jv-notification-fade-enter {
  -webkit-animation-name: NotificationFadeIn;
  animation-name: NotificationFadeIn;
}
.jv-notification-left-fade-enter {
  -webkit-animation-name: NotificationLeftFadeIn;
  animation-name: NotificationLeftFadeIn;
}
.jv-notification-top-left,
.jv-notification-bottom-left {
  margin-right: 0;
  margin-left: 24px;
}
.jv-page-header {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 24px;
  box-shadow: 0 0 4px #ccc;
  outline: none;
  -webkit-box-shadow: 0 0 4px #ccc;
}
.jv-page-header-left {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.jv-page-header-left:hover {
  color: #40c4ff;
}
.jv-page-header-left .jv-page-header-back {
  margin-right: 6px;
}
.jv-page-header-left .jv-page-header-title {
  margin-right: 40px;
  position: relative;
}
.jv-page-header-left .jv-page-header-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  left: inherit;
  right: -20px;
  bottom: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #dcdee2;
}
.jv-page-header-content {
  font-size: 18px;
  flex: 1;
}
.jv-popover-wrap,
.jv-popover-rel {
  display: inline-block;
  position: relative;
}
.jv-popover {
  font-size: 14px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  line-height: 1.5715;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  z-index: 1030;
  text-align: left;
}
.jv-popover:after {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.01);
  content: "";
}
.jv-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: 0 0;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.jv-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
.jv-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: #263238;
  font-weight: 500;
  border-bottom: 1px solid #e8eaec;
}
.jv-popover-inner-content {
  padding: 12px 16px;
  color: #606266;
}
.jv-popover-fade-enter {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.jv-popover-fade-out {
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.jv-popover[x-placement^="top"] {
  padding-bottom: 10px;
}
.jv-popover[x-placement^="top"] .jv-popover-arrow {
  bottom: 6px;
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="top"] .jv-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.jv-popover[x-placement="top-left"] .jv-popover-arrow {
  left: 16px;
}
.jv-popover[x-placement="top-right"] .jv-popover-arrow {
  right: 16px;
}
.jv-popover[x-placement^="left"] {
  padding-right: 10px;
}
.jv-popover[x-placement^="left"] .jv-popover-arrow {
  right: 6px;
  border-color: #fff #fff transparent transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="left"] .jv-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.jv-popover[x-placement="left-top"] .jv-popover-arrow {
  top: 12px;
}
.jv-popover[x-placement="left-bottom"] .jv-popover-arrow {
  bottom: 12px;
}
.jv-popover[x-placement^="bottom"] {
  padding-top: 10px;
}
.jv-popover[x-placement^="bottom"] .jv-popover-arrow {
  top: 6px;
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  outline: none;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.jv-popover[x-placement="bottom"] .jv-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.jv-popover[x-placement="bottom-left"] .jv-popover-arrow {
  left: 15px;
}
.jv-popover[x-placement="bottom-right"] .jv-popover-arrow {
  right: 15px;
}
.jv-popover[x-placement^="right"] {
  padding-left: 10px;
}
.jv-popover[x-placement^="right"] .jv-popover-arrow {
  left: 6px;
  border-color: transparent transparent #fff #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="right"] .jv-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.jv-popover[x-placement="right-top"] .jv-popover-arrow {
  top: 12px;
}
.jv-popover[x-placement="right-bottom"] .jv-popover-arrow {
  bottom: 12px;
}

.jv-popover-wrap,
.jv-popover-rel {
  display: inline-block;
  position: relative;
}
.jv-popover {
  font-size: 14px;
  white-space: nowrap;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  line-height: 1.5715;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  z-index: 1030;
  text-align: left;
}
.jv-popover:after {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.01);
  content: "";
}
.jv-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: 0 0;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.jv-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
.jv-popover-inner .jv-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #263238;
  font-size: 14px;
}
.jv-popover-inner .jv-popover-message .jv-icon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.jv-popover-inner .jv-popover-message-title {
  padding-left: 22px;
}
.jv-popover-inner-content {
  padding: 12px 16px;
  color: #606266;
}
.jv-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.jv-popover-fade-enter {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.jv-popover-fade-out {
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
}
.jv-popover[x-placement^="top"] {
  padding-bottom: 10px;
}
.jv-popover[x-placement^="top"] .jv-popover-arrow {
  bottom: 7px;
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="top"] .jv-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.jv-popover[x-placement="top-left"] .jv-popover-arrow {
  left: 16px;
}
.jv-popover[x-placement="top-right"] .jv-popover-arrow {
  right: 16px;
}
.jv-popover[x-placement^="left"] {
  padding-right: 10px;
}
.jv-popover[x-placement^="left"] .jv-popover-arrow {
  right: 7px;
  border-color: #fff #fff transparent transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="left"] .jv-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.jv-popover[x-placement="left-top"] .jv-popover-arrow {
  top: 12px;
}
.jv-popover[x-placement="left-bottom"] .jv-popover-arrow {
  bottom: 12px;
}
.jv-popover[x-placement^="bottom"] {
  padding-top: 10px;
}
.jv-popover[x-placement^="bottom"] .jv-popover-arrow {
  top: 7px;
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  outline: none;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.jv-popover[x-placement="bottom"] .jv-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.jv-popover[x-placement="bottom-left"] .jv-popover-arrow {
  left: 15px;
}
.jv-popover[x-placement="bottom-right"] .jv-popover-arrow {
  right: 15px;
}
.jv-popover[x-placement^="right"] {
  padding-left: 10px;
}
.jv-popover[x-placement^="right"] .jv-popover-arrow {
  left: 7px;
  border-color: transparent transparent #fff #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.jv-popover[x-placement="right"] .jv-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.jv-popover[x-placement="right-top"] .jv-popover-arrow {
  top: 12px;
}
.jv-popover[x-placement="right-bottom"] .jv-popover-arrow {
  bottom: 12px;
}
.jv-progress {
  display: flex;
  height: 18px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 6px;
}
.jv-progress-bar {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #1890ff;
  font-size: 12px;
  transition: width 0.4s linear;
  justify-content: center;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.jv-progress-bar.info {
  background-color: #40c4ff;
}
.jv-progress-bar.success {
  background-color: #52c41a;
}
.jv-progress-bar.warning {
  background-color: #faad14;
}
.jv-progress-bar.error {
  background-color: #ff4d4f;
}
.jv-progress-bar.active::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-animation: jv-progress-active 2s ease-in-out infinite;
  animation: jv-progress-active 2s ease-in-out infinite;
}
.jv-result {
  padding: 48px 32px;
  z-index: 1010;
}
.jv-result-icon {
  margin-bottom: 10px;
  text-align: center;
}
.jv-result-icon .jv-icon {
  font-size: 72px;
}
.jv-result-info {
  color: #1890ff;
}
.jv-result-success {
  color: #52c41a;
}
.jv-result-warning {
  color: #faad14;
}
.jv-result-error {
  color: #ff4d4f;
}
.jv-result-title {
  color: #263238;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.jv-result-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 6px;
  text-align: center;
}
.jv-result-footer {
  margin: 24px 0 0;
  text-align: center;
}
.jv-result-footer * {
  margin-right: 8px;
}
.jv-skeleton {
  display: table;
  width: 100%;
}
.jv-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.jv-skeleton-content .jv-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f3;
}
.jv-skeleton-content .jv-skeleton-title + .jv-skeleton-paragraph {
  margin-top: 24px;
}
.jv-skeleton-content .jv-skeleton-paragraph {
  padding: 0;
}
.jv-skeleton-content .jv-skeleton-paragraph li {
  width: 100%;
  height: 16px;
  background: #f2f2f3;
}
.jv-skeleton-content .jv-skeleton-paragraph li + li {
  margin-top: 16px;
}
.jv-skeleton-with-avatar .jv-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.jv-skeleton-with-avatar .jv-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f3;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.jv-skeleton-with-avatar .jv-skeleton-avatar.jv-skeleton-avatar-circle {
  border-radius: 50%;
}
.jv-skeleton-with-avatar .jv-skeleton-content .jv-skeleton-title {
  margin-top: 12px;
}
.jv-skeleton-with-avatar
  .jv-skeleton-content
  .jv-skeleton-title
  + .jv-skeleton-paragraph {
  margin-top: 28px;
}
.jv-skeleton.jv-skeleton-active .jv-skeleton-avatar,
.jv-skeleton.jv-skeleton-active .jv-skeleton-paragraph li,
.jv-skeleton.jv-skeleton-active .jv-skeleton-title,
.jv-skeleton.jv-skeleton-active .jv-skeleton-button,
.jv-skeleton.jv-skeleton-active .jv-skeleton-image,
.jv-skeleton.jv-skeleton-active .jv-skeleton-input {
  background: linear-gradient(90deg, #f2f2f3 25%, #e6e6e6 37%, #f2f2f3 63%);
  background-size: 400% 100%;
  -webkit-animation: jv-skeleton-loading 1.4s ease infinite;
  animation: jv-skeleton-loading 1.4s ease infinite;
}
.jv-spin {
  vertical-align: middle;
  text-align: center;
}
.jv-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-animation: ani-spin-bounce 1s 0s ease-in-out infinite;
  animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
.jv-spin-border .circular {
  width: 32px;
  height: 32px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.jv-spin-border .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-animation: loading-dash 1.5s linear infinite;
  animation: loading-dash 1.5s linear infinite;
}
.jv-spin-small .jv-spin-dot {
  width: 12px;
  height: 12px;
}
.jv-spin-small .jv-spin-border .circular {
  width: 24px;
  height: 24px;
}
.jv-spin-large .jv-spin-dot {
  width: 32px;
  height: 32px;
}
.jv-spin-large .jv-spin-border .circular {
  width: 42px;
  height: 42px;
}
.jv-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.jv-spin-fix .jv-spin-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jv-spin-fix .jv-spin-dot {
  display: inline-block;
}
.jv-spin-primary {
  color: #1890ff;
}
.jv-spin-primary .jv-spin-dot {
  background-color: #1890ff;
}
.jv-spin-primary .path {
  stroke: #1890ff;
}
.jv-spin-success {
  color: #52c41a;
}
.jv-spin-success .jv-spin-dot {
  background-color: #52c41a;
}
.jv-spin-success .path {
  stroke: #52c41a;
}
.jv-spin-warning {
  color: #faad14;
}
.jv-spin-warning .jv-spin-dot {
  background-color: #faad14;
}
.jv-spin-warning .path {
  stroke: #faad14;
}
.jv-spin-error {
  color: #ff4d4f;
}
.jv-spin-error .jv-spin-dot {
  background-color: #ff4d4f;
}
.jv-spin-error .path {
  stroke: #ff4d4f;
}
.jv-spin-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  outline: 0;
  position: fixed;
}
.jv-switch {
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.jv-switch:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.jv-switch:hover {
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none;
}
.jv-switch i {
  text-align: center;
}
.jv-switch-inner {
  color: #fff;
  position: absolute;
  font-size: 12px;
  left: 23px;
}
.jv-switch-ball {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  top: 1px;
  left: 1px;
  right: inherit;
  bottom: inherit;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.jv-switch-small {
  width: 28px;
  height: 16px;
  line-height: 14px;
}
.jv-switch-small .jv-switch-ball {
  width: 12px;
  height: 12px;
}
.jv-switch-medium {
  width: 44px;
}
.jv-switch-large {
  width: 56px;
}
.jv-timeline-item {
  margin: 0 !important;
  padding: 0 0 12px;
  list-style: none;
  position: relative;
}
.jv-timeline-item .jv-timeline-item-tail,
.jv-timeline-item .jv-timeline-item-head,
.jv-timeline-item .jv-timeline-item-head-custom {
  position: absolute;
  font-size: 14px;
}
.jv-timeline-item .jv-timeline-item-tail {
  height: 100%;
  border-left: 1px solid #e8eaec;
  top: 0;
  left: 6px;
  right: inherit;
  bottom: inherit;
}
.jv-timeline-item .jv-timeline-item-head {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
}
.jv-timeline-item .jv-timeline-item-head-blue {
  border-color: #1890ff;
  color: #1890ff;
}
.jv-timeline-item .jv-timeline-item-head-green {
  border-color: #52c41a;
  color: #52c41a;
}
.jv-timeline-item .jv-timeline-item-head-yellow {
  border-color: #faad14;
  color: #faad14;
}
.jv-timeline-item .jv-timeline-item-head-lightblue {
  border-color: #40c4ff;
  color: #40c4ff;
}
.jv-timeline-item .jv-timeline-item-head-red {
  border-color: #ff4d4f;
  color: #ff4d4f;
}
.jv-timeline-item .jv-timeline-item-head-dark {
  border-color: #808695;
  color: #808695;
}
.jv-timeline-item .jv-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;
  left: -13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.jv-timeline-item .jv-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 14px;
  position: relative;
  top: -3px;
}
.jv-timeline-item:last-child .jv-timeline-item-tail {
  display: none;
}
.jv-timeline-pending
  .jv-timeline-item:nth-last-of-type(2)
  .jv-timeline-item-content {
  min-height: 48px;
}
