/*!amis-v2:node_modules/font-awesome/css/font-awesome.css*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_674f50d.eot?v=4.7.0);
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_674f50d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_af7ae50.woff2?v=4.7.0) format('woff2'), url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_fee66e7.woff?v=4.7.0) format('woff'), url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_b06871f.ttf?v=4.7.0) format('truetype'), url(https://bce.bdstatic.com/fex/amis-v2/n/font-awesome/fonts/fontawesome-webfont_912ec66.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 21.3333px;
    line-height: 12px;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 32px;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 3.2px .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.amis-scope .pull-right {
    float: right;
}

.amis-scope .pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.amis-scope :root .fa-rotate-90,
.amis-scope :root .fa-rotate-180,
.amis-scope :root .fa-rotate-270,
.amis-scope :root .fa-flip-horizontal,
.amis-scope :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 32px;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.amis-scope .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amis-scope .sr-only-focusable:active,
.amis-scope .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!amis-v2:node_modules/bootstrap/dist/css/bootstrap.css*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.amis-scope {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.amis-scope {
    margin: 0;
}

.amis-scope article,
.amis-scope aside,
.amis-scope details,
.amis-scope figcaption,
.amis-scope figure,
.amis-scope footer,
.amis-scope header,
.amis-scope hgroup,
.amis-scope main,
.amis-scope menu,
.amis-scope nav,
.amis-scope section,
.amis-scope summary {
    display: block;
}

.amis-scope audio,
.amis-scope canvas,
.amis-scope progress,
.amis-scope video {
    display: inline-block;
    vertical-align: baseline;
}

.amis-scope audio:not([controls]) {
    display: none;
    height: 0;
}

.amis-scope [hidden],
.amis-scope template {
    display: none;
}

.amis-scope a {
    background-color: transparent;
}

.amis-scope a:active,
.amis-scope a:hover {
    outline: 0;
}

.amis-scope abbr[title] {
    border-bottom: 1px dotted;
}

.amis-scope b,
.amis-scope strong {
    font-weight: 700;
}

.amis-scope dfn {
    font-style: italic;
}

.amis-scope h1 {
    margin: 10.72px 0;
    font-size: 32px;
}

.amis-scope mark {
    color: #000;
    background: #ff0;
}

.amis-scope small {
    font-size: 80%;
}

.amis-scope sub,
.amis-scope sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.amis-scope sup {
    top: -8px;
}

.amis-scope sub {
    bottom: -.25em;
}

.amis-scope img {
    border: 0;
}

.amis-scope svg:not(:root) {
    overflow: hidden;
    display: none;
}

.amis-scope figure {
    margin: 1em 40px;
}

.amis-scope hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.amis-scope pre {
    overflow: auto;
}

.amis-scope code,
.amis-scope kbd,
.amis-scope pre,
.amis-scope samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.amis-scope button,
.amis-scope input,
.amis-scope optgroup,
.amis-scope select,
.amis-scope textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.amis-scope button {
    overflow: visible;
}

.amis-scope button,
.amis-scope select {
    text-transform: none;
}

.amis-scope button,
.amis-scope input[type=button],
.amis-scope input[type=reset],
.amis-scope input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.amis-scope button[disabled],
.amis-scope input[disabled] {
    cursor: default;
}

.amis-scope button::-moz-focus-inner,
.amis-scope input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.amis-scope input {
    line-height: normal;
}

.amis-scope input[type=checkbox],
.amis-scope input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.amis-scope input[type=number]::-webkit-inner-spin-button,
.amis-scope input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

.amis-scope input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

.amis-scope input[type=search]::-webkit-search-cancel-button,
.amis-scope input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.amis-scope fieldset {
    padding: .35em .625em 12px;
    margin: 0 2px;
    border: 1px solid silver;
}

.amis-scope legend {
    padding: 0;
    border: 0;
}

.amis-scope textarea {
    overflow: auto;
}

.amis-scope optgroup {
    font-weight: 700;
}

.amis-scope table {
    border-spacing: 0;
    border-collapse: collapse;
}

.amis-scope td,
.amis-scope th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {

    .amis-scope *,
    .amis-scope :before,
    .amis-scope :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .amis-scope a,
    .amis-scope a:visited {
        text-decoration: underline;
    }

    .amis-scope a[href]:after {
        content: " ("attr(href) ")";
    }

    .amis-scope abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .amis-scope a[href^="#"]:after,
    .amis-scope a[href^="javascript:"]:after {
        content: "";
    }

    .amis-scope pre,
    .amis-scope blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .amis-scope thead {
        display: table-header-group;
    }

    .amis-scope tr,
    .amis-scope img {
        page-break-inside: avoid;
    }

    .amis-scope img {
        max-width: 100% !important;
    }

    .amis-scope p,
    .amis-scope h2,
    .amis-scope h3 {
        orphans: 3;
        widows: 3;
    }

    .amis-scope h2,
    .amis-scope h3 {
        page-break-after: avoid;
    }

    .amis-scope .navbar {
        display: none;
    }

    .amis-scope .btn>.caret,
    .amis-scope .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .amis-scope .label {
        border: 1px solid #000;
    }

    .amis-scope .table {
        border-collapse: collapse !important;
    }

    .amis-scope .table td,
    .amis-scope .table th {
        background-color: #fff !important;
    }

    .amis-scope .table-bordered th,
    .amis-scope .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_f4769f9.eot);
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_f4769f9.eot?#iefix) format('embedded-opentype'), url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_448c34a.woff2) format('woff2'), url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_fa27723.woff) format('woff'), url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_e18bbf6.ttf) format('truetype'), url(https://bce.bdstatic.com/fex/amis-v2/n/bootstrap/dist/fonts/glyphicons-halflings-regular_8988968.svg#glyphicons_halflingsregular) format('svg');
}

.amis-scope .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amis-scope .glyphicon-asterisk:before {
    content: "\002a";
}

.amis-scope .glyphicon-plus:before {
    content: "\002b";
}

.amis-scope .glyphicon-euro:before,
.amis-scope .glyphicon-eur:before {
    content: "\20ac";
}

.amis-scope .glyphicon-minus:before {
    content: "\2212";
}

.amis-scope .glyphicon-cloud:before {
    content: "\2601";
}

.amis-scope .glyphicon-envelope:before {
    content: "\2709";
}

.amis-scope .glyphicon-pencil:before {
    content: "\270f";
}

.amis-scope .glyphicon-glass:before {
    content: "\e001";
}

.amis-scope .glyphicon-music:before {
    content: "\e002";
}

.amis-scope .glyphicon-search:before {
    content: "\e003";
}

.amis-scope .glyphicon-heart:before {
    content: "\e005";
}

.amis-scope .glyphicon-star:before {
    content: "\e006";
}

.amis-scope .glyphicon-star-empty:before {
    content: "\e007";
}

.amis-scope .glyphicon-user:before {
    content: "\e008";
}

.amis-scope .glyphicon-film:before {
    content: "\e009";
}

.amis-scope .glyphicon-th-large:before {
    content: "\e010";
}

.amis-scope .glyphicon-th:before {
    content: "\e011";
}

.amis-scope .glyphicon-th-list:before {
    content: "\e012";
}

.amis-scope .glyphicon-ok:before {
    content: "\e013";
}

.amis-scope .glyphicon-remove:before {
    content: "\e014";
}

.amis-scope .glyphicon-zoom-in:before {
    content: "\e015";
}

.amis-scope .glyphicon-zoom-out:before {
    content: "\e016";
}

.amis-scope .glyphicon-off:before {
    content: "\e017";
}

.amis-scope .glyphicon-signal:before {
    content: "\e018";
}

.amis-scope .glyphicon-cog:before {
    content: "\e019";
}

.amis-scope .glyphicon-trash:before {
    content: "\e020";
}

.amis-scope .glyphicon-home:before {
    content: "\e021";
}

.amis-scope .glyphicon-file:before {
    content: "\e022";
}

.amis-scope .glyphicon-time:before {
    content: "\e023";
}

.amis-scope .glyphicon-road:before {
    content: "\e024";
}

.amis-scope .glyphicon-download-alt:before {
    content: "\e025";
}

.amis-scope .glyphicon-download:before {
    content: "\e026";
}

.amis-scope .glyphicon-upload:before {
    content: "\e027";
}

.amis-scope .glyphicon-inbox:before {
    content: "\e028";
}

.amis-scope .glyphicon-play-circle:before {
    content: "\e029";
}

.amis-scope .glyphicon-repeat:before {
    content: "\e030";
}

.amis-scope .glyphicon-refresh:before {
    content: "\e031";
}

.amis-scope .glyphicon-list-alt:before {
    content: "\e032";
}

.amis-scope .glyphicon-lock:before {
    content: "\e033";
}

.amis-scope .glyphicon-flag:before {
    content: "\e034";
}

.amis-scope .glyphicon-headphones:before {
    content: "\e035";
}

.amis-scope .glyphicon-volume-off:before {
    content: "\e036";
}

.amis-scope .glyphicon-volume-down:before {
    content: "\e037";
}

.amis-scope .glyphicon-volume-up:before {
    content: "\e038";
}

.amis-scope .glyphicon-qrcode:before {
    content: "\e039";
}

.amis-scope .glyphicon-barcode:before {
    content: "\e040";
}

.amis-scope .glyphicon-tag:before {
    content: "\e041";
}

.amis-scope .glyphicon-tags:before {
    content: "\e042";
}

.amis-scope .glyphicon-book:before {
    content: "\e043";
}

.amis-scope .glyphicon-bookmark:before {
    content: "\e044";
}

.amis-scope .glyphicon-print:before {
    content: "\e045";
}

.amis-scope .glyphicon-camera:before {
    content: "\e046";
}

.amis-scope .glyphicon-font:before {
    content: "\e047";
}

.amis-scope .glyphicon-bold:before {
    content: "\e048";
}

.amis-scope .glyphicon-italic:before {
    content: "\e049";
}

.amis-scope .glyphicon-text-height:before {
    content: "\e050";
}

.amis-scope .glyphicon-text-width:before {
    content: "\e051";
}

.amis-scope .glyphicon-align-left:before {
    content: "\e052";
}

.amis-scope .glyphicon-align-center:before {
    content: "\e053";
}

.amis-scope .glyphicon-align-right:before {
    content: "\e054";
}

.amis-scope .glyphicon-align-justify:before {
    content: "\e055";
}

.amis-scope .glyphicon-list:before {
    content: "\e056";
}

.amis-scope .glyphicon-indent-left:before {
    content: "\e057";
}

.amis-scope .glyphicon-indent-right:before {
    content: "\e058";
}

.amis-scope .glyphicon-facetime-video:before {
    content: "\e059";
}

.amis-scope .glyphicon-picture:before {
    content: "\e060";
}

.amis-scope .glyphicon-map-marker:before {
    content: "\e062";
}

.amis-scope .glyphicon-adjust:before {
    content: "\e063";
}

.amis-scope .glyphicon-tint:before {
    content: "\e064";
}

.amis-scope .glyphicon-edit:before {
    content: "\e065";
}

.amis-scope .glyphicon-share:before {
    content: "\e066";
}

.amis-scope .glyphicon-check:before {
    content: "\e067";
}

.amis-scope .glyphicon-move:before {
    content: "\e068";
}

.amis-scope .glyphicon-step-backward:before {
    content: "\e069";
}

.amis-scope .glyphicon-fast-backward:before {
    content: "\e070";
}

.amis-scope .glyphicon-backward:before {
    content: "\e071";
}

.amis-scope .glyphicon-play:before {
    content: "\e072";
}

.amis-scope .glyphicon-pause:before {
    content: "\e073";
}

.amis-scope .glyphicon-stop:before {
    content: "\e074";
}

.amis-scope .glyphicon-forward:before {
    content: "\e075";
}

.amis-scope .glyphicon-fast-forward:before {
    content: "\e076";
}

.amis-scope .glyphicon-step-forward:before {
    content: "\e077";
}

.amis-scope .glyphicon-eject:before {
    content: "\e078";
}

.amis-scope .glyphicon-chevron-left:before {
    content: "\e079";
}

.amis-scope .glyphicon-chevron-right:before {
    content: "\e080";
}

.amis-scope .glyphicon-plus-sign:before {
    content: "\e081";
}

.amis-scope .glyphicon-minus-sign:before {
    content: "\e082";
}

.amis-scope .glyphicon-remove-sign:before {
    content: "\e083";
}

.amis-scope .glyphicon-ok-sign:before {
    content: "\e084";
}

.amis-scope .glyphicon-question-sign:before {
    content: "\e085";
}

.amis-scope .glyphicon-info-sign:before {
    content: "\e086";
}

.amis-scope .glyphicon-screenshot:before {
    content: "\e087";
}

.amis-scope .glyphicon-remove-circle:before {
    content: "\e088";
}

.amis-scope .glyphicon-ok-circle:before {
    content: "\e089";
}

.amis-scope .glyphicon-ban-circle:before {
    content: "\e090";
}

.amis-scope .glyphicon-arrow-left:before {
    content: "\e091";
}

.amis-scope .glyphicon-arrow-right:before {
    content: "\e092";
}

.amis-scope .glyphicon-arrow-up:before {
    content: "\e093";
}

.amis-scope .glyphicon-arrow-down:before {
    content: "\e094";
}

.amis-scope .glyphicon-share-alt:before {
    content: "\e095";
}

.amis-scope .glyphicon-resize-full:before {
    content: "\e096";
}

.amis-scope .glyphicon-resize-small:before {
    content: "\e097";
}

.amis-scope .glyphicon-exclamation-sign:before {
    content: "\e101";
}

.amis-scope .glyphicon-gift:before {
    content: "\e102";
}

.amis-scope .glyphicon-leaf:before {
    content: "\e103";
}

.amis-scope .glyphicon-fire:before {
    content: "\e104";
}

.amis-scope .glyphicon-eye-open:before {
    content: "\e105";
}

.amis-scope .glyphicon-eye-close:before {
    content: "\e106";
}

.amis-scope .glyphicon-warning-sign:before {
    content: "\e107";
}

.amis-scope .glyphicon-plane:before {
    content: "\e108";
}

.amis-scope .glyphicon-calendar:before {
    content: "\e109";
}

.amis-scope .glyphicon-random:before {
    content: "\e110";
}

.amis-scope .glyphicon-comment:before {
    content: "\e111";
}

.amis-scope .glyphicon-magnet:before {
    content: "\e112";
}

.amis-scope .glyphicon-chevron-up:before {
    content: "\e113";
}

.amis-scope .glyphicon-chevron-down:before {
    content: "\e114";
}

.amis-scope .glyphicon-retweet:before {
    content: "\e115";
}

.amis-scope .glyphicon-shopping-cart:before {
    content: "\e116";
}

.amis-scope .glyphicon-folder-close:before {
    content: "\e117";
}

.amis-scope .glyphicon-folder-open:before {
    content: "\e118";
}

.amis-scope .glyphicon-resize-vertical:before {
    content: "\e119";
}

.amis-scope .glyphicon-resize-horizontal:before {
    content: "\e120";
}

.amis-scope .glyphicon-hdd:before {
    content: "\e121";
}

.amis-scope .glyphicon-bullhorn:before {
    content: "\e122";
}

.amis-scope .glyphicon-bell:before {
    content: "\e123";
}

.amis-scope .glyphicon-certificate:before {
    content: "\e124";
}

.amis-scope .glyphicon-thumbs-up:before {
    content: "\e125";
}

.amis-scope .glyphicon-thumbs-down:before {
    content: "\e126";
}

.amis-scope .glyphicon-hand-right:before {
    content: "\e127";
}

.amis-scope .glyphicon-hand-left:before {
    content: "\e128";
}

.amis-scope .glyphicon-hand-up:before {
    content: "\e129";
}

.amis-scope .glyphicon-hand-down:before {
    content: "\e130";
}

.amis-scope .glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.amis-scope .glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.amis-scope .glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.amis-scope .glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.amis-scope .glyphicon-globe:before {
    content: "\e135";
}

.amis-scope .glyphicon-wrench:before {
    content: "\e136";
}

.amis-scope .glyphicon-tasks:before {
    content: "\e137";
}

.amis-scope .glyphicon-filter:before {
    content: "\e138";
}

.amis-scope .glyphicon-briefcase:before {
    content: "\e139";
}

.amis-scope .glyphicon-fullscreen:before {
    content: "\e140";
}

.amis-scope .glyphicon-dashboard:before {
    content: "\e141";
}

.amis-scope .glyphicon-paperclip:before {
    content: "\e142";
}

.amis-scope .glyphicon-heart-empty:before {
    content: "\e143";
}

.amis-scope .glyphicon-link:before {
    content: "\e144";
}

.amis-scope .glyphicon-phone:before {
    content: "\e145";
}

.amis-scope .glyphicon-pushpin:before {
    content: "\e146";
}

.amis-scope .glyphicon-usd:before {
    content: "\e148";
}

.amis-scope .glyphicon-gbp:before {
    content: "\e149";
}

.amis-scope .glyphicon-sort:before {
    content: "\e150";
}

.amis-scope .glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.amis-scope .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.amis-scope .glyphicon-sort-by-order:before {
    content: "\e153";
}

.amis-scope .glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.amis-scope .glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.amis-scope .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.amis-scope .glyphicon-unchecked:before {
    content: "\e157";
}

.amis-scope .glyphicon-expand:before {
    content: "\e158";
}

.amis-scope .glyphicon-collapse-down:before {
    content: "\e159";
}

.amis-scope .glyphicon-collapse-up:before {
    content: "\e160";
}

.amis-scope .glyphicon-log-in:before {
    content: "\e161";
}

.amis-scope .glyphicon-flash:before {
    content: "\e162";
}

.amis-scope .glyphicon-log-out:before {
    content: "\e163";
}

.amis-scope .glyphicon-new-window:before {
    content: "\e164";
}

.amis-scope .glyphicon-record:before {
    content: "\e165";
}

.amis-scope .glyphicon-save:before {
    content: "\e166";
}

.amis-scope .glyphicon-open:before {
    content: "\e167";
}

.amis-scope .glyphicon-saved:before {
    content: "\e168";
}

.amis-scope .glyphicon-import:before {
    content: "\e169";
}

.amis-scope .glyphicon-export:before {
    content: "\e170";
}

.amis-scope .glyphicon-send:before {
    content: "\e171";
}

.amis-scope .glyphicon-floppy-disk:before {
    content: "\e172";
}

.amis-scope .glyphicon-floppy-saved:before {
    content: "\e173";
}

.amis-scope .glyphicon-floppy-remove:before {
    content: "\e174";
}

.amis-scope .glyphicon-floppy-save:before {
    content: "\e175";
}

.amis-scope .glyphicon-floppy-open:before {
    content: "\e176";
}

.amis-scope .glyphicon-credit-card:before {
    content: "\e177";
}

.amis-scope .glyphicon-transfer:before {
    content: "\e178";
}

.amis-scope .glyphicon-cutlery:before {
    content: "\e179";
}

.amis-scope .glyphicon-header:before {
    content: "\e180";
}

.amis-scope .glyphicon-compressed:before {
    content: "\e181";
}

.amis-scope .glyphicon-earphone:before {
    content: "\e182";
}

.amis-scope .glyphicon-phone-alt:before {
    content: "\e183";
}

.amis-scope .glyphicon-tower:before {
    content: "\e184";
}

.amis-scope .glyphicon-stats:before {
    content: "\e185";
}

.amis-scope .glyphicon-sd-video:before {
    content: "\e186";
}

.amis-scope .glyphicon-hd-video:before {
    content: "\e187";
}

.amis-scope .glyphicon-subtitles:before {
    content: "\e188";
}

.amis-scope .glyphicon-sound-stereo:before {
    content: "\e189";
}

.amis-scope .glyphicon-sound-dolby:before {
    content: "\e190";
}

.amis-scope .glyphicon-sound-5-1:before {
    content: "\e191";
}

.amis-scope .glyphicon-sound-6-1:before {
    content: "\e192";
}

.amis-scope .glyphicon-sound-7-1:before {
    content: "\e193";
}

.amis-scope .glyphicon-copyright-mark:before {
    content: "\e194";
}

.amis-scope .glyphicon-registration-mark:before {
    content: "\e195";
}

.amis-scope .glyphicon-cloud-download:before {
    content: "\e197";
}

.amis-scope .glyphicon-cloud-upload:before {
    content: "\e198";
}

.amis-scope .glyphicon-tree-conifer:before {
    content: "\e199";
}

.amis-scope .glyphicon-tree-deciduous:before {
    content: "\e200";
}

.amis-scope .glyphicon-cd:before {
    content: "\e201";
}

.amis-scope .glyphicon-save-file:before {
    content: "\e202";
}

.amis-scope .glyphicon-open-file:before {
    content: "\e203";
}

.amis-scope .glyphicon-level-up:before {
    content: "\e204";
}

.amis-scope .glyphicon-copy:before {
    content: "\e205";
}

.amis-scope .glyphicon-paste:before {
    content: "\e206";
}

.amis-scope .glyphicon-alert:before {
    content: "\e209";
}

.amis-scope .glyphicon-equalizer:before {
    content: "\e210";
}

.amis-scope .glyphicon-king:before {
    content: "\e211";
}

.amis-scope .glyphicon-queen:before {
    content: "\e212";
}

.amis-scope .glyphicon-pawn:before {
    content: "\e213";
}

.amis-scope .glyphicon-bishop:before {
    content: "\e214";
}

.amis-scope .glyphicon-knight:before {
    content: "\e215";
}

.amis-scope .glyphicon-baby-formula:before {
    content: "\e216";
}

.amis-scope .glyphicon-tent:before {
    content: "\26fa";
}

.amis-scope .glyphicon-blackboard:before {
    content: "\e218";
}

.amis-scope .glyphicon-bed:before {
    content: "\e219";
}

.amis-scope .glyphicon-apple:before {
    content: "\f8ff";
}

.amis-scope .glyphicon-erase:before {
    content: "\e221";
}

.amis-scope .glyphicon-hourglass:before {
    content: "\231b";
}

.amis-scope .glyphicon-lamp:before {
    content: "\e223";
}

.amis-scope .glyphicon-duplicate:before {
    content: "\e224";
}

.amis-scope .glyphicon-piggy-bank:before {
    content: "\e225";
}

.amis-scope .glyphicon-scissors:before {
    content: "\e226";
}

.amis-scope .glyphicon-bitcoin:before {
    content: "\e227";
}

.amis-scope .glyphicon-btc:before {
    content: "\e227";
}

.amis-scope .glyphicon-xbt:before {
    content: "\e227";
}

.amis-scope .glyphicon-yen:before {
    content: "\00a5";
}

.amis-scope .glyphicon-jpy:before {
    content: "\00a5";
}

.amis-scope .glyphicon-ruble:before {
    content: "\20bd";
}

.amis-scope .glyphicon-rub:before {
    content: "\20bd";
}

.amis-scope .glyphicon-scale:before {
    content: "\e230";
}

.amis-scope .glyphicon-ice-lolly:before {
    content: "\e231";
}

.amis-scope .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.amis-scope .glyphicon-education:before {
    content: "\e233";
}

.amis-scope .glyphicon-option-horizontal:before {
    content: "\e234";
}

.amis-scope .glyphicon-option-vertical:before {
    content: "\e235";
}

.amis-scope .glyphicon-menu-hamburger:before {
    content: "\e236";
}

.amis-scope .glyphicon-modal-window:before {
    content: "\e237";
}

.amis-scope .glyphicon-oil:before {
    content: "\e238";
}

.amis-scope .glyphicon-grain:before {
    content: "\e239";
}

.amis-scope .glyphicon-sunglasses:before {
    content: "\e240";
}

.amis-scope .glyphicon-text-size:before {
    content: "\e241";
}

.amis-scope .glyphicon-text-color:before {
    content: "\e242";
}

.amis-scope .glyphicon-text-background:before {
    content: "\e243";
}

.amis-scope .glyphicon-object-align-top:before {
    content: "\e244";
}

.amis-scope .glyphicon-object-align-bottom:before {
    content: "\e245";
}

.amis-scope .glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.amis-scope .glyphicon-object-align-left:before {
    content: "\e247";
}

.amis-scope .glyphicon-object-align-vertical:before {
    content: "\e248";
}

.amis-scope .glyphicon-object-align-right:before {
    content: "\e249";
}

.amis-scope .glyphicon-triangle-right:before {
    content: "\e250";
}

.amis-scope .glyphicon-triangle-left:before {
    content: "\e251";
}

.amis-scope .glyphicon-triangle-bottom:before {
    content: "\e252";
}

.amis-scope .glyphicon-triangle-top:before {
    content: "\e253";
}

.amis-scope .glyphicon-console:before {
    content: "\e254";
}

.amis-scope .glyphicon-superscript:before {
    content: "\e255";
}

.amis-scope .glyphicon-subscript:before {
    content: "\e256";
}

.amis-scope .glyphicon-menu-left:before {
    content: "\e257";
}

.amis-scope .glyphicon-menu-right:before {
    content: "\e258";
}

.amis-scope .glyphicon-menu-down:before {
    content: "\e259";
}

.amis-scope .glyphicon-menu-up:before {
    content: "\e260";
}

.amis-scope * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope :before,
.amis-scope :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.amis-scope {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.amis-scope input,
.amis-scope button,
.amis-scope select,
.amis-scope textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.amis-scope a {
    color: #337ab7;
    text-decoration: none;
}

.amis-scope a:hover,
.amis-scope a:focus {
    color: #23527c;
    text-decoration: underline;
}

.amis-scope a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.amis-scope figure {
    margin: 0;
}

.amis-scope img {
    vertical-align: middle;
}

.amis-scope .img-responsive,
.amis-scope .thumbnail>img,
.amis-scope .thumbnail a>img,
.amis-scope .carousel-inner>.item>img,
.amis-scope .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.amis-scope .img-rounded {
    border-radius: 6px;
}

.amis-scope .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.amis-scope .img-circle {
    border-radius: 50%;
}

.amis-scope hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.amis-scope .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amis-scope .sr-only-focusable:active,
.amis-scope .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.amis-scope [role=button] {
    cursor: pointer;
}

.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6,
.amis-scope .h1,
.amis-scope .h2,
.amis-scope .h3,
.amis-scope .h4,
.amis-scope .h5,
.amis-scope .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.amis-scope h1 small,
.amis-scope h2 small,
.amis-scope h3 small,
.amis-scope h4 small,
.amis-scope h5 small,
.amis-scope h6 small,
.amis-scope .h1 small,
.amis-scope .h2 small,
.amis-scope .h3 small,
.amis-scope .h4 small,
.amis-scope .h5 small,
.amis-scope .h6 small,
.amis-scope h1 .small,
.amis-scope h2 .small,
.amis-scope h3 .small,
.amis-scope h4 .small,
.amis-scope h5 .small,
.amis-scope h6 .small,
.amis-scope .h1 .small,
.amis-scope .h2 .small,
.amis-scope .h3 .small,
.amis-scope .h4 .small,
.amis-scope .h5 .small,
.amis-scope .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.amis-scope h1,
.amis-scope .h1,
.amis-scope h2,
.amis-scope .h2,
.amis-scope h3,
.amis-scope .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.amis-scope h1 small,
.amis-scope .h1 small,
.amis-scope h2 small,
.amis-scope .h2 small,
.amis-scope h3 small,
.amis-scope .h3 small,
.amis-scope h1 .small,
.amis-scope .h1 .small,
.amis-scope h2 .small,
.amis-scope .h2 .small,
.amis-scope h3 .small,
.amis-scope .h3 .small {
    font-size: 65%;
}

.amis-scope h4,
.amis-scope .h4,
.amis-scope h5,
.amis-scope .h5,
.amis-scope h6,
.amis-scope .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.amis-scope h4 small,
.amis-scope .h4 small,
.amis-scope h5 small,
.amis-scope .h5 small,
.amis-scope h6 small,
.amis-scope .h6 small,
.amis-scope h4 .small,
.amis-scope .h4 .small,
.amis-scope h5 .small,
.amis-scope .h5 .small,
.amis-scope h6 .small,
.amis-scope .h6 .small {
    font-size: 75%;
}

.amis-scope h1,
.amis-scope .h1 {
    font-size: 36px;
}

.amis-scope h2,
.amis-scope .h2 {
    font-size: 30px;
}

.amis-scope h3,
.amis-scope .h3 {
    font-size: 24px;
}

.amis-scope h4,
.amis-scope .h4 {
    font-size: 18px;
}

.amis-scope h5,
.amis-scope .h5 {
    font-size: 14px;
}

.amis-scope h6,
.amis-scope .h6 {
    font-size: 12px;
}

.amis-scope p {
    margin: 0 0 10px;
}

.amis-scope .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .amis-scope .lead {
        font-size: 21px;
    }
}

.amis-scope small,
.amis-scope .small {
    font-size: 85%;
}

.amis-scope mark,
.amis-scope .mark {
    padding: 3.2px;
    background-color: #fcf8e3;
}

.amis-scope .text-left {
    text-align: left;
}

.amis-scope .text-right {
    text-align: right;
}

.amis-scope .text-center {
    text-align: center;
}

.amis-scope .text-justify {
    text-align: justify;
}

.amis-scope .text-nowrap {
    white-space: nowrap;
}

.amis-scope .text-lowercase {
    text-transform: lowercase;
}

.amis-scope .text-uppercase {
    text-transform: uppercase;
}

.amis-scope .text-capitalize {
    text-transform: capitalize;
}

.amis-scope .text-muted {
    color: #777;
}

.amis-scope .text-primary {
    color: #337ab7;
}

.amis-scope a.text-primary:hover,
.amis-scope a.text-primary:focus {
    color: #286090;
}

.amis-scope .text-success {
    color: #3c763d;
}

.amis-scope a.text-success:hover,
.amis-scope a.text-success:focus {
    color: #2b542c;
}

.amis-scope .text-info {
    color: #31708f;
}

.amis-scope a.text-info:hover,
.amis-scope a.text-info:focus {
    color: #245269;
}

.amis-scope .text-warning {
    color: #8a6d3b;
}

.amis-scope a.text-warning:hover,
.amis-scope a.text-warning:focus {
    color: #66512c;
}

.amis-scope .text-danger {
    color: #a94442;
}

.amis-scope a.text-danger:hover,
.amis-scope a.text-danger:focus {
    color: #843534;
}

.amis-scope .bg-primary {
    color: #fff;
    background-color: #337ab7;
}

.amis-scope a.bg-primary:hover,
.amis-scope a.bg-primary:focus {
    background-color: #286090;
}

.amis-scope .bg-success {
    background-color: #dff0d8;
}

.amis-scope a.bg-success:hover,
.amis-scope a.bg-success:focus {
    background-color: #c1e2b3;
}

.amis-scope .bg-info {
    background-color: #d9edf7;
}

.amis-scope a.bg-info:hover,
.amis-scope a.bg-info:focus {
    background-color: #afd9ee;
}

.amis-scope .bg-warning {
    background-color: #fcf8e3;
}

.amis-scope a.bg-warning:hover,
.amis-scope a.bg-warning:focus {
    background-color: #f7ecb5;
}

.amis-scope .bg-danger {
    background-color: #f2dede;
}

.amis-scope a.bg-danger:hover,
.amis-scope a.bg-danger:focus {
    background-color: #e4b9b9;
}

.amis-scope .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.amis-scope ul,
.amis-scope ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.amis-scope ul ul,
.amis-scope ol ul,
.amis-scope ul ol,
.amis-scope ol ol {
    margin-bottom: 0;
}

.amis-scope .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.amis-scope .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.amis-scope .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.amis-scope dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.amis-scope dt,
.amis-scope dd {
    line-height: 1.42857143;
}

.amis-scope dt {
    font-weight: 700;
}

.amis-scope dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .amis-scope .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .amis-scope .dl-horizontal dd {
        margin-left: 180px;
    }
}

.amis-scope abbr[title],
.amis-scope abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.amis-scope .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.amis-scope blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.amis-scope blockquote p:last-child,
.amis-scope blockquote ul:last-child,
.amis-scope blockquote ol:last-child {
    margin-bottom: 0;
}

.amis-scope blockquote footer,
.amis-scope blockquote small,
.amis-scope blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.amis-scope blockquote footer:before,
.amis-scope blockquote small:before,
.amis-scope blockquote .small:before {
    content: '\2014 \00A0';
}

.amis-scope .blockquote-reverse,
.amis-scope blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.amis-scope .blockquote-reverse footer:before,
.amis-scope blockquote.pull-right footer:before,
.amis-scope .blockquote-reverse small:before,
.amis-scope blockquote.pull-right small:before,
.amis-scope .blockquote-reverse .small:before,
.amis-scope blockquote.pull-right .small:before {
    content: '';
}

.amis-scope .blockquote-reverse footer:after,
.amis-scope blockquote.pull-right footer:after,
.amis-scope .blockquote-reverse small:after,
.amis-scope blockquote.pull-right small:after,
.amis-scope .blockquote-reverse .small:after,
.amis-scope blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

.amis-scope address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.amis-scope code,
.amis-scope kbd,
.amis-scope pre,
.amis-scope samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.amis-scope code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.amis-scope kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.amis-scope kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.amis-scope pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.amis-scope .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.amis-scope .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .amis-scope .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .amis-scope .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .amis-scope .container {
        width: 1170px;
    }
}

.amis-scope .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.amis-scope .row {
    margin-right: -15px;
    margin-left: -15px;
}

.amis-scope .col-xs-1,
.amis-scope .col-sm-1,
.amis-scope .col-md-1,
.amis-scope .col-lg-1,
.amis-scope .col-xs-2,
.amis-scope .col-sm-2,
.amis-scope .col-md-2,
.amis-scope .col-lg-2,
.amis-scope .col-xs-3,
.amis-scope .col-sm-3,
.amis-scope .col-md-3,
.amis-scope .col-lg-3,
.amis-scope .col-xs-4,
.amis-scope .col-sm-4,
.amis-scope .col-md-4,
.amis-scope .col-lg-4,
.amis-scope .col-xs-5,
.amis-scope .col-sm-5,
.amis-scope .col-md-5,
.amis-scope .col-lg-5,
.amis-scope .col-xs-6,
.amis-scope .col-sm-6,
.amis-scope .col-md-6,
.amis-scope .col-lg-6,
.amis-scope .col-xs-7,
.amis-scope .col-sm-7,
.amis-scope .col-md-7,
.amis-scope .col-lg-7,
.amis-scope .col-xs-8,
.amis-scope .col-sm-8,
.amis-scope .col-md-8,
.amis-scope .col-lg-8,
.amis-scope .col-xs-9,
.amis-scope .col-sm-9,
.amis-scope .col-md-9,
.amis-scope .col-lg-9,
.amis-scope .col-xs-10,
.amis-scope .col-sm-10,
.amis-scope .col-md-10,
.amis-scope .col-lg-10,
.amis-scope .col-xs-11,
.amis-scope .col-sm-11,
.amis-scope .col-md-11,
.amis-scope .col-lg-11,
.amis-scope .col-xs-12,
.amis-scope .col-sm-12,
.amis-scope .col-md-12,
.amis-scope .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.amis-scope .col-xs-1,
.amis-scope .col-xs-2,
.amis-scope .col-xs-3,
.amis-scope .col-xs-4,
.amis-scope .col-xs-5,
.amis-scope .col-xs-6,
.amis-scope .col-xs-7,
.amis-scope .col-xs-8,
.amis-scope .col-xs-9,
.amis-scope .col-xs-10,
.amis-scope .col-xs-11,
.amis-scope .col-xs-12 {
    float: left;
}

.amis-scope .col-xs-12 {
    width: 100%;
}

.amis-scope .col-xs-11 {
    width: 91.66666667%;
}

.amis-scope .col-xs-10 {
    width: 83.33333333%;
}

.amis-scope .col-xs-9 {
    width: 75%;
}

.amis-scope .col-xs-8 {
    width: 66.66666667%;
}

.amis-scope .col-xs-7 {
    width: 58.33333333%;
}

.amis-scope .col-xs-6 {
    width: 50%;
}

.amis-scope .col-xs-5 {
    width: 41.66666667%;
}

.amis-scope .col-xs-4 {
    width: 33.33333333%;
}

.amis-scope .col-xs-3 {
    width: 25%;
}

.amis-scope .col-xs-2 {
    width: 16.66666667%;
}

.amis-scope .col-xs-1 {
    width: 8.33333333%;
}

.amis-scope .col-xs-pull-12 {
    right: 100%;
}

.amis-scope .col-xs-pull-11 {
    right: 91.66666667%;
}

.amis-scope .col-xs-pull-10 {
    right: 83.33333333%;
}

.amis-scope .col-xs-pull-9 {
    right: 75%;
}

.amis-scope .col-xs-pull-8 {
    right: 66.66666667%;
}

.amis-scope .col-xs-pull-7 {
    right: 58.33333333%;
}

.amis-scope .col-xs-pull-6 {
    right: 50%;
}

.amis-scope .col-xs-pull-5 {
    right: 41.66666667%;
}

.amis-scope .col-xs-pull-4 {
    right: 33.33333333%;
}

.amis-scope .col-xs-pull-3 {
    right: 25%;
}

.amis-scope .col-xs-pull-2 {
    right: 16.66666667%;
}

.amis-scope .col-xs-pull-1 {
    right: 8.33333333%;
}

.amis-scope .col-xs-pull-0 {
    right: auto;
}

.amis-scope .col-xs-push-12 {
    left: 100%;
}

.amis-scope .col-xs-push-11 {
    left: 91.66666667%;
}

.amis-scope .col-xs-push-10 {
    left: 83.33333333%;
}

.amis-scope .col-xs-push-9 {
    left: 75%;
}

.amis-scope .col-xs-push-8 {
    left: 66.66666667%;
}

.amis-scope .col-xs-push-7 {
    left: 58.33333333%;
}

.amis-scope .col-xs-push-6 {
    left: 50%;
}

.amis-scope .col-xs-push-5 {
    left: 41.66666667%;
}

.amis-scope .col-xs-push-4 {
    left: 33.33333333%;
}

.amis-scope .col-xs-push-3 {
    left: 25%;
}

.amis-scope .col-xs-push-2 {
    left: 16.66666667%;
}

.amis-scope .col-xs-push-1 {
    left: 8.33333333%;
}

.amis-scope .col-xs-push-0 {
    left: auto;
}

.amis-scope .col-xs-offset-12 {
    margin-left: 100%;
}

.amis-scope .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.amis-scope .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.amis-scope .col-xs-offset-9 {
    margin-left: 75%;
}

.amis-scope .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.amis-scope .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.amis-scope .col-xs-offset-6 {
    margin-left: 50%;
}

.amis-scope .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.amis-scope .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.amis-scope .col-xs-offset-3 {
    margin-left: 25%;
}

.amis-scope .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.amis-scope .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.amis-scope .col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {

    .amis-scope .col-sm-1,
    .amis-scope .col-sm-2,
    .amis-scope .col-sm-3,
    .amis-scope .col-sm-4,
    .amis-scope .col-sm-5,
    .amis-scope .col-sm-6,
    .amis-scope .col-sm-7,
    .amis-scope .col-sm-8,
    .amis-scope .col-sm-9,
    .amis-scope .col-sm-10,
    .amis-scope .col-sm-11,
    .amis-scope .col-sm-12 {
        float: left;
    }

    .amis-scope .col-sm-12 {
        width: 100%;
    }

    .amis-scope .col-sm-11 {
        width: 91.66666667%;
    }

    .amis-scope .col-sm-10 {
        width: 83.33333333%;
    }

    .amis-scope .col-sm-9 {
        width: 75%;
    }

    .amis-scope .col-sm-8 {
        width: 66.66666667%;
    }

    .amis-scope .col-sm-7 {
        width: 58.33333333%;
    }

    .amis-scope .col-sm-6 {
        width: 50%;
    }

    .amis-scope .col-sm-5 {
        width: 41.66666667%;
    }

    .amis-scope .col-sm-4 {
        width: 33.33333333%;
    }

    .amis-scope .col-sm-3 {
        width: 25%;
    }

    .amis-scope .col-sm-2 {
        width: 16.66666667%;
    }

    .amis-scope .col-sm-1 {
        width: 8.33333333%;
    }

    .amis-scope .col-sm-pull-12 {
        right: 100%;
    }

    .amis-scope .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .amis-scope .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .amis-scope .col-sm-pull-9 {
        right: 75%;
    }

    .amis-scope .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .amis-scope .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .amis-scope .col-sm-pull-6 {
        right: 50%;
    }

    .amis-scope .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .amis-scope .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .amis-scope .col-sm-pull-3 {
        right: 25%;
    }

    .amis-scope .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .amis-scope .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .amis-scope .col-sm-pull-0 {
        right: auto;
    }

    .amis-scope .col-sm-push-12 {
        left: 100%;
    }

    .amis-scope .col-sm-push-11 {
        left: 91.66666667%;
    }

    .amis-scope .col-sm-push-10 {
        left: 83.33333333%;
    }

    .amis-scope .col-sm-push-9 {
        left: 75%;
    }

    .amis-scope .col-sm-push-8 {
        left: 66.66666667%;
    }

    .amis-scope .col-sm-push-7 {
        left: 58.33333333%;
    }

    .amis-scope .col-sm-push-6 {
        left: 50%;
    }

    .amis-scope .col-sm-push-5 {
        left: 41.66666667%;
    }

    .amis-scope .col-sm-push-4 {
        left: 33.33333333%;
    }

    .amis-scope .col-sm-push-3 {
        left: 25%;
    }

    .amis-scope .col-sm-push-2 {
        left: 16.66666667%;
    }

    .amis-scope .col-sm-push-1 {
        left: 8.33333333%;
    }

    .amis-scope .col-sm-push-0 {
        left: auto;
    }

    .amis-scope .col-sm-offset-12 {
        margin-left: 100%;
    }

    .amis-scope .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .amis-scope .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .amis-scope .col-sm-offset-9 {
        margin-left: 75%;
    }

    .amis-scope .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .amis-scope .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .amis-scope .col-sm-offset-6 {
        margin-left: 50%;
    }

    .amis-scope .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .amis-scope .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .amis-scope .col-sm-offset-3 {
        margin-left: 25%;
    }

    .amis-scope .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .amis-scope .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .amis-scope .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {

    .amis-scope .col-md-1,
    .amis-scope .col-md-2,
    .amis-scope .col-md-3,
    .amis-scope .col-md-4,
    .amis-scope .col-md-5,
    .amis-scope .col-md-6,
    .amis-scope .col-md-7,
    .amis-scope .col-md-8,
    .amis-scope .col-md-9,
    .amis-scope .col-md-10,
    .amis-scope .col-md-11,
    .amis-scope .col-md-12 {
        float: left;
    }

    .amis-scope .col-md-12 {
        width: 100%;
    }

    .amis-scope .col-md-11 {
        width: 91.66666667%;
    }

    .amis-scope .col-md-10 {
        width: 83.33333333%;
    }

    .amis-scope .col-md-9 {
        width: 75%;
    }

    .amis-scope .col-md-8 {
        width: 66.66666667%;
    }

    .amis-scope .col-md-7 {
        width: 58.33333333%;
    }

    .amis-scope .col-md-6 {
        width: 50%;
    }

    .amis-scope .col-md-5 {
        width: 41.66666667%;
    }

    .amis-scope .col-md-4 {
        width: 33.33333333%;
    }

    .amis-scope .col-md-3 {
        width: 25%;
    }

    .amis-scope .col-md-2 {
        width: 16.66666667%;
    }

    .amis-scope .col-md-1 {
        width: 8.33333333%;
    }

    .amis-scope .col-md-pull-12 {
        right: 100%;
    }

    .amis-scope .col-md-pull-11 {
        right: 91.66666667%;
    }

    .amis-scope .col-md-pull-10 {
        right: 83.33333333%;
    }

    .amis-scope .col-md-pull-9 {
        right: 75%;
    }

    .amis-scope .col-md-pull-8 {
        right: 66.66666667%;
    }

    .amis-scope .col-md-pull-7 {
        right: 58.33333333%;
    }

    .amis-scope .col-md-pull-6 {
        right: 50%;
    }

    .amis-scope .col-md-pull-5 {
        right: 41.66666667%;
    }

    .amis-scope .col-md-pull-4 {
        right: 33.33333333%;
    }

    .amis-scope .col-md-pull-3 {
        right: 25%;
    }

    .amis-scope .col-md-pull-2 {
        right: 16.66666667%;
    }

    .amis-scope .col-md-pull-1 {
        right: 8.33333333%;
    }

    .amis-scope .col-md-pull-0 {
        right: auto;
    }

    .amis-scope .col-md-push-12 {
        left: 100%;
    }

    .amis-scope .col-md-push-11 {
        left: 91.66666667%;
    }

    .amis-scope .col-md-push-10 {
        left: 83.33333333%;
    }

    .amis-scope .col-md-push-9 {
        left: 75%;
    }

    .amis-scope .col-md-push-8 {
        left: 66.66666667%;
    }

    .amis-scope .col-md-push-7 {
        left: 58.33333333%;
    }

    .amis-scope .col-md-push-6 {
        left: 50%;
    }

    .amis-scope .col-md-push-5 {
        left: 41.66666667%;
    }

    .amis-scope .col-md-push-4 {
        left: 33.33333333%;
    }

    .amis-scope .col-md-push-3 {
        left: 25%;
    }

    .amis-scope .col-md-push-2 {
        left: 16.66666667%;
    }

    .amis-scope .col-md-push-1 {
        left: 8.33333333%;
    }

    .amis-scope .col-md-push-0 {
        left: auto;
    }

    .amis-scope .col-md-offset-12 {
        margin-left: 100%;
    }

    .amis-scope .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .amis-scope .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .amis-scope .col-md-offset-9 {
        margin-left: 75%;
    }

    .amis-scope .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .amis-scope .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .amis-scope .col-md-offset-6 {
        margin-left: 50%;
    }

    .amis-scope .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .amis-scope .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .amis-scope .col-md-offset-3 {
        margin-left: 25%;
    }

    .amis-scope .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .amis-scope .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .amis-scope .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {

    .amis-scope .col-lg-1,
    .amis-scope .col-lg-2,
    .amis-scope .col-lg-3,
    .amis-scope .col-lg-4,
    .amis-scope .col-lg-5,
    .amis-scope .col-lg-6,
    .amis-scope .col-lg-7,
    .amis-scope .col-lg-8,
    .amis-scope .col-lg-9,
    .amis-scope .col-lg-10,
    .amis-scope .col-lg-11,
    .amis-scope .col-lg-12 {
        float: left;
    }

    .amis-scope .col-lg-12 {
        width: 100%;
    }

    .amis-scope .col-lg-11 {
        width: 91.66666667%;
    }

    .amis-scope .col-lg-10 {
        width: 83.33333333%;
    }

    .amis-scope .col-lg-9 {
        width: 75%;
    }

    .amis-scope .col-lg-8 {
        width: 66.66666667%;
    }

    .amis-scope .col-lg-7 {
        width: 58.33333333%;
    }

    .amis-scope .col-lg-6 {
        width: 50%;
    }

    .amis-scope .col-lg-5 {
        width: 41.66666667%;
    }

    .amis-scope .col-lg-4 {
        width: 33.33333333%;
    }

    .amis-scope .col-lg-3 {
        width: 25%;
    }

    .amis-scope .col-lg-2 {
        width: 16.66666667%;
    }

    .amis-scope .col-lg-1 {
        width: 8.33333333%;
    }

    .amis-scope .col-lg-pull-12 {
        right: 100%;
    }

    .amis-scope .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .amis-scope .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .amis-scope .col-lg-pull-9 {
        right: 75%;
    }

    .amis-scope .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .amis-scope .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .amis-scope .col-lg-pull-6 {
        right: 50%;
    }

    .amis-scope .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .amis-scope .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .amis-scope .col-lg-pull-3 {
        right: 25%;
    }

    .amis-scope .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .amis-scope .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .amis-scope .col-lg-pull-0 {
        right: auto;
    }

    .amis-scope .col-lg-push-12 {
        left: 100%;
    }

    .amis-scope .col-lg-push-11 {
        left: 91.66666667%;
    }

    .amis-scope .col-lg-push-10 {
        left: 83.33333333%;
    }

    .amis-scope .col-lg-push-9 {
        left: 75%;
    }

    .amis-scope .col-lg-push-8 {
        left: 66.66666667%;
    }

    .amis-scope .col-lg-push-7 {
        left: 58.33333333%;
    }

    .amis-scope .col-lg-push-6 {
        left: 50%;
    }

    .amis-scope .col-lg-push-5 {
        left: 41.66666667%;
    }

    .amis-scope .col-lg-push-4 {
        left: 33.33333333%;
    }

    .amis-scope .col-lg-push-3 {
        left: 25%;
    }

    .amis-scope .col-lg-push-2 {
        left: 16.66666667%;
    }

    .amis-scope .col-lg-push-1 {
        left: 8.33333333%;
    }

    .amis-scope .col-lg-push-0 {
        left: auto;
    }

    .amis-scope .col-lg-offset-12 {
        margin-left: 100%;
    }

    .amis-scope .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .amis-scope .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .amis-scope .col-lg-offset-9 {
        margin-left: 75%;
    }

    .amis-scope .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .amis-scope .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .amis-scope .col-lg-offset-6 {
        margin-left: 50%;
    }

    .amis-scope .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .amis-scope .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .amis-scope .col-lg-offset-3 {
        margin-left: 25%;
    }

    .amis-scope .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .amis-scope .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .amis-scope .col-lg-offset-0 {
        margin-left: 0;
    }
}

.amis-scope table {
    background-color: transparent;
}

.amis-scope caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.amis-scope th {
    text-align: left;
}

.amis-scope .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.amis-scope .table>thead>tr>th,
.amis-scope .table>tbody>tr>th,
.amis-scope .table>tfoot>tr>th,
.amis-scope .table>thead>tr>td,
.amis-scope .table>tbody>tr>td,
.amis-scope .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.amis-scope .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.amis-scope .table>caption+thead>tr:first-child>th,
.amis-scope .table>colgroup+thead>tr:first-child>th,
.amis-scope .table>thead:first-child>tr:first-child>th,
.amis-scope .table>caption+thead>tr:first-child>td,
.amis-scope .table>colgroup+thead>tr:first-child>td,
.amis-scope .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.amis-scope .table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.amis-scope .table .table {
    background-color: #fff;
}

.amis-scope .table-condensed>thead>tr>th,
.amis-scope .table-condensed>tbody>tr>th,
.amis-scope .table-condensed>tfoot>tr>th,
.amis-scope .table-condensed>thead>tr>td,
.amis-scope .table-condensed>tbody>tr>td,
.amis-scope .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.amis-scope .table-bordered {
    border: 1px solid #ddd;
}

.amis-scope .table-bordered>thead>tr>th,
.amis-scope .table-bordered>tbody>tr>th,
.amis-scope .table-bordered>tfoot>tr>th,
.amis-scope .table-bordered>thead>tr>td,
.amis-scope .table-bordered>tbody>tr>td,
.amis-scope .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.amis-scope .table-bordered>thead>tr>th,
.amis-scope .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.amis-scope .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.amis-scope .table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.amis-scope table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

.amis-scope table td[class*=col-],
.amis-scope table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.amis-scope .table>thead>tr>td.active,
.amis-scope .table>tbody>tr>td.active,
.amis-scope .table>tfoot>tr>td.active,
.amis-scope .table>thead>tr>th.active,
.amis-scope .table>tbody>tr>th.active,
.amis-scope .table>tfoot>tr>th.active,
.amis-scope .table>thead>tr.active>td,
.amis-scope .table>tbody>tr.active>td,
.amis-scope .table>tfoot>tr.active>td,
.amis-scope .table>thead>tr.active>th,
.amis-scope .table>tbody>tr.active>th,
.amis-scope .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.amis-scope .table-hover>tbody>tr>td.active:hover,
.amis-scope .table-hover>tbody>tr>th.active:hover,
.amis-scope .table-hover>tbody>tr.active:hover>td,
.amis-scope .table-hover>tbody>tr:hover>.active,
.amis-scope .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.amis-scope .table>thead>tr>td.success,
.amis-scope .table>tbody>tr>td.success,
.amis-scope .table>tfoot>tr>td.success,
.amis-scope .table>thead>tr>th.success,
.amis-scope .table>tbody>tr>th.success,
.amis-scope .table>tfoot>tr>th.success,
.amis-scope .table>thead>tr.success>td,
.amis-scope .table>tbody>tr.success>td,
.amis-scope .table>tfoot>tr.success>td,
.amis-scope .table>thead>tr.success>th,
.amis-scope .table>tbody>tr.success>th,
.amis-scope .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.amis-scope .table-hover>tbody>tr>td.success:hover,
.amis-scope .table-hover>tbody>tr>th.success:hover,
.amis-scope .table-hover>tbody>tr.success:hover>td,
.amis-scope .table-hover>tbody>tr:hover>.success,
.amis-scope .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.amis-scope .table>thead>tr>td.info,
.amis-scope .table>tbody>tr>td.info,
.amis-scope .table>tfoot>tr>td.info,
.amis-scope .table>thead>tr>th.info,
.amis-scope .table>tbody>tr>th.info,
.amis-scope .table>tfoot>tr>th.info,
.amis-scope .table>thead>tr.info>td,
.amis-scope .table>tbody>tr.info>td,
.amis-scope .table>tfoot>tr.info>td,
.amis-scope .table>thead>tr.info>th,
.amis-scope .table>tbody>tr.info>th,
.amis-scope .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.amis-scope .table-hover>tbody>tr>td.info:hover,
.amis-scope .table-hover>tbody>tr>th.info:hover,
.amis-scope .table-hover>tbody>tr.info:hover>td,
.amis-scope .table-hover>tbody>tr:hover>.info,
.amis-scope .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.amis-scope .table>thead>tr>td.warning,
.amis-scope .table>tbody>tr>td.warning,
.amis-scope .table>tfoot>tr>td.warning,
.amis-scope .table>thead>tr>th.warning,
.amis-scope .table>tbody>tr>th.warning,
.amis-scope .table>tfoot>tr>th.warning,
.amis-scope .table>thead>tr.warning>td,
.amis-scope .table>tbody>tr.warning>td,
.amis-scope .table>tfoot>tr.warning>td,
.amis-scope .table>thead>tr.warning>th,
.amis-scope .table>tbody>tr.warning>th,
.amis-scope .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.amis-scope .table-hover>tbody>tr>td.warning:hover,
.amis-scope .table-hover>tbody>tr>th.warning:hover,
.amis-scope .table-hover>tbody>tr.warning:hover>td,
.amis-scope .table-hover>tbody>tr:hover>.warning,
.amis-scope .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.amis-scope .table>thead>tr>td.danger,
.amis-scope .table>tbody>tr>td.danger,
.amis-scope .table>tfoot>tr>td.danger,
.amis-scope .table>thead>tr>th.danger,
.amis-scope .table>tbody>tr>th.danger,
.amis-scope .table>tfoot>tr>th.danger,
.amis-scope .table>thead>tr.danger>td,
.amis-scope .table>tbody>tr.danger>td,
.amis-scope .table>tfoot>tr.danger>td,
.amis-scope .table>thead>tr.danger>th,
.amis-scope .table>tbody>tr.danger>th,
.amis-scope .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.amis-scope .table-hover>tbody>tr>td.danger:hover,
.amis-scope .table-hover>tbody>tr>th.danger:hover,
.amis-scope .table-hover>tbody>tr.danger:hover>td,
.amis-scope .table-hover>tbody>tr:hover>.danger,
.amis-scope .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.amis-scope .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .amis-scope .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .amis-scope .table-responsive>.table {
        margin-bottom: 0;
    }

    .amis-scope .table-responsive>.table>thead>tr>th,
    .amis-scope .table-responsive>.table>tbody>tr>th,
    .amis-scope .table-responsive>.table>tfoot>tr>th,
    .amis-scope .table-responsive>.table>thead>tr>td,
    .amis-scope .table-responsive>.table>tbody>tr>td,
    .amis-scope .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .amis-scope .table-responsive>.table-bordered {
        border: 0;
    }

    .amis-scope .table-responsive>.table-bordered>thead>tr>th:first-child,
    .amis-scope .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .amis-scope .table-responsive>.table-bordered>thead>tr>td:first-child,
    .amis-scope .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .amis-scope .table-responsive>.table-bordered>thead>tr>th:last-child,
    .amis-scope .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .amis-scope .table-responsive>.table-bordered>thead>tr>td:last-child,
    .amis-scope .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .amis-scope .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .amis-scope .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .amis-scope .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.amis-scope fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.amis-scope legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.amis-scope label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.amis-scope input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope input[type=radio],
.amis-scope input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.amis-scope input[type=file] {
    display: block;
}

.amis-scope input[type=range] {
    display: block;
    width: 100%;
}

.amis-scope select[multiple],
.amis-scope select[size] {
    height: auto;
}

.amis-scope input[type=file]:focus,
.amis-scope input[type=radio]:focus,
.amis-scope input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.amis-scope output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.amis-scope .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.amis-scope .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.amis-scope .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.amis-scope .form-control:-ms-input-placeholder {
    color: #999;
}

.amis-scope .form-control::-webkit-input-placeholder {
    color: #999;
}

.amis-scope .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.amis-scope .form-control[disabled],
.amis-scope .form-control[readonly],
.amis-scope fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.amis-scope .form-control[disabled],
.amis-scope fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.amis-scope textarea.form-control {
    height: auto;
}

.amis-scope input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .amis-scope input[type=date].form-control,
    .amis-scope input[type=time].form-control,
    .amis-scope input[type=datetime-local].form-control,
    .amis-scope input[type=month].form-control {
        line-height: 34px;
    }

    .amis-scope input[type=date].input-sm,
    .amis-scope input[type=time].input-sm,
    .amis-scope input[type=datetime-local].input-sm,
    .amis-scope input[type=month].input-sm,
    .amis-scope .input-group-sm input[type=date],
    .amis-scope .input-group-sm input[type=time],
    .amis-scope .input-group-sm input[type=datetime-local],
    .amis-scope .input-group-sm input[type=month] {
        line-height: 30px;
    }

    .amis-scope input[type=date].input-lg,
    .amis-scope input[type=time].input-lg,
    .amis-scope input[type=datetime-local].input-lg,
    .amis-scope input[type=month].input-lg,
    .amis-scope .input-group-lg input[type=date],
    .amis-scope .input-group-lg input[type=time],
    .amis-scope .input-group-lg input[type=datetime-local],
    .amis-scope .input-group-lg input[type=month] {
        line-height: 46px;
    }
}

.amis-scope .form-group {
    margin-bottom: 15px;
}

.amis-scope .radio,
.amis-scope .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.amis-scope .radio label,
.amis-scope .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.amis-scope .radio input[type=radio],
.amis-scope .radio-inline input[type=radio],
.amis-scope .checkbox input[type=checkbox],
.amis-scope .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.amis-scope .radio+.radio,
.amis-scope .checkbox+.checkbox {
    margin-top: -5px;
}

.amis-scope .radio-inline,
.amis-scope .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.amis-scope .radio-inline+.radio-inline,
.amis-scope .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.amis-scope input[type=radio][disabled],
.amis-scope input[type=checkbox][disabled],
.amis-scope input[type=radio].disabled,
.amis-scope input[type=checkbox].disabled,
.amis-scope fieldset[disabled] input[type=radio],
.amis-scope fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.amis-scope .radio-inline.disabled,
.amis-scope .checkbox-inline.disabled,
.amis-scope fieldset[disabled] .radio-inline,
.amis-scope fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.amis-scope .radio.disabled label,
.amis-scope .checkbox.disabled label,
.amis-scope fieldset[disabled] .radio label,
.amis-scope fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.amis-scope .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.amis-scope .form-control-static.input-lg,
.amis-scope .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.amis-scope .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.amis-scope select.input-sm {
    height: 30px;
    line-height: 30px;
}

.amis-scope textarea.input-sm,
.amis-scope select[multiple].input-sm {
    height: auto;
}

.amis-scope .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.amis-scope .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.amis-scope .form-group-sm textarea.form-control,
.amis-scope .form-group-sm select[multiple].form-control {
    height: auto;
}

.amis-scope .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.amis-scope .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.amis-scope select.input-lg {
    height: 46px;
    line-height: 46px;
}

.amis-scope textarea.input-lg,
.amis-scope select[multiple].input-lg {
    height: auto;
}

.amis-scope .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.amis-scope .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.amis-scope .form-group-lg textarea.form-control,
.amis-scope .form-group-lg select[multiple].form-control {
    height: auto;
}

.amis-scope .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.amis-scope .has-feedback {
    position: relative;
}

.amis-scope .has-feedback .form-control {
    padding-right: 42.5px;
}

.amis-scope .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.amis-scope .input-lg+.form-control-feedback,
.amis-scope .input-group-lg+.form-control-feedback,
.amis-scope .form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.amis-scope .input-sm+.form-control-feedback,
.amis-scope .input-group-sm+.form-control-feedback,
.amis-scope .form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.amis-scope .has-success .help-block,
.amis-scope .has-success .control-label,
.amis-scope .has-success .radio,
.amis-scope .has-success .checkbox,
.amis-scope .has-success .radio-inline,
.amis-scope .has-success .checkbox-inline,
.amis-scope .has-success.radio label,
.amis-scope .has-success.checkbox label,
.amis-scope .has-success.radio-inline label,
.amis-scope .has-success.checkbox-inline label {
    color: #3c763d;
}

.amis-scope .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.amis-scope .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.amis-scope .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.amis-scope .has-success .form-control-feedback {
    color: #3c763d;
}

.amis-scope .has-warning .help-block,
.amis-scope .has-warning .control-label,
.amis-scope .has-warning .radio,
.amis-scope .has-warning .checkbox,
.amis-scope .has-warning .radio-inline,
.amis-scope .has-warning .checkbox-inline,
.amis-scope .has-warning.radio label,
.amis-scope .has-warning.checkbox label,
.amis-scope .has-warning.radio-inline label,
.amis-scope .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.amis-scope .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.amis-scope .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.amis-scope .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.amis-scope .has-warning .form-control-feedback {
    color: #8a6d3b;
}

.amis-scope .has-error .help-block,
.amis-scope .has-error .control-label,
.amis-scope .has-error .radio,
.amis-scope .has-error .checkbox,
.amis-scope .has-error .radio-inline,
.amis-scope .has-error .checkbox-inline,
.amis-scope .has-error.radio label,
.amis-scope .has-error.checkbox label,
.amis-scope .has-error.radio-inline label,
.amis-scope .has-error.checkbox-inline label {
    color: #a94442;
}

.amis-scope .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.amis-scope .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.amis-scope .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.amis-scope .has-error .form-control-feedback {
    color: #a94442;
}

.amis-scope .has-feedback label~.form-control-feedback {
    top: 25px;
}

.amis-scope .has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.amis-scope .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .amis-scope .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .amis-scope .form-inline .form-control-static {
        display: inline-block;
    }

    .amis-scope .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .amis-scope .form-inline .input-group .input-group-addon,
    .amis-scope .form-inline .input-group .input-group-btn,
    .amis-scope .form-inline .input-group .form-control {
        width: auto;
    }

    .amis-scope .form-inline .input-group>.form-control {
        width: 100%;
    }

    .amis-scope .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .form-inline .radio,
    .amis-scope .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .form-inline .radio label,
    .amis-scope .form-inline .checkbox label {
        padding-left: 0;
    }

    .amis-scope .form-inline .radio input[type=radio],
    .amis-scope .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .amis-scope .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.amis-scope .form-horizontal .radio,
.amis-scope .form-horizontal .checkbox,
.amis-scope .form-horizontal .radio-inline,
.amis-scope .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.amis-scope .form-horizontal .radio,
.amis-scope .form-horizontal .checkbox {
    min-height: 27px;
}

.amis-scope .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .amis-scope .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.amis-scope .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .amis-scope .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .amis-scope .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.amis-scope .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.amis-scope .btn:focus,
.amis-scope .btn:active:focus,
.amis-scope .btn.active:focus,
.amis-scope .btn.focus,
.amis-scope .btn:active.focus,
.amis-scope .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.amis-scope .btn:hover,
.amis-scope .btn:focus,
.amis-scope .btn.focus {
    color: #333;
    text-decoration: none;
}

.amis-scope .btn:active,
.amis-scope .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.amis-scope .btn.disabled,
.amis-scope .btn[disabled],
.amis-scope fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.amis-scope a.btn.disabled,
.amis-scope fieldset[disabled] a.btn {
    pointer-events: none;
}

.amis-scope .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.amis-scope .btn-default:focus,
.amis-scope .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.amis-scope .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.amis-scope .btn-default:active,
.amis-scope .btn-default.active,
.amis-scope .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.amis-scope .btn-default:active:hover,
.amis-scope .btn-default.active:hover,
.amis-scope .open>.dropdown-toggle.btn-default:hover,
.amis-scope .btn-default:active:focus,
.amis-scope .btn-default.active:focus,
.amis-scope .open>.dropdown-toggle.btn-default:focus,
.amis-scope .btn-default:active.focus,
.amis-scope .btn-default.active.focus,
.amis-scope .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.amis-scope .btn-default:active,
.amis-scope .btn-default.active,
.amis-scope .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.amis-scope .btn-default.disabled:hover,
.amis-scope .btn-default[disabled]:hover,
.amis-scope fieldset[disabled] .btn-default:hover,
.amis-scope .btn-default.disabled:focus,
.amis-scope .btn-default[disabled]:focus,
.amis-scope fieldset[disabled] .btn-default:focus,
.amis-scope .btn-default.disabled.focus,
.amis-scope .btn-default[disabled].focus,
.amis-scope fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.amis-scope .btn-default .badge {
    color: #fff;
    background-color: #333;
}

.amis-scope .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.amis-scope .btn-primary:focus,
.amis-scope .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.amis-scope .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.amis-scope .btn-primary:active,
.amis-scope .btn-primary.active,
.amis-scope .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.amis-scope .btn-primary:active:hover,
.amis-scope .btn-primary.active:hover,
.amis-scope .open>.dropdown-toggle.btn-primary:hover,
.amis-scope .btn-primary:active:focus,
.amis-scope .btn-primary.active:focus,
.amis-scope .open>.dropdown-toggle.btn-primary:focus,
.amis-scope .btn-primary:active.focus,
.amis-scope .btn-primary.active.focus,
.amis-scope .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.amis-scope .btn-primary:active,
.amis-scope .btn-primary.active,
.amis-scope .open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.amis-scope .btn-primary.disabled:hover,
.amis-scope .btn-primary[disabled]:hover,
.amis-scope fieldset[disabled] .btn-primary:hover,
.amis-scope .btn-primary.disabled:focus,
.amis-scope .btn-primary[disabled]:focus,
.amis-scope fieldset[disabled] .btn-primary:focus,
.amis-scope .btn-primary.disabled.focus,
.amis-scope .btn-primary[disabled].focus,
.amis-scope fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.amis-scope .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.amis-scope .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.amis-scope .btn-success:focus,
.amis-scope .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.amis-scope .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.amis-scope .btn-success:active,
.amis-scope .btn-success.active,
.amis-scope .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.amis-scope .btn-success:active:hover,
.amis-scope .btn-success.active:hover,
.amis-scope .open>.dropdown-toggle.btn-success:hover,
.amis-scope .btn-success:active:focus,
.amis-scope .btn-success.active:focus,
.amis-scope .open>.dropdown-toggle.btn-success:focus,
.amis-scope .btn-success:active.focus,
.amis-scope .btn-success.active.focus,
.amis-scope .open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.amis-scope .btn-success:active,
.amis-scope .btn-success.active,
.amis-scope .open>.dropdown-toggle.btn-success {
    background-image: none;
}

.amis-scope .btn-success.disabled:hover,
.amis-scope .btn-success[disabled]:hover,
.amis-scope fieldset[disabled] .btn-success:hover,
.amis-scope .btn-success.disabled:focus,
.amis-scope .btn-success[disabled]:focus,
.amis-scope fieldset[disabled] .btn-success:focus,
.amis-scope .btn-success.disabled.focus,
.amis-scope .btn-success[disabled].focus,
.amis-scope fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.amis-scope .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.amis-scope .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.amis-scope .btn-info:focus,
.amis-scope .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.amis-scope .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.amis-scope .btn-info:active,
.amis-scope .btn-info.active,
.amis-scope .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.amis-scope .btn-info:active:hover,
.amis-scope .btn-info.active:hover,
.amis-scope .open>.dropdown-toggle.btn-info:hover,
.amis-scope .btn-info:active:focus,
.amis-scope .btn-info.active:focus,
.amis-scope .open>.dropdown-toggle.btn-info:focus,
.amis-scope .btn-info:active.focus,
.amis-scope .btn-info.active.focus,
.amis-scope .open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.amis-scope .btn-info:active,
.amis-scope .btn-info.active,
.amis-scope .open>.dropdown-toggle.btn-info {
    background-image: none;
}

.amis-scope .btn-info.disabled:hover,
.amis-scope .btn-info[disabled]:hover,
.amis-scope fieldset[disabled] .btn-info:hover,
.amis-scope .btn-info.disabled:focus,
.amis-scope .btn-info[disabled]:focus,
.amis-scope fieldset[disabled] .btn-info:focus,
.amis-scope .btn-info.disabled.focus,
.amis-scope .btn-info[disabled].focus,
.amis-scope fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.amis-scope .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.amis-scope .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.amis-scope .btn-warning:focus,
.amis-scope .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.amis-scope .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.amis-scope .btn-warning:active,
.amis-scope .btn-warning.active,
.amis-scope .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.amis-scope .btn-warning:active:hover,
.amis-scope .btn-warning.active:hover,
.amis-scope .open>.dropdown-toggle.btn-warning:hover,
.amis-scope .btn-warning:active:focus,
.amis-scope .btn-warning.active:focus,
.amis-scope .open>.dropdown-toggle.btn-warning:focus,
.amis-scope .btn-warning:active.focus,
.amis-scope .btn-warning.active.focus,
.amis-scope .open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.amis-scope .btn-warning:active,
.amis-scope .btn-warning.active,
.amis-scope .open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.amis-scope .btn-warning.disabled:hover,
.amis-scope .btn-warning[disabled]:hover,
.amis-scope fieldset[disabled] .btn-warning:hover,
.amis-scope .btn-warning.disabled:focus,
.amis-scope .btn-warning[disabled]:focus,
.amis-scope fieldset[disabled] .btn-warning:focus,
.amis-scope .btn-warning.disabled.focus,
.amis-scope .btn-warning[disabled].focus,
.amis-scope fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.amis-scope .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.amis-scope .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.amis-scope .btn-danger:focus,
.amis-scope .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.amis-scope .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.amis-scope .btn-danger:active,
.amis-scope .btn-danger.active,
.amis-scope .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.amis-scope .btn-danger:active:hover,
.amis-scope .btn-danger.active:hover,
.amis-scope .open>.dropdown-toggle.btn-danger:hover,
.amis-scope .btn-danger:active:focus,
.amis-scope .btn-danger.active:focus,
.amis-scope .open>.dropdown-toggle.btn-danger:focus,
.amis-scope .btn-danger:active.focus,
.amis-scope .btn-danger.active.focus,
.amis-scope .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.amis-scope .btn-danger:active,
.amis-scope .btn-danger.active,
.amis-scope .open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.amis-scope .btn-danger.disabled:hover,
.amis-scope .btn-danger[disabled]:hover,
.amis-scope fieldset[disabled] .btn-danger:hover,
.amis-scope .btn-danger.disabled:focus,
.amis-scope .btn-danger[disabled]:focus,
.amis-scope fieldset[disabled] .btn-danger:focus,
.amis-scope .btn-danger.disabled.focus,
.amis-scope .btn-danger[disabled].focus,
.amis-scope fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.amis-scope .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.amis-scope .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.amis-scope .btn-link,
.amis-scope .btn-link:active,
.amis-scope .btn-link.active,
.amis-scope .btn-link[disabled],
.amis-scope fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope .btn-link,
.amis-scope .btn-link:hover,
.amis-scope .btn-link:focus,
.amis-scope .btn-link:active {
    border-color: transparent;
}

.amis-scope .btn-link:hover,
.amis-scope .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.amis-scope .btn-link[disabled]:hover,
.amis-scope fieldset[disabled] .btn-link:hover,
.amis-scope .btn-link[disabled]:focus,
.amis-scope fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.amis-scope .btn-lg,
.amis-scope .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.amis-scope .btn-sm,
.amis-scope .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.amis-scope .btn-xs,
.amis-scope .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.amis-scope .btn-block {
    display: block;
    width: 100%;
}

.amis-scope .btn-block+.btn-block {
    margin-top: 5px;
}

.amis-scope input[type=submit].btn-block,
.amis-scope input[type=reset].btn-block,
.amis-scope input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.amis-scope .collapse {
    display: none;
}

.amis-scope .collapse.in {
    display: block;
}

.amis-scope tr.collapse.in {
    display: table-row;
}

.amis-scope tbody.collapse.in {
    display: table-row-group;
}

.amis-scope .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.amis-scope .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.amis-scope .dropup,
.amis-scope .dropdown {
    position: relative;
}

.amis-scope .dropdown-toggle:focus {
    outline: 0;
}

.amis-scope .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.amis-scope .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.amis-scope .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.amis-scope .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.amis-scope .dropdown-menu>li>a:hover,
.amis-scope .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.amis-scope .dropdown-menu>.active>a,
.amis-scope .dropdown-menu>.active>a:hover,
.amis-scope .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.amis-scope .dropdown-menu>.disabled>a,
.amis-scope .dropdown-menu>.disabled>a:hover,
.amis-scope .dropdown-menu>.disabled>a:focus {
    color: #777;
}

.amis-scope .dropdown-menu>.disabled>a:hover,
.amis-scope .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.amis-scope .open>.dropdown-menu {
    display: block;
}

.amis-scope .open>a {
    outline: 0;
}

.amis-scope .dropdown-menu-right {
    right: 0;
    left: auto;
}

.amis-scope .dropdown-menu-left {
    right: auto;
    left: 0;
}

.amis-scope .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.amis-scope .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.amis-scope .pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.amis-scope .dropup .caret,
.amis-scope .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.amis-scope .dropup .dropdown-menu,
.amis-scope .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .amis-scope .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .amis-scope .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.amis-scope .btn-group,
.amis-scope .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.amis-scope .btn-group>.btn,
.amis-scope .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.amis-scope .btn-group>.btn:hover,
.amis-scope .btn-group-vertical>.btn:hover,
.amis-scope .btn-group>.btn:focus,
.amis-scope .btn-group-vertical>.btn:focus,
.amis-scope .btn-group>.btn:active,
.amis-scope .btn-group-vertical>.btn:active,
.amis-scope .btn-group>.btn.active,
.amis-scope .btn-group-vertical>.btn.active {
    z-index: 2;
}

.amis-scope .btn-group .btn+.btn,
.amis-scope .btn-group .btn+.btn-group,
.amis-scope .btn-group .btn-group+.btn,
.amis-scope .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.amis-scope .btn-toolbar {
    margin-left: -5px;
}

.amis-scope .btn-toolbar .btn,
.amis-scope .btn-toolbar .btn-group,
.amis-scope .btn-toolbar .input-group {
    float: left;
}

.amis-scope .btn-toolbar>.btn,
.amis-scope .btn-toolbar>.btn-group,
.amis-scope .btn-toolbar>.input-group {
    margin-left: 5px;
}

.amis-scope .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.amis-scope .btn-group>.btn:first-child {
    margin-left: 0;
}

.amis-scope .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .btn-group>.btn:last-child:not(:first-child),
.amis-scope .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .btn-group>.btn-group {
    float: left;
}

.amis-scope .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.amis-scope .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.amis-scope .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .btn-group .dropdown-toggle:active,
.amis-scope .btn-group.open .dropdown-toggle {
    outline: 0;
}

.amis-scope .btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.amis-scope .btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.amis-scope .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.amis-scope .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope .btn .caret {
    margin-left: 0;
}

.amis-scope .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.amis-scope .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.amis-scope .btn-group-vertical>.btn,
.amis-scope .btn-group-vertical>.btn-group,
.amis-scope .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.amis-scope .btn-group-vertical>.btn-group>.btn {
    float: none;
}

.amis-scope .btn-group-vertical>.btn+.btn,
.amis-scope .btn-group-vertical>.btn+.btn-group,
.amis-scope .btn-group-vertical>.btn-group+.btn,
.amis-scope .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.amis-scope .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.amis-scope .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.amis-scope .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.amis-scope .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.amis-scope .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.amis-scope .btn-group-justified>.btn,
.amis-scope .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.amis-scope .btn-group-justified>.btn-group .btn {
    width: 100%;
}

.amis-scope .btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

.amis-scope [data-toggle=buttons]>.btn input[type=radio],
.amis-scope [data-toggle=buttons]>.btn-group>.btn input[type=radio],
.amis-scope [data-toggle=buttons]>.btn input[type=checkbox],
.amis-scope [data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.amis-scope .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.amis-scope .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.amis-scope .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.amis-scope .input-group .form-control:focus {
    z-index: 3;
}

.amis-scope .input-group-lg>.form-control,
.amis-scope .input-group-lg>.input-group-addon,
.amis-scope .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.amis-scope select.input-group-lg>.form-control,
.amis-scope select.input-group-lg>.input-group-addon,
.amis-scope select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

.amis-scope textarea.input-group-lg>.form-control,
.amis-scope textarea.input-group-lg>.input-group-addon,
.amis-scope textarea.input-group-lg>.input-group-btn>.btn,
.amis-scope select[multiple].input-group-lg>.form-control,
.amis-scope select[multiple].input-group-lg>.input-group-addon,
.amis-scope select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.amis-scope .input-group-sm>.form-control,
.amis-scope .input-group-sm>.input-group-addon,
.amis-scope .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.amis-scope select.input-group-sm>.form-control,
.amis-scope select.input-group-sm>.input-group-addon,
.amis-scope select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

.amis-scope textarea.input-group-sm>.form-control,
.amis-scope textarea.input-group-sm>.input-group-addon,
.amis-scope textarea.input-group-sm>.input-group-btn>.btn,
.amis-scope select[multiple].input-group-sm>.form-control,
.amis-scope select[multiple].input-group-sm>.input-group-addon,
.amis-scope select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.amis-scope .input-group-addon,
.amis-scope .input-group-btn,
.amis-scope .input-group .form-control {
    display: table-cell;
}

.amis-scope .input-group-addon:not(:first-child):not(:last-child),
.amis-scope .input-group-btn:not(:first-child):not(:last-child),
.amis-scope .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.amis-scope .input-group-addon,
.amis-scope .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.amis-scope .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.amis-scope .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.amis-scope .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.amis-scope .input-group-addon input[type=radio],
.amis-scope .input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.amis-scope .input-group .form-control:first-child,
.amis-scope .input-group-addon:first-child,
.amis-scope .input-group-btn:first-child>.btn,
.amis-scope .input-group-btn:first-child>.btn-group>.btn,
.amis-scope .input-group-btn:first-child>.dropdown-toggle,
.amis-scope .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.amis-scope .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .input-group-addon:first-child {
    border-right: 0;
}

.amis-scope .input-group .form-control:last-child,
.amis-scope .input-group-addon:last-child,
.amis-scope .input-group-btn:last-child>.btn,
.amis-scope .input-group-btn:last-child>.btn-group>.btn,
.amis-scope .input-group-btn:last-child>.dropdown-toggle,
.amis-scope .input-group-btn:first-child>.btn:not(:first-child),
.amis-scope .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .input-group-addon:last-child {
    border-left: 0;
}

.amis-scope .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.amis-scope .input-group-btn>.btn {
    position: relative;
}

.amis-scope .input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.amis-scope .input-group-btn>.btn:hover,
.amis-scope .input-group-btn>.btn:focus,
.amis-scope .input-group-btn>.btn:active {
    z-index: 2;
}

.amis-scope .input-group-btn:first-child>.btn,
.amis-scope .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.amis-scope .input-group-btn:last-child>.btn,
.amis-scope .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.amis-scope .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.amis-scope .nav>li {
    position: relative;
    display: block;
}

.amis-scope .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.amis-scope .nav>li>a:hover,
.amis-scope .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.amis-scope .nav>li.disabled>a {
    color: #777;
}

.amis-scope .nav>li.disabled>a:hover,
.amis-scope .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.amis-scope .nav .open>a,
.amis-scope .nav .open>a:hover,
.amis-scope .nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.amis-scope .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.amis-scope .nav>li>a>img {
    max-width: none;
}

.amis-scope .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.amis-scope .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.amis-scope .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.amis-scope .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.amis-scope .nav-tabs>li.active>a,
.amis-scope .nav-tabs>li.active>a:hover,
.amis-scope .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.amis-scope .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.amis-scope .nav-tabs.nav-justified>li {
    float: none;
}

.amis-scope .nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.amis-scope .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .amis-scope .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .amis-scope .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.amis-scope .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.amis-scope .nav-tabs.nav-justified>.active>a,
.amis-scope .nav-tabs.nav-justified>.active>a:hover,
.amis-scope .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .amis-scope .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .amis-scope .nav-tabs.nav-justified>.active>a,
    .amis-scope .nav-tabs.nav-justified>.active>a:hover,
    .amis-scope .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.amis-scope .nav-pills>li {
    float: left;
}

.amis-scope .nav-pills>li>a {
    border-radius: 4px;
}

.amis-scope .nav-pills>li+li {
    margin-left: 2px;
}

.amis-scope .nav-pills>li.active>a,
.amis-scope .nav-pills>li.active>a:hover,
.amis-scope .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.amis-scope .nav-stacked>li {
    float: none;
}

.amis-scope .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.amis-scope .nav-justified {
    width: 100%;
}

.amis-scope .nav-justified>li {
    float: none;
}

.amis-scope .nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.amis-scope .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .amis-scope .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .amis-scope .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.amis-scope .nav-tabs-justified {
    border-bottom: 0;
}

.amis-scope .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.amis-scope .nav-tabs-justified>.active>a,
.amis-scope .nav-tabs-justified>.active>a:hover,
.amis-scope .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .amis-scope .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .amis-scope .nav-tabs-justified>.active>a,
    .amis-scope .nav-tabs-justified>.active>a:hover,
    .amis-scope .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.amis-scope .tab-content>.tab-pane {
    display: none;
}

.amis-scope .tab-content>.active {
    display: block;
}

.amis-scope .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .amis-scope .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .amis-scope .navbar-header {
        float: left;
    }
}

.amis-scope .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.amis-scope .navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .amis-scope .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .amis-scope .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .amis-scope .navbar-collapse.in {
        overflow-y: visible;
    }

    .amis-scope .navbar-fixed-top .navbar-collapse,
    .amis-scope .navbar-static-top .navbar-collapse,
    .amis-scope .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.amis-scope .navbar-fixed-top .navbar-collapse,
.amis-scope .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

    .amis-scope .navbar-fixed-top .navbar-collapse,
    .amis-scope .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.amis-scope .container>.navbar-header,
.amis-scope .container-fluid>.navbar-header,
.amis-scope .container>.navbar-collapse,
.amis-scope .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {

    .amis-scope .container>.navbar-header,
    .amis-scope .container-fluid>.navbar-header,
    .amis-scope .container>.navbar-collapse,
    .amis-scope .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.amis-scope .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .amis-scope .navbar-static-top {
        border-radius: 0;
    }
}

.amis-scope .navbar-fixed-top,
.amis-scope .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {

    .amis-scope .navbar-fixed-top,
    .amis-scope .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.amis-scope .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.amis-scope .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.amis-scope .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

.amis-scope .navbar-brand:hover,
.amis-scope .navbar-brand:focus {
    text-decoration: none;
}

.amis-scope .navbar-brand>img {
    display: block;
}

@media (min-width:768px) {

    .amis-scope .navbar>.container .navbar-brand,
    .amis-scope .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.amis-scope .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.amis-scope .navbar-toggle:focus {
    outline: 0;
}

.amis-scope .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.amis-scope .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .amis-scope .navbar-toggle {
        display: none;
    }
}

.amis-scope .navbar-nav {
    margin: 7.5px -15px;
}

.amis-scope .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .amis-scope .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .amis-scope .navbar-nav .open .dropdown-menu>li>a,
    .amis-scope .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .amis-scope .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .amis-scope .navbar-nav .open .dropdown-menu>li>a:hover,
    .amis-scope .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .amis-scope .navbar-nav {
        float: left;
        margin: 0;
    }

    .amis-scope .navbar-nav>li {
        float: left;
    }

    .amis-scope .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.amis-scope .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width:768px) {
    .amis-scope .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .amis-scope .navbar-form .form-control-static {
        display: inline-block;
    }

    .amis-scope .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .amis-scope .navbar-form .input-group .input-group-addon,
    .amis-scope .navbar-form .input-group .input-group-btn,
    .amis-scope .navbar-form .input-group .form-control {
        width: auto;
    }

    .amis-scope .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .amis-scope .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .navbar-form .radio,
    .amis-scope .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .amis-scope .navbar-form .radio label,
    .amis-scope .navbar-form .checkbox label {
        padding-left: 0;
    }

    .amis-scope .navbar-form .radio input[type=radio],
    .amis-scope .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .amis-scope .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .amis-scope .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .amis-scope .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .amis-scope .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.amis-scope .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.amis-scope .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.amis-scope .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.amis-scope .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .amis-scope .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .amis-scope .navbar-left {
        float: left !important;
    }

    .amis-scope .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .amis-scope .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.amis-scope .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.amis-scope .navbar-default .navbar-brand {
    color: #777;
}

.amis-scope .navbar-default .navbar-brand:hover,
.amis-scope .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.amis-scope .navbar-default .navbar-text {
    color: #777;
}

.amis-scope .navbar-default .navbar-nav>li>a {
    color: #777;
}

.amis-scope .navbar-default .navbar-nav>li>a:hover,
.amis-scope .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.amis-scope .navbar-default .navbar-nav>.active>a,
.amis-scope .navbar-default .navbar-nav>.active>a:hover,
.amis-scope .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.amis-scope .navbar-default .navbar-nav>.disabled>a,
.amis-scope .navbar-default .navbar-nav>.disabled>a:hover,
.amis-scope .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.amis-scope .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.amis-scope .navbar-default .navbar-toggle:hover,
.amis-scope .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.amis-scope .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.amis-scope .navbar-default .navbar-collapse,
.amis-scope .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.amis-scope .navbar-default .navbar-nav>.open>a,
.amis-scope .navbar-default .navbar-nav>.open>a:hover,
.amis-scope .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width:767px) {
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .amis-scope .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.amis-scope .navbar-default .navbar-link {
    color: #777;
}

.amis-scope .navbar-default .navbar-link:hover {
    color: #333;
}

.amis-scope .navbar-default .btn-link {
    color: #777;
}

.amis-scope .navbar-default .btn-link:hover,
.amis-scope .navbar-default .btn-link:focus {
    color: #333;
}

.amis-scope .navbar-default .btn-link[disabled]:hover,
.amis-scope fieldset[disabled] .navbar-default .btn-link:hover,
.amis-scope .navbar-default .btn-link[disabled]:focus,
.amis-scope fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.amis-scope .navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.amis-scope .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.amis-scope .navbar-inverse .navbar-brand:hover,
.amis-scope .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.amis-scope .navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.amis-scope .navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.amis-scope .navbar-inverse .navbar-nav>li>a:hover,
.amis-scope .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.amis-scope .navbar-inverse .navbar-nav>.active>a,
.amis-scope .navbar-inverse .navbar-nav>.active>a:hover,
.amis-scope .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.amis-scope .navbar-inverse .navbar-nav>.disabled>a,
.amis-scope .navbar-inverse .navbar-nav>.disabled>a:hover,
.amis-scope .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.amis-scope .navbar-inverse .navbar-toggle {
    border-color: #333;
}

.amis-scope .navbar-inverse .navbar-toggle:hover,
.amis-scope .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.amis-scope .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.amis-scope .navbar-inverse .navbar-collapse,
.amis-scope .navbar-inverse .navbar-form {
    border-color: #101010;
}

.amis-scope .navbar-inverse .navbar-nav>.open>a,
.amis-scope .navbar-inverse .navbar-nav>.open>a:hover,
.amis-scope .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width:767px) {
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .amis-scope .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.amis-scope .navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.amis-scope .navbar-inverse .navbar-link:hover {
    color: #fff;
}

.amis-scope .navbar-inverse .btn-link {
    color: #9d9d9d;
}

.amis-scope .navbar-inverse .btn-link:hover,
.amis-scope .navbar-inverse .btn-link:focus {
    color: #fff;
}

.amis-scope .navbar-inverse .btn-link[disabled]:hover,
.amis-scope fieldset[disabled] .navbar-inverse .btn-link:hover,
.amis-scope .navbar-inverse .btn-link[disabled]:focus,
.amis-scope fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.amis-scope .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.amis-scope .breadcrumb>li {
    display: inline-block;
}

.amis-scope .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.amis-scope .breadcrumb>.active {
    color: #777;
}

.amis-scope .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.amis-scope .pagination>li {
    display: inline;
}

.amis-scope .pagination>li>a,
.amis-scope .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.amis-scope .pagination>li:first-child>a,
.amis-scope .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.amis-scope .pagination>li:last-child>a,
.amis-scope .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.amis-scope .pagination>li>a:hover,
.amis-scope .pagination>li>span:hover,
.amis-scope .pagination>li>a:focus,
.amis-scope .pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.amis-scope .pagination>.active>a,
.amis-scope .pagination>.active>span,
.amis-scope .pagination>.active>a:hover,
.amis-scope .pagination>.active>span:hover,
.amis-scope .pagination>.active>a:focus,
.amis-scope .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.amis-scope .pagination>.disabled>span,
.amis-scope .pagination>.disabled>span:hover,
.amis-scope .pagination>.disabled>span:focus,
.amis-scope .pagination>.disabled>a,
.amis-scope .pagination>.disabled>a:hover,
.amis-scope .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.amis-scope .pagination-lg>li>a,
.amis-scope .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.amis-scope .pagination-lg>li:first-child>a,
.amis-scope .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.amis-scope .pagination-lg>li:last-child>a,
.amis-scope .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.amis-scope .pagination-sm>li>a,
.amis-scope .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.amis-scope .pagination-sm>li:first-child>a,
.amis-scope .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.amis-scope .pagination-sm>li:last-child>a,
.amis-scope .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.amis-scope .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.amis-scope .pager li {
    display: inline;
}

.amis-scope .pager li>a,
.amis-scope .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.amis-scope .pager li>a:hover,
.amis-scope .pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.amis-scope .pager .next>a,
.amis-scope .pager .next>span {
    float: right;
}

.amis-scope .pager .previous>a,
.amis-scope .pager .previous>span {
    float: left;
}

.amis-scope .pager .disabled>a,
.amis-scope .pager .disabled>a:hover,
.amis-scope .pager .disabled>a:focus,
.amis-scope .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.amis-scope .label {
    display: inline;
    padding: 3.2px .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.amis-scope a.label:hover,
.amis-scope a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.amis-scope .label:empty {
    display: none;
}

.amis-scope .btn .label {
    position: relative;
    top: -1px;
}

.amis-scope .label-default {
    background-color: #777;
}

.amis-scope .label-default[href]:hover,
.amis-scope .label-default[href]:focus {
    background-color: #5e5e5e;
}

.amis-scope .label-primary {
    background-color: #337ab7;
}

.amis-scope .label-primary[href]:hover,
.amis-scope .label-primary[href]:focus {
    background-color: #286090;
}

.amis-scope .label-success {
    background-color: #5cb85c;
}

.amis-scope .label-success[href]:hover,
.amis-scope .label-success[href]:focus {
    background-color: #449d44;
}

.amis-scope .label-info {
    background-color: #5bc0de;
}

.amis-scope .label-info[href]:hover,
.amis-scope .label-info[href]:focus {
    background-color: #31b0d5;
}

.amis-scope .label-warning {
    background-color: #f0ad4e;
}

.amis-scope .label-warning[href]:hover,
.amis-scope .label-warning[href]:focus {
    background-color: #ec971f;
}

.amis-scope .label-danger {
    background-color: #d9534f;
}

.amis-scope .label-danger[href]:hover,
.amis-scope .label-danger[href]:focus {
    background-color: #c9302c;
}

.amis-scope .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.amis-scope .badge:empty {
    display: none;
}

.amis-scope .btn .badge {
    position: relative;
    top: -1px;
}

.amis-scope .btn-xs .badge,
.amis-scope .btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

.amis-scope a.badge:hover,
.amis-scope a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.amis-scope .list-group-item.active>.badge,
.amis-scope .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.amis-scope .list-group-item>.badge {
    float: right;
}

.amis-scope .list-group-item>.badge+.badge {
    margin-right: 5px;
}

.amis-scope .nav-pills>li>a>.badge {
    margin-left: 3px;
}

.amis-scope .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.amis-scope .jumbotron h1,
.amis-scope .jumbotron .h1 {
    color: inherit;
}

.amis-scope .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.amis-scope .jumbotron>hr {
    border-top-color: #d5d5d5;
}

.amis-scope .container .jumbotron,
.amis-scope .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.amis-scope .jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .amis-scope .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .amis-scope .container .jumbotron,
    .amis-scope .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .amis-scope .jumbotron h1,
    .amis-scope .jumbotron .h1 {
        font-size: 63px;
    }
}

.amis-scope .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.amis-scope .thumbnail>img,
.amis-scope .thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

.amis-scope a.thumbnail:hover,
.amis-scope a.thumbnail:focus,
.amis-scope a.thumbnail.active {
    border-color: #337ab7;
}

.amis-scope .thumbnail .caption {
    padding: 9px;
    color: #333;
}

.amis-scope .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.amis-scope .alert h4 {
    margin-top: 0;
    color: inherit;
}

.amis-scope .alert .alert-link {
    font-weight: 700;
}

.amis-scope .alert>p,
.amis-scope .alert>ul {
    margin-bottom: 0;
}

.amis-scope .alert>p+p {
    margin-top: 5px;
}

.amis-scope .alert-dismissable,
.amis-scope .alert-dismissible {
    padding-right: 35px;
}

.amis-scope .alert-dismissable .close,
.amis-scope .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.amis-scope .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.amis-scope .alert-success hr {
    border-top-color: #c9e2b3;
}

.amis-scope .alert-success .alert-link {
    color: #2b542c;
}

.amis-scope .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.amis-scope .alert-info hr {
    border-top-color: #a6e1ec;
}

.amis-scope .alert-info .alert-link {
    color: #245269;
}

.amis-scope .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.amis-scope .alert-warning hr {
    border-top-color: #f7e1b5;
}

.amis-scope .alert-warning .alert-link {
    color: #66512c;
}

.amis-scope .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.amis-scope .alert-danger hr {
    border-top-color: #e4b9c0;
}

.amis-scope .alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.amis-scope .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.amis-scope .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.amis-scope .progress-striped .progress-bar,
.amis-scope .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.amis-scope .progress.active .progress-bar,
.amis-scope .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.amis-scope .progress-bar-success {
    background-color: #5cb85c;
}

.amis-scope .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.amis-scope .progress-bar-info {
    background-color: #5bc0de;
}

.amis-scope .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.amis-scope .progress-bar-warning {
    background-color: #f0ad4e;
}

.amis-scope .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.amis-scope .progress-bar-danger {
    background-color: #d9534f;
}

.amis-scope .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.amis-scope .media {
    margin-top: 15px;
}

.amis-scope .media:first-child {
    margin-top: 0;
}

.amis-scope .media,
.amis-scope .media-body {
    overflow: hidden;
    zoom: 1;
}

.amis-scope .media-body {
    width: 10000px;
}

.amis-scope .media-object {
    display: block;
}

.amis-scope .media-object.img-thumbnail {
    max-width: none;
}

.amis-scope .media-right,
.amis-scope .media>.pull-right {
    padding-left: 10px;
}

.amis-scope .media-left,
.amis-scope .media>.pull-left {
    padding-right: 10px;
}

.amis-scope .media-left,
.amis-scope .media-right,
.amis-scope .media-body {
    display: table-cell;
    vertical-align: top;
}

.amis-scope .media-middle {
    vertical-align: middle;
}

.amis-scope .media-bottom {
    vertical-align: bottom;
}

.amis-scope .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.amis-scope .media-list {
    padding-left: 0;
    list-style: none;
}

.amis-scope .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.amis-scope .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.amis-scope .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.amis-scope .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.amis-scope a.list-group-item,
.amis-scope button.list-group-item {
    color: #555;
}

.amis-scope a.list-group-item .list-group-item-heading,
.amis-scope button.list-group-item .list-group-item-heading {
    color: #333;
}

.amis-scope a.list-group-item:hover,
.amis-scope button.list-group-item:hover,
.amis-scope a.list-group-item:focus,
.amis-scope button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.amis-scope button.list-group-item {
    width: 100%;
    text-align: left;
}

.amis-scope .list-group-item.disabled,
.amis-scope .list-group-item.disabled:hover,
.amis-scope .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.amis-scope .list-group-item.disabled .list-group-item-heading,
.amis-scope .list-group-item.disabled:hover .list-group-item-heading,
.amis-scope .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.amis-scope .list-group-item.disabled .list-group-item-text,
.amis-scope .list-group-item.disabled:hover .list-group-item-text,
.amis-scope .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.amis-scope .list-group-item.active,
.amis-scope .list-group-item.active:hover,
.amis-scope .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.amis-scope .list-group-item.active .list-group-item-heading,
.amis-scope .list-group-item.active:hover .list-group-item-heading,
.amis-scope .list-group-item.active:focus .list-group-item-heading,
.amis-scope .list-group-item.active .list-group-item-heading>small,
.amis-scope .list-group-item.active:hover .list-group-item-heading>small,
.amis-scope .list-group-item.active:focus .list-group-item-heading>small,
.amis-scope .list-group-item.active .list-group-item-heading>.small,
.amis-scope .list-group-item.active:hover .list-group-item-heading>.small,
.amis-scope .list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.amis-scope .list-group-item.active .list-group-item-text,
.amis-scope .list-group-item.active:hover .list-group-item-text,
.amis-scope .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.amis-scope .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.amis-scope a.list-group-item-success,
.amis-scope button.list-group-item-success {
    color: #3c763d;
}

.amis-scope a.list-group-item-success .list-group-item-heading,
.amis-scope button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.amis-scope a.list-group-item-success:hover,
.amis-scope button.list-group-item-success:hover,
.amis-scope a.list-group-item-success:focus,
.amis-scope button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

.amis-scope a.list-group-item-success.active,
.amis-scope button.list-group-item-success.active,
.amis-scope a.list-group-item-success.active:hover,
.amis-scope button.list-group-item-success.active:hover,
.amis-scope a.list-group-item-success.active:focus,
.amis-scope button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.amis-scope .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.amis-scope a.list-group-item-info,
.amis-scope button.list-group-item-info {
    color: #31708f;
}

.amis-scope a.list-group-item-info .list-group-item-heading,
.amis-scope button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.amis-scope a.list-group-item-info:hover,
.amis-scope button.list-group-item-info:hover,
.amis-scope a.list-group-item-info:focus,
.amis-scope button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

.amis-scope a.list-group-item-info.active,
.amis-scope button.list-group-item-info.active,
.amis-scope a.list-group-item-info.active:hover,
.amis-scope button.list-group-item-info.active:hover,
.amis-scope a.list-group-item-info.active:focus,
.amis-scope button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.amis-scope .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.amis-scope a.list-group-item-warning,
.amis-scope button.list-group-item-warning {
    color: #8a6d3b;
}

.amis-scope a.list-group-item-warning .list-group-item-heading,
.amis-scope button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.amis-scope a.list-group-item-warning:hover,
.amis-scope button.list-group-item-warning:hover,
.amis-scope a.list-group-item-warning:focus,
.amis-scope button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

.amis-scope a.list-group-item-warning.active,
.amis-scope button.list-group-item-warning.active,
.amis-scope a.list-group-item-warning.active:hover,
.amis-scope button.list-group-item-warning.active:hover,
.amis-scope a.list-group-item-warning.active:focus,
.amis-scope button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.amis-scope .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.amis-scope a.list-group-item-danger,
.amis-scope button.list-group-item-danger {
    color: #a94442;
}

.amis-scope a.list-group-item-danger .list-group-item-heading,
.amis-scope button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.amis-scope a.list-group-item-danger:hover,
.amis-scope button.list-group-item-danger:hover,
.amis-scope a.list-group-item-danger:focus,
.amis-scope button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

.amis-scope a.list-group-item-danger.active,
.amis-scope button.list-group-item-danger.active,
.amis-scope a.list-group-item-danger.active:hover,
.amis-scope button.list-group-item-danger.active:hover,
.amis-scope a.list-group-item-danger.active:focus,
.amis-scope button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.amis-scope .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.amis-scope .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.amis-scope .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.amis-scope .panel-body {
    padding: 15px;
}

.amis-scope .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.amis-scope .panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.amis-scope .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.amis-scope .panel-title>a,
.amis-scope .panel-title>small,
.amis-scope .panel-title>.small,
.amis-scope .panel-title>small>a,
.amis-scope .panel-title>.small>a {
    color: inherit;
}

.amis-scope .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.amis-scope .panel>.list-group,
.amis-scope .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.amis-scope .panel>.list-group .list-group-item,
.amis-scope .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.amis-scope .panel>.list-group:first-child .list-group-item:first-child,
.amis-scope .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.amis-scope .panel>.list-group:last-child .list-group-item:last-child,
.amis-scope .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.amis-scope .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.amis-scope .list-group+.panel-footer {
    border-top-width: 0;
}

.amis-scope .panel>.table,
.amis-scope .panel>.table-responsive>.table,
.amis-scope .panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.amis-scope .panel>.table caption,
.amis-scope .panel>.table-responsive>.table caption,
.amis-scope .panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.amis-scope .panel>.table:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.amis-scope .panel>.table:first-child>thead:first-child>tr:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.amis-scope .panel>.table:first-child>tbody:first-child>tr:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.amis-scope .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.amis-scope .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.amis-scope .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.amis-scope .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.amis-scope .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.amis-scope .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.amis-scope .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.amis-scope .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.amis-scope .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.amis-scope .panel>.table:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.amis-scope .panel>.table:last-child>tbody:last-child>tr:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.amis-scope .panel>.table:last-child>tfoot:last-child>tr:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.amis-scope .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.amis-scope .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.amis-scope .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.amis-scope .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.amis-scope .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.amis-scope .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.amis-scope .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.amis-scope .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.amis-scope .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.amis-scope .panel>.panel-body+.table,
.amis-scope .panel>.panel-body+.table-responsive,
.amis-scope .panel>.table+.panel-body,
.amis-scope .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.amis-scope .panel>.table>tbody:first-child>tr:first-child th,
.amis-scope .panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.amis-scope .panel>.table-bordered,
.amis-scope .panel>.table-responsive>.table-bordered {
    border: 0;
}

.amis-scope .panel>.table-bordered>thead>tr>th:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.amis-scope .panel>.table-bordered>tbody>tr>th:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.amis-scope .panel>.table-bordered>tfoot>tr>th:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.amis-scope .panel>.table-bordered>thead>tr>td:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.amis-scope .panel>.table-bordered>tbody>tr>td:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.amis-scope .panel>.table-bordered>tfoot>tr>td:first-child,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.amis-scope .panel>.table-bordered>thead>tr>th:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.amis-scope .panel>.table-bordered>tbody>tr>th:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.amis-scope .panel>.table-bordered>tfoot>tr>th:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.amis-scope .panel>.table-bordered>thead>tr>td:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.amis-scope .panel>.table-bordered>tbody>tr>td:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.amis-scope .panel>.table-bordered>tfoot>tr>td:last-child,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.amis-scope .panel>.table-bordered>thead>tr:first-child>td,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.amis-scope .panel>.table-bordered>tbody>tr:first-child>td,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.amis-scope .panel>.table-bordered>thead>tr:first-child>th,
.amis-scope .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.amis-scope .panel>.table-bordered>tbody>tr:first-child>th,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.amis-scope .panel>.table-bordered>tbody>tr:last-child>td,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.amis-scope .panel>.table-bordered>tfoot>tr:last-child>td,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.amis-scope .panel>.table-bordered>tbody>tr:last-child>th,
.amis-scope .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.amis-scope .panel>.table-bordered>tfoot>tr:last-child>th,
.amis-scope .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.amis-scope .panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.amis-scope .panel-group {
    margin-bottom: 20px;
}

.amis-scope .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.amis-scope .panel-group .panel+.panel {
    margin-top: 5px;
}

.amis-scope .panel-group .panel-heading {
    border-bottom: 0;
}

.amis-scope .panel-group .panel-heading+.panel-collapse>.panel-body,
.amis-scope .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.amis-scope .panel-group .panel-footer {
    border-top: 0;
}

.amis-scope .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.amis-scope .panel-default {
    border-color: #ddd;
}

.amis-scope .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.amis-scope .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.amis-scope .panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.amis-scope .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.amis-scope .panel-primary {
    border-color: #337ab7;
}

.amis-scope .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.amis-scope .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.amis-scope .panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.amis-scope .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.amis-scope .panel-success {
    border-color: #d6e9c6;
}

.amis-scope .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.amis-scope .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.amis-scope .panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.amis-scope .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.amis-scope .panel-info {
    border-color: #bce8f1;
}

.amis-scope .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.amis-scope .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.amis-scope .panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.amis-scope .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.amis-scope .panel-warning {
    border-color: #faebcc;
}

.amis-scope .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.amis-scope .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.amis-scope .panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.amis-scope .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.amis-scope .panel-danger {
    border-color: #ebccd1;
}

.amis-scope .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.amis-scope .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.amis-scope .panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.amis-scope .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.amis-scope .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.amis-scope .embed-responsive .embed-responsive-item,
.amis-scope .embed-responsive iframe,
.amis-scope .embed-responsive embed,
.amis-scope .embed-responsive object,
.amis-scope .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.a-Page-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.amis-scope .embed-responsive-4by3 {
    padding-bottom: 75%;
}

.amis-scope .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.amis-scope .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.amis-scope .well-lg {
    padding: 24px;
    border-radius: 6px;
}

.amis-scope .well-sm {
    padding: 9px;
    border-radius: 3px;
}

.amis-scope .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.amis-scope .close:hover,
.amis-scope .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.amis-scope button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.amis-scope .modal-open {
    overflow: hidden;
}

.amis-scope .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.amis-scope .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.amis-scope .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.amis-scope .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.amis-scope .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.amis-scope .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.amis-scope .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.amis-scope .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.amis-scope .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.amis-scope .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.amis-scope .modal-header .close {
    margin-top: -2px;
}

.amis-scope .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.amis-scope .modal-body {
    position: relative;
    padding: 15px;
}

.amis-scope .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.amis-scope .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.amis-scope .modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.amis-scope .modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.amis-scope .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .amis-scope .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .amis-scope .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .amis-scope .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .amis-scope .modal-lg {
        width: 900px;
    }
}

.amis-scope .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.amis-scope .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.amis-scope .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.amis-scope .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.amis-scope .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.amis-scope .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.amis-scope .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.amis-scope .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.amis-scope .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.amis-scope .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.amis-scope .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.amis-scope .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.amis-scope .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.amis-scope .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.amis-scope .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.amis-scope .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.amis-scope .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.amis-scope .popover.top {
    margin-top: -10px;
}

.amis-scope .popover.right {
    margin-left: 10px;
}

.amis-scope .popover.bottom {
    margin-top: 10px;
}

.amis-scope .popover.left {
    margin-left: -10px;
}

.amis-scope .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.amis-scope .popover-content {
    padding: 9px 14px;
}

.amis-scope .popover>.arrow,
.amis-scope .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.amis-scope .popover>.arrow {
    border-width: 11px;
}

.amis-scope .popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.amis-scope .popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.amis-scope .popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.amis-scope .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.amis-scope .popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.amis-scope .popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.amis-scope .popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.amis-scope .popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.amis-scope .popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.amis-scope .carousel {
    position: relative;
}

.amis-scope .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.amis-scope .carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.amis-scope .carousel-inner>.item>img,
.amis-scope .carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .amis-scope .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .amis-scope .carousel-inner>.item.next,
    .amis-scope .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .amis-scope .carousel-inner>.item.prev,
    .amis-scope .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .amis-scope .carousel-inner>.item.next.left,
    .amis-scope .carousel-inner>.item.prev.right,
    .amis-scope .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .carousel-inner>.active,
.amis-scope .carousel-inner>.next,
.amis-scope .carousel-inner>.prev {
    display: block;
}

.amis-scope .carousel-inner>.active {
    left: 0;
}

.amis-scope .carousel-inner>.next,
.amis-scope .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.amis-scope .carousel-inner>.next {
    left: 100%;
}

.amis-scope .carousel-inner>.prev {
    left: -100%;
}

.amis-scope .carousel-inner>.next.left,
.amis-scope .carousel-inner>.prev.right {
    left: 0;
}

.amis-scope .carousel-inner>.active.left {
    left: -100%;
}

.amis-scope .carousel-inner>.active.right {
    left: 100%;
}

.amis-scope .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.amis-scope .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.amis-scope .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.amis-scope .carousel-control:hover,
.amis-scope .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.amis-scope .carousel-control .icon-prev,
.amis-scope .carousel-control .icon-next,
.amis-scope .carousel-control .glyphicon-chevron-left,
.amis-scope .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.amis-scope .carousel-control .icon-prev,
.amis-scope .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.amis-scope .carousel-control .icon-next,
.amis-scope .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.amis-scope .carousel-control .icon-prev,
.amis-scope .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.amis-scope .carousel-control .icon-prev:before {
    content: '\2039';
}

.amis-scope .carousel-control .icon-next:before {
    content: '\203a';
}

.amis-scope .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.amis-scope .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.amis-scope .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.amis-scope .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.amis-scope .carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {

    .amis-scope .carousel-control .glyphicon-chevron-left,
    .amis-scope .carousel-control .glyphicon-chevron-right,
    .amis-scope .carousel-control .icon-prev,
    .amis-scope .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .amis-scope .carousel-control .glyphicon-chevron-left,
    .amis-scope .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .amis-scope .carousel-control .glyphicon-chevron-right,
    .amis-scope .carousel-control .icon-next {
        margin-right: -10px;
    }

    .amis-scope .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .amis-scope .carousel-indicators {
        bottom: 20px;
    }
}

.amis-scope .clearfix:before,
.amis-scope .clearfix:after,
.amis-scope .dl-horizontal dd:before,
.amis-scope .dl-horizontal dd:after,
.amis-scope .container:before,
.amis-scope .container:after,
.amis-scope .container-fluid:before,
.amis-scope .container-fluid:after,
.amis-scope .row:before,
.amis-scope .row:after,
.amis-scope .form-horizontal .form-group:before,
.amis-scope .form-horizontal .form-group:after,
.amis-scope .btn-toolbar:before,
.amis-scope .btn-toolbar:after,
.amis-scope .btn-group-vertical>.btn-group:before,
.amis-scope .btn-group-vertical>.btn-group:after,
.amis-scope .nav:before,
.amis-scope .nav:after,
.amis-scope .navbar:before,
.amis-scope .navbar:after,
.amis-scope .navbar-header:before,
.amis-scope .navbar-header:after,
.amis-scope .navbar-collapse:before,
.amis-scope .navbar-collapse:after,
.amis-scope .pager:before,
.amis-scope .pager:after,
.amis-scope .panel-body:before,
.amis-scope .panel-body:after,
.amis-scope .modal-header:before,
.amis-scope .modal-header:after,
.amis-scope .modal-footer:before,
.amis-scope .modal-footer:after {
    display: table;
    content: " ";
}

.amis-scope .clearfix:after,
.amis-scope .dl-horizontal dd:after,
.amis-scope .container:after,
.amis-scope .container-fluid:after,
.amis-scope .row:after,
.amis-scope .form-horizontal .form-group:after,
.amis-scope .btn-toolbar:after,
.amis-scope .btn-group-vertical>.btn-group:after,
.amis-scope .nav:after,
.amis-scope .navbar:after,
.amis-scope .navbar-header:after,
.amis-scope .navbar-collapse:after,
.amis-scope .pager:after,
.amis-scope .panel-body:after,
.amis-scope .modal-header:after,
.amis-scope .modal-footer:after {
    clear: both;
}

.amis-scope .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.amis-scope .pull-right {
    float: right !important;
}

.amis-scope .pull-left {
    float: left !important;
}

.amis-scope .hide {
    display: none !important;
}

.amis-scope .show {
    display: block !important;
}

.amis-scope .invisible {
    visibility: hidden;
}

.amis-scope .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.amis-scope .hidden {
    display: none !important;
}

.amis-scope .affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.amis-scope .visible-xs,
.amis-scope .visible-sm,
.amis-scope .visible-md,
.amis-scope .visible-lg {
    display: none !important;
}

.amis-scope .visible-xs-block,
.amis-scope .visible-xs-inline,
.amis-scope .visible-xs-inline-block,
.amis-scope .visible-sm-block,
.amis-scope .visible-sm-inline,
.amis-scope .visible-sm-inline-block,
.amis-scope .visible-md-block,
.amis-scope .visible-md-inline,
.amis-scope .visible-md-inline-block,
.amis-scope .visible-lg-block,
.amis-scope .visible-lg-inline,
.amis-scope .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .amis-scope .visible-xs {
        display: block !important;
    }

    .amis-scope table.visible-xs {
        display: table !important;
    }

    .amis-scope tr.visible-xs {
        display: table-row !important;
    }

    .amis-scope th.visible-xs,
    .amis-scope td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .amis-scope .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .amis-scope .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .amis-scope .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .visible-sm {
        display: block !important;
    }

    .amis-scope table.visible-sm {
        display: table !important;
    }

    .amis-scope tr.visible-sm {
        display: table-row !important;
    }

    .amis-scope th.visible-sm,
    .amis-scope td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .amis-scope .visible-md {
        display: block !important;
    }

    .amis-scope table.visible-md {
        display: table !important;
    }

    .amis-scope tr.visible-md {
        display: table-row !important;
    }

    .amis-scope th.visible-md,
    .amis-scope td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .amis-scope .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .amis-scope .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .amis-scope .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .amis-scope .visible-lg {
        display: block !important;
    }

    .amis-scope table.visible-lg {
        display: table !important;
    }

    .amis-scope tr.visible-lg {
        display: table-row !important;
    }

    .amis-scope th.visible-lg,
    .amis-scope td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .amis-scope .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .amis-scope .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .amis-scope .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .amis-scope .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .amis-scope .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .amis-scope .hidden-lg {
        display: none !important;
    }
}

.amis-scope .visible-print {
    display: none !important;
}

@media print {
    .amis-scope .visible-print {
        display: block !important;
    }

    .amis-scope table.visible-print {
        display: table !important;
    }

    .amis-scope tr.visible-print {
        display: table-row !important;
    }

    .amis-scope th.visible-print,
    .amis-scope td.visible-print {
        display: table-cell !important;
    }
}

.amis-scope .visible-print-block {
    display: none !important;
}

@media print {
    .amis-scope .visible-print-block {
        display: block !important;
    }
}

.amis-scope .visible-print-inline {
    display: none !important;
}

@media print {
    .amis-scope .visible-print-inline {
        display: inline !important;
    }
}

.amis-scope .visible-print-inline-block {
    display: none !important;
}

@media print {
    .amis-scope .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .amis-scope .hidden-print {
        display: none !important;
    }
}

/*!amis-v2:node_modules/animate.css/animate.css*/

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.amis-scope .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.amis-scope .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.amis-scope .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.amis-scope .animated.flipOutX,
.amis-scope .animated.flipOutY,
.amis-scope .animated.bounceIn,
.amis-scope .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.amis-scope .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.amis-scope .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.amis-scope .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.amis-scope .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.amis-scope .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.amis-scope .headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.amis-scope .swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.amis-scope .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.amis-scope .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.amis-scope .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.amis-scope .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.amis-scope .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.amis-scope .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.amis-scope .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.amis-scope .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.amis-scope .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.amis-scope .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.amis-scope .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.amis-scope .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.amis-scope .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.amis-scope .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.amis-scope .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.amis-scope .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.amis-scope .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.amis-scope .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.amis-scope .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.amis-scope .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.amis-scope .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.amis-scope .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.amis-scope .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.amis-scope .hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.amis-scope .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.amis-scope .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.amis-scope .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.amis-scope .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.amis-scope .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.amis-scope .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.amis-scope .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.amis-scope .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.amis-scope .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.amis-scope .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.amis-scope .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.amis-scope .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*!amis-v2:node_modules/highlight.js/styles/github.css*/

.amis-scope .hljs {
    display: block;
    overflow-x: auto;
    padding: 8px;
    color: #333;
    background: #f8f8f8;
}

.amis-scope .hljs-comment,
.amis-scope .hljs-quote {
    color: #998;
    font-style: italic;
}

.amis-scope .hljs-keyword,
.amis-scope .hljs-selector-tag,
.amis-scope .hljs-subst {
    color: #333;
    font-weight: 700;
}

.amis-scope .hljs-number,
.amis-scope .hljs-literal,
.amis-scope .hljs-variable,
.amis-scope .hljs-template-variable,
.amis-scope .hljs-tag .hljs-attr {
    color: teal;
}

.amis-scope .hljs-string,
.amis-scope .hljs-doctag {
    color: #d14;
}

.amis-scope .hljs-title,
.amis-scope .hljs-section,
.amis-scope .hljs-selector-id {
    color: #900;
    font-weight: 700;
}

.amis-scope .hljs-subst {
    font-weight: 400;
}

.amis-scope .hljs-type,
.amis-scope .hljs-class .hljs-title {
    color: #458;
    font-weight: 700;
}

.amis-scope .hljs-tag,
.amis-scope .hljs-name,
.amis-scope .hljs-attribute {
    color: navy;
    font-weight: 400;
}

.amis-scope .hljs-regexp,
.amis-scope .hljs-link {
    color: #009926;
}

.amis-scope .hljs-symbol,
.amis-scope .hljs-bullet {
    color: #990073;
}

.amis-scope .hljs-built_in,
.amis-scope .hljs-builtin-name {
    color: #0086b3;
}

.amis-scope .hljs-meta {
    color: #999;
    font-weight: 700;
}

.amis-scope .hljs-deletion {
    background: #fdd;
}

.amis-scope .hljs-addition {
    background: #dfd;
}

.amis-scope .hljs-emphasis {
    font-style: italic;
}

.amis-scope .hljs-strong {
    font-weight: 700;
}

/*!amis-v2:node_modules/amis/lib/themes/default.css*/

.amis-scope {
    box-sizing: border-box;
}

.amis-scope *,
.amis-scope ::before,
.amis-scope ::after {
    box-sizing: inherit;
}

.amis-scope figure {
    margin: 0;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.amis-scope {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.amis-scope {
    margin: 0;
}

.amis-scope h1 {
    font-size: 32px;
    margin: 10.72px 0;
}

.amis-scope hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.amis-scope pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.amis-scope a {
    background-color: transparent;
}

.amis-scope abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}

.amis-scope b,
.amis-scope strong {
    font-weight: bolder;
}

.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.amis-scope small {
    font-size: 80%;
}

.amis-scope sub,
.amis-scope sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.amis-scope sub {
    bottom: -.25em;
}

.amis-scope sup {
    top: -8px;
}

.amis-scope img {
    border-style: none;
}

.amis-scope button,
.amis-scope input,
.amis-scope optgroup,
.amis-scope select,
.amis-scope textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.amis-scope button,
.amis-scope input {
    overflow: visible;
}

.amis-scope button,
.amis-scope select {
    text-transform: none;
}

.amis-scope button,
.amis-scope [type=button],
.amis-scope [type=reset],
.amis-scope [type=submit] {
    -webkit-appearance: button;
}

.amis-scope button::-moz-focus-inner,
.amis-scope [type=button]::-moz-focus-inner,
.amis-scope [type=reset]::-moz-focus-inner,
.amis-scope [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

.amis-scope button:-moz-focusring,
.amis-scope [type=button]:-moz-focusring,
.amis-scope [type=reset]:-moz-focusring,
.amis-scope [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.amis-scope fieldset {
    padding: .35em 12px .625em;
}

.amis-scope legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.amis-scope progress {
    vertical-align: baseline;
}

.amis-scope textarea {
    overflow: auto;
}

.amis-scope [type=checkbox],
.amis-scope [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.amis-scope [type=number]::-webkit-inner-spin-button,
.amis-scope [type=number]::-webkit-outer-spin-button {
    height: auto;
}

.amis-scope [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.amis-scope [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.amis-scope ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.amis-scope details {
    display: block;
}

.amis-scope summary {
    display: list-item;
}

.amis-scope template {
    display: none;
}

.amis-scope [hidden] {
    display: none;
}

.amis-scope {
    font-size: 16px;
}

.amis-scope {
    color: #58666e;
    background-color: #f0f3f4;
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", Arial, "microsoft yahei ui", "Microsoft YaHei", SimSun, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amis-scope a {
    color: #23b7e5;
    text-decoration: none;
}

.amis-scope a:hover {
    color: #1485a8;
    text-decoration: underline;
}

.amis-scope label {
    font-weight: 400;
}

.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6 {
    font-weight: 400;
    color: #414c52;
    line-height: 1.1;
}

.amis-scope .is-matched {
    color: #f05050;
}

.amis-scope,
.amis-scope {
    width: 100%;
    height: 100%;
}

.amis-scope {
    overflow-x: hidden;
}

.amis-scope .a-Layout {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.amis-scope .a-Layout:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #f0f3f4;
    border: inherit;
    display: block;
}

.amis-scope .a-Layout .a-Layout-header {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    height: 50px;
}

.amis-scope .a-Layout--headerFixed {
    padding-top: 50px;
}

.amis-scope .a-Layout--headerFixed .a-Layout-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
}

.amis-scope .a-Layout-brandBar {
    background: #3a3f51;
    color: #a6a8b1;
}

.amis-scope .a-Layout-brandBar>button {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

.amis-scope .a-Layout-brand {
    color: #eaebed;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    height: auto;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .a-Layout-brand:hover {
    text-decoration: none;
}

.amis-scope .a-Layout-brand img {
    max-height: 25px;
    vertical-align: middle;
    display: inline;
}

.amis-scope .a-Layout-headerBar {
    border-bottom: 0;
    min-height: 50px;
    padding: 0 10px;
}

.amis-scope .a-Layout-aside {
    float: left;
    background: #3a3f51;
    color: #a6a8b1;
}

.amis-scope .a-Layout-aside:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
}

.amis-scope .a-Layout-asideFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1200;
    max-width: 200px;
}

.amis-scope .a-Layout-asideFooter~div {
    padding-bottom: 50px;
}

.amis-scope .a-Layout-content {
    height: 100%;
}

.amis-scope .a-Layout-content::before,
.amis-scope .a-Layout-content::after {
    display: table;
    content: "";
}

.amis-scope .a-Layout-content::after {
    clear: both;
}

.amis-scope .a-Layout-body {
    padding-bottom: 50px;
    width: 100%;
}

.amis-scope .a-Layout--noFooter .a-Layout-body {
    padding-bottom: 0;
}

.amis-scope .a-Layout-content .a-Layout-body {
    float: left;
}

.amis-scope .a-Layout-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.amis-scope .a-Layout--sm .a-Layout-asideFooter {
    max-width: 150px;
}

.amis-scope .a-Layout--sm .a-AsideNav-item a {
    font-size: 12px;
}

.amis-scope .a-Layout--md .a-Layout-asideFooter {
    max-width: 250px;
}

.amis-scope .a-Layout--lg .a-Layout-asideFooter {
    max-width: 300px;
}

@media (min-width:768px) {

    .amis-scope .a-Layout-brand,
    .amis-scope .a-Layout-brandBar,
    .amis-scope .a-Layout-aside {
        width: 200px;
    }

    .amis-scope .a-Layout-brandBar {
        float: left;
    }

    .amis-scope .a-Layout--withAside .a-Layout-headerBar,
    .amis-scope .a-Layout--withAside .a-Layout-content,
    .amis-scope .a-Layout--withAside .a-Layout-footer {
        margin-left: 200px;
    }

    .amis-scope .a-Layout .visible-folded {
        display: none;
    }

    .amis-scope .a-Layout--folded .visible-folded {
        display: inherit;
    }

    .amis-scope .a-Layout--folded .hidden-folded {
        display: none !important;
    }

    .amis-scope .a-Layout--folded .text-center-folded {
        text-align: center;
    }

    .amis-scope .a-Layout--folded .pull-none-folded {
        float: none !important;
    }

    .amis-scope .a-Layout--folded .w-auto-folded {
        width: auto;
    }

    .amis-scope .a-Layout--folded .a-Layout-aside,
    .amis-scope .a-Layout--folded .a-Layout-brandBar {
        width: 60px;
    }

    .amis-scope .a-Layout--folded.a-Layout--withAside .a-Layout-headerBar,
    .amis-scope .a-Layout--folded.a-Layout--withAside .a-Layout-content,
    .amis-scope .a-Layout--folded.a-Layout--withAside .a-Layout-footer {
        margin-left: 60px;
    }

    .amis-scope .a-Layout--folded .a-Layout-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        text-align: center;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-aside {
        height: 100%;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-aside:before {
        position: fixed;
        z-index: 15;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-brandBar {
        position: fixed;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-asideWrap {
        position: fixed;
        overflow: hidden;
        top: 50px;
        bottom: 0;
        left: 0;
        width: 199px;
        z-index: 1200;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-asideInner {
        width: 217px;
        position: relative;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-asideInner::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-asideInner::-webkit-scrollbar:vertical {
        width: 17px;
    }

    .amis-scope .a-Layout--asideFixed .a-Layout-asideInner>* {
        width: 200px;
    }

    .amis-scope .a-Layout--asideFixed.a-Layout--folded .a-Layout-aside {
        position: static;
    }

    .amis-scope .a-Layout--asideFixed.a-Layout--folded .a-Layout-brandBar {
        position: static;
    }

    .amis-scope .a-Layout--asideFixed.a-Layout--folded .a-Layout-asideWrap {
        overflow: visible;
        position: relative;
        top: 0;
        z-index: 15;
        width: 311px;
    }

    .amis-scope .a-Layout--asideFixed.a-Layout--folded .a-Layout-asideInner {
        overflow: visible;
        width: 77px;
    }

    .amis-scope .a-Layout--asideFixed.a-Layout--folded .a-Layout-asideInner>* {
        width: 60px;
    }

    .amis-scope .a-Layout--sm:not(.a-Layout--folded) .a-Layout-brand,
    .amis-scope .a-Layout--sm:not(.a-Layout--folded) .a-Layout-brandBar,
    .amis-scope .a-Layout--sm:not(.a-Layout--folded) .a-Layout-aside {
        width: 150px;
    }

    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--withAside .a-Layout-headerBar,
    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--withAside .a-Layout-content,
    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--withAside .a-Layout-footer {
        margin-left: 150px;
    }

    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideWrap {
        width: 95px;
    }

    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner {
        width: 167px;
    }

    .amis-scope .a-Layout--sm:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner>* {
        width: 150px;
    }

    .amis-scope .a-Layout--md:not(.a-Layout--folded) .a-Layout-brand,
    .amis-scope .a-Layout--md:not(.a-Layout--folded) .a-Layout-brandBar,
    .amis-scope .a-Layout--md:not(.a-Layout--folded) .a-Layout-aside {
        width: 250px;
    }

    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--withAside .a-Layout-headerBar,
    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--withAside .a-Layout-content,
    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--withAside .a-Layout-footer {
        margin-left: 250px;
    }

    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideWrap {
        width: 249px;
    }

    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner {
        width: 1611px;
    }

    .amis-scope .a-Layout--md:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner>* {
        width: 250px;
    }

    .amis-scope .a-Layout--lg:not(.a-Layout--folded) .a-Layout-brand,
    .amis-scope .a-Layout--lg:not(.a-Layout--folded) .a-Layout-brandBar,
    .amis-scope .a-Layout--lg:not(.a-Layout--folded) .a-Layout-aside {
        width: 300px;
    }

    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--withAside .a-Layout-headerBar,
    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--withAside .a-Layout-content,
    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--withAside .a-Layout-footer {
        margin-left: 300px;
    }

    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideWrap {
        width: 1811px;
    }

    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner {
        width: 317px;
    }

    .amis-scope .a-Layout--lg:not(.a-Layout--folded).a-Layout--asideFixed .a-Layout-asideInner>* {
        width: 300px;
    }
}

@media (max-width:767px) {
    .amis-scope .a-Layout {
        overflow-x: hidden;
    }

    .amis-scope .a-Layout-content {
        transition: transform .2s ease;
    }

    .amis-scope .a-Layout-aside {
        display: none;
    }

    .amis-scope .a-Layout--offScreen .a-Layout-aside {
        position: fixed;
        top: 50px;
        bottom: 0;
        width: 75%;
        display: block !important;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1010;
    }

    .amis-scope .a-Layout-headerBar {
        display: none;
    }

    .amis-scope .a-Layout--offScreen .a-Layout-content,
    .amis-scope .a-Layout--offScreen .a-Layout-footer {
        background-color: #f0f3f4;
        transition: transform .2s ease;
        backface-visibility: hidden;
        transform: translate3d(75%, 0, 0);
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1015;
        padding-top: 50px;
    }
}

.amis-scope .a-Grid-col--xs1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-Grid-col--xs {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:576px) {
    .amis-scope .a-Grid {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap;
    }

    .amis-scope .a-Grid::before,
    .amis-scope .a-Grid::after {
        display: table;
        content: "";
    }

    .amis-scope .a-Grid::after {
        clear: both;
    }

    .amis-scope .a-Grid-col--sm1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm3 {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm6 {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm9 {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm12 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--sm {
        flex-basis: 0;
        flex-grow: 1;
        min-height: 1px;
        max-width: 100%;
        width: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .amis-scope .a-Grid-col--md1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md3 {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md6 {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md9 {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md12 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--md {
        flex-basis: 0;
        flex-grow: 1;
        min-height: 1px;
        max-width: 100%;
        width: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .amis-scope .a-Grid-col--lg1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg3 {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg6 {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg9 {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg12 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Grid-col--lg {
        flex-basis: 0;
        flex-grow: 1;
        min-height: 1px;
        max-width: 100%;
        width: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.amis-scope .a-AsideNav::before,
.amis-scope .a-AsideNav::after {
    display: table;
    content: "";
}

.amis-scope .a-AsideNav::after {
    clear: both;
}

.amis-scope .a-AsideNav-label {
    color: #8b8e99;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .a-AsideNav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amis-scope .a-AsideNav-itemArrow {
    float: right;
    display: block;
    width: 20px;
    text-align: center;
    line-height: 17px;
}

.amis-scope .a-AsideNav-itemArrow::before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    transform-origin: center;
    color: #b4b6bd;
    font-size: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", "Arial", "microsoft yahei ui", "Microsoft YaHei", SimSun, sans-serif;
}

.amis-scope .a-AsideNav-item.is-open>a>.a-AsideNav-itemArrow::before {
    transform: rotate(90deg);
    color: #fff;
}

.amis-scope .a-AsideNav-itemBadge {
    padding: 2px 5px;
    margin-top: 2px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    float: right;
    min-width: 1px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.amis-scope .a-AsideNav-itemIcon {
    margin: -9.5px -10px;
    line-height: 40px;
    width: 40px;
    vertical-align: middle;
    float: left;
    margin-right: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
}

.amis-scope .a-AsideNav-itemIcon:before {
    position: relative;
    z-index: 2;
}

.amis-scope .a-AsideNav-subList {
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-left: -20px;
    transition: all .2s ease-in-out 0s;
    background-color: #2e3344;
}

.amis-scope .is-open>.a-AsideNav-subList,
.amis-scope .a-Layout--folded .a-AsideNav-item:hover>.a-AsideNav-subList,
.amis-scope .a-Layout--folded .a-AsideNav-item:focus>.a-AsideNav-subList,
.amis-scope .a-Layout--folded .a-AsideNav-item:active>.a-AsideNav-subList {
    opacity: 1;
    margin-left: 0;
    height: auto !important;
    overflow: visible;
}

.amis-scope .a-Layout--folded .a-AsideNav-item.is-open>.a-AsideNav-subList {
    overflow: hidden;
}

.amis-scope .a-AsideNav-item {
    position: relative;
    display: block;
}

.amis-scope .a-AsideNav-item a {
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
    display: block;
    font-size: 14px;
    padding: 9.5px 15px;
    position: relative;
    transition: background-color .2s ease-in-out 0s;
    color: #b4b6bd;
    text-decoration: none;
    user-select: none;
}

.amis-scope .a-AsideNav-item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #32374a;
}

.amis-scope .a-AsideNav-item a:hover .a-AsideNav-itemIcon {
    color: inherit;
}

.amis-scope .a-AsideNav-item.is-active>a {
    background-color: #2e3344;
    color: #fff;
}

.amis-scope .a-AsideNav-item.is-active>a:hover {
    background-color: #32374a;
}

.amis-scope .a-AsideNav-item .a-AsideNav-item a {
    padding-left: 45px;
}

.amis-scope .a-AsideNav-item .a-AsideNav-item .a-AsideNav-item a {
    padding-left: 75px;
}

.amis-scope .a-AsideNav-item .a-AsideNav-item .a-AsideNav-item .a-AsideNav-item a {
    padding-left: 105px;
}

.amis-scope .a-AsideNav-item .a-AsideNav-item .a-AsideNav-subList {
    display: none;
}

.amis-scope .a-AsideNav-item .a-AsideNav-item.is-open .a-AsideNav-subList {
    display: block;
}

.amis-scope .a-AsideNav-subHeader {
    display: none;
}

.amis-scope .a-AsideNav-subHeader a {
    cursor: default;
    background: transparent;
    color: #8b8e99;
    padding: 14.5px 20px;
}

.amis-scope .a-AsideNav-subHeader a:hover {
    color: #8b8e99;
    background: transparent;
}

.amis-scope .a-AsideNav-tooltip {
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    background: rgba(0, 0, 0, .7);
    border: 0 solid #dee2e6;
    border-radius: 2.272px;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    left: 100%;
    color: #fff;
    padding: 2px 10px;
    opacity: 0;
    transition: all .15s ease-in-out;
}

.amis-scope .a-AsideNav-divider {
    width: auto;
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 0;
    background-color: #2e3344;
}

@media (min-width:768px) {
    .amis-scope .a-Layout--folded .a-AsideNav-label {
        display: none;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-subHeader {
        display: block;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-item:hover>.a-AsideNav-tooltip {
        opacity: 1;
        z-index: 1500;
        margin: 0 0 0 10px;
        opacity: 1;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-list>.a-AsideNav-item>a {
        text-align: center;
        position: relative;
        padding: 0;
        text-align: center;
        height: 50px;
        border: 0;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-list>.a-AsideNav-item>a .a-AsideNav-itemArrow,
    .amis-scope .a-Layout--folded .a-AsideNav-list>.a-AsideNav-item>a .a-AsideNav-itemLabel {
        display: none;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-list>.a-AsideNav-item>a .a-AsideNav-itemIcon {
        width: auto;
        float: none !important;
        display: block;
        font-size: 16px;
        margin: 0;
        line-height: 50px;
        border: 0 !important;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-list>.a-AsideNav-item>a .a-AsideNav-itemBadge {
        position: absolute;
        right: 12px;
        top: 8px;
        z-index: 3;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-item .a-AsideNav-item a {
        padding-left: 20px !important;
    }

    .amis-scope .a-Layout--folded .a-AsideNav-subList {
        height: 0 !important;
        position: absolute;
        left: 100%;
        top: 0 !important;
        z-index: 1050;
        width: 200px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    }

    .amis-scope .a-Layout--folded.a-Layout--sm .a-AsideNav-subList {
        width: 150px;
    }

    .amis-scope .a-Layout--folded.a-Layout--md .a-AsideNav-subList {
        width: 250px;
    }

    .amis-scope .a-Layout--folded.a-Layout--lg .a-AsideNav-subList {
        width: 300px;
    }
}

.amis-scope .a-Hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .a-Hbox>.a-Hbox-col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

.amis-scope .a-FormHbox {
    margin-left: -15px;
    margin-right: -15px;
}

.amis-scope .a-FormHbox>.a-Hbox>.a-Hbox-col {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.amis-scope .a-FormHbox>.a-Hbox>.a-Hbox-col>.a-Form-group {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .a-FormHbox>.a-Hbox>.a-Hbox-col>.a-Form-group:last-child {
    margin-bottom: 0;
}

.amis-scope .a-FormHbox.a-Hbox--xs {
    margin-left: -5px;
    margin-right: -5px;
}

.amis-scope .a-FormHbox.a-Hbox--xs>.a-Hbox>.a-Hbox-col {
    padding-left: 5px;
    padding-right: 5px;
}

.amis-scope .a-FormHbox.a-Hbox--sm {
    margin-left: -10px;
    margin-right: -10px;
}

.amis-scope .a-FormHbox.a-Hbox--sm>.a-Hbox>.a-Hbox-col {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:991px) {
    .amis-scope .a-Hbox--autoSm {
        display: block;
    }

    .amis-scope .a-Hbox--autoSm>.a-Hbox-col {
        width: auto;
        height: auto;
        display: block;
    }

    .amis-scope .a-Hbox--autoSm>.a-Hbox-col.show {
        display: block !important;
    }

    .amis-scope .a-Hbox--autoSm .a-Vbox {
        height: auto;
    }

    .amis-scope .a-Hbox--autoSm .cell-inner {
        position: static !important;
    }
}

@media (max-width:767px) {
    .amis-scope .a-Hbox--autoXs {
        display: block;
    }

    .amis-scope .a-Hbox--autoXs>.a-Hbox-col {
        width: auto;
        height: auto;
        display: block;
    }

    .amis-scope .a-Hbox--autoXs .a-Vbox {
        height: auto;
    }

    .amis-scope .a-Hbox--autoXs .cell-inner {
        position: static !important;
    }
}

.amis-scope .a-Vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 240px;
}

.amis-scope .a-Vbox .row-row {
    display: table-row;
    height: 100%;
}

.amis-scope .a-Vbox .row-row .a-Vbox-cell {
    position: relative;
    height: 100%;
    width: 100%;
}

.amis-scope .ie .a-Vbox .row-row .a-Vbox-cell {
    display: table-cell;
    overflow: auto;
}

.amis-scope .ie .a-Vbox .row-row .a-Vbox-cell .cell-inner {
    overflow: visible !important;
}

.amis-scope .a-Vbox .row-row .a-Vbox-cell .cell-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.amis-scope .is-modalOpened {
    overflow: hidden;
}

.amis-scope .is-modalOpened .a-Modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.amis-scope .a-Modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1300;
    overflow: hidden;
    outline: 0;
}

.amis-scope .a-Modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 200px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    transition: ease-out all .3s;
    transform: translateY(-300px) scale(0.2);
    opacity: 0;
}

.amis-scope .a-Modal-content.in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.amis-scope .a-Modal-overlay {
    transition: ease-out opacity .3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
}

.amis-scope .a-Modal-overlay.in {
    opacity: 1;
}

.amis-scope .a-Modal-header {
    padding: 9.5px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #edeff1;
    border-top-left-radius: 2.272px;
    border-top-right-radius: 2.272px;
}

.amis-scope .a-Modal-header::before,
.amis-scope .a-Modal-header::after {
    display: table;
    content: "";
}

.amis-scope .a-Modal-header::after {
    clear: both;
}

.amis-scope .a-Modal-title {
    font-size: 14px;
    color: #414c52;
}

.amis-scope .a-Modal-close {
    float: right;
    color: #99a6ad;
    line-height: inherit;
    text-decoration: none;
    vertical-align: middle;
}

.amis-scope .a-Modal-close svg {
    width: 12px;
    height: 12px;
    fill: #99a6ad;
}

.amis-scope .a-Modal-close:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-Modal-close:not(.is-disabled):hover {
    text-decoration: none;
    color: #58666e;
}

.amis-scope .a-Modal-close:not(.is-disabled):hover svg {
    fill: #58666e;
}

.amis-scope .a-Modal-content>.a-Modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 10;
}

.amis-scope .a-Modal-body {
    padding: 15px 20px 20px;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-Modal-header+.a-Modal-body {
    padding-top: 20px;
}

.amis-scope .a-Modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    border-top: 1px solid #edeff1;
    margin: 0;
    border-bottom-left-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-Modal-footer .a-Button {
    margin-left: 10px;
}

.amis-scope .a-Modal--2th .a-Modal-content {
    margin-top: 90px;
}

.amis-scope .a-Modal--3th .a-Modal-content {
    margin-top: 120px;
}

.amis-scope .a-Modal--4th .a-Modal-content {
    margin-top: 150px;
}

.amis-scope .a-Modal--5th .a-Modal-content {
    margin-top: 180px;
}

.amis-scope .a-Modal--6th .a-Modal-content {
    margin-top: 132px;
}

.amis-scope .a-Modal--7th .a-Modal-content {
    margin-top: 240px;
}

.amis-scope .a-Modal--8th .a-Modal-content {
    margin-top: 270px;
}

.amis-scope .a-Modal--9th .a-Modal-content {
    margin-top: 300px;
}

.amis-scope .a-Modal--10th .a-Modal-content {
    margin-top: 2010px;
}

@media (min-width:576px) {
    .amis-scope .a-Modal-content {
        max-width: 500px;
    }

    .amis-scope .a-Modal--sm .a-Modal-content {
        max-width: 350px;
    }

    .amis-scope .a-Modal--base .a-Modal-content {
        max-width: 500px;
    }

    .amis-scope .a-Modal--md .a-Modal-content {
        max-width: 800px;
    }

    .amis-scope .a-Modal--lg .a-Modal-content {
        max-width: 1100px;
    }

    .amis-scope .a-Modal--xl .a-Modal-content {
        max-width: 90%;
    }
}

.amis-scope .a-Dialog-info {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
}

.amis-scope .a-Dialog-error {
    color: #f05050;
}

.amis-scope .a-Drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1300;
    overflow: hidden;
    outline: 0;
}

.amis-scope .a-Drawer-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    z-index: 2;
    border: 1px solid #dee2e6;
    border-radius: 0;
    transition: transform ease-in-out .3s;
}

.amis-scope .a-Drawer-overlay {
    transition: ease-out opacity .3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
}

.amis-scope .a-Drawer-overlay.in {
    opacity: 1;
}

.amis-scope .a-Drawer-header {
    padding: 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #edeff1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .a-Drawer-header::before,
.amis-scope .a-Drawer-header::after {
    display: table;
    content: "";
}

.amis-scope .a-Drawer-header::after {
    clear: both;
}

.amis-scope .a-Drawer-title {
    font-size: 16px;
    color: #414c52;
}

.amis-scope .a-Drawer-close {
    position: absolute;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    text-decoration: none;
}

.amis-scope .a-Drawer-close svg {
    width: 30px;
    height: 30px;
    fill: rgba(255, 255, 255, .8);
}

.amis-scope .a-Drawer-close:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-Drawer-close:not(.is-disabled):hover {
    text-decoration: none;
    color: #fff;
}

.amis-scope .a-Drawer-close:not(.is-disabled):hover svg {
    fill: #fff;
}

.amis-scope .a-Drawer-body {
    padding: 15px;
    flex-basis: 0;
    flex-grow: 1;
    overflow: auto;
}

.amis-scope .a-Drawer-footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #edeff1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .a-Drawer-footer .a-Button {
    margin-left: 5px;
}

.amis-scope .a-Drawer-footer .a-Drawer-info {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
    align-self: center;
}

.amis-scope .a-Drawer-footer .a-Drawer-error {
    color: #f05050;
}

.amis-scope .a-Drawer.a-Drawer--noOverlay .a-Drawer-close svg {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    fill: #99a6ad;
}

.amis-scope .a-Drawer .a-Drawer-resizeCtrl {
    position: absolute;
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 2.272px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    user-select: none;
}

@media (min-width:576px) {
    .amis-scope .a-Drawer .a-Drawer-content {
        width: 80%;
        height: 80%;
    }

    .amis-scope .a-Drawer--xs .a-Drawer-content {
        width: 200px;
        height: 200px;
    }

    .amis-scope .a-Drawer--sm .a-Drawer-content {
        width: 300px;
        height: 300px;
    }

    .amis-scope .a-Drawer--md .a-Drawer-content {
        width: 500px;
        height: 500px;
    }

    .amis-scope .a-Drawer--lg .a-Drawer-content {
        width: 800px;
        height: 800px;
    }

    .amis-scope .a-Drawer--xl .a-Drawer-content {
        width: 90%;
        height: 90%;
    }
}

.amis-scope .a-Drawer--top .a-Drawer-content.in,
.amis-scope .a-Drawer--right .a-Drawer-content.in,
.amis-scope .a-Drawer--bottom .a-Drawer-content.in,
.amis-scope .a-Drawer--left .a-Drawer-content.in {
    transform: translate3d(0, 0, 0);
}

.amis-scope .a-Drawer--top .a-Drawer-close {
    top: 100%;
    margin-top: 10px;
    left: 10px;
}

.amis-scope .a-Drawer--top.a-Drawer--noOverlay .a-Drawer-close {
    top: 15px;
    right: 15px;
    left: auto;
    margin-top: 0;
}

.amis-scope .a-Drawer--top .a-Drawer-content {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, -100%, 0);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .2);
    min-height: 120px;
}

.amis-scope .a-Drawer--top .a-Drawer-resizeCtrl {
    bottom: -6px;
    left: 50%;
    cursor: ns-resize;
    width: 20px;
    height: 12px;
}

.amis-scope .a-Drawer--right .a-Drawer-close {
    right: 100%;
    margin-right: 10px;
    top: 10px;
}

.amis-scope .a-Drawer--right.a-Drawer--noOverlay .a-Drawer-close {
    top: 15px;
    right: 15px;
    margin-right: 0;
}

.amis-scope .a-Drawer--right .a-Drawer-content {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    box-shadow: -10px 0 10px -10px rgba(0, 0, 0, .2);
    min-width: 120px;
}

.amis-scope .a-Drawer--right .a-Drawer-footer {
    justify-content: flex-start;
}

.amis-scope .a-Drawer--right .a-Drawer-footer .a-Button {
    margin-left: 0;
    margin-right: 5px;
}

.amis-scope .a-Drawer--right .a-Drawer-footer .a-Drawer-info {
    flex-basis: 0;
    flex-grow: 1;
    order: 10;
    align-self: center;
    text-align: right;
}

.amis-scope .a-Drawer--right .a-Drawer-footer .a-Drawer-error {
    color: #f05050;
}

.amis-scope .a-Drawer--right .a-Drawer-resizeCtrl {
    left: -6px;
    top: 50%;
    cursor: ew-resize;
    writing-mode: vertical-lr;
    width: 12px;
    height: 20px;
}

.amis-scope .a-Drawer--bottom .a-Drawer-close {
    bottom: 100%;
    margin-bottom: 10px;
    left: 10px;
}

.amis-scope .a-Drawer--bottom.a-Drawer--noOverlay .a-Drawer-close {
    top: 15px;
    right: 15px;
    left: auto;
    margin-bottom: 0;
}

.amis-scope .a-Drawer--bottom .a-Drawer-content {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, .2);
    min-height: 120px;
}

.amis-scope .a-Drawer--bottom .a-Drawer-resizeCtrl {
    top: -6px;
    left: 50%;
    cursor: ns-resize;
    width: 20px;
    height: 12px;
}

.amis-scope .a-Drawer--left .a-Drawer-close {
    left: 100%;
    margin-left: 10px;
    top: 10px;
}

.amis-scope .a-Drawer--left.a-Drawer--noOverlay .a-Drawer-close {
    left: auto;
    right: 15px;
    top: 15px;
}

.amis-scope .a-Drawer--left .a-Drawer-content {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, .2);
    border-width: 0 1px 0 0;
    min-width: 120px;
}

.amis-scope .a-Drawer--left .a-Drawer-resizeCtrl {
    right: -6px;
    top: 50%;
    cursor: ew-resize;
    writing-mode: vertical-lr;
    width: 12px;
    height: 20px;
}

.amis-scope .a-Tooltip {
    position: absolute;
    top: 0;
    left: 0;
    font-family: inherit;
    border-radius: 2.272px;
    min-width: auto;
    max-width: 240px;
    text-align: left;
    white-space: normal;
    z-index: 1500;
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
}

.amis-scope .a-Tooltip-arrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 8px;
    margin-left: -8px;
    left: 50%;
}

.amis-scope .a-Tooltip-arrow::before,
.amis-scope .a-Tooltip-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.amis-scope .a-Tooltip--top {
    margin-top: -10px;
}

.amis-scope .a-Tooltip--top .a-Tooltip-arrow {
    bottom: -9px;
}

.amis-scope .a-Tooltip--top .a-Tooltip-arrow::before,
.amis-scope .a-Tooltip--top .a-Tooltip-arrow::after {
    border-width: 8px 8px 0;
}

.amis-scope .a-Tooltip--top .a-Tooltip-arrow::before {
    bottom: 0;
    border-top-color: #dee2e6;
}

.amis-scope .a-Tooltip--top .a-Tooltip-arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.amis-scope .a-Tooltip--right {
    margin-left: 10px;
}

.amis-scope .a-Tooltip--right .a-Tooltip-arrow {
    left: -1px;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
}

.amis-scope .a-Tooltip--right .a-Tooltip-arrow::before,
.amis-scope .a-Tooltip--right .a-Tooltip-arrow::after {
    border-width: 8px 8px 8px 0;
}

.amis-scope .a-Tooltip--right .a-Tooltip-arrow::before {
    left: 0;
    border-right-color: #dee2e6;
}

.amis-scope .a-Tooltip--right .a-Tooltip-arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.amis-scope .a-Tooltip--bottom {
    margin-top: 10px;
}

.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow {
    top: -9px;
}

.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::before,
.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::after {
    border-width: 0 8px 8px;
}

.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::before {
    top: 0;
    border-bottom-color: #dee2e6;
}

.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.amis-scope .a-Tooltip--bottom .a-Tooltip-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    margin-left: -8px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.amis-scope .a-Tooltip--left {
    margin-left: -10px;
}

.amis-scope .a-Tooltip--left .a-Tooltip-arrow {
    left: auto;
    right: -9px;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    top: 50%;
}

.amis-scope .a-Tooltip--left .a-Tooltip-arrow::before,
.amis-scope .a-Tooltip--left .a-Tooltip-arrow::after {
    border-width: 8px 0 8px 8px;
}

.amis-scope .a-Tooltip--left .a-Tooltip-arrow::before {
    right: 0;
    border-left-color: #dee2e6;
}

.amis-scope .a-Tooltip--left .a-Tooltip-arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.amis-scope .a-Tooltip-title {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #414c52;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 5.848px;
    border-top-right-radius: 5.848px;
}

.amis-scope .a-Tooltip-title:empty {
    display: none;
}

.amis-scope .a-Tooltip-body {
    color: #58666e;
    padding: 10px;
}

.amis-scope [data-tooltip] {
    position: relative;
}

.amis-scope [data-tooltip]:after {
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    background: rgba(0, 0, 0, .7);
    border: 0 solid #dee2e6;
    border-radius: 2.272px;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    left: 100%;
    color: #fff;
    padding: 2px 10px;
    opacity: 0;
    transition: all .15s ease-in-out;
}

.amis-scope [data-tooltip]:not(.is-disabled):hover:after {
    opacity: 1;
    z-index: 1500;
    margin: 0 0 0 10px;
    opacity: 1;
}

.amis-scope [data-tooltip][data-position=bottom]:after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=bottom]:hover:after {
    margin: 10px 0 0;
}

.amis-scope [data-tooltip][data-position=left]:after {
    top: 50%;
    right: 100%;
    left: auto;
    transform: translateY(-50%);
}

.amis-scope [data-tooltip][data-position=left]:hover:after {
    margin: 0 0 0 10px;
}

.amis-scope [data-tooltip][data-position=top]:after {
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=top]:hover:after {
    margin: -10px 0 0 0;
}

.amis-scope [data-tooltip]:hover:active:after {
    content: "";
    display: none !important;
}

.amis-scope .a-PopOver {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1400;
    display: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
}

.amis-scope .a-PopOver-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background: transparent;
}

.amis-scope .a-PopOver-overlay+* {
    position: relative;
    z-index: 2;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, .3, .3);
    }
}

.amis-scope .a-Toast {
    width: 300px;
    pointer-events: auto;
    margin-bottom: 5px;
    padding: 15px 15px 15px 55px;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    border-radius: 6.848px;
    border: 0 solid;
    color: #fff;
    position: relative;
    opacity: .8;
    cursor: pointer;
}

.amis-scope .a-Toast-wrap {
    pointer-events: none;
    position: fixed;
    z-index: 2000;
}

.amis-scope .a-Toast:hover {
    opacity: 1;
}

.amis-scope .a-Toast.in {
    animation-duration: .75s;
    animation-name: bounceIn;
}

.amis-scope .a-Toast.out {
    animation-duration: .75s;
    animation-name: bounceOut;
}

.amis-scope .a-Toast.hidden {
    display: none;
}

.amis-scope .a-Toast-title {
    display: block;
    font-size: 16px;
}

.amis-scope .a-Toast-body {
    display: block;
}

.amis-scope .a-Toast::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 15px;
    top: 15px;
}

.amis-scope .a-Toast--error {
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}

.amis-scope .a-Toast--error::before {
    content: "\f06a";
}

.amis-scope .a-Toast--warning {
    color: #fff;
    border-color: #fad733;
    background-color: #fad733;
}

.amis-scope .a-Toast--warning::before {
    content: "\f071";
}

.amis-scope .a-Toast--info {
    color: #fff;
    border-color: #23b7e5;
    background-color: #23b7e5;
    padding: 15px 15px 15px 55px;
}

.amis-scope .a-Toast--info::before {
    content: "\f05a";
}

.amis-scope .a-Toast--success {
    color: #fff;
    border-color: #27c24c;
    background-color: #27c24c;
}

.amis-scope .a-Toast--success::before {
    content: "\f00c";
}

.amis-scope .a-Toast-wrap--topRight {
    top: 15px;
    right: 15px;
}

.amis-scope .a-Toast-wrap--topCenter {
    top: 15px;
    left: 50%;
    margin-left: -150px;
}

.amis-scope .a-Toast-wrap--topLeft {
    top: 15px;
    left: 15px;
}

.amis-scope .a-Toast-wrap--bottomLeft {
    left: 15px;
    bottom: 15px;
}

.amis-scope .a-Toast-wrap--bottomCenter {
    left: 50%;
    margin-left: -150px;
    bottom: 15px;
}

.amis-scope .a-Toast-wrap--bottomRight {
    bottom: 15px;
    right: 15px;
}

.amis-scope .a-Alert {
    font-size: 14px;
    box-shadow: none;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4.56px;
    margin-bottom: 20px;
}

.amis-scope .a-Alert-close {
    outline: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.amis-scope .a-Alert-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.amis-scope .a-Alert--danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.amis-scope .a-Alert--info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #c4ebf3;
}

.amis-scope .a-Alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.amis-scope .a-Alert--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.amis-scope .a-Tabs-links {
    border-bottom: 1px solid #dee2e6;
}

.amis-scope .a-Tabs-links>.a-Tabs-link {
    margin-bottom: -1px;
    display: inline-block;
}

.amis-scope .a-Tabs-links>.a-Tabs-link>a {
    font-size: 14px;
    outline: 0;
    border: 1px solid transparent;
    border-top-left-radius: 2.272px;
    border-top-right-radius: 2.272px;
    color: #58666e;
    margin-right: 2px;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
}

.amis-scope .a-Tabs-links>.a-Tabs-link:hover>a,
.amis-scope .a-Tabs-links>.a-Tabs-link>a:focus {
    border-color: #e9ecef;
    text-decoration: none;
}

.amis-scope .a-Tabs-links>.a-Tabs-link.disabled>a,
.amis-scope .a-Tabs-links>.a-Tabs-link.is-disabled>a {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
    pointer-events: none;
}

.amis-scope .a-Tabs-links>.a-Tabs-link.active>a,
.amis-scope .a-Tabs-links>.a-Tabs-link.is-active>a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
    border-bottom-color: transparent;
}

.amis-scope .a-Tabs-content {
    background-color: #fff;
    padding: 15px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #dee2e6;
}

.amis-scope .a-Tabs--line>.a-Tabs-links {
    border-bottom-color: #e2e5ec;
}

.amis-scope .a-Tabs--line>.a-Tabs-links>li.active>a,
.amis-scope .a-Tabs--line>.a-Tabs-links>li.active>a:hover,
.amis-scope .a-Tabs--line>.a-Tabs-links>li.active>a:focus {
    border-bottom: 2px solid #7266ba;
    color: #7266ba;
    background-color: transparent;
    border-color: transparent transparent #7266ba;
}

.amis-scope .a-Tabs--line>.a-Tabs-links>li>a,
.amis-scope .a-Tabs--line>.a-Tabs-links>li>a:hover,
.amis-scope .a-Tabs--line>.a-Tabs-links>li>a:focus {
    color: #666;
    background-color: transparent;
    border-color: transparent;
}

.amis-scope .a-Tabs--card>.a-Tabs-links {
    background-color: #eceff8;
    border-top: 1px solid #e2e5ec;
}

.amis-scope .a-Tabs--card>.a-Tabs-links>li.active>a,
.amis-scope .a-Tabs--card>.a-Tabs-links>li.active>a:hover,
.amis-scope .a-Tabs--card>.a-Tabs-links>li.active>a:focus {
    color: #7266ba;
    background-color: #fff;
    margin-left: 1px;
}

.amis-scope .a-Tabs--card>.a-Tabs-links>li>a,
.amis-scope .a-Tabs--card>.a-Tabs-links>li>a:hover,
.amis-scope .a-Tabs--card>.a-Tabs-links>li>a:focus {
    color: #666;
    background-color: transparent;
}

.amis-scope .a-Tabs--radio>.a-Tabs-links {
    border: 0;
    margin-bottom: 10px;
}

.amis-scope .a-Tabs--radio>.a-Tabs-links>li>a {
    font-size: 12px;
    text-align: center;
    margin-right: 0;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.amis-scope .a-Tabs--radio>.a-Tabs-links>li.active>a,
.amis-scope .a-Tabs--radio>.a-Tabs-links>li.active>a:hover,
.amis-scope .a-Tabs--radio>.a-Tabs-links>li.active>a:focus {
    color: #fff;
    background-color: #7266ba;
    margin-left: 1px;
}

.amis-scope .a-Tabs--radio>.a-Tabs-links>li>a,
.amis-scope .a-Tabs--radio>.a-Tabs-links>li>a:hover,
.amis-scope .a-Tabs--radio>.a-Tabs-links>li>a:focus {
    color: #7266ba;
    background-color: #eaf6fe;
}

.amis-scope .a-Tabs--radio .tab-content {
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amis-scope .a-Nav--tabs {
    border-bottom: 1px solid #dee2e6;
}

.amis-scope .a-Nav--tabs .a-Nav-item {
    margin-bottom: -1px;
    display: inline-block;
}

.amis-scope .a-Nav--tabs .a-Nav-item>a {
    font-size: 14px;
    display: block;
    outline: 0;
    border: 1px solid transparent;
    border-top-left-radius: 2.272px;
    border-top-right-radius: 2.272px;
    color: #58666e;
    text-decoration: none;
    margin-right: 2px;
    padding: 10px 15px;
    cursor: pointer;
}

.amis-scope .a-Nav--tabs .a-Nav-item:hover>a,
.amis-scope .a-Nav--tabs .a-Nav-item>a:focus {
    border-color: #e9ecef;
    text-decoration: none;
}

.amis-scope .a-Nav--tabs .a-Nav-item.disabled>a,
.amis-scope .a-Nav--tabs .a-Nav-item.is-disabled>a {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
    pointer-events: none;
}

.amis-scope .a-Nav--tabs .a-Nav-item.active>a,
.amis-scope .a-Nav--tabs .a-Nav-item.is-active>a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
    border-bottom-color: transparent;
    border-bottom-width: initial;
}

.amis-scope .a-Nav--tabs .a-Nav-itemIcon {
    margin-right: 5px;
}

.amis-scope .a-Nav--stacked .a-Nav-item {
    position: relative;
}

.amis-scope .a-Nav--stacked .a-Nav-item>a {
    display: block;
    outline: 0;
    color: #58666e;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4.56px;
}

.amis-scope .a-Nav--stacked .a-Nav-item:hover>a,
.amis-scope .a-Nav--stacked .a-Nav-item>a:focus {
    border-color: #414c52;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .05);
}

.amis-scope .a-Nav--stacked .a-Nav-item.disabled>a,
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled>a {
    color: #99a6ad;
    background-color: transparent;
    pointer-events: none;
}

.amis-scope .a-Nav--stacked .a-Nav-item.active>a,
.amis-scope .a-Nav--stacked .a-Nav-item.is-active>a {
    color: #fff;
    background-color: #23b7e5;
    border-left: 4px solid transparent;
    padding-left: 12px;
}

.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded .a-Nav-itemToggler {
    transform: rotate(180deg) scale(0.8);
}

.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded .a-Nav-subItems {
    display: block;
}

.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    top: 4px;
    right: 2px;
    cursor: pointer;
    transform: scale(0.8);
    transition: transform .3s;
}

.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems {
    display: none;
    padding-left: 0;
    list-style: none;
}

.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item {
    font-size: 14px;
}

.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 500px;
    margin-right: 8px;
    vertical-align: middle;
}

.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item.active>a:before,
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item.is-active>a:before {
    background-color: #e5eaeb;
}

.amis-scope .a-Page-header {
    padding: 15px;
}

.amis-scope .a-Page-main {
    background: transparent;
}

.amis-scope .a-Page-content {
    padding: 0;
}

.amis-scope .a-Page-main>.a-Page-header {
    border-bottom: 1px solid #dee2e6;
}

.amis-scope .a-Page-headerRow {
    border-bottom: 1px solid #dee2e6;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

.amis-scope .a-Page-headerRow .a-Page-header,
.amis-scope .a-Page-headerRow .a-Page-toolbar {
    display: table-cell;
    vertical-align: middle;
}

.amis-scope .a-Page-headerRow .a-Page-toolbar {
    text-align: right;
    padding-right: 15px;
}

.amis-scope .a-Page-title {
    margin: 0;
    padding: 0;
    color: #414c52;
    font-size: 16px;
    font-weight: 400;
}

.amis-scope .a-Page-body {
    padding: 15px;
}

.amis-scope .a-Page-asideTplWrapper {
    padding: 5px;
}

.amis-scope .a-Page-aside {
    width: 200px;
    background-color: #e5eaeb;
    border-right: 1px solid #dee2e6;
}

.amis-scope .a-Page-aside::before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
}

.amis-scope .a-Page--withSidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

.amis-scope .a-Page--withSidebar .a-Page-aside,
.amis-scope .a-Page--withSidebar .a-Page-content {
    display: table-cell;
    vertical-align: top;
}

.amis-scope .a-Page--withSidebar .a-Page-content {
    width: 100%;
}

.amis-scope .a-Page-toolbar .a-Button+.a-Button {
    margin-left: 5px;
}

.amis-scope .a-Remark {
    display: inline-block;
    margin-left: 10px;
    color: #99a6ad;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
    border: 0 solid #dee2e6;
    text-align: center;
    width: 16px;
}

.amis-scope .a-Remark-icon {
    color: inherit;
    font-size: 14px;
}

.amis-scope .a-Remark:hover {
    color: #58666e;
    background-color: transparent;
    border-color: #dee2e6;
}

.amis-scope .a-Chart {
    min-height: 300px;
    position: relative;
}

.amis-scope .a-Chart-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amis-scope .a-Video {
    min-width: 200px;
}

.amis-scope .a-Video-cursor {
    position: absolute;
    border: 2px solid #23b7e5;
    transition: all .5s ease-out;
}

.amis-scope .a-Video-frameList .a-Video-frameItem {
    cursor: pointer;
}

.amis-scope .a-Video .video-react-paused .video-react-big-play-button.big-play-button-hide {
    display: block;
}

.amis-scope .a-Audio-original {
    display: none;
}

.amis-scope .a-Audio--inline {
    display: inline-block;
}

.amis-scope .a-Audio {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dee2e6;
    padding-left: 10px;
    overflow: hidden;
}

.amis-scope .a-Audio-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.amis-scope .a-Audio-rates {
    width: 40px;
    height: 50px;
    text-align: center;
    background: #dee2e6;
    cursor: pointer;
    margin-right: 10px;
}

.amis-scope .a-Audio-rateControl {
    margin-right: 10px;
}

.amis-scope .a-Audio-rateControl::after {
    clear: both;
    content: "";
}

.amis-scope .a-Audio-rateControl .a-Audio-rateControlItem {
    width: 40px;
    height: 50px;
    background: #dee2e6;
    cursor: pointer;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #d3dae0;
}

.amis-scope .a-Audio-play {
    width: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.amis-scope .a-Audio-play svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.amis-scope .a-Audio-times {
    width: 75px;
    margin-right: 10px;
    cursor: default;
    flex-shrink: 0;
}

.amis-scope .a-Audio-process {
    flex: auto;
    cursor: pointer;
    min-width: 80px;
    margin-right: 10px;
}

.amis-scope .a-Audio-process input[type=range] {
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: 0 0;
}

.amis-scope .a-Audio-process input[type=range]::-webkit-slider-runnable-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.amis-scope .a-Audio-process input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    cursor: pointer;
    background: #606670;
    width: 14px;
    height: 14px;
    margin-top: -5px;
}

.amis-scope .a-Audio-volume {
    width: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-right: 10px;
}

.amis-scope .a-Audio-volume svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.amis-scope .a-Audio-volumeControl {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 614px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.amis-scope .a-Audio-volumeControl input[type=range] {
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: 0 0;
}

.amis-scope .a-Audio-volumeControl input[type=range]::-webkit-slider-runnable-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.amis-scope .a-Audio-volumeControl input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    cursor: pointer;
    background: #606670;
    width: 14px;
    height: 14px;
    margin-top: -5px;
}

.amis-scope .a-Audio-volumeControl .a-Audio-volumeControlIcon {
    margin-right: 10px;
    cursor: pointer;
}

.amis-scope .a-Audio-volumeControl svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.amis-scope .a-Panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2.272px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.amis-scope .a-Panel-fixedBottom {
    position: absolute;
    background: #fff;
    z-index: 900;
    bottom: 999999px;
    box-shadow: 0 -8px 16px rgba(28, 43, 54, .15);
}

.amis-scope .a-Panel-fixedBottom.in {
    position: fixed;
    bottom: 0;
}

.amis-scope .a-Panel--default {
    border-color: #dee2e6;
}

.amis-scope .a-Panel--default>.a-Panel-heading {
    background-color: #f6f8f8;
    color: #58666e;
}

.amis-scope .a-Panel--default>.a-Panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.amis-scope .a-Panel--default>.a-Panel-heading {
    border-color: #dee2e6;
}

.amis-scope .a-Panel--primary {
    border-color: #7266ba;
}

.amis-scope .a-Panel--primary>.a-Panel-heading {
    background-color: #7266ba;
    color: #fff;
}

.amis-scope .a-Panel--primary>.a-Panel-heading .badge {
    color: #7266ba;
    background-color: #fff;
}

.amis-scope .a-Panel--primary>.a-Panel-heading,
.amis-scope .a-Panel--primary>.a-Panel-footer {
    border-color: #7266ba;
}

.amis-scope .a-Panel--success {
    border-color: #27c24c;
}

.amis-scope .a-Panel--success>.a-Panel-heading {
    background-color: #27c24c;
    color: #fff;
}

.amis-scope .a-Panel--success>.a-Panel-heading .badge {
    color: #27c24c;
    background-color: #fff;
}

.amis-scope .a-Panel--success>.a-Panel-heading,
.amis-scope .a-Panel--success>.a-Panel-footer {
    border-color: #27c24c;
}

.amis-scope .a-Panel--info {
    border-color: #23b7e5;
}

.amis-scope .a-Panel--info>.a-Panel-heading {
    background-color: #23b7e5;
    color: #fff;
}

.amis-scope .a-Panel--info>.a-Panel-heading .badge {
    color: #23b7e5;
    background-color: #fff;
}

.amis-scope .a-Panel--info>.a-Panel-heading,
.amis-scope .a-Panel--info>.a-Panel-footer {
    border-color: #23b7e5;
}

.amis-scope .a-Panel--warning {
    border-color: #fad733;
}

.amis-scope .a-Panel--warning>.a-Panel-heading {
    background-color: #fad733;
    color: #fff;
}

.amis-scope .a-Panel--warning>.a-Panel-heading .badge {
    color: #fad733;
    background-color: #fff;
}

.amis-scope .a-Panel--warning>.a-Panel-heading,
.amis-scope .a-Panel--warning>.a-Panel-footer {
    border-color: #fad733;
}

.amis-scope .a-Panel--danger {
    border-color: #f05050;
}

.amis-scope .a-Panel--danger>.a-Panel-heading {
    background-color: #f05050;
    color: #fff;
}

.amis-scope .a-Panel--danger>.a-Panel-heading .badge {
    color: #f05050;
    background-color: #fff;
}

.amis-scope .a-Panel--danger>.a-Panel-heading,
.amis-scope .a-Panel--danger>.a-Panel-footer {
    border-color: #f05050;
}

.amis-scope .a-Panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 2.272px 2.272px 0 0;
}

.amis-scope .a-Panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.amis-scope .a-Panel-body {
    padding: 15px;
}

.amis-scope .a-Panel-footer {
    border-color: #edeff1;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    padding: 10px 15px;
    border-style: solid;
    border-width: 1px 0 0;
}

.amis-scope .a-Panel-footer .a-Button+.a-Button {
    margin-left: 10px;
}

.amis-scope .a-Panel-btnToolbar {
    text-align: right;
}

.amis-scope .a-Panel-btnToolbar .a-Button {
    margin-left: 10px;
}

.amis-scope .a-Service {
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.amis-scope .a-Spinner-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
}

.amis-scope .a-Spinner-overlay .a-Spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.amis-scope .a-Spinner-overlay .a-Spinner--lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.amis-scope .a-Spinner {
    width: 26px;
    height: 26px;
    transform: translateZ(0);
    display: inline-block;
    background: url(https://bce.bdstatic.com/fex/amis-v2/n/amis/lib/themes/spinner-default_38cba6f.svg);
    background-size: 100%;
}

.amis-scope .a-Spinner--lg {
    width: 50px;
    height: 50px;
}

@media (min-width:768px) {
    .amis-scope .a-Layout .a-Page-body>.a-Spinner-overlay {
        left: 200px;
    }

    .amis-scope .a-Layout--folded .a-Page-body>.a-Spinner-overlay {
        left: 60px;
    }
}

.amis-scope .a-Button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 2.272px;
    height: 34px;
}

.amis-scope .a-Button .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Button>.pull-left {
    margin-right: 12px;
}

.amis-scope .a-Button .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Button>.pull-right {
    margin-left: 12px;
}

.amis-scope .a-Button:hover,
.amis-scope .a-Button:focus {
    color: #58666e;
    text-decoration: none;
}

.amis-scope .a-Button:focus,
.amis-scope .a-Button.focus {
    outline: 0;
    box-shadow: none;
}

.amis-scope .a-Button.is-disabled,
.amis-scope .a-Button:disabled {
    opacity: .65;
    box-shadow: none;
    pointer-events: none;
}

.amis-scope .a-Button:not(:disabled):not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-Button:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button:not(:disabled):not(.is-disabled).is-active {
    box-shadow: inset 0 3px 5px rgba(28, 43, 54, .125);
}

.amis-scope .a-Button:not(:disabled):not(.is-disabled):active:focus,
.amis-scope .a-Button:not(:disabled):not(.is-disabled).is-active:focus {
    box-shadow: inset 0 3px 5px rgba(28, 43, 54, .125);
}

.amis-scope .a-Button>.pull-left,
.amis-scope .a-Button>.pull-right {
    line-height: inherit;
}

.amis-scope .a-Button>.fa,
.amis-scope .a-Button>.iconfont,
.amis-scope .a-Button>.glyphicon {
    font-size: inherit;
}

.amis-scope a.a-Button.is-disabled,
.amis-scope fieldset:disabled a.a-Button {
    pointer-events: none;
}

.amis-scope .a-Button--primary {
    color: #fff;
    background-color: #7266ba;
    border-color: #7266ba;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--primary:hover,
.amis-scope .a-Button--primary:focus {
    color: #fff;
    background-color: #5b4eac;
    border-color: #564aa3;
}

.amis-scope .a-Button--primary.is-disabled,
.amis-scope .a-Button--primary:disabled {
    background-color: #7266ba;
    color: #fff;
    border-color: #7266ba;
}

.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #564aa3;
    border-color: #52469b;
}

.amis-scope .a-Button--secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--secondary:hover,
.amis-scope .a-Button--secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.amis-scope .a-Button--secondary.is-disabled,
.amis-scope .a-Button--secondary:disabled {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.amis-scope .a-Button--success {
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--success:hover,
.amis-scope .a-Button--success:focus {
    color: #fff;
    background-color: #21a240;
    border-color: #1e983b;
}

.amis-scope .a-Button--success.is-disabled,
.amis-scope .a-Button--success:disabled {
    background-color: #27c24c;
    color: #fff;
    border-color: #27c24c;
}

.amis-scope .a-Button--success:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--success:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1e983b;
    border-color: #1c8d37;
}

.amis-scope .a-Button--info {
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--info:hover,
.amis-scope .a-Button--info:focus {
    color: #fff;
    background-color: #18a0ca;
    border-color: #1797be;
}

.amis-scope .a-Button--info.is-disabled,
.amis-scope .a-Button--info:disabled {
    background-color: #23b7e5;
    color: #fff;
    border-color: #23b7e5;
}

.amis-scope .a-Button--info:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--info:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1797be;
    border-color: #158eb3;
}

.amis-scope .a-Button--warning {
    color: #fff;
    background-color: #fad733;
    border-color: #fad733;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--warning:hover,
.amis-scope .a-Button--warning:focus {
    color: #fff;
    background-color: #f9d00e;
    border-color: #f4ca06;
}

.amis-scope .a-Button--warning.is-disabled,
.amis-scope .a-Button--warning:disabled {
    background-color: #fad733;
    color: #fff;
    border-color: #fad733;
}

.amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--warning:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #f4ca06;
    border-color: #e8c006;
}

.amis-scope .a-Button--danger {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--danger:hover,
.amis-scope .a-Button--danger:focus {
    color: #fff;
    background-color: #ed2d2d;
    border-color: #ec2121;
}

.amis-scope .a-Button--danger.is-disabled,
.amis-scope .a-Button--danger:disabled {
    background-color: #f05050;
    color: #fff;
    border-color: #f05050;
}

.amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--danger:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #ec2121;
    border-color: #eb1515;
}

.amis-scope .a-Button--light {
    color: #58666e;
    background-color: #edf1f2;
    border-color: #dee2e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--light:hover,
.amis-scope .a-Button--light:focus {
    color: #58666e;
    background-color: #d7e0e2;
    border-color: #c1c9d0;
}

.amis-scope .a-Button--light.is-disabled,
.amis-scope .a-Button--light:disabled {
    background-color: #edf1f2;
    color: #58666e;
    border-color: #dee2e6;
}

.amis-scope .a-Button--light:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--light:not(:disabled):not(.is-disabled).is-active {
    color: #58666e;
    background-color: #cfdadd;
    border-color: #bac2cb;
}

.amis-scope .a-Button--dark {
    color: #fff;
    background-color: #3a3f51;
    border-color: #3a3f51;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--dark:hover,
.amis-scope .a-Button--dark:focus {
    color: #fff;
    background-color: #2a2e3b;
    border-color: #252833;
}

.amis-scope .a-Button--dark.is-disabled,
.amis-scope .a-Button--dark:disabled {
    background-color: #3a3f51;
    color: #fff;
    border-color: #3a3f51;
}

.amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--dark:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #252833;
    border-color: #1f222c;
}

.amis-scope .a-Button--default {
    color: #58666e;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Button--default:hover,
.amis-scope .a-Button--default:focus {
    color: #58666e;
    background-color: #ececec;
    border-color: #c1c9d0;
}

.amis-scope .a-Button--default.is-disabled,
.amis-scope .a-Button--default:disabled {
    background-color: #fff;
    color: #58666e;
    border-color: #dee2e6;
}

.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled).is-active {
    color: #58666e;
    background-color: #e6e6e6;
    border-color: #bac2cb;
}

.amis-scope .a-Button--xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.63636;
    border-radius: 2.272px;
    height: 22px;
}

.amis-scope .a-Button--xs .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Button--xs>.pull-left {
    margin-right: 5px;
}

.amis-scope .a-Button--xs .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Button--xs>.pull-right {
    margin-left: 5px;
}

.amis-scope .a-Button--xs.a-Button--iconOnly {
    min-width: 29.33328px;
}

.amis-scope .a-Button--sm {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2.272px;
    height: 30px;
}

.amis-scope .a-Button--sm .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Button--sm>.pull-left {
    margin-right: 8px;
}

.amis-scope .a-Button--sm .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Button--sm>.pull-right {
    margin-left: 8px;
}

.amis-scope .a-Button--sm.a-Button--iconOnly {
    min-width: 40px;
}

.amis-scope .a-Button--md {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 2.272px;
    height: 34px;
}

.amis-scope .a-Button--md .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Button--md>.pull-left {
    margin-right: 12px;
}

.amis-scope .a-Button--md .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Button--md>.pull-right {
    margin-left: 12px;
}

.amis-scope .a-Button--md.a-Button--iconOnly {
    min-width: 45.33328px;
}

.amis-scope .a-Button--lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 2.272px;
    height: 46px;
}

.amis-scope .a-Button--lg .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Button--lg>.pull-left {
    margin-right: 16px;
}

.amis-scope .a-Button--lg .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Button--lg>.pull-right {
    margin-left: 16px;
}

.amis-scope .a-Button--lg.a-Button--iconOnly {
    min-width: 61.33328px;
}

.amis-scope .a-Button--iconOnly {
    min-width: 45.33328px;
}

.amis-scope .a-Button--iconOnly:not(.a-Button--link)>.fa,
.amis-scope .a-Button--iconOnly:not(.a-Button--link)>.iconfont {
    font-size: 16px;
}

.amis-scope .a-Button--iconOnly:not(.a-Button--link)>.iconfont {
    line-height: 1;
}

.amis-scope .a-Button--link {
    width: auto;
    min-width: auto;
    font-weight: 400;
    color: #58666e;
    text-decoration: none;
    border: 0;
}

.amis-scope .a-Button--link:hover,
.amis-scope .a-Button--link:focus {
    color: #414c52;
    text-decoration: underline;
    box-shadow: none;
}

.amis-scope .a-Button--link:disabled,
.amis-scope .a-Button--link.is-disabled {
    color: #99a6ad;
    pointer-events: none;
}

.amis-scope .a-Button--block {
    display: block;
    width: 100%;
}

.amis-scope .a-Button--block+.a-Button--block {
    margin-top: 15px;
}

.amis-scope input[type=submit].a-Button--block,
.amis-scope input[type=reset].a-Button--block,
.amis-scope input[type=button].a-Button--block {
    width: 100%;
}

.amis-scope .a-ButtonToolbar {
    margin-left: -5px;
    margin-top: -5px;
}

.amis-scope .a-ButtonToolbar>.a-Button {
    margin-left: 5px;
    margin-top: 5px;
}

.amis-scope .a-Button--disabled-wrap {
    display: inline-block !important;
}

.amis-scope .a-ButtonGroup {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.amis-scope .a-ButtonGroup>.a-Button {
    position: relative;
    flex: 0 1 auto;
}

.amis-scope .a-ButtonGroup>.a-Button:hover {
    z-index: 1;
}

.amis-scope .a-ButtonGroup>.a-Button:focus,
.amis-scope .a-ButtonGroup>.a-Button:active,
.amis-scope .a-ButtonGroup>.a-Button.active,
.amis-scope .a-ButtonGroup>.a-Button.is-active {
    z-index: 1;
}

.amis-scope .a-ButtonGroup .a-Button+.a-Button,
.amis-scope .a-ButtonGroup .a-Button+.a-ButtonGroup,
.amis-scope .a-ButtonGroup .a-ButtonGroup+.a-Button,
.amis-scope .a-ButtonGroup .a-ButtonGroup+.a-ButtonGroup {
    margin-left: -1px;
}

.amis-scope .a-ButtonToolbar {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.amis-scope .a-ButtonToolbar .a-ButtonGroup {
    margin-left: 5px;
    margin-top: 5px;
    width: auto;
}

.amis-scope .a-ButtonGroup>.a-Button:first-child {
    margin-left: 0;
}

.amis-scope .a-ButtonGroup>.a-Button:not(:last-child),
.amis-scope .a-ButtonGroup>.a-ButtonGroup:not(:last-child)>.a-Button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .a-ButtonGroup>.a-Button:not(:first-child),
.amis-scope .a-ButtonGroup>.a-ButtonGroup:not(:first-child)>.a-Button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .a-ButtonGroup--vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.amis-scope .a-ButtonGroup--vertical .a-Button,
.amis-scope .a-ButtonGroup--vertical .a-ButtonGroup {
    width: 100%;
}

.amis-scope .a-ButtonGroup--vertical>.a-Button+.a-Button,
.amis-scope .a-ButtonGroup--vertical>.a-Button+.a-ButtonGroup,
.amis-scope .a-ButtonGroup--vertical>.a-ButtonGroup+.a-Button,
.amis-scope .a-ButtonGroup--vertical>.a-ButtonGroup+.a-ButtonGroup {
    margin-top: -1px;
    margin-left: 0;
}

.amis-scope .a-ButtonGroup--vertical>.a-Button:not(:last-child),
.amis-scope .a-ButtonGroup--vertical>.a-ButtonGroup:not(:last-child)>.a-Button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .a-ButtonGroup--vertical>.a-Button:not(:first-child),
.amis-scope .a-ButtonGroup--vertical>.a-ButtonGroup:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.amis-scope .a-ButtonGroupControl {
    display: inline-block;
}

.amis-scope .a-ButtonGroupControl>.a-ButtonGroup--sm {
    margin-top: 2px;
}

.amis-scope .a-ButtonGroupControl>.a-ButtonGroup--xs {
    margin-top: 6px;
}

.amis-scope .a-DropDown {
    position: relative;
    display: inline-block;
}

.amis-scope .a-DropDown-caret {
    margin-left: 10px;
}

.amis-scope .a-DropDown--block {
    display: block;
}

.amis-scope .a-DropDown--block .a-Button {
    display: block;
}

.amis-scope .a-DropDown-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    margin: 1px 0 0;
    background-color: #fff;
    list-style: none;
    padding: 5px 0;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    min-width: 160px;
    text-align: left;
}

.amis-scope .a-DropDown--alignRight .a-DropDown-menu {
    left: auto;
    right: 0;
}

.amis-scope .a-DropDown-menuItem,
.amis-scope .a-DropDown-menu>li {
    padding: 6.5px 10px;
    white-space: nowrap;
    box-sizing: border-box;
    height: 34px;
    vertical-align: middle;
    user-select: none;
}

.amis-scope .a-DropDown-menuItem:hover,
.amis-scope .a-DropDown-menu>li:hover {
    background-color: #ececec;
    color: inherit;
}

.amis-scope .a-DropDown-menuItem:not(.is-disabled),
.amis-scope .a-DropDown-menuItem:not(.disabled),
.amis-scope .a-DropDown-menu>li:not(.is-disabled),
.amis-scope .a-DropDown-menu>li:not(.disabled) {
    cursor: pointer;
}

.amis-scope .a-DropDown-menuItem.a-DropDown-divider,
.amis-scope .a-DropDown-menu>li.a-DropDown-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #dee2e6;
    padding: 0;
}

.amis-scope .a-DropDown-menu>li a {
    display: block;
    text-decoration: none;
}

.amis-scope .a-DropDown-popover {
    border: 0;
    box-shadow: none;
}

.amis-scope .a-Collapse {
    padding: 0;
    margin-bottom: 15px;
}

.amis-scope .a-Collapse-header {
    font-size: 16px;
    font-weight: 400;
    color: #414c52;
    padding: 5px 0;
    border-bottom: 1px solid #edeff1;
}

.amis-scope .a-Collapse-arrow {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

.amis-scope .a-Collapse-arrow:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: -4px;
    border-color: #58666e;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
}

.amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
    transform: rotate(45deg);
    transform-origin: 0 50%;
}

.amis-scope .a-Collapse--collapsable .a-Collapse-header {
    user-select: none;
}

.amis-scope .a-Wizard {
    position: relative;
}

.amis-scope .a-Wizard::before,
.amis-scope .a-Wizard::after {
    display: table;
    content: "";
}

.amis-scope .a-Wizard::after {
    clear: both;
}

.amis-scope .a-Wizard,
.amis-scope .a-Wizard-tabs {
    padding: 0;
}

.amis-scope .a-Wizard .Badge,
.amis-scope .a-Wizard-tabs .Badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ced4da;
    border-radius: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.amis-scope .a-Wizard .Badge--primary,
.amis-scope .a-Wizard-tabs .Badge--primary {
    background-color: #7266ba;
}

.amis-scope .a-Wizard .Badge--secondary,
.amis-scope .a-Wizard-tabs .Badge--secondary {
    background-color: #6c757d;
}

.amis-scope .a-Wizard .Badge--success,
.amis-scope .a-Wizard-tabs .Badge--success {
    background-color: #27c24c;
}

.amis-scope .a-Wizard .Badge--info,
.amis-scope .a-Wizard-tabs .Badge--info {
    background-color: #23b7e5;
}

.amis-scope .a-Wizard .Badge--warning,
.amis-scope .a-Wizard-tabs .Badge--warning {
    background-color: #fad733;
}

.amis-scope .a-Wizard .Badge--danger,
.amis-scope .a-Wizard-tabs .Badge--danger {
    background-color: #f05050;
}

.amis-scope .a-Wizard .Badge--light,
.amis-scope .a-Wizard-tabs .Badge--light {
    background-color: #edf1f2;
}

.amis-scope .a-Wizard .Badge--dark,
.amis-scope .a-Wizard-tabs .Badge--dark {
    background-color: #3a3f51;
}

.amis-scope .a-Wizard ul li.active,
.amis-scope .a-Wizard-tabs ul li.active {
    color: #23b7e5;
}

.amis-scope .a-Wizard .a-Panel-footer>.a-Form-group,
.amis-scope .a-Wizard .a-Panel-footer>.btn,
.amis-scope .a-Wizard-tabs .a-Panel-footer>.a-Form-group,
.amis-scope .a-Wizard-tabs .a-Panel-footer>.btn {
    margin-left: 5px;
}

.amis-scope .a-Wizard>ul.nav,
.amis-scope .a-Wizard-tabs>ul.nav {
    padding: 0;
    margin: 0;
    border: 1px solid #dee2e6;
}

.amis-scope .a-Wizard>ul.nav li,
.amis-scope .a-Wizard-tabs>ul.nav li {
    position: relative;
    float: left;
    padding: 0 15px 0 25px;
    margin: 0;
    color: #999;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.amis-scope .a-Wizard>ul.nav li a,
.amis-scope .a-Wizard-tabs>ul.nav li a {
    border: 0 none !important;
    background: transparent !important;
    color: inherit;
    display: inline;
    padding: 0;
}

.amis-scope .a-Wizard>ul.nav li a div,
.amis-scope .a-Wizard-tabs>ul.nav li a div {
    display: inline;
}

.amis-scope .a-Wizard>ul.nav li:first-child,
.amis-scope .a-Wizard-tabs>ul.nav li:first-child {
    padding-left: 15px;
    border-radius: 4px 0 0;
}

.amis-scope .a-Wizard>ul.nav li:before,
.amis-scope .a-Wizard>ul.nav li:after,
.amis-scope .a-Wizard-tabs>ul.nav li:before,
.amis-scope .a-Wizard-tabs>ul.nav li:after {
    content: "";
    position: absolute;
    right: -10px;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 10px solid #dee2e6;
    border-left-color: rgba(0, 0, 0, .05);
    z-index: 1;
    bottom: 0;
}

.amis-scope .a-Wizard>ul.nav li:after,
.amis-scope .a-Wizard-tabs>ul.nav li:after {
    right: -9px;
    border-left-color: #f8f9fa;
    z-index: 2;
}

.amis-scope .a-Wizard>ul.nav li.is-active,
.amis-scope .a-Wizard-tabs>ul.nav li.is-active {
    color: #3a87ad;
    background: #fff;
}

.amis-scope .a-Wizard>ul.nav li.is-active:after,
.amis-scope .a-Wizard-tabs>ul.nav li.is-active:after {
    border-left-color: #fff;
}

.amis-scope .a-Wizard-steps {
    font-size: 14px;
    padding: 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
    height: 40px;
}

.amis-scope .a-Wizard-steps ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.amis-scope .a-Wizard-steps ul li {
    position: relative;
    float: left;
    padding: 0 15px 0 25px;
    margin: 0;
    color: #999;
    cursor: default;
    height: 40px;
    line-height: 40px;
}

.amis-scope .a-Wizard-steps ul li:first-child {
    padding-left: 15px;
    border-radius: 4px 0 0;
}

.amis-scope .a-Wizard-steps ul li:before,
.amis-scope .a-Wizard-steps ul li:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 10px solid #dee2e6;
    border-left-color: rgba(0, 0, 0, .05);
    z-index: 2;
}

.amis-scope .a-Wizard-steps ul li:after {
    right: -9px;
    border-left-color: #f8f9fa;
    z-index: 2;
}

.amis-scope .a-Wizard-steps ul li.is-active {
    color: #3a87ad;
    background: #fff;
}

.amis-scope .a-Wizard-steps ul li.is-active:after {
    border-left-color: #fff;
}

.amis-scope .a-Wizard-steps ul li.is-complete,
.amis-scope .a-Wizard-steps ul li.is-complete:hover {
    cursor: pointer;
    background: #f1f5f9;
}

.amis-scope .a-Wizard-steps ul li.is-complete:after {
    border-left-color: #f1f5f9;
}

.amis-scope .a-Wizard-stepContent {
    padding: 15px;
}

.amis-scope .a-Wizard-stepContent .Step-pane {
    display: none;
}

.amis-scope .a-Wizard-stepContent .Step-pane.is-active {
    display: inherit;
}

.amis-scope .a-Wizard--vertical {
    float: left;
    border-bottom: 0;
    margin-bottom: 30px;
}

.amis-scope .a-Wizard--vertical.a-Wizard-steps {
    height: auto;
}

.amis-scope .a-Wizard--vertical+.a-Wizard-stepContent {
    zoom: 1;
    overflow: hidden;
    padding-left: 40px;
}

.amis-scope .a-Wizard--vertical li {
    background-color: #f8f9fa;
}

.amis-scope .a-Wizard--vertical ul li {
    height: 40px;
    line-height: 40px;
    position: relative;
    float: none;
    border-bottom: 1px solid #dee2e6;
    padding-left: 15px;
}

.amis-scope .a-Wizard--vertical+.a-Wizard-stepContent+.a-Panel-footer {
    clear: both;
}

.amis-scope .a-Crud {
    position: relative;
}

.amis-scope .a-Crud.is-loading>.a-Crud-body {
    filter: blur(5px);
}

.amis-scope .a-Crud-selection {
    margin-bottom: 15px;
}

.amis-scope .a-Crud-selectionLabel {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.amis-scope .a-Crud-value {
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 5px;
}

.amis-scope .a-Crud-value:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-Crud-value.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-Crud-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-Crud-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-Crud-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-Crud-selectionClear {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: middle;
}

.amis-scope .a-Crud-toolbar-item {
    margin-left: 5px;
    line-height: 1.5;
    height: 30px;
    vertical-align: middle;
}

.amis-scope .a-Crud-toolbar-item--left {
    float: left;
}

.amis-scope .a-Crud-toolbar-item--right {
    float: right;
}

.amis-scope .a-Crud-actions>*+.a-Button,
.amis-scope .a-Crud-actions>*+.a-ButtonGroup,
.amis-scope .a-Crud-actions>*+.a-ButtonToolbar {
    margin-left: 5px;
}

.amis-scope .a-Crud-statistics {
    line-height: 30px;
    vertical-align: middle;
}

.amis-scope .a-Crud-pageSwitch .a-Select {
    margin-left: 5px;
}

@media (min-width:576px) {
    .amis-scope .a-Crud-toolbar {
        margin-left: -5px;
        flex-basis: 0;
        flex-grow: 1;
    }

    .amis-scope .a-Crud-toolbar::before,
    .amis-scope .a-Crud-toolbar::after {
        display: table;
        content: "";
    }

    .amis-scope .a-Crud-toolbar::after {
        clear: both;
    }

    .amis-scope -toolbar-item {
        margin-left: 5px;
        line-height: 1.5;
        height: 30px;
        vertical-align: middle;
    }

    .amis-scope -toolbar-item--left {
        float: left;
    }

    .amis-scope -toolbar-item--right {
        float: right;
    }

    .amis-scope -actions>.a-Button+.a-Button {
        margin-left: 5px;
    }
}

.amis-scope .a-Table {
    position: relative;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    margin-bottom: 20px;
}

.amis-scope .a-Table-fixedLeft,
.amis-scope .a-Table-fixedRight {
    position: absolute;
    background: #fff;
    z-index: 890;
    top: -999999px;
}

.amis-scope .a-Table-fixedLeft.in,
.amis-scope .a-Table-fixedRight.in {
    top: auto;
}

.amis-scope .a-Table-fixedLeft {
    box-shadow: 6.72px 0 6.72px -.28rem rgba(28, 43, 54, .15);
    left: 0;
}

.amis-scope .a-Table-fixedRight {
    box-shadow: -6.72px 0 6.72px -.28rem rgba(28, 43, 54, .15);
    right: 0;
}

.amis-scope .a-Table-fixedTop {
    position: absolute;
    background: #fff;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
}

.amis-scope .a-Table-fixedTop.in {
    position: fixed;
    opacity: 1;
    z-index: 900;
}

.amis-scope .a-Table-fixedTop>.a-Table-fixedLeft,
.amis-scope .a-Table-fixedTop>.a-Table-fixedRight {
    z-index: 910;
    background: transparent;
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Table-fixedTop>.a-Table-fixedLeft>table,
.amis-scope .a-Table-fixedTop>.a-Table-fixedRight>table {
    margin-bottom: 5px;
}

.amis-scope .a-Table-fixedTop>.a-Table-wrapper {
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Table-heading {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 9.5px 10px;
}

.amis-scope .a-Table--unsaved .a-Table-heading {
    background: #e8f0fe;
    color: #4285f4;
}

.amis-scope .a-Table-wrapper {
    overflow: hidden;
}

.amis-scope .a-Table-placeholder {
    color: #99a6ad;
    text-align: center;
    height: 100px;
    background-color: transparent !important;
}

.amis-scope .a-Table-placeholder:hover {
    color: #99a6ad;
    background-color: transparent !important;
}

.amis-scope .a-Table-placeholder>td {
    vertical-align: middle !important;
    text-align: center;
}

.amis-scope .a-Table-header {
    padding: 10px;
}

.amis-scope .a-Table-header>*+.a-Button,
.amis-scope .a-Table-header>*+.a-ButtonGroup,
.amis-scope .a-Table-header>*+.a-ButtonToolbar {
    margin-left: 5px;
}

.amis-scope .a-Table-toolbar {
    display: flex;
    padding: 10px;
}

.amis-scope .a-Table-toolbar::before,
.amis-scope .a-Table-toolbar::after {
    display: table;
    content: "";
}

.amis-scope .a-Table-toolbar::after {
    clear: both;
}

.amis-scope .a-Table-header+.a-Table-toolbar {
    padding-top: 0;
}

.amis-scope .a-Table-contentWrap {
    position: relative;
}

.amis-scope .a-Table-header+.a-Table-contentWrap,
.amis-scope .a-Table-toolbar+.a-Table-contentWrap {
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Table-footToolbar {
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Table-actions {
    display: inline-block;
}

.amis-scope .a-Table-actions>* {
    margin-right: 5px;
}

.amis-scope .a-Table-content {
    min-height: .01%;
    overflow-x: auto;
}

.amis-scope .a-Table-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    color: #58666e;
    background-color: #fff;
}

.amis-scope .a-Table-table>thead>tr {
    background-color: #fff;
}

.amis-scope .a-Table-table>thead>tr>th {
    padding: 9.5px 10px;
    font-size: 14px;
    color: #414c52;
    font-weight: 400;
    white-space: nowrap;
}

.amis-scope .a-Table-table>thead>tr>th[colspan] {
    text-align: center;
}

.amis-scope .a-Table-table>thead>tr>th:first-child {
    padding-left: 20px;
}

.amis-scope .a-Table-table>thead>tr>th:last-child {
    padding-right: 20px;
}

.amis-scope .a-Table-table>thead>tr>th:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.amis-scope .a-Table-table>thead>tr>th .a-Remark {
    margin-left: 5px;
}

.amis-scope .a-Table-table>thead>tr+tr {
    border-top: 1px solid #dee2e6;
}

.amis-scope .a-Table-table>tbody>tr {
    border-top: 1px solid #dee2e6;
    background-color: transparent;
}

.amis-scope .a-Table-table>tbody>tr>td {
    padding: 9.5px 10px;
    vertical-align: top;
}

.amis-scope .a-Table-table>tbody>tr>td:first-child {
    padding-left: 20px;
}

.amis-scope .a-Table-table>tbody>tr>td:last-child {
    padding-right: 20px;
}

.amis-scope .a-Table-table>tbody>tr.a-Table-tr--odd {
    background-color: #f9fafa;
}

.amis-scope .a-Table-table>tbody>tr:hover,
.amis-scope .a-Table-table>tbody>tr.is-hovered {
    background-color: #f3f6f6;
    border-color: #d6dfdf;
    color: #58666e;
}

.amis-scope .a-Table-table>tbody>tr:hover+tr,
.amis-scope .a-Table-table>tbody>tr.is-hovered+tr {
    border-color: #d6dfdf;
}

.amis-scope .a-Table-table>tbody>tr.is-checked {
    background-color: #d9f3fb;
    border-color: #abe4f6;
    color: #20b9e8;
}

.amis-scope .a-Table-table>tbody>tr.is-checked+tr {
    border-color: #abe4f6;
}

.amis-scope .a-Table-table>tbody>tr.is-checked:hover,
.amis-scope .a-Table-table>tbody>tr.is-checked.is-hovered {
    background-color: #c2ecf9;
    border-color: #94ddf4;
    color: #17aad8;
}

.amis-scope .a-Table-table>tbody>tr.is-checked:hover+tr,
.amis-scope .a-Table-table>tbody>tr.is-checked.is-hovered+tr {
    border-color: #94ddf4;
}

.amis-scope .a-Table-table>tbody>tr.is-moved,
.amis-scope .a-Table-table>tbody>tr.is-modified {
    background-color: #e8f0fe;
    border-color: #d0e0fd;
    color: #4285f4;
}

.amis-scope .a-Table-table>tbody>tr.is-moved+tr,
.amis-scope .a-Table-table>tbody>tr.is-modified+tr {
    border-color: #d0e0fd;
}

.amis-scope .a-Table-table>tbody>tr.is-moved:hover,
.amis-scope .a-Table-table>tbody>tr.is-moved.is-hovered,
.amis-scope .a-Table-table>tbody>tr.is-modified:hover,
.amis-scope .a-Table-table>tbody>tr.is-modified.is-hovered {
    background-color: #dce8fd;
    border-color: #c3d8fc;
    color: #2a75f3;
}

.amis-scope .a-Table-table>tbody>tr.is-moved:hover+tr,
.amis-scope .a-Table-table>tbody>tr.is-moved.is-hovered+tr,
.amis-scope .a-Table-table>tbody>tr.is-modified:hover+tr,
.amis-scope .a-Table-table>tbody>tr.is-modified.is-hovered+tr {
    border-color: #c3d8fc;
}

.amis-scope .a-Table-table>tbody>tr.is-dragging {
    opacity: .1;
}

.amis-scope .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell>button {
    position: relative;
    right: -20px;
}

.amis-scope .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell+td>span {
    margin-left: 20px;
}

.amis-scope .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell>button {
    position: relative;
    right: -40px;
}

.amis-scope .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell+td>span {
    margin-left: 40px;
}

.amis-scope .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell>button {
    position: relative;
    right: -60px;
}

.amis-scope .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell+td>span {
    margin-left: 60px;
}

.amis-scope .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell>button {
    position: relative;
    right: -80px;
}

.amis-scope .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell+td>span {
    margin-left: 80px;
}

.amis-scope .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell>button {
    position: relative;
    right: -100px;
}

.amis-scope .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell+td>span {
    margin-left: 100px;
}

.amis-scope .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell>button {
    position: relative;
    right: -120px;
}

.amis-scope .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell+td>span {
    margin-left: 120px;
}

.amis-scope .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell>button {
    position: relative;
    right: -140px;
}

.amis-scope .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell+td>span {
    margin-left: 140px;
}

.amis-scope .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell>button {
    position: relative;
    right: -160px;
}

.amis-scope .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell+td>span {
    margin-left: 160px;
}

.amis-scope .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell>button {
    position: relative;
    right: -180px;
}

.amis-scope .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell+td>div,
.amis-scope .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell+td>span {
    margin-left: 180px;
}

.amis-scope .a-Table-table>thead>tr>th.a-Table-checkCell,
.amis-scope .a-Table-table>tbody>tr>td.a-Table-checkCell {
    border-right: 0;
    width: 1px;
}

.amis-scope .a-Table-table>thead>tr>th.a-Table-checkCell .a-Checkbox,
.amis-scope .a-Table-table>tbody>tr>td.a-Table-checkCell .a-Checkbox {
    margin: 0;
}

.amis-scope .a-Table-table>thead>tr>th.a-TableCell--sortable {
    padding-right: 18px;
    position: relative;
}

.amis-scope .a-Table-table>thead>tr>th.a-TableCell--searchable {
    padding-right: 26px;
    position: relative;
}

.amis-scope .a-Table-table>thead>tr>th.a-TableCell--filterable {
    padding-right: 26px;
    position: relative;
}

.amis-scope .a-Table-table--withCombine>thead>tr>th:first-child,
.amis-scope .a-Table-table--withCombine>tbody>tr>td:first-child {
    padding-left: 10px;
}

.amis-scope .a-Table-table--withCombine>thead>tr>th:last-child,
.amis-scope .a-Table-table--withCombine>tbody>tr>td:last-child {
    padding-right: 10px;
}

.amis-scope .a-Table-table--withCombine>tbody>tr.a-Table-tr--odd {
    background-color: transparent;
}

.amis-scope .a-Table-table--withCombine>tbody>tr:hover {
    background-color: transparent;
}

.amis-scope .a-Table-table--withCombine>tbody>tr>td {
    vertical-align: middle;
}

.amis-scope .a-Table-table--withCombine>tbody>tr>td:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.amis-scope .a-TableCell-sortBtn {
    cursor: pointer;
    width: 8px;
    position: absolute;
    right: 6px;
    color: #99a6ad;
}

.amis-scope .a-TableCell-sortBtn--up:before {
    display: inline-block;
    content: "\f0de";
    font-family: fontAwesome;
}

.amis-scope .a-TableCell-sortBtn--down:before {
    display: inline-block;
    content: "\f0dd";
    font-family: fontAwesome;
}

.amis-scope .a-TableCell-sortBtn--default:before {
    display: inline-block;
    content: "\f0dc";
    font-family: fontAwesome;
}

.amis-scope .a-TableCell-sortBtn--up,
.amis-scope .a-TableCell-sortBtn--down {
    display: none;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.amis-scope .a-TableCell-sortBtn--up.is-active,
.amis-scope .a-TableCell-sortBtn--down.is-active {
    display: inline-block;
}

.amis-scope .a-TableCell-sortBtn--default {
    font-style: normal;
    position: absolute;
    z-index: 1;
    display: inline-block;
    opacity: .4;
    /* top:0;
    left:0; */
    top: -21px;
    left: -3px;
}

.amis-scope .a-TableCell-sortBtn--default.is-active {
    opacity: .4;
}

.amis-scope .a-TableCell-searchBtn {
    cursor: pointer;
    width: 16px;
    position: absolute;
    right: 2px;
    color: #99a6ad;
}

.amis-scope .a-TableCell-searchBtn:hover {
    color: #58666e;
}

.amis-scope .a-TableCell-searchPopOver {
    border: 0;
    min-width: 320px;
    max-width: 640px;
}

.amis-scope .a-TableCell-searchPopOver .a-Panel {
    margin: 0;
}

.amis-scope .a-TableCell-filterBtn {
    cursor: pointer;
    width: 16px;
    position: absolute;
    right: 2px;
    color: #99a6ad;
}

.amis-scope .a-TableCell-filterBtn:hover {
    color: #58666e;
}

.amis-scope .a-TableCell-filterBtn .a-Remark {
    display: inline;
}

.amis-scope .a-TableCell-filterPopOver {
    border: 0;
    min-width: 320px;
    max-width: 640px;
}

.amis-scope .a-TableCell-filterPopOver .a-DropDown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    background-color: #fff;
    margin: 0;
}

.amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
    background-color: #edf1f2;
    color: #7266ba;
}

.amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
    background-color: #edf1f2;
    color: #7266ba;
}

.amis-scope .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
    width: 100%;
    margin: 0;
}

.amis-scope .a-Table-itemActions-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 30px;
    pointer-events: none;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
}

.amis-scope .a-Table-itemActions {
    pointer-events: all;
    position: absolute;
    background: linear-gradient(90deg, rgba(243, 246, 246, 0) 0, #f3f6f6 20%, #f3f6f6 100%);
    top: 1px;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.amis-scope .a-Table-itemActions a {
    cursor: pointer;
    padding: 5px 10px;
    color: #23b7e5;
    text-decoration: none;
}

.amis-scope .a-Table-itemActions a:hover {
    color: #1485a8;
    text-decoration: underline;
}

.amis-scope .a-Table-itemActions a.is-disabled {
    pointer-events: none;
    opacity: .65;
    color: #99a6ad;
}

.amis-scope .a-Table-dragTip {
    color: #414c52;
    clear: both;
    margin-top: 5px;
}

.amis-scope .a-Table-footTable {
    position: relative;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 0;
    background: transparent;
}

.amis-scope .a-Table-footTable>tbody>tr>th {
    width: 120px;
    text-align: right;
    padding: 9.5px 10px;
}

.amis-scope .a-Table-footTable>tbody>tr>td {
    word-break: break-all;
    padding: 9.5px 10px;
}

.amis-scope .a-Table-footTable>tbody>tr:not(:first-child) {
    border-top: 1px solid #e5e8eb;
}

.amis-scope .a-OperationField {
    margin: -3px;
}

.amis-scope .a-OperationField>.a-Button {
    margin: 3px;
}

.amis-scope .a-List {
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.amis-scope .a-List-toolbar {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
}

.amis-scope .a-List-toolbar::before,
.amis-scope .a-List-toolbar::after {
    display: table;
    content: "";
}

.amis-scope .a-List-toolbar::after {
    clear: both;
}

.amis-scope .a-List-actions {
    display: inline-block;
}

.amis-scope .a-List-actions>* {
    margin-right: 5px;
}

.amis-scope .a-List-header {
    padding: 10px;
}

.amis-scope .a-List-header>*+.a-Button,
.amis-scope .a-List-header>*+.a-ButtonGroup,
.amis-scope .a-List-header>*+.a-ButtonToolbar {
    margin-left: 5px;
}

.amis-scope .a-List-header+.a-List-toolbar {
    padding-top: 0;
}

.amis-scope .a-List-heading {
    padding: 5px 0;
}

.amis-scope .a-List-fixedTop {
    position: absolute;
    background: #fff;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    padding: 10px;
}

.amis-scope .a-List-fixedTop.in {
    position: fixed;
    opacity: 1;
    z-index: 900;
}

.amis-scope .a-List-fixedTop .a-Cards-toolbar {
    margin-bottom: 0;
}

.amis-scope .a-List-fixedTop:empty {
    display: none;
}

.amis-scope .a-List--unsaved .a-List-heading {
    background: #e8f0fe;
    color: #4285f4;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.amis-scope .a-List-dragTip {
    color: #414c52;
    clear: both;
    margin-top: 5px;
}

.amis-scope .a-List-placeholder {
    color: #99a6ad;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.amis-scope .a-ListItem {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.amis-scope .a-ListItem::before,
.amis-scope .a-ListItem::after {
    display: table;
    content: "";
}

.amis-scope .a-ListItem::after {
    clear: both;
}

.amis-scope .a-ListItem+.a-ListItem {
    border-top: 1px solid #edeff1;
}

.amis-scope .a-ListItem:nth-child(even) {
    background-color: #f6f8f8;
}

.amis-scope .a-ListItem-checkBtn {
    float: left;
    margin-right: 10px;
}

.amis-scope .a-ListItem-dragBtn {
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.amis-scope .a-ListItem-actions {
    float: right;
}

.amis-scope .a-ListItem-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #414c52;
    font-weight: 400;
}

.amis-scope .a-ListItem-content {
    overflow: hidden;
}

.amis-scope .a-ListItem-field {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.amis-scope .a-ListItem-fieldValue {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-ListItem-fieldLabel {
    width: 150px;
    color: #99a6ad;
}

.amis-scope .a-ListItem.is-checked {
    background-color: #d9f3fb;
    border-color: #abe4f6;
    color: #20b9e8;
}

.amis-scope .a-ListItem.is-checked+.a-ListItem {
    border-color: #abe4f6;
}

.amis-scope .a-ListItem.is-checked .a-ListItem-fieldLabel {
    color: #7dd6f1;
}

.amis-scope .a-ListItem.is-modified,
.amis-scope .a-ListItem.is-moved {
    background-color: #e8f0fe;
    border-color: #b7d0fc;
    color: #4285f4;
}

.amis-scope .a-ListItem.is-modified+.a-ListItem,
.amis-scope .a-ListItem.is-moved+.a-ListItem {
    border-color: #b7d0fc;
}

.amis-scope .a-ListItem.is-modified .a-ListItem-fieldLabel,
.amis-scope .a-ListItem.is-moved .a-ListItem-fieldLabel {
    color: #a2c3fa;
}

.amis-scope .a-ListItem.is-dragging {
    opacity: .1;
}

.amis-scope .a-Cards-toolbar {
    padding: 0;
    margin-bottom: 15px;
}

.amis-scope .a-Cards-toolbar::before,
.amis-scope .a-Cards-toolbar::after {
    display: table;
    content: "";
}

.amis-scope .a-Cards-toolbar::after {
    clear: both;
}

.amis-scope .a-Cards-actions {
    display: inline-block;
}

.amis-scope .a-Cards-actions>* {
    margin-right: 5px;
}

.amis-scope .a-Cards-heading {
    padding: 5px 0;
}

.amis-scope .a-Cards-header {
    padding: 0;
}

.amis-scope .a-Cards-header>*+.a-Button,
.amis-scope .a-Cards-header>*+.a-ButtonGroup,
.amis-scope .a-Cards-header>*+.a-ButtonToolbar {
    margin-left: 5px;
}

.amis-scope .a-Cards-header+.a-Cards-toolbar {
    padding-top: 0;
}

.amis-scope .a-Cards-fixedTop {
    position: absolute;
    background: #fff;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 8px 16px rgba(28, 43, 54, .15);
    padding: 10px;
}

.amis-scope .a-Cards-fixedTop.in {
    position: fixed;
    opacity: 1;
    z-index: 900;
}

.amis-scope .a-Cards-fixedTop .a-Cards-toolbar {
    margin-bottom: 0;
}

.amis-scope .a-Cards-fixedTop:empty {
    display: none;
}

.amis-scope .a-Cards--unsaved .a-Cards-heading {
    background: #e8f0fe;
    color: #4285f4;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.amis-scope .a-Cards-dragTip {
    color: #414c52;
    clear: both;
    margin-top: 5px;
}

.amis-scope .a-Cards-placeholder {
    background: #fff;
    color: #99a6ad;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
}

.amis-scope .a-Cards--masonry {
    display: block;
    column-gap: 0;
    column-fill: initial;
}

.amis-scope .a-Cards--masonry:after {
    content: none;
}

.amis-scope .a-Cards--masonry>div {
    width: 100%;
    float: none;
    break-inside: avoid;
    max-width: unset;
    display: inline-block;
    flex: unset;
}

@media (min-width:576px) {
    .amis-scope .a-Cards--masonrySm1 {
        column-count: 12;
    }

    .amis-scope .a-Cards--masonrySm2 {
        column-count: 6;
    }

    .amis-scope .a-Cards--masonrySm3 {
        column-count: 4;
    }

    .amis-scope .a-Cards--masonrySm4 {
        column-count: 3;
    }

    .amis-scope .a-Cards--masonrySm6 {
        column-count: 2;
    }

    .amis-scope .a-Cards--masonrySm12 {
        column-count: 1;
    }

    .amis-scope .a-Cards-toolbar {
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (min-width:768px) {
    .amis-scope .a-Cards--masonryMd1 {
        column-count: 12;
    }

    .amis-scope .a-Cards--masonryMd2 {
        column-count: 6;
    }

    .amis-scope .a-Cards--masonryMd3 {
        column-count: 4;
    }

    .amis-scope .a-Cards--masonryMd4 {
        column-count: 3;
    }

    .amis-scope .a-Cards--masonryMd6 {
        column-count: 2;
    }

    .amis-scope .a-Cards--masonryMd12 {
        column-count: 1;
    }
}

@media (min-width:992px) {
    .amis-scope .a-Cards--masonryLg1 {
        column-count: 12;
    }

    .amis-scope .a-Cards--masonryLg2 {
        column-count: 6;
    }

    .amis-scope .a-Cards--masonryLg3 {
        column-count: 4;
    }

    .amis-scope .a-Cards--masonryLg4 {
        column-count: 3;
    }

    .amis-scope .a-Cards--masonryLg6 {
        column-count: 2;
    }

    .amis-scope .a-Cards--masonryLg12 {
        column-count: 1;
    }
}

.amis-scope .a-Card {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    margin-bottom: 15px;
    position: relative;
}

.amis-scope .a-Card-title {
    color: #414c52;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .a-Card-subTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #99a6ad;
}

.amis-scope .a-Card-checkBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 1;
}

.amis-scope .a-Card-checkBtn .a-Checkbox {
    margin-right: 0;
}

.amis-scope .a-Card-dragBtn {
    cursor: pointer;
    float: right;
    margin: 10px;
}

.amis-scope .a-Card-heading {
    overflow: hidden;
    padding: 10px 15px;
}

.amis-scope .a-Card-avtar {
    float: left;
    margin-right: 15px;
    max-width: 200px;
}

.amis-scope .a-Card-avtar img {
    max-width: 100%;
}

.amis-scope .a-Card-meta {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.amis-scope .a-Card-highlight {
    background-color: #27c24c;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 2px;
}

.amis-scope .a-Card-body {
    padding: 15px;
}

.amis-scope .a-Card-heading+.a-Card-body {
    padding-top: 5px;
}

.amis-scope .a-Card-field {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.amis-scope .a-Card-fieldValue {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-Card-fieldLabel {
    width: 60px;
    color: #99a6ad;
}

.amis-scope .a-Card-actions {
    border-top: 1px solid #edeff1;
    display: table;
    width: 100%;
}

.amis-scope .a-Card-actions>a {
    background-color: transparent;
    display: table-cell;
    border-color: #edeff1;
    border-style: solid;
    border-width: 0 1px 0 0;
    color: #58666e;
    text-align: center;
    line-height: 40px;
}

.amis-scope .a-Card-actions>a:not(is-disabled) {
    cursor: pointer;
}

.amis-scope .a-Card-actions>a:last-child {
    border: 0;
}

.amis-scope .a-Card-actions>a:hover {
    background-color: #f2f2f2;
    color: #4d5960;
    text-decoration: none;
}

.amis-scope .a-Card.is-checked {
    background-color: #d9f3fb;
    border-color: #abe4f6;
    color: #20b9e8;
}

.amis-scope .a-Card.is-checked .a-Card-actions,
.amis-scope .a-Card.is-checked .a-Card-actions>a {
    border-color: #abe4f6;
    color: #20b9e8;
}

.amis-scope .a-Card.is-checked .a-Card-fieldLabel {
    color: #7dd6f1;
}

.amis-scope .a-Card.is-checked .a-Card-actions>a:hover {
    background-color: #c2ecf9;
    color: #1498c1;
}

.amis-scope .a-Card.is-modified,
.amis-scope .a-Card.is-moved {
    background-color: #e8f0fe;
    border-color: #b7d0fc;
    color: #4285f4;
}

.amis-scope .a-Card.is-modified .a-Card-actions,
.amis-scope .a-Card.is-modified .a-Card-actions>a,
.amis-scope .a-Card.is-moved .a-Card-actions,
.amis-scope .a-Card.is-moved .a-Card-actions>a {
    border-color: #b7d0fc;
    color: #4285f4;
}

.amis-scope .a-Card.is-modified .a-Card-fieldLabel,
.amis-scope .a-Card.is-moved .a-Card-fieldLabel {
    color: #a2c3fa;
}

.amis-scope .a-Card.is-modified .a-Card-actions>a:hover,
.amis-scope .a-Card.is-moved .a-Card-actions>a:hover {
    background-color: #d0e0fd;
    color: #1266f1;
}

.amis-scope .is-dragging>.a-Card {
    opacity: .1;
}

.amis-scope .a-Field-quickEditBtn {
    color: #99a6ad;
    margin-left: 5px;
    visibility: hidden;
    display: inline-block;
    cursor: pointer;
}

.amis-scope .a-Field-quickEditBtn:hover {
    color: #58666e;
}

.amis-scope .a-Field--quickEditable {
    outline: 0;
    position: relative;
}

.amis-scope .a-Field--quickEditable:focus {
    position: relative;
}

.amis-scope .a-Field--quickEditable:focus:after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border: 1px dashed #23b7e5;
}

.amis-scope .a-Field--quickEditable:hover .a-Field-quickEditBtn {
    visibility: visible;
}

.amis-scope .a-QuickEdit-popover {
    min-width: 320px;
    max-width: 640px;
}

.amis-scope .a-QuickEdit-popover .a-Panel {
    margin-bottom: 0;
    border: 0;
}

.amis-scope .a-Field-popOverBtn {
    color: #99a6ad;
    margin-left: 5px;
    visibility: hidden;
    display: inline-block;
    cursor: pointer;
}

.amis-scope .a-Field-popOverBtn:hover {
    color: #58666e;
}

.amis-scope .a-Field--popOverAble {
    outline: 0;
    position: relative;
}

.amis-scope .a-Field--popOverAble:hover .a-Field-popOverBtn {
    visibility: visible;
}

.amis-scope .a-PopOverAble-popover {
    min-width: 320px;
    max-width: 640px;
}

.amis-scope .a-PopOverAble-popover .a-Panel {
    margin-bottom: 0;
    border: 0;
}

.amis-scope .a-Field-copyBtn {
    color: #99a6ad;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}

.amis-scope .a-Field-copyBtn:hover {
    color: #58666e;
}

.amis-scope .a-Divider {
    margin: 15px -15px;
    border-bottom: 1px dashed #dee2e6;
    height: 2px;
    font-size: 0;
}

.amis-scope .a-Pagination {
    display: inline-block;
    padding-left: 0;
    margin-bottom: -10px;
    border-radius: 4px;
}

.amis-scope .a-Pagination>li {
    display: inline;
}

.amis-scope .a-Pagination>li>a,
.amis-scope .a-Pagination>li>span {
    user-select: none;
    position: relative;
    float: left;
    text-decoration: none;
    min-width: 30px;
    height: 30px;
    border: 0;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    color: #666;
    border-radius: 0;
    margin-left: 0;
    font-size: 14px;
}

.amis-scope .a-Pagination>li>a:hover,
.amis-scope .a-Pagination>li>span:hover,
.amis-scope .a-Pagination>li>a:focus,
.amis-scope .a-Pagination>li>span:focus {
    background-color: transparent;
    color: #7266ba;
}

.amis-scope .a-Pagination>li.disabled>span,
.amis-scope .a-Pagination>li.disabled>a {
    cursor: not-allowed;
}

.amis-scope .a-Pagination>li.disabled>a,
.amis-scope .a-Pagination>li.disabled>span,
.amis-scope .a-Pagination>li.disabled>a:hover,
.amis-scope .a-Pagination>li.disabled>span:hover,
.amis-scope .a-Pagination>li.disabled>a:focus,
.amis-scope .a-Pagination>li.disabled>span:focus {
    color: #ccc;
}

.amis-scope .a-Pagination>li.active>a,
.amis-scope .a-Pagination>li.active>span,
.amis-scope .a-Pagination>li.active>a:hover,
.amis-scope .a-Pagination>li.active>span:hover,
.amis-scope .a-Pagination>li.active>a:focus,
.amis-scope .a-Pagination>li.active>span:focus {
    background-color: #7266ba;
    color: #fff;
}

.amis-scope .a-Pagination-prev,
.amis-scope .a-Pagination-next {
    font-family: FontAwesome;
}

.amis-scope .a-Pagination-prev>span {
    cursor: pointer;
}

.amis-scope .a-Pagination-prev>span::before {
    content: "\f053";
}

.amis-scope .a-Pagination-ellipsis>a>span {
    position: relative;
    top: -4px;
}

.amis-scope .a-Pagination-next>span {
    cursor: pointer;
}

.amis-scope .a-Pagination-next>span::before {
    content: "\f054";
}

.amis-scope .a-Pagination-inputGroup {
    display: inline-flex;
    flex-wrap: nowrap;
}

.amis-scope .a-Pagination-inputGroup .a-Pagination-input {
    width: 50px;
    height: 30px;
    border: 1px solid #dee2e6;
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
    padding: 5px 10px;
}

.amis-scope .a-Pagination-inputGroup .a-Pagination-input:focus {
    outline: 0;
    border: 1px solid #7266ba;
}

.amis-scope .a-Pagination-inputGroup .a-Button {
    height: 30px;
    margin-left: -1px;
    border-radius: 0 2.272px 2.272px 0;
    padding: 0 10px;
}

.amis-scope .a-Wrapper {
    padding: 15px;
}

.amis-scope .a-Wrapper--xs {
    padding: 5px;
}

.amis-scope .a-Wrapper--sm {
    padding: 10px;
}

.amis-scope .a-Wrapper--md {
    padding: 20px;
}

.amis-scope .a-Wrapper--lg {
    padding: 30px;
}

.amis-scope .a-Wrapper--xl {
    padding: 50px;
}

.amis-scope .a-Wrapper--none {
    padding: 0;
}

.amis-scope .a-StatusField {
    white-space: nowrap;
}

.amis-scope .a-StatusField-label {
    font-size: 12px;
    margin-left: 10px;
}

@keyframes animation-rolling_red {
    0% {
        left: 0;
    }

    50% {
        left: 13px;
    }

    100% {
        left: 0;
    }
}

@keyframes animation-rolling_blue {
    0% {
        left: 25px;
    }

    50% {
        left: 12px;
    }

    100% {
        left: 25px;
    }
}

.amis-scope .a-StatusField .a-Status-icon--danger::before,
.amis-scope .a-StatusField .a-Status-icon--primary::before,
.amis-scope .a-StatusField .a-Status-icon--rolling::before,
.amis-scope .a-StatusField .a-Status-icon--success::before,
.amis-scope .a-StatusField .a-Status-icon--warning::before {
    font-family: iconfont;
    content: "\e632";
    font-style: normal;
}

.amis-scope .a-StatusField .a-Status-icon--rolling {
    color: #fad733;
    position: relative;
    left: 20px;
}

.amis-scope .a-StatusField .a-Status-icon--rolling::before {
    font-size: inherit;
    color: #f05050;
    position: absolute;
    left: 0;
    top: 1px;
    margin-left: -27px;
    animation: animation-rolling_red 2s;
    animation-iteration-count: infinite;
}

.amis-scope .a-StatusField .a-Status-icon--rolling::after {
    font-family: iconfont;
    content: "\e632";
    font-style: normal;
    font-size: inherit;
    color: #7266ba;
    position: absolute;
    left: 25px;
    top: 1px;
    margin-left: -39px;
    animation: animation-rolling_blue 2s;
    animation-iteration-count: infinite;
}

.amis-scope .a-StatusField .a-Status-icon--success::before {
    color: #27c24c;
}

.amis-scope .a-StatusField .a-Status-icon--danger::before {
    color: #f05050;
}

.amis-scope .a-StatusField .a-Status-icon--warning::before {
    color: #fad733;
}

.amis-scope .a-StatusField .a-Status-icon--primary::before {
    color: #7266ba;
}

.amis-scope .a-Status-icon--rolling+.a-StatusField-label {
    color: #fad733;
    position: relative;
    left: 20px;
}

.amis-scope .a-Status-icon--success+.a-StatusField-label {
    color: #27c24c;
}

.amis-scope .a-Status-icon--danger+.a-StatusField-label {
    color: #f05050;
}

.amis-scope .a-Status-icon--warning+.a-StatusField-label {
    color: #fad733;
}

.amis-scope .a-Status-icon--primary+.a-StatusField-label {
    color: #7266ba;
}

.amis-scope .a-Carousel {
    min-width: 100px;
    height: 200px;
    position: relative;
    display: block;
    background: #F6F8F8;
}

.amis-scope .a-Carousel.a-Carousel--light .a-Carousel-dot {
    background-color: #fff;
}

.amis-scope .a-Carousel.a-Carousel--light svg {
    fill: #fff;
}

.amis-scope .a-Carousel.a-Carousel--light .a-Carousel-item .title,
.amis-scope .a-Carousel.a-Carousel--light .a-Carousel-item .description {
    color: #fff;
}

.amis-scope .a-Carousel.a-Carousel--dark .a-Carousel-dot {
    background-color: #000;
}

.amis-scope .a-Carousel.a-Carousel--dark svg {
    fill: #000;
}

.amis-scope .a-Carousel.a-Carousel--dark .a-Carousel-item .title,
.amis-scope .a-Carousel.a-Carousel--dark .a-Carousel-item .description {
    color: #000;
}

.amis-scope .a-Carousel-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.amis-scope .a-Carousel-container .a-Carousel-item {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: ease-out all .3s;
}

.amis-scope .a-Carousel-container .a-Carousel-item.fade {
    opacity: 0;
}

.amis-scope .a-Carousel-container .a-Carousel-item.fade.in {
    opacity: 1;
}

.amis-scope .a-Carousel-container .a-Carousel-item.slide {
    transform: translateX(100%);
}

.amis-scope .a-Carousel-container .a-Carousel-item.slide.in {
    transform: translateX(0);
}

.amis-scope .a-Carousel-container .a-Carousel-item.slide.out {
    transform: translateX(-100%);
}

.amis-scope .a-Carousel-container .a-Carousel-item.slideRight {
    transform: translateX(-100%);
}

.amis-scope .a-Carousel-container .a-Carousel-item.slideRight.in {
    transform: translateX(0);
}

.amis-scope .a-Carousel-container .a-Carousel-item.slideRight.out {
    transform: translateX(100%);
}

.amis-scope .a-Carousel-container .a-Carousel-item .title {
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 100%;
    opacity: .8;
}

.amis-scope .a-Carousel-container .a-Carousel-item .description {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    opacity: .8;
}

.amis-scope .a-Carousel-container .a-Carousel-item .image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.amis-scope .a-Carousel-dotsControl {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.amis-scope .a-Carousel-dotsControl .a-Carousel-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin: 7px 5px;
    transition-duration: .3s;
    opacity: .3;
}

.amis-scope .a-Carousel-dotsControl .a-Carousel-dot.is-active {
    opacity: 1;
}

.amis-scope .a-Carousel-arrowsControl {
    position: absolute;
    width: 100%;
    height: inherit;
    z-index: 100;
    text-align: center;
}

.amis-scope .a-Carousel-arrowsControl .a-Carousel-leftArrow {
    width: 10%;
    min-width: 20px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    transition-duration: .3s;
    left: 0;
}

.amis-scope .a-Carousel-arrowsControl .a-Carousel-leftArrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.amis-scope .a-Carousel-arrowsControl .a-Carousel-rightArrow {
    width: 10%;
    min-width: 20px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    transition-duration: .3s;
    right: 0;
}

.amis-scope .a-Carousel-arrowsControl .a-Carousel-rightArrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.amis-scope fieldset.a-Collapse--xs,
.amis-scope fieldset.a-Collapse--sm,
.amis-scope fieldset.a-Collapse--base,
.amis-scope fieldset.a-Collapse--md,
.amis-scope fieldset.a-Collapse--lg {
    position: relative;
}

.amis-scope fieldset.a-Collapse--xs:after,
.amis-scope fieldset.a-Collapse--sm:after,
.amis-scope fieldset.a-Collapse--base:after,
.amis-scope fieldset.a-Collapse--md:after,
.amis-scope fieldset.a-Collapse--lg:after {
    content: "";
    pointer-events: none;
    border: 1px solid #edeff1;
    position: absolute;
    z-index: 0;
    top: 11px;
    left: 0;
    bottom: 0;
    right: 0;
}

.amis-scope fieldset.a-Collapse--xs>legend,
.amis-scope fieldset.a-Collapse--sm>legend,
.amis-scope fieldset.a-Collapse--base>legend,
.amis-scope fieldset.a-Collapse--md>legend,
.amis-scope fieldset.a-Collapse--lg>legend {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border: 0;
    width: auto;
    z-index: 1;
    background: #fff;
    border-left: 0 !important;
}

.amis-scope fieldset.a-Collapse--xs .collapse,
.amis-scope fieldset.a-Collapse--sm .collapse,
.amis-scope fieldset.a-Collapse--base .collapse,
.amis-scope fieldset.a-Collapse--md .collapse,
.amis-scope fieldset.a-Collapse--lg .collapse {
    position: relative;
}

.amis-scope fieldset.a-Collapse>legend {
    font-weight: 400;
    padding: 5px 0;
    font-size: 16px;
    color: #414c52;
    border-left: #7266ba 4px solid;
    line-height: 1.2;
    margin: 8px 0 28px;
    padding: 0 0 0 14px;
    cursor: pointer;
    border-bottom: 0;
}

.amis-scope fieldset.a-Collapse--xs {
    padding: 20px 5px 5px;
}

.amis-scope fieldset.a-Collapse--xs>legend {
    left: 5px;
    font-size: 11px;
    padding: 0 3px;
    margin: 0 0 0 -3px;
}

.amis-scope fieldset.a-Collapse--xs:after {
    top: 6px;
}

.amis-scope fieldset.a-Collapse--sm {
    padding: 25px 10px 10px;
}

.amis-scope fieldset.a-Collapse--sm>legend {
    left: 10px;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 0 -5px;
}

.amis-scope fieldset.a-Collapse--sm:after {
    top: 6px;
}

.amis-scope fieldset.a-Collapse--base {
    padding: 30px 15px 15px;
}

.amis-scope fieldset.a-Collapse--base>legend {
    left: 15px;
    font-size: 14px;
    padding: 0 8px;
    margin: 0 0 0 -8px;
}

.amis-scope fieldset.a-Collapse--base:after {
    top: 7px;
}

.amis-scope fieldset.a-Collapse--md {
    padding: 30px 20px 20px;
}

.amis-scope fieldset.a-Collapse--md>legend {
    left: 20px;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 0 0 -10px;
}

.amis-scope fieldset.a-Collapse--md:after {
    top: 7px;
}

.amis-scope fieldset.a-Collapse--lg {
    padding: 40px 30px 30px;
}

.amis-scope fieldset.a-Collapse--lg>legend {
    left: 30px;
    font-size: 20px;
    padding: 0 15px;
    margin: 0 0 0 -15px;
}

.amis-scope fieldset.a-Collapse--lg:after {
    top: 9px;
}

.amis-scope .a-Form-groupColumn {
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .amis-scope .a-Form-group {
        margin-bottom: 15px;
    }

    .amis-scope .a-Form-value>.a-Form-group {
        margin-bottom: 6px;
    }

    .amis-scope .a-Form-group--hor {
        display: flex;
        flex-wrap: nowrap;
        margin-left: -10px;
        margin-right: -10px;
        align-items: flex-start;
    }

    .amis-scope .a-Form-group--hor.v-middle {
        align-items: center;
    }

    .amis-scope .a-Form-group--hor.v-bottom {
        align-items: flex-end;
    }

    .amis-scope .a-Form-group--hor>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amis-scope .a-Form-group--hor>.a-Form-item--inline {
        margin-right: 0;
    }

    .amis-scope .a-Form-group--hor>.a-Form-item,
    .amis-scope .a-Form-group--hor>div>.a-Form-item {
        margin-bottom: 0;
    }

    .amis-scope .a-Form-group--hor .a-Form-input>.a-Form-group {
        margin-bottom: 0;
    }

    .amis-scope .a-Form-group--lg {
        margin-left: -20px;
        margin-right: -20px;
    }

    .amis-scope .a-Form-group--lg>* {
        padding-left: 20px;
        padding-right: 20px;
    }

    .amis-scope .a-Form-group--md {
        margin-left: -15px;
        margin-right: -15px;
    }

    .amis-scope .a-Form-group--md>* {
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .a-Form-group--sm {
        margin-left: -10px;
        margin-right: -10px;
    }

    .amis-scope .a-Form-group--sm>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amis-scope .a-Form-group--xs {
        margin-left: -5px;
        margin-right: -5px;
    }

    .amis-scope .a-Form-group--xs>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .amis-scope .a-Form-groupColumn {
        flex-basis: 0;
        flex-grow: 1;
        width: 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .amis-scope .a-Form-groupColumn--1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--3 {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--6 {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--9 {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-groupColumn--12 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 1px;
    }
}

.amis-scope .a-InputGroup {
    display: inline-flex;
    flex-wrap: nowrap;
}

.amis-scope .a-InputGroup.a-Form-control--sizeXs,
.amis-scope .a-InputGroup.a-Form-control--sizeSm,
.amis-scope .a-InputGroup.a-Form-control--sizeMd,
.amis-scope .a-InputGroup.a-Form-control--sizeLg {
    display: inline-flex;
}

.amis-scope .a-InputGroup-addOn,
.amis-scope .a-InputGroup .a-Form-control {
    display: inline-block;
    white-space: nowrap;
}

.amis-scope .a-InputGroup-addOn {
    background: #edf1f2;
    border: 1px solid #cfdadd;
    line-height: 20px;
    height: 34px;
    box-sizing: border-box;
    padding: 6px 10px;
}

.amis-scope .a-InputGroup-addOn:not(:last-child) {
    border-right: 0;
}

.amis-scope .a-InputGroup-addOn:first-child {
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
}

.amis-scope .a-InputGroup-addOn:last-child {
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-InputGroup-btn .a-Button {
    border-radius: 0;
    border: 1px solid #cfdadd;
}

.amis-scope .a-InputGroup-btn:not(:last-child) .a-Button {
    border-right: 0;
}

.amis-scope .a-InputGroup-btn:first-child .a-Button {
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
}

.amis-scope .a-InputGroup-btn:last-child .a-Button {
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-InputGroup .a-TextControl-input {
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-InputGroup .a-TextControl-input:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .a-InputGroup .a-TextControl-input:not(:last-child) {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .a-InputGroup .a-SelectControl .a-Select {
    background-color: #fff;
    border: 1px solid #cfdadd;
}

.amis-scope .a-InputGroup .a-SelectControl:not(:last-child) .a-Select {
    border-right: 0;
}

.amis-scope .a-InputGroup .a-SelectControl:first-child .a-Select {
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
}

.amis-scope .a-InputGroup .a-SelectControl:last-child .a-Select {
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-InputGroup .a-SelectControl:not(:first-child) .a-Select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .a-InputGroup .a-SelectControl:not(:last-child) .a-Select {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .a-InputGroup.is-focused .a-InputGroup-addOn,
.amis-scope .a-InputGroup.is-focused .a-TextControl-input,
.amis-scope .a-InputGroup.is-focused .a-Select,
.amis-scope .a-InputGroup.is-focused .a-InputGroup-btn .a-Button {
    border-color: #23b7e5;
}

.amis-scope .a-InputGroup:not(.is-inline) {
    display: flex;
}

.amis-scope .a-TextControl {
    position: relative;
}

.amis-scope .a-TextControl.is-inline {
    display: inline-block;
}

.amis-scope .a-TextControl-input {
    display: flex;
    background-color: #fff;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
}

.amis-scope .a-TextControl-input input {
    outline: 0;
    background: transparent;
    border: 0;
    color: #58666e;
    width: 100%;
    height: 20px;
}

.amis-scope .a-TextControl-input input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .a-TextControl-input>input {
    flex-grow: 1;
}

.amis-scope .a-TextControl.is-error>.a-TextControl-input {
    border-color: #f05050;
    background-color: #fff;
}

.amis-scope .a-TextControl.is-focused>.a-TextControl-input {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TextControl.is-disabled>.a-TextControl-input {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-TextControl-spinner {
    line-height: 20px;
}

.amis-scope .a-TextControl-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .a-TextControl-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-TextControl-clear:hover svg {
    fill: #666;
}

@media (min-width:576px) {

    .amis-scope .a-TextControl.a-Form-control--sizeXs>.a-TextControl-input,
    .amis-scope .a-TextControl.a-Form-control--sizeSm>.a-TextControl-input,
    .amis-scope .a-TextControl.a-Form-control--sizeMd>.a-TextControl-input,
    .amis-scope .a-TextControl.a-Form-control--sizeLg>.a-TextControl-input {
        min-width: 100%;
        display: inline-flex;
    }
}

.amis-scope .a-TextControl-placeholder {
    color: #99a6ad;
    user-select: none;
    position: absolute;
    left: 12px;
    top: 6px;
    margin-top: 2px;
    line-height: 1.42857;
}

.amis-scope .a-TextControl-valueWrap {
    flex-grow: 1;
    line-height: 1;
    white-space: nowrap;
}

.amis-scope .a-TextControl-valueWrap>input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.amis-scope .a-TextControl--withAddOn {
    display: flex;
    flex-wrap: nowrap;
}

@media (min-width:576px) {

    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeXs,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeSm,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeMd,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeLg {
        display: inline-flex;
    }

    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeXs>.a-TextControl-input,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeSm>.a-TextControl-input,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeMd>.a-TextControl-input,
    .amis-scope .a-TextControl--withAddOn.a-Form-control--sizeLg>.a-TextControl-input {
        min-width: unset;
    }
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-input {
    flex-basis: 1;
    flex-grow: 1;
    border-radius: 0;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-input:first-child {
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-input:last-child {
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-addOn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #edf1f2;
    color: #58666e;
    border-color: #cfdadd;
    border-style: solid;
    border-width: 1px 0;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-addOn:first-child {
    border-left-width: 1px;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-addOn:last-child {
    border-right-width: 1px;
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-button>.a-Button {
    position: relative;
    border-radius: 0;
    margin-left: -1px;
    border: 1px solid #cfdadd;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-button:not(:last-child) .a-Button {
    border-right: 0;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-button:first-child .a-Button {
    border-top-left-radius: 2.272px;
    border-bottom-left-radius: 2.272px;
}

.amis-scope .a-TextControl--withAddOn>.a-TextControl-button:last-child .a-Button {
    border-top-right-radius: 2.272px;
    border-bottom-right-radius: 2.272px;
}

.amis-scope .a-TextControl--withAddOn.is-focused>.a-TextControl-button .a-Button {
    border-color: #23b7e5;
}

.amis-scope .a-TextControl--withAddOn.is-error>.a-TextControl-addOn {
    border-color: #f05050;
}

.amis-scope .a-TextControl--withAddOn.is-focused>.a-TextControl-addOn {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TextControl--withAddOn.is-disabled>.a-TextControl-addOn {
    color: #99a6ad;
}

.amis-scope .a-TextControl-input--withAC {
    position: relative;
    flex-wrap: wrap;
}

.amis-scope .a-TextControl-input--withAC input {
    width: auto;
    color: #99a6ad;
}

.amis-scope .a-TextControl-sugs {
    position: absolute;
    background: #fff;
    color: #58666e;
    border: 1px solid #23b7e5;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 10;
}

.amis-scope .a-TextControl-sugItem {
    padding: 6px 12px;
}

.amis-scope .a-TextControl-sugItem svg {
    width: 16px;
    margin-top: 4px;
    float: right;
    fill: #666;
}

.amis-scope .a-TextControl-sugItem:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-TextControl-sugItem.is-highlight {
    color: #23b7e5;
    background: rgba(0, 126, 255, .08);
}

.amis-scope .a-TextControl-value {
    user-select: none;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.amis-scope .a-TextControl-input--multiple {
    height: auto;
    min-height: 34px;
}

.amis-scope .a-TextControl-input--multiple .a-TextControl-valueWrap {
    white-space: normal;
    margin-bottom: -5px;
}

.amis-scope .a-TextControl-input--multiple .a-TextControl-valueWrap>input {
    margin-bottom: 5px;
}

.amis-scope .a-TextControl-input--multiple .a-TextControl-value {
    line-height: 18px;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.amis-scope .a-TextControl-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-TextControl-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-TextControl-input--multiple .a-TextControl-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-TextareaControl {
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
    outline: 0;
    resize: none;
    display: block;
    width: 100%;
}

.amis-scope .a-TextareaControl.is-error {
    border-color: #f05050;
}

.amis-scope .a-TextareaControl:focus,
.amis-scope .a-TextareaControl.is-focused {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TextareaControl.is-disabled,
.amis-scope .a-TextareaControl[disabled] {
    background: #e9ecef;
    color: #99a6ad;
}

.amis-scope .a-Checkbox {
    margin: 0 10px 0 0;
    font-weight: 400;
    user-select: none;
}

.amis-scope .a-Checkbox input {
    opacity: 0;
    position: absolute;
}

.amis-scope .a-Checkbox:hover input:not(:disabled)+i {
    border-color: #23b7e5;
}

.amis-scope .a-Checkbox>i {
    cursor: pointer;
    line-height: 1;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.amis-scope .a-Checkbox>i+span {
    margin-left: 10px;
    cursor: pointer;
}

.amis-scope .a-Checkbox>i+span:empty {
    display: none;
}

.amis-scope .a-Checkbox>i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    transition: all .2s;
}

.amis-scope .a-Checkbox--checkbox {
    padding-left: 20px;
}

.amis-scope .a-Checkbox--checkbox input {
    margin-left: -20px;
}

.amis-scope .a-Checkbox--checkbox input:checked+i {
    border-color: #23b7e5;
}

.amis-scope .a-Checkbox--checkbox input:checked+i:before {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
}

.amis-scope .a-Checkbox--checkbox input[disabled]+i {
    border-color: #dee6e8;
    cursor: default;
}

.amis-scope .a-Checkbox--checkbox input[disabled]+i:before {
    background-color: #dee6e8;
    border-color: #fff;
}

.amis-scope .a-Checkbox--checkbox input[disabled]+i+span {
    cursor: default;
    color: #99a6ad;
}

.amis-scope .a-Checkbox--checkbox>i {
    width: 20px;
    height: 20px;
    border: 1px solid #cfdadd;
    margin-left: -20px;
    margin-top: -3px;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:not(:disabled)+i:hover {
    border-color: #cfdadd;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked+i {
    border-color: #23b7e5;
    background-color: #23b7e5;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked+i:before {
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-color: #fff;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked[disabled]+i {
    border-color: #dee6e8;
    background-color: #dee6e8;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox>i {
    position: relative;
    cursor: pointer;
}

.amis-scope .a-Checkbox--full.a-Checkbox--checkbox>i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-color: transparent;
    transition: all .2s;
    border-width: 0 0 2px 2px;
    transform: rotate(-40deg);
    border-style: solid;
}

.amis-scope .a-Checkbox--radio {
    padding-left: 20px;
}

.amis-scope .a-Checkbox--radio input {
    margin-left: -20px;
}

.amis-scope .a-Checkbox--radio input:checked+i {
    border-color: #23b7e5;
}

.amis-scope .a-Checkbox--radio input:checked+i:before {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
    border-radius: 50%;
}

.amis-scope .a-Checkbox--radio input[disabled]+i {
    border-color: #dee6e8;
    cursor: default;
}

.amis-scope .a-Checkbox--radio input[disabled]+i:before {
    background-color: #dee6e8;
}

.amis-scope .a-Checkbox--radio input[disabled]+i+span {
    cursor: default;
    color: #99a6ad;
}

.amis-scope .a-Checkbox--radio>i {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #cfdadd;
    margin-left: -20px;
    margin-top: -2px;
    border-radius: 50%;
}

.amis-scope .a-Checkbox--sm {
    margin-right: 5px;
}

.amis-scope .a-Checkbox--sm input:checked+i:before {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
}

.amis-scope .a-Checkbox--sm>i {
    width: 16px;
    height: 16px;
    margin-left: -16px;
}

.amis-scope .a-Checkbox--sm>i+span {
    margin-left: 5px;
}

.amis-scope .a-CheckboxControl,
.amis-scope .a-RadiosControl,
.amis-scope .a-CheckboxesControl {
    padding-top: 7px;
}

.amis-scope .a-RadiosControl .a-Checkbox,
.amis-scope .a-CheckboxesControl .a-Checkbox {
    display: block;
    margin-bottom: 7px;
}

.amis-scope .a-RadiosControl.is-inline .a-Checkbox,
.amis-scope .a-CheckboxesControl.is-inline .a-Checkbox {
    display: inline-block;
    margin-right: 20px;
}

.amis-scope .a-RadiosControl-group .a-RadiosControl-group,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group {
    padding-left: 80px;
}

.amis-scope .a-RadiosControl-group .a-RadiosControl-group::before,
.amis-scope .a-RadiosControl-group .a-RadiosControl-group::after,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group::before,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group::after,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group::before,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group::after,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group::before,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group::after {
    display: table;
    content: "";
}

.amis-scope .a-RadiosControl-group .a-RadiosControl-group::after,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group::after,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group::after,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group::after {
    clear: both;
}

.amis-scope .a-RadiosControl-group .a-RadiosControl-group>.a-RadiosControl-groupLabel,
.amis-scope .a-RadiosControl-group .a-RadiosControl-group>.a-CheckboxesControl-groupLabel,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group>.a-RadiosControl-groupLabel,
.amis-scope .a-RadiosControl-group .a-CheckboxesControl-group>.a-CheckboxesControl-groupLabel,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group>.a-RadiosControl-groupLabel,
.amis-scope .a-CheckboxesControl-group .a-RadiosControl-group>.a-CheckboxesControl-groupLabel,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group>.a-RadiosControl-groupLabel,
.amis-scope .a-CheckboxesControl-group .a-CheckboxesControl-group>.a-CheckboxesControl-groupLabel {
    float: left;
    width: 80px;
    margin-left: -80px;
}

.amis-scope .a-RadiosControl-groupLabel,
.amis-scope .a-CheckboxesControl-groupLabel {
    display: block;
}

.amis-scope .a-CityPicker .a-Select+.a-Select {
    margin-left: 5px;
}

.amis-scope .a-CityPicker-input {
    outline: 0;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
}

.amis-scope .a-CityPicker-input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .a-CityPicker-input:focus {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-Switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    overflow: hidden;
    border-radius: 30px;
    background-color: #23b7e5;
    margin: 0;
    vertical-align: middle;
    text-align: left;
}

.amis-scope .a-Switch.is-disabled {
    background-color: #ccc;
}

.amis-scope .a-Switch i:before {
    content: "OFF";
    color: #fff;
    text-indent: 23px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-style: normal;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #6c757d;
    border: 1px solid #545b62;
    border-radius: 30px;
    transition: all .2s;
}

.amis-scope .a-Switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 20px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 50%;
    transition: margin-left .3s;
}

.amis-scope .a-Switch input {
    position: absolute;
    opacity: 0;
}

.amis-scope .a-Switch input:disabled+i:before {
    color: #fff;
    background-color: #ccc;
}

.amis-scope .a-Switch input:disabled+i:after {
    color: #fff;
}

.amis-scope .a-Switch input:checked+i:before {
    left: 100%;
    border-width: 0;
}

.amis-scope .a-Switch input:checked+i:after {
    margin-left: 28px;
    content: "On";
    color: #fff;
    text-indent: -20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
}

.amis-scope .a-Switch-option {
    vertical-align: middle;
    margin-left: 10px;
}

.amis-scope .a-Switch-option:first-child {
    margin-left: 0;
    margin-right: 10px;
}

.amis-scope .a-Switch-option:empty {
    display: none;
}

.amis-scope .a-SwitchControl {
    padding-top: 6px;
}

.amis-scope .a-SwitchControl.is-inline {
    display: inline-block;
}

.amis-scope .a-Number {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 14px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
}

.amis-scope .a-Number-focused {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-Number-handler {
    text-align: center;
    overflow: hidden;
    display: block;
    touch-action: none;
}

.amis-scope .a-Number-handler-active {
    background: #ddd;
}

.amis-scope .a-Number-handler-up-inner,
.amis-scope .a-Number-handler-down-inner {
    user-select: none;
    -webkit-user-select: none;
}

.amis-scope .a-Number:hover {
    border-color: #23b7e5;
}

.amis-scope .a-Number:hover .a-Number-handler-up,
.amis-scope .a-Number:hover .a-Number-handler-wrap {
    border-color: #23b7e5;
}

.amis-scope .a-Number-disabled:hover {
    border-color: #cfdadd;
}

.amis-scope .a-Number-disabled:hover .a-Number-handler-up,
.amis-scope .a-Number-disabled:hover .a-Number-handler-wrap {
    border-color: #cfdadd;
}

.amis-scope .a-Number-input-wrap {
    overflow: hidden;
    height: 100%;
}

.amis-scope .a-Number-input {
    width: 100%;
    background-color: transparent;
    text-align: left;
    vertical-align: top;
    outline: 0;
    -moz-appearance: textfield;
    line-height: 32px;
    height: 100%;
    transition: all .3s ease;
    border: 0;
    border-radius: 2.272px;
    padding: 0 12px;
}

.amis-scope .a-Number-handler {
    background-color: #fff;
    color: #58666e;
    font-family: inherit;
    font-size: 14px;
}

.amis-scope .a-Number-handler:hover {
    background-color: #f2f2f2;
}

.amis-scope .a-Number-handler:hover:active {
    background-color: #f2f2f2;
}

.amis-scope .a-Number-handler-up-inner:after {
    content: "+";
}

.amis-scope .a-Number-handler-down-inner:after {
    content: "-";
}

.amis-scope .a-Number-handler-wrap {
    float: right;
    border-left: 1px solid #cfdadd;
    width: 20px;
    height: 100%;
}

.amis-scope .a-Number-handler {
    line-height: 14px;
    height: 16px;
}

.amis-scope .a-Number-handler-up {
    border-bottom: 1px solid #cfdadd;
    padding-top: 1px;
}

.amis-scope .a-Number-handler-down-disabled,
.amis-scope .a-Number-handler-up-disabled {
    background-color: #e9ecef;
    pointer-events: none;
    color: #99a6ad;
}

.amis-scope .a-Number-disabled .a-Number-input {
    opacity: .72;
    cursor: not-allowed;
    background-color: #e9ecef;
}

.amis-scope .a-Number-disabled .a-Number-handler {
    opacity: .72;
}

.amis-scope .a-Number-disabled .a-Number-handler:hover {
    color: #99a6ad;
    border-color: #cfdadd;
}

.amis-scope .a-NumberControl:not(.is-inline)>.a-Number {
    display: block;
}

.amis-scope .a-Select {
    display: inline-flex;
    vertical-align: middle;
    text-align: left;
    outline: 0;
    position: relative;
    border: 1px solid #cfdadd;
    background: #fff;
    border-radius: 2.272px;
    height: 34px;
    padding: 6px 0 6px 12px;
    cursor: pointer;
    color: #58666e;
}

.amis-scope .a-Select:not(.is-disabled):hover {
    background: #f2f2f2;
}

.amis-scope .a-Select.is-disabled {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-Select-valueWrap {
    user-select: none;
    position: relative;
    flex-grow: 1;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
}

.amis-scope .a-Select-placeholder {
    color: #99a6ad;
    line-height: 1.42857;
}

.amis-scope .a-Select-input {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 2;
    outline: 0;
    border: 0;
    background: transparent;
    line-height: 1.42857;
    height: 20px;
}

.amis-scope .a-Select-value {
    line-height: 20px;
    white-space: nowrap;
}

.amis-scope .a-Select--searchable .a-Select-placeholder,
.amis-scope .a-Select--searchable .a-Select-value {
    position: absolute;
    top: 0;
    left: 0;
}

.amis-scope .a-Select--multi {
    height: auto;
    min-height: 34px;
}

.amis-scope .a-Select--multi .a-Select-valueWrap {
    margin-bottom: -5px;
}

.amis-scope .a-Select--multi .a-Select-valueWrap>input {
    display: inline-block;
    width: 100px;
    margin-bottom: 5px;
}

.amis-scope .a-Select--multi .a-Select-values+.a-Select-input {
    transform: translateY(0);
}

.amis-scope .a-Select--multi .a-Select-value {
    position: static;
    user-select: none;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.amis-scope .a-Select--multi .a-Select-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-Select-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-Select-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-Select-arrow {
    margin-right: 5px;
    margin-left: 5px;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.amis-scope .a-Select-arrow:before {
    transition: transform .3s;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    color: #999;
}

.amis-scope .a-Select.is-opened .a-Select-arrow:before {
    transform: rotate(180deg);
}

.amis-scope .a-Select-menuOuter {
    position: absolute;
    background: #fff;
    color: #58666e;
    border: 1px solid #23b7e5;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    z-index: 10;
    box-shadow: none;
}

.amis-scope .a-Select-menu {
    max-height: 300px;
    overflow: auto;
    user-select: none;
}

.amis-scope .a-Select-checkAll {
    padding: 6px 12px;
    border-bottom: 1px solid #eceff8;
    min-width: 100px;
}

.amis-scope .a-Select-checkAll label {
    display: block;
}

.amis-scope .a-Select-option {
    padding: 6px 12px;
}

.amis-scope .a-Select-option.is-active {
    color: #23b7e5;
    background-color: transparent;
}

.amis-scope .a-Select-option.is-highlight {
    color: #23b7e5;
    background-color: rgba(0, 126, 255, .08);
}

.amis-scope .a-Select-option.is-disabled {
    color: #99a6ad;
    background-color: transparent;
}

.amis-scope .a-Select-option--placeholder {
    color: #99a6ad;
}

.amis-scope .a-Select-option-hl {
    color: #dc3545;
}

.amis-scope .a-Select.is-focused,
.amis-scope .a-Select.is-opened {
    border-color: #23b7e5;
}

.amis-scope .a-Select-spinner {
    line-height: 20px;
}

.amis-scope .a-Select-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.amis-scope .a-Select-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-Select-clear:hover svg {
    fill: #666;
}

.amis-scope .a-Select-popover {
    margin-top: -1px;
    background: #fff;
    color: #58666e;
    border: 1px solid #23b7e5;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 100px;
}

.amis-scope .a-SelectControl:not(.is-inline)>.a-Select {
    display: flex;
}

@media (min-width:576px) {

    .amis-scope .a-Form-control--sizeXs>.a-Select,
    .amis-scope .a-Form-control--sizeSm>.a-Select,
    .amis-scope .a-Form-control--sizeMd>.a-Select,
    .amis-scope .a-Form-control--sizeLg>.a-Select {
        min-width: 100%;
        display: inline-flex !important;
    }
}

.amis-scope .a-ListControl-items {
    display: block;
    margin: -5px;
}

.amis-scope .a-ListControl-items:empty {
    display: none;
}

.amis-scope .a-ListControl-item {
    position: relative;
    user-select: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 6px 12px;
    color: #58666e;
    transition: none;
    max-width: 224px;
}

.amis-scope .a-ListControl-item:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-ListControl-item .b-t,
.amis-scope .a-ListControl-item .b-l,
.amis-scope .a-ListControl-item .b-r,
.amis-scope .a-ListControl-item .b-b,
.amis-scope .a-ListControl-item .b-a {
    border-color: #58666e;
}

.amis-scope .a-ListControl-item:hover {
    background-color: #ececec;
    border-color: #c1c9d0;
    color: #58666e;
}

.amis-scope .a-ListControl-item:hover .b-t,
.amis-scope .a-ListControl-item:hover .b-l,
.amis-scope .a-ListControl-item:hover .b-r,
.amis-scope .a-ListControl-item:hover .b-b,
.amis-scope .a-ListControl-item:hover .b-a {
    border-color: #c1c9d0;
}

.amis-scope .a-ListControl-item.is-disabled {
    pointer-events: none;
    opacity: .6;
    background-color: #fff;
    color: #58666e;
}

.amis-scope .a-ListControl-item.is-disabled .b-t,
.amis-scope .a-ListControl-item.is-disabled .b-l,
.amis-scope .a-ListControl-item.is-disabled .b-r,
.amis-scope .a-ListControl-item.is-disabled .b-b,
.amis-scope .a-ListControl-item.is-disabled .b-a {
    border-color: #dee2e6;
}

.amis-scope .a-ListControl-item:hover:active,
.amis-scope .a-ListControl-item.is-active {
    background-color: #7266ba;
    border-color: #564aa3;
    color: #fff;
}

.amis-scope .a-ListControl-item:hover:active .b-t,
.amis-scope .a-ListControl-item:hover:active .b-l,
.amis-scope .a-ListControl-item:hover:active .b-r,
.amis-scope .a-ListControl-item:hover:active .b-b,
.amis-scope .a-ListControl-item:hover:active .b-a,
.amis-scope .a-ListControl-item.is-active .b-t,
.amis-scope .a-ListControl-item.is-active .b-l,
.amis-scope .a-ListControl-item.is-active .b-r,
.amis-scope .a-ListControl-item.is-active .b-b,
.amis-scope .a-ListControl-item.is-active .b-a {
    border-color: #fff;
}

.amis-scope .a-ListControl-item:hover:active:before,
.amis-scope .a-ListControl-item.is-active:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    right: 0;
    bottom: 0;
}

.amis-scope .a-ListControl-item:hover:active:after,
.amis-scope .a-ListControl-item.is-active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border-color: #7266ba;
    border-style: solid;
    border-width: 0 0 2px 2px;
    right: 1px;
    bottom: 5px;
    transform: rotate(-40deg);
}

.amis-scope .a-ListControl-itemImage {
    margin: -6px -12px;
}

.amis-scope .a-ListControl-itemImage img {
    display: block;
    max-width: 100%;
}

.amis-scope .a-ListControl-itemLabel {
    text-align: center;
}

.amis-scope .a-ListControl-itemImage+.a-ListControl-itemLabel {
    margin-top: 6px;
}

.amis-scope .a-ListControl-placeholder {
    color: #99a6ad;
}

.amis-scope .a-MatrixControl-error {
    margin-bottom: 0;
}

.amis-scope .a-ColorPicker {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    border: 1px solid #cfdadd;
    font-size: 14px;
    padding: 6px 12px;
    background-color: #fff;
    color: #58666e;
}

.amis-scope .a-ColorPicker:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-ColorPicker:not(.is-disabled):hover {
    background-color: #f2f2f2;
}

.amis-scope .a-ColorPicker-input {
    border: 0;
    background: transparent;
    outline: 0;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    height: 20px;
}

.amis-scope .a-ColorPicker-input::placeholder {
    color: #99a6ad;
}

.amis-scope .a-ColorPicker.is-focused {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-ColorPicker.is-disabled {
    background: #e9ecef;
    color: #99a6ad;
    pointer-events: none;
}

.amis-scope .a-ColorPicker.is-disabled>.a-ColorPicker-input {
    color: #99a6ad;
}

.amis-scope .a-ColorPicker.is-disabled>.a-ColorPicker-input::placeholder {
    color: #99a6ad;
}

.amis-scope .a-ColorPicker-preview {
    display: flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}

.amis-scope .a-ColorPicker-previewIcon {
    display: block;
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px rgba(28, 43, 54, .075);
}

.amis-scope .a-ColorPicker-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    line-height: 1;
}

.amis-scope .a-ColorPicker-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-ColorPicker-clear:hover svg {
    fill: #666;
}

.amis-scope .a-ColorControl:not(.is-inline)>.a-ColorPicker {
    display: flex;
}

.amis-scope .sketch-picker {
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.amis-scope .a-DatePicker {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    border: 1px solid #cfdadd;
    font-size: 14px;
    padding: 6px 12px;
    height: 34px;
    outline: 0;
    white-space: nowrap;
    color: #58666e;
    background-color: #fff;
    border-radius: 2.272px;
}

.amis-scope .a-DatePicker:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-DatePicker:not(.is-disabled):hover {
    background-color: #f2f2f2;
}

.amis-scope .a-DatePicker.is-focused {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-DatePicker.is-disabled {
    background: #e9ecef;
}

.amis-scope>.a-DatePicker.is-disabled-input {
    color: #99a6ad;
}

.amis-scope .a-DatePicker-placeholder {
    color: #99a6ad;
    user-select: none;
    margin-right: 15px;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-DatePicker-value {
    margin-right: 15px;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-DatePicker-toggler {
    cursor: pointer;
    color: #6c757d;
}

.amis-scope .a-DatePicker-toggler:hover {
    color: #545b62;
}

.amis-scope .a-DatePicker-toggler:before {
    line-height: 1;
    color: inherit;
    content: "\f073";
    display: inline-block;
    font-size: 14px;
    font-family: FontAwesome;
}

.amis-scope .a-DatePicker-clear {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 5px;
}

.amis-scope .a-DatePicker-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-DatePicker-clear:hover svg {
    fill: #666;
}

.amis-scope .a-DateControl:not(.is-inline)>.a-DatePicker {
    display: flex;
}

.amis-scope .rdt {
    user-select: none;
    font-size: 14px;
    color: #58666e;
}

.amis-scope .rdt .rdtPicker {
    margin-top: 0;
    padding: 20px;
}

.amis-scope .rdt .rdtPicker .dow {
    color: #999;
    font-weight: 400;
}

.amis-scope .rdt .rdtPicker td.rdtDay,
.amis-scope .rdt .rdtPicker td.rdtHour,
.amis-scope .rdt .rdtPicker td.rdtMinute,
.amis-scope .rdt .rdtPicker td.rdtSecond,
.amis-scope .rdt .rdtPicker .rdtTimeToggle {
    background-color: #fff;
}

.amis-scope .rdt .rdtPicker td.rdtDay:hover,
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
    background-color: #ededed;
}

.amis-scope .rdt .rdtPicker td.rdtToday:before {
    border-bottom-color: #23b7e5;
}

.amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
}

.amis-scope .rdt .rdtPicker td.rdtActive,
.amis-scope .rdt .rdtPicker td.rdtActive:hover {
    background: #23b7e5;
}

.amis-scope .rdt .rdtPicker td.rdtDisabled,
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover {
    background-color: #edf1f2;
}

.amis-scope .rdt thead tr:first-child th {
    cursor: default;
    text-align: left;
    font-weight: 400;
}

.amis-scope .rdt thead tr:first-child th:hover {
    background: transparent;
}

.amis-scope .rdt tfoot {
    border-top: 0;
}

.amis-scope .rdt tfoot td {
    padding-top: 5px;
    text-align: left;
}

.amis-scope .rdt tfoot td span {
    width: 10px;
    display: inline-block;
    text-align: center;
}

.amis-scope .rdt tfoot td input {
    outline: 0;
    width: 42px;
    font-size: 14px;
    color: #23b7e5;
    border: 1px solid #dee2e6;
    border-radius: 2.272px;
    height: 30px;
    line-height: 1.5;
    padding: 4.5px 10px;
    box-shadow: none;
}

.amis-scope .rdt tfoot td input:focus {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .rdt tfoot td .rdtActions {
    margin-top: 10px;
    text-align: right;
}

.amis-scope .rdt .rdtCounter .rdtBtn {
    height: 30%;
    line-height: 20px;
}

.amis-scope .rdt .rdtCounter .rdtCount {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .rdtBtn {
    line-height: 1.5;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
    border-radius: 2.272px;
}

.amis-scope .rdtBtn:hover {
    text-decoration: none;
}

.amis-scope .rdtBtn.is-disabled {
    opacity: .6;
    pointer-events: none;
}

.amis-scope .rdtBtn .fa,
.amis-scope .rdtBtn .iconfont {
    font-size: 12px;
}

.amis-scope .rdtBtn:hover,
.amis-scope .rdtBtn:focus {
    color: #fff;
    background-color: #18a0ca;
    border-color: #1797be;
}

.amis-scope .rdtBtn.is-disabled,
.amis-scope .rdtBtn:disabled {
    background-color: #23b7e5;
    color: #fff;
    border-color: #23b7e5;
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):active,
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1797be;
    border-color: #158eb3;
}

.amis-scope .rdtBtn+.rdtBtn {
    margin-left: 5px;
}

.amis-scope .rdtBtnCancel {
    color: #58666e;
    background-color: #edf1f2;
    border-color: #edf1f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .rdtBtnCancel:hover,
.amis-scope .rdtBtnCancel:focus {
    color: #58666e;
    background-color: #d7e0e2;
    border-color: #cfdadd;
}

.amis-scope .rdtBtnCancel.is-disabled,
.amis-scope .rdtBtnCancel:disabled {
    background-color: #edf1f2;
    color: #58666e;
    border-color: #edf1f2;
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):active,
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled).is-active {
    color: #58666e;
    background-color: #cfdadd;
    border-color: #c8d4d7;
}

.amis-scope .rdtBtnPrev:before,
.amis-scope .rdtBtnNext:before {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 1;
}

.amis-scope .rdtBtnPrev:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f104";
}

.amis-scope .rdtBtnNext:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f105";
}

.amis-scope .rdtHeader {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    width: 100%;
}

.amis-scope .rdtHeader .rdtBtn {
    display: table-cell;
    width: 30px;
    padding: 0;
}

.amis-scope .rdtHeader .rdtSelect {
    display: table-cell;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.amis-scope .rdtHeader .rdtSelect .a-Select {
    display: flex;
}

.amis-scope .a-DateRangePicker {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    border: 1px solid #cfdadd;
    font-size: 14px;
    padding: 6px 12px;
    height: 34px;
    outline: 0;
    white-space: nowrap;
    border-radius: 2.272px;
    color: #58666e;
    background-color: #fff;
}

.amis-scope .a-DateRangePicker:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .a-DateRangePicker:not(.is-disabled):hover {
    background-color: #f2f2f2;
}

.amis-scope .a-DateRangePicker.is-focused {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-DateRangePicker.is-disabled {
    background: #e9ecef;
}

.amis-scope>.a-DateRangePicker.is-disabled-input {
    color: #99a6ad;
}

.amis-scope .a-DateRangePicker-placeholder {
    color: #99a6ad;
    user-select: none;
    margin-right: 15px;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-DateRangePicker-value {
    margin-right: 15px;
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-DateRangePicker-toggler {
    cursor: pointer;
    color: #6c757d;
}

.amis-scope .a-DateRangePicker-toggler:hover {
    color: #545b62;
}

.amis-scope .a-DateRangePicker-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}

.amis-scope .a-DateRangePicker-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-DateRangePicker-clear:hover svg {
    fill: #666;
}

.amis-scope .a-DateRangePicker-wrap {
    width: auto;
    white-space: nowrap;
    padding: 20px;
}

.amis-scope .a-DateRangePicker-start,
.amis-scope .a-DateRangePicker-end {
    display: inline-block;
}

.amis-scope .a-DateRangePicker-start .rdtPicker,
.amis-scope .a-DateRangePicker-end .rdtPicker {
    padding: 0;
    box-shadow: none;
    border: 0;
}

.amis-scope .a-DateRangePicker-end {
    margin-left: 20px;
}

.amis-scope .a-DateRangePicker-rangers {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.amis-scope .a-DateRangePicker-ranger {
    display: inline-block;
    margin-right: 10px;
}

.amis-scope .a-DateRangePicker-ranger a {
    cursor: pointer;
}

.amis-scope .a-DateRangePicker-actions {
    text-align: right;
    margin-top: 10px;
}

.amis-scope .a-DateRangeControl:not(.is-inline)>.a-DateRangePicker {
    display: flex;
}

.amis-scope .a-ImageControl {
    outline: 0;
}

.amis-scope .drop-zone {
    border: 2px dashed #cfdadd;
    height: 70px;
    text-align: center;
    display: table;
    width: 100%;
    color: #99a6ad;
    position: relative;
    cursor: pointer;
}

.amis-scope .drop-zone>div:not(.image-list) {
    display: table-cell;
    vertical-align: middle;
}

.amis-scope .drop-zone.has-files {
    cursor: default;
    border: 2px dashed transparent;
}

.amis-scope .drop-zone-wrapper:focus .drop-zone:not(.disabled) {
    color: #58666e;
    border: 2px dashed #23b7e5;
    height: 90px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.amis-scope .drop-zone-wrapper:focus .drop-zone:not(.disabled):after {
    content: "æ¸©é¦¨æç¤ºï¼šå½“å‰çŠ¶æ€å¯ä»¥ç²˜è´´å‰ªåˆ‡æ¿ä¸­çš„æ–‡ä»¶ã€‚å¦‚æˆªå±";
    position: absolute;
    left: 10px;
    bottom: 3px;
    color: #99a6ad;
    font-size: 12px;
    overflow: hidden;
    right: 0;
    text-overflow: ellipsis;
    background-color: #fff;
}

.amis-scope .drop-zone.disabled {
    pointer-events: none;
}

.amis-scope .drop-zone-active,
.amis-scope .drop-zone-active.has-files,
.amis-scope .drop-zone:hover:not(.disabled):not(.has-files) {
    color: #58666e;
    border: 2px dashed #23b7e5;
}

.amis-scope .image-list {
    outline: 0;
    margin: -5px;
}

.amis-scope .image-list .image-item {
    position: relative;
    margin: 5px;
    width: 90px;
}

.amis-scope .image-list .image-item .img-wrapper {
    width: 90px;
    min-height: 50px;
    overflow: hidden;
}

.amis-scope .image-list .image-item img {
    display: block;
    width: 100%;
}

.amis-scope .image-list .image-item .fa-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -20px;
    color: #fff;
}

.amis-scope .image-list .image-item .image-overlay {
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 10px;
}

.amis-scope .image-list .image-item .image-overlay>a,
.amis-scope .image-list .image-item .image-overlay>button {
    flex: 1;
    outline: 0;
    display: flex;
    color: #fff;
    background: transparent;
    border: 0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    opacity: .6;
}

.amis-scope .image-list .image-item .image-overlay>a:hover,
.amis-scope .image-list .image-item .image-overlay>button:hover {
    opacity: 1;
}

.amis-scope .image-list .image-item p {
    margin: 0;
    text-align: center;
}

.amis-scope .image-list.image-list-multiple .image-item .img-wrapper {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}

.amis-scope .image-list .image-add-btn {
    width: 90px;
    height: 110px;
    line-height: 110px;
    margin: 5px;
    cursor: pointer;
    float: left;
}

.amis-scope .image-list .image-add-btn:hover .fa {
    color: #3a3f51;
}

.amis-scope .image-list .image-item.uploaded .fa-spinner {
    display: none;
}

.amis-scope .image-list .image-item.uploaded .image-overlay {
    display: none;
}

.amis-scope .image-list .image-item.uploaded:hover .image-overlay {
    display: flex;
}

.amis-scope .cropper-wrapper {
    position: relative;
}

.amis-scope .cropper-wrapper img {
    max-width: 100%;
    max-height: 400px;
}

.amis-scope .cropper-wrapper .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.amis-scope .cropper-wrapper .btn:nth-child(2n+1) {
    bottom: 40px;
    right: 4px;
}

@media (min-width:768px) {

    .amis-scope .amis-image-control.form-contorl-inline,
    .amis-scope .form-group-inline .amis-image-control {
        display: inline-block;
        min-width: 280px;
    }
}

.amis-scope .a-EditorControl {
    min-height: 200px;
    max-height: 400px;
    overflow: visible;
    height: auto;
    border: 1px solid #cfdadd;
    max-width: 100%;
    box-sizing: content-box;
}

.amis-scope .a-EditorControl>.a-MonacoEditor,
.amis-scope .a-EditorControl>.a-MonacoEditor>.monaco-diff-editor {
    min-height: 198px;
}

.amis-scope .a-EditorControl.is-error {
    border-color: #f05050;
}

.amis-scope .a-EditorControl.is-focused {
    border-color: #23b7e5;
}

.amis-scope .a-EditorControl--md {
    min-height: 250px;
}

.amis-scope .a-EditorControl--md>.a-MonacoEditor {
    min-height: 250px;
}

.amis-scope .a-EditorControl--lg {
    min-height: 300px;
}

.amis-scope .a-EditorControl--lg>.a-MonacoEditor {
    min-height: 300px;
}

.amis-scope .a-EditorControl--xl {
    min-height: 400px;
}

.amis-scope .a-EditorControl--xl>.a-MonacoEditor {
    min-height: 400px;
}

.amis-scope .a-EditorControl--xxl {
    min-height: 500px;
}

.amis-scope .a-EditorControl--xxl>.a-MonacoEditor {
    min-height: 500px;
}

.amis-scope .monaco-inputbox>.wrapper {
    padding: 0;
}

.fr-popup {
    z-index: 1400 !important;
}

.amis-scope .a-RichTextControl {
    min-height: 200px;
    height: auto;
    border: 1px solid #cfdadd;
    width: 100%;
}

.amis-scope .a-RichTextControl .fr-toolbar.fr-top {
    box-shadow: none;
    border: 0;
    position: relative;
}

.amis-scope .a-RichTextControl .fr-box.fr-basic.fr-top:not(.fr-fullscreen) .fr-wrapper {
    min-height: 150px;
    max-height: 400px;
    box-shadow: none;
    overflow: auto;
    border-top: 1px solid #cfdadd;
}

.amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn,
.amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn {
    color: #58666e;
}

.amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
.amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
    color: #23b7e5;
}

.amis-scope .a-RichTextControl .fr-desktop .fr-command:hover,
.amis-scope .a-RichTextControl .fr-desktop .fr-command:focus {
    background-color: #edf1f2;
}

.amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background-color: #edf1f2;
}

.amis-scope .a-RichTextControl .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background-color: #23b7e5;
    color: #fff;
}

.amis-scope .a-RichTextControl.is-focused {
    border: 1px solid #23b7e5;
}

.amis-scope .a-RichTextControl.is-focused .fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 1px solid #23b7e5;
}

.amis-scope .a-RichTextControl .fr-box.fr-basic .fr-element {
    min-height: 150px;
}

.amis-scope .a-RichTextControl .fr-sticky-dummy {
    position: absolute;
}

.amis-scope .a-RichTextControl.is-disabled {
    border-color: #cfdadd;
    pointer-events: none;
    opacity: .6;
}

.amis-scope .a-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
    border-color: #cfdadd;
}

.amis-scope .a-RangeControl {
    position: relative;
    padding-top: 16px;
    padding-bottom: 1.16px;
}

.amis-scope .a-RangeControl::before,
.amis-scope .a-RangeControl::after {
    display: table;
    content: "";
}

.amis-scope .a-RangeControl::after {
    clear: both;
}

.amis-scope .a-RangeControl--withInput .a-InputRange {
    width: calc(100% - 120px);
}

.amis-scope .a-RangeControl--withInput .a-InputRange-label--mid {
    left: calc(50% - 60px);
}

.amis-scope .a-RangeControl--withInput.is-multiple .a-InputRange {
    width: calc(100% - 210px);
}

.amis-scope .a-RangeControl .a-InputRange-input {
    font-size: 12px;
    position: absolute;
    right: 26px;
    top: 12px;
    height: 30px;
}

.amis-scope .a-RangeControl .a-InputRange-input input {
    padding: 10px;
    width: 410px;
    height: 100%;
}

.amis-scope .a-RangeControl .a-InputRange-input input:focus {
    outline: 0;
    border: 1px solid #23b7e5;
}

.amis-scope .a-RangeControl .a-InputRange-input-separator {
    display: inline-block;
    padding: 0 5px;
}

.amis-scope .a-RangeControl .a-InputRange-unit {
    position: absolute;
    right: 10px;
    top: 7px;
}

.amis-scope .a-RangeControl .a-InputRange-clear {
    position: absolute;
    top: 18px;
    right: 0;
    cursor: pointer;
}

.amis-scope .a-RangeControl .a-InputRange-clear svg {
    height: 16px;
    width: 16px;
    fill: #999;
}

.amis-scope .a-InputRange {
    height: 24px;
    position: relative;
    width: 100%;
}

.amis-scope .a-InputRange-slider {
    appearance: none;
    background: #23b7e5;
    border: 1px solid #23b7e5;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 24px;
    margin-left: -9px;
    margin-top: -18px;
    outline: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    transition: transform .3s ease-out, box-shadow .3s ease-out;
}

.amis-scope .a-InputRange-slider:active {
    transform: scale(1.3);
}

.amis-scope .a-InputRange-slider:focus {
    box-shadow: 0 0 0 4.56px rgba(35, 183, 229, .2);
}

.amis-scope .input-range--disabled .a-InputRange-slider {
    background: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
    transform: none;
}

.amis-scope .a-InputRange-slider:before {
    content: "||";
    color: #fff;
    display: block;
    line-height: 22px;
    text-align: center;
}

.amis-scope .a-InputRange-sliderContainer {
    transition: left .3s ease-out;
}

.amis-scope .a-InputRange-label {
    color: #aaa;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", Arial, "microsoft yahei ui", "Microsoft YaHei", SimSun, sans-serif;
    font-size: 12.8px;
    transform: translateZ(0);
    white-space: nowrap;
}

.amis-scope .a-InputRange-label--min,
.amis-scope .a-InputRange-label--max,
.amis-scope .a-InputRange-label--mid {
    bottom: -22.4px;
    position: absolute;
}

.amis-scope .a-InputRange-label--mid {
    left: 50%;
    bottom: -5px;
}

.amis-scope .a-InputRange-label--max {
    right: 0;
}

.amis-scope .a-InputRange-label--value {
    position: absolute;
    display: block;
    top: -40px;
}

.amis-scope .a-InputRange-track {
    background: #eee;
    cursor: pointer;
    display: block;
    height: 12px;
    position: relative;
    transition: left .3s ease-out, width .3s ease-out;
}

.amis-scope .a-InputRange.is-disabled .a-InputRange-track {
    background: #eee;
}

.amis-scope .a-InputRange-track.is-active {
    background: #23b7e5;
}

.amis-scope .a-InputRange-track--background {
    left: 8px;
    margin-top: -6px;
    position: absolute;
    right: 8px;
    top: 50%;
}

.amis-scope .a-InputRange-track--background::before,
.amis-scope .a-InputRange-track--background::after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    background: inherit;
    z-index: 1;
}

.amis-scope .a-InputRange-track--background::before {
    left: -8px;
}

.amis-scope .a-InputRange-track--background::after {
    right: -8px;
}

.amis-scope .a-InputRange-track--active {
    background: #23b7e5;
}

.amis-scope .a-RepeatControl .repeat-btn {
    width: 80px;
}

.amis-scope .a-RepeatControl .Select {
    display: inline-block;
    min-width: 100px;
}

.amis-scope .a-RepeatControl .input-range {
    margin-top: 0;
}

@media (min-width:768px) {

    .amis-scope .repeat-control.form-contorl-inline,
    .amis-scope .form-group-inline .repeat-control {
        display: inline-block;
        min-width: 280px;
        width: auto;
    }
}

.amis-scope .a-TreeControl {
    border: 1px solid #cfdadd;
    padding: 6px 12px;
    border-radius: 2px;
    max-height: 300px;
    overflow: auto;
}

.amis-scope .a-TreeControl.h-full {
    max-height: none;
}

.amis-scope .a-TreeControl.no-border {
    border: 0;
}

.amis-scope .a-Tree-list,
.amis-scope .a-Tree-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amis-scope .a-Tree-sublist {
    padding-left: 20px;
}

.amis-scope .a-Tree-sublist.is-folded {
    display: none;
}

.amis-scope .a-Tree-item {
    line-height: 30px;
    position: relative;
}

.amis-scope .a-Tree-item>a {
    color: inherit;
}

.amis-scope .a-Tree-item>a:hover {
    text-decoration: none;
}

.amis-scope .a-Tree-item--isLeaf>a {
    padding-left: 15px;
}

.amis-scope .a-Tree-rootItem>a>i {
    margin-left: 0 !important;
}

.amis-scope .a-Tree-itemArrow {
    cursor: pointer;
    width: 10px;
    margin-right: 5px;
    display: inline-block;
}

.amis-scope .a-Tree-itemArrow:before {
    font-style: normal;
    font-family: FontAwesome;
    content: "\f107";
}

.amis-scope .a-Tree-itemArrow.is-folded:before {
    content: "\f105";
}

.amis-scope .a-Tree-itemIcon {
    display: inline-block;
    margin-right: 5px;
}

.amis-scope .a-Tree-rootIcon:before {
    font-style: normal;
    font-family: FontAwesome;
    content: "\f015";
}

.amis-scope .a-Tree-leafIcon:before {
    font-style: normal;
    font-family: FontAwesome;
    content: "\f15b";
}

.amis-scope .a-Tree-folderIcon:before {
    font-style: normal;
    font-family: FontAwesome;
    content: "\f07b";
}

.amis-scope .a-Tree-itemText {
    user-select: none;
    cursor: pointer;
}

.amis-scope .a-Tree-itemText.is-checked,
.amis-scope .a-Tree-itemText.is-children-checked {
    color: #007eff;
}

.amis-scope .a-Tree-itemText.is-disabled {
    color: #99a6ad;
}

.amis-scope .a-Tree-placeholder {
    color: #99a6ad;
}

.amis-scope .a-TreeSelectControl {
    position: relative;
}

.amis-scope .a-TreeSelect {
    position: relative;
    outline: 0;
}

.amis-scope .a-TreeSelect.is-inline {
    display: inline-block;
}

.amis-scope .a-TreeSelect-input {
    display: flex;
    background-color: #fff;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
}

.amis-scope .a-TreeSelect-input input {
    outline: 0;
    background: transparent;
    border: 0;
    color: #58666e;
    width: 100%;
    height: 20px;
}

.amis-scope .a-TreeSelect-input input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .a-TreeSelect-input>input {
    flex-grow: 1;
}

.amis-scope .a-TreeSelect.is-error>.a-TreeSelect-input {
    border-color: #f05050;
    background-color: #fff;
}

.amis-scope .a-TreeSelect.is-focused>.a-TreeSelect-input {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TreeSelect.is-disabled>.a-TreeSelect-input {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-TreeSelect-spinner {
    line-height: 20px;
}

.amis-scope .a-TreeSelect-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .a-TreeSelect-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-TreeSelect-clear:hover svg {
    fill: #666;
}

@media (min-width:576px) {

    .amis-scope .a-TreeSelect.a-Form-control--sizeXs>.a-TreeSelect-input,
    .amis-scope .a-TreeSelect.a-Form-control--sizeSm>.a-TreeSelect-input,
    .amis-scope .a-TreeSelect.a-Form-control--sizeMd>.a-TreeSelect-input,
    .amis-scope .a-TreeSelect.a-Form-control--sizeLg>.a-TreeSelect-input {
        min-width: 100%;
        display: inline-flex;
    }
}

.amis-scope .a-TreeSelect.is-opened>.a-TreeSelect-input {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TreeSelect-placeholder {
    color: #99a6ad;
    user-select: none;
    position: absolute;
    line-height: 1.42857;
}

.amis-scope .a-TreeSelect-input {
    min-height: 34px;
    height: auto;
}

.amis-scope .a-TreeSelect-valueWrap {
    flex-grow: 1;
    position: relative;
}

.amis-scope .a-TreeSelect--searchable .a-TreeSelect-placeholder,
.amis-scope .a-TreeSelect--searchable .a-TreeSelect-value {
    position: absolute;
    top: 0;
    left: 0;
}

.amis-scope .a-TreeSelect--multi.a-TreeSelect--searchable .a-TreeSelect-value {
    position: static;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-valueWrap {
    margin-bottom: -5px;
    line-height: 1;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-valueWrap>input {
    width: auto;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-value {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-value.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-TreeSelect--multi .a-TreeSelect-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-TreeSelect-arrow {
    width: 20px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .a-TreeSelect-arrow:before {
    content: "";
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative;
    top: 2px;
}

.amis-scope .a-TreeSelect-popover {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.amis-scope .a-TreeSelect-popover>.a-Tree {
    background: #fff;
    border: 1px solid #23b7e5;
    padding: 5px 12px;
    border-radius: 0;
    margin-top: -1px;
    max-height: 400px;
    overflow: auto;
}

.amis-scope .a-Combo-toolbarBtn {
    line-height: 1;
    height: 20px;
    color: #999;
    padding: 2px 5px;
    cursor: pointer;
}

.amis-scope .a-Combo-toolbarBtn:hover {
    color: gray;
}

.amis-scope .a-Combo-addBtn {
    font-size: 12px;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2.272px;
    height: 26px;
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-Combo-addBtn .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-Combo-addBtn>.pull-left {
    margin-right: 8px;
}

.amis-scope .a-Combo-addBtn .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-Combo-addBtn>.pull-right {
    margin-left: 8px;
}

.amis-scope .a-Combo-addBtn:hover,
.amis-scope .a-Combo-addBtn:focus {
    color: #fff;
    background-color: #18a0ca;
    border-color: #1797be;
}

.amis-scope .a-Combo-addBtn.is-disabled,
.amis-scope .a-Combo-addBtn:disabled {
    background-color: #23b7e5;
    color: #fff;
    border-color: #23b7e5;
}

.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):active,
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1797be;
    border-color: #158eb3;
}

.amis-scope .a-Combo-addBtn.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-Combo-items {
    margin-bottom: 10px;
}

.amis-scope .a-Combo-items:empty {
    display: none;
}

.amis-scope .a-Combo-items:empty+.a-Combo-toolbar {
    padding-top: 4px;
}

.amis-scope .a-Combo--hor .a-Combo-item {
    display: flex;
    flex-wrap: nowrap;
}

.amis-scope .a-Combo--hor .a-Combo-item+.a-Combo-item {
    margin-top: 5px;
}

.amis-scope .a-Combo--hor .a-Combo-itemInner {
    flex-basis: 0;
    flex-grow: 1;
}

.amis-scope .a-Combo--hor .a-Combo-itemTag {
    margin-right: 10px;
}

.amis-scope .a-Combo--hor .a-Combo-itemTag label {
    color: #23b7e5;
    margin-right: 10px;
}

.amis-scope .a-Combo--hor .a-Combo-itemToolbar {
    margin-left: 5px;
    display: flex;
    white-space: nowrap;
    align-items: flex-start;
    padding-top: 7px;
}

.amis-scope .a-Combo--hor .a-Combo-itemToolbar>.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::before,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::after {
    display: table;
    content: "";
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)::after {
    clear: both;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items {
    margin: -10px -10px 0 -10px;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-itemTag {
    text-align: right;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-itemTag label {
    color: #23b7e5;
    margin-right: 10px;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item {
    border: 1px dashed #dee2e6;
    padding: 10px;
    position: relative;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item {
    margin: 10px;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item>.a-Combo-itemToolbar,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item>.a-Combo-itemToolbar {
    opacity: 0;
    position: absolute;
    right: 5px;
    top: -12.5px;
    transition: all .25s ease-in-out;
    height: 25px;
    line-height: 25px;
    background-color: #23b7e5;
    color: #f2f2f2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 3px;
    border-style: solid;
    border-color: #19a9d5;
    border-width: 1px 1px 0;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item>.a-Combo-itemToolbar .a-Combo-toolbarBtn,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item>.a-Combo-itemToolbar .a-Combo-toolbarBtn {
    color: inherit;
    line-height: 25px;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item>.a-Combo-itemToolbar .a-Combo-toolbarBtn:hover,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item>.a-Combo-itemToolbar .a-Combo-toolbarBtn:hover {
    color: #fff;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item:hover,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item:hover {
    border-color: #23b7e5;
}

.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-item:hover>.a-Combo-itemToolbar,
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder)>.a-Combo-items>.a-Combo-item:hover>.a-Combo-itemToolbar {
    top: -25px;
    opacity: 1;
}

.amis-scope .a-Combo-item--dragging {
    position: relative;
}

.amis-scope .a-Combo-item--dragging:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.amis-scope .a-Combo-dragableTip {
    color: #99a6ad;
    font-size: 12px;
    margin-left: 5px;
}

.amis-scope .a-Combo-dragableTip:empty {
    display: none;
}

.amis-scope .a-ComboControl.is-inline .a-Combo--hor .a-Combo-itemInner {
    flex-grow: unset;
    flex-basis: unset;
}

.amis-scope .a-ComboControl.is-inline .a-Combo--ver .a-Combo-item {
    display: inline-block;
}

@media (min-width:576px) {
    .amis-scope .a-Combo-form .a-Form-item:last-child {
        margin-bottom: 0;
    }
}

.amis-scope .a-SubForm-values {
    display: inline-block;
    margin-top: -5px;
    padding: 6px 0;
}

.amis-scope .a-SubForm-value {
    cursor: pointer;
    user-select: none;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 5px;
}

.amis-scope .a-SubForm-value:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-SubForm-value.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-SubForm-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-SubForm-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-SubForm-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-SubForm-addBtn {
    font-size: 12px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2.272px;
    height: 30px;
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-SubForm-addBtn .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-SubForm-addBtn>.pull-left {
    margin-right: 8px;
}

.amis-scope .a-SubForm-addBtn .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-SubForm-addBtn>.pull-right {
    margin-left: 8px;
}

.amis-scope .a-SubForm-addBtn:hover,
.amis-scope .a-SubForm-addBtn:focus {
    color: #fff;
    background-color: #18a0ca;
    border-color: #1797be;
}

.amis-scope .a-SubForm-addBtn.is-disabled,
.amis-scope .a-SubForm-addBtn:disabled {
    background-color: #23b7e5;
    color: #fff;
    border-color: #23b7e5;
}

.amis-scope .a-SubForm-addBtn:not(:disabled):not(.is-disabled):active,
.amis-scope .a-SubForm-addBtn:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1797be;
    border-color: #158eb3;
}

.amis-scope .a-SubForm-addBtn.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-SubFormControl {
    padding-top: 4px;
}

.amis-scope .a-ChainedSelectControl .a-Select {
    margin-right: 5px;
}

.amis-scope .a-Picker-values {
    display: inline-block;
    margin-top: -5px;
    padding: 6px 0;
}

.amis-scope .a-Picker-value {
    cursor: pointer;
    user-select: none;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 5px;
}

.amis-scope .a-Picker-value:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-Picker-value.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-Picker-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-Picker-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-Picker-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-PickerControl {
    padding-top: 4px;
}

.amis-scope .a-QrCode {
    min-height: 34px;
    padding: 7px 0;
}

.amis-scope .a-TagControl {
    position: relative;
}

.amis-scope .a-TagControl.is-inline {
    display: inline-block;
}

.amis-scope .a-TagControl-input {
    display: flex;
    background-color: #fff;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
}

.amis-scope .a-TagControl-input input {
    outline: 0;
    background: transparent;
    border: 0;
    color: #58666e;
    width: 100%;
    height: 20px;
}

.amis-scope .a-TagControl-input input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .a-TagControl-input>input {
    flex-grow: 1;
}

.amis-scope .a-TagControl.is-error>.a-TagControl-input {
    border-color: #f05050;
    background-color: #fff;
}

.amis-scope .a-TagControl.is-focused>.a-TagControl-input {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-TagControl.is-disabled>.a-TagControl-input {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-TagControl-spinner {
    line-height: 20px;
}

.amis-scope .a-TagControl-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .a-TagControl-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-TagControl-clear:hover svg {
    fill: #666;
}

@media (min-width:576px) {

    .amis-scope .a-TagControl.a-Form-control--sizeXs>.a-TagControl-input,
    .amis-scope .a-TagControl.a-Form-control--sizeSm>.a-TagControl-input,
    .amis-scope .a-TagControl.a-Form-control--sizeMd>.a-TagControl-input,
    .amis-scope .a-TagControl.a-Form-control--sizeLg>.a-TagControl-input {
        min-width: 100%;
        display: inline-flex;
    }
}

.amis-scope .a-TagControl-placeholder {
    color: #99a6ad;
    user-select: none;
    position: absolute;
    left: 12px;
    top: 6px;
    margin-top: 2px;
    line-height: 1.42857;
}

.amis-scope .a-TagControl-input {
    min-height: 34px;
    height: auto;
}

.amis-scope .a-TagControl-valueWrap {
    flex-grow: 1;
    margin-bottom: -5px;
    line-height: 1;
}

.amis-scope .a-TagControl-valueWrap>input {
    width: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.amis-scope .a-TagControl-value {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #007eff;
    background: #cce5ff;
    border: 1px solid #99cbff;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.amis-scope .a-TagControl-value.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-TagControl-valueIcon {
    cursor: pointer;
    border-right: 1px solid #99cbff;
    padding: 1px 5px;
}

.amis-scope .a-TagControl-valueIcon:hover {
    background-color: #b3d8ff;
}

.amis-scope .a-TagControl-valueLabel {
    padding: 0 5px;
}

.amis-scope .a-TagControl-sug {
    margin-top: 6px;
}

.amis-scope .a-TagControl-sugTip {
    color: #23b7e5;
    margin-bottom: 6px;
}

.amis-scope .a-TagControl-sugItem {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2.272px;
    height: 30px;
    color: #58666e;
    background-color: #fff;
    border-color: #dee2e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(28, 43, 54, .075);
}

.amis-scope .a-TagControl-sugItem .a-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .a-TagControl-sugItem>.pull-left {
    margin-right: 8px;
}

.amis-scope .a-TagControl-sugItem .a-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .a-TagControl-sugItem>.pull-right {
    margin-left: 8px;
}

.amis-scope .a-TagControl-sugItem:hover,
.amis-scope .a-TagControl-sugItem:focus {
    color: #58666e;
    background-color: #ececec;
    border-color: #c1c9d0;
}

.amis-scope .a-TagControl-sugItem.is-disabled,
.amis-scope .a-TagControl-sugItem:disabled {
    background-color: #fff;
    color: #58666e;
    border-color: #dee2e6;
}

.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):active,
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled).is-active {
    color: #58666e;
    background-color: #e6e6e6;
    border-color: #bac2cb;
}

.amis-scope .a-TagControl-sugItem.is-disabled {
    pointer-events: none;
    opacity: .65;
}

.amis-scope .a-Rating {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 24px;
    color: #3a3f51;
    cursor: pointer;
}

.amis-scope .a-Rating.is-active {
    color: #23b7e5;
}

.amis-scope .a-Rating.is-disabled {
    cursor: default;
}

.amis-scope .a-Rating-half:before {
    position: absolute;
    overflow: hidden;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    content: attr(data-forhalf);
    color: #23b7e5;
}

.amis-scope .a-RatingControl {
    position: relative;
    overflow: hidden;
}

.amis-scope .a-Form {
    font-size: 14px;
    position: relative;
}

.amis-scope .a-Form--quickEdit .a-Form-item:last-child {
    margin-bottom: 0;
}

.amis-scope .a-Form--inline>.a-PlainField {
    display: inline-block;
    padding-top: 6px;
}

.amis-scope .a-Form-label {
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 100%;
}

.amis-scope .a-Form-label>span {
    position: relative;
}

.amis-scope .a-Form-star {
    color: #dc3545;
    font-size: 11px;
    position: absolute;
    left: 100%;
    top: 5px;
    margin-left: 3px;
    line-height: 1;
}

.amis-scope .a-Form-feedback {
    color: #f05050;
    margin: 6px 0 0;
    padding-left: 15px;
    font-size: 12px;
}

.amis-scope .a-Form-description {
    display: block;
    color: #6f808a;
    margin: 6px 0 0;
    font-size: 12px;
}

.amis-scope .a-Form-hint {
    display: inline-block;
    margin-left: 10px;
    padding-top: 6px;
    vertical-align: top;
}

.amis-scope .a-Form-item {
    margin-bottom: 15px;
}

.amis-scope .a-Grid-form>.a-Form-item:last-child {
    margin-bottom: 0;
}

.amis-scope .a-Form--inline>.a-Form-item--inline {
    margin-bottom: 7.5px;
    margin-right: 7.5px;
}

.amis-scope .a-Form--inline>.a-Form-item--inline:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.amis-scope .a-Form-item .a-Form-remark {
    margin-top: 10px;
    vertical-align: top;
}

.amis-scope .a-Form-item--horizontal>.a-Form-label {
    text-align: right;
}

.amis-scope .a-Form-item--normal>.a-Form-label {
    display: block;
}

.amis-scope .a-Form-item.is-error>.a-Form-label {
    color: #f05050;
}

.amis-scope .a-Form-placeholder {
    color: #99a6ad;
}

@media (min-width:576px) {
    .amis-scope .a-Form-control--sizeXs {
        min-width: 80px;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .amis-scope .a-Form-control--sizeSm {
        min-width: 160px;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .amis-scope .a-Form-control--sizeMd {
        min-width: 240px;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .amis-scope .a-Form-control--sizeLg {
        min-width: 320px;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

    .amis-scope .a-Form-item--horizontal {
        display: flex;
        flex-wrap: nowrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .amis-scope .a-Form-item--horizontal>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amis-scope .a-Form-item--horizontal>.a-Form-label,
    .amis-scope .a-Form-item--horizontal>.a-Form-value {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--xs,
    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--sm,
    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--normal,
    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--md,
    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--lg {
        flex-grow: unset;
        flex-basis: unset;
    }

    .amis-scope .a-Form-item--horizontal>.a-Form-label {
        padding-top: 7px;
        margin-bottom: 0;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--xs {
        width: 60px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--sm {
        width: 90px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--normal {
        width: 120px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--md {
        width: 160px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--lg {
        width: 200px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--3 {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--6 {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--9 {
        flex: 0 0 75%;
        max-width: 75%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--horizontal .a-Form-itemColumn--12 {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 1px;
    }

    .amis-scope .a-Form-item--inline {
        display: inline-block;
        vertical-align: top;
    }

    .amis-scope .a-Form-item--inline>.a-Form-label {
        padding-top: 7px;
        margin-bottom: 0;
        margin-right: 7.5px;
    }

    .amis-scope .a-Form-item--inline>.a-Form-label .a-Form-star {
        position: static;
    }

    .amis-scope .a-Form-item--inline>.a-Form-value {
        display: inline;
    }

    .amis-scope .a-Form-item--inline>.a-Form-value>.a-Form-control {
        vertical-align: top;
        display: inline-block;
    }

    .amis-scope .a-Form-item--inline>.a-Form-value>.a-Form-control.a-InputGroup {
        display: inline-flex;
    }

    .amis-scope .a-Form-item--inline>.a-Form-value>.a-TextControl--withAddOn {
        display: inline-flex;
    }

    .amis-scope .a-Form-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        align-items: flex-start;
    }

    .amis-scope .a-Form-row>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .amis-scope .a-Form-col {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .amis-scope .a-Form-rowInner {
        display: flex;
        flex-wrap: nowrap;
    }

    .amis-scope .a-Form-rowInner>.a-Form-label {
        display: inline-block;
        vertical-align: top;
        padding-top: 7px;
        padding-right: 10px;
    }

    .amis-scope .a-Form-rowInner>.a-Form-control {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.amis-scope .a-TransferSelectControl {
    display: flex;
    height: 300px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions {
    height: 100%;
    flex: 1;
    border: 1px solid #dee2e6;
    overflow: auto;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-heading,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-heading {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #dee2e6;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-body table tbody tr td,
.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-body ul li,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-body table tbody tr td,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-body ul li {
    position: relative;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-body ul,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-body ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-body li,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-body li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding-left: 20px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-selectAll,
.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-clearAll,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-selectAll,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-clearAll {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #7266ba;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions .a-TransferSelect-searchWrapper i,
.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions .a-TransferSelect-searchWrapper i {
    height: 17px;
    line-height: 17px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions--table .a-TransferSelect-heading {
    background-color: #fff;
    display: flex;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions--table .a-TransferSelect-searchWrapper {
    display: inline-block;
    padding: 3px 10px;
    flex: 1;
    margin-left: 30px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions--normal .a-TransferSelect-heading {
    background-color: #f8f9fa;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-allOptions--normal .a-TransferSelect-searchWrapper {
    padding: 10px 20px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions--table .a-TransferSelect-heading {
    background-color: #fff;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-selectedOptions--normal .a-TransferSelect-heading {
    background-color: #f8f9fa;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-option-close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-action {
    padding: 0 20px;
}

.amis-scope .a-TransferSelectControl .a-TransferSelect-action .a-TransferSelect-actionIcon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #b7b7b7;
    border-bottom: 12px solid transparent;
    position: relative;
    top: calc(50% - 6px);
}

.amis-scope .a-NestedSelect {
    display: inline-flex;
    vertical-align: middle;
    outline: 0;
    position: relative;
    border: 1px solid #cfdadd;
    background: #fff;
    border-radius: 2.272px;
    height: 34px;
    padding: 6px 0 6px 12px;
    cursor: pointer;
    color: #58666e;
}

.amis-scope .a-NestedSelect.is-disabled {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-NestedSelect.is-focused,
.amis-scope .a-NestedSelect.is-opened {
    border-color: #23b7e5;
    border-bottom: 0;
}

.amis-scope .a-NestedSelect.is-opened .a-Select-arrow:before {
    transform: rotate(180deg);
}

.amis-scope .a-NestedSelect:not(.is-disabled):hover {
    background: #f2f2f2;
}

.amis-scope .a-NestedSelect-placeholder {
    color: #99a6ad;
    line-height: 1.42857;
}

.amis-scope .a-NestedSelect-valueWrap {
    user-select: none;
    position: relative;
    flex-grow: 1;
}

.amis-scope .a-NestedSelect-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.amis-scope .a-NestedSelect-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-NestedSelect-clear:hover svg {
    fill: #666;
}

.amis-scope .a-NestedSelect-optionArrowRight {
    width: 32px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    float: right;
    text-align: center;
    position: relative;
}

.amis-scope .a-NestedSelect-optionArrowRight svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    fill: #999;
}

.amis-scope .a-NestedSelect-menuOuter,
.amis-scope .a-NestedSelect-childrenOuter {
    z-index: 10;
    position: absolute;
    background: #fff;
    color: #58666e;
    border: 1px solid #23b7e5;
    z-index: 10;
    box-shadow: none;
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option {
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option.is-active,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option.is-active {
    color: #23b7e5;
    background-color: transparent;
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option:hover,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option:hover {
    color: #23b7e5;
    background-color: rgba(0, 126, 255, .08);
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option:hover>.a-NestedSelect-childrenOuter,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option:hover>.a-NestedSelect-childrenOuter {
    display: block;
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option .a-Checkbox,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option .a-Checkbox {
    display: inline-block;
    padding-top: 0;
}

.amis-scope .a-NestedSelect-menuOuter .a-NestedSelect-option.checkall,
.amis-scope .a-NestedSelect-childrenOuter .a-NestedSelect-option.checkall {
    border-bottom: 1px solid #eceff8;
}

.amis-scope .a-NestedSelect-childrenOuter {
    display: none;
    position: relative;
    width: 100%;
    left: 100%;
    transform: translateY(-34px);
    padding: 0;
    margin: 0;
}

.amis-scope .a-IconPickerControl {
    position: relative;
}

.amis-scope .a-IconPickerControl.is-inline {
    display: inline-block;
}

.amis-scope .a-IconPickerControl-input {
    display: flex;
    background-color: #fff;
    border: 1px solid #cfdadd;
    border-radius: 2.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 14px;
}

.amis-scope .a-IconPickerControl-input input {
    outline: 0;
    background: transparent;
    border: 0;
    color: #58666e;
    width: 100%;
    height: 20px;
}

.amis-scope .a-IconPickerControl-input input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .a-IconPickerControl-input>input {
    flex-grow: 1;
}

.amis-scope .a-IconPickerControl.is-error>.a-IconPickerControl-input {
    border-color: #f05050;
    background-color: #fff;
}

.amis-scope .a-IconPickerControl.is-focused>.a-IconPickerControl-input {
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope .a-IconPickerControl.is-disabled>.a-IconPickerControl-input {
    color: #99a6ad;
    background: #e9ecef;
    border-color: #cfdadd;
}

.amis-scope .a-IconPickerControl-spinner {
    line-height: 20px;
}

.amis-scope .a-IconPickerControl-clear {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amis-scope .a-IconPickerControl-clear svg {
    fill: #999;
    width: 10px;
    height: 10px;
}

.amis-scope .a-IconPickerControl-clear:hover svg {
    fill: #666;
}

@media (min-width:576px) {

    .amis-scope .a-IconPickerControl.a-Form-control--sizeXs>.a-IconPickerControl-input,
    .amis-scope .a-IconPickerControl.a-Form-control--sizeSm>.a-IconPickerControl-input,
    .amis-scope .a-IconPickerControl.a-Form-control--sizeMd>.a-IconPickerControl-input,
    .amis-scope .a-IconPickerControl.a-Form-control--sizeLg>.a-IconPickerControl-input {
        min-width: 100%;
        display: inline-flex;
    }
}

.amis-scope .a-IconPickerControl-placeholder {
    color: #99a6ad;
    user-select: none;
    position: absolute;
    left: 12px;
    top: 6px;
    margin-top: 2px;
    line-height: 1.42857;
}

.amis-scope .a-IconPickerControl-valueWrap {
    flex-grow: 1;
    line-height: 1;
    white-space: nowrap;
}

.amis-scope .a-IconPickerControl-valueWrap>input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.amis-scope .a-IconPickerControl-input--withAC {
    position: relative;
    flex-wrap: wrap;
}

.amis-scope .a-IconPickerControl-input--withAC>input {
    width: auto;
}

.amis-scope .a-IconPickerControl-sugsPanel {
    position: absolute;
    background: #fff;
    color: #58666e;
    border: 1px solid #23b7e5;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 10;
    height: auto;
}

.amis-scope .a-IconPickerControl-tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #f0f3f4;
}

.amis-scope .a-IconPickerControl-tab {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

.amis-scope .a-IconPickerControl-tab.active {
    background: #fff;
}

.amis-scope .a-IconPickerControl-singleVendor {
    padding: 5px 0 5px 13px;
}

.amis-scope .a-IconPickerControl-multiVendor {
    padding: 35px 0 5px 13px;
}

.amis-scope .a-IconPickerControl-sugs {
    position: relative;
    max-height: 350px;
    overflow-y: scroll;
}

.amis-scope .a-IconPickerControl-sugItem {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.amis-scope .a-IconPickerControl-value {
    user-select: none;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.amis-scope .a-IconPickerControl-value>i {
    display: inline-block;
    margin-right: 5px;
}

.amis-scope .bg-light {
    background-color: #edf1f2;
    color: #58666e;
}

.amis-scope .bg-light.lt,
.amis-scope .bg-light .lt {
    background-color: #f3f5f6;
}

.amis-scope .bg-light.lter,
.amis-scope .bg-light .lter {
    background-color: #f6f8f8;
}

.amis-scope .bg-light.dk,
.amis-scope .bg-light .dk {
    background-color: #e4eaec;
}

.amis-scope .bg-light.dker,
.amis-scope .bg-light .dker {
    background-color: #dde6e9;
}

.amis-scope .bg-light.bg,
.amis-scope .bg-light .bg {
    background-color: #edf1f2;
}

.amis-scope .bg-dark {
    background-color: #3a3f51;
    color: #a6a8b1;
}

.amis-scope .bg-dark.lt,
.amis-scope .bg-dark .lt {
    background-color: #474c5e;
}

.amis-scope .bg-dark.lter,
.amis-scope .bg-dark .lter {
    background-color: #54596a;
}

.amis-scope .bg-dark.dk,
.amis-scope .bg-dark .dk {
    background-color: #2e3344;
}

.amis-scope .bg-dark.dker,
.amis-scope .bg-dark .dker {
    background-color: #232735;
}

.amis-scope .bg-dark.bg,
.amis-scope .bg-dark .bg {
    background-color: #3a3f51;
}

.amis-scope .bg-dark a {
    color: #c1c3c9;
}

.amis-scope .bg-dark a:hover {
    color: #fff;
}

.amis-scope .bg-dark .open>a,
.amis-scope .bg-dark .open>a:hover,
.amis-scope .bg-dark .open>a:focus {
    color: #fff;
}

.amis-scope .bg-dark .text-muted {
    color: #8b8e99 !important;
}

.amis-scope .bg-dark .text-lt {
    color: #eaebed !important;
}

.amis-scope .bg-dark.auto .list-group-item,
.amis-scope .bg-dark .auto .list-group-item {
    border-color: #2f3342 !important;
    background-color: transparent;
}

.amis-scope .bg-dark.auto .list-group-item:hover,
.amis-scope .bg-dark.auto .list-group-item:focus,
.amis-scope .bg-dark.auto .list-group-item:active,
.amis-scope .bg-dark.auto .list-group-item.active,
.amis-scope .bg-dark .auto .list-group-item:hover,
.amis-scope .bg-dark .auto .list-group-item:focus,
.amis-scope .bg-dark .auto .list-group-item:active,
.amis-scope .bg-dark .auto .list-group-item.active {
    background-color: saturate(#2f3342);
}

.amis-scope .bg-black {
    background-color: #1c2b36;
    color: #7793a7;
}

.amis-scope .bg-black.lt,
.amis-scope .bg-black .lt {
    background-color: #263845;
}

.amis-scope .bg-black.lter,
.amis-scope .bg-black .lter {
    background-color: #314554;
}

.amis-scope .bg-black.dk,
.amis-scope .bg-black .dk {
    background-color: #131e26;
}

.amis-scope .bg-black.dker,
.amis-scope .bg-black .dker {
    background-color: #0a1015;
}

.amis-scope .bg-black.bg,
.amis-scope .bg-black .bg {
    background-color: #1c2b36;
}

.amis-scope .bg-black a {
    color: #96abbb;
}

.amis-scope .bg-black a:hover {
    color: #fff;
}

.amis-scope .bg-black .open>a,
.amis-scope .bg-black .open>a:hover,
.amis-scope .bg-black .open>a:focus {
    color: #fff;
}

.amis-scope .bg-black .text-muted {
    color: #5c798f !important;
}

.amis-scope .bg-black .text-lt {
    color: #c4d0d9 !important;
}

.amis-scope .bg-black.auto .list-group-item,
.amis-scope .bg-black .auto .list-group-item {
    border-color: #131e25 !important;
    background-color: transparent;
}

.amis-scope .bg-black.auto .list-group-item:hover,
.amis-scope .bg-black.auto .list-group-item:focus,
.amis-scope .bg-black.auto .list-group-item:active,
.amis-scope .bg-black.auto .list-group-item.active,
.amis-scope .bg-black .auto .list-group-item:hover,
.amis-scope .bg-black .auto .list-group-item:focus,
.amis-scope .bg-black .auto .list-group-item:active,
.amis-scope .bg-black .auto .list-group-item.active {
    background-color: saturate(#131e25);
}

.amis-scope .bg-primary {
    background-color: #7266ba;
    color: #f4f3f9;
}

.amis-scope .bg-primary.lt,
.amis-scope .bg-primary .lt {
    background-color: #847abf;
}

.amis-scope .bg-primary.lter,
.amis-scope .bg-primary .lter {
    background-color: #958dc6;
}

.amis-scope .bg-primary.dk,
.amis-scope .bg-primary .dk {
    background-color: #6051b5;
}

.amis-scope .bg-primary.dker,
.amis-scope .bg-primary .dker {
    background-color: #5244a9;
}

.amis-scope .bg-primary.bg,
.amis-scope .bg-primary .bg {
    background-color: #7266ba;
}

.amis-scope .bg-primary a {
    color: #fff;
}

.amis-scope .bg-primary a:hover {
    color: #fff;
}

.amis-scope .bg-primary .open>a,
.amis-scope .bg-primary .open>a:hover,
.amis-scope .bg-primary .open>a:focus {
    color: #fff;
}

.amis-scope .bg-primary .text-muted {
    color: #d6d3e6 !important;
}

.amis-scope .bg-primary .text-lt {
    color: #fff !important;
}

.amis-scope .bg-primary.auto .list-group-item,
.amis-scope .bg-primary .auto .list-group-item {
    border-color: #6254b2 !important;
    background-color: transparent;
}

.amis-scope .bg-primary.auto .list-group-item:hover,
.amis-scope .bg-primary.auto .list-group-item:focus,
.amis-scope .bg-primary.auto .list-group-item:active,
.amis-scope .bg-primary.auto .list-group-item.active,
.amis-scope .bg-primary .auto .list-group-item:hover,
.amis-scope .bg-primary .auto .list-group-item:focus,
.amis-scope .bg-primary .auto .list-group-item:active,
.amis-scope .bg-primary .auto .list-group-item.active {
    background-color: saturate(#6254b2);
}

.amis-scope .bg-success {
    background-color: #27c24c;
    color: #c6efd0;
}

.amis-scope .bg-success.lt,
.amis-scope .bg-success .lt {
    background-color: #31d257;
}

.amis-scope .bg-success.lter,
.amis-scope .bg-success .lter {
    background-color: #48d46a;
}

.amis-scope .bg-success.dk,
.amis-scope .bg-success .dk {
    background-color: #20af42;
}

.amis-scope .bg-success.dker,
.amis-scope .bg-success .dker {
    background-color: #1a9c39;
}

.amis-scope .bg-success.bg,
.amis-scope .bg-success .bg {
    background-color: #27c24c;
}

.amis-scope .bg-success a {
    color: #eefaf1;
}

.amis-scope .bg-success a:hover {
    color: #fff;
}

.amis-scope .bg-success .open>a,
.amis-scope .bg-success .open>a:hover,
.amis-scope .bg-success .open>a:focus {
    color: #fff;
}

.amis-scope .bg-success .text-muted {
    color: #9ee4af !important;
}

.amis-scope .bg-success .text-lt {
    color: #fff !important;
}

.amis-scope .bg-success.auto .list-group-item,
.amis-scope .bg-success .auto .list-group-item {
    border-color: #23ad44 !important;
    background-color: transparent;
}

.amis-scope .bg-success.auto .list-group-item:hover,
.amis-scope .bg-success.auto .list-group-item:focus,
.amis-scope .bg-success.auto .list-group-item:active,
.amis-scope .bg-success.auto .list-group-item.active,
.amis-scope .bg-success .auto .list-group-item:hover,
.amis-scope .bg-success .auto .list-group-item:focus,
.amis-scope .bg-success .auto .list-group-item:active,
.amis-scope .bg-success .auto .list-group-item.active {
    background-color: saturate(#23ad44);
}

.amis-scope .bg-info {
    background-color: #23b7e5;
    color: #dcf2f8;
}

.amis-scope .bg-info.lt,
.amis-scope .bg-info .lt {
    background-color: #3dbde5;
}

.amis-scope .bg-info.lter,
.amis-scope .bg-info .lter {
    background-color: #55c3e6;
}

.amis-scope .bg-info.dk,
.amis-scope .bg-info .dk {
    background-color: #16aad8;
}

.amis-scope .bg-info.dker,
.amis-scope .bg-info .dker {
    background-color: #1199c4;
}

.amis-scope .bg-info.bg,
.amis-scope .bg-info .bg {
    background-color: #23b7e5;
}

.amis-scope .bg-info a {
    color: #fff;
}

.amis-scope .bg-info a:hover {
    color: #fff;
}

.amis-scope .bg-info .open>a,
.amis-scope .bg-info .open>a:hover,
.amis-scope .bg-info .open>a:focus {
    color: #fff;
}

.amis-scope .bg-info .text-muted {
    color: #b0e1f1 !important;
}

.amis-scope .bg-info .text-lt {
    color: #fff !important;
}

.amis-scope .bg-info.auto .list-group-item,
.amis-scope .bg-info .auto .list-group-item {
    border-color: #19a9d5 !important;
    background-color: transparent;
}

.amis-scope .bg-info.auto .list-group-item:hover,
.amis-scope .bg-info.auto .list-group-item:focus,
.amis-scope .bg-info.auto .list-group-item:active,
.amis-scope .bg-info.auto .list-group-item.active,
.amis-scope .bg-info .auto .list-group-item:hover,
.amis-scope .bg-info .auto .list-group-item:focus,
.amis-scope .bg-info .auto .list-group-item:active,
.amis-scope .bg-info .auto .list-group-item.active {
    background-color: saturate(#19a9d5);
}

.amis-scope .bg-warning {
    background-color: #fad733;
    color: #fffefa;
}

.amis-scope .bg-warning.lt,
.amis-scope .bg-warning .lt {
    background-color: #f8da4e;
}

.amis-scope .bg-warning.lter,
.amis-scope .bg-warning .lter {
    background-color: #f7de69;
}

.amis-scope .bg-warning.dk,
.amis-scope .bg-warning .dk {
    background-color: #fcd417;
}

.amis-scope .bg-warning.dker,
.amis-scope .bg-warning .dker {
    background-color: #face00;
}

.amis-scope .bg-warning.bg,
.amis-scope .bg-warning .bg {
    background-color: #fad733;
}

.amis-scope .bg-warning a {
    color: #fff;
}

.amis-scope .bg-warning a:hover {
    color: #fff;
}

.amis-scope .bg-warning .open>a,
.amis-scope .bg-warning .open>a:hover,
.amis-scope .bg-warning .open>a:focus {
    color: #fff;
}

.amis-scope .bg-warning .text-muted {
    color: #fbf2cb !important;
}

.amis-scope .bg-warning .text-lt {
    color: #fff !important;
}

.amis-scope .bg-warning.auto .list-group-item,
.amis-scope .bg-warning .auto .list-group-item {
    border-color: #f9d21a !important;
    background-color: transparent;
}

.amis-scope .bg-warning.auto .list-group-item:hover,
.amis-scope .bg-warning.auto .list-group-item:focus,
.amis-scope .bg-warning.auto .list-group-item:active,
.amis-scope .bg-warning.auto .list-group-item.active,
.amis-scope .bg-warning .auto .list-group-item:hover,
.amis-scope .bg-warning .auto .list-group-item:focus,
.amis-scope .bg-warning .auto .list-group-item:active,
.amis-scope .bg-warning .auto .list-group-item.active {
    background-color: saturate(#f9d21a);
}

.amis-scope .bg-danger {
    background-color: #f05050;
    color: #fff;
}

.amis-scope .bg-danger.lt,
.amis-scope .bg-danger .lt {
    background-color: #f06a6a;
}

.amis-scope .bg-danger.lter,
.amis-scope .bg-danger .lter {
    background-color: #f18282;
}

.amis-scope .bg-danger.dk,
.amis-scope .bg-danger .dk {
    background-color: #f13636;
}

.amis-scope .bg-danger.dker,
.amis-scope .bg-danger .dker {
    background-color: #f21b1b;
}

.amis-scope .bg-danger.bg,
.amis-scope .bg-danger .bg {
    background-color: #f05050;
}

.amis-scope .bg-danger a {
    color: #fff;
}

.amis-scope .bg-danger a:hover {
    color: #fff;
}

.amis-scope .bg-danger .open>a,
.amis-scope .bg-danger .open>a:hover,
.amis-scope .bg-danger .open>a:focus {
    color: #fff;
}

.amis-scope .bg-danger .text-muted {
    color: #e6e6e6 !important;
}

.amis-scope .bg-danger .text-lt {
    color: #fff !important;
}

.amis-scope .bg-danger.auto .list-group-item,
.amis-scope .bg-danger .auto .list-group-item {
    border-color: #ee3939 !important;
    background-color: transparent;
}

.amis-scope .bg-danger.auto .list-group-item:hover,
.amis-scope .bg-danger.auto .list-group-item:focus,
.amis-scope .bg-danger.auto .list-group-item:active,
.amis-scope .bg-danger.auto .list-group-item.active,
.amis-scope .bg-danger .auto .list-group-item:hover,
.amis-scope .bg-danger .auto .list-group-item:focus,
.amis-scope .bg-danger .auto .list-group-item:active,
.amis-scope .bg-danger .auto .list-group-item.active {
    background-color: saturate(#ee3939);
}

.amis-scope .bg-white {
    background-color: #fff;
    color: #58666e;
}

.amis-scope .bg-white.lt,
.amis-scope .bg-white .lt {
    background-color: #fff;
}

.amis-scope .bg-white.lter,
.amis-scope .bg-white .lter {
    background-color: #fff;
}

.amis-scope .bg-white.dk,
.amis-scope .bg-white .dk {
    background-color: #f3f2f2;
}

.amis-scope .bg-white.dker,
.amis-scope .bg-white .dker {
    background-color: #e7e4e4;
}

.amis-scope .bg-white.bg,
.amis-scope .bg-white .bg {
    background-color: #fff;
}

.amis-scope .bg-none {
    background: none !important;
}

.amis-scope a.bg-primary:hover {
    background-color: #6254b2;
}

.amis-scope a.text-primary:hover {
    color: #6254b2;
}

.amis-scope .text-primary {
    color: #7266ba;
}

.amis-scope .text-primary-lt {
    color: #6254b2;
}

.amis-scope .text-primary-lter {
    color: #564aa3;
}

.amis-scope .text-primary-dk {
    color: #6254b2;
}

.amis-scope .text-primary-dker {
    color: #564aa3;
}

.amis-scope a.bg-info:hover {
    background-color: #19a9d5;
}

.amis-scope a.text-info:hover {
    color: #19a9d5;
}

.amis-scope .text-info {
    color: #23b7e5;
}

.amis-scope .text-info-lt {
    color: #19a9d5;
}

.amis-scope .text-info-lter {
    color: #1797be;
}

.amis-scope .text-info-dk {
    color: #19a9d5;
}

.amis-scope .text-info-dker {
    color: #1797be;
}

.amis-scope a.bg-success:hover {
    background-color: #23ad44;
}

.amis-scope a.text-success:hover {
    color: #23ad44;
}

.amis-scope .text-success {
    color: #27c24c;
}

.amis-scope .text-success-lt {
    color: #23ad44;
}

.amis-scope .text-success-lter {
    color: #1e983b;
}

.amis-scope .text-success-dk {
    color: #23ad44;
}

.amis-scope .text-success-dker {
    color: #1e983b;
}

.amis-scope a.bg-warning:hover {
    background-color: #f9d21a;
}

.amis-scope a.text-warning:hover {
    color: #f9d21a;
}

.amis-scope .text-warning {
    color: #fad733;
}

.amis-scope .text-warning-lt {
    color: #f9d21a;
}

.amis-scope .text-warning-lter {
    color: #f4ca06;
}

.amis-scope .text-warning-dk {
    color: #f9d21a;
}

.amis-scope .text-warning-dker {
    color: #f4ca06;
}

.amis-scope a.bg-danger:hover {
    background-color: #ee3939;
}

.amis-scope a.text-danger:hover {
    color: #ee3939;
}

.amis-scope .text-danger {
    color: #f05050;
}

.amis-scope .text-danger-lt {
    color: #ee3939;
}

.amis-scope .text-danger-lter {
    color: #ec2121;
}

.amis-scope .text-danger-dk {
    color: #ee3939;
}

.amis-scope .text-danger-dker {
    color: #ec2121;
}

.amis-scope a.bg-dark:hover {
    background-color: #2f3342;
}

.amis-scope a.text-dark:hover {
    color: #2f3342;
}

.amis-scope .text-dark {
    color: #3a3f51;
}

.amis-scope .text-dark-lt {
    color: #2f3342;
}

.amis-scope .text-dark-lter {
    color: #252833;
}

.amis-scope .text-dark-dk {
    color: #2f3342;
}

.amis-scope .text-dark-dker {
    color: #252833;
}

.amis-scope a.bg-white:hover {
    background-color: #f2f2f2;
}

.amis-scope a.text-white:hover {
    color: #f2f2f2;
}

.amis-scope .text-white {
    color: #fff;
}

.amis-scope .text-white-lt {
    color: #f2f2f2;
}

.amis-scope .text-white-lter {
    color: #e6e6e6;
}

.amis-scope .text-white-dk {
    color: #f2f2f2;
}

.amis-scope .text-white-dker {
    color: #e6e6e6;
}

.amis-scope a.bg-black:hover {
    background-color: #131e25;
}

.amis-scope a.text-black:hover {
    color: #131e25;
}

.amis-scope .text-black {
    color: #1c2b36;
}

.amis-scope .text-black-lt {
    color: #131e25;
}

.amis-scope .text-black-lter {
    color: #0b1014;
}

.amis-scope .text-black-dk {
    color: #131e25;
}

.amis-scope .text-black-dker {
    color: #0b1014;
}

.amis-scope .text-muted {
    color: #99a6ad;
}

.amis-scope .clearfix::before,
.amis-scope .clearfix::after {
    display: table;
    content: "";
}

.amis-scope .clearfix::after {
    clear: both;
}

.amis-scope .pos-rlt {
    position: relative;
}

.amis-scope .pos-stc {
    position: static !important;
}

.amis-scope .pos-abt {
    position: absolute;
}

.amis-scope .pos-fix {
    position: fixed;
}

.amis-scope .show {
    visibility: visible;
}

.amis-scope .line {
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
}

.amis-scope .line-xs {
    margin: 0;
}

.amis-scope .line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.amis-scope .line-dashed {
    border-style: dashed !important;
    background-color: transparent;
    border-width: 0;
}

.amis-scope .no-line {
    border-width: 0;
}

.amis-scope .no-border,
.amis-scope .no-borders {
    border-color: transparent;
    border-width: 0;
}

.amis-scope .no-b-t {
    border-top-width: 0;
}

.amis-scope .no-b-r {
    border-right-width: 0;
}

.amis-scope .no-b-b {
    border-bottom-width: 0;
}

.amis-scope .no-b-l {
    border-left-width: 0;
}

.amis-scope .no-radius {
    border-radius: 0;
}

.amis-scope .block {
    display: block;
}

.amis-scope .block.hide {
    display: none;
}

.amis-scope .inline {
    display: inline-block !important;
}

.amis-scope .none {
    display: none;
}

.amis-scope .pull-none {
    float: none;
}

.amis-scope .rounded {
    border-radius: 500px;
}

.amis-scope .clear {
    display: block;
    overflow: hidden;
}

.amis-scope .no-bg {
    background-color: transparent;
    color: inherit;
}

.amis-scope .no-select {
    user-select: none;
}

.amis-scope .l-h {
    line-height: 1.5;
}

.amis-scope .l-h-0x {
    line-height: 0;
}

.amis-scope .l-h-1x {
    line-height: 1.2;
}

.amis-scope .l-h-2x {
    line-height: 32px;
}

.amis-scope .l-s-1x {
    letter-spacing: 1;
}

.amis-scope .l-s-2x {
    letter-spacing: 2;
}

.amis-scope .l-s-3x {
    letter-spacing: 3;
}

.amis-scope .font-normal {
    font-weight: 400;
}

.amis-scope .font-thin {
    font-weight: 300;
}

.amis-scope .font-bold {
    font-weight: 700;
}

.amis-scope .text-5x {
    font-size: 5em;
}

.amis-scope .text-4x {
    font-size: 4em;
}

.amis-scope .text-3x {
    font-size: 3em;
}

.amis-scope .text-2x {
    font-size: 32px;
}

.amis-scope .text-lg {
    font-size: 20px;
}

.amis-scope .text-md {
    font-size: 16px;
}

.amis-scope .text-base {
    font-size: 14px;
}

.amis-scope .text-sm {
    font-size: 12px;
}

.amis-scope .text-xs {
    font-size: 11px;
}

.amis-scope .text-xxs {
    text-indent: -9999px;
}

.amis-scope .text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .text-u-c {
    text-transform: uppercase;
}

.amis-scope .text-l-t {
    text-decoration: line-through;
}

.amis-scope .text-u-l {
    text-decoration: underline;
}

.amis-scope .box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
}

.amis-scope .box-shadow-lg {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}

.amis-scope .text-shadow {
    font-size: 170px;
    text-shadow: 0 1px 0 #dee2e6, 0 2px 0 #fbfcfc, 0 5px 10px rgba(0, 0, 0, .125), 0 10px 20px rgba(0, 0, 0, .2);
}

.amis-scope .no-shadow {
    box-shadow: none !important;
}

.amis-scope .wrapper-xs {
    padding: 5px;
}

.amis-scope .wrapper-sm {
    padding: 10px;
}

.amis-scope .wrapper {
    padding: 15px;
}

.amis-scope .wrapper-md {
    padding: 20px;
}

.amis-scope .wrapper-lg {
    padding: 30px;
}

.amis-scope .wrapper-xl {
    padding: 50px;
}

.amis-scope .padder-lg {
    padding-left: 30px;
    padding-right: 30px;
}

.amis-scope .padder-md {
    padding-left: 20px;
    padding-right: 20px;
}

.amis-scope .padder {
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .padder-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.amis-scope .padder-v-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.amis-scope .padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.amis-scope .padder-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.amis-scope .padder-v-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.amis-scope .no-padder {
    padding: 0 !important;
}

.amis-scope .pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.amis-scope .pull-out {
    margin: -10px -15px;
}

.amis-scope .b {
    border: 1px solid rgba(0, 0, 0, .05);
}

.amis-scope .b-a {
    border: 1px solid #dee2e6;
}

.amis-scope .b-t {
    border-top: 1px solid #dee2e6;
}

.amis-scope .b-t-none {
    border-top-width: 0;
}

.amis-scope .b-r {
    border-right: 1px solid #dee2e6;
}

.amis-scope .b-r-none {
    border-right-width: 0;
}

.amis-scope .b-b {
    border-bottom: 1px solid #dee2e6;
}

.amis-scope .b-b-none {
    border-bottom-width: 0;
}

.amis-scope .b-l {
    border-left: 1px solid #dee2e6;
}

.amis-scope .b-l-none {
    border-left-width: 0;
}

.amis-scope .b-light {
    border-color: #edf1f2;
}

.amis-scope .b-dark {
    border-color: #3a3f51;
}

.amis-scope .b-black {
    border-color: #3a3f51;
}

.amis-scope .b-primary {
    border-color: #7266ba;
}

.amis-scope .b-success {
    border-color: #27c24c;
}

.amis-scope .b-info {
    border-color: #23b7e5;
}

.amis-scope .b-warning {
    border-color: #fad733;
}

.amis-scope .b-danger {
    border-color: #f05050;
}

.amis-scope .b-white {
    border-color: #fff;
}

.amis-scope .b-dashed {
    border-style: dashed !important;
}

.amis-scope .b-l-light {
    border-left-color: #edf1f2;
}

.amis-scope .b-l-dark {
    border-left-color: #3a3f51;
}

.amis-scope .b-l-black {
    border-left-color: #3a3f51;
}

.amis-scope .b-l-primary {
    border-left-color: #7266ba;
}

.amis-scope .b-l-success {
    border-left-color: #27c24c;
}

.amis-scope .b-l-info {
    border-left-color: #23b7e5;
}

.amis-scope .b-l-warning {
    border-left-color: #fad733;
}

.amis-scope .b-l-danger {
    border-left-color: #f05050;
}

.amis-scope .b-l-white {
    border-left-color: #fff;
}

.amis-scope .b-l-2x {
    border-left-width: 2px;
}

.amis-scope .b-l-3x {
    border-left-width: 3px;
}

.amis-scope .b-l-4x {
    border-left-width: 4px;
}

.amis-scope .b-l-5x {
    border-left-width: 5px;
}

.amis-scope .b-2x {
    border-width: 2px;
}

.amis-scope .b-3x {
    border-width: 3px;
}

.amis-scope .b-4x {
    border-width: 4px;
}

.amis-scope .b-5x {
    border-width: 5px;
}

.amis-scope .r {
    border-radius: 2.272px;
}

.amis-scope .r-2x {
    border-radius: 4.56px;
}

.amis-scope .r-3x {
    border-radius: 6.848px;
}

.amis-scope .r-l {
    border-radius: 2.272px 0 0 2.272px;
}

.amis-scope .r-r {
    border-radius: 0 2.272px 2.272px 0;
}

.amis-scope .r-t {
    border-radius: 2.272px 2.272px 0 0;
}

.amis-scope .r-b {
    border-radius: 0 0 2.272px 2.272px;
}

.amis-scope .m-xxs {
    margin: 2px 4px;
}

.amis-scope .m-xs {
    margin: 5px;
}

.amis-scope .m-sm {
    margin: 10px;
}

.amis-scope .m {
    margin: 15px;
}

.amis-scope .m-md {
    margin: 20px;
}

.amis-scope .m-lg {
    margin: 30px;
}

.amis-scope .m-xl {
    margin: 50px;
}

.amis-scope .m-n,
.amis-scope .m-none {
    margin: 0 !important;
}

.amis-scope .m-l-none {
    margin-left: 0 !important;
}

.amis-scope .m-l-xs {
    margin-left: 5px;
}

.amis-scope .m-l-sm {
    margin-left: 10px;
}

.amis-scope .m-l {
    margin-left: 15px;
}

.amis-scope .m-l-md {
    margin-left: 20px;
}

.amis-scope .m-l-lg {
    margin-left: 30px;
}

.amis-scope .m-l-xl {
    margin-left: 40px;
}

.amis-scope .m-l-xxl {
    margin-left: 50px;
}

.amis-scope .m-l-n-xxs {
    margin-left: -1px;
}

.amis-scope .m-l-n-xs {
    margin-left: -5px;
}

.amis-scope .m-l-n-sm {
    margin-left: -10px;
}

.amis-scope .m-l-n {
    margin-left: -15px;
}

.amis-scope .m-l-n-md {
    margin-left: -20px;
}

.amis-scope .m-l-n-lg {
    margin-left: -30px;
}

.amis-scope .m-l-n-xl {
    margin-left: -40px;
}

.amis-scope .m-l-n-xxl {
    margin-left: -50px;
}

.amis-scope .m-t-none {
    margin-top: 0 !important;
}

.amis-scope .m-t-xxs {
    margin-top: 1px;
}

.amis-scope .m-t-xs {
    margin-top: 5px;
}

.amis-scope .m-t-sm {
    margin-top: 10px;
}

.amis-scope .m-t {
    margin-top: 15px;
}

.amis-scope .m-t-md {
    margin-top: 20px;
}

.amis-scope .m-t-lg {
    margin-top: 30px;
}

.amis-scope .m-t-xl {
    margin-top: 40px;
}

.amis-scope .m-t-xxl {
    margin-top: 50px;
}

.amis-scope .m-t-n-xxs {
    margin-top: -1px;
}

.amis-scope .m-t-n-xs {
    margin-top: -5px;
}

.amis-scope .m-t-n-sm {
    margin-top: -10px;
}

.amis-scope .m-t-n {
    margin-top: -15px;
}

.amis-scope .m-t-n-md {
    margin-top: -20px;
}

.amis-scope .m-t-n-lg {
    margin-top: -30px;
}

.amis-scope .m-t-n-xl {
    margin-top: -40px;
}

.amis-scope .m-t-n-xxl {
    margin-top: -50px;
}

.amis-scope .m-r-none {
    margin-right: 0 !important;
}

.amis-scope .m-r-xxs {
    margin-right: 1px;
}

.amis-scope .m-r-xs {
    margin-right: 5px;
}

.amis-scope .m-r-sm {
    margin-right: 10px;
}

.amis-scope .m-r {
    margin-right: 15px;
}

.amis-scope .m-r-md {
    margin-right: 20px;
}

.amis-scope .m-r-lg {
    margin-right: 30px;
}

.amis-scope .m-r-xl {
    margin-right: 40px;
}

.amis-scope .m-r-xxl {
    margin-right: 50px;
}

.amis-scope .m-r-n-xxs {
    margin-right: -1px;
}

.amis-scope .m-r-n-xs {
    margin-right: -5px;
}

.amis-scope .m-r-n-sm {
    margin-right: -10px;
}

.amis-scope .m-r-n {
    margin-right: -15px;
}

.amis-scope .m-r-n-md {
    margin-right: -20px;
}

.amis-scope .m-r-n-lg {
    margin-right: -30px;
}

.amis-scope .m-r-n-xl {
    margin-right: -40px;
}

.amis-scope .m-r-n-xxl {
    margin-right: -50px;
}

.amis-scope .m-b-none {
    margin-bottom: 0 !important;
}

.amis-scope .m-b-xxs {
    margin-bottom: 1px;
}

.amis-scope .m-b-xs {
    margin-bottom: 5px;
}

.amis-scope .m-b-sm {
    margin-bottom: 10px;
}

.amis-scope .m-b {
    margin-bottom: 15px;
}

.amis-scope .m-b-md {
    margin-bottom: 20px;
}

.amis-scope .m-b-lg {
    margin-bottom: 30px;
}

.amis-scope .m-b-xl {
    margin-bottom: 40px;
}

.amis-scope .m-b-xxl {
    margin-bottom: 50px;
}

.amis-scope .m-b-n-xxs {
    margin-bottom: -1px;
}

.amis-scope .m-b-n-xs {
    margin-bottom: -5px;
}

.amis-scope .m-b-n-sm {
    margin-bottom: -10px;
}

.amis-scope .m-b-n {
    margin-bottom: -15px;
}

.amis-scope .m-b-n-md {
    margin-bottom: -20px;
}

.amis-scope .m-b-n-lg {
    margin-bottom: -30px;
}

.amis-scope .m-b-n-xl {
    margin-bottom: -40px;
}

.amis-scope .m-b-n-xxl {
    margin-bottom: -50px;
}

.amis-scope .p-xxs {
    padding: 2px 4px;
}

.amis-scope .p-xs {
    padding: 5px;
}

.amis-scope .p-sm {
    padding: 10px;
}

.amis-scope .p {
    padding: 15px;
}

.amis-scope .p-md {
    padding: 20px;
}

.amis-scope .p-lg {
    padding: 30px;
}

.amis-scope .p-xl {
    padding: 50px;
}

.amis-scope .p-n,
.amis-scope .p-none {
    padding: 0 !important;
}

.amis-scope .p-l-none {
    padding-left: 0 !important;
}

.amis-scope .p-l-xs {
    padding-left: 5px;
}

.amis-scope .p-l-sm {
    padding-left: 10px;
}

.amis-scope .p-l {
    padding-left: 15px;
}

.amis-scope .p-l-md {
    padding-left: 20px;
}

.amis-scope .p-l-lg {
    padding-left: 30px;
}

.amis-scope .p-l-xl {
    padding-left: 40px;
}

.amis-scope .p-l-xxl {
    padding-left: 50px;
}

.amis-scope .p-t-none {
    padding-top: 0 !important;
}

.amis-scope .p-t-xxs {
    padding-top: 1px;
}

.amis-scope .p-t-xs {
    padding-top: 5px;
}

.amis-scope .p-t-sm {
    padding-top: 10px;
}

.amis-scope .p-t {
    padding-top: 15px;
}

.amis-scope .p-t-md {
    padding-top: 20px;
}

.amis-scope .p-t-lg {
    padding-top: 30px;
}

.amis-scope .p-t-xl {
    padding-top: 40px;
}

.amis-scope .p-t-xxl {
    padding-top: 50px;
}

.amis-scope .p-t-n-xxs {
    padding-top: -1px;
}

.amis-scope .p-r-none {
    padding-right: 0 !important;
}

.amis-scope .p-r-xxs {
    padding-right: 1px;
}

.amis-scope .p-r-xs {
    padding-right: 5px;
}

.amis-scope .p-r-sm {
    padding-right: 10px;
}

.amis-scope .p-r {
    padding-right: 15px;
}

.amis-scope .p-r-md {
    padding-right: 20px;
}

.amis-scope .p-r-lg {
    padding-right: 30px;
}

.amis-scope .p-r-xl {
    padding-right: 40px;
}

.amis-scope .p-r-xxl {
    padding-right: 50px;
}

.amis-scope .p-b-none {
    padding-bottom: 0 !important;
}

.amis-scope .p-b-xxs {
    padding-bottom: 1px;
}

.amis-scope .p-b-xs {
    padding-bottom: 5px;
}

.amis-scope .p-b-sm {
    padding-bottom: 10px;
}

.amis-scope .p-b {
    padding-bottom: 15px;
}

.amis-scope .p-b-md {
    padding-bottom: 20px;
}

.amis-scope .p-b-lg {
    padding-bottom: 30px;
}

.amis-scope .p-b-xl {
    padding-bottom: 40px;
}

.amis-scope .p-b-xxl {
    padding-bottom: 50px;
}

.amis-scope .avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}

.amis-scope .avatar img {
    border-radius: 500px;
    width: 100%;
}

.amis-scope .avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
}

.amis-scope .avatar i.right {
    left: auto;
    right: 0;
}

.amis-scope .avatar i.bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.amis-scope .avatar i.left {
    top: auto;
    bottom: 0;
}

.amis-scope .avatar i.on {
    background-color: #27c24c;
}

.amis-scope .avatar i.off {
    background-color: #99a6ad;
}

.amis-scope .avatar i.busy {
    background-color: #f05050;
}

.amis-scope .avatar i.away {
    background-color: #fad733;
}

.amis-scope .avatar.thumb-md i {
    width: 12px;
    height: 12px;
    margin: 3px;
}

.amis-scope .avatar.thumb-sm i {
    margin: 1px;
}

.amis-scope .avatar.thumb-xs i {
    margin: 0;
}

.amis-scope .w-1x {
    width: 1em;
}

.amis-scope .w-2x {
    width: 32px;
}

.amis-scope .w-3x {
    width: 3em;
}

.amis-scope .w-xxs {
    width: 60px;
}

.amis-scope .h-xxs {
    height: 60px;
}

.amis-scope .w-xs {
    width: 90px;
}

.amis-scope .h-xs {
    height: 90px;
}

.amis-scope .w-sm {
    width: 150px;
}

.amis-scope .h-sm {
    height: 150px;
}

.amis-scope .w {
    width: 200px;
}

.amis-scope .h {
    height: 200px;
}

.amis-scope .w-md {
    width: 240px;
}

.amis-scope .h-md {
    height: 240px;
}

.amis-scope .w-lg {
    width: 280px;
}

.amis-scope .h-lg {
    height: 280px;
}

.amis-scope .w-xl {
    width: 320px;
}

.amis-scope .h-xl {
    height: 320px;
}

.amis-scope .w-xxl {
    width: 360px;
}

.amis-scope .h-xxl {
    height: 360px;
}

.amis-scope .w-full {
    width: 100%;
}

.amis-scope .w-auto {
    width: auto;
}

.amis-scope .h-auto {
    height: auto;
}

.amis-scope .h-full {
    height: 100%;
}

.amis-scope .no-grow {
    flex-grow: unset !important;
}

@media (min-width:576px) {

    .amis-scope .a-Form-col.w,
    .amis-scope .a-Form-col.w-xs,
    .amis-scope .a-Form-col.w-sm .a-Form-col.w-md .a-Form-col.w-lg {
        flex-basis: unset;
        flex-grow: unset;
    }
}

.amis-scope .thumb-xl {
    width: 128px;
    display: inline-block;
}

.amis-scope .thumb-lg {
    width: 96px;
    display: inline-block;
}

.amis-scope .thumb-md {
    width: 64px;
    display: inline-block;
}

.amis-scope .thumb {
    width: 50px;
    display: inline-block;
}

.amis-scope .thumb-sm {
    width: 40px;
    display: inline-block;
}

.amis-scope .thumb-xs {
    width: 34px;
    display: inline-block;
}

.amis-scope .thumb-xxs {
    width: 30px;
    display: inline-block;
}

.amis-scope .thumb-wrapper {
    padding: 2px;
    border: 1px solid #dee2e6;
}

.amis-scope .thumb img,
.amis-scope .thumb-xxs img,
.amis-scope .thumb-xs img,
.amis-scope .thumb-sm img,
.amis-scope .thumb-md img,
.amis-scope .thumb-lg img,
.amis-scope .thumb-btn img,
.amis-scope .thumb-xl img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.amis-scope .img-full {
    width: 100%;
}

.amis-scope .img-full img {
    width: 100%;
}

.amis-scope .v-middle {
    vertical-align: middle !important;
}

.amis-scope .scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.amis-scope .scrollable.hover,
.amis-scope .scrollable.hover>.cell-inner {
    overflow-y: hidden !important;
}

.amis-scope .scrollable.hover:hover,
.amis-scope .scrollable.hover:focus,
.amis-scope .scrollable.hover:active {
    overflow: visible;
    overflow-y: auto;
}

.amis-scope .scrollable.hover:hover>.cell-inner,
.amis-scope .scrollable.hover:focus>.cell-inner,
.amis-scope .scrollable.hover:active>.cell-inner {
    overflow-y: auto !important;
}

.amis-scope .smart .scrollable,
.amis-scope .smart .scrollable>.cell-inner {
    overflow-y: auto !important;
}

.amis-scope .scroll-x,
.amis-scope .scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.amis-scope .scroll-y {
    overflow-y: auto;
}

.amis-scope .scroll-x {
    overflow-x: auto;
}

.amis-scope .hover-action {
    display: none;
}

.amis-scope .hover-rotate {
    transition: all .2s ease-in-out .1s;
}

.amis-scope .hover-anchor:hover>.hover-action,
.amis-scope .hover-anchor:focus>.hover-action,
.amis-scope .hover-anchor:active>.hover-action {
    display: inherit;
}

.amis-scope .hover-anchor:hover>.hover-rotate,
.amis-scope .hover-anchor:focus>.hover-rotate,
.amis-scope .hover-anchor:active>.hover-rotate {
    transform: rotate(90deg);
}

.amis-scope .backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.amis-scope .backdrop.fade {
    opacity: 0;
}

.amis-scope .backdrop.in {
    opacity: .8;
}

.amis-scope .col-xs-2-4,
.amis-scope .col-sm-2-4,
.amis-scope .col-md-2-4,
.amis-scope .col-lg-2-4,
.amis-scope .col-xs-1-5,
.amis-scope .col-sm-1-5,
.amis-scope .col-md-1-5,
.amis-scope .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.amis-scope .col-xs-2-4 {
    width: 20%;
    float: left;
}

.amis-scope .col-xs-1-5 {
    width: 12.5%;
    float: left;
}

.amis-scope .invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.amis-scope .hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .hbox>.col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

.amis-scope .vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 240px;
}

.amis-scope .vbox .row-row {
    display: table-row;
    height: 100%;
}

.amis-scope .vbox .row-row .cell {
    position: relative;
    height: 100%;
    width: 100%;
}

.amis-scope .ie .vbox .row-row .cell {
    display: table-cell;
    overflow: auto;
}

.amis-scope .ie .vbox .row-row .cell .cell-inner {
    overflow: visible !important;
}

.amis-scope .vbox .row-row .cell .cell-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.amis-scope .word-break {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width:768px) {
    .amis-scope .col-sm-2-4 {
        width: 20%;
        float: left;
    }

    .amis-scope .col-sm-1-5 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width:992px) {
    .amis-scope .col-md-2-4 {
        width: 20%;
        float: left;
    }

    .amis-scope .col-md-1-5 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width:1200px) {
    .amis-scope .col-lg-2-4 {
        width: 20%;
        float: left;
    }

    .amis-scope .col-lg-1-5 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .amis-scope .hidden-sm.show {
        display: inherit !important;
    }

    .amis-scope .no-m-sm {
        margin: 0 !important;
    }

    .amis-scope .no-padder-sm {
        padding: 0 !important;
    }
}

@media (max-width:767px) {
    .amis-scope .w-auto-xs {
        width: auto;
    }

    .amis-scope .shift {
        display: none !important;
    }

    .amis-scope .shift.in {
        display: block !important;
    }

    .amis-scope .row-2 [class*=col] {
        width: 50%;
        float: left;
    }

    .amis-scope .row-2 .col-0 {
        clear: none;
    }

    .amis-scope .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0;
    }

    .amis-scope .text-center-xs {
        text-align: center;
    }

    .amis-scope .text-left-xs {
        text-align: left;
    }

    .amis-scope .text-right-xs {
        text-align: right;
    }

    .amis-scope .no-border-xs {
        border-width: 0;
    }

    .amis-scope .pull-none-xs {
        float: none !important;
    }

    .amis-scope .pull-right-xs {
        float: right !important;
    }

    .amis-scope .pull-left-xs {
        float: left !important;
    }

    .amis-scope .dropdown-menu.pull-none-xs {
        left: 0;
    }

    .amis-scope .hidden-xs.show {
        display: inherit !important;
    }

    .amis-scope .wrapper-lg,
    .amis-scope .wrapper-md {
        padding: 15px;
    }

    .amis-scope .padder-lg,
    .amis-scope .padder-md {
        padding-left: 15px;
        padding-right: 15px;
    }

    .amis-scope .no-m-xs {
        margin: 0 !important;
    }

    .amis-scope .no-padder-xs {
        padding: 0 !important;
    }
}

/*!amis-v2:node_modules/@fex/amis-editor/lib/editor.css*/

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.amis-scope .ae-Outline {
    padding: 15px;
}

.amis-scope .ae-Outline-list,
.amis-scope .ae-Outline-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amis-scope .ae-Outline-list {
    margin-left: 10px;
}

.amis-scope .ae-Outline-sublist {
    margin-left: 15px;
}

.amis-scope .ae-Outline-sublist>.ae-Outline-node::before,
.amis-scope .ae-Outline-sublist>.ae-Outline-node::after {
    position: absolute;
    content: '';
    background: #dee2e6;
    display: block;
}

.amis-scope .ae-Outline-sublist>.ae-Outline-node::before {
    width: 10px;
    height: 1px;
    left: -25px;
    top: 15px;
}

.amis-scope .ae-Outline-sublist>.ae-Outline-node::after {
    width: 1px;
    height: 100%;
    left: -25px;
    top: 0;
}

.amis-scope .ae-Outline-sublist>.ae-Outline-node:last-child::after {
    height: 15px;
}

.amis-scope .ae-Outline-node {
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}

.amis-scope .ae-Outline-node>a {
    color: #212529;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
}

.amis-scope .ae-Outline-node>a:hover {
    color: #17a2b8;
}

.amis-scope .ae-Outline-node.is-active>a {
    color: #007bff;
}

.amis-scope .ae-Outline-node.is-folded>.ae-Outline-sublist {
    display: none;
}

.amis-scope .ae-Outline-expander {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: -10px;
}

.amis-scope .ae-Outline-expander:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #343a40;
    transform: rotate(45deg);
}

.amis-scope .ae-Outline-expander.is-folded:before {
    transform: rotate(0deg);
}

.amis-scope .ae-Outline-tip {
    color: #28a745;
    margin-bottom: 15px;
    animation: shake .82s cubic-bezier(0.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.amis-scope .ae-Outline--draging .ae-Outline-node>a:not([data-dropable]) {
    opacity: .4;
    pointer-events: none;
}

.amis-scope .ae-Outline--draging .ae-Outline-node:not(.has-children)>a:not([data-dropable]),
.amis-scope .ae-Outline--draging .ae-Outline-node:not(.has-children)::before,
.amis-scope .ae-Outline--draging .ae-Outline-node:not(.has-children)::after {
    display: none;
}

.amis-scope .a-ClassNamePicker-popover {
    padding: 10px;
    min-width: 600px;
    max-height: 400px;
    overflow: auto;
}

.amis-scope .a-ClassNamePicker-popover.a-PopOver--leftBottomLeftTop {
    margin-top: 1px;
}

.amis-scope .a-ClassNamePicker-popover.a-PopOver--leftTopLeftBottom {
    margin-top: -1px;
}

.amis-scope .a-ClassNameControl-group {
    margin: 10px;
    display: inline-block;
    width: 265px;
}

.amis-scope .a-ClassNameControl-group.w2x {
    width: 550px;
}

.amis-scope .a-ClassNameControl-group .a-ClassNameControl-group {
    padding-left: 65px;
    margin: 0;
    display: block;
    width: auto;
}

.amis-scope .a-ClassNameControl-group .a-ClassNameControl-group:not(:last-child) {
    margin: 0 0 10px;
}

.amis-scope .a-ClassNameControl-group .a-ClassNameControl-group .a-ClassNameControl-groupLabel {
    float: left;
    border: 0;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: right;
    margin: 0 0 0 -60px;
    font-size: 12px;
}

.amis-scope .a-ClassNameControl-group .a-ButtonGroup+.a-ButtonGroup {
    margin-left: 5px;
}

.amis-scope .a-ClassNameControl-groupLabel {
    border-bottom: 1px solid #edeff1;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.amis-scope .ae-Button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    margin: 5px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.63636;
    border-radius: 500px;
    height: 22px;
    color: #fff;
    background-color: #4285f4;
    border-color: #2a75f3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.amis-scope .ae-Button .Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .ae-Button>.pull-left {
    margin-right: 5px;
}

.amis-scope .ae-Button .Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .ae-Button>.pull-right {
    margin-left: 5px;
}

.amis-scope .ae-Button:hover,
.amis-scope .ae-Button:focus {
    color: #212529;
    text-decoration: none;
}

.amis-scope .ae-Button:hover,
.amis-scope .ae-Button:focus {
    color: #fff;
    background-color: #1e6ef2;
    border-color: #0d5bdd;
}

.amis-scope .ae-Button.is-disabled,
.amis-scope .ae-Button:disabled {
    background-color: #4285f4;
    color: #fff;
    border-color: #2a75f3;
}

.amis-scope .ae-Button:not(:disabled):not(.is-disabled):active,
.amis-scope .ae-Button:not(:disabled):not(.is-disabled).is-active {
    color: #fff;
    background-color: #1266f1;
    border-color: #0c56d1;
}

.amis-scope .ae-Button:focus,
.amis-scope .ae-Button.is-focused {
    outline: 0;
    box-shadow: none;
}

.amis-scope .ae-Button.is-disabled,
.amis-scope .ae-Button:disabled {
    opacity: .65;
    box-shadow: none;
}

.amis-scope .ae-Button:not(:disabled):not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .ae-Button:not(:disabled):not(.is-disabled):active,
.amis-scope .ae-Button:not(:disabled):not(.is-disabled).is-active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.amis-scope .ae-Button:not(:disabled):not(.is-disabled):active:focus,
.amis-scope .ae-Button:not(:disabled):not(.is-disabled).is-active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.amis-scope .ae-Editor {
    display: block;
}

.amis-scope .ae-Editor .ae-Editor-inner {
    min-height: 450px;
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}

.amis-scope .ae-Editor.is-fixed {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.amis-scope .ae-Editor.is-fixed .ae-Settings-inner {
    position: fixed;
    width: 300px;
    min-height: auto;
    top: 50px;
    bottom: 0;
    border-right: 1px solid #dee6e7;
}

.amis-scope .ae-Editor.is-fixed .ae-Settings-inner .ae-Settings-content {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.amis-scope .ae-Editor.is-fixed .ae-Settings-inner.has-popover {
    z-index: 1202;
}

.amis-scope .ae-Preview {
    display: table-cell;
    vertical-align: top;
}

.amis-scope .ae-Preview:focus {
    outline: 0;
}

.amis-scope .ae-Preview>div:first-child {
    min-height: 100%;
}

.amis-scope .ae-Settings {
    display: table-cell;
    width: 300px;
    vertical-align: top;
    border-right: 1px solid #dee6e7;
}

.amis-scope .ae-Settings:before {
    content: '';
    position: absolute;
    border-right: 1px solid #dee6e7;
    right: 0;
    width: 1px;
    height: 100%;
}

.amis-scope .ae-Settings-inner {
    min-height: 100%;
    background: #fff;
    position: relative;
}

.amis-scope .ae-Settings-inner>.ae-Settings-tabs>.nav-tabs {
    padding: 5px 0 0 5px;
}

.amis-scope .ae-Settings-inner>.ae-Settings-tabs>.nav-tabs>li>a {
    padding: 7px 15px;
    outline: 0;
    color: #555;
}

.amis-scope .ae-Editor-lg .ae-Settings,
.amis-scope .ae-Editor-lg.is-fixed .ae-Settings-inner {
    width: 700px;
}

.amis-scope .ae-Editor-sizeToggler {
    float: right;
    margin-top: 5px;
}

.amis-scope .ae-Editor-codePane {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
}

.amis-scope .ae-Editor-hlbox {
    position: absolute;
    border: 1px solid #5a95f5;
    pointer-events: none;
    display: none;
}

.amis-scope .ae-Editor-hlbox.selected {
    background: rgba(66, 133, 244, .1);
    border: 1px solid #4285f4;
}

.amis-scope .ae-Editor-hlbox .ae-Editor-tip {
    left: -1px;
    top: -15px;
    position: absolute;
    background: #4285f4;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 3px 3px 0 0;
    line-height: 1.2;
    z-index: 1204;
    display: none;
    white-space: nowrap;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, .5);
}

.amis-scope .ae-Editor-hlbox .ae-Editor-toolbar {
    pointer-events: all;
    display: none;
    position: absolute;
    white-space: nowrap;
    background: #4285f4;
    color: #fff;
    border-radius: 3px 3px 0 0;
    line-height: 25px;
    padding: 0 3px;
    height: 25px;
    top: -25px;
    left: auto;
    right: -1px;
    z-index: 1203;
}

.amis-scope .ae-Editor-hlbox .ae-Editor-toolbar.sencondary {
    top: 1px;
    right: 1px;
    border-radius: 0 0 3px 3px;
}

.amis-scope .ae-Editor-hlbox .ae-Editor-toolbar button {
    margin: 0;
    padding: 0 5px;
    color: #fff;
    opacity: .8;
    background: transparent;
    border: 0;
    outline: 0;
}

.amis-scope .ae-Editor-hlbox .ae-Editor-toolbar button:hover {
    opacity: 1;
}

.amis-scope .ae-Editor-hlbox.selected .ae-Editor-toolbar {
    display: block;
}

.amis-scope .ae-Editor-hlbox.hover .ae-Editor-tip {
    display: block;
}

.amis-scope .ae-Preview-widgets {
    position: relative;
    z-index: 1201;
}

.amis-scope .ae-Editor-rendererCol {
    width: 140px;
    padding: 0 20px 0 0;
    vertical-align: middle !important;
    text-align: center;
}

.amis-scope .ae-Editor-rendererThumbWrap {
    width: 100%;
    min-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.amis-scope .ae-Editor-rendererThumb {
    display: inline-block;
    width: 100%;
}

.amis-scope .ae-Editor-rendererThumbInner {
    margin: 0;
    width: 200%;
    transform-origin: 0 0;
    transform: scale(0.5);
    pointer-events: none;
    text-align: center;
}

.amis-scope .ae-Editor-rendererPlaceholder {
    position: relative;
    text-align: center;
}

.amis-scope .ae-Widget-iframe {
    position: relative;
}

.amis-scope .ae-Widget-iframe:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1210;
    content: '';
}

.amis-scope .ae-Drawer-preview .panel-footer .btn+.btn {
    margin-left: 5px;
}

.amis-scope .ae-Drawer-preview .resize-ctrl {
    display: none;
}

.amis-scope .dropdown-menu.preview {
    display: block;
    position: static;
}

.amis-scope [data-editor-id][draggable] {
    cursor: move;
}

.amis-scope [data-editor-id].is-dragenter {
    border: 1px solid #5a95f5;
    position: relative;
}

.amis-scope [data-editor-id].is-dragenter::after {
    content: attr(data-editor-name);
    left: -1px;
    top: -15px;
    position: absolute;
    display: inline-block;
    background: #4285f4;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 3px 3px 0 0;
    line-height: 1.2;
    z-index: 2000;
    white-space: nowrap;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, .5);
}

.amis-scope [data-editor-id].is-ghost {
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
    padding: 5px 10px;
}

.amis-scope [data-editor-id].is-draging {
    display: none;
}

.amis-scope [data-region] {
    min-height: 34px;
    border: 2px dashed rgba(0, 0, 0, .4);
}

.amis-scope [data-region].is-dragenter {
    border-color: #000;
}

.amis-scope div.ae-DragImage {
    position: absolute;
    top: -99999px;
    left: 0;
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
}

@media (min-width:768px) {
    .amis-scope .ae-BulkActions-control .col-edit {
        width: 30px;
        flex-grow: 0;
    }

    .amis-scope .ae-BulkActions-control .col-edit>button {
        border: 0;
        background-color: transparent;
        outline: 0;
    }
}

.amis-scope .ae-Editor-rendererItem {
    display: block;
    max-width: unset;
    margin-bottom: 10px;
}

.amis-scope .ae-Editor-rendererItem:hover {
    background: rgba(66, 133, 244, .1);
    color: #58666e;
}

.amis-scope .ae-Editor-rendererItem.is-active,
.amis-scope .ae-Editor-rendererItem:hover:active {
    background: rgba(66, 133, 244, .1);
    border: 1px solid #4285f4;
    color: #58666e;
}

.amis-scope .ae-Editor-rendererItem.is-active:after,
.amis-scope .ae-Editor-rendererItem:hover:active:after {
    border-color: #4285f4;
}

/*!amis-v2:node_modules/san-mui/lib/index.css*/

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://bce.bdstatic.com/fex/amis-v2/n/san-mui/lib/common/font/Roboto-Regular_f84cb1b.woff2) format('woff2');
}

.amis-scope .sm-row {
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.amis-scope .sm-row:after,
.amis-scope .sm-row:before {
    content: ' ';
    display: table;
}

.amis-scope .sm-row:after {
    clear: both;
}

.amis-scope .sm-row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amis-scope .sm-row-flex:before,
.amis-scope .sm-row-flex:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.amis-scope .sm-row-flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.amis-scope .sm-row-flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .sm-row-flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.amis-scope .sm-row-flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-row-flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.amis-scope .sm-row-flex-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.amis-scope .sm-row-flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .sm-row-flex-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.amis-scope .sm-col {
    box-sizing: border-box;
}

.amis-scope .sm-col-span-1,
.amis-scope .sm-col-span-2,
.amis-scope .sm-col-span-3,
.amis-scope .sm-col-span-4,
.amis-scope .sm-col-span-5,
.amis-scope .sm-col-span-6,
.amis-scope .sm-col-span-7,
.amis-scope .sm-col-span-8,
.amis-scope .sm-col-span-9,
.amis-scope .sm-col-span-10,
.amis-scope .sm-col-span-11,
.amis-scope .sm-col-span-12,
.amis-scope .sm-col-span-13,
.amis-scope .sm-col-span-14,
.amis-scope .sm-col-span-15,
.amis-scope .sm-col-span-16,
.amis-scope .sm-col-span-17,
.amis-scope .sm-col-span-18,
.amis-scope .sm-col-span-19,
.amis-scope .sm-col-span-20,
.amis-scope .sm-col-span-21,
.amis-scope .sm-col-span-22,
.amis-scope .sm-col-span-23,
.amis-scope .sm-col-span-24 {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.amis-scope .sm-col-span-0 {
    display: none;
}

.amis-scope .sm-col-push-0 {
    left: auto;
}

.amis-scope .sm-col-pull-0 {
    right: none;
}

.amis-scope .sm-col-span-1 {
    display: block;
    width: 4.166666666666666%;
}

.amis-scope .sm-col-push-1 {
    left: 4.166666666666666%;
}

.amis-scope .sm-col-pull-1 {
    right: 4.166666666666666%;
}

.amis-scope .sm-col-offset-1 {
    margin-left: 4.166666666666666%;
}

.amis-scope .sm-col-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.amis-scope .sm-col-span-2 {
    display: block;
    width: 8.333333333333332%;
}

.amis-scope .sm-col-push-2 {
    left: 8.333333333333332%;
}

.amis-scope .sm-col-pull-2 {
    right: 8.333333333333332%;
}

.amis-scope .sm-col-offset-2 {
    margin-left: 8.333333333333332%;
}

.amis-scope .sm-col-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.amis-scope .sm-col-span-3 {
    display: block;
    width: 12.5%;
}

.amis-scope .sm-col-push-3 {
    left: 12.5%;
}

.amis-scope .sm-col-pull-3 {
    right: 12.5%;
}

.amis-scope .sm-col-offset-3 {
    margin-left: 12.5%;
}

.amis-scope .sm-col-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.amis-scope .sm-col-span-4 {
    display: block;
    width: 16.666666666666664%;
}

.amis-scope .sm-col-push-4 {
    left: 16.666666666666664%;
}

.amis-scope .sm-col-pull-4 {
    right: 16.666666666666664%;
}

.amis-scope .sm-col-offset-4 {
    margin-left: 16.666666666666664%;
}

.amis-scope .sm-col-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.amis-scope .sm-col-span-5 {
    display: block;
    width: 20.833333333333336%;
}

.amis-scope .sm-col-push-5 {
    left: 20.833333333333336%;
}

.amis-scope .sm-col-pull-5 {
    right: 20.833333333333336%;
}

.amis-scope .sm-col-offset-5 {
    margin-left: 20.833333333333336%;
}

.amis-scope .sm-col-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.amis-scope .sm-col-span-6 {
    display: block;
    width: 25%;
}

.amis-scope .sm-col-push-6 {
    left: 25%;
}

.amis-scope .sm-col-pull-6 {
    right: 25%;
}

.amis-scope .sm-col-offset-6 {
    margin-left: 25%;
}

.amis-scope .sm-col-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.amis-scope .sm-col-span-7 {
    display: block;
    width: 29.166666666666668%;
}

.amis-scope .sm-col-push-7 {
    left: 29.166666666666668%;
}

.amis-scope .sm-col-pull-7 {
    right: 29.166666666666668%;
}

.amis-scope .sm-col-offset-7 {
    margin-left: 29.166666666666668%;
}

.amis-scope .sm-col-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.amis-scope .sm-col-span-8 {
    display: block;
    width: 33.33333333333333%;
}

.amis-scope .sm-col-push-8 {
    left: 33.33333333333333%;
}

.amis-scope .sm-col-pull-8 {
    right: 33.33333333333333%;
}

.amis-scope .sm-col-offset-8 {
    margin-left: 33.33333333333333%;
}

.amis-scope .sm-col-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.amis-scope .sm-col-span-9 {
    display: block;
    width: 37.5%;
}

.amis-scope .sm-col-push-9 {
    left: 37.5%;
}

.amis-scope .sm-col-pull-9 {
    right: 37.5%;
}

.amis-scope .sm-col-offset-9 {
    margin-left: 37.5%;
}

.amis-scope .sm-col-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.amis-scope .sm-col-span-10 {
    display: block;
    width: 41.66666666666667%;
}

.amis-scope .sm-col-push-10 {
    left: 41.66666666666667%;
}

.amis-scope .sm-col-pull-10 {
    right: 41.66666666666667%;
}

.amis-scope .sm-col-offset-10 {
    margin-left: 41.66666666666667%;
}

.amis-scope .sm-col-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.amis-scope .sm-col-span-11 {
    display: block;
    width: 45.83333333333333%;
}

.amis-scope .sm-col-push-11 {
    left: 45.83333333333333%;
}

.amis-scope .sm-col-pull-11 {
    right: 45.83333333333333%;
}

.amis-scope .sm-col-offset-11 {
    margin-left: 45.83333333333333%;
}

.amis-scope .sm-col-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.amis-scope .sm-col-span-12 {
    display: block;
    width: 50%;
}

.amis-scope .sm-col-push-12 {
    left: 50%;
}

.amis-scope .sm-col-pull-12 {
    right: 50%;
}

.amis-scope .sm-col-offset-12 {
    margin-left: 50%;
}

.amis-scope .sm-col-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.amis-scope .sm-col-span-13 {
    display: block;
    width: 54.166666666666664%;
}

.amis-scope .sm-col-push-13 {
    left: 54.166666666666664%;
}

.amis-scope .sm-col-pull-13 {
    right: 54.166666666666664%;
}

.amis-scope .sm-col-offset-13 {
    margin-left: 54.166666666666664%;
}

.amis-scope .sm-col-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.amis-scope .sm-col-span-14 {
    display: block;
    width: 58.333333333333336%;
}

.amis-scope .sm-col-push-14 {
    left: 58.333333333333336%;
}

.amis-scope .sm-col-pull-14 {
    right: 58.333333333333336%;
}

.amis-scope .sm-col-offset-14 {
    margin-left: 58.333333333333336%;
}

.amis-scope .sm-col-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
}

.amis-scope .sm-col-span-15 {
    display: block;
    width: 62.5%;
}

.amis-scope .sm-col-push-15 {
    left: 62.5%;
}

.amis-scope .sm-col-pull-15 {
    right: 62.5%;
}

.amis-scope .sm-col-offset-15 {
    margin-left: 62.5%;
}

.amis-scope .sm-col-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.amis-scope .sm-col-span-16 {
    display: block;
    width: 66.66666666666666%;
}

.amis-scope .sm-col-push-16 {
    left: 66.66666666666666%;
}

.amis-scope .sm-col-pull-16 {
    right: 66.66666666666666%;
}

.amis-scope .sm-col-offset-16 {
    margin-left: 66.66666666666666%;
}

.amis-scope .sm-col-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
}

.amis-scope .sm-col-span-17 {
    display: block;
    width: 70.83333333333334%;
}

.amis-scope .sm-col-push-17 {
    left: 70.83333333333334%;
}

.amis-scope .sm-col-pull-17 {
    right: 70.83333333333334%;
}

.amis-scope .sm-col-offset-17 {
    margin-left: 70.83333333333334%;
}

.amis-scope .sm-col-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
}

.amis-scope .sm-col-span-18 {
    display: block;
    width: 75%;
}

.amis-scope .sm-col-push-18 {
    left: 75%;
}

.amis-scope .sm-col-pull-18 {
    right: 75%;
}

.amis-scope .sm-col-offset-18 {
    margin-left: 75%;
}

.amis-scope .sm-col-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
}

.amis-scope .sm-col-span-19 {
    display: block;
    width: 79.16666666666666%;
}

.amis-scope .sm-col-push-19 {
    left: 79.16666666666666%;
}

.amis-scope .sm-col-pull-19 {
    right: 79.16666666666666%;
}

.amis-scope .sm-col-offset-19 {
    margin-left: 79.16666666666666%;
}

.amis-scope .sm-col-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
}

.amis-scope .sm-col-span-20 {
    display: block;
    width: 83.33333333333334%;
}

.amis-scope .sm-col-push-20 {
    left: 83.33333333333334%;
}

.amis-scope .sm-col-pull-20 {
    right: 83.33333333333334%;
}

.amis-scope .sm-col-offset-20 {
    margin-left: 83.33333333333334%;
}

.amis-scope .sm-col-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
}

.amis-scope .sm-col-span-21 {
    display: block;
    width: 87.5%;
}

.amis-scope .sm-col-push-21 {
    left: 87.5%;
}

.amis-scope .sm-col-pull-21 {
    right: 87.5%;
}

.amis-scope .sm-col-offset-21 {
    margin-left: 87.5%;
}

.amis-scope .sm-col-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
}

.amis-scope .sm-col-span-22 {
    display: block;
    width: 91.66666666666666%;
}

.amis-scope .sm-col-push-22 {
    left: 91.66666666666666%;
}

.amis-scope .sm-col-pull-22 {
    right: 91.66666666666666%;
}

.amis-scope .sm-col-offset-22 {
    margin-left: 91.66666666666666%;
}

.amis-scope .sm-col-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
}

.amis-scope .sm-col-span-23 {
    display: block;
    width: 95.83333333333334%;
}

.amis-scope .sm-col-push-23 {
    left: 95.83333333333334%;
}

.amis-scope .sm-col-pull-23 {
    right: 95.83333333333334%;
}

.amis-scope .sm-col-offset-23 {
    margin-left: 95.83333333333334%;
}

.amis-scope .sm-col-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
}

.amis-scope .sm-col-span-24 {
    display: block;
    width: 100%;
}

.amis-scope .sm-col-push-24 {
    left: 100%;
}

.amis-scope .sm-col-pull-24 {
    right: 100%;
}

.amis-scope .sm-col-offset-24 {
    margin-left: 100%;
}

.amis-scope .sm-col-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
}

.amis-scope .sm-appbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    line-height: 64px;
    padding: 0 18px;
    background: #2196f3;
    color: #fff;
}

.amis-scope .sm-appbar .material-icons {
    line-height: 64px;
}

.amis-scope .sm-appbar-left,
.amis-scope .sm-appbar-right {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .sm-appbar-title {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 8px;
    padding-right: 8px;
}

.amis-scope .sm-button {
    position: relative;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    background-color: #fff;
    border: 0;
    outline: 0;
    font-family: Roboto;
    font-size: 14px;
    border-radius: 2px;
    color: #2196f3;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #424242;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button .sm-ripple {
    background-color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-button:hover {
    color: #424242;
    background-color: rgba(153, 153, 153, .2);
}

.amis-scope .sm-button:active {
    color: #424242;
    background-color: rgba(153, 153, 153, .4);
}

.amis-scope .sm-button.variant-primary {
    color: #ff4081;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-primary .sm-ripple {
    background-color: #ff4081;
}

.amis-scope .sm-button.variant-primary:hover {
    color: #ff4081;
    background-color: rgba(255, 64, 129, .2);
}

.amis-scope .sm-button.variant-primary:active {
    color: #ff4081;
    background-color: rgba(255, 64, 129, .4);
}

.amis-scope .sm-button.variant-primary.variant-raised,
.amis-scope .sm-button.variant-primary.variant-floating {
    color: #fff;
    background-color: #ff4081;
}

.amis-scope .sm-button.variant-primary.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-primary.variant-floating .sm-ripple {
    background-color: #ff4081;
}

.amis-scope .sm-button.variant-primary.variant-raised:hover,
.amis-scope .sm-button.variant-primary.variant-floating:hover {
    color: #fff;
    background-color: rgba(255, 64, 129, .6);
}

.amis-scope .sm-button.variant-primary.variant-raised:active,
.amis-scope .sm-button.variant-primary.variant-floating:active {
    color: #fff;
    background-color: rgba(255, 64, 129, .8);
}

.amis-scope .sm-button.variant-secondery {
    color: #00bcd4;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-secondery .sm-ripple {
    background-color: #00bcd4;
}

.amis-scope .sm-button.variant-secondery:hover {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .2);
}

.amis-scope .sm-button.variant-secondery:active {
    color: #00bcd4;
    background-color: rgba(0, 188, 212, .4);
}

.amis-scope .sm-button.variant-secondery.variant-raised,
.amis-scope .sm-button.variant-secondery.variant-floating {
    color: #fff;
    background-color: #00bcd4;
}

.amis-scope .sm-button.variant-secondery.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-secondery.variant-floating .sm-ripple {
    background-color: #00bcd4;
}

.amis-scope .sm-button.variant-secondery.variant-raised:hover,
.amis-scope .sm-button.variant-secondery.variant-floating:hover {
    color: #fff;
    background-color: rgba(0, 188, 212, .6);
}

.amis-scope .sm-button.variant-secondery.variant-raised:active,
.amis-scope .sm-button.variant-secondery.variant-floating:active {
    color: #fff;
    background-color: rgba(0, 188, 212, .8);
}

.amis-scope .sm-button.variant-danger {
    color: #e53935;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-danger .sm-ripple {
    background-color: #e53935;
}

.amis-scope .sm-button.variant-danger:hover {
    color: #e53935;
    background-color: rgba(229, 57, 53, .2);
}

.amis-scope .sm-button.variant-danger:active {
    color: #e53935;
    background-color: rgba(229, 57, 53, .4);
}

.amis-scope .sm-button.variant-danger.variant-raised,
.amis-scope .sm-button.variant-danger.variant-floating {
    color: #fff;
    background-color: #e53935;
}

.amis-scope .sm-button.variant-danger.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-danger.variant-floating .sm-ripple {
    background-color: #e53935;
}

.amis-scope .sm-button.variant-danger.variant-raised:hover,
.amis-scope .sm-button.variant-danger.variant-floating:hover {
    color: #fff;
    background-color: rgba(229, 57, 53, .6);
}

.amis-scope .sm-button.variant-danger.variant-raised:active,
.amis-scope .sm-button.variant-danger.variant-floating:active {
    color: #fff;
    background-color: rgba(229, 57, 53, .8);
}

.amis-scope .sm-button.variant-success {
    color: #4caf50;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-success .sm-ripple {
    background-color: #4caf50;
}

.amis-scope .sm-button.variant-success:hover {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .2);
}

.amis-scope .sm-button.variant-success:active {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .4);
}

.amis-scope .sm-button.variant-success.variant-raised,
.amis-scope .sm-button.variant-success.variant-floating {
    color: #fff;
    background-color: #4caf50;
}

.amis-scope .sm-button.variant-success.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-success.variant-floating .sm-ripple {
    background-color: #4caf50;
}

.amis-scope .sm-button.variant-success.variant-raised:hover,
.amis-scope .sm-button.variant-success.variant-floating:hover {
    color: #fff;
    background-color: rgba(76, 175, 80, .6);
}

.amis-scope .sm-button.variant-success.variant-raised:active,
.amis-scope .sm-button.variant-success.variant-floating:active {
    color: #fff;
    background-color: rgba(76, 175, 80, .8);
}

.amis-scope .sm-button.variant-info {
    color: #2196f3;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-info .sm-ripple {
    background-color: #2196f3;
}

.amis-scope .sm-button.variant-info:hover {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .2);
}

.amis-scope .sm-button.variant-info:active {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .4);
}

.amis-scope .sm-button.variant-info.variant-raised,
.amis-scope .sm-button.variant-info.variant-floating {
    color: #fff;
    background-color: #2196f3;
}

.amis-scope .sm-button.variant-info.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-info.variant-floating .sm-ripple {
    background-color: #2196f3;
}

.amis-scope .sm-button.variant-info.variant-raised:hover,
.amis-scope .sm-button.variant-info.variant-floating:hover {
    color: #fff;
    background-color: rgba(33, 150, 243, .6);
}

.amis-scope .sm-button.variant-info.variant-raised:active,
.amis-scope .sm-button.variant-info.variant-floating:active {
    color: #fff;
    background-color: rgba(33, 150, 243, .8);
}

.amis-scope .sm-button.variant-warning {
    color: #ff9800;
    background-color: rgba(0, 0, 0, 0);
}

.amis-scope .sm-button.variant-warning .sm-ripple {
    background-color: #ff9800;
}

.amis-scope .sm-button.variant-warning:hover {
    color: #ff9800;
    background-color: rgba(255, 152, 0, .2);
}

.amis-scope .sm-button.variant-warning:active {
    color: #ff9800;
    background-color: rgba(255, 152, 0, .4);
}

.amis-scope .sm-button.variant-warning.variant-raised,
.amis-scope .sm-button.variant-warning.variant-floating {
    color: #fff;
    background-color: #ff9800;
}

.amis-scope .sm-button.variant-warning.variant-raised .sm-ripple,
.amis-scope .sm-button.variant-warning.variant-floating .sm-ripple {
    background-color: #ff9800;
}

.amis-scope .sm-button.variant-warning.variant-raised:hover,
.amis-scope .sm-button.variant-warning.variant-floating:hover {
    color: #fff;
    background-color: rgba(255, 152, 0, .6);
}

.amis-scope .sm-button.variant-warning.variant-raised:active,
.amis-scope .sm-button.variant-warning.variant-floating:active {
    color: #fff;
    background-color: rgba(255, 152, 0, .8);
}

.amis-scope .sm-button>.sm-icon {
    font-size: 12px;
}

.amis-scope .sm-button.variant-icon {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
}

.amis-scope .sm-button.state-disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed;
    background-color: transparent;
}

.amis-scope .sm-button.state-disabled:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-button.variant-raised.state-disabled {
    color: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .3);
}

.amis-scope .sm-button.variant-raised.state-disabled:hover {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .3);
}

.amis-scope .sm-touch-ripple {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.amis-scope .sm-ripple {
    position: absolute;
    background-color: rgba(0, 0, 0, .87);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    border-radius: 100em;
}

.amis-scope .sm-center-ripple {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50%;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/san-mui/lib/common/font/MaterialIcons-Regular_e79bfd8.eot);
    src: local('Material Icons'), local('../common/font/MaterialIcons-Regular'), url(https://bce.bdstatic.com/fex/amis-v2/n/san-mui/lib/common/font/MaterialIcons-Regular_570eb83.woff2) format('woff2'), url(https://bce.bdstatic.com/fex/amis-v2/n/san-mui/lib/common/font/MaterialIcons-Regular_012cf6a.woff) format('woff'), url(https://bce.bdstatic.com/fex/amis-v2/n/san-mui/lib/common/font/MaterialIcons-Regular_a37b0c0.ttf) format('truetype');
}

.amis-scope .sm-icon {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.amis-scope .sm-badge {
    position: relative;
    display: inline-block;
    width: auto;
    text-align: center;
}

.amis-scope .sm-badge-inform {
    top: -8px;
    right: -8px;
    z-index: 1;
    position: absolute;
}

.amis-scope .sm-badge-inform i {
    font-size: 18px !important;
}

.amis-scope .sm-badge-inform-default {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    bottom: 100%;
    left: 100%;
    margin-left: -13px;
    margin-bottom: -11px;
    height: 18px;
    width: auto;
    padding: 1px 5px;
    background-color: #ff4949;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    border-radius: 11px;
    border: 1px solid #fff;
}

.amis-scope .sm-badge-text-wrapper i {
    padding: 6px;
}

.amis-scope .sm-card {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.amis-scope .sm-card-actions {
    padding: 8px;
}

.amis-scope .sm-card-header {
    position: relative;
    padding: 16px;
    font-weight: 500;
}

.amis-scope .sm-card-header .sm-avatar {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.amis-scope .sm-card-header-title-wrap {
    display: inline-block;
    padding-right: 90px;
    vertical-align: middle;
}

.amis-scope .sm-card-header-title-wrap .sm-card-header-title {
    font-size: 15px;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-card-header-title-wrap .sm-card-header-sub-title {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-card-media {
    position: relative;
}

.amis-scope .sm-card-media>img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.amis-scope .sm-card-media-title-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-card-media-title-wrap .sm-card-media-title {
    font-size: 24px;
    color: rgba(255, 255, 255, .87);
}

.amis-scope .sm-card-media-title-wrap .sm-card-media-sub-title {
    font-size: 14px;
    color: rgba(255, 255, 255, .54);
}

.amis-scope .sm-card-text {
    padding: 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-card-title-wrap {
    padding: 16px;
}

.amis-scope .sm-card-title-wrap .sm-card-title {
    font-size: 24px;
    color: rgba(0, 0, 0, .87);
    line-height: 36px;
}

.amis-scope .sm-card-title-wrap .sm-card-sub-title {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-text-field-hint {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .45s cubic-bezier(0.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(0.23, 1, .32, 1);
    color: rgba(0, 0, 0, .38);
    line-height: 34px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text;
}

.amis-scope .sm-text-field-hint.state-show {
    opacity: 1;
}

.amis-scope .sm-text-field.multi-line .sm-text-field-hint {
    line-height: 1.5;
}

.amis-scope .sm-text-field-label {
    line-height: 20px;
    -webkit-transition: all .45s cubic-bezier(0.23, 1, .32, 1);
    transition: all .45s cubic-bezier(0.23, 1, .32, 1);
    z-index: 1;
    cursor: text;
    -webkit-transform: translate3d(0, 0, 0) scale(0.75);
    transform: translate3d(0, 0, 0) scale(0.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.amis-scope .sm-text-field.has-label .sm-text-field-label {
    top: 8px;
    position: absolute;
}

.amis-scope .sm-text-field.has-label .sm-text-field-label.state-float {
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-text-field {
    font-size: 16px;
    width: 256px;
    min-height: 48px;
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 8px;
}

.amis-scope .sm-text-field.full-width {
    width: 100%;
}

.amis-scope .sm-text-field.focus-state {
    color: #03a9f4;
}

.amis-scope .sm-text-field.focus-state.error {
    color: #f44336;
}

.amis-scope .sm-text-field.has-icon {
    padding-left: 56px;
}

.amis-scope .sm-text-field.has-label {
    min-height: 72px;
}

.amis-scope .sm-text-field-icon {
    position: absolute;
    left: 16px;
    top: 12px;
}

.amis-scope .sm-text-field.has-label .sm-text-field-icon {
    top: 36px;
}

.amis-scope .sm-text-field-content {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    height: 100%;
    padding-bottom: 12px;
    padding-top: 4px;
}

.amis-scope .sm-text-field.disabled .sm-text-field-content {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed;
}

.amis-scope .sm-text-field.has-label .sm-text-field-content {
    padding-top: 28px;
    padding-bottom: 12px;
}

.amis-scope .sm-text-field-input {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 32px;
    color: rgba(0, 0, 0, .87);
    position: relative;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    cursor: inherit;
}

.amis-scope .sm-text-field-help {
    position: absolute;
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
}

.amis-scope .sm-text-field.error .sm-text-field-help {
    color: #f44336;
}

.amis-scope .sm-text-field.disabled .sm-text-field-help {
    color: inherit;
}

.amis-scope .sm-text-field-textarea {
    resize: vertical;
    line-height: 1.5;
    position: relative;
    height: 100%;
}

.amis-scope .sm-text-field-multiline {
    width: 100%;
    position: relative;
}

.amis-scope .sm-text-field-textarea-hide {
    width: 100%;
    height: initial;
    resize: none;
    position: absolute;
    padding: 0;
    overflow: auto;
    visibility: hidden;
}

.amis-scope .sm-text-field-line {
    margin: 0;
    height: 1px;
    border: 0;
    background-color: rgba(0, 0, 0, .12);
    left: 0;
    right: 0;
    position: absolute;
}

.amis-scope .sm-text-field.has-icon .sm-text-field-line {
    left: 56px;
}

.amis-scope .sm-text-field-line.disabled {
    height: auto;
    background-color: transparent;
    border-bottom: 2px dotted rgba(0, 0, 0, .38);
}

.amis-scope .sm-text-field-focus-line {
    margin: 0;
    height: 2px;
    border: 0;
    background-color: #03a9f4;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .45s cubic-bezier(0.23, 1, .32, 1);
    transition: -webkit-transform .45s cubic-bezier(0.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(0.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(0.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-text-field.has-icon .sm-text-field-focus-line {
    left: 56px;
}

.amis-scope .sm-text-field-focus-line.focus {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.amis-scope .sm-text-field-focus-line.error {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #f44336;
}

.amis-scope .sm-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .54);
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.amis-scope .sm-lockoverflow {
    overflow: hidden;
}

.amis-scope .sm-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    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;
    z-index: 20;
}

.amis-scope .sm-dialog-content {
    width: 75%;
    max-width: 768px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

.amis-scope .sm-dialog-title {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 24px 24px 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-dialog-body {
    overflow: hidden;
    max-height: none;
    padding: 20px 24px 24px;
}

.amis-scope .sm-dialog-actions {
    min-height: 36px;
    padding: 8px;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.amis-scope .sm-dialog-title~.sm-dialog-body {
    padding-top: 0;
}

.amis-scope .sm-color-picker {
    position: relative;
    width: 260px;
    min-height: 48px;
}

.amis-scope .sm-color-picker .sm-dialog-body {
    padding: 0 12px;
}

.amis-scope .sm-color-picker .sm-dialog-title {
    padding: 12px 0 0;
}

.amis-scope .sm-color-picker .sm-dialog-actions {
    padding-top: 0;
}

.amis-scope .sm-color-picker-indicator-wrapper {
    display: inline-block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    font-style: inherit;
    font-family: inherit;
}

.amis-scope .sm-color-picker-indicator-wrapper span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(171, 171, 171, .8);
    vertical-align: text-bottom;
    position: relative;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpiPHPmDAMMGBsbw9lMDDgA6RKM%2F%2F%2F%2Fh3POnj1LCzsAAgwAQtYIcFfEyzkAAAAASUVORK5CYII%3D");
}

.amis-scope .sm-color-picker-indicator {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.amis-scope .sm-color-picker-hsv-wrapper {
    overflow: hidden;
    padding: 4px 2px;
}

.amis-scope .sm-color-picker-color-indicator {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.amis-scope .sm-color-picker-color-sv {
    float: left;
    margin-top: 5px;
    width: 200px;
    height: 200px;
    position: relative;
    background-color: #00f;
}

.amis-scope .sm-color-picker-sv-white {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.amis-scope .sm-color-picker-sv-black {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(0deg, #000, transparent);
}

.amis-scope .sm-color-picker-sv-chooser {
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.amis-scope .sm-color-picker-hua-chooser,
.amis-scope .sm-color-picker-alpha-chooser {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -2px;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 2px;
    left: -1px;
}

.amis-scope .sm-color-picker-color-hua {
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 200px;
    margin-left: 10px;
    position: relative;
    background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
    background: linear-gradient(180deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}

.amis-scope .sm-color-picker-color-alpha {
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 200px;
    margin-left: 10px;
    position: relative;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpiPHPmDAMMGBsbw9lMDDgA6RKM%2F%2F%2F%2Fh3POnj1LCzsAAgwAQtYIcFfEyzkAAAAASUVORK5CYII%3D");
}

.amis-scope .sm-color-picker-alpha-basic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.amis-scope .sm-color-picker-rgb-whole-wrapper {
    margin-top: 10px;
}

.amis-scope .sm-color-picker-rgb-wrapper {
    float: left;
    width: 55px;
    margin-left: 11px;
    position: relative;
}

.amis-scope .sm-color-picker-rgb-wrapper:first-child {
    margin-left: 1px;
}

.amis-scope .sm-color-picker-rgb-input-width {
    width: 55px !important;
}

.amis-scope .sm-color-picker-hex-wrapper {
    margin-top: 10px;
    position: relative;
    width: 220px;
    float: left;
}

.amis-scope .sm-color-picker-hex-input-width {
    width: 220px !important;
}

.amis-scope .sm-date-picker {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.amis-scope .sm-dialog.variant-date-picker .sm-dialog-title {
    padding: 0;
}

.amis-scope .sm-dialog.variant-date-picker .sm-dialog-body {
    position: relative;
    padding: 0 0 24px;
}

.amis-scope .sm-date-picker-month {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 294px;
    height: 216px;
    margin: 0 8px;
}

.amis-scope .sm-date-picker-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 34px;
    -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;
    margin-bottom: 2px;
}

.amis-scope .sm-date-picker-date.variant-after,
.amis-scope .sm-date-picker-date.variant-before {
    visibility: hidden;
}

.amis-scope .sm-date-picker-date-cell {
    position: relative;
    width: 34px;
    height: 34px;
    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;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    font-size: 12px;
    color: rgba(0, 0, 0, .8);
}

.amis-scope .sm-date-picker-date-cell:hover {
    color: #fff;
    background-color: rgba(0, 159, 147, .6);
}

.amis-scope .sm-date-picker-date-cell .sm-ripple {
    background-color: #009f93;
}

.amis-scope .sm-date-picker-date.state-disabled {
    opacity: .4;
}

.amis-scope .sm-date-picker-date.state-disabled .sm-date-picker-date-cell:hover {
    color: rgba(0, 0, 0, .8);
    background-color: #fff;
}

.amis-scope .sm-date-picker-date.state-active .sm-date-picker-date-cell {
    color: #fff;
    background-color: #009f93;
}

.amis-scope .sm-date-picker-header {
    background-color: #009688;
    height: 104px;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.amis-scope .sm-date-picker-header-year {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    cursor: pointer;
}

.amis-scope .sm-date-picker-header-label {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.amis-scope .sm-date-picker-month-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .sm-date-picker-month-carousel>label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -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;
}

.amis-scope .sm-date-picker-month-carousel-prev,
.amis-scope .sm-date-picker-month-carousel-next {
    position: relative;
    width: 48px;
    height: 48px;
    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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.amis-scope .sm-date-picker-month-carousel-prev .sm-icon,
.amis-scope .sm-date-picker-month-carousel-next .sm-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.amis-scope .sm-date-picker-month-carousel-prev .sm-ripple,
.amis-scope .sm-date-picker-month-carousel-next .sm-ripple {
    background-color: rgba(0, 159, 147, .7);
}

.amis-scope .sm-date-picker-year {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
}

.amis-scope .sm-date-picker-year-item {
    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;
    height: 36px;
    cursor: pointer;
}

.amis-scope .sm-date-picker-year-item.state-active {
    font-size: 26px;
    color: #009688;
}

.amis-scope .sm-date-picker-year-item:hover {
    color: #009688;
}

.amis-scope .sm-date-picker-week {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding: 0 8px;
    opacity: .5;
}

.amis-scope .sm-date-picker-week>i {
    display: block;
    width: 42px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    font-size: 12px;
}

.amis-scope .sm-drawer-content {
    position: fixed;
    z-index: 11;
    background-color: #fff;
    -webkit-transition: box-shadow .3s linear, -webkit-transform .3s cubic-bezier(0.4, 0, .2, 1);
    transition: box-shadow .3s linear, -webkit-transform .3s cubic-bezier(0.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(0.4, 0, .2, 1), box-shadow .3s linear;
    transition: transform .3s cubic-bezier(0.4, 0, .2, 1), box-shadow .3s linear, -webkit-transform .3s cubic-bezier(0.4, 0, .2, 1);
}

.amis-scope .sm-drawer-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .54);
    z-index: 10;
    -webkit-transition: visibility 0s linear, opacity .3s cubic-bezier(0.4, 0, .2, 1);
    transition: visibility 0s linear, opacity .3s cubic-bezier(0.4, 0, .2, 1);
}

.amis-scope .sm-drawer.state-open .sm-drawer-content {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.amis-scope .sm-expansion-panel {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 2px;
}

.amis-scope .sm-expansion-panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    max-height: 48px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
}

.amis-scope .sm-expansion-panel-header>.sm-icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-expansion-panel-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-expansion-panel-description {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    margin-left: 16px;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-expansion-panel-content {
    border-top: 0;
    -webkit-transition: max-height .3s, opacity .3s, -webkit-transform .3s;
    transition: max-height .3s, opacity .3s, -webkit-transform .3s;
    transition: max-height .3s, opacity .3s, transform .3s;
    transition: max-height .3s, opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.amis-scope .sm-expansion-panel.state-open {
    margin: 16px 0;
}

.amis-scope .sm-expansion-panel.state-open .sm-expansion-panel-header {
    max-height: 64px;
    min-height: 64px;
}

.amis-scope .sm-expansion-panel.state-open .sm-expansion-panel-content {
    padding: 0 24px 16px;
}

.amis-scope .sm-list {
    padding: 8px 0;
    background: #fff;
}

.amis-scope .sm-list .sm-sub-header:first-child {
    margin-top: -8px;
}

.amis-scope .sm-list-item {
    position: relative;
    cursor: pointer;
}

.amis-scope .sm-list-item .sm-list-item-right,
.amis-scope .sm-list-item .sm-list-item-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    line-height: 0;
}

.amis-scope .sm-list-item .sm-list-item-right .sm-iconmenu-icon-wrapper {
    margin-right: -12px;
}

.amis-scope .sm-list-item .sm-list-item-left {
    left: 16px;
    right: initial;
}

.amis-scope .sm-list-item .sm-list-item-left .sm-checkbox {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.amis-scope .sm-list-item .sm-list-item-left .sm-iconmenu-icon-wrapper {
    margin-left: -12px;
}

.amis-scope .sm-list-item .sm-list-item-expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
}

.amis-scope .sm-list-item .sm-list-item-expand .sm-icon {
    line-height: 48px;
}

.amis-scope .sm-list-item .sm-list-item-content {
    position: relative;
    line-height: 1;
    padding: 16px;
    font-size: 16px;
}

.amis-scope .sm-list-item .sm-touch-ripple:hover {
    background: rgba(0, 0, 0, .1);
}

.amis-scope .sm-list-item .sm-list-item-primary-text {
    font-size: 16px;
}

.amis-scope .sm-list-item .sm-list-item-secondary-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.amis-scope .sm-list-item.disabled {
    cursor: auto;
}

.amis-scope .sm-list-item.inset {
    padding-left: 56px;
}

.amis-scope .sm-list-item.selected>.sm-touch-ripple {
    background: rgba(0, 0, 0, .2);
}

.amis-scope .sm-list-item.three-lines .sm-list-item-left,
.amis-scope .sm-list-item.three-lines .sm-list-item-right {
    top: 16px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.amis-scope .sm-list-item .sm-list-item-nested {
    background: #fff;
    position: relative;
    z-index: 1;
}

.amis-scope .sm-list-item .hide {
    display: none;
}

.amis-scope p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.amis-scope .hidden {
    display: none;
}

.amis-scope {
    overflow-x: hidden;
}

.amis-scope .sm-menu-list {
    position: absolute;
    top: 0;
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, .32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    min-width: 112px;
    z-index: 1;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.amis-scope .sm-menu-list.on-layer {
    z-index: 11;
}

.amis-scope .sm-menu-list>.sm-divider {
    margin: 7px 0 8px;
}

.amis-scope .sm-layer-for-click {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.amis-scope .sm-popover-content {
    position: absolute;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, .32, 1);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    z-index: 30;
    background-color: #fff;
}

.amis-scope .sm-popover.state-open .sm-popover-content {
    opacity: 1;
}

.amis-scope .sm-popover.state-open.state-closing .sm-popover-content {
    opacity: 0;
}

.amis-scope .sm-popover.variant-shadow-1 .sm-popover-content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.amis-scope .sm-popover.variant-shadow-2 .sm-popover-content {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.amis-scope .sm-popover.variant-shadow-3 .sm-popover-content {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.amis-scope .sm-popover.variant-shadow-4 .sm-popover-content {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}

.amis-scope .sm-popover.variant-shadow-5 .sm-popover-content {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.amis-scope .sm-paper {
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    background-color: #fff;
}

.amis-scope .sm-paper-rounded {
    border-radius: 2px;
}

.amis-scope .sm-paper-circle {
    border-radius: 50%;
}

.amis-scope .sm-paper-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.amis-scope .sm-paper-2 {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.amis-scope .sm-paper-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.amis-scope .sm-paper-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}

.amis-scope .sm-paper-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.amis-scope .sm-menu-item {
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 16px;
    line-height: 48px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    color: #000;
}

.amis-scope .sm-menu-item:hover {
    background-color: #e0e0e0;
}

.amis-scope .sm-menu-item.state-disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed;
}

.amis-scope .sm-menu-item.state-selected {
    color: #ff4081;
}

.amis-scope .sm-menu-item p {
    float: left;
}

.amis-scope .sm-menu-item.has-left p {
    margin-left: 48px;
}

.amis-scope .sm-menu-item-left-icon {
    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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    padding-right: 16px;
}

.amis-scope .sm-menu-item-left-icon>.sm-icon {
    width: 24px;
    height: 24px;
}

.amis-scope .sm-menu-item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.amis-scope .sm-menu-item-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.amis-scope .sm-menu-item-right-icon {
    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: 24px;
    height: 24px;
}

.amis-scope .sm-menu-item-cascade-icon {
    display: block;
    color: rgba(0, 0, 0, .87);
    fill: #757575;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1) 0ms;
    margin: 0;
}

.amis-scope .sm-dropdown-menu {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.amis-scope .sm-dropdown-menu-icon {
    position: absolute;
    top: 8px;
    bottom: 12px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .sm-dropdown-menu.state-disabled {
    cursor: not-allowed;
}

.amis-scope .sm-icon-menu {
    content: ' ';
}

.amis-scope .sm-pagination {
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, .87);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-pagination .page-selector {
    display: inline-block;
}

.amis-scope .sm-pagination .page-selector span {
    cursor: pointer;
    min-width: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin: 0 4px;
    box-sizing: border-box;
    padding: 0 8px;
    -webkit-transition: all ease .45s;
    transition: all ease .45s;
}

.amis-scope .sm-pagination .page-selector span.next-page {
    margin-right: 0;
}

.amis-scope .sm-pagination .page-selector span.pre-page {
    margin-left: 0;
}

.amis-scope .sm-pagination .page-selector span label {
    cursor: pointer;
    margin: 0 4px;
}

.amis-scope .sm-pagination .page-selector span:hover {
    background: rgba(0, 0, 0, .1);
}

.amis-scope .sm-pagination .page-selector span.current {
    background: #03a9f4;
    color: #fff;
}

.amis-scope .sm-pagination .page-selector span .arrow-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid 0 rgba(0, 0, 0, .87);
    border-left-width: 2px;
    border-bottom-width: 2px;
    position: relative;
    top: -2px;
}

.amis-scope .sm-pagination .page-selector span .pre-page-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.amis-scope .sm-pagination .page-selector span .next-page-icon {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -2px;
}

.amis-scope .sm-pagination .page-selector span.disable {
    background: transparent;
    cursor: not-allowed;
    color: #ccc;
}

.amis-scope .sm-pagination .page-selector span.disable label {
    border-color: #ccc;
    cursor: not-allowed;
}

.amis-scope .sm-pagination .page-size-selector {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    width: 80px;
    background: #fff;
    text-indent: 10px;
    text-align: left;
}

.amis-scope .sm-pagination .page-size-selector .selector-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 8px 0;
    z-index: 999;
    box-shadow: 0 2px 10px #bbb, 0 2px 6px #bbb;
}

.amis-scope .sm-pagination .page-size-selector.open .selector-popup {
    display: block;
}

.amis-scope .sm-pagination .page-size-selector .dropdown-selector {
    position: relative;
}

.amis-scope .sm-pagination .page-size-selector .dropdown-selector .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .12);
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -3px;
}

.amis-scope .sm-pagination .page-size-selector .dropdown-selector:hover .triangle {
    border-top-color: rgba(0, 0, 0, .3);
}

.amis-scope .sm-pagination .page-size-selector.open .dropdown-selector .triangle {
    border-top: 0;
    border-bottom: 6px solid rgba(0, 0, 0, .3);
}

.amis-scope .sm-pagination .page-size-selector .page-size-item:hover {
    background: #e8e8e8;
}

.amis-scope .sm-pagination .page-size-selector .page-size-item.active {
    color: #ff4081;
}

.amis-scope .sm-circular-progress {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.amis-scope .sm-circular-progress-content {
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    transform-origin: center center 0;
}

.amis-scope .sm-circular-progress-svg {
    height: 100%;
    width: 100%;
    stroke-dashoffset: 0;
    stroke: #2196f3;
    stroke-linecap: round;
    stroke-width: 2;
}

.amis-scope .sm-circular-progress.variant-determinate .sm-circular-progress-svg>circle {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.amis-scope .sm-circular-progress.variant-indeterminate .sm-circular-progress-content {
    -webkit-animation: sm-circular-progress-svg-animation 10s linear infinite both;
    animation: sm-circular-progress-svg-animation 10s linear infinite both;
}

@-webkit-keyframes sm-circular-progress-svg-animation {
    to {
        -webkit-transform: rotate(5turn);
        transform: rotate(5turn);
    }
}

@keyframes sm-circular-progress-svg-animation {
    to {
        -webkit-transform: rotate(5turn);
        transform: rotate(5turn);
    }
}

.amis-scope .sm-linear-progress {
    position: relative;
    height: 4px;
    width: 100%;
    background-color: #bdbdbd;
    border-radius: 2px;
    overflow: hidden;
}

.amis-scope .sm-linear-progress-bar {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #2196f3;
}

.amis-scope .sm-linear-progress.variant-indeterminate .sm-linear-progress-bar {
    width: 40%;
    -webkit-animation: sm-linear-progress-bar-animation .84s cubic-bezier(0.445, .05, .55, .95);
    animation: sm-linear-progress-bar-animation .84s cubic-bezier(0.445, .05, .55, .95);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.amis-scope .sm-linear-progress.variant-determinate .sm-linear-progress-bar {
    -webkit-transition: width .3s;
    transition: width .3s;
}

@-webkit-keyframes sm-linear-progress-bar-animation {
    0% {
        left: -40%;
    }

    to {
        left: 100%;
    }
}

@keyframes sm-linear-progress-bar-animation {
    0% {
        left: -40%;
    }

    to {
        left: 100%;
    }
}

.amis-scope .sm-radio {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-radio input[type=radio] {
    display: none;
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-icon-uncheck {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #03a9f4;
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-ripple-wrapper .sm-ripple {
    background-color: #03a9f4;
}

.amis-scope .sm-radio * {
    pointer-events: none;
}

.amis-scope .sm-radio.disabled {
    cursor: not-allowed;
}

.amis-scope .sm-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-radio-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px;
}

.amis-scope .sm-radio.label-left .sm-radio-icon {
    margin-right: 0;
    margin-left: 16px;
}

.amis-scope .sm-radio.no-label .sm-radio-icon {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .sm-radio-label {
    color: rgba(0, 0, 0, .87);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.amis-scope .sm-radio.disabled .sm-radio-label {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-radio-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-radio.disabled .sm-radio-icon-uncheck {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio-icon-checked {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #03a9f4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-radio.disabled .sm-radio-icon-checked {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio .sm-radio-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px;
}

.amis-scope .sm-radio.label-left .sm-radio .sm-radio-ripple-wrapper {
    right: -12px;
    left: auto;
}

.amis-scope .sm-checkbox {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-checkbox input[type=checkbox] {
    display: none;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked~.sm-checkbox-wrapper .sm-checkbox-icon-uncheck,
.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-uncheck {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked~.sm-checkbox-wrapper .sm-checkbox-ripple-wrapper .sm-ripple,
.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-ripple-wrapper .sm-ripple {
    background-color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked:not(:indeterminate)~.sm-checkbox-wrapper .sm-checkbox-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-checkbox input[type=checkbox]:checked:not(:indeterminate)~.sm-checkbox-wrapper .sm-checkbox-icon-indeterminate {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-indeterminate {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-checked {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox * {
    pointer-events: none;
}

.amis-scope .sm-checkbox.disabled {
    cursor: not-allowed;
}

.amis-scope .sm-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-checkbox-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px;
}

.amis-scope .sm-checkbox.label-left .sm-checkbox-icon {
    margin-right: 0;
    margin-left: 16px;
}

.amis-scope .sm-checkbox.no-label .sm-checkbox-icon {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .sm-checkbox-label {
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-label {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-checkbox-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, .32, 1) .2s;
    transition: opacity 1s cubic-bezier(0.23, 1, .32, 1) .2s;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-uncheck {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox-icon-checked,
.amis-scope .sm-checkbox-icon-indeterminate {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #03a9f4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms, -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-checked,
.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-indeterminate {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox .sm-checkbox-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px;
}

.amis-scope .sm-checkbox.label-left .sm-checkbox .sm-checkbox-ripple-wrapper {
    right: -12px;
    left: auto;
}

.amis-scope .sm-focus-ripple {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amis-scope .sm-focus-ripple-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: .16;
    background-color: currentColor;
    -webkit-animation: sm-pulsate 750ms cubic-bezier(0.445, .05, .55, .95);
    animation: sm-pulsate 750ms cubic-bezier(0.445, .05, .55, .95);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes sm-pulsate {
    0% {
        -webkit-transform: scale(0.72);
        transform: scale(0.72);
    }

    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@keyframes sm-pulsate {
    0% {
        -webkit-transform: scale(0.72);
        transform: scale(0.72);
    }

    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

.amis-scope .sm-slider {
    position: relative;
    width: 100%;
    height: 24px;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.amis-scope .sm-slider-bg,
.amis-scope .sm-slider-fill,
.amis-scope .sm-slider-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.amis-scope .sm-slider-fill {
    background-color: #2196f3;
}

.amis-scope .sm-slider.state-disabled .sm-slider-fill {
    background-color: #bdbdbd;
}

.amis-scope .sm-slider-bg {
    background-color: #bdbdbd;
}

.amis-scope .sm-slider-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #2196f3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 450ms cubic-bezier(0.23, 1, .32, 1), border-color 450ms cubic-bezier(0.23, 1, .32, 1), width 450ms cubic-bezier(0.23, 1, .32, 1), height 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: background 450ms cubic-bezier(0.23, 1, .32, 1), border-color 450ms cubic-bezier(0.23, 1, .32, 1), width 450ms cubic-bezier(0.23, 1, .32, 1), height 450ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-slider-thumb .sm-focus-ripple {
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.amis-scope .sm-slider.variant-active .sm-slider-thumb {
    width: 20px;
    height: 20px;
}

.amis-scope .sm-slider.variant-start .sm-slider-thumb,
.amis-scope .sm-slider.state-disabled .sm-slider-thumb {
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    background-color: #fff;
}

.amis-scope .sm-slider.state-disabled .sm-slider-thumb {
    cursor: not-allowed;
}

.amis-scope .sm-switch {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-switch input[type=checkbox] {
    display: none;
}

.amis-scope .sm-switch input[type=checkbox]:checked~.sm-switch-wrapper .sm-switch-track {
    background-color: rgba(3, 169, 244, .5);
}

.amis-scope .sm-switch input[type=checkbox]:checked~.sm-switch-wrapper .sm-switch-thumb {
    background-color: #03a9f4;
    color: #03a9f4;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
}

.amis-scope .sm-switch input[type=checkbox]:checked~.sm-switch-wrapper .sm-switch-ripple-wrapper .sm-ripple {
    background-color: #03a9f4;
}

.amis-scope .sm-switch.disabled input[type=checkbox]:checked .sm-switch-track,
.amis-scope .sm-switch.disabled~.sm-switch-wrapper .sm-switch-track {
    background-color: #bdbdbd;
}

.amis-scope .sm-switch.disabled input[type=checkbox]:checked .sm-switch-thumb,
.amis-scope .sm-switch.disabled~.sm-switch-wrapper .sm-switch-thumb {
    background-color: #e0e0e0;
}

.amis-scope .sm-switch * {
    pointer-events: none;
}

.amis-scope .sm-switch.disabled {
    cursor: not-allowed;
}

.amis-scope .sm-switch-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-switch-container {
    width: 36px;
    padding: 4px 0 4px 2px;
    position: relative;
    margin-right: 8px;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-switch.label-left .sm-switch-container {
    margin-right: 0;
    margin-left: 8px;
}

.amis-scope .sm-switch.no-label .sm-switch-container {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .sm-switch-label {
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-switch.disabled .sm-switch-label {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-switch-track {
    width: 100%;
    height: 14px;
    border-radius: 30px;
    background-color: #bdbdbd;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-switch.disabled .sm-switch-track {
    background-color: #bdbdbd;
}

.amis-scope .sm-switch-thumb {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, .87);
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.amis-scope .sm-switch.disabled .sm-switch-thumb {
    background-color: #e0e0e0;
}

.amis-scope .sm-switch .sm-switch-ripple-wrapper {
    height: 200%;
    width: 200%;
    top: -10px;
    left: -10px;
}

.amis-scope .sm-checkbox {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-checkbox input[type=checkbox] {
    display: none;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked~.sm-checkbox-wrapper .sm-checkbox-icon-uncheck,
.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-uncheck {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked~.sm-checkbox-wrapper .sm-checkbox-ripple-wrapper .sm-ripple,
.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-ripple-wrapper .sm-ripple {
    background-color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:checked:not(:indeterminate)~.sm-checkbox-wrapper .sm-checkbox-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-checkbox input[type=checkbox]:checked:not(:indeterminate)~.sm-checkbox-wrapper .sm-checkbox-icon-indeterminate {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-indeterminate {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(0.23, 1, .32, 1), transform 800ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-checkbox input[type=checkbox]:indeterminate~.sm-checkbox-wrapper .sm-checkbox-icon-checked {
    opacity: 0;
    -webkit-transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    transition: opacity 650ms cubic-bezier(0.23, 1, .32, 1) 150ms;
    color: #03a9f4;
}

.amis-scope .sm-checkbox * {
    pointer-events: none;
}

.amis-scope .sm-checkbox.disabled {
    cursor: not-allowed;
}

.amis-scope .sm-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-checkbox-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px;
}

.amis-scope .sm-checkbox.label-left .sm-checkbox-icon {
    margin-right: 0;
    margin-left: 16px;
}

.amis-scope .sm-checkbox.no-label .sm-checkbox-icon {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .sm-checkbox-label {
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-label {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-checkbox-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, .32, 1) .2s;
    transition: opacity 1s cubic-bezier(0.23, 1, .32, 1) .2s;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-uncheck {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox-icon-checked,
.amis-scope .sm-checkbox-icon-indeterminate {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #03a9f4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
    transition: opacity 450ms cubic-bezier(0.23, 1, .32, 1), transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms, -webkit-transform 0ms cubic-bezier(0.23, 1, .32, 1) 450ms;
}

.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-checked,
.amis-scope .sm-checkbox.disabled .sm-checkbox-icon-indeterminate {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-checkbox .sm-checkbox-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px;
}

.amis-scope .sm-checkbox.label-left .sm-checkbox .sm-checkbox-ripple-wrapper {
    right: -12px;
    left: auto;
}

.amis-scope .sm-radio {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-radio input[type=radio] {
    display: none;
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-icon-uncheck {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #03a9f4;
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.amis-scope .sm-radio input[type=radio]:checked~.sm-radio-wrapper .sm-radio-ripple-wrapper .sm-ripple {
    background-color: #03a9f4;
}

.amis-scope .sm-radio * {
    pointer-events: none;
}

.amis-scope .sm-radio.disabled {
    cursor: not-allowed;
}

.amis-scope .sm-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-radio-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px;
}

.amis-scope .sm-radio.label-left .sm-radio-icon {
    margin-right: 0;
    margin-left: 16px;
}

.amis-scope .sm-radio.no-label .sm-radio-icon {
    margin-left: 0;
    margin-right: 0;
}

.amis-scope .sm-radio-label {
    color: rgba(0, 0, 0, .87);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.amis-scope .sm-radio.disabled .sm-radio-label {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .sm-radio-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-radio.disabled .sm-radio-icon-uncheck {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio-icon-checked {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #03a9f4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 450ms cubic-bezier(0.23, 1, .32, 1);
}

.amis-scope .sm-radio.disabled .sm-radio-icon-checked {
    color: rgba(0, 0, 0, .38);
}

.amis-scope .sm-radio .sm-radio-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px;
}

.amis-scope .sm-radio.label-left .sm-radio .sm-radio-ripple-wrapper {
    right: -12px;
    left: auto;
}

.amis-scope .sm-table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.amis-scope .sm-table thead {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.amis-scope .sm-table th {
    padding: 0 12px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    height: 56px;
    line-height: 56px;
    color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.amis-scope .sm-table td {
    padding: 0 12px;
    height: 48px;
    text-align: left;
    font-size: 13px;
    white-space: nowrap;
    color: rgba(0, 0, 0, .87);
}

.amis-scope .sm-table .sm-table-row-selected {
    background: #f5f5f5;
}

.amis-scope .sm-table .sm-table-col-select {
    width: 32px;
    text-align: center;
    padding: 0 10px;
}

.amis-scope .sm-table .sm-table-col-select>.sm-checkbox,
.amis-scope .sm-table .sm-table-col-select>.sm-radio {
    vertical-align: middle;
}

.amis-scope .sm-table-hoverable tbody tr:hover {
    background: #eee;
}

.amis-scope .sm-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -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-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    box-sizing: border-box;
    padding: 8px 12px;
    min-height: 3em;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.amis-scope .sm-tab.state-active {
    color: #fff;
}

.amis-scope .sm-tab .sm-icon~span {
    margin-top: 10px;
}

.amis-scope .sm-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    background-color: #2196f3;
}

.amis-scope .sm-tabs-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ffeb3b;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.amis-scope .sm-tabs>.sm-tab>.sm-touch-ripple>.sm-ripple {
    background-color: rgba(0, 0, 0, .54);
}

.amis-scope .sm-chip {
    border-radius: 16px;
    line-height: 32px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    cursor: default;
    color: rgba(0, 0, 0, .87);
    background-color: #e0e0e0;
}

.amis-scope .sm-chip .sm-avatar:first-child {
    margin-left: -12px;
    margin-right: 6px;
}

.amis-scope .state-normal.sm-chip:active {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .12);
}

.amis-scope .state-normal.sm-chip:hover {
    background-color: #cecece;
    cursor: pointer;
}

.amis-scope .state-normal.sm-chip:hover .sm-chip-delete-icon {
    color: rgba(255, 255, 255, .4);
}

.amis-scope .sm-chip-delete-icon {
    color: rgba(255, 255, 255, .54);
    border-radius: 10px;
    margin-right: -6px;
    margin-left: 6px;
    background-color: #a3a3a3;
}

.amis-scope .sm-chip-delete-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.amis-scope .sm-toast {
    position: fixed;
    padding: 14px 24px;
    color: #fff;
    z-index: 20;
    background-color: #323232;
    border-radius: 2px;
    -webkit-transition: all .3s cubic-bezier(0.25, .8, .25, 1);
    transition: all .3s cubic-bezier(0.25, .8, .25, 1);
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .sm-toast-content {
    font-size: 14px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    min-width: 240px;
    max-width: 528px;
}

.amis-scope .sm-toast .sm-button {
    margin-top: -7px;
    margin-bottom: -7px;
    margin-right: -14px;
    margin-left: 32px;
}

.amis-scope .sm-time-picker {
    content: ' ';
}

.amis-scope .sm-time-picker-clock {
    position: relative;
    width: 260px;
    height: 260px;
    background-color: rgba(0, 0, 0, .07);
    border-radius: 50%;
    cursor: default;
}

.amis-scope .sm-time-picker-clock-number {
    position: absolute;
    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;
    font-style: normal;
    left: -16px;
    top: -16px;
    border-radius: 50%;
}

.amis-scope .sm-time-picker-clock-number.state-selected {
    color: #fff;
    background-color: #2196f3;
}

.amis-scope .sm-time-picker-clock-number.variant-round-1 {
    font-size: 14px;
}

.amis-scope .sm-time-picker-clock-number.variant-round-2 {
    font-size: 12px;
}

.amis-scope .sm-time-picker-clock-pointer {
    position: absolute;
    top: 130px;
    left: 130px;
    width: 1px;
    height: 130px;
    background-color: #2196f3;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.amis-scope .sm-time-picker-clock-pointer.variant-minute:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -11px;
    left: -5px;
    border-radius: 50%;
    border-width: 1px;
    border-color: #2196f3;
    border-style: solid;
    background-color: #fff;
}

.amis-scope .sm-time-picker-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px;
    width: 174px;
    font-size: 58px;
    line-height: 1;
    color: #fff;
}

.amis-scope .sm-time-picker-header>b {
    margin: 0 10px;
}

.amis-scope .sm-time-picker-header-text {
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
}

.amis-scope .sm-time-picker-header-text.state-selected {
    color: #fff;
}

.amis-scope .sm-time-picker-header-meridiem {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin-left: 12px;
    left: 100%;
    bottom: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
}

.amis-scope .sm-time-picker-header-meridiem>span {
    line-height: 20px;
    cursor: pointer;
}

.amis-scope .sm-time-picker-header-meridiem .state-active {
    color: #fff;
}

.amis-scope .variant-time-picker .sm-dialog-title {
    padding: 0;
    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;
    background-color: #2196f3;
}

.amis-scope .variant-time-picker .sm-dialog-body {
    padding: 24px;
    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;
}

.amis-scope .sm-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.amis-scope .sm-carousel-container {
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0);
}

.amis-scope .sm-carousel-container .is-active {
    z-index: 2;
    visibility: visible;
}

.amis-scope .sm-carousel .sm-button.sm-carousel-arrow-left {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -18px;
    color: #fff;
    background: rgba(0, 0, 0, .26);
    z-index: 5;
    cursor: pointer;
}

.amis-scope .sm-carousel .sm-button.sm-carousel-arrow-left:hover {
    background: rgba(0, 0, 0, .54);
    color: #fff;
}

.amis-scope .sm-carousel .sm-button.sm-carousel-arrow-right {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -18px;
    color: #fff;
    background: rgba(0, 0, 0, .26);
    z-index: 5;
    cursor: pointer;
}

.amis-scope .sm-carousel .sm-button.sm-carousel-arrow-right:hover {
    background: rgba(0, 0, 0, .54);
    color: #fff;
}

.amis-scope .sm-carousel-item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    z-index: 0;
}

.amis-scope .sm-carousel-indicators {
    position: absolute;
    list-style: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 3;
}

.amis-scope .sm-carousel-indicators .is-active {
    background: #1e88e5;
}

.amis-scope .sm-carousel-indicator {
    background: #fff;
    width: 20px;
    height: 2px;
    float: left;
    margin: 10px 5px;
    cursor: pointer;
}

.amis-scope .sm-carousel-indicator button {
    height: 0;
}

.amis-scope .sm-carousel-indicator:hover {
    background: #1e88e5;
}

.amis-scope .sm-inputNumber {
    width: 180px;
    overflow: hidden;
    position: relative;
    border: 1px solid #b0bec5;
    border-radius: 5px;
}

.amis-scope .sm-inputNumber .sm-text-field-line,
.amis-scope .sm-inputNumber .sm-text-field-focus-line {
    display: none;
}

.amis-scope .sm-inputNumber .sm-text-field {
    position: relative;
    display: block;
    width: 108px;
    min-height: 34px;
    line-height: 34px;
    padding: 0 0 0 10px;
    margin: 0;
}

.amis-scope .sm-inputNumber .sm-text-field-input {
    color: #78909c;
}

.amis-scope .sm-inputNumber .sm-text-field-content {
    padding: 0;
}

.amis-scope .sm-inputNumber:hover {
    color: #42a5f5;
    border-color: #42a5f5;
}

.amis-scope .sm-inputNumber-increase,
.amis-scope .sm-inputNumber-decrease {
    height: auto;
    border-left: 1px solid #b0bec5;
    width: 36px;
    height: 34px;
    line-height: 34px;
    top: 0;
    text-align: center;
    color: #90a4ae;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    -webkit-user-select: none;
}

.amis-scope .sm-inputNumber-increase:hover,
.amis-scope .sm-inputNumber-decrease:hover {
    color: #42a5f5;
}

.amis-scope .sm-inputNumber-increase {
    right: 0;
}

.amis-scope .sm-inputNumber-decrease {
    right: 37px;
}

.amis-scope .sm-inputNumber-small {
    width: 130px;
}

.amis-scope .sm-inputNumber-small .sm-text-field {
    min-height: 30px;
    line-height: 30px;
}

.amis-scope .sm-inputNumber-small .sm-inputNumber-decrease {
    right: 33px;
}

.amis-scope .sm-inputNumber-increase-small,
.amis-scope .sm-inputNumber-decrease-small {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.amis-scope .sm-inputNumber-large {
    width: 200px;
}

.amis-scope .sm-inputNumber-large .sm-text-field {
    min-height: 42px;
    line-height: 42px;
}

.amis-scope .sm-inputNumber-large .sm-inputNumber-decrease {
    right: 43px;
}

.amis-scope .sm-inputNumber-increase-large,
.amis-scope .sm-inputNumber-decrease-large {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.amis-scope .sm-inputNumber-disabled {
    border-color: #b0bec5;
    background-color: rgba(0, 0, 0, .12);
    color: #b0bec5;
    cursor: not-allowed;
}

.amis-scope .sm-inputNumber-disabled:hover {
    border-color: #b0bec5;
    cursor: not-allowed;
}

.amis-scope .sm-inputNumber-disabled .sm-text-field-input {
    color: #b0bec5;
}

.amis-scope .sm-inputNumber .is-disabled {
    color: #b0bec5;
}

.amis-scope .sm-inputNumber .is-disabled:hover {
    color: #b0bec5;
    cursor: not-allowed;
}

.amis-scope .sm-uploader {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.amis-scope .sm-uploader-file {
    display: none;
}

/*!amis-v2:node_modules/element-ui/lib/theme-chalk/index.css*/

.amis-scope .el-pager,
.amis-scope .el-table th {
    -moz-user-select: none;
    -ms-user-select: none;
}

.amis-scope .el-pagination--small .arrow.disabled,
.amis-scope .el-table .hidden-columns,
.amis-scope .el-table td.is-hidden>*,
.amis-scope .el-table th.is-hidden>*,
.amis-scope .el-table--hidden {
    visibility: hidden;
}

.amis-scope .el-input__suffix,
.amis-scope .el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none;
}

.amis-scope .el-dropdown .el-dropdown-selfdefine:focus:active,
.amis-scope .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),
.amis-scope .el-message__closeBtn:focus,
.amis-scope .el-message__content:focus,
.amis-scope .el-popover:focus,
.amis-scope .el-popover:focus:active,
.amis-scope .el-popover__reference:focus:hover,
.amis-scope .el-popover__reference:focus:not(.focusing),
.amis-scope .el-rate:active,
.amis-scope .el-rate:focus,
.amis-scope .el-tooltip:focus:hover,
.amis-scope .el-tooltip:focus:not(.focusing),
.amis-scope .el-upload-list__item.is-success:active,
.amis-scope .el-upload-list__item.is-success:not(.focusing):focus {
    outline-width: 0;
}

@font-face {
    font-family: element-icons;
    src: url(https://bce.bdstatic.com/fex/amis-v2/n/element-ui/lib/theme-chalk/fonts/element-icons_535877f.woff) format("woff"), url(https://bce.bdstatic.com/fex/amis-v2/n/element-ui/lib/theme-chalk/fonts/element-icons_732389d.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.amis-scope [class*=" el-icon-"],
.amis-scope [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amis-scope .el-icon-ice-cream-round:before {
    content: "\e6a0";
}

.amis-scope .el-icon-ice-cream-square:before {
    content: "\e6a3";
}

.amis-scope .el-icon-lollipop:before {
    content: "\e6a4";
}

.amis-scope .el-icon-potato-strips:before {
    content: "\e6a5";
}

.amis-scope .el-icon-milk-tea:before {
    content: "\e6a6";
}

.amis-scope .el-icon-ice-drink:before {
    content: "\e6a7";
}

.amis-scope .el-icon-ice-tea:before {
    content: "\e6a9";
}

.amis-scope .el-icon-coffee:before {
    content: "\e6aa";
}

.amis-scope .el-icon-orange:before {
    content: "\e6ab";
}

.amis-scope .el-icon-pear:before {
    content: "\e6ac";
}

.amis-scope .el-icon-apple:before {
    content: "\e6ad";
}

.amis-scope .el-icon-cherry:before {
    content: "\e6ae";
}

.amis-scope .el-icon-watermelon:before {
    content: "\e6af";
}

.amis-scope .el-icon-grape:before {
    content: "\e6b0";
}

.amis-scope .el-icon-refrigerator:before {
    content: "\e6b1";
}

.amis-scope .el-icon-goblet-square-full:before {
    content: "\e6b2";
}

.amis-scope .el-icon-goblet-square:before {
    content: "\e6b3";
}

.amis-scope .el-icon-goblet-full:before {
    content: "\e6b4";
}

.amis-scope .el-icon-goblet:before {
    content: "\e6b5";
}

.amis-scope .el-icon-cold-drink:before {
    content: "\e6b6";
}

.amis-scope .el-icon-coffee-cup:before {
    content: "\e6b8";
}

.amis-scope .el-icon-water-cup:before {
    content: "\e6b9";
}

.amis-scope .el-icon-hot-water:before {
    content: "\e6ba";
}

.amis-scope .el-icon-ice-cream:before {
    content: "\e6bb";
}

.amis-scope .el-icon-dessert:before {
    content: "\e6bc";
}

.amis-scope .el-icon-sugar:before {
    content: "\e6bd";
}

.amis-scope .el-icon-tableware:before {
    content: "\e6be";
}

.amis-scope .el-icon-burger:before {
    content: "\e6bf";
}

.amis-scope .el-icon-knife-fork:before {
    content: "\e6c1";
}

.amis-scope .el-icon-fork-spoon:before {
    content: "\e6c2";
}

.amis-scope .el-icon-chicken:before {
    content: "\e6c3";
}

.amis-scope .el-icon-food:before {
    content: "\e6c4";
}

.amis-scope .el-icon-dish-1:before {
    content: "\e6c5";
}

.amis-scope .el-icon-dish:before {
    content: "\e6c6";
}

.amis-scope .el-icon-moon-night:before {
    content: "\e6ee";
}

.amis-scope .el-icon-moon:before {
    content: "\e6f0";
}

.amis-scope .el-icon-cloudy-and-sunny:before {
    content: "\e6f1";
}

.amis-scope .el-icon-partly-cloudy:before {
    content: "\e6f2";
}

.amis-scope .el-icon-cloudy:before {
    content: "\e6f3";
}

.amis-scope .el-icon-sunny:before {
    content: "\e6f6";
}

.amis-scope .el-icon-sunset:before {
    content: "\e6f7";
}

.amis-scope .el-icon-sunrise-1:before {
    content: "\e6f8";
}

.amis-scope .el-icon-sunrise:before {
    content: "\e6f9";
}

.amis-scope .el-icon-heavy-rain:before {
    content: "\e6fa";
}

.amis-scope .el-icon-lightning:before {
    content: "\e6fb";
}

.amis-scope .el-icon-light-rain:before {
    content: "\e6fc";
}

.amis-scope .el-icon-wind-power:before {
    content: "\e6fd";
}

.amis-scope .el-icon-baseball:before {
    content: "\e712";
}

.amis-scope .el-icon-soccer:before {
    content: "\e713";
}

.amis-scope .el-icon-football:before {
    content: "\e715";
}

.amis-scope .el-icon-basketball:before {
    content: "\e716";
}

.amis-scope .el-icon-ship:before {
    content: "\e73f";
}

.amis-scope .el-icon-truck:before {
    content: "\e740";
}

.amis-scope .el-icon-bicycle:before {
    content: "\e741";
}

.amis-scope .el-icon-mobile-phone:before {
    content: "\e6d3";
}

.amis-scope .el-icon-service:before {
    content: "\e6d4";
}

.amis-scope .el-icon-key:before {
    content: "\e6e2";
}

.amis-scope .el-icon-unlock:before {
    content: "\e6e4";
}

.amis-scope .el-icon-lock:before {
    content: "\e6e5";
}

.amis-scope .el-icon-watch:before {
    content: "\e6fe";
}

.amis-scope .el-icon-watch-1:before {
    content: "\e6ff";
}

.amis-scope .el-icon-timer:before {
    content: "\e702";
}

.amis-scope .el-icon-alarm-clock:before {
    content: "\e703";
}

.amis-scope .el-icon-map-location:before {
    content: "\e704";
}

.amis-scope .el-icon-delete-location:before {
    content: "\e705";
}

.amis-scope .el-icon-add-location:before {
    content: "\e706";
}

.amis-scope .el-icon-location-information:before {
    content: "\e707";
}

.amis-scope .el-icon-location-outline:before {
    content: "\e708";
}

.amis-scope .el-icon-location:before {
    content: "\e79e";
}

.amis-scope .el-icon-place:before {
    content: "\e709";
}

.amis-scope .el-icon-discover:before {
    content: "\e70a";
}

.amis-scope .el-icon-first-aid-kit:before {
    content: "\e70b";
}

.amis-scope .el-icon-trophy-1:before {
    content: "\e70c";
}

.amis-scope .el-icon-trophy:before {
    content: "\e70d";
}

.amis-scope .el-icon-medal:before {
    content: "\e70e";
}

.amis-scope .el-icon-medal-1:before {
    content: "\e70f";
}

.amis-scope .el-icon-stopwatch:before {
    content: "\e710";
}

.amis-scope .el-icon-mic:before {
    content: "\e711";
}

.amis-scope .el-icon-copy-document:before {
    content: "\e718";
}

.amis-scope .el-icon-full-screen:before {
    content: "\e719";
}

.amis-scope .el-icon-switch-button:before {
    content: "\e71b";
}

.amis-scope .el-icon-aim:before {
    content: "\e71c";
}

.amis-scope .el-icon-crop:before {
    content: "\e71d";
}

.amis-scope .el-icon-odometer:before {
    content: "\e71e";
}

.amis-scope .el-icon-time:before {
    content: "\e71f";
}

.amis-scope .el-icon-bangzhu:before {
    content: "\e724";
}

.amis-scope .el-icon-close-notification:before {
    content: "\e726";
}

.amis-scope .el-icon-microphone:before {
    content: "\e727";
}

.amis-scope .el-icon-turn-off-microphone:before {
    content: "\e728";
}

.amis-scope .el-icon-position:before {
    content: "\e729";
}

.amis-scope .el-icon-postcard:before {
    content: "\e72a";
}

.amis-scope .el-icon-message:before {
    content: "\e72b";
}

.amis-scope .el-icon-chat-line-square:before {
    content: "\e72d";
}

.amis-scope .el-icon-chat-dot-square:before {
    content: "\e72e";
}

.amis-scope .el-icon-chat-dot-round:before {
    content: "\e72f";
}

.amis-scope .el-icon-chat-square:before {
    content: "\e730";
}

.amis-scope .el-icon-chat-line-round:before {
    content: "\e731";
}

.amis-scope .el-icon-chat-round:before {
    content: "\e732";
}

.amis-scope .el-icon-set-up:before {
    content: "\e733";
}

.amis-scope .el-icon-turn-off:before {
    content: "\e734";
}

.amis-scope .el-icon-open:before {
    content: "\e735";
}

.amis-scope .el-icon-connection:before {
    content: "\e736";
}

.amis-scope .el-icon-link:before {
    content: "\e737";
}

.amis-scope .el-icon-cpu:before {
    content: "\e738";
}

.amis-scope .el-icon-thumb:before {
    content: "\e739";
}

.amis-scope .el-icon-female:before {
    content: "\e73a";
}

.amis-scope .el-icon-male:before {
    content: "\e73b";
}

.amis-scope .el-icon-guide:before {
    content: "\e73c";
}

.amis-scope .el-icon-news:before {
    content: "\e73e";
}

.amis-scope .el-icon-price-tag:before {
    content: "\e744";
}

.amis-scope .el-icon-discount:before {
    content: "\e745";
}

.amis-scope .el-icon-wallet:before {
    content: "\e747";
}

.amis-scope .el-icon-coin:before {
    content: "\e748";
}

.amis-scope .el-icon-money:before {
    content: "\e749";
}

.amis-scope .el-icon-bank-card:before {
    content: "\e74a";
}

.amis-scope .el-icon-box:before {
    content: "\e74b";
}

.amis-scope .el-icon-present:before {
    content: "\e74c";
}

.amis-scope .el-icon-sell:before {
    content: "\e6d5";
}

.amis-scope .el-icon-sold-out:before {
    content: "\e6d6";
}

.amis-scope .el-icon-shopping-bag-2:before {
    content: "\e74d";
}

.amis-scope .el-icon-shopping-bag-1:before {
    content: "\e74e";
}

.amis-scope .el-icon-shopping-cart-2:before {
    content: "\e74f";
}

.amis-scope .el-icon-shopping-cart-1:before {
    content: "\e750";
}

.amis-scope .el-icon-shopping-cart-full:before {
    content: "\e751";
}

.amis-scope .el-icon-smoking:before {
    content: "\e752";
}

.amis-scope .el-icon-no-smoking:before {
    content: "\e753";
}

.amis-scope .el-icon-house:before {
    content: "\e754";
}

.amis-scope .el-icon-table-lamp:before {
    content: "\e755";
}

.amis-scope .el-icon-school:before {
    content: "\e756";
}

.amis-scope .el-icon-office-building:before {
    content: "\e757";
}

.amis-scope .el-icon-toilet-paper:before {
    content: "\e758";
}

.amis-scope .el-icon-notebook-2:before {
    content: "\e759";
}

.amis-scope .el-icon-notebook-1:before {
    content: "\e75a";
}

.amis-scope .el-icon-files:before {
    content: "\e75b";
}

.amis-scope .el-icon-collection:before {
    content: "\e75c";
}

.amis-scope .el-icon-receiving:before {
    content: "\e75d";
}

.amis-scope .el-icon-suitcase-1:before {
    content: "\e760";
}

.amis-scope .el-icon-suitcase:before {
    content: "\e761";
}

.amis-scope .el-icon-film:before {
    content: "\e763";
}

.amis-scope .el-icon-collection-tag:before {
    content: "\e765";
}

.amis-scope .el-icon-data-analysis:before {
    content: "\e766";
}

.amis-scope .el-icon-pie-chart:before {
    content: "\e767";
}

.amis-scope .el-icon-data-board:before {
    content: "\e768";
}

.amis-scope .el-icon-data-line:before {
    content: "\e76d";
}

.amis-scope .el-icon-reading:before {
    content: "\e769";
}

.amis-scope .el-icon-magic-stick:before {
    content: "\e76a";
}

.amis-scope .el-icon-coordinate:before {
    content: "\e76b";
}

.amis-scope .el-icon-mouse:before {
    content: "\e76c";
}

.amis-scope .el-icon-brush:before {
    content: "\e76e";
}

.amis-scope .el-icon-headset:before {
    content: "\e76f";
}

.amis-scope .el-icon-umbrella:before {
    content: "\e770";
}

.amis-scope .el-icon-scissors:before {
    content: "\e771";
}

.amis-scope .el-icon-mobile:before {
    content: "\e773";
}

.amis-scope .el-icon-attract:before {
    content: "\e774";
}

.amis-scope .el-icon-monitor:before {
    content: "\e775";
}

.amis-scope .el-icon-search:before {
    content: "\e778";
}

.amis-scope .el-icon-takeaway-box:before {
    content: "\e77a";
}

.amis-scope .el-icon-paperclip:before {
    content: "\e77d";
}

.amis-scope .el-icon-printer:before {
    content: "\e77e";
}

.amis-scope .el-icon-document-add:before {
    content: "\e782";
}

.amis-scope .el-icon-document:before {
    content: "\e785";
}

.amis-scope .el-icon-document-checked:before {
    content: "\e786";
}

.amis-scope .el-icon-document-copy:before {
    content: "\e787";
}

.amis-scope .el-icon-document-delete:before {
    content: "\e788";
}

.amis-scope .el-icon-document-remove:before {
    content: "\e789";
}

.amis-scope .el-icon-tickets:before {
    content: "\e78b";
}

.amis-scope .el-icon-folder-checked:before {
    content: "\e77f";
}

.amis-scope .el-icon-folder-delete:before {
    content: "\e780";
}

.amis-scope .el-icon-folder-remove:before {
    content: "\e781";
}

.amis-scope .el-icon-folder-add:before {
    content: "\e783";
}

.amis-scope .el-icon-folder-opened:before {
    content: "\e784";
}

.amis-scope .el-icon-folder:before {
    content: "\e78a";
}

.amis-scope .el-icon-edit-outline:before {
    content: "\e764";
}

.amis-scope .el-icon-edit:before {
    content: "\e78c";
}

.amis-scope .el-icon-date:before {
    content: "\e78e";
}

.amis-scope .el-icon-c-scale-to-original:before {
    content: "\e7c6";
}

.amis-scope .el-icon-view:before {
    content: "\e6ce";
}

.amis-scope .el-icon-loading:before {
    content: "\e6cf";
}

.amis-scope .el-icon-rank:before {
    content: "\e6d1";
}

.amis-scope .el-icon-sort-down:before {
    content: "\e7c4";
}

.amis-scope .el-icon-sort-up:before {
    content: "\e7c5";
}

.amis-scope .el-icon-sort:before {
    content: "\e6d2";
}

.amis-scope .el-icon-finished:before {
    content: "\e6cd";
}

.amis-scope .el-icon-refresh-left:before {
    content: "\e6c7";
}

.amis-scope .el-icon-refresh-right:before {
    content: "\e6c8";
}

.amis-scope .el-icon-refresh:before {
    content: "\e6d0";
}

.amis-scope .el-icon-video-play:before {
    content: "\e7c0";
}

.amis-scope .el-icon-video-pause:before {
    content: "\e7c1";
}

.amis-scope .el-icon-d-arrow-right:before {
    content: "\e6dc";
}

.amis-scope .el-icon-d-arrow-left:before {
    content: "\e6dd";
}

.amis-scope .el-icon-arrow-up:before {
    content: "\e6e1";
}

.amis-scope .el-icon-arrow-down:before {
    content: "\e6df";
}

.amis-scope .el-icon-arrow-right:before {
    content: "\e6e0";
}

.amis-scope .el-icon-arrow-left:before {
    content: "\e6de";
}

.amis-scope .el-icon-top-right:before {
    content: "\e6e7";
}

.amis-scope .el-icon-top-left:before {
    content: "\e6e8";
}

.amis-scope .el-icon-top:before {
    content: "\e6e6";
}

.amis-scope .el-icon-bottom:before {
    content: "\e6eb";
}

.amis-scope .el-icon-right:before {
    content: "\e6e9";
}

.amis-scope .el-icon-back:before {
    content: "\e6ea";
}

.amis-scope .el-icon-bottom-right:before {
    content: "\e6ec";
}

.amis-scope .el-icon-bottom-left:before {
    content: "\e6ed";
}

.amis-scope .el-icon-caret-top:before {
    content: "\e78f";
}

.amis-scope .el-icon-caret-bottom:before {
    content: "\e790";
}

.amis-scope .el-icon-caret-right:before {
    content: "\e791";
}

.amis-scope .el-icon-caret-left:before {
    content: "\e792";
}

.amis-scope .el-icon-d-caret:before {
    content: "\e79a";
}

.amis-scope .el-icon-share:before {
    content: "\e793";
}

.amis-scope .el-icon-menu:before {
    content: "\e798";
}

.amis-scope .el-icon-s-grid:before {
    content: "\e7a6";
}

.amis-scope .el-icon-s-check:before {
    content: "\e7a7";
}

.amis-scope .el-icon-s-data:before {
    content: "\e7a8";
}

.amis-scope .el-icon-s-opportunity:before {
    content: "\e7aa";
}

.amis-scope .el-icon-s-custom:before {
    content: "\e7ab";
}

.amis-scope .el-icon-s-claim:before {
    content: "\e7ad";
}

.amis-scope .el-icon-s-finance:before {
    content: "\e7ae";
}

.amis-scope .el-icon-s-comment:before {
    content: "\e7af";
}

.amis-scope .el-icon-s-flag:before {
    content: "\e7b0";
}

.amis-scope .el-icon-s-marketing:before {
    content: "\e7b1";
}

.amis-scope .el-icon-s-shop:before {
    content: "\e7b4";
}

.amis-scope .el-icon-s-open:before {
    content: "\e7b5";
}

.amis-scope .el-icon-s-management:before {
    content: "\e7b6";
}

.amis-scope .el-icon-s-ticket:before {
    content: "\e7b7";
}

.amis-scope .el-icon-s-release:before {
    content: "\e7b8";
}

.amis-scope .el-icon-s-home:before {
    content: "\e7b9";
}

.amis-scope .el-icon-s-promotion:before {
    content: "\e7ba";
}

.amis-scope .el-icon-s-operation:before {
    content: "\e7bb";
}

.amis-scope .el-icon-s-unfold:before {
    content: "\e7bc";
}

.amis-scope .el-icon-s-fold:before {
    content: "\e7a9";
}

.amis-scope .el-icon-s-platform:before {
    content: "\e7bd";
}

.amis-scope .el-icon-s-order:before {
    content: "\e7be";
}

.amis-scope .el-icon-s-cooperation:before {
    content: "\e7bf";
}

.amis-scope .el-icon-bell:before {
    content: "\e725";
}

.amis-scope .el-icon-message-solid:before {
    content: "\e799";
}

.amis-scope .el-icon-video-camera:before {
    content: "\e772";
}

.amis-scope .el-icon-video-camera-solid:before {
    content: "\e796";
}

.amis-scope .el-icon-camera:before {
    content: "\e779";
}

.amis-scope .el-icon-camera-solid:before {
    content: "\e79b";
}

.amis-scope .el-icon-download:before {
    content: "\e77c";
}

.amis-scope .el-icon-upload2:before {
    content: "\e77b";
}

.amis-scope .el-icon-upload:before {
    content: "\e7c3";
}

.amis-scope .el-icon-picture-outline-round:before {
    content: "\e75f";
}

.amis-scope .el-icon-picture-outline:before {
    content: "\e75e";
}

.amis-scope .el-icon-picture:before {
    content: "\e79f";
}

.amis-scope .el-icon-close:before {
    content: "\e6db";
}

.amis-scope .el-icon-check:before {
    content: "\e6da";
}

.amis-scope .el-icon-plus:before {
    content: "\e6d9";
}

.amis-scope .el-icon-minus:before {
    content: "\e6d8";
}

.amis-scope .el-icon-help:before {
    content: "\e73d";
}

.amis-scope .el-icon-s-help:before {
    content: "\e7b3";
}

.amis-scope .el-icon-circle-close:before {
    content: "\e78d";
}

.amis-scope .el-icon-circle-check:before {
    content: "\e720";
}

.amis-scope .el-icon-circle-plus-outline:before {
    content: "\e723";
}

.amis-scope .el-icon-remove-outline:before {
    content: "\e722";
}

.amis-scope .el-icon-zoom-out:before {
    content: "\e776";
}

.amis-scope .el-icon-zoom-in:before {
    content: "\e777";
}

.amis-scope .el-icon-error:before {
    content: "\e79d";
}

.amis-scope .el-icon-success:before {
    content: "\e79c";
}

.amis-scope .el-icon-circle-plus:before {
    content: "\e7a0";
}

.amis-scope .el-icon-remove:before {
    content: "\e7a2";
}

.amis-scope .el-icon-info:before {
    content: "\e7a1";
}

.amis-scope .el-icon-question:before {
    content: "\e7a4";
}

.amis-scope .el-icon-warning-outline:before {
    content: "\e6c9";
}

.amis-scope .el-icon-warning:before {
    content: "\e7a3";
}

.amis-scope .el-icon-goods:before {
    content: "\e7c2";
}

.amis-scope .el-icon-s-goods:before {
    content: "\e7b2";
}

.amis-scope .el-icon-star-off:before {
    content: "\e717";
}

.amis-scope .el-icon-star-on:before {
    content: "\e797";
}

.amis-scope .el-icon-more-outline:before {
    content: "\e6cc";
}

.amis-scope .el-icon-more:before {
    content: "\e794";
}

.amis-scope .el-icon-phone-outline:before {
    content: "\e6cb";
}

.amis-scope .el-icon-phone:before {
    content: "\e795";
}

.amis-scope .el-icon-user:before {
    content: "\e6e3";
}

.amis-scope .el-icon-user-solid:before {
    content: "\e7a5";
}

.amis-scope .el-icon-setting:before {
    content: "\e6ca";
}

.amis-scope .el-icon-s-tools:before {
    content: "\e7ac";
}

.amis-scope .el-icon-delete:before {
    content: "\e6d7";
}

.amis-scope .el-icon-delete-solid:before {
    content: "\e7c9";
}

.amis-scope .el-icon-eleme:before {
    content: "\e7c7";
}

.amis-scope .el-icon-platform-eleme:before {
    content: "\e7ca";
}

.amis-scope .el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.amis-scope .el-icon--right {
    margin-left: 5px;
}

.amis-scope .el-icon--left {
    margin-right: 5px;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.amis-scope .el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.amis-scope .el-pagination::after,
.amis-scope .el-pagination::before {
    display: table;
    content: "";
}

.amis-scope .el-pagination::after {
    clear: both;
}

.amis-scope .el-pagination button,
.amis-scope .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
}

.amis-scope .el-pagination .el-input__suffix {
    right: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.amis-scope .el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px;
}

.amis-scope .el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px;
}

.amis-scope .el-pagination button {
    border: 0;
    padding: 0 6px;
    background: 0 0;
}

.amis-scope .el-pagination button:focus {
    outline: 0;
}

.amis-scope .el-pagination button:hover {
    color: #409EFF;
}

.amis-scope .el-pagination button:disabled {
    color: #C0C4CC;
    background-color: #FFF;
    cursor: not-allowed;
}

.amis-scope .el-pagination .btn-next,
.amis-scope .el-pagination .btn-prev {
    background: center center no-repeat #FFF;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}

.amis-scope .el-pagination .btn-next .el-icon,
.amis-scope .el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.amis-scope .el-pagination .btn-prev {
    padding-right: 12px;
}

.amis-scope .el-pagination .btn-next {
    padding-left: 12px;
}

.amis-scope .el-pagination .el-pager li.disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-pager li,
.amis-scope .el-pager li.btn-quicknext:hover,
.amis-scope .el-pager li.btn-quickprev:hover {
    cursor: pointer;
}

.amis-scope .el-pagination--small .btn-next,
.amis-scope .el-pagination--small .btn-prev,
.amis-scope .el-pagination--small .el-pager li,
.amis-scope .el-pagination--small .el-pager li.btn-quicknext,
.amis-scope .el-pagination--small .el-pager li.btn-quickprev,
.amis-scope .el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
}

.amis-scope .el-pagination--small .more::before,
.amis-scope .el-pagination--small li.more::before {
    line-height: 24px;
}

.amis-scope .el-pagination--small button,
.amis-scope .el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px;
}

.amis-scope .el-pagination--small .el-pagination__editor,
.amis-scope .el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px;
}

.amis-scope .el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266;
}

.amis-scope .el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px;
}

.amis-scope .el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409EFF;
}

.amis-scope .el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
}

.amis-scope .el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}

.amis-scope .el-pagination__jump .el-input__inner {
    padding: 0 3px;
}

.amis-scope .el-pagination__rightwrapper {
    float: right;
}

.amis-scope .el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.amis-scope .el-pager,
.amis-scope .el-pagination.is-background .btn-next,
.amis-scope .el-pagination.is-background .btn-prev {
    padding: 0;
}

.amis-scope .el-pagination__editor.el-input {
    width: 50px;
}

.amis-scope .el-pagination__editor.el-input .el-input__inner {
    height: 28px;
}

.amis-scope .el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.amis-scope .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.amis-scope .el-pagination.is-background .btn-next,
.amis-scope .el-pagination.is-background .btn-prev,
.amis-scope .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}

.amis-scope .el-pagination.is-background .btn-next.disabled,
.amis-scope .el-pagination.is-background .btn-next:disabled,
.amis-scope .el-pagination.is-background .btn-prev.disabled,
.amis-scope .el-pagination.is-background .btn-prev:disabled,
.amis-scope .el-pagination.is-background .el-pager li.disabled {
    color: #C0C4CC;
}

.amis-scope .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409EFF;
}

.amis-scope .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409EFF;
    color: #FFF;
}

.amis-scope .el-dialog,
.amis-scope .el-pager li {
    background: #FFF;
    -webkit-box-sizing: border-box;
}

.amis-scope .el-pagination.is-background.el-pagination--small .btn-next,
.amis-scope .el-pagination.is-background.el-pagination--small .btn-prev,
.amis-scope .el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px;
}

.amis-scope .el-pager,
.amis-scope .el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}

.amis-scope .el-pager {
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
}

.amis-scope .el-pager .more::before {
    line-height: 30px;
}

.amis-scope .el-pager li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}

.amis-scope .el-menu--collapse .el-menu .el-submenu,
.amis-scope .el-menu--popup {
    min-width: 200px;
}

.amis-scope .el-pager li.btn-quicknext,
.amis-scope .el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133;
}

.amis-scope .el-pager li.btn-quicknext.disabled,
.amis-scope .el-pager li.btn-quickprev.disabled {
    color: #C0C4CC;
}

.amis-scope .el-pager li.active+li {
    border-left: 0;
}

.amis-scope .el-pager li:hover {
    color: #409EFF;
}

.amis-scope .el-pager li.active {
    color: #409EFF;
    cursor: default;
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes v-modal-out {
    100% {
        opacity: 0;
    }
}

.amis-scope .el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
}

.amis-scope .el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto;
}

.amis-scope .el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

.amis-scope .el-dialog__header {
    padding: 20px 20px 10px;
}

.amis-scope .el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.amis-scope .el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}

.amis-scope .el-dialog__headerbtn:focus .el-dialog__close,
.amis-scope .el-dialog__headerbtn:hover .el-dialog__close {
    color: #409EFF;
}

.amis-scope .el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.amis-scope .el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.amis-scope .el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-dialog--center {
    text-align: center;
}

.amis-scope .el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
}

.amis-scope .el-dialog--center .el-dialog__footer {
    text-align: inherit;
}

.amis-scope .dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in .3s;
    animation: dialog-fade-in .3s;
}

.amis-scope .dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out .3s;
    animation: dialog-fade-out .3s;
}

@-webkit-keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

@keyframes dialog-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

.amis-scope .el-autocomplete {
    position: relative;
    display: inline-block;
}

.amis-scope .el-autocomplete-suggestion {
    margin: 5px 0;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: 1px solid #E4E7ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
}

.amis-scope .el-dropdown-menu,
.amis-scope .el-menu--collapse .el-submenu .el-menu {
    z-index: 10;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-autocomplete-suggestion__wrap {
    max-height: 280px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-autocomplete-suggestion__list {
    margin: 0;
    padding: 0;
}

.amis-scope .el-autocomplete-suggestion li {
    padding: 0 20px;
    margin: 0;
    line-height: 34px;
    cursor: pointer;
    color: #606266;
    font-size: 14px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .el-autocomplete-suggestion li.highlighted,
.amis-scope .el-autocomplete-suggestion li:hover {
    background-color: #F5F7FA;
}

.amis-scope .el-autocomplete-suggestion li.divider {
    margin-top: 6px;
    border-top: 1px solid #000;
}

.amis-scope .el-autocomplete-suggestion li.divider:last-child {
    margin-bottom: -6px;
}

.amis-scope .el-autocomplete-suggestion.is-loading li {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #999;
}

.amis-scope .el-autocomplete-suggestion.is-loading li::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.amis-scope .el-autocomplete-suggestion.is-loading li:hover {
    background-color: #FFF;
}

.amis-scope .el-autocomplete-suggestion.is-loading .el-icon-loading {
    vertical-align: middle;
}

.amis-scope .el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px;
}

.amis-scope .el-dropdown .el-button-group {
    display: block;
}

.amis-scope .el-dropdown .el-button-group .el-button {
    float: none;
}

.amis-scope .el-dropdown .el-dropdown__caret-button {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-left: 0;
}

.amis-scope .el-dropdown .el-dropdown__caret-button::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background: rgba(255, 255, 255, .5);
}

.amis-scope .el-dropdown .el-dropdown__caret-button:hover::before {
    top: 0;
    bottom: 0;
}

.amis-scope .el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
    padding-left: 0;
}

.amis-scope .el-dropdown__icon {
    font-size: 12px;
    margin: 0 3px;
}

.amis-scope .el-dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}

.amis-scope .el-dropdown-menu__item:focus,
.amis-scope .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

.amis-scope .el-dropdown-menu__item i {
    margin-right: 5px;
}

.amis-scope .el-dropdown-menu__item--divided {
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #EBEEF5;
}

.amis-scope .el-dropdown-menu__item--divided:before {
    content: '';
    height: 6px;
    display: block;
    margin: 0 -20px;
    background-color: #FFF;
}

.amis-scope .el-dropdown-menu__item.is-disabled {
    cursor: default;
    color: #bbb;
    pointer-events: none;
}

.amis-scope .el-dropdown-menu--medium {
    padding: 6px 0;
}

.amis-scope .el-dropdown-menu--medium .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px;
}

.amis-scope .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 6px;
}

.amis-scope .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 6px;
    margin: 0 -17px;
}

.amis-scope .el-dropdown-menu--small {
    padding: 6px 0;
}

.amis-scope .el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px;
}

.amis-scope .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 4px;
}

.amis-scope .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 4px;
    margin: 0 -15px;
}

.amis-scope .el-dropdown-menu--mini {
    padding: 3px 0;
}

.amis-scope .el-dropdown-menu--mini .el-dropdown-menu__item {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
}

.amis-scope .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 3px;
}

.amis-scope .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 3px;
    margin: 0 -10px;
}

.amis-scope .el-menu {
    border-right: solid 1px #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #FFF;
}

.amis-scope .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.amis-scope .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.amis-scope .el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    background-color: #fff;
}

.amis-scope .el-menu::after,
.amis-scope .el-menu::before {
    display: table;
    content: "";
}

.amis-scope .el-menu::after {
    clear: both;
}

.amis-scope .el-menu.el-menu--horizontal {
    border-bottom: solid 1px #e6e6e6;
}

.amis-scope .el-menu--horizontal {
    border-right: 0;
}

.amis-scope .el-menu--horizontal>.el-menu-item {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
}

.amis-scope .el-menu--horizontal>.el-menu-item a,
.amis-scope .el-menu--horizontal>.el-menu-item a:hover {
    color: inherit;
}

.amis-scope .el-menu--horizontal>.el-submenu {
    float: left;
}

.amis-scope .el-menu--horizontal>.el-submenu:focus,
.amis-scope .el-menu--horizontal>.el-submenu:hover {
    outline: 0;
}

.amis-scope .el-menu--horizontal>.el-submenu:focus .el-submenu__title,
.amis-scope .el-menu--horizontal>.el-submenu:hover .el-submenu__title {
    color: #303133;
}

.amis-scope .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #409EFF;
    color: #303133;
}

.amis-scope .el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    color: #909399;
}

.amis-scope .el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
    position: static;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}

.amis-scope .el-menu--horizontal .el-menu .el-menu-item,
.amis-scope .el-menu--horizontal .el-menu .el-submenu__title {
    background-color: #FFF;
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #909399;
}

.amis-scope .el-menu--horizontal .el-menu .el-menu-item.is-active,
.amis-scope .el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
    color: #303133;
}

.amis-scope .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.amis-scope .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    outline: 0;
    color: #303133;
}

.amis-scope .el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid #409EFF;
    color: #303133;
}

.amis-scope .el-menu--collapse {
    width: 64px;
}

.amis-scope .el-menu--collapse>.el-menu-item [class^=el-icon-],
.amis-scope .el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
    margin: 0;
    vertical-align: middle;
    width: 24px;
    text-align: center;
}

.amis-scope .el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,
.amis-scope .el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
    display: none;
}

.amis-scope .el-menu--collapse>.el-menu-item span,
.amis-scope .el-menu--collapse>.el-submenu>.el-submenu__title span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
}

.amis-scope .el-menu--collapse>.el-menu-item.is-active i {
    color: inherit;
}

.amis-scope .el-menu--collapse .el-submenu {
    position: relative;
}

.amis-scope .el-menu--collapse .el-submenu .el-menu {
    position: absolute;
    margin-left: 5px;
    top: 0;
    left: 100%;
    border: 1px solid #E4E7ED;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-menu-item,
.amis-scope .el-submenu__title {
    height: 56px;
    line-height: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
}

.amis-scope .el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: none;
    transform: none;
}

.amis-scope .el-menu--popup {
    z-index: 100;
    border: 0;
    padding: 5px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-menu--popup-bottom-start {
    margin-top: 5px;
}

.amis-scope .el-menu--popup-right-start {
    margin-left: 5px;
    margin-right: 5px;
}

.amis-scope .el-menu-item {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
}

.amis-scope .el-menu-item * {
    vertical-align: middle;
}

.amis-scope .el-menu-item i {
    color: #909399;
}

.amis-scope .el-menu-item:focus,
.amis-scope .el-menu-item:hover {
    outline: 0;
    background-color: #ecf5ff;
}

.amis-scope .el-menu-item.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important;
}

.amis-scope .el-menu-item [class^=el-icon-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}

.amis-scope .el-menu-item.is-active {
    color: #409EFF;
}

.amis-scope .el-menu-item.is-active i {
    color: inherit;
}

.amis-scope .el-submenu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.amis-scope .el-submenu__title {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
}

.amis-scope .el-submenu__title * {
    vertical-align: middle;
}

.amis-scope .el-submenu__title i {
    color: #909399;
}

.amis-scope .el-submenu__title:focus,
.amis-scope .el-submenu__title:hover {
    outline: 0;
    background-color: #ecf5ff;
}

.amis-scope .el-submenu__title.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important;
}

.amis-scope .el-submenu__title:hover {
    background-color: #ecf5ff;
}

.amis-scope .el-submenu .el-menu {
    border: 0;
}

.amis-scope .el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    min-width: 200px;
}

.amis-scope .el-submenu__icon-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 12px;
}

.amis-scope .el-submenu.is-active .el-submenu__title {
    border-bottom-color: #409EFF;
}

.amis-scope .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.amis-scope .el-submenu.is-disabled .el-menu-item,
.amis-scope .el-submenu.is-disabled .el-submenu__title {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0 !important;
}

.amis-scope .el-submenu [class^=el-icon-] {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
}

.amis-scope .el-menu-item-group>ul {
    padding: 0;
}

.amis-scope .el-menu-item-group__title {
    padding: 7px 0 7px 20px;
    line-height: normal;
    font-size: 12px;
    color: #909399;
}

.amis-scope .el-radio-button__inner,
.amis-scope .el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.amis-scope .horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.amis-scope .el-radio-group {
    font-size: 0;
}

.amis-scope .el-radio-button {
    position: relative;
    display: inline-block;
    outline: 0;
}

.amis-scope .el-radio-button__inner {
    white-space: nowrap;
    background: #FFF;
    border: 1px solid #DCDFE6;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}

.amis-scope .el-radio-button__inner.is-round {
    padding: 12px 20px;
}

.amis-scope .el-radio-button__inner:hover {
    color: #409EFF;
}

.amis-scope .el-radio-button__inner [class*=el-icon-] {
    line-height: .9;
}

.amis-scope .el-radio-button__inner [class*=el-icon-]+span {
    margin-left: 5px;
}

.amis-scope .el-radio-button:first-child .el-radio-button__inner {
    border-left: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.amis-scope .el-radio-button__orig-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
}

.amis-scope .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
    -webkit-box-shadow: -1px 0 0 0 #409EFF;
    box-shadow: -1px 0 0 0 #409EFF;
}

.amis-scope .el-radio-button__orig-radio:disabled+.el-radio-button__inner {
    color: #C0C4CC;
    cursor: not-allowed;
    background-image: none;
    background-color: #FFF;
    border-color: #EBEEF5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope .el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
    background-color: #F2F6FC;
}

.amis-scope .el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 4px 4px 0;
}

.amis-scope .el-popover,
.amis-scope .el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: 4px;
}

.amis-scope .el-radio-button--medium .el-radio-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}

.amis-scope .el-radio-button--medium .el-radio-button__inner.is-round {
    padding: 10px 20px;
}

.amis-scope .el-radio-button--small .el-radio-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0;
}

.amis-scope .el-radio-button--small .el-radio-button__inner.is-round {
    padding: 9px 15px;
}

.amis-scope .el-radio-button--mini .el-radio-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0;
}

.amis-scope .el-radio-button--mini .el-radio-button__inner.is-round {
    padding: 7px 15px;
}

.amis-scope .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: 0 0 2px 2px #409EFF;
    box-shadow: 0 0 2px 2px #409EFF;
}

.amis-scope .el-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.amis-scope .el-switch__core,
.amis-scope .el-switch__label {
    display: inline-block;
    cursor: pointer;
}

.amis-scope .el-switch.is-disabled .el-switch__core,
.amis-scope .el-switch.is-disabled .el-switch__label {
    cursor: not-allowed;
}

.amis-scope .el-switch__label {
    -webkit-transition: .2s;
    transition: .2s;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    color: #303133;
}

.amis-scope .el-switch__label.is-active {
    color: #409EFF;
}

.amis-scope .el-switch__label--left {
    margin-right: 10px;
}

.amis-scope .el-switch__label--right {
    margin-left: 10px;
}

.amis-scope .el-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
}

.amis-scope .el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}

.amis-scope .el-switch__core {
    margin: 0;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #DCDFE6;
    outline: 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #DCDFE6;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
    vertical-align: middle;
}

.amis-scope .el-switch__core:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #FFF;
}

.amis-scope .el-switch.is-checked .el-switch__core {
    border-color: #409EFF;
    background-color: #409EFF;
}

.amis-scope .el-switch.is-checked .el-switch__core::after {
    left: 100%;
    margin-left: -17px;
}

.amis-scope .el-switch.is-disabled {
    opacity: .6;
}

.amis-scope .el-switch--wide .el-switch__label.el-switch__label--left span {
    left: 10px;
}

.amis-scope .el-switch--wide .el-switch__label.el-switch__label--right span {
    right: 10px;
}

.amis-scope .el-switch .label-fade-enter,
.amis-scope .el-switch .label-fade-leave-active {
    opacity: 0;
}

.amis-scope .el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}

.amis-scope .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #409EFF;
    background-color: #FFF;
}

.amis-scope .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #F5F7FA;
}

.amis-scope .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amis-scope .el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0;
}

.amis-scope .el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.amis-scope .el-select-dropdown__wrap {
    max-height: 274px;
}

.amis-scope .el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.amis-scope .el-select .el-tag,
.amis-scope .el-table {
    -webkit-box-sizing: border-box;
}

.amis-scope .el-select-dropdown__item.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-select-dropdown__item.is-disabled:hover {
    background-color: #FFF;
}

.amis-scope .el-select-dropdown__item.hover,
.amis-scope .el-select-dropdown__item:hover {
    background-color: #F5F7FA;
}

.amis-scope .el-select-dropdown__item.selected {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-select-group {
    margin: 0;
    padding: 0;
}

.amis-scope .el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.amis-scope .el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px;
}

.amis-scope .el-select-group__wrap:not(:last-of-type)::after {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #E4E7ED;
}

.amis-scope .el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px;
}

.amis-scope .el-select-group .el-select-dropdown__item {
    padding-left: 20px;
}

.amis-scope .el-select {
    display: inline-block;
    position: relative;
}

.amis-scope .el-select .el-select__tags>span {
    display: contents;
}

.amis-scope .el-select:hover .el-input__inner {
    border-color: #C0C4CC;
}

.amis-scope .el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px;
}

.amis-scope .el-select .el-input__inner:focus {
    border-color: #409EFF;
}

.amis-scope .el-select .el-input .el-select__caret {
    color: #C0C4CC;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}

.amis-scope .el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.amis-scope .el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #C0C4CC;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.amis-scope .el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399;
}

.amis-scope .el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed;
}

.amis-scope .el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #E4E7ED;
}

.amis-scope .el-select .el-input.is-focus .el-input__inner {
    border-color: #409EFF;
}

.amis-scope .el-select>.el-input {
    display: block;
}

.amis-scope .el-select__input {
    border: 0;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent;
}

.amis-scope .el-select__input.is-mini {
    height: 14px;
}

.amis-scope .el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #C0C4CC;
    line-height: 18px;
    font-size: 14px;
}

.amis-scope .el-select__close:hover {
    color: #909399;
}

.amis-scope .el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amis-scope .el-select .el-tag__close {
    margin-top: -2px;
}

.amis-scope .el-select .el-tag {
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5;
}

.amis-scope .el-select .el-tag__close.el-icon-close {
    background-color: #C0C4CC;
    right: -7px;
    top: 0;
    color: #FFF;
}

.amis-scope .el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399;
}

.amis-scope .el-table,
.amis-scope .el-table__expanded-cell {
    background-color: #FFF;
}

.amis-scope .el-select .el-tag__close.el-icon-close::before {
    display: block;
    -webkit-transform: translate(0, .5px);
    transform: translate(0, .5px);
}

.amis-scope .el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266;
}

.amis-scope .el-table--mini,
.amis-scope .el-table--small,
.amis-scope .el-table__expand-icon {
    font-size: 12px;
}

.amis-scope .el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}

.amis-scope .el-table__expand-column .cell {
    padding: 0;
    text-align: center;
}

.amis-scope .el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    height: 20px;
}

.amis-scope .el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.amis-scope .el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.amis-scope .el-table__expanded-cell[class*=cell] {
    padding: 20px 50px;
}

.amis-scope .el-table__expanded-cell:hover {
    background-color: transparent !important;
}

.amis-scope .el-table__placeholder {
    display: inline-block;
    width: 20px;
}

.amis-scope .el-table__append-wrapper {
    overflow: hidden;
}

.amis-scope .el-table--fit {
    border-right: 0;
    border-bottom: 0;
}

.amis-scope .el-table--fit td.gutter,
.amis-scope .el-table--fit th.gutter {
    border-right-width: 1px;
}

.amis-scope .el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto;
}

.amis-scope .el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto;
}

.amis-scope .el-table thead {
    color: #909399;
    font-weight: 500;
}

.amis-scope .el-table thead.is-group th {
    background: #F5F7FA;
}

.amis-scope .el-table th,
.amis-scope .el-table tr {
    background-color: #FFF;
}

.amis-scope .el-table td,
.amis-scope .el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.amis-scope .el-table td.is-center,
.amis-scope .el-table th.is-center {
    text-align: center;
}

.amis-scope .el-table td.is-right,
.amis-scope .el-table th.is-right {
    text-align: right;
}

.amis-scope .el-table td.gutter,
.amis-scope .el-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0;
}

.amis-scope .el-table--medium td,
.amis-scope .el-table--medium th {
    padding: 10px 0;
}

.amis-scope .el-table--small td,
.amis-scope .el-table--small th {
    padding: 8px 0;
}

.amis-scope .el-table--mini td,
.amis-scope .el-table--mini th {
    padding: 6px 0;
}

.amis-scope .el-table .cell,
.amis-scope .el-table th div {
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .el-table .cell,
.amis-scope .el-table th div,
.amis-scope .el-table--border td:first-child .cell,
.amis-scope .el-table--border th:first-child .cell {
    padding-left: 10px;
}

.amis-scope .el-table tr input[type=checkbox] {
    margin: 0;
}

.amis-scope .el-table td,
.amis-scope .el-table th.is-leaf {
    border-bottom: 1px solid #EBEEF5;
}

.amis-scope .el-table th.is-sortable {
    cursor: pointer;
}

.amis-scope .el-table th {
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.amis-scope .el-slider__button-wrapper,
.amis-scope .el-time-panel {
    -ms-user-select: none;
    -webkit-user-select: none;
}

.amis-scope .el-table th div {
    display: inline-block;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.amis-scope .el-table th>.cell {
    position: relative;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-table th>.cell.highlight {
    color: #409EFF;
}

.amis-scope .el-table th.required>div::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle;
}

.amis-scope .el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-table td.gutter {
    width: 0;
}

.amis-scope .el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
}

.amis-scope .el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px;
}

.amis-scope .el-table--border,
.amis-scope .el-table--group {
    border: 1px solid #EBEEF5;
}

.amis-scope .el-table--border::after,
.amis-scope .el-table--group::after,
.amis-scope .el-table::before {
    content: '';
    position: absolute;
    background-color: #EBEEF5;
    z-index: 1;
}

.amis-scope .el-table--border::after,
.amis-scope .el-table--group::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.amis-scope .el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.amis-scope .el-table--border {
    border-right: 0;
    border-bottom: 0;
}

.amis-scope .el-table--border.el-loading-parent--relative {
    border-color: transparent;
}

.amis-scope .el-table--border td,
.amis-scope .el-table--border th,
.amis-scope .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #EBEEF5;
}

.amis-scope .el-table--border th.gutter:last-of-type {
    border-bottom: 1px solid #EBEEF5;
    border-bottom-width: 1px;
}

.amis-scope .el-table--border th,
.amis-scope .el-table__fixed-right-patch {
    border-bottom: 1px solid #EBEEF5;
}

.amis-scope .el-table__fixed,
.amis-scope .el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.amis-scope .el-table__fixed-right::before,
.amis-scope .el-table__fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEEF5;
    z-index: 4;
}

.amis-scope .el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #FFF;
}

.amis-scope .el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0;
}

.amis-scope .el-table__fixed-right .el-table__fixed-body-wrapper,
.amis-scope .el-table__fixed-right .el-table__fixed-footer-wrapper,
.amis-scope .el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0;
}

.amis-scope .el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.amis-scope .el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.amis-scope .el-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #EBEEF5;
    background-color: #F5F7FA;
    color: #606266;
}

.amis-scope .el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3;
}

.amis-scope .el-table__body-wrapper,
.amis-scope .el-table__footer-wrapper,
.amis-scope .el-table__header-wrapper {
    width: 100%;
}

.amis-scope .el-table__footer-wrapper {
    margin-top: -1px;
}

.amis-scope .el-table__footer-wrapper td {
    border-top: 1px solid #EBEEF5;
}

.amis-scope .el-table__body,
.amis-scope .el-table__footer,
.amis-scope .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}

.amis-scope .el-table__footer-wrapper,
.amis-scope .el-table__header-wrapper {
    overflow: hidden;
}

.amis-scope .el-table__footer-wrapper tbody td,
.amis-scope .el-table__header-wrapper tbody td {
    background-color: #F5F7FA;
    color: #606266;
}

.amis-scope .el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}

.amis-scope .el-table__body-wrapper.is-scrolling-left~.el-table__fixed,
.amis-scope .el-table__body-wrapper.is-scrolling-none~.el-table__fixed,
.amis-scope .el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,
.amis-scope .el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope .el-picker-panel,
.amis-scope .el-table-filter {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #EBEEF5;
}

.amis-scope .el-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}

.amis-scope .el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}

.amis-scope .el-table .sort-caret.ascending {
    border-bottom-color: #C0C4CC;
    top: 5px;
}

.amis-scope .el-table .sort-caret.descending {
    border-top-color: #C0C4CC;
    bottom: 7px;
}

.amis-scope .el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409EFF;
}

.amis-scope .el-table .descending .sort-caret.descending {
    border-top-color: #409EFF;
}

.amis-scope .el-table .hidden-columns {
    position: absolute;
    z-index: -1;
}

.amis-scope .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #FAFAFA;
}

.amis-scope .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
    background-color: #ecf5ff;
}

.amis-scope .el-table__body tr.hover-row.current-row>td,
.amis-scope .el-table__body tr.hover-row.el-table__row--striped.current-row>td,
.amis-scope .el-table__body tr.hover-row.el-table__row--striped>td,
.amis-scope .el-table__body tr.hover-row>td {
    background-color: #F5F7FA;
}

.amis-scope .el-table__body tr.current-row>td {
    background-color: #ecf5ff;
}

.amis-scope .el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #EBEEF5;
    z-index: 10;
}

.amis-scope .el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
}

.amis-scope .el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

.amis-scope .el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.amis-scope .el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #F5F7FA;
}

.amis-scope .el-table--fluid-height .el-table__fixed,
.amis-scope .el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden;
}

.amis-scope .el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px;
}

.amis-scope .el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px;
}

.amis-scope .el-table-filter {
    border: 1px solid #EBEEF5;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
}

.amis-scope .el-date-table td,
.amis-scope .el-date-table td div {
    height: 30px;
    -webkit-box-sizing: border-box;
}

.amis-scope .el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px;
}

.amis-scope .el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}

.amis-scope .el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

.amis-scope .el-table-filter__list-item.is-active {
    background-color: #409EFF;
    color: #FFF;
}

.amis-scope .el-table-filter__content {
    min-width: 100px;
}

.amis-scope .el-table-filter__bottom {
    border-top: 1px solid #EBEEF5;
    padding: 8px;
}

.amis-scope .el-table-filter__bottom button {
    background: 0 0;
    border: 0;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px;
}

.amis-scope .el-date-table td.in-range div,
.amis-scope .el-date-table td.in-range div:hover,
.amis-scope .el-date-table.is-week-mode .el-date-table__row.current div,
.amis-scope .el-date-table.is-week-mode .el-date-table__row:hover div {
    background-color: #F2F6FC;
}

.amis-scope .el-table-filter__bottom button:hover {
    color: #409EFF;
}

.amis-scope .el-table-filter__bottom button:focus {
    outline: 0;
}

.amis-scope .el-table-filter__bottom button.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-table-filter__wrap {
    max-height: 280px;
}

.amis-scope .el-table-filter__checkbox-group {
    padding: 10px;
}

.amis-scope .el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.amis-scope .el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0;
}

.amis-scope .el-date-table {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: #606266;
}

.amis-scope .el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.amis-scope .el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.amis-scope .el-date-table td {
    width: 32px;
    padding: 4px 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.amis-scope .el-date-table td div {
    padding: 3px 0;
    box-sizing: border-box;
}

.amis-scope .el-date-table td span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.amis-scope .el-date-table td.next-month,
.amis-scope .el-date-table td.prev-month {
    color: #C0C4CC;
}

.amis-scope .el-date-table td.today {
    position: relative;
}

.amis-scope .el-date-table td.today span {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-date-table td.today.end-date span,
.amis-scope .el-date-table td.today.start-date span {
    color: #FFF;
}

.amis-scope .el-date-table td.available:hover {
    color: #409EFF;
}

.amis-scope .el-date-table td.current:not(.disabled) span {
    color: #FFF;
    background-color: #409EFF;
}

.amis-scope .el-date-table td.end-date div,
.amis-scope .el-date-table td.start-date div {
    color: #FFF;
}

.amis-scope .el-date-table td.end-date span,
.amis-scope .el-date-table td.start-date span {
    background-color: #409EFF;
}

.amis-scope .el-date-table td.start-date div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.amis-scope .el-date-table td.end-date div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.amis-scope .el-date-table td.disabled div {
    background-color: #F5F7FA;
    opacity: 1;
    cursor: not-allowed;
    color: #C0C4CC;
}

.amis-scope .el-date-table td.selected div {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #F2F6FC;
    border-radius: 15px;
}

.amis-scope .el-date-table td.selected div:hover {
    background-color: #F2F6FC;
}

.amis-scope .el-date-table td.selected span {
    background-color: #409EFF;
    color: #FFF;
    border-radius: 15px;
}

.amis-scope .el-date-table td.week {
    font-size: 80%;
    color: #606266;
}

.amis-scope .el-month-table,
.amis-scope .el-year-table {
    font-size: 12px;
    border-collapse: collapse;
}

.amis-scope .el-date-table th {
    padding: 5px;
    color: #606266;
    font-weight: 400;
    border-bottom: solid 1px #EBEEF5;
}

.amis-scope .el-month-table {
    margin: -1px;
}

.amis-scope .el-month-table td {
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.amis-scope .el-month-table td div {
    height: 48px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-month-table td.today .cell {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-month-table td.today.end-date .cell,
.amis-scope .el-month-table td.today.start-date .cell {
    color: #FFF;
}

.amis-scope .el-month-table td.disabled .cell {
    background-color: #F5F7FA;
    cursor: not-allowed;
    color: #C0C4CC;
}

.amis-scope .el-month-table td.disabled .cell:hover {
    color: #C0C4CC;
}

.amis-scope .el-month-table td .cell {
    width: 60px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: #606266;
    margin: 0 auto;
    border-radius: 18px;
}

.amis-scope .el-month-table td .cell:hover {
    color: #409EFF;
}

.amis-scope .el-month-table td.in-range div,
.amis-scope .el-month-table td.in-range div:hover {
    background-color: #F2F6FC;
}

.amis-scope .el-month-table td.end-date div,
.amis-scope .el-month-table td.start-date div {
    color: #FFF;
}

.amis-scope .el-month-table td.end-date .cell,
.amis-scope .el-month-table td.start-date .cell {
    color: #FFF;
    background-color: #409EFF;
}

.amis-scope .el-month-table td.start-date div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.amis-scope .el-month-table td.end-date div {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.amis-scope .el-month-table td.current:not(.disabled) .cell {
    color: #409EFF;
}

.amis-scope .el-year-table {
    margin: -1px;
}

.amis-scope .el-year-table .el-icon {
    color: #303133;
}

.amis-scope .el-year-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer;
}

.amis-scope .el-year-table td.today .cell {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-year-table td.disabled .cell {
    background-color: #F5F7FA;
    cursor: not-allowed;
    color: #C0C4CC;
}

.amis-scope .el-year-table td.disabled .cell:hover {
    color: #C0C4CC;
}

.amis-scope .el-year-table td .cell {
    width: 48px;
    height: 32px;
    display: block;
    line-height: 32px;
    color: #606266;
    margin: 0 auto;
}

.amis-scope .el-year-table td .cell:hover,
.amis-scope .el-year-table td.current:not(.disabled) .cell {
    color: #409EFF;
}

.amis-scope .el-date-range-picker {
    width: 646px;
}

.amis-scope .el-date-range-picker.has-sidebar {
    width: 756px;
}

.amis-scope .el-date-range-picker table {
    table-layout: fixed;
    width: 100%;
}

.amis-scope .el-date-range-picker .el-picker-panel__body {
    min-width: 513px;
}

.amis-scope .el-date-range-picker .el-picker-panel__content {
    margin: 0;
}

.amis-scope .el-date-range-picker__header {
    position: relative;
    text-align: center;
    height: 28px;
}

.amis-scope .el-date-range-picker__header [class*=arrow-left] {
    float: left;
}

.amis-scope .el-date-range-picker__header [class*=arrow-right] {
    float: right;
}

.amis-scope .el-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}

.amis-scope .el-date-range-picker__content {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
}

.amis-scope .el-date-range-picker__content.is-left {
    border-right: 1px solid #e4e4e4;
}

.amis-scope .el-date-range-picker__content .el-date-range-picker__header div {
    margin-left: 50px;
    margin-right: 50px;
}

.amis-scope .el-date-range-picker__editors-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
}

.amis-scope .el-date-range-picker__editors-wrap.is-right {
    text-align: right;
}

.amis-scope .el-date-range-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-date-range-picker__time-header>.el-icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    color: #303133;
}

.amis-scope .el-date-range-picker__time-picker-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px;
}

.amis-scope .el-date-range-picker__time-picker-wrap .el-picker-panel {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
    background: #FFF;
}

.amis-scope .el-date-picker {
    width: 322px;
}

.amis-scope .el-date-picker.has-sidebar.has-time {
    width: 434px;
}

.amis-scope .el-date-picker.has-sidebar {
    width: 438px;
}

.amis-scope .el-date-picker.has-time .el-picker-panel__body-wrapper {
    position: relative;
}

.amis-scope .el-date-picker .el-picker-panel__content {
    width: 292px;
}

.amis-scope .el-date-picker table {
    table-layout: fixed;
    width: 100%;
}

.amis-scope .el-date-picker__editor-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px;
}

.amis-scope .el-date-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-date-picker__header {
    margin: 12px;
    text-align: center;
}

.amis-scope .el-date-picker__header--bordered {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: solid 1px #EBEEF5;
}

.amis-scope .el-date-picker__header--bordered+.el-picker-panel__content {
    margin-top: 0;
}

.amis-scope .el-date-picker__header-label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: #606266;
}

.amis-scope .el-date-picker__header-label.active,
.amis-scope .el-date-picker__header-label:hover {
    color: #409EFF;
}

.amis-scope .el-date-picker__prev-btn {
    float: left;
}

.amis-scope .el-date-picker__next-btn {
    float: right;
}

.amis-scope .el-date-picker__time-wrap {
    padding: 10px;
    text-align: center;
}

.amis-scope .el-date-picker__time-label {
    float: left;
    cursor: pointer;
    line-height: 30px;
    margin-left: 10px;
}

.amis-scope .time-select {
    margin: 5px 0;
    min-width: 0;
}

.amis-scope .time-select .el-picker-panel__content {
    max-height: 200px;
    margin: 0;
}

.amis-scope .time-select-item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
}

.amis-scope .time-select-item.selected:not(.disabled) {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .time-select-item.disabled {
    color: #E4E7ED;
    cursor: not-allowed;
}

.amis-scope .time-select-item:hover {
    background-color: #F5F7FA;
    font-weight: 700;
    cursor: pointer;
}

.amis-scope .el-date-editor {
    position: relative;
    display: inline-block;
    text-align: left;
}

.amis-scope .el-date-editor.el-input,
.amis-scope .el-date-editor.el-input__inner {
    width: 220px;
}

.amis-scope .el-date-editor--monthrange.el-input,
.amis-scope .el-date-editor--monthrange.el-input__inner {
    width: 300px;
}

.amis-scope .el-date-editor--daterange.el-input,
.amis-scope .el-date-editor--daterange.el-input__inner,
.amis-scope .el-date-editor--timerange.el-input,
.amis-scope .el-date-editor--timerange.el-input__inner {
    width: 350px;
}

.amis-scope .el-date-editor--datetimerange.el-input,
.amis-scope .el-date-editor--datetimerange.el-input__inner {
    width: 400px;
}

.amis-scope .el-date-editor--dates .el-input__inner {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.amis-scope .el-date-editor .el-icon-circle-close {
    cursor: pointer;
}

.amis-scope .el-date-editor .el-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #C0C4CC;
    float: left;
    line-height: 32px;
}

.amis-scope .el-date-editor .el-range-input,
.amis-scope .el-date-editor .el-range-separator {
    height: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.amis-scope .el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 0;
    width: 39%;
    color: #606266;
}

.amis-scope .el-date-editor .el-range-input::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-date-editor .el-range-input:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-date-editor .el-range-input::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-date-editor .el-range-input::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-date-editor .el-range-separator {
    padding: 0 5px;
    line-height: 32px;
    width: 5%;
    color: #303133;
}

.amis-scope .el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: #C0C4CC;
    width: 25px;
    display: inline-block;
    float: right;
    line-height: 32px;
}

.amis-scope .el-range-editor.el-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
}

.amis-scope .el-range-editor .el-range-input {
    line-height: 1;
}

.amis-scope .el-range-editor.is-active,
.amis-scope .el-range-editor.is-active:hover {
    border-color: #409EFF;
}

.amis-scope .el-range-editor--medium.el-input__inner {
    height: 36px;
}

.amis-scope .el-range-editor--medium .el-range-separator {
    line-height: 28px;
    font-size: 14px;
}

.amis-scope .el-range-editor--medium .el-range-input {
    font-size: 14px;
}

.amis-scope .el-range-editor--medium .el-range__close-icon,
.amis-scope .el-range-editor--medium .el-range__icon {
    line-height: 28px;
}

.amis-scope .el-range-editor--small.el-input__inner {
    height: 32px;
}

.amis-scope .el-range-editor--small .el-range-separator {
    line-height: 24px;
    font-size: 13px;
}

.amis-scope .el-range-editor--small .el-range-input {
    font-size: 13px;
}

.amis-scope .el-range-editor--small .el-range__close-icon,
.amis-scope .el-range-editor--small .el-range__icon {
    line-height: 24px;
}

.amis-scope .el-range-editor--mini.el-input__inner {
    height: 28px;
}

.amis-scope .el-range-editor--mini .el-range-separator {
    line-height: 20px;
    font-size: 12px;
}

.amis-scope .el-range-editor--mini .el-range-input {
    font-size: 12px;
}

.amis-scope .el-range-editor--mini .el-range__close-icon,
.amis-scope .el-range-editor--mini .el-range__icon {
    line-height: 20px;
}

.amis-scope .el-range-editor.is-disabled {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-range-editor.is-disabled:focus,
.amis-scope .el-range-editor.is-disabled:hover {
    border-color: #E4E7ED;
}

.amis-scope .el-range-editor.is-disabled input {
    background-color: #F5F7FA;
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-range-editor.is-disabled input::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-range-editor.is-disabled input:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-range-editor.is-disabled input::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-range-editor.is-disabled input::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-range-editor.is-disabled .el-range-separator {
    color: #C0C4CC;
}

.amis-scope .el-picker-panel {
    color: #606266;
    border: 1px solid #E4E7ED;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    background: #FFF;
    border-radius: 4px;
    line-height: 30px;
    margin: 5px 0;
}

.amis-scope .el-popover,
.amis-scope .el-time-panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-picker-panel__body-wrapper::after,
.amis-scope .el-picker-panel__body::after {
    content: "";
    display: table;
    clear: both;
}

.amis-scope .el-picker-panel__content {
    position: relative;
    margin: 15px;
}

.amis-scope .el-picker-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    text-align: right;
    background-color: #FFF;
    position: relative;
    font-size: 0;
}

.amis-scope .el-picker-panel__shortcut {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #606266;
    padding-left: 12px;
    text-align: left;
    outline: 0;
    cursor: pointer;
}

.amis-scope .el-picker-panel__shortcut:hover {
    color: #409EFF;
}

.amis-scope .el-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: #409EFF;
}

.amis-scope .el-picker-panel__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
}

.amis-scope .el-picker-panel__btn[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

.amis-scope .el-picker-panel__icon-btn {
    font-size: 12px;
    color: #303133;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 8px;
}

.amis-scope .el-picker-panel__icon-btn:hover {
    color: #409EFF;
}

.amis-scope .el-picker-panel__icon-btn.is-disabled {
    color: #bbb;
}

.amis-scope .el-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed;
}

.amis-scope .el-picker-panel__link-btn {
    vertical-align: middle;
}

.amis-scope .el-picker-panel [slot=sidebar],
.amis-scope .el-picker-panel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    border-right: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    background-color: #FFF;
    overflow: auto;
}

.amis-scope .el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.amis-scope .el-picker-panel__sidebar+.el-picker-panel__body {
    margin-left: 110px;
}

.amis-scope .el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 33.3%;
}

.amis-scope .el-time-spinner__wrapper {
    max-height: 190px;
    overflow: auto;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
}

.amis-scope .el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 15px;
}

.amis-scope .el-time-spinner__input.el-input .el-input__inner,
.amis-scope .el-time-spinner__list {
    padding: 0;
    text-align: center;
}

.amis-scope .el-time-spinner__wrapper.is-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.amis-scope .el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

.amis-scope .el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #FFF;
    cursor: default;
}

.amis-scope .el-time-spinner__arrow {
    font-size: 12px;
    color: #909399;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.amis-scope .el-time-spinner__arrow:hover {
    color: #409EFF;
}

.amis-scope .el-time-spinner__arrow.el-icon-arrow-up {
    top: 10px;
}

.amis-scope .el-time-spinner__arrow.el-icon-arrow-down {
    bottom: 10px;
}

.amis-scope .el-time-spinner__input.el-input {
    width: 70%;
}

.amis-scope .el-time-spinner__list {
    margin: 0;
    list-style: none;
}

.amis-scope .el-time-spinner__list::after,
.amis-scope .el-time-spinner__list::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
}

.amis-scope .el-time-spinner__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #606266;
}

.amis-scope .el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #F5F7FA;
    cursor: pointer;
}

.amis-scope .el-time-spinner__item.active:not(.disabled) {
    color: #303133;
    font-weight: 700;
}

.amis-scope .el-time-spinner__item.disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-time-panel {
    margin: 5px 0;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    position: absolute;
    width: 180px;
    left: 0;
    z-index: 1000;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.amis-scope .el-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.amis-scope .el-time-panel__content::after,
.amis-scope .el-time-panel__content::before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -15px;
    height: 32px;
    z-index: -1;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: left;
    border-top: 1px solid #E4E7ED;
    border-bottom: 1px solid #E4E7ED;
}

.amis-scope .el-time-panel__content::after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%;
}

.amis-scope .el-time-panel__content::before {
    padding-left: 50%;
    margin-right: 12%;
    margin-left: 12%;
}

.amis-scope .el-time-panel__content.has-seconds::after {
    left: calc(100% / 3 * 2);
}

.amis-scope .el-time-panel__content.has-seconds::before {
    padding-left: calc(100% / 3);
}

.amis-scope .el-time-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    height: 36px;
    line-height: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-time-panel__btn {
    border: 0;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: #303133;
}

.amis-scope .el-time-panel__btn.confirm {
    font-weight: 800;
    color: #409EFF;
}

.amis-scope .el-time-range-picker {
    width: 354px;
    overflow: visible;
}

.amis-scope .el-time-range-picker__content {
    position: relative;
    text-align: center;
    padding: 10px;
}

.amis-scope .el-time-range-picker__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%;
    display: inline-block;
}

.amis-scope .el-time-range-picker__header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}

.amis-scope .el-time-range-picker__body {
    border-radius: 2px;
    border: 1px solid #E4E7ED;
}

.amis-scope .el-popover {
    position: absolute;
    background: #FFF;
    min-width: 150px;
    border: 1px solid #EBEEF5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
}

.amis-scope .el-popover--plain {
    padding: 18px 20px;
}

.amis-scope .el-popover__title {
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}

.amis-scope .v-modal-enter {
    -webkit-animation: v-modal-in .2s ease;
    animation: v-modal-in .2s ease;
}

.amis-scope .v-modal-leave {
    -webkit-animation: v-modal-out .2s ease forwards;
    animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}

@keyframes v-modal-out {
    100% {
        opacity: 0;
    }
}

.amis-scope .v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.amis-scope .el-popup-parent--hidden {
    overflow: hidden;
}

.amis-scope .el-message-box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.amis-scope .el-message-box__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.amis-scope .el-message-box__wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.amis-scope .el-message-box__header {
    position: relative;
    padding: 15px 15px 10px;
}

.amis-scope .el-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133;
}

.amis-scope .el-message-box__headerbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    cursor: pointer;
}

.amis-scope .el-form-item.is-error .el-input__inner,
.amis-scope .el-form-item.is-error .el-input__inner:focus,
.amis-scope .el-form-item.is-error .el-textarea__inner,
.amis-scope .el-form-item.is-error .el-textarea__inner:focus,
.amis-scope .el-message-box__input input.invalid,
.amis-scope .el-message-box__input input.invalid:focus {
    border-color: #F56C6C;
}

.amis-scope .el-message-box__headerbtn .el-message-box__close {
    color: #909399;
}

.amis-scope .el-message-box__headerbtn:focus .el-message-box__close,
.amis-scope .el-message-box__headerbtn:hover .el-message-box__close {
    color: #409EFF;
}

.amis-scope .el-message-box__content {
    position: relative;
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
}

.amis-scope .el-message-box__input {
    padding-top: 15px;
}

.amis-scope .el-message-box__status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px !important;
}

.amis-scope .el-message-box__status::before {
    padding-left: 1px;
}

.amis-scope .el-message-box__status+.el-message-box__message {
    padding-left: 36px;
    padding-right: 12px;
}

.amis-scope .el-message-box__status.el-icon-success {
    color: #67C23A;
}

.amis-scope .el-message-box__status.el-icon-info {
    color: #909399;
}

.amis-scope .el-message-box__status.el-icon-warning {
    color: #E6A23C;
}

.amis-scope .el-message-box__status.el-icon-error {
    color: #F56C6C;
}

.amis-scope .el-message-box__message {
    margin: 0;
}

.amis-scope .el-message-box__message p {
    margin: 0;
    line-height: 24px;
}

.amis-scope .el-message-box__errormsg {
    color: #F56C6C;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px;
}

.amis-scope .el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right;
}

.amis-scope .el-message-box__btns button:nth-child(2) {
    margin-left: 10px;
}

.amis-scope .el-message-box__btns-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.amis-scope .el-container,
.amis-scope .el-container.is-vertical,
.amis-scope .el-link,
.amis-scope .el-steps--vertical {
    -webkit-box-direction: normal;
}

.amis-scope .el-message-box--center {
    padding-bottom: 30px;
}

.amis-scope .el-message-box--center .el-message-box__header {
    padding-top: 30px;
}

.amis-scope .el-message-box--center .el-message-box__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .el-message-box--center .el-message-box__status {
    position: relative;
    top: auto;
    padding-right: 5px;
    text-align: center;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.amis-scope .el-message-box--center .el-message-box__message {
    margin-left: 0;
}

.amis-scope .el-message-box--center .el-message-box__btns,
.amis-scope .el-message-box--center .el-message-box__content {
    text-align: center;
}

.amis-scope .el-message-box--center .el-message-box__content {
    padding-left: 27px;
    padding-right: 27px;
}

.amis-scope .msgbox-fade-enter-active {
    -webkit-animation: msgbox-fade-in .3s;
    animation: msgbox-fade-in .3s;
}

.amis-scope .msgbox-fade-leave-active {
    -webkit-animation: msgbox-fade-out .3s;
    animation: msgbox-fade-out .3s;
}

@-webkit-keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

@keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}

.amis-scope .el-breadcrumb {
    font-size: 14px;
    line-height: 1;
}

.amis-scope .el-breadcrumb::after,
.amis-scope .el-breadcrumb::before {
    display: table;
    content: "";
}

.amis-scope .el-breadcrumb::after {
    clear: both;
}

.amis-scope .el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #C0C4CC;
}

.amis-scope .el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400;
}

.amis-scope .el-breadcrumb__item {
    float: left;
}

.amis-scope .el-breadcrumb__inner {
    color: #606266;
}

.amis-scope .el-breadcrumb__inner a,
.amis-scope .el-breadcrumb__inner.is-link {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
    color: #303133;
}

.amis-scope .el-breadcrumb__inner a:hover,
.amis-scope .el-breadcrumb__inner.is-link:hover {
    color: #409EFF;
    cursor: pointer;
}

.amis-scope .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.amis-scope .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.amis-scope .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.amis-scope .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    font-weight: 400;
    color: #606266;
    cursor: text;
}

.amis-scope .el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none;
}

.amis-scope .el-form--label-left .el-form-item__label {
    text-align: left;
}

.amis-scope .el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px;
}

.amis-scope .el-form--inline .el-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.amis-scope .el-form--inline .el-form-item__label {
    float: none;
    display: inline-block;
}

.amis-scope .el-form--inline .el-form-item__content {
    display: inline-block;
    vertical-align: top;
}

.amis-scope .el-form--inline.el-form--label-top .el-form-item__content {
    display: block;
}

.amis-scope .el-form-item {
    margin-bottom: 22px;
}

.amis-scope .el-form-item::after,
.amis-scope .el-form-item::before {
    display: table;
    content: "";
}

.amis-scope .el-form-item::after {
    clear: both;
}

.amis-scope .el-form-item .el-form-item {
    margin-bottom: 0;
}

.amis-scope .el-form-item--mini.el-form-item,
.amis-scope .el-form-item--small.el-form-item {
    margin-bottom: 18px;
}

.amis-scope .el-form-item .el-input__validateIcon {
    display: none;
}

.amis-scope .el-form-item--medium .el-form-item__content,
.amis-scope .el-form-item--medium .el-form-item__label {
    line-height: 36px;
}

.amis-scope .el-form-item--small .el-form-item__content,
.amis-scope .el-form-item--small .el-form-item__label {
    line-height: 32px;
}

.amis-scope .el-form-item--small .el-form-item__error {
    padding-top: 2px;
}

.amis-scope .el-form-item--mini .el-form-item__content,
.amis-scope .el-form-item--mini .el-form-item__label {
    line-height: 28px;
}

.amis-scope .el-form-item--mini .el-form-item__error {
    padding-top: 1px;
}

.amis-scope .el-form-item__label-wrap {
    float: left;
}

.amis-scope .el-form-item__label-wrap .el-form-item__label {
    display: inline-block;
    float: none;
}

.amis-scope .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.amis-scope .el-form-item__content::after,
.amis-scope .el-form-item__content::before {
    display: table;
    content: "";
}

.amis-scope .el-form-item__content::after {
    clear: both;
}

.amis-scope .el-form-item__content .el-input-group {
    vertical-align: top;
}

.amis-scope .el-form-item__error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
}

.amis-scope .el-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px;
}

.amis-scope .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.amis-scope .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: '*';
    color: #F56C6C;
    margin-right: 4px;
}

.amis-scope .el-form-item.is-error .el-input-group__append .el-input__inner,
.amis-scope .el-form-item.is-error .el-input-group__prepend .el-input__inner {
    border-color: transparent;
}

.amis-scope .el-form-item.is-error .el-input__validateIcon {
    color: #F56C6C;
}

.amis-scope .el-form-item--feedback .el-input__validateIcon {
    display: inline-block;
}

.amis-scope .el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.amis-scope .el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409EFF;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none;
}

.amis-scope .el-tabs__new-tab {
    float: right;
    border: 1px solid #d3dce6;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin: 12px 0 9px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #d3dce6;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.amis-scope .el-collapse-item__arrow,
.amis-scope .el-tabs__nav {
    -webkit-transition: -webkit-transform .3s;
}

.amis-scope .el-tabs__new-tab .el-icon-plus {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

.amis-scope .el-tabs__new-tab:hover {
    color: #409EFF;
}

.amis-scope .el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}

.amis-scope .el-tabs__nav-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #E4E7ED;
    z-index: 1;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,
.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after {
    content: none;
}

.amis-scope .el-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-tabs__nav-scroll {
    overflow: hidden;
}

.amis-scope .el-tabs__nav-next,
.amis-scope .el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: #909399;
}

.amis-scope .el-tabs__nav-next {
    right: 0;
}

.amis-scope .el-tabs__nav-prev {
    left: 0;
}

.amis-scope .el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    float: left;
    z-index: 2;
}

.amis-scope .el-tabs__nav.is-stretch {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.amis-scope .el-tabs__nav.is-stretch>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.amis-scope .el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}

.amis-scope .el-tabs__item:focus,
.amis-scope .el-tabs__item:focus:active {
    outline: 0;
}

.amis-scope .el-tabs__item:focus.is-active.is-focus:not(:active) {
    -webkit-box-shadow: 0 0 2px 2px #409EFF inset;
    box-shadow: 0 0 2px 2px #409EFF inset;
    border-radius: 3px;
}

.amis-scope .el-tabs__item .el-icon-close {
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-left: 5px;
}

.amis-scope .el-tabs__item .el-icon-close:before {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    display: inline-block;
}

.amis-scope .el-tabs__item .el-icon-close:hover {
    background-color: #C0C4CC;
    color: #FFF;
}

.amis-scope .el-tabs__item.is-active {
    color: #409EFF;
}

.amis-scope .el-tabs__item:hover {
    color: #409EFF;
    cursor: pointer;
}

.amis-scope .el-tabs__item.is-disabled {
    color: #C0C4CC;
    cursor: default;
}

.amis-scope .el-tabs__content {
    overflow: hidden;
    position: relative;
}

.amis-scope .el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid #E4E7ED;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 1px solid #E4E7ED;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
    top: -1px;
    right: -2px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,
.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
    width: 14px;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #E4E7ED;
    -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
    transition: color .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
    border-left: 0;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: #FFF;
}

.amis-scope .el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px;
}

.amis-scope .el-tabs--border-card {
    background: #FFF;
    border: 1px solid #DCDFE6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
}

.amis-scope .el-tabs--border-card>.el-tabs__content {
    padding: 15px;
}

.amis-scope .el-tabs--border-card>.el-tabs__header {
    background-color: #F5F7FA;
    border-bottom: 1px solid #E4E7ED;
    margin: 0;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border: 1px solid transparent;
    margin-top: -1px;
    color: #909399;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
    margin-left: -1px;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #409EFF;
    background-color: #FFF;
    border-right-color: #DCDFE6;
    border-left-color: #DCDFE6;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #409EFF;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
    color: #C0C4CC;
}

.amis-scope .el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
    margin-left: 0;
}

.amis-scope .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.amis-scope .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.amis-scope .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.amis-scope .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}

.amis-scope .el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.amis-scope .el-tabs--bottom .el-tabs__item.is-top:last-child,
.amis-scope .el-tabs--top .el-tabs__item.is-bottom:last-child,
.amis-scope .el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 0;
}

.amis-scope .el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.amis-scope .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 20px;
}

.amis-scope .el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.amis-scope .el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 20px;
}

.amis-scope .el-tabs--bottom .el-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px;
}

.amis-scope .el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid #DCDFE6;
}

.amis-scope .el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
    margin-top: -1px;
    margin-bottom: 0;
}

.amis-scope .el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent;
}

.amis-scope .el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px;
}

.amis-scope .el-tabs--left,
.amis-scope .el-tabs--right {
    overflow: hidden;
}

.amis-scope .el-tabs--left .el-tabs__header.is-left,
.amis-scope .el-tabs--left .el-tabs__header.is-right,
.amis-scope .el-tabs--left .el-tabs__nav-scroll,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right,
.amis-scope .el-tabs--right .el-tabs__header.is-left,
.amis-scope .el-tabs--right .el-tabs__header.is-right,
.amis-scope .el-tabs--right .el-tabs__nav-scroll,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%;
}

.amis-scope .el-tabs--left .el-tabs__active-bar.is-left,
.amis-scope .el-tabs--left .el-tabs__active-bar.is-right,
.amis-scope .el-tabs--right .el-tabs__active-bar.is-left,
.amis-scope .el-tabs--right .el-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    left: auto;
    top: 0;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    right: auto;
    bottom: 0;
}

.amis-scope .el-tabs--left .el-tabs__active-bar.is-left,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left::after {
    right: 0;
    left: auto;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left::after,
.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-right::after,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-left::after,
.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right::after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0;
}

.amis-scope .el-tabs--left .el-tabs__nav.is-left,
.amis-scope .el-tabs--left .el-tabs__nav.is-right,
.amis-scope .el-tabs--right .el-tabs__nav.is-left,
.amis-scope .el-tabs--right .el-tabs__nav.is-right {
    float: none;
}

.amis-scope .el-tabs--left .el-tabs__item.is-left,
.amis-scope .el-tabs--left .el-tabs__item.is-right,
.amis-scope .el-tabs--right .el-tabs__item.is-left,
.amis-scope .el-tabs--right .el-tabs__item.is-right {
    display: block;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,
.amis-scope .el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
    display: none;
}

.amis-scope .el-tabs--left .el-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

.amis-scope .el-tabs--left .el-tabs__nav-wrap.is-left {
    margin-right: -1px;
}

.amis-scope .el-tabs--left .el-tabs__item.is-left {
    text-align: right;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__item.is-left {
    border-left: 0;
    border-right: 1px solid #E4E7ED;
    border-bottom: 0;
    border-top: 1px solid #E4E7ED;
    text-align: left;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
    border-right: 1px solid #E4E7ED;
    border-top: 0;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
    border: 1px solid #E4E7ED;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
    border-top: 0;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
    border-bottom: 0;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__nav {
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #E4E7ED;
    border-right: 0;
}

.amis-scope .el-tabs--left.el-tabs--card .el-tabs__new-tab {
    float: none;
}

.amis-scope .el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
    border-right: 1px solid #dfe4ed;
}

.amis-scope .el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px;
}

.amis-scope .el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: #d1dbe5 transparent;
}

.amis-scope .el-tabs--right .el-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px;
}

.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-left: -1px;
}

.amis-scope .el-tabs--right .el-tabs__nav-wrap.is-right::after {
    left: 0;
    right: auto;
}

.amis-scope .el-tabs--right .el-tabs__active-bar.is-right {
    left: 0;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__item.is-right {
    border-bottom: 0;
    border-top: 1px solid #E4E7ED;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
    border-left: 1px solid #E4E7ED;
    border-top: 0;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
    border: 1px solid #E4E7ED;
    border-left-color: #fff;
    border-right: 0;
    border-bottom: 0;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
    border-top: 0;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
    border-bottom: 0;
}

.amis-scope .el-tabs--right.el-tabs--card .el-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #E4E7ED;
    border-left: 0;
}

.amis-scope .el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
    border-left: 1px solid #dfe4ed;
}

.amis-scope .el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
    border: 1px solid transparent;
    margin: -1px -1px -1px 0;
}

.amis-scope .el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: #d1dbe5 transparent;
}

.amis-scope .slideInLeft-transition,
.amis-scope .slideInRight-transition {
    display: inline-block;
}

.amis-scope .slideInRight-enter {
    -webkit-animation: slideInRight-enter .3s;
    animation: slideInRight-enter .3s;
}

.amis-scope .slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInRight-leave .3s;
    animation: slideInRight-leave .3s;
}

.amis-scope .slideInLeft-enter {
    -webkit-animation: slideInLeft-enter .3s;
    animation: slideInLeft-enter .3s;
}

.amis-scope .slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInLeft-leave .3s;
    animation: slideInLeft-leave .3s;
}

@-webkit-keyframes slideInRight-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slideInRight-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInLeft-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideInLeft-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

.amis-scope .el-tree {
    position: relative;
    cursor: default;
    background: #FFF;
    color: #606266;
}

.amis-scope .el-tree__empty-block {
    position: relative;
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.amis-scope .el-tree__empty-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #909399;
}

.amis-scope .el-tree__drop-indicator {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #409EFF;
}

.amis-scope .el-tree-node {
    white-space: nowrap;
    outline: 0;
}

.amis-scope .el-tree-node:focus>.el-tree-node__content {
    background-color: #F5F7FA;
}

.amis-scope .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
    background-color: #409EFF;
    color: #fff;
}

.amis-scope .el-tree-node__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
}

.amis-scope .el-tree-node__content>.el-tree-node__expand-icon {
    padding: 6px;
}

.amis-scope .el-tree-node__content>.el-checkbox {
    margin-right: 8px;
}

.amis-scope .el-tree-node__content:hover {
    background-color: #F5F7FA;
}

.amis-scope .el-tree.is-dragging .el-tree-node__content {
    cursor: move;
}

.amis-scope .el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
    cursor: not-allowed;
}

.amis-scope .el-tree-node__expand-icon {
    cursor: pointer;
    color: #C0C4CC;
    font-size: 12px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.amis-scope .el-tree-node__expand-icon.expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.amis-scope .el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default;
}

.amis-scope .el-tree-node__label {
    font-size: 14px;
}

.amis-scope .el-tree-node__loading-icon {
    margin-right: 8px;
    font-size: 14px;
    color: #C0C4CC;
}

.amis-scope .el-tree-node>.el-tree-node__children {
    overflow: hidden;
    background-color: transparent;
}

.amis-scope .el-tree-node.is-expanded>.el-tree-node__children {
    display: block;
}

.amis-scope .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #f0f7ff;
}

.amis-scope .el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.amis-scope .el-alert.is-light .el-alert__closebtn {
    color: #C0C4CC;
}

.amis-scope .el-alert.is-dark .el-alert__closebtn,
.amis-scope .el-alert.is-dark .el-alert__description {
    color: #FFF;
}

.amis-scope .el-alert.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67C23A;
}

.amis-scope .el-alert--success.is-light .el-alert__description {
    color: #67C23A;
}

.amis-scope .el-alert--success.is-dark {
    background-color: #67C23A;
    color: #FFF;
}

.amis-scope .el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}

.amis-scope .el-alert--info.is-dark {
    background-color: #909399;
    color: #FFF;
}

.amis-scope .el-alert--info .el-alert__description {
    color: #909399;
}

.amis-scope .el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #E6A23C;
}

.amis-scope .el-alert--warning.is-light .el-alert__description {
    color: #E6A23C;
}

.amis-scope .el-alert--warning.is-dark {
    background-color: #E6A23C;
    color: #FFF;
}

.amis-scope .el-alert--error.is-light {
    background-color: #fef0f0;
    color: #F56C6C;
}

.amis-scope .el-alert--error.is-light .el-alert__description {
    color: #F56C6C;
}

.amis-scope .el-alert--error.is-dark {
    background-color: #F56C6C;
    color: #FFF;
}

.amis-scope .el-alert__content {
    display: table-cell;
    padding: 0 8px;
}

.amis-scope .el-alert__icon {
    font-size: 16px;
    width: 16px;
}

.amis-scope .el-alert__icon.is-big {
    font-size: 28px;
    width: 28px;
}

.amis-scope .el-alert__title {
    font-size: 13px;
    line-height: 18px;
}

.amis-scope .el-alert__title.is-bold {
    font-weight: 700;
}

.amis-scope .el-alert .el-alert__description {
    font-size: 12px;
    margin: 5px 0 0;
}

.amis-scope .el-alert__closebtn {
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.amis-scope .el-alert-fade-enter,
.amis-scope .el-alert-fade-leave-active,
.amis-scope .el-loading-fade-enter,
.amis-scope .el-loading-fade-leave-active,
.amis-scope .el-notification-fade-leave-active {
    opacity: 0;
}

.amis-scope .el-alert__closebtn.is-customed {
    font-style: normal;
    font-size: 13px;
    top: 9px;
}

.amis-scope .el-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EBEEF5;
    position: fixed;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-transition: opacity .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    transition: opacity .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
    transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    overflow: hidden;
}

.amis-scope .el-notification.right {
    right: 16px;
}

.amis-scope .el-notification.left {
    left: 16px;
}

.amis-scope .el-notification__group {
    margin-left: 13px;
    margin-right: 8px;
}

.amis-scope .el-notification__title {
    font-weight: 700;
    font-size: 16px;
    color: #303133;
    margin: 0;
}

.amis-scope .el-notification__content {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 0;
    color: #606266;
    text-align: justify;
}

.amis-scope .el-notification__content p {
    margin: 0;
}

.amis-scope .el-notification__icon {
    height: 24px;
    width: 24px;
    font-size: 24px;
}

.amis-scope .el-notification__closeBtn {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    color: #909399;
    font-size: 16px;
}

.amis-scope .el-notification__closeBtn:hover {
    color: #606266;
}

.amis-scope .el-notification .el-icon-success {
    color: #67C23A;
}

.amis-scope .el-notification .el-icon-error {
    color: #F56C6C;
}

.amis-scope .el-notification .el-icon-info {
    color: #909399;
}

.amis-scope .el-notification .el-icon-warning {
    color: #E6A23C;
}

.amis-scope .el-notification-fade-enter.right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.amis-scope .el-notification-fade-enter.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.amis-scope .el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}

.amis-scope .el-input-number .el-input {
    display: block;
}

.amis-scope .el-input-number .el-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.amis-scope .el-input-number__decrease,
.amis-scope .el-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #F5F7FA;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
}

.amis-scope .el-input-number__decrease:hover,
.amis-scope .el-input-number__increase:hover {
    color: #409EFF;
}

.amis-scope .el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),
.amis-scope .el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
    border-color: #409EFF;
}

.amis-scope .el-input-number__decrease.is-disabled,
.amis-scope .el-input-number__increase.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-input-number__increase {
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #DCDFE6;
}

.amis-scope .el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #DCDFE6;
}

.amis-scope .el-input-number.is-disabled .el-input-number__decrease,
.amis-scope .el-input-number.is-disabled .el-input-number__increase {
    border-color: #E4E7ED;
    color: #E4E7ED;
}

.amis-scope .el-input-number.is-disabled .el-input-number__decrease:hover,
.amis-scope .el-input-number.is-disabled .el-input-number__increase:hover {
    color: #E4E7ED;
    cursor: not-allowed;
}

.amis-scope .el-input-number--medium {
    width: 200px;
    line-height: 34px;
}

.amis-scope .el-input-number--medium .el-input-number__decrease,
.amis-scope .el-input-number--medium .el-input-number__increase {
    width: 36px;
    font-size: 14px;
}

.amis-scope .el-input-number--medium .el-input__inner {
    padding-left: 43px;
    padding-right: 43px;
}

.amis-scope .el-input-number--small {
    width: 130px;
    line-height: 30px;
}

.amis-scope .el-input-number--small .el-input-number__decrease,
.amis-scope .el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
}

.amis-scope .el-input-number--small .el-input-number__decrease [class*=el-icon],
.amis-scope .el-input-number--small .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.amis-scope .el-input-number--small .el-input__inner {
    padding-left: 39px;
    padding-right: 39px;
}

.amis-scope .el-input-number--mini {
    width: 130px;
    line-height: 26px;
}

.amis-scope .el-input-number--mini .el-input-number__decrease,
.amis-scope .el-input-number--mini .el-input-number__increase {
    width: 28px;
    font-size: 12px;
}

.amis-scope .el-input-number--mini .el-input-number__decrease [class*=el-icon],
.amis-scope .el-input-number--mini .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.amis-scope .el-input-number--mini .el-input__inner {
    padding-left: 35px;
    padding-right: 35px;
}

.amis-scope .el-input-number.is-without-controls .el-input__inner {
    padding-left: 15px;
    padding-right: 15px;
}

.amis-scope .el-input-number.is-controls-right .el-input__inner {
    padding-left: 15px;
    padding-right: 50px;
}

.amis-scope .el-input-number.is-controls-right .el-input-number__decrease,
.amis-scope .el-input-number.is-controls-right .el-input-number__increase {
    height: auto;
    line-height: 19px;
}

.amis-scope .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.amis-scope .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.amis-scope .el-input-number.is-controls-right .el-input-number__increase {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #DCDFE6;
}

.amis-scope .el-input-number.is-controls-right .el-input-number__decrease {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
    border-right: 0;
    border-left: 1px solid #DCDFE6;
    border-radius: 0 0 4px;
}

.amis-scope .el-input-number.is-controls-right[class*=medium] [class*=decrease],
.amis-scope .el-input-number.is-controls-right[class*=medium] [class*=increase] {
    line-height: 17px;
}

.amis-scope .el-input-number.is-controls-right[class*=small] [class*=decrease],
.amis-scope .el-input-number.is-controls-right[class*=small] [class*=increase] {
    line-height: 15px;
}

.amis-scope .el-input-number.is-controls-right[class*=mini] [class*=decrease],
.amis-scope .el-input-number.is-controls-right[class*=mini] [class*=increase] {
    line-height: 13px;
}

.amis-scope .el-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
}

.amis-scope .el-tooltip__popper .popper__arrow,
.amis-scope .el-tooltip__popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.amis-scope .el-tooltip__popper .popper__arrow {
    border-width: 6px;
}

.amis-scope .el-tooltip__popper .popper__arrow::after {
    content: " ";
    border-width: 5px;
}

.amis-scope .el-progress-bar__inner::after,
.amis-scope .el-row::after,
.amis-scope .el-row::before,
.amis-scope .el-slider::after,
.amis-scope .el-slider::before,
.amis-scope .el-slider__button-wrapper::after,
.amis-scope .el-upload-cover::after {
    content: "";
}

.amis-scope .el-tooltip__popper[x-placement^=top] {
    margin-bottom: 12px;
}

.amis-scope .el-tooltip__popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0;
}

.amis-scope .el-tooltip__popper[x-placement^=top] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0;
}

.amis-scope .el-tooltip__popper[x-placement^=bottom] {
    margin-top: 12px;
}

.amis-scope .el-tooltip__popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133;
}

.amis-scope .el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133;
}

.amis-scope .el-tooltip__popper[x-placement^=right] {
    margin-left: 12px;
}

.amis-scope .el-tooltip__popper[x-placement^=right] .popper__arrow {
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0;
}

.amis-scope .el-tooltip__popper[x-placement^=right] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0;
}

.amis-scope .el-tooltip__popper[x-placement^=left] {
    margin-right: 12px;
}

.amis-scope .el-tooltip__popper[x-placement^=left] .popper__arrow {
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133;
}

.amis-scope .el-tooltip__popper[x-placement^=left] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133;
}

.amis-scope .el-tooltip__popper.is-dark {
    background: #303133;
    color: #FFF;
}

.amis-scope .el-tooltip__popper.is-light {
    background: #FFF;
    border: 1px solid #303133;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
    border-top-color: #303133;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
    border-top-color: #FFF;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
    border-bottom-color: #303133;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
    border-bottom-color: #FFF;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
    border-left-color: #303133;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
    border-left-color: #FFF;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
    border-right-color: #303133;
}

.amis-scope .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
    border-right-color: #FFF;
}

.amis-scope .el-slider::after,
.amis-scope .el-slider::before {
    display: table;
}

.amis-scope .el-slider__button-wrapper .el-tooltip,
.amis-scope .el-slider__button-wrapper::after {
    vertical-align: middle;
    display: inline-block;
}

.amis-scope .el-slider::after {
    clear: both;
}

.amis-scope .el-slider__runway {
    width: 100%;
    height: 6px;
    margin: 16px 0;
    background-color: #E4E7ED;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.amis-scope .el-slider__runway.show-input {
    margin-right: 160px;
    width: auto;
}

.amis-scope .el-slider__runway.disabled {
    cursor: default;
}

.amis-scope .el-slider__runway.disabled .el-slider__bar {
    background-color: #C0C4CC;
}

.amis-scope .el-slider__runway.disabled .el-slider__button {
    border-color: #C0C4CC;
}

.amis-scope .el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.amis-scope .el-slider__runway.disabled .el-slider__button-wrapper.hover,
.amis-scope .el-slider__runway.disabled .el-slider__button-wrapper:hover {
    cursor: not-allowed;
}

.amis-scope .el-slider__runway.disabled .el-slider__button.dragging,
.amis-scope .el-slider__runway.disabled .el-slider__button.hover,
.amis-scope .el-slider__runway.disabled .el-slider__button:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: not-allowed;
}

.amis-scope .el-slider__button-wrapper,
.amis-scope .el-slider__stop {
    -webkit-transform: translateX(-50%);
    position: absolute;
}

.amis-scope .el-slider__input {
    float: right;
    margin-top: 3px;
    width: 130px;
}

.amis-scope .el-slider__input.el-input-number--mini {
    margin-top: 5px;
}

.amis-scope .el-slider__input.el-input-number--medium {
    margin-top: 0;
}

.amis-scope .el-slider__input.el-input-number--large {
    margin-top: -2px;
}

.amis-scope .el-slider__bar {
    height: 6px;
    background-color: #409EFF;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
}

.amis-scope .el-slider__button-wrapper {
    height: 36px;
    width: 36px;
    z-index: 1001;
    top: -15px;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    -moz-user-select: none;
    user-select: none;
    line-height: normal;
}

.amis-scope .el-slider__button,
.amis-scope .el-step__icon-inner {
    -webkit-user-select: none;
    -ms-user-select: none;
}

.amis-scope .el-slider__button-wrapper::after {
    height: 100%;
}

.amis-scope .el-slider__button-wrapper.hover,
.amis-scope .el-slider__button-wrapper:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.amis-scope .el-slider__button-wrapper.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.amis-scope .el-slider__button {
    width: 16px;
    height: 16px;
    border: 2px solid #409EFF;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-user-select: none;
    user-select: none;
}

.amis-scope .el-slider__button.dragging,
.amis-scope .el-slider__button.hover,
.amis-scope .el-slider__button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.amis-scope .el-slider__button.hover,
.amis-scope .el-slider__button:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.amis-scope .el-slider__button.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.amis-scope .el-slider__stop {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #FFF;
    transform: translateX(-50%);
}

.amis-scope .el-slider__marks {
    top: 0;
    left: 12px;
    width: 18px;
    height: 100%;
}

.amis-scope .el-slider__marks-text {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: #909399;
    margin-top: 15px;
}

.amis-scope .el-slider.is-vertical {
    position: relative;
}

.amis-scope .el-slider.is-vertical .el-slider__runway {
    width: 6px;
    height: 100%;
    margin: 0 16px;
}

.amis-scope .el-slider.is-vertical .el-slider__bar {
    width: 6px;
    height: auto;
    border-radius: 0 0 3px 3px;
}

.amis-scope .el-slider.is-vertical .el-slider__button-wrapper {
    top: auto;
    left: -15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.amis-scope .el-slider.is-vertical .el-slider__stop {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.amis-scope .el-slider.is-vertical.el-slider--with-input {
    padding-bottom: 58px;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input {
    overflow: visible;
    float: none;
    position: absolute;
    bottom: 22px;
    width: 36px;
    margin-top: 15px;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
    top: 32px;
    margin-top: -1px;
    border: 1px solid #DCDFE6;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
    width: 18px;
    right: 18px;
    border-bottom-left-radius: 4px;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
    width: 19px;
    border-bottom-right-radius: 4px;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
    border-color: #C0C4CC;
}

.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.amis-scope .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
    border-color: #409EFF;
}

.amis-scope .el-slider.is-vertical .el-slider__marks-text {
    margin-top: 0;
    left: 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.amis-scope .el-loading-parent--relative {
    position: relative !important;
}

.amis-scope .el-loading-parent--hidden {
    overflow: hidden !important;
}

.amis-scope .el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.amis-scope .el-loading-mask.is-fullscreen {
    position: fixed;
}

.amis-scope .el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: -25px;
}

.amis-scope .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: 50px;
    width: 50px;
}

.amis-scope .el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.amis-scope .el-col-pull-0,
.amis-scope .el-col-pull-1,
.amis-scope .el-col-pull-10,
.amis-scope .el-col-pull-11,
.amis-scope .el-col-pull-13,
.amis-scope .el-col-pull-14,
.amis-scope .el-col-pull-15,
.amis-scope .el-col-pull-16,
.amis-scope .el-col-pull-17,
.amis-scope .el-col-pull-18,
.amis-scope .el-col-pull-19,
.amis-scope .el-col-pull-2,
.amis-scope .el-col-pull-20,
.amis-scope .el-col-pull-21,
.amis-scope .el-col-pull-22,
.amis-scope .el-col-pull-23,
.amis-scope .el-col-pull-24,
.amis-scope .el-col-pull-3,
.amis-scope .el-col-pull-4,
.amis-scope .el-col-pull-5,
.amis-scope .el-col-pull-6,
.amis-scope .el-col-pull-7,
.amis-scope .el-col-pull-8,
.amis-scope .el-col-pull-9,
.amis-scope .el-col-push-0,
.amis-scope .el-col-push-1,
.amis-scope .el-col-push-10,
.amis-scope .el-col-push-11,
.amis-scope .el-col-push-12,
.amis-scope .el-col-push-13,
.amis-scope .el-col-push-14,
.amis-scope .el-col-push-15,
.amis-scope .el-col-push-16,
.amis-scope .el-col-push-17,
.amis-scope .el-col-push-18,
.amis-scope .el-col-push-19,
.amis-scope .el-col-push-2,
.amis-scope .el-col-push-20,
.amis-scope .el-col-push-21,
.amis-scope .el-col-push-22,
.amis-scope .el-col-push-23,
.amis-scope .el-col-push-24,
.amis-scope .el-col-push-3,
.amis-scope .el-col-push-4,
.amis-scope .el-col-push-5,
.amis-scope .el-col-push-6,
.amis-scope .el-col-push-7,
.amis-scope .el-col-push-8,
.amis-scope .el-col-push-9,
.amis-scope .el-row {
    position: relative;
}

.amis-scope .el-loading-spinner .el-loading-text {
    color: #409EFF;
    margin: 3px 0;
    font-size: 14px;
}

.amis-scope .el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}

.amis-scope .el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409EFF;
    stroke-linecap: round;
}

.amis-scope .el-loading-spinner i {
    color: #409EFF;
}

@-webkit-keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}

.amis-scope .el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-row::after,
.amis-scope .el-row::before {
    display: table;
}

.amis-scope .el-row::after {
    clear: both;
}

.amis-scope .el-row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.amis-scope .el-col-0,
.amis-scope .el-row--flex:after,
.amis-scope .el-row--flex:before {
    display: none;
}

.amis-scope .el-row--flex.is-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .el-row--flex.is-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.amis-scope .el-row--flex.is-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amis-scope .el-row--flex.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.amis-scope .el-row--flex.is-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-row--flex.is-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.amis-scope [class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-upload--picture-card,
.amis-scope .el-upload-dragger {
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

.amis-scope .el-col-0 {
    width: 0;
}

.amis-scope .el-col-offset-0 {
    margin-left: 0;
}

.amis-scope .el-col-pull-0 {
    right: 0;
}

.amis-scope .el-col-push-0 {
    left: 0;
}

.amis-scope .el-col-1 {
    width: 4.16667%;
}

.amis-scope .el-col-offset-1 {
    margin-left: 4.16667%;
}

.amis-scope .el-col-pull-1 {
    right: 4.16667%;
}

.amis-scope .el-col-push-1 {
    left: 4.16667%;
}

.amis-scope .el-col-2 {
    width: 8.33333%;
}

.amis-scope .el-col-offset-2 {
    margin-left: 8.33333%;
}

.amis-scope .el-col-pull-2 {
    right: 8.33333%;
}

.amis-scope .el-col-push-2 {
    left: 8.33333%;
}

.amis-scope .el-col-3 {
    width: 12.5%;
}

.amis-scope .el-col-offset-3 {
    margin-left: 12.5%;
}

.amis-scope .el-col-pull-3 {
    right: 12.5%;
}

.amis-scope .el-col-push-3 {
    left: 12.5%;
}

.amis-scope .el-col-4 {
    width: 16.66667%;
}

.amis-scope .el-col-offset-4 {
    margin-left: 16.66667%;
}

.amis-scope .el-col-pull-4 {
    right: 16.66667%;
}

.amis-scope .el-col-push-4 {
    left: 16.66667%;
}

.amis-scope .el-col-5 {
    width: 20.83333%;
}

.amis-scope .el-col-offset-5 {
    margin-left: 20.83333%;
}

.amis-scope .el-col-pull-5 {
    right: 20.83333%;
}

.amis-scope .el-col-push-5 {
    left: 20.83333%;
}

.amis-scope .el-col-6 {
    width: 25%;
}

.amis-scope .el-col-offset-6 {
    margin-left: 25%;
}

.amis-scope .el-col-pull-6 {
    right: 25%;
}

.amis-scope .el-col-push-6 {
    left: 25%;
}

.amis-scope .el-col-7 {
    width: 29.16667%;
}

.amis-scope .el-col-offset-7 {
    margin-left: 29.16667%;
}

.amis-scope .el-col-pull-7 {
    right: 29.16667%;
}

.amis-scope .el-col-push-7 {
    left: 29.16667%;
}

.amis-scope .el-col-8 {
    width: 33.33333%;
}

.amis-scope .el-col-offset-8 {
    margin-left: 33.33333%;
}

.amis-scope .el-col-pull-8 {
    right: 33.33333%;
}

.amis-scope .el-col-push-8 {
    left: 33.33333%;
}

.amis-scope .el-col-9 {
    width: 37.5%;
}

.amis-scope .el-col-offset-9 {
    margin-left: 37.5%;
}

.amis-scope .el-col-pull-9 {
    right: 37.5%;
}

.amis-scope .el-col-push-9 {
    left: 37.5%;
}

.amis-scope .el-col-10 {
    width: 41.66667%;
}

.amis-scope .el-col-offset-10 {
    margin-left: 41.66667%;
}

.amis-scope .el-col-pull-10 {
    right: 41.66667%;
}

.amis-scope .el-col-push-10 {
    left: 41.66667%;
}

.amis-scope .el-col-11 {
    width: 45.83333%;
}

.amis-scope .el-col-offset-11 {
    margin-left: 45.83333%;
}

.amis-scope .el-col-pull-11 {
    right: 45.83333%;
}

.amis-scope .el-col-push-11 {
    left: 45.83333%;
}

.amis-scope .el-col-12 {
    width: 50%;
}

.amis-scope .el-col-offset-12 {
    margin-left: 50%;
}

.amis-scope .el-col-pull-12 {
    position: relative;
    right: 50%;
}

.amis-scope .el-col-push-12 {
    left: 50%;
}

.amis-scope .el-col-13 {
    width: 54.16667%;
}

.amis-scope .el-col-offset-13 {
    margin-left: 54.16667%;
}

.amis-scope .el-col-pull-13 {
    right: 54.16667%;
}

.amis-scope .el-col-push-13 {
    left: 54.16667%;
}

.amis-scope .el-col-14 {
    width: 58.33333%;
}

.amis-scope .el-col-offset-14 {
    margin-left: 58.33333%;
}

.amis-scope .el-col-pull-14 {
    right: 58.33333%;
}

.amis-scope .el-col-push-14 {
    left: 58.33333%;
}

.amis-scope .el-col-15 {
    width: 62.5%;
}

.amis-scope .el-col-offset-15 {
    margin-left: 62.5%;
}

.amis-scope .el-col-pull-15 {
    right: 62.5%;
}

.amis-scope .el-col-push-15 {
    left: 62.5%;
}

.amis-scope .el-col-16 {
    width: 66.66667%;
}

.amis-scope .el-col-offset-16 {
    margin-left: 66.66667%;
}

.amis-scope .el-col-pull-16 {
    right: 66.66667%;
}

.amis-scope .el-col-push-16 {
    left: 66.66667%;
}

.amis-scope .el-col-17 {
    width: 70.83333%;
}

.amis-scope .el-col-offset-17 {
    margin-left: 70.83333%;
}

.amis-scope .el-col-pull-17 {
    right: 70.83333%;
}

.amis-scope .el-col-push-17 {
    left: 70.83333%;
}

.amis-scope .el-col-18 {
    width: 75%;
}

.amis-scope .el-col-offset-18 {
    margin-left: 75%;
}

.amis-scope .el-col-pull-18 {
    right: 75%;
}

.amis-scope .el-col-push-18 {
    left: 75%;
}

.amis-scope .el-col-19 {
    width: 79.16667%;
}

.amis-scope .el-col-offset-19 {
    margin-left: 79.16667%;
}

.amis-scope .el-col-pull-19 {
    right: 79.16667%;
}

.amis-scope .el-col-push-19 {
    left: 79.16667%;
}

.amis-scope .el-col-20 {
    width: 83.33333%;
}

.amis-scope .el-col-offset-20 {
    margin-left: 83.33333%;
}

.amis-scope .el-col-pull-20 {
    right: 83.33333%;
}

.amis-scope .el-col-push-20 {
    left: 83.33333%;
}

.amis-scope .el-col-21 {
    width: 87.5%;
}

.amis-scope .el-col-offset-21 {
    margin-left: 87.5%;
}

.amis-scope .el-col-pull-21 {
    right: 87.5%;
}

.amis-scope .el-col-push-21 {
    left: 87.5%;
}

.amis-scope .el-col-22 {
    width: 91.66667%;
}

.amis-scope .el-col-offset-22 {
    margin-left: 91.66667%;
}

.amis-scope .el-col-pull-22 {
    right: 91.66667%;
}

.amis-scope .el-col-push-22 {
    left: 91.66667%;
}

.amis-scope .el-col-23 {
    width: 95.83333%;
}

.amis-scope .el-col-offset-23 {
    margin-left: 95.83333%;
}

.amis-scope .el-col-pull-23 {
    right: 95.83333%;
}

.amis-scope .el-col-push-23 {
    left: 95.83333%;
}

.amis-scope .el-col-24 {
    width: 100%;
}

.amis-scope .el-col-offset-24 {
    margin-left: 100%;
}

.amis-scope .el-col-pull-24 {
    right: 100%;
}

.amis-scope .el-col-push-24 {
    left: 100%;
}

@media only screen and (max-width:767px) {
    .amis-scope .el-col-xs-0 {
        display: none;
        width: 0;
    }

    .amis-scope .el-col-xs-offset-0 {
        margin-left: 0;
    }

    .amis-scope .el-col-xs-pull-0 {
        position: relative;
        right: 0;
    }

    .amis-scope .el-col-xs-push-0 {
        position: relative;
        left: 0;
    }

    .amis-scope .el-col-xs-1 {
        width: 4.16667%;
    }

    .amis-scope .el-col-xs-offset-1 {
        margin-left: 4.16667%;
    }

    .amis-scope .el-col-xs-pull-1 {
        position: relative;
        right: 4.16667%;
    }

    .amis-scope .el-col-xs-push-1 {
        position: relative;
        left: 4.16667%;
    }

    .amis-scope .el-col-xs-2 {
        width: 8.33333%;
    }

    .amis-scope .el-col-xs-offset-2 {
        margin-left: 8.33333%;
    }

    .amis-scope .el-col-xs-pull-2 {
        position: relative;
        right: 8.33333%;
    }

    .amis-scope .el-col-xs-push-2 {
        position: relative;
        left: 8.33333%;
    }

    .amis-scope .el-col-xs-3 {
        width: 12.5%;
    }

    .amis-scope .el-col-xs-offset-3 {
        margin-left: 12.5%;
    }

    .amis-scope .el-col-xs-pull-3 {
        position: relative;
        right: 12.5%;
    }

    .amis-scope .el-col-xs-push-3 {
        position: relative;
        left: 12.5%;
    }

    .amis-scope .el-col-xs-4 {
        width: 16.66667%;
    }

    .amis-scope .el-col-xs-offset-4 {
        margin-left: 16.66667%;
    }

    .amis-scope .el-col-xs-pull-4 {
        position: relative;
        right: 16.66667%;
    }

    .amis-scope .el-col-xs-push-4 {
        position: relative;
        left: 16.66667%;
    }

    .amis-scope .el-col-xs-5 {
        width: 20.83333%;
    }

    .amis-scope .el-col-xs-offset-5 {
        margin-left: 20.83333%;
    }

    .amis-scope .el-col-xs-pull-5 {
        position: relative;
        right: 20.83333%;
    }

    .amis-scope .el-col-xs-push-5 {
        position: relative;
        left: 20.83333%;
    }

    .amis-scope .el-col-xs-6 {
        width: 25%;
    }

    .amis-scope .el-col-xs-offset-6 {
        margin-left: 25%;
    }

    .amis-scope .el-col-xs-pull-6 {
        position: relative;
        right: 25%;
    }

    .amis-scope .el-col-xs-push-6 {
        position: relative;
        left: 25%;
    }

    .amis-scope .el-col-xs-7 {
        width: 29.16667%;
    }

    .amis-scope .el-col-xs-offset-7 {
        margin-left: 29.16667%;
    }

    .amis-scope .el-col-xs-pull-7 {
        position: relative;
        right: 29.16667%;
    }

    .amis-scope .el-col-xs-push-7 {
        position: relative;
        left: 29.16667%;
    }

    .amis-scope .el-col-xs-8 {
        width: 33.33333%;
    }

    .amis-scope .el-col-xs-offset-8 {
        margin-left: 33.33333%;
    }

    .amis-scope .el-col-xs-pull-8 {
        position: relative;
        right: 33.33333%;
    }

    .amis-scope .el-col-xs-push-8 {
        position: relative;
        left: 33.33333%;
    }

    .amis-scope .el-col-xs-9 {
        width: 37.5%;
    }

    .amis-scope .el-col-xs-offset-9 {
        margin-left: 37.5%;
    }

    .amis-scope .el-col-xs-pull-9 {
        position: relative;
        right: 37.5%;
    }

    .amis-scope .el-col-xs-push-9 {
        position: relative;
        left: 37.5%;
    }

    .amis-scope .el-col-xs-10 {
        width: 41.66667%;
    }

    .amis-scope .el-col-xs-offset-10 {
        margin-left: 41.66667%;
    }

    .amis-scope .el-col-xs-pull-10 {
        position: relative;
        right: 41.66667%;
    }

    .amis-scope .el-col-xs-push-10 {
        position: relative;
        left: 41.66667%;
    }

    .amis-scope .el-col-xs-11 {
        width: 45.83333%;
    }

    .amis-scope .el-col-xs-offset-11 {
        margin-left: 45.83333%;
    }

    .amis-scope .el-col-xs-pull-11 {
        position: relative;
        right: 45.83333%;
    }

    .amis-scope .el-col-xs-push-11 {
        position: relative;
        left: 45.83333%;
    }

    .amis-scope .el-col-xs-12 {
        width: 50%;
    }

    .amis-scope .el-col-xs-offset-12 {
        margin-left: 50%;
    }

    .amis-scope .el-col-xs-pull-12 {
        position: relative;
        right: 50%;
    }

    .amis-scope .el-col-xs-push-12 {
        position: relative;
        left: 50%;
    }

    .amis-scope .el-col-xs-13 {
        width: 54.16667%;
    }

    .amis-scope .el-col-xs-offset-13 {
        margin-left: 54.16667%;
    }

    .amis-scope .el-col-xs-pull-13 {
        position: relative;
        right: 54.16667%;
    }

    .amis-scope .el-col-xs-push-13 {
        position: relative;
        left: 54.16667%;
    }

    .amis-scope .el-col-xs-14 {
        width: 58.33333%;
    }

    .amis-scope .el-col-xs-offset-14 {
        margin-left: 58.33333%;
    }

    .amis-scope .el-col-xs-pull-14 {
        position: relative;
        right: 58.33333%;
    }

    .amis-scope .el-col-xs-push-14 {
        position: relative;
        left: 58.33333%;
    }

    .amis-scope .el-col-xs-15 {
        width: 62.5%;
    }

    .amis-scope .el-col-xs-offset-15 {
        margin-left: 62.5%;
    }

    .amis-scope .el-col-xs-pull-15 {
        position: relative;
        right: 62.5%;
    }

    .amis-scope .el-col-xs-push-15 {
        position: relative;
        left: 62.5%;
    }

    .amis-scope .el-col-xs-16 {
        width: 66.66667%;
    }

    .amis-scope .el-col-xs-offset-16 {
        margin-left: 66.66667%;
    }

    .amis-scope .el-col-xs-pull-16 {
        position: relative;
        right: 66.66667%;
    }

    .amis-scope .el-col-xs-push-16 {
        position: relative;
        left: 66.66667%;
    }

    .amis-scope .el-col-xs-17 {
        width: 70.83333%;
    }

    .amis-scope .el-col-xs-offset-17 {
        margin-left: 70.83333%;
    }

    .amis-scope .el-col-xs-pull-17 {
        position: relative;
        right: 70.83333%;
    }

    .amis-scope .el-col-xs-push-17 {
        position: relative;
        left: 70.83333%;
    }

    .amis-scope .el-col-xs-18 {
        width: 75%;
    }

    .amis-scope .el-col-xs-offset-18 {
        margin-left: 75%;
    }

    .amis-scope .el-col-xs-pull-18 {
        position: relative;
        right: 75%;
    }

    .amis-scope .el-col-xs-push-18 {
        position: relative;
        left: 75%;
    }

    .amis-scope .el-col-xs-19 {
        width: 79.16667%;
    }

    .amis-scope .el-col-xs-offset-19 {
        margin-left: 79.16667%;
    }

    .amis-scope .el-col-xs-pull-19 {
        position: relative;
        right: 79.16667%;
    }

    .amis-scope .el-col-xs-push-19 {
        position: relative;
        left: 79.16667%;
    }

    .amis-scope .el-col-xs-20 {
        width: 83.33333%;
    }

    .amis-scope .el-col-xs-offset-20 {
        margin-left: 83.33333%;
    }

    .amis-scope .el-col-xs-pull-20 {
        position: relative;
        right: 83.33333%;
    }

    .amis-scope .el-col-xs-push-20 {
        position: relative;
        left: 83.33333%;
    }

    .amis-scope .el-col-xs-21 {
        width: 87.5%;
    }

    .amis-scope .el-col-xs-offset-21 {
        margin-left: 87.5%;
    }

    .amis-scope .el-col-xs-pull-21 {
        position: relative;
        right: 87.5%;
    }

    .amis-scope .el-col-xs-push-21 {
        position: relative;
        left: 87.5%;
    }

    .amis-scope .el-col-xs-22 {
        width: 91.66667%;
    }

    .amis-scope .el-col-xs-offset-22 {
        margin-left: 91.66667%;
    }

    .amis-scope .el-col-xs-pull-22 {
        position: relative;
        right: 91.66667%;
    }

    .amis-scope .el-col-xs-push-22 {
        position: relative;
        left: 91.66667%;
    }

    .amis-scope .el-col-xs-23 {
        width: 95.83333%;
    }

    .amis-scope .el-col-xs-offset-23 {
        margin-left: 95.83333%;
    }

    .amis-scope .el-col-xs-pull-23 {
        position: relative;
        right: 95.83333%;
    }

    .amis-scope .el-col-xs-push-23 {
        position: relative;
        left: 95.83333%;
    }

    .amis-scope .el-col-xs-24 {
        width: 100%;
    }

    .amis-scope .el-col-xs-offset-24 {
        margin-left: 100%;
    }

    .amis-scope .el-col-xs-pull-24 {
        position: relative;
        right: 100%;
    }

    .amis-scope .el-col-xs-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width:768px) {
    .amis-scope .el-col-sm-0 {
        display: none;
        width: 0;
    }

    .amis-scope .el-col-sm-offset-0 {
        margin-left: 0;
    }

    .amis-scope .el-col-sm-pull-0 {
        position: relative;
        right: 0;
    }

    .amis-scope .el-col-sm-push-0 {
        position: relative;
        left: 0;
    }

    .amis-scope .el-col-sm-1 {
        width: 4.16667%;
    }

    .amis-scope .el-col-sm-offset-1 {
        margin-left: 4.16667%;
    }

    .amis-scope .el-col-sm-pull-1 {
        position: relative;
        right: 4.16667%;
    }

    .amis-scope .el-col-sm-push-1 {
        position: relative;
        left: 4.16667%;
    }

    .amis-scope .el-col-sm-2 {
        width: 8.33333%;
    }

    .amis-scope .el-col-sm-offset-2 {
        margin-left: 8.33333%;
    }

    .amis-scope .el-col-sm-pull-2 {
        position: relative;
        right: 8.33333%;
    }

    .amis-scope .el-col-sm-push-2 {
        position: relative;
        left: 8.33333%;
    }

    .amis-scope .el-col-sm-3 {
        width: 12.5%;
    }

    .amis-scope .el-col-sm-offset-3 {
        margin-left: 12.5%;
    }

    .amis-scope .el-col-sm-pull-3 {
        position: relative;
        right: 12.5%;
    }

    .amis-scope .el-col-sm-push-3 {
        position: relative;
        left: 12.5%;
    }

    .amis-scope .el-col-sm-4 {
        width: 16.66667%;
    }

    .amis-scope .el-col-sm-offset-4 {
        margin-left: 16.66667%;
    }

    .amis-scope .el-col-sm-pull-4 {
        position: relative;
        right: 16.66667%;
    }

    .amis-scope .el-col-sm-push-4 {
        position: relative;
        left: 16.66667%;
    }

    .amis-scope .el-col-sm-5 {
        width: 20.83333%;
    }

    .amis-scope .el-col-sm-offset-5 {
        margin-left: 20.83333%;
    }

    .amis-scope .el-col-sm-pull-5 {
        position: relative;
        right: 20.83333%;
    }

    .amis-scope .el-col-sm-push-5 {
        position: relative;
        left: 20.83333%;
    }

    .amis-scope .el-col-sm-6 {
        width: 25%;
    }

    .amis-scope .el-col-sm-offset-6 {
        margin-left: 25%;
    }

    .amis-scope .el-col-sm-pull-6 {
        position: relative;
        right: 25%;
    }

    .amis-scope .el-col-sm-push-6 {
        position: relative;
        left: 25%;
    }

    .amis-scope .el-col-sm-7 {
        width: 29.16667%;
    }

    .amis-scope .el-col-sm-offset-7 {
        margin-left: 29.16667%;
    }

    .amis-scope .el-col-sm-pull-7 {
        position: relative;
        right: 29.16667%;
    }

    .amis-scope .el-col-sm-push-7 {
        position: relative;
        left: 29.16667%;
    }

    .amis-scope .el-col-sm-8 {
        width: 33.33333%;
    }

    .amis-scope .el-col-sm-offset-8 {
        margin-left: 33.33333%;
    }

    .amis-scope .el-col-sm-pull-8 {
        position: relative;
        right: 33.33333%;
    }

    .amis-scope .el-col-sm-push-8 {
        position: relative;
        left: 33.33333%;
    }

    .amis-scope .el-col-sm-9 {
        width: 37.5%;
    }

    .amis-scope .el-col-sm-offset-9 {
        margin-left: 37.5%;
    }

    .amis-scope .el-col-sm-pull-9 {
        position: relative;
        right: 37.5%;
    }

    .amis-scope .el-col-sm-push-9 {
        position: relative;
        left: 37.5%;
    }

    .amis-scope .el-col-sm-10 {
        width: 41.66667%;
    }

    .amis-scope .el-col-sm-offset-10 {
        margin-left: 41.66667%;
    }

    .amis-scope .el-col-sm-pull-10 {
        position: relative;
        right: 41.66667%;
    }

    .amis-scope .el-col-sm-push-10 {
        position: relative;
        left: 41.66667%;
    }

    .amis-scope .el-col-sm-11 {
        width: 45.83333%;
    }

    .amis-scope .el-col-sm-offset-11 {
        margin-left: 45.83333%;
    }

    .amis-scope .el-col-sm-pull-11 {
        position: relative;
        right: 45.83333%;
    }

    .amis-scope .el-col-sm-push-11 {
        position: relative;
        left: 45.83333%;
    }

    .amis-scope .el-col-sm-12 {
        width: 50%;
    }

    .amis-scope .el-col-sm-offset-12 {
        margin-left: 50%;
    }

    .amis-scope .el-col-sm-pull-12 {
        position: relative;
        right: 50%;
    }

    .amis-scope .el-col-sm-push-12 {
        position: relative;
        left: 50%;
    }

    .amis-scope .el-col-sm-13 {
        width: 54.16667%;
    }

    .amis-scope .el-col-sm-offset-13 {
        margin-left: 54.16667%;
    }

    .amis-scope .el-col-sm-pull-13 {
        position: relative;
        right: 54.16667%;
    }

    .amis-scope .el-col-sm-push-13 {
        position: relative;
        left: 54.16667%;
    }

    .amis-scope .el-col-sm-14 {
        width: 58.33333%;
    }

    .amis-scope .el-col-sm-offset-14 {
        margin-left: 58.33333%;
    }

    .amis-scope .el-col-sm-pull-14 {
        position: relative;
        right: 58.33333%;
    }

    .amis-scope .el-col-sm-push-14 {
        position: relative;
        left: 58.33333%;
    }

    .amis-scope .el-col-sm-15 {
        width: 62.5%;
    }

    .amis-scope .el-col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .amis-scope .el-col-sm-pull-15 {
        position: relative;
        right: 62.5%;
    }

    .amis-scope .el-col-sm-push-15 {
        position: relative;
        left: 62.5%;
    }

    .amis-scope .el-col-sm-16 {
        width: 66.66667%;
    }

    .amis-scope .el-col-sm-offset-16 {
        margin-left: 66.66667%;
    }

    .amis-scope .el-col-sm-pull-16 {
        position: relative;
        right: 66.66667%;
    }

    .amis-scope .el-col-sm-push-16 {
        position: relative;
        left: 66.66667%;
    }

    .amis-scope .el-col-sm-17 {
        width: 70.83333%;
    }

    .amis-scope .el-col-sm-offset-17 {
        margin-left: 70.83333%;
    }

    .amis-scope .el-col-sm-pull-17 {
        position: relative;
        right: 70.83333%;
    }

    .amis-scope .el-col-sm-push-17 {
        position: relative;
        left: 70.83333%;
    }

    .amis-scope .el-col-sm-18 {
        width: 75%;
    }

    .amis-scope .el-col-sm-offset-18 {
        margin-left: 75%;
    }

    .amis-scope .el-col-sm-pull-18 {
        position: relative;
        right: 75%;
    }

    .amis-scope .el-col-sm-push-18 {
        position: relative;
        left: 75%;
    }

    .amis-scope .el-col-sm-19 {
        width: 79.16667%;
    }

    .amis-scope .el-col-sm-offset-19 {
        margin-left: 79.16667%;
    }

    .amis-scope .el-col-sm-pull-19 {
        position: relative;
        right: 79.16667%;
    }

    .amis-scope .el-col-sm-push-19 {
        position: relative;
        left: 79.16667%;
    }

    .amis-scope .el-col-sm-20 {
        width: 83.33333%;
    }

    .amis-scope .el-col-sm-offset-20 {
        margin-left: 83.33333%;
    }

    .amis-scope .el-col-sm-pull-20 {
        position: relative;
        right: 83.33333%;
    }

    .amis-scope .el-col-sm-push-20 {
        position: relative;
        left: 83.33333%;
    }

    .amis-scope .el-col-sm-21 {
        width: 87.5%;
    }

    .amis-scope .el-col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .amis-scope .el-col-sm-pull-21 {
        position: relative;
        right: 87.5%;
    }

    .amis-scope .el-col-sm-push-21 {
        position: relative;
        left: 87.5%;
    }

    .amis-scope .el-col-sm-22 {
        width: 91.66667%;
    }

    .amis-scope .el-col-sm-offset-22 {
        margin-left: 91.66667%;
    }

    .amis-scope .el-col-sm-pull-22 {
        position: relative;
        right: 91.66667%;
    }

    .amis-scope .el-col-sm-push-22 {
        position: relative;
        left: 91.66667%;
    }

    .amis-scope .el-col-sm-23 {
        width: 95.83333%;
    }

    .amis-scope .el-col-sm-offset-23 {
        margin-left: 95.83333%;
    }

    .amis-scope .el-col-sm-pull-23 {
        position: relative;
        right: 95.83333%;
    }

    .amis-scope .el-col-sm-push-23 {
        position: relative;
        left: 95.83333%;
    }

    .amis-scope .el-col-sm-24 {
        width: 100%;
    }

    .amis-scope .el-col-sm-offset-24 {
        margin-left: 100%;
    }

    .amis-scope .el-col-sm-pull-24 {
        position: relative;
        right: 100%;
    }

    .amis-scope .el-col-sm-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width:992px) {
    .amis-scope .el-col-md-0 {
        display: none;
        width: 0;
    }

    .amis-scope .el-col-md-offset-0 {
        margin-left: 0;
    }

    .amis-scope .el-col-md-pull-0 {
        position: relative;
        right: 0;
    }

    .amis-scope .el-col-md-push-0 {
        position: relative;
        left: 0;
    }

    .amis-scope .el-col-md-1 {
        width: 4.16667%;
    }

    .amis-scope .el-col-md-offset-1 {
        margin-left: 4.16667%;
    }

    .amis-scope .el-col-md-pull-1 {
        position: relative;
        right: 4.16667%;
    }

    .amis-scope .el-col-md-push-1 {
        position: relative;
        left: 4.16667%;
    }

    .amis-scope .el-col-md-2 {
        width: 8.33333%;
    }

    .amis-scope .el-col-md-offset-2 {
        margin-left: 8.33333%;
    }

    .amis-scope .el-col-md-pull-2 {
        position: relative;
        right: 8.33333%;
    }

    .amis-scope .el-col-md-push-2 {
        position: relative;
        left: 8.33333%;
    }

    .amis-scope .el-col-md-3 {
        width: 12.5%;
    }

    .amis-scope .el-col-md-offset-3 {
        margin-left: 12.5%;
    }

    .amis-scope .el-col-md-pull-3 {
        position: relative;
        right: 12.5%;
    }

    .amis-scope .el-col-md-push-3 {
        position: relative;
        left: 12.5%;
    }

    .amis-scope .el-col-md-4 {
        width: 16.66667%;
    }

    .amis-scope .el-col-md-offset-4 {
        margin-left: 16.66667%;
    }

    .amis-scope .el-col-md-pull-4 {
        position: relative;
        right: 16.66667%;
    }

    .amis-scope .el-col-md-push-4 {
        position: relative;
        left: 16.66667%;
    }

    .amis-scope .el-col-md-5 {
        width: 20.83333%;
    }

    .amis-scope .el-col-md-offset-5 {
        margin-left: 20.83333%;
    }

    .amis-scope .el-col-md-pull-5 {
        position: relative;
        right: 20.83333%;
    }

    .amis-scope .el-col-md-push-5 {
        position: relative;
        left: 20.83333%;
    }

    .amis-scope .el-col-md-6 {
        width: 25%;
    }

    .amis-scope .el-col-md-offset-6 {
        margin-left: 25%;
    }

    .amis-scope .el-col-md-pull-6 {
        position: relative;
        right: 25%;
    }

    .amis-scope .el-col-md-push-6 {
        position: relative;
        left: 25%;
    }

    .amis-scope .el-col-md-7 {
        width: 29.16667%;
    }

    .amis-scope .el-col-md-offset-7 {
        margin-left: 29.16667%;
    }

    .amis-scope .el-col-md-pull-7 {
        position: relative;
        right: 29.16667%;
    }

    .amis-scope .el-col-md-push-7 {
        position: relative;
        left: 29.16667%;
    }

    .amis-scope .el-col-md-8 {
        width: 33.33333%;
    }

    .amis-scope .el-col-md-offset-8 {
        margin-left: 33.33333%;
    }

    .amis-scope .el-col-md-pull-8 {
        position: relative;
        right: 33.33333%;
    }

    .amis-scope .el-col-md-push-8 {
        position: relative;
        left: 33.33333%;
    }

    .amis-scope .el-col-md-9 {
        width: 37.5%;
    }

    .amis-scope .el-col-md-offset-9 {
        margin-left: 37.5%;
    }

    .amis-scope .el-col-md-pull-9 {
        position: relative;
        right: 37.5%;
    }

    .amis-scope .el-col-md-push-9 {
        position: relative;
        left: 37.5%;
    }

    .amis-scope .el-col-md-10 {
        width: 41.66667%;
    }

    .amis-scope .el-col-md-offset-10 {
        margin-left: 41.66667%;
    }

    .amis-scope .el-col-md-pull-10 {
        position: relative;
        right: 41.66667%;
    }

    .amis-scope .el-col-md-push-10 {
        position: relative;
        left: 41.66667%;
    }

    .amis-scope .el-col-md-11 {
        width: 45.83333%;
    }

    .amis-scope .el-col-md-offset-11 {
        margin-left: 45.83333%;
    }

    .amis-scope .el-col-md-pull-11 {
        position: relative;
        right: 45.83333%;
    }

    .amis-scope .el-col-md-push-11 {
        position: relative;
        left: 45.83333%;
    }

    .amis-scope .el-col-md-12 {
        width: 50%;
    }

    .amis-scope .el-col-md-offset-12 {
        margin-left: 50%;
    }

    .amis-scope .el-col-md-pull-12 {
        position: relative;
        right: 50%;
    }

    .amis-scope .el-col-md-push-12 {
        position: relative;
        left: 50%;
    }

    .amis-scope .el-col-md-13 {
        width: 54.16667%;
    }

    .amis-scope .el-col-md-offset-13 {
        margin-left: 54.16667%;
    }

    .amis-scope .el-col-md-pull-13 {
        position: relative;
        right: 54.16667%;
    }

    .amis-scope .el-col-md-push-13 {
        position: relative;
        left: 54.16667%;
    }

    .amis-scope .el-col-md-14 {
        width: 58.33333%;
    }

    .amis-scope .el-col-md-offset-14 {
        margin-left: 58.33333%;
    }

    .amis-scope .el-col-md-pull-14 {
        position: relative;
        right: 58.33333%;
    }

    .amis-scope .el-col-md-push-14 {
        position: relative;
        left: 58.33333%;
    }

    .amis-scope .el-col-md-15 {
        width: 62.5%;
    }

    .amis-scope .el-col-md-offset-15 {
        margin-left: 62.5%;
    }

    .amis-scope .el-col-md-pull-15 {
        position: relative;
        right: 62.5%;
    }

    .amis-scope .el-col-md-push-15 {
        position: relative;
        left: 62.5%;
    }

    .amis-scope .el-col-md-16 {
        width: 66.66667%;
    }

    .amis-scope .el-col-md-offset-16 {
        margin-left: 66.66667%;
    }

    .amis-scope .el-col-md-pull-16 {
        position: relative;
        right: 66.66667%;
    }

    .amis-scope .el-col-md-push-16 {
        position: relative;
        left: 66.66667%;
    }

    .amis-scope .el-col-md-17 {
        width: 70.83333%;
    }

    .amis-scope .el-col-md-offset-17 {
        margin-left: 70.83333%;
    }

    .amis-scope .el-col-md-pull-17 {
        position: relative;
        right: 70.83333%;
    }

    .amis-scope .el-col-md-push-17 {
        position: relative;
        left: 70.83333%;
    }

    .amis-scope .el-col-md-18 {
        width: 75%;
    }

    .amis-scope .el-col-md-offset-18 {
        margin-left: 75%;
    }

    .amis-scope .el-col-md-pull-18 {
        position: relative;
        right: 75%;
    }

    .amis-scope .el-col-md-push-18 {
        position: relative;
        left: 75%;
    }

    .amis-scope .el-col-md-19 {
        width: 79.16667%;
    }

    .amis-scope .el-col-md-offset-19 {
        margin-left: 79.16667%;
    }

    .amis-scope .el-col-md-pull-19 {
        position: relative;
        right: 79.16667%;
    }

    .amis-scope .el-col-md-push-19 {
        position: relative;
        left: 79.16667%;
    }

    .amis-scope .el-col-md-20 {
        width: 83.33333%;
    }

    .amis-scope .el-col-md-offset-20 {
        margin-left: 83.33333%;
    }

    .amis-scope .el-col-md-pull-20 {
        position: relative;
        right: 83.33333%;
    }

    .amis-scope .el-col-md-push-20 {
        position: relative;
        left: 83.33333%;
    }

    .amis-scope .el-col-md-21 {
        width: 87.5%;
    }

    .amis-scope .el-col-md-offset-21 {
        margin-left: 87.5%;
    }

    .amis-scope .el-col-md-pull-21 {
        position: relative;
        right: 87.5%;
    }

    .amis-scope .el-col-md-push-21 {
        position: relative;
        left: 87.5%;
    }

    .amis-scope .el-col-md-22 {
        width: 91.66667%;
    }

    .amis-scope .el-col-md-offset-22 {
        margin-left: 91.66667%;
    }

    .amis-scope .el-col-md-pull-22 {
        position: relative;
        right: 91.66667%;
    }

    .amis-scope .el-col-md-push-22 {
        position: relative;
        left: 91.66667%;
    }

    .amis-scope .el-col-md-23 {
        width: 95.83333%;
    }

    .amis-scope .el-col-md-offset-23 {
        margin-left: 95.83333%;
    }

    .amis-scope .el-col-md-pull-23 {
        position: relative;
        right: 95.83333%;
    }

    .amis-scope .el-col-md-push-23 {
        position: relative;
        left: 95.83333%;
    }

    .amis-scope .el-col-md-24 {
        width: 100%;
    }

    .amis-scope .el-col-md-offset-24 {
        margin-left: 100%;
    }

    .amis-scope .el-col-md-pull-24 {
        position: relative;
        right: 100%;
    }

    .amis-scope .el-col-md-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width:1200px) {
    .amis-scope .el-col-lg-0 {
        display: none;
        width: 0;
    }

    .amis-scope .el-col-lg-offset-0 {
        margin-left: 0;
    }

    .amis-scope .el-col-lg-pull-0 {
        position: relative;
        right: 0;
    }

    .amis-scope .el-col-lg-push-0 {
        position: relative;
        left: 0;
    }

    .amis-scope .el-col-lg-1 {
        width: 4.16667%;
    }

    .amis-scope .el-col-lg-offset-1 {
        margin-left: 4.16667%;
    }

    .amis-scope .el-col-lg-pull-1 {
        position: relative;
        right: 4.16667%;
    }

    .amis-scope .el-col-lg-push-1 {
        position: relative;
        left: 4.16667%;
    }

    .amis-scope .el-col-lg-2 {
        width: 8.33333%;
    }

    .amis-scope .el-col-lg-offset-2 {
        margin-left: 8.33333%;
    }

    .amis-scope .el-col-lg-pull-2 {
        position: relative;
        right: 8.33333%;
    }

    .amis-scope .el-col-lg-push-2 {
        position: relative;
        left: 8.33333%;
    }

    .amis-scope .el-col-lg-3 {
        width: 12.5%;
    }

    .amis-scope .el-col-lg-offset-3 {
        margin-left: 12.5%;
    }

    .amis-scope .el-col-lg-pull-3 {
        position: relative;
        right: 12.5%;
    }

    .amis-scope .el-col-lg-push-3 {
        position: relative;
        left: 12.5%;
    }

    .amis-scope .el-col-lg-4 {
        width: 16.66667%;
    }

    .amis-scope .el-col-lg-offset-4 {
        margin-left: 16.66667%;
    }

    .amis-scope .el-col-lg-pull-4 {
        position: relative;
        right: 16.66667%;
    }

    .amis-scope .el-col-lg-push-4 {
        position: relative;
        left: 16.66667%;
    }

    .amis-scope .el-col-lg-5 {
        width: 20.83333%;
    }

    .amis-scope .el-col-lg-offset-5 {
        margin-left: 20.83333%;
    }

    .amis-scope .el-col-lg-pull-5 {
        position: relative;
        right: 20.83333%;
    }

    .amis-scope .el-col-lg-push-5 {
        position: relative;
        left: 20.83333%;
    }

    .amis-scope .el-col-lg-6 {
        width: 25%;
    }

    .amis-scope .el-col-lg-offset-6 {
        margin-left: 25%;
    }

    .amis-scope .el-col-lg-pull-6 {
        position: relative;
        right: 25%;
    }

    .amis-scope .el-col-lg-push-6 {
        position: relative;
        left: 25%;
    }

    .amis-scope .el-col-lg-7 {
        width: 29.16667%;
    }

    .amis-scope .el-col-lg-offset-7 {
        margin-left: 29.16667%;
    }

    .amis-scope .el-col-lg-pull-7 {
        position: relative;
        right: 29.16667%;
    }

    .amis-scope .el-col-lg-push-7 {
        position: relative;
        left: 29.16667%;
    }

    .amis-scope .el-col-lg-8 {
        width: 33.33333%;
    }

    .amis-scope .el-col-lg-offset-8 {
        margin-left: 33.33333%;
    }

    .amis-scope .el-col-lg-pull-8 {
        position: relative;
        right: 33.33333%;
    }

    .amis-scope .el-col-lg-push-8 {
        position: relative;
        left: 33.33333%;
    }

    .amis-scope .el-col-lg-9 {
        width: 37.5%;
    }

    .amis-scope .el-col-lg-offset-9 {
        margin-left: 37.5%;
    }

    .amis-scope .el-col-lg-pull-9 {
        position: relative;
        right: 37.5%;
    }

    .amis-scope .el-col-lg-push-9 {
        position: relative;
        left: 37.5%;
    }

    .amis-scope .el-col-lg-10 {
        width: 41.66667%;
    }

    .amis-scope .el-col-lg-offset-10 {
        margin-left: 41.66667%;
    }

    .amis-scope .el-col-lg-pull-10 {
        position: relative;
        right: 41.66667%;
    }

    .amis-scope .el-col-lg-push-10 {
        position: relative;
        left: 41.66667%;
    }

    .amis-scope .el-col-lg-11 {
        width: 45.83333%;
    }

    .amis-scope .el-col-lg-offset-11 {
        margin-left: 45.83333%;
    }

    .amis-scope .el-col-lg-pull-11 {
        position: relative;
        right: 45.83333%;
    }

    .amis-scope .el-col-lg-push-11 {
        position: relative;
        left: 45.83333%;
    }

    .amis-scope .el-col-lg-12 {
        width: 50%;
    }

    .amis-scope .el-col-lg-offset-12 {
        margin-left: 50%;
    }

    .amis-scope .el-col-lg-pull-12 {
        position: relative;
        right: 50%;
    }

    .amis-scope .el-col-lg-push-12 {
        position: relative;
        left: 50%;
    }

    .amis-scope .el-col-lg-13 {
        width: 54.16667%;
    }

    .amis-scope .el-col-lg-offset-13 {
        margin-left: 54.16667%;
    }

    .amis-scope .el-col-lg-pull-13 {
        position: relative;
        right: 54.16667%;
    }

    .amis-scope .el-col-lg-push-13 {
        position: relative;
        left: 54.16667%;
    }

    .amis-scope .el-col-lg-14 {
        width: 58.33333%;
    }

    .amis-scope .el-col-lg-offset-14 {
        margin-left: 58.33333%;
    }

    .amis-scope .el-col-lg-pull-14 {
        position: relative;
        right: 58.33333%;
    }

    .amis-scope .el-col-lg-push-14 {
        position: relative;
        left: 58.33333%;
    }

    .amis-scope .el-col-lg-15 {
        width: 62.5%;
    }

    .amis-scope .el-col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .amis-scope .el-col-lg-pull-15 {
        position: relative;
        right: 62.5%;
    }

    .amis-scope .el-col-lg-push-15 {
        position: relative;
        left: 62.5%;
    }

    .amis-scope .el-col-lg-16 {
        width: 66.66667%;
    }

    .amis-scope .el-col-lg-offset-16 {
        margin-left: 66.66667%;
    }

    .amis-scope .el-col-lg-pull-16 {
        position: relative;
        right: 66.66667%;
    }

    .amis-scope .el-col-lg-push-16 {
        position: relative;
        left: 66.66667%;
    }

    .amis-scope .el-col-lg-17 {
        width: 70.83333%;
    }

    .amis-scope .el-col-lg-offset-17 {
        margin-left: 70.83333%;
    }

    .amis-scope .el-col-lg-pull-17 {
        position: relative;
        right: 70.83333%;
    }

    .amis-scope .el-col-lg-push-17 {
        position: relative;
        left: 70.83333%;
    }

    .amis-scope .el-col-lg-18 {
        width: 75%;
    }

    .amis-scope .el-col-lg-offset-18 {
        margin-left: 75%;
    }

    .amis-scope .el-col-lg-pull-18 {
        position: relative;
        right: 75%;
    }

    .amis-scope .el-col-lg-push-18 {
        position: relative;
        left: 75%;
    }

    .amis-scope .el-col-lg-19 {
        width: 79.16667%;
    }

    .amis-scope .el-col-lg-offset-19 {
        margin-left: 79.16667%;
    }

    .amis-scope .el-col-lg-pull-19 {
        position: relative;
        right: 79.16667%;
    }

    .amis-scope .el-col-lg-push-19 {
        position: relative;
        left: 79.16667%;
    }

    .amis-scope .el-col-lg-20 {
        width: 83.33333%;
    }

    .amis-scope .el-col-lg-offset-20 {
        margin-left: 83.33333%;
    }

    .amis-scope .el-col-lg-pull-20 {
        position: relative;
        right: 83.33333%;
    }

    .amis-scope .el-col-lg-push-20 {
        position: relative;
        left: 83.33333%;
    }

    .amis-scope .el-col-lg-21 {
        width: 87.5%;
    }

    .amis-scope .el-col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .amis-scope .el-col-lg-pull-21 {
        position: relative;
        right: 87.5%;
    }

    .amis-scope .el-col-lg-push-21 {
        position: relative;
        left: 87.5%;
    }

    .amis-scope .el-col-lg-22 {
        width: 91.66667%;
    }

    .amis-scope .el-col-lg-offset-22 {
        margin-left: 91.66667%;
    }

    .amis-scope .el-col-lg-pull-22 {
        position: relative;
        right: 91.66667%;
    }

    .amis-scope .el-col-lg-push-22 {
        position: relative;
        left: 91.66667%;
    }

    .amis-scope .el-col-lg-23 {
        width: 95.83333%;
    }

    .amis-scope .el-col-lg-offset-23 {
        margin-left: 95.83333%;
    }

    .amis-scope .el-col-lg-pull-23 {
        position: relative;
        right: 95.83333%;
    }

    .amis-scope .el-col-lg-push-23 {
        position: relative;
        left: 95.83333%;
    }

    .amis-scope .el-col-lg-24 {
        width: 100%;
    }

    .amis-scope .el-col-lg-offset-24 {
        margin-left: 100%;
    }

    .amis-scope .el-col-lg-pull-24 {
        position: relative;
        right: 100%;
    }

    .amis-scope .el-col-lg-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width:1920px) {
    .amis-scope .el-col-xl-0 {
        display: none;
        width: 0;
    }

    .amis-scope .el-col-xl-offset-0 {
        margin-left: 0;
    }

    .amis-scope .el-col-xl-pull-0 {
        position: relative;
        right: 0;
    }

    .amis-scope .el-col-xl-push-0 {
        position: relative;
        left: 0;
    }

    .amis-scope .el-col-xl-1 {
        width: 4.16667%;
    }

    .amis-scope .el-col-xl-offset-1 {
        margin-left: 4.16667%;
    }

    .amis-scope .el-col-xl-pull-1 {
        position: relative;
        right: 4.16667%;
    }

    .amis-scope .el-col-xl-push-1 {
        position: relative;
        left: 4.16667%;
    }

    .amis-scope .el-col-xl-2 {
        width: 8.33333%;
    }

    .amis-scope .el-col-xl-offset-2 {
        margin-left: 8.33333%;
    }

    .amis-scope .el-col-xl-pull-2 {
        position: relative;
        right: 8.33333%;
    }

    .amis-scope .el-col-xl-push-2 {
        position: relative;
        left: 8.33333%;
    }

    .amis-scope .el-col-xl-3 {
        width: 12.5%;
    }

    .amis-scope .el-col-xl-offset-3 {
        margin-left: 12.5%;
    }

    .amis-scope .el-col-xl-pull-3 {
        position: relative;
        right: 12.5%;
    }

    .amis-scope .el-col-xl-push-3 {
        position: relative;
        left: 12.5%;
    }

    .amis-scope .el-col-xl-4 {
        width: 16.66667%;
    }

    .amis-scope .el-col-xl-offset-4 {
        margin-left: 16.66667%;
    }

    .amis-scope .el-col-xl-pull-4 {
        position: relative;
        right: 16.66667%;
    }

    .amis-scope .el-col-xl-push-4 {
        position: relative;
        left: 16.66667%;
    }

    .amis-scope .el-col-xl-5 {
        width: 20.83333%;
    }

    .amis-scope .el-col-xl-offset-5 {
        margin-left: 20.83333%;
    }

    .amis-scope .el-col-xl-pull-5 {
        position: relative;
        right: 20.83333%;
    }

    .amis-scope .el-col-xl-push-5 {
        position: relative;
        left: 20.83333%;
    }

    .amis-scope .el-col-xl-6 {
        width: 25%;
    }

    .amis-scope .el-col-xl-offset-6 {
        margin-left: 25%;
    }

    .amis-scope .el-col-xl-pull-6 {
        position: relative;
        right: 25%;
    }

    .amis-scope .el-col-xl-push-6 {
        position: relative;
        left: 25%;
    }

    .amis-scope .el-col-xl-7 {
        width: 29.16667%;
    }

    .amis-scope .el-col-xl-offset-7 {
        margin-left: 29.16667%;
    }

    .amis-scope .el-col-xl-pull-7 {
        position: relative;
        right: 29.16667%;
    }

    .amis-scope .el-col-xl-push-7 {
        position: relative;
        left: 29.16667%;
    }

    .amis-scope .el-col-xl-8 {
        width: 33.33333%;
    }

    .amis-scope .el-col-xl-offset-8 {
        margin-left: 33.33333%;
    }

    .amis-scope .el-col-xl-pull-8 {
        position: relative;
        right: 33.33333%;
    }

    .amis-scope .el-col-xl-push-8 {
        position: relative;
        left: 33.33333%;
    }

    .amis-scope .el-col-xl-9 {
        width: 37.5%;
    }

    .amis-scope .el-col-xl-offset-9 {
        margin-left: 37.5%;
    }

    .amis-scope .el-col-xl-pull-9 {
        position: relative;
        right: 37.5%;
    }

    .amis-scope .el-col-xl-push-9 {
        position: relative;
        left: 37.5%;
    }

    .amis-scope .el-col-xl-10 {
        width: 41.66667%;
    }

    .amis-scope .el-col-xl-offset-10 {
        margin-left: 41.66667%;
    }

    .amis-scope .el-col-xl-pull-10 {
        position: relative;
        right: 41.66667%;
    }

    .amis-scope .el-col-xl-push-10 {
        position: relative;
        left: 41.66667%;
    }

    .amis-scope .el-col-xl-11 {
        width: 45.83333%;
    }

    .amis-scope .el-col-xl-offset-11 {
        margin-left: 45.83333%;
    }

    .amis-scope .el-col-xl-pull-11 {
        position: relative;
        right: 45.83333%;
    }

    .amis-scope .el-col-xl-push-11 {
        position: relative;
        left: 45.83333%;
    }

    .amis-scope .el-col-xl-12 {
        width: 50%;
    }

    .amis-scope .el-col-xl-offset-12 {
        margin-left: 50%;
    }

    .amis-scope .el-col-xl-pull-12 {
        position: relative;
        right: 50%;
    }

    .amis-scope .el-col-xl-push-12 {
        position: relative;
        left: 50%;
    }

    .amis-scope .el-col-xl-13 {
        width: 54.16667%;
    }

    .amis-scope .el-col-xl-offset-13 {
        margin-left: 54.16667%;
    }

    .amis-scope .el-col-xl-pull-13 {
        position: relative;
        right: 54.16667%;
    }

    .amis-scope .el-col-xl-push-13 {
        position: relative;
        left: 54.16667%;
    }

    .amis-scope .el-col-xl-14 {
        width: 58.33333%;
    }

    .amis-scope .el-col-xl-offset-14 {
        margin-left: 58.33333%;
    }

    .amis-scope .el-col-xl-pull-14 {
        position: relative;
        right: 58.33333%;
    }

    .amis-scope .el-col-xl-push-14 {
        position: relative;
        left: 58.33333%;
    }

    .amis-scope .el-col-xl-15 {
        width: 62.5%;
    }

    .amis-scope .el-col-xl-offset-15 {
        margin-left: 62.5%;
    }

    .amis-scope .el-col-xl-pull-15 {
        position: relative;
        right: 62.5%;
    }

    .amis-scope .el-col-xl-push-15 {
        position: relative;
        left: 62.5%;
    }

    .amis-scope .el-col-xl-16 {
        width: 66.66667%;
    }

    .amis-scope .el-col-xl-offset-16 {
        margin-left: 66.66667%;
    }

    .amis-scope .el-col-xl-pull-16 {
        position: relative;
        right: 66.66667%;
    }

    .amis-scope .el-col-xl-push-16 {
        position: relative;
        left: 66.66667%;
    }

    .amis-scope .el-col-xl-17 {
        width: 70.83333%;
    }

    .amis-scope .el-col-xl-offset-17 {
        margin-left: 70.83333%;
    }

    .amis-scope .el-col-xl-pull-17 {
        position: relative;
        right: 70.83333%;
    }

    .amis-scope .el-col-xl-push-17 {
        position: relative;
        left: 70.83333%;
    }

    .amis-scope .el-col-xl-18 {
        width: 75%;
    }

    .amis-scope .el-col-xl-offset-18 {
        margin-left: 75%;
    }

    .amis-scope .el-col-xl-pull-18 {
        position: relative;
        right: 75%;
    }

    .amis-scope .el-col-xl-push-18 {
        position: relative;
        left: 75%;
    }

    .amis-scope .el-col-xl-19 {
        width: 79.16667%;
    }

    .amis-scope .el-col-xl-offset-19 {
        margin-left: 79.16667%;
    }

    .amis-scope .el-col-xl-pull-19 {
        position: relative;
        right: 79.16667%;
    }

    .amis-scope .el-col-xl-push-19 {
        position: relative;
        left: 79.16667%;
    }

    .amis-scope .el-col-xl-20 {
        width: 83.33333%;
    }

    .amis-scope .el-col-xl-offset-20 {
        margin-left: 83.33333%;
    }

    .amis-scope .el-col-xl-pull-20 {
        position: relative;
        right: 83.33333%;
    }

    .amis-scope .el-col-xl-push-20 {
        position: relative;
        left: 83.33333%;
    }

    .amis-scope .el-col-xl-21 {
        width: 87.5%;
    }

    .amis-scope .el-col-xl-offset-21 {
        margin-left: 87.5%;
    }

    .amis-scope .el-col-xl-pull-21 {
        position: relative;
        right: 87.5%;
    }

    .amis-scope .el-col-xl-push-21 {
        position: relative;
        left: 87.5%;
    }

    .amis-scope .el-col-xl-22 {
        width: 91.66667%;
    }

    .amis-scope .el-col-xl-offset-22 {
        margin-left: 91.66667%;
    }

    .amis-scope .el-col-xl-pull-22 {
        position: relative;
        right: 91.66667%;
    }

    .amis-scope .el-col-xl-push-22 {
        position: relative;
        left: 91.66667%;
    }

    .amis-scope .el-col-xl-23 {
        width: 95.83333%;
    }

    .amis-scope .el-col-xl-offset-23 {
        margin-left: 95.83333%;
    }

    .amis-scope .el-col-xl-pull-23 {
        position: relative;
        right: 95.83333%;
    }

    .amis-scope .el-col-xl-push-23 {
        position: relative;
        left: 95.83333%;
    }

    .amis-scope .el-col-xl-24 {
        width: 100%;
    }

    .amis-scope .el-col-xl-offset-24 {
        margin-left: 100%;
    }

    .amis-scope .el-col-xl-pull-24 {
        position: relative;
        right: 100%;
    }

    .amis-scope .el-col-xl-push-24 {
        position: relative;
        left: 100%;
    }
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 32px 0;
    }
}

.amis-scope .el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.amis-scope .el-upload__input {
    display: none;
}

.amis-scope .el-upload__tip {
    font-size: 12px;
    color: #606266;
    margin-top: 7px;
}

.amis-scope .el-upload iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.amis-scope .el-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    line-height: 146px;
    vertical-align: top;
}

.amis-scope .el-upload--picture-card i {
    font-size: 28px;
    color: #8c939d;
}

.amis-scope .el-upload--picture-card:hover,
.amis-scope .el-upload:focus {
    border-color: #409EFF;
    color: #409EFF;
}

.amis-scope .el-upload:focus .el-upload-dragger {
    border-color: #409EFF;
}

.amis-scope .el-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.amis-scope .el-upload-dragger .el-icon-upload {
    font-size: 67px;
    color: #C0C4CC;
    margin: 40px 0 16px;
    line-height: 50px;
}

.amis-scope .el-upload-dragger+.el-upload__tip {
    text-align: center;
}

.amis-scope .el-upload-dragger~.el-upload__files {
    border-top: 1px solid #DCDFE6;
    margin-top: 7px;
    padding-top: 5px;
}

.amis-scope .el-upload-dragger .el-upload__text {
    color: #606266;
    font-size: 14px;
    text-align: center;
}

.amis-scope .el-upload-dragger .el-upload__text em {
    color: #409EFF;
    font-style: normal;
}

.amis-scope .el-upload-dragger:hover {
    border-color: #409EFF;
}

.amis-scope .el-upload-dragger.is-dragover {
    background-color: rgba(32, 159, 255, .06);
    border: 2px dashed #409EFF;
}

.amis-scope .el-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.amis-scope .el-upload-list__item {
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    margin-top: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.amis-scope .el-upload-list__item .el-progress {
    position: absolute;
    top: 20px;
    width: 100%;
}

.amis-scope .el-upload-list__item .el-progress__text {
    position: absolute;
    right: 0;
    top: -13px;
}

.amis-scope .el-upload-list__item .el-progress-bar {
    margin-right: 0;
    padding-right: 0;
}

.amis-scope .el-upload-list__item:first-child {
    margin-top: 10px;
}

.amis-scope .el-upload-list__item .el-icon-upload-success {
    color: #67C23A;
}

.amis-scope .el-upload-list__item .el-icon-close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .75;
    color: #606266;
}

.amis-scope .el-upload-list__item .el-icon-close:hover {
    opacity: 1;
}

.amis-scope .el-upload-list__item .el-icon-close-tip {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    color: #409EFF;
}

.amis-scope .el-upload-list__item:hover {
    background-color: #F5F7FA;
}

.amis-scope .el-upload-list__item:hover .el-icon-close {
    display: inline-block;
}

.amis-scope .el-upload-list__item:hover .el-progress__text {
    display: none;
}

.amis-scope .el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: block;
}

.amis-scope .el-upload-list__item.is-success .el-upload-list__item-name:focus,
.amis-scope .el-upload-list__item.is-success .el-upload-list__item-name:hover {
    color: #409EFF;
    cursor: pointer;
}

.amis-scope .el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
    display: inline-block;
}

.amis-scope .el-upload-list__item.is-success:active .el-icon-close-tip,
.amis-scope .el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.amis-scope .el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.amis-scope .el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
    display: none;
}

.amis-scope .el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
    display: block;
}

.amis-scope .el-upload-list__item-name {
    color: #606266;
    display: block;
    margin-right: 40px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap;
}

.amis-scope .el-upload-list__item-name [class^=el-icon] {
    height: 100%;
    margin-right: 7px;
    color: #909399;
    line-height: inherit;
}

.amis-scope .el-upload-list__item-status-label {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
    display: none;
}

.amis-scope .el-upload-list__item-delete {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #606266;
    display: none;
}

.amis-scope .el-upload-list__item-delete:hover {
    color: #409EFF;
}

.amis-scope .el-upload-list--picture-card {
    margin: 0;
    display: inline;
    vertical-align: top;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    display: inline-block;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.amis-scope .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
    color: #FFF;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.amis-scope .el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
    display: none;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
    display: block;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-name {
    display: none;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: 100%;
    height: 100%;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-status-label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions span {
    display: none;
    cursor: pointer;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 15px;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions:hover {
    opacity: 1;
}

.amis-scope .el-upload-list--picture-card .el-upload-list__item-actions:hover span {
    display: inline-block;
}

.amis-scope .el-upload-list--picture-card .el-progress {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 126px;
}

.amis-scope .el-upload-list--picture-card .el-progress .el-progress__text {
    top: 50%;
}

.amis-scope .el-upload-list--picture .el-upload-list__item {
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 10px 10px 90px;
    height: 92px;
}

.amis-scope .el-upload-list--picture .el-upload-list__item .el-icon-check,
.amis-scope .el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
    color: #FFF;
}

.amis-scope .el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -2px;
    right: -12px;
}

.amis-scope .el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
    display: block;
}

.amis-scope .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
    line-height: 70px;
    margin-top: 0;
}

.amis-scope .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
    display: none;
}

.amis-scope .el-upload-list--picture .el-upload-list__item-thumbnail {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -80px;
    background-color: #FFF;
}

.amis-scope .el-upload-list--picture .el-upload-list__item-name {
    display: block;
    margin-top: 20px;
}

.amis-scope .el-upload-list--picture .el-upload-list__item-name i {
    font-size: 70px;
    line-height: 1;
    position: absolute;
    left: 9px;
    top: 10px;
}

.amis-scope .el-upload-list--picture .el-upload-list__item-status-label {
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
    height: 26px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.amis-scope .el-upload-list--picture .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.amis-scope .el-upload-list--picture .el-progress {
    position: relative;
    top: -7px;
}

.amis-scope .el-upload-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    cursor: default;
}

.amis-scope .el-upload-cover::after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.amis-scope .el-upload-cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.amis-scope .el-upload-cover__label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
}

.amis-scope .el-upload-cover__label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
}

.amis-scope .el-upload-cover__progress {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 243px;
}

.amis-scope .el-upload-cover__progress+.el-upload__inner {
    opacity: 0;
}

.amis-scope .el-upload-cover__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .el-upload-cover__interact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .72);
    text-align: center;
}

.amis-scope .el-upload-cover__interact .btn {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    margin-top: 60px;
}

.amis-scope .el-upload-cover__interact .btn span {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.amis-scope .el-upload-cover__interact .btn:not(:first-child) {
    margin-left: 35px;
}

.amis-scope .el-upload-cover__interact .btn:hover {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}

.amis-scope .el-upload-cover__interact .btn:hover span {
    opacity: 1;
}

.amis-scope .el-upload-cover__interact .btn i {
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px;
}

.amis-scope .el-upload-cover__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    color: #303133;
}

.amis-scope .el-upload-cover+.el-upload__inner {
    opacity: 0;
    position: relative;
    z-index: 1;
}

.amis-scope .el-progress {
    position: relative;
    line-height: 1;
}

.amis-scope .el-progress__text {
    font-size: 14px;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1;
}

.amis-scope .el-progress__text i {
    vertical-align: middle;
    display: block;
}

.amis-scope .el-progress--circle,
.amis-scope .el-progress--dashboard {
    display: inline-block;
}

.amis-scope .el-progress--circle .el-progress__text,
.amis-scope .el-progress--dashboard .el-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.amis-scope .el-progress--circle .el-progress__text i,
.amis-scope .el-progress--dashboard .el-progress__text i {
    vertical-align: middle;
    display: inline-block;
}

.amis-scope .el-progress--without-text .el-progress__text {
    display: none;
}

.amis-scope .el-progress--without-text .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block;
}

.amis-scope .el-progress-bar,
.amis-scope .el-progress-bar__inner::after,
.amis-scope .el-progress-bar__innerText,
.amis-scope .el-spinner {
    display: inline-block;
    vertical-align: middle;
}

.amis-scope .el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
}

.amis-scope .el-progress.is-success .el-progress-bar__inner {
    background-color: #67C23A;
}

.amis-scope .el-progress.is-success .el-progress__text {
    color: #67C23A;
}

.amis-scope .el-progress.is-warning .el-progress-bar__inner {
    background-color: #E6A23C;
}

.amis-scope .el-progress.is-warning .el-progress__text {
    color: #E6A23C;
}

.amis-scope .el-progress.is-exception .el-progress-bar__inner {
    background-color: #F56C6C;
}

.amis-scope .el-progress.is-exception .el-progress__text {
    color: #F56C6C;
}

.amis-scope .el-progress-bar {
    padding-right: 50px;
    width: 100%;
    margin-right: -55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: #EBEEF5;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.amis-scope .el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #409EFF;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.amis-scope .el-card,
.amis-scope .el-message {
    border-radius: 4px;
    overflow: hidden;
}

.amis-scope .el-progress-bar__inner::after {
    height: 100%;
}

.amis-scope .el-progress-bar__innerText {
    color: #FFF;
    font-size: 12px;
    margin: 0 5px;
}

@keyframes progress {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 32px 0;
    }
}

.amis-scope .el-time-spinner {
    width: 100%;
    white-space: nowrap;
}

.amis-scope .el-spinner-inner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px;
}

.amis-scope .el-spinner-inner .path {
    stroke: #ececec;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.amis-scope .el-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #EBEEF5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
    transition: opacity .3s, top .4s, -webkit-transform .4s;
    transition: opacity .3s, transform .4s, top .4s;
    transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-message.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .el-message.is-closable .el-message__content {
    padding-right: 16px;
}

.amis-scope .el-message p {
    margin: 0;
}

.amis-scope .el-message--info .el-message__content {
    color: #909399;
}

.amis-scope .el-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}

.amis-scope .el-message--success .el-message__content {
    color: #67C23A;
}

.amis-scope .el-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
}

.amis-scope .el-message--warning .el-message__content {
    color: #E6A23C;
}

.amis-scope .el-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2;
}

.amis-scope .el-message--error .el-message__content {
    color: #F56C6C;
}

.amis-scope .el-message__icon {
    margin-right: 10px;
}

.amis-scope .el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.amis-scope .el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #C0C4CC;
    font-size: 16px;
}

.amis-scope .el-message__closeBtn:hover {
    color: #909399;
}

.amis-scope .el-message .el-icon-success {
    color: #67C23A;
}

.amis-scope .el-message .el-icon-error {
    color: #F56C6C;
}

.amis-scope .el-message .el-icon-info {
    color: #909399;
}

.amis-scope .el-message .el-icon-warning {
    color: #E6A23C;
}

.amis-scope .el-message-fade-enter,
.amis-scope .el-message-fade-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.amis-scope .el-badge {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.amis-scope .el-badge__content {
    background-color: #F56C6C;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFF;
}

.amis-scope .el-badge__content.is-fixed {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.amis-scope .el-rate__icon,
.amis-scope .el-rate__item {
    position: relative;
    display: inline-block;
}

.amis-scope .el-badge__content.is-fixed.is-dot {
    right: 5px;
}

.amis-scope .el-badge__content.is-dot {
    height: 8px;
    width: 8px;
    padding: 0;
    right: 0;
    border-radius: 50%;
}

.amis-scope .el-badge__content--primary {
    background-color: #409EFF;
}

.amis-scope .el-badge__content--success {
    background-color: #67C23A;
}

.amis-scope .el-badge__content--warning {
    background-color: #E6A23C;
}

.amis-scope .el-badge__content--info {
    background-color: #909399;
}

.amis-scope .el-badge__content--danger {
    background-color: #F56C6C;
}

.amis-scope .el-card {
    border: 1px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
}

.amis-scope .el-card.is-always-shadow,
.amis-scope .el-card.is-hover-shadow:focus,
.amis-scope .el-card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-card__header {
    padding: 18px 20px;
    border-bottom: 1px solid #EBEEF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-card__body {
    padding: 20px;
}

.amis-scope .el-rate {
    height: 20px;
    line-height: 1;
}

.amis-scope .el-rate__item {
    font-size: 0;
    vertical-align: middle;
}

.amis-scope .el-rate__icon {
    font-size: 18px;
    margin-right: 6px;
    color: #C0C4CC;
    -webkit-transition: .3s;
    transition: .3s;
}

.amis-scope .el-rate__decimal,
.amis-scope .el-rate__icon .path2 {
    position: absolute;
    top: 0;
    left: 0;
}

.amis-scope .el-rate__icon.hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.amis-scope .el-rate__decimal {
    display: inline-block;
    overflow: hidden;
}

.amis-scope .el-step.is-vertical,
.amis-scope .el-steps {
    display: -webkit-box;
    display: -ms-flexbox;
}

.amis-scope .el-rate__text {
    font-size: 14px;
    vertical-align: middle;
}

.amis-scope .el-steps {
    display: flex;
}

.amis-scope .el-steps--simple {
    padding: 13px 8%;
    border-radius: 4px;
    background: #F5F7FA;
}

.amis-scope .el-steps--horizontal {
    white-space: nowrap;
}

.amis-scope .el-steps--vertical {
    height: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
}

.amis-scope .el-step {
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.amis-scope .el-step:last-of-type .el-step__line {
    display: none;
}

.amis-scope .el-step:last-of-type.is-flex {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.amis-scope .el-step:last-of-type .el-step__description,
.amis-scope .el-step:last-of-type .el-step__main {
    padding-right: 0;
}

.amis-scope .el-step__head {
    position: relative;
    width: 100%;
}

.amis-scope .el-step__head.is-process {
    color: #303133;
    border-color: #303133;
}

.amis-scope .el-step__head.is-wait {
    color: #C0C4CC;
    border-color: #C0C4CC;
}

.amis-scope .el-step__head.is-success {
    color: #67C23A;
    border-color: #67C23A;
}

.amis-scope .el-step__head.is-error {
    color: #F56C6C;
    border-color: #F56C6C;
}

.amis-scope .el-step__head.is-finish {
    color: #409EFF;
    border-color: #409EFF;
}

.amis-scope .el-step__icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.amis-scope .el-step__icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
}

.amis-scope .el-step__icon.is-icon {
    width: 40px;
}

.amis-scope .el-step__icon-inner {
    display: inline-block;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.amis-scope .el-button,
.amis-scope .el-checkbox {
    -webkit-user-select: none;
    -ms-user-select: none;
}

.amis-scope .el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 25px;
    font-weight: 400;
}

.amis-scope .el-step__icon-inner.is-status {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.amis-scope .el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: #C0C4CC;
}

.amis-scope .el-step__line-inner {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
}

.amis-scope .el-step__main {
    white-space: normal;
    text-align: left;
}

.amis-scope .el-step__title {
    font-size: 16px;
    line-height: 38px;
}

.amis-scope .el-step__title.is-process {
    font-weight: 700;
    color: #303133;
}

.amis-scope .el-step__title.is-wait {
    color: #C0C4CC;
}

.amis-scope .el-step__title.is-success {
    color: #67C23A;
}

.amis-scope .el-step__title.is-error {
    color: #F56C6C;
}

.amis-scope .el-step__title.is-finish {
    color: #409EFF;
}

.amis-scope .el-step__description {
    padding-right: 10%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.amis-scope .el-step__description.is-process {
    color: #303133;
}

.amis-scope .el-step__description.is-wait {
    color: #C0C4CC;
}

.amis-scope .el-step__description.is-success {
    color: #67C23A;
}

.amis-scope .el-step__description.is-error {
    color: #F56C6C;
}

.amis-scope .el-step__description.is-finish {
    color: #409EFF;
}

.amis-scope .el-step.is-horizontal {
    display: inline-block;
}

.amis-scope .el-step.is-horizontal .el-step__line {
    height: 2px;
    top: 11px;
    left: 0;
    right: 0;
}

.amis-scope .el-step.is-vertical {
    display: flex;
}

.amis-scope .el-step.is-vertical .el-step__head {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 24px;
}

.amis-scope .el-step.is-vertical .el-step__main {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.amis-scope .el-step.is-vertical .el-step__title {
    line-height: 24px;
    padding-bottom: 8px;
}

.amis-scope .el-step.is-vertical .el-step__line {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 11px;
}

.amis-scope .el-step.is-vertical .el-step__icon.is-icon {
    width: 24px;
}

.amis-scope .el-step.is-center .el-step__head,
.amis-scope .el-step.is-center .el-step__main {
    text-align: center;
}

.amis-scope .el-step.is-center .el-step__description {
    padding-left: 20%;
    padding-right: 20%;
}

.amis-scope .el-step.is-center .el-step__line {
    left: 50%;
    right: -50%;
}

.amis-scope .el-step.is-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-step.is-simple .el-step__head {
    width: auto;
    font-size: 0;
    padding-right: 10px;
}

.amis-scope .el-step.is-simple .el-step__icon {
    background: 0 0;
    width: 16px;
    height: 16px;
    font-size: 12px;
}

.amis-scope .el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 18px;
}

.amis-scope .el-step.is-simple .el-step__icon-inner.is-status {
    -webkit-transform: scale(.8) translateY(1px);
    transform: scale(.8) translateY(1px);
}

.amis-scope .el-step.is-simple .el-step__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.amis-scope .el-step.is-simple .el-step__title {
    font-size: 16px;
    line-height: 20px;
}

.amis-scope .el-step.is-simple:not(:last-of-type) .el-step__title {
    max-width: 50%;
    word-break: break-all;
}

.amis-scope .el-step.is-simple .el-step__arrow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amis-scope .el-step.is-simple .el-step__arrow::after,
.amis-scope .el-step.is-simple .el-step__arrow::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #C0C4CC;
}

.amis-scope .el-step.is-simple .el-step__arrow::before {
    -webkit-transform: rotate(-45deg) translateY(-4px);
    transform: rotate(-45deg) translateY(-4px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.amis-scope .el-step.is-simple .el-step__arrow::after {
    -webkit-transform: rotate(45deg) translateY(4px);
    transform: rotate(45deg) translateY(4px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.amis-scope .el-step.is-simple:last-of-type .el-step__arrow {
    display: none;
}

.amis-scope .el-carousel {
    position: relative;
}

.amis-scope .el-carousel--horizontal {
    overflow-x: hidden;
}

.amis-scope .el-carousel--vertical {
    overflow-y: hidden;
}

.amis-scope .el-carousel__container {
    position: relative;
    height: 300px;
}

.amis-scope .el-carousel__arrow {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .11);
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
}

.amis-scope .el-carousel__arrow--left {
    left: 16px;
}

.amis-scope .el-carousel__arrow--right {
    right: 16px;
}

.amis-scope .el-carousel__arrow:hover {
    background-color: rgba(31, 45, 61, .23);
}

.amis-scope .el-carousel__arrow i {
    cursor: pointer;
}

.amis-scope .el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.amis-scope .el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.amis-scope .el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.amis-scope .el-carousel__indicators--outside {
    bottom: 26px;
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.amis-scope .el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: .64;
}

.amis-scope .el-carousel__indicators--outside button {
    background-color: #C0C4CC;
    opacity: .24;
}

.amis-scope .el-carousel__indicators--labels {
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    text-align: center;
}

.amis-scope .el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: 2px 18px;
    font-size: 12px;
}

.amis-scope .el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px;
}

.amis-scope .el-carousel__indicator {
    background-color: transparent;
    cursor: pointer;
}

.amis-scope .el-carousel__indicator:hover button {
    opacity: .72;
}

.amis-scope .el-carousel__indicator--horizontal {
    display: inline-block;
    padding: 12px 4px;
}

.amis-scope .el-carousel__indicator--vertical {
    padding: 4px 12px;
}

.amis-scope .el-carousel__indicator--vertical .el-carousel__button {
    width: 2px;
    height: 15px;
}

.amis-scope .el-carousel__indicator.is-active button {
    opacity: 1;
}

.amis-scope .el-carousel__button {
    display: block;
    opacity: .48;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.amis-scope .el-carousel__item,
.amis-scope .el-carousel__mask {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.amis-scope .carousel-arrow-left-enter,
.amis-scope .carousel-arrow-left-leave-active {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
}

.amis-scope .carousel-arrow-right-enter,
.amis-scope .carousel-arrow-right-leave-active {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
}

.amis-scope .el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.amis-scope .el-carousel__item.is-active {
    z-index: 2;
}

.amis-scope .el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.amis-scope .el-carousel__item--card {
    width: 50%;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.amis-scope .el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1;
}

.amis-scope .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.amis-scope .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12;
}

.amis-scope .el-carousel__item--card.is-active {
    z-index: 2;
}

.amis-scope .el-carousel__mask {
    width: 100%;
    background-color: #FFF;
    opacity: .24;
    -webkit-transition: .2s;
    transition: .2s;
}

.amis-scope .el-fade-in-enter,
.amis-scope .el-fade-in-leave-active,
.amis-scope .el-fade-in-linear-enter,
.amis-scope .el-fade-in-linear-leave,
.amis-scope .el-fade-in-linear-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
    opacity: 0;
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.amis-scope .el-fade-in-linear-enter-active,
.amis-scope .el-fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.amis-scope .el-fade-in-enter-active,
.amis-scope .el-fade-in-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.amis-scope .el-zoom-in-center-enter-active,
.amis-scope .el-zoom-in-center-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.amis-scope .el-zoom-in-center-enter,
.amis-scope .el-zoom-in-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.amis-scope .el-zoom-in-top-enter-active,
.amis-scope .el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.amis-scope .el-zoom-in-top-enter,
.amis-scope .el-zoom-in-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.amis-scope .el-zoom-in-bottom-enter-active,
.amis-scope .el-zoom-in-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.amis-scope .el-zoom-in-bottom-enter,
.amis-scope .el-zoom-in-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.amis-scope .el-zoom-in-left-enter-active,
.amis-scope .el-zoom-in-left-leave-active {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.amis-scope .el-zoom-in-left-enter,
.amis-scope .el-zoom-in-left-leave-active {
    opacity: 0;
    -webkit-transform: scale(.45, .45);
    transform: scale(.45, .45);
}

.amis-scope .collapse-transition {
    -webkit-transition: .3s height ease-in-out, .3s padding-top ease-in-out, .3s padding-bottom ease-in-out;
    transition: .3s height ease-in-out, .3s padding-top ease-in-out, .3s padding-bottom ease-in-out;
}

.amis-scope .horizontal-collapse-transition {
    -webkit-transition: .3s width ease-in-out, .3s padding-left ease-in-out, .3s padding-right ease-in-out;
    transition: .3s width ease-in-out, .3s padding-left ease-in-out, .3s padding-right ease-in-out;
}

.amis-scope .el-list-enter-active,
.amis-scope .el-list-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.amis-scope .el-list-enter,
.amis-scope .el-list-leave-active {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.amis-scope .el-opacity-transition {
    -webkit-transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
}

.amis-scope .el-collapse {
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
}

.amis-scope .el-collapse-item.is-disabled .el-collapse-item__header {
    color: #bbb;
    cursor: not-allowed;
}

.amis-scope .el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background-color: #FFF;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #EBEEF5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0;
}

.amis-scope .el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-weight: 300;
}

.amis-scope .el-collapse-item__arrow.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.amis-scope .el-collapse-item__header.focusing:focus:not(:hover) {
    color: #409EFF;
}

.amis-scope .el-collapse-item__header.is-active {
    border-bottom-color: transparent;
}

.amis-scope .el-collapse-item__wrap {
    will-change: height;
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEEF5;
}

.amis-scope .el-cascader__tags,
.amis-scope .el-tag {
    -webkit-box-sizing: border-box;
}

.amis-scope .el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}

.amis-scope .el-collapse-item:last-child {
    margin-bottom: -1px;
}

.amis-scope .el-popper .popper__arrow,
.amis-scope .el-popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.amis-scope .el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}

.amis-scope .el-popper .popper__arrow::after {
    content: " ";
    border-width: 6px;
}

.amis-scope .el-popper[x-placement^=top] {
    margin-bottom: 12px;
}

.amis-scope .el-popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #EBEEF5;
    border-bottom-width: 0;
}

.amis-scope .el-popper[x-placement^=top] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #FFF;
    border-bottom-width: 0;
}

.amis-scope .el-popper[x-placement^=bottom] {
    margin-top: 12px;
}

.amis-scope .el-popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
}

.amis-scope .el-popper[x-placement^=bottom] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #FFF;
}

.amis-scope .el-popper[x-placement^=right] {
    margin-left: 12px;
}

.amis-scope .el-popper[x-placement^=right] .popper__arrow {
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #EBEEF5;
    border-left-width: 0;
}

.amis-scope .el-popper[x-placement^=right] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #FFF;
    border-left-width: 0;
}

.amis-scope .el-popper[x-placement^=left] {
    margin-right: 12px;
}

.amis-scope .el-popper[x-placement^=left] .popper__arrow {
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #EBEEF5;
}

.amis-scope .el-popper[x-placement^=left] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #FFF;
}

.amis-scope .el-tag {
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.amis-scope .el-tag.is-hit {
    border-color: #409EFF;
}

.amis-scope .el-tag .el-tag__close {
    color: #409eff;
}

.amis-scope .el-tag .el-tag__close:hover {
    color: #FFF;
    background-color: #409eff;
}

.amis-scope .el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}

.amis-scope .el-tag.el-tag--info.is-hit {
    border-color: #909399;
}

.amis-scope .el-tag.el-tag--info .el-tag__close {
    color: #909399;
}

.amis-scope .el-tag.el-tag--info .el-tag__close:hover {
    color: #FFF;
    background-color: #909399;
}

.amis-scope .el-tag.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

.amis-scope .el-tag.el-tag--success.is-hit {
    border-color: #67C23A;
}

.amis-scope .el-tag.el-tag--success .el-tag__close {
    color: #67c23a;
}

.amis-scope .el-tag.el-tag--success .el-tag__close:hover {
    color: #FFF;
    background-color: #67c23a;
}

.amis-scope .el-tag.el-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}

.amis-scope .el-tag.el-tag--warning.is-hit {
    border-color: #E6A23C;
}

.amis-scope .el-tag.el-tag--warning .el-tag__close {
    color: #e6a23c;
}

.amis-scope .el-tag.el-tag--warning .el-tag__close:hover {
    color: #FFF;
    background-color: #e6a23c;
}

.amis-scope .el-tag.el-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}

.amis-scope .el-tag.el-tag--danger.is-hit {
    border-color: #F56C6C;
}

.amis-scope .el-tag.el-tag--danger .el-tag__close {
    color: #f56c6c;
}

.amis-scope .el-tag.el-tag--danger .el-tag__close:hover {
    color: #FFF;
    background-color: #f56c6c;
}

.amis-scope .el-tag .el-icon-close {
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px;
}

.amis-scope .el-tag .el-icon-close::before {
    display: block;
}

.amis-scope .el-tag--dark {
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
}

.amis-scope .el-tag--dark.is-hit {
    border-color: #409EFF;
}

.amis-scope .el-tag--dark .el-tag__close {
    color: #fff;
}

.amis-scope .el-tag--dark .el-tag__close:hover {
    color: #FFF;
    background-color: #66b1ff;
}

.amis-scope .el-tag--dark.el-tag--info {
    background-color: #909399;
    border-color: #909399;
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--info.is-hit {
    border-color: #909399;
}

.amis-scope .el-tag--dark.el-tag--info .el-tag__close {
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--info .el-tag__close:hover {
    color: #FFF;
    background-color: #a6a9ad;
}

.amis-scope .el-tag--dark.el-tag--success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--success.is-hit {
    border-color: #67C23A;
}

.amis-scope .el-tag--dark.el-tag--success .el-tag__close {
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--success .el-tag__close:hover {
    color: #FFF;
    background-color: #85ce61;
}

.amis-scope .el-tag--dark.el-tag--warning {
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--warning.is-hit {
    border-color: #E6A23C;
}

.amis-scope .el-tag--dark.el-tag--warning .el-tag__close {
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--warning .el-tag__close:hover {
    color: #FFF;
    background-color: #ebb563;
}

.amis-scope .el-tag--dark.el-tag--danger {
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--danger.is-hit {
    border-color: #F56C6C;
}

.amis-scope .el-tag--dark.el-tag--danger .el-tag__close {
    color: #fff;
}

.amis-scope .el-tag--dark.el-tag--danger .el-tag__close:hover {
    color: #FFF;
    background-color: #f78989;
}

.amis-scope .el-tag--plain {
    background-color: #fff;
    border-color: #b3d8ff;
    color: #409eff;
}

.amis-scope .el-tag--plain.is-hit {
    border-color: #409EFF;
}

.amis-scope .el-tag--plain .el-tag__close {
    color: #409eff;
}

.amis-scope .el-tag--plain .el-tag__close:hover {
    color: #FFF;
    background-color: #409eff;
}

.amis-scope .el-tag--plain.el-tag--info {
    background-color: #fff;
    border-color: #d3d4d6;
    color: #909399;
}

.amis-scope .el-tag--plain.el-tag--info.is-hit {
    border-color: #909399;
}

.amis-scope .el-tag--plain.el-tag--info .el-tag__close {
    color: #909399;
}

.amis-scope .el-tag--plain.el-tag--info .el-tag__close:hover {
    color: #FFF;
    background-color: #909399;
}

.amis-scope .el-tag--plain.el-tag--success {
    background-color: #fff;
    border-color: #c2e7b0;
    color: #67c23a;
}

.amis-scope .el-tag--plain.el-tag--success.is-hit {
    border-color: #67C23A;
}

.amis-scope .el-tag--plain.el-tag--success .el-tag__close {
    color: #67c23a;
}

.amis-scope .el-tag--plain.el-tag--success .el-tag__close:hover {
    color: #FFF;
    background-color: #67c23a;
}

.amis-scope .el-tag--plain.el-tag--warning {
    background-color: #fff;
    border-color: #f5dab1;
    color: #e6a23c;
}

.amis-scope .el-tag--plain.el-tag--warning.is-hit {
    border-color: #E6A23C;
}

.amis-scope .el-tag--plain.el-tag--warning .el-tag__close {
    color: #e6a23c;
}

.amis-scope .el-tag--plain.el-tag--warning .el-tag__close:hover {
    color: #FFF;
    background-color: #e6a23c;
}

.amis-scope .el-tag--plain.el-tag--danger {
    background-color: #fff;
    border-color: #fbc4c4;
    color: #f56c6c;
}

.amis-scope .el-tag--plain.el-tag--danger.is-hit {
    border-color: #F56C6C;
}

.amis-scope .el-tag--plain.el-tag--danger .el-tag__close {
    color: #f56c6c;
}

.amis-scope .el-tag--plain.el-tag--danger .el-tag__close:hover {
    color: #FFF;
    background-color: #f56c6c;
}

.amis-scope .el-tag--medium {
    height: 28px;
    line-height: 26px;
}

.amis-scope .el-tag--medium .el-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.amis-scope .el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}

.amis-scope .el-tag--small .el-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.amis-scope .el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}

.amis-scope .el-tag--mini .el-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

.amis-scope .el-cascader {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 40px;
}

.amis-scope .el-cascader:not(.is-disabled):hover .el-input__inner {
    cursor: pointer;
    border-color: #C0C4CC;
}

.amis-scope .el-cascader .el-input .el-input__inner:focus,
.amis-scope .el-cascader .el-input.is-focus .el-input__inner {
    border-color: #409EFF;
}

.amis-scope .el-cascader .el-input {
    cursor: pointer;
}

.amis-scope .el-cascader .el-input .el-input__inner {
    text-overflow: ellipsis;
}

.amis-scope .el-cascader .el-input .el-icon-arrow-down {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 14px;
}

.amis-scope .el-cascader .el-input .el-icon-arrow-down.is-reverse {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.amis-scope .el-cascader .el-input .el-icon-circle-close:hover {
    color: #909399;
}

.amis-scope .el-cascader--medium {
    font-size: 14px;
    line-height: 36px;
}

.amis-scope .el-cascader--small {
    font-size: 13px;
    line-height: 32px;
}

.amis-scope .el-cascader--mini {
    font-size: 12px;
    line-height: 28px;
}

.amis-scope .el-cascader.is-disabled .el-cascader__label {
    z-index: 2;
    color: #C0C4CC;
}

.amis-scope .el-cascader__dropdown {
    margin: 5px 0;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-cascader__tags {
    position: absolute;
    left: 0;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: normal;
    text-align: left;
    box-sizing: border-box;
}

.amis-scope .el-cascader__tags .el-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 2px 0 2px 6px;
    text-overflow: ellipsis;
    background: #f0f2f5;
}

.amis-scope .el-cascader__tags .el-tag:not(.is-hit) {
    border-color: transparent;
}

.amis-scope .el-cascader__tags .el-tag>span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .el-cascader__tags .el-tag .el-icon-close {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #C0C4CC;
    color: #FFF;
}

.amis-scope .el-cascader__tags .el-tag .el-icon-close:hover {
    background-color: #909399;
}

.amis-scope .el-cascader__suggestion-panel {
    border-radius: 4px;
}

.amis-scope .el-cascader__suggestion-list {
    max-height: 204px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    color: #606266;
    text-align: center;
}

.amis-scope .el-cascader__suggestion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    text-align: left;
    outline: 0;
    cursor: pointer;
}

.amis-scope .el-cascader__suggestion-item:focus,
.amis-scope .el-cascader__suggestion-item:hover {
    background: #F5F7FA;
}

.amis-scope .el-cascader__suggestion-item.is-checked {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-cascader__suggestion-item>span {
    margin-right: 10px;
}

.amis-scope .el-cascader__empty-text {
    margin: 10px 0;
    color: #C0C4CC;
}

.amis-scope .el-cascader__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 24px;
    min-width: 60px;
    margin: 2px 0 2px 15px;
    padding: 0;
    color: #606266;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-cascader__search-input::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-cascader__search-input:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-cascader__search-input::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-cascader__search-input::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-color-predefine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    width: 280px;
}

.amis-scope .el-color-predefine__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amis-scope .el-color-predefine__color-selector {
    margin: 0 0 8px 8px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.amis-scope .el-color-predefine__color-selector:nth-child(10n+1) {
    margin-left: 0;
}

.amis-scope .el-color-predefine__color-selector.selected {
    -webkit-box-shadow: 0 0 3px 2px #409EFF;
    box-shadow: 0 0 3px 2px #409EFF;
}

.amis-scope .el-color-predefine__color-selector>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 3px;
}

.amis-scope .el-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.amis-scope .el-color-hue-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background-color: red;
    padding: 0 2px;
}

.amis-scope .el-color-hue-slider__bar {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
    background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    height: 100%;
}

.amis-scope .el-color-hue-slider__thumb {
    position: absolute;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    z-index: 1;
}

.amis-scope .el-color-hue-slider.is-vertical {
    width: 12px;
    height: 180px;
    padding: 2px 0;
}

.amis-scope .el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

.amis-scope .el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
}

.amis-scope .el-color-svpanel {
    position: relative;
    width: 280px;
    height: 180px;
}

.amis-scope .el-color-svpanel__black,
.amis-scope .el-color-svpanel__white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.amis-scope .el-color-svpanel__white {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.amis-scope .el-color-svpanel__black {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.amis-scope .el-color-svpanel__cursor {
    position: absolute;
}

.amis-scope .el-color-svpanel__cursor>div {
    cursor: head;
    width: 4px;
    height: 4px;
    -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}

.amis-scope .el-color-alpha-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.amis-scope .el-color-alpha-slider__bar {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 100%;
}

.amis-scope .el-color-alpha-slider__thumb {
    position: absolute;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    z-index: 1;
}

.amis-scope .el-color-alpha-slider.is-vertical {
    width: 20px;
    height: 180px;
}

.amis-scope .el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.amis-scope .el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
}

.amis-scope .el-color-dropdown {
    width: 300px;
}

.amis-scope .el-color-dropdown__main-wrapper {
    margin-bottom: 6px;
}

.amis-scope .el-color-dropdown__main-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.amis-scope .el-color-dropdown__btns {
    margin-top: 6px;
    text-align: right;
}

.amis-scope .el-color-dropdown__value {
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    width: 160px;
}

.amis-scope .el-color-dropdown__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
}

.amis-scope .el-color-dropdown__btn[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

.amis-scope .el-color-dropdown__btn:hover {
    color: #409EFF;
    border-color: #409EFF;
}

.amis-scope .el-color-dropdown__link-btn {
    cursor: pointer;
    color: #409EFF;
    text-decoration: none;
    padding: 15px;
    font-size: 12px;
}

.amis-scope .el-color-dropdown__link-btn:hover {
    color: tint(#409EFF, 20%);
}

.amis-scope .el-color-picker {
    display: inline-block;
    position: relative;
    line-height: normal;
    height: 40px;
}

.amis-scope .el-color-picker.is-disabled .el-color-picker__trigger {
    cursor: not-allowed;
}

.amis-scope .el-color-picker--medium {
    height: 36px;
}

.amis-scope .el-color-picker--medium .el-color-picker__trigger {
    height: 36px;
    width: 36px;
}

.amis-scope .el-color-picker--medium .el-color-picker__mask {
    height: 34px;
    width: 34px;
}

.amis-scope .el-color-picker--small {
    height: 32px;
}

.amis-scope .el-color-picker--small .el-color-picker__trigger {
    height: 32px;
    width: 32px;
}

.amis-scope .el-color-picker--small .el-color-picker__mask {
    height: 30px;
    width: 30px;
}

.amis-scope .el-color-picker--small .el-color-picker__empty,
.amis-scope .el-color-picker--small .el-color-picker__icon {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8);
    transform: translate3d(-50%, -50%, 0) scale(.8);
}

.amis-scope .el-color-picker--mini {
    height: 28px;
}

.amis-scope .el-color-picker--mini .el-color-picker__trigger {
    height: 28px;
    width: 28px;
}

.amis-scope .el-color-picker--mini .el-color-picker__mask {
    height: 26px;
    width: 26px;
}

.amis-scope .el-color-picker--mini .el-color-picker__empty,
.amis-scope .el-color-picker--mini .el-color-picker__icon {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8);
    transform: translate3d(-50%, -50%, 0) scale(.8);
}

.amis-scope .el-color-picker__mask {
    height: 38px;
    width: 38px;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, .7);
}

.amis-scope .el-color-picker__trigger {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 0;
    position: relative;
    cursor: pointer;
}

.amis-scope .el-color-picker__color {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.amis-scope .el-color-picker__color.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.amis-scope .el-color-picker__color-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.amis-scope .el-color-picker__empty,
.amis-scope .el-color-picker__icon {
    top: 50%;
    left: 50%;
    font-size: 12px;
    position: absolute;
}

.amis-scope .el-color-picker__empty {
    color: #999;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.amis-scope .el-color-picker__icon {
    display: inline-block;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #FFF;
    text-align: center;
}

.amis-scope .el-color-picker__panel {
    position: absolute;
    z-index: 10;
    padding: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.amis-scope .el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.amis-scope .el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.amis-scope .el-textarea__inner::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea__inner:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea__inner::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea__inner::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea__inner:hover {
    border-color: #C0C4CC;
}

.amis-scope .el-textarea__inner:focus {
    outline: 0;
    border-color: #409EFF;
}

.amis-scope .el-textarea .el-input__count {
    color: #909399;
    background: #FFF;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}

.amis-scope .el-textarea.is-disabled .el-textarea__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea.is-disabled .el-textarea__inner::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-textarea.is-exceed .el-textarea__inner {
    border-color: #F56C6C;
}

.amis-scope .el-textarea.is-exceed .el-input__count {
    color: #F56C6C;
}

.amis-scope .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.amis-scope .el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px;
}

.amis-scope .el-button-group>.el-button.is-active,
.amis-scope .el-button-group>.el-button.is-disabled,
.amis-scope .el-button-group>.el-button:active,
.amis-scope .el-button-group>.el-button:focus,
.amis-scope .el-button-group>.el-button:hover {
    z-index: 1;
}

.amis-scope .el-input::-webkit-scrollbar:horizontal {
    height: 6px;
}

.amis-scope .el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc;
}

.amis-scope .el-input::-webkit-scrollbar-corner {
    background: #fff;
}

.amis-scope .el-input::-webkit-scrollbar-track {
    background: #fff;
}

.amis-scope .el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px;
}

.amis-scope .el-input .el-input__clear {
    color: #C0C4CC;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.amis-scope .el-input .el-input__clear:hover {
    color: #909399;
}

.amis-scope .el-input .el-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px;
}

.amis-scope .el-input .el-input__count .el-input__count-inner {
    background: #FFF;
    line-height: initial;
    display: inline-block;
    padding: 0 5px;
}

.amis-scope .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.amis-scope .el-button,
.amis-scope .el-transfer-panel {
    -webkit-box-sizing: border-box;
}

.amis-scope .el-input__prefix,
.amis-scope .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #C0C4CC;
    text-align: center;
}

.amis-scope .el-input__inner::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input__inner:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input__inner::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input__inner::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input__inner:hover {
    border-color: #C0C4CC;
}

.amis-scope .el-input.is-active .el-input__inner,
.amis-scope .el-input__inner:focus {
    border-color: #409EFF;
    outline: 0;
}

.amis-scope .el-input__suffix {
    right: 5px;
    transition: all .3s;
}

.amis-scope .el-input__suffix-inner {
    pointer-events: all;
}

.amis-scope .el-input__prefix {
    left: 5px;
    transition: all .3s;
}

.amis-scope .el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px;
}

.amis-scope .el-input__icon:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.amis-scope .el-input__validateIcon {
    pointer-events: none;
}

.amis-scope .el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input.is-disabled .el-input__inner::placeholder {
    color: #C0C4CC;
}

.amis-scope .el-input.is-disabled .el-input__icon {
    cursor: not-allowed;
}

.amis-scope .el-input.is-exceed .el-input__inner {
    border-color: #F56C6C;
}

.amis-scope .el-input.is-exceed .el-input__suffix .el-input__count {
    color: #F56C6C;
}

.amis-scope .el-input--suffix .el-input__inner {
    padding-right: 30px;
}

.amis-scope .el-input--prefix .el-input__inner {
    padding-left: 30px;
}

.amis-scope .el-input--medium {
    font-size: 14px;
}

.amis-scope .el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px;
}

.amis-scope .el-input--medium .el-input__icon {
    line-height: 36px;
}

.amis-scope .el-input--small {
    font-size: 13px;
}

.amis-scope .el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}

.amis-scope .el-input--small .el-input__icon {
    line-height: 32px;
}

.amis-scope .el-input--mini {
    font-size: 12px;
}

.amis-scope .el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}

.amis-scope .el-input--mini .el-input__icon {
    line-height: 28px;
}

.amis-scope .el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.amis-scope .el-input-group>.el-input__inner {
    vertical-align: middle;
    display: table-cell;
}

.amis-scope .el-input-group__append,
.amis-scope .el-input-group__prepend {
    background-color: #F5F7FA;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}

.amis-scope .el-input-group--prepend .el-input__inner,
.amis-scope .el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .el-input-group--append .el-input__inner,
.amis-scope .el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .el-input-group__append:focus,
.amis-scope .el-input-group__prepend:focus {
    outline: 0;
}

.amis-scope .el-input-group__append .el-button,
.amis-scope .el-input-group__append .el-select,
.amis-scope .el-input-group__prepend .el-button,
.amis-scope .el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px;
}

.amis-scope .el-input-group__append button.el-button,
.amis-scope .el-input-group__append div.el-select .el-input__inner,
.amis-scope .el-input-group__append div.el-select:hover .el-input__inner,
.amis-scope .el-input-group__prepend button.el-button,
.amis-scope .el-input-group__prepend div.el-select .el-input__inner,
.amis-scope .el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0;
}

.amis-scope .el-input-group__append .el-button,
.amis-scope .el-input-group__append .el-input,
.amis-scope .el-input-group__prepend .el-button,
.amis-scope .el-input-group__prepend .el-input {
    font-size: inherit;
}

.amis-scope .el-input-group__prepend {
    border-right: 0;
}

.amis-scope .el-input-group__append {
    border-left: 0;
}

.amis-scope .el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.amis-scope .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent;
}

.amis-scope .el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.amis-scope .el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.amis-scope .el-button+.el-button {
    margin-left: 10px;
}

.amis-scope .el-button:focus,
.amis-scope .el-button:hover {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.amis-scope .el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
}

.amis-scope .el-button::-moz-focus-inner {
    border: 0;
}

.amis-scope .el-button [class*=el-icon-]+span {
    margin-left: 5px;
}

.amis-scope .el-button.is-plain:focus,
.amis-scope .el-button.is-plain:hover {
    background: #FFF;
    border-color: #409EFF;
    color: #409EFF;
}

.amis-scope .el-button.is-active,
.amis-scope .el-button.is-plain:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
}

.amis-scope .el-button.is-plain:active {
    background: #FFF;
    outline: 0;
}

.amis-scope .el-button.is-disabled,
.amis-scope .el-button.is-disabled:focus,
.amis-scope .el-button.is-disabled:hover {
    color: #C0C4CC;
    cursor: not-allowed;
    background-image: none;
    background-color: #FFF;
    border-color: #EBEEF5;
}

.amis-scope .el-link,
.amis-scope .el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer;
}

.amis-scope .el-button.is-disabled.el-button--text {
    background-color: transparent;
}

.amis-scope .el-button.is-disabled.is-plain,
.amis-scope .el-button.is-disabled.is-plain:focus,
.amis-scope .el-button.is-disabled.is-plain:hover {
    background-color: #FFF;
    border-color: #EBEEF5;
    color: #C0C4CC;
}

.amis-scope .el-button.is-loading {
    position: relative;
    pointer-events: none;
}

.amis-scope .el-button.is-loading:before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, .35);
}

.amis-scope .el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
}

.amis-scope .el-button.is-circle {
    border-radius: 50%;
    padding: 12px;
}

.amis-scope .el-button--primary {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
}

.amis-scope .el-button--primary:focus,
.amis-scope .el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #FFF;
}

.amis-scope .el-button--primary.is-active,
.amis-scope .el-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #FFF;
}

.amis-scope .el-button--primary:active {
    outline: 0;
}

.amis-scope .el-button--primary.is-disabled,
.amis-scope .el-button--primary.is-disabled:active,
.amis-scope .el-button--primary.is-disabled:focus,
.amis-scope .el-button--primary.is-disabled:hover {
    color: #FFF;
    background-color: #a0cfff;
    border-color: #a0cfff;
}

.amis-scope .el-button--primary.is-plain {
    color: #409EFF;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

.amis-scope .el-button--primary.is-plain:focus,
.amis-scope .el-button--primary.is-plain:hover {
    background: #409EFF;
    border-color: #409EFF;
    color: #FFF;
}

.amis-scope .el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #FFF;
    outline: 0;
}

.amis-scope .el-button--primary.is-plain.is-disabled,
.amis-scope .el-button--primary.is-plain.is-disabled:active,
.amis-scope .el-button--primary.is-plain.is-disabled:focus,
.amis-scope .el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff;
}

.amis-scope .el-button--success {
    color: #FFF;
    background-color: #67C23A;
    border-color: #67C23A;
}

.amis-scope .el-button--success:focus,
.amis-scope .el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #FFF;
}

.amis-scope .el-button--success.is-active,
.amis-scope .el-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #FFF;
}

.amis-scope .el-button--success:active {
    outline: 0;
}

.amis-scope .el-button--success.is-disabled,
.amis-scope .el-button--success.is-disabled:active,
.amis-scope .el-button--success.is-disabled:focus,
.amis-scope .el-button--success.is-disabled:hover {
    color: #FFF;
    background-color: #b3e19d;
    border-color: #b3e19d;
}

.amis-scope .el-button--success.is-plain {
    color: #67C23A;
    background: #f0f9eb;
    border-color: #c2e7b0;
}

.amis-scope .el-button--success.is-plain:focus,
.amis-scope .el-button--success.is-plain:hover {
    background: #67C23A;
    border-color: #67C23A;
    color: #FFF;
}

.amis-scope .el-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #FFF;
    outline: 0;
}

.amis-scope .el-button--success.is-plain.is-disabled,
.amis-scope .el-button--success.is-plain.is-disabled:active,
.amis-scope .el-button--success.is-plain.is-disabled:focus,
.amis-scope .el-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}

.amis-scope .el-button--warning {
    color: #FFF;
    background-color: #E6A23C;
    border-color: #E6A23C;
}

.amis-scope .el-button--warning:focus,
.amis-scope .el-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #FFF;
}

.amis-scope .el-button--warning.is-active,
.amis-scope .el-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #FFF;
}

.amis-scope .el-button--warning:active {
    outline: 0;
}

.amis-scope .el-button--warning.is-disabled,
.amis-scope .el-button--warning.is-disabled:active,
.amis-scope .el-button--warning.is-disabled:focus,
.amis-scope .el-button--warning.is-disabled:hover {
    color: #FFF;
    background-color: #f3d19e;
    border-color: #f3d19e;
}

.amis-scope .el-button--warning.is-plain {
    color: #E6A23C;
    background: #fdf6ec;
    border-color: #f5dab1;
}

.amis-scope .el-button--warning.is-plain:focus,
.amis-scope .el-button--warning.is-plain:hover {
    background: #E6A23C;
    border-color: #E6A23C;
    color: #FFF;
}

.amis-scope .el-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #FFF;
    outline: 0;
}

.amis-scope .el-button--warning.is-plain.is-disabled,
.amis-scope .el-button--warning.is-plain.is-disabled:active,
.amis-scope .el-button--warning.is-plain.is-disabled:focus,
.amis-scope .el-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8;
}

.amis-scope .el-button--danger {
    color: #FFF;
    background-color: #F56C6C;
    border-color: #F56C6C;
}

.amis-scope .el-button--danger:focus,
.amis-scope .el-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #FFF;
}

.amis-scope .el-button--danger.is-active,
.amis-scope .el-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #FFF;
}

.amis-scope .el-button--danger:active {
    outline: 0;
}

.amis-scope .el-button--danger.is-disabled,
.amis-scope .el-button--danger.is-disabled:active,
.amis-scope .el-button--danger.is-disabled:focus,
.amis-scope .el-button--danger.is-disabled:hover {
    color: #FFF;
    background-color: #fab6b6;
    border-color: #fab6b6;
}

.amis-scope .el-button--danger.is-plain {
    color: #F56C6C;
    background: #fef0f0;
    border-color: #fbc4c4;
}

.amis-scope .el-button--danger.is-plain:focus,
.amis-scope .el-button--danger.is-plain:hover {
    background: #F56C6C;
    border-color: #F56C6C;
    color: #FFF;
}

.amis-scope .el-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #FFF;
    outline: 0;
}

.amis-scope .el-button--danger.is-plain.is-disabled,
.amis-scope .el-button--danger.is-plain.is-disabled:active,
.amis-scope .el-button--danger.is-plain.is-disabled:focus,
.amis-scope .el-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2;
}

.amis-scope .el-button--info {
    color: #FFF;
    background-color: #909399;
    border-color: #909399;
}

.amis-scope .el-button--info:focus,
.amis-scope .el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #FFF;
}

.amis-scope .el-button--info.is-active,
.amis-scope .el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #FFF;
}

.amis-scope .el-button--info:active {
    outline: 0;
}

.amis-scope .el-button--info.is-disabled,
.amis-scope .el-button--info.is-disabled:active,
.amis-scope .el-button--info.is-disabled:focus,
.amis-scope .el-button--info.is-disabled:hover {
    color: #FFF;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
}

.amis-scope .el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}

.amis-scope .el-button--info.is-plain:focus,
.amis-scope .el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #FFF;
}

.amis-scope .el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #FFF;
    outline: 0;
}

.amis-scope .el-button--info.is-plain.is-disabled,
.amis-scope .el-button--info.is-plain.is-disabled:active,
.amis-scope .el-button--info.is-plain.is-disabled:focus,
.amis-scope .el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}

.amis-scope .el-button--text,
.amis-scope .el-button--text.is-disabled,
.amis-scope .el-button--text.is-disabled:focus,
.amis-scope .el-button--text.is-disabled:hover,
.amis-scope .el-button--text:active {
    border-color: transparent;
}

.amis-scope .el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.amis-scope .el-button--mini,
.amis-scope .el-button--small {
    font-size: 12px;
    border-radius: 3px;
}

.amis-scope .el-button--medium.is-round {
    padding: 10px 20px;
}

.amis-scope .el-button--medium.is-circle {
    padding: 10px;
}

.amis-scope .el-button--small,
.amis-scope .el-button--small.is-round {
    padding: 9px 15px;
}

.amis-scope .el-button--small.is-circle {
    padding: 9px;
}

.amis-scope .el-button--mini,
.amis-scope .el-button--mini.is-round {
    padding: 7px 15px;
}

.amis-scope .el-button--mini.is-circle {
    padding: 7px;
}

.amis-scope .el-button--text {
    color: #409EFF;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}

.amis-scope .el-button--text:focus,
.amis-scope .el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent;
}

.amis-scope .el-button--text:active {
    color: #3a8ee6;
    background-color: transparent;
}

.amis-scope .el-button-group {
    display: inline-block;
    vertical-align: middle;
}

.amis-scope .el-button-group::after,
.amis-scope .el-button-group::before {
    display: table;
    content: "";
}

.amis-scope .el-button-group::after {
    clear: both;
}

.amis-scope .el-button-group>.el-button {
    float: left;
    position: relative;
}

.amis-scope .el-button-group>.el-button+.el-button {
    margin-left: 0;
}

.amis-scope .el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.amis-scope .el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.amis-scope .el-button-group>.el-button:first-child:last-child {
    border-radius: 4px;
}

.amis-scope .el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: 20px;
}

.amis-scope .el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%;
}

.amis-scope .el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.amis-scope .el-button-group>.el-button:not(:last-child) {
    margin-right: -1px;
}

.amis-scope .el-button-group>.el-dropdown>.el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--primary:first-child {
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--primary:last-child {
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--success:first-child {
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--success:last-child {
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--warning:first-child {
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--warning:last-child {
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--danger:first-child {
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--danger:last-child {
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--info:first-child {
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--info:last-child {
    border-left-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(255, 255, 255, .5);
}

.amis-scope .el-transfer {
    font-size: 14px;
}

.amis-scope .el-transfer__buttons {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

.amis-scope .el-transfer__button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    color: #FFF;
    background-color: #409EFF;
    font-size: 0;
}

.amis-scope .el-transfer-panel__item+.el-transfer-panel__item,
.amis-scope .el-transfer__button [class*=el-icon-]+span {
    margin-left: 0;
}

.amis-scope .el-transfer__button.is-with-texts {
    border-radius: 4px;
}

.amis-scope .el-transfer__button.is-disabled,
.amis-scope .el-transfer__button.is-disabled:hover {
    border: 1px solid #DCDFE6;
    background-color: #F5F7FA;
    color: #C0C4CC;
}

.amis-scope .el-transfer__button:first-child {
    margin-bottom: 10px;
}

.amis-scope .el-transfer__button:nth-child(2) {
    margin: 0;
}

.amis-scope .el-transfer__button i,
.amis-scope .el-transfer__button span {
    font-size: 14px;
}

.amis-scope .el-transfer-panel {
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-height: 100%;
    box-sizing: border-box;
    position: relative;
}

.amis-scope .el-transfer-panel__body {
    height: 246px;
}

.amis-scope .el-transfer-panel__body.is-with-footer {
    padding-bottom: 40px;
}

.amis-scope .el-transfer-panel__list {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    height: 246px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-transfer-panel__list.is-filterable {
    height: 194px;
    padding-top: 0;
}

.amis-scope .el-transfer-panel__item {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    display: block;
}

.amis-scope .el-transfer-panel__item.el-checkbox {
    color: #606266;
}

.amis-scope .el-transfer-panel__item:hover {
    color: #409EFF;
}

.amis-scope .el-transfer-panel__item.el-checkbox .el-checkbox__label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    line-height: 30px;
}

.amis-scope .el-transfer-panel__item .el-checkbox__input {
    position: absolute;
    top: 8px;
}

.amis-scope .el-transfer-panel__filter {
    text-align: center;
    margin: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
}

.amis-scope .el-transfer-panel__filter .el-input__inner {
    height: 32px;
    width: 100%;
    font-size: 12px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding-right: 10px;
    padding-left: 30px;
}

.amis-scope .el-transfer-panel__filter .el-input__icon {
    margin-left: 5px;
}

.amis-scope .el-transfer-panel .el-transfer-panel__header {
    height: 40px;
    line-height: 40px;
    background: #F5F7FA;
    margin: 0;
    padding-left: 15px;
    border-bottom: 1px solid #EBEEF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.amis-scope .el-transfer-panel .el-transfer-panel__header .el-checkbox {
    display: block;
    line-height: 40px;
}

.amis-scope .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    font-size: 16px;
    color: #303133;
    font-weight: 400;
}

.amis-scope .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
    position: absolute;
    right: 15px;
    color: #909399;
    font-size: 12px;
    font-weight: 400;
}

.amis-scope .el-divider__text,
.amis-scope .el-link {
    font-weight: 500;
    font-size: 14px;
}

.amis-scope .el-transfer-panel .el-transfer-panel__footer {
    height: 40px;
    background: #FFF;
    margin: 0;
    padding: 0;
    border-top: 1px solid #EBEEF5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.amis-scope .el-transfer-panel .el-transfer-panel__footer::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.amis-scope .el-container,
.amis-scope .el-timeline-item__node {
    display: -webkit-box;
    display: -ms-flexbox;
}

.amis-scope .el-transfer-panel .el-transfer-panel__footer .el-checkbox {
    padding-left: 20px;
    color: #606266;
}

.amis-scope .el-transfer-panel .el-transfer-panel__empty {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 6px 15px 0;
    color: #909399;
    text-align: center;
}

.amis-scope .el-transfer-panel .el-checkbox__label {
    padding-left: 8px;
}

.amis-scope .el-transfer-panel .el-checkbox__inner {
    height: 14px;
    width: 14px;
    border-radius: 3px;
}

.amis-scope .el-transfer-panel .el-checkbox__inner::after {
    height: 6px;
    width: 3px;
    left: 4px;
}

.amis-scope .el-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.amis-scope .el-aside,
.amis-scope .el-header {
    -webkit-box-sizing: border-box;
}

.amis-scope .el-container.is-vertical {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.amis-scope .el-header {
    padding: 0 20px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.amis-scope .el-aside {
    overflow: auto;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.amis-scope .el-footer,
.amis-scope .el-main {
    -webkit-box-sizing: border-box;
}

.amis-scope .el-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
}

.amis-scope .el-footer {
    padding: 0 20px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.amis-scope .el-timeline {
    margin: 0;
    font-size: 14px;
    list-style: none;
}

.amis-scope .el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
    display: none;
}

.amis-scope .el-timeline-item {
    position: relative;
    padding-bottom: 20px;
}

.amis-scope .el-timeline-item__wrapper {
    position: relative;
    padding-left: 28px;
    top: -3px;
}

.amis-scope .el-timeline-item__tail {
    position: absolute;
    left: 4px;
    height: 100%;
    border-left: 2px solid #E4E7ED;
}

.amis-scope .el-timeline-item__icon {
    color: #FFF;
    font-size: 13px;
}

.amis-scope .el-timeline-item__node {
    position: absolute;
    background-color: #E4E7ED;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-timeline-item__node--normal {
    left: -1px;
    width: 12px;
    height: 12px;
}

.amis-scope .el-timeline-item__node--large {
    left: -2px;
    width: 14px;
    height: 14px;
}

.amis-scope .el-timeline-item__node--primary {
    background-color: #409EFF;
}

.amis-scope .el-timeline-item__node--success {
    background-color: #67C23A;
}

.amis-scope .el-timeline-item__node--warning {
    background-color: #E6A23C;
}

.amis-scope .el-timeline-item__node--danger {
    background-color: #F56C6C;
}

.amis-scope .el-timeline-item__node--info {
    background-color: #909399;
}

.amis-scope .el-timeline-item__dot {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amis-scope .el-timeline-item__content {
    color: #303133;
}

.amis-scope .el-timeline-item__timestamp {
    color: #909399;
    line-height: 1;
    font-size: 13px;
}

.amis-scope .el-timeline-item__timestamp.is-top {
    margin-bottom: 8px;
    padding-top: 4px;
}

.amis-scope .el-timeline-item__timestamp.is-bottom {
    margin-top: 8px;
}

.amis-scope .el-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0;
}

.amis-scope .el-link.is-underline:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    border-bottom: 1px solid #409EFF;
}

.amis-scope .el-link.el-link--default:after,
.amis-scope .el-link.el-link--primary.is-underline:hover:after,
.amis-scope .el-link.el-link--primary:after {
    border-color: #409EFF;
}

.amis-scope .el-link.is-disabled {
    cursor: not-allowed;
}

.amis-scope .el-link [class*=el-icon-]+span {
    margin-left: 5px;
}

.amis-scope .el-link.el-link--default {
    color: #606266;
}

.amis-scope .el-link.el-link--default:hover {
    color: #409EFF;
}

.amis-scope .el-link.el-link--default.is-disabled {
    color: #C0C4CC;
}

.amis-scope .el-link.el-link--primary {
    color: #409EFF;
}

.amis-scope .el-link.el-link--primary:hover {
    color: #66b1ff;
}

.amis-scope .el-link.el-link--primary.is-disabled {
    color: #a0cfff;
}

.amis-scope .el-link.el-link--danger.is-underline:hover:after,
.amis-scope .el-link.el-link--danger:after {
    border-color: #F56C6C;
}

.amis-scope .el-link.el-link--danger {
    color: #F56C6C;
}

.amis-scope .el-link.el-link--danger:hover {
    color: #f78989;
}

.amis-scope .el-link.el-link--danger.is-disabled {
    color: #fab6b6;
}

.amis-scope .el-link.el-link--success.is-underline:hover:after,
.amis-scope .el-link.el-link--success:after {
    border-color: #67C23A;
}

.amis-scope .el-link.el-link--success {
    color: #67C23A;
}

.amis-scope .el-link.el-link--success:hover {
    color: #85ce61;
}

.amis-scope .el-link.el-link--success.is-disabled {
    color: #b3e19d;
}

.amis-scope .el-link.el-link--warning.is-underline:hover:after,
.amis-scope .el-link.el-link--warning:after {
    border-color: #E6A23C;
}

.amis-scope .el-link.el-link--warning {
    color: #E6A23C;
}

.amis-scope .el-link.el-link--warning:hover {
    color: #ebb563;
}

.amis-scope .el-link.el-link--warning.is-disabled {
    color: #f3d19e;
}

.amis-scope .el-link.el-link--info.is-underline:hover:after,
.amis-scope .el-link.el-link--info:after {
    border-color: #909399;
}

.amis-scope .el-link.el-link--info {
    color: #909399;
}

.amis-scope .el-link.el-link--info:hover {
    color: #a6a9ad;
}

.amis-scope .el-link.el-link--info.is-disabled {
    color: #c8c9cc;
}

.amis-scope .el-divider {
    background-color: #DCDFE6;
    position: relative;
}

.amis-scope .el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}

.amis-scope .el-divider--vertical {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    vertical-align: middle;
    position: relative;
}

.amis-scope .el-divider__text {
    position: absolute;
    background-color: #FFF;
    padding: 0 20px;
    color: #303133;
}

.amis-scope .el-image__error,
.amis-scope .el-image__placeholder {
    background: #F5F7FA;
}

.amis-scope .el-divider__text.is-left {
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.amis-scope .el-divider__text.is-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.amis-scope .el-divider__text.is-right {
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.amis-scope .el-image__error,
.amis-scope .el-image__inner,
.amis-scope .el-image__placeholder {
    width: 100%;
    height: 100%;
}

.amis-scope .el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.amis-scope .el-image__inner {
    vertical-align: top;
}

.amis-scope .el-image__inner--center {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.amis-scope .el-calendar__header,
.amis-scope .el-image__error {
    display: -webkit-box;
    display: -ms-flexbox;
}

.amis-scope .el-image__error {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #C0C4CC;
    vertical-align: middle;
}

.amis-scope .el-calendar {
    background-color: #fff;
}

.amis-scope .el-calendar__header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #EBEEF5;
}

.amis-scope .el-backtop,
.amis-scope .el-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
}

.amis-scope .el-calendar__title {
    color: #000;
    -ms-flex-item-align: center;
    align-self: center;
}

.amis-scope .el-calendar__body {
    padding: 12px 20px 35px;
}

.amis-scope .el-calendar-table {
    table-layout: fixed;
    width: 100%;
}

.amis-scope .el-calendar-table thead th {
    padding: 12px 0;
    color: #606266;
    font-weight: 400;
}

.amis-scope .el-calendar-table:not(.is-range) td.next,
.amis-scope .el-calendar-table:not(.is-range) td.prev {
    color: #C0C4CC;
}

.amis-scope .el-backtop,
.amis-scope .el-calendar-table td.is-today {
    color: #409EFF;
}

.amis-scope .el-calendar-table td {
    border-bottom: 1px solid #EBEEF5;
    border-right: 1px solid #EBEEF5;
    vertical-align: top;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.amis-scope .el-calendar-table td.is-selected {
    background-color: #F2F8FE;
}

.amis-scope .el-calendar-table tr:first-child td {
    border-top: 1px solid #EBEEF5;
}

.amis-scope .el-calendar-table tr td:first-child {
    border-left: 1px solid #EBEEF5;
}

.amis-scope .el-calendar-table tr.el-calendar-table__row--hide-border td {
    border-top: 0;
}

.amis-scope .el-calendar-table .el-calendar-day {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    height: 85px;
}

.amis-scope .el-calendar-table .el-calendar-day:hover {
    cursor: pointer;
    background-color: #F2F8FE;
}

.amis-scope .el-backtop {
    position: fixed;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    cursor: pointer;
    z-index: 5;
}

.amis-scope .el-backtop:hover {
    background-color: #F2F6FC;
}

.amis-scope .el-page-header {
    display: flex;
    line-height: 24px;
}

.amis-scope .el-page-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
}

.amis-scope .el-page-header__left::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #DCDFE6;
}

.amis-scope .el-checkbox,
.amis-scope .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.amis-scope .el-page-header__left .el-icon-back {
    font-size: 18px;
    margin-right: 6px;
    -ms-flex-item-align: center;
    align-self: center;
}

.amis-scope .el-page-header__title {
    font-size: 14px;
    font-weight: 500;
}

.amis-scope .el-page-header__content {
    font-size: 18px;
    color: #303133;
}

.amis-scope .el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    margin-right: 30px;
}

.amis-scope .el-checkbox-button__inner,
.amis-scope .el-radio {
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.amis-scope .el-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px;
}

.amis-scope .el-checkbox.is-bordered.is-checked {
    border-color: #409EFF;
}

.amis-scope .el-checkbox.is-bordered.is-disabled {
    border-color: #EBEEF5;
    cursor: not-allowed;
}

.amis-scope .el-checkbox.is-bordered+.el-checkbox.is-bordered {
    margin-left: 10px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--medium {
    padding: 7px 20px 7px 10px;
    border-radius: 4px;
    height: 36px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
    line-height: 17px;
    font-size: 14px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
    height: 14px;
    width: 14px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--small {
    padding: 5px 15px 5px 10px;
    border-radius: 3px;
    height: 32px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    line-height: 15px;
    font-size: 12px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    height: 12px;
    width: 12px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
    height: 6px;
    width: 2px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--mini {
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    height: 28px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
    line-height: 12px;
    font-size: 12px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
    height: 12px;
    width: 12px;
}

.amis-scope .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
    height: 6px;
    width: 2px;
}

.amis-scope .el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}

.amis-scope .el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #DCDFE6;
    cursor: not-allowed;
}

.amis-scope .el-checkbox__input.is-disabled .el-checkbox__inner::after {
    cursor: not-allowed;
    border-color: #C0C4CC;
}

.amis-scope .el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
    cursor: not-allowed;
}

.amis-scope .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #F2F6FC;
    border-color: #DCDFE6;
}

.amis-scope .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
    border-color: #C0C4CC;
}

.amis-scope .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: #F2F6FC;
    border-color: #DCDFE6;
}

.amis-scope .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
    background-color: #C0C4CC;
    border-color: #C0C4CC;
}

.amis-scope .el-checkbox__input.is-checked .el-checkbox__inner,
.amis-scope .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409EFF;
    border-color: #409EFF;
}

.amis-scope .el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-checkbox__input.is-checked .el-checkbox__inner::after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}

.amis-scope .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #409EFF;
}

.amis-scope .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #409EFF;
}

.amis-scope .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 2px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    left: 0;
    right: 0;
    top: 5px;
}

.amis-scope .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
    display: none;
}

.amis-scope .el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.amis-scope .el-checkbox__inner:hover {
    border-color: #409EFF;
}

.amis-scope .el-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #FFF;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.amis-scope .el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.amis-scope .el-checkbox-button,
.amis-scope .el-checkbox-button__inner {
    display: inline-block;
    position: relative;
}

.amis-scope .el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}

.amis-scope .el-checkbox:last-child {
    margin-right: 0;
}

.amis-scope .el-checkbox-button__inner {
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}

.amis-scope .el-checkbox-button__inner.is-round {
    padding: 12px 20px;
}

.amis-scope .el-checkbox-button__inner:hover {
    color: #409EFF;
}

.amis-scope .el-checkbox-button__inner [class*=el-icon-] {
    line-height: .9;
}

.amis-scope .el-radio,
.amis-scope .el-radio__input {
    line-height: 1;
    outline: 0;
    white-space: nowrap;
}

.amis-scope .el-checkbox-button__inner [class*=el-icon-]+span {
    margin-left: 5px;
}

.amis-scope .el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
}

.amis-scope .el-radio,
.amis-scope .el-radio__inner,
.amis-scope .el-radio__input {
    position: relative;
    display: inline-block;
}

.amis-scope .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff;
}

.amis-scope .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: #409EFF;
}

.amis-scope .el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: #C0C4CC;
    cursor: not-allowed;
    background-image: none;
    background-color: #FFF;
    border-color: #EBEEF5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amis-scope .el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: #EBEEF5;
}

.amis-scope .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.amis-scope .el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #409EFF;
}

.amis-scope .el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 0 4px 4px 0;
}

.amis-scope .el-checkbox-button--medium .el-checkbox-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}

.amis-scope .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
    padding: 10px 20px;
}

.amis-scope .el-checkbox-button--small .el-checkbox-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0;
}

.amis-scope .el-checkbox-button--small .el-checkbox-button__inner.is-round {
    padding: 9px 15px;
}

.amis-scope .el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0;
}

.amis-scope .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
    padding: 7px 15px;
}

.amis-scope .el-checkbox-group {
    font-size: 0;
}

.amis-scope .el-radio,
.amis-scope .el-radio--medium.is-bordered .el-radio__label {
    font-size: 14px;
}

.amis-scope .el-radio {
    color: #606266;
    cursor: pointer;
    margin-right: 30px;
}

.amis-scope .el-cascader-node>.el-checkbox,
.amis-scope .el-cascader-node>.el-radio,
.amis-scope .el-radio:last-child {
    margin-right: 0;
}

.amis-scope .el-radio.is-bordered {
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.amis-scope .el-radio.is-bordered.is-checked {
    border-color: #409EFF;
}

.amis-scope .el-radio.is-bordered.is-disabled {
    cursor: not-allowed;
    border-color: #EBEEF5;
}

.amis-scope .el-radio__input.is-disabled .el-radio__inner,
.amis-scope .el-radio__input.is-disabled.is-checked .el-radio__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
}

.amis-scope .el-radio.is-bordered+.el-radio.is-bordered {
    margin-left: 10px;
}

.amis-scope .el-radio--medium.is-bordered {
    padding: 10px 20px 0 10px;
    border-radius: 4px;
    height: 36px;
}

.amis-scope .el-radio--mini.is-bordered .el-radio__label,
.amis-scope .el-radio--small.is-bordered .el-radio__label {
    font-size: 12px;
}

.amis-scope .el-radio--medium.is-bordered .el-radio__inner {
    height: 14px;
    width: 14px;
}

.amis-scope .el-radio--small.is-bordered {
    padding: 8px 15px 0 10px;
    border-radius: 3px;
    height: 32px;
}

.amis-scope .el-radio--small.is-bordered .el-radio__inner {
    height: 12px;
    width: 12px;
}

.amis-scope .el-radio--mini.is-bordered {
    padding: 6px 15px 0 10px;
    border-radius: 3px;
    height: 28px;
}

.amis-scope .el-radio--mini.is-bordered .el-radio__inner {
    height: 12px;
    width: 12px;
}

.amis-scope .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
}

.amis-scope .el-radio__input.is-disabled .el-radio__inner {
    cursor: not-allowed;
}

.amis-scope .el-radio__input.is-disabled .el-radio__inner::after {
    cursor: not-allowed;
    background-color: #F5F7FA;
}

.amis-scope .el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
    cursor: not-allowed;
}

.amis-scope .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
    background-color: #C0C4CC;
}

.amis-scope .el-radio__input.is-disabled+span.el-radio__label {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-radio__input.is-checked .el-radio__inner {
    border-color: #409EFF;
    background: #409EFF;
}

.amis-scope .el-radio__input.is-checked .el-radio__inner::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.amis-scope .el-radio__input.is-checked+.el-radio__label {
    color: #409EFF;
}

.amis-scope .el-radio__input.is-focus .el-radio__inner {
    border-color: #409EFF;
}

.amis-scope .el-radio__inner {
    border: 1px solid #DCDFE6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-radio__inner:hover {
    border-color: #409EFF;
}

.amis-scope .el-radio__inner::after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #FFF;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
}

.amis-scope .el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.amis-scope .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    -webkit-box-shadow: 0 0 2px 2px #409EFF;
    box-shadow: 0 0 2px 2px #409EFF;
}

.amis-scope .el-radio__label {
    font-size: 14px;
    padding-left: 10px;
}

.amis-scope .el-scrollbar {
    overflow: hidden;
    position: relative;
}

.amis-scope .el-scrollbar:active>.el-scrollbar__bar,
.amis-scope .el-scrollbar:focus>.el-scrollbar__bar,
.amis-scope .el-scrollbar:hover>.el-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity 340ms ease-out;
    transition: opacity 340ms ease-out;
}

.amis-scope .el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}

.amis-scope .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.amis-scope .el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
}

.amis-scope .el-scrollbar__thumb:hover {
    background-color: rgba(144, 147, 153, .5);
}

.amis-scope .el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
}

.amis-scope .el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}

.amis-scope .el-scrollbar__bar.is-vertical>div {
    width: 100%;
}

.amis-scope .el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}

.amis-scope .el-scrollbar__bar.is-horizontal>div {
    height: 100%;
}

.amis-scope .el-cascader-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    font-size: 14px;
}

.amis-scope .el-cascader-panel.is-bordered {
    border: 1px solid #E4E7ED;
    border-radius: 4px;
}

.amis-scope .el-cascader-menu {
    min-width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    border-right: solid 1px #E4E7ED;
}

.amis-scope .el-cascader-menu:last-child {
    border-right: 0;
}

.amis-scope .el-cascader-menu:last-child .el-cascader-node {
    padding-right: 20px;
}

.amis-scope .el-cascader-menu__wrap {
    height: 204px;
}

.amis-scope .el-cascader-menu__list {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope .el-cascader-menu__hover-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.amis-scope .el-cascader-menu__empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #C0C4CC;
}

.amis-scope .el-cascader-node {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 20px;
    height: 34px;
    line-height: 34px;
    outline: 0;
}

.amis-scope .el-cascader-node.is-selectable.in-active-path {
    color: #606266;
}

.amis-scope .el-cascader-node.in-active-path,
.amis-scope .el-cascader-node.is-active,
.amis-scope .el-cascader-node.is-selectable.in-checked-path {
    color: #409EFF;
    font-weight: 700;
}

.amis-scope .el-cascader-node:not(.is-disabled) {
    cursor: pointer;
}

.amis-scope .el-cascader-node:not(.is-disabled):focus,
.amis-scope .el-cascader-node:not(.is-disabled):hover {
    background: #F5F7FA;
}

.amis-scope .el-cascader-node.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed;
}

.amis-scope .el-cascader-node__prefix {
    position: absolute;
    left: 10px;
}

.amis-scope .el-cascader-node__postfix {
    position: absolute;
    right: 10px;
}

.amis-scope .el-cascader-node__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amis-scope .el-cascader-node>.el-radio .el-radio__label {
    padding-left: 0;
}

.amis-scope .el-avatar {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: #C0C4CC;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.amis-scope .el-avatar>img {
    width: 100%;
    height: 100%;
}

.amis-scope .el-avatar--circle {
    border-radius: 50%;
}

.amis-scope .el-avatar--square {
    border-radius: 4px;
}

.amis-scope .el-avatar--icon {
    font-size: 18px;
}

.amis-scope .el-avatar--large {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.amis-scope .el-avatar--medium {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.amis-scope .el-avatar--small {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

/*!amis-v2:node_modules/froala-editor/css/froala_style.min.css*/

/*!
 * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amis-scope img.fr-rounded,
.fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.amis-scope img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #CCC;
}

.amis-scope img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amis-scope img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-view span[style~="color:"] a {
    color: inherit;
}

.fr-view strong {
    font-weight: 700;
}

.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
    table-layout: fixed;
}

.fr-view table td {
    min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px;
}

.fr-view table th {
    background: #e6e6e6;
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}

.fr-view .fr-file {
    position: relative;
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400;
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible;
}

.fr-view[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047;
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

.fr-view .fr-text-gray {
    color: #AAA !important;
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}

.fr-view img {
    position: relative;
    max-width: 100%;
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view .fr-video {
    text-align: center;
    position: relative;
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0;
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

.fr-view .fr-video.fr-dvi {
    display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right;
}

.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view a.fr-green {
    color: green;
}

.fr-view .fr-img-caption {
    text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}

.amis-scope a.fr-view.fr-strong {
    font-weight: 700;
}

.amis-scope a.fr-view.fr-green {
    color: green;
}

.amis-scope img.fr-view {
    position: relative;
    max-width: 100%;
}

.amis-scope img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.amis-scope img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.amis-scope img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.amis-scope img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.amis-scope img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.amis-scope img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.amis-scope span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

/*!amis-v2:node_modules/froala-editor/css/froala_editor.pkgd.min.css*/

/*!
 * froala_editor v2.8.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-element,
.fr-element:focus {
    outline: 0 solid transparent;
}

.fr-box.fr-basic .fr-element {
    color: #000;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 52px;
}

.fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right;
}

.fr-element {
    background: 0 0;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto;
}

.fr-element a {
    user-select: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
}

.fr-element.fr-disabled {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-element [contenteditable=true] {
    outline: 0 solid transparent;
}

.fr-box a.fr-floating-btn {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 32px;
    width: 32px;
    background: #fff;
    color: #1e88e5;
    -webkit-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -moz-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -ms-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -o-transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    outline: 0;
    left: 0;
    top: 0;
    line-height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}

.fr-box a.fr-floating-btn svg {
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
    fill: #1e88e5;
}

.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
    font-size: 14px;
    line-height: 32px;
}

.fr-box a.fr-floating-btn.fr-btn+.fr-btn {
    margin-left: 10px;
}

.fr-box a.fr-floating-btn:hover {
    background: #ebebeb;
    cursor: pointer;
}

.fr-box a.fr-floating-btn:hover svg {
    fill: #1e88e5;
}

.fr-box .fr-visible a.fr-floating-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.amis-scope iframe.fr-iframe {
    width: 100%;
    border: 0;
    position: relative;
    display: block;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-wrapper {
    position: relative;
    z-index: 1;
}

.fr-wrapper::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-wrapper .fr-placeholder {
    position: absolute;
    font-size: 12px;
    color: #aaa;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.fr-wrapper.show-placeholder .fr-placeholder {
    display: block;
}

.fr-wrapper ::-moz-selection {
    background: #b5d6fd;
    color: #000;
}

.fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000;
}

.fr-box.fr-basic .fr-wrapper {
    background: #fff;
    border: 0;
    border-top: 0;
    top: 0;
    left: 0;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    background: #222;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    left: -3000px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483647;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fr-tooltip.fr-visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(Opacity=0)";
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
    background: 0 0;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 0 2px;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    padding: 0;
    width: 38px;
    height: 38px;
}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn svg {
    display: block;
    font-size: 14px;
    width: 14px;
    margin: 12px;
    text-align: center;
    float: none;
}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    display: block;
    line-height: 17px;
    min-width: 34px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 17px;
    font-weight: 700;
    padding: 0 2px;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
    color: #1e88e5;
    background: 0 0;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: 400;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown svg {
    margin-left: 8px;
    margin-right: 16px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    color: #222;
    background: #d6d6d6;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d6d6d6 !important;
    color: #222 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #222 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #222;
    right: 4px;
    top: 17px;
    content: "";
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #bdbdbd !important;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
    display: none;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd;
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
    float: right;
}

.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden) {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
    outline: 0;
    color: #222;
    background: #ebebeb;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
    border-top-color: #222 !important;
}

.fr-desktop .fr-command.fr-selected {
    color: #222;
    background: #d6d6d6;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
    color: #1e88e5;
    background: #ebebeb;
}

.fr-desktop .fr-command.fr-active.fr-selected {
    color: #1e88e5;
    background: #d6d6d6;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
    background: 0 0;
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
    background: 0 0;
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
    background: 0 0;
}

.fr-command.fr-btn+.fr-dropdown-menu {
    display: inline-block;
    position: absolute;
    right: auto;
    bottom: auto;
    height: auto;
    z-index: 4;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    zoom: 1;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    height: auto;
    max-height: 275px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #fff;
    padding: 0;
    margin: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height .2s ease 0s;
    -moz-transition: max-height .2s ease 0s;
    -ms-transition: max-height .2s ease 0s;
    -o-transition: max-height .2s ease 0s;
    margin-top: 0;
    float: left;
    max-height: 0;
    height: 0;
    margin-top: 0 !important;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    overflow: auto;
    position: relative;
    max-height: 275px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    padding: 0 24px;
    line-height: 200%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #bdbdbd;
    cursor: default;
}

.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu {
    left: -3000px !important;
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important;
}

.amis-scope.prevent-scroll {
    overflow: hidden;
}

.amis-scope.prevent-scroll.fr-mobile {
    position: fixed;
    -webkit-overflow-scrolling: touch;
}

.fr-modal {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2147483640;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.2;
}

.fr-modal.fr-middle .fr-modal-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
}

.fr-modal .fr-modal-wrapper {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px auto;
    display: inline-block;
    background: #fff;
    min-width: 300px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .19), 0 4px 3px 1px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .19), 0 4px 3px 1px rgba(0, 0, 0, .14);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .19), 0 4px 3px 1px rgba(0, 0, 0, .14);
    border: 0;
    border-top: 5px solid #222;
    overflow: hidden;
    width: 90%;
    position: relative;
}

@media (min-width:768px) and (max-width:991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%;
    }
}

@media (min-width:992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 600px;
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 2px 1px rgba(0, 0, 0, .14);
    border-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    min-height: 42px;
    z-index: 3;
    -webkit-transition: height .2s ease 0s;
    -moz-transition: height .2s ease 0s;
    -ms-transition: height .2s ease 0s;
    -o-transition: height .2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
    padding: 12px;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    color: #222;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-size: 18px;
    padding: 12px 10px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    float: left;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
    outline: 0;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    background: 0 0;
    font-size: 16px;
    outline: 0;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button {
    margin-left: 24px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
    background: #ebebeb;
    color: #1e88e5;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
    border: 0;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb;
}

.fr-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: "alpha(Opacity=0)";
    z-index: 2147483639;
}

.fr-popup {
    position: absolute;
    display: none;
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
    z-index: 2147483635;
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.fr-popup .fr-input-focus {
    background: #f5f5f5;
}

.fr-popup.fr-above {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 5px solid #222;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-popup.fr-active {
    display: block;
}

.fr-popup.fr-hidden {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
}

.fr-popup.fr-empty {
    display: none !important;
}

.fr-popup .fr-hs {
    display: block !important;
}

.fr-popup .fr-hs.fr-hidden {
    display: none !important;
}

.fr-popup .fr-input-line {
    position: relative;
    padding: 8px 0;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
    width: 100%;
    margin: 0 0 1px;
    border: 0;
    border-bottom: solid 1px #bdbdbd;
    color: #222;
    font-size: 14px;
    padding: 6px 0 2px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line textarea:focus {
    border-bottom: solid 2px #1e88e5;
    margin-bottom: 0;
}

.fr-popup .fr-input-line input+label,
.fr-popup .fr-input-line textarea+label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    z-index: 3;
    width: 100%;
    display: block;
    background: #fff;
}

.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #1e88e5;
}

.fr-popup .fr-input-line input.fr-not-empty+label,
.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: gray;
}

.fr-popup input,
.fr-popup textarea {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.fr-popup textarea {
    resize: none;
}

.fr-popup .fr-buttons {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    padding: 0 2px;
    white-space: nowrap;
    line-height: 0;
    border-bottom: 0;
}

.fr-popup .fr-buttons::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-popup .fr-buttons .fr-btn {
    display: inline-block;
    float: none;
}

.fr-popup .fr-buttons .fr-btn i {
    float: left;
}

.fr-popup .fr-buttons .fr-separator {
    display: inline-block;
    float: none;
}

.fr-popup .fr-layer {
    width: 225px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    display: none;
}

@media (min-width:768px) {
    .fr-popup .fr-layer {
        width: 300px;
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block;
}

.fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right;
}

.fr-popup .fr-action-buttons button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    background: 0 0;
    font-size: 16px;
    outline: 0;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-popup .fr-action-buttons button.fr-command+button {
    margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #ebebeb;
    color: #1e88e5;
}

.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0;
}

.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.fr-popup .fr-checkbox svg {
    margin-left: 2px;
    margin-top: 2px;
    display: none;
    width: 10px;
    height: 10px;
}

.fr-popup .fr-checkbox span {
    border: solid 1px #222;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .2s ease 0s, border-color .2s ease 0s;
    -moz-transition: background .2s ease 0s, border-color .2s ease 0s;
    -ms-transition: background .2s ease 0s, border-color .2s ease 0s;
    -o-transition: background .2s ease 0s, border-color .2s ease 0s;
}

.fr-popup .fr-checkbox input {
    position: absolute;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
    top: 1px;
    left: 1px;
}

.fr-popup .fr-checkbox input:checked+span {
    background: #1e88e5;
    border-color: #1e88e5;
}

.fr-popup .fr-checkbox input:checked+span svg {
    display: block;
}

.fr-popup .fr-checkbox input:focus+span {
    border-color: #1e88e5;
}

.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle;
}

.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
    text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input+label,
.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
    float: right;
}

.fr-popup .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
}

.fr-popup.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top: 5px solid #222;
}

.fr-text-edit-layer {
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
}

.fr-toolbar {
    color: #222;
    background: #fff;
    position: relative;
    z-index: 4;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.fr-toolbar::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-toolbar.fr-rtl {
    text-align: right;
}

.fr-toolbar.fr-inline {
    display: none;
    white-space: nowrap;
    position: absolute;
    margin-top: 10px;
}

.fr-toolbar.fr-inline .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
}

.fr-toolbar.fr-inline.fr-above {
    margin-top: -10px;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 -1px 1px 1px rgba(0, 0, 0, .16);
    border-bottom: 5px solid #222;
    border-top: 0;
}

.fr-toolbar.fr-inline.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 5px;
}

.fr-toolbar.fr-top {
    top: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-toolbar.fr-bottom {
    bottom: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-separator {
    background: #ebebeb;
    display: block;
    vertical-align: top;
    float: left;
}

.fr-separator+.fr-separator {
    display: none;
}

.fr-separator.fr-vs {
    height: 34px;
    width: 1px;
    margin: 2px;
}

.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    width: calc(100% - (2 * 2px));
    margin: 0 2px;
}

.fr-separator.fr-hidden {
    display: none !important;
}

.fr-rtl .fr-separator {
    float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
    float: none;
    display: inline-block;
}

.fr-visibility-helper {
    display: none;
    margin-left: 0 !important;
}

@media (min-width:768px) {
    .fr-visibility-helper {
        margin-left: 1px !important;
    }
}

@media (min-width:992px) {
    .fr-visibility-helper {
        margin-left: 2px !important;
    }
}

@media (min-width:1200px) {
    .fr-visibility-helper {
        margin-left: 3px !important;
    }
}

.fr-opacity-0 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
}

.fr-box {
    position: relative;
}

.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.fr-sticky-off {
    position: relative;
}

.fr-sticky-on {
    position: fixed;
}

.fr-sticky-on.fr-sticky-ios {
    position: absolute;
    left: 0;
    right: 0;
    width: auto !important;
}

.fr-sticky-dummy {
    display: none;
}

.fr-sticky-on+.fr-sticky-dummy,
.fr-sticky-box>.fr-sticky-dummy {
    display: block;
}

.amis-scope span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-box .fr-counter {
    position: absolute;
    bottom: 0;
    padding: 5px;
    right: 0;
    color: #ccc;
    content: attr(data-chars);
    font-size: 15px;
    font-family: "Times New Roman", Georgia, Serif;
    z-index: 1;
    background: #fff;
    border-top: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -webkit-border-radius: 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-box.fr-rtl .fr-counter {
    left: 0;
    right: auto;
    border-left: 0;
    border-right: solid 1px #ebebeb;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-box.fr-code-view .fr-counter {
    display: none;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amis-scope textarea.fr-code {
    display: none;
    width: 100%;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    padding: 10px;
    margin: 0;
    font-family: "Courier New", monospace;
    font-size: 14px;
    background: #fff;
    color: #000;
    outline: 0;
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl;
}

.fr-box .CodeMirror {
    display: none;
}

.fr-box.fr-code-view textarea.fr-code {
    display: block;
}

.fr-box.fr-code-view.fr-inline {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
    display: none;
}

.fr-box.fr-code-view .CodeMirror {
    display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    display: none;
    background: #fff;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    padding: 12px;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
    text-align: center;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-popup .fr-colors-tabs {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    margin-bottom: 5px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: -2px;
}

.fr-popup .fr-colors-tabs .fr-colors-tab {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    color: #222;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
}

.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e88e5;
    content: '';
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

.fr-popup .fr-color-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px;
}

.fr-popup .fr-color-hex-layer .fr-input-line {
    float: left;
    width: calc(100% - 50px);
    padding: 8px 0 0;
}

.fr-popup .fr-color-hex-layer .fr-action-buttons {
    float: right;
    width: 50px;
}

.fr-popup .fr-color-hex-layer .fr-action-buttons button {
    background-color: #1e88e5;
    color: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    height: 32px;
}

.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
    background-color: #166dba;
    color: #FFF;
}

.fr-popup .fr-separator+.fr-colors-tabs {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px;
}

.fr-popup .fr-color-set {
    line-height: 0;
    display: none;
}

.fr-popup .fr-color-set.fr-selected-set {
    display: block;
}

.fr-popup .fr-color-set>span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
}

.fr-popup .fr-color-set>span>i,
.fr-popup .fr-color-set>span>svg {
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    cursor: default;
    left: 0;
}

.fr-popup .fr-color-set>span .fr-selected-color {
    color: #fff;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    cursor: default;
}

.fr-popup .fr-color-set>span:hover,
.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #222;
    z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]::after {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-drag-helper {
    background: #1e88e5;
    height: 2px;
    margin-top: -1px;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    z-index: 2147483640;
    display: none;
}

.fr-drag-helper.fr-visible {
    display: block;
}

.fr-dragging {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "alpha(Opacity=0)";
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-popup .fr-emoticon {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    padding: 5px;
    line-height: 1;
    cursor: default;
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-popup .fr-emoticon img {
    height: 20px;
}

.fr-popup .fr-link:focus {
    outline: 0;
    background: #ebebeb;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-popup .fr-file-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.fr-popup .fr-file-upload-layer:hover {
    background: #ebebeb;
}

.fr-popup .fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5;
}

.fr-popup .fr-file-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.fr-popup .fr-file-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px;
}

.fr-popup .fr-file-progress-bar-layer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-popup .fr-file-progress-bar-layer>h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons {
    display: none;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader span {
    display: block;
    height: 100%;
    width: 0;
    background: #1e88e5;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader {
    display: none;
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block;
}

@keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-moz-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-o-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

.amis-scope.fr-fullscreen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}

.fr-box.fr-fullscreen {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483630 !important;
    width: auto !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0 !important;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
    text-align: left;
    padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table {
    margin-top: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
    padding: 6px 0 4px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: solid 1px #ebebeb;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    width: 60%;
    color: #646464;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
    letter-spacing: .5px;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-element img {
    cursor: pointer;
}

.fr-image-resizer {
    position: absolute;
    border: solid 1px #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-image-resizer.fr-active {
    display: block;
}

.fr-image-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #1e88e5;
    border: solid 1px #fff;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize;
}

.fr-image-resizer .fr-handler {
    width: 12px;
    height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
    left: -6px;
    bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
    right: -6px;
    bottom: -6px;
}

@media (min-width:1200px) {
    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px;
    }

    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }

    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }

    .fr-image-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px;
    }

    .fr-image-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px;
    }
}

.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none;
}

.fr-popup .fr-image-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center;
}

.fr-popup .fr-image-upload-layer:hover {
    background: #ebebeb;
}

.fr-popup .fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5;
}

.fr-popup .fr-image-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.fr-popup .fr-image-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px;
}

.fr-popup .fr-image-progress-bar-layer>h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons {
    display: none;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader span {
    display: block;
    height: 100%;
    width: 0;
    background: #1e88e5;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader {
    display: none;
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
    margin-left: 10px;
}

.fr-uploading {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -ms-filter: "alpha(Opacity=0)";
}

@keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-moz-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

@-o-keyframes loading {
    from {
        left: -25%;
    }

    to {
        left: 100%;
    }
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-modal-head .fr-modal-head-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    float: left;
    opacity: 1;
    -webkit-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -moz-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -ms-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    -o-transition: padding .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
    padding: 12px;
}

.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    width: 0;
    padding: 12px 0;
}

.fr-modal-head .fr-modal-tags {
    display: none;
    text-align: left;
}

.fr-modal-head .fr-modal-tags a {
    display: inline-block;
    opacity: 0;
    padding: 6px 8px;
    margin: 8px 0 8px 8px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #1e88e5;
    -webkit-transition: opacity .2s ease 0s, background .2s ease 0s;
    -moz-transition: opacity .2s ease 0s, background .2s ease 0s;
    -ms-transition: opacity .2s ease 0s, background .2s ease 0s;
    -o-transition: opacity .2s ease 0s, background .2s ease 0s;
    cursor: pointer;
}

.fr-modal-head .fr-modal-tags a:focus {
    outline: 0;
}

.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6;
}

.amis-scope div.fr-modal-body .fr-preloader {
    display: block;
    margin: 50px auto;
}

.amis-scope div.fr-modal-body div.fr-image-list {
    text-align: center;
    margin: 0 10px;
    padding: 0;
}

.amis-scope div.fr-modal-body div.fr-image-list::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
    float: left;
    width: calc((100% - 10px) / 2);
}

@media (min-width:768px) and (max-width:1199px) {
    .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 20px) / 3);
    }
}

@media (min-width:1200px) {
    .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 30px) / 4);
    }
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column {
    margin-left: 10px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
    margin-top: 10px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container+div {
    margin-top: 10px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    position: absolute;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    background: #000;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    content: attr(data-deleting);
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 3;
    font-size: 15px;
    height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    height: 95px;
    background: #ccc;
    z-index: 1;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: attr(data-loading);
    display: inline-block;
    height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -moz-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -ms-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -o-transition: opacity .2s ease 0s, filter .2s ease 0s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -ms-filter: "alpha(Opacity=0)";
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
    display: inline-block;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    display: none;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background .2s ease 0s, color .2s ease 0s;
    -moz-transition: background .2s ease 0s, color .2s ease 0s;
    -ms-transition: background .2s ease 0s, color .2s ease 0s;
    -o-transition: background .2s ease 0s, color .2s ease 0s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    position: absolute;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    z-index: 3;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f;
    color: #fff;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(25%);
    -moz-transform: translateY(-50%) translateX(25%);
    -ms-transform: translateY(-50%) translateX(25%);
    -o-transform: translateY(-50%) translateX(25%);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #fff;
    color: #1e88e5;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-125%);
    -moz-transform: translateY(-50%) translateX(-125%);
    -ms-transform: translateY(-50%) translateX(-125%);
    -o-transform: translateY(-50%) translateX(-125%);
}

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #ebebeb;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -ms-filter: "alpha(Opacity=0)";
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644;
    color: #fff;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-line-breaker {
    cursor: text;
    border-top: 1px solid #1e88e5;
    position: fixed;
    z-index: 2;
    display: none;
}

.fr-line-breaker.fr-visible {
    display: block;
}

.fr-line-breaker a.fr-floating-btn {
    position: absolute;
    left: calc(50% - (32px / 2));
    top: -16px;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-quick-insert {
    position: absolute;
    z-index: 2147483639;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: -5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-quick-insert.fr-on a.fr-floating-btn svg {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.fr-quick-insert.fr-hidden {
    display: none;
}

.fr-qi-helper {
    position: absolute;
    z-index: 3;
    padding-left: 16px;
    white-space: nowrap;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
    text-align: center;
    display: inline-block;
    color: #222;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
    text-align: left;
    padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
    margin-bottom: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 0 4px;
    margin: 0 0 5px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    padding: 5px;
    line-height: 20px;
    cursor: default;
    font-weight: 400;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #ccc;
    margin: -1px 0 0 -1px;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5;
}

.fr-element table tr {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-element table td,
.fr-element table th {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-table-resizer {
    cursor: col-resize;
    position: absolute;
    z-index: 3;
    display: none;
}

.fr-table-resizer.fr-moving {
    z-index: 2;
}

.fr-table-resizer div {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    border-right: 1px solid #1e88e5;
}

.fr-no-selection {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-popup .fr-table-colors-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px;
}

.fr-popup .fr-table-colors-hex-layer .fr-input-line {
    float: left;
    width: calc(100% - 50px);
    padding: 8px 0 0;
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
    float: right;
    width: 50px;
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
    background-color: #1e88e5;
    color: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    height: 32px;
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
    background-color: #166dba;
    color: #FFF;
}

.fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px;
    padding: 8px;
}

.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap;
}

.fr-popup .fr-table-size .fr-select-table-size>span {
    display: inline-block;
    padding: 0 4px 4px 0;
    background: 0 0;
}

.fr-popup .fr-table-size .fr-select-table-size>span>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover {
    background: 0 0;
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(30, 136, 229, .3);
    border: solid 1px #1e88e5;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size>span {
    display: inline-block !important;
}

.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px;
}

.fr-popup .fr-table-colors {
    line-height: 0;
    display: block;
}

.fr-popup .fr-table-colors>span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
}

.fr-popup .fr-table-colors>span>i {
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    cursor: default;
    left: 0;
}

.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #222;
    z-index: 2;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span {
    width: 12px;
    height: 12px;
}

.fr-insert-helper {
    position: absolute;
    z-index: 9999;
    white-space: nowrap;
}

.amis-scope .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.amis-scope .hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-element .fr-video {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-element .fr-video::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0);
}

.fr-element .fr-video.fr-active>* {
    z-index: 2;
    position: relative;
}

.fr-element .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0;
}

.fr-box .fr-video-resizer {
    position: absolute;
    border: solid 1px #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.fr-box .fr-video-resizer.fr-active {
    display: block;
}

.fr-box .fr-video-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #1e88e5;
    border: solid 1px #fff;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
    width: 12px;
    height: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -6px;
    bottom: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -6px;
    bottom: -6px;
}

@media (min-width:1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        width: 10px;
        height: 10px;
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px;
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px;
    }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block;
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line {
    margin-left: 10px;
}

.fr-popup .fr-video-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center;
}

.fr-popup .fr-video-upload-layer:hover {
    background: #ebebeb;
}

.fr-popup .fr-video-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5;
}

.fr-popup .fr-video-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.fr-popup .fr-video-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px;
}

.fr-popup .fr-video-progress-bar-layer>h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons {
    display: none;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader span {
    display: block;
    height: 100%;
    width: 0;
    background: #1e88e5;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader {
    display: none;
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block;
}

.fr-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none;
}

/*!amis-v2:node_modules/cropperjs/dist/cropper.css*/

/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */

.amis-scope .cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.amis-scope .cropper-container img {
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg;
}

.amis-scope .cropper-wrap-box,
.amis-scope .cropper-canvas,
.amis-scope .cropper-drag-box,
.amis-scope .cropper-crop-box,
.amis-scope .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.amis-scope .cropper-wrap-box {
    overflow: hidden;
}

.amis-scope .cropper-drag-box {
    opacity: 0;
    background-color: #fff;
}

.amis-scope .cropper-modal {
    opacity: .5;
    background-color: #000;
}

.amis-scope .cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .75);
}

.amis-scope .cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee;
}

.amis-scope .cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.amis-scope .cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.amis-scope .cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
}

.amis-scope .cropper-center:before,
.amis-scope .cropper-center:after {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee;
}

.amis-scope .cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px;
}

.amis-scope .cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px;
}

.amis-scope .cropper-face,
.amis-scope .cropper-line,
.amis-scope .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.amis-scope .cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.amis-scope .cropper-line {
    background-color: #39f;
}

.amis-scope .cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize;
}

.amis-scope .cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize;
}

.amis-scope .cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize;
}

.amis-scope .cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize;
}

.amis-scope .cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f;
}

.amis-scope .cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize;
}

.amis-scope .cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize;
}

.amis-scope .cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize;
}

.amis-scope .cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
}

.amis-scope .cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize;
}

.amis-scope .cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize;
}

.amis-scope .cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize;
}

.amis-scope .cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
}

@media (min-width:768px) {
    .amis-scope .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width:992px) {
    .amis-scope .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width:1200px) {
    .amis-scope .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
    }
}

.amis-scope .cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f;
}

.amis-scope .cropper-invisible {
    opacity: 0;
}

.amis-scope .cropper-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.amis-scope .cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.amis-scope .cropper-hidden {
    display: none !important;
}

.amis-scope .cropper-move {
    cursor: move;
}

.amis-scope .cropper-crop {
    cursor: crosshair;
}

.amis-scope .cropper-disabled .cropper-drag-box,
.amis-scope .cropper-disabled .cropper-face,
.amis-scope .cropper-disabled .cropper-line,
.amis-scope .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

/*!amis-v2:node_modules/video-react/dist/video-react.css*/

.amis-scope .video-react .video-react-big-play-button:before,
.amis-scope .video-react .video-react-control:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .video-react .video-react-big-play-button:before,
.amis-scope .video-react .video-react-control:before {
    text-align: center;
}

@font-face {
    font-family: video-react;
    src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}

@font-face {
    font-family: video-react;
    src: url(data:application/font-woff;base64,d09GRgABAAAAABfIAAsAAAAAF3wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEPymNtYXAAAAFoAAAAVAAAAFQOVuSnZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAEtAAABLQx1vcUmhlYWQAABSUAAAANgAAADYLMledaGhlYQAAFMwAAAAkAAAAJAesBCZobXR4AAAU8AAAAJQAAACUiAAUz2xvY2EAABWEAAAATAAAAExLllAobWF4cAAAFdAAAAAgAAAAIAAqAMluYW1lAAAV8AAAAbYAAAG2W2rK6XBvc3QAABeoAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8iAEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIPIg//3//wAAAAAAIPIA//3//wAB/+MOBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFWANYDKgMqAAIAAAkCAVYB1P4sAyr+1v7WAAIAVgBWA6oDqgACABYAAAEtATcyHgIVFA4CIyIuAjU0PgIBqgEA/wBWWJxzQ0Nzm1lYnHNDQ3ObAUDAwOpDc5tZWJxzQ0Nzm1lYnHNDAAAAAwBWAFYDqgOqABMAJwAqAAAlMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AhMRBQIARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmwMBAKo2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/ZYBgMAAAAAAAgEAANYDAAMqAAMABwAAATMRIyERMxECVqqq/qqqAyr9rAJU/awAAAMAVgBWA6oDqgADAAcAGwAAAREjESMRIxETMh4CFRQOAiMiLgI1ND4CAoBWVFaAWJxzQ0Nzm1lYnHNDQ3ObAVYBVP6sAVT+rAJUQ3ObWVicc0NDc5tZWJxzQwAABABWAFYDqgOqAAMAFwArAC8AAAERMxEHMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AgMRMxECKlaARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmydWAVYBVP6srDZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9rAFU/qwAAQEAAQADAAMAAAMAAAEhESEBAAIA/gADAP4AAAIAagEAA1YDAAACAAUAAAkBESEJAQHqAWz+gP6UAWwCAAEA/gABAAEAAAAAAgCqAQADlgMAAAIABQAACQIhEQECKgFs/pT+gAFsAwD/AP8AAgD/AAAAAAACAQABAAMAAwAAAgAGAAAJAREBMxEjAZYBav4AVlYCAAEA/gACAP4AAAAAAAIBAAEAAwADAAADAAYAAAEzESMhEQECqlZW/lYBagMA/gACAP8AAAACAKoAgANWA9YARQBoAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjETIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcB+AMLBB4KZkoEBAYFAwgGDQMDCgMHCwEDAwUGBgcDAxEGBg0DAwsGCAoiDgwDBgMKBAQKCQNGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBvAEFAgMDXh4mAQMDAwMDAwMDBgMHGQ4GDQMDDQYGAwMDAQEDAwIDBBYMCwkBAwgJAxoICgQBbjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MxMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjQOBgMIAwgEBBIEAwYDCAYGVAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBtigqTAYuRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgFCQEDCgkDVgkDBAoDAwgJA1YJJwkTBhoMBAEDAwYDBSgPHgkTBhoMBAEDAwYDAw4JCRAJaowMHhgBHjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAAAAQAqgCAA1YD1gAbAEYAowDGAAABFBYzMjY/ATA2PQE0JjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNRMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjwQBgMGAwgEBBAEAwgDCAQEUAEDDBAGBg4GDxUKBgMDAwMDAwwQBgYMBgYOBgYKBgYDAwMB4gwSBAUDFgUDAwEsFg4DDgMNGQoICAQFAwMIAwYNAwMFAQMDBgMDDQYGDgYGCwMDDQYICiQEBQMWBQMDAQQFAxpmRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgGCAEDCgkDVgMGAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgFqNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAACAKoAgANWA9YAQgBlAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjJTQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIB9AMLBBoKZkoEBAYFAwgGDQMDCgMHCwEDAwUGCBcPBg0DAwsGCAoiDgwDBgMKBAQKCQP+rjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBggIAQMDAgMEFgwLCQEDCAkDGggKBBpGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAQAqgCAA1YD1gAbAEYATQBwAAABFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFQcjNQc1NzMFND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgI0DgYDCAMIBAQSBAMGAwgGBlABAwwQBgYOBgYOBgYIBgoIAQMODgYGDgYGDgYGCgYGAwMDAbIoKkwG/tg2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGDZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAAEAKoAgANWA9YAIgA+AGkAxgAAEzQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIFFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNao2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBjg4GAwgDCAQEEgQDBgMIBARUAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGgHWRnxdNazW1qwpRV01NF5FKSlFXTVGfV02Nl18FwUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwECwUDDgkJEAkeCRMGGgwEAQMDBgMDDgkJEAkODAgFAwMBBAUDCA8fBAcFBBgKDgkDAwUHAwMHBgYOBgYNAwMKAwMFBAEDAwIDBBsLCAUDAwEEBQMWBQMDAR4AAAAABACAAIADgAOAAAIAFAAmAC4AAAEVJycBBycOAQc1PgE3JxEnIxEzJwE0LgInNR4DFRQGByc+ASccAQcnNR4BAgBa8ALKNlgiTiwbMBW21qrKygKqHzlNL0BuTy0XFUAKDGoCaDA6A1a0WoT9NjZYGygLWAcaEbb+4NYBAMr+tjNcSzYOWA5FY3xEMFsnQhk5HgcNBmheGFsAAAAAAQEqAKoCqgNWAAUAAAEzNxEnIwEqrNTUrAKA1v1U1gACANYAqgMWA1YABQAMAAATMzcRJyMlFAYHER4B1qrW1qoCQDwwMDwCgNb9VNaAOVsYAVgYWwAAAAMAgACKA4ADdgAVABwAIgAAAR4DFRQOAgc1PgM1NC4CJxMUBgcRHgElMzcRJyMCVkBuTy0tT21BLk45Hx85TS9qOjAwOv3AqtbWqgN2DkVjfEREe2NGDlgNN0tcMzNcSzYO/uI5WxgBWBhbR9b9VNYAAAAABADWANYDKgMqAAUACwARABcAAAEzFSM1IxM1MxUjNQE1MxUjFR0BMxUjNQJW1FSAgFTU/oDUgIDUAyrUgP5UgNRUASzUVICsgFTUAAQA1gDWAyoDKgAFAAsAEQAXAAABMxUjNTMDNTMVIxUBNTMVIzURNTMVIzUCqoDUVFTUgP6sVNTUVAKqVNT9rNRUgAHUgNRU/qxU1IAAAAAAAwCAAKoDgANWABcALwA/AAABNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUjNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUBMhYVERQGIyEiJjURNDYzAwAYEoASGhoSgBIYQFZW6hoSgBIYGBKAEhpAVlYBlCI0MyP9rCQyMiQCKiwSGBgSrBIYGBIsFoAWLBIYGBKsEhgYEiwWgBYBLDMj/gAiNDMjAgAiNAAABACAAIADgAOAAAMADQAZACkAAAE1MxUnETMyNj0BNCYjAREjFSM1IxEzNTMVATIWFREUBiMhIiY1ETQ2MwJqVpasEhgYEv8AQFZAQFYBlCI0MyP9rCQyMiQBwICAwP8AGBKsEhj/AAEAamr/AFZWAgAzI/2sIjQzIwJUIjQAAAACAGQAVgOcA6oACwBZAAABMjY1NCYjIgYVFBYlFx4BDwEOAS8BDgEPAQ4BKwEiJi8BLgEnBwYmLwEmNj8BLgE1PAE3Jy4BPwE+AR8BPgE/AT4BOwEyFh8BHgEXNzYWHwEWBg8BHgEVHAECAD1ZWD49WVgBfFoGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAloGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAWpYPj1ZWD49WWxGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQtGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQAAAAEAgABYA4ADqgAzAAABMhYVFAYjIiY1PAE3JQ4BIyImNTQ2MzIWFyUuATU0NjMyFhUUBiMiJicFHgEVFAYHBT4BAwAzSUkzM0kC/tISLBo0TEs1GS0SASwBA0s1NExLNRktEv7UAQMCAgEwECwBUkkzM0tLMwcPBrAQEks1NEwREa4HDwg0TEs1NEwTEbAHDwgHDwiwDxEAAwBWAFYDqgOqAAMABwAbAAABNSMVExEjERMyHgIVFA4CIyIuAjU0PgICKlRUVCpYnHNDQ3ObWVicc0NDc5sCgFZW/qoBAP8AAoBDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAATUzFQMyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEzEQHWVCpGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObL1QCgFZW/io2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/YABAP8AAAABANYA1gMqAyoACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gLu7u487u487u487u4AAQBVAFUDqwOrABQAABMUHgIzMj4CNTQuAiMiDgIVVUN0nFhYnHRDQ3ScWFicdEMCAFicdENDdJxYWJx0Q0N0nFgAAAACAFUAVQOrA6sAFAAoAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgICAFicdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwDq0N0nFhYnHRDQ3ScWFicdEP9ADVdfEdHfF01NV18R0d8XTUAAAADAFUAVQOrA6sAFAAoADQAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAhMUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfDlLNTVLSzU1SwOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQFVNUtLNTVLSwAAAAEAAAABAADxFM6JXw889QALBAAAAAAA1DSJZQAAAADUNIllAAAAAAOrA9YAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA6sAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAAAAAABAABVgQAAFYEAABWBAABAAQAAFYEAABWBAABAAQAAGoEAACqBAABAAQAAQAEAACqBAAAqgQAAKoEAACqBAAAqgQAAKoEAACABAABKgQAANYEAACABAAA1gQAANYEAACABAAAgAQAAGQEAACABAAAVgQAAFYEAADWBAAAVQQAAFUEAABVAAAAAAAKABQAHgAsAFQAlgCqANgBIAEuAUQBWgFwAYQCEAKoA6YELgTGBcQGEgYiBj4GeAaeBsYHGgdaB+IILghcCKQIvgjgCRwJaAABAAAAJQDHAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0dmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0UmVndWxhcgBSAGUAZwB1AGwAYQBydmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.amis-scope .video-react-icon,
.amis-scope .video-react .video-react-big-play-button,
.amis-scope .video-react .video-react-mouse-display,
.amis-scope .video-react .video-react-play-progress,
.amis-scope .video-react .video-react-play-control,
.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button,
.amis-scope .video-react .video-react-volume-level,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon {
    font-family: video-react !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amis-scope .video-react-icon-play-arrow:before,
.amis-scope .video-react .video-react-big-play-button:before,
.amis-scope .video-react .video-react-play-control:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-play:before {
    content: "ïˆ€";
}

.amis-scope .video-react-icon-play-circle-filled:before {
    content: "ïˆ";
}

.amis-scope .video-react-icon-play-circle-outline:before {
    content: "ïˆ‚";
}

.amis-scope .video-react-icon-pause:before,
.amis-scope .video-react .video-react-play-control.video-react-playing:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-pause:before {
    content: "ïˆƒ";
}

.amis-scope .video-react-icon-pause-circle-filled:before {
    content: "ïˆ„";
}

.amis-scope .video-react-icon-pause-circle-outline:before {
    content: "ïˆ…";
}

.amis-scope .video-react-icon-stop:before {
    content: "ïˆ†";
}

.amis-scope .video-react-icon-fast-rewind:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
    content: "ïˆ‡";
}

.amis-scope .video-react-icon-fast-forward:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
    content: "ïˆˆ";
}

.amis-scope .video-react-icon-skip-previous:before {
    content: "ïˆ‰";
}

.amis-scope .video-react-icon-skip-next:before {
    content: "ïˆŠ";
}

.amis-scope .video-react-icon-replay-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
    content: "ïˆ‹";
}

.amis-scope .video-react-icon-replay-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
    content: "ïˆŒ";
}

.amis-scope .video-react-icon-replay-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
    content: "ïˆ";
}

.amis-scope .video-react-icon-forward-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
    content: "ïˆŽ";
}

.amis-scope .video-react-icon-forward-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
    content: "ïˆ";
}

.amis-scope .video-react-icon-forward-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
    content: "ïˆ";
}

.amis-scope .video-react-icon-volume-off:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-muted:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-muted:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before {
    content: "ïˆ‘";
}

.amis-scope .video-react-icon-volume-mute:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-0:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-0:before {
    content: "ïˆ’";
}

.amis-scope .video-react-icon-volume-down:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-1:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-1:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-2:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-2:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before {
    content: "ïˆ“";
}

.amis-scope .video-react-icon-volume-up:before,
.amis-scope .video-react .video-react-mute-control:before,
.amis-scope .video-react .video-react-volume-menu-button:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before {
    content: "ïˆ”";
}

.amis-scope .video-react-icon-fullscreen:before {
    content: "ïˆ•";
}

.amis-scope .video-react-icon-fullscreen-exit:before {
    content: "ïˆ–";
}

.amis-scope .video-react-icon-closed-caption:before {
    content: "ïˆ—";
}

.amis-scope .video-react-icon-hd:before {
    content: "ïˆ˜";
}

.amis-scope .video-react-icon-settings:before {
    content: "ïˆ™";
}

.amis-scope .video-react-icon-share:before {
    content: "ïˆš";
}

.amis-scope .video-react-icon-info:before {
    content: "ïˆ›";
}

.amis-scope .video-react-icon-info-outline:before {
    content: "ïˆœ";
}

.amis-scope .video-react-icon-close:before {
    content: "ïˆ";
}

.amis-scope .video-react-icon-circle:before,
.amis-scope .video-react .video-react-mouse-display:before,
.amis-scope .video-react .video-react-play-progress:before,
.amis-scope .video-react .video-react-volume-level:before {
    content: "ïˆž";
}

.amis-scope .video-react-icon-circle-outline:before {
    content: "ïˆŸ";
}

.amis-scope .video-react-icon-circle-inner-circle:before {
    content: "ïˆ ";
}

.amis-scope .video-react {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    font-size: 10px;
    line-height: 1;
    font-family: serif, Times, "Times New Roman";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .video-react:-moz-full-screen {
    position: absolute;
}

.amis-scope .video-react:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.amis-scope .video-react *,
.amis-scope .video-react :before,
.amis-scope .video-react :after {
    box-sizing: inherit;
}

.amis-scope .video-react ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.amis-scope .video-react.video-react-fluid,
.amis-scope .video-react.video-react-16-9,
.amis-scope .video-react.video-react-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.amis-scope .video-react.video-react-16-9 {
    padding-top: 56.25%;
}

.amis-scope .video-react.video-react-4-3 {
    padding-top: 75%;
}

.amis-scope .video-react.video-react-fill {
    width: 100%;
    height: 100%;
}

.amis-scope .video-react .video-react-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amis-scope .video-react.video-react-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.amis-scope .video-react.video-react-fullscreen.video-react-user-inactive {
    cursor: none;
}

.amis-scope.video-react-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.amis-scope.video-react-full-window .video-react-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.amis-scope .video-react button {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.amis-scope .video-react .video-react-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.amis-scope .video-react .video-react-loading-spinner:before,
.amis-scope .video-react .video-react-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff;
    -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, video-react-spinner-fade 1.1s linear infinite;
    animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.amis-scope .video-react-seeking .video-react-loading-spinner,
.amis-scope .video-react-waiting .video-react-loading-spinner {
    display: block;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:before,
.amis-scope .video-react-waiting .video-react-loading-spinner:before {
    border-top-color: #fff;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:after,
.amis-scope .video-react-waiting .video-react-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
}

@keyframes video-react-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes video-react-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes video-react-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: #fff;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

@-webkit-keyframes video-react-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: #fff;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

.amis-scope .video-react .video-react-big-play-button {
    font-size: 3em;
    line-height: 24px;
    height: 24px;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.amis-scope .video-react .video-react-big-play-button.video-react-big-play-button-center {
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -24px;
}

.amis-scope .video-react .video-react-big-play-button.big-play-button-hide {
    display: none;
}

.amis-scope .video-react:hover .video-react-big-play-button,
.amis-scope .video-react .video-react-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.amis-scope .video-react-menu-button {
    cursor: pointer;
}

.amis-scope .video-react-menu-button.video-react-disabled {
    cursor: default;
}

.amis-scope .video-react-menu .video-react-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: serif, Times, "Times New Roman";
}

.amis-scope .video-react-menu li {
    list-style: none;
    margin: 0;
    padding: 3.2px 0;
    line-height: 1.4em;
    font-size: 19.2px;
    text-align: center;
    text-transform: lowercase;
}

.amis-scope .video-react-menu li:focus,
.amis-scope .video-react-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
}

.amis-scope .video-react-menu li.video-react-selected,
.amis-scope .video-react-menu li.video-react-selected:focus,
.amis-scope .video-react-menu li.video-react-selected:hover {
    background-color: #fff;
    color: #2B333F;
}

.amis-scope .video-react-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 32px;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default;
}

.amis-scope .video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
    display: none;
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 24px;
    border-top-color: rgba(43, 51, 63, .7);
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 24px;
    max-height: 15em;
}

.amis-scope .video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
    display: block;
}

.amis-scope .video-react .video-react-menu-button-inline {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.amis-scope .video-react .video-react-menu-button-inline:before {
    width: 35.5px;
}

.amis-scope .video-react .video-react-menu-button-inline:hover,
.amis-scope .video-react .video-react-menu-button-inline:focus,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
    width: 192px;
}

.amis-scope .video-react .video-react-menu-button-inline:hover .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline:focus .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
    display: block;
    opacity: 1;
}

.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline .video-react-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline:hover,
.amis-scope .video-react-no-flex .video-react-menu-button-inline:focus,
.amis-scope .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
    width: auto;
}

.amis-scope .video-react .video-react-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.amis-scope .video-react .video-react-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.amis-scope .video-react .video-react-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
}

.amis-scope .video-react .video-react-slider:focus {
    text-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.amis-scope .video-react .video-react-control {
    outline: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.amis-scope .video-react .video-react-control:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.amis-scope .video-react .video-react-control:focus:before,
.amis-scope .video-react .video-react-control:hover:before,
.amis-scope .video-react .video-react-control:focus {
    text-shadow: 0 0 1em #fff;
}

.amis-scope .video-react .video-react-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.amis-scope .video-react-no-flex .video-react-control {
    display: table-cell;
    vertical-align: middle;
}

.amis-scope .video-react .video-react-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7);
}

.amis-scope .video-react-has-started .video-react-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s;
}

.amis-scope .video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react-controls-disabled .video-react-control-bar,
.amis-scope .video-react-using-native-controls .video-react-control-bar,
.amis-scope .video-react-error .video-react-control-bar {
    display: none !important;
}

.amis-scope .video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
    opacity: 1;
    visibility: visible;
}

.amis-scope .video-react-has-started.video-react-no-flex .video-react-control-bar {
    display: table;
}

.amis-scope .video-react .video-react-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    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;
    min-width: 4em;
}

.amis-scope .video-react-live .video-react-progress-control {
    display: none;
}

.amis-scope .video-react .video-react-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: .3em;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-progress-holder {
    font-size: 1.666666666666666666em;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.amis-scope .video-react .video-react-progress-control:hover .video-react-play-progress:after {
    visibility: visible;
    font-size: .6em;
}

.amis-scope .video-react .video-react-progress-holder .video-react-play-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress div {
    position: absolute;
    display: block;
    height: .3em;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.amis-scope .video-react .video-react-mouse-display:before {
    display: none;
}

.amis-scope .video-react .video-react-play-progress {
    background-color: #fff;
}

.amis-scope .video-react .video-react-play-progress:before {
    position: absolute;
    top: -.333333333333333em;
    right: -8px;
    font-size: .9em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-mouse-display:after,
.amis-scope .video-react .video-react-play-progress:after {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    right: -1.9em;
    font-size: .9em;
    color: #000;
    content: attr(data-current-time);
    padding: 6px 8px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-play-progress:before,
.amis-scope .video-react .video-react-play-progress:after {
    z-index: 1;
}

.amis-scope .video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
    display: none;
}

.amis-scope .video-react .video-react-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5);
}

.amis-scope .video-react .video-react-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, .75);
}

.amis-scope .video-react.video-react-no-flex .video-react-progress-control {
    width: auto;
}

.amis-scope .video-react .video-react-time-tooltip {
    display: inline-block;
    height: 2.4em;
    position: relative;
    float: right;
    right: -1.9em;
}

.amis-scope .video-react .video-react-tooltip-progress-bar {
    visibility: hidden;
}

.amis-scope .video-react .video-react-progress-control .video-react-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.amis-scope .video-react-no-flex .video-react-progress-control .video-react-mouse-display {
    z-index: 0;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display {
    display: block;
}

.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
    display: none;
}

.amis-scope .video-react .video-react-mouse-display .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control .video-react-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}

.amis-scope .video-react .video-react-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.amis-scope .video-react .video-react-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.amis-scope .video-react.video-react-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.amis-scope .video-react .video-react-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 32px;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.amis-scope .video-react .video-react-time-divider {
    line-height: 3em;
    min-width: initial;
    padding: 0;
}

.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.amis-scope .video-react .video-react-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    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;
}

.amis-scope .video-react .video-react-volume-bar {
    margin: 1.35em .45em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal {
    width: 5em;
    height: .3em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
    width: 100%;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
    height: 100%;
}

.amis-scope .video-react .video-react-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.amis-scope .video-react .video-react-volume-level:before {
    position: absolute;
    font-size: .9em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level {
    width: .3em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level:before {
    top: -8px;
    left: -.3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level {
    height: .3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level:before {
    top: -.3em;
    right: -8px;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
    left: 8px;
    height: 8em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
    left: -32px;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.amis-scope .video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
    height: 8em;
    width: 2.9em;
}

.amis-scope .video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
    height: 2.9em;
    width: 8em;
}

.amis-scope .video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
    background-color: transparent !important;
}

.amis-scope .video-react .video-react-playback-rate .video-react-playback-rate-value {
    line-height: 3em;
    text-align: center;
}

.amis-scope .video-react .video-react-playback-rate .video-react-menu {
    width: 4em;
    left: 0;
}

.amis-scope .video-react .video-react-bezel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    z-index: 17;
    margin-left: -26px;
    margin-top: -26px;
    background: rgba(0, 0, 0, .5);
    border-radius: 26px;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation {
    -moz-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    pointer-events: none;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation-alt {
    -moz-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    pointer-events: none;
}

.amis-scope .video-react .video-react-bezel .video-react-bezel-icon {
    width: 36px;
    height: 36px;
    margin: 8px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}

@keyframes video-react-bezel-fadeout {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes video-react-bezel-fadeout-alt {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

/*!amis-v2:node_modules/react-datetime/css/react-datetime.css*/

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.amis-scope .rdt {
    position: relative;
}

.amis-scope .rdtPicker {
    display: none;
    position: absolute;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid #f9f9f9;
}

.amis-scope .rdtOpen .rdtPicker {
    display: block;
}

.amis-scope .rdtStatic .rdtPicker {
    box-shadow: none;
    position: static;
}

.amis-scope .rdtPicker .rdtTimeToggle {
    text-align: center;
}

.amis-scope .rdtPicker table {
    width: 100%;
    margin: 0;
}

.amis-scope .rdtPicker td,
.amis-scope .rdtPicker th {
    text-align: center;
    height: 28px;
}

.amis-scope .rdtPicker td {
    cursor: pointer;
}

.amis-scope .rdtPicker td.rdtDay:hover,
.amis-scope .rdtPicker td.rdtHour:hover,
.amis-scope .rdtPicker td.rdtMinute:hover,
.amis-scope .rdtPicker td.rdtSecond:hover,
.amis-scope .rdtPicker .rdtTimeToggle:hover {
    background: #eee;
    cursor: pointer;
}

.amis-scope .rdtPicker td.rdtOld,
.amis-scope .rdtPicker td.rdtNew {
    color: #999;
}

.amis-scope .rdtPicker td.rdtToday {
    position: relative;
}

.amis-scope .rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.amis-scope .rdtPicker td.rdtActive,
.amis-scope .rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.amis-scope .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
}

.amis-scope .rdtPicker td.rdtDisabled,
.amis-scope .rdtPicker td.rdtDisabled:hover {
    background: 0 0;
    color: #999;
    cursor: not-allowed;
}

.amis-scope .rdtPicker td span.rdtOld {
    color: #999;
}

.amis-scope .rdtPicker td span.rdtDisabled,
.amis-scope .rdtPicker td span.rdtDisabled:hover {
    background: 0 0;
    color: #999;
    cursor: not-allowed;
}

.amis-scope .rdtPicker th {
    border-bottom: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker .dow {
    width: 14.2857%;
    border-bottom: 0;
    cursor: default;
}

.amis-scope .rdtPicker th.rdtSwitch {
    width: 100px;
}

.amis-scope .rdtPicker th.rdtNext,
.amis-scope .rdtPicker th.rdtPrev {
    font-size: 21px;
    vertical-align: top;
}

.amis-scope .rdtPrev span,
.amis-scope .rdtNext span {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .rdtPicker th.rdtDisabled,
.amis-scope .rdtPicker th.rdtDisabled:hover {
    background: 0 0;
    color: #999;
    cursor: not-allowed;
}

.amis-scope .rdtPicker thead tr:first-child th {
    cursor: pointer;
}

.amis-scope .rdtPicker thead tr:first-child th:hover {
    background: #eee;
}

.amis-scope .rdtPicker tfoot {
    border-top: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker button {
    border: 0;
    background: 0 0;
    cursor: pointer;
}

.amis-scope .rdtPicker button:hover {
    background-color: #eee;
}

.amis-scope .rdtPicker thead button {
    width: 100%;
    height: 100%;
}

.amis-scope td.rdtMonth,
.amis-scope td.rdtYear {
    height: 50px;
    width: 25%;
    cursor: pointer;
}

.amis-scope td.rdtMonth:hover,
.amis-scope td.rdtYear:hover {
    background: #eee;
}

.amis-scope .rdtCounters {
    display: inline-block;
}

.amis-scope .rdtCounters>div {
    float: left;
}

.amis-scope .rdtCounter {
    height: 100px;
}

.amis-scope .rdtCounter {
    width: 40px;
}

.amis-scope .rdtCounterSeparator {
    line-height: 100px;
}

.amis-scope .rdtCounter .rdtBtn {
    height: 40%;
    line-height: 40px;
    cursor: pointer;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.amis-scope .rdtCounter .rdtBtn:hover {
    background: #eee;
}

.amis-scope .rdtCounter .rdtCount {
    height: 20%;
    font-size: 19.2px;
}

.amis-scope .rdtMilli {
    vertical-align: middle;
    padding-left: 8px;
    width: 48px;
}

.amis-scope .rdtMilli input {
    width: 100%;
    font-size: 19.2px;
    margin-top: 37px;
}

.amis-scope .rdtTime td {
    cursor: default;
}

/*!amis-v2:node_modules/docsearch.js/dist/cdn/docsearch.css*/

.amis-scope .searchbox {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 32px !important;
    white-space: nowrap;
    box-sizing: border-box;
    visibility: visible !important;
}

.amis-scope .searchbox .algolia-autocomplete {
    display: block;
    width: 100%;
    height: 100%;
}

.amis-scope .searchbox__wrapper {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
}

.amis-scope .searchbox__input {
    display: inline-block;
    box-sizing: border-box;
    transition: box-shadow .4s ease, background .4s ease;
    border: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #ccc;
    background: #fff !important;
    padding: 0;
    padding-right: 26px;
    padding-left: 32px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    white-space: normal;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.amis-scope .searchbox__input::-webkit-search-decoration,
.amis-scope .searchbox__input::-webkit-search-cancel-button,
.amis-scope .searchbox__input::-webkit-search-results-button,
.amis-scope .searchbox__input::-webkit-search-results-decoration {
    display: none;
}

.amis-scope .searchbox__input:hover {
    box-shadow: inset 0 0 0 1px #b3b3b3;
}

.amis-scope .searchbox__input:focus,
.amis-scope .searchbox__input:active {
    outline: 0;
    box-shadow: inset 0 0 0 1px #aaa;
    background: #fff;
}

.amis-scope .searchbox__input::-webkit-input-placeholder {
    color: #aaa;
}

.amis-scope .searchbox__input:-ms-input-placeholder {
    color: #aaa;
}

.amis-scope .searchbox__input::-ms-input-placeholder {
    color: #aaa;
}

.amis-scope .searchbox__input::placeholder {
    color: #aaa;
}

.amis-scope .searchbox__submit {
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    border-radius: 16px 0 0 16px;
    background-color: rgba(69, 142, 225, 0);
    padding: 0;
    width: 32px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: inherit;
    left: 0;
}

.amis-scope .searchbox__submit::before {
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.amis-scope .searchbox__submit:hover,
.amis-scope .searchbox__submit:active {
    cursor: pointer;
}

.amis-scope .searchbox__submit:focus {
    outline: 0;
}

.amis-scope .searchbox__submit svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #6d7e96;
}

.amis-scope .searchbox__reset {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: rgba(0, 0, 0, .5);
}

.amis-scope .searchbox__reset.hide {
    display: none;
}

.amis-scope .searchbox__reset:focus {
    outline: 0;
}

.amis-scope .searchbox__reset svg {
    display: block;
    margin: 4px;
    width: 8px;
    height: 8px;
}

.amis-scope .searchbox__input:valid~.searchbox__reset {
    display: block;
    -webkit-animation-name: sbx-reset-in;
    animation-name: sbx-reset-in;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.amis-scope .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
    right: 0 !important;
    left: inherit !important;
}

.amis-scope .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before {
    right: 48px;
}

.amis-scope .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu {
    left: 0 !important;
    right: inherit !important;
}

.amis-scope .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before {
    left: 48px;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu {
    position: relative;
    top: -6px;
    border-radius: 4px;
    margin: 6px 0 0;
    padding: 0;
    text-align: left;
    height: auto;
    position: relative;
    background: transparent;
    border: 0;
    z-index: 999;
    max-width: 600px;
    min-width: 500px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2), 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    z-index: 1000;
    top: -7px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
    position: relative;
    z-index: 1000;
    margin-top: 8px;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu .ds-suggestions a:hover {
    text-decoration: none;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu .ds-suggestion {
    cursor: pointer;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple {
    background-color: rgba(69, 142, 225, .05);
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
    background-color: rgba(69, 142, 225, .05);
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
    position: relative;
    border: solid 1px #d9d9d9;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
    padding: 0 8px 8px;
}

.amis-scope .algolia-autocomplete .ds-dropdown-menu * {
    box-sizing: border-box;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion {
    display: block;
    position: relative;
    padding: 0 8px;
    background: #fff;
    color: #02060c;
    overflow: hidden;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
    color: #174d8c;
    background: rgba(143, 187, 237, .1);
    padding: .1em .05em;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,
.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight {
    padding: 0 0 1px;
    background: inherit;
    box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, .8);
    color: inherit;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
    padding: 0 0 1px;
    background: inherit;
    box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, .8);
    color: inherit;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--content {
    display: block;
    float: right;
    width: 70%;
    position: relative;
    padding: 5.33333px 0 5.33333px 10.66667px;
    cursor: pointer;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--content:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
    left: -1px;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--category-header {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: none;
    margin-top: 8px;
    padding: 4px 0;
    font-size: 1em;
    color: #33363d;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
    width: 100%;
    float: left;
    padding: 8px 0 0;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
    float: left;
    width: 30%;
    padding-left: 0;
    text-align: right;
    position: relative;
    padding: 5.33333px 10.66667px;
    color: #a4a7ae;
    font-size: .9em;
    word-wrap: break-word;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
    right: 0;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline {
    display: none;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--title {
    margin-bottom: 4px;
    color: #02060c;
    font-size: .9em;
    font-weight: 700;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--text {
    display: block;
    line-height: 19.2px;
    font-size: .85em;
    color: #63676d;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--no-results {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 19.2px;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion--no-results::before {
    display: none;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion code {
    padding: 1px 5px;
    font-size: 90%;
    border: 0;
    color: #222;
    background-color: #ebebeb;
    border-radius: 3px;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight {
    background: 0 0;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header {
    display: block;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary {
    display: block;
}

@media all and (min-width:768px) {
    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {
        display: block;
    }
}

@media all and (max-width:768px) {
    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {
        display: inline-block;
        width: auto;
        text-align: left;
        float: left;
        padding: 0;
        color: #02060c;
        font-size: .9em;
        font-weight: 700;
        text-align: left;
        opacity: .5;
    }

    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:before {
        display: none;
    }

    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:after {
        content: '|';
    }

    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content {
        display: inline-block;
        width: auto;
        text-align: left;
        float: left;
        padding: 0;
    }

    .amis-scope .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content:before {
        display: none;
    }
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion {
    border-bottom: solid 1px #eee;
    padding: 8px;
    margin: 0;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content {
    width: 100%;
    padding: 0;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before {
    display: none;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0 {
    opacity: .6;
    font-size: .85em;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1 {
    opacity: .6;
    font-size: .85em;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 20 38" xmlns="http://www.w3.org/2000/svg"><path d="M1.49 4.31l14 16.126.002-2.624-14 16.074-1.314 1.51 3.017 2.626 1.313-1.508 14-16.075 1.142-1.313-1.14-1.313-14-16.125L3.2.18.18 2.8l1.31 1.51z" fill-rule="evenodd" fill="%231D3657" /></svg>');
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,
.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline {
    display: none !important;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title {
    margin: 0;
    color: #458ee1;
    font-size: .9em;
    font-weight: 400;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before {
    content: '#';
    font-weight: 700;
    color: #458ee1;
    display: inline-block;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text {
    margin: 4px 0 0;
    display: block;
    line-height: 1.4em;
    padding: 5.33333px 8px;
    background: #f8f8f8;
    font-size: .85em;
    opacity: .8;
}

.amis-scope .algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
    color: #3f4145;
    font-weight: 700;
    box-shadow: none;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-footer {
    width: 134px;
    height: 20px;
    z-index: 2000;
    margin-top: 10.66667px;
    float: right;
    font-size: 0;
    line-height: 0;
}

.amis-scope .algolia-autocomplete .algolia-docsearch-footer--logo {
    background-image: url("data:image/svg+xml,%3Csvg width='168' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M78.988.938h16.594a2.968 2.968 0 0 1 2.966 2.966V20.5a2.967 2.967 0 0 1-2.966 2.964H78.988a2.967 2.967 0 0 1-2.966-2.964V3.897A2.961 2.961 0 0 1 78.988.938zm41.937 17.866c-4.386.02-4.386-3.54-4.386-4.106l-.007-13.336 2.675-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-10.846-2.18c.821 0 1.43-.047 1.855-.129v-2.719a6.334 6.334 0 0 0-1.574-.199c-.295 0-.596.021-.897.069a2.699 2.699 0 0 0-.814.24c-.24.116-.439.28-.582.491-.15.212-.219.335-.219.656 0 .628.219.991.616 1.23s.938.362 1.615.362zm-.233-9.7c.883 0 1.629.109 2.231.328.602.218 1.088.525 1.444.915.363.396.609.922.76 1.483.157.56.232 1.175.232 1.85v6.874c-.41.089-1.034.19-1.868.314-.834.123-1.772.185-2.813.185-.69 0-1.327-.069-1.895-.198a4.001 4.001 0 0 1-1.471-.636 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.803 0-.656.13-1.073.384-1.525.26-.45.608-.819 1.047-1.106.445-.287.95-.492 1.532-.615a8.8 8.8 0 0 1 1.82-.185 8.404 8.404 0 0 1 1.972.24v-.438c0-.307-.035-.6-.11-.874a1.88 1.88 0 0 0-.384-.73 1.784 1.784 0 0 0-.724-.493 3.164 3.164 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164a7.735 7.735 0 0 0-1.26.307l-.321-2.192c.335-.117.834-.233 1.478-.349a10.98 10.98 0 0 1 2.073-.178zm52.842 9.626c.822 0 1.43-.048 1.854-.13V13.7a6.347 6.347 0 0 0-1.574-.199c-.294 0-.595.021-.896.069a2.7 2.7 0 0 0-.814.24 1.46 1.46 0 0 0-.582.491c-.15.212-.218.335-.218.656 0 .628.218.991.615 1.23.404.245.938.362 1.615.362zm-.226-9.694c.883 0 1.629.108 2.231.327.602.219 1.088.526 1.444.915.355.39.609.923.759 1.483.158.56.233 1.175.233 1.852v6.873c-.41.088-1.034.19-1.868.314-.834.123-1.772.184-2.813.184-.69 0-1.327-.068-1.895-.198a4.001 4.001 0 0 1-1.471-.635 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.804 0-.656.13-1.073.384-1.524.26-.45.608-.82 1.047-1.107.445-.286.95-.491 1.532-.614a8.803 8.803 0 0 1 2.751-.13c.329.034.671.096 1.04.185v-.437a3.3 3.3 0 0 0-.109-.875 1.873 1.873 0 0 0-.384-.731 1.784 1.784 0 0 0-.724-.492 3.165 3.165 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164-.514.089-.938.191-1.26.307l-.321-2.193c.335-.116.834-.232 1.478-.348a11.633 11.633 0 0 1 2.073-.177zm-8.034-1.271a1.626 1.626 0 0 1-1.628-1.62c0-.895.725-1.62 1.628-1.62.904 0 1.63.725 1.63 1.62 0 .895-.733 1.62-1.63 1.62zm1.348 13.22h-2.689V7.27l2.69-.423v11.956zm-4.714 0c-4.386.02-4.386-3.54-4.386-4.107l-.008-13.336 2.676-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-8.698-5.903c0-1.156-.253-2.119-.746-2.788-.493-.677-1.183-1.01-2.067-1.01-.882 0-1.574.333-2.065 1.01-.493.676-.733 1.632-.733 2.788 0 1.168.246 1.953.74 2.63.492.683 1.183 1.018 2.066 1.018.882 0 1.574-.342 2.067-1.019.492-.683.738-1.46.738-2.63zm2.737-.007c0 .902-.13 1.584-.397 2.33a5.52 5.52 0 0 1-1.128 1.906 4.986 4.986 0 0 1-1.752 1.223c-.685.286-1.739.45-2.265.45-.528-.006-1.574-.157-2.252-.45a5.096 5.096 0 0 1-1.744-1.223c-.487-.527-.863-1.162-1.137-1.906a6.345 6.345 0 0 1-.41-2.33c0-.902.123-1.77.397-2.508a5.554 5.554 0 0 1 1.15-1.892 5.133 5.133 0 0 1 1.75-1.216c.679-.287 1.425-.423 2.232-.423.808 0 1.553.142 2.237.423.685.286 1.274.69 1.753 1.216a5.644 5.644 0 0 1 1.135 1.892c.287.738.431 1.606.431 2.508zm-20.138 0c0 1.12.246 2.363.738 2.882.493.52 1.13.78 1.91.78.424 0 .828-.062 1.204-.178.377-.116.677-.253.917-.417V9.33a10.476 10.476 0 0 0-1.766-.226c-.971-.028-1.71.37-2.23 1.004-.513.636-.773 1.75-.773 2.788zm7.438 5.274c0 1.824-.466 3.156-1.404 4.004-.936.846-2.367 1.27-4.296 1.27-.705 0-2.17-.137-3.34-.396l.431-2.118c.98.205 2.272.26 2.95.26 1.074 0 1.84-.219 2.299-.656.459-.437.684-1.086.684-1.948v-.437a8.07 8.07 0 0 1-1.047.397c-.43.13-.93.198-1.492.198-.739 0-1.41-.116-2.018-.349a4.206 4.206 0 0 1-1.567-1.025c-.431-.45-.774-1.017-1.013-1.694-.24-.677-.363-1.885-.363-2.773 0-.834.13-1.88.384-2.577.26-.696.629-1.298 1.129-1.796.493-.498 1.095-.881 1.8-1.162a6.605 6.605 0 0 1 2.428-.457c.87 0 1.67.109 2.45.24.78.129 1.444.265 1.985.415V18.17z' fill='%235468FF'/%3E%3Cpath d='M6.972 6.677v1.627c-.712-.446-1.52-.67-2.425-.67-.585 0-1.045.13-1.38.391a1.24 1.24 0 0 0-.502 1.03c0 .425.164.765.494 1.02.33.256.835.532 1.516.83.447.192.795.356 1.045.495.25.138.537.332.862.582.324.25.563.548.718.894.154.345.23.741.23 1.188 0 .947-.334 1.691-1.004 2.234-.67.542-1.537.814-2.601.814-1.18 0-2.16-.229-2.936-.686v-1.708c.84.628 1.814.942 2.92.942.585 0 1.048-.136 1.388-.407.34-.271.51-.646.51-1.125 0-.287-.1-.55-.302-.79-.203-.24-.42-.42-.655-.542-.234-.123-.585-.29-1.053-.503-.276-.127-.47-.218-.582-.271a13.67 13.67 0 0 1-.55-.287 4.275 4.275 0 0 1-.567-.351 6.92 6.92 0 0 1-.455-.4c-.18-.17-.31-.34-.39-.51-.08-.17-.155-.37-.224-.598a2.553 2.553 0 0 1-.104-.742c0-.915.333-1.638.998-2.17.664-.532 1.523-.798 2.576-.798.968 0 1.793.17 2.473.51zm7.468 5.696v-.287c-.022-.607-.187-1.088-.495-1.444-.309-.357-.75-.535-1.324-.535-.532 0-.99.194-1.373.583-.382.388-.622.949-.717 1.683h3.909zm1.005 2.792v1.404c-.596.34-1.383.51-2.362.51-1.255 0-2.255-.377-3-1.132-.744-.755-1.116-1.744-1.116-2.968 0-1.297.34-2.316 1.021-3.055.68-.74 1.548-1.11 2.6-1.11 1.033 0 1.852.323 2.458.966.606.644.91 1.572.91 2.784 0 .33-.033.676-.096 1.038h-5.314c.107.702.405 1.239.894 1.611.49.372 1.106.558 1.85.558.862 0 1.58-.202 2.155-.606zm6.605-1.77h-1.212c-.596 0-1.045.116-1.349.35-.303.234-.454.532-.454.894 0 .372.117.664.35.877.235.213.575.32 1.022.32.51 0 .912-.142 1.204-.424.293-.281.44-.651.44-1.108v-.91zm-4.068-2.554V9.325c.627-.361 1.457-.542 2.489-.542 2.116 0 3.175 1.026 3.175 3.08V17h-1.548v-.957c-.415.68-1.143 1.02-2.186 1.02-.766 0-1.38-.22-1.843-.661-.462-.442-.694-1.003-.694-1.684 0-.776.293-1.38.878-1.81.585-.431 1.404-.647 2.457-.647h1.34V11.8c0-.554-.133-.971-.399-1.253-.266-.282-.707-.423-1.324-.423a4.07 4.07 0 0 0-2.345.718zm9.333-1.93v1.42c.394-1 1.101-1.5 2.123-1.5.148 0 .313.016.494.048v1.531a1.885 1.885 0 0 0-.75-.143c-.542 0-.989.24-1.34.718-.351.479-.527 1.048-.527 1.707V17h-1.563V8.91h1.563zm5.01 4.084c.022.82.272 1.492.75 2.019.479.526 1.15.79 2.01.79.639 0 1.235-.176 1.788-.527v1.404c-.521.319-1.186.479-1.995.479-1.265 0-2.276-.4-3.031-1.197-.755-.798-1.133-1.792-1.133-2.984 0-1.16.38-2.151 1.14-2.975.761-.825 1.79-1.237 3.088-1.237.702 0 1.346.149 1.93.447v1.436a3.242 3.242 0 0 0-1.77-.495c-.84 0-1.513.266-2.019.798-.505.532-.758 1.213-.758 2.042zM40.24 5.72v4.579c.458-1 1.293-1.5 2.505-1.5.787 0 1.42.245 1.899.734.479.49.718 1.17.718 2.042V17h-1.564v-5.106c0-.553-.14-.98-.422-1.284-.282-.303-.652-.455-1.11-.455-.531 0-1.002.202-1.411.606-.41.405-.615 1.022-.615 1.851V17h-1.563V5.72h1.563zm14.966 10.02c.596 0 1.096-.253 1.5-.758.404-.506.606-1.157.606-1.955 0-.915-.202-1.62-.606-2.114-.404-.495-.92-.742-1.548-.742-.553 0-1.05.224-1.491.67-.442.447-.662 1.133-.662 2.058 0 .958.212 1.67.638 2.138.425.469.946.703 1.563.703zM53.004 5.72v4.42c.574-.894 1.388-1.341 2.44-1.341 1.022 0 1.857.383 2.506 1.149.649.766.973 1.781.973 3.047 0 1.138-.309 2.109-.925 2.912-.617.803-1.463 1.205-2.537 1.205-1.075 0-1.894-.447-2.457-1.34V17h-1.58V5.72h1.58zm9.908 11.104l-3.223-7.913h1.739l1.005 2.632 1.26 3.415c.096-.32.48-1.458 1.15-3.415l.909-2.632h1.66l-2.92 7.866c-.777 2.074-1.963 3.11-3.559 3.11a2.92 2.92 0 0 1-.734-.079v-1.34c.17.042.351.064.543.064 1.032 0 1.755-.57 2.17-1.708z' fill='%235D6494'/%3E%3Cpath d='M89.632 5.967v-.772a.978.978 0 0 0-.978-.977h-2.28a.978.978 0 0 0-.978.977v.793c0 .088.082.15.171.13a7.127 7.127 0 0 1 1.984-.28c.65 0 1.295.088 1.917.259.082.02.164-.04.164-.13m-6.248 1.01l-.39-.389a.977.977 0 0 0-1.382 0l-.465.465a.973.973 0 0 0 0 1.38l.383.383c.062.061.15.047.205-.014.226-.307.472-.601.746-.874.281-.28.568-.526.883-.751.068-.042.075-.137.02-.2m4.16 2.453v3.341c0 .096.104.165.192.117l2.97-1.537c.068-.034.089-.117.055-.184a3.695 3.695 0 0 0-3.08-1.866c-.068 0-.136.054-.136.13m0 8.048a4.489 4.489 0 0 1-4.49-4.482 4.488 4.488 0 0 1 4.49-4.482 4.488 4.488 0 0 1 4.489 4.482 4.484 4.484 0 0 1-4.49 4.482m0-10.85a6.363 6.363 0 1 0 0 12.729c3.518 0 6.372-2.85 6.372-6.368a6.358 6.358 0 0 0-6.371-6.36' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    text-indent: -9000px;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
}

/*!amis-v2:static/doc.css*/

@font-face {
    font-family: octicons-link;
    src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');
}

.amis-scope .markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    min-width: 200px;
    margin: 0 auto;
    padding: 25px 45px 45px;
}

.amis-scope .anchor {
    padding-top: 70px;
    margin-top: -70px;
}

.amis-scope .markdown-body a:not(.btn) {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.amis-scope .markdown-body a:active:not(.btn),
.amis-scope .markdown-body a:hover:not(.btn) {
    outline-width: 0;
}

.amis-scope .markdown-body strong {
    font-weight: inherit;
}

.amis-scope .markdown-body strong {
    font-weight: bolder;
}

.amis-scope .markdown-body>h1 {
    font-size: 32px;
    margin: 10.72px 0;
}

.amis-scope .markdown-body img {
    border-style: none;
}

.amis-scope .markdown-body svg:not(:root) {
    overflow: hidden;
    display: none;
    /* 新加的 */
}

.amis-scope .markdown-body code,
.amis-scope .markdown-body kbd,
.amis-scope .markdown-body pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.amis-scope .markdown-body hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.amis-scope .markdown-body input {
    font: inherit;
    margin: 0;
}

.amis-scope .markdown-body input {
    overflow: visible;
}

.amis-scope .markdown-body button:-moz-focusring,
.amis-scope .markdown-body [type=button]:-moz-focusring,
.amis-scope .markdown-body [type=reset]:-moz-focusring,
.amis-scope .markdown-body [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.amis-scope .markdown-body [type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.amis-scope .markdown-body table:not(.table) {
    border-spacing: 0;
    border-collapse: collapse;
}

.amis-scope .markdown-body table:not(.table) td,
.amis-scope .markdown-body table:not(.table) th {
    padding: 0;
}

.amis-scope .markdown-body * {
    box-sizing: border-box;
}

.amis-scope .markdown-body input {
    font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.amis-scope .markdown-body a:not(.btn) {
    color: #4078c0;
    text-decoration: none;
}

.amis-scope .markdown-body a:hover:not(.btn),
.amis-scope .markdown-body a:active:not(.btn) {
    color: #4078c0;
    text-decoration: underline;
}

.amis-scope .markdown-body hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.amis-scope .markdown-body hr::before {
    display: table;
    content: "";
}

.amis-scope .markdown-body hr::after {
    display: table;
    clear: both;
    content: "";
}

.amis-scope .markdown-body>h1,
.amis-scope .markdown-body>h2,
.amis-scope .markdown-body>h3,
.amis-scope .markdown-body>h4,
.amis-scope .markdown-body>h5,
.amis-scope .markdown-body>h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.amis-scope .markdown-body>h1 {
    font-size: 30px;
}

.amis-scope .markdown-body>h2 {
    font-size: 21px;
}

.amis-scope .markdown-body>h3 {
    font-size: 16px;
}

.amis-scope .markdown-body>h4 {
    font-size: 14px;
}

.amis-scope .markdown-body>h5 {
    font-size: 12px;
}

.amis-scope .markdown-body>h6 {
    font-size: 11px;
}

.amis-scope .markdown-body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.amis-scope .markdown-body blockquote {
    margin: 0;
}

.amis-scope .markdown-body ul,
.amis-scope .markdown-body ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.amis-scope .markdown-body ol ol,
.amis-scope .markdown-body ul ol {
    list-style-type: lower-roman;
}

.amis-scope .markdown-body ul ul ol,
.amis-scope .markdown-body ul ol ol,
.amis-scope .markdown-body ol ul ol,
.amis-scope .markdown-body ol ol ol {
    list-style-type: lower-alpha;
}

.amis-scope .markdown-body dd {
    margin-left: 0;
}

.amis-scope .markdown-body code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

.amis-scope .markdown-body pre {
    margin-top: 0;
    margin-bottom: 0;
    font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.amis-scope .markdown-body .pl-0 {
    padding-left: 0 !important;
}

.amis-scope .markdown-body .pl-1 {
    padding-left: 3px !important;
}

.amis-scope .markdown-body .pl-2 {
    padding-left: 6px !important;
}

.amis-scope .markdown-body .pl-3 {
    padding-left: 12px !important;
}

.amis-scope .markdown-body .pl-4 {
    padding-left: 24px !important;
}

.amis-scope .markdown-body .pl-5 {
    padding-left: 36px !important;
}

.amis-scope .markdown-body .pl-6 {
    padding-left: 48px !important;
}

.amis-scope .markdown-body .form-select::-ms-expand {
    opacity: 0;
}

.amis-scope .markdown-body:before {
    display: table;
    content: "";
}

.amis-scope .markdown-body:after {
    display: table;
    clear: both;
    content: "";
}

.amis-scope .markdown-body>:first-child {
    margin-top: 0 !important;
}

.amis-scope .markdown-body>:last-child {
    margin-bottom: 0 !important;
}

.amis-scope .markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.amis-scope .markdown-body .anchor {
    display: inline-block;
    padding-right: 2px;
    margin-left: -18px;
}

.amis-scope .markdown-body .anchor:focus {
    outline: 0;
}

.amis-scope .markdown-body>h1,
.amis-scope .markdown-body>h2,
.amis-scope .markdown-body>h3,
.amis-scope .markdown-body>h4,
.amis-scope .markdown-body>h5,
.amis-scope .markdown-body>h6 {
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.amis-scope .markdown-body>h1 .octicon-link,
.amis-scope .markdown-body>h2 .octicon-link,
.amis-scope .markdown-body>h3 .octicon-link,
.amis-scope .markdown-body>h4 .octicon-link,
.amis-scope .markdown-body>h5 .octicon-link,
.amis-scope .markdown-body>h6 .octicon-link {
    color: #000;
    vertical-align: middle;
    visibility: hidden;
}

.amis-scope .markdown-body>h1:hover .anchor,
.amis-scope .markdown-body>h2:hover .anchor,
.amis-scope .markdown-body>h3:hover .anchor,
.amis-scope .markdown-body>h4:hover .anchor,
.amis-scope .markdown-body>h5:hover .anchor,
.amis-scope .markdown-body>h6:hover .anchor {
    text-decoration: none;
}

.amis-scope .markdown-body>h1:hover .anchor .octicon-link,
.amis-scope .markdown-body>h2:hover .anchor .octicon-link,
.amis-scope .markdown-body>h3:hover .anchor .octicon-link,
.amis-scope .markdown-body>h4:hover .anchor .octicon-link,
.amis-scope .markdown-body>h5:hover .anchor .octicon-link,
.amis-scope .markdown-body>h6:hover .anchor .octicon-link {
    visibility: visible;
}

.amis-scope .markdown-body>h1 {
    padding-bottom: .3em;
    font-size: 2.25em;
    line-height: 1.2;
    border-bottom: 1px solid #dee5e7;
}

.amis-scope .markdown-body>h1 .anchor {
    line-height: 1;
}

.amis-scope .markdown-body>h2 {
    padding-bottom: .3em;
    font-size: 28px;
    line-height: 1.225;
    border-bottom: 1px solid #dee5e7;
}

.amis-scope .markdown-body>h2 .anchor {
    line-height: 1;
}

.amis-scope .markdown-body>h3 {
    font-size: 24px;
    line-height: 1.43;
}

.amis-scope .markdown-body>h3 .anchor {
    line-height: 1.2;
}

.amis-scope .markdown-body>h4 {
    font-size: 1.25em;
}

.amis-scope .markdown-body>h4 .anchor {
    line-height: 1.2;
}

.amis-scope .markdown-body>h5 {
    font-size: 1em;
}

.amis-scope .markdown-body>h5 .anchor {
    line-height: 1.1;
}

.amis-scope .markdown-body>h6 {
    font-size: 1em;
    color: #777;
}

.amis-scope .markdown-body h6 .anchor {
    line-height: 1.1;
}

.amis-scope .markdown-body p,
.amis-scope .markdown-body blockquote,
.amis-scope .markdown-body ul,
.amis-scope .markdown-body ol,
.amis-scope .markdown-body dl,
.amis-scope .markdown-body table,
.amis-scope .markdown-body pre {
    margin-top: 0;
    margin-bottom: 16px;
}

.amis-scope .markdown-body hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
}

.amis-scope .markdown-body ul:not(.dropdown-menu):not(.nav),
.amis-scope .markdown-body ol {
    padding-left: 32px;
}

.amis-scope .markdown-body ul ul,
.amis-scope .markdown-body ul ol,
.amis-scope .markdown-body ol ol,
.amis-scope .markdown-body ol ul {
    margin-top: 0;
    margin-bottom: 0;
}

.amis-scope .markdown-body li>p {
    margin-top: 16px;
}

.amis-scope .markdown-body dl {
    padding: 0;
}

.amis-scope .markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 700;
}

.amis-scope .markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

.amis-scope .markdown-body blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
}

.amis-scope .markdown-body blockquote>:first-child {
    margin-top: 0;
}

.amis-scope .markdown-body blockquote>:last-child {
    margin-bottom: 0;
}

.amis-scope .markdown-body table:not(.table) {
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
}

.amis-scope .markdown-body table:not(.table) th {
    font-weight: 700;
}

.amis-scope .markdown-body table:not(.table) th,
.amis-scope .markdown-body table:not(.table) td {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

.amis-scope .markdown-body table:not(.table) tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.amis-scope .markdown-body table:not(.table) tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.amis-scope .markdown-body img {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: content-box;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .3);
}

@media (min-width:1200px) {
    .amis-scope .markdown-body img {
        max-width: 800px;
    }
}

.amis-scope .markdown-body code {
    padding: 0;
    padding-top: 3.2px;
    padding-bottom: 3.2px;
    margin: 0;
    font-size: 85%;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 3px;
}

.amis-scope .markdown-body code:before,
.amis-scope .markdown-body code:after {
    letter-spacing: -3.2px;
    content: "\00a0";
}

.amis-scope .markdown-body pre>code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0;
}

.amis-scope .markdown-body .highlight {
    margin-bottom: 16px;
}

.amis-scope .markdown-body .highlight pre,
.amis-scope .markdown-body pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.amis-scope .markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal;
}

.amis-scope .markdown-body pre {
    word-wrap: normal;
}

.amis-scope .markdown-body pre code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}

.amis-scope .markdown-body pre code:before,
.amis-scope .markdown-body pre code:after {
    content: normal;
}

.amis-scope .markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.amis-scope .markdown-body .pl-c {
    color: #969896;
}

.amis-scope .markdown-body .pl-c1,
.amis-scope .markdown-body .pl-s .pl-v {
    color: #0086b3;
}

.amis-scope .markdown-body .pl-e,
.amis-scope .markdown-body .pl-en {
    color: #795da3;
}

.amis-scope .markdown-body .pl-s .pl-s1,
.amis-scope .markdown-body .pl-smi {
    color: #333;
}

.amis-scope .markdown-body .pl-ent {
    color: #63a35c;
}

.amis-scope .markdown-body .pl-k {
    color: #a71d5d;
}

.amis-scope .markdown-body .pl-pds,
.amis-scope .markdown-body .pl-s,
.amis-scope .markdown-body .pl-s .pl-pse .pl-s1,
.amis-scope .markdown-body .pl-sr,
.amis-scope .markdown-body .pl-sr .pl-cce,
.amis-scope .markdown-body .pl-sr .pl-sra,
.amis-scope .markdown-body .pl-sr .pl-sre {
    color: #183691;
}

.amis-scope .markdown-body .pl-v {
    color: #ed6a43;
}

.amis-scope .markdown-body .pl-id {
    color: #b52a1d;
}

.amis-scope .markdown-body .pl-ii {
    background-color: #b52a1d;
    color: #f8f8f8;
}

.amis-scope .markdown-body .pl-sr .pl-cce {
    color: #63a35c;
    font-weight: 700;
}

.amis-scope .markdown-body .pl-ml {
    color: #693a17;
}

.amis-scope .markdown-body .pl-mh,
.amis-scope .markdown-body .pl-mh .pl-en,
.amis-scope .markdown-body .pl-ms {
    color: #1d3e81;
    font-weight: 700;
}

.amis-scope .markdown-body .pl-mq {
    color: teal;
}

.amis-scope .markdown-body .pl-mi {
    color: #333;
    font-style: italic;
}

.amis-scope .markdown-body .pl-mb {
    color: #333;
    font-weight: 700;
}

.amis-scope .markdown-body .pl-md {
    background-color: #ffecec;
    color: #bd2c00;
}

.amis-scope .markdown-body .pl-mi1 {
    background-color: #eaffea;
    color: #55a532;
}

.amis-scope .markdown-body .pl-mdr {
    color: #795da3;
    font-weight: 700;
}

.amis-scope .markdown-body .pl-mo {
    color: #1d3e81;
}

.amis-scope .markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.amis-scope .markdown-body .full-commit .btn-outline:not(:disabled):hover {
    color: #4078c0;
    border: 1px solid #4078c0;
}

.amis-scope .markdown-body :checked+.radio-label {
    position: relative;
    z-index: 1;
    border-color: #4078c0;
}

.amis-scope .markdown-body .octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}

.amis-scope .markdown-body .task-list-item {
    list-style-type: none;
}

.amis-scope .markdown-body .task-list-item+.task-list-item {
    margin-top: 3px;
}

.amis-scope .markdown-body .task-list-item input {
    margin: 0 3.2px .25em -1.6em;
    vertical-align: middle;
}

.amis-scope .markdown-body hr {
    border-bottom-color: #eee;
}

.amis-scope .doc-play-ground {
    border: 1px solid #ddd;
    min-height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.amis-scope .doc-play-ground .nav-tabs {
    margin-bottom: 0;
}

.amis-scope .markdown-body .CodeMirror pre {
    padding: 0 4px;
    margin: 0;
    background-color: transparent;
}

.amis-scope .markdown-body .CodeMirror,
.amis-scope .markdown-body .CodeMirror * {
    box-sizing: content-box;
}

.amis-scope .markdown-body .CodeMirror-lines {
    padding: 0;
}

.amis-scope .markdown-body .tree-view ul {
    padding-left: 0 !important;
}

.amis-scope .markdown-body>.amis-preview {
    margin-bottom: 15px;
}

.amis-scope .amis-doc pre {
    margin-top: 15px;
}

/*!amis-v2:static/style.scss*/

.amis-scope .DocSearch {
    display: inline-flex;
    margin-top: 8px;
    background-color: #fff;
    border: 01px solid #cfdadd;
    border-radius: 02.272px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-size: 014px;
    width: 120px;
    transition: width 0.2s ease-in-out 0.1s;
}

.amis-scope .DocSearch input {
    outline: none;
    background: transparent;
    border: none;
    color: #58666e;
    width: 100%;
    height: 20px;
}

.amis-scope .DocSearch input::placeholder {
    color: #99a6ad;
    user-select: none;
}

.amis-scope .DocSearch>.algolia-autocomplete {
    flex-grow: 1;
}

.amis-scope .DocSearch-icon {
    display: flex;
    color: #999;
    align-items: center;
    margin-left: -4px;
    margin-right: 5px;
}

.amis-scope .DocSearch.is-focused {
    width: 200px;
    border-color: #23b7e5;
    box-shadow: none;
}

.amis-scope {
    font-family: "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.amis-scope .app-wrapper,
.amis-scope .amis-routes-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.amis-scope .navi ul.nav li.line {
    height: 1px;
}

.amis-scope .user-drop-down img {
    max-height: 40px;
}

.amis-scope .amis-tpl {
    word-wrap: break-word;
}

.amis-scope .amis-tpl a,
.amis-scope a.link {
    color: #23b7e5;
    text-decoration: none;
    cursor: pointer;
}

.amis-scope .amis-tpl a:hover,
.amis-scope a.link:hover {
    color: #23b7e5;
    text-decoration: underline;
}

.amis-scope .amis-tpl a.disabled,
.amis-scope a.link.disabled {
    pointer-events: none;
    color: #99a6ad;
}

.amis-scope .page-body .page-edit-btn {
    background: #f3f6f6;
    border-bottom: 1px dashed #dee5e7;
    text-align: right;
}

.amis-scope .page-body .page-edit-btn.fixed {
    background: transparent;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 50px;
}

.amis-scope .editor-header {
    position: relative;
    text-align: right;
}

.amis-scope .editor-header .navbar-brand {
    float: left !important;
}

.amis-scope .editor-header>.editor-preview {
    display: inline-block;
    line-height: 50px;
    margin-right: 15px;
    color: #c1c4c9;
}

.amis-scope .editor-header-btns {
    display: inline-block;
    white-space: nowrap;
}

.amis-scope .editor-header-btns>.btn-item {
    user-select: none;
    cursor: pointer;
    display: inline-block;
    border-left: 1px solid #595c65;
    line-height: 50px;
    padding: 0 20px;
    color: #c1c4c9;
}

.amis-scope .editor-header-btns>.btn-item>svg {
    display: inline-block;
    fill: #c1c4c9;
    width: 20px;
    position: relative;
    top: 4px;
}

.amis-scope .editor-header-btns>.btn-item:hover {
    color: #fff;
    background-color: #2e3243;
}

.amis-scope .editor-header-btns>.btn-item:hover>svg {
    fill: #fff;
}

.amis-scope .editor-header-btns>.btn-item.disabled {
    color: #8b8e99;
    pointer-events: none;
    cursor: default;
}

.amis-scope .editor-header-btns>.btn-item.disabled>svg {
    fill: #8b8e99;
}

.amis-scope .doc-shcema-preview-popover {
    box-shadow: none;
    margin-top: -1px;
    padding: 0 45px;
    left: 0 !important;
    width: 100%;
    z-index: 1;
    background: transparent;
    border: none;
}

.amis-scope .doc-shcema-preview-popover .doc-schema-preview {
    border: 1px solid #ddd;
    background: #f0f3f4;
    position: relative;
    height: 100%;
    width: 100%;
}

.amis-scope .ae-Editor.is-fixed .ae-Settings-inner .ae-Editor-config-tab>.tab-content,
.amis-scope .ae-Editor.is-fixed .ae-Settings-inner .ae-Editor-code-tab>.tab-content {
    bottom: 50px;
}

.amis-scope .editor-verions {
    max-height: 100%;
    overflow: auto;
}

.amis-scope .amis-v1-dialog-root {
    position: relative;
    z-index: 1200;
}

.amis-scope .notification-drop-down .badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px;
}

.amis-scope .notification-drop-down>.dropdown-menu>.panel {
    margin: -5px 0;
    border: none;
}

.amis-scope img.brand-logo {
    width: 50px;
    display: inline-block;
    margin-top: -8px;
}

.amis-scope {
    background-color: #f0f3f4;
    position: relative;
}

.amis-scope .app {
    padding-bottom: 0;
}