@charset "UTF-8";
/* $ratio: 750/640; @function r($px) { @if $px != 0 { @return $px / $ratio / $base-fontSize * 1rem; } @else { @return 0; } } */
/* 阿里flexible方案，详见 https://github.com/amfe/lib-flexible */
/* @function r($px) { @if $px != 0 { @return $px * 2 / 75 * 1rem; } @else { @return 0; } } */
/* base */
/* button */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

@-webkit-keyframes door-enter { from { -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); }
  to { -webkit-transform: scale3d(1, 1, 0.1); transform: scale3d(1, 1, 0.1); } }

@keyframes door-enter { from { -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); }
  to { -webkit-transform: scale3d(1, 1, 0.1); transform: scale3d(1, 1, 0.1); } }

.door-enter { -webkit-animation: door-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: door-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes door-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  60% { -webkit-transform: scale3d(0.01, 1, 1); transform: scale3d(0.01, 1, 1); }
  to { -webkit-transform: scale3d(0, 1, 0.1); transform: scale3d(0, 1, 0.1); } }

@keyframes door-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  60% { -webkit-transform: scale3d(0.01, 1, 1); transform: scale3d(0.01, 1, 1); }
  to { -webkit-transform: scale3d(0, 1, 0.1); transform: scale3d(0, 1, 0.1); } }

.door-leave { -webkit-animation: door-leave both; animation: door-leave both; }

@-webkit-keyframes fade-enter { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fade-enter { from { opacity: 0; }
  to { opacity: 1; } }

.fade-enter { -webkit-animation: fade-enter both ease-in; animation: fade-enter both ease-in; }

@-webkit-keyframes fade-leave { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fade-leave { from { opacity: 1; }
  to { opacity: 0; } }

.fade-leave { -webkit-animation: fade-leave both ease-out; animation: fade-leave both ease-out; }

@-webkit-keyframes flip-enter { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg); transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
  70% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

@keyframes flip-enter { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg); transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
  70% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

.flip-enter { -webkit-animation: flip-enter both ease-in; animation: flip-enter both ease-in; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flip-leave { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg); transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }

@keyframes flip-leave { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg); transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }

.flip-leave { -webkit-animation: flip-leave both; animation: flip-leave both; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes rotate360 { from { -webkit-transform: rotate(0); transform: rotate(0); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate360 { from { -webkit-transform: rotate(0); transform: rotate(0); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.rotate360 { -webkit-animation: rotate360 1s linear infinite; animation: rotate360 1s linear infinite; }

/* rotate */
@-webkit-keyframes rotate-enter { from { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
            transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes rotate-enter { from { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
            transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.rotate-enter { -webkit-animation: rotate-enter both; animation: rotate-enter both; }

@-webkit-keyframes rotate-leave { from { -webkit-transform-origin: center; transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
            transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }

@keyframes rotate-leave { from { -webkit-transform-origin: center; transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
            transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }

.rotate-leave { -webkit-animation: rotate-leave both; animation: rotate-leave both; }

/* slideUp */
@-webkit-keyframes slideUp-enter { from { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideUp-enter { from { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideUp-enter { -webkit-animation: slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes slideUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); } }

@keyframes slideUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); } }

.slideUp-leave { -webkit-animation: slideUp-leave both; animation: slideUp-leave both; }

/* slideDown */
@-webkit-keyframes slideDown-enter { from { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideDown-enter { from { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideDown-enter { -webkit-animation: slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes slideDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } }

@keyframes slideDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } }

.slideDown-leave { -webkit-animation: slideDown-leave both; animation: slideDown-leave both; }

/* slideLeft */
@-webkit-keyframes slideLeft-enter { from { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideLeft-enter { from { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideLeft-enter { -webkit-animation: slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes slideLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); } }

@keyframes slideLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); } }

.slideLeft-leave { -webkit-animation: slideLeft-leave both; animation: slideLeft-leave both; }

/* slideRight */
@-webkit-keyframes slideRight-enter { from { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideRight-enter { from { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideRight-enter { -webkit-animation: slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes slideRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); } }

@keyframes slideRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); } }

.slideRight-leave { -webkit-animation: slideRight-leave both; animation: slideRight-leave both; }

@-webkit-keyframes zoom-enter { from { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@keyframes zoom-enter { from { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.zoom-enter { -webkit-animation: zoom-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: zoom-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes zoom-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  to { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes zoom-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  to { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }

.zoom-leave { -webkit-animation: zoom-leave both; animation: zoom-leave both; }

/* moveUp */
@-webkit-keyframes moveUp-enter { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveUp-enter { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.moveUp-enter { -webkit-animation: moveUp-enter both ease-in; animation: moveUp-enter both ease-in; }

@-webkit-keyframes moveUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }

@keyframes moveUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }

.moveUp-leave { -webkit-animation: moveUp-leave both ease-out; animation: moveUp-leave both ease-out; }

/* moveDown */
@-webkit-keyframes moveDown-enter { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveDown-enter { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.moveDown-enter { -webkit-animation: moveDown-enter both ease-in; animation: moveDown-enter both ease-in; }

@-webkit-keyframes moveDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

@keyframes moveDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

.moveDown-leave { -webkit-animation: moveDown-leave both ease-out; animation: moveDown-leave both ease-out; }

/* moveLeft */
@-webkit-keyframes moveLeft-enter { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveLeft-enter { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.moveLeft-enter { -webkit-animation: moveLeft-enter both ease-in; animation: moveLeft-enter both ease-in; }

@-webkit-keyframes moveLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }

@keyframes moveLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }

.moveLeft-leave { -webkit-animation: moveLeft-leave both ease-out; animation: moveLeft-leave both ease-out; }

/* moveRight */
@-webkit-keyframes moveRight-enter { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveRight-enter { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.moveRight-enter { -webkit-animation: moveRight-enter both ease-in; animation: moveRight-enter both ease-in; }

@-webkit-keyframes moveRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }

@keyframes moveRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }

.moveRight-leave { -webkit-animation: moveRight-leave both ease-out; animation: moveRight-leave both ease-out; }

@-webkit-keyframes scaleDown-enter { from { opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }
  to { opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes scaleDown-enter { from { opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }
  to { opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.scaleDown-enter { -webkit-animation: scaleDown-enter both; animation: scaleDown-enter both; }

@-webkit-keyframes scaleDown-leave { from { opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  to { opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); } }

@keyframes scaleDown-leave { from { opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  to { opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); } }

.scaleDown-leave { -webkit-animation: scaleDown-leave both; animation: scaleDown-leave both; }

.za-actionsheet { margin: 0 10px 10px 10px; }

.za-actionsheet.shape-radius .za-actionsheet-actions, .za-actionsheet.shape-radius .za-actionsheet-cancel { overflow: hidden; border-radius: 4px; }

.za-actionsheet-actions, .za-actionsheet-cancel { background: #fff; }

.za-actionsheet-cancel { margin-top: 7px; }

.za-actionsheet-btn { display: block; height: 50px; line-height: 50px; text-align: center; font-size: 17px; }

.za-actionsheet-btn, .za-actionsheet-btn:hover, .za-actionsheet-btn:focus, .za-actionsheet-btn:visited { color: #333; }

.za-actionsheet-btn:active { background: #f1f1f1; }

.za-actionsheet-btn:not(:first-of-type) { position: relative; }

.za-actionsheet-btn:not(:first-of-type):after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-actionsheet-btn:not(:first-of-type):after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-actionsheet-btn.theme-default, .za-actionsheet-btn.theme-default:hover, .za-actionsheet-btn.theme-default:focus, .za-actionsheet-btn.theme-default:visited { color: #333; }

.za-actionsheet-btn.theme-primary, .za-actionsheet-btn.theme-primary:hover, .za-actionsheet-btn.theme-primary:focus, .za-actionsheet-btn.theme-primary:visited { color: #12c287; }

.za-actionsheet-btn.theme-info, .za-actionsheet-btn.theme-info:hover, .za-actionsheet-btn.theme-info:focus, .za-actionsheet-btn.theme-info:visited { color: #347af6; }

.za-actionsheet-btn.theme-success, .za-actionsheet-btn.theme-success:hover, .za-actionsheet-btn.theme-success:focus, .za-actionsheet-btn.theme-success:visited { color: #69c964; }

.za-actionsheet-btn.theme-warning, .za-actionsheet-btn.theme-warning:hover, .za-actionsheet-btn.theme-warning:focus, .za-actionsheet-btn.theme-warning:visited { color: #eca632; }

.za-actionsheet-btn.theme-error, .za-actionsheet-btn.theme-error:hover, .za-actionsheet-btn.theme-error:focus, .za-actionsheet-btn.theme-error:visited { color: #e55546; }

.za-alert { text-align: center; }

.za-badge { position: relative; display: inline-block; vertical-align: middle; line-height: 1; }

.za-badge .za-badge-sup { background-color: #333; }

.za-badge.theme-primary .za-badge-sup { background-color: #12c287; }

.za-badge.theme-info .za-badge-sup { background-color: #347af6; }

.za-badge.theme-success .za-badge-sup { background-color: #69c964; }

.za-badge.theme-warning .za-badge-sup { background-color: #eca632; }

.za-badge.theme-error .za-badge-sup { background-color: #e55546; }

.za-badge-sup { 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; top: auto; font-size: 12px; color: #fff; height: 19px; padding: 0 5px; white-space: nowrap; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

.za-badge-sup-up { position: absolute; top: 0; right: 0; -webkit-transform: translateX(50%) translateY(-50%); -ms-transform: translateX(50%) translateY(-50%); transform: translateX(50%) translateY(-50%); }

.za-badge.shape-dot .za-badge-sup { width: 8px; height: 8px; padding: 0; border-radius: 100%; }

.za-badge.shape-radius .za-badge-sup { border-radius: 4px; }

.za-badge.shape-round .za-badge-sup { min-width: 19px; border-radius: 19px; }

.za-badge.shape-circle .za-badge-sup { width: 19px; padding: 0; border-radius: 19px; }

.za-button { display: inline-block; padding: 0; font-weight: normal; text-align: center; border: 1px solid transparent; cursor: pointer; outline: 0 none; -webkit-appearance: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out; transition: background-color 200ms ease-out, border-color 200ms ease-out; padding: 0 16px; font-size: 17px; height: 44px; line-height: 44px; background-color: #ddd; border-color: #ddd; color: #333; /* disabled Button */ /* block Button */ /* Button sizes */ /* Button themes */ }

.za-button.shape-radius { border-radius: 4px; }

.za-button.shape-round { border-radius: 1000px; }

.za-button.shape-circle { width: 44px; height: 44px; padding: 0; border-radius: 50%; }

.za-button .za-icon { font-size: 22px; }

.za-button .za-icon + span, .za-button span + .za-icon { margin-left: 5px; }

.za-button, .za-button:hover, .za-button:focus, .za-button:visited { color: #333; }

.za-button:active, .za-button.active { background-color: #c4c4c4; border-color: #c4c4c4; }

.za-button.disabled, .za-button:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.disabled:active, .za-button.disabled.active, .za-button.disabled:focus, .za-button.disabled.focus, .za-button.disabled:visited, .za-button.disabled.visited, .za-button:disabled:active, .za-button:disabled.active, .za-button:disabled:focus, .za-button:disabled.focus, .za-button:disabled:visited, .za-button:disabled.visited { background-color: #ddd; border-color: #ddd; box-shadow: none; }

.za-button.bordered { background-color: #fff; border-color: #ddd; color: #333; }

.za-button.bordered:active, .za-button.bordered.active { background-color: rgba(221, 221, 221, 0.5); color: #333; }

.za-button.bordered.disabled:active, .za-button.bordered.disabled.active, .za-button.bordered.disabled:focus, .za-button.bordered.disabled.focus, .za-button.bordered.disabled:visited, .za-button.bordered.disabled.visited, .za-button.bordered:disabled:active, .za-button.bordered:disabled.active, .za-button.bordered:disabled:focus, .za-button.bordered:disabled.focus, .za-button.bordered:disabled:visited, .za-button.bordered:disabled.visited { background-color: #fff; border-color: #ddd; box-shadow: none; }

.za-button, .za-button:hover, .za-button:focus, .za-button:visited { text-decoration: none; }

.za-button.disabled, .za-button:disabled { cursor: not-allowed; opacity: .65; box-shadow: none; }

.za-button.block { width: 100%; display: block; }

.za-button-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.za-button.size-xl { padding: 0 25px; font-size: 18px; height: 52px; line-height: 52px; }

.za-button.size-xl.shape-radius { border-radius: 4px; }

.za-button.size-xl.shape-round { border-radius: 1000px; }

.za-button.size-xl.shape-circle { width: 52px; height: 52px; padding: 0; border-radius: 50%; }

.za-button.size-xl .za-icon { font-size: 26px; }

.za-button.size-xl .za-icon + span, .za-button.size-xl span + .za-icon { margin-left: 8px; }

.za-button.size-lg { padding: 0 20px; font-size: 18px; height: 48px; line-height: 48px; }

.za-button.size-lg.shape-radius { border-radius: 4px; }

.za-button.size-lg.shape-round { border-radius: 1000px; }

.za-button.size-lg.shape-circle { width: 48px; height: 48px; padding: 0; border-radius: 50%; }

.za-button.size-lg .za-icon { font-size: 24px; }

.za-button.size-lg .za-icon + span, .za-button.size-lg span + .za-icon { margin-left: 6px; }

.za-button.size-sm { padding: 0 15px; font-size: 14px; height: 34px; line-height: 34px; }

.za-button.size-sm.shape-radius { border-radius: 4px; }

.za-button.size-sm.shape-round { border-radius: 1000px; }

.za-button.size-sm.shape-circle { width: 34px; height: 34px; padding: 0; border-radius: 50%; }

.za-button.size-sm .za-icon { font-size: 20px; }

.za-button.size-sm .za-icon + span, .za-button.size-sm span + .za-icon { margin-left: 5px; }

.za-button.size-xs { padding: 0 10px; font-size: 14px; height: 27px; line-height: 27px; }

.za-button.size-xs.shape-radius { border-radius: 4px; }

.za-button.size-xs.shape-round { border-radius: 1000px; }

.za-button.size-xs.shape-circle { width: 27px; height: 27px; padding: 0; border-radius: 50%; }

.za-button.size-xs .za-icon { font-size: 18px; }

.za-button.size-xs .za-icon + span, .za-button.size-xs span + .za-icon { margin-left: 5px; }

.za-button.theme-primary { background-color: #12c287; border-color: #12c287; color: #fff; }

.za-button.theme-primary, .za-button.theme-primary:hover, .za-button.theme-primary:focus, .za-button.theme-primary:visited { color: #fff; }

.za-button.theme-primary:active, .za-button.theme-primary.active { background-color: #0e9367; border-color: #0e9367; }

.za-button.theme-primary.disabled, .za-button.theme-primary:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.theme-primary.disabled:active, .za-button.theme-primary.disabled.active, .za-button.theme-primary.disabled:focus, .za-button.theme-primary.disabled.focus, .za-button.theme-primary.disabled:visited, .za-button.theme-primary.disabled.visited, .za-button.theme-primary:disabled:active, .za-button.theme-primary:disabled.active, .za-button.theme-primary:disabled:focus, .za-button.theme-primary:disabled.focus, .za-button.theme-primary:disabled:visited, .za-button.theme-primary:disabled.visited { background-color: #12c287; border-color: #12c287; box-shadow: none; }

.za-button.theme-primary.bordered { background-color: #fff; border-color: #12c287; color: #12c287; }

.za-button.theme-primary.bordered:active, .za-button.theme-primary.bordered.active { background-color: rgba(18, 194, 135, 0.1); color: #12c287; }

.za-button.theme-primary.bordered.disabled:active, .za-button.theme-primary.bordered.disabled.active, .za-button.theme-primary.bordered.disabled:focus, .za-button.theme-primary.bordered.disabled.focus, .za-button.theme-primary.bordered.disabled:visited, .za-button.theme-primary.bordered.disabled.visited, .za-button.theme-primary.bordered:disabled:active, .za-button.theme-primary.bordered:disabled.active, .za-button.theme-primary.bordered:disabled:focus, .za-button.theme-primary.bordered:disabled.focus, .za-button.theme-primary.bordered:disabled:visited, .za-button.theme-primary.bordered:disabled.visited { background-color: #fff; border-color: #12c287; box-shadow: none; }

.za-button.theme-info { background-color: #347af6; border-color: #347af6; color: #fff; }

.za-button.theme-info, .za-button.theme-info:hover, .za-button.theme-info:focus, .za-button.theme-info:visited { color: #fff; }

.za-button.theme-info:active, .za-button.theme-info.active { background-color: #0a5ced; border-color: #0a5ced; }

.za-button.theme-info.disabled, .za-button.theme-info:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.theme-info.disabled:active, .za-button.theme-info.disabled.active, .za-button.theme-info.disabled:focus, .za-button.theme-info.disabled.focus, .za-button.theme-info.disabled:visited, .za-button.theme-info.disabled.visited, .za-button.theme-info:disabled:active, .za-button.theme-info:disabled.active, .za-button.theme-info:disabled:focus, .za-button.theme-info:disabled.focus, .za-button.theme-info:disabled:visited, .za-button.theme-info:disabled.visited { background-color: #347af6; border-color: #347af6; box-shadow: none; }

.za-button.theme-info.bordered { background-color: #fff; border-color: #347af6; color: #347af6; }

.za-button.theme-info.bordered:active, .za-button.theme-info.bordered.active { background-color: rgba(52, 122, 246, 0.1); color: #347af6; }

.za-button.theme-info.bordered.disabled:active, .za-button.theme-info.bordered.disabled.active, .za-button.theme-info.bordered.disabled:focus, .za-button.theme-info.bordered.disabled.focus, .za-button.theme-info.bordered.disabled:visited, .za-button.theme-info.bordered.disabled.visited, .za-button.theme-info.bordered:disabled:active, .za-button.theme-info.bordered:disabled.active, .za-button.theme-info.bordered:disabled:focus, .za-button.theme-info.bordered:disabled.focus, .za-button.theme-info.bordered:disabled:visited, .za-button.theme-info.bordered:disabled.visited { background-color: #fff; border-color: #347af6; box-shadow: none; }

.za-button.theme-success { background-color: #69c964; border-color: #69c964; color: #fff; }

.za-button.theme-success, .za-button.theme-success:hover, .za-button.theme-success:focus, .za-button.theme-success:visited { color: #fff; }

.za-button.theme-success:active, .za-button.theme-success.active { background-color: #47b941; border-color: #47b941; }

.za-button.theme-success.disabled, .za-button.theme-success:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.theme-success.disabled:active, .za-button.theme-success.disabled.active, .za-button.theme-success.disabled:focus, .za-button.theme-success.disabled.focus, .za-button.theme-success.disabled:visited, .za-button.theme-success.disabled.visited, .za-button.theme-success:disabled:active, .za-button.theme-success:disabled.active, .za-button.theme-success:disabled:focus, .za-button.theme-success:disabled.focus, .za-button.theme-success:disabled:visited, .za-button.theme-success:disabled.visited { background-color: #69c964; border-color: #69c964; box-shadow: none; }

.za-button.theme-success.bordered { background-color: #fff; border-color: #69c964; color: #69c964; }

.za-button.theme-success.bordered:active, .za-button.theme-success.bordered.active { background-color: rgba(105, 201, 100, 0.1); color: #69c964; }

.za-button.theme-success.bordered.disabled:active, .za-button.theme-success.bordered.disabled.active, .za-button.theme-success.bordered.disabled:focus, .za-button.theme-success.bordered.disabled.focus, .za-button.theme-success.bordered.disabled:visited, .za-button.theme-success.bordered.disabled.visited, .za-button.theme-success.bordered:disabled:active, .za-button.theme-success.bordered:disabled.active, .za-button.theme-success.bordered:disabled:focus, .za-button.theme-success.bordered:disabled.focus, .za-button.theme-success.bordered:disabled:visited, .za-button.theme-success.bordered:disabled.visited { background-color: #fff; border-color: #69c964; box-shadow: none; }

.za-button.theme-warning { background-color: #eca632; border-color: #eca632; color: #fff; }

.za-button.theme-warning, .za-button.theme-warning:hover, .za-button.theme-warning:focus, .za-button.theme-warning:visited { color: #fff; }

.za-button.theme-warning:active, .za-button.theme-warning.active { background-color: #d78e14; border-color: #d78e14; }

.za-button.theme-warning.disabled, .za-button.theme-warning:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.theme-warning.disabled:active, .za-button.theme-warning.disabled.active, .za-button.theme-warning.disabled:focus, .za-button.theme-warning.disabled.focus, .za-button.theme-warning.disabled:visited, .za-button.theme-warning.disabled.visited, .za-button.theme-warning:disabled:active, .za-button.theme-warning:disabled.active, .za-button.theme-warning:disabled:focus, .za-button.theme-warning:disabled.focus, .za-button.theme-warning:disabled:visited, .za-button.theme-warning:disabled.visited { background-color: #eca632; border-color: #eca632; box-shadow: none; }

.za-button.theme-warning.bordered { background-color: #fff; border-color: #eca632; color: #eca632; }

.za-button.theme-warning.bordered:active, .za-button.theme-warning.bordered.active { background-color: rgba(236, 166, 50, 0.1); color: #eca632; }

.za-button.theme-warning.bordered.disabled:active, .za-button.theme-warning.bordered.disabled.active, .za-button.theme-warning.bordered.disabled:focus, .za-button.theme-warning.bordered.disabled.focus, .za-button.theme-warning.bordered.disabled:visited, .za-button.theme-warning.bordered.disabled.visited, .za-button.theme-warning.bordered:disabled:active, .za-button.theme-warning.bordered:disabled.active, .za-button.theme-warning.bordered:disabled:focus, .za-button.theme-warning.bordered:disabled.focus, .za-button.theme-warning.bordered:disabled:visited, .za-button.theme-warning.bordered:disabled.visited { background-color: #fff; border-color: #eca632; box-shadow: none; }

.za-button.theme-error { background-color: #e55546; border-color: #e55546; color: #fff; }

.za-button.theme-error, .za-button.theme-error:hover, .za-button.theme-error:focus, .za-button.theme-error:visited { color: #fff; }

.za-button.theme-error:active, .za-button.theme-error.active { background-color: #d9301f; border-color: #d9301f; }

.za-button.theme-error.disabled, .za-button.theme-error:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-button.theme-error.disabled:active, .za-button.theme-error.disabled.active, .za-button.theme-error.disabled:focus, .za-button.theme-error.disabled.focus, .za-button.theme-error.disabled:visited, .za-button.theme-error.disabled.visited, .za-button.theme-error:disabled:active, .za-button.theme-error:disabled.active, .za-button.theme-error:disabled:focus, .za-button.theme-error:disabled.focus, .za-button.theme-error:disabled:visited, .za-button.theme-error:disabled.visited { background-color: #e55546; border-color: #e55546; box-shadow: none; }

.za-button.theme-error.bordered { background-color: #fff; border-color: #e55546; color: #e55546; }

.za-button.theme-error.bordered:active, .za-button.theme-error.bordered.active { background-color: rgba(229, 85, 70, 0.1); color: #e55546; }

.za-button.theme-error.bordered.disabled:active, .za-button.theme-error.bordered.disabled.active, .za-button.theme-error.bordered.disabled:focus, .za-button.theme-error.bordered.disabled.focus, .za-button.theme-error.bordered.disabled:visited, .za-button.theme-error.bordered.disabled.visited, .za-button.theme-error.bordered:disabled:active, .za-button.theme-error.bordered:disabled.active, .za-button.theme-error.bordered:disabled:focus, .za-button.theme-error.bordered:disabled.focus, .za-button.theme-error.bordered:disabled:visited, .za-button.theme-error.bordered:disabled.visited { background-color: #fff; border-color: #e55546; box-shadow: none; }

.za-cell { position: relative; overflow: hidden; background: #fff; }

.za-cell .za-cell-footer { color: #999; }

.za-cell:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-cell:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-cell:after { left: 15px; }

.za-cell.theme-primary .za-cell-footer { color: #12c287; }

.za-cell.theme-info .za-cell-footer { color: #347af6; }

.za-cell.theme-success .za-cell-footer { color: #69c964; }

.za-cell.theme-warning .za-cell-footer { color: #eca632; }

.za-cell.theme-error .za-cell-footer { color: #e55546; }

.za-cell.has-icon:after { left: 59px; }

.za-cell.is-link { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.za-cell.is-link .za-cell-inner:active { background-color: #d9d9d9; }

.za-cell.is-link .za-cell-title { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.za-cell.disabled .za-cell-body, .za-cell.disabled .za-cell-footer { opacity: 0.5; }

.za-cell-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 15px; font-size: 15px; min-height: 45px; }

.za-cell-inner a, .za-cell-inner a:hover { text-decoration: none; }

.za-cell-body { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /* align-items: center; */ padding: 12px 0; }

.za-cell-footer { 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; text-align: right; font-size: 14px; }

.za-cell-arrow { margin-left: 5px; }

.za-cell-arrow:after { display: inline-block; content: ''; border-right: 2px solid #c7c7cc; border-top: 2px solid #c7c7cc; width: 10px; height: 10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.za-cell-icon { width: 28px; height: 28px; text-align: center; margin-right: 15px; }

.za-cell-icon img { max-width: 100%; max-height: 100%; }

.za-cell-title { width: 100px; overflow: hidden; color: #333; }

.za-cell-content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.za-cell-help { padding: 0 15px 10px 15px; }

.za-checkbox { display: inline-block; position: relative; margin-left: 10px; /* 选中状态 */ /* 禁用状态 */ }

.za-checkbox:first-child { margin-left: 0; }

.za-checkbox-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }

.za-checkbox-text { margin-left: 5px; }

.za-checkbox.checked .za-checkbox-inner:before { -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }

.za-checkbox.disabled .za-checkbox-inner { border-color: #d9d9d9; background-color: #f3f3f3; cursor: not-allowed; }

.za-checkbox.disabled .za-checkbox-inner:before { border-color: #ccc; }

.za-checkbox-inner { position: relative; overflow: hidden; display: inline-block; width: 14px; height: 14px; background-color: #fff; -webkit-transition: border-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46); transition: border-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46); border: 1px solid #12c287; border-radius: 4px; }

.za-checkbox-inner:before { content: ' '; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: 1px solid #12c287; border-top: 0; border-left: 0; -webkit-transform: rotate(45deg) scale(0); -ms-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); }

.za-checkbox-group.block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /* 通栏模式字体增大 */ }

.za-checkbox-group.block .za-checkbox { font-size: 15px; }

.za-checkbox-group.shape-radius .za-checkbox { border-radius: 4px; }

.za-checkbox-group.shape-round .za-checkbox { border-radius: 15px; }

.za-checkbox-group.is-gather .za-checkbox { margin-left: -1px; }

.za-checkbox-group.is-gather.shape-radius .za-checkbox { border-radius: 0; }

.za-checkbox-group.is-gather.shape-radius .za-checkbox:first-child { border-radius: 4px 0 0 4px; }

.za-checkbox-group.is-gather.shape-radius .za-checkbox:last-child { border-radius: 0 4px 4px 0; }

.za-checkbox-group.is-gather.shape-round .za-checkbox { border-radius: 0; }

.za-checkbox-group.is-gather.shape-round .za-checkbox:first-child { border-radius: 15px 0 0 15px; }

.za-checkbox-group.is-gather.shape-round .za-checkbox:last-child { border-radius: 0 15px 15px 0; }

.za-confirm { text-align: center; }

@font-face { font-family: "dragonicon"; src: url("//at.alicdn.com/t/font_1rke47h9f6r.eot"); src: url("//at.alicdn.com/t/font_1rke47h9f6r.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1rke47h9f6r.woff") format("woff"), url("//at.alicdn.com/t/font_1rke47h9f6r.ttf") format("truetype"), url("//at.alicdn.com/t/font_1rke47h9f6r.svg#dragonicon") format("svg"); }

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

.za-icon.theme-default { color: #333; }

.za-icon.theme-primary { color: #12c287; }

.za-icon.theme-info { color: #347af6; }

.za-icon.theme-success { color: #69c964; }

.za-icon.theme-warning { color: #eca632; }

.za-icon.theme-error { color: #e55546; }

.za-icon-arrow-top:before { content: "\E60E"; }

.za-icon-arrow-bottom:before { content: "\E60F"; }

.za-icon-arrow-left:before { content: "\E610"; }

.za-icon-arrow-right:before { content: "\E611"; }

.za-icon-warning-round-fill:before { content: "\E616"; }

.za-icon-warning-round:before { content: "\E617"; }

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

.za-icon-loading:before { content: "\E61A"; }

.za-icon-right-square-fill:before { content: "\E600"; }

.za-icon-right-square:before { content: "\E601"; }

.za-icon-wrong:before { content: "\E602"; }

.za-icon-wrong-round-fill:before { content: "\E603"; }

.za-icon-wrong-round:before { content: "\E604"; }

.za-icon-add-round:before { content: "\E605"; }

.za-icon-add:before { content: "\E606"; }

.za-icon-add-round-fill:before { content: "\E607"; }

.za-icon-minus:before { content: "\E608"; }

.za-icon-info-round-fill:before { content: "\E609"; }

.za-icon-info-round:before { content: "\E60A"; }

.za-icon-question-round-fill:before { content: "\E60B"; }

.za-icon-question-round:before { content: "\E60C"; }

.za-icon-right:before { content: "\E60D"; }

.za-icon-right-round-fill:before { content: "\E612"; }

.za-icon-right-round:before { content: "\E613"; }

.za-icon-minus-round-fill:before { content: "\E614"; }

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

.za-icon-minus-round:before { content: "\E615"; }

.za-input { position: relative; }

.za-input input, .za-input textarea { position: relative; display: inline-block; width: 100%; padding: 0; background-color: #fff; background-image: none; border-width: 0; outline: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.za-input input[type="date"], .za-input input[type="text"], .za-input textarea[type="date"], .za-input textarea[type="text"] { height: 21px; }

.za-input input::-webkit-input-placeholder, .za-input textarea::-webkit-input-placeholder { color: #a9a9a9; }

.za-input input:focus, .za-input textarea:focus { border-color: #57c5f7; outline: 0; }

.za-input input:hover, .za-input textarea:hover { border-color: #57c5f7; }

.za-input input.disabled, .za-input input:disabled, .za-input textarea.disabled, .za-input textarea:disabled { cursor: not-allowed; opacity: 0.5; /* background-color: #f3f5f7; */ }

.za-input input.disabled:focus, .za-input input.disabled.focus, .za-input input.disabled:hover, .za-input input:disabled:focus, .za-input input:disabled.focus, .za-input input:disabled:hover, .za-input textarea.disabled:focus, .za-input textarea.disabled.focus, .za-input textarea.disabled:hover, .za-input textarea:disabled:focus, .za-input textarea:disabled.focus, .za-input textarea:disabled:hover { border-color: #ccc; }

.za-input textarea { line-height: 1.42857143; overflow: auto; resize: none; word-break: break-all; word-wrap: break-word; }

.za-input-placeholder { position: absolute; color: #c1c1c1; }

.za-input-length { text-align: right; color: #c1c1c1; font-size: 12px; }

.za-loading { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 1500; }

.za-loading-open { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.za-loading-container { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 80px; height: 80px; padding: 20px 15px; border-radius: 5px; background: rgba(0, 0, 0, 0.7); color: #fff; /* font-size: r(15); p { margin: 0; padding: 0; font-size: r(12); line-height: 1.5; overflow: hidden; } */ }

.za-message { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; padding: 5px 8px; min-height: 30px; font-size: 12px; color: #ddd; background-color: rgba(221, 221, 221, 0.5); border-color: #ddd; }

.za-message:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-message.theme-primary { color: #12c287; background-color: rgba(18, 194, 135, 0.1); border-color: #12c287; }

.za-message.theme-primary:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #12c287; border-right: 1px solid #12c287; border-bottom: 1px solid #12c287; border-left: 1px solid #12c287; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message.theme-primary:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-message.theme-info { color: #347af6; background-color: rgba(52, 122, 246, 0.1); border-color: #347af6; }

.za-message.theme-info:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #347af6; border-right: 1px solid #347af6; border-bottom: 1px solid #347af6; border-left: 1px solid #347af6; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message.theme-info:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-message.theme-success { color: #69c964; background-color: rgba(105, 201, 100, 0.1); border-color: #69c964; }

.za-message.theme-success:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #69c964; border-right: 1px solid #69c964; border-bottom: 1px solid #69c964; border-left: 1px solid #69c964; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message.theme-success:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-message.theme-warning { color: #eca632; background-color: rgba(236, 166, 50, 0.1); border-color: #eca632; }

.za-message.theme-warning:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #eca632; border-right: 1px solid #eca632; border-bottom: 1px solid #eca632; border-left: 1px solid #eca632; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message.theme-warning:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-message.theme-error { color: #e55546; background-color: rgba(229, 85, 70, 0.1); border-color: #e55546; }

.za-message.theme-error:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #e55546; border-right: 1px solid #e55546; border-bottom: 1px solid #e55546; border-left: 1px solid #e55546; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-message.theme-error:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 1000; }

.za-mask.light { background-color: rgba(255, 255, 255, 0.3); }

.za-mask.dark { background-color: rgba(0, 0, 0, 0.7); }

.za-mask.transparent { background-color: transparent; }

.za-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-overflow-scrolling: touch; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: auto; z-index: 1400; }

.za-modal.radius .za-modal-dialog { border-radius: 4px; }

.za-modal-wrapper { width: 100%; margin: auto 0; }

.za-modal-dialog { position: relative; margin: 60px auto; background: #fff; box-shadow: 0 7px 21px rgba(0, 0, 0, 0.2); overflow: hidden; z-index: 1401; }

.za-modal-header { position: relative; /* height: r(50); */ /* border-bottom: 1px solid #e9e9e9; */ padding: 20px 15px 0 15px; text-align: center; }

.za-modal-header-title { font-size: 17px; line-height: 1; color: #333; }

.za-modal-header-close { position: absolute; top: 0; right: 15px; font-size: 20px; line-height: 50px; color: #999; cursor: pointer; }

.za-modal-header-close:hover { color: #666; }

.za-modal-body { font-size: 15px; color: #999; padding: 15px; overflow: auto; -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }

.za-modal-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }

.za-modal-footer.block { display: block; }

.za-modal-footer .za-button { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 50px; line-height: 50px; font-size: 17px; border-width: 0; /* border-left-width: 1px; border-color: #ddd !important; */ /* 1px line */ position: relative; }

.za-modal-footer .za-button:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-modal-footer .za-button:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-modal-footer .za-button:active { background: #f1f1f1 !important; }

.za-modal-footer .za-button:not(:first-of-type) { /* color: #333; */ /* border-left-width: 0; */ }

.za-modal-footer .za-button:not(:first-of-type):after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-left: 1px solid #ddd; border-top: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-modal-footer .za-button:not(:first-of-type):after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-popup { position: relative; }

.za-popup-wrapper { position: fixed; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); overflow: auto; -webkit-overflow-scrolling: touch; z-index: 1300; }

.za-popup-wrapper-bottom { left: 0; bottom: 0; width: 100%; }

.za-popup-wrapper-top { left: 0; top: 0; width: 100%; }

.za-popup-wrapper-left { left: 0; top: 0; height: 100%; }

.za-popup-wrapper-right { right: 0; top: 0; height: 100%; }

.za-popup-hidden .za-popup-wrapper-bottom { -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); }

.za-popup-hidden .za-popup-wrapper-top { -webkit-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%); }

.za-popup-hidden .za-popup-wrapper-left { -webkit-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); transform: translate(-100%, 0); }

.za-popup-hidden .za-popup-wrapper-right { -webkit-transform: translate(100%, 0); -ms-transform: translate(100%, 0); transform: translate(100%, 0); }

.za-progress { display: inline-block; position: relative; width: 150px; height: 150px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.za-progress svg { width: 100%; height: 100%; }

.za-progress-text { display: block; position: absolute; top: 50%; left: 0; width: 100%; margin: 0; text-align: center; line-height: 1; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 30px; }

.za-panel-header { position: relative; padding: 25px 15px 7px 15px; }

.za-panel-footer { position: relative; padding: 5px 15px; margin-bottom: 10px; color: #999; font-size: 12px; }

.za-panel-body { position: relative; background: #fff; }

.za-panel-body:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-panel-body:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-panel-title { line-height: 1.5; font-size: 14px; color: #999; }

.za-panel-title .za-icon { margin-right: 5px; }

.za-panel-more { position: absolute; top: 0; right: 15px; }

.za-picker { background: #fff; }

.za-picker-placeholder { color: #a9a9a9; }

.za-picker-disabled { color: #bbb; }

.za-picker-wrapper { background: #fff; }

.za-picker-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 100%; height: 45px; line-height: 45px; }

.za-picker-header:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-bottom: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-picker-header:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-picker-cancel, .za-picker-submit { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0 20px; cursor: pointer; }

.za-picker-cancel { color: #999; }

.za-picker-submit { text-align: right; color: #12c287; }

.za-picker-mask-top { -webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0))); }

.za-picker-mask-bottom { -webkit-mask: -webkit-gradient(linear, 0% 60%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0))); }

.za-picker-column-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.za-picker-column-group-item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

.za-picker-cascader { display: block; position: relative; overflow: hidden; height: 210px; width: 100%; }

.za-picker-cascader-content { position: absolute; left: 0; top: 0; right: 0; padding: 90px 0; }

.za-picker-cascader-item { text-align: center; font-size: 16px; line-height: 30px; height: 30px; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.za-picker-cascader-indicator { right: 0; position: absolute; left: 0; top: 90px; height: 30px; background-image: -webkit-linear-gradient(top, #d0d0d0, #d0d0d0, transparent, transparent), -webkit-linear-gradient(bottom, #d0d0d0, #d0d0d0, transparent, transparent); background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent); background-position: top, bottom; background-size: 100% 1px; background-repeat: no-repeat; /* z-index: 3; */ }

.za-radio { position: relative; margin-left: 10px; }

.za-radio:first-child { margin-left: 0; }

.za-radio-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }

.za-radio-group.block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /* 通栏模式字体增大 */ }

.za-radio-group.block .za-radio { font-size: 15px; }

.za-radio-group.shape-radius .za-radio { border-radius: 4px; }

.za-radio-group.shape-round .za-radio { border-radius: 15px; }

.za-radio-group.is-gather .za-radio { margin-left: -1px; }

.za-radio-group.is-gather.shape-radius .za-radio { border-radius: 0; }

.za-radio-group.is-gather.shape-radius .za-radio:first-child { border-radius: 4px 0 0 4px; }

.za-radio-group.is-gather.shape-radius .za-radio:last-child { border-radius: 0 4px 4px 0; }

.za-radio-group.is-gather.shape-round .za-radio { border-radius: 0; }

.za-radio-group.is-gather.shape-round .za-radio:first-child { border-radius: 15px 0 0 15px; }

.za-radio-group.is-gather.shape-round .za-radio:last-child { border-radius: 0 15px 15px 0; }

.za-spinner { display: inline-block; position: relative; width: 31px; height: 31px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

.za-spinner .za-spinner-line { stroke: #333; }

.za-spinner-path { stroke: #e6e6e6; }

.za-spinner-line { stroke-dasharray: 314.15927; -webkit-transition: .2s; transition: .2s; }

.za-spinner-text { display: block; position: absolute; top: 50%; left: 0; width: 100%; margin: 0; text-align: center; line-height: 1; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 30px; }

.za-spinner.theme-default .za-spinner-line { stroke: #333; }

.za-spinner.theme-primary .za-spinner-line { stroke: #12c287; }

.za-spinner.theme-info .za-spinner-line { stroke: #347af6; }

.za-spinner.theme-warning .za-spinner-line { stroke: #eca632; }

.za-spinner.theme-error .za-spinner-line { stroke: #e55546; }

.za-stepper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.za-stepper .za-stepper-sub, .za-stepper .za-stepper-plus { color: #347af6; border: 1px solid #347af6; }

.za-stepper .za-stepper-sub:active, .za-stepper .za-stepper-plus:active { background: rgba(52, 122, 246, 0.1); }

.za-stepper .za-stepper-sub.disabled, .za-stepper .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper .za-stepper-sub.disabled:active, .za-stepper .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper.disabled .za-stepper-body { opacity: 0.5; cursor: not-allowed; }

.za-stepper.shape-radius .za-stepper-sub, .za-stepper.shape-radius .za-stepper-plus { border-radius: 4px; }

.za-stepper.shape-circle .za-stepper-sub, .za-stepper.shape-circle .za-stepper-plus { border-radius: 50%; }

.za-stepper.theme-primary .za-stepper-sub, .za-stepper.theme-primary .za-stepper-plus { color: #12c287; border: 1px solid #12c287; }

.za-stepper.theme-primary .za-stepper-sub:active, .za-stepper.theme-primary .za-stepper-plus:active { background: rgba(18, 194, 135, 0.1); }

.za-stepper.theme-primary .za-stepper-sub.disabled, .za-stepper.theme-primary .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper.theme-primary .za-stepper-sub.disabled:active, .za-stepper.theme-primary .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper.theme-info .za-stepper-sub, .za-stepper.theme-info .za-stepper-plus { color: #347af6; border: 1px solid #347af6; }

.za-stepper.theme-info .za-stepper-sub:active, .za-stepper.theme-info .za-stepper-plus:active { background: rgba(52, 122, 246, 0.1); }

.za-stepper.theme-info .za-stepper-sub.disabled, .za-stepper.theme-info .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper.theme-info .za-stepper-sub.disabled:active, .za-stepper.theme-info .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper.theme-success .za-stepper-sub, .za-stepper.theme-success .za-stepper-plus { color: #69c964; border: 1px solid #69c964; }

.za-stepper.theme-success .za-stepper-sub:active, .za-stepper.theme-success .za-stepper-plus:active { background: rgba(105, 201, 100, 0.1); }

.za-stepper.theme-success .za-stepper-sub.disabled, .za-stepper.theme-success .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper.theme-success .za-stepper-sub.disabled:active, .za-stepper.theme-success .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper.theme-warning .za-stepper-sub, .za-stepper.theme-warning .za-stepper-plus { color: #eca632; border: 1px solid #eca632; }

.za-stepper.theme-warning .za-stepper-sub:active, .za-stepper.theme-warning .za-stepper-plus:active { background: rgba(236, 166, 50, 0.1); }

.za-stepper.theme-warning .za-stepper-sub.disabled, .za-stepper.theme-warning .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper.theme-warning .za-stepper-sub.disabled:active, .za-stepper.theme-warning .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper.theme-error .za-stepper-sub, .za-stepper.theme-error .za-stepper-plus { color: #e55546; border: 1px solid #e55546; }

.za-stepper.theme-error .za-stepper-sub:active, .za-stepper.theme-error .za-stepper-plus:active { background: rgba(229, 85, 70, 0.1); }

.za-stepper.theme-error .za-stepper-sub.disabled, .za-stepper.theme-error .za-stepper-plus.disabled { opacity: 0.5; cursor: not-allowed; }

.za-stepper.theme-error .za-stepper-sub.disabled:active, .za-stepper.theme-error .za-stepper-plus.disabled:active { background: #fff; }

.za-stepper-sub, .za-stepper-plus { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 27px; height: 27px; /* line-height: r(27); text-align: center; */ font-size: 18px; font-weight: bold; cursor: pointer; }

.za-stepper-body { position: relative; width: 40px; margin: 0 10px; padding: 0; height: 27px; border: 0; border-radius: 0; color: #333; text-align: center; outline: 0; -webkit-appearance: none; }

.za-swipe { position: relative; overflow: hidden; }

.za-swipe-item { position: relative; display: inline-block; width: 100%; height: 100%; }

.za-swipe-pagination { position: absolute; right: 10px; bottom: 10px; }

.za-swipe-pagination ul { list-style: none; margin: 0; padding: 0; }

.za-swipe-pagination ul li { width: 8px; height: 8px; border-radius: 4px; background: #ccc; cursor: pointer; }

.za-swipe-pagination ul li.active { background: #12c287; }

.za-swipeAction-wrap { position: relative; }

.za-swipeAction-content { position: relative; }

.za-swipeAction-actions-left, .za-swipeAction-actions-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; height: 100%; top: 0; }

.za-swipeAction-actions-left { left: 0; }

.za-swipeAction-actions-right { right: 0; }

.za-swipeAction-button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 80px; -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; font-size: 14px; /* Button themes */ }

.za-swipeAction-button.theme-default { background-color: #ddd; border-color: #ddd; color: #333; }

.za-swipeAction-button.theme-default, .za-swipeAction-button.theme-default:hover, .za-swipeAction-button.theme-default:focus, .za-swipeAction-button.theme-default:visited { color: #333; }

.za-swipeAction-button.theme-default:active, .za-swipeAction-button.theme-default.active { background-color: #c4c4c4; border-color: #c4c4c4; }

.za-swipeAction-button.theme-default.disabled, .za-swipeAction-button.theme-default:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-default.disabled:active, .za-swipeAction-button.theme-default.disabled.active, .za-swipeAction-button.theme-default.disabled:focus, .za-swipeAction-button.theme-default.disabled.focus, .za-swipeAction-button.theme-default.disabled:visited, .za-swipeAction-button.theme-default.disabled.visited, .za-swipeAction-button.theme-default:disabled:active, .za-swipeAction-button.theme-default:disabled.active, .za-swipeAction-button.theme-default:disabled:focus, .za-swipeAction-button.theme-default:disabled.focus, .za-swipeAction-button.theme-default:disabled:visited, .za-swipeAction-button.theme-default:disabled.visited { background-color: #ddd; border-color: #ddd; box-shadow: none; }

.za-swipeAction-button.theme-default.bordered { background-color: #fff; border-color: #ddd; color: #ddd; }

.za-swipeAction-button.theme-default.bordered:active, .za-swipeAction-button.theme-default.bordered.active { background-color: #ddd; color: #ddd; }

.za-swipeAction-button.theme-default.bordered.disabled:active, .za-swipeAction-button.theme-default.bordered.disabled.active, .za-swipeAction-button.theme-default.bordered.disabled:focus, .za-swipeAction-button.theme-default.bordered.disabled.focus, .za-swipeAction-button.theme-default.bordered.disabled:visited, .za-swipeAction-button.theme-default.bordered.disabled.visited, .za-swipeAction-button.theme-default.bordered:disabled:active, .za-swipeAction-button.theme-default.bordered:disabled.active, .za-swipeAction-button.theme-default.bordered:disabled:focus, .za-swipeAction-button.theme-default.bordered:disabled.focus, .za-swipeAction-button.theme-default.bordered:disabled:visited, .za-swipeAction-button.theme-default.bordered:disabled.visited { background-color: #fff; border-color: #ddd; box-shadow: none; }

.za-swipeAction-button.theme-primary { background-color: #12c287; border-color: #12c287; color: #fff; }

.za-swipeAction-button.theme-primary, .za-swipeAction-button.theme-primary:hover, .za-swipeAction-button.theme-primary:focus, .za-swipeAction-button.theme-primary:visited { color: #fff; }

.za-swipeAction-button.theme-primary:active, .za-swipeAction-button.theme-primary.active { background-color: #0e9367; border-color: #0e9367; }

.za-swipeAction-button.theme-primary.disabled, .za-swipeAction-button.theme-primary:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-primary.disabled:active, .za-swipeAction-button.theme-primary.disabled.active, .za-swipeAction-button.theme-primary.disabled:focus, .za-swipeAction-button.theme-primary.disabled.focus, .za-swipeAction-button.theme-primary.disabled:visited, .za-swipeAction-button.theme-primary.disabled.visited, .za-swipeAction-button.theme-primary:disabled:active, .za-swipeAction-button.theme-primary:disabled.active, .za-swipeAction-button.theme-primary:disabled:focus, .za-swipeAction-button.theme-primary:disabled.focus, .za-swipeAction-button.theme-primary:disabled:visited, .za-swipeAction-button.theme-primary:disabled.visited { background-color: #12c287; border-color: #12c287; box-shadow: none; }

.za-swipeAction-button.theme-primary.bordered { background-color: #fff; border-color: #12c287; color: #12c287; }

.za-swipeAction-button.theme-primary.bordered:active, .za-swipeAction-button.theme-primary.bordered.active { background-color: #12c287; color: #12c287; }

.za-swipeAction-button.theme-primary.bordered.disabled:active, .za-swipeAction-button.theme-primary.bordered.disabled.active, .za-swipeAction-button.theme-primary.bordered.disabled:focus, .za-swipeAction-button.theme-primary.bordered.disabled.focus, .za-swipeAction-button.theme-primary.bordered.disabled:visited, .za-swipeAction-button.theme-primary.bordered.disabled.visited, .za-swipeAction-button.theme-primary.bordered:disabled:active, .za-swipeAction-button.theme-primary.bordered:disabled.active, .za-swipeAction-button.theme-primary.bordered:disabled:focus, .za-swipeAction-button.theme-primary.bordered:disabled.focus, .za-swipeAction-button.theme-primary.bordered:disabled:visited, .za-swipeAction-button.theme-primary.bordered:disabled.visited { background-color: #fff; border-color: #12c287; box-shadow: none; }

.za-swipeAction-button.theme-info { background-color: #347af6; border-color: #347af6; color: #fff; }

.za-swipeAction-button.theme-info, .za-swipeAction-button.theme-info:hover, .za-swipeAction-button.theme-info:focus, .za-swipeAction-button.theme-info:visited { color: #fff; }

.za-swipeAction-button.theme-info:active, .za-swipeAction-button.theme-info.active { background-color: #0a5ced; border-color: #0a5ced; }

.za-swipeAction-button.theme-info.disabled, .za-swipeAction-button.theme-info:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-info.disabled:active, .za-swipeAction-button.theme-info.disabled.active, .za-swipeAction-button.theme-info.disabled:focus, .za-swipeAction-button.theme-info.disabled.focus, .za-swipeAction-button.theme-info.disabled:visited, .za-swipeAction-button.theme-info.disabled.visited, .za-swipeAction-button.theme-info:disabled:active, .za-swipeAction-button.theme-info:disabled.active, .za-swipeAction-button.theme-info:disabled:focus, .za-swipeAction-button.theme-info:disabled.focus, .za-swipeAction-button.theme-info:disabled:visited, .za-swipeAction-button.theme-info:disabled.visited { background-color: #347af6; border-color: #347af6; box-shadow: none; }

.za-swipeAction-button.theme-info.bordered { background-color: #fff; border-color: #347af6; color: #347af6; }

.za-swipeAction-button.theme-info.bordered:active, .za-swipeAction-button.theme-info.bordered.active { background-color: #347af6; color: #347af6; }

.za-swipeAction-button.theme-info.bordered.disabled:active, .za-swipeAction-button.theme-info.bordered.disabled.active, .za-swipeAction-button.theme-info.bordered.disabled:focus, .za-swipeAction-button.theme-info.bordered.disabled.focus, .za-swipeAction-button.theme-info.bordered.disabled:visited, .za-swipeAction-button.theme-info.bordered.disabled.visited, .za-swipeAction-button.theme-info.bordered:disabled:active, .za-swipeAction-button.theme-info.bordered:disabled.active, .za-swipeAction-button.theme-info.bordered:disabled:focus, .za-swipeAction-button.theme-info.bordered:disabled.focus, .za-swipeAction-button.theme-info.bordered:disabled:visited, .za-swipeAction-button.theme-info.bordered:disabled.visited { background-color: #fff; border-color: #347af6; box-shadow: none; }

.za-swipeAction-button.theme-success { background-color: #69c964; border-color: #69c964; color: #fff; }

.za-swipeAction-button.theme-success, .za-swipeAction-button.theme-success:hover, .za-swipeAction-button.theme-success:focus, .za-swipeAction-button.theme-success:visited { color: #fff; }

.za-swipeAction-button.theme-success:active, .za-swipeAction-button.theme-success.active { background-color: #47b941; border-color: #47b941; }

.za-swipeAction-button.theme-success.disabled, .za-swipeAction-button.theme-success:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-success.disabled:active, .za-swipeAction-button.theme-success.disabled.active, .za-swipeAction-button.theme-success.disabled:focus, .za-swipeAction-button.theme-success.disabled.focus, .za-swipeAction-button.theme-success.disabled:visited, .za-swipeAction-button.theme-success.disabled.visited, .za-swipeAction-button.theme-success:disabled:active, .za-swipeAction-button.theme-success:disabled.active, .za-swipeAction-button.theme-success:disabled:focus, .za-swipeAction-button.theme-success:disabled.focus, .za-swipeAction-button.theme-success:disabled:visited, .za-swipeAction-button.theme-success:disabled.visited { background-color: #69c964; border-color: #69c964; box-shadow: none; }

.za-swipeAction-button.theme-success.bordered { background-color: #fff; border-color: #69c964; color: #69c964; }

.za-swipeAction-button.theme-success.bordered:active, .za-swipeAction-button.theme-success.bordered.active { background-color: #69c964; color: #69c964; }

.za-swipeAction-button.theme-success.bordered.disabled:active, .za-swipeAction-button.theme-success.bordered.disabled.active, .za-swipeAction-button.theme-success.bordered.disabled:focus, .za-swipeAction-button.theme-success.bordered.disabled.focus, .za-swipeAction-button.theme-success.bordered.disabled:visited, .za-swipeAction-button.theme-success.bordered.disabled.visited, .za-swipeAction-button.theme-success.bordered:disabled:active, .za-swipeAction-button.theme-success.bordered:disabled.active, .za-swipeAction-button.theme-success.bordered:disabled:focus, .za-swipeAction-button.theme-success.bordered:disabled.focus, .za-swipeAction-button.theme-success.bordered:disabled:visited, .za-swipeAction-button.theme-success.bordered:disabled.visited { background-color: #fff; border-color: #69c964; box-shadow: none; }

.za-swipeAction-button.theme-warning { background-color: #eca632; border-color: #eca632; color: #fff; }

.za-swipeAction-button.theme-warning, .za-swipeAction-button.theme-warning:hover, .za-swipeAction-button.theme-warning:focus, .za-swipeAction-button.theme-warning:visited { color: #fff; }

.za-swipeAction-button.theme-warning:active, .za-swipeAction-button.theme-warning.active { background-color: #d78e14; border-color: #d78e14; }

.za-swipeAction-button.theme-warning.disabled, .za-swipeAction-button.theme-warning:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-warning.disabled:active, .za-swipeAction-button.theme-warning.disabled.active, .za-swipeAction-button.theme-warning.disabled:focus, .za-swipeAction-button.theme-warning.disabled.focus, .za-swipeAction-button.theme-warning.disabled:visited, .za-swipeAction-button.theme-warning.disabled.visited, .za-swipeAction-button.theme-warning:disabled:active, .za-swipeAction-button.theme-warning:disabled.active, .za-swipeAction-button.theme-warning:disabled:focus, .za-swipeAction-button.theme-warning:disabled.focus, .za-swipeAction-button.theme-warning:disabled:visited, .za-swipeAction-button.theme-warning:disabled.visited { background-color: #eca632; border-color: #eca632; box-shadow: none; }

.za-swipeAction-button.theme-warning.bordered { background-color: #fff; border-color: #eca632; color: #eca632; }

.za-swipeAction-button.theme-warning.bordered:active, .za-swipeAction-button.theme-warning.bordered.active { background-color: #eca632; color: #eca632; }

.za-swipeAction-button.theme-warning.bordered.disabled:active, .za-swipeAction-button.theme-warning.bordered.disabled.active, .za-swipeAction-button.theme-warning.bordered.disabled:focus, .za-swipeAction-button.theme-warning.bordered.disabled.focus, .za-swipeAction-button.theme-warning.bordered.disabled:visited, .za-swipeAction-button.theme-warning.bordered.disabled.visited, .za-swipeAction-button.theme-warning.bordered:disabled:active, .za-swipeAction-button.theme-warning.bordered:disabled.active, .za-swipeAction-button.theme-warning.bordered:disabled:focus, .za-swipeAction-button.theme-warning.bordered:disabled.focus, .za-swipeAction-button.theme-warning.bordered:disabled:visited, .za-swipeAction-button.theme-warning.bordered:disabled.visited { background-color: #fff; border-color: #eca632; box-shadow: none; }

.za-swipeAction-button.theme-error { background-color: #e55546; border-color: #e55546; color: #fff; }

.za-swipeAction-button.theme-error, .za-swipeAction-button.theme-error:hover, .za-swipeAction-button.theme-error:focus, .za-swipeAction-button.theme-error:visited { color: #fff; }

.za-swipeAction-button.theme-error:active, .za-swipeAction-button.theme-error.active { background-color: #d9301f; border-color: #d9301f; }

.za-swipeAction-button.theme-error.disabled, .za-swipeAction-button.theme-error:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }

.za-swipeAction-button.theme-error.disabled:active, .za-swipeAction-button.theme-error.disabled.active, .za-swipeAction-button.theme-error.disabled:focus, .za-swipeAction-button.theme-error.disabled.focus, .za-swipeAction-button.theme-error.disabled:visited, .za-swipeAction-button.theme-error.disabled.visited, .za-swipeAction-button.theme-error:disabled:active, .za-swipeAction-button.theme-error:disabled.active, .za-swipeAction-button.theme-error:disabled:focus, .za-swipeAction-button.theme-error:disabled.focus, .za-swipeAction-button.theme-error:disabled:visited, .za-swipeAction-button.theme-error:disabled.visited { background-color: #e55546; border-color: #e55546; box-shadow: none; }

.za-swipeAction-button.theme-error.bordered { background-color: #fff; border-color: #e55546; color: #e55546; }

.za-swipeAction-button.theme-error.bordered:active, .za-swipeAction-button.theme-error.bordered.active { background-color: #e55546; color: #e55546; }

.za-swipeAction-button.theme-error.bordered.disabled:active, .za-swipeAction-button.theme-error.bordered.disabled.active, .za-swipeAction-button.theme-error.bordered.disabled:focus, .za-swipeAction-button.theme-error.bordered.disabled.focus, .za-swipeAction-button.theme-error.bordered.disabled:visited, .za-swipeAction-button.theme-error.bordered.disabled.visited, .za-swipeAction-button.theme-error.bordered:disabled:active, .za-swipeAction-button.theme-error.bordered:disabled.active, .za-swipeAction-button.theme-error.bordered:disabled:focus, .za-swipeAction-button.theme-error.bordered:disabled.focus, .za-swipeAction-button.theme-error.bordered:disabled:visited, .za-swipeAction-button.theme-error.bordered:disabled.visited { background-color: #fff; border-color: #e55546; box-shadow: none; }

.za-switch .za-switch-input:checked { border-color: #333; background-color: #333; }

.za-switch-input { position: relative; width: 51px; height: 31px; border: 1px solid #e5e5e5; border-radius: 15.5px; background-color: #e5e5e5; vertical-align: middle; outline: 0; -webkit-transition: background-color 0.1s, border 0.1s; transition: background-color 0.1s, border 0.1s; -webkit-appearance: none; }

.za-switch-input:before, .za-switch-input:after { content: ''; position: absolute; top: 0; left: 0; height: 29px; border-radius: 14.5px; }

.za-switch-input:before { width: 49px; background-color: #fdfdfd; transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1); }

.za-switch-input:after { width: 29px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35); }

.za-switch-input:checked:before { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.za-switch-input:checked:after { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }

.za-switch.disabled { cursor: not-allowed; opacity: 0.5; }

.za-switch.theme-primary .za-switch-input:checked { border-color: #12c287; background-color: #12c287; }

.za-switch.theme-info .za-switch-input:checked { border-color: #347af6; background-color: #347af6; }

.za-switch.theme-success .za-switch-input:checked { border-color: #69c964; background-color: #69c964; }

.za-switch.theme-warning .za-switch-input:checked { border-color: #eca632; background-color: #eca632; }

.za-switch.theme-error .za-switch-input:checked { border-color: #e55546; background-color: #e55546; }

.za-tab .za-tab-header-item.active { color: #12c287; }

.za-tab .za-tab-line { background-color: #12c287; }

.za-tab .za-tab-line-inner { background-color: #12c287; }

.za-tab.theme-default .za-tab-header-item.active { color: #333; }

.za-tab.theme-default .za-tab-line { background-color: #333; }

.za-tab.theme-default .za-tab-line-inner { background-color: #333; }

.za-tab.theme-primary .za-tab-header-item.active { color: #12c287; }

.za-tab.theme-primary .za-tab-line { background-color: #12c287; }

.za-tab.theme-primary .za-tab-line-inner { background-color: #12c287; }

.za-tab.theme-info .za-tab-header-item.active { color: #347af6; }

.za-tab.theme-info .za-tab-line { background-color: #347af6; }

.za-tab.theme-info .za-tab-line-inner { background-color: #347af6; }

.za-tab.theme-success .za-tab-header-item.active { color: #69c964; }

.za-tab.theme-success .za-tab-line { background-color: #69c964; }

.za-tab.theme-success .za-tab-line-inner { background-color: #69c964; }

.za-tab.theme-warning .za-tab-header-item.active { color: #eca632; }

.za-tab.theme-warning .za-tab-line { background-color: #eca632; }

.za-tab.theme-warning .za-tab-line-inner { background-color: #eca632; }

.za-tab.theme-error .za-tab-header-item.active { color: #e55546; }

.za-tab.theme-error .za-tab-line { background-color: #e55546; }

.za-tab.theme-error .za-tab-line-inner { background-color: #e55546; }

.za-tab-header { position: relative; }

.za-tab-header ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; height: 45px; line-height: 45px; }

.za-tab-header ul:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-bottom: 1px solid #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-tab-header ul:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }

.za-tab-header-item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; font-size: 15px; color: #000; cursor: pointer; /* &-hasline { &:nth-of-type(n+2) { position: relative; &:after { display: inline-block; content: ''; position: absolute; top: 50%; left: 0; width: 1px; height: r(14); margin-top: r(-7); background: #e9e9e9; } } } */ }

.za-tab-header-item.active { color: #69c964; }

.za-tab-header-item.disabled { color: #bbb; cursor: not-allowed; }

.za-tab-line { position: absolute; left: 0; bottom: 0; height: 2px; -webkit-transition: left .3s ease-out; transition: left .3s ease-out; }

.za-tab-line-inner { display: block; margin: auto; height: 100%; }

.za-tab-container { position: relative; -webkit-transition: height .3s; transition: height .3s; }

.za-tab-container-item { display: none; }

.za-tab-container-item.active { display: block; }

.za-toast { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 1500; }

.za-toast-open { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.za-toast-container { position: relative; max-width: 70%; min-width: 100px; padding: 12px 20px; border-radius: 6px; background: rgba(0, 0, 0, 0.7); color: #fff; text-align: center; font-size: 13px; }

/* @import "Lottery"; */
.za-uploader { position: relative; display: inline-block; }

.za-uploader.disabled { opacity: 0.5; }

.za-uploader-trigger { position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; }

.za-uploader-input { display: none; }

/*# sourceMappingURL=dragon-mobile-ui.css.map*/