/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #585A6E; }

*,
*::before,
*::after {
    box-sizing: inherit; }

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent; }

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

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

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

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

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

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

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

input::-webkit-input-placeholder {
    color: #BABCCC; }

input:-ms-input-placeholder {
    color: #BABCCC; }

input::placeholder {
    color: #BABCCC; }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none; }

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

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none; }

a,
a.link-default {
    color: #00abe4;
    text-decoration: none; }
    a .glyphicon,
    a .fa,
    a.link-default .glyphicon,
    a.link-default .fa {
        font-style: normal; }
    a:hover,
    a.link-default:hover {
        color: #32ccff;
        text-decoration: underline; }

a.link-with-icon .glyphicon,
a.link-with-icon .fa {
    margin-right: 5px;
    text-decoration: none; }

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

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

.ani-spin::before {
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear; }

.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

.float-none {
    float: none !important; }

.popup {
    position: absolute; }
    .popup.top {
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
    .popup.right {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .popup.bottom {
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    .popup.left {
        -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
    .popup.top-left {
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); }
    .popup.top-right {
        -webkit-transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
                transform: translate(-100%, -100%); }
    .popup.bottom-left {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .popup.bottom-right {
        -webkit-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
    .popup.left-top {
        -webkit-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
    .popup.left-bottom {
        -webkit-transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
                transform: translate(-100%, -100%); }
    .popup.right-bottom {
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); }
    .popup.right-top {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.text-nowrap {
    white-space: nowrap !important; }

.bg-white {
    background-color: #fff !important; }

.pull-left {
    float: left !important; }

.pull-right {
    float: right !important; }

.block {
    display: block !important; }

.inline {
    display: inline !important; }

.inline-block {
    display: inline-block !important; }

.hidden, .hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.overflow-hidden {
    overflow: hidden; }

.overflow-visible {
    overflow: visible; }

.border {
    border: 1px solid #A2A4B3; }

.no-boder {
    border: none !important; }

.circle {
    border-radius: 100%; }

.border-top {
    border-top: 1px solid #A2A4B3; }

.m-top-lg {
    margin-top: 40px; }

.m-top-md {
    margin-top: 20px; }

.m-top-sm {
    margin-top: 10px; }

.m-top-xs {
    margin-top: 5px; }

.m-top-none {
    margin-top: 0; }

.border-right {
    border-right: 1px solid #A2A4B3; }

.m-right-lg {
    margin-right: 40px; }

.m-right-md {
    margin-right: 20px; }

.m-right-sm {
    margin-right: 10px; }

.m-right-xs {
    margin-right: 5px; }

.m-right-none {
    margin-right: 0; }

.border-bottom {
    border-bottom: 1px solid #A2A4B3; }

.m-bottom-lg {
    margin-bottom: 40px; }

.m-bottom-md {
    margin-bottom: 20px; }

.m-bottom-sm {
    margin-bottom: 10px; }

.m-bottom-xs {
    margin-bottom: 5px; }

.m-bottom-none {
    margin-bottom: 0; }

.border-left {
    border-left: 1px solid #A2A4B3; }

.m-left-lg {
    margin-left: 40px; }

.m-left-md {
    margin-left: 20px; }

.m-left-sm {
    margin-left: 10px; }

.m-left-xs {
    margin-left: 5px; }

.m-left-none {
    margin-left: 0; }

.margin-lg {
    margin: 40px !important; }

.margin-md {
    margin: 20px !important; }

.margin-sm {
    margin: 10px !important; }

.margin-xs {
    margin: 5px !important; }

.no-margin {
    margin: 0 !important; }

.padding-lg {
    padding: 40px !important; }

.padding-md {
    padding: 20px !important; }

.padding-sm {
    padding: 10px !important; }

.padding-xs {
    padding: 5px !important; }

.no-padding {
    padding: 0 !important; }

.paddingLR-lg {
    padding: 0 40px; }

.paddingLR-md {
    padding: 0 20px; }

.paddingLR-sm {
    padding: 0 10px; }

.paddingLR-xs {
    padding: 0 5px; }

.paddingTB-lg {
    padding: 40px 0; }

.paddingTB-md {
    padding: 20px 0; }

.paddingTB-sm {
    padding: 10px 0; }

.paddingTB-xs {
    padding: 5px 0; }

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.font-normal {
    font-weight: normal !important; }

.middle {
    vertical-align: middle; }

.relative {
    position: relative; }

.scrollable {
    overflow-y: auto; }

.text-shadow-white {
    text-shadow: 0 1px 0 #fff; }

.text-white {
    color: #fff; }

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

.roo-text-left {
    text-align: left; }

.roo-text-right {
    text-align: right; }

.width-100 {
    width: 100%; }

.clearfix::after {
    display: block;
    clear: both;
    content: ""; }

.overflow-hidden {
    overflow: hidden !important; }

.cursor-pointer {
    cursor: pointer; }

@font-face {
    font-family: "roo-icon";
    src: url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-09b3480086.eot);
    src: url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-09b3480086.eot?#iefix) format("eot"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-5c792af91b.woff2) format("woff2"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-d7489bc5c3.woff) format("woff"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-d7ccf14f60.ttf) format("truetype"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/images/roo-icon-1b0ae0ab0e.svg#roo-icon) format("svg");
    font-weight: normal;
    font-style: normal; }

.roo-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle; }

.roo-icon:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "roo-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }

.roo-icon-arrow-down:before {
    content: "\EA01"; }

.roo-icon-arrow-left:before {
    content: "\EA02"; }

.roo-icon-arrow-right:before {
    content: "\EA03"; }

.roo-icon-arrow-up:before {
    content: "\EA04"; }

.roo-icon-calendar:before {
    content: "\EA05"; }

.roo-icon-car:before {
    content: "\EA06"; }

.roo-icon-check-circle-o:before {
    content: "\EA07"; }

.roo-icon-check-circle:before {
    content: "\EA08"; }

.roo-icon-check-square:before {
    content: "\EA09"; }

.roo-icon-check:before {
    content: "\EA0A"; }

.roo-icon-chevron-down:before {
    content: "\EA0B"; }

.roo-icon-chevron-left:before {
    content: "\EA0C"; }

.roo-icon-chevron-right:before {
    content: "\EA0D"; }

.roo-icon-chevron-up:before {
    content: "\EA0E"; }

.roo-icon-circle-o:before {
    content: "\EA0F"; }

.roo-icon-close:before {
    content: "\EA10"; }

.roo-icon-count:before {
    content: "\EA11"; }

.roo-icon-countdown:before {
    content: "\EA12"; }

.roo-icon-dispraise-fill:before {
    content: "\EA13"; }

.roo-icon-dispraise:before {
    content: "\EA14"; }

.roo-icon-dot-circle-o:before {
    content: "\EA15"; }

.roo-icon-double-left:before {
    content: "\EA16"; }

.roo-icon-double-right:before {
    content: "\EA17"; }

.roo-icon-down:before {
    content: "\EA18"; }

.roo-icon-download:before {
    content: "\EA19"; }

.roo-icon-edit:before {
    content: "\EA1A"; }

.roo-icon-ellipsis:before {
    content: "\EA1B"; }

.roo-icon-emotion:before {
    content: "\EA1C"; }

.roo-icon-exclamation-circle:before {
    content: "\EA1D"; }

.roo-icon-export:before {
    content: "\EA1E"; }

.roo-icon-expression:before {
    content: "\EA1F"; }

.roo-icon-file-text:before {
    content: "\EA20"; }

.roo-icon-file:before {
    content: "\EA21"; }

.roo-icon-flag:before {
    content: "\EA22"; }

.roo-icon-gear:before {
    content: "\EA23"; }

.roo-icon-home:before {
    content: "\EA24"; }

.roo-icon-info-circle-o:before {
    content: "\EA25"; }

.roo-icon-info-circle:before {
    content: "\EA26"; }

.roo-icon-info:before {
    content: "\EA27"; }

.roo-icon-left:before {
    content: "\EA28"; }

.roo-icon-loading:before {
    content: "\EA29"; }

.roo-icon-lock:before {
    content: "\EA2A"; }

.roo-icon-minus-square-o:before {
    content: "\EA2B"; }

.roo-icon-minus:before {
    content: "\EA2C"; }

.roo-icon-msg-fill:before {
    content: "\EA2D"; }

.roo-icon-ok:before {
    content: "\EA2E"; }

.roo-icon-percentage:before {
    content: "\EA2F"; }

.roo-icon-play-circle:before {
    content: "\EA30"; }

.roo-icon-plus-circle:before {
    content: "\EA31"; }

.roo-icon-plus:before {
    content: "\EA32"; }

.roo-icon-praise-fill:before {
    content: "\EA33"; }

.roo-icon-praise:before {
    content: "\EA34"; }

.roo-icon-question-o:before {
    content: "\EA35"; }

.roo-icon-question:before {
    content: "\EA36"; }

.roo-icon-question2:before {
    content: "\EA37"; }

.roo-icon-right:before {
    content: "\EA38"; }

.roo-icon-sad:before {
    content: "\EA39"; }

.roo-icon-safeguard:before {
    content: "\EA3A"; }

.roo-icon-save:before {
    content: "\EA3B"; }

.roo-icon-search:before {
    content: "\EA3C"; }

.roo-icon-smile:before {
    content: "\EA3D"; }

.roo-icon-sort-toggle:before {
    content: "\EA3E"; }

.roo-icon-square:before {
    content: "\EA3F"; }

.roo-icon-star-fill:before {
    content: "\EA40"; }

.roo-icon-star:before {
    content: "\EA41"; }

.roo-icon-time:before {
    content: "\EA42"; }

.roo-icon-times-circle-o:before {
    content: "\EA43"; }

.roo-icon-times-circle:before {
    content: "\EA44"; }

.roo-icon-times:before {
    content: "\EA45"; }

.roo-icon-trash-o:before {
    content: "\EA46"; }

.roo-icon-up:before {
    content: "\EA47"; }

.roo-icon-upload:before {
    content: "\EA48"; }

.roo-icon-user:before {
    content: "\EA49"; }

.roo-icon-volume-up:before {
    content: "\EA4A"; }

.roo-icon-warning:before {
    content: "\EA4B"; }

@charset "UTF-8";
/*
---------------
按钮样式
---------------
*/
.roo-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0 16.1px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-btn:hover, .roo-btn:focus {
        text-decoration: none; }
    .roo-btn:focus, .roo-btn.focus {
        outline: 0; }
    .roo-btn.disabled, .roo-btn:disabled {
        color: #BABCCC !important;
        background-color: #F7F8FA !important;
        border-color: #E9EAF2 !important;
        cursor: not-allowed; }
    .roo-btn:not(:disabled):not(.disabled) {
        cursor: pointer; }
    .roo-btn a.roo-btn.disabled,
    .roo-btn fieldset:disabled a.roo-btn {
        pointer-events: none; }
    .roo-btn.roo-btn-stable {
        width: 100px; }
    .roo-btn.roo-btn-primary {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4; }
        .roo-btn.roo-btn-primary:hover {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-primary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-primary.dropdown-toggle {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-secondary {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4; }
        .roo-btn.roo-btn-secondary:hover {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-secondary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-brand {
        color: #585A6E;
        background-color: #FFD161;
        border-color: #FFD161; }
        .roo-btn.roo-btn-brand:hover {
            color: #585A6E;
            background-color: rgba(255, 209, 97, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-brand:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-brand.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(255, 209, 97, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-success {
        color: #fff;
        background-color: #63D29D;
        border-color: #63D29D; }
        .roo-btn.roo-btn-success:hover {
            color: #fff;
            background-color: rgba(99, 210, 157, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-success:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-success.dropdown-toggle {
            color: #fff;
            background-color: rgba(99, 210, 157, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8; }
        .roo-btn.roo-btn-info:hover {
            color: #fff;
            background-color: rgba(23, 162, 184, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-info:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-info.dropdown-toggle {
            color: #fff;
            background-color: rgba(23, 162, 184, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-warning {
        color: #fff;
        background-color: #F8B500;
        border-color: #F8B500; }
        .roo-btn.roo-btn-warning:hover {
            color: #585A6E;
            background-color: rgba(248, 181, 0, 0.8);
            border-color: transparent;
            color: #fff; }
        .roo-btn.roo-btn-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-warning:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-warning.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(248, 181, 0, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-danger {
        color: #fff;
        background-color: #F76C6C;
        border-color: #F76C6C; }
        .roo-btn.roo-btn-danger:hover {
            color: #fff;
            background-color: rgba(247, 108, 108, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-danger:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-danger.dropdown-toggle {
            color: #fff;
            background-color: rgba(247, 108, 108, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-light {
        color: #585A6E;
        background-color: #fff;
        border-color: #fff; }
        .roo-btn.roo-btn-light:hover {
            color: #585A6E;
            background-color: rgba(255, 255, 255, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-light:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-light.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(255, 255, 255, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-dark {
        color: #fff;
        background-color: #585A6E;
        border-color: #585A6E; }
        .roo-btn.roo-btn-dark:hover {
            color: #fff;
            background-color: rgba(88, 90, 110, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-dark:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-dark.dropdown-toggle {
            color: #fff;
            background-color: rgba(88, 90, 110, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-outline-primary {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-outline-primary:hover {
            border-color: #00abe4; }
        .roo-btn.roo-btn-outline-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-primary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-primary.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
    .roo-btn.roo-btn-outline-secondary {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-outline-secondary:hover {
            border-color: #00abe4; }
        .roo-btn.roo-btn-outline-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-secondary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-secondary.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
    .roo-btn.roo-btn-outline-brand {
        color: #FFD161;
        background-color: #fff;
        background-image: none;
        border-color: #FFD161;
        color: #FFD161; }
        .roo-btn.roo-btn-outline-brand:hover {
            border-color: rgba(255, 209, 97, 0.8);
            color: rgba(255, 209, 97, 0.8); }
        .roo-btn.roo-btn-outline-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-brand:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-brand.dropdown-toggle {
            border-color: rgba(255, 209, 97, 0.8); }
    .roo-btn.roo-btn-outline-success {
        color: #63D29D;
        background-color: #fff;
        background-image: none;
        border-color: rgba(99, 210, 157, 0.3); }
        .roo-btn.roo-btn-outline-success:hover {
            border-color: #63D29D; }
        .roo-btn.roo-btn-outline-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-success:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-success.dropdown-toggle {
            border-color: rgba(99, 210, 157, 0.8); }
    .roo-btn.roo-btn-outline-info {
        color: #17a2b8;
        background-color: #fff;
        background-image: none;
        border-color: rgba(23, 162, 184, 0.3); }
        .roo-btn.roo-btn-outline-info:hover {
            border-color: #17a2b8; }
        .roo-btn.roo-btn-outline-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-info.dropdown-toggle {
            border-color: rgba(23, 162, 184, 0.8); }
    .roo-btn.roo-btn-outline-warning {
        color: #F8B500;
        background-color: #fff;
        background-image: none;
        border-color: rgba(248, 181, 0, 0.3); }
        .roo-btn.roo-btn-outline-warning:hover {
            border-color: #F8B500; }
        .roo-btn.roo-btn-outline-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-warning:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-warning.dropdown-toggle {
            border-color: rgba(248, 181, 0, 0.8); }
    .roo-btn.roo-btn-outline-danger {
        color: #F76C6C;
        background-color: #fff;
        background-image: none;
        border-color: rgba(247, 108, 108, 0.3); }
        .roo-btn.roo-btn-outline-danger:hover {
            border-color: #F76C6C; }
        .roo-btn.roo-btn-outline-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-danger:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-danger.dropdown-toggle {
            border-color: rgba(247, 108, 108, 0.8); }
    .roo-btn.roo-btn-outline-light {
        color: #fff;
        background-color: #fff;
        background-image: none;
        border-color: rgba(255, 255, 255, 0.3); }
        .roo-btn.roo-btn-outline-light:hover {
            border-color: #fff; }
        .roo-btn.roo-btn-outline-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-light:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-light.dropdown-toggle {
            border-color: rgba(255, 255, 255, 0.8); }
    .roo-btn.roo-btn-outline-dark {
        color: #585A6E;
        background-color: #fff;
        background-image: none;
        border-color: rgba(88, 90, 110, 0.3); }
        .roo-btn.roo-btn-outline-dark:hover {
            border-color: #585A6E; }
        .roo-btn.roo-btn-outline-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-dark:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-dark.dropdown-toggle {
            border-color: rgba(88, 90, 110, 0.8); }
    .roo-btn.roo-btn-default {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-default:hover {
            background: white; }
        .roo-btn.roo-btn-default:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-default.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-primary {
            color: #00abe4;
            background-color: #fff;
            background-image: none;
            border-color: rgba(0, 171, 228, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-primary:hover {
                border-color: #00abe4; }
            .roo-btn.roo-btn-default.roo-btn-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-primary:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-primary.dropdown-toggle {
                border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-secondary {
            color: #00abe4;
            background-color: #fff;
            background-image: none;
            border-color: rgba(0, 171, 228, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-secondary:hover {
                border-color: #00abe4; }
            .roo-btn.roo-btn-default.roo-btn-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-secondary:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-secondary.dropdown-toggle {
                border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-brand {
            color: #FFD161;
            background-color: #fff;
            background-image: none;
            border-color: #FFD161;
            color: #FFD161; }
            .roo-btn.roo-btn-default.roo-btn-brand:hover {
                border-color: rgba(255, 209, 97, 0.8);
                color: rgba(255, 209, 97, 0.8); }
            .roo-btn.roo-btn-default.roo-btn-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-brand:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-brand.dropdown-toggle {
                border-color: rgba(255, 209, 97, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-success {
            color: #63D29D;
            background-color: #fff;
            background-image: none;
            border-color: rgba(99, 210, 157, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-success:hover {
                border-color: #63D29D; }
            .roo-btn.roo-btn-default.roo-btn-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-success:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-success.dropdown-toggle {
                border-color: rgba(99, 210, 157, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-info {
            color: #17a2b8;
            background-color: #fff;
            background-image: none;
            border-color: rgba(23, 162, 184, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-info:hover {
                border-color: #17a2b8; }
            .roo-btn.roo-btn-default.roo-btn-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-info:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-info.dropdown-toggle {
                border-color: rgba(23, 162, 184, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-warning {
            color: #F8B500;
            background-color: #fff;
            background-image: none;
            border-color: rgba(248, 181, 0, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-warning:hover {
                border-color: #F8B500; }
            .roo-btn.roo-btn-default.roo-btn-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-warning:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-warning.dropdown-toggle {
                border-color: rgba(248, 181, 0, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-danger {
            color: #F76C6C;
            background-color: #fff;
            background-image: none;
            border-color: rgba(247, 108, 108, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-danger:hover {
                border-color: #F76C6C; }
            .roo-btn.roo-btn-default.roo-btn-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-danger:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-danger.dropdown-toggle {
                border-color: rgba(247, 108, 108, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-light {
            color: #fff;
            background-color: #fff;
            background-image: none;
            border-color: rgba(255, 255, 255, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-light:hover {
                border-color: #fff; }
            .roo-btn.roo-btn-default.roo-btn-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-light:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-light.dropdown-toggle {
                border-color: rgba(255, 255, 255, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-dark {
            color: #585A6E;
            background-color: #fff;
            background-image: none;
            border-color: rgba(88, 90, 110, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-dark:hover {
                border-color: #585A6E; }
            .roo-btn.roo-btn-default.roo-btn-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-dark:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-dark.dropdown-toggle {
                border-color: rgba(88, 90, 110, 0.8); }
    .roo-btn.roo-btn-dropdown {
        width: 100%;
        text-align-last: left;
        border-color: #A2A4B3;
        color: #585A6E; }
    .roo-btn.roo-btn-link {
        font-weight: 400;
        color: #00abe4;
        background-color: transparent; }
        .roo-btn.roo-btn-link:hover {
            color: rgba(0, 171, 228, 0.7);
            text-decoration: none;
            background-color: transparent;
            border-color: transparent; }
        .roo-btn.roo-btn-link:focus, .roo-btn.roo-btn-link.focus {
            text-decoration: none;
            border-color: transparent;
            box-shadow: none; }
        .roo-btn.roo-btn-link:disabled, .roo-btn.roo-btn-link.disabled {
            color: #E9EAF2;
            pointer-events: none;
            border-color: transparent !important;
            background-color: transparent !important; }
    .roo-btn.roo-btn-link-brand {
        color: #FFD161; }
    .roo-btn.roo-btn-dashed {
        border-style: dashed; }
    .roo-btn.roo-btn-lg {
        padding: 0 16.1px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 2px; }
        .roo-btn.roo-btn-lg.roo-btn-stable {
            width: 120px; }
    .roo-btn.roo-btn-sm {
        padding: 0 12px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 2px; }
        .roo-btn.roo-btn-sm.roo-btn-stable {
            width: 80px; }
    .roo-btn.roo-btn-xs {
        padding: 0 12px;
        font-size: 12px;
        line-height: 26px;
        border-radius: 2px; }
        .roo-btn.roo-btn-xs.roo-btn-stable {
            width: 80px; }
    .roo-btn.roo-btn-block {
        display: block;
        width: 100%; }
        .roo-btn.roo-btn-block + .roo-btn-block {
            margin-top: 8px; }
    .roo-btn.roo-btn-weaken {
        border-color: rgba(0, 171, 228, 0.1); }
    .roo-btn input[type="submit"].roo-btn-block,
    .roo-btn input[type="reset"].roo-btn-block,
    .roo-btn input[type="button"].roo-btn-block {
        width: 100%; }
    .roo-btn .roo-icon {
        display: inline-block;
        margin-right: 5px;
        font-style: normal;
        font-size: 1.2em; }
        .roo-btn .roo-icon.roo-icon-loading {
            font-size: 1em; }

.roo-btn .roo-icon:only-child {
    margin: 0; }

.roo-btn-upload {
    position: relative;
    overflow: hidden; }
    .roo-btn-upload input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        text-indent: -400px;
        cursor: pointer; }

.roo-btn-radio-group .roo-btn {
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.roo-btn-radio-group.roo-btn-group .roo-btn:first-child {
    margin-left: 0; }

.roo-btn-radio-group .roo-btn.disabled, .roo-btn-radio-group .roo-btn:disabled {
    z-index: 1; }

.roo-btn-radio-group .roo-btn-radio-active {
    border: 1px solid rgba(0, 171, 228, 0.9);
    z-index: 3;
    margin-left: -1px; }
    .roo-btn-radio-group .roo-btn-radio-active.roo-btn.disabled, .roo-btn-radio-group .roo-btn-radio-active .roo-btn:disabled {
        background-color: rgba(0, 171, 228, 0.1) !important;
        color: #fff !important; }

.roo-btn-group {
    display: inline-block; }
    .roo-btn-group .roo-btn {
        position: relative; }
        .roo-btn-group .roo-btn:not(:first-child):not(:last-child) {
            border-radius: 0; }
        .roo-btn-group .roo-btn:first-child {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0; }
        .roo-btn-group .roo-btn:last-child {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0; }
    .roo-btn-group .roo-btn-outline-brand:hover {
        z-index: 2; }
    .roo-btn-group .roo-btn-default:not(:first-child) {
        margin-left: -1px; }
    .roo-btn-group .roo-btn-default:hover {
        z-index: 2; }

@charset "UTF-8";html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}*{-webkit-tap-highlight-color:transparent}body{font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Heiti SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-weight:400;font-size:14px;line-height:1.57143;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.84);margin:0;text-size-adjust:100%}code,pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}li,ul{list-style:none;padding:0;margin:0}button,input{overflow:visible;padding:0;font-family:inherit}input::-ms-clear,input::-ms-reveal{display:none}::-webkit-input-placeholder{color:rgba(0,0,0,.24)}:-ms-input-placeholder{color:rgba(0,0,0,.24)}::placeholder{color:rgba(0,0,0,.24)}::-webkit-input-placeholder{color:rgba(0,0,0,.24)}::-moz-placeholder{color:rgba(0,0,0,.24)}:-ms-input-placeholder{color:rgba(0,0,0,.24)}[role=button],[role=menuitem],input,textarea{outline:0}button,select{text-transform:none}a{color:#0a70f5;background-color:transparent;-webkit-text-decoration-skip:objects;transition:color .3s;text-decoration:none}a.hover,a:hover{color:#2a8efe;text-decoration:underline}a.active,a:active{color:#bae2ff}a[disabled]{color:rgba(0,0,0,.36);cursor:not-allowed;pointer-events:none}.mtd-lock-scroll{overflow:hidden}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */a{background-color:transparent}button,input,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}
@charset "UTF-8";@font-face{font-family:mtdicon;src:url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/iconfont-3cd973d61c.ttf);src:url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/iconfont-3cd973d61c.ttf) format("truetype"),url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/iconfont-6062575886.woff) format("woff"),url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/images/iconfont-fbd4cae596.svg#mtdicon) format("svg")}.mtdicon-more-circle-o-fill:before{content:"\e751"}.mtdicon-more-circle-fill:before{content:"\e750"}.mtdicon-unlink:before{content:"\e74f"}.mtdicon-meetingroom-fill:before{content:"\e74d"}.mtdicon-provisional:before{content:"\e74e"}.mtdicon-cycle:before{content:"\e74b"}.mtdicon-meetingroom:before{content:"\e74c"}.mtdicon-icon-test:before{content:"\e74a"}.mtdicon-id-card-fill:before{content:"\e747"}.mtdicon-dislike-fill:before{content:"\e748"}.mtdicon-dislike:before{content:"\e749"}.mtdicon-airplayvideo:before{content:"\e746"}.mtdicon-volumefill:before{content:"\e735"}.mtdicon-volume:before{content:"\e73d"}.mtdicon-volumeslashfill:before{content:"\e73e"}.mtdicon-volume2fill:before{content:"\e73f"}.mtdicon-volumeslash:before{content:"\e740"}.mtdicon-volume3:before{content:"\e741"}.mtdicon-volume1:before{content:"\e742"}.mtdicon-volume2:before{content:"\e743"}.mtdicon-volume1fill:before{content:"\e744"}.mtdicon-volume3fill:before{content:"\e745"}.mtdicon-at:before{content:"\e6da"}.mtdicon-briefcasefill:before{content:"\e73b"}.mtdicon-briefcase:before{content:"\e73c"}.mtdicon-review:before{content:"\e739"}.mtdicon-reviewfill:before{content:"\e73a"}.mtdicon-folderlist:before{content:"\e737"}.mtdicon-folderlistfill:before{content:"\e738"}.mtdicon-videofill:before{content:"\e733"}.mtdicon-video1:before{content:"\e736"}.mtdicon-cancel-circle-fill:before{content:"\e734"}.mtdicon-unbell:before{content:"\e732"}.mtdicon-nonetwork:before{content:"\e731"}.mtdicon-android:before{content:"\e72f"}.mtdicon-apple:before{content:"\e730"}.mtdicon-wechatpay:before{content:"\e72d"}.mtdicon-dropbox:before{content:"\e720"}.mtdicon-chrome:before{content:"\e721"}.mtdicon-github:before{content:"\e722"}.mtdicon-google:before{content:"\e723"}.mtdicon-ie:before{content:"\e724"}.mtdicon-facebook:before{content:"\e725"}.mtdicon-twitter:before{content:"\e726"}.mtdicon-html:before{content:"\e727"}.mtdicon-alipay:before{content:"\e728"}.mtdicon-slack:before{content:"\e729"}.mtdicon-weibo:before{content:"\e72a"}.mtdicon-amazon:before{content:"\e72b"}.mtdicon-qq:before{content:"\e72c"}.mtdicon-wechat:before{content:"\e72e"}.mtdicon-more-circle:before{content:"\e71e"}.mtdicon-cancel-circle:before{content:"\e71f"}.mtdicon-header-column:before{content:"\e71b"}.mtdicon-insert-column-left:before{content:"\e71c"}.mtdicon-header-line:before{content:"\e71d"}.mtdicon-add-message:before{content:"\e719"}.mtdicon-add-message-fill:before{content:"\e71a"}.mtdicon-flame-fill:before{content:"\e717"}.mtdicon-flame:before{content:"\e718"}.mtdicon-badge:before{content:"\e6fb"}.mtdicon-jigsaw:before{content:"\e6f5"}.mtdicon-bolt-fill:before{content:"\e6f8"}.mtdicon-bolt:before{content:"\e6fa"}.mtdicon-jigsaw-fill:before{content:"\e700"}.mtdicon-bar-chart-fill:before{content:"\e6ef"}.mtdicon-alphabetically:before{content:"\e6f0"}.mtdicon-bell-slash-fill:before{content:"\e6f1"}.mtdicon-bar-chart:before{content:"\e6f2"}.mtdicon-demonstration:before{content:"\e6f3"}.mtdicon-funnel-chart-fill:before{content:"\e6f4"}.mtdicon-adaptation-screen:before{content:"\e6f6"}.mtdicon-floor-fill:before{content:"\e6f7"}.mtdicon-education:before{content:"\e6f9"}.mtdicon-nosign:before{content:"\e6fc"}.mtdicon-funnel-chart:before{content:"\e6fd"}.mtdicon-laser-pen:before{content:"\e6fe"}.mtdicon-education-fill:before{content:"\e6ff"}.mtdicon-log-out:before{content:"\e701"}.mtdicon-paperplane:before{content:"\e702"}.mtdicon-globe:before{content:"\e703"}.mtdicon-keyboard:before{content:"\e704"}.mtdicon-paperplane-fill:before{content:"\e705"}.mtdicon-shield:before{content:"\e706"}.mtdicon-id-card:before{content:"\e707"}.mtdicon-shield-success-fill:before{content:"\e708"}.mtdicon-floor:before{content:"\e709"}.mtdicon-qrcode:before{content:"\e70a"}.mtdicon-table:before{content:"\e70b"}.mtdicon-monitor:before{content:"\e70c"}.mtdicon-original:before{content:"\e70d"}.mtdicon-square-stack-up-fill:before{content:"\e70e"}.mtdicon-phone:before{content:"\e70f"}.mtdicon-table-fill:before{content:"\e710"}.mtdicon-shield-success:before{content:"\e711"}.mtdicon-shield-fill:before{content:"\e712"}.mtdicon-slider-settings:before{content:"\e713"}.mtdicon-square-stack-up:before{content:"\e714"}.mtdicon-trophy:before{content:"\e715"}.mtdicon-trophy-fill:before{content:"\e716"}.mtdicon-annex:before{content:"\e6ee"}.mtdicon-quote:before{content:"\e6ed"}.mtdicon-like:before{content:"\e6eb"}.mtdicon-like-fill:before{content:"\e6ec"}.mtdicon-collapse:before{content:"\e6ad"}.mtdicon-expand:before{content:"\e6af"}.mtdicon-compress:before{content:"\e6ea"}.mtdicon-checkmini:before{content:"\e6e6"}.mtdicon-warningmini:before{content:"\e6e7"}.mtdicon-closemini:before{content:"\e6e8"}.mtdicon-questionmini:before{content:"\e6e9"}.mtdicon-handle:before{content:"\e6e5"}.mtdicon-point:before{content:"\e6e4"}.mtdicon-check-thick:before{content:"\e6e3"}.mtdicon-left-thick:before{content:"\e69b"}.mtdicon-right-thick:before{content:"\e69f"}.mtdicon-up-thick:before{content:"\e6ba"}.mtdicon-down-thick:before{content:"\e6ce"}.mtdicon-newfolde:before{content:"\e6e2"}.mtdicon-history:before{content:"\e6e1"}.mtdicon-unlock-fill:before{content:"\e6e0"}.mtdicon-originalsize:before{content:"\e6df"}.mtdicon-redo:before{content:"\e6de"}.mtdicon-unlock:before{content:"\e6dd"}.mtdicon-template:before{content:"\e6dc"}.mtdicon-printing:before{content:"\e6db"}.mtdicon-edit:before{content:"\e6d9"}.mtdicon-top:before{content:"\e6d5"}.mtdicon-radio-unchecked:before{content:"\e6c8"}.mtdicon-more:before{content:"\e6c6"}.mtdicon-enlarge:before{content:"\e677"}.mtdicon-search:before{content:"\e6b5"}.mtdicon-micrify:before{content:"\e6c3"}.mtdicon-insert-row-down:before{content:"\e66a"}.mtdicon-file-import:before{content:"\e65f"}.mtdicon-file-import-fill:before{content:"\e661"}.mtdicon-insert-column-right:before{content:"\e664"}.mtdicon-insert-row-up:before{content:"\e667"}.mtdicon-sort:before{content:"\e6bf"}.mtdicon-h1:before{content:"\e6a5"}.mtdicon-h2:before{content:"\e6bc"}.mtdicon-avatar-fill:before{content:"\e63b"}.mtdicon-bankcard:before{content:"\e641"}.mtdicon-avatar-add-fill:before{content:"\e643"}.mtdicon-delete:before{content:"\e647"}.mtdicon-copy:before{content:"\e648"}.mtdicon-meh:before{content:"\e64b"}.mtdicon-visibility-on-fill:before{content:"\e68d"}.mtdicon-invoice:before{content:"\e696"}.mtdicon-sad:before{content:"\e698"}.mtdicon-bank-card-fill:before{content:"\e699"}.mtdicon-info-circle:before{content:"\e694"}.mtdicon-add-square-o:before{content:"\e687"}.mtdicon-checkbox-indetermina-o:before{content:"\e688"}.mtdicon-checkbox-indetermina:before{content:"\e689"}.mtdicon-add-square-fill:before{content:"\e68a"}.mtdicon-load:before{content:"\e650"}.mtdicon-avatar-add:before{content:"\e64d"}.mtdicon-comment-fill:before{content:"\e671"}.mtdicon-fabulous:before{content:"\e672"}.mtdicon-camera:before{content:"\e673"}.mtdicon-avatar-group:before{content:"\e674"}.mtdicon-contacts:before{content:"\e675"}.mtdicon-folder-fill:before{content:"\e678"}.mtdicon-mosaic:before{content:"\e679"}.mtdicon-file:before{content:"\e67a"}.mtdicon-file-send:before{content:"\e67b"}.mtdicon-file-export:before{content:"\e67c"}.mtdicon-play:before{content:"\e67d"}.mtdicon-lookup:before{content:"\e67e"}.mtdicon-rotate:before{content:"\e67f"}.mtdicon-tailoring:before{content:"\e680"}.mtdicon-folder:before{content:"\e681"}.mtdicon-shape:before{content:"\e682"}.mtdicon-schedule:before{content:"\e683"}.mtdicon-picture:before{content:"\e684"}.mtdicon-comment:before{content:"\e685"}.mtdicon-telephone:before{content:"\e686"}.mtdicon-align-justify:before{content:"\e657"}.mtdicon-align-center:before{content:"\e658"}.mtdicon-cleaner-format:before{content:"\e659"}.mtdicon-align-right:before{content:"\e65a"}.mtdicon-align-left:before{content:"\e65b"}.mtdicon-delete-selectedcolumn:before{content:"\e65c"}.mtdicon-formatbold:before{content:"\e65d"}.mtdicon-delete-selected-row:before{content:"\e65e"}.mtdicon-form:before{content:"\e660"}.mtdicon-color-fill:before{content:"\e662"}.mtdicon-list-bulleted:before{content:"\e663"}.mtdicon-italic:before{content:"\e665"}.mtdicon-list-numbered:before{content:"\e666"}.mtdicon-serikeethrough:before{content:"\e668"}.mtdicon-paint:before{content:"\e669"}.mtdicon-unmerge-cells:before{content:"\e66b"}.mtdicon-merge-cells:before{content:"\e66c"}.mtdicon-underlined:before{content:"\e66d"}.mtdicon-toc:before{content:"\e66f"}.mtdicon-colorfont:before{content:"\e670"}.mtdicon-avatar-group-fill:before{content:"\e630"}.mtdicon-camera-fill:before{content:"\e631"}.mtdicon-contacts-fill:before{content:"\e635"}.mtdicon-cloud-fill:before{content:"\e636"}.mtdicon-checkbox-checked:before{content:"\e637"}.mtdicon-customer:before{content:"\e639"}.mtdicon-drill-down-fill:before{content:"\e63a"}.mtdicon-fabulous-fill:before{content:"\e63c"}.mtdicon-error:before{content:"\e63d"}.mtdicon-database-fill:before{content:"\e63e"}.mtdicon-file-export-fill:before{content:"\e63f"}.mtdicon-file-send-fill:before{content:"\e640"}.mtdicon-file-fill:before{content:"\e642"}.mtdicon-lock-fill:before{content:"\e644"}.mtdicon-invoice-fill:before{content:"\e645"}.mtdicon-hierarchy-fill:before{content:"\e646"}.mtdicon-lookup-fill:before{content:"\e649"}.mtdicon-mail-fill:before{content:"\e64a"}.mtdicon-picture-fill:before{content:"\e64c"}.mtdicon-paste-code-fill:before{content:"\e64e"}.mtdicon-printing-fill:before{content:"\e64f"}.mtdicon-schedule-fill:before{content:"\e652"}.mtdicon-setting-fill:before{content:"\e653"}.mtdicon-telephone-fill:before{content:"\e654"}.mtdicon-star-half:before{content:"\e655"}.mtdicon-play-fill:before{content:"\e656"}.mtdicon-minus:before{content:"\e62e"}.mtdicon-areachart:before{content:"\e621"}.mtdicon-calendar-o:before{content:"\e622"}.mtdicon-barschart-o:before{content:"\e623"}.mtdicon-barschart:before{content:"\e624"}.mtdicon-file-add:before{content:"\e625"}.mtdicon-calendar:before{content:"\e626"}.mtdicon-question-mark:before{content:"\e627"}.mtdicon-piechart-o:before{content:"\e628"}.mtdicon-areachart-o:before{content:"\e629"}.mtdicon-file-add-o:before{content:"\e62a"}.mtdicon-warning-circle:before{content:"\e62b"}.mtdicon-piechart:before{content:"\e62c"}.mtdicon-warning:before{content:"\e62d"}.mtdicon-refresh:before{content:"\e620"}.mtdicon-question-circle-o:before{content:"\e61f"}.mtdicon-bell:before{content:"\e60f"}.mtdicon-location:before{content:"\e611"}.mtdicon-share:before{content:"\e612"}.mtdicon-home:before{content:"\e613"}.mtdicon-filter:before{content:"\e614"}.mtdicon-success-circle:before{content:"\e615"}.mtdicon-cart:before{content:"\e616"}.mtdicon-save:before{content:"\e618"}.mtdicon-question-circle:before{content:"\e619"}.mtdicon-calculator:before{content:"\e61a"}.mtdicon-smile:before{content:"\e61b"}.mtdicon-time:before{content:"\e61c"}.mtdicon-cards-view:before,.mtdicon-theme:before{content:"\e61d"}.mtdicon-star:before{content:"\e61e"}.mtdicon-file-o:before{content:"\e60e"}.mtdicon-triangle-left:before{content:"\e609"}.mtdicon-triangle-down:before,.mtdicon-triangle:before{content:"\e60a"}.mtdicon-triangle-up:before{content:"\e60b"}.mtdicon-triangle-right:before{content:"\e60d"}.mtdicon-calculator-o:before{content:"\e60c"}.mtdicon-location-o:before{content:"\e606"}.mtdicon-visibility-off-o:before,.mtdicon-visibility-off:before{content:"\e607"}.mtdicon-undo-o:before,.mtdicon-undo:before{content:"\ea43"}.mtdicon-paste-code-o:before{content:"\e6d6"}.mtdicon-export-o:before{content:"\e6d7"}.mtdicon-save-o:before{content:"\e6d8"}.mtdicon-invoice-o:before{content:"\e6d4"}.mtdicon-cart-o:before{content:"\e6d3"}.mtdicon-drill-down-o:before{content:"\e6d2"}.mtdicon-hierarchy-o:before{content:"\e6d1"}.mtdicon-exit-fullscreen-o:before{content:"\e6a3"}.mtdicon-fullscreen-o:before{content:"\e6a4"}.mtdicon-import-export-o:before{content:"\e6d0"}.mtdicon-database-o:before{content:"\e6cf"}.mtdicon-meh-o:before{content:"\e6b8"}.mtdicon-smile-o:before{content:"\e6bb"}.mtdicon-sad-o:before{content:"\e6c2"}.mtdicon-arrow-left:before{content:"\e68b"}.mtdicon-arrow-down:before{content:"\e68c"}.mtdicon-add-thick:before,.mtdicon-add:before{content:"\e68e"}.mtdicon-check-thick:before,.mtdicon-check:before{content:"\e68f"}.mtdicon-checkbox-unchecked:before{content:"\e690"}.mtdicon-arrow-up:before{content:"\e691"}.mtdicon-close-thick:before,.mtdicon-close:before{content:"\e692"}.mtdicon-checkbox-checked-o:before{content:"\e693"}.mtdicon-down:before{content:"\e695"}.mtdicon-code-on:before,.mtdicon-code:before{content:"\e697"}.mtdicon-delete-o:before{content:"\e69a"}.mtdicon-ellipsis:before{content:"\e69c"}.mtdicon-copy-o:before,.mtdicon-paste-o:before,.mtdicon-paste:before{content:"\e69d"}.mtdicon-cloud-o:before{content:"\e69e"}.mtdicon-filter-o:before{content:"\e6a0"}.mtdicon-download-o:before{content:"\e6a1"}.mtdicon-fast-forward:before{content:"\e6a2"}.mtdicon-error-circle-thick-o:before,.mtdicon-error-o:before{content:"\e6a6"}.mtdicon-info-circle-o:before{content:"\e6a7"}.mtdicon-list-view:before{content:"\e6a8"}.mtdicon-arrow-right:before{content:"\e6a9"}.mtdicon-mail-o:before{content:"\e6aa"}.mtdicon-home-o:before{content:"\e6ab"}.mtdicon-bell-o:before{content:"\e6ac"}.mtdicon-code-off:before{content:"\e6ae"}.mtdicon-left:before{content:"\e6b0"}.mtdicon-edit-o:before{content:"\e6b1"}.mtdicon-remove:before{content:"\e6b2"}.mtdicon-fast-backward:before{content:"\e6b3"}.mtdicon-refresh-o:before{content:"\e6b4"}.mtdicon-sortupanddown-o:before{content:"\e6b6"}.mtdicon-share-2:before{content:"\e6b7"}.mtdicon-theme-o:before{content:"\e6b9"}.mtdicon-warning-circle-o:before{content:"\e6bd"}.mtdicon-link-o:before,.mtdicon-link:before{content:"\e6be"}.mtdicon-wifi-o:before{content:"\e6c0"}.mtdicon-up:before{content:"\e6c1"}.mtdicon-time-o:before{content:"\e6c4"}.mtdicon-right:before{content:"\e6c5"}.mtdicon-lock-o:before{content:"\e6c7"}.mtdicon-menus-o:before{content:"\e6c9"}.mtdicon-star-o:before{content:"\e6ca"}.mtdicon-setting:before{content:"\e6cb"}.mtdicon-visibility-on-o:before{content:"\e6cc"}.mtdicon-success-circle-thick:before,.mtdicon-success-o:before{content:"\e6cd"}.mtdicon-error-circle:before{content:"\ea42"}.mtdicon-customer-o:before{content:"\e8d5"}.mtdicon-share-o:before{content:"\e90c"}.mtdicon-avatar-o:before{content:"\e8be"}.mtdicon{display:inline-block;font-family:mtdicon!important;line-height:1;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mtdicon-loading,.mtdicon-loading-thick{display:inline-block}.mtdicon-loading-thick::before,.mtdicon-loading::before{display:none}.mtdicon-loading-thick::after,.mtdicon-loading::after{-webkit-animation:rotating linear 1s infinite;animation:rotating linear 1s infinite;content:' ';display:block;width:1em;height:1em;border:2px solid transparent;border-top-color:currentColor;border-right-color:currentColor;border-bottom-color:currentColor;border-radius:50%}
@charset "UTF-8";@-webkit-keyframes loadingCircle{0%{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadingCircle{0%{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mtd-button{height:32px;line-height:30px;padding:0 12px;font-size:14px;cursor:pointer;position:relative;border-width:1px;border-style:solid;outline:0;border-radius:4px;display:inline-block;background-color:#fff;color:rgba(0,0,0,.84);border-color:rgba(0,0,0,.12)}.mtd-button .mtdicon{font-size:16px;line-height:30px}.mtd-button .mtd-button-loading-icon{height:30px}.mtd-button.mtd-button-text,.mtd-button.mtd-button-text-hover{line-height:22px}.mtd-button.mtd-button-text .mtd-button-loading-icon,.mtd-button.mtd-button-text-hover .mtd-button-loading-icon{height:auto;vertical-align:middle}.mtd-button.mtd-button-text .mtdicon,.mtd-button.mtd-button-text-hover .mtdicon{line-height:inherit}.mtd-button .mtd-button-loading-icon:before{width:14px;height:14px}.mtd-button.mtd-button-circle,.mtd-button.mtd-button-circle-hover{width:32px}.mtd-button.mtd-button-circle-hover .mtdicon{font-size:20px}.mtd-button-small{height:24px;line-height:22px;padding:0 8px;font-size:12px}.mtd-button-small .mtdicon{font-size:14px;line-height:22px}.mtd-button-small .mtd-button-loading-icon{height:22px}.mtd-button-small.mtd-button-text,.mtd-button-small.mtd-button-text-hover{line-height:20px}.mtd-button-small.mtd-button-text .mtd-button-loading-icon,.mtd-button-small.mtd-button-text-hover .mtd-button-loading-icon{height:auto;vertical-align:middle}.mtd-button-small.mtd-button-text .mtdicon,.mtd-button-small.mtd-button-text-hover .mtdicon{line-height:inherit}.mtd-button-small .mtd-button-loading-icon:before{width:12px;height:12px}.mtd-button-small.mtd-button-circle,.mtd-button-small.mtd-button-circle-hover{width:24px}.mtd-button-small.mtd-button-circle-hover .mtdicon{font-size:18px}.mtd-button-large{height:40px;line-height:38px;padding:0 20px;font-size:16px}.mtd-button-large .mtdicon{font-size:18px;line-height:38px}.mtd-button-large .mtd-button-loading-icon{height:38px}.mtd-button-large.mtd-button-text,.mtd-button-large.mtd-button-text-hover{line-height:24px}.mtd-button-large.mtd-button-text .mtd-button-loading-icon,.mtd-button-large.mtd-button-text-hover .mtd-button-loading-icon{height:auto;vertical-align:middle}.mtd-button-large.mtd-button-text .mtdicon,.mtd-button-large.mtd-button-text-hover .mtdicon{line-height:inherit}.mtd-button-large .mtd-button-loading-icon:before{width:16px;height:16px}.mtd-button-large.mtd-button-circle,.mtd-button-large.mtd-button-circle-hover{width:40px}.mtd-button-large.mtd-button-circle-hover .mtdicon{font-size:22px}.mtd-button-circle,.mtd-button-circle-hover{border-radius:50%;padding:0;text-align:center}.mtd-button-circle .mtdicon{position:relative;left:.5px}.mtd-button-text,.mtd-button-text-hover{padding:0;border:0;height:auto;line-height:inherit}.mtd-button-dashed{border-style:dashed}.mtd-button-dashed,.mtd-button-ghost{background:0 0}.mtd-button-loading{cursor:default;opacity:.8}.mtd-button-left-icon,.mtd-button-right-icon{line-height:inherit}.mtd-button-label,.mtd-button-left-icon,.mtd-button-right-icon{display:inline-block;outline:0;vertical-align:top;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mtd-button-label+.mtd-button-right-icon,.mtd-button-left-icon+.mtd-button-label,.mtd-button-left-icon+.mtd-button-right-icon{margin-left:4px}.mtd-button-loading-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.mtd-button-loading-icon:before{content:'';-webkit-animation:loadingCircle 1s infinite linear;animation:loadingCircle 1s infinite linear;border:1px solid transparent;border-radius:50%;border-top-color:currentColor;border-right-color:currentColor}.mtd-button.mtd-button-disabled{opacity:.45}.mtd-button.mtd-button-disabled,.mtd-button.mtd-button-disabled:focus,.mtd-button.mtd-button-disabled:hover{cursor:not-allowed}.mtd-button:focus,.mtd-button:hover{color:#2a8efe;border-color:#2a8efe}.mtd-button:active{color:#005ade;border-color:#005ade}.mtd-button.mtd-button-disabled:active,.mtd-button.mtd-button-disabled:focus,.mtd-button.mtd-button-disabled:hover,.mtd-button.mtd-button-loading:active,.mtd-button.mtd-button-loading:focus,.mtd-button.mtd-button-loading:hover{color:rgba(0,0,0,.84);border-color:rgba(0,0,0,.12);background-color:transparent}.mtd-button-circle-hover,.mtd-button-rect-hover{border-color:transparent}.mtd-button-circle-hover:focus,.mtd-button-circle-hover:hover,.mtd-button-rect-hover:focus,.mtd-button-rect-hover:hover{color:rgba(0,0,0,.84);border-color:transparent;background-color:rgba(0,0,0,.06)}.mtd-button-circle-hover.mtd-button-disabled:focus,.mtd-button-circle-hover.mtd-button-disabled:hover,.mtd-button-circle-hover.mtd-button-loading:focus,.mtd-button-circle-hover.mtd-button-loading:hover,.mtd-button-rect-hover.mtd-button-disabled:focus,.mtd-button-rect-hover.mtd-button-disabled:hover,.mtd-button-rect-hover.mtd-button-loading:focus,.mtd-button-rect-hover.mtd-button-loading:hover{border-color:transparent;background-color:transparent}.mtd-button-text,.mtd-button-text-hover{color:rgba(0,0,0,.84);background-color:transparent;border-color:transparent}.mtd-button-text-hover:focus,.mtd-button-text-hover:hover,.mtd-button-text:focus,.mtd-button-text:hover{color:#3b8df7;background-color:transparent;border-color:transparent}.mtd-button-text-hover.mtd-button-disabled:active,.mtd-button-text-hover.mtd-button-disabled:focus,.mtd-button-text-hover.mtd-button-disabled:hover,.mtd-button-text-hover.mtd-button-loading:active,.mtd-button-text-hover.mtd-button-loading:focus,.mtd-button-text-hover.mtd-button-loading:hover,.mtd-button-text.mtd-button-disabled:active,.mtd-button-text.mtd-button-disabled:focus,.mtd-button-text.mtd-button-disabled:hover,.mtd-button-text.mtd-button-loading:active,.mtd-button-text.mtd-button-loading:focus,.mtd-button-text.mtd-button-loading:hover{border-color:transparent}.mtd-button-primary{color:#fff;border-color:#0a70f5;background-color:#0a70f5}.mtd-button-primary:focus,.mtd-button-primary:hover{color:#fff;border-color:#2a8efe;background-color:#2a8efe}.mtd-button-primary:active{color:#fff;border-color:#005ade;background-color:#005ade}.mtd-button-primary.mtd-button-disabled:active,.mtd-button-primary.mtd-button-disabled:focus,.mtd-button-primary.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-loading:active,.mtd-button-primary.mtd-button-loading:focus,.mtd-button-primary.mtd-button-loading:hover{color:#fff;border-color:transparent;background-color:#0a70f5}.mtd-button-primary.mtd-button-dashed,.mtd-button-primary.mtd-button-ghost{color:#0a70f5;border-color:#0a70f5;background-color:transparent}.mtd-button-primary.mtd-button-dashed:focus,.mtd-button-primary.mtd-button-dashed:hover,.mtd-button-primary.mtd-button-ghost:focus,.mtd-button-primary.mtd-button-ghost:hover{color:#2a8efe;border-color:#2a8efe}.mtd-button-primary.mtd-button-dashed:active,.mtd-button-primary.mtd-button-ghost:active{color:#005ade;border-color:#005ade}.mtd-button-primary.mtd-button-dashed.mtd-button-disabled:active,.mtd-button-primary.mtd-button-dashed.mtd-button-disabled:focus,.mtd-button-primary.mtd-button-dashed.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-dashed.mtd-button-loading:active,.mtd-button-primary.mtd-button-dashed.mtd-button-loading:focus,.mtd-button-primary.mtd-button-dashed.mtd-button-loading:hover,.mtd-button-primary.mtd-button-ghost.mtd-button-disabled:active,.mtd-button-primary.mtd-button-ghost.mtd-button-disabled:focus,.mtd-button-primary.mtd-button-ghost.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-ghost.mtd-button-loading:active,.mtd-button-primary.mtd-button-ghost.mtd-button-loading:focus,.mtd-button-primary.mtd-button-ghost.mtd-button-loading:hover{color:#0a70f5;border-color:#0a70f5;background-color:transparent}.mtd-button-primary.mtd-button-text,.mtd-button-primary.mtd-button-text-hover{color:#0a70f5;background-color:transparent;border-color:transparent}.mtd-button-primary.mtd-button-text-hover:focus,.mtd-button-primary.mtd-button-text-hover:hover,.mtd-button-primary.mtd-button-text:focus,.mtd-button-primary.mtd-button-text:hover{background-color:transparent;border-color:transparent;color:#3b8df7}.mtd-button-primary.mtd-button-text-hover.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-text.mtd-button-disabled:hover{color:#0a70f5;background-color:transparent;border-color:transparent}.mtd-button-primary.mtd-button-circle-hover,.mtd-button-primary.mtd-button-rect-hover{color:#0a70f5;border-color:transparent;background-color:transparent}.mtd-button-primary.mtd-button-circle-hover:focus,.mtd-button-primary.mtd-button-circle-hover:hover,.mtd-button-primary.mtd-button-rect-hover:focus,.mtd-button-primary.mtd-button-rect-hover:hover{color:#3b8df7;border-color:transparent;background-color:#e7f1fe}.mtd-button-primary.mtd-button-circle-hover.mtd-button-disabled:focus,.mtd-button-primary.mtd-button-circle-hover.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-circle-hover.mtd-button-loading:focus,.mtd-button-primary.mtd-button-circle-hover.mtd-button-loading:hover,.mtd-button-primary.mtd-button-rect-hover.mtd-button-disabled:focus,.mtd-button-primary.mtd-button-rect-hover.mtd-button-disabled:hover,.mtd-button-primary.mtd-button-rect-hover.mtd-button-loading:focus,.mtd-button-primary.mtd-button-rect-hover.mtd-button-loading:hover{color:#0a70f5;border-color:transparent;background-color:transparent}.mtd-button-success{color:#fff;border-color:#00b365;background-color:#00b365}.mtd-button-success:focus,.mtd-button-success:hover{color:#fff;border-color:#1cce72;background-color:#1cce72}.mtd-button-success:active{color:#fff;border-color:#009659;background-color:#009659}.mtd-button-success.mtd-button-disabled:active,.mtd-button-success.mtd-button-disabled:focus,.mtd-button-success.mtd-button-disabled:hover,.mtd-button-success.mtd-button-loading:active,.mtd-button-success.mtd-button-loading:focus,.mtd-button-success.mtd-button-loading:hover{color:#fff;border-color:transparent;background-color:#00b365}.mtd-button-success.mtd-button-dashed,.mtd-button-success.mtd-button-ghost{color:#00b365;border-color:#00b365;background-color:transparent}.mtd-button-success.mtd-button-dashed:focus,.mtd-button-success.mtd-button-dashed:hover,.mtd-button-success.mtd-button-ghost:focus,.mtd-button-success.mtd-button-ghost:hover{color:#1cce72;border-color:#1cce72}.mtd-button-success.mtd-button-dashed:active,.mtd-button-success.mtd-button-ghost:active{color:#009659;border-color:#009659}.mtd-button-success.mtd-button-dashed.mtd-button-disabled:active,.mtd-button-success.mtd-button-dashed.mtd-button-disabled:focus,.mtd-button-success.mtd-button-dashed.mtd-button-disabled:hover,.mtd-button-success.mtd-button-dashed.mtd-button-loading:active,.mtd-button-success.mtd-button-dashed.mtd-button-loading:focus,.mtd-button-success.mtd-button-dashed.mtd-button-loading:hover,.mtd-button-success.mtd-button-ghost.mtd-button-disabled:active,.mtd-button-success.mtd-button-ghost.mtd-button-disabled:focus,.mtd-button-success.mtd-button-ghost.mtd-button-disabled:hover,.mtd-button-success.mtd-button-ghost.mtd-button-loading:active,.mtd-button-success.mtd-button-ghost.mtd-button-loading:focus,.mtd-button-success.mtd-button-ghost.mtd-button-loading:hover{color:#00b365;border-color:#00b365;background-color:transparent}.mtd-button-success.mtd-button-text,.mtd-button-success.mtd-button-text-hover{color:#00b365;background-color:transparent;border-color:transparent}.mtd-button-success.mtd-button-text-hover:focus,.mtd-button-success.mtd-button-text-hover:hover,.mtd-button-success.mtd-button-text:focus,.mtd-button-success.mtd-button-text:hover{background-color:transparent;border-color:transparent;color:#33c284}.mtd-button-success.mtd-button-text-hover.mtd-button-disabled:hover,.mtd-button-success.mtd-button-text.mtd-button-disabled:hover{color:#00b365;background-color:transparent;border-color:transparent}.mtd-button-success.mtd-button-circle-hover,.mtd-button-success.mtd-button-rect-hover{color:#00b365;border-color:transparent;background-color:transparent}.mtd-button-success.mtd-button-circle-hover:focus,.mtd-button-success.mtd-button-circle-hover:hover,.mtd-button-success.mtd-button-rect-hover:focus,.mtd-button-success.mtd-button-rect-hover:hover{color:#33c284;border-color:transparent;background-color:#e6f7f0}.mtd-button-success.mtd-button-circle-hover.mtd-button-disabled:focus,.mtd-button-success.mtd-button-circle-hover.mtd-button-disabled:hover,.mtd-button-success.mtd-button-circle-hover.mtd-button-loading:focus,.mtd-button-success.mtd-button-circle-hover.mtd-button-loading:hover,.mtd-button-success.mtd-button-rect-hover.mtd-button-disabled:focus,.mtd-button-success.mtd-button-rect-hover.mtd-button-disabled:hover,.mtd-button-success.mtd-button-rect-hover.mtd-button-loading:focus,.mtd-button-success.mtd-button-rect-hover.mtd-button-loading:hover{color:#00b365;border-color:transparent;background-color:transparent}.mtd-button-warning{color:#fff;border-color:#ffc300;background-color:#ffc300}.mtd-button-warning:focus,.mtd-button-warning:hover{color:#fff;border-color:#ffd420;background-color:#ffd420}.mtd-button-warning:active{color:#fff;border-color:#cc8c16;background-color:#cc8c16}.mtd-button-warning.mtd-button-disabled:active,.mtd-button-warning.mtd-button-disabled:focus,.mtd-button-warning.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-loading:active,.mtd-button-warning.mtd-button-loading:focus,.mtd-button-warning.mtd-button-loading:hover{color:#fff;border-color:transparent;background-color:#ffc300}.mtd-button-warning.mtd-button-dashed,.mtd-button-warning.mtd-button-ghost{color:#ffc300;border-color:#ffc300;background-color:transparent}.mtd-button-warning.mtd-button-dashed:focus,.mtd-button-warning.mtd-button-dashed:hover,.mtd-button-warning.mtd-button-ghost:focus,.mtd-button-warning.mtd-button-ghost:hover{color:#ffd420;border-color:#ffd420}.mtd-button-warning.mtd-button-dashed:active,.mtd-button-warning.mtd-button-ghost:active{color:#cc8c16;border-color:#cc8c16}.mtd-button-warning.mtd-button-dashed.mtd-button-disabled:active,.mtd-button-warning.mtd-button-dashed.mtd-button-disabled:focus,.mtd-button-warning.mtd-button-dashed.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-dashed.mtd-button-loading:active,.mtd-button-warning.mtd-button-dashed.mtd-button-loading:focus,.mtd-button-warning.mtd-button-dashed.mtd-button-loading:hover,.mtd-button-warning.mtd-button-ghost.mtd-button-disabled:active,.mtd-button-warning.mtd-button-ghost.mtd-button-disabled:focus,.mtd-button-warning.mtd-button-ghost.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-ghost.mtd-button-loading:active,.mtd-button-warning.mtd-button-ghost.mtd-button-loading:focus,.mtd-button-warning.mtd-button-ghost.mtd-button-loading:hover{color:#ffc300;border-color:#ffc300;background-color:transparent}.mtd-button-warning.mtd-button-text,.mtd-button-warning.mtd-button-text-hover{color:#ffc300;background-color:transparent;border-color:transparent}.mtd-button-warning.mtd-button-text-hover:focus,.mtd-button-warning.mtd-button-text-hover:hover,.mtd-button-warning.mtd-button-text:focus,.mtd-button-warning.mtd-button-text:hover{background-color:transparent;border-color:transparent;color:#ffcf33}.mtd-button-warning.mtd-button-text-hover.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-text.mtd-button-disabled:hover{color:#ffc300;background-color:transparent;border-color:transparent}.mtd-button-warning.mtd-button-circle-hover,.mtd-button-warning.mtd-button-rect-hover{color:#ffc300;border-color:transparent;background-color:transparent}.mtd-button-warning.mtd-button-circle-hover:focus,.mtd-button-warning.mtd-button-circle-hover:hover,.mtd-button-warning.mtd-button-rect-hover:focus,.mtd-button-warning.mtd-button-rect-hover:hover{color:#ffcf33;border-color:transparent;background-color:#fff9e6}.mtd-button-warning.mtd-button-circle-hover.mtd-button-disabled:focus,.mtd-button-warning.mtd-button-circle-hover.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-circle-hover.mtd-button-loading:focus,.mtd-button-warning.mtd-button-circle-hover.mtd-button-loading:hover,.mtd-button-warning.mtd-button-rect-hover.mtd-button-disabled:focus,.mtd-button-warning.mtd-button-rect-hover.mtd-button-disabled:hover,.mtd-button-warning.mtd-button-rect-hover.mtd-button-loading:focus,.mtd-button-warning.mtd-button-rect-hover.mtd-button-loading:hover{color:#ffc300;border-color:transparent;background-color:transparent}.mtd-button-danger{color:#fff;border-color:#f5483b;background-color:#f5483b}.mtd-button-danger:focus,.mtd-button-danger:hover{color:#fff;border-color:#fe6557;background-color:#fe6557}.mtd-button-danger:active{color:#fff;border-color:#dd3429;background-color:#dd3429}.mtd-button-danger.mtd-button-disabled:active,.mtd-button-danger.mtd-button-disabled:focus,.mtd-button-danger.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-loading:active,.mtd-button-danger.mtd-button-loading:focus,.mtd-button-danger.mtd-button-loading:hover{color:#fff;border-color:transparent;background-color:#f5483b}.mtd-button-danger.mtd-button-dashed,.mtd-button-danger.mtd-button-ghost{color:#f5483b;border-color:#f5483b;background-color:transparent}.mtd-button-danger.mtd-button-dashed:focus,.mtd-button-danger.mtd-button-dashed:hover,.mtd-button-danger.mtd-button-ghost:focus,.mtd-button-danger.mtd-button-ghost:hover{color:#fe6557;border-color:#fe6557}.mtd-button-danger.mtd-button-dashed:active,.mtd-button-danger.mtd-button-ghost:active{color:#dd3429;border-color:#dd3429}.mtd-button-danger.mtd-button-dashed.mtd-button-disabled:active,.mtd-button-danger.mtd-button-dashed.mtd-button-disabled:focus,.mtd-button-danger.mtd-button-dashed.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-dashed.mtd-button-loading:active,.mtd-button-danger.mtd-button-dashed.mtd-button-loading:focus,.mtd-button-danger.mtd-button-dashed.mtd-button-loading:hover,.mtd-button-danger.mtd-button-ghost.mtd-button-disabled:active,.mtd-button-danger.mtd-button-ghost.mtd-button-disabled:focus,.mtd-button-danger.mtd-button-ghost.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-ghost.mtd-button-loading:active,.mtd-button-danger.mtd-button-ghost.mtd-button-loading:focus,.mtd-button-danger.mtd-button-ghost.mtd-button-loading:hover{color:#f5483b;border-color:#f5483b;background-color:transparent}.mtd-button-danger.mtd-button-text,.mtd-button-danger.mtd-button-text-hover{color:#f5483b;background-color:transparent;border-color:transparent}.mtd-button-danger.mtd-button-text-hover:focus,.mtd-button-danger.mtd-button-text-hover:hover,.mtd-button-danger.mtd-button-text:focus,.mtd-button-danger.mtd-button-text:hover{background-color:transparent;border-color:transparent;color:#f76d62}.mtd-button-danger.mtd-button-text-hover.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-text.mtd-button-disabled:hover{color:#f5483b;background-color:transparent;border-color:transparent}.mtd-button-danger.mtd-button-circle-hover,.mtd-button-danger.mtd-button-rect-hover{color:#f5483b;border-color:transparent;background-color:transparent}.mtd-button-danger.mtd-button-circle-hover:focus,.mtd-button-danger.mtd-button-circle-hover:hover,.mtd-button-danger.mtd-button-rect-hover:focus,.mtd-button-danger.mtd-button-rect-hover:hover{color:#f76d62;border-color:transparent;background-color:#feedeb}.mtd-button-danger.mtd-button-circle-hover.mtd-button-disabled:focus,.mtd-button-danger.mtd-button-circle-hover.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-circle-hover.mtd-button-loading:focus,.mtd-button-danger.mtd-button-circle-hover.mtd-button-loading:hover,.mtd-button-danger.mtd-button-rect-hover.mtd-button-disabled:focus,.mtd-button-danger.mtd-button-rect-hover.mtd-button-disabled:hover,.mtd-button-danger.mtd-button-rect-hover.mtd-button-loading:focus,.mtd-button-danger.mtd-button-rect-hover.mtd-button-loading:hover{color:#f5483b;border-color:transparent;background-color:transparent}a.mtd-button .mtd-button-label{-webkit-user-select:text;-ms-user-select:text;user-select:text}
@charset "UTF-8";.mtd-message{color:rgba(0,0,0,.84);margin:0;padding:0;list-style:none;position:fixed;z-index:1010;width:100%;left:0;pointer-events:none}.mtd-message-notice{display:block;text-align:center;margin:16px auto;position:absolute;transition:top .4s}.mtd-message-notice-item-enter{opacity:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mtd-message-notice-item-enter-active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.mtd-message-notice-item-exit{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.mtd-message-notice-item-exit-active{opacity:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.mtd-message.right{right:16px}.mtd-message.left{left:16px}.mtd-message-content{font-size:14px;min-width:60px;max-width:1000px;box-sizing:border-box;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.02),0 4px 6px 6px rgba(0,0,0,.02),0 4px 6px 0 rgba(0,0,0,.06);overflow:hidden;padding:8px 12px;display:-ms-inline-flexbox;display:inline-flex;position:relative;pointer-events:all;-ms-flex-align:center;align-items:center}.mtd-message-content-closble{padding-right:40px}.mtd-message-icon{font-size:21px;margin-right:8px}.mtd-message-close{font-size:16px;cursor:pointer;color:rgba(0,0,0,.6);position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mtd-message-close:hover{color:rgba(0,0,0,.84)}.mtd-message-success .mtd-message-icon{color:#00b365}.mtd-message-error .mtd-message-icon{color:#f5483b}.mtd-message-info .mtd-message-icon{color:#0a70f5}.mtd-message-warning .mtd-message-icon{color:#ffc300}.mtd-message-icon-loading{color:#0a70f5;display:inline-block;transition:-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);transition:transform .3s cubic-bezier(.78,.14,.15,.86);transition:transform .3s cubic-bezier(.78,.14,.15,.86), -webkit-transform .3s cubic-bezier(.78,.14,.15,.86);transition:transform .3s cubic-bezier(.78,.14,.15,.86),-webkit-transform .3s cubic-bezier(.78,.14,.15,.86);width:14px;height:14px;line-height:22px;border:2px solid transparent;border-top-color:currentColor;border-left-color:currentColor;border-radius:50%;-webkit-animation:rotating linear 1s infinite;animation:rotating linear 1s infinite;vertical-align:-.125em}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@charset "UTF-8";
.roo-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-y: auto; }
    .roo-modal.backdrop {
        position: fixed;
        background: rgba(250, 250, 250, 0.9); }
    .roo-modal.fade .roo-modal-dialog {
        -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
                transform: translate(0, -25%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .roo-modal.in .roo-modal-dialog {
        -webkit-transform: tanslate(0, 0);
            -ms-transform: tanslate(0, 0);
                transform: tanslate(0, 0); }
    .roo-modal p {
        margin: 0;
        line-height: 1.5; }
    .roo-modal::after {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle; }
    .roo-modal .roo-modal-dialog {
        position: relative;
        display: inline-block;
        width: 420px;
        margin: 10px;
        text-align: left;
        vertical-align: middle; }
        .roo-modal .roo-modal-dialog .close {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 10;
            padding: 0;
            color: #A2A4B3;
            font-size: 15.96px;
            background: transparent;
            border: 0;
            cursor: pointer;
            -webkit-appearance: none; }
        .roo-modal .roo-modal-dialog .close:hover {
            color: #585A6E; }
        .roo-modal .roo-modal-dialog .roo-modal-content {
            position: relative;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header {
                padding: 20px 20px 10px 20px; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header::before {
                    content: " ";
                    display: table; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header::after {
                    clear: both; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header .roo-modal-title {
                    margin: 0;
                    color: #585A6E;
                    font-size: 17.5px;
                    font-weight: normal; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body {
                position: relative;
                color: #585A6E;
                padding: 20px;
                font-size: 14px;
                overflow: auto; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body .title {
                    margin: 0;
                    font-size: 17.5px;
                    padding-bottom: 10px;
                    font-weight: 400; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon {
                    padding: 60px 20px 0 90px; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon::before {
                        position: absolute;
                        top: 55px;
                        left: 40px;
                        font-size: 34.08px;
                        line-height: 1;
                        font-family: "roo-icon"; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.info:before {
                        content: "";
                        color: #17a2b8; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.danger:before {
                        content: "";
                        color: #F76C6C; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.success:before {
                        content: "";
                        color: #63D29D; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.question:before {
                        content: "";
                        color: #F8B500; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-footer {
                position: relative;
                text-align: right;
                padding: 20px 20px; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-footer .roo-btn + .roo-btn {
                    margin-left: 20px; }
    .roo-modal .roo-modal-dialog.roo-modal-sm {
        width: 300px; }
    .roo-modal .roo-modal-dialog.roo-modal-lg {
        width: 630px; }

@charset "UTF-8";
/**
 * 标签主要用于简短的标志说明。给链接、导航等元素嵌套，可以很醒目的展示新的或未读的信息条目
 * 标签一共分为两种，一种方形带圆边和一种椭圆形
 */
.roo-tag {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px; }
    .roo-tag.roo-tag-primary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-secondary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-brand {
        background-color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-tag.roo-tag-success {
        background-color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-tag.roo-tag-info {
        background-color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-tag.roo-tag-warning {
        background-color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-tag.roo-tag-danger {
        background-color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-tag.roo-tag-light {
        background-color: #fff;
        border: 1px solid #fff; }
    .roo-tag.roo-tag-dark {
        background-color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-tag.roo-tag-default {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-gray {
        background-color: #F7F8FA;
        border: 1px solid #F7F8FA;
        color: #585A6E; }
        .roo-tag.roo-tag-gray > i {
            color: #BABCCC; }
    .roo-tag > i {
        margin-left: 6px;
        cursor: pointer; }
    .roo-tag.roo-tag-reverse.roo-tag-primary {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-reverse.roo-tag-secondary {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-reverse.roo-tag-brand {
        background-color: #fff;
        color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-tag.roo-tag-reverse.roo-tag-success {
        background-color: #fff;
        color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-tag.roo-tag-reverse.roo-tag-info {
        background-color: #fff;
        color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-tag.roo-tag-reverse.roo-tag-warning {
        background-color: #fff;
        color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-tag.roo-tag-reverse.roo-tag-danger {
        background-color: #fff;
        color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-tag.roo-tag-reverse.roo-tag-light {
        background-color: #fff;
        color: #fff;
        border: 1px solid #fff; }
    .roo-tag.roo-tag-reverse.roo-tag-dark {
        background-color: #fff;
        color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-tag.roo-tag-reverse.roo-tag-default {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }

.roo-tooltip-inner .roo-tag {
    margin-left: 3.5px;
    margin-right: 3.5px;
    margin-bottom: 7px; }

.roo-badge {
    display: inline-block;
    min-width: 20px;
    padding: 0 9px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 1000px; }
    .roo-badge.roo-badge-primary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-secondary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-brand {
        background-color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-badge.roo-badge-success {
        background-color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-badge.roo-badge-info {
        background-color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-badge.roo-badge-warning {
        background-color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-badge.roo-badge-danger {
        background-color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-badge.roo-badge-light {
        background-color: #fff;
        border: 1px solid #fff; }
    .roo-badge.roo-badge-dark {
        background-color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-badge.roo-badge-default {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-gray {
        background-color: #F7F8FA;
        border: 1px solid #F7F8FA;
        color: #585A6E; }
    .roo-badge.roo-badge-reverse {
        background: #fff;
        padding: 0 9px;
        line-height: 22px; }
        .roo-badge.roo-badge-reverse.roo-badge-primary {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-badge.roo-badge-reverse.roo-badge-secondary {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-badge.roo-badge-reverse.roo-badge-brand {
            color: #FFD161;
            border: 1px solid #FFD161; }
        .roo-badge.roo-badge-reverse.roo-badge-success {
            color: #63D29D;
            border: 1px solid #63D29D; }
        .roo-badge.roo-badge-reverse.roo-badge-info {
            color: #17a2b8;
            border: 1px solid #17a2b8; }
        .roo-badge.roo-badge-reverse.roo-badge-warning {
            color: #F8B500;
            border: 1px solid #F8B500; }
        .roo-badge.roo-badge-reverse.roo-badge-danger {
            color: #F76C6C;
            border: 1px solid #F76C6C; }
        .roo-badge.roo-badge-reverse.roo-badge-light {
            color: #fff;
            border: 1px solid #fff; }
        .roo-badge.roo-badge-reverse.roo-badge-dark {
            color: #585A6E;
            border: 1px solid #585A6E; }
        .roo-badge.roo-badge-reverse.roo-badge-default {
            color: #00abe4;
            border: 1px solid #00abe4; }

.roo-badge-wrap {
    position: relative;
    display: inline-block;
    line-height: 1; }

.roo-badge.roo-badge-fixed {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    border: 1px solid #fff;
    z-index: 1; }
    .roo-badge.roo-badge-fixed.roo-badge {
        padding: 0 4px;
        line-height: 18px; }
    .roo-badge.roo-badge-fixed.roo-badge-dot {
        z-index: 10;
        width: 8px;
        min-width: 8px;
        height: 8px;
        border-radius: 100%;
        padding: 0; }
    .roo-badge.roo-badge-fixed .roo-icon {
        display: inline; }

@-webkit-keyframes loading-ptFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0; }
    40% {
        opacity: 1; } }

@keyframes loading-ptFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0; }
    40% {
        opacity: 1; } }

@-webkit-keyframes stretchWidth {
    0% {
        width: 0; }
    100% {
        width: 15px; } }

@keyframes stretchWidth {
    0% {
        width: 0; }
    100% {
        width: 15px; } }

.backdrop {
    z-index: 996;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); }

.full-screen .backdrop,
.full-screen .loading-box {
    position: fixed; }

.loading-box {
    z-index: 997;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    height: auto;
    display: inline-block;
    text-align: center; }
    .loading-box .loading-tip {
        position: relative;
        margin-top: 4px;
        padding: 0 15px;
        font-size: 12px;
        color: #d2d2d2;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .loading-box .loading-tip::after {
            display: inline-block;
            position: absolute;
            right: 0;
            left: 100%;
            content: "...";
            margin-left: -15px;
            width: 0;
            overflow: hidden;
            -webkit-animation: stretchWidth 1.6s infinite steps(4);
                    animation: stretchWidth 1.6s infinite steps(4); }

.loading-pt {
    position: relative;
    display: inline-block;
    min-width: 20px;
    min-height: 20px; }
    .loading-pt .loading-item {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
        .loading-pt .loading-item::before {
            content: '';
            display: block;
            margin: 0 auto;
            min-width: 4px;
            min-height: 4px;
            width: 15%;
            height: 15%;
            background-color: #00abe4;
            border-radius: 100%;
            -webkit-animation: loading-ptFadeDelay 1.2s infinite ease-in-out both;
                    animation: loading-ptFadeDelay 1.2s infinite ease-in-out both; }
    .loading-pt.vline .loading-item::before {
        width: 6%;
        height: 24%;
        min-width: 1px;
        min-height: 5px;
        border-radius: 0; }
    .loading-pt.hline .loading-item::before {
        width: 12%;
        height: 3%;
        min-width: 3px;
        min-height: 1px;
        border-radius: 0; }
    .loading-pt .loading-item0 {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
        .loading-pt .loading-item0::before {
            -webkit-animation-delay: -1.2s;
                    animation-delay: -1.2s; }
    .loading-pt .loading-item1 {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
        .loading-pt .loading-item1::before {
            -webkit-animation-delay: -1.1s;
                    animation-delay: -1.1s; }
    .loading-pt .loading-item2 {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
        .loading-pt .loading-item2::before {
            -webkit-animation-delay: -1s;
                    animation-delay: -1s; }
    .loading-pt .loading-item3 {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .loading-pt .loading-item3::before {
            -webkit-animation-delay: -0.9s;
                    animation-delay: -0.9s; }
    .loading-pt .loading-item4 {
        -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
                transform: rotate(120deg); }
        .loading-pt .loading-item4::before {
            -webkit-animation-delay: -0.8s;
                    animation-delay: -0.8s; }
    .loading-pt .loading-item5 {
        -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
                transform: rotate(150deg); }
        .loading-pt .loading-item5::before {
            -webkit-animation-delay: -0.7s;
                    animation-delay: -0.7s; }
    .loading-pt .loading-item6 {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
        .loading-pt .loading-item6::before {
            -webkit-animation-delay: -0.6s;
                    animation-delay: -0.6s; }
    .loading-pt .loading-item7 {
        -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
                transform: rotate(210deg); }
        .loading-pt .loading-item7::before {
            -webkit-animation-delay: -0.5s;
                    animation-delay: -0.5s; }
    .loading-pt .loading-item8 {
        -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
                transform: rotate(240deg); }
        .loading-pt .loading-item8::before {
            -webkit-animation-delay: -0.4s;
                    animation-delay: -0.4s; }
    .loading-pt .loading-item9 {
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg); }
        .loading-pt .loading-item9::before {
            -webkit-animation-delay: -0.3s;
                    animation-delay: -0.3s; }
    .loading-pt .loading-item10 {
        -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
                transform: rotate(300deg); }
        .loading-pt .loading-item10::before {
            -webkit-animation-delay: -0.2s;
                    animation-delay: -0.2s; }
    .loading-pt .loading-item11 {
        -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
                transform: rotate(330deg); }
        .loading-pt .loading-item11::before {
            -webkit-animation-delay: -0.1s;
                    animation-delay: -0.1s; }

.loading-icon {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-height: 38px;
    margin: 0 auto;
    -webkit-animation: spin 0.8s infinite steps(8);
            animation: spin 0.8s infinite steps(8); }
    .loading-icon .loading-item {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
        overflow: hidden;
        -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
                transform-origin: 0 50%; }
        .loading-icon .loading-item::after {
            content: " ";
            position: absolute;
            width: 38px;
            height: 100%;
            top: 0;
            left: -100%;
            border-style: solid;
            border-width: 3px;
            border-color: #d2d2d2 transparent transparent;
            border-radius: 38px;
            -webkit-transform: rotate(-6deg);
                -ms-transform: rotate(-6deg);
                    transform: rotate(-6deg); }
    .loading-icon .loading-item0 {
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg); }
    .loading-icon .loading-item1 {
        -webkit-transform: rotate(48deg);
            -ms-transform: rotate(48deg);
                transform: rotate(48deg); }
    .loading-icon .loading-item2 {
        -webkit-transform: rotate(93deg);
            -ms-transform: rotate(93deg);
                transform: rotate(93deg); }
    .loading-icon .loading-item3 {
        -webkit-transform: rotate(138deg);
            -ms-transform: rotate(138deg);
                transform: rotate(138deg); }
    .loading-icon .loading-item4 {
        -webkit-transform: rotate(183deg);
            -ms-transform: rotate(183deg);
                transform: rotate(183deg); }
    .loading-icon .loading-item5 {
        -webkit-transform: rotate(228deg);
            -ms-transform: rotate(228deg);
                transform: rotate(228deg); }
    .loading-icon .loading-item6 {
        -webkit-transform: rotate(273deg);
            -ms-transform: rotate(273deg);
                transform: rotate(273deg); }
    .loading-icon .loading-item7 {
        -webkit-transform: rotate(318deg);
            -ms-transform: rotate(318deg);
                transform: rotate(318deg); }
    .loading-icon .loading-item0::after {
        border-top-color: #00abe4; }
    .loading-icon .loading-item1::after {
        border-top-color: #00abe4; }

@charset "UTF-8";
/*
---------------
表单样式
---------------
*/
.roo-input {
    display: inline-block;
    vertical-align: middle; }

.form-control {
    display: block; }

.roo-input,
.form-control {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #585A6E;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E9EAF2;
    height: 36px;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .roo-input.noresize,
    .form-control.noresize {
        resize: none; }
    @media screen and (prefers-reduced-motion: reduce) {
        .roo-input,
        .form-control {
            transition: none; } }
    .roo-input::-ms-expand,
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0; }
    .roo-input:focus:not([readonly]), .roo-input.focus,
    .form-control:focus:not([readonly]),
    .form-control.focus {
        border-color: #A2A4B3;
        outline: 0; }
    .roo-input::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input::placeholder,
    .form-control::placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input[readonly],
    .form-control[readonly] {
        border-color: #E9EAF2;
        color: #585A6E;
        opacity: 1; }
    .roo-input:disabled, .roo-input.disabled,
    .form-control:disabled,
    .form-control.disabled {
        border-color: #E9EAF2;
        color: #BABCCC;
        background-color: #F7F8FA;
        cursor: not-allowed; }
    .roo-input:hover:not([readonly]):not([disabled]):not(.disabled),
    .form-control:hover:not([readonly]):not([disabled]):not(.disabled) {
        border-color: #A2A4B3; }

.select-input-wrapper .roo-input,
.select-input-wrapper .form-control {
    color: #585A6E; }
    .select-input-wrapper .roo-input:disabled,
    .select-input-wrapper .form-control:disabled {
        color: #BABCCC; }
        .select-input-wrapper .roo-input:disabled + .roo-icon,
        .select-input-wrapper .roo-input:disabled + .roo-icon:hover,
        .select-input-wrapper .form-control:disabled + .roo-icon,
        .select-input-wrapper .form-control:disabled + .roo-icon:hover {
            color: #BABCCC;
            cursor: not-allowed; }
    .select-input-wrapper .roo-input:not(.roo-input-plaintext):not(.roo-input-line):read-only,
    .select-input-wrapper .form-control:not(.roo-input-plaintext):not(.roo-input-line):read-only {
        border-color: #E9EAF2; }
        .select-input-wrapper .roo-input:not(.roo-input-plaintext):not(.roo-input-line):read-only:hover,
        .select-input-wrapper .form-control:not(.roo-input-plaintext):not(.roo-input-line):read-only:hover {
            border-color: #A2A4B3; }
    .select-input-wrapper .roo-input:focus,
    .select-input-wrapper .form-control:focus {
        border-color: #A2A4B3 !important; }
    .select-input-wrapper .roo-input.roo-input-plaintext:hover,
    .select-input-wrapper .form-control.roo-input-plaintext:hover {
        border-color: #A2A4B3; }
    .select-input-wrapper .roo-input.roo-input-line:hover,
    .select-input-wrapper .form-control.roo-input-line:hover {
        border-bottom-color: #A2A4B3; }
    .select-input-wrapper .roo-input.roo-input-line:focus,
    .select-input-wrapper .form-control.roo-input-line:focus {
        border-color: transparent transparent #A2A4B3 transparent !important; }

textarea.roo-input {
    height: auto; }

.statistics {
    font-size: '12px';
    color: #BABCCC;
    margin: 0;
    text-align: 'right'; }

.roo-input-error {
    border-color: #F76C6C; }

.has-error .select-input-wrapper .roo-input,
.has-error .select-input-wrapper .form-control,
.has-error .roo-input,
.has-error .form-control {
    border-color: #F76C6C !important; }

.has-error .select-input-wrapper .help-block,
.has-error .help-block {
    color: #F76C6C; }

.has-success-hook {
    position: relative; }
    .has-success-hook::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        display: inline-block;
        content: "";
        font-family: "roo-icon";
        font-size: 1.4em;
        color: #63D29D; }
    .has-success-hook .roo-input:not([readonly]):not([disabled]):not(.disabled),
    .has-success-hook .form-control:not([readonly]):not([disabled]):not(.disabled) {
        border-color: #63D29D; }
    .has-success-hook .help-block {
        color: #63D29D; }

select.roo-input:not([size]):not([multiple]) {
    height: 36px; }

select.roo-input:focus::-ms-value {
    color: #00abe4;
    background-color: #F7F8FA; }

.roo-input-file,
.roo-input-range {
    display: block;
    width: 100%; }

.control-label,
.col-form-label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }

.control-label-lg,
.col-form-label-lg {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.5; }

.control-label-sm,
.col-form-label-sm {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1.5; }

.control-label-xs,
.col-form-label-xs {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.5; }

.roo-input-required::before {
    display: inline-block;
    margin-right: 5px;
    content: "*";
    line-height: 1.5;
    vertical-align: middle;
    font-size: inherit;
    color: #F76C6C; }

.roo-input-inline {
    display: inline-block;
    width: auto; }

.roo-input-plaintext {
    background-color: #F7F8FA;
    border-color: #F7F8FA; }
    .roo-input-plaintext[readonly] {
        background-color: #F7F8FA;
        border-color: #F7F8FA; }

.roo-input-line {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
    .roo-input-line:focus:not([readonly]):not([disabled]), .roo-input-line:hover:not([readonly]):not([disabled]) {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent; }
    .roo-input-line[readonly] {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #A2A4B3; }

.roo-input-xs,
.form-control-xs {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: 28px; }

select.roo-input-xs:not([size]):not([multiple]) {
    height: 28px; }

.roo-input-sm,
.form-control-sm {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: 32px; }

select.roo-input-sm:not([size]):not([multiple]) {
    height: 32px; }

.roo-input-lg,
.form-control-lg {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    height: 40px; }

select.roo-input-lg:not([size]):not([multiple]) {
    height: 40px; }

.form-group-content {
    margin-top: 0; }

.form-group {
    margin-bottom: 16px; }
    .form-group .help-block {
        margin-top: 4px;
        margin-bottom: 0;
        font-size: 14px; }
    .form-group .control-label,
    .form-group .col-form-label {
        text-align: right; }
        .form-group .control-label + .form-group-content .roo-checkbox,
        .form-group .control-label + .form-group-content .roo-radio,
        .form-group .col-form-label + .form-group-content .roo-checkbox,
        .form-group .col-form-label + .form-group-content .roo-radio {
            margin-top: 7px; }
        .form-group .control-label + .form-group-content .roo-switch,
        .form-group .col-form-label + .form-group-content .roo-switch {
            top: 4px; }
        .form-group .control-label + .form-group-content .roo-mark,
        .form-group .col-form-label + .form-group-content .roo-mark {
            display: inline-block;
            width: 100%;
            padding: 7px 0px;
            vertical-align: middle;
            line-height: 1.5; }
    .form-group .roo-btn + .roo-btn {
        margin-left: 20px; }
    .form-group .roo-btn-radio-group .roo-btn + .roo-btn {
        margin-left: -1px; }
    .form-group.roo-form-vertical .form-group-content {
        margin-top: 10px; }

.form-group.roo-form-inline {
    display: inline-block;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: top; }
    .form-group.roo-form-inline input {
        display: inline-block;
        width: auto;
        width: initial; }
    .form-group.roo-form-inline .control-label {
        line-height: 36px;
        vertical-align: top; }
    .form-group.roo-form-inline .form-group-content {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px; }
        .form-group.roo-form-inline .form-group-content .roo-radio, .form-group.roo-form-inline .form-group-content .roo-checkbox {
            line-height: 36px;
            vertical-align: top; }
        .form-group.roo-form-inline .form-group-content .roo-switch {
            line-height: 36px;
            display: -ms-inline-flexbox;
            display: inline-flex; }

.form-text {
    display: block;
    margin-top: 4px; }

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px; }

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center; }
    .form-inline .form-check {
        width: 100%; }

.roo-input-number {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: middle; }
    .roo-input-number input {
        border: none;
        outline: none;
        height: 100%;
        width: 64px;
        margin: 0 32px;
        text-align: center;
        color: #585A6E; }
    .roo-input-number.disabled {
        background-color: #F7F8FA;
        border-color: #E9EAF2 !important;
        color: #E9EAF2; }
        .roo-input-number.disabled input {
            background-color: #F7F8FA;
            color: #BABCCC;
            cursor: not-allowed !important; }
        .roo-input-number.disabled .input-number-operator {
            border-color: #E9EAF2 !important;
            color: #E9EAF2 !important;
            cursor: not-allowed !important; }
    .roo-input-number .input-number-operator {
        position: absolute;
        display: table;
        width: 36px;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: #A2A4B3; }
        .roo-input-number .input-number-operator:hover {
            cursor: pointer;
            color: #858692; }
        .roo-input-number .input-number-operator::after {
            display: table-cell;
            vertical-align: middle;
            font-family: "roo-icon"; }
        .roo-input-number .input-number-operator.decrease {
            left: 0;
            top: 0;
            border-right: 1px solid #E9EAF2; }
            .roo-input-number .input-number-operator.decrease::after {
                content: ""; }
        .roo-input-number .input-number-operator.increase {
            right: 0;
            top: 0;
            border-left: 1px solid #E9EAF2; }
            .roo-input-number .input-number-operator.increase::after {
                content: ""; }
        .roo-input-number .input-number-operator.disabled {
            background-color: #F7F8FA;
            border-color: #E9EAF2 !important;
            color: #E9EAF2 !important;
            cursor: not-allowed; }
    .roo-input-number:hover .input-number-operator {
        border-color: #A2A4B3; }

.roo-input-number-vertical input {
    width: 64px;
    margin: 0 32px 0 0;
    color: #585A6E; }

.roo-input-number-vertical .input-number-operator {
    display: block;
    width: 28px;
    height: 50%; }
    .roo-input-number-vertical .input-number-operator::after {
        position: absolute;
        display: inline-block;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        font-size: 12px; }
    .roo-input-number-vertical .input-number-operator.decrease {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        border-left: 1px solid #E9EAF2;
        border-right: none; }
        .roo-input-number-vertical .input-number-operator.decrease::after {
            content: ""; }
    .roo-input-number-vertical .input-number-operator.increase {
        left: auto;
        right: 0;
        top: 0;
        border-bottom: 1px solid #E9EAF2; }
        .roo-input-number-vertical .input-number-operator.increase.disabled {
            border-bottom: 1px solid #E9EAF2 !important; }
        .roo-input-number-vertical .input-number-operator.increase::after {
            content: ""; }

.roo-input-number-vertical:hover .input-number-operator {
    border-color: #E9EAF2; }

.roo-input-number-no-operator input {
    margin: 0; }

.roo-input-tag {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden; }
    .roo-input-tag .roo-tag {
        margin-bottom: 7px;
        margin-right: 7px;
        white-space: unset;
        text-align: left; }
    .roo-input-tag input {
        height: 24px;
        margin-bottom: 7px;
        outline: none;
        border: none;
        color: #585A6E;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .roo-input-tag .tags-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -7px; }
    .roo-input-tag.disabled .roo-tag i {
        display: none; }
    .roo-input-tag.disabled input {
        cursor: not-allowed; }
    .roo-input-tag.roo-input-lg,
    .roo-input-tag .form-control-lg {
        min-height: 40px;
        padding-top: 6px;
        padding-bottom: 6px; }
    .roo-input-tag.roo-input-sm,
    .roo-input-tag .form-control-sm {
        min-height: 32px;
        padding-top: 3px;
        padding-bottom: 3px; }
    .roo-input-tag.roo-input-xs,
    .roo-input-tag .form-control-xs {
        min-height: 28px;
        padding-top: 1px;
        padding-bottom: 1px; }

.roo-radio {
    position: relative;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-radio.inline-label {
        max-width: 200px; }
    .roo-radio.block-label {
        display: block;
        margin-bottom: 10px; }
    .roo-radio:hover {
        cursor: pointer; }
        .roo-radio:hover .custom-radio:not(.half-checked) {
            border-color: #A2A4B3; }
    .roo-radio input[type=radio] {
        position: absolute;
        display: none; }
    .roo-radio .custom-radio {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid #BABCCC;
        background-color: #fff;
        vertical-align: sub;
        border-radius: 50%; }
        .roo-radio .custom-radio::before {
            position: absolute;
            display: inline-block;
            content: '';
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            background-color: transparent;
            border-radius: 50%; }
    .roo-radio input:checked + .custom-radio {
        background-color: #00abe4;
        border-color: #00abe4 !important; }
        .roo-radio input:checked + .custom-radio::before {
            background-color: #fff; }
    .roo-radio input:disabled + .custom-radio {
        border-color: #BABCCC;
        background-color: #E9EAF2; }
    .roo-radio input:disabled:checked + .custom-radio {
        border-color: #E9EAF2 !important;
        background-color: #E9EAF2;
        opacity: 1; }
    .roo-radio input:disabled ~ span {
        opacity: .5; }

.roo-radio-group .roo-radio {
    margin-left: 0;
    margin-right: 30px; }

.roo-radio-group .roo-radio + .roo-radio:not(.block-label) {
    margin-right: 30px;
    margin-left: 0; }

.roo-radio + .roo-radio:not(.block-label) {
    margin-left: 30px;
    margin-right: 0; }

.roo-checkbox {
    position: relative;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-checkbox.inline-label {
        max-width: 200px; }
    .roo-checkbox.block-label {
        display: block;
        margin-bottom: 10px; }
    .roo-checkbox:hover {
        cursor: pointer; }
        .roo-checkbox:hover .custom-checkbox:not(.half-checked) {
            border-color: #A2A4B3; }
    .roo-checkbox input[type=checkbox] {
        position: absolute;
        display: none; }
    .roo-checkbox .custom-checkbox {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid #BABCCC;
        background-color: #fff;
        vertical-align: sub;
        border-radius: 2px; }
        .roo-checkbox .custom-checkbox::before {
            position: absolute;
            display: inline-block;
            content: ''; }
    .roo-checkbox input:checked + .custom-checkbox {
        background-color: #00abe4;
        border-color: #00abe4 !important; }
        .roo-checkbox input:checked + .custom-checkbox::before {
            left: 50%;
            top: 30%;
            -webkit-transform: translate(-50%, -30%) rotate(45deg);
                -ms-transform: translate(-50%, -30%) rotate(45deg);
                    transform: translate(-50%, -30%) rotate(45deg);
            width: 6px;
            height: 10px;
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0; }
    .roo-checkbox input:disabled + .custom-checkbox {
        border-color: #BABCCC;
        background-color: #E9EAF2; }
    .roo-checkbox input:disabled:checked + .custom-checkbox {
        border-color: #E9EAF2 !important;
        background-color: #E9EAF2;
        opacity: 1; }
    .roo-checkbox input:disabled ~ span {
        opacity: .5; }
    .roo-checkbox .half-checked {
        border-color: #00abe4;
        background-color: #00abe4; }
        .roo-checkbox .half-checked::before {
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 10px;
            border-bottom: 2px solid #fff; }
    .roo-checkbox input:disabled + .half-checked {
        border-color: #E9EAF2; }

.roo-checkbox-group .roo-checkbox {
    margin-left: 0;
    margin-right: 30px; }

.roo-checkbox-group .roo-checkbox + .roo-checkbox:not(.block-label) {
    margin-right: 30px;
    margin-left: 0; }

.roo-checkbox + .roo-checkbox:not(.block-label) {
    margin-left: 30px;
    margin-right: 0; }

@charset "UTF-8";
/*
---------------
表单组样式
---------------
*/
.roo-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    font-size: 14px; }
    .roo-input-group.has-icon .addon-icon,
    .roo-input-group.has-icon .prefix-icon,
    .roo-input-group .has-icon .addon-icon,
    .roo-input-group .has-icon .prefix-icon {
        position: absolute;
        right: 0.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.4em;
        color: #BABCCC;
        z-index: 4; }
    .roo-input-group.has-icon .prefix-icon,
    .roo-input-group .has-icon .prefix-icon {
        right: auto;
        left: 0.5em; }
        .roo-input-group.has-icon .prefix-icon + .roo-input,
        .roo-input-group.has-icon .prefix-icon + .form-control,
        .roo-input-group .has-icon .prefix-icon + .roo-input,
        .roo-input-group .has-icon .prefix-icon + .form-control {
            padding-left: 30px; }
    .roo-input-group.has-icon .addon-icon.has-click:hover,
    .roo-input-group .has-icon .addon-icon.has-click:hover {
        color: #585A6E;
        cursor: pointer; }
    .roo-input-group.has-icon:not(.roo-input-group-outline) .roo-input,
    .roo-input-group.has-icon:not(.roo-input-group-outline) .form-control,
    .roo-input-group .has-icon:not(.roo-input-group-outline) .roo-input,
    .roo-input-group .has-icon:not(.roo-input-group-outline) .form-control {
        padding-right: 30px; }
    .roo-input-group.has-icon .roo-input:only-of-type,
    .roo-input-group.has-icon .form-control:only-of-type,
    .roo-input-group .has-icon .roo-input:only-of-type,
    .roo-input-group .has-icon .form-control:only-of-type {
        border-radius: 2px; }
    .roo-input-group.is-count-check.has-icon:not(.roo-input-group-outline) .roo-input {
        padding-right: 52px; }
    .roo-input-group.is-count-check .roo-input-value-count {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        /* font-size: 1.4em; */
        color: #999999;
        z-index: 4; }
    .roo-input-group > .roo-input,
    .roo-input-group > .form-control,
    .roo-input-group > .custom-select,
    .roo-input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-bottom: 0; }
        .roo-input-group > .roo-input + .roo-input,
        .roo-input-group > .roo-input + .form-control,
        .roo-input-group > .roo-input + .custom-select,
        .roo-input-group > .roo-input + .custom-file,
        .roo-input-group > .form-control + .roo-input,
        .roo-input-group > .form-control + .form-control,
        .roo-input-group > .form-control + .custom-select,
        .roo-input-group > .form-control + .custom-file,
        .roo-input-group > .custom-select + .roo-input,
        .roo-input-group > .custom-select + .form-control,
        .roo-input-group > .custom-select + .custom-select,
        .roo-input-group > .custom-select + .custom-file,
        .roo-input-group > .custom-file + .roo-input,
        .roo-input-group > .custom-file + .form-control,
        .roo-input-group > .custom-file + .custom-select,
        .roo-input-group > .custom-file + .custom-file {
            margin-left: -1px; }
    .roo-input-group > .roo-input,
    .roo-input-group > .form-control {
        width: 1%; }
    .roo-input-group > .roo-input:not(:last-child),
    .roo-input-group > .form-control:not(:last-child),
    .roo-input-group > .custom-select:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .roo-input-group > .roo-input:not(:first-child),
    .roo-input-group > .form-control:not(:first-child),
    .roo-input-group > .custom-select:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .roo-input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .roo-input-group > .custom-file:not(:last-child) .custom-file-label,
        .roo-input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
        .roo-input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }

.roo-input-group-prepend,
.roo-input-group-append,
.roo-input-group-middle {
    display: -ms-flexbox;
    display: flex; }
    .roo-input-group-prepend .roo-btn,
    .roo-input-group-append .roo-btn,
    .roo-input-group-middle .roo-btn {
        position: relative;
        padding: 0 10px; }
    .roo-input-group-prepend .roo-btn + .roo-btn,
    .roo-input-group-prepend .roo-btn + .roo-input-group-text,
    .roo-input-group-prepend .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-prepend .roo-input-group-text + .roo-btn,
    .roo-input-group-append .roo-btn + .roo-btn,
    .roo-input-group-append .roo-btn + .roo-input-group-text,
    .roo-input-group-append .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-append .roo-input-group-text + .roo-btn,
    .roo-input-group-middle .roo-btn + .roo-btn,
    .roo-input-group-middle .roo-btn + .roo-input-group-text,
    .roo-input-group-middle .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-middle .roo-input-group-text + .roo-btn {
        margin-left: -1px; }

.roo-input-group-prepend,
.roo-input-group-append {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: -1px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #585A6E;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #E9EAF2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    .roo-input-group-prepend input[type="radio"],
    .roo-input-group-prepend input[type="checkbox"],
    .roo-input-group-append input[type="radio"],
    .roo-input-group-append input[type="checkbox"] {
        margin-top: 0; }
    .roo-input-group-prepend > .roo-btn,
    .roo-input-group-prepend > .roo-input-group,
    .roo-input-group-prepend > .select-input-wrapper,
    .roo-input-group-append > .roo-btn,
    .roo-input-group-append > .roo-input-group,
    .roo-input-group-append > .select-input-wrapper {
        margin-left: -11px;
        margin-right: -11px;
        margin-top: -7px;
        margin-bottom: -7px; }
        .roo-input-group-prepend > .roo-btn:not(:first-child),
        .roo-input-group-prepend > .roo-input-group:not(:first-child),
        .roo-input-group-prepend > .select-input-wrapper:not(:first-child),
        .roo-input-group-append > .roo-btn:not(:first-child),
        .roo-input-group-append > .roo-input-group:not(:first-child),
        .roo-input-group-append > .select-input-wrapper:not(:first-child) {
            margin-left: -1px; }
        .roo-input-group-prepend > .roo-btn:not(:last-child),
        .roo-input-group-prepend > .roo-input-group:not(:last-child),
        .roo-input-group-prepend > .select-input-wrapper:not(:last-child),
        .roo-input-group-append > .roo-btn:not(:last-child),
        .roo-input-group-append > .roo-input-group:not(:last-child),
        .roo-input-group-append > .select-input-wrapper:not(:last-child) {
            margin-right: 0; }

.roo-input-group-append {
    margin-left: -1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .roo-input-group-append .roo-input,
    .roo-input-group-append .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; }
    .roo-input-group-append .dropdown-menu {
        left: auto;
        right: 0; }

.roo-input-group-lg .roo-input,
.roo-input-group-lg .form-control,
.roo-input-group-lg .roo-input-group-prepend,
.roo-input-group-lg .roo-input-group-append,
.roo-input-group-lg .roo-input-group-prepend > .roo-btn,
.roo-input-group-lg .roo-input-group-append > .roo-btn {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px; }

.roo-input-group-sm .roo-input,
.roo-input-group-sm .form-control,
.roo-input-group-sm .roo-input-group-prepend,
.roo-input-group-sm .roo-input-group-append,
.roo-input-group-sm .roo-input-group-prepend > .roo-btn,
.roo-input-group-sm .roo-input-group-append > .roo-btn {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px; }

.roo-input-group > .roo-input-group-prepend > .roo-btn,
.roo-input-group > .roo-input-group-prepend > .roo-input-group-text,
.roo-input-group > .roo-input-group-append:not(:last-child) > .roo-btn,
.roo-input-group > .roo-input-group-append:not(:last-child) > .roo-input-group-text,
.roo-input-group > .roo-input-group-append:last-child > .roo-btn:not(:last-child):not(.dropdown-toggle),
.roo-input-group > .roo-input-group-append:last-child > .roo-input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.roo-input-group > .roo-input-group-append > .roo-btn,
.roo-input-group > .roo-input-group-append > .roo-input-group-text,
.roo-input-group > .roo-input-group-prepend:not(:first-child) > .roo-btn,
.roo-input-group > .roo-input-group-prepend:not(:first-child) > .roo-input-group-text,
.roo-input-group > .roo-input-group-prepend:first-child > .roo-btn:not(:first-child),
.roo-input-group > .roo-input-group-prepend:first-child > .roo-input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.roo-input-group-outline {
    border: 1px solid #E9EAF2;
    border-radius: 2px;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center; }
    .roo-input-group-outline input[type="text"] {
        margin: -1px 0 !important;
        border: none;
        text-align: center; }
    .roo-input-group-outline.has-icon {
        padding-right: 36px; }
    .roo-input-group-outline .input-separator {
        color: #BABCCC; }
    .roo-input-group-outline:hover, .roo-input-group-outline.focus {
        border-color: #A2A4B3; }
    .roo-input-group-outline.readonly {
        border-color: #E9EAF2;
        color: #A2A4B3; }
    .roo-input-group-outline.disabled {
        border-color: #F7F8FA;
        color: #E9EAF2;
        cursor: not-allowed; }

.roo-input-group-disabled {
    background-color: #F7F8FA; }

@charset "UTF-8";
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative; }

.roo-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    max-height: 242px;
    overflow-y: auto;
    padding: 4px 0;
    font-size: 14px;
    color: #585A6E;
    text-align: left;
    list-style: none;
    border: 1px solid #E9EAF2;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu + .roo-dropdown-menu {
        box-shadow: 5px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu li.roo-hover {
        background-color: #FFD161; }
    .roo-dropdown-menu.loading {
        text-align: center;
        padding: 20px; }
    .roo-dropdown-menu.other-info {
        text-align: center;
        padding: 10px 20px;
        color: #A2A4B3;
        font-size: 12px;
        font-weight: 300; }

.roo-dropdown-menu-cascader {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu-cascader .withoutAfter::after {
        display: none !important; }
    .roo-dropdown-menu-cascader .roo-dropdown-menu {
        position: static;
        min-width: 100px;
        height: 180px;
        box-shadow: unset; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu + .roo-dropdown-menu {
            margin-left: -1px; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu:not(:last-child) a.active-highlight::after {
            display: none; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu a:active::after {
            display: none; }

.roo-dropdown-menu:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.roo-dropdown-menu:not(:first-child):not(:last-child) {
    border-radius: 0; }

.roo-dropdown-menu:not(:first-child):last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

/*
* 弹框方向为 bottom 时，需要修改 border 避免和 input 重合。
*/
.roo-popup.bottom .roo-dropdown-menu, .roo-popup.bottom-start .roo-dropdown-menu, .roo-popup.bottom-end .roo-dropdown-menu {
    border-top: 0; }

.popup.top.roo-dropdown-menu, .popup.top-left.roo-dropdown-menu, .popup.top-right.roo-dropdown-menu {
    margin-bottom: 4px; }

.popup.bottom.roo-dropdown-menu, .popup.bottom-left.roo-dropdown-menu, .popup.bottom-right.roo-dropdown-menu {
    margin-top: 4px; }

.popup.left.roo-dropdown-menu {
    margin-right: 4px; }

.popup.right.roo-dropdown-menu {
    margin-left: 4px; }

.roo-dropdown-menu-autowidth {
    width: auto; }

.dropdown-divider, .roo-dropdown-menu li:not(:first-child) .dropdown-classify::before,
.roo-dropdown-menu .divider {
    height: 0;
    margin: 4px 10px;
    overflow: hidden;
    border-top: 1px solid #E9EAF2; }

.dropdown-item,
.roo-dropdown-menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px 0 10px;
    font-size: 12px;
    clear: both;
    font-weight: 400;
    color: #585A6E;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    line-height: 36px;
    border: 0;
    cursor: pointer; }
    .dropdown-item b,
    .roo-dropdown-menu a b {
        color: #00abe4; }
    .dropdown-item:hover,
    .roo-dropdown-menu a:hover {
        color: #414352;
        background-color: #F7F8FA;
        text-decoration: none; }
    .dropdown-item.active, .dropdown-item:active,
    .roo-dropdown-menu a.active,
    .roo-dropdown-menu a:active {
        text-decoration: none; }
        .dropdown-item.active.multiple::after, .dropdown-item:active.multiple::after,
        .roo-dropdown-menu a.active.multiple::after,
        .roo-dropdown-menu a:active.multiple::after {
            display: none; }
        .dropdown-item.active.multiple > i, .dropdown-item:active.multiple > i,
        .roo-dropdown-menu a.active.multiple > i,
        .roo-dropdown-menu a:active.multiple > i {
            color: #00abe4; }
        .dropdown-item.active::after, .dropdown-item:active::after,
        .roo-dropdown-menu a.active::after,
        .roo-dropdown-menu a:active::after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            color: #BABCCC; }
    .dropdown-item.active-highlight,
    .roo-dropdown-menu a.active-highlight {
        color: #00abe4;
        text-decoration: none; }
        .dropdown-item.active-highlight::after,
        .roo-dropdown-menu a.active-highlight::after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            color: #00abe4; }
    .dropdown-item.disabled, .dropdown-item:disabled,
    .roo-dropdown-menu a.disabled,
    .roo-dropdown-menu a:disabled {
        color: #E9EAF2;
        background-color: transparent;
        cursor: not-allowed; }
    .dropdown-item > i,
    .roo-dropdown-menu a > i {
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-block;
        color: #BABCCC; }

.roo-dropdown-menu.show,
.show .roo-dropdown-menu {
    display: block; }

.dropdown-header {
    display: block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #e6e6e6;
    white-space: nowrap; }

.dropdown-item-text {
    display: block;
    padding: 0 10px;
    color: #585A6E; }

.dropdown-classify h6 {
    margin: 0;
    padding: 4px 10px;
    color: #BABCCC;
    font-weight: normal;
    font-size: 12px;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }

.roo-dropdown-menu li:not(:first-child) .dropdown-classify::before {
    content: '';
    display: block; }

@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #585A6E; }

*,
*::before,
*::after {
    box-sizing: inherit; }

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent; }

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

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

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

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

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

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

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

input::-webkit-input-placeholder {
    color: #BABCCC; }

input:-ms-input-placeholder {
    color: #BABCCC; }

input::placeholder {
    color: #BABCCC; }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none; }

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

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none; }

a,
a.link-default {
    color: #00abe4;
    text-decoration: none; }
    a .glyphicon,
    a .fa,
    a.link-default .glyphicon,
    a.link-default .fa {
        font-style: normal; }
    a:hover,
    a.link-default:hover {
        color: #32ccff;
        text-decoration: underline; }

a.link-with-icon .glyphicon,
a.link-with-icon .fa {
    margin-right: 5px;
    text-decoration: none; }

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

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

.ani-spin::before {
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear; }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
        .container {
            max-width: 540px; } }
    @media (min-width: 768px) {
        .container {
            max-width: 720px; } }
    @media (min-width: 992px) {
        .container {
            max-width: 960px; } }
    @media (min-width: 1200px) {
        .container {
            max-width: 1140px; } }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

.col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

.col-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }

.col-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }

.col-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.col-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.col-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }

.col-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }

.col-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }

.col-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }

.col-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }

.col-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.order-first {
    -ms-flex-order: -1;
        order: -1; }

.order-last {
    -ms-flex-order: 13;
        order: 13; }

.offset-1 {
    margin-left: 8.33333%; }

.offset-2 {
    margin-left: 16.66667%; }

.offset-3 {
    margin-left: 25%; }

.offset-4 {
    margin-left: 33.33333%; }

.offset-5 {
    margin-left: 41.66667%; }

.offset-6 {
    margin-left: 50%; }

.offset-7 {
    margin-left: 58.33333%; }

.offset-8 {
    margin-left: 66.66667%; }

.offset-9 {
    margin-left: 75%; }

.offset-10 {
    margin-left: 83.33333%; }

.offset-11 {
    margin-left: 91.66667%; }

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-positive: 1;
            flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-first {
        -ms-flex-order: -1;
            order: -1; }
    .order-sm-last {
        -ms-flex-order: 13;
            order: 13; }
    .offset-sm-0 {
        margin-left: 0; }
    .offset-sm-1 {
        margin-left: 8.33333%; }
    .offset-sm-2 {
        margin-left: 16.66667%; }
    .offset-sm-3 {
        margin-left: 25%; }
    .offset-sm-4 {
        margin-left: 33.33333%; }
    .offset-sm-5 {
        margin-left: 41.66667%; }
    .offset-sm-6 {
        margin-left: 50%; }
    .offset-sm-7 {
        margin-left: 58.33333%; }
    .offset-sm-8 {
        margin-left: 66.66667%; }
    .offset-sm-9 {
        margin-left: 75%; }
    .offset-sm-10 {
        margin-left: 83.33333%; }
    .offset-sm-11 {
        margin-left: 91.66667%; } }

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-positive: 1;
            flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
    .order-md-first {
        -ms-flex-order: -1;
            order: -1; }
    .order-md-last {
        -ms-flex-order: 13;
            order: 13; }
    .offset-md-0 {
        margin-left: 0; }
    .offset-md-1 {
        margin-left: 8.33333%; }
    .offset-md-2 {
        margin-left: 16.66667%; }
    .offset-md-3 {
        margin-left: 25%; }
    .offset-md-4 {
        margin-left: 33.33333%; }
    .offset-md-5 {
        margin-left: 41.66667%; }
    .offset-md-6 {
        margin-left: 50%; }
    .offset-md-7 {
        margin-left: 58.33333%; }
    .offset-md-8 {
        margin-left: 66.66667%; }
    .offset-md-9 {
        margin-left: 75%; }
    .offset-md-10 {
        margin-left: 83.33333%; }
    .offset-md-11 {
        margin-left: 91.66667%; } }

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-positive: 1;
            flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-first {
        -ms-flex-order: -1;
            order: -1; }
    .order-lg-last {
        -ms-flex-order: 13;
            order: 13; }
    .offset-lg-0 {
        margin-left: 0; }
    .offset-lg-1 {
        margin-left: 8.33333%; }
    .offset-lg-2 {
        margin-left: 16.66667%; }
    .offset-lg-3 {
        margin-left: 25%; }
    .offset-lg-4 {
        margin-left: 33.33333%; }
    .offset-lg-5 {
        margin-left: 41.66667%; }
    .offset-lg-6 {
        margin-left: 50%; }
    .offset-lg-7 {
        margin-left: 58.33333%; }
    .offset-lg-8 {
        margin-left: 66.66667%; }
    .offset-lg-9 {
        margin-left: 75%; }
    .offset-lg-10 {
        margin-left: 83.33333%; }
    .offset-lg-11 {
        margin-left: 91.66667%; } }

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-positive: 1;
            flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-first {
        -ms-flex-order: -1;
            order: -1; }
    .order-xl-last {
        -ms-flex-order: 13;
            order: 13; }
    .offset-xl-0 {
        margin-left: 0; }
    .offset-xl-1 {
        margin-left: 8.33333%; }
    .offset-xl-2 {
        margin-left: 16.66667%; }
    .offset-xl-3 {
        margin-left: 25%; }
    .offset-xl-4 {
        margin-left: 33.33333%; }
    .offset-xl-5 {
        margin-left: 41.66667%; }
    .offset-xl-6 {
        margin-left: 50%; }
    .offset-xl-7 {
        margin-left: 58.33333%; }
    .offset-xl-8 {
        margin-left: 66.66667%; }
    .offset-xl-9 {
        margin-left: 75%; }
    .offset-xl-10 {
        margin-left: 83.33333%; }
    .offset-xl-11 {
        margin-left: 91.66667%; } }

@font-face {
    font-family: "roo-icon";
    src: url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-09b3480086.eot);
    src: url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-09b3480086.eot?#iefix) format("eot"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-5c792af91b.woff2) format("woff2"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-d7489bc5c3.woff) format("woff"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/fonts/roo-icon-d7ccf14f60.ttf) format("truetype"), url(//w.meituan.net/v1/mss_4067b040e3364072a20737a5254654ea/thh-fet-print-template-client-9193d8b3/production/images/roo-icon-1b0ae0ab0e.svg#roo-icon) format("svg");
    font-weight: normal;
    font-style: normal; }

.roo-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle; }

.roo-icon:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "roo-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }

.roo-icon-arrow-down:before {
    content: "\EA01"; }

.roo-icon-arrow-left:before {
    content: "\EA02"; }

.roo-icon-arrow-right:before {
    content: "\EA03"; }

.roo-icon-arrow-up:before {
    content: "\EA04"; }

.roo-icon-calendar:before {
    content: "\EA05"; }

.roo-icon-car:before {
    content: "\EA06"; }

.roo-icon-check-circle-o:before {
    content: "\EA07"; }

.roo-icon-check-circle:before {
    content: "\EA08"; }

.roo-icon-check-square:before {
    content: "\EA09"; }

.roo-icon-check:before {
    content: "\EA0A"; }

.roo-icon-chevron-down:before {
    content: "\EA0B"; }

.roo-icon-chevron-left:before {
    content: "\EA0C"; }

.roo-icon-chevron-right:before {
    content: "\EA0D"; }

.roo-icon-chevron-up:before {
    content: "\EA0E"; }

.roo-icon-circle-o:before {
    content: "\EA0F"; }

.roo-icon-close:before {
    content: "\EA10"; }

.roo-icon-count:before {
    content: "\EA11"; }

.roo-icon-countdown:before {
    content: "\EA12"; }

.roo-icon-dispraise-fill:before {
    content: "\EA13"; }

.roo-icon-dispraise:before {
    content: "\EA14"; }

.roo-icon-dot-circle-o:before {
    content: "\EA15"; }

.roo-icon-double-left:before {
    content: "\EA16"; }

.roo-icon-double-right:before {
    content: "\EA17"; }

.roo-icon-down:before {
    content: "\EA18"; }

.roo-icon-download:before {
    content: "\EA19"; }

.roo-icon-edit:before {
    content: "\EA1A"; }

.roo-icon-ellipsis:before {
    content: "\EA1B"; }

.roo-icon-emotion:before {
    content: "\EA1C"; }

.roo-icon-exclamation-circle:before {
    content: "\EA1D"; }

.roo-icon-export:before {
    content: "\EA1E"; }

.roo-icon-expression:before {
    content: "\EA1F"; }

.roo-icon-file-text:before {
    content: "\EA20"; }

.roo-icon-file:before {
    content: "\EA21"; }

.roo-icon-flag:before {
    content: "\EA22"; }

.roo-icon-gear:before {
    content: "\EA23"; }

.roo-icon-home:before {
    content: "\EA24"; }

.roo-icon-info-circle-o:before {
    content: "\EA25"; }

.roo-icon-info-circle:before {
    content: "\EA26"; }

.roo-icon-info:before {
    content: "\EA27"; }

.roo-icon-left:before {
    content: "\EA28"; }

.roo-icon-loading:before {
    content: "\EA29"; }

.roo-icon-lock:before {
    content: "\EA2A"; }

.roo-icon-minus-square-o:before {
    content: "\EA2B"; }

.roo-icon-minus:before {
    content: "\EA2C"; }

.roo-icon-msg-fill:before {
    content: "\EA2D"; }

.roo-icon-ok:before {
    content: "\EA2E"; }

.roo-icon-percentage:before {
    content: "\EA2F"; }

.roo-icon-play-circle:before {
    content: "\EA30"; }

.roo-icon-plus-circle:before {
    content: "\EA31"; }

.roo-icon-plus:before {
    content: "\EA32"; }

.roo-icon-praise-fill:before {
    content: "\EA33"; }

.roo-icon-praise:before {
    content: "\EA34"; }

.roo-icon-question-o:before {
    content: "\EA35"; }

.roo-icon-question:before {
    content: "\EA36"; }

.roo-icon-question2:before {
    content: "\EA37"; }

.roo-icon-right:before {
    content: "\EA38"; }

.roo-icon-sad:before {
    content: "\EA39"; }

.roo-icon-safeguard:before {
    content: "\EA3A"; }

.roo-icon-save:before {
    content: "\EA3B"; }

.roo-icon-search:before {
    content: "\EA3C"; }

.roo-icon-smile:before {
    content: "\EA3D"; }

.roo-icon-sort-toggle:before {
    content: "\EA3E"; }

.roo-icon-square:before {
    content: "\EA3F"; }

.roo-icon-star-fill:before {
    content: "\EA40"; }

.roo-icon-star:before {
    content: "\EA41"; }

.roo-icon-time:before {
    content: "\EA42"; }

.roo-icon-times-circle-o:before {
    content: "\EA43"; }

.roo-icon-times-circle:before {
    content: "\EA44"; }

.roo-icon-times:before {
    content: "\EA45"; }

.roo-icon-trash-o:before {
    content: "\EA46"; }

.roo-icon-up:before {
    content: "\EA47"; }

.roo-icon-upload:before {
    content: "\EA48"; }

.roo-icon-user:before {
    content: "\EA49"; }

.roo-icon-volume-up:before {
    content: "\EA4A"; }

.roo-icon-warning:before {
    content: "\EA4B"; }

/*
---------------
按钮样式
---------------
*/
.roo-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0 16.1px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-btn:hover, .roo-btn:focus {
        text-decoration: none; }
    .roo-btn:focus, .roo-btn.focus {
        outline: 0; }
    .roo-btn.disabled, .roo-btn:disabled {
        color: #BABCCC !important;
        background-color: #F7F8FA !important;
        border-color: #E9EAF2 !important;
        cursor: not-allowed; }
    .roo-btn:not(:disabled):not(.disabled) {
        cursor: pointer; }
    .roo-btn a.roo-btn.disabled,
    .roo-btn fieldset:disabled a.roo-btn {
        pointer-events: none; }
    .roo-btn.roo-btn-stable {
        width: 100px; }
    .roo-btn.roo-btn-primary {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4; }
        .roo-btn.roo-btn-primary:hover {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-primary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-primary.dropdown-toggle {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-secondary {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4; }
        .roo-btn.roo-btn-secondary:hover {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-secondary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: rgba(0, 171, 228, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-brand {
        color: #585A6E;
        background-color: #FFD161;
        border-color: #FFD161; }
        .roo-btn.roo-btn-brand:hover {
            color: #585A6E;
            background-color: rgba(255, 209, 97, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-brand:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-brand.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(255, 209, 97, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-success {
        color: #fff;
        background-color: #63D29D;
        border-color: #63D29D; }
        .roo-btn.roo-btn-success:hover {
            color: #fff;
            background-color: rgba(99, 210, 157, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-success:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-success.dropdown-toggle {
            color: #fff;
            background-color: rgba(99, 210, 157, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8; }
        .roo-btn.roo-btn-info:hover {
            color: #fff;
            background-color: rgba(23, 162, 184, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-info:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-info.dropdown-toggle {
            color: #fff;
            background-color: rgba(23, 162, 184, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-warning {
        color: #fff;
        background-color: #F8B500;
        border-color: #F8B500; }
        .roo-btn.roo-btn-warning:hover {
            color: #585A6E;
            background-color: rgba(248, 181, 0, 0.8);
            border-color: transparent;
            color: #fff; }
        .roo-btn.roo-btn-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-warning:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-warning.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(248, 181, 0, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-danger {
        color: #fff;
        background-color: #F76C6C;
        border-color: #F76C6C; }
        .roo-btn.roo-btn-danger:hover {
            color: #fff;
            background-color: rgba(247, 108, 108, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-danger:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-danger.dropdown-toggle {
            color: #fff;
            background-color: rgba(247, 108, 108, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-light {
        color: #585A6E;
        background-color: #fff;
        border-color: #fff; }
        .roo-btn.roo-btn-light:hover {
            color: #585A6E;
            background-color: rgba(255, 255, 255, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-light:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-light.dropdown-toggle {
            color: #585A6E;
            background-color: rgba(255, 255, 255, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-dark {
        color: #fff;
        background-color: #585A6E;
        border-color: #585A6E; }
        .roo-btn.roo-btn-dark:hover {
            color: #fff;
            background-color: rgba(88, 90, 110, 0.8);
            border-color: transparent; }
        .roo-btn.roo-btn-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-dark:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-dark.dropdown-toggle {
            color: #fff;
            background-color: rgba(88, 90, 110, 0.9);
            border-color: transparent; }
    .roo-btn.roo-btn-outline-primary {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-outline-primary:hover {
            border-color: #00abe4; }
        .roo-btn.roo-btn-outline-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-primary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-primary.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
    .roo-btn.roo-btn-outline-secondary {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-outline-secondary:hover {
            border-color: #00abe4; }
        .roo-btn.roo-btn-outline-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-secondary:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-secondary.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
    .roo-btn.roo-btn-outline-brand {
        color: #FFD161;
        background-color: #fff;
        background-image: none;
        border-color: #FFD161;
        color: #FFD161; }
        .roo-btn.roo-btn-outline-brand:hover {
            border-color: rgba(255, 209, 97, 0.8);
            color: rgba(255, 209, 97, 0.8); }
        .roo-btn.roo-btn-outline-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-brand:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-brand.dropdown-toggle {
            border-color: rgba(255, 209, 97, 0.8); }
    .roo-btn.roo-btn-outline-success {
        color: #63D29D;
        background-color: #fff;
        background-image: none;
        border-color: rgba(99, 210, 157, 0.3); }
        .roo-btn.roo-btn-outline-success:hover {
            border-color: #63D29D; }
        .roo-btn.roo-btn-outline-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-success:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-success.dropdown-toggle {
            border-color: rgba(99, 210, 157, 0.8); }
    .roo-btn.roo-btn-outline-info {
        color: #17a2b8;
        background-color: #fff;
        background-image: none;
        border-color: rgba(23, 162, 184, 0.3); }
        .roo-btn.roo-btn-outline-info:hover {
            border-color: #17a2b8; }
        .roo-btn.roo-btn-outline-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-info.dropdown-toggle {
            border-color: rgba(23, 162, 184, 0.8); }
    .roo-btn.roo-btn-outline-warning {
        color: #F8B500;
        background-color: #fff;
        background-image: none;
        border-color: rgba(248, 181, 0, 0.3); }
        .roo-btn.roo-btn-outline-warning:hover {
            border-color: #F8B500; }
        .roo-btn.roo-btn-outline-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-warning:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-warning.dropdown-toggle {
            border-color: rgba(248, 181, 0, 0.8); }
    .roo-btn.roo-btn-outline-danger {
        color: #F76C6C;
        background-color: #fff;
        background-image: none;
        border-color: rgba(247, 108, 108, 0.3); }
        .roo-btn.roo-btn-outline-danger:hover {
            border-color: #F76C6C; }
        .roo-btn.roo-btn-outline-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-danger:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-danger.dropdown-toggle {
            border-color: rgba(247, 108, 108, 0.8); }
    .roo-btn.roo-btn-outline-light {
        color: #fff;
        background-color: #fff;
        background-image: none;
        border-color: rgba(255, 255, 255, 0.3); }
        .roo-btn.roo-btn-outline-light:hover {
            border-color: #fff; }
        .roo-btn.roo-btn-outline-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-light:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-light.dropdown-toggle {
            border-color: rgba(255, 255, 255, 0.8); }
    .roo-btn.roo-btn-outline-dark {
        color: #585A6E;
        background-color: #fff;
        background-image: none;
        border-color: rgba(88, 90, 110, 0.3); }
        .roo-btn.roo-btn-outline-dark:hover {
            border-color: #585A6E; }
        .roo-btn.roo-btn-outline-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-outline-dark:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-outline-dark.dropdown-toggle {
            border-color: rgba(88, 90, 110, 0.8); }
    .roo-btn.roo-btn-default {
        color: #00abe4;
        background-color: #fff;
        background-image: none;
        border-color: rgba(0, 171, 228, 0.3); }
        .roo-btn.roo-btn-default:hover {
            background: white; }
        .roo-btn.roo-btn-default:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default:not(:disabled):not(.disabled).active,
        .show > .roo-btn.roo-btn-default.dropdown-toggle {
            border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-primary {
            color: #00abe4;
            background-color: #fff;
            background-image: none;
            border-color: rgba(0, 171, 228, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-primary:hover {
                border-color: #00abe4; }
            .roo-btn.roo-btn-default.roo-btn-primary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-primary:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-primary.dropdown-toggle {
                border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-secondary {
            color: #00abe4;
            background-color: #fff;
            background-image: none;
            border-color: rgba(0, 171, 228, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-secondary:hover {
                border-color: #00abe4; }
            .roo-btn.roo-btn-default.roo-btn-secondary:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-secondary:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-secondary.dropdown-toggle {
                border-color: rgba(0, 171, 228, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-brand {
            color: #FFD161;
            background-color: #fff;
            background-image: none;
            border-color: #FFD161;
            color: #FFD161; }
            .roo-btn.roo-btn-default.roo-btn-brand:hover {
                border-color: rgba(255, 209, 97, 0.8);
                color: rgba(255, 209, 97, 0.8); }
            .roo-btn.roo-btn-default.roo-btn-brand:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-brand:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-brand.dropdown-toggle {
                border-color: rgba(255, 209, 97, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-success {
            color: #63D29D;
            background-color: #fff;
            background-image: none;
            border-color: rgba(99, 210, 157, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-success:hover {
                border-color: #63D29D; }
            .roo-btn.roo-btn-default.roo-btn-success:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-success:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-success.dropdown-toggle {
                border-color: rgba(99, 210, 157, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-info {
            color: #17a2b8;
            background-color: #fff;
            background-image: none;
            border-color: rgba(23, 162, 184, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-info:hover {
                border-color: #17a2b8; }
            .roo-btn.roo-btn-default.roo-btn-info:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-info:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-info.dropdown-toggle {
                border-color: rgba(23, 162, 184, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-warning {
            color: #F8B500;
            background-color: #fff;
            background-image: none;
            border-color: rgba(248, 181, 0, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-warning:hover {
                border-color: #F8B500; }
            .roo-btn.roo-btn-default.roo-btn-warning:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-warning:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-warning.dropdown-toggle {
                border-color: rgba(248, 181, 0, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-danger {
            color: #F76C6C;
            background-color: #fff;
            background-image: none;
            border-color: rgba(247, 108, 108, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-danger:hover {
                border-color: #F76C6C; }
            .roo-btn.roo-btn-default.roo-btn-danger:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-danger:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-danger.dropdown-toggle {
                border-color: rgba(247, 108, 108, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-light {
            color: #fff;
            background-color: #fff;
            background-image: none;
            border-color: rgba(255, 255, 255, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-light:hover {
                border-color: #fff; }
            .roo-btn.roo-btn-default.roo-btn-light:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-light:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-light.dropdown-toggle {
                border-color: rgba(255, 255, 255, 0.8); }
        .roo-btn.roo-btn-default.roo-btn-dark {
            color: #585A6E;
            background-color: #fff;
            background-image: none;
            border-color: rgba(88, 90, 110, 0.3); }
            .roo-btn.roo-btn-default.roo-btn-dark:hover {
                border-color: #585A6E; }
            .roo-btn.roo-btn-default.roo-btn-dark:not(:disabled):not(.disabled):active, .roo-btn.roo-btn-default.roo-btn-dark:not(:disabled):not(.disabled).active,
            .show > .roo-btn.roo-btn-default.roo-btn-dark.dropdown-toggle {
                border-color: rgba(88, 90, 110, 0.8); }
    .roo-btn.roo-btn-dropdown {
        width: 100%;
        text-align-last: left;
        border-color: #A2A4B3;
        color: #585A6E; }
    .roo-btn.roo-btn-link {
        font-weight: 400;
        color: #00abe4;
        background-color: transparent; }
        .roo-btn.roo-btn-link:hover {
            color: rgba(0, 171, 228, 0.7);
            text-decoration: none;
            background-color: transparent;
            border-color: transparent; }
        .roo-btn.roo-btn-link:focus, .roo-btn.roo-btn-link.focus {
            text-decoration: none;
            border-color: transparent;
            box-shadow: none; }
        .roo-btn.roo-btn-link:disabled, .roo-btn.roo-btn-link.disabled {
            color: #E9EAF2;
            pointer-events: none;
            border-color: transparent !important;
            background-color: transparent !important; }
    .roo-btn.roo-btn-link-brand {
        color: #FFD161; }
    .roo-btn.roo-btn-dashed {
        border-style: dashed; }
    .roo-btn.roo-btn-lg {
        padding: 0 16.1px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 2px; }
        .roo-btn.roo-btn-lg.roo-btn-stable {
            width: 120px; }
    .roo-btn.roo-btn-sm {
        padding: 0 12px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 2px; }
        .roo-btn.roo-btn-sm.roo-btn-stable {
            width: 80px; }
    .roo-btn.roo-btn-xs {
        padding: 0 12px;
        font-size: 12px;
        line-height: 26px;
        border-radius: 2px; }
        .roo-btn.roo-btn-xs.roo-btn-stable {
            width: 80px; }
    .roo-btn.roo-btn-block {
        display: block;
        width: 100%; }
        .roo-btn.roo-btn-block + .roo-btn-block {
            margin-top: 8px; }
    .roo-btn.roo-btn-weaken {
        border-color: rgba(0, 171, 228, 0.1); }
    .roo-btn input[type="submit"].roo-btn-block,
    .roo-btn input[type="reset"].roo-btn-block,
    .roo-btn input[type="button"].roo-btn-block {
        width: 100%; }
    .roo-btn .roo-icon {
        display: inline-block;
        margin-right: 5px;
        font-style: normal;
        font-size: 1.2em; }
        .roo-btn .roo-icon.roo-icon-loading {
            font-size: 1em; }

.roo-btn .roo-icon:only-child {
    margin: 0; }

.roo-btn-upload {
    position: relative;
    overflow: hidden; }
    .roo-btn-upload input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        text-indent: -400px;
        cursor: pointer; }

.roo-btn-radio-group .roo-btn {
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.roo-btn-radio-group.roo-btn-group .roo-btn:first-child {
    margin-left: 0; }

.roo-btn-radio-group .roo-btn.disabled, .roo-btn-radio-group .roo-btn:disabled {
    z-index: 1; }

.roo-btn-radio-group .roo-btn-radio-active {
    border: 1px solid rgba(0, 171, 228, 0.9);
    z-index: 3;
    margin-left: -1px; }
    .roo-btn-radio-group .roo-btn-radio-active.roo-btn.disabled, .roo-btn-radio-group .roo-btn-radio-active .roo-btn:disabled {
        background-color: rgba(0, 171, 228, 0.1) !important;
        color: #fff !important; }

/*
---------------
表单样式
---------------
*/
.roo-input {
    display: inline-block;
    vertical-align: middle; }

.form-control {
    display: block; }

.roo-input,
.form-control {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #585A6E;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E9EAF2;
    height: 36px;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .roo-input.noresize,
    .form-control.noresize {
        resize: none; }
    @media screen and (prefers-reduced-motion: reduce) {
        .roo-input,
        .form-control {
            transition: none; } }
    .roo-input::-ms-expand,
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0; }
    .roo-input:focus:not([readonly]), .roo-input.focus,
    .form-control:focus:not([readonly]),
    .form-control.focus {
        border-color: #A2A4B3;
        outline: 0; }
    .roo-input::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input::placeholder,
    .form-control::placeholder {
        color: #BABCCC;
        opacity: 1; }
    .roo-input[readonly],
    .form-control[readonly] {
        border-color: #E9EAF2;
        color: #585A6E;
        opacity: 1; }
    .roo-input:disabled, .roo-input.disabled,
    .form-control:disabled,
    .form-control.disabled {
        border-color: #E9EAF2;
        color: #BABCCC;
        background-color: #F7F8FA;
        cursor: not-allowed; }
    .roo-input:hover:not([readonly]):not([disabled]):not(.disabled),
    .form-control:hover:not([readonly]):not([disabled]):not(.disabled) {
        border-color: #A2A4B3; }

.select-input-wrapper .roo-input,
.select-input-wrapper .form-control {
    color: #585A6E; }
    .select-input-wrapper .roo-input:disabled,
    .select-input-wrapper .form-control:disabled {
        color: #BABCCC; }
        .select-input-wrapper .roo-input:disabled + .roo-icon,
        .select-input-wrapper .roo-input:disabled + .roo-icon:hover,
        .select-input-wrapper .form-control:disabled + .roo-icon,
        .select-input-wrapper .form-control:disabled + .roo-icon:hover {
            color: #BABCCC;
            cursor: not-allowed; }
    .select-input-wrapper .roo-input:not(.roo-input-plaintext):not(.roo-input-line):read-only,
    .select-input-wrapper .form-control:not(.roo-input-plaintext):not(.roo-input-line):read-only {
        border-color: #E9EAF2; }
        .select-input-wrapper .roo-input:not(.roo-input-plaintext):not(.roo-input-line):read-only:hover,
        .select-input-wrapper .form-control:not(.roo-input-plaintext):not(.roo-input-line):read-only:hover {
            border-color: #A2A4B3; }
    .select-input-wrapper .roo-input:focus,
    .select-input-wrapper .form-control:focus {
        border-color: #A2A4B3 !important; }
    .select-input-wrapper .roo-input.roo-input-plaintext:hover,
    .select-input-wrapper .form-control.roo-input-plaintext:hover {
        border-color: #A2A4B3; }
    .select-input-wrapper .roo-input.roo-input-line:hover,
    .select-input-wrapper .form-control.roo-input-line:hover {
        border-bottom-color: #A2A4B3; }
    .select-input-wrapper .roo-input.roo-input-line:focus,
    .select-input-wrapper .form-control.roo-input-line:focus {
        border-color: transparent transparent #A2A4B3 transparent !important; }

textarea.roo-input {
    height: auto; }

.statistics {
    font-size: '12px';
    color: #BABCCC;
    margin: 0;
    text-align: 'right'; }

.roo-input-error {
    border-color: #F76C6C; }

.has-error .select-input-wrapper .roo-input,
.has-error .select-input-wrapper .form-control,
.has-error .roo-input,
.has-error .form-control {
    border-color: #F76C6C !important; }

.has-error .select-input-wrapper .help-block,
.has-error .help-block {
    color: #F76C6C; }

.has-success-hook {
    position: relative; }
    .has-success-hook::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        display: inline-block;
        content: "";
        font-family: "roo-icon";
        font-size: 1.4em;
        color: #63D29D; }
    .has-success-hook .roo-input:not([readonly]):not([disabled]):not(.disabled),
    .has-success-hook .form-control:not([readonly]):not([disabled]):not(.disabled) {
        border-color: #63D29D; }
    .has-success-hook .help-block {
        color: #63D29D; }

select.roo-input:not([size]):not([multiple]) {
    height: 36px; }

select.roo-input:focus::-ms-value {
    color: #00abe4;
    background-color: #F7F8FA; }

.roo-input-file,
.roo-input-range {
    display: block;
    width: 100%; }

.control-label,
.col-form-label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }

.control-label-lg,
.col-form-label-lg {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.5; }

.control-label-sm,
.col-form-label-sm {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1.5; }

.control-label-xs,
.col-form-label-xs {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.5; }

.roo-input-required::before {
    display: inline-block;
    margin-right: 5px;
    content: "*";
    line-height: 1.5;
    vertical-align: middle;
    font-size: inherit;
    color: #F76C6C; }

.roo-input-inline {
    display: inline-block;
    width: auto; }

.roo-input-plaintext {
    background-color: #F7F8FA;
    border-color: #F7F8FA; }
    .roo-input-plaintext[readonly] {
        background-color: #F7F8FA;
        border-color: #F7F8FA; }

.roo-input-line {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
    .roo-input-line:focus:not([readonly]):not([disabled]), .roo-input-line:hover:not([readonly]):not([disabled]) {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent; }
    .roo-input-line[readonly] {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #A2A4B3; }

.roo-input-xs,
.form-control-xs {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: 28px; }

select.roo-input-xs:not([size]):not([multiple]) {
    height: 28px; }

.roo-input-sm,
.form-control-sm {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    height: 32px; }

select.roo-input-sm:not([size]):not([multiple]) {
    height: 32px; }

.roo-input-lg,
.form-control-lg {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    height: 40px; }

select.roo-input-lg:not([size]):not([multiple]) {
    height: 40px; }

.form-group-content {
    margin-top: 0; }

.form-group {
    margin-bottom: 16px; }
    .form-group .help-block {
        margin-top: 4px;
        margin-bottom: 0;
        font-size: 14px; }
    .form-group .control-label,
    .form-group .col-form-label {
        text-align: right; }
        .form-group .control-label + .form-group-content .roo-checkbox,
        .form-group .control-label + .form-group-content .roo-radio,
        .form-group .col-form-label + .form-group-content .roo-checkbox,
        .form-group .col-form-label + .form-group-content .roo-radio {
            margin-top: 7px; }
        .form-group .control-label + .form-group-content .roo-switch,
        .form-group .col-form-label + .form-group-content .roo-switch {
            top: 4px; }
        .form-group .control-label + .form-group-content .roo-mark,
        .form-group .col-form-label + .form-group-content .roo-mark {
            display: inline-block;
            width: 100%;
            padding: 7px 0px;
            vertical-align: middle;
            line-height: 1.5; }
    .form-group .roo-btn + .roo-btn {
        margin-left: 20px; }
    .form-group .roo-btn-radio-group .roo-btn + .roo-btn {
        margin-left: -1px; }
    .form-group.roo-form-vertical .form-group-content {
        margin-top: 10px; }

.form-group.roo-form-inline {
    display: inline-block;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: top; }
    .form-group.roo-form-inline input {
        display: inline-block;
        width: auto;
        width: initial; }
    .form-group.roo-form-inline .control-label {
        line-height: 36px;
        vertical-align: top; }
    .form-group.roo-form-inline .form-group-content {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px; }
        .form-group.roo-form-inline .form-group-content .roo-radio, .form-group.roo-form-inline .form-group-content .roo-checkbox {
            line-height: 36px;
            vertical-align: top; }
        .form-group.roo-form-inline .form-group-content .roo-switch {
            line-height: 36px;
            display: -ms-inline-flexbox;
            display: inline-flex; }

.form-text {
    display: block;
    margin-top: 4px; }

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px; }

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center; }
    .form-inline .form-check {
        width: 100%; }

.roo-input-number {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: middle; }
    .roo-input-number input {
        border: none;
        outline: none;
        height: 100%;
        width: 64px;
        margin: 0 32px;
        text-align: center;
        color: #585A6E; }
    .roo-input-number.disabled {
        background-color: #F7F8FA;
        border-color: #E9EAF2 !important;
        color: #E9EAF2; }
        .roo-input-number.disabled input {
            background-color: #F7F8FA;
            color: #BABCCC;
            cursor: not-allowed !important; }
        .roo-input-number.disabled .input-number-operator {
            border-color: #E9EAF2 !important;
            color: #E9EAF2 !important;
            cursor: not-allowed !important; }
    .roo-input-number .input-number-operator {
        position: absolute;
        display: table;
        width: 36px;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: #A2A4B3; }
        .roo-input-number .input-number-operator:hover {
            cursor: pointer;
            color: #858692; }
        .roo-input-number .input-number-operator::after {
            display: table-cell;
            vertical-align: middle;
            font-family: "roo-icon"; }
        .roo-input-number .input-number-operator.decrease {
            left: 0;
            top: 0;
            border-right: 1px solid #E9EAF2; }
            .roo-input-number .input-number-operator.decrease::after {
                content: ""; }
        .roo-input-number .input-number-operator.increase {
            right: 0;
            top: 0;
            border-left: 1px solid #E9EAF2; }
            .roo-input-number .input-number-operator.increase::after {
                content: ""; }
        .roo-input-number .input-number-operator.disabled {
            background-color: #F7F8FA;
            border-color: #E9EAF2 !important;
            color: #E9EAF2 !important;
            cursor: not-allowed; }
    .roo-input-number:hover .input-number-operator {
        border-color: #A2A4B3; }

.roo-input-number-vertical input {
    width: 64px;
    margin: 0 32px 0 0;
    color: #585A6E; }

.roo-input-number-vertical .input-number-operator {
    display: block;
    width: 28px;
    height: 50%; }
    .roo-input-number-vertical .input-number-operator::after {
        position: absolute;
        display: inline-block;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        font-size: 12px; }
    .roo-input-number-vertical .input-number-operator.decrease {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        border-left: 1px solid #E9EAF2;
        border-right: none; }
        .roo-input-number-vertical .input-number-operator.decrease::after {
            content: ""; }
    .roo-input-number-vertical .input-number-operator.increase {
        left: auto;
        right: 0;
        top: 0;
        border-bottom: 1px solid #E9EAF2; }
        .roo-input-number-vertical .input-number-operator.increase.disabled {
            border-bottom: 1px solid #E9EAF2 !important; }
        .roo-input-number-vertical .input-number-operator.increase::after {
            content: ""; }

.roo-input-number-vertical:hover .input-number-operator {
    border-color: #E9EAF2; }

.roo-input-number-no-operator input {
    margin: 0; }

.roo-input-tag {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden; }
    .roo-input-tag .roo-tag {
        margin-bottom: 7px;
        margin-right: 7px;
        white-space: unset;
        text-align: left; }
    .roo-input-tag input {
        height: 24px;
        margin-bottom: 7px;
        outline: none;
        border: none;
        color: #585A6E;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .roo-input-tag .tags-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -7px; }
    .roo-input-tag.disabled .roo-tag i {
        display: none; }
    .roo-input-tag.disabled input {
        cursor: not-allowed; }
    .roo-input-tag.roo-input-lg,
    .roo-input-tag .form-control-lg {
        min-height: 40px;
        padding-top: 6px;
        padding-bottom: 6px; }
    .roo-input-tag.roo-input-sm,
    .roo-input-tag .form-control-sm {
        min-height: 32px;
        padding-top: 3px;
        padding-bottom: 3px; }
    .roo-input-tag.roo-input-xs,
    .roo-input-tag .form-control-xs {
        min-height: 28px;
        padding-top: 1px;
        padding-bottom: 1px; }

.roo-radio {
    position: relative;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-radio.inline-label {
        max-width: 200px; }
    .roo-radio.block-label {
        display: block;
        margin-bottom: 10px; }
    .roo-radio:hover {
        cursor: pointer; }
        .roo-radio:hover .custom-radio:not(.half-checked) {
            border-color: #A2A4B3; }
    .roo-radio input[type=radio] {
        position: absolute;
        display: none; }
    .roo-radio .custom-radio {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid #BABCCC;
        background-color: #fff;
        vertical-align: sub;
        border-radius: 50%; }
        .roo-radio .custom-radio::before {
            position: absolute;
            display: inline-block;
            content: '';
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            background-color: transparent;
            border-radius: 50%; }
    .roo-radio input:checked + .custom-radio {
        background-color: #00abe4;
        border-color: #00abe4 !important; }
        .roo-radio input:checked + .custom-radio::before {
            background-color: #fff; }
    .roo-radio input:disabled + .custom-radio {
        border-color: #BABCCC;
        background-color: #E9EAF2; }
    .roo-radio input:disabled:checked + .custom-radio {
        border-color: #E9EAF2 !important;
        background-color: #E9EAF2;
        opacity: 1; }
    .roo-radio input:disabled ~ span {
        opacity: .5; }

.roo-radio-group .roo-radio {
    margin-left: 0;
    margin-right: 30px; }

.roo-radio-group .roo-radio + .roo-radio:not(.block-label) {
    margin-right: 30px;
    margin-left: 0; }

.roo-radio + .roo-radio:not(.block-label) {
    margin-left: 30px;
    margin-right: 0; }

.roo-checkbox {
    position: relative;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .roo-checkbox.inline-label {
        max-width: 200px; }
    .roo-checkbox.block-label {
        display: block;
        margin-bottom: 10px; }
    .roo-checkbox:hover {
        cursor: pointer; }
        .roo-checkbox:hover .custom-checkbox:not(.half-checked) {
            border-color: #A2A4B3; }
    .roo-checkbox input[type=checkbox] {
        position: absolute;
        display: none; }
    .roo-checkbox .custom-checkbox {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid #BABCCC;
        background-color: #fff;
        vertical-align: sub;
        border-radius: 2px; }
        .roo-checkbox .custom-checkbox::before {
            position: absolute;
            display: inline-block;
            content: ''; }
    .roo-checkbox input:checked + .custom-checkbox {
        background-color: #00abe4;
        border-color: #00abe4 !important; }
        .roo-checkbox input:checked + .custom-checkbox::before {
            left: 50%;
            top: 30%;
            -webkit-transform: translate(-50%, -30%) rotate(45deg);
                -ms-transform: translate(-50%, -30%) rotate(45deg);
                    transform: translate(-50%, -30%) rotate(45deg);
            width: 6px;
            height: 10px;
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0; }
    .roo-checkbox input:disabled + .custom-checkbox {
        border-color: #BABCCC;
        background-color: #E9EAF2; }
    .roo-checkbox input:disabled:checked + .custom-checkbox {
        border-color: #E9EAF2 !important;
        background-color: #E9EAF2;
        opacity: 1; }
    .roo-checkbox input:disabled ~ span {
        opacity: .5; }
    .roo-checkbox .half-checked {
        border-color: #00abe4;
        background-color: #00abe4; }
        .roo-checkbox .half-checked::before {
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 10px;
            border-bottom: 2px solid #fff; }
    .roo-checkbox input:disabled + .half-checked {
        border-color: #E9EAF2; }

.roo-checkbox-group .roo-checkbox {
    margin-left: 0;
    margin-right: 30px; }

.roo-checkbox-group .roo-checkbox + .roo-checkbox:not(.block-label) {
    margin-right: 30px;
    margin-left: 0; }

.roo-checkbox + .roo-checkbox:not(.block-label) {
    margin-left: 30px;
    margin-right: 0; }

/**
 * 面板
 * 面板组件属于容器组件，用于包含其他组件对页面进行分块排版。
 */
.roo-panel {
    position: relative;
    background-color: #fff; }
    .roo-panel.roo-panel-default {
        box-shadow: 0 0 6px 0 #E9EAF2; }
        .roo-panel.roo-panel-default .roo-panel-heading {
            padding: 20px 40px 0 40px; }
        .roo-panel.roo-panel-default .roo-panel-heading-padding {
            padding-bottom: 20px; }
        .roo-panel.roo-panel-default .roo-panel-body {
            padding: 20px 40px; }
        .roo-panel.roo-panel-default .roo-panel-footer {
            padding: 20px 40px; }
    .roo-panel .roo-panel-heading {
        padding: 20px 40px 0 20px;
        color: #585A6E;
        font-size: 14px; }
        .roo-panel .roo-panel-heading::after {
            display: block;
            clear: both;
            content: ""; }
        .roo-panel .roo-panel-heading .roo-panel-title {
            margin: 0;
            padding: 0;
            font-size: 14px; }
        .roo-panel .roo-panel-heading .roo-panel-heading-items {
            margin-left: 10px;
            font-weight: normal; }
            .roo-panel .roo-panel-heading .roo-panel-heading-items .roo-btn {
                margin: -5px 0; }
        .roo-panel .roo-panel-heading .roo-panel-collapse-flag {
            color: #00abe4;
            cursor: pointer; }
        .roo-panel .roo-panel-heading .roo-panel-close {
            position: absolute;
            right: 20px;
            top: 20px;
            color: #A2A4B3; }
            .roo-panel .roo-panel-heading .roo-panel-close:hover {
                color: #585A6E; }
    .roo-panel .roo-panel-body {
        padding: 20px 20px; }
    .roo-panel .roo-panel-footer {
        padding: 20px 20px;
        border-top: 1px solid #E9EAF2; }
        .roo-panel .roo-panel-footer::after {
            display: block;
            clear: both;
            content: ""; }
        .roo-panel .roo-panel-footer .roo-btn {
            margin-left: 10px; }

.roo-panel-bordered .roo-panel-heading {
    padding-bottom: 20px;
    border: 1px solid #E9EAF2;
    border-bottom: none;
    background-color: #F7F8FA; }

.roo-panel-bordered .roo-panel-body {
    border: 1px solid #E9EAF2; }

.roo-panel-bordered .roo-panel-footer {
    border: 1px solid #E9EAF2;
    border-top: none; }

.roo-steps {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px; }
    .roo-steps::before, .roo-steps::after {
        display: table;
        line-height: 0;
        content: ""; }
    .roo-steps::after {
        clear: both; }
    .roo-steps li.roo-steps-item {
        float: left;
        position: relative;
        margin-bottom: 20px;
        margin-right: 10px;
        padding: 0;
        color: #585A6E;
        overflow: hidden; }
        .roo-steps li.roo-steps-item .roo-steps-icon {
            display: inline-block;
            margin-right: 10px;
            text-align: center;
            color: #585A6E; }
            .roo-steps li.roo-steps-item .roo-steps-icon .roo-steps-icon-content {
                width: 30px;
                height: 30px;
                line-height: 28px;
                border-radius: 1000px;
                border: 1px solid #585A6E; }
        .roo-steps li.roo-steps-item.roo-steps-error .roo-steps-icon .roo-steps-icon-content {
            color: #fff;
            border-color: #F76C6C;
            background-color: #F76C6C; }
        .roo-steps li.roo-steps-item.roo-steps-error .roo-steps-item-content .roo-steps-title,
        .roo-steps li.roo-steps-item.roo-steps-error .roo-steps-item-content .roo-steps-desc {
            color: #F76C6C; }
        .roo-steps li.roo-steps-item .roo-steps-item-content .roo-steps-desc {
            font-size: 12px;
            color: #858692;
            max-width: 140px; }
        .roo-steps li.roo-steps-item .roo-steps-title {
            font-size: 14px;
            line-height: 28px; }
    .roo-steps li[role='button']:hover {
        cursor: pointer; }
        .roo-steps li[role='button']:hover .roo-steps-icon .roo-steps-icon-content {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-steps li[role='button']:hover .roo-steps-title {
            color: #00abe4; }
    .roo-steps.vertical li.roo-steps-item {
        -ms-flex: 1;
            flex: 1;
        overflow: inherit; }
        .roo-steps.vertical li.roo-steps-item.roo-steps-finish .roo-steps-icon .roo-steps-icon-content, .roo-steps.vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-steps.vertical li.roo-steps-item.roo-steps-finish .roo-steps-tail::after {
            border-top: 1px dashed #00abe4; }
        .roo-steps.vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
            color: #fff;
            background-color: #00abe4; }
        .roo-steps.vertical li.roo-steps-item.roo-steps-active .roo-steps-title {
            color: #00abe4; }
        .roo-steps.vertical li.roo-steps-item .roo-steps-tail {
            position: absolute;
            left: 0;
            height: 1px;
            width: 100%;
            margin-left: 92px;
            padding: 0; }
            .roo-steps.vertical li.roo-steps-item .roo-steps-tail::after {
                display: inline-block;
                width: calc(100% - 35px);
                height: 1px;
                border-top: 1px dashed #585A6E;
                content: ''; }
        .roo-steps.vertical li.roo-steps-item .roo-steps-icon {
            margin-left: 55px; }
        .roo-steps.vertical li.roo-steps-item .roo-steps-item-content .roo-steps-title,
        .roo-steps.vertical li.roo-steps-item .roo-steps-item-content .roo-steps-desc {
            width: 140px;
            text-align: center; }
        .roo-steps.vertical li.roo-steps-item .roo-steps-item-content .roo-steps-title {
            display: block;
            margin-top: 7px;
            height: auto; }
        .roo-steps.vertical li.roo-steps-item:last-child {
            -ms-flex: none;
                flex: none; }
            .roo-steps.vertical li.roo-steps-item:last-child .roo-steps-tail::after {
                display: none; }
    .roo-steps.roo-steps-align {
        display: -ms-flexbox;
        display: flex; }
        .roo-steps.roo-steps-align li.roo-steps-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1;
                flex: 1; }
            .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-finish .roo-steps-icon .roo-steps-icon-content, .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
                color: #00abe4;
                border: 1px solid #00abe4; }
            .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
                color: #fff;
                background-color: #00abe4; }
            .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-active {
                color: #00abe4; }
                .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-active .roo-steps-title {
                    color: #00abe4; }
            .roo-steps.roo-steps-align li.roo-steps-item.roo-steps-finish .roo-steps-item-content .roo-steps-title::after {
                border-bottom-color: #00abe4; }
            .roo-steps.roo-steps-align li.roo-steps-item:last-child {
                -ms-flex: none;
                    flex: none; }
                .roo-steps.roo-steps-align li.roo-steps-item:last-child::before, .roo-steps.roo-steps-align li.roo-steps-item:last-child::after {
                    display: none; }
                .roo-steps.roo-steps-align li.roo-steps-item:last-child .roo-steps-item-content .roo-steps-title::after {
                    display: none; }
            .roo-steps.roo-steps-align li.roo-steps-item .roo-steps-icon {
                vertical-align: text-bottom;
                -ms-flex-negative: 0;
                    flex-shrink: 0; }
            .roo-steps.roo-steps-align li.roo-steps-item .roo-steps-item-content {
                display: -ms-flexbox;
                display: flex;
                -ms-flex: 1;
                    flex: 1;
                -ms-flex-direction: column;
                    flex-direction: column; }
                .roo-steps.roo-steps-align li.roo-steps-item .roo-steps-item-content .roo-steps-title {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                        align-items: center;
                    white-space: nowrap; }
                    .roo-steps.roo-steps-align li.roo-steps-item .roo-steps-item-content .roo-steps-title::after {
                        content: "";
                        -ms-flex: 1;
                            flex: 1;
                        display: inline-block;
                        margin-left: 5px;
                        vertical-align: text-top;
                        color: #585A6E;
                        border-bottom: 1px dashed #585A6E; }

.roo-steps-vertical {
    overflow: hidden;
    padding: 15px 0; }
    .roo-steps-vertical li.roo-steps-item {
        position: relative;
        vertical-align: top; }
        .roo-steps-vertical li.roo-steps-item .roo-steps-tail {
            position: absolute;
            left: 15px;
            top: 0;
            width: 1px;
            height: 100%;
            padding: 38px 0 6px; }
            .roo-steps-vertical li.roo-steps-item .roo-steps-tail::after {
                display: inline-block;
                height: 100%;
                width: 1px;
                border-left: 1px dashed #585A6E;
                content: ''; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-finish .roo-steps-tail::after {
            border-color: #00abe4; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-error .roo-steps-icon .roo-steps-icon-content {
            color: #fff;
            border-color: #F76C6C;
            background-color: #F76C6C; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-error .roo-steps-item-content .roo-steps-title,
        .roo-steps-vertical li.roo-steps-item.roo-steps-error .roo-steps-item-content .roo-steps-desc {
            color: #F76C6C; }
        .roo-steps-vertical li.roo-steps-item:last-child .roo-steps-tail {
            display: none; }
        .roo-steps-vertical li.roo-steps-item .roo-steps-icon {
            float: left;
            margin-right: 10px;
            text-align: center;
            font-size: 14px;
            color: #585A6E;
            z-index: 1; }
            .roo-steps-vertical li.roo-steps-item .roo-steps-icon .roo-steps-icon-content {
                width: 30px;
                height: 30px;
                line-height: 28px;
                border-radius: 1000px;
                border: 1px solid #585A6E; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-finish .roo-steps-icon .roo-steps-icon-content,
        .roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
            color: #fff;
            background-color: #00abe4; }
        .roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-item-content .roo-steps-title {
            color: #00abe4; }
        .roo-steps-vertical li.roo-steps-item .roo-steps-item-content {
            vertical-align: top;
            overflow: hidden;
            min-height: 80px; }
            .roo-steps-vertical li.roo-steps-item .roo-steps-item-content .roo-steps-title {
                height: 30px;
                line-height: 28px;
                font-size: 14px; }
            .roo-steps-vertical li.roo-steps-item .roo-steps-item-content .roo-steps-desc {
                font-size: 12px;
                color: #858692; }
    .roo-steps-vertical li[role='button']:hover {
        cursor: pointer; }
        .roo-steps-vertical li[role='button']:hover .roo-steps-icon .roo-steps-icon-content {
            color: #00abe4;
            border: 1px solid #00abe4; }
    .roo-steps-vertical li[role='button'].roo-steps-active:hover {
        cursor: pointer; }
        .roo-steps-vertical li[role='button'].roo-steps-active:hover .roo-steps-icon .roo-steps-icon-content {
            color: #fff;
            border: 1px solid #00abe4; }

.roo-transfer .roo-transfer-panel {
    position: relative;
    display: inline-block;
    width: 300px;
    border: 1px solid #E9EAF2;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-title {
        height: 36px;
        line-height: 36px;
        background-color: #F7F8FA;
        border-bottom: 1px solid #E9EAF2;
        border-radius: 2px; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-title .roo-transfer-panel-title-all {
            margin-left: 12px; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-title .roo-transfer-panel-title-count {
            float: right;
            line-height: 36px;
            margin-right: 12px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-empty {
        text-align: center;
        padding-top: 6px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-filter {
        padding: 0 12px;
        margin-top: 12px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-body {
        height: 240px;
        overflow: auto; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-body .roo-checkbox {
            display: block;
            padding: 6px 12px;
            margin-right: 0; }
            .roo-transfer .roo-transfer-panel .roo-transfer-panel-body .roo-checkbox:hover {
                background-color: #F7F8FA; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-footer {
        border-top: 1px solid #E9EAF2; }

.roo-transfer .roo-transfer-operations {
    display: inline-block;
    padding: 0 16px;
    vertical-align: middle; }
    .roo-transfer .roo-transfer-operations .roo-btn {
        display: block;
        margin-bottom: 16px; }

table {
    background-color: transparent;
    border-collapse: collapse; }

caption {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #585A6E;
    text-align: left; }

th {
    text-align: left;
    font-weight: normal; }

.roo-table {
    width: 100%;
    max-width: 100%;
    color: #585A6E;
    font-size: 14px; }
    .roo-table > thead > tr > th,
    .roo-table > thead > tr > td,
    .roo-table > tbody > tr > th,
    .roo-table > tbody > tr > td,
    .roo-table > tfoot > tr > th,
    .roo-table > tfoot > tr > td {
        height: 40px;
        padding: 9px 20px;
        line-height: 1.2;
        vertical-align: middle;
        border-top: 1px solid #E9EAF2;
        word-break: break-all;
        /* Non standard for webkit */
        word-break: break-word; }
    .roo-table thead {
        background: #F7F8FA; }
    .roo-table th {
        font-weight: normal;
        color: #858692; }
    .roo-table > caption + thead > tr:first-child > th,
    .roo-table > caption + thead > tr:first-child > td,
    .roo-table > colgroup + thead > tr:first-child > th,
    .roo-table > colgroup + thead > tr:first-child > td,
    .roo-table > thead:first-child > tr:first-child > th,
    .roo-table > thead:first-child > tr:first-child > td {
        border-top: 0; }
    .roo-table > tbody + tbody {
        border-top: 2px solid #E9EAF2; }
    .roo-table .table {
        background-color: #fff; }
    .roo-table .active {
        background-color: #E9EAF2; }
    .roo-table .success {
        background-color: #c6efdb; }
    .roo-table .info {
        background-color: #63d9ec; }
    .roo-table .warning {
        background-color: #ffdb79; }
    .roo-table .danger {
        background-color: #fee5e5; }
    .roo-table .cursor-pointer {
        cursor: pointer; }
        .roo-table .cursor-pointer:hover {
            background-color: #E9EAF2; }
    .roo-table .column-sorter {
        display: inline-block;
        width: 16px;
        margin-top: 1px;
        vertical-align: top;
        font-size: 0;
        white-space: pre-wrap; }
        .roo-table .column-sorter .roo-icon {
            height: 8px;
            line-height: 8px;
            font-size: 16px;
            color: #BABCCC; }
            .roo-table .column-sorter .roo-icon.off {
                color: #BABCCC; }
            .roo-table .column-sorter .roo-icon.on {
                color: #585A6E; }
            .roo-table .column-sorter .roo-icon:last-child {
                margin-top: -2px; }

.roo-table-condensed > thead > tr > th,
.roo-table-condensed > thead > tr > td,
.roo-table-condensed > tbody > tr > th,
.roo-table-condensed > tbody > tr > td,
.roo-table-condensed > tfoot > tr > th,
.roo-table-condensed > tfoot > tr > td {
    padding: 5px; }

.roo-table-expanded > thead > tr > th,
.roo-table-expanded > thead > tr > td,
.roo-table-expanded > tbody > tr > th,
.roo-table-expanded > tbody > tr > td,
.roo-table-expanded > tfoot > tr > th,
.roo-table-expanded > tfoot > tr > td {
    height: 60px;
    padding: 0 20px;
    vertical-align: middle; }

.roo-table-bordered {
    border: 1px solid #E9EAF2; }
    .roo-table-bordered > thead > tr > th,
    .roo-table-bordered > thead > tr > td,
    .roo-table-bordered > tbody > tr > th,
    .roo-table-bordered > tbody > tr > td,
    .roo-table-bordered > tfoot > tr > th,
    .roo-table-bordered > tfoot > tr > td {
        border-left: 1px solid #E9EAF2;
        border-right: 1px solid #E9EAF2; }
    .roo-table-bordered > thead > tr > th,
    .roo-table-bordered > thead > tr > td {
        border-bottom-width: 2px; }

.roo-table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F7F8FA; }

.roo-table-striped-expandable > tbody > tr:nth-of-type(4n - 1) {
    background-color: #F7F8FA; }

.roo-table-hover > tbody > tr:hover {
    background-color: #E9EAF2; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.roo-table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 1024px) {
        .roo-table-responsive {
            width: 100%;
            margin-bottom: 0.75;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #E9EAF2; }
            .roo-table-responsive > .roo-table {
                margin-bottom: 0; }
                .roo-table-responsive > .roo-table > thead > tr > th,
                .roo-table-responsive > .roo-table > thead > tr > td,
                .roo-table-responsive > .roo-table > tbody > tr > th,
                .roo-table-responsive > .roo-table > tbody > tr > td,
                .roo-table-responsive > .roo-table > tfoot > tr > th,
                .roo-table-responsive > .roo-table > tfoot > tr > td {
                    white-space: nowrap; }
            .roo-table-responsive > .roo-table-bordered {
                border: 0; }
                .roo-table-responsive > .roo-table-bordered > thead > tr > th:first-child,
                .roo-table-responsive > .roo-table-bordered > thead > tr > td:first-child,
                .roo-table-responsive > .roo-table-bordered > tbody > tr > th:first-child,
                .roo-table-responsive > .roo-table-bordered > tbody > tr > td:first-child,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr > th:first-child,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr > td:first-child {
                    border-left: 0; }
                .roo-table-responsive > .roo-table-bordered > thead > tr > th:last-child,
                .roo-table-responsive > .roo-table-bordered > thead > tr > td:last-child,
                .roo-table-responsive > .roo-table-bordered > tbody > tr > th:last-child,
                .roo-table-responsive > .roo-table-bordered > tbody > tr > td:last-child,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr > th:last-child,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr > td:last-child {
                    border-right: 0; }
                .roo-table-responsive > .roo-table-bordered > tbody > tr:last-child > th,
                .roo-table-responsive > .roo-table-bordered > tbody > tr:last-child > td,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr:last-child > th,
                .roo-table-responsive > .roo-table-bordered > tfoot > tr:last-child > td {
                    border-bottom: 0; } }

.roo-table-scrollable {
    position: relative; }
    .roo-table-scrollable .roo-table-header + .roo-table-body .roo-table {
        margin-top: -1px; }
    .roo-table-scrollable .roo-table-header {
        margin-bottom: -20px;
        padding-bottom: 20px;
        overflow: scroll; }
    .roo-table-scrollable .roo-table-body {
        background: #fff;
        position: relative; }
    .roo-table-scrollable .roo-table-fixed-left {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        box-shadow: 8px 0 8px rgba(233, 234, 242, 0.6); }
        .roo-table-scrollable .roo-table-fixed-left .roo-table-body {
            margin-right: -20px;
            padding-right: 20px; }
    .roo-table-scrollable .roo-table-fixed-right {
        position: absolute;
        right: 0;
        top: 0;
        box-shadow: -8px 0 8px rgba(233, 234, 242, 0.6); }
    .roo-table-scrollable.scroll-position-left .roo-table-fixed-left {
        box-shadow: none; }
    .roo-table-scrollable.scroll-position-right .roo-table-fixed-right {
        box-shadow: none; }

/**
 * 标签主要用于简短的标志说明。给链接、导航等元素嵌套，可以很醒目的展示新的或未读的信息条目
 * 标签一共分为两种，一种方形带圆边和一种椭圆形
 */
.roo-tag {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px; }
    .roo-tag.roo-tag-primary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-secondary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-brand {
        background-color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-tag.roo-tag-success {
        background-color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-tag.roo-tag-info {
        background-color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-tag.roo-tag-warning {
        background-color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-tag.roo-tag-danger {
        background-color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-tag.roo-tag-light {
        background-color: #fff;
        border: 1px solid #fff; }
    .roo-tag.roo-tag-dark {
        background-color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-tag.roo-tag-default {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-gray {
        background-color: #F7F8FA;
        border: 1px solid #F7F8FA;
        color: #585A6E; }
        .roo-tag.roo-tag-gray > i {
            color: #BABCCC; }
    .roo-tag > i {
        margin-left: 6px;
        cursor: pointer; }
    .roo-tag.roo-tag-reverse.roo-tag-primary {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-reverse.roo-tag-secondary {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-tag.roo-tag-reverse.roo-tag-brand {
        background-color: #fff;
        color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-tag.roo-tag-reverse.roo-tag-success {
        background-color: #fff;
        color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-tag.roo-tag-reverse.roo-tag-info {
        background-color: #fff;
        color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-tag.roo-tag-reverse.roo-tag-warning {
        background-color: #fff;
        color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-tag.roo-tag-reverse.roo-tag-danger {
        background-color: #fff;
        color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-tag.roo-tag-reverse.roo-tag-light {
        background-color: #fff;
        color: #fff;
        border: 1px solid #fff; }
    .roo-tag.roo-tag-reverse.roo-tag-dark {
        background-color: #fff;
        color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-tag.roo-tag-reverse.roo-tag-default {
        background-color: #fff;
        color: #00abe4;
        border: 1px solid #00abe4; }

.roo-tooltip-inner .roo-tag {
    margin-left: 3.5px;
    margin-right: 3.5px;
    margin-bottom: 7px; }

.roo-badge {
    display: inline-block;
    min-width: 20px;
    padding: 0 9px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 1000px; }
    .roo-badge.roo-badge-primary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-secondary {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-brand {
        background-color: #FFD161;
        border: 1px solid #FFD161; }
    .roo-badge.roo-badge-success {
        background-color: #63D29D;
        border: 1px solid #63D29D; }
    .roo-badge.roo-badge-info {
        background-color: #17a2b8;
        border: 1px solid #17a2b8; }
    .roo-badge.roo-badge-warning {
        background-color: #F8B500;
        border: 1px solid #F8B500; }
    .roo-badge.roo-badge-danger {
        background-color: #F76C6C;
        border: 1px solid #F76C6C; }
    .roo-badge.roo-badge-light {
        background-color: #fff;
        border: 1px solid #fff; }
    .roo-badge.roo-badge-dark {
        background-color: #585A6E;
        border: 1px solid #585A6E; }
    .roo-badge.roo-badge-default {
        background-color: #00abe4;
        border: 1px solid #00abe4; }
    .roo-badge.roo-badge-gray {
        background-color: #F7F8FA;
        border: 1px solid #F7F8FA;
        color: #585A6E; }
    .roo-badge.roo-badge-reverse {
        background: #fff;
        padding: 0 9px;
        line-height: 22px; }
        .roo-badge.roo-badge-reverse.roo-badge-primary {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-badge.roo-badge-reverse.roo-badge-secondary {
            color: #00abe4;
            border: 1px solid #00abe4; }
        .roo-badge.roo-badge-reverse.roo-badge-brand {
            color: #FFD161;
            border: 1px solid #FFD161; }
        .roo-badge.roo-badge-reverse.roo-badge-success {
            color: #63D29D;
            border: 1px solid #63D29D; }
        .roo-badge.roo-badge-reverse.roo-badge-info {
            color: #17a2b8;
            border: 1px solid #17a2b8; }
        .roo-badge.roo-badge-reverse.roo-badge-warning {
            color: #F8B500;
            border: 1px solid #F8B500; }
        .roo-badge.roo-badge-reverse.roo-badge-danger {
            color: #F76C6C;
            border: 1px solid #F76C6C; }
        .roo-badge.roo-badge-reverse.roo-badge-light {
            color: #fff;
            border: 1px solid #fff; }
        .roo-badge.roo-badge-reverse.roo-badge-dark {
            color: #585A6E;
            border: 1px solid #585A6E; }
        .roo-badge.roo-badge-reverse.roo-badge-default {
            color: #00abe4;
            border: 1px solid #00abe4; }

.roo-badge-wrap {
    position: relative;
    display: inline-block;
    line-height: 1; }

.roo-badge.roo-badge-fixed {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    border: 1px solid #fff;
    z-index: 1; }
    .roo-badge.roo-badge-fixed.roo-badge {
        padding: 0 4px;
        line-height: 18px; }
    .roo-badge.roo-badge-fixed.roo-badge-dot {
        z-index: 10;
        width: 8px;
        min-width: 8px;
        height: 8px;
        border-radius: 100%;
        padding: 0; }
    .roo-badge.roo-badge-fixed .roo-icon {
        display: inline; }

/**
 * 信息提示主要用于在页面内显示一些用户内部的提醒信息，
 * 有普通信息、错误信息以及成功信息三种类型
 */
.roo-alert {
    position: relative;
    margin: 0 10px;
    margin-bottom: 10px;
    padding: 9px 14px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #585A6E;
    line-height: normal;
    border-radius: 2px; }
    .roo-alert > i {
        font-size: 14px;
        margin-right: 5px; }
    .roo-alert .close,
    .roo-alert .extra {
        position: absolute;
        right: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .roo-alert .close {
        display: block;
        width: 14px;
        height: 14px;
        font-size: 14px;
        color: #A2A4B3 !important; }
        .roo-alert .close i {
            vertical-align: top; }
        .roo-alert .close:hover {
            color: #585A6E !important; }
    .roo-alert.roo-alert-primary {
        background-color: rgba(0, 171, 228, 0.1);
        border-color: rgba(0, 171, 228, 0.2); }
        .roo-alert.roo-alert-primary > i,
        .roo-alert.roo-alert-primary a {
            color: #00abe4; }
    .roo-alert.roo-alert-secondary {
        background-color: rgba(0, 171, 228, 0.1);
        border-color: rgba(0, 171, 228, 0.2); }
        .roo-alert.roo-alert-secondary > i,
        .roo-alert.roo-alert-secondary a {
            color: #00abe4; }
    .roo-alert.roo-alert-brand {
        background-color: rgba(255, 209, 97, 0.1);
        border-color: rgba(255, 209, 97, 0.2); }
        .roo-alert.roo-alert-brand > i,
        .roo-alert.roo-alert-brand a {
            color: #FFD161; }
    .roo-alert.roo-alert-success {
        background-color: rgba(99, 210, 157, 0.1);
        border-color: rgba(99, 210, 157, 0.2); }
        .roo-alert.roo-alert-success > i,
        .roo-alert.roo-alert-success a {
            color: #63D29D; }
    .roo-alert.roo-alert-info {
        background-color: rgba(23, 162, 184, 0.1);
        border-color: rgba(23, 162, 184, 0.2); }
        .roo-alert.roo-alert-info > i,
        .roo-alert.roo-alert-info a {
            color: #17a2b8; }
    .roo-alert.roo-alert-warning {
        background-color: rgba(248, 181, 0, 0.1);
        border-color: rgba(248, 181, 0, 0.2); }
        .roo-alert.roo-alert-warning > i,
        .roo-alert.roo-alert-warning a {
            color: #F8B500; }
    .roo-alert.roo-alert-danger {
        background-color: rgba(247, 108, 108, 0.1);
        border-color: rgba(247, 108, 108, 0.2); }
        .roo-alert.roo-alert-danger > i,
        .roo-alert.roo-alert-danger a {
            color: #F76C6C; }
    .roo-alert.roo-alert-light {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2); }
        .roo-alert.roo-alert-light > i,
        .roo-alert.roo-alert-light a {
            color: #fff; }
    .roo-alert.roo-alert-dark {
        background-color: rgba(88, 90, 110, 0.1);
        border-color: rgba(88, 90, 110, 0.2); }
        .roo-alert.roo-alert-dark > i,
        .roo-alert.roo-alert-dark a {
            color: #585A6E; }
    .roo-alert.roo-alert-dismissible {
        padding: 9px 20px; }

/*!
 * name:      Tooltip
 *
 * class:     tooltip
 */
.roo-tooltip {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    z-index: 1060;
    -webkit-filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23));
            filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23)); }
    .roo-tooltip.roo-tooltip-sm {
        font-size: 12px; }
        .roo-tooltip.roo-tooltip-sm .roo-tooltip-inner {
            padding: 4px 10px; }
    .roo-tooltip .roo-tooltip-inner {
        max-width: 300px;
        padding: 8px 12px;
        word-break: break-all;
        color: #fff;
        background-color: #585A6E;
        border-radius: 2px; }
    .roo-tooltip.roo-tooltip-bottom, .roo-tooltip.bottom {
        padding-top: 7px; }
        .roo-tooltip.roo-tooltip-bottom .roo-tooltip-arrow, .roo-tooltip.bottom .roo-tooltip-arrow {
            left: 50%;
            top: 2px;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            border-width: 0 5px 5px;
            border-bottom-color: #585A6E; }
            .roo-tooltip.roo-tooltip-bottom .roo-tooltip-arrow::after, .roo-tooltip.bottom .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #585A6E; }
    .roo-tooltip.roo-tooltip-bottom-left, .roo-tooltip.bottom-left {
        padding-top: 7px; }
        .roo-tooltip.roo-tooltip-bottom-left .roo-tooltip-arrow, .roo-tooltip.bottom-left .roo-tooltip-arrow {
            left: 14px;
            top: 2px;
            border-width: 0 5px 5px;
            border-bottom-color: #585A6E; }
            .roo-tooltip.roo-tooltip-bottom-left .roo-tooltip-arrow::after, .roo-tooltip.bottom-left .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #585A6E; }
    .roo-tooltip.roo-tooltip-bottom-right, .roo-tooltip.bottom-right {
        padding-top: 7px; }
        .roo-tooltip.roo-tooltip-bottom-right .roo-tooltip-arrow, .roo-tooltip.bottom-right .roo-tooltip-arrow {
            right: 14px;
            top: 2px;
            border-width: 0 5px 5px;
            border-bottom-color: #585A6E; }
            .roo-tooltip.roo-tooltip-bottom-right .roo-tooltip-arrow::after, .roo-tooltip.bottom-right .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #585A6E; }
    .roo-tooltip.roo-tooltip-top, .roo-tooltip.top {
        padding-bottom: 7px; }
        .roo-tooltip.roo-tooltip-top .roo-tooltip-arrow, .roo-tooltip.top .roo-tooltip-arrow {
            bottom: 2px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            border-width: 5px 5px 0;
            border-top-color: #585A6E;
            border-style: solid; }
            .roo-tooltip.roo-tooltip-top .roo-tooltip-arrow::after, .roo-tooltip.top .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #585A6E; }
    .roo-tooltip.roo-tooltip-top-left, .roo-tooltip.top-left {
        padding-bottom: 7px; }
        .roo-tooltip.roo-tooltip-top-left .roo-tooltip-arrow, .roo-tooltip.top-left .roo-tooltip-arrow {
            bottom: 2px;
            left: 14px;
            border-width: 5px 5px 0;
            border-top-color: #585A6E;
            border-style: solid; }
            .roo-tooltip.roo-tooltip-top-left .roo-tooltip-arrow::after, .roo-tooltip.top-left .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #585A6E; }
    .roo-tooltip.roo-tooltip-top-right, .roo-tooltip.top-right {
        padding-bottom: 7px; }
        .roo-tooltip.roo-tooltip-top-right .roo-tooltip-arrow, .roo-tooltip.top-right .roo-tooltip-arrow {
            bottom: 2px;
            right: 14px;
            border-width: 5px 5px 0;
            border-top-color: #585A6E;
            border-style: solid; }
            .roo-tooltip.roo-tooltip-top-right .roo-tooltip-arrow::after, .roo-tooltip.top-right .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #585A6E; }
    .roo-tooltip.roo-tooltip-left, .roo-tooltip.left {
        padding-right: 7px; }
        .roo-tooltip.roo-tooltip-left .roo-tooltip-arrow, .roo-tooltip.left .roo-tooltip-arrow {
            top: 50%;
            right: 2px;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            border-width: 5px 0 5px 5px;
            border-left-color: #585A6E; }
            .roo-tooltip.roo-tooltip-left .roo-tooltip-arrow::after, .roo-tooltip.left .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #585A6E; }
    .roo-tooltip.roo-tooltip-left-top, .roo-tooltip.left-top {
        padding-right: 7px; }
        .roo-tooltip.roo-tooltip-left-top .roo-tooltip-arrow, .roo-tooltip.left-top .roo-tooltip-arrow {
            top: 14px;
            right: 2px;
            border-width: 5px 0 5px 5px;
            border-left-color: #585A6E; }
            .roo-tooltip.roo-tooltip-left-top .roo-tooltip-arrow::after, .roo-tooltip.left-top .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #585A6E; }
    .roo-tooltip.roo-tooltip-left-bottom, .roo-tooltip.left-bottom {
        padding-right: 7px; }
        .roo-tooltip.roo-tooltip-left-bottom .roo-tooltip-arrow, .roo-tooltip.left-bottom .roo-tooltip-arrow {
            bottom: 14px;
            right: 2px;
            border-width: 5px 0 5px 5px;
            border-left-color: #585A6E; }
            .roo-tooltip.roo-tooltip-left-bottom .roo-tooltip-arrow::after, .roo-tooltip.left-bottom .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #585A6E; }
    .roo-tooltip.roo-tooltip-right, .roo-tooltip.right {
        padding-left: 7px; }
        .roo-tooltip.roo-tooltip-right .roo-tooltip-arrow, .roo-tooltip.right .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #585A6E;
            left: 2px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%); }
            .roo-tooltip.roo-tooltip-right .roo-tooltip-arrow::after, .roo-tooltip.right .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #585A6E; }
    .roo-tooltip.roo-tooltip-right-top, .roo-tooltip.right-top {
        padding-left: 7px; }
        .roo-tooltip.roo-tooltip-right-top .roo-tooltip-arrow, .roo-tooltip.right-top .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #585A6E;
            left: 2px;
            top: 14px; }
            .roo-tooltip.roo-tooltip-right-top .roo-tooltip-arrow::after, .roo-tooltip.right-top .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #585A6E; }
    .roo-tooltip.roo-tooltip-right-bottom, .roo-tooltip.right-bottom {
        padding-left: 7px; }
        .roo-tooltip.roo-tooltip-right-bottom .roo-tooltip-arrow, .roo-tooltip.right-bottom .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #585A6E;
            left: 2px;
            bottom: 14px; }
            .roo-tooltip.roo-tooltip-right-bottom .roo-tooltip-arrow::after, .roo-tooltip.right-bottom .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #585A6E; }
    .roo-tooltip .roo-tooltip-arrow {
        position: absolute;
        border-color: transparent;
        border-style: solid; }
        .roo-tooltip .roo-tooltip-arrow::after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            content: " ";
            border-width: 5px; }

.roo-tooltip-light {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    z-index: 1060;
    -webkit-filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23));
            filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23)); }
    .roo-tooltip-light.roo-tooltip-sm {
        font-size: 12px; }
        .roo-tooltip-light.roo-tooltip-sm .roo-tooltip-inner {
            padding: 4px 10px; }
    .roo-tooltip-light .roo-tooltip-inner {
        max-width: 300px;
        padding: 8px 12px;
        word-break: break-all;
        color: #585A6E;
        background-color: #fff;
        border-radius: 2px; }
    .roo-tooltip-light.roo-tooltip-bottom, .roo-tooltip-light.bottom {
        padding-top: 7px; }
        .roo-tooltip-light.roo-tooltip-bottom .roo-tooltip-arrow, .roo-tooltip-light.bottom .roo-tooltip-arrow {
            left: 50%;
            top: 2px;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            border-width: 0 5px 5px;
            border-bottom-color: #fff; }
            .roo-tooltip-light.roo-tooltip-bottom .roo-tooltip-arrow::after, .roo-tooltip-light.bottom .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #fff; }
    .roo-tooltip-light.roo-tooltip-bottom-left, .roo-tooltip-light.bottom-left {
        padding-top: 7px; }
        .roo-tooltip-light.roo-tooltip-bottom-left .roo-tooltip-arrow, .roo-tooltip-light.bottom-left .roo-tooltip-arrow {
            left: 14px;
            top: 2px;
            border-width: 0 5px 5px;
            border-bottom-color: #fff; }
            .roo-tooltip-light.roo-tooltip-bottom-left .roo-tooltip-arrow::after, .roo-tooltip-light.bottom-left .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #fff; }
    .roo-tooltip-light.roo-tooltip-bottom-right, .roo-tooltip-light.bottom-right {
        padding-top: 7px; }
        .roo-tooltip-light.roo-tooltip-bottom-right .roo-tooltip-arrow, .roo-tooltip-light.bottom-right .roo-tooltip-arrow {
            right: 14px;
            top: 2px;
            border-width: 0 5px 5px;
            border-bottom-color: #fff; }
            .roo-tooltip-light.roo-tooltip-bottom-right .roo-tooltip-arrow::after, .roo-tooltip-light.bottom-right .roo-tooltip-arrow::after {
                top: 1px;
                margin-left: -5px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #fff; }
    .roo-tooltip-light.roo-tooltip-top, .roo-tooltip-light.top {
        padding-bottom: 7px; }
        .roo-tooltip-light.roo-tooltip-top .roo-tooltip-arrow, .roo-tooltip-light.top .roo-tooltip-arrow {
            bottom: 2px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            border-width: 5px 5px 0;
            border-top-color: #fff;
            border-style: solid; }
            .roo-tooltip-light.roo-tooltip-top .roo-tooltip-arrow::after, .roo-tooltip-light.top .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #fff; }
    .roo-tooltip-light.roo-tooltip-top-left, .roo-tooltip-light.top-left {
        padding-bottom: 7px; }
        .roo-tooltip-light.roo-tooltip-top-left .roo-tooltip-arrow, .roo-tooltip-light.top-left .roo-tooltip-arrow {
            bottom: 2px;
            left: 14px;
            border-width: 5px 5px 0;
            border-top-color: #fff;
            border-style: solid; }
            .roo-tooltip-light.roo-tooltip-top-left .roo-tooltip-arrow::after, .roo-tooltip-light.top-left .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #fff; }
    .roo-tooltip-light.roo-tooltip-top-right, .roo-tooltip-light.top-right {
        padding-bottom: 7px; }
        .roo-tooltip-light.roo-tooltip-top-right .roo-tooltip-arrow, .roo-tooltip-light.top-right .roo-tooltip-arrow {
            bottom: 2px;
            right: 14px;
            border-width: 5px 5px 0;
            border-top-color: #fff;
            border-style: solid; }
            .roo-tooltip-light.roo-tooltip-top-right .roo-tooltip-arrow::after, .roo-tooltip-light.top-right .roo-tooltip-arrow::after {
                bottom: 1px;
                margin-left: -5px;
                content: " ";
                border-bottom-width: 0;
                border-top-color: #fff; }
    .roo-tooltip-light.roo-tooltip-left, .roo-tooltip-light.left {
        padding-right: 7px; }
        .roo-tooltip-light.roo-tooltip-left .roo-tooltip-arrow, .roo-tooltip-light.left .roo-tooltip-arrow {
            top: 50%;
            right: 2px;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            border-width: 5px 0 5px 5px;
            border-left-color: #fff; }
            .roo-tooltip-light.roo-tooltip-left .roo-tooltip-arrow::after, .roo-tooltip-light.left .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #fff; }
    .roo-tooltip-light.roo-tooltip-left-top, .roo-tooltip-light.left-top {
        padding-right: 7px; }
        .roo-tooltip-light.roo-tooltip-left-top .roo-tooltip-arrow, .roo-tooltip-light.left-top .roo-tooltip-arrow {
            top: 14px;
            right: 2px;
            border-width: 5px 0 5px 5px;
            border-left-color: #fff; }
            .roo-tooltip-light.roo-tooltip-left-top .roo-tooltip-arrow::after, .roo-tooltip-light.left-top .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #fff; }
    .roo-tooltip-light.roo-tooltip-left-bottom, .roo-tooltip-light.left-bottom {
        padding-right: 7px; }
        .roo-tooltip-light.roo-tooltip-left-bottom .roo-tooltip-arrow, .roo-tooltip-light.left-bottom .roo-tooltip-arrow {
            bottom: 14px;
            right: 2px;
            border-width: 5px 0 5px 5px;
            border-left-color: #fff; }
            .roo-tooltip-light.roo-tooltip-left-bottom .roo-tooltip-arrow::after, .roo-tooltip-light.left-bottom .roo-tooltip-arrow::after {
                right: 1px;
                bottom: -5px;
                content: " ";
                border-right-width: 0;
                border-left-color: #fff; }
    .roo-tooltip-light.roo-tooltip-right, .roo-tooltip-light.right {
        padding-left: 7px; }
        .roo-tooltip-light.roo-tooltip-right .roo-tooltip-arrow, .roo-tooltip-light.right .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #fff;
            left: 2px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%); }
            .roo-tooltip-light.roo-tooltip-right .roo-tooltip-arrow::after, .roo-tooltip-light.right .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #fff; }
    .roo-tooltip-light.roo-tooltip-right-top, .roo-tooltip-light.right-top {
        padding-left: 7px; }
        .roo-tooltip-light.roo-tooltip-right-top .roo-tooltip-arrow, .roo-tooltip-light.right-top .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #fff;
            left: 2px;
            top: 14px; }
            .roo-tooltip-light.roo-tooltip-right-top .roo-tooltip-arrow::after, .roo-tooltip-light.right-top .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #fff; }
    .roo-tooltip-light.roo-tooltip-right-bottom, .roo-tooltip-light.right-bottom {
        padding-left: 7px; }
        .roo-tooltip-light.roo-tooltip-right-bottom .roo-tooltip-arrow, .roo-tooltip-light.right-bottom .roo-tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-right-color: #fff;
            left: 2px;
            bottom: 14px; }
            .roo-tooltip-light.roo-tooltip-right-bottom .roo-tooltip-arrow::after, .roo-tooltip-light.right-bottom .roo-tooltip-arrow::after {
                left: 1px;
                bottom: -5px;
                content: " ";
                border-left-width: 0;
                border-right-color: #fff; }
    .roo-tooltip-light .roo-tooltip-arrow {
        position: absolute;
        border-color: transparent;
        border-style: solid; }
        .roo-tooltip-light .roo-tooltip-arrow::after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            content: " ";
            border-width: 5px; }

.roo-popconfirm .roo-tooltip-inner {
    padding: 14px 8px; }

.roo-pagination {
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
    margin: 10px 0; }
    .roo-pagination > span {
        display: inline-block;
        padding: 6px 12px; }
    .roo-pagination .roo-icon {
        vertical-align: middle; }
    .roo-pagination.no-border a,
    .roo-pagination.no-border span {
        border: 0px; }
    .roo-pagination > li {
        display: inline-block;
        vertical-align: middle; }
        .roo-pagination > li > a,
        .roo-pagination > li > span {
            display: inline-block;
            min-width: 32px;
            height: 32px;
            line-height: 30px;
            padding: 0 6px;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
            color: #585A6E;
            border: 1px solid #E9EAF2;
            border-radius: 2px;
            margin-left: 10px;
            background-color: #fff;
            cursor: pointer; }
            .roo-pagination > li > a:hover, .roo-pagination > li > a:focus,
            .roo-pagination > li > span:hover,
            .roo-pagination > li > span:focus {
                color: #fff;
                background-color: #00abe4;
                border-color: #00abe4; }
        .roo-pagination > li input {
            display: inline-block;
            width: 40px;
            height: 32px;
            color: #585A6E;
            text-align: center;
            vertical-align: middle;
            border: 1px solid #E9EAF2;
            border-radius: 2px;
            padding: 6px 12px;
            margin-left: 10px;
            outline: 0;
            -webkit-border-image: none; }
            .roo-pagination > li input:hover, .roo-pagination > li input:focus {
                border-color: #858692; }
    .roo-pagination > .active > a, .roo-pagination > .active > a:hover, .roo-pagination > .active > a:focus,
    .roo-pagination > .active > span,
    .roo-pagination > .active > span:hover,
    .roo-pagination > .active > span:focus {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4;
        cursor: default; }
    .roo-pagination > .arrow > a,
    .roo-pagination > .arrow > span {
        color: #BABCCC;
        font-size: 18px;
        line-height: 28px; }
    .roo-pagination > .light > a:hover, .roo-pagination > .light > a:focus,
    .roo-pagination > .light > span:hover,
    .roo-pagination > .light > span:focus {
        color: #585A6E;
        background-color: #fff;
        border-color: #858692;
        cursor: pointer; }
    .roo-pagination > .ellipsis-left > a,
    .roo-pagination > .ellipsis-left > span {
        display: inline-block;
        width: 32px;
        text-align: center;
        border: 0px; }
        .roo-pagination > .ellipsis-left > a:after,
        .roo-pagination > .ellipsis-left > span:after {
            content: "";
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility; }
        .roo-pagination > .ellipsis-left > a:hover, .roo-pagination > .ellipsis-left > a:focus,
        .roo-pagination > .ellipsis-left > span:hover,
        .roo-pagination > .ellipsis-left > span:focus {
            background: transparent;
            cursor: pointer; }
            .roo-pagination > .ellipsis-left > a:hover:after, .roo-pagination > .ellipsis-left > a:focus:after,
            .roo-pagination > .ellipsis-left > span:hover:after,
            .roo-pagination > .ellipsis-left > span:focus:after {
                content: "";
                color: #585A6E; }
    .roo-pagination > .ellipsis-right > a,
    .roo-pagination > .ellipsis-right > span {
        display: inline-block;
        width: 32px;
        text-align: center;
        border: 0px; }
        .roo-pagination > .ellipsis-right > a:after,
        .roo-pagination > .ellipsis-right > span:after {
            content: "";
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility; }
        .roo-pagination > .ellipsis-right > a:hover, .roo-pagination > .ellipsis-right > a:focus,
        .roo-pagination > .ellipsis-right > span:hover,
        .roo-pagination > .ellipsis-right > span:focus {
            background: transparent;
            cursor: pointer; }
            .roo-pagination > .ellipsis-right > a:hover:after, .roo-pagination > .ellipsis-right > a:focus:after,
            .roo-pagination > .ellipsis-right > span:hover:after,
            .roo-pagination > .ellipsis-right > span:focus:after {
                content: "";
                color: #585A6E; }
    .roo-pagination > .disabled > span,
    .roo-pagination > .disabled > span:hover,
    .roo-pagination > .disabled > span:focus,
    .roo-pagination > .disabled > a,
    .roo-pagination > .disabled > a:hover,
    .roo-pagination > .disabled > a:focus {
        color: #A2A4B3;
        background-color: #F7F8FA;
        border-color: #E9EAF2;
        cursor: not-allowed; }
    .roo-pagination .roo-input-number input {
        width: 36px; }
    .roo-pagination .roo-pagination-jump {
        display: inline-block;
        margin-left: 10px; }
        .roo-pagination .roo-pagination-jump > span {
            line-height: 36px;
            padding: 0 10px;
            vertical-align: middle; }

.roo-pagination-sm {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin: 8px 0; }
    .roo-pagination-sm > span {
        display: inline-block;
        padding: 6px 12px; }
    .roo-pagination-sm .roo-icon {
        vertical-align: middle; }
    .roo-pagination-sm.no-border a,
    .roo-pagination-sm.no-border span {
        border: 0px; }
    .roo-pagination-sm > li {
        display: inline-block;
        vertical-align: middle; }
        .roo-pagination-sm > li > a,
        .roo-pagination-sm > li > span {
            display: inline-block;
            min-width: 26px;
            height: 26px;
            line-height: 24px;
            padding: 0 6px;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
            color: #585A6E;
            border: 1px solid #E9EAF2;
            border-radius: 2px;
            margin-left: 8px;
            background-color: #fff;
            cursor: pointer; }
            .roo-pagination-sm > li > a:hover, .roo-pagination-sm > li > a:focus,
            .roo-pagination-sm > li > span:hover,
            .roo-pagination-sm > li > span:focus {
                color: #fff;
                background-color: #00abe4;
                border-color: #00abe4; }
        .roo-pagination-sm > li input {
            display: inline-block;
            width: 40px;
            height: 26px;
            color: #585A6E;
            text-align: center;
            vertical-align: middle;
            border: 1px solid #E9EAF2;
            border-radius: 2px;
            padding: 6px 12px;
            margin-left: 8px;
            outline: 0;
            -webkit-border-image: none; }
            .roo-pagination-sm > li input:hover, .roo-pagination-sm > li input:focus {
                border-color: #858692; }
    .roo-pagination-sm > .active > a, .roo-pagination-sm > .active > a:hover, .roo-pagination-sm > .active > a:focus,
    .roo-pagination-sm > .active > span,
    .roo-pagination-sm > .active > span:hover,
    .roo-pagination-sm > .active > span:focus {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4;
        cursor: default; }
    .roo-pagination-sm > .arrow > a,
    .roo-pagination-sm > .arrow > span {
        color: #BABCCC;
        font-size: 18px;
        line-height: 22px; }
    .roo-pagination-sm > .light > a:hover, .roo-pagination-sm > .light > a:focus,
    .roo-pagination-sm > .light > span:hover,
    .roo-pagination-sm > .light > span:focus {
        color: #585A6E;
        background-color: #fff;
        border-color: #858692;
        cursor: pointer; }
    .roo-pagination-sm > .ellipsis-left > a,
    .roo-pagination-sm > .ellipsis-left > span {
        display: inline-block;
        width: 26px;
        text-align: center;
        border: 0px; }
        .roo-pagination-sm > .ellipsis-left > a:after,
        .roo-pagination-sm > .ellipsis-left > span:after {
            content: "";
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility; }
        .roo-pagination-sm > .ellipsis-left > a:hover, .roo-pagination-sm > .ellipsis-left > a:focus,
        .roo-pagination-sm > .ellipsis-left > span:hover,
        .roo-pagination-sm > .ellipsis-left > span:focus {
            background: transparent;
            cursor: pointer; }
            .roo-pagination-sm > .ellipsis-left > a:hover:after, .roo-pagination-sm > .ellipsis-left > a:focus:after,
            .roo-pagination-sm > .ellipsis-left > span:hover:after,
            .roo-pagination-sm > .ellipsis-left > span:focus:after {
                content: "";
                color: #585A6E; }
    .roo-pagination-sm > .ellipsis-right > a,
    .roo-pagination-sm > .ellipsis-right > span {
        display: inline-block;
        width: 26px;
        text-align: center;
        border: 0px; }
        .roo-pagination-sm > .ellipsis-right > a:after,
        .roo-pagination-sm > .ellipsis-right > span:after {
            content: "";
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility; }
        .roo-pagination-sm > .ellipsis-right > a:hover, .roo-pagination-sm > .ellipsis-right > a:focus,
        .roo-pagination-sm > .ellipsis-right > span:hover,
        .roo-pagination-sm > .ellipsis-right > span:focus {
            background: transparent;
            cursor: pointer; }
            .roo-pagination-sm > .ellipsis-right > a:hover:after, .roo-pagination-sm > .ellipsis-right > a:focus:after,
            .roo-pagination-sm > .ellipsis-right > span:hover:after,
            .roo-pagination-sm > .ellipsis-right > span:focus:after {
                content: "";
                color: #585A6E; }
    .roo-pagination-sm > .disabled > span,
    .roo-pagination-sm > .disabled > span:hover,
    .roo-pagination-sm > .disabled > span:focus,
    .roo-pagination-sm > .disabled > a,
    .roo-pagination-sm > .disabled > a:hover,
    .roo-pagination-sm > .disabled > a:focus {
        color: #A2A4B3;
        background-color: #F7F8FA;
        border-color: #E9EAF2;
        cursor: not-allowed; }
    .roo-pagination-sm .roo-input-number input {
        width: 32px; }
    .roo-pagination-sm .roo-pagination-jump {
        display: inline-block;
        margin-left: 8px; }
        .roo-pagination-sm .roo-pagination-jump > span {
            line-height: 32px;
            padding: 0 8px;
            vertical-align: middle; }

.roo-switch {
    display: inline-block;
    position: relative;
    min-width: 46px;
    height: 26px;
    font-size: 12px; }
    .roo-switch input[type="checkbox"] {
        display: none; }
        .roo-switch input[type="checkbox"]:checked ~ .roo-switch-checkbox {
            background: #00abe4; }
            .roo-switch input[type="checkbox"]:checked ~ .roo-switch-checkbox > span {
                margin-right: 28px;
                margin-left: 6px; }
            .roo-switch input[type="checkbox"]:checked ~ .roo-switch-checkbox:before {
                left: 100%;
                -webkit-transform: translateX(-100%);
                    -ms-transform: translateX(-100%);
                        transform: translateX(-100%);
                margin-left: -2px; }
            .roo-switch input[type="checkbox"]:checked ~ .roo-switch-checkbox:after {
                left: 100%;
                color: #FFD161;
                -webkit-animation: switch-spin 1s infinite linear;
                        animation: switch-spin 1s infinite linear;
                margin-left: -6px; }
    .roo-switch.disabled {
        opacity: 0.5; }
        .roo-switch.disabled .roo-switch-checkbox {
            cursor: not-allowed; }
    .roo-switch .roo-switch-checkbox {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        border-radius: 1000px;
        background: #858692;
        transition: background ease 0.5s;
        cursor: pointer;
        overflow: hidden;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .roo-switch .roo-switch-checkbox > span {
            color: #fff;
            margin-left: 28px;
            margin-right: 6px; }
        .roo-switch .roo-switch-checkbox::before {
            content: '';
            width: 24px;
            height: 24px;
            line-height: 24px;
            position: absolute;
            border: 1px solid #E6E9F3;
            border-radius: 1000px;
            top: 1px;
            left: 1px;
            z-index: 10;
            background-color: #fff;
            color: #fff;
            font-size: 12px;
            transition: all ease 0.3s; }
        .roo-switch .roo-switch-checkbox::after {
            position: absolute;
            top: 5px;
            left: 5px;
            z-index: 10;
            transition: all ease 0.3s; }
    .roo-switch.roo-switch-loading .roo-switch-checkbox::after {
        content: "";
        font-family: "roo-icon";
        font-size: 16px;
        line-height: 16px;
        font-style: normal;
        font-weight: bold;
        color: #858692;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        -webkit-animation: spin 1s infinite linear;
                animation: spin 1s infinite linear; }

.roo-switch-mini {
    min-width: 34px;
    height: 20px; }
    .roo-switch-mini input[type="checkbox"]:checked ~ .roo-switch-checkbox > span {
        margin-right: 22px;
        margin-left: 4px; }
    .roo-switch-mini input[type="checkbox"]:checked ~ .roo-switch-checkbox:before {
        margin-left: -2px; }
    .roo-switch-mini input[type="checkbox"]:checked ~ .roo-switch-checkbox:after {
        margin-left: -4px; }
    .roo-switch-mini .roo-switch-checkbox {
        height: 20px;
        line-height: 20px; }
        .roo-switch-mini .roo-switch-checkbox > span {
            margin-left: 22px;
            margin-right: 4px; }
        .roo-switch-mini .roo-switch-checkbox::before {
            width: 18px;
            height: 18px;
            line-height: 18px; }
        .roo-switch-mini .roo-switch-checkbox::after {
            top: 3px;
            left: 3px; }
    .roo-switch-mini.roo-switch-loading .roo-switch-checkbox::after {
        font-size: 14px;
        line-height: 14px; }

@-webkit-keyframes switch-spin {
    from {
        -webkit-transform: translateX(-100%) rotate(0deg);
                transform: translateX(-100%) rotate(0deg);
        -webkit-transform-origin: center;
                transform-origin: center; }
    to {
        -webkit-transform: translateX(-100%) rotate(360deg);
                transform: translateX(-100%) rotate(360deg);
        -webkit-transform-origin: center;
                transform-origin: center; } }

@keyframes switch-spin {
    from {
        -webkit-transform: translateX(-100%) rotate(0deg);
                transform: translateX(-100%) rotate(0deg);
        -webkit-transform-origin: center;
                transform-origin: center; }
    to {
        -webkit-transform: translateX(-100%) rotate(360deg);
                transform: translateX(-100%) rotate(360deg);
        -webkit-transform-origin: center;
                transform-origin: center; } }

.slick-slider {
    position: relative; }

.slick-list {
    position: relative;
    overflow: hidden; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.slick-slide {
    float: left;
    height: 100%; }

.slick-slide > img {
    display: block; }

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }

.slick-dots-bottom {
    bottom: 15px; }

.slick-dots-top {
    top: 15px; }

.slick-dots > li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }

.slick-dots > li > button {
    display: block;
    font-size: 8px;
    color: red;
    height: 3px;
    width: 16px;
    border-radius: 1px;
    border: none;
    outline: none;
    background: #FFD161;
    opacity: 0.3;
    transition: all 0.5s;
    padding: 0;
    color: transparent;
    cursor: pointer; }

.slick-dots > li > button:hover {
    opacity: 0.75; }

.slick-dots > li.slick-active button {
    width: 24px;
    background: #FFD161;
    opacity: 1; }

.slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-thumb {
    position: relative; }

.slick-thumb > li {
    display: inline-block;
    margin-top: 7px;
    margin-right: 7px;
    cursor: pointer;
    width: 60px;
    height: 45px; }

.slick-thumb > li:last-child {
    margin-right: 0; }

.slick-thumb > li img {
    width: 60px;
    height: 45px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.slick-thumb > li.slick-active img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.roo-carousel-arrow.roo-carousel-prev {
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100; }

.roo-carousel-arrow.roo-carousel-next {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100; }

.roo-carousel {
    position: relative; }

.roo-carousel-vertical .slick-dots {
    top: 50%;
    bottom: auto;
    width: 3px;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.roo-carousel-vertical .slick-dots-left {
    left: 12px; }

.roo-carousel-vertical .slick-dots-right {
    right: 12px; }

.roo-carousel-vertical .slick-dots li {
    margin: 0 2px;
    vertical-align: baseline; }

.roo-carousel-vertical .slick-dots li button {
    display: block;
    width: 3px;
    height: 16px; }

.roo-carousel-vertical .slick-dots li.slick-active button {
    display: block;
    width: 3px;
    height: 24px; }

/*
---------------
面包屑样式
---------------
*/
.roo-breadcrumb {
    height: 28px;
    margin-bottom: 10px;
    list-style: none;
    line-height: 28px; }
    .roo-breadcrumb > li {
        display: inline-block;
        padding-left: 2px;
        color: #858692; }
        .roo-breadcrumb > li span, .roo-breadcrumb > li a, .roo-breadcrumb > li a:visited {
            vertical-align: middle;
            color: #858692; }
        .roo-breadcrumb > li i.roo-icon {
            font-size: 1.4em;
            vertical-align: middle; }
        .roo-breadcrumb > li:not(.active) > i {
            color: #858692; }
        .roo-breadcrumb > li:hover a {
            color: #00abe4;
            cursor: pointer; }
        .roo-breadcrumb > li i.roo-icon, .roo-breadcrumb > li span, .roo-breadcrumb > li a {
            text-decoration: none; }
        .roo-breadcrumb > li + li {
            padding-left: 2px; }
            .roo-breadcrumb > li + li::before {
                display: inline-block;
                padding-right: 2px;
                font-family: "roo-icon";
                font-weight: 300;
                line-height: 1;
                font-size: 18px;
                vertical-align: middle;
                color: #A2A4B3;
                content: ""; }
        .roo-breadcrumb > li + li:hover::before {
            text-decoration: none; }
        .roo-breadcrumb > li.active {
            color: #00abe4; }
            .roo-breadcrumb > li.active span, .roo-breadcrumb > li.active a {
                color: #00abe4; }

.roo-breadcrumb-item-action:hover a, .roo-breadcrumb-item-action:hover span, .roo-breadcrumb-item-action:hover i, .roo-breadcrumb-item-action:hover .roo-icon {
    color: #00abe4;
    cursor: pointer; }

.roo-breadcrumb-line > li + li::before {
    content: '|';
    font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle; }

.roo-breadcrumb-oblique-line > li + li::before {
    content: '/';
    font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle; }

.roo-breadcrumb-double-arrow > li + li::before {
    content: "";
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle; }

.roo-breadcrumb-bg-gray > li {
    position: relative;
    padding-right: 28px;
    background-color: #F7F8FA; }
    .roo-breadcrumb-bg-gray > li::after, .roo-breadcrumb-bg-gray > li::before {
        position: absolute;
        right: -14px;
        top: 0;
        display: inline-block;
        padding-right: 0 !important;
        content: '' !important;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 14px solid transparent; }
    .roo-breadcrumb-bg-gray > li + li {
        padding-left: 10px; }
    .roo-breadcrumb-bg-gray > li::after {
        border-left-color: #F7F8FA;
        right: -12px; }
    .roo-breadcrumb-bg-gray > li:last-child {
        padding-right: 2px; }
        .roo-breadcrumb-bg-gray > li:last-child::before {
            display: none; }
        .roo-breadcrumb-bg-gray > li:last-child::after {
            right: -2em;
            top: 0;
            border-left-color: #F7F8FA; }

/*
---------------
导航样式
---------------
*/
.roo-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center; }

.roo-tabs-vertical {
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: hidden; }

.roo-tabs-container {
    display: -ms-flexbox;
    display: flex; }
    .roo-tabs-container .roo-tabs-pre,
    .roo-tabs-container .roo-tabs-next {
        position: relative;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
        font-size: 1.2em;
        color: #A2A4B3;
        cursor: pointer; }
        .roo-tabs-container .roo-tabs-pre:hover,
        .roo-tabs-container .roo-tabs-next:hover {
            color: #585A6E; }
        .roo-tabs-container .roo-tabs-pre.disabled,
        .roo-tabs-container .roo-tabs-next.disabled {
            color: #E9EAF2 !important;
            cursor: not-allowed; }
        .roo-tabs-container .roo-tabs-pre .roo-icon,
        .roo-tabs-container .roo-tabs-next .roo-icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
    .roo-tabs-container .roo-tabs-pre {
        -ms-flex-order: -1;
            order: -1; }
    .roo-tabs-container .roo-tabs-next {
        -ms-flex-order: 1;
            order: 1; }

.roo-tabs-content {
    -ms-flex: 1;
        flex: 1;
    padding: 10px;
    text-align: left; }

.roo-tabs-bottom .roo-tabs-content {
    -ms-flex-order: -1;
        order: -1; }

.roo-tabs-vertical-right .roo-tabs-content {
    -ms-flex-order: -1;
        order: -1; }

.roo-tabs-nav-wrap {
    position: relative;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-order: 0;
        order: 0;
    overflow: hidden; }

.roo-tabs-nav {
    display: -ms-flexbox;
    display: flex; }
    .roo-tabs-nav > li > a {
        display: block;
        height: 100%;
        cursor: pointer;
        max-width: 140px;
        padding: 0 20px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .roo-tabs-nav > li > a .roo-icon {
            font-size: 16px;
            vertical-align: sub; }
        .roo-tabs-nav > li > a > span {
            display: inline-block;
            text-align: left;
            font-size: 14px; }
            .roo-tabs-nav > li > a > span > em {
                display: block;
                font-size: 14px;
                color: #585A6E;
                font-style: normal;
                white-space: normal; }
                .roo-tabs-nav > li > a > span > em:first-child {
                    display: block;
                    margin-bottom: 4px;
                    font-weight: normal;
                    color: #858692; }
        .roo-tabs-nav > li > a:hover {
            color: #00abe4;
            text-decoration: none; }
            .roo-tabs-nav > li > a:hover em {
                color: #00abe4; }
                .roo-tabs-nav > li > a:hover em:first-child {
                    color: #00abe4; }
    .roo-tabs-nav .disabled a {
        color: #E9EAF2 !important;
        cursor: not-allowed !important; }
        .roo-tabs-nav .disabled a * {
            color: #E9EAF2 !important; }

.roo-tabs-container {
    height: 36px; }

.roo-tabs-card .tab-item {
    position: relative;
    line-height: 34px; }
    .roo-tabs-card .tab-item a {
        border: 1px solid #E9EAF2;
        color: #858692;
        background-color: #F7F8FA;
        cursor: pointer; }
    .roo-tabs-card .tab-item.active a {
        background-color: #fff;
        color: #00abe4;
        border-color: #E9EAF2; }
    .roo-tabs-card .tab-item:not(:first-child) a {
        border-top-left-radius: 0;
        border-left-color: transparent; }
    .roo-tabs-card .tab-item:not(:last-child) a {
        border-top-right-radius: 0; }

.roo-tabs-line .roo-tabs-container {
    height: 50px; }

.roo-tabs-line .roo-tabs-pre {
    margin-left: -20px; }

.roo-tabs-line .roo-tabs-next {
    margin-right: -20px; }

.roo-tabs-line .tab-item {
    position: relative;
    line-height: 49px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .roo-tabs-line .tab-item a {
        color: #858692;
        cursor: pointer; }
    .roo-tabs-line .tab-item.active a {
        color: #00abe4; }

.roo-tabs-noborder .roo-tabs-container {
    border-bottom: none !important; }

.roo-tabs-fill {
    line-height: 34px; }
    .roo-tabs-fill .tab-item a {
        border: 1px solid #E9EAF2;
        color: #858692;
        cursor: pointer;
        background-color: #F7F8FA; }
    .roo-tabs-fill .tab-item.active a {
        color: #fff;
        background-color: #00abe4;
        border-color: #00abe4; }
    .roo-tabs-fill .tab-item:not(:first-child) a {
        border-top-left-radius: 0;
        border-left-color: transparent; }
    .roo-tabs-fill .tab-item:not(:last-child) a {
        border-top-right-radius: 0; }

.roo-tabs-flexable .tab-item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%; }
    .roo-tabs-flexable .tab-item a {
        max-width: unset; }

.roo-tabs-multiline .roo-tabs-container {
    height: auto; }

.roo-tabs-multiline .roo-tabs-nav-wrap {
    margin-bottom: -1px; }

.roo-tabs-multiline .roo-tabs-nav {
    margin-bottom: 1px; }

.roo-tabs-multiline .tab-item {
    line-height: normal; }
    .roo-tabs-multiline .tab-item a {
        max-width: unset;
        border-bottom: none;
        padding: 10px 20px; }
        .roo-tabs-multiline .tab-item a em {
            font-size: 14px; }
            .roo-tabs-multiline .tab-item a em:first-child {
                font-size: 12px; }
    .roo-tabs-multiline .tab-item.active {
        position: relative; }
        .roo-tabs-multiline .tab-item.active a {
            color: #585A6E; }
            .roo-tabs-multiline .tab-item.active a em {
                color: #00abe4; }
        .roo-tabs-multiline .tab-item.active::after {
            display: block;
            content: '';
            position: absolute;
            left: 1px;
            right: 1px;
            bottom: -1px;
            height: 1px;
            background: #fff; }

.roo-tabs-pointer {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    overflow: hidden;
    background-color: #00abe4;
    z-index: 1; }

.roo-tabs-bottom .roo-tabs-pointer {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto; }

.roo-tabs-border-line {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 200%;
    height: 1px;
    overflow: hidden;
    background-color: #E9EAF2; }

.roo-tabs-bottom .roo-tabs-border-line {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0; }

.roo-tabs-vertical .roo-tabs-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }

.roo-tabs-vertical .roo-tabs-pointer {
    right: 0px;
    left: auto;
    top: 0px;
    bottom: auto;
    width: 2px;
    height: 30px; }

.roo-tabs-vertical .roo-tabs-container {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column; }

.roo-tabs-vertical .roo-tabs-border-line {
    right: 0px;
    left: auto;
    top: 0px;
    bottom: auto;
    width: 1px;
    height: 200%; }

.roo-tabs-vertical.roo-tabs-vertical-right .roo-tabs-border-line {
    left: 0px;
    right: auto;
    top: 0px;
    bottom: auto; }

.roo-tabs-vertical.roo-tabs-vertical-right .roo-tabs-pointer {
    left: 0;
    right: auto; }

.roo-tabs-vertical.roo-tabs-line .roo-tabs-pre {
    margin-left: unset;
    border-right: 1px solid #E9EAF2; }

.roo-tabs-vertical.roo-tabs-line .roo-tabs-next {
    margin-right: unset;
    border-right: 1px solid #E9EAF2; }

.roo-tabs-vertical-right.roo-tabs-line .roo-tabs-pre {
    border-right: unset;
    border-left: 1px solid #E9EAF2; }

.roo-tabs-vertical-right.roo-tabs-line .roo-tabs-next {
    border-right: unset;
    border-left: 1px solid #E9EAF2; }

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative; }

.roo-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    max-height: 242px;
    overflow-y: auto;
    padding: 4px 0;
    font-size: 14px;
    color: #585A6E;
    text-align: left;
    list-style: none;
    border: 1px solid #E9EAF2;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu + .roo-dropdown-menu {
        box-shadow: 5px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu li.roo-hover {
        background-color: #FFD161; }
    .roo-dropdown-menu.loading {
        text-align: center;
        padding: 20px; }
    .roo-dropdown-menu.other-info {
        text-align: center;
        padding: 10px 20px;
        color: #A2A4B3;
        font-size: 12px;
        font-weight: 300; }

.roo-dropdown-menu-cascader {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15); }
    .roo-dropdown-menu-cascader .withoutAfter::after {
        display: none !important; }
    .roo-dropdown-menu-cascader .roo-dropdown-menu {
        position: static;
        min-width: 100px;
        height: 180px;
        box-shadow: unset; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu + .roo-dropdown-menu {
            margin-left: -1px; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu:not(:last-child) a.active-highlight::after {
            display: none; }
        .roo-dropdown-menu-cascader .roo-dropdown-menu a:active::after {
            display: none; }

.roo-dropdown-menu:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.roo-dropdown-menu:not(:first-child):not(:last-child) {
    border-radius: 0; }

.roo-dropdown-menu:not(:first-child):last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

/*
* 弹框方向为 bottom 时，需要修改 border 避免和 input 重合。
*/
.roo-popup.bottom .roo-dropdown-menu, .roo-popup.bottom-start .roo-dropdown-menu, .roo-popup.bottom-end .roo-dropdown-menu {
    border-top: 0; }

.popup.top.roo-dropdown-menu, .popup.top-left.roo-dropdown-menu, .popup.top-right.roo-dropdown-menu {
    margin-bottom: 4px; }

.popup.bottom.roo-dropdown-menu, .popup.bottom-left.roo-dropdown-menu, .popup.bottom-right.roo-dropdown-menu {
    margin-top: 4px; }

.popup.left.roo-dropdown-menu {
    margin-right: 4px; }

.popup.right.roo-dropdown-menu {
    margin-left: 4px; }

.roo-dropdown-menu-autowidth {
    width: auto; }

.dropdown-divider, .roo-dropdown-menu li:not(:first-child) .dropdown-classify::before,
.roo-dropdown-menu .divider {
    height: 0;
    margin: 4px 10px;
    overflow: hidden;
    border-top: 1px solid #E9EAF2; }

.dropdown-item,
.roo-dropdown-menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px 0 10px;
    font-size: 12px;
    clear: both;
    font-weight: 400;
    color: #585A6E;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    line-height: 36px;
    border: 0;
    cursor: pointer; }
    .dropdown-item b,
    .roo-dropdown-menu a b {
        color: #00abe4; }
    .dropdown-item:hover,
    .roo-dropdown-menu a:hover {
        color: #414352;
        background-color: #F7F8FA;
        text-decoration: none; }
    .dropdown-item.active, .dropdown-item:active,
    .roo-dropdown-menu a.active,
    .roo-dropdown-menu a:active {
        text-decoration: none; }
        .dropdown-item.active.multiple::after, .dropdown-item:active.multiple::after,
        .roo-dropdown-menu a.active.multiple::after,
        .roo-dropdown-menu a:active.multiple::after {
            display: none; }
        .dropdown-item.active.multiple > i, .dropdown-item:active.multiple > i,
        .roo-dropdown-menu a.active.multiple > i,
        .roo-dropdown-menu a:active.multiple > i {
            color: #00abe4; }
        .dropdown-item.active::after, .dropdown-item:active::after,
        .roo-dropdown-menu a.active::after,
        .roo-dropdown-menu a:active::after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            color: #BABCCC; }
    .dropdown-item.active-highlight,
    .roo-dropdown-menu a.active-highlight {
        color: #00abe4;
        text-decoration: none; }
        .dropdown-item.active-highlight::after,
        .roo-dropdown-menu a.active-highlight::after {
            content: "";
            position: absolute;
            top: 0;
            right: 10px;
            font-family: "roo-icon";
            font-style: normal;
            font-weight: normal;
            color: #00abe4; }
    .dropdown-item.disabled, .dropdown-item:disabled,
    .roo-dropdown-menu a.disabled,
    .roo-dropdown-menu a:disabled {
        color: #E9EAF2;
        background-color: transparent;
        cursor: not-allowed; }
    .dropdown-item > i,
    .roo-dropdown-menu a > i {
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-block;
        color: #BABCCC; }

.roo-dropdown-menu.show,
.show .roo-dropdown-menu {
    display: block; }

.dropdown-header {
    display: block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #e6e6e6;
    white-space: nowrap; }

.dropdown-item-text {
    display: block;
    padding: 0 10px;
    color: #585A6E; }

.dropdown-classify h6 {
    margin: 0;
    padding: 4px 10px;
    color: #BABCCC;
    font-weight: normal;
    font-size: 12px;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }

.roo-dropdown-menu li:not(:first-child) .dropdown-classify::before {
    content: '';
    display: block; }

@-webkit-keyframes loading-ptFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0; }
    40% {
        opacity: 1; } }

@keyframes loading-ptFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0; }
    40% {
        opacity: 1; } }

@-webkit-keyframes stretchWidth {
    0% {
        width: 0; }
    100% {
        width: 15px; } }

@keyframes stretchWidth {
    0% {
        width: 0; }
    100% {
        width: 15px; } }

.backdrop {
    z-index: 996;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); }

.full-screen .backdrop,
.full-screen .loading-box {
    position: fixed; }

.loading-box {
    z-index: 997;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    height: auto;
    display: inline-block;
    text-align: center; }
    .loading-box .loading-tip {
        position: relative;
        margin-top: 4px;
        padding: 0 15px;
        font-size: 12px;
        color: #d2d2d2;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .loading-box .loading-tip::after {
            display: inline-block;
            position: absolute;
            right: 0;
            left: 100%;
            content: "...";
            margin-left: -15px;
            width: 0;
            overflow: hidden;
            -webkit-animation: stretchWidth 1.6s infinite steps(4);
                    animation: stretchWidth 1.6s infinite steps(4); }

.loading-pt {
    position: relative;
    display: inline-block;
    min-width: 20px;
    min-height: 20px; }
    .loading-pt .loading-item {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
        .loading-pt .loading-item::before {
            content: '';
            display: block;
            margin: 0 auto;
            min-width: 4px;
            min-height: 4px;
            width: 15%;
            height: 15%;
            background-color: #00abe4;
            border-radius: 100%;
            -webkit-animation: loading-ptFadeDelay 1.2s infinite ease-in-out both;
                    animation: loading-ptFadeDelay 1.2s infinite ease-in-out both; }
    .loading-pt.vline .loading-item::before {
        width: 6%;
        height: 24%;
        min-width: 1px;
        min-height: 5px;
        border-radius: 0; }
    .loading-pt.hline .loading-item::before {
        width: 12%;
        height: 3%;
        min-width: 3px;
        min-height: 1px;
        border-radius: 0; }
    .loading-pt .loading-item0 {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
        .loading-pt .loading-item0::before {
            -webkit-animation-delay: -1.2s;
                    animation-delay: -1.2s; }
    .loading-pt .loading-item1 {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
        .loading-pt .loading-item1::before {
            -webkit-animation-delay: -1.1s;
                    animation-delay: -1.1s; }
    .loading-pt .loading-item2 {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
        .loading-pt .loading-item2::before {
            -webkit-animation-delay: -1s;
                    animation-delay: -1s; }
    .loading-pt .loading-item3 {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .loading-pt .loading-item3::before {
            -webkit-animation-delay: -0.9s;
                    animation-delay: -0.9s; }
    .loading-pt .loading-item4 {
        -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
                transform: rotate(120deg); }
        .loading-pt .loading-item4::before {
            -webkit-animation-delay: -0.8s;
                    animation-delay: -0.8s; }
    .loading-pt .loading-item5 {
        -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
                transform: rotate(150deg); }
        .loading-pt .loading-item5::before {
            -webkit-animation-delay: -0.7s;
                    animation-delay: -0.7s; }
    .loading-pt .loading-item6 {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
        .loading-pt .loading-item6::before {
            -webkit-animation-delay: -0.6s;
                    animation-delay: -0.6s; }
    .loading-pt .loading-item7 {
        -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
                transform: rotate(210deg); }
        .loading-pt .loading-item7::before {
            -webkit-animation-delay: -0.5s;
                    animation-delay: -0.5s; }
    .loading-pt .loading-item8 {
        -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
                transform: rotate(240deg); }
        .loading-pt .loading-item8::before {
            -webkit-animation-delay: -0.4s;
                    animation-delay: -0.4s; }
    .loading-pt .loading-item9 {
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg); }
        .loading-pt .loading-item9::before {
            -webkit-animation-delay: -0.3s;
                    animation-delay: -0.3s; }
    .loading-pt .loading-item10 {
        -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
                transform: rotate(300deg); }
        .loading-pt .loading-item10::before {
            -webkit-animation-delay: -0.2s;
                    animation-delay: -0.2s; }
    .loading-pt .loading-item11 {
        -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
                transform: rotate(330deg); }
        .loading-pt .loading-item11::before {
            -webkit-animation-delay: -0.1s;
                    animation-delay: -0.1s; }

.loading-icon {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-height: 38px;
    margin: 0 auto;
    -webkit-animation: spin 0.8s infinite steps(8);
            animation: spin 0.8s infinite steps(8); }
    .loading-icon .loading-item {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
        overflow: hidden;
        -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
                transform-origin: 0 50%; }
        .loading-icon .loading-item::after {
            content: " ";
            position: absolute;
            width: 38px;
            height: 100%;
            top: 0;
            left: -100%;
            border-style: solid;
            border-width: 3px;
            border-color: #d2d2d2 transparent transparent;
            border-radius: 38px;
            -webkit-transform: rotate(-6deg);
                -ms-transform: rotate(-6deg);
                    transform: rotate(-6deg); }
    .loading-icon .loading-item0 {
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg); }
    .loading-icon .loading-item1 {
        -webkit-transform: rotate(48deg);
            -ms-transform: rotate(48deg);
                transform: rotate(48deg); }
    .loading-icon .loading-item2 {
        -webkit-transform: rotate(93deg);
            -ms-transform: rotate(93deg);
                transform: rotate(93deg); }
    .loading-icon .loading-item3 {
        -webkit-transform: rotate(138deg);
            -ms-transform: rotate(138deg);
                transform: rotate(138deg); }
    .loading-icon .loading-item4 {
        -webkit-transform: rotate(183deg);
            -ms-transform: rotate(183deg);
                transform: rotate(183deg); }
    .loading-icon .loading-item5 {
        -webkit-transform: rotate(228deg);
            -ms-transform: rotate(228deg);
                transform: rotate(228deg); }
    .loading-icon .loading-item6 {
        -webkit-transform: rotate(273deg);
            -ms-transform: rotate(273deg);
                transform: rotate(273deg); }
    .loading-icon .loading-item7 {
        -webkit-transform: rotate(318deg);
            -ms-transform: rotate(318deg);
                transform: rotate(318deg); }
    .loading-icon .loading-item0::after {
        border-top-color: #00abe4; }
    .loading-icon .loading-item1::after {
        border-top-color: #00abe4; }

/**
 * 通知浮层一般用于通知用户的操作情况，比如所提交信息中的错误信息、服务器反馈信息等，一般由用户主动触发后展现
 */
.inform {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 190px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 6px;
    z-index: 2000; }
    .inform p {
        text-align: center;
        padding: 45px 40px 50px;
        margin: 0; }

.roo-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-y: auto; }
    .roo-modal.backdrop {
        position: fixed;
        background: rgba(250, 250, 250, 0.9); }
    .roo-modal.fade .roo-modal-dialog {
        -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
                transform: translate(0, -25%);
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .roo-modal.in .roo-modal-dialog {
        -webkit-transform: tanslate(0, 0);
            -ms-transform: tanslate(0, 0);
                transform: tanslate(0, 0); }
    .roo-modal p {
        margin: 0;
        line-height: 1.5; }
    .roo-modal::after {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle; }
    .roo-modal .roo-modal-dialog {
        position: relative;
        display: inline-block;
        width: 420px;
        margin: 10px;
        text-align: left;
        vertical-align: middle; }
        .roo-modal .roo-modal-dialog .close {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 10;
            padding: 0;
            color: #A2A4B3;
            font-size: 15.96px;
            background: transparent;
            border: 0;
            cursor: pointer;
            -webkit-appearance: none; }
        .roo-modal .roo-modal-dialog .close:hover {
            color: #585A6E; }
        .roo-modal .roo-modal-dialog .roo-modal-content {
            position: relative;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header {
                padding: 20px 20px 10px 20px; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header::before {
                    content: " ";
                    display: table; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header::after {
                    clear: both; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-header .roo-modal-title {
                    margin: 0;
                    color: #585A6E;
                    font-size: 17.5px;
                    font-weight: normal; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body {
                position: relative;
                color: #585A6E;
                padding: 20px;
                font-size: 14px;
                overflow: auto; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body .title {
                    margin: 0;
                    font-size: 17.5px;
                    padding-bottom: 10px;
                    font-weight: 400; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon {
                    padding: 60px 20px 0 90px; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon::before {
                        position: absolute;
                        top: 55px;
                        left: 40px;
                        font-size: 34.08px;
                        line-height: 1;
                        font-family: "roo-icon"; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.info:before {
                        content: "";
                        color: #17a2b8; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.danger:before {
                        content: "";
                        color: #F76C6C; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.success:before {
                        content: "";
                        color: #63D29D; }
                    .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-body.has-icon.question:before {
                        content: "";
                        color: #F8B500; }
            .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-footer {
                position: relative;
                text-align: right;
                padding: 20px 20px; }
                .roo-modal .roo-modal-dialog .roo-modal-content .roo-modal-footer .roo-btn + .roo-btn {
                    margin-left: 20px; }
    .roo-modal .roo-modal-dialog.roo-modal-sm {
        width: 300px; }
    .roo-modal .roo-modal-dialog.roo-modal-lg {
        width: 630px; }

.roo-toast {
    position: fixed;
    left: 50%;
    top: 70px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: #222222;
    display: inline-block;
    box-shadow: 0 2px 4px 0 #A2A4B3;
    z-index: 1010;
    border-radius: 2px; }
    .roo-toast.top {
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    .roo-toast.right {
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .roo-toast.bottom {
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    .roo-toast.left {
        top: 50%;
        left: 20px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .roo-toast.top-left {
        top: 20px;
        left: 20px; }
    .roo-toast.top-right {
        top: 20px;
        right: 20px; }
    .roo-toast.bottom-right {
        bottom: 20px;
        right: 20px; }
    .roo-toast.bottom-left {
        bottom: 0;
        left: 0; }
    .roo-toast .roo-toast-content {
        position: relative;
        padding: 10px 15px; }
        .roo-toast .roo-toast-content .roo-toast-header {
            margin-bottom: 5px; }
            .roo-toast .roo-toast-content .roo-toast-header .title {
                margin: 0;
                font-size: 14px;
                font-weight: normal;
                line-height: 1.5;
                color: #fff; }
            .roo-toast .roo-toast-content .roo-toast-header .close {
                position: absolute;
                right: 8px;
                padding: 0;
                color: #fff;
                font-size: 15.96px;
                background: transparent;
                border: 0;
                opacity: 0.6;
                cursor: pointer;
                -webkit-appearance: none; }
                .roo-toast .roo-toast-content .roo-toast-header .close:hover {
                    opacity: 1; }
        .roo-toast .roo-toast-content .roo-toast-body {
            margin-bottom: 5px; }
            .roo-toast .roo-toast-content .roo-toast-body .content {
                font-size: 12px;
                line-height: 1.5;
                color: #fff; }
            .roo-toast .roo-toast-content .roo-toast-body .link {
                display: block;
                font-size: 12px;
                text-decoration: underline; }
        .roo-toast .roo-toast-content .roo-toast-footer {
            position: relative;
            text-align: right;
            padding-top: 5px; }
        .roo-toast .roo-toast-content.has-icon::before {
            position: absolute;
            display: block;
            top: 10px;
            left: 10px;
            font-size: 14px;
            font-family: "roo-icon"; }
        .roo-toast .roo-toast-content.has-icon.success:before {
            color: #63D29D;
            content: ""; }
        .roo-toast .roo-toast-content.has-icon.warning:before {
            color: #F8B500;
            content: ""; }
        .roo-toast .roo-toast-content.has-icon.info:before {
            color: #fff;
            content: ""; }
        .roo-toast .roo-toast-content.has-icon.fail:before {
            color: #F76C6C;
            content: ""; }
        .roo-toast .roo-toast-content.has-icon.loading:before {
            color: #fff;
            content: "";
            line-height: 14px;
            top: 13px; }

.roo-toast.roo-toast-light {
    background-color: #fff;
    box-shadow: none;
    -webkit-filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23));
            filter: drop-shadow(0 1px 3px rgba(52, 88, 124, 0.23)); }
    .roo-toast.roo-toast-light .roo-toast-content .roo-toast-header .title, .roo-toast.roo-toast-light .roo-toast-content .roo-toast-header .close {
        color: #222222; }
    .roo-toast.roo-toast-light .roo-toast-content.has-icon.info:before {
        color: #222222;
        content: ""; }
    .roo-toast.roo-toast-light .roo-toast-content.has-icon.loading:before {
        color: #222222; }
    .roo-toast.roo-toast-light .roo-toast-body .content {
        color: #222222; }

.roo-toast-tip {
    min-width: 150px;
    max-width: 300px; }
    .roo-toast-tip .roo-toast-content .roo-toast-header {
        margin: 0; }
    .roo-toast-tip .roo-toast-content .roo-toast-body {
        margin: 0;
        line-height: 1.5;
        color: #585A6E; }
        .roo-toast-tip .roo-toast-content .roo-toast-body .content {
            font-size: 14px; }
    .roo-toast-tip .roo-toast-content.has-icon .roo-toast-body {
        margin-left: 15px; }
    .roo-toast-tip .roo-toast-content.has-icon:before {
        font-size: 14px; }
    .roo-toast-tip .roo-toast-content.has-close {
        padding-right: 30px; }

.roo-toast-notice {
    max-width: 430px;
    min-width: 340px; }
    .roo-toast-notice .roo-toast-content {
        padding-right: 30px; }
        .roo-toast-notice .roo-toast-content.has-icon .roo-toast-header,
        .roo-toast-notice .roo-toast-content.has-icon .roo-toast-body {
            margin-left: 25px; }
        .roo-toast-notice .roo-toast-content.has-icon:before {
            top: 4px;
            font-size: 21.98px; }

.roo-mark {
    line-height: 1; }
    .roo-mark .roo-mark-item {
        display: inline-block;
        vertical-align: middle;
        font-size: 0; }
        .roo-mark .roo-mark-item .roo-mark-icon {
            font-size: 17.5px;
            position: relative; }
            .roo-mark .roo-mark-item .roo-mark-icon.icon {
                display: inline-block;
                margin-right: 5px;
                font-family: "roo-icon";
                font-style: normal;
                text-align: center;
                line-height: 1;
                -webkit-font-smoothing: antialiased; }
                .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-star-fill {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-star-fill::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-star-fill.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-star {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-star::before {
                        content: ""; }
                .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-meh {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-meh::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-meh.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-frown {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-frown::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-frown.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-smile {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-smile::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-icon.icon.icon-smile.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
        .roo-mark .roo-mark-item .roo-mark-halficon {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 50%; }
            .roo-mark .roo-mark-item .roo-mark-halficon.icon {
                display: inline-block;
                margin-right: 5px;
                font-family: "roo-icon";
                font-style: normal;
                text-align: center;
                line-height: 1;
                -webkit-font-smoothing: antialiased; }
                .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-star-fill {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-star-fill::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-star-fill.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-star {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-star::before {
                        content: ""; }
                .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-meh {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-meh::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-meh.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-frown {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-frown::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-frown.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
                .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-smile {
                    color: #A2A4B3; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-smile::before {
                        content: ""; }
                    .roo-mark .roo-mark-item .roo-mark-halficon.icon.icon-smile.hover {
                        -webkit-transform: scale(1.15);
                            -ms-transform: scale(1.15);
                                transform: scale(1.15); }
    .roo-mark .roo-mark-text {
        display: inline-block;
        vertical-align: middle; }

.roo-btn-group {
    display: inline-block; }
    .roo-btn-group .roo-btn {
        position: relative; }
        .roo-btn-group .roo-btn:not(:first-child):not(:last-child) {
            border-radius: 0; }
        .roo-btn-group .roo-btn:first-child {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0; }
        .roo-btn-group .roo-btn:last-child {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0; }
    .roo-btn-group .roo-btn-outline-brand:hover {
        z-index: 2; }
    .roo-btn-group .roo-btn-default:not(:first-child) {
        margin-left: -1px; }
    .roo-btn-group .roo-btn-default:hover {
        z-index: 2; }

/*
---------------
表单组样式
---------------
*/
.roo-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    font-size: 14px; }
    .roo-input-group.has-icon .addon-icon,
    .roo-input-group.has-icon .prefix-icon,
    .roo-input-group .has-icon .addon-icon,
    .roo-input-group .has-icon .prefix-icon {
        position: absolute;
        right: 0.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.4em;
        color: #BABCCC;
        z-index: 4; }
    .roo-input-group.has-icon .prefix-icon,
    .roo-input-group .has-icon .prefix-icon {
        right: auto;
        left: 0.5em; }
        .roo-input-group.has-icon .prefix-icon + .roo-input,
        .roo-input-group.has-icon .prefix-icon + .form-control,
        .roo-input-group .has-icon .prefix-icon + .roo-input,
        .roo-input-group .has-icon .prefix-icon + .form-control {
            padding-left: 30px; }
    .roo-input-group.has-icon .addon-icon.has-click:hover,
    .roo-input-group .has-icon .addon-icon.has-click:hover {
        color: #585A6E;
        cursor: pointer; }
    .roo-input-group.has-icon:not(.roo-input-group-outline) .roo-input,
    .roo-input-group.has-icon:not(.roo-input-group-outline) .form-control,
    .roo-input-group .has-icon:not(.roo-input-group-outline) .roo-input,
    .roo-input-group .has-icon:not(.roo-input-group-outline) .form-control {
        padding-right: 30px; }
    .roo-input-group.has-icon .roo-input:only-of-type,
    .roo-input-group.has-icon .form-control:only-of-type,
    .roo-input-group .has-icon .roo-input:only-of-type,
    .roo-input-group .has-icon .form-control:only-of-type {
        border-radius: 2px; }
    .roo-input-group.is-count-check.has-icon:not(.roo-input-group-outline) .roo-input {
        padding-right: 52px; }
    .roo-input-group.is-count-check .roo-input-value-count {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        /* font-size: 1.4em; */
        color: #999999;
        z-index: 4; }
    .roo-input-group > .roo-input,
    .roo-input-group > .form-control,
    .roo-input-group > .custom-select,
    .roo-input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-bottom: 0; }
        .roo-input-group > .roo-input + .roo-input,
        .roo-input-group > .roo-input + .form-control,
        .roo-input-group > .roo-input + .custom-select,
        .roo-input-group > .roo-input + .custom-file,
        .roo-input-group > .form-control + .roo-input,
        .roo-input-group > .form-control + .form-control,
        .roo-input-group > .form-control + .custom-select,
        .roo-input-group > .form-control + .custom-file,
        .roo-input-group > .custom-select + .roo-input,
        .roo-input-group > .custom-select + .form-control,
        .roo-input-group > .custom-select + .custom-select,
        .roo-input-group > .custom-select + .custom-file,
        .roo-input-group > .custom-file + .roo-input,
        .roo-input-group > .custom-file + .form-control,
        .roo-input-group > .custom-file + .custom-select,
        .roo-input-group > .custom-file + .custom-file {
            margin-left: -1px; }
    .roo-input-group > .roo-input,
    .roo-input-group > .form-control {
        width: 1%; }
    .roo-input-group > .roo-input:not(:last-child),
    .roo-input-group > .form-control:not(:last-child),
    .roo-input-group > .custom-select:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .roo-input-group > .roo-input:not(:first-child),
    .roo-input-group > .form-control:not(:first-child),
    .roo-input-group > .custom-select:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .roo-input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .roo-input-group > .custom-file:not(:last-child) .custom-file-label,
        .roo-input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
        .roo-input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }

.roo-input-group-prepend,
.roo-input-group-append,
.roo-input-group-middle {
    display: -ms-flexbox;
    display: flex; }
    .roo-input-group-prepend .roo-btn,
    .roo-input-group-append .roo-btn,
    .roo-input-group-middle .roo-btn {
        position: relative;
        padding: 0 10px; }
    .roo-input-group-prepend .roo-btn + .roo-btn,
    .roo-input-group-prepend .roo-btn + .roo-input-group-text,
    .roo-input-group-prepend .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-prepend .roo-input-group-text + .roo-btn,
    .roo-input-group-append .roo-btn + .roo-btn,
    .roo-input-group-append .roo-btn + .roo-input-group-text,
    .roo-input-group-append .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-append .roo-input-group-text + .roo-btn,
    .roo-input-group-middle .roo-btn + .roo-btn,
    .roo-input-group-middle .roo-btn + .roo-input-group-text,
    .roo-input-group-middle .roo-input-group-text + .roo-input-group-text,
    .roo-input-group-middle .roo-input-group-text + .roo-btn {
        margin-left: -1px; }

.roo-input-group-prepend,
.roo-input-group-append {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: -1px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #585A6E;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #E9EAF2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    .roo-input-group-prepend input[type="radio"],
    .roo-input-group-prepend input[type="checkbox"],
    .roo-input-group-append input[type="radio"],
    .roo-input-group-append input[type="checkbox"] {
        margin-top: 0; }
    .roo-input-group-prepend > .roo-btn,
    .roo-input-group-prepend > .roo-input-group,
    .roo-input-group-prepend > .select-input-wrapper,
    .roo-input-group-append > .roo-btn,
    .roo-input-group-append > .roo-input-group,
    .roo-input-group-append > .select-input-wrapper {
        margin-left: -11px;
        margin-right: -11px;
        margin-top: -7px;
        margin-bottom: -7px; }
        .roo-input-group-prepend > .roo-btn:not(:first-child),
        .roo-input-group-prepend > .roo-input-group:not(:first-child),
        .roo-input-group-prepend > .select-input-wrapper:not(:first-child),
        .roo-input-group-append > .roo-btn:not(:first-child),
        .roo-input-group-append > .roo-input-group:not(:first-child),
        .roo-input-group-append > .select-input-wrapper:not(:first-child) {
            margin-left: -1px; }
        .roo-input-group-prepend > .roo-btn:not(:last-child),
        .roo-input-group-prepend > .roo-input-group:not(:last-child),
        .roo-input-group-prepend > .select-input-wrapper:not(:last-child),
        .roo-input-group-append > .roo-btn:not(:last-child),
        .roo-input-group-append > .roo-input-group:not(:last-child),
        .roo-input-group-append > .select-input-wrapper:not(:last-child) {
            margin-right: 0; }

.roo-input-group-append {
    margin-left: -1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .roo-input-group-append .roo-input,
    .roo-input-group-append .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; }
    .roo-input-group-append .dropdown-menu {
        left: auto;
        right: 0; }

.roo-input-group-lg .roo-input,
.roo-input-group-lg .form-control,
.roo-input-group-lg .roo-input-group-prepend,
.roo-input-group-lg .roo-input-group-append,
.roo-input-group-lg .roo-input-group-prepend > .roo-btn,
.roo-input-group-lg .roo-input-group-append > .roo-btn {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px; }

.roo-input-group-sm .roo-input,
.roo-input-group-sm .form-control,
.roo-input-group-sm .roo-input-group-prepend,
.roo-input-group-sm .roo-input-group-append,
.roo-input-group-sm .roo-input-group-prepend > .roo-btn,
.roo-input-group-sm .roo-input-group-append > .roo-btn {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px; }

.roo-input-group > .roo-input-group-prepend > .roo-btn,
.roo-input-group > .roo-input-group-prepend > .roo-input-group-text,
.roo-input-group > .roo-input-group-append:not(:last-child) > .roo-btn,
.roo-input-group > .roo-input-group-append:not(:last-child) > .roo-input-group-text,
.roo-input-group > .roo-input-group-append:last-child > .roo-btn:not(:last-child):not(.dropdown-toggle),
.roo-input-group > .roo-input-group-append:last-child > .roo-input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.roo-input-group > .roo-input-group-append > .roo-btn,
.roo-input-group > .roo-input-group-append > .roo-input-group-text,
.roo-input-group > .roo-input-group-prepend:not(:first-child) > .roo-btn,
.roo-input-group > .roo-input-group-prepend:not(:first-child) > .roo-input-group-text,
.roo-input-group > .roo-input-group-prepend:first-child > .roo-btn:not(:first-child),
.roo-input-group > .roo-input-group-prepend:first-child > .roo-input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.roo-input-group-outline {
    border: 1px solid #E9EAF2;
    border-radius: 2px;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center; }
    .roo-input-group-outline input[type="text"] {
        margin: -1px 0 !important;
        border: none;
        text-align: center; }
    .roo-input-group-outline.has-icon {
        padding-right: 36px; }
    .roo-input-group-outline .input-separator {
        color: #BABCCC; }
    .roo-input-group-outline:hover, .roo-input-group-outline.focus {
        border-color: #A2A4B3; }
    .roo-input-group-outline.readonly {
        border-color: #E9EAF2;
        color: #A2A4B3; }
    .roo-input-group-outline.disabled {
        border-color: #F7F8FA;
        color: #E9EAF2;
        cursor: not-allowed; }

.roo-input-group-disabled {
    background-color: #F7F8FA; }

/**
 * ---------------------------
 *  滑块组件
 * ---------------------------
 */
.roo-slider {
    position: relative;
    padding: 16px 0; }
    .roo-slider.has-labels {
        padding-bottom: 36px; }

.roo-slider-bar {
    position: relative;
    display: block;
    height: 4px;
    border-radius: 2px;
    background: #e5e5e5;
    z-index: 2;
    cursor: pointer; }

.roo-slider-value-bar {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: #00abe4; }

.roo-slider-button {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00abe4;
    transition: .3s; }

.roo-slider-button-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    z-index: 3;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: -webkit-grab;
    cursor: grab; }
    .roo-slider-button-wrap:hover .slider-button {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
    .roo-slider-button-wrap:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }

.roo-slider-bar-stop {
    position: absolute;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bbb;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    z-index: 1; }

.roo-slider-labels {
    position: relative;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #585A6E; }

.roo-slider-label {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }

/* 不同的颜色 */
.roo-slider.primary .roo-slider-value-bar, .roo-slider.primary .roo-slider-button {
    background: #00abe4; }

.roo-slider.secondary .roo-slider-value-bar, .roo-slider.secondary .roo-slider-button {
    background: #00abe4; }

.roo-slider.brand .roo-slider-value-bar, .roo-slider.brand .roo-slider-button {
    background: #FFD161; }

.roo-slider.success .roo-slider-value-bar, .roo-slider.success .roo-slider-button {
    background: #63D29D; }

.roo-slider.info .roo-slider-value-bar, .roo-slider.info .roo-slider-button {
    background: #17a2b8; }

.roo-slider.warning .roo-slider-value-bar, .roo-slider.warning .roo-slider-button {
    background: #F8B500; }

.roo-slider.danger .roo-slider-value-bar, .roo-slider.danger .roo-slider-button {
    background: #F76C6C; }

.roo-slider.light .roo-slider-value-bar, .roo-slider.light .roo-slider-button {
    background: #fff; }

.roo-slider.dark .roo-slider-value-bar, .roo-slider.dark .roo-slider-button {
    background: #585A6E; }

/* 禁用状态 */
.roo-slider.disabled .roo-slider-bar {
    background: #efefef !important;
    cursor: not-allowed !important; }

.roo-slider.disabled .roo-slider-value-bar, .roo-slider.disabled .roo-slider-button {
    background: #ddd !important; }

.roo-slider.disabled .roo-slider-bar-stop {
    background: #bbb !important; }

.roo-slider.disabled .roo-slider-button-wrap {
    cursor: not-allowed !important; }
    .roo-slider.disabled .roo-slider-button-wrap:hover .roo-slider-button {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }

.roo-progress {
    /* empty */ }

.roo-progress-bar {
    display: inline-block;
    width: 100%;
    padding-right: 50px;
    margin-right: -50px;
    vertical-align: middle;
    line-height: 1; }

.roo-progress-bar-outer {
    height: 6px;
    border-radius: 999px;
    background: #E9EAF2;
    overflow: hidden; }

.roo-progress-bar-inner {
    height: 100%;
    border-radius: 999px;
    background: #00abe4;
    text-align: right; }

.roo-progress-text {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle; }

.roo-progress-inner-text {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 18px; }

.roo-progress.is-success .roo-progress-bar-inner {
    background-color: #63D29D; }

.roo-progress.is-success .roo-progress-text {
    color: #63D29D; }

.roo-progress.is-error .roo-progress-bar-inner {
    background-color: #F76C6C; }

.roo-progress.is-error .roo-progress-text {
    color: #F76C6C; }

.roo-progress.is-brand .roo-progress-bar-inner {
    background-color: #FFD161; }

.roo-progress.is-brand .roo-progress-text {
    color: #FFD161; }

.roo-progress.text-inside {
    padding-right: 0;
    margin-right: 0; }
    .roo-progress.text-inside .roo-progress-bar-outer {
        height: 18px; }

.roo-tree {
    position: relative;
    background: #fff; }

.roo-tree-node {
    position: relative; }
    .roo-tree-node .disabled {
        opacity: .5; }

.roo-tree-node-expand-icon,
.roo-tree-node-loading-icon {
    display: block;
    width: 21px;
    margin-left: -21px;
    font-size: 0;
    color: #BABCCC;
    text-align: center; }
    .roo-tree-node-expand-icon:before,
    .roo-tree-node-loading-icon:before {
        display: inline-block;
        font-size: 14px;
        font-family: "roo-icon";
        content: "";
        line-height: 1;
        vertical-align: middle; }

.roo-tree-node-expand-icon:before {
    content: ""; }

.roo-tree-node-loading-icon:before {
    content: "";
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear; }

.roo-tree-node-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 28px;
    padding-left: 21px;
    cursor: pointer; }
    .roo-tree-node-content:hover, .roo-tree-node-content.is-focused {
        background: #F7F8FA; }

.roo-tree-node-children {
    display: none;
    padding-left: 21px; }

.roo-tree-node-children > .roo-tree-node::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px dashed #BABCCC;
    z-index: 1; }

.roo-tree-node-children > .roo-tree-node:last-child::before {
    height: 14px; }

.roo-tree-node-children > .roo-tree-node.is-leaf::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 14px;
    border-top: 1px dashed #BABCCC;
    z-index: 1; }

.roo-tree-node.is-leaf .roo-tree-node-expand-icon {
    display: none; }

.roo-tree-node.is-expanded > .roo-tree-node-children {
    display: block; }

.roo-tree-node.is-expanded > .roo-tree-node-content .roo-tree-node-expand-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.roo-tree-node-children {
    display: none; }

.roo-tree-node.is-expanded > .roo-tree-node-children {
    display: block; }

.roo-tree-node .disabled {
    opacity: .5; }

.roo-tree-is-selected {
    color: #00abe4; }

.roo-datepicker {
    position: relative;
    background-color: #fff;
    border: 1px solid #E9EAF2;
    white-space: nowrap;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15);
    z-index: 1050;
    border-radius: 0; }
    .roo-datepicker .roo-datepicker-header {
        margin-bottom: 5px; }
    .roo-datepicker .roo-datepicker-body {
        width: 280px;
        height: 240px;
        padding: 0 10px; }
    .roo-datepicker .roo-datepicker-footer {
        padding: 5px 10px;
        border-top: 1px solid #E9EAF2; }
    .roo-datepicker .action-group a,
    .roo-datepicker tbody a {
        display: inline-block;
        min-width: 24px;
        padding: 0 4px;
        line-height: 22px;
        border: 1px solid transparent;
        color: #585A6E;
        border-radius: 0; }
        .roo-datepicker .action-group a:hover,
        .roo-datepicker tbody a:hover {
            background-color: #E9EAF2;
            border-color: #E9EAF2;
            text-decoration: none; }
    .roo-datepicker .roo-datepicker-inputs {
        text-align: center;
        padding: 5px 0;
        border-bottom: 1px solid #E9EAF2; }
        .roo-datepicker .roo-datepicker-inputs .roo-input {
            width: 105px; }
            .roo-datepicker .roo-datepicker-inputs .roo-input:not(:focus) {
                border-color: #E9EAF2; }
            .roo-datepicker .roo-datepicker-inputs .roo-input + .roo-input {
                margin-left: 14px; }
    .roo-datepicker .action-group {
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        border-bottom: 1px solid #E9EAF2;
        text-align: center; }
        .roo-datepicker .action-group .action-pre,
        .roo-datepicker .action-group .action-next {
            -ms-flex: 1;
                flex: 1; }
            .roo-datepicker .action-group .action-pre i,
            .roo-datepicker .action-group .action-next i {
                vertical-align: middle;
                cursor: pointer; }
                .roo-datepicker .action-group .action-pre i:hover,
                .roo-datepicker .action-group .action-next i:hover {
                    color: #00abe4; }
        .roo-datepicker .action-group .action-pre {
            padding-left: 10px;
            text-align: left; }
        .roo-datepicker .action-group .action-next {
            padding-right: 10px;
            text-align: right; }
        .roo-datepicker .action-group .action-select {
            -ms-flex: 2;
                flex: 2; }
            .roo-datepicker .action-group .action-select span {
                display: inline-block;
                line-height: 24px; }
        .roo-datepicker .action-group a {
            cursor: pointer; }
    .roo-datepicker table {
        width: 100%;
        height: 100%;
        border-collapse: separate;
        border-spacing: 0px 5px; }
        .roo-datepicker table th, .roo-datepicker table td {
            font-size: 12px;
            text-align: center; }
        .roo-datepicker table td {
            padding: 0 4px; }
    .roo-datepicker tbody td.active a,
    .roo-datepicker tbody td a:active {
        background-color: #00abe4;
        border-color: #00abe4;
        color: #fff; }
    .roo-datepicker tbody td.today a {
        position: relative; }
        .roo-datepicker tbody td.today a:after {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background: red;
            border-radius: 100px;
            right: 0;
            top: 0; }
    .roo-datepicker tbody td.old a {
        color: #A2A4B3; }
    .roo-datepicker tbody td.disabled a, .roo-datepicker tbody td.disabled a:hover {
        color: #E9EAF2;
        cursor: not-allowed;
        background-color: transparent;
        border-color: transparent; }
    .roo-datepicker tbody td.in-range {
        background-color: #E9EAF2;
        border-color: #E9EAF2; }
    .roo-datepicker.has-footer .roo-datepicker-years .roo-datepicker-body,
    .roo-datepicker.has-footer .roo-datepicker-months .roo-datepicker-body {
        height: 278px; }

.roo-datepicker-data-panel {
    display: inline-block; }

.roo-datepicker-years table,
.roo-datepicker-months table {
    border-spacing: 0px 35px; }

.picker-select-wrap {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15);
    font-size: 0; }
    .picker-select-wrap > ul {
        display: inline-block;
        max-height: 168px;
        overflow-y: auto;
        font-size: 12px; }
        .picker-select-wrap > ul + ul {
            border-left: 1px solid #E9EAF2; }
        .picker-select-wrap > ul > li {
            padding: 0 21px;
            line-height: 28px; }
            .picker-select-wrap > ul > li:hover {
                background-color: rgba(0, 171, 228, 0.1);
                cursor: pointer; }
            .picker-select-wrap > ul > li.active {
                background-color: rgba(233, 234, 242, 0.6); }
            .picker-select-wrap > ul > li.disabled {
                color: #E9EAF2;
                cursor: not-allowed;
                background-color: transparent;
                border-color: transparent; }

/*
---------------
分割线样式
---------------
*/
.roo-divider {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    list-style: none;
    background: #E9EAF2; }

.roo-divider, .roo-divider-vertical {
    display: inline-block;
    height: .9em;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    top: -0.06em; }

.roo-divider-horizontal {
    display: block;
    height: 1px;
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
    clear: both; }
    .roo-divider-horizontal.roo-divider-with-text, .roo-divider-horizontal.roo-divider-with-text-left, .roo-divider-horizontal.roo-divider-with-text-right {
        display: table;
        white-space: nowrap;
        text-align: center;
        font-size: 15.96px;
        margin: 20px 0;
        background: transparent; }
        .roo-divider-horizontal.roo-divider-with-text::before, .roo-divider-horizontal.roo-divider-with-text::after, .roo-divider-horizontal.roo-divider-with-text-left::before, .roo-divider-horizontal.roo-divider-with-text-left::after, .roo-divider-horizontal.roo-divider-with-text-right::before, .roo-divider-horizontal.roo-divider-with-text-right::after {
            content: '';
            position: relative;
            top: 50%;
            width: 50%;
            display: table-cell;
            border-top: 1px solid #E9EAF2;
            -webkit-transform: translateY(50%);
                -ms-transform: translateY(50%);
                    transform: translateY(50%); }
        .roo-divider-horizontal.roo-divider-with-text .roo-divider-text, .roo-divider-horizontal.roo-divider-with-text-left .roo-divider-text, .roo-divider-horizontal.roo-divider-with-text-right .roo-divider-text {
            display: inline-block;
            padding: 0 10px; }
    .roo-divider-horizontal.roo-divider-with-text-left::before, .roo-divider-horizontal.roo-divider-with-text-right::after {
        top: 50%;
        width: 5%; }
    .roo-divider-horizontal.roo-divider-with-text-right::before, .roo-divider-horizontal.roo-divider-with-text-left::after {
        top: 50%;
        width: 95%; }

.roo-divider-dashed {
    background: none;
    border-top: 1px dashed #E9EAF2; }

.roo-drawer-portal {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden; }

.roo-drawer {
    position: fixed;
    outline: none;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    transition: -webkit-transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: unset;
    z-index: 1000;
    overflow-y: auto; }

.roo-upload-list-container {
    margin: 5px 0; }

.roo-upload-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 1px 3px 1px 0;
    margin-top: 6px; }

.roo-upload-list-load {
    margin-bottom: 5px; }

.roo-upload-list-icon {
    margin-right: 5px; }

.roo-upload-list-item:hover {
    background: #f3f3f3;
    cursor: pointer; }

.roo-upload-card-item-error {
    color: #F76C6C; }

.roo-upload-card-file-loading, .roo-upload-card-file-success {
    color: #00abe4; }

.roo-upload-list-item > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.roo-upload-list-item:hover {
    color: #00abe4; }

.roo-upload-list-item-error {
    color: #F76C6C;
    fill: #F76C6C; }
    .roo-upload-list-item-error:hover {
        color: #F76C6C; }

.roo-upload-list-trash {
    display: none;
    margin-left: auto; }

.roo-upload-list-trash-error {
    display: inline; }

.roo-upload-list-item:hover .roo-upload-list-trash {
    display: inline; }

.roo-upload-list-uploading-bar {
    margin-left: 22px; }

.roo-upload-list-item-loading {
    display: block; }

.roo-upload-list-item-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.roo-upload-card-container {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.roo-upload-card-item {
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
    border: #eee 1px solid;
    border-radius: 3px; }

.roo-upload-card-item-canDrop {
    border: none; }

.roo-upload-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.roo-upload-card-item .roo-upload-card-mask {
    visibility: hidden;
    background: transparent; }

.roo-upload-card-item:hover .roo-upload-card-mask {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    visibility: visible;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.5s; }

.roo-upload-card-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px;
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #00abe4;
    fill: #00abe4; }

.roo-upload-card-file > span {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
    overflow: hidden; }

.roo-upload-card-file-error {
    color: #F76C6C;
    fill: #F76C6C; }

.roo-upload-card-item {
    position: relative; }

.roo-upload-card-item .roo-progress-bar {
    padding-right: 0; }

.roo-upload-card-item .roo-progress {
    width: 100%; }

.roo-upload-card-item-load {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.roo-upload-load-canDrop {
    fill: #00abe4;
    border: 1px dashed #BABCCC; }
    .roo-upload-load-canDrop:hover {
        color: #F8B500;
        fill: #F8B500;
        border: 1px dashed #F8B500; }

.roo-upload-load-dropover {
    border: 1px dashed #F8B500;
    color: #F8B500;
    fill: #F8B500; }

.roo-upload-load-drop {
    border: 1px dashed #BABCCC; }

.roo-upload-load {
    height: 100%;
    -ms-flex: 1;
        flex: 1; }

/* 
* 手风琴组件
*/
.roo-accordion {
    border: 1px solid #E9EAF2; }
    .roo-accordion .roo-accordion-panel .roo-accordion-panel-header {
        border-top: 1px solid #E9EAF2;
        background-color: #F7F8FA;
        color: #585A6E;
        height: 38px;
        line-height: 38px;
        padding: 0 20px;
        font-weight: bold;
        cursor: pointer;
        position: relative; }
        .roo-accordion .roo-accordion-panel .roo-accordion-panel-header .roo-accordion-panel-header-icon {
            margin-right: 15px; }
        .roo-accordion .roo-accordion-panel .roo-accordion-panel-header .roo-accordion-panel-header-icon-right {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -7px; }
    .roo-accordion .roo-accordion-panel .roo-accordion-panel-content {
        border-top: 1px solid #E9EAF2;
        font-size: 12px;
        display: none; }
    .roo-accordion .roo-accordion-panel .roo-accordion-panel-active {
        display: block; }
    .roo-accordion .roo-accordion-panel .roo-accordion-panel-box {
        padding: 15px 20px; }
    .roo-accordion > .roo-accordion-panel:first-child > .roo-accordion-panel-header {
        border-top: none; }
    .roo-accordion .roo-accordion-panel-disabled > .roo-accordion-panel-header {
        color: #BABCCC;
        background-color: #F7F8FA;
        cursor: not-allowed; }

.roo-transfer .roo-transfer-panel {
    position: relative;
    display: inline-block;
    width: 300px;
    border: 1px solid #E9EAF2;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-title {
        height: 36px;
        line-height: 36px;
        background-color: #F7F8FA;
        border-bottom: 1px solid #E9EAF2;
        border-radius: 2px; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-title .roo-transfer-panel-title-all {
            margin-left: 12px; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-title .roo-transfer-panel-title-count {
            float: right;
            line-height: 36px;
            margin-right: 12px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-empty {
        text-align: center;
        padding-top: 6px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-filter {
        padding: 0 12px;
        margin-top: 12px; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-body {
        height: 240px;
        overflow: auto; }
        .roo-transfer .roo-transfer-panel .roo-transfer-panel-body .roo-checkbox {
            display: block;
            padding: 6px 12px;
            margin-right: 0; }
            .roo-transfer .roo-transfer-panel .roo-transfer-panel-body .roo-checkbox:hover {
                background-color: #F7F8FA; }
    .roo-transfer .roo-transfer-panel .roo-transfer-panel-footer {
        border-top: 1px solid #E9EAF2; }

.roo-transfer .roo-transfer-operations {
    display: inline-block;
    padding: 0 16px;
    vertical-align: middle; }
    .roo-transfer .roo-transfer-operations .roo-btn {
        display: block;
        margin-bottom: 16px; }

.roo-timeline {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    direction: ltr; }

.roo-timeline-item {
    position: relative;
    text-align: left; }

.roo-timeline-item:not(:last-child) .roo-timeline-item-content {
    padding-bottom: 18px; }

.roo-timeline-item-dot {
    position: absolute;
    top: 5px; }
    .roo-timeline-item-dot::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #E9EAF2;
        border-radius: 50%; }

.roo-timeline-item-custom-dot {
    text-align: center; }
    .roo-timeline-item-custom-dot::before {
        display: none; }

.roo-timeline-item-last .roo-timeline-item-dot::before {
    background-color: #00abe4; }

.roo-timeline-item-tail {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #E9EAF2; }

.roo-timeline-item:first-child .roo-timeline-item-tail {
    top: 5px; }

.roo-timeline-item:last-child .roo-timeline-item-tail {
    bottom: auto;
    height: 15px; }

.roo-timeline-align-left .roo-timeline-item-dot {
    left: 0; }

.roo-timeline-align-left .roo-timeline-item-tail {
    left: 4px;
    left: 5; }

.roo-timeline-align-left .roo-timeline-item {
    padding-left: 22px; }

.roo-timeline-align-left .roo-timeline-item {
    padding-left: 22px; }

.roo-timeline-align-right .roo-timeline-item-dot {
    right: 0; }

.roo-timeline-align-right .roo-timeline-item-tail {
    right: 4px;
    left: 5; }

.roo-timeline-align-right .roo-timeline-item {
    padding-right: 22px; }

.roo-timeline-align-right .roo-timeline-item-content {
    text-align: right; }

.roo-timeline-align-alternate .roo-timeline-item-dot {
    left: calc(50% - 5px); }

.roo-timeline-align-alternate .roo-timeline-item-tail {
    left: calc(50% - 1px); }

.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n) .roo-timeline-item-content {
    text-align: right;
    width: calc(50% - 17px); }

.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n + 1) {
    text-align: right; }

.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n + 1) .roo-timeline-item-content {
    display: inline-block;
    text-align: left;
    width: calc(50% - 17px); }

.roo-timeline-with-time .roo-timeline-item {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0; }

.roo-timeline-with-time .roo-timeline-item-dot {
    left: calc(50% - 5px); }

.roo-timeline-with-time .roo-timeline-item-tail {
    left: calc(50% - 1px); }

.roo-timeline-with-time .roo-timeline-item-time,
.roo-timeline-with-time .roo-timeline-item-content {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%; }

.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n),
.roo-timeline-with-time.roo-timeline-align-right .roo-timeline-item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.roo-timeline-with-time.roo-timeline-align-right .roo-timeline-item {
    padding-right: 0; }

.roo-timeline-with-time.roo-timeline-align-left .roo-timeline-item-time {
    text-align: right; }

.roo-timeline-with-time.roo-timeline-align-right .roo-timeline-item-time {
    text-align: left; }

.roo-timeline-with-time.roo-timeline-align-left .roo-timeline-item-time,
.roo-timeline-with-time.roo-timeline-align-right .roo-timeline-item-content,
.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n + 1) .roo-timeline-item-time,
.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n) .roo-timeline-item-content {
    padding-right: 17px; }

.roo-timeline-with-time.roo-timeline-align-left .roo-timeline-item-content,
.roo-timeline-with-time.roo-timeline-align-right .roo-timeline-item-time,
.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n + 1) .roo-timeline-item-content,
.roo-timeline-align-alternate .roo-timeline-item:nth-child(2n) .roo-timeline-item-time {
    padding-left: 17px; }

.roo-picker-menu:last-child {
    border-right: none; }

.roo-picker-multi-cascader-menu.roo-picker-inline {
    box-shadow: none; }

.roo-picker-inline .roo-picker-menu {
    box-shadow: none; }

.roo-picker-menu {
    min-width: 180px;
    max-width: 300px;
    -ms-flex: 1;
        flex: 1;
    height: 236px;
    max-height: 242px;
    overflow: auto;
    padding: 4px 0;
    font-size: 14px;
    color: #585A6E;
    text-align: left;
    list-style: none;
    border-right: 1px solid #E9EAF2;
    background-color: #fff;
    border-radius: 2px; }

.roo-picker-menu-cascader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }

.roo-picker-value-count {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    margin: 2px;
    background: #F7F8FA; }

.roo-picker-menu-item {
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
    height: 36px;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }

.roo-picker-menu-item:hover {
    background-color: #F7F8FA; }

.roo-picker-multi-cascader-menu {
    box-shadow: 0px 10px 16px 0px rgba(88, 90, 110, 0.15); }

.roo-picker-menu-item .roo-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }

.roo-picker-menu-item .roo-checkbox .custom-checkbox {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.roo-picker-menu-item .roo-checkbox span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle; }

.roo-picker-menu-item.roo-checkbox .roo-checkbox-uncheckable {
    opacity: unset; }

.roo-picker-menu-item-focus {
    background-color: #F7F8FA; }

.roo-picker-cascader-search-panel {
    height: 236px;
    padding: 0 10px;
    overflow: auto; }

.roo-picker-search-bar {
    padding: 10px; }

.roo-picker-search-result {
    border: none; }

.roo-picker-cascader-col .roo-checkbox {
    width: 100%;
    line-height: 36px;
    height: 36px; }

.roo-picker-cascader-col::after {
    content: "\00a0/\00a0"; }

.roo-picker-none {
    padding: 0 10px; }

.roo-picker-cascader-col:last-child::after {
    content: none; }

/* TOGGLE  */
.roo-multi-cascader-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 36px;
    border: 1px solid #E9EAF2;
    border-radius: 2px;
    padding: 6px 10px;
    cursor: pointer; }

.roo-multi-cascader-toggle-large {
    height: 40px; }

.roo-multi-cascader-toggle-small {
    height: 32px; }

.roo-multi-cascader-toggle-mini {
    height: 28px; }

.roo-multi-cascader-toggle .roo-tag {
    margin-right: 8px; }

.roo-multi-cascader-toggle:hover {
    border-color: #BABCCC; }

.roo-multi-cascader-toggle .roo-icon {
    cursor: pointer;
    color: #BABCCC; }

.roo-multi-cascader-toggle .roo-icon:hover {
    color: #BABCCC; }

.roo-multi-cascader-toggle-placeholder {
    color: #BABCCC; }

.roo-multi-cascader-disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.roo-multi-cascader-selected {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.roo-picker-value-list {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.c-city {
    position: relative;
    height: 35px;
    width: 250px; }

.c-city .svg-group {
    display: none; }

/* 通用 */
.c-city, .c-city *,
.c-city-pane, .c-city-pane * {
    box-sizing: border-box; }

.c-city-pane ul, .c-city li {
    list-style: none;
    margin: 0;
    padding: 0; }

.c-city .c-active,
.c-city-pane .c-active {
    color: #00abe4; }

.c-city .clear-float::after,
.c-city-pane .clear-float::after {
    content: '';
    display: block;
    clear: both; }

.c-city .border-transition,
.c-city-pane .border-transition {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.c-city .border-transition:focus,
.c-city .border-transition.focus,
.c-city-pane .border-transition:focus,
.c-city-pane .border-transition.focus {
    border-color: #A2A4B3; }

.c-city-pane .col-2 {
    width: 16.66666667%; }

.c-city-pane .col-4 {
    width: 33.33333333%; }

.c-city-pane .col-6 {
    width: 50%; }

/* 展示框 */
.c-city .city-text-wrapper {
    width: 100%;
    height: 100%; }

.c-city .city-text {
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 0 24px 0 10px;
    font-size: 14px;
    background: #fff;
    outline: none;
    text-overflow: ellipsis; }

/* 箭头 */
.c-city .dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 16px; }

/* 弹出面板 */
.c-city-pane {
    position: absolute;
    z-index: 1052;
    width: 527px;
    height: 488px;
    border: 1px solid #d2d2d2;
    border-radius: 0 4px 4px;
    background: #fff;
    overflow: hidden; }

.c-city-pane.top {
    top: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }

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

.c-city-pane.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* 头部 */
.c-city-pane .city-header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    padding: 0 10px;
    border-top-right-radius: 4px; }

/* 查看已选城市按钮 */
.c-city-pane .show-selected {
    height: 100%;
    float: right;
    cursor: pointer;
    padding-right: 16px;
    position: relative; }

.c-city-pane .show-selected::before,
.c-city-pane .show-selected::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 13px; }

.c-city-pane .show-selected::after {
    border-top-color: #f7f7f7;
    top: 11px; }

.c-city-pane .show-selected.expand::before {
    border-top: none;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 12px; }

.c-city-pane .show-selected.expand::after {
    border-top: none;
    border-bottom: 5px solid #f7f7f7;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 14px; }

/* 已选城市 */
.c-city-pane .city-selected-wrapper {
    height: 0;
    overflow: hidden;
    transition: all .2s;
    background-color: #fafafa;
    border-radius: 0 0 4px 4px; }

.c-city-pane .city-selected-wrapper.expand {
    height: 290px;
    border-bottom: 1px solid #d2d2d2; }

.c-city-pane .city-selected {
    padding-top: 25px; }

.c-city-pane .city-clear-wrapper {
    color: #6a6a6a;
    padding: 0 10px 15px; }

.c-city-pane .city-clear {
    cursor: pointer;
    position: relative;
    display: inline; }

.c-city-pane .clear-icon {
    margin-right: 8px; }

.c-city-pane .delete-icon {
    font-size: 15px;
    height: 100%;
    vertical-align: top;
    color: #a3a3a3;
    margin-left: 10px;
    cursor: pointer; }

.c-city-pane .city-selected-list {
    padding: 0 10px 5px;
    height: 235px;
    box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    overflow-y: auto; }

.c-city-pane .city-selected-item {
    float: left;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    height: 24px;
    line-height: 22px;
    margin: 5px 8px 5px 0; }

.c-city-pane .city-selected-item:hover {
    border-color: #A2A4B3; }

.c-city-pane .city-selected-item:hover .delete-icon {
    color: #00abe4; }

/* 工具栏 */
.c-city-pane .city-toolbar {
    padding: 0 5px;
    border-bottom: 1px solid #d2d2d2;
    color: #00abe4; }

/* tab */
.c-city-pane .city-tab {
    float: left; }

.c-city-pane .city-tab-item {
    line-height: 46px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    cursor: pointer; }

.c-city-pane .city-tab-item.active {
    color: #00abe4;
    border-bottom: 4px solid; }

.c-city-pane .city-tab-item:not(:last-child) {
    margin-right: 20px; }

.c-city-pane .city-tab-item:not(:last-child)::after {
    content: '|';
    position: absolute;
    padding: 0 5px;
    color: #2a2a2a;
    right: -17px; }

/* 搜索 */
.c-city-pane .city-query {
    float: right;
    margin-top: 10px;
    margin-right: 6px;
    position: relative; }

.c-city-pane .city-query-input {
    width: 212px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    outline: 0;
    padding: 0 10px;
    line-height: 28px; }

.c-city-pane .filtered-list {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    padding: 0 0 5px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px #d2d2d2;
    z-index: 1; }

.c-city-pane .filtered-item {
    padding: 3px 10px;
    clear: both;
    font-weight: 200;
    color: #6a6a6a;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }

.c-city-pane .filtered-item.selected {
    color: #6a6a6a;
    background-color: #f0f0f0; }

/* 首字母 */
.c-city-pane .city-char-list {
    padding: 20px 10px;
    height: 94px;
    position: relative;
    overflow: hidden; }

.c-city-pane .city-char-list::after {
    content: '';
    display: block;
    clear: left;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    width: 100%;
    bottom: 0; }

.c-city-pane .city-char-item {
    text-align: center;
    width: 20px;
    height: 22px;
    margin-right: 17px;
    margin-bottom: 10px;
    background: #f7f7f7;
    color: #2a2a2a;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    float: left;
    cursor: pointer; }

.c-city-pane .city-char-item:hover {
    color: #fff;
    background-color: #00abe4; }

/* 城市列表 */
.c-city-pane .city-list {
    height: 250px;
    padding: 24px 10px 0;
    overflow-y: auto;
    font-size: 12px;
    position: relative; }

.c-city-pane .city-char-group {
    margin-bottom: 12px; }

.c-city-pane .city-item-label {
    line-height: 32px;
    width: 24px;
    color: #00abe4;
    text-align: center;
    float: left; }

.c-city-pane .city-item-list {
    margin-left: 44px; }

.c-city-pane .city-item-wrapper {
    float: left; }

.c-city-pane .city-item {
    padding: 0 8px;
    line-height: 22px;
    height: 24px;
    display: inline-block;
    margin: 4px 0;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #2a2a2a;
    text-decoration: none;
    white-space: nowrap; }

.c-city-pane .city-item.selected {
    color: #00abe4;
    border-color: #A2A4B3; }

.c-city-pane .city-item:hover {
    color: #00abe4; }

/* 城市组 */
.c-city-pane .city-group-list {
    padding-top: 20px; }

.c-city-pane .city-group-item {
    float: left;
    height: 24px;
    line-height: 22px;
    margin: 10px 20px;
    padding: 0 8px; }

.c-city-pane .city-group-item:hover {
    color: #00abe4;
    cursor: pointer; }

/* 底部 */
.c-city-pane .city-footer {
    text-align: center;
    height: 60px;
    background: #fafafa;
    line-height: 60px;
    position: absolute;
    width: 100%;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1); }

.c-city-pane .city-footer-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    line-height: 1.3333333;
    border-radius: 6px;
    outline: none;
    color: #00abe4;
    background-color: #fff;
    border: 1px solid #A2A4B3;
    font-size: 14px;
    width: 100px;
    height: 40px;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.c-city-pane .city-footer-btn:not(:last-child) {
    margin-right: 20px; }

.c-city-pane .city-footer-btn:hover {
    background-color: #e5f6fc; }

.c-city-pane .city-footer-btn:active {
    color: #ffffff;
    background-color: #00abe4;
    border-color: #00abe4; }

.c-city-pane .city-footer-btn.primary {
    color: #fff;
    background-color: #00abe4; }

.c-city-pane .city-footer-btn.primary:hover {
    background-color: rgba(0, 171, 228, 0.8);
    border-color: rgba(0, 171, 228, 0.8); }

.c-city-pane .city-footer-btn.primary:active {
    background-color: #00abe4;
    border-color: #00abe4; }

.kui-cropper .cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    direction: ltr;
    -ms-touch-action: none;
        touch-action: none; }

.kui-cropper .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; }

.kui-cropper .cropper-wrap-box,
.kui-cropper .cropper-canvas,
.kui-cropper .cropper-drag-box,
.kui-cropper .cropper-crop-box,
.kui-cropper .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.kui-cropper .cropper-wrap-box {
    overflow: hidden; }

.kui-cropper .cropper-drag-box {
    opacity: 0;
    background-color: #fff; }

.kui-cropper .cropper-modal {
    opacity: .5;
    background-color: #000; }

.kui-cropper .cropper-view-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75); }

.kui-cropper .cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee; }

.kui-cropper .cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px; }

.kui-cropper .cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px; }

.kui-cropper .cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75; }

.kui-cropper .cropper-center:before,
.kui-cropper .cropper-center:after {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee; }

.kui-cropper .cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px; }

.kui-cropper .cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px; }

.kui-cropper .cropper-face,
.kui-cropper .cropper-line,
.kui-cropper .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1; }

.kui-cropper .cropper-face {
    top: 0;
    left: 0;
    background-color: #fff; }

.kui-cropper .cropper-line {
    background-color: #39f; }

.kui-cropper .cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize; }

.kui-cropper .cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize; }

.kui-cropper .cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize; }

.kui-cropper .cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize; }

.kui-cropper .cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f; }

.kui-cropper .cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize; }

.kui-cropper .cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize; }

.kui-cropper .cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize; }

.kui-cropper .cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize; }

.kui-cropper .cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize; }

.kui-cropper .cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize; }

.kui-cropper .cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize; }

.kui-cropper .cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1; }

@media (min-width: 768px) {
    .kui-cropper .cropper-point.point-se {
        width: 15px;
        height: 15px; } }

@media (min-width: 992px) {
    .kui-cropper .cropper-point.point-se {
        width: 10px;
        height: 10px; } }

@media (min-width: 1200px) {
    .kui-cropper .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75; } }

.kui-cropper .cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f; }

.kui-cropper .cropper-invisible {
    opacity: 0; }

.kui-cropper .cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.kui-cropper .cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0; }

.kui-cropper .cropper-hidden {
    display: none !important; }

.kui-cropper .cropper-move {
    cursor: move; }

.kui-cropper .cropper-crop {
    cursor: crosshair; }

.kui-cropper .cropper-disabled .cropper-drag-box,
.kui-cropper .cropper-disabled .cropper-face,
.kui-cropper .cropper-disabled .cropper-line,
.kui-cropper .cropper-disabled .cropper-point {
    cursor: not-allowed; }

.roo-evaluation .roo-evaluation-title {
    font-weight: bold; }

.roo-evaluation .roo-evaluation-body {
    padding: 15px 0; }

.roo-evaluation .icon-wrapper {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    cursor: pointer; }
    .roo-evaluation .icon-wrapper.thumbs-up {
        border: solid 1px #63D29D; }
        .roo-evaluation .icon-wrapper.thumbs-up i {
            color: #63D29D; }
    .roo-evaluation .icon-wrapper.thumbs-down {
        border: solid 1px #F76C6C; }
        .roo-evaluation .icon-wrapper.thumbs-down i {
            color: #F76C6C; }
    .roo-evaluation .icon-wrapper.commenting {
        border: solid 1px #585A6E; }
        .roo-evaluation .icon-wrapper.commenting i {
            color: #585A6E; }
    .roo-evaluation .icon-wrapper:hover.thumbs-up, .roo-evaluation .icon-wrapper.evaluated.thumbs-up {
        background: #63D29D; }
        .roo-evaluation .icon-wrapper:hover.thumbs-up i, .roo-evaluation .icon-wrapper.evaluated.thumbs-up i {
            color: #fff; }
    .roo-evaluation .icon-wrapper:hover.thumbs-down, .roo-evaluation .icon-wrapper.evaluated.thumbs-down {
        background: #F76C6C; }
        .roo-evaluation .icon-wrapper:hover.thumbs-down i, .roo-evaluation .icon-wrapper.evaluated.thumbs-down i {
            color: #fff; }
    .roo-evaluation .icon-wrapper:hover.commenting, .roo-evaluation .icon-wrapper.evaluated.commenting {
        background: #585A6E; }
        .roo-evaluation .icon-wrapper:hover.commenting i, .roo-evaluation .icon-wrapper.evaluated.commenting i {
            color: #fff; }
    .roo-evaluation .icon-wrapper i {
        font-size: 20px; }

.roo-evaluation .description {
    margin-top: 15px; }

.roo-evaluation .count {
    margin-top: 5px;
    display: inline-block; }

.roo-evaluation .disabled-item {
    color: #E9EAF2; }
    .roo-evaluation .disabled-item .count {
        color: #E9EAF2; }
    .roo-evaluation .disabled-item .icon-wrapper.thumbs-up {
        border: solid 1px #E9EAF2;
        background: #E9EAF2; }
        .roo-evaluation .disabled-item .icon-wrapper.thumbs-up i {
            color: #fff; }
    .roo-evaluation .disabled-item .icon-wrapper.thumbs-down {
        border: solid 1px #E9EAF2;
        background: #E9EAF2; }
        .roo-evaluation .disabled-item .icon-wrapper.thumbs-down i {
            color: #fff; }

.kui-img-browser li {
    width: 66px;
    height: 66px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ebeef2;
    background-position: center 0;
    border-radius: 4px;
    cursor: pointer; }

.kui-img-browser-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
    .kui-img-browser-popup .content {
        position: absolute;
        width: 685px;
        color: #FFF;
        left: 50%;
        top: 10%;
        margin-left: -342px; }
    .kui-img-browser-popup .arrows {
        margin-top: 215px;
        cursor: pointer; }
        .kui-img-browser-popup .arrows i {
            font-size: 70px; }
            .kui-img-browser-popup .arrows i.disable {
                color: #999;
                cursor: not-allowed; }
    .kui-img-browser-popup .main {
        width: 505px;
        margin-left: 20px; }
        .kui-img-browser-popup .main .img {
            width: 505px;
            height: 505px;
            text-align: center; }
            .kui-img-browser-popup .main .img img {
                max-height: 505px;
                max-width: 505px; }
        .kui-img-browser-popup .main .img-des {
            max-height: 100px;
            overflow-y: scroll; }
        .kui-img-browser-popup .main .show-origin {
            position: absolute;
            right: 0;
            border-bottom: solid 1px;
            text-decoration: none;
            color: #fff; }
            .kui-img-browser-popup .main .show-origin:hover {
                color: #00abe4; }
    .kui-img-browser-popup .close {
        position: absolute;
        right: -80px;
        top: 0;
        color: #FFF;
        opacity: 1;
        font-weight: normal;
        text-shadow: none; }
        .kui-img-browser-popup .close:hover {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); }

.kui-img-crop-box {
    padding: 0 30px;
    min-width: 840px; }
    .kui-img-crop-box .upload-cropper {
        display: inline-block;
        vertical-align: top;
        width: 440px;
        height: 330px;
        border: 1px solid #d2d2d2; }
    .kui-img-crop-box .upload-cropper-preview {
        display: inline-block;
        vertical-align: top;
        margin-left: 100px; }
        .kui-img-crop-box .upload-cropper-preview .upload-cropper-preview-wrapper {
            position: relative;
            display: inline-block; }
        .kui-img-crop-box .upload-cropper-preview .upload-cropper-preview-box {
            position: relative;
            overflow: hidden;
            width: 240px;
            height: 180px;
            border: 1px solid #d2d2d2; }
            .kui-img-crop-box .upload-cropper-preview .upload-cropper-preview-box.background {
                background-image: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
        .kui-img-crop-box .upload-cropper-preview .upload-cropper-preview-slot {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .kui-img-crop-box .upload-cropper-preview .upload-cropper-preview-label {
            margin-top: 20px;
            color: #99a2aa; }
        .kui-img-crop-box .upload-cropper-preview .crop-message {
            margin-top: 20px;
            color: #ff5a5a; }
    .kui-img-crop-box .img-select-input {
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: 0;
        right: 0;
        z-index: -1; }
    .kui-img-crop-box .img-select-link {
        position: relative;
        display: inline-block;
        margin-top: 16px;
        overflow: hidden; }
    .kui-img-crop-box .cursor-pointer {
        cursor: pointer; }

.kui-img-crop-uploader {
    line-height: 1.42857143;
    width: 160px;
    position: relative; }
    .kui-img-crop-uploader .confirm-btn {
        margin-right: 20px; }

.roo-img-uploader {
    position: relative;
    width: 160px;
    height: 120px;
    border-radius: 2px; }
    .roo-img-uploader .uploader-border {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1.5px dashed #E9EAF2;
        background-color: #F7F8FA;
        border-radius: 2px; }
    .roo-img-uploader .uploader-file-input {
        display: none; }
    .roo-img-uploader .uploader-box {
        display: block;
        background-color: #F7F8FA; }
        .roo-img-uploader .uploader-box.fill {
            background-color: #E9EAF2; }
    .roo-img-uploader .uploader-thumbnail-img {
        max-width: 100%;
        max-height: 100%; }
    .roo-img-uploader .uploader-thumbnail {
        display: table-cell;
        width: 160px;
        height: 100px;
        text-align: center;
        vertical-align: middle; }
    .roo-img-uploader .uploader-replace-tip {
        position: absolute;
        bottom: 0;
        width: 100%; }
        .roo-img-uploader .uploader-replace-tip .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
    .roo-img-uploader .uploader-thumbnail-info {
        position: absolute;
        top: 0;
        left: 0;
        display: table;
        width: 100%;
        height: 100%; }
        .roo-img-uploader .uploader-thumbnail-info .roo-btn {
            display: table-cell;
            line-height: normal;
            vertical-align: middle; }
            .roo-img-uploader .uploader-thumbnail-info .roo-btn i {
                font-size: 38px; }
            .roo-img-uploader .uploader-thumbnail-info .roo-btn span {
                display: block; }
    .roo-img-uploader .clear-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 24px;
        -webkit-transform: translate(30%, -30%);
            -ms-transform: translate(30%, -30%);
                transform: translate(30%, -30%);
        overflow: hidden;
        font-size: 24px;
        color: #585A6E;
        cursor: pointer; }
        .roo-img-uploader .clear-icon i {
            vertical-align: top; }
        .roo-img-uploader .clear-icon:hover {
            color: #00abe4; }

.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

.float-none {
    float: none !important; }

.popup {
    position: absolute; }
    .popup.top {
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
    .popup.right {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .popup.bottom {
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    .popup.left {
        -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
    .popup.top-left {
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); }
    .popup.top-right {
        -webkit-transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
                transform: translate(-100%, -100%); }
    .popup.bottom-left {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .popup.bottom-right {
        -webkit-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
    .popup.left-top {
        -webkit-transform: translate(-100%, 0);
            -ms-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
    .popup.left-bottom {
        -webkit-transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
                transform: translate(-100%, -100%); }
    .popup.right-bottom {
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); }
    .popup.right-top {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.text-nowrap {
    white-space: nowrap !important; }

.bg-white {
    background-color: #fff !important; }

.pull-left {
    float: left !important; }

.pull-right {
    float: right !important; }

.block {
    display: block !important; }

.inline {
    display: inline !important; }

.inline-block {
    display: inline-block !important; }

.hidden, .hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.overflow-hidden {
    overflow: hidden; }

.overflow-visible {
    overflow: visible; }

.border {
    border: 1px solid #A2A4B3; }

.no-boder {
    border: none !important; }

.circle {
    border-radius: 100%; }

.border-top {
    border-top: 1px solid #A2A4B3; }

.m-top-lg {
    margin-top: 40px; }

.m-top-md {
    margin-top: 20px; }

.m-top-sm {
    margin-top: 10px; }

.m-top-xs {
    margin-top: 5px; }

.m-top-none {
    margin-top: 0; }

.border-right {
    border-right: 1px solid #A2A4B3; }

.m-right-lg {
    margin-right: 40px; }

.m-right-md {
    margin-right: 20px; }

.m-right-sm {
    margin-right: 10px; }

.m-right-xs {
    margin-right: 5px; }

.m-right-none {
    margin-right: 0; }

.border-bottom {
    border-bottom: 1px solid #A2A4B3; }

.m-bottom-lg {
    margin-bottom: 40px; }

.m-bottom-md {
    margin-bottom: 20px; }

.m-bottom-sm {
    margin-bottom: 10px; }

.m-bottom-xs {
    margin-bottom: 5px; }

.m-bottom-none {
    margin-bottom: 0; }

.border-left {
    border-left: 1px solid #A2A4B3; }

.m-left-lg {
    margin-left: 40px; }

.m-left-md {
    margin-left: 20px; }

.m-left-sm {
    margin-left: 10px; }

.m-left-xs {
    margin-left: 5px; }

.m-left-none {
    margin-left: 0; }

.margin-lg {
    margin: 40px !important; }

.margin-md {
    margin: 20px !important; }

.margin-sm {
    margin: 10px !important; }

.margin-xs {
    margin: 5px !important; }

.no-margin {
    margin: 0 !important; }

.padding-lg {
    padding: 40px !important; }

.padding-md {
    padding: 20px !important; }

.padding-sm {
    padding: 10px !important; }

.padding-xs {
    padding: 5px !important; }

.no-padding {
    padding: 0 !important; }

.paddingLR-lg {
    padding: 0 40px; }

.paddingLR-md {
    padding: 0 20px; }

.paddingLR-sm {
    padding: 0 10px; }

.paddingLR-xs {
    padding: 0 5px; }

.paddingTB-lg {
    padding: 40px 0; }

.paddingTB-md {
    padding: 20px 0; }

.paddingTB-sm {
    padding: 10px 0; }

.paddingTB-xs {
    padding: 5px 0; }

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.font-normal {
    font-weight: normal !important; }

.middle {
    vertical-align: middle; }

.relative {
    position: relative; }

.scrollable {
    overflow-y: auto; }

.text-shadow-white {
    text-shadow: 0 1px 0 #fff; }

.text-white {
    color: #fff; }

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

.roo-text-left {
    text-align: left; }

.roo-text-right {
    text-align: right; }

.width-100 {
    width: 100%; }

.clearfix::after {
    display: block;
    clear: both;
    content: ""; }

.overflow-hidden {
    overflow: hidden !important; }

.cursor-pointer {
    cursor: pointer; }

.roo-backdrop {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    transition: opacity 0.3s ease 0s; }

.roo-no-scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    height: 0; }

.roo-no-scrollbar {
    scrollbar-width: none; }

:root {
    --primary: #00abe4;
    --secondary: #00abe4;
    --brand: #FFD161;
    --success: #63D29D;
    --info: #17a2b8;
    --warning: #F8B500;
    --danger: #F76C6C;
    --light: #fff;
    --dark: #585A6E;
    --active: #00abe4;
    --gray-100: #585A6E;
    --gray-200: #858692;
    --gray-300: #A2A4B3;
    --gray-400: #BABCCC;
    --gray-500: #E9EAF2;
    --gray-600: #F7F8FA;
    --font-family-base: Helvetica Neue, Arial, -apple-system, BlinkMacSystemFont, PingFang SC, microsoft yahei, STXihei, sans-serif;
    --font-size-sm: 12px;
    --font-size-base: 14px;
    --font-size-heading: 20px;
    --font-size-lg: 24px;
    --font-size-xl: 38px;
    --text-color-base: #585A6E;
    --text-color-secondary: #858692;
    --text-color-weak: #A2A4B3;
    --text-color-lighten: #BABCCC;
    --border-color: #A2A4B3;
    --line-color: #E9EAF2;
    --disabled-color: #E9EAF2;
    --page-background: #F7F8FA;
    --card-background: #F7F8FA;
    --text-dark: #585A6E;
    --text-light: #fff;
    --link-color: #00abe4;
    --link-decoration: none;
    --link-hover-color: #32ccff;
    --link-hover-decoration: underline;
    --border-radius: 2px;
    --default-height: 36px; }

.roo-primary-text {
    color: #00abe4 !important; }

.roo-primary-bg {
    background-color: #00abe4 !important; }

.roo-primary-bc {
    border-color: #00abe4 !important; }

.roo-secondary-text {
    color: #00abe4 !important; }

.roo-secondary-bg {
    background-color: #00abe4 !important; }

.roo-secondary-bc {
    border-color: #00abe4 !important; }

.roo-brand-text {
    color: #FFD161 !important; }

.roo-brand-bg {
    background-color: #FFD161 !important; }

.roo-brand-bc {
    border-color: #FFD161 !important; }

.roo-success-text {
    color: #63D29D !important; }

.roo-success-bg {
    background-color: #63D29D !important; }

.roo-success-bc {
    border-color: #63D29D !important; }

.roo-info-text {
    color: #17a2b8 !important; }

.roo-info-bg {
    background-color: #17a2b8 !important; }

.roo-info-bc {
    border-color: #17a2b8 !important; }

.roo-warning-text {
    color: #F8B500 !important; }

.roo-warning-bg {
    background-color: #F8B500 !important; }

.roo-warning-bc {
    border-color: #F8B500 !important; }

.roo-danger-text {
    color: #F76C6C !important; }

.roo-danger-bg {
    background-color: #F76C6C !important; }

.roo-danger-bc {
    border-color: #F76C6C !important; }

.roo-light-text {
    color: #fff !important; }

.roo-light-bg {
    background-color: #fff !important; }

.roo-light-bc {
    border-color: #fff !important; }

.roo-dark-text {
    color: #585A6E !important; }

.roo-dark-bg {
    background-color: #585A6E !important; }

.roo-dark-bc {
    border-color: #585A6E !important; }

.roo-active-text {
    color: #00abe4 !important; }

.roo-active-bg {
    background-color: #00abe4 !important; }

.roo-active-bc {
    border-color: #00abe4 !important; }

.roo-font-family {
    font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "PingFang SC", "microsoft yahei", "STXihei", sans-serif !important; }

.roo-font-size-sm {
    font-size: 12px !important; }

.roo-font-size {
    font-size: 14px !important; }

.roo-font-size-heading {
    font-size: 20px !important; }

.roo-font-size-lg {
    font-size: 24px !important; }

.roo-font-size-xl {
    font-size: 38px !important; }

.roo-font-color {
    color: #585A6E !important; }

.roo-font-color-secondary {
    color: #858692 !important; }

.roo-font-color-weak {
    color: #A2A4B3 !important; }

.roo-font-color-lighten {
    color: #BABCCC !important; }

.roo-font-color-dark {
    color: #585A6E !important; }

.roo-font-color-light {
    color: #fff !important; }

.roo-border-color {
    border-color: #A2A4B3 !important; }

.roo-ling-color {
    border-color: #E9EAF2 !important; }

.roo-disabled-color {
    background-color: #E9EAF2 !important; }

.roo-page-bg {
    background-color: #F7F8FA !important; }

.roo-card-bg {
    background-color: #F7F8FA !important; }

.roo-border-radius {
    border-radius: 2px !important; }

.roo-default-height {
    height: 36px !important; }

.roo-plus-avatar-part {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden; }

.roo-plus-avatar-part img {
  width: 36px;
  height: 36px; }

.roo-plus-avatar-intro-box {
  min-width: 130px;
  max-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 2px;
  background: #fff;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  z-index: 999;
  color: #585A6E; }

.roo-plus-avatar-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0; }

.roo-plus-avatat-welcome-part {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px; }

.roo-plus-avatar-intro-box .roo-plus-avatar-log-out {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 5px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #585A6E;
  font-size: 14px; }

.roo-plus-avatar-log-out:hover {
  background: #fafafa; }

.roo-plus-avatar-log-out img {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-left: 10px;
  opacity: 0.4; }

.roo-plus-avatar-part:hover .roo-plus-avatar-intro-box {
  max-height: 300px; }

.roo-plus-avatar-content {
  display: -ms-flexbox;
  display: flex;
  line-height: 40px; }
  .roo-plus-avatar-content .roo-plus-avatar-account {
    margin-left: 16px; }

.roo-plus-avatar-content:hover {
  cursor: pointer; }

.roo-plus-back-top {
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  bottom: 100px;
  right: 100px; }
  .roo-plus-back-top .roo-plus-back-top-content {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0 4px 14px 0 #E9EAF2;
    text-align: center;
    line-height: 49px;
    font-size: 30px; }

.alert {
  font-size: 14px;
  background-color: #fef4d6;
  padding: 6px 20px;
  margin: 0;
  color: #707070;
  border: 1px solid transparent;
  border-radius: 0; }

.roo-plus-city-select-close {
  float: right;
  font-size: 25px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.roo-plus-city-select-wrap {
  position: relative; }

.roo-plus-city-select-wrap * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.roo-plus-city-select-wrap .city-select-input[readOnly] {
  background-color: #fff; }

.roo-plus-city-select-wrap.show-container .cityselect-dropdown-icon::before {
  content: "\f0d8"; }

.roo-plus-city-select-wrap .cityselect-dropdown-icon::before {
  position: absolute;
  content: "\f0dd";
  color: #585A6E;
  font: normal normal normal 14px/1 FontAwesome;
  right: 10px;
  top: 8px;
  box-sizing: border-box; }

.roo-plus-cityselect-normal-container {
  position: absolute;
  top: 0px;
  left: 0px; }

.roo-plus-cityselect-center-container {
  position: relative; }
  .roo-plus-cityselect-center-container .roo-plus-cityselect-container {
    position: fixed;
    /* or absolute */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.roo-plus-cityselect-container {
  width: 527px;
  height: 487px;
  overflow: hidden;
  position: absolute;
  top: 33px;
  z-index: 200; }

.roo-plus-cityselect-container .cityselect-box {
  width: 527px;
  height: 485px;
  border: 1px solid #d2d2d2;
  border-radius: 0 4px 4px;
  background: #fff;
  position: relative;
  box-sizing: border-box; }

.roo-plus-cityselect-topbar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #F7F8FA;
  padding: 0 10px;
  border-top-right-radius: 4px; }

.roo-plus-cityselect-topbar .cityselect-selected-num {
  color: #00abe4;
  padding: 0 4px; }

.roo-plus-cityselect-topbar .cityselect-check {
  float: right;
  cursor: pointer;
  color: #00abe4; }

.roo-plus-cityselect-topbar .cityselect-check-text {
  margin-right: 5px; }

.roo-plus-cityselect-topbar .cityselect-check-down::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome; }

.roo-plus-cityselect-topbar .cityselect-check-up::before {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome; }

.roo-plus-cityselect-selectedview {
  height: 0;
  overflow: hidden;
  transition: all .2s;
  -webkit-transition: all .2s; }

.roo-plus-cityselect-selectedview.show {
  width: 525px;
  height: 290px;
  display: inline-block; }

.roo-plus-cityselect-selectedview .cityselect-selectedview-inner {
  background-color: #fafafa;
  padding: 6px 0 2px; }

.roo-plus-cityselect-selectedview .cityselect-clearall-area {
  padding: 20px 10px 0 10px;
  margin: 0;
  margin-bottom: 15px; }

.roo-plus-cityselect-selectedview .cityselect-clearall {
  color: #6a6a6a;
  cursor: pointer; }

.roo-plus-cityselect-selectedview .cityselect-clearall-icon::before {
  content: "\f014";
  margin-right: 8px;
  font: normal normal normal 14px/1 FontAwesome; }

.roo-plus-cityselect-selectedview .cityselect-selected-area {
  display: inline-block;
  height: 220px;
  overflow-y: auto;
  width: 100%;
  padding: 0 10px; }

.roo-plus-cityselect-selectedview .cityselect-selectedlist-item {
  float: left;
  padding: 0 4px;
  font-size: 12px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  height: 24px;
  line-height: 20px;
  margin: 5px 8px 5px 0; }

.roo-plus-cityselect-selectedview .remove-selectitem {
  font-style: normal;
  margin-left: 10px;
  color: #a3a3a3;
  cursor: pointer;
  display: inline-block;
  font-size: 15px; }

.roo-plus-cityselect-view {
  height: 395px; }

.roo-plus-cityselect-view .cityselect-toolbar {
  width: 100%;
  height: 50px;
  line-height: 46px;
  padding: 0 5px;
  border-bottom: 1px solid #d2d2d2;
  color: #2a2a2a; }

.roo-plus-cityselect-view .cityselect-toolbar span {
  display: inline-block;
  padding: 0 5px; }

.roo-plus-cityselect-view .cityselect-toolbar span.cityselect-trigger {
  cursor: pointer; }

.roo-plus-cityselect-view .cityselect-toolbar span.cityselect-trigger.active {
  border-bottom: 4px solid #00abe4;
  color: #00abe4; }

.roo-plus-cityselect-view .cityselect-toolbar .city-trigger-seperat::before {
  content: '|'; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area {
  height: 28px;
  line-height: 28px;
  margin-left: 124px;
  outline: 0;
  position: relative; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-search {
  width: 212px;
  border-right: none;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 4px 0 0 4px;
  outline: 0;
  padding: 0 10px; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-search:focus {
  border-left: 1px solid #00abe4;
  border-top: 1px solid #00abe4;
  border-bottom: 1px solid #00abe4; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-search:focus + .cityselect-searchbtn {
  border: 1px solid #00abe4; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-searchbtn, .roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-searchbtn:hover, .roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-searchbtn:link {
  width: 28px;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin-left: -5px;
  border: 1px solid #d2d2d2;
  border-radius: 0 4px 4px 0;
  text-decoration: none; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .cityselect-searchbtn:before {
  content: '\f002';
  color: #A2A4B3;
  font: normal normal normal 14px/1 FontAwesome; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #d2d2d2;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px #d2d2d2;
  -moz-box-shadow: 0 6px 12px #d2d2d2;
  -webkit-box-shadow: 0 6px 12px #d2d2d2;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 210px; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac li {
  list-style: none;
  text-align: left; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac li a {
  display: block;
  padding: 3px 10px;
  clear: both;
  color: #6a6a6a;
  line-height: 30px;
  width: 208px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac li a .cityselect-search-match {
  color: #00abe4;
  padding: 0; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac li a:hover {
  background-color: #f0f0f0; }

.roo-plus-cityselect-view .cityselect-toolbar .cityselect-search-area .search-ac li.active a {
  background-color: #f0f0f0; }

.roo-plus-cityselect-view .cityselect-chooseview-city {
  overflow: hidden; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spellnav {
  width: 100%;
  height: 94px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spell-index {
  list-style: none;
  padding: 20px 10px;
  display: inline-block; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spell-index li.cityselect-spell {
  margin-right: 17px;
  margin-bottom: 10px;
  background: #f7f7f7;
  color: #2a2a2a;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  float: left;
  cursor: pointer; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spell-index li.cityselect-spell.item-letter {
  width: 20px;
  height: 22px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spell-index li.cityselect-spell:hover {
  background-color: #00abe4;
  color: #fff; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-spellnav-bottom {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-left: 10px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist {
  height: 250px;
  padding: 15px 20px 0 10px;
  font-size: 12px;
  overflow-y: auto;
  color: #2a2a2a;
  -webkit-transition: all 1s; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-city-part {
  position: relative;
  margin-bottom: 12px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-text {
  width: 24px;
  height: 20px;
  line-height: 20px;
  color: #00abe4;
  margin-top: 6px;
  position: absolute;
  text-align: center; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-cities {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  line-height: 32px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-cities li {
  float: left; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-item {
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #555;
  padding: 0 5px; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-item:hover {
  color: #00abe4;
  cursor: pointer; }

.roo-plus-cityselect-view .cityselect-chooseview-city .cityselect-citylist .cityselect-citylist-item.selected {
  border: 1px solid #00abe4;
  color: #00abe4; }

.roo-plus-cityselect-view .cityselect-chooseview-citygroup {
  padding: 0 0 20px 0;
  overflow-y: auto;
  height: 369px; }

.roo-plus-cityselect-view .cityselect-chooseview-citygroup ul {
  list-style: none;
  display: inline-block;
  padding-top: 20px; }

.roo-plus-cityselect-view .cityselect-chooseview-citygroup ul li {
  float: left;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  margin: 10px 20px;
  padding: 0 8px; }

.roo-plus-cityselect-view .cityselect-chooseview-citygroup ul li:hover {
  color: #00abe4;
  cursor: pointer; }

.roo-plus-cityselect-view .cityselect-chooseview-import {
  height: 338px; }

.roo-plus-cityselect-view .cityselect-chooseview-import-content {
  position: relative;
  margin: 20px;
  height: 256px; }

.roo-plus-cityselect-view .cityselect-chooseview-import-content * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.roo-plus-cityselect-view .cityselect-chooseview-import-content textarea {
  resize: none; }

.roo-plus-cityselect-view .cityselect-chooseview-import-content .fail-content {
  background-color: #fef4d6;
  border: 1px solid #E9EAF2;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.roo-plus-cityselect-view .cityselect-chooseview-import-content .roo-plus-city-select-close span {
  right: 6px;
  left: auto; }

.roo-plus-cityselect-btnbar {
  width: 100%;
  height: 60px;
  background: #fafafa;
  line-height: 60px;
  position: absolute;
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #d2d2d2;
  bottom: 0;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1); }

.roo-plus-cityselect-btnbar .roo-plus-cityselect-btnbar-confirm {
  margin-right: 20px; }

.roo-plus-editor {
  border-radius: 2px;
  border: 1px solid #e9eaf2; }
  .roo-plus-editor .roo-plus-editor-bar {
    border: none;
    border-bottom: 1px solid #e9eaf2; }
    .roo-plus-editor .roo-plus-editor-bar button,
    .roo-plus-editor .roo-plus-editor-bar .ql-picker {
      margin-right: 15px; }
    .roo-plus-editor .roo-plus-editor-bar .ql-header {
      width: 102px;
      margin-right: 15px; }
    .roo-plus-editor .roo-plus-editor-bar .ql-picker-label {
      outline: none; }
  .roo-plus-editor .ql-toolbar {
    background: #F7F8FA; }
  .roo-plus-editor .ql-container {
    border: none; }
    .roo-plus-editor .ql-container .ql-tooltip:before {
      content: '\94FE\63A5\3A'; }
    .roo-plus-editor .ql-container .ql-action:after {
      content: '\4FEE\6539' !important; }
    .roo-plus-editor .ql-container .ql-remove:before {
      content: '\5220\9664' !important; }

.roo-plus-ellipsis-normol {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.roo-plus-ellipsis-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.roo-plus-ellipsis-line-no-webkit {
  overflow: hidden;
  position: relative;
  line-height: 1.5em; }
  .roo-plus-ellipsis-line-no-webkit:after {
    content: '...';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    background: #ffffff; }

.roo-plus-ellipsis {
  width: 100%; }

.roo-plus-ellipsis-length {
  width: inherit; }

.roo-plus-ellipsis-normol {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.roo-plus-ellipsis-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.roo-plus-ellipsis-line-no-webkit {
  overflow: hidden;
  position: relative;
  line-height: 1.5em; }
  .roo-plus-ellipsis-line-no-webkit:after {
    content: '...';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    background: #ffffff; }

.roo-plus-ellipsis {
  width: 100%; }

.roo-plus-ellipsis-length {
  width: inherit; }

.roo-plus-empty {
  width: 100px;
  margin: 0 auto; }
  .roo-plus-empty .roo-plus-empty-img {
    width: 100px; }
  .roo-plus-empty .roo-plus-empty-text {
    margin-top: 15px;
    font-size: 14px;
    color: #858692;
    text-align: center; }

.roo-plus-image-editor-main-container .roo-plus-main-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 400px; }

.roo-plus-image-editor-main-container .roo-plus-edit-container {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.roo-plus-image-editor-main-container .roo-plus-preview-container {
  width: 160px;
  margin-left: 20px; }

.roo-plus-image-editor-main-container .roo-plus-preview {
  margin-bottom: 40px; }

.roo-plus-image-editor-main-container .roo-plus-img-description {
  margin-top: 10px; }

.roo-plus-image-editor-main-container .roo-preview-title {
  font-size: 14px;
  color: #858692;
  margin-bottom: 12px;
  margin-top: 5px; }

.roo-plus-image-editor-main-container .roo-plus-notice {
  font-size: 14px;
  color: #A2A4B3; }

.roo-plus-image-editor-main-container .roo-preview-wrap {
  margin-bottom: 12px; }

.roo-plus-image-editor-main-container .roo-plus-aspect-container {
  display: -ms-flexbox;
  display: flex; }

.roo-plus-image-editor-main-container .roo-plus-aspect-wrap {
  margin-right: 10px;
  font-size: 14px;
  color: #858692; }

.roo-plus-image-editor-main-container .roo-plus-btn {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.roo-plus-image-editor-main-container .roo-plus-btn-item {
  margin-left: 20px; }

.roo-plus-image-editor-main-container .roo-plus-loader-area {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.roo-plus-layout {
  display: -ms-flexbox;
  display: flex; }

.roo-plus-layout, .roo-plus-layout .roo-plus-layout-main {
  box-flex: 1;
  -ms-flex: auto;
      flex: auto; }

.roo-plus-layout {
  -ms-flex-direction: column;
      flex-direction: column; }
  .roo-plus-layout * {
    box-sizing: border-box; }
  .roo-plus-layout .roo-plus-layout-header {
    height: 65px;
    line-height: 65px; }
  .roo-plus-layout .roo-plus-layout-footer {
    padding: 24px 50px;
    font-size: 14px; }

.roo-plus-layout-has-aside {
  height: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.roo-plus-map {
  height: 100%; }

.roo-plus-map-container {
  height: 100%;
  width: 100%; }

.roo-plus-menu {
  width: 206px;
  display: inline-block;
  transition: width 300ms;
  box-shadow: 0 0 6px 0 #E9EAF2;
  border-radius: 2px;
  overflow: hidden; }

.roo-plus-menu-collapsed {
  width: 78px; }

.roo-plus-menu-hidden {
  display: none;
  height: 0;
  overflow: hidden; }

.roo-plus-menu-item-group-title {
  font-size: 12px;
  color: #858692;
  padding: 10px 15px 10px 48px; }

.roo-icon.roo-plus-menu-sub-icon {
  margin: 0; }

.roo-plus-menu-dark {
  color: #E9EAF2;
  background: #585A6E; }
  .roo-plus-menu-dark .roo-plus-menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    line-height: 14px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 300ms;
    white-space: nowrap;
    color: #E9EAF2; }
    .roo-plus-menu-dark .roo-plus-menu-item:hover {
      color: #fff; }
    .roo-plus-menu-dark .roo-plus-menu-item.roo-plus-active {
      color: #00abe4;
      font-weight: 500; }
    .roo-plus-menu-dark .roo-plus-menu-item > .roo-icon {
      margin-right: 18px; }
  .roo-plus-menu-dark .roo-plus-menu-sub-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    white-space: nowrap; }
    .roo-plus-menu-dark .roo-plus-menu-sub-title:hover {
      color: #fff; }
    .roo-plus-menu-dark .roo-plus-menu-sub-title .roo-icon {
      margin-right: 18px; }
  .roo-plus-menu-dark .roo-plus-menu-sub-items {
    background: #585A6E; }
    .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-item {
      position: relative;
      padding: 10px 15px 10px 27px;
      margin-left: 39px; }
      .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-item:before {
        content: '';
        height: 100%;
        width: 1px;
        left: 0;
        position: absolute;
        background: #858692; }
      .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-item.roo-plus-active:before {
        background: #00abe4; }
      .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-item:hover {
        background: #585A6E; }
    .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-sub {
      margin-left: 39px;
      position: relative; }
      .roo-plus-menu-dark .roo-plus-menu-sub-items .roo-plus-menu-sub:before {
        content: '';
        height: 100%;
        width: 1px;
        left: 0;
        position: absolute;
        background: #858692; }

.roo-plus-menu-light {
  color: #858692;
  background: #fff; }
  .roo-plus-menu-light .roo-plus-menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    line-height: 14px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 300ms;
    white-space: nowrap;
    color: #858692; }
    .roo-plus-menu-light .roo-plus-menu-item:hover {
      color: #00abe4; }
    .roo-plus-menu-light .roo-plus-menu-item.roo-plus-active {
      color: #00abe4;
      font-weight: 500; }
    .roo-plus-menu-light .roo-plus-menu-item > .roo-icon {
      margin-right: 18px; }
  .roo-plus-menu-light .roo-plus-menu-sub-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    white-space: nowrap; }
    .roo-plus-menu-light .roo-plus-menu-sub-title:hover {
      color: #00abe4; }
    .roo-plus-menu-light .roo-plus-menu-sub-title .roo-icon {
      margin-right: 18px; }
  .roo-plus-menu-light .roo-plus-menu-sub-items {
    background: #fff; }
    .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-item {
      position: relative;
      padding: 10px 15px 10px 27px;
      margin-left: 39px; }
      .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-item:before {
        content: '';
        height: 100%;
        width: 1px;
        left: 0;
        position: absolute;
        background: #E9EAF2; }
      .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-item.roo-plus-active:before {
        background: #00abe4; }
      .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-item:hover {
        background: #FAFBFC; }
    .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-sub {
      margin-left: 39px;
      position: relative; }
      .roo-plus-menu-light .roo-plus-menu-sub-items .roo-plus-menu-sub:before {
        content: '';
        height: 100%;
        width: 1px;
        left: 0;
        position: absolute;
        background: #E9EAF2; }


.roo-plus-header {
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 6px 0 #F1F1F6;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.roo-plus-header a {
  text-decoration: none; }

.roo-plus-header-title {
  -ms-flex-positive: 0;
      flex-grow: 0;
  color: #585A6E; }

.roo-plus-header-other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.roo-plus-header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.roo-plus-header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 20px; }

.roo-plus-header-light {
  background: #FFFFFF;
  color: #585A6E; }

.roo-plus-header-dark {
  background: #585A6E;
  color: #fff; }

.roo-plus-org-panel {
  width: 820px; }
  .roo-plus-org-panel.roo-panel .roo-panel-body {
    padding: 0 20px 20px 20px;
    max-height: 400px;
    overflow: hidden; }
  .roo-plus-org-panel.roo-panel .roo-panel-footer {
    box-shadow: 0 -4px 5px 0 #F7F8FA;
    border: 0;
    padding: 0;
    height: 56px;
    line-height: 56px; }
  .roo-plus-org-panel .roo-dropdown-menu-cascader {
    position: relative;
    top: 0;
    overflow-x: auto;
    z-index: 0;
    white-space: nowrap;
    display: block;
    box-shadow: none; }
    .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu {
      border: none;
      border-right: 1px solid #E9EAF2;
      box-shadow: none;
      border-radius: 0;
      padding: 0;
      height: 200px;
      min-width: 165px;
      display: inline-block; }
      .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a {
        padding-right: 25px;
        display: -ms-flexbox;
        display: flex; }
        .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a .roo-plus-org-text {
          height: 36px; }
          .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a .roo-plus-org-text .roo-checkbox {
            overflow: visible;
            overflow: initial; }
            .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a .roo-plus-org-text .roo-checkbox .custom-checkbox {
              margin-right: 6px; }
            .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a .roo-plus-org-text .roo-checkbox .custom-checkbox::before {
              top: 29%; }
            .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a .roo-plus-org-text .roo-checkbox .half-checked::before {
              top: 50%; }
        .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a > i {
          color: #BABCCC;
          right: 3px;
          font-size: 16px; }
      .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a:hover {
        background: #F7F8FA; }
      .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a:active::after {
        display: none; }
      .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu .active-highlight::after {
        display: none; }
      .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu .active-bg {
        background: #F7F8FA; }
    .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu + .roo-dropdown-menu {
      margin-left: 0; }
    .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a.active::after, .roo-plus-org-panel .roo-dropdown-menu-cascader .roo-dropdown-menu a:active::after {
      right: 6px;
      color: #BABCCC; }
  .roo-plus-org-panel .roo-plus-org-search {
    width: 320px;
    margin-bottom: 28px; }
    .roo-plus-org-panel .roo-plus-org-search label {
      color: #585A6E; }
  .roo-plus-org-panel .roo-plus-org-select-box label.title {
    display: inline-block;
    color: #585A6E;
    margin-bottom: 12px; }
  .roo-plus-org-panel .roo-plus-org-select-box .roo-plus-org-select {
    height: 202px;
    border: 1px solid #E9EAF2;
    position: relative; }

.roo-plus-select {
  margin-top: 12px; }
  .roo-plus-select .roo-input-group {
    width: 320px; }

.roo-panel.roo-plus-select-panel .roo-panel-body {
  padding: 0; }
  .roo-panel.roo-plus-select-panel .roo-panel-body .disabled {
    color: #BABCCC;
    font-size: 13px;
    padding: 10px 15px;
    width: 320px; }

.roo-plus-select-list {
  max-height: 216px;
  max-width: 750px;
  min-width: 500px;
  overflow: auto; }
  .roo-plus-select-list li {
    padding: 7px 15px; }
  .roo-plus-select-list li:hover {
    background: #F7F8FA;
    cursor: pointer; }
  .roo-plus-select-list .selected-highlight {
    color: #BABCCC; }
  .roo-plus-select-list .selected-highlight:hover {
    background: #fff;
    cursor: not-allowed; }
  .roo-plus-select-list .active-highlight {
    color: #00abe4; }

.roo-plus-org-check-result {
  position: relative;
  height: 30px;
  overflow: hidden;
  transition: height 0.5s; }
  .roo-plus-org-check-result .roo-plus-org-check-btn {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0; }
  .roo-plus-org-check-result .roo-plus-org-detail {
    height: 250px;
    margin-top: 35px;
    background: #F7F8FA;
    padding: 10px;
    overflow: auto; }
    .roo-plus-org-check-result .roo-plus-org-detail .roo-tag {
      margin: 5px; }

.roo-plus-org-result-show {
  height: 310px;
  transition: height 0.5s; }

.roo-plus-tag-select {
  margin-right: 15px;
  cursor: pointer; }

.roo-plus-tag-select.disabled {
  border: 1px solid #E9EAF2 !important;
  color: #BABCCC !important;
  background-color: #F7F8FA;
  cursor: not-allowed !important; }

.editor-demo .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #e9eaf2; }

.editor-demo .ql-container.ql-snow {
  border: none; }

.roo-plus-image-editor-crop-container {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .roo-plus-image-editor-crop-container .roo-crop-img {
    max-height: 100%;
    max-width: 100%; }

.cropper-line {
  background-color: #F89800; }

.cropper-point {
  background-color: #F89800;
  border-radius: 50%; }

.cropper-view-box {
  outline-color: #F89800; }

.roo-plus-image-editor-loader {
  overflow: hidden;
  text-align: center; }
  .roo-plus-image-editor-loader .roo-plus-input {
    cursor: pointer; }

.roo-plus-image-editor-operator-container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .roo-plus-image-editor-operator-container .roo-plus-btn-wrap {
    font-size: 12px;
    color: #858692;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 2px;
    border: solid 1px #E9EAF2;
    margin-right: 10px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .roo-plus-image-editor-operator-container .roo-plus-btn-wrap .roo-plus-icon-name {
    margin-left: 2px; }

.roo-plus-image-editor-preview-container {
  width: 160px;
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .roo-plus-image-editor-preview-container .roo-plus-img-preview {
    width: 100%;
    height: 100%;
    overflow: hidden; }

