@charset "UTF-8";
.xs-radio, .xs-radio--medium.is-bordered .xs-radio__label, body {
    font-size: 14px
}

.xs-date-table, .xs-radio, .xs-table th, .xs-time-panel {
    -webkit-user-select: none
}

.xs-checkbox, .xs-date-table, .xs-radio, .xs-table th, .xs-time-panel {
    -moz-user-select: none;
    -ms-user-select: none
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, del, dfn, div, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, tfoot, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: "Microsoft Yahei", Arial;
    font-weight: 400;
    /*color: #000;*/
    -webkit-font-smoothing: antialiased
}

a {
    /*color: #409EFF;*/
    /*text-decoration: none*/
}

a:focus, a:hover {
    /*color: #66b1ff*/
}

a:active {
    /*color: #3a8ee6*/
}

h1, h2, h3, h4, h5, h6 {
    color: #606266;
    font-weight: inherit
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
    margin-top: 0
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4, h5, h6, p {
    font-size: inherit
}

p {
    line-height: 1.8
}

sub, sup {
    font-size: 13px
}

small {
    font-size: 12px
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

ul {
    list-style: none
}

.xs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0
}

.xs-container.is-vertical, .xs-table .caret-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.xs-container.is-vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.xs-header {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 80px;
    z-index: 100;
    position: relative
}

.xs-aside, .xs-main {
    -webkit-box-sizing: border-box
}

.xs-aside {
    overflow: auto;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 80px;
    padding: 20px
}

.xs-col-pull-0, .xs-col-pull-1, .xs-col-pull-10, .xs-col-pull-11, .xs-col-pull-12, .xs-col-pull-13, .xs-col-pull-14, .xs-col-pull-15, .xs-col-pull-16, .xs-col-pull-17, .xs-col-pull-18, .xs-col-pull-19, .xs-col-pull-2, .xs-col-pull-20, .xs-col-pull-21, .xs-col-pull-22, .xs-col-pull-23, .xs-col-pull-24, .xs-col-pull-3, .xs-col-pull-4, .xs-col-pull-5, .xs-col-pull-6, .xs-col-pull-7, .xs-col-pull-8, .xs-col-pull-9, .xs-col-push-0, .xs-col-push-1, .xs-col-push-10, .xs-col-push-11, .xs-col-push-12, .xs-col-push-13, .xs-col-push-14, .xs-col-push-15, .xs-col-push-16, .xs-col-push-17, .xs-col-push-18, .xs-col-push-19, .xs-col-push-2, .xs-col-push-20, .xs-col-push-21, .xs-col-push-22, .xs-col-push-23, .xs-col-push-24, .xs-col-push-3, .xs-col-push-4, .xs-col-push-5, .xs-col-push-6, .xs-col-push-7, .xs-col-push-8, .xs-col-push-9, .xs-radio, .xs-radio__inner, .xs-radio__input, .xs-row {
    position: relative
}

.xs-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    box-sizing: border-box;
    padding-left: 250px;
    padding-bottom: 100px;
    height: 100%
}

@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" xs-icon-"], [class^=xs-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.xs-icon-info::before {
    content: "\e61a"
}

.xs-icon-error::before {
    content: "\e62c"
}

.xs-icon-success::before {
    content: "\e62d"
}

.xs-icon-warning::before {
    content: "\e62e"
}

.xs-icon-question::before {
    content: "\e634"
}

.xs-icon-back::before {
    content: "\e606"
}

.xs-icon-arrow-left::before {
    content: "\e600"
}

.xs-icon-arrow-down::before {
    content: "\e603"
}

.xs-icon-arrow-right::before {
    content: "\e604"
}

.xs-icon-arrow-up::before {
    content: "\e605"
}

.xs-icon-caret-left::before {
    content: "\e60a"
}

.xs-icon-caret-bottom::before {
    content: "\e60b"
}

.xs-icon-caret-top::before {
    content: "\e60c"
}

.xs-icon-caret-right::before {
    content: "\e60e"
}

.xs-icon-d-arrow-left::before {
    content: "\e610"
}

.xs-icon-d-arrow-right::before {
    content: "\e613"
}

.xs-icon-minus::before {
    content: "\e621"
}

.xs-icon-plus::before {
    content: "\e62b"
}

.xs-icon-remove::before {
    content: "\e635"
}

.xs-icon-circle-plus::before {
    content: "\e601"
}

.xs-icon-remove-outline::before {
    content: "\e63c"
}

.xs-icon-circle-plus-outline::before {
    content: "\e602"
}

.xs-icon-close::before {
    content: "\e60f"
}

.xs-icon-check::before {
    content: "\e611"
}

.xs-icon-circle-close::before {
    content: "\e607"
}

.xs-icon-circle-check::before {
    content: "\e639"
}

.xs-icon-circle-close-outline::before {
    content: "\e609"
}

.xs-icon-circle-check-outline::before {
    content: "\e63e"
}

.xs-icon-zoom-out::before {
    content: "\e645"
}

.xs-icon-zoom-in::before {
    content: "\e641"
}

.xs-icon-d-caret::before {
    content: "\e615"
}

.xs-icon-sort::before {
    content: "\e640"
}

.xs-icon-sort-down::before {
    content: "\e630"
}

.xs-icon-sort-up::before {
    content: "\e631"
}

.xs-icon-tickets::before {
    content: "\e63f"
}

.xs-icon-document::before {
    content: "\e614"
}

.xs-icon-goods::before {
    content: "\e618"
}

.xs-icon-sold-out::before {
    content: "\e63b"
}

.xs-icon-news::before {
    content: "\e625"
}

.xs-icon-message::before {
    content: "\e61b"
}

.xs-icon-date::before {
    content: "\e608"
}

.xs-icon-printer::before {
    content: "\e62f"
}

.xs-icon-time::before {
    content: "\e642"
}

.xs-icon-bell::before {
    content: "\e622"
}

.xs-icon-mobile-phone::before {
    content: "\e624"
}

.xs-icon-service::before {
    content: "\e63a"
}

.xs-icon-view::before {
    content: "\e643"
}

.xs-icon-menu::before {
    content: "\e620"
}

.xs-icon-more::before {
    content: "\e646"
}

.xs-icon-more-outline::before {
    content: "\e626"
}

.xs-icon-star-on::before {
    content: "\e637"
}

.xs-icon-star-off::before {
    content: "\e63d"
}

.xs-icon-location::before {
    content: "\e61d"
}

.xs-icon-location-outline::before {
    content: "\e61f"
}

.xs-icon-phone::before {
    content: "\e627"
}

.xs-icon-phone-outline::before {
    content: "\e628"
}

.xs-icon-picture::before {
    content: "\e629"
}

.xs-icon-picture-outline::before {
    content: "\e62a"
}

.xs-icon-delete::before {
    content: "\e612"
}

.xs-icon-search::before {
    content: "\e619"
}

.xs-icon-edit::before {
    content: "\e61c"
}

.xs-icon-edit-outline::before {
    content: "\e616"
}

.xs-icon-rank::before {
    content: "\e632"
}

.xs-icon-refresh::before {
    content: "\e633"
}

.xs-icon-share::before {
    content: "\e636"
}

.xs-icon-setting::before {
    content: "\e638"
}

.xs-icon-upload::before {
    content: "\e60d"
}

.xs-icon-upload2::before {
    content: "\e644"
}

.xs-icon-download::before {
    content: "\e617"
}

.xs-icon-loading::before {
    content: "\e61e"
}

.xs-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.xs-icon--right {
    margin-left: 5px
}

.xs-icon--left {
    margin-right: 5px
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.xs-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.xs-row::after, .xs-row::before {
    display: table;
    content: ""
}

.xs-row::after {
    clear: both
}

.xs-row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.xs-col-0, .xs-row--flex:after, .xs-row--flex:before {
    display: none
}

.xs-row--flex.is-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xs-row--flex.is-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.xs-row--flex.is-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.xs-row--flex.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.xs-row--flex.is-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.xs-row--flex.is-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

[class*=xs-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-col-0 {
    width: 0%
}

.xs-col-offset-0 {
    margin-left: 0
}

.xs-col-pull-0 {
    right: 0
}

.xs-col-push-0 {
    left: 0
}

.xs-col-1 {
    width: 4.16667%
}

.xs-col-offset-1 {
    margin-left: 4.16667%
}

.xs-col-pull-1 {
    right: 4.16667%
}

.xs-col-push-1 {
    left: 4.16667%
}

.xs-col-2 {
    width: 8.33333%
}

.xs-col-offset-2 {
    margin-left: 8.33333%
}

.xs-col-pull-2 {
    right: 8.33333%
}

.xs-col-push-2 {
    left: 8.33333%
}

.xs-col-3 {
    width: 12.5%
}

.xs-col-offset-3 {
    margin-left: 12.5%
}

.xs-col-pull-3 {
    right: 12.5%
}

.xs-col-push-3 {
    left: 12.5%
}

.xs-col-4 {
    width: 16.66667%
}

.xs-col-offset-4 {
    margin-left: 16.66667%
}

.xs-col-pull-4 {
    right: 16.66667%
}

.xs-col-push-4 {
    left: 16.66667%
}

.xs-col-5 {
    width: 20.83333%
}

.xs-col-offset-5 {
    margin-left: 20.83333%
}

.xs-col-pull-5 {
    right: 20.83333%
}

.xs-col-push-5 {
    left: 20.83333%
}

.xs-col-6 {
    width: 25%
}

.xs-col-offset-6 {
    margin-left: 25%
}

.xs-col-pull-6 {
    right: 25%
}

.xs-col-push-6 {
    left: 25%
}

.xs-col-7 {
    width: 29.16667%
}

.xs-col-offset-7 {
    margin-left: 29.16667%
}

.xs-col-pull-7 {
    right: 29.16667%
}

.xs-col-push-7 {
    left: 29.16667%
}

.xs-col-8 {
    width: 33.33333%
}

.xs-col-offset-8 {
    margin-left: 33.33333%
}

.xs-col-pull-8 {
    right: 33.33333%
}

.xs-col-push-8 {
    left: 33.33333%
}

.xs-col-9 {
    width: 37.5%
}

.xs-col-offset-9 {
    margin-left: 37.5%
}

.xs-col-pull-9 {
    right: 37.5%
}

.xs-col-push-9 {
    left: 37.5%
}

.xs-col-10 {
    width: 41.66667%
}

.xs-col-offset-10 {
    margin-left: 41.66667%
}

.xs-col-pull-10 {
    right: 41.66667%
}

.xs-col-push-10 {
    left: 41.66667%
}

.xs-col-11 {
    width: 45.83333%
}

.xs-col-offset-11 {
    margin-left: 45.83333%
}

.xs-col-pull-11 {
    right: 45.83333%
}

.xs-col-push-11 {
    left: 45.83333%
}

.xs-col-12 {
    width: 50%
}

.xs-col-offset-12 {
    margin-left: 50%
}

.xs-col-pull-12 {
    right: 50%
}

.xs-col-push-12 {
    left: 50%
}

.xs-col-13 {
    width: 54.16667%
}

.xs-col-offset-13 {
    margin-left: 54.16667%
}

.xs-col-pull-13 {
    right: 54.16667%
}

.xs-col-push-13 {
    left: 54.16667%
}

.xs-col-14 {
    width: 58.33333%
}

.xs-col-offset-14 {
    margin-left: 58.33333%
}

.xs-col-pull-14 {
    right: 58.33333%
}

.xs-col-push-14 {
    left: 58.33333%
}

.xs-col-15 {
    width: 62.5%
}

.xs-col-offset-15 {
    margin-left: 62.5%
}

.xs-col-pull-15 {
    right: 62.5%
}

.xs-col-push-15 {
    left: 62.5%
}

.xs-col-16 {
    width: 66.66667%
}

.xs-col-offset-16 {
    margin-left: 66.66667%
}

.xs-col-pull-16 {
    right: 66.66667%
}

.xs-col-push-16 {
    left: 66.66667%
}

.xs-col-17 {
    width: 70.83333%
}

.xs-col-offset-17 {
    margin-left: 70.83333%
}

.xs-col-pull-17 {
    right: 70.83333%
}

.xs-col-push-17 {
    left: 70.83333%
}

.xs-col-18 {
    width: 75%
}

.xs-col-offset-18 {
    margin-left: 75%
}

.xs-col-pull-18 {
    right: 75%
}

.xs-col-push-18 {
    left: 75%
}

.xs-col-19 {
    width: 79.16667%
}

.xs-col-offset-19 {
    margin-left: 79.16667%
}

.xs-col-pull-19 {
    right: 79.16667%
}

.xs-col-push-19 {
    left: 79.16667%
}

.xs-col-20 {
    width: 83.33333%
}

.xs-col-offset-20 {
    margin-left: 83.33333%
}

.xs-col-pull-20 {
    right: 83.33333%
}

.xs-col-push-20 {
    left: 83.33333%
}

.xs-col-21 {
    width: 87.5%
}

.xs-col-offset-21 {
    margin-left: 87.5%
}

.xs-col-pull-21 {
    right: 87.5%
}

.xs-col-push-21 {
    left: 87.5%
}

.xs-col-22 {
    width: 91.66667%
}

.xs-col-offset-22 {
    margin-left: 91.66667%
}

.xs-col-pull-22 {
    right: 91.66667%
}

.xs-col-push-22 {
    left: 91.66667%
}

.xs-col-23 {
    width: 95.83333%
}

.xs-col-offset-23 {
    margin-left: 95.83333%
}

.xs-col-pull-23 {
    right: 95.83333%
}

.xs-col-push-23 {
    left: 95.83333%
}

.xs-col-24 {
    width: 100%
}

.xs-col-offset-24 {
    margin-left: 100%
}

.xs-col-pull-24 {
    right: 100%
}

.xs-col-push-24 {
    left: 100%
}

@media only screen and (max-width: 768px) {
    .xs-col-xs-0 {
        display: none;
        width: 0%
    }

    .xs-col-xs-offset-0 {
        margin-left: 0
    }

    .xs-col-xs-pull-0 {
        position: relative;
        right: 0
    }

    .xs-col-xs-push-0 {
        position: relative;
        left: 0
    }

    .xs-col-xs-1 {
        width: 4.16667%
    }

    .xs-col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .xs-col-xs-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .xs-col-xs-push-1 {
        position: relative;
        left: 4.16667%
    }

    .xs-col-xs-2 {
        width: 8.33333%
    }

    .xs-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .xs-col-xs-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .xs-col-xs-push-2 {
        position: relative;
        left: 8.33333%
    }

    .xs-col-xs-3 {
        width: 12.5%
    }

    .xs-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .xs-col-xs-pull-3 {
        position: relative;
        right: 12.5%
    }

    .xs-col-xs-push-3 {
        position: relative;
        left: 12.5%
    }

    .xs-col-xs-4 {
        width: 16.66667%
    }

    .xs-col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .xs-col-xs-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .xs-col-xs-push-4 {
        position: relative;
        left: 16.66667%
    }

    .xs-col-xs-5 {
        width: 20.83333%
    }

    .xs-col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .xs-col-xs-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .xs-col-xs-push-5 {
        position: relative;
        left: 20.83333%
    }

    .xs-col-xs-6 {
        width: 25%
    }

    .xs-col-xs-offset-6 {
        margin-left: 25%
    }

    .xs-col-xs-pull-6 {
        position: relative;
        right: 25%
    }

    .xs-col-xs-push-6 {
        position: relative;
        left: 25%
    }

    .xs-col-xs-7 {
        width: 29.16667%
    }

    .xs-col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .xs-col-xs-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .xs-col-xs-push-7 {
        position: relative;
        left: 29.16667%
    }

    .xs-col-xs-8 {
        width: 33.33333%
    }

    .xs-col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .xs-col-xs-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .xs-col-xs-push-8 {
        position: relative;
        left: 33.33333%
    }

    .xs-col-xs-9 {
        width: 37.5%
    }

    .xs-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .xs-col-xs-pull-9 {
        position: relative;
        right: 37.5%
    }

    .xs-col-xs-push-9 {
        position: relative;
        left: 37.5%
    }

    .xs-col-xs-10 {
        width: 41.66667%
    }

    .xs-col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .xs-col-xs-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .xs-col-xs-push-10 {
        position: relative;
        left: 41.66667%
    }

    .xs-col-xs-11 {
        width: 45.83333%
    }

    .xs-col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .xs-col-xs-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .xs-col-xs-push-11 {
        position: relative;
        left: 45.83333%
    }

    .xs-col-xs-12 {
        width: 50%
    }

    .xs-col-xs-offset-12 {
        margin-left: 50%
    }

    .xs-col-xs-pull-12 {
        position: relative;
        right: 50%
    }

    .xs-col-xs-push-12 {
        position: relative;
        left: 50%
    }

    .xs-col-xs-13 {
        width: 54.16667%
    }

    .xs-col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .xs-col-xs-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .xs-col-xs-push-13 {
        position: relative;
        left: 54.16667%
    }

    .xs-col-xs-14 {
        width: 58.33333%
    }

    .xs-col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .xs-col-xs-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .xs-col-xs-push-14 {
        position: relative;
        left: 58.33333%
    }

    .xs-col-xs-15 {
        width: 62.5%
    }

    .xs-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .xs-col-xs-pull-15 {
        position: relative;
        right: 62.5%
    }

    .xs-col-xs-push-15 {
        position: relative;
        left: 62.5%
    }

    .xs-col-xs-16 {
        width: 66.66667%
    }

    .xs-col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .xs-col-xs-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .xs-col-xs-push-16 {
        position: relative;
        left: 66.66667%
    }

    .xs-col-xs-17 {
        width: 70.83333%
    }

    .xs-col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .xs-col-xs-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .xs-col-xs-push-17 {
        position: relative;
        left: 70.83333%
    }

    .xs-col-xs-18 {
        width: 75%
    }

    .xs-col-xs-offset-18 {
        margin-left: 75%
    }

    .xs-col-xs-pull-18 {
        position: relative;
        right: 75%
    }

    .xs-col-xs-push-18 {
        position: relative;
        left: 75%
    }

    .xs-col-xs-19 {
        width: 79.16667%
    }

    .xs-col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .xs-col-xs-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .xs-col-xs-push-19 {
        position: relative;
        left: 79.16667%
    }

    .xs-col-xs-20 {
        width: 83.33333%
    }

    .xs-col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .xs-col-xs-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .xs-col-xs-push-20 {
        position: relative;
        left: 83.33333%
    }

    .xs-col-xs-21 {
        width: 87.5%
    }

    .xs-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .xs-col-xs-pull-21 {
        position: relative;
        right: 87.5%
    }

    .xs-col-xs-push-21 {
        position: relative;
        left: 87.5%
    }

    .xs-col-xs-22 {
        width: 91.66667%
    }

    .xs-col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .xs-col-xs-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .xs-col-xs-push-22 {
        position: relative;
        left: 91.66667%
    }

    .xs-col-xs-23 {
        width: 95.83333%
    }

    .xs-col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .xs-col-xs-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .xs-col-xs-push-23 {
        position: relative;
        left: 95.83333%
    }

    .xs-col-xs-24 {
        width: 100%
    }

    .xs-col-xs-offset-24 {
        margin-left: 100%
    }

    .xs-col-xs-pull-24 {
        position: relative;
        right: 100%
    }

    .xs-col-xs-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 768px) {
    .xs-col-sm-0 {
        display: none;
        width: 0%
    }

    .xs-col-sm-offset-0 {
        margin-left: 0
    }

    .xs-col-sm-pull-0 {
        position: relative;
        right: 0
    }

    .xs-col-sm-push-0 {
        position: relative;
        left: 0
    }

    .xs-col-sm-1 {
        width: 4.16667%
    }

    .xs-col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .xs-col-sm-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .xs-col-sm-push-1 {
        position: relative;
        left: 4.16667%
    }

    .xs-col-sm-2 {
        width: 8.33333%
    }

    .xs-col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .xs-col-sm-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .xs-col-sm-push-2 {
        position: relative;
        left: 8.33333%
    }

    .xs-col-sm-3 {
        width: 12.5%
    }

    .xs-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .xs-col-sm-pull-3 {
        position: relative;
        right: 12.5%
    }

    .xs-col-sm-push-3 {
        position: relative;
        left: 12.5%
    }

    .xs-col-sm-4 {
        width: 16.66667%
    }

    .xs-col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .xs-col-sm-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .xs-col-sm-push-4 {
        position: relative;
        left: 16.66667%
    }

    .xs-col-sm-5 {
        width: 20.83333%
    }

    .xs-col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .xs-col-sm-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .xs-col-sm-push-5 {
        position: relative;
        left: 20.83333%
    }

    .xs-col-sm-6 {
        width: 25%
    }

    .xs-col-sm-offset-6 {
        margin-left: 25%
    }

    .xs-col-sm-pull-6 {
        position: relative;
        right: 25%
    }

    .xs-col-sm-push-6 {
        position: relative;
        left: 25%
    }

    .xs-col-sm-7 {
        width: 29.16667%
    }

    .xs-col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .xs-col-sm-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .xs-col-sm-push-7 {
        position: relative;
        left: 29.16667%
    }

    .xs-col-sm-8 {
        width: 33.33333%
    }

    .xs-col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .xs-col-sm-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .xs-col-sm-push-8 {
        position: relative;
        left: 33.33333%
    }

    .xs-col-sm-9 {
        width: 37.5%
    }

    .xs-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .xs-col-sm-pull-9 {
        position: relative;
        right: 37.5%
    }

    .xs-col-sm-push-9 {
        position: relative;
        left: 37.5%
    }

    .xs-col-sm-10 {
        width: 41.66667%
    }

    .xs-col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .xs-col-sm-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .xs-col-sm-push-10 {
        position: relative;
        left: 41.66667%
    }

    .xs-col-sm-11 {
        width: 45.83333%
    }

    .xs-col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .xs-col-sm-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .xs-col-sm-push-11 {
        position: relative;
        left: 45.83333%
    }

    .xs-col-sm-12 {
        width: 50%
    }

    .xs-col-sm-offset-12 {
        margin-left: 50%
    }

    .xs-col-sm-pull-12 {
        position: relative;
        right: 50%
    }

    .xs-col-sm-push-12 {
        position: relative;
        left: 50%
    }

    .xs-col-sm-13 {
        width: 54.16667%
    }

    .xs-col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .xs-col-sm-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .xs-col-sm-push-13 {
        position: relative;
        left: 54.16667%
    }

    .xs-col-sm-14 {
        width: 58.33333%
    }

    .xs-col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .xs-col-sm-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .xs-col-sm-push-14 {
        position: relative;
        left: 58.33333%
    }

    .xs-col-sm-15 {
        width: 62.5%
    }

    .xs-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .xs-col-sm-pull-15 {
        position: relative;
        right: 62.5%
    }

    .xs-col-sm-push-15 {
        position: relative;
        left: 62.5%
    }

    .xs-col-sm-16 {
        width: 66.66667%
    }

    .xs-col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .xs-col-sm-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .xs-col-sm-push-16 {
        position: relative;
        left: 66.66667%
    }

    .xs-col-sm-17 {
        width: 70.83333%
    }

    .xs-col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .xs-col-sm-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .xs-col-sm-push-17 {
        position: relative;
        left: 70.83333%
    }

    .xs-col-sm-18 {
        width: 75%
    }

    .xs-col-sm-offset-18 {
        margin-left: 75%
    }

    .xs-col-sm-pull-18 {
        position: relative;
        right: 75%
    }

    .xs-col-sm-push-18 {
        position: relative;
        left: 75%
    }

    .xs-col-sm-19 {
        width: 79.16667%
    }

    .xs-col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .xs-col-sm-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .xs-col-sm-push-19 {
        position: relative;
        left: 79.16667%
    }

    .xs-col-sm-20 {
        width: 83.33333%
    }

    .xs-col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .xs-col-sm-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .xs-col-sm-push-20 {
        position: relative;
        left: 83.33333%
    }

    .xs-col-sm-21 {
        width: 87.5%
    }

    .xs-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .xs-col-sm-pull-21 {
        position: relative;
        right: 87.5%
    }

    .xs-col-sm-push-21 {
        position: relative;
        left: 87.5%
    }

    .xs-col-sm-22 {
        width: 91.66667%
    }

    .xs-col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .xs-col-sm-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .xs-col-sm-push-22 {
        position: relative;
        left: 91.66667%
    }

    .xs-col-sm-23 {
        width: 95.83333%
    }

    .xs-col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .xs-col-sm-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .xs-col-sm-push-23 {
        position: relative;
        left: 95.83333%
    }

    .xs-col-sm-24 {
        width: 100%
    }

    .xs-col-sm-offset-24 {
        margin-left: 100%
    }

    .xs-col-sm-pull-24 {
        position: relative;
        right: 100%
    }

    .xs-col-sm-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 992px) {
    .xs-col-md-0 {
        display: none;
        width: 0%
    }

    .xs-col-md-offset-0 {
        margin-left: 0
    }

    .xs-col-md-pull-0 {
        position: relative;
        right: 0
    }

    .xs-col-md-push-0 {
        position: relative;
        left: 0
    }

    .xs-col-md-1 {
        width: 4.16667%
    }

    .xs-col-md-offset-1 {
        margin-left: 4.16667%
    }

    .xs-col-md-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .xs-col-md-push-1 {
        position: relative;
        left: 4.16667%
    }

    .xs-col-md-2 {
        width: 8.33333%
    }

    .xs-col-md-offset-2 {
        margin-left: 8.33333%
    }

    .xs-col-md-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .xs-col-md-push-2 {
        position: relative;
        left: 8.33333%
    }

    .xs-col-md-3 {
        width: 12.5%
    }

    .xs-col-md-offset-3 {
        margin-left: 12.5%
    }

    .xs-col-md-pull-3 {
        position: relative;
        right: 12.5%
    }

    .xs-col-md-push-3 {
        position: relative;
        left: 12.5%
    }

    .xs-col-md-4 {
        width: 16.66667%
    }

    .xs-col-md-offset-4 {
        margin-left: 16.66667%
    }

    .xs-col-md-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .xs-col-md-push-4 {
        position: relative;
        left: 16.66667%
    }

    .xs-col-md-5 {
        width: 20.83333%
    }

    .xs-col-md-offset-5 {
        margin-left: 20.83333%
    }

    .xs-col-md-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .xs-col-md-push-5 {
        position: relative;
        left: 20.83333%
    }

    .xs-col-md-6 {
        width: 25%
    }

    .xs-col-md-offset-6 {
        margin-left: 25%
    }

    .xs-col-md-pull-6 {
        position: relative;
        right: 25%
    }

    .xs-col-md-push-6 {
        position: relative;
        left: 25%
    }

    .xs-col-md-7 {
        width: 29.16667%
    }

    .xs-col-md-offset-7 {
        margin-left: 29.16667%
    }

    .xs-col-md-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .xs-col-md-push-7 {
        position: relative;
        left: 29.16667%
    }

    .xs-col-md-8 {
        width: 33.33333%
    }

    .xs-col-md-offset-8 {
        margin-left: 33.33333%
    }

    .xs-col-md-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .xs-col-md-push-8 {
        position: relative;
        left: 33.33333%
    }

    .xs-col-md-9 {
        width: 37.5%
    }

    .xs-col-md-offset-9 {
        margin-left: 37.5%
    }

    .xs-col-md-pull-9 {
        position: relative;
        right: 37.5%
    }

    .xs-col-md-push-9 {
        position: relative;
        left: 37.5%
    }

    .xs-col-md-10 {
        width: 41.66667%
    }

    .xs-col-md-offset-10 {
        margin-left: 41.66667%
    }

    .xs-col-md-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .xs-col-md-push-10 {
        position: relative;
        left: 41.66667%
    }

    .xs-col-md-11 {
        width: 45.83333%
    }

    .xs-col-md-offset-11 {
        margin-left: 45.83333%
    }

    .xs-col-md-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .xs-col-md-push-11 {
        position: relative;
        left: 45.83333%
    }

    .xs-col-md-12 {
        width: 50%
    }

    .xs-col-md-offset-12 {
        margin-left: 50%
    }

    .xs-col-md-pull-12 {
        position: relative;
        right: 50%
    }

    .xs-col-md-push-12 {
        position: relative;
        left: 50%
    }

    .xs-col-md-13 {
        width: 54.16667%
    }

    .xs-col-md-offset-13 {
        margin-left: 54.16667%
    }

    .xs-col-md-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .xs-col-md-push-13 {
        position: relative;
        left: 54.16667%
    }

    .xs-col-md-14 {
        width: 58.33333%
    }

    .xs-col-md-offset-14 {
        margin-left: 58.33333%
    }

    .xs-col-md-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .xs-col-md-push-14 {
        position: relative;
        left: 58.33333%
    }

    .xs-col-md-15 {
        width: 62.5%
    }

    .xs-col-md-offset-15 {
        margin-left: 62.5%
    }

    .xs-col-md-pull-15 {
        position: relative;
        right: 62.5%
    }

    .xs-col-md-push-15 {
        position: relative;
        left: 62.5%
    }

    .xs-col-md-16 {
        width: 66.66667%
    }

    .xs-col-md-offset-16 {
        margin-left: 66.66667%
    }

    .xs-col-md-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .xs-col-md-push-16 {
        position: relative;
        left: 66.66667%
    }

    .xs-col-md-17 {
        width: 70.83333%
    }

    .xs-col-md-offset-17 {
        margin-left: 70.83333%
    }

    .xs-col-md-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .xs-col-md-push-17 {
        position: relative;
        left: 70.83333%
    }

    .xs-col-md-18 {
        width: 75%
    }

    .xs-col-md-offset-18 {
        margin-left: 75%
    }

    .xs-col-md-pull-18 {
        position: relative;
        right: 75%
    }

    .xs-col-md-push-18 {
        position: relative;
        left: 75%
    }

    .xs-col-md-19 {
        width: 79.16667%
    }

    .xs-col-md-offset-19 {
        margin-left: 79.16667%
    }

    .xs-col-md-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .xs-col-md-push-19 {
        position: relative;
        left: 79.16667%
    }

    .xs-col-md-20 {
        width: 83.33333%
    }

    .xs-col-md-offset-20 {
        margin-left: 83.33333%
    }

    .xs-col-md-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .xs-col-md-push-20 {
        position: relative;
        left: 83.33333%
    }

    .xs-col-md-21 {
        width: 87.5%
    }

    .xs-col-md-offset-21 {
        margin-left: 87.5%
    }

    .xs-col-md-pull-21 {
        position: relative;
        right: 87.5%
    }

    .xs-col-md-push-21 {
        position: relative;
        left: 87.5%
    }

    .xs-col-md-22 {
        width: 91.66667%
    }

    .xs-col-md-offset-22 {
        margin-left: 91.66667%
    }

    .xs-col-md-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .xs-col-md-push-22 {
        position: relative;
        left: 91.66667%
    }

    .xs-col-md-23 {
        width: 95.83333%
    }

    .xs-col-md-offset-23 {
        margin-left: 95.83333%
    }

    .xs-col-md-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .xs-col-md-push-23 {
        position: relative;
        left: 95.83333%
    }

    .xs-col-md-24 {
        width: 100%
    }

    .xs-col-md-offset-24 {
        margin-left: 100%
    }

    .xs-col-md-pull-24 {
        position: relative;
        right: 100%
    }

    .xs-col-md-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .xs-col-lg-0 {
        display: none;
        width: 0%
    }

    .xs-col-lg-offset-0 {
        margin-left: 0
    }

    .xs-col-lg-pull-0 {
        position: relative;
        right: 0
    }

    .xs-col-lg-push-0 {
        position: relative;
        left: 0
    }

    .xs-col-lg-1 {
        width: 4.16667%
    }

    .xs-col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .xs-col-lg-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .xs-col-lg-push-1 {
        position: relative;
        left: 4.16667%
    }

    .xs-col-lg-2 {
        width: 8.33333%
    }

    .xs-col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .xs-col-lg-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .xs-col-lg-push-2 {
        position: relative;
        left: 8.33333%
    }

    .xs-col-lg-3 {
        width: 12.5%
    }

    .xs-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .xs-col-lg-pull-3 {
        position: relative;
        right: 12.5%
    }

    .xs-col-lg-push-3 {
        position: relative;
        left: 12.5%
    }

    .xs-col-lg-4 {
        width: 16.66667%
    }

    .xs-col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .xs-col-lg-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .xs-col-lg-push-4 {
        position: relative;
        left: 16.66667%
    }

    .xs-col-lg-5 {
        width: 20.83333%
    }

    .xs-col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .xs-col-lg-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .xs-col-lg-push-5 {
        position: relative;
        left: 20.83333%
    }

    .xs-col-lg-6 {
        width: 25%
    }

    .xs-col-lg-offset-6 {
        margin-left: 25%
    }

    .xs-col-lg-pull-6 {
        position: relative;
        right: 25%
    }

    .xs-col-lg-push-6 {
        position: relative;
        left: 25%
    }

    .xs-col-lg-7 {
        width: 29.16667%
    }

    .xs-col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .xs-col-lg-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .xs-col-lg-push-7 {
        position: relative;
        left: 29.16667%
    }

    .xs-col-lg-8 {
        width: 33.33333%
    }

    .xs-col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .xs-col-lg-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .xs-col-lg-push-8 {
        position: relative;
        left: 33.33333%
    }

    .xs-col-lg-9 {
        width: 37.5%
    }

    .xs-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .xs-col-lg-pull-9 {
        position: relative;
        right: 37.5%
    }

    .xs-col-lg-push-9 {
        position: relative;
        left: 37.5%
    }

    .xs-col-lg-10 {
        width: 41.66667%
    }

    .xs-col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .xs-col-lg-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .xs-col-lg-push-10 {
        position: relative;
        left: 41.66667%
    }

    .xs-col-lg-11 {
        width: 45.83333%
    }

    .xs-col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .xs-col-lg-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .xs-col-lg-push-11 {
        position: relative;
        left: 45.83333%
    }

    .xs-col-lg-12 {
        width: 50%
    }

    .xs-col-lg-offset-12 {
        margin-left: 50%
    }

    .xs-col-lg-pull-12 {
        position: relative;
        right: 50%
    }

    .xs-col-lg-push-12 {
        position: relative;
        left: 50%
    }

    .xs-col-lg-13 {
        width: 54.16667%
    }

    .xs-col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .xs-col-lg-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .xs-col-lg-push-13 {
        position: relative;
        left: 54.16667%
    }

    .xs-col-lg-14 {
        width: 58.33333%
    }

    .xs-col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .xs-col-lg-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .xs-col-lg-push-14 {
        position: relative;
        left: 58.33333%
    }

    .xs-col-lg-15 {
        width: 62.5%
    }

    .xs-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .xs-col-lg-pull-15 {
        position: relative;
        right: 62.5%
    }

    .xs-col-lg-push-15 {
        position: relative;
        left: 62.5%
    }

    .xs-col-lg-16 {
        width: 66.66667%
    }

    .xs-col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .xs-col-lg-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .xs-col-lg-push-16 {
        position: relative;
        left: 66.66667%
    }

    .xs-col-lg-17 {
        width: 70.83333%
    }

    .xs-col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .xs-col-lg-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .xs-col-lg-push-17 {
        position: relative;
        left: 70.83333%
    }

    .xs-col-lg-18 {
        width: 75%
    }

    .xs-col-lg-offset-18 {
        margin-left: 75%
    }

    .xs-col-lg-pull-18 {
        position: relative;
        right: 75%
    }

    .xs-col-lg-push-18 {
        position: relative;
        left: 75%
    }

    .xs-col-lg-19 {
        width: 79.16667%
    }

    .xs-col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .xs-col-lg-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .xs-col-lg-push-19 {
        position: relative;
        left: 79.16667%
    }

    .xs-col-lg-20 {
        width: 83.33333%
    }

    .xs-col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .xs-col-lg-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .xs-col-lg-push-20 {
        position: relative;
        left: 83.33333%
    }

    .xs-col-lg-21 {
        width: 87.5%
    }

    .xs-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .xs-col-lg-pull-21 {
        position: relative;
        right: 87.5%
    }

    .xs-col-lg-push-21 {
        position: relative;
        left: 87.5%
    }

    .xs-col-lg-22 {
        width: 91.66667%
    }

    .xs-col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .xs-col-lg-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .xs-col-lg-push-22 {
        position: relative;
        left: 91.66667%
    }

    .xs-col-lg-23 {
        width: 95.83333%
    }

    .xs-col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .xs-col-lg-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .xs-col-lg-push-23 {
        position: relative;
        left: 95.83333%
    }

    .xs-col-lg-24 {
        width: 100%
    }

    .xs-col-lg-offset-24 {
        margin-left: 100%
    }

    .xs-col-lg-pull-24 {
        position: relative;
        right: 100%
    }

    .xs-col-lg-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1920px) {
    .xs-col-xl-0 {
        display: none;
        width: 0%
    }

    .xs-col-xl-offset-0 {
        margin-left: 0
    }

    .xs-col-xl-pull-0 {
        position: relative;
        right: 0
    }

    .xs-col-xl-push-0 {
        position: relative;
        left: 0
    }

    .xs-col-xl-1 {
        width: 4.16667%
    }

    .xs-col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .xs-col-xl-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .xs-col-xl-push-1 {
        position: relative;
        left: 4.16667%
    }

    .xs-col-xl-2 {
        width: 8.33333%
    }

    .xs-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .xs-col-xl-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .xs-col-xl-push-2 {
        position: relative;
        left: 8.33333%
    }

    .xs-col-xl-3 {
        width: 12.5%
    }

    .xs-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .xs-col-xl-pull-3 {
        position: relative;
        right: 12.5%
    }

    .xs-col-xl-push-3 {
        position: relative;
        left: 12.5%
    }

    .xs-col-xl-4 {
        width: 16.66667%
    }

    .xs-col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .xs-col-xl-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .xs-col-xl-push-4 {
        position: relative;
        left: 16.66667%
    }

    .xs-col-xl-5 {
        width: 20.83333%
    }

    .xs-col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .xs-col-xl-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .xs-col-xl-push-5 {
        position: relative;
        left: 20.83333%
    }

    .xs-col-xl-6 {
        width: 25%
    }

    .xs-col-xl-offset-6 {
        margin-left: 25%
    }

    .xs-col-xl-pull-6 {
        position: relative;
        right: 25%
    }

    .xs-col-xl-push-6 {
        position: relative;
        left: 25%
    }

    .xs-col-xl-7 {
        width: 29.16667%
    }

    .xs-col-xl-offset-7 {
        margin-left: 29.16667%
    }

    .xs-col-xl-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .xs-col-xl-push-7 {
        position: relative;
        left: 29.16667%
    }

    .xs-col-xl-8 {
        width: 33.33333%
    }

    .xs-col-xl-offset-8 {
        margin-left: 33.33333%
    }

    .xs-col-xl-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .xs-col-xl-push-8 {
        position: relative;
        left: 33.33333%
    }

    .xs-col-xl-9 {
        width: 37.5%
    }

    .xs-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .xs-col-xl-pull-9 {
        position: relative;
        right: 37.5%
    }

    .xs-col-xl-push-9 {
        position: relative;
        left: 37.5%
    }

    .xs-col-xl-10 {
        width: 41.66667%
    }

    .xs-col-xl-offset-10 {
        margin-left: 41.66667%
    }

    .xs-col-xl-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .xs-col-xl-push-10 {
        position: relative;
        left: 41.66667%
    }

    .xs-col-xl-11 {
        width: 45.83333%
    }

    .xs-col-xl-offset-11 {
        margin-left: 45.83333%
    }

    .xs-col-xl-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .xs-col-xl-push-11 {
        position: relative;
        left: 45.83333%
    }

    .xs-col-xl-12 {
        width: 50%
    }

    .xs-col-xl-offset-12 {
        margin-left: 50%
    }

    .xs-col-xl-pull-12 {
        position: relative;
        right: 50%
    }

    .xs-col-xl-push-12 {
        position: relative;
        left: 50%
    }

    .xs-col-xl-13 {
        width: 54.16667%
    }

    .xs-col-xl-offset-13 {
        margin-left: 54.16667%
    }

    .xs-col-xl-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .xs-col-xl-push-13 {
        position: relative;
        left: 54.16667%
    }

    .xs-col-xl-14 {
        width: 58.33333%
    }

    .xs-col-xl-offset-14 {
        margin-left: 58.33333%
    }

    .xs-col-xl-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .xs-col-xl-push-14 {
        position: relative;
        left: 58.33333%
    }

    .xs-col-xl-15 {
        width: 62.5%
    }

    .xs-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .xs-col-xl-pull-15 {
        position: relative;
        right: 62.5%
    }

    .xs-col-xl-push-15 {
        position: relative;
        left: 62.5%
    }

    .xs-col-xl-16 {
        width: 66.66667%
    }

    .xs-col-xl-offset-16 {
        margin-left: 66.66667%
    }

    .xs-col-xl-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .xs-col-xl-push-16 {
        position: relative;
        left: 66.66667%
    }

    .xs-col-xl-17 {
        width: 70.83333%
    }

    .xs-col-xl-offset-17 {
        margin-left: 70.83333%
    }

    .xs-col-xl-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .xs-col-xl-push-17 {
        position: relative;
        left: 70.83333%
    }

    .xs-col-xl-18 {
        width: 75%
    }

    .xs-col-xl-offset-18 {
        margin-left: 75%
    }

    .xs-col-xl-pull-18 {
        position: relative;
        right: 75%
    }

    .xs-col-xl-push-18 {
        position: relative;
        left: 75%
    }

    .xs-col-xl-19 {
        width: 79.16667%
    }

    .xs-col-xl-offset-19 {
        margin-left: 79.16667%
    }

    .xs-col-xl-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .xs-col-xl-push-19 {
        position: relative;
        left: 79.16667%
    }

    .xs-col-xl-20 {
        width: 83.33333%
    }

    .xs-col-xl-offset-20 {
        margin-left: 83.33333%
    }

    .xs-col-xl-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .xs-col-xl-push-20 {
        position: relative;
        left: 83.33333%
    }

    .xs-col-xl-21 {
        width: 87.5%
    }

    .xs-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .xs-col-xl-pull-21 {
        position: relative;
        right: 87.5%
    }

    .xs-col-xl-push-21 {
        position: relative;
        left: 87.5%
    }

    .xs-col-xl-22 {
        width: 91.66667%
    }

    .xs-col-xl-offset-22 {
        margin-left: 91.66667%
    }

    .xs-col-xl-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .xs-col-xl-push-22 {
        position: relative;
        left: 91.66667%
    }

    .xs-col-xl-23 {
        width: 95.83333%
    }

    .xs-col-xl-offset-23 {
        margin-left: 95.83333%
    }

    .xs-col-xl-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .xs-col-xl-push-23 {
        position: relative;
        left: 95.83333%
    }

    .xs-col-xl-24 {
        width: 100%
    }

    .xs-col-xl-offset-24 {
        margin-left: 100%
    }

    .xs-col-xl-pull-24 {
        position: relative;
        right: 100%
    }

    .xs-col-xl-push-24 {
        position: relative;
        left: 100%
    }
}

.xs-radio, .xs-radio-button, .xs-radio-button__inner, .xs-radio-group, .xs-radio__inner, .xs-radio__input {
    display: inline-block
}

.xs-radio + .xs-radio, xs-radio + xs-radio {
    margin-left: 30px
}

.xs-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: 0
}

.xs-radio.is-bordered {
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px
}

.xs-radio.is-bordered.is-checked {
    border-color: #409EFF
}

.xs-radio.is-bordered.is-disabled {
    cursor: not-allowed;
    border-color: #ebeef5
}

.xs-radio.is-bordered + .xs-radio.is-bordered {
    margin-left: 10px
}

.xs-radio--medium.is-bordered {
    padding: 10px 20px 0 10px;
    border-radius: 4px;
    height: 36px
}

.xs-radio--mini.is-bordered .xs-radio__label, .xs-radio--small.is-bordered .xs-radio__label {
    font-size: 12px
}

.xs-radio--medium.is-bordered .xs-radio__inner {
    height: 14px;
    width: 14px
}

.xs-radio--small.is-bordered {
    padding: 8px 15px 0 10px;
    border-radius: 3px;
    height: 32px
}

.xs-radio--small.is-bordered .xs-radio__inner {
    height: 12px;
    width: 12px
}

.xs-radio--mini.is-bordered {
    padding: 6px 15px 0 10px;
    border-radius: 3px;
    height: 28px
}

.xs-radio--mini.is-bordered .xs-radio__inner {
    height: 12px;
    width: 12px
}

.xs-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle
}

.xs-radio__input.is-disabled .xs-radio__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    cursor: not-allowed
}

.xs-radio__input.is-disabled .xs-radio__inner::after {
    cursor: not-allowed;
    background-color: #f5f7fa
}

.xs-radio__input.is-disabled .xs-radio__inner + .xs-radio__label {
    cursor: not-allowed
}

.xs-radio__input.is-disabled.is-checked .xs-radio__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed
}

.xs-radio__input.is-disabled.is-checked .xs-radio__inner::after {
    background-color: #c0c4cc
}

.xs-radio__input.is-disabled + span.xs-radio__label {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-radio__input.is-checked .xs-radio__inner {
    border-color: #409EFF;
    background: #409EFF
}

.xs-radio__input.is-checked .xs-radio__inner::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.xs-radio__input.is-checked + .xs-radio__label {
    color: #409EFF
}

.xs-radio__input.is-focus .xs-radio__inner {
    border-color: #409EFF
}

.xs-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-radio__inner:hover {
    border-color: #409EFF
}

.xs-radio__inner::after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in
}

.xs-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.xs-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .xs-radio__inner {
    -webkit-box-shadow: 0 0 2px 2px #409EFF;
    box-shadow: 0 0 2px 2px #409EFF
}

.xs-radio__label {
    font-size: 14px;
    padding-left: 10px
}

.xs-radio-group {
    line-height: 1;
    vertical-align: middle;
    font-size: 0
}

.xs-radio-button {
    position: relative;
    outline: 0
}

.xs-radio-button__inner {
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #dcdfe6;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0
}

.xs-radio-button__inner.is-round {
    padding: 12px 20px
}

.xs-radio-button__inner:hover {
    color: #409EFF
}

.xs-radio-button__inner [class*=xs-icon-] {
    line-height: .9
}

.xs-radio-button__inner [class*=xs-icon-] + span {
    margin-left: 5px
}

.xs-radio-button:first-child .xs-radio-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.xs-radio-button__orig-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1
}

.xs-radio-button__orig-radio:checked + .xs-radio-button__inner {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
    -webkit-box-shadow: -1px 0 0 0 #409EFF;
    box-shadow: -1px 0 0 0 #409EFF
}

.xs-radio-button__orig-radio:disabled + .xs-radio-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs-radio-button__orig-radio:disabled:checked + .xs-radio-button__inner {
    background-color: #f2f6fc
}

.xs-radio-button:last-child .xs-radio-button__inner {
    border-radius: 0 4px 4px 0
}

.xs-radio-button:first-child:last-child .xs-radio-button__inner {
    border-radius: 4px
}

.xs-radio-button--medium .xs-radio-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0
}

.xs-radio-button--medium .xs-radio-button__inner.is-round {
    padding: 10px 20px
}

.xs-radio-button--small .xs-radio-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0
}

.xs-radio-button--small .xs-radio-button__inner.is-round {
    padding: 9px 15px
}

.xs-radio-button--mini .xs-radio-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0
}

.xs-radio-button--mini .xs-radio-button__inner.is-round {
    padding: 7px 15px
}

.xs-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: 0 0 2px 2px #409EFF;
    box-shadow: 0 0 2px 2px #409EFF
}

.xs-message-box, .xs-notification, .xs-picker-panel, .xs-popover, .xs-select-dropdown, .xs-table-filter, .xs-time-panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.xs-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0
}

.xs-select-dropdown.is-multiple .xs-select-dropdown__item.selected {
    color: #409EFF;
    background-color: #fff
}

.xs-select-dropdown.is-multiple .xs-select-dropdown__item.selected.hover {
    background-color: #f5f7fa
}

.xs-select-dropdown.is-multiple .xs-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\E611";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.xs-select-dropdown .xs-scrollbar.is-empty .xs-select-dropdown__list {
    padding: 0
}

.xs-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.xs-select-dropdown__wrap {
    max-height: 274px
}

.xs-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.xs-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-select-dropdown__item.is-disabled:hover {
    background-color: #fff
}

.xs-select-dropdown__item.hover, .xs-select-dropdown__item:hover {
    background-color: #f5f7fa
}

.xs-select-dropdown__item.selected {
    color: #409EFF;
    font-weight: 700
}

.xs-select-group {
    margin: 0;
    padding: 0
}

.xs-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.xs-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.xs-select-group__wrap:not(:last-of-type)::after {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed
}

.xs-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px
}

.xs-select-group .xs-select-dropdown__item {
    padding-left: 20px
}

.xs-select {
    display: inline-block;
    position: relative
}

.xs-select .xs-select__tags > span {
    display: contents
}

.xs-select:hover .xs-input__inner {
    border-color: #c0c4cc
}

.xs-select .xs-input__inner {
    cursor: pointer;
    padding-right: 35px
}

.xs-select .xs-input__inner:focus {
    border-color: #409EFF
}

.xs-select .xs-input .xs-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer
}

.xs-select .xs-input.is-disabled .xs-input__inner, .xs-select .xs-input.is-disabled .xs-select__caret {
    cursor: not-allowed
}

.xs-select .xs-input .xs-select__caret.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
}

.xs-select .xs-input .xs-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.xs-select .xs-input .xs-select__caret.is-show-close:hover {
    color: #909399
}

.xs-select .xs-input.is-disabled .xs-input__inner:hover {
    border-color: #e4e7ed
}

.xs-select .xs-input.is-disabled .xs-select__caret:hover {
    border-color: #e4e7ed
}

.xs-select .xs-input.is-focus .xs-input__inner {
    border-color: #409EFF
}

.xs-select > .xs-input {
    display: block
}

.xs-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent
}

.xs-select__input.is-mini {
    height: 14px
}

.xs-switch, .xs-switch__label {
    height: 20px;
    font-size: 14px;
    vertical-align: middle
}

.xs-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px
}

.xs-select__close:hover {
    color: #909399
}

.xs-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xs-alert, .xs-message, .xs-range-editor.xs-input__inner, .xs-switch {
    -webkit-box-align: center
}

.xs-select .xs-tag__close {
    margin-top: -2px
}

.xs-select .xs-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5
}

.xs-date-table td, .xs-switch__core {
    -webkit-box-sizing: border-box;
    cursor: pointer
}

.xs-select .xs-tag__close.xs-icon-close {
    background-color: #c0c4cc;
    right: -7px;
    top: 0;
    color: #fff
}

.xs-select .xs-tag__close.xs-icon-close:hover {
    background-color: #909399
}

.xs-select .xs-tag__close.xs-icon-close::before {
    display: block;
    -webkit-transform: translate(0, .5px);
    transform: translate(0, .5px)
}

.xs-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 20px
}

.xs-switch.is-disabled .xs-switch__core, .xs-switch.is-disabled .xs-switch__label {
    cursor: not-allowed
}

.xs-switch__label {
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    color: #303133
}

.xs-switch__label.is-active {
    color: #409EFF
}

.xs-switch__label--left {
    margin-right: 10px
}

.xs-switch__label--right {
    margin-left: 10px
}

.xs-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

.xs-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0
}

.xs-switch__core {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #dcdfe6;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
    vertical-align: middle
}

.xs-switch__core:after {
    content: "";
    position: absolute;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
    top: 50%;
    margin-top: -8px
}

.xs-switch.is-checked .xs-switch__core {
    border-color: #409EFF;
    background-color: #409EFF
}

.xs-date-table td.in-range div, .xs-date-table td.in-range div:hover, .xs-date-table.is-week-mode .xs-date-table__row.current div, .xs-date-table.is-week-mode .xs-date-table__row:hover div {
    background-color: #f2f6fc
}

.xs-switch.is-checked .xs-switch__core::after {
    left: 100%;
    margin-left: -17px
}

.xs-switch.is-disabled {
    opacity: .6
}

.xs-switch--wide .xs-switch__label.xs-switch__label--left span {
    left: 10px
}

.xs-switch--wide .xs-switch__label.xs-switch__label--right span {
    right: 10px
}

.xs-switch .label-fade-enter, .xs-switch .label-fade-leave-active {
    opacity: 0
}

.xs-date-table {
    font-size: 12px;
    user-select: none
}

.xs-date-table.is-week-mode .xs-date-table__row:hover td.available:hover {
    color: #606266
}

.xs-date-table.is-week-mode .xs-date-table__row:hover td:first-child div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.xs-date-table.is-week-mode .xs-date-table__row:hover td:last-child div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.xs-date-table td {
    width: 32px;
    height: 30px;
    padding: 4px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.xs-date-table td div {
    height: 30px;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-date-table td span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%
}

.xs-month-table td .cell, .xs-year-table td .cell {
    width: 48px;
    height: 32px;
    line-height: 32px;
    display: block
}

.xs-date-table td.next-month, .xs-date-table td.prev-month {
    color: #c0c4cc
}

.xs-date-table td.today {
    position: relative
}

.xs-date-table td.today span {
    color: #409EFF;
    font-weight: 700
}

.xs-date-table td.today.end-date span, .xs-date-table td.today.start-date span {
    color: #fff
}

.xs-date-table td.available:hover {
    color: #409EFF
}

.xs-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #409EFF
}

.xs-date-table td.end-date div, .xs-date-table td.start-date div {
    color: #fff
}

.xs-date-table td.end-date span, .xs-date-table td.start-date span {
    background-color: #409EFF
}

.xs-date-table td.start-date div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.xs-date-table td.end-date div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.xs-date-table td.disabled div {
    background-color: #f5f7fa;
    opacity: 1;
    cursor: not-allowed;
    color: #c0c4cc
}

.xs-date-table td.selected div {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f2f6fc;
    border-radius: 15px
}

.xs-date-table td.selected div:hover {
    background-color: #f2f6fc
}

.xs-date-table td.selected span {
    background-color: #409EFF;
    color: #fff;
    border-radius: 15px
}

.xs-date-table td.week {
    font-size: 80%;
    color: #606266
}

.xs-date-table th {
    padding: 5px;
    color: #606266;
    font-weight: 400;
    border-bottom: solid 1px #ebeef5
}

.xs-month-table {
    font-size: 12px;
    margin: -1px;
    border-collapse: collapse
}

.xs-month-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer
}

.xs-month-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc
}

.xs-month-table td.disabled .cell:hover {
    color: #c0c4cc
}

.xs-month-table td .cell {
    color: #606266;
    margin: 0 auto
}

.xs-month-table td .cell:hover, .xs-month-table td.current:not(.disabled) .cell {
    color: #409EFF
}

.xs-year-table {
    font-size: 12px;
    margin: -1px;
    border-collapse: collapse
}

.xs-year-table .xs-icon {
    color: #303133
}

.xs-year-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer
}

.xs-year-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc
}

.xs-year-table td.disabled .cell:hover {
    color: #c0c4cc
}

.xs-year-table td .cell {
    color: #606266;
    margin: 0 auto
}

.xs-year-table td .cell:hover, .xs-year-table td.current:not(.disabled) .cell {
    color: #409EFF
}

.xs-time-spinner.has-seconds .xs-time-spinner__wrapper {
    width: 33.3%
}

.xs-time-spinner__wrapper {
    max-height: 190px;
    overflow: auto;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative
}

.xs-time-spinner__wrapper .xs-scrollbar__wrap:not(.xs-scrollbar__wrap--hidden-default) {
    padding-bottom: 15px
}

.xs-time-spinner__input.xs-input .xs-input__inner, .xs-time-spinner__list {
    padding: 0;
    text-align: center
}

.xs-time-spinner__wrapper.is-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.xs-time-spinner__wrapper.is-arrow .xs-time-spinner__list {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px)
}

.xs-time-spinner__wrapper.is-arrow .xs-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #fff;
    cursor: default
}

.xs-time-spinner__arrow {
    font-size: 12px;
    color: #909399;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.xs-time-spinner__arrow:hover {
    color: #409EFF
}

.xs-time-spinner__arrow.xs-icon-arrow-up {
    top: 10px
}

.xs-time-spinner__arrow.xs-icon-arrow-down {
    bottom: 10px
}

.xs-time-spinner__input.xs-input {
    width: 70%
}

.xs-time-spinner__list {
    margin: 0;
    list-style: none
}

.xs-time-spinner__list::after, .xs-time-spinner__list::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px
}

.xs-time-spinner__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #606266
}

.xs-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #f5f7fa;
    cursor: pointer
}

.xs-time-spinner__item.active:not(.disabled) {
    color: #303133;
    font-weight: 700
}

.xs-time-spinner__item.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-date-range-picker {
    width: 646px
}

.xs-date-range-picker.has-sidebar {
    width: 756px
}

.xs-date-range-picker table {
    table-layout: fixed;
    width: 100%
}

.xs-date-range-picker .xs-picker-panel__body {
    min-width: 513px
}

.xs-date-range-picker .xs-picker-panel__content {
    margin: 0
}

.xs-date-range-picker__header {
    position: relative;
    text-align: center;
    height: 28px
}

.xs-date-range-picker__header [class*=arrow-left] {
    float: left
}

.xs-date-range-picker__header [class*=arrow-right] {
    float: right
}

.xs-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px
}

.xs-date-range-picker__content {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 16px
}

.xs-date-range-picker__content.is-left {
    border-right: 1px solid #e4e4e4
}

.xs-date-range-picker__content.is-right .xs-date-range-picker__header div {
    margin-left: 50px;
    margin-right: 50px
}

.xs-date-range-picker__editors-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell
}

.xs-date-range-picker__editors-wrap.is-right {
    text-align: right
}

.xs-date-range-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-date-range-picker__time-header > .xs-icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    color: #303133
}

.xs-date-range-picker__time-picker-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.xs-date-range-picker__time-picker-wrap .xs-picker-panel {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
    background: #fff
}

.xs-time-range-picker {
    width: 354px;
    overflow: visible
}

.xs-time-range-picker__content {
    position: relative;
    text-align: center;
    padding: 10px
}

.xs-time-range-picker__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%;
    display: inline-block
}

.xs-time-range-picker__header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px
}

.xs-time-range-picker__body {
    border-radius: 2px;
    border: 1px solid #e4e7ed
}

.xs-time-panel {
    margin: 5px 0;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    position: absolute;
    width: 180px;
    z-index: 1000;
    user-select: none
}

.xs-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.xs-time-panel__content::after, .xs-time-panel__content::before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -15px;
    height: 32px;
    z-index: -1;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: left;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed
}

.xs-time-panel__content::after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%
}

.xs-time-panel__content::before {
    padding-left: 50%;
    margin-right: 12%;
    margin-left: 12%
}

.xs-time-panel__content.has-seconds::after {
    left: calc(100% / 3 * 2)
}

.xs-time-panel__content.has-seconds::before {
    padding-left: calc(100% / 3)
}

.xs-time-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    height: 36px;
    line-height: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-time-panel__btn {
    border: none;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: #303133
}

.xs-time-panel__btn.confirm {
    font-weight: 800;
    color: #409EFF
}

.xs-date-editor {
    position: relative;
    display: inline-block;
    text-align: left
}

.xs-date-editor.xs-input, .xs-date-editor.xs-input__inner {
    width: 220px
}

.xs-date-editor--daterange.xs-input, .xs-date-editor--daterange.xs-input__inner, .xs-date-editor--timerange.xs-input, .xs-date-editor--timerange.xs-input__inner {
    width: 350px
}

.xs-date-editor--datetimerange.xs-input, .xs-date-editor--datetimerange.xs-input__inner {
    width: 400px
}

.xs-date-editor--dates .xs-input__inner {
    text-overflow: ellipsis;
    white-space: nowrap
}

.xs-date-editor .xs-icon-circle-close {
    cursor: pointer
}

.xs-date-editor .xs-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #c0c4cc;
    float: left;
    line-height: 32px
}

.xs-date-editor .xs-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: center;
    font-size: 14px;
    color: #606266
}

.xs-date-editor .xs-range-input::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-date-editor .xs-range-input::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-date-editor .xs-range-input::placeholder {
    color: #c0c4cc
}

.xs-date-editor .xs-range-separator {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    width: 5%;
    color: #303133
}

.xs-date-editor .xs-range__close-icon {
    font-size: 14px;
    color: #c0c4cc;
    width: 25px;
    display: inline-block;
    float: right;
    line-height: 32px
}

.xs-range-editor.xs-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px
}

.xs-range-editor .xs-range-input {
    line-height: 1
}

.xs-range-editor.is-active, .xs-range-editor.is-active:hover {
    border-color: #409EFF
}

.xs-range-editor--medium.xs-input__inner {
    height: 36px
}

.xs-range-editor--medium .xs-range-separator {
    line-height: 28px;
    font-size: 14px
}

.xs-range-editor--medium .xs-range-input {
    font-size: 14px
}

.xs-range-editor--medium .xs-range__close-icon, .xs-range-editor--medium .xs-range__icon {
    line-height: 28px
}

.xs-range-editor--small.xs-input__inner {
    height: 32px
}

.xs-range-editor--small .xs-range-separator {
    line-height: 24px;
    font-size: 13px
}

.xs-range-editor--small .xs-range-input {
    font-size: 13px
}

.xs-range-editor--small .xs-range__close-icon, .xs-range-editor--small .xs-range__icon {
    line-height: 24px
}

.xs-range-editor--mini.xs-input__inner {
    height: 28px
}

.xs-range-editor--mini .xs-range-separator {
    line-height: 20px;
    font-size: 12px
}

.xs-range-editor--mini .xs-range-input {
    font-size: 12px
}

.xs-range-editor--mini .xs-range__close-icon, .xs-range-editor--mini .xs-range__icon {
    line-height: 20px
}

.xs-range-editor.is-disabled {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-range-editor.is-disabled:focus, .xs-range-editor.is-disabled:hover {
    border-color: #e4e7ed
}

.xs-range-editor.is-disabled input {
    background-color: #f5f7fa;
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-range-editor.is-disabled input::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-range-editor.is-disabled input::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-range-editor.is-disabled input::placeholder {
    color: #c0c4cc
}

.xs-range-editor.is-disabled .xs-range-separator {
    color: #c0c4cc
}

.xs-picker-panel {
    color: #606266;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    margin: 5px 0
}

.xs-picker-panel__body-wrapper::after, .xs-picker-panel__body::after {
    content: "";
    display: table;
    clear: both
}

.xs-picker-panel__content {
    position: relative;
    margin: 15px
}

.xs-picker-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    text-align: right;
    background-color: #fff;
    position: relative;
    font-size: 0
}

.xs-picker-panel__shortcut {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #606266;
    padding-left: 12px;
    text-align: left;
    outline: 0;
    cursor: pointer
}

.xs-picker-panel__shortcut:hover {
    color: #409EFF
}

.xs-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: #409EFF
}

.xs-picker-panel__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px
}

.xs-picker-panel__btn[disabled] {
    color: #ccc;
    cursor: not-allowed
}

.xs-picker-panel__icon-btn {
    font-size: 12px;
    color: #303133;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 8px
}

.xs-picker-panel__icon-btn:hover {
    color: #409EFF
}

.xs-picker-panel__icon-btn.is-disabled {
    color: #bbb
}

.xs-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed
}

.xs-picker-panel__link-btn {
    vertical-align: middle
}

.xs-picker-panel [slot=sidebar], .xs-picker-panel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    border-right: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    background-color: #fff;
    overflow: auto
}

.xs-picker-panel [slot=sidebar] + .xs-picker-panel__body, .xs-picker-panel__sidebar + .xs-picker-panel__body {
    margin-left: 110px
}

.xs-date-picker {
    width: 322px
}

.xs-date-picker.has-sidebar.has-time {
    width: 434px
}

.xs-date-picker.has-sidebar {
    width: 438px
}

.xs-date-picker.has-time .xs-picker-panel__body-wrapper {
    position: relative
}

.xs-date-picker .xs-picker-panel__content {
    width: 292px
}

.xs-date-picker table {
    table-layout: fixed;
    width: 100%
}

.xs-date-picker__editor-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.xs-date-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-date-picker__header {
    margin: 12px;
    text-align: center
}

.xs-date-picker__header--bordered {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: solid 1px #ebeef5
}

.xs-date-picker__header--bordered + .xs-picker-panel__content {
    margin-top: 0
}

.xs-date-picker__header-label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: #606266
}

.xs-date-picker__header-label.active, .xs-date-picker__header-label:hover {
    color: #409EFF
}

.xs-date-picker__prev-btn {
    float: left
}

.xs-date-picker__next-btn {
    float: right
}

.xs-date-picker__time-wrap {
    padding: 10px;
    text-align: center
}

.xs-date-picker__time-label {
    float: left;
    cursor: pointer;
    line-height: 30px;
    margin-left: 10px
}

.xs-scrollbar {
    overflow: hidden;
    position: relative
}

.xs-scrollbar:active > .xs-scrollbar__bar, .xs-scrollbar:focus > .xs-scrollbar__bar, .xs-scrollbar:hover > .xs-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity 340ms ease-out;
    transition: opacity 340ms ease-out
}

.xs-scrollbar__wrap {
    overflow: scroll;
    height: 100%
}

.xs-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0
}

.xs-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.xs-progress__text, xs-time-select {
    display: inline-block
}

.xs-scrollbar__thumb:hover {
    background-color: rgba(144, 147, 153, .5)
}

.time-select-item:hover, .xs-upload-list__item:hover {
    background-color: #f5f7fa
}

.xs-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out
}

.xs-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px
}

.xs-scrollbar__bar.is-vertical > div {
    width: 100%
}

.xs-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px
}

.xs-scrollbar__bar.is-horizontal > div {
    height: 100%
}

xs-time-select + xs-time-select {
    margin-left: 20px
}

.time-select {
    margin: 5px 0;
    min-width: 0
}

.time-select .xs-picker-panel__content {
    max-height: 200px;
    margin: 0
}

.time-select-item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.time-select-item.selected:not(.disabled) {
    color: #409EFF;
    font-weight: 700
}

.time-select-item.disabled {
    color: #e4e7ed;
    cursor: not-allowed
}

.time-select-item:hover {
    font-weight: 700;
    cursor: pointer
}

.xs-progress {
    position: relative;
    line-height: 1
}

.xs-progress__text {
    font-size: 14px;
    color: #606266;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1
}

.xs-progress__text i {
    vertical-align: middle;
    display: block
}

.xs-progress--circle {
    display: inline-block
}

.xs-progress--circle .xs-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.xs-progress--circle .xs-progress__text i {
    vertical-align: middle;
    display: inline-block
}

.xs-progress--without-text .xs-progress__text {
    display: none
}

.xs-progress--without-text .xs-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block
}

.xs-progress--text-inside .xs-progress-bar {
    padding-right: 0;
    margin-right: 0
}

.xs-progress.is-success .xs-progress-bar__inner {
    background-color: #67c23a
}

.xs-progress.is-success .xs-progress__text {
    color: #67c23a
}

.xs-progress.is-exception .xs-progress-bar__inner {
    background-color: #f56c6c
}

.xs-progress.is-exception .xs-progress__text {
    color: #f56c6c
}

.xs-progress-bar {
    padding-right: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: #ebeef5;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.xs-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #409EFF;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap
}

.xs-progress-bar__inner::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.xs-progress-bar__innerText {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: 0 5px
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 32px 0
    }
}

@keyframes progress {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 32px 0
    }
}

.xs-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.xs-upload__input {
    display: none
}

.xs-upload__tip {
    font-size: 12px;
    color: #606266;
    margin-top: 7px
}

.xs-upload iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.xs-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    cursor: pointer;
    line-height: 146px;
    vertical-align: top
}

.xs-upload-dragger, .xs-upload-list__item {
    position: relative;
    -webkit-box-sizing: border-box
}

.xs-upload--picture-card i {
    font-size: 28px;
    color: #8c939d
}

.xs-upload--picture-card:hover, .xs-upload:focus {
    border-color: #409EFF;
    color: #409EFF
}

.xs-upload:focus .xs-upload-dragger {
    border-color: #409EFF
}

.xs-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.xs-upload-dragger .xs-icon-upload {
    font-size: 67px;
    color: #c0c4cc;
    margin: 40px 0 16px;
    line-height: 50px
}

.xs-upload-dragger + .xs-upload__tip {
    text-align: center
}

.xs-upload-dragger ~ .xs-upload__files {
    border-top: 1px solid #dcdfe6;
    margin-top: 7px;
    padding-top: 5px
}

.xs-upload-dragger .xs-upload__text {
    color: #606266;
    font-size: 14px;
    text-align: center
}

.xs-upload-dragger .xs-upload__text em {
    color: #409EFF;
    font-style: normal
}

.xs-upload-dragger:hover {
    border-color: #409EFF
}

.xs-upload-dragger.is-dragover {
    background-color: rgba(32, 159, 255, .06);
    border: 2px dashed #409EFF
}

.xs-upload-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.xs-upload-list__item {
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%
}

.xs-alert--success, .xs-alert--success .xs-alert__description, .xs-upload-list__item .xs-icon-upload-success {
    color: #67c23a
}

.xs-upload-list__item .xs-progress {
    position: absolute;
    top: 20px;
    width: 100%
}

.xs-upload-list__item .xs-progress__text {
    position: absolute;
    right: 0;
    top: -13px
}

.xs-upload-list__item .xs-progress-bar {
    margin-right: 0;
    padding-right: 0
}

.xs-upload-list__item:first-child {
    margin-top: 10px
}

.xs-upload-list__item .xs-icon-close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .75;
    color: #606266
}

.xs-upload-list__item .xs-icon-close:hover {
    opacity: 1
}

.xs-upload-list__item .xs-icon-close-tip {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    color: #409EFF
}

.xs-upload-list__item:hover .xs-icon-close {
    display: inline-block
}

.xs-upload-list__item:hover .xs-progress__text {
    display: none
}

.xs-upload-list__item.is-success .xs-upload-list__item-status-label {
    display: block
}

.xs-upload-list__item.is-success .xs-upload-list__item-name:focus, .xs-upload-list__item.is-success .xs-upload-list__item-name:hover {
    color: #409EFF;
    cursor: pointer
}

.xs-upload-list__item.is-success:focus:not(:hover) .xs-icon-close-tip {
    display: inline-block
}

.xs-upload-list__item.is-success:active, .xs-upload-list__item.is-success:not(.focusing):focus {
    outline-width: 0
}

.xs-upload-list__item.is-success:active .xs-icon-close-tip, .xs-upload-list__item.is-success:focus .xs-upload-list__item-status-label, .xs-upload-list__item.is-success:hover .xs-upload-list__item-status-label, .xs-upload-list__item.is-success:not(.focusing):focus .xs-icon-close-tip {
    display: none
}

.xs-upload-list.is-disabled .xs-upload-list__item:hover .xs-upload-list__item-status-label {
    display: block
}

.xs-upload-list__item-name {
    color: #606266;
    display: block;
    margin-right: 40px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap
}

.xs-upload-list__item-name [class^=xs-icon] {
    height: 100%;
    margin-right: 7px;
    color: #909399;
    line-height: inherit
}

.xs-upload-list__item-status-label {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
    display: none
}

.xs-upload-list__item-delete {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #606266;
    display: none
}

.xs-upload-list__item-delete:hover {
    color: #409EFF
}

.xs-upload-list--picture-card {
    margin: 0;
    display: inline;
    vertical-align: top
}

.xs-upload-list--picture-card .xs-upload-list__item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    display: inline-block
}

.xs-upload-list--picture-card .xs-upload-list__item .xs-icon-check, .xs-upload-list--picture-card .xs-upload-list__item .xs-icon-circle-check {
    color: #fff
}

.xs-upload-list--picture-card .xs-upload-list__item .xs-icon-close, .xs-upload-list--picture-card .xs-upload-list__item:hover .xs-upload-list__item-status-label {
    display: none
}

.xs-upload-list--picture-card .xs-upload-list__item:hover .xs-progress__text {
    display: block
}

.xs-upload-list--picture-card .xs-upload-list__item-name {
    display: none
}

.xs-upload-list--picture-card .xs-upload-list__item-thumbnail {
    width: 100%;
    height: 100%
}

.xs-upload-list--picture-card .xs-upload-list__item-status-label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2)
}

.xs-upload-list--picture-card .xs-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.xs-upload-list--picture-card .xs-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.xs-upload-list--picture-card .xs-upload-list__item-actions::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.xs-upload-list--picture-card .xs-upload-list__item-actions span {
    display: none;
    cursor: pointer
}

.xs-upload-list--picture-card .xs-upload-list__item-actions span + span {
    margin-left: 15px
}

.xs-upload-list--picture-card .xs-upload-list__item-actions .xs-upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit
}

.xs-upload-list--picture-card .xs-upload-list__item-actions:hover {
    opacity: 1
}

.xs-upload-list--picture-card .xs-upload-list__item-actions:hover span {
    display: inline-block
}

.xs-upload-list--picture-card .xs-progress {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 126px
}

.xs-upload-list--picture-card .xs-progress .xs-progress__text {
    top: 50%
}

.xs-upload-list--picture .xs-upload-list__item {
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 10px 10px 90px;
    height: 92px
}

.xs-upload-list--picture .xs-upload-list__item .xs-icon-check, .xs-upload-list--picture .xs-upload-list__item .xs-icon-circle-check {
    color: #fff
}

.xs-upload-list--picture .xs-upload-list__item:hover .xs-upload-list__item-status-label {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -2px;
    right: -12px
}

.xs-upload-list--picture .xs-upload-list__item:hover .xs-progress__text {
    display: block
}

.xs-upload-list--picture .xs-upload-list__item.is-success .xs-upload-list__item-name {
    line-height: 70px;
    margin-top: 0
}

.xs-upload-list--picture .xs-upload-list__item.is-success .xs-upload-list__item-name i {
    display: none
}

.xs-upload-list--picture .xs-upload-list__item-thumbnail {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -80px
}

.xs-upload-list--picture .xs-upload-list__item-name {
    display: block;
    margin-top: 20px
}

.xs-upload-list--picture .xs-upload-list__item-name i {
    font-size: 70px;
    line-height: 1;
    position: absolute;
    left: 9px;
    top: 10px
}

.xs-upload-list--picture .xs-upload-list__item-status-label {
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
    height: 26px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc
}

.xs-upload-list--picture .xs-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.xs-upload-list--picture .xs-progress {
    position: relative;
    top: -7px
}

.xs-upload-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    cursor: default
}

.xs-upload-cover::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.xs-upload-cover img {
    display: block;
    width: 100%;
    height: 100%
}

.xs-upload-cover__label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2)
}

.xs-upload-cover__label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff
}

.xs-upload-cover__progress {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 243px
}

.xs-upload-cover__progress + .xs-upload__inner {
    opacity: 0
}

.xs-upload-cover__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.xs-upload-cover__interact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .72);
    text-align: center
}

.xs-upload-cover__interact .btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    margin-top: 60px
}

.xs-upload-cover__interact .btn span {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.xs-upload-cover__interact .btn:not(:first-child) {
    margin-left: 35px
}

.xs-upload-cover__interact .btn:hover {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px)
}

.xs-upload-cover__interact .btn:hover span {
    opacity: 1
}

.xs-upload-cover__interact .btn i {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px
}

.xs-upload-cover__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    color: #303133
}

.xs-upload-cover + .xs-upload__inner {
    opacity: 0;
    position: relative;
    z-index: 1
}

xs-alert + xs-alert .xs-alert {
    margin-top: 20px
}

.xs-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.xs-dialog, .xs-dialog__footer {
    -webkit-box-sizing: border-box
}

.xs-alert.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xs-alert--success {
    background-color: #f0f9eb
}

.xs-alert--info, .xs-alert--info .xs-alert__description, .xs-dialog__headerbtn .xs-dialog__close {
    color: #909399
}

.xs-alert--info {
    background-color: #f4f4f5
}

.xs-alert--warning {
    background-color: #fdf6ec;
    color: #e6a23c
}

.xs-alert--warning .xs-alert__description {
    color: #e6a23c
}

.xs-alert--error {
    background-color: #fef0f0;
    color: #f56c6c
}

.xs-alert--error .xs-alert__description {
    color: #f56c6c
}

.xs-alert__content {
    display: table-cell;
    padding: 0 8px;
    float: left
}

.xs-alert__icon {
    font-size: 16px;
    width: 16px;
    float: left
}

.xs-alert__icon.is-big {
    font-size: 28px;
    width: 28px
}

.xs-alert__title {
    font-size: 13px;
    line-height: 18px
}

.xs-alert__title.is-bold {
    font-weight: 700
}

.xs-alert .xs-alert__description {
    font-size: 12px;
    margin: 5px 0 0
}

.xs-alert__closebtn {
    font-size: 12px;
    color: #c0c4cc;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer
}

.xs-alert__closebtn.is-customed {
    font-style: normal;
    font-size: 13px;
    top: 9px
}

.xs-alert-fade-enter, .xs-alert-fade-leave-active {
    opacity: 0
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes v-modal-out {
    100% {
        opacity: 0
    }
}

.xs-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%
}

.xs-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto
}

.xs-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0
}

.xs-dialog__header {
    padding: 20px 20px 10px
}

.xs-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px
}

.xs-dialog__headerbtn:focus .xs-dialog__close, .xs-dialog__headerbtn:hover .xs-dialog__close {
    color: #409EFF
}

.xs-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133
}

.xs-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px
}

.xs-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box
}

.xs-form-item__label, .xs-table {
    -webkit-box-sizing: border-box;
    font-size: 14px
}

.xs-dialog--center {
    text-align: center
}

.xs-dialog--center .xs-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px
}

.xs-dialog--center .xs-dialog__footer {
    text-align: inherit
}

.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in .3s;
    animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out .3s;
    animation: dialog-fade-out .3s
}

@-webkit-keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

@keyframes dialog-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.xs-form--label-left .xs-form-item__label {
    text-align: left
}

.xs-form--label-top .xs-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px
}

.xs-form--inline .xs-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.xs-form--inline .xs-form-item__label {
    float: none;
    display: inline-block
}

.xs-form--inline .xs-form-item__content {
    display: inline-block;
    vertical-align: top
}

.xs-form--inline.xs-form--label-top .xs-form-item__content {
    display: block
}

.xs-form-item {
    margin-bottom: 22px
}

.xs-form-item::after, .xs-form-item::before {
    display: table;
    content: ""
}

.xs-form-item::after {
    clear: both
}

.xs-form-item .xs-form-item {
    margin-bottom: 0
}

.xs-form-item--mini.xs-form-item, .xs-form-item--small.xs-form-item {
    margin-bottom: 18px
}

.xs-form-item .xs-input__validateIcon {
    display: none
}

.xs-color-dropdown__main-wrapper::after, .xs-form-item__content::after, .xs-form-item__content::before {
    content: "";
    display: table
}

.xs-form-item--medium .xs-form-item__content, .xs-form-item--medium .xs-form-item__label {
    line-height: 36px
}

.xs-form-item--small .xs-form-item__content, .xs-form-item--small .xs-form-item__label {
    line-height: 32px
}

.xs-form-item--small .xs-form-item__error {
    padding-top: 2px
}

.xs-form-item--mini .xs-form-item__content, .xs-form-item--mini .xs-form-item__label {
    line-height: 28px
}

.xs-tooltip__popper[Xplacement=top], .xs-tooltip__popper[Xplacement=top-start], .xs-tooltip__popper[Xplacement=top-end] {
    /*margin-bottom: 12px*/
}

.xs-form-item--mini .xs-form-item__error {
    padding-top: 1px
}

.xs-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.xs-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px
}

.xs-form-item__content::after {
    clear: both
}

.xs-form-item__content .xs-input-group {
    vertical-align: middle
}

.xs-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0
}

.xs-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.xs-form-item.is-required:not(.is-no-asterisk) > .xs-form-item__label:before {
    content: '*';
    color: #f56c6c;
    margin-right: 4px
}

.xs-popper[Xplacement=left], .xs-popper[Xplacement=left-start], .xs-popper[Xplacement=left-end], .xs-tooltip__popper[Xplacement=left], .xs-tooltip__popper[Xplacement=left-start], .xs-tooltip__popper[Xplacement=left-end] {
    margin-right: 12px
}

.xs-form-item.is-error .xs-input__inner, .xs-form-item.is-error .xs-input__inner:focus, .xs-form-item.is-error .xs-textarea__inner, .xs-form-item.is-error .xs-textarea__inner:focus {
    border-color: #f56c6c
}

.xs-form-item.is-error .xs-input-group__append .xs-input__inner, .xs-form-item.is-error .xs-input-group__prepend .xs-input__inner {
    border-color: transparent
}

.xs-form-item.is-error .xs-input__validateIcon {
    color: #f56c6c
}

.xs-form-item.is-success .xs-input__inner, .xs-form-item.is-success .xs-input__inner:focus, .xs-form-item.is-success .xs-textarea__inner, .xs-form-item.is-success .xs-textarea__inner:focus {
    border-color: #67c23a
}

.xs-form-item.is-success .xs-input-group__append .xs-input__inner, .xs-form-item.is-success .xs-input-group__prepend .xs-input__inner {
    border-color: transparent
}

.xs-form-item.is-success .xs-input__validateIcon {
    color: #67c23a
}

.xs-form-item--feedback .xs-input__validateIcon {
    display: inline-block
}

.xs-tooltip:focus:hover, .xs-tooltip:focus:not(.focusing) {
    outline-width: 0
}

.xs-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px
}

.xs-tooltip__popper .popper__arrow, .xs-tooltip__popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.xs-tooltip__popper .popper__arrow {
    border-width: 6px
}

.xs-tooltip__popper .popper__arrow::after {
    content: " ";
    border-width: 5px
}

.xs-tooltip__popper[Xplacement=top] .popper__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-start] .popper__arrow {
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-start] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-end] .popper__arrow {
    right: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-end] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=bottom] {
    /*margin-top: 12px*/
    margin-top: -12px;
}

.xs-tooltip__popper[Xplacement=bottom] .popper__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-end] {
    margin-top: 12px
}

.xs-tooltip__popper[Xplacement=bottom-end] .popper__arrow {
    right: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-end] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-start] {
    margin-top: 12px
}

.xs-tooltip__popper[Xplacement=bottom-start] .popper__arrow {
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-start] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=right], .xs-tooltip__popper[Xplacement=right-start], .xs-tooltip__popper[Xplacement=right-end] {
    margin-left: 12px
}

.xs-tooltip__popper[Xplacement=right] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-start] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-end] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=left] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-start] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-end] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper.is-dark {
    background: #303133;
    color: #fff
}

.xs-table, .xs-table__expanded-cell {
    background-color: #fff
}

.xs-tooltip__popper.is-light {
    background: #fff;
    border: 1px solid #303133
}

.xs-tooltip__popper.is-light[Xplacement^=top] .popper__arrow {
    border-top-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=top] .popper__arrow::after {
    border-top-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=bottom] .popper__arrow {
    border-bottom-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=bottom] .popper__arrow::after {
    border-bottom-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=left] .popper__arrow {
    border-left-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=left] .popper__arrow::after {
    border-left-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=right] .popper__arrow {
    border-right-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=right] .popper__arrow::after {
    border-right-color: #fff
}

.xs-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    color: #606266
}

.xs-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.xs-table__empty-text {
    width: 50%;
    color: #909399
}

.xs-table__expand-column .cell {
    padding: 0;
    text-align: center
}

.xs-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    height: 20px
}

.xs-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.xs-table__expand-icon > .xs-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.xs-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.xs-table__expanded-cell:hover {
    background-color: transparent !important
}

.xs-table--fit {
    border-right: 0;
    border-bottom: 0
}

.xs-table--fit td.gutter, .xs-table--fit th.gutter {
    border-right-width: 1px
}

.xs-table--scrollable-x .xs-table__body-wrapper {
    overflow-x: auto
}

.xs-table--scrollable-y .xs-table__body-wrapper {
    overflow-y: auto
}

.xs-table thead {
    color: #909399;
    font-weight: 500
}

.xs-table thead.is-group th {
    background: #f5f7fa
}

.xs-table th, .xs-table tr {
    background-color: #fff
}

.xs-table td, .xs-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.xs-table td.is-center, .xs-table th.is-center {
    text-align: center
}

.xs-table td.is-right, .xs-table th.is-right {
    text-align: right
}

.xs-table td.gutter, .xs-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.xs-table td.is-hidden > *, .xs-table th.is-hidden > * {
    visibility: hidden
}

.xs-table--medium td, .xs-table--medium th {
    padding: 10px 0
}

.xs-table--small {
    font-size: 12px
}

.xs-table--small td, .xs-table--small th {
    padding: 8px 0
}

.xs-table--mini {
    font-size: 12px
}

.xs-table--mini td, .xs-table--mini th {
    padding: 6px 0
}

.xs-table .cell, .xs-table th div {
    padding-right: 10px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis
}

.xs-table tr input[type=checkbox] {
    margin: 0
}

.xs-table td, .xs-table th.is-leaf {
    border-bottom: 1px solid #ebeef5
}

.xs-table th.is-sortable {
    cursor: pointer
}

.xs-table th {
    white-space: nowrap;
    overflow: hidden;
    user-select: none
}

.xs-table th div {
    display: inline-block;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.xs-table th > .cell {
    position: relative;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-table th > .cell.highlight {
    color: #409EFF
}

.xs-table th.required > div::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle
}

.xs-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xs-table td.gutter {
    width: 0
}

.xs-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    line-height: 23px
}

.xs-table .cell.xs-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.xs-table--border, .xs-table--group {
    border: 1px solid #ebeef5
}

.xs-table--border::after, .xs-table--group::after, .xs-table::before {
    content: '';
    position: absolute;
    background-color: #ebeef5;
    z-index: 1
}

.xs-table--border::after, .xs-table--group::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.xs-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.xs-table--border {
    border-right: none;
    border-bottom: none
}

.xs-table--border.xs-loading-parent--relative {
    border-color: transparent
}

.xs-table--border td, .xs-table--border th, .xs-table__body-wrapper .xs-table--border.is-scrolling-left ~ .xs-table__fixed {
    border-right: 1px solid #ebeef5
}

.xs-table--border td:first-child .cell, .xs-table--border th:first-child .cell {
    padding-left: 10px
}

.xs-table--border th.gutter:last-of-type {
    border-bottom: 1px solid #ebeef5;
    border-bottom-width: 1px
}

.xs-collapse-item__header, .xs-table--border th, .xs-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5
}

.xs-table--hidden {
    visibility: hidden
}

.xs-table__fixed, .xs-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.xs-table__fixed-right::before, .xs-table__fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebeef5;
    z-index: 4
}

.xs-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff
}

.xs-table__fixed-right {
    top: 0;
    left: auto;
    right: 0
}

.xs-table__fixed-right .xs-table__fixed-body-wrapper, .xs-table__fixed-right .xs-table__fixed-footer-wrapper, .xs-table__fixed-right .xs-table__fixed-header-wrapper {
    left: auto;
    right: 0
}

.xs-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.xs-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.xs-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #ebeef5;
    background-color: #f5f7fa;
    color: #606266
}

.xs-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3
}

.xs-table__body-wrapper, .xs-table__footer-wrapper, .xs-table__header-wrapper {
    width: 100%
}

.xs-table__footer-wrapper {
    margin-top: -1px
}

.xs-table__footer-wrapper td {
    border-top: 1px solid #ebeef5
}

.xs-table__body, .xs-table__footer, .xs-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.xs-table__footer-wrapper, .xs-table__header-wrapper {
    overflow: hidden
}

.xs-table__footer-wrapper tbody td, .xs-table__header-wrapper tbody td {
    background-color: #f5f7fa;
    color: #606266
}

.xs-table__body-wrapper {
    overflow: hidden;
    position: relative
}

.xs-table__body-wrapper.is-scrolling-left ~ .xs-table__fixed, .xs-table__body-wrapper.is-scrolling-none ~ .xs-table__fixed, .xs-table__body-wrapper.is-scrolling-none ~ .xs-table__fixed-right, .xs-table__body-wrapper.is-scrolling-right ~ .xs-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs-table__body-wrapper .xs-table--border.is-scrolling-right ~ .xs-table__fixed-right {
    border-left: 1px solid #ebeef5
}

.xs-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative
}

.xs-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px
}

.xs-font, .xs-font--large, .xs-font--small {
    height: 40px;
    line-height: 40px
}

.xs-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px
}

.xs-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px
}

.xs-table .ascending .sort-caret.ascending {
    border-bottom-color: #409EFF
}

.xs-table .descending .sort-caret.descending {
    border-top-color: #409EFF
}

.xs-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.xs-table--striped .xs-table__body tr.xs-table__row--striped td {
    background: #FAFAFA
}

.xs-table--striped .xs-table__body tr.xs-table__row--striped.current-row td, .xs-table__body tr.current-row > td, .xs-table__body tr.hover-row.current-row > td, .xs-table__body tr.hover-row.xs-table__row--striped.current-row > td, .xs-table__body tr.hover-row.xs-table__row--striped > td, .xs-table__body tr.hover-row > td {
    background-color: #ecf5ff
}

.xs-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10
}

.xs-checkbox, .xs-checkbox__input {
    white-space: nowrap;
    display: inline-block;
    position: relative
}

.xs-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.xs-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.xs-checkbox, .xs-checkbox-button__inner {
    color: #606266;
    font-weight: 500;
    -webkit-user-select: none
}

.xs-table--enable-row-transition .xs-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.xs-table--enable-row-hover .xs-table__body tr:hover > td {
    background-color: #f5f7fa
}

.xs-table--fluid-height .xs-table__fixed, .xs-table--fluid-height .xs-table__fixed-right {
    bottom: 0;
    overflow: hidden
}

.xs-checkbox {
    font-size: 14px;
    cursor: pointer;
    user-select: none
}

.xs-button, .xs-checkbox-button__inner {
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none
}

.xs-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px
}

.xs-checkbox.is-bordered.is-checked {
    border-color: #409EFF
}

.xs-checkbox.is-bordered.is-disabled {
    border-color: #ebeef5;
    cursor: not-allowed
}

.xs-checkbox-button__inner, .xs-checkbox__input {
    cursor: pointer;
    vertical-align: middle;
    outline: 0
}

.xs-checkbox.is-bordered + .xs-checkbox.is-bordered {
    margin-left: 10px
}

.xs-checkbox.is-bordered.xs-checkbox--medium {
    padding: 7px 20px 7px 10px;
    border-radius: 4px;
    height: 36px
}

.xs-checkbox.is-bordered.xs-checkbox--medium .xs-checkbox__label {
    line-height: 17px;
    font-size: 14px
}

.xs-checkbox.is-bordered.xs-checkbox--medium .xs-checkbox__inner {
    height: 14px;
    width: 14px
}

.xs-checkbox.is-bordered.xs-checkbox--small {
    padding: 5px 15px 5px 10px;
    border-radius: 3px;
    height: 32px
}

.xs-checkbox.is-bordered.xs-checkbox--small .xs-checkbox__label {
    line-height: 15px;
    font-size: 12px
}

.xs-checkbox.is-bordered.xs-checkbox--small .xs-checkbox__inner {
    height: 12px;
    width: 12px
}

.xs-checkbox.is-bordered.xs-checkbox--small .xs-checkbox__inner::after {
    height: 6px;
    width: 2px
}

.xs-checkbox.is-bordered.xs-checkbox--mini {
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    height: 28px
}

.xs-checkbox.is-bordered.xs-checkbox--mini .xs-checkbox__label {
    line-height: 12px;
    font-size: 12px
}

.xs-checkbox.is-bordered.xs-checkbox--mini .xs-checkbox__inner {
    height: 12px;
    width: 12px
}

.xs-checkbox.is-bordered.xs-checkbox--mini .xs-checkbox__inner::after {
    height: 6px;
    width: 2px
}

.xs-checkbox__input {
    line-height: 1
}

.xs-checkbox__input.is-disabled .xs-checkbox__inner {
    background-color: #edf2fc;
    border-color: #dcdfe6;
    cursor: not-allowed
}

.xs-checkbox__input.is-disabled .xs-checkbox__inner::after {
    cursor: not-allowed;
    border-color: #c0c4cc
}

.xs-checkbox__input.is-disabled .xs-checkbox__inner + .xs-checkbox__label {
    cursor: not-allowed
}

.xs-checkbox__input.is-disabled.is-checked .xs-checkbox__inner {
    background-color: #f2f6fc;
    /*border-color: #dcdfe6*/
}

.xs-checkbox__input.is-disabled.is-checked .xs-checkbox__inner::after {
    border-color: black;
}

.xs-checkbox__input.is-disabled.is-indeterminate .xs-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6
}

.xs-checkbox__input.is-disabled.is-indeterminate .xs-checkbox__inner::before {
    background-color: #c0c4cc;
    border-color: #c0c4cc
}

.xs-checkbox__input.is-checked .xs-checkbox__inner, .xs-checkbox__input.is-indeterminate .xs-checkbox__inner {
    /*background-color: #409EFF;*/
    /*border-color: #409EFF*/
    background-color: white;
    border-color: black;
}

.xs-checkbox__input.is-disabled + span.xs-checkbox__label {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-checkbox__input.is-checked .xs-checkbox__inner::after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1)
}

.xs-checkbox__input.is-checked + .xs-checkbox__label {
    color: #409EFF
}

.xs-checkbox__input.is-focus .xs-checkbox__inner {
    border-color: #409EFF
}

.xs-checkbox__input.is-indeterminate .xs-checkbox__inner::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    left: 0;
    right: 0;
    top: 5px
}

.xs-checkbox__input.is-indeterminate .xs-checkbox__inner::after {
    display: none
}

.xs-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46)
}

.xs-checkbox__inner:hover {
    /*border-color: #409EFF*/
    border-color: black;
}

.xs-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    /*border: 1px solid #fff;*/
    border: 1px solid black;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center
}

.xs-checkbox-button__inner, .xs-tag {
    -webkit-box-sizing: border-box;
    white-space: nowrap
}

.xs-button, .xs-checkbox-button__inner {
    border: 1px solid #dcdfe6;
    line-height: 1
}

.xs-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    z-index: -1
}

.xs-checkbox-button, .xs-checkbox-button__inner {
    position: relative;
    display: inline-block
}

.xs-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px
}

.xs-checkbox + .xs-checkbox {
    margin-left: 30px
}

.xs-checkbox-button__inner {
    background: #fff;
    border-left: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0
}

.xs-checkbox-button__inner.is-round {
    padding: 12px 20px
}

.xs-checkbox-button__inner:hover {
    color: #409EFF
}

.xs-checkbox-button__inner [class*=xs-icon-] {
    line-height: .9
}

.xs-checkbox-button__inner [class*=xs-icon-] + span {
    margin-left: 5px
}

.xs-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1
}

.xs-checkbox-button.is-checked .xs-checkbox-button__inner {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff
}

.xs-checkbox-button.is-checked:first-child .xs-checkbox-button__inner {
    border-left-color: #409EFF
}

.xs-checkbox-button.is-disabled .xs-checkbox-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs-checkbox-button.is-disabled:first-child .xs-checkbox-button__inner {
    border-left-color: #ebeef5
}

.xs-checkbox-button:first-child .xs-checkbox-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.xs-checkbox-button.is-focus .xs-checkbox-button__inner {
    border-color: #409EFF
}

.xs-checkbox-button:last-child .xs-checkbox-button__inner {
    border-radius: 0 4px 4px 0
}

.xs-checkbox-button--medium .xs-checkbox-button__inner {
    padding: 10px 20px;
    font-size: 4px;
    border-radius: 0
}

.xs-checkbox-button--medium .xs-checkbox-button__inner.is-round {
    padding: 10px 20px
}

.xs-checkbox-button--small .xs-checkbox-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0
}

.xs-checkbox-button--small .xs-checkbox-button__inner.is-round {
    padding: 9px 15px
}

.xs-checkbox-button--mini .xs-checkbox-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0
}

.xs-checkbox-button--mini .xs-checkbox-button__inner.is-round {
    padding: 7px 15px
}

.xs-checkbox-group {
    font-size: 0
}

xs-tag + xs-tag {
    margin-left: 10px
}

.xs-tag {
    background-color: rgba(64, 158, 255, .1);
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(64, 158, 255, .2)
}

.xs-tag .xs-icon-close {
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px;
    color: #409EFF
}

.xs-tag .xs-icon-close::before {
    display: block
}

.xs-tag .xs-icon-close:hover {
    background-color: #409EFF;
    color: #fff
}

.xs-tag--info, .xs-tag--info .xs-tag__close {
    color: #909399
}

.xs-tag--info {
    background-color: rgba(144, 147, 153, .1);
    border-color: rgba(144, 147, 153, .2)
}

.xs-tag--info.is-hit {
    border-color: #909399
}

.xs-tag--info .xs-tag__close:hover {
    background-color: #909399;
    color: #fff
}

.xs-tag--success {
    background-color: rgba(103, 194, 58, .1);
    border-color: rgba(103, 194, 58, .2);
    color: #67c23a
}

.xs-tag--success.is-hit {
    border-color: #67c23a
}

.xs-tag--success .xs-tag__close {
    color: #67c23a
}

.xs-tag--success .xs-tag__close:hover {
    background-color: #67c23a;
    color: #fff
}

.xs-tag--warning {
    background-color: rgba(230, 162, 60, .1);
    border-color: rgba(230, 162, 60, .2);
    color: #e6a23c
}

.xs-tag--warning.is-hit {
    border-color: #e6a23c
}

.xs-tag--warning .xs-tag__close {
    color: #e6a23c
}

.xs-tag--warning .xs-tag__close:hover {
    background-color: #e6a23c;
    color: #fff
}

.xs-tag--danger {
    background-color: rgba(245, 108, 108, .1);
    border-color: rgba(245, 108, 108, .2);
    color: #f56c6c
}

.xs-tag--danger.is-hit {
    border-color: #f56c6c
}

.xs-collapse, .xs-table-filter__bottom {
    border-top: 1px solid #ebeef5
}

.xs-tag--danger .xs-tag__close {
    color: #f56c6c
}

.xs-tag--danger .xs-tag__close:hover {
    background-color: #f56c6c;
    color: #fff
}

.xs-tag--medium {
    height: 28px;
    line-height: 26px
}

.xs-tag--medium .xs-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.xs-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px
}

.xs-tag--small .xs-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.xs-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px
}

.xs-tag--mini .xs-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.xs-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.xs-table-filter {
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

.xs-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.xs-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

.xs-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.xs-table-filter__list-item.is-active {
    background-color: #409EFF;
    color: #fff
}

.xs-table-filter__content {
    min-width: 100px
}

.xs-table-filter__bottom {
    padding: 8px
}

.xs-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px
}

.xs-table-filter__bottom button:hover {
    color: #409EFF
}

.xs-table-filter__bottom button:focus {
    outline: 0
}

.xs-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-table-filter__wrap {
    max-height: 280px
}

.xs-table-filter__checkbox-group {
    padding: 10px
}

.xs-table-filter__checkbox-group label.xs-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px
}

.xs-table-filter__checkbox-group .xa-checkbox:last-child {
    margin-bottom: 0
}

.xs-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebeef5;
    position: fixed;
    left: 50%;
    top: -100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: opacity .3s, -webkit-transform .4s;
    transition: opacity .3s, transform .4s;
    transition: opacity .3s, transform .4s, -webkit-transform .4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.xs-button, .xs-collapse-item__wrap, .xs-color-hue-slider, .xs-color-hue-slider__thumb, .xs-notification {
    -webkit-box-sizing: border-box
}

.xs-message.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xs-message.is-closable .xs-message__content {
    padding-right: 16px
}

.xs-message p {
    margin: 0
}

.xs-message--info .xs-message__content {
    color: #909399
}

.xs-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.xs-message--success .xs-message__content {
    color: #67c23a
}

.xs-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8
}

.xs-message--warning .xs-message__content {
    color: #e6a23c
}

.xs-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2
}

.xs-message--error .xs-message__content {
    color: #f56c6c
}

.xs-message__icon {
    margin-right: 10px
}

.xs-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1
}

.xs-message__content:focus {
    outline-width: 0
}

.xs-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #c0c4cc;
    font-size: 16px
}

.xs-message__closeBtn:focus {
    outline-width: 0
}

.xs-message__closeBtn:hover {
    color: #909399
}

.xs-message .xs-icon-success {
    color: #67c23a
}

.xs-message .xs-icon-error {
    color: #f56c6c
}

.xs-message .xs-icon-info {
    color: #909399
}

.xs-message .xs-icon-warning {
    color: #e6a23c
}

.xs-message-fade-enter, .xs-message-fade-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

@-webkit-keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@-webkit-keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.xs-loading-parent--relative {
    position: relative !important
}

.xs-loading-parent--hidden {
    overflow: hidden !important
}

.xs-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.xs-loading-mask.is-fullscreen {
    position: fixed
}

.xs-loading-mask.is-fullscreen .xs-loading-spinner {
    margin-top: -25px
}

.xs-loading-mask.is-fullscreen .xs-loading-spinner .circular {
    height: 50px;
    width: 50px
}

.xs-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute
}

.xs-loading-spinner .xs-loading-text {
    color: #409EFF;
    margin: 3px 0;
    font-size: 14px
}

.xs-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.xs-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409EFF;
    stroke-linecap: round
}

.xs-loading-spinner i {
    color: #409EFF
}

.xs-loading-fade-enter, .xs-loading-fade-leave-active {
    opacity: 0
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

.v-modal-enter {
    -webkit-animation: v-modal-in .2s ease;
    animation: v-modal-in .2s ease
}

.v-modal-leave {
    -webkit-animation: v-modal-out .2s ease forwards;
    animation: v-modal-out .2s ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    100% {
        opacity: 0
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000
}

.xs-popup-parent--hidden {
    overflow: hidden
}

xs-button + .xs-button, xs-button + xs-button {
    margin-left: 10px
}

.xs-button {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    color: #606266;
    box-sizing: border-box;
    font-weight: 500;
    -webkit-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.xs-button:focus, .xs-button:hover {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
    outline: 0
}

.xs-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0
}

.xs-button::-moz-focus-inner {
    border: 0
}

.xs-button [class*=xs-icon-] + span {
    margin-left: 5px
}

.xs-button.is-plain:focus, .xs-button.is-plain:hover {
    background: #fff;
    border-color: #409EFF;
    color: #409EFF
}

.xs-button.is-active, .xs-button.is-plain:active {
    color: #3a8ee6;
    border-color: #3a8ee6
}

.xs-button.is-plain:active {
    background: #fff;
    outline: 0
}

.xs-button.is-disabled, .xs-button.is-disabled:focus, .xs-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.xs-button.is-disabled.xs-button--text {
    background-color: transparent
}

.xs-button.is-disabled.is-plain, .xs-button.is-disabled.is-plain:focus, .xs-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc
}

.xs-button.is-loading {
    position: relative;
    pointer-events: none
}

.xs-button.is-loading:before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, .35)
}

.xs-button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.xs-button.is-circle {
    border-radius: 50%;
    padding: 12px
}

.xs-button--primary {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF
}

.xs-button--primary:focus, .xs-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.xs-button--primary.is-active, .xs-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff
}

.xs-button--primary:active {
    outline: 0
}

.xs-button--primary.is-disabled, .xs-button--primary.is-disabled:active, .xs-button--primary.is-disabled:focus, .xs-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff
}

.xs-button--primary.is-plain {
    color: #409EFF;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.xs-button--primary.is-plain:focus, .xs-button--primary.is-plain:hover {
    background: #409EFF;
    border-color: #409EFF;
    color: #fff
}

.xs-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: 0
}

.xs-button--primary.is-plain.is-disabled, .xs-button--primary.is-plain.is-disabled:active, .xs-button--primary.is-plain.is-disabled:focus, .xs-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff
}

.xs-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a
}

.xs-button--success:focus, .xs-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff
}

.xs-button--success.is-active, .xs-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff
}

.xs-button--success:active {
    outline: 0
}

.xs-button--success.is-disabled, .xs-button--success.is-disabled:active, .xs-button--success.is-disabled:focus, .xs-button--success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d
}

.xs-button--success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0
}

.xs-button--success.is-plain:focus, .xs-button--success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.xs-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: 0
}

.xs-button--success.is-plain.is-disabled, .xs-button--success.is-plain.is-disabled:active, .xs-button--success.is-plain.is-disabled:focus, .xs-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.xs-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c
}

.xs-button--warning:focus, .xs-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff
}

.xs-button--warning.is-active, .xs-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff
}

.xs-button--warning:active {
    outline: 0
}

.xs-button--warning.is-disabled, .xs-button--warning.is-disabled:active, .xs-button--warning.is-disabled:focus, .xs-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e
}

.xs-button--warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1
}

.xs-button--warning.is-plain:focus, .xs-button--warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}

.xs-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: 0
}

.xs-button--warning.is-plain.is-disabled, .xs-button--warning.is-plain.is-disabled:active, .xs-button--warning.is-plain.is-disabled:focus, .xs-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8
}

.xs-button--danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c
}

.xs-button--danger:focus, .xs-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff
}

.xs-button--danger.is-active, .xs-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff
}

.xs-button--danger:active {
    outline: 0
}

.xs-button--danger.is-disabled, .xs-button--danger.is-disabled:active, .xs-button--danger.is-disabled:focus, .xs-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6
}

.xs-button--danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4
}

.xs-button--danger.is-plain:focus, .xs-button--danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}

.xs-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: 0
}

.xs-button--danger.is-plain.is-disabled, .xs-button--danger.is-plain.is-disabled:active, .xs-button--danger.is-plain.is-disabled:focus, .xs-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2
}

.xs-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399
}

.xs-button--info:focus, .xs-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff
}

.xs-button--info.is-active, .xs-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff
}

.xs-button--info:active {
    outline: 0
}

.xs-button--info.is-disabled, .xs-button--info.is-disabled:active, .xs-button--info.is-disabled:focus, .xs-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc
}

.xs-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6
}

.xs-button--info.is-plain:focus, .xs-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff
}

.xs-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: 0
}

.xs-button--info.is-plain.is-disabled, .xs-button--info.is-plain.is-disabled:active, .xs-button--info.is-plain.is-disabled:focus, .xs-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

.xs-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.xs-button--mini, .xs-button--small {
    font-size: 12px;
    border-radius: 3px
}

.xs-button--medium.is-round {
    padding: 10px 20px
}

.xs-button--medium.is-circle {
    padding: 10px
}

.xs-button--small, .xs-button--small.is-round {
    padding: 9px 15px
}

.xs-button--small.is-circle {
    padding: 9px
}

.xs-button--mini, .xs-button--mini.is-round {
    padding: 7px 15px
}

.xs-button--mini.is-circle {
    padding: 7px
}

.xs-button--text {
    border-color: transparent;
    color: #409EFF;
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.xs-button--text:focus, .xs-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent
}

.xs-button--text:active {
    color: #3a8ee6;
    border-color: transparent;
    background-color: transparent
}

.xs-button--text.is-disabled, .xs-button--text.is-disabled:focus, .xs-button--text.is-disabled:hover {
    border-color: transparent
}

.xs-textarea.is-disabled .el-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-input-group--append .xs-select .xs-input.is-focus .xs-input__inner, .xs-input-group--prepend .xs-select .xs-input.is-focus .xs-input__inner {
    border-color: transparent
}

.xs-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-textarea.is-disabled .el-textarea__inner::placeholder {
    color: #c0c4cc
}

.xs-input__inner {
    cursor: pointer
}

.xs-input__inner::-ms-clear, .xs-input__inner::-ms-reveal {
    display: none
}

.xs-input__suffix {
    cursor: pointer
}

.xs-input__prefix {
    pointer-events: none
}

.xs-input--medium .el-input__icon {
    line-height: 36px
}

.xs-message-box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-message-box__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.xs-message-box__wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.xs-message-box__header {
    position: relative;
    padding: 15px 15px 10px
}

.xs-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133
}

.xs-message-box__headerbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    cursor: pointer
}

.xs-message-box__headerbtn .xs-message-box__close {
    color: #909399
}

.xs-message-box__headerbtn:focus .xs-message-box__close, .xs-message-box__headerbtn:hover .xs-message-box__close {
    color: #409EFF
}

.xs-message-box__content {
    position: relative;
    padding: 10px 15px;
    color: #606266;
    font-size: 14px
}

.xs-message-box__input {
    padding-top: 15px
}

.xs-message-box__input input.invalid, .xs-message-box__input input.invalid:focus {
    border-color: #f56c6c
}

.xs-message-box__status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px !important
}

.xs-message-box__status::before {
    padding-left: 1px
}

.xs-message-box__status + .xs-message-box__message {
    padding-left: 36px;
    padding-right: 12px
}

.xs-message-box__status.xs-icon-success {
    color: #67c23a
}

.xs-message-box__status.xs-icon-info {
    color: #909399
}

.xs-message-box__status.xs-icon-warning {
    color: #e6a23c
}

.xs-message-box__status.xs-icon-error {
    color: #f56c6c
}

.xs-message-box__message {
    margin: 0
}

.xs-message-box__message p {
    margin: 0;
    line-height: 24px
}

.xs-message-box__errormsg {
    color: #f56c6c;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px
}

.xs-message-box__btns {
    padding: 5px 15px 0;
    text-align: right
}

.xs-message-box__btns button:nth-child(2) {
    margin-left: 10px
}

.xs-message-box__btns-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.xs-message-box--center {
    padding-bottom: 30px
}

.xs-message-box--center .xs-message-box__header {
    padding-top: 30px
}

.xs-message-box--center .xs-message-box__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xs-collapse-item__header, .xs-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #fff
}

.xs-message-box--center .xs-message-box__status {
    position: relative;
    top: auto;
    padding-right: 5px;
    text-align: center;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.xs-message-box--center .xs-message-box__message {
    margin-left: 0
}

.xs-message-box--center .xs-message-box__btns, .xs-message-box--center .xs-message-box__content {
    text-align: center
}

.xs-message-box--center .xs-message-box__content {
    padding-left: 27px;
    padding-right: 27px
}

.msgbox-fade-enter-active {
    -webkit-animation: msgbox-fade-in .3s;
    animation: msgbox-fade-in .3s
}

.msgbox-fade-leave-active {
    -webkit-animation: msgbox-fade-out .3s;
    animation: msgbox-fade-out .3s
}

@keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

.xs-notification {
    display: flex;
    width: 330px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-transition: opacity .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    transition: opacity .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
    transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s, -webkit-transform .3s;
    overflow: hidden
}

.xs-notification.right {
    right: 16px
}

.xs-notification.left {
    left: 16px
}

.xs-notification__group {
    margin-left: 13px
}

.xs-notification__title {
    font-weight: 700;
    font-size: 16px;
    color: #303133;
    margin: 0
}

.xs-notification__content {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 0;
    color: #606266;
    text-align: justify
}

.xs-notification__content p {
    margin: 0
}

.xs-notification__icon {
    height: 24px;
    width: 24px;
    font-size: 24px
}

.xs-notification__closeBtn {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    color: #909399;
    font-size: 16px
}

.xs-notification__closeBtn:hover {
    color: #606266
}

.xs-notification .xs-icon-success {
    color: #67c23a
}

.xs-notification .xs-icon-error {
    color: #f56c6c
}

.xs-notification .xs-icon-info {
    color: #909399
}

.xs-notification .xs-icon-warning {
    color: #e6a23c
}

.xs-font, .xs-popover {
    color: #606266;
    font-size: 14px
}

.xs-notification-fade-enter.right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.xs-notification-fade-enter.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.xs-notification-fade-leave-active {
    opacity: 0
}

.xs-font {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400
}

.xs-font:active, .xs-font:focus, .xs-font:hover {
    color: #409EFF;
    cursor: pointer
}

.xs-font--logo {
    color: #409EFF;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}

.xs-font--large {
    font-size: 16px;
    color: #303133;
    font-weight: 700
}

.xs-font--small {
    font-size: 12px;
    color: #909399
}

.fade-in-linear-enter-active, .fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
    opacity: 0
}

.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active {
    opacity: 0
}

.el-fade-in-enter-active, .el-fade-in-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter, .el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter, .el-zoom-in-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.el-zoom-in-top-enter, .el-zoom-in-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.el-zoom-in-left-enter, .el-zoom-in-left-leave-active {
    opacity: 0;
    -webkit-transform: scale(.45, .45);
    transform: scale(.45, .45)
}

.collapse-transition {
    -webkit-transition: .3s height ease-in-out, .3s padding-top ease-in-out, .3s padding-bottom ease-in-out;
    transition: .3s height ease-in-out, .3s padding-top ease-in-out, .3s padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    -webkit-transition: .3s width ease-in-out, .3s padding-left ease-in-out, .3s padding-right ease-in-out;
    transition: .3s width ease-in-out, .3s padding-left ease-in-out, .3s padding-right ease-in-out
}

.el-list-enter-active, .el-list-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s
}

.el-list-enter, .el-list-leave-active {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.el-opacity-transition {
    -webkit-transition: opacity .3s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.xs-collapse-item__header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    color: #303133;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0
}

.xs-collapse-item__arrow {
    margin: 0 8px 0 auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-weight: 300
}

.xs-popper[Xplacement=bottom], .xs-popper[Xplacement=bottom-start], .xs-popper[Xplacement=bottom-end] {
    margin-top: 12px
}

.xs-collapse-item__arrow.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.xs-collapse-item__header.focusing:focus:not(:hover) {
    color: #409EFF
}

.xs-collapse-item__header.is-active {
    border-bottom-color: transparent
}

.xs-collapse-item__wrap {
    will-change: height;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ebeef5
}

.xs-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769
}

.xs-collapse-item:last-child {
    margin-bottom: -1px
}

.xs-popper[Xplacement=top], .xs-popper[Xplacement=top-start], .xs-popper[Xplacement=top-end] {
    margin-bottom: 12px
}

.xs-popper .popper__arrow, .xs-popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.xs-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}

.xs-popper .popper__arrow::after {
    content: " ";
    border-width: 6px
}

.xs-popper[Xplacement=top] .popper__arrow {
    bottom: -6px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-color: #ebeef5;
    border-bottom-width: 0
}

.xs-popper[Xplacement=top] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.xs-popper[Xplacement=top-start] .popper__arrow {
    bottom: -6px;
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-color: #ebeef5;
    border-bottom-width: 0
}

.xs-popper[Xplacement=top-start] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.xs-popper[Xplacement=top-end] .popper__arrow {
    bottom: -6px;
    left: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-color: #ebeef5;
    border-bottom-width: 0
}

.xs-popper[Xplacement=top-end] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.xs-popper[Xplacement=bottom] .popper__arrow {
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-width: 0;
    border-bottom-color: #ebeef5
}

.xs-popper[Xplacement=bottom] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.xs-popper[Xplacement=bottom-start] .popper__arrow {
    top: -6px;
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-width: 0;
    border-bottom-color: #ebeef5
}

.xs-popper[Xplacement=bottom-start] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.xs-popper[Xplacement=bottom-end] .popper__arrow {
    top: -6px;
    right: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-right: 6px/2;
    border-top-width: 0;
    border-bottom-color: #ebeef5
}

.xs-popper[Xplacement=bottom-end] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.xs-popper[Xplacement=right], .xs-popper[Xplacement=right-start], .xs-popper[Xplacement=right-end] {
    margin-left: 12px
}

.xs-popper[Xplacement=right] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    margin-bottom: 6px/2;
    border-right-color: #ebeef5;
    border-left-width: 0
}

.xs-popper[Xplacement=right] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.xs-popper[Xplacement=right-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    margin-bottom: 6px/2;
    border-right-color: #ebeef5;
    border-left-width: 0
}

.xs-popper[Xplacement=right-start] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.xs-popper[Xplacement=right-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    margin-bottom: 6px/2;
    border-right-color: #ebeef5;
    border-left-width: 0
}

.xs-popper[Xplacement=right-end] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.xs-popper[Xplacement=left] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    margin-bottom: 6px/2;
    border-right-width: 0;
    border-left-color: #ebeef5
}

.xs-popper[Xplacement=left] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff
}

.xs-popper[Xplacement=left-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    margin-bottom: 6px/2;
    border-right-width: 0;
    border-left-color: #ebeef5
}

.xs-popper[Xplacement=left-start] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff
}

.xs-popper[Xplacement=left-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    margin-bottom: 6px/2;
    border-right-width: 0;
    border-left-color: #ebeef5
}

.xs-popper[Xplacement=left-end] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff
}

.xs-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    line-height: 1.4;
    text-align: justify;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.xs-popover--plain {
    padding: 18px 20px
}

.xs-popover__title {
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px
}

.xs-popover:focus, .xs-popover:focus:active, .xs-popover__reference:focus:hover, .xs-popover__reference:focus:not(.focusing) {
    outline-width: 0
}

.xs-badge {
    position: relative;
    vertical-align: middle;
    display: inline-block
}

.xs-badge__content {
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff
}

.xs-badge__content.is-fixed {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%)
}

.xs-badge__content.is-fixed.is-dot {
    right: 5px
}

.xs-badge__content.is-dot {
    height: 8px;
    width: 8px;
    padding: 0;
    right: 0;
    border-radius: 50%
}

.xs-badge__content--primary {
    background-color: #409EFF
}

.xs-badge__content--success {
    background-color: #67c23a
}

.xs-badge__content--warning {
    background-color: #e6a23c
}

.xs-badge__content--info {
    background-color: #909399
}

.xs-badge__content--danger {
    background-color: #f56c6c
}

.xs-color-predefine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    width: 280px
}

.xs-color-predefine__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xs-color-predefine__color-selector {
    margin: 0 0 8px 8px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer
}

.xs-color-predefine__color-selector:nth-child(10n+1) {
    margin-left: 0
}

.xs-color-predefine__color-selector.selected {
    -webkit-box-shadow: 0 0 3px 2px #409EFF;
    box-shadow: 0 0 3px 2px #409EFF
}

.xs-color-predefine__color-selector > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 3px
}

.xs-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.xs-color-hue-slider {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background-color: red;
    padding: 0 2px
}

.xs-color-hue-slider__bar {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
    background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    height: 100%
}

.xs-color-hue-slider__thumb {
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    z-index: 1
}

.xs-color-hue-slider.is-vertical {
    width: 12px;
    height: 180px;
    padding: 2px 0
}

.xs-color-hue-slider.is-vertical .xs-color-hue-slider__bar {
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(red));
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%)
}

.xs-color-hue-slider.is-vertical .xs-color-hue-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.xs-color-svpanel {
    position: relative;
    width: 280px;
    height: 180px
}

.xs-color-svpanel__black, .xs-color-svpanel__white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.xs-color-svpanel__white {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}

.xs-color-svpanel__black {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.xs-color-svpanel__cursor {
    position: absolute
}

.xs-color-svpanel__cursor > div {
    cursor: head;
    width: 4px;
    height: 4px;
    -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.xs-color-alpha-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.xs-color-alpha-slider__bar {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 100%
}

.xs-color-alpha-slider__thumb {
    position: absolute;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
    z-index: 1
}

.xs-color-alpha-slider.is-vertical {
    width: 20px;
    height: 180px
}

.xs-color-alpha-slider.is-vertical .xs-color-alpha-slider__bar {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.xs-color-alpha-slider.is-vertical .xs-color-alpha-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.xs-color-dropdown {
    width: 300px
}

.xs-color-dropdown__main-wrapper {
    margin-bottom: 6px
}

.xs-color-dropdown__main-wrapper::after {
    clear: both
}

.xs-color-dropdown__btns {
    margin-top: 6px;
    text-align: right
}

.xs-color-dropdown__value {
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    width: 160px
}

.xs-color-dropdown__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px
}

.xs-color-dropdown__btn[disabled] {
    color: #ccc;
    cursor: not-allowed
}

.xs-color-dropdown__btn:hover {
    color: #409EFF;
    border-color: #409EFF
}

.xs-color-dropdown__link-btn {
    cursor: pointer;
    color: #409EFF;
    text-decoration: none;
    padding: 15px;
    font-size: 12px
}

.xs-color-picker {
    display: inline-block;
    position: relative;
    line-height: normal;
    height: 40px
}

.xs-color-picker.is-disabled .xs-color-picker__trigger {
    cursor: not-allowed
}

.xs-color-picker--medium {
    height: 36px
}

.xs-color-picker--medium .xs-color-picker__trigger {
    height: 36px;
    width: 36px
}

.xs-color-picker--medium .xs-color-picker__mask {
    height: 34px;
    width: 34px
}

.xs-color-picker--small {
    height: 32px
}

.xs-color-picker--small .xs-color-picker__trigger {
    height: 32px;
    width: 32px
}

.xs-color-picker--small .xs-color-picker__mask {
    height: 30px;
    width: 30px
}

.xs-color-picker--small .xs-color-picker__empty, .xs-color-picker--small .xs-color-picker__icon {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8);
    transform: translate3d(-50%, -50%, 0) scale(.8)
}

.xs-color-picker--mini {
    height: 28px
}

.xs-color-picker--mini .xs-color-picker__trigger {
    height: 28px;
    width: 28px
}

.xs-color-picker--mini .xs-color-picker__mask {
    height: 26px;
    width: 26px
}

.xs-color-picker--mini .xs-color-picker__empty, .xs-color-picker--mini .xs-color-picker__icon {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.8);
    transform: translate3d(-50%, -50%, 0) scale(.8)
}

.xs-color-picker__mask {
    height: 38px;
    width: 38px;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, .7)
}

.xs-color-picker__trigger {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 0;
    position: relative;
    cursor: pointer
}

.xs-color-picker__color {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    text-align: center
}

.xs-color-picker__color.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.xs-color-picker__color-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.xs-color-picker__empty, .xs-color-picker__icon {
    top: 50%;
    left: 50%;
    font-size: 12px;
    position: absolute
}

.xs-color-picker__empty {
    color: #999;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.xs-color-picker__icon {
    display: inline-block;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    text-align: center
}

.xs-color-picker__panel {
    position: absolute;
    z-index: 10;
    padding: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px
}

.xs-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px
}

.xs-textarea .xs-input__count {
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px
}

.xs-textarea.is-disabled .xs-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-textarea.is-disabled .xs-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-textarea.is-disabled .xs-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.xs-textarea.is-disabled .xs-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-textarea.is-disabled .xs-textarea__inner::placeholder {
    color: #c0c4cc
}

.xs-textarea.is-exceed .xs-textarea__inner {
    border-color: #f56c6c
}

.xs-textarea.is-exceed .xs-input__count {
    color: #f56c6c
}

.xs-input__inner, .xs-textarea__inner {
    background-image: none;
    color: #606266;
    width: 100%
}

.xs-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.xs-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.xs-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-textarea__inner::placeholder {
    color: #c0c4cc
}

.xs-textarea__inner:hover {
    border-color: #c0c4cc
}

.xs-textarea__inner:focus {
    outline: 0;
    border-color: #409eff
}

.xs-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.xs-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.xs-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.xs-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.xs-input::-webkit-scrollbar-corner {
    background: #fff
}

.xs-input::-webkit-scrollbar-track {
    background: #fff
}

.xs-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.xs-input .xs-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.xs-input .xs-input__clear:hover {
    color: #909399
}

.xs-input .xs-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px
}

.xs-input .xs-input__count .xs-input__count-inner {
    background: #fff;
    display: inline-block;
    padding: 0 5px
}

.xs-input.is-disabled .xs-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-input.is-disabled .xs-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-input.is-disabled .xs-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.xs-input.is-disabled .xs-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-input.is-disabled .xs-input__inner::placeholder {
    color: #c0c4cc
}

.xs-input.is-disabled .xs-input__icon {
    cursor: not-allowed
}

.xs-input.is-exceed .xs-input__inner {
    border-color: #f56c6c
}

.xs-input.is-exceed .xs-input__suffix .xs-input__count {
    color: #f56c6c
}

.xs-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.xs-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.xs-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.xs-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.xs-input__inner::placeholder {
    color: #c0c4cc
}

.xs-input__inner:hover {
    border-color: #c0c4cc
}

.xs-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.xs-input__prefix, .xs-input__suffix {
    position: absolute;
    top: 0;
    height: 100%;
    color: #c0c4cc;
    text-align: center
}

.xs-input.is-active .xs-input__inner, .xs-input__inner:focus {
    border-color: #409eff;
    outline: 0
}

.xs-input__suffix {
    right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none
}

.xs-input__suffix-inner {
    pointer-events: all
}

.xs-input__prefix {
    left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.xs-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px
}

.xs-input__icon:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.xs-input__validateIcon {
    pointer-events: none
}

.xs-input--suffix .xs-input__inner {
    padding-right: 30px
}

.xs-input--prefix .xs-input__inner {
    padding-left: 30px
}

.xs-input--medium {
    font-size: 13px
}

.xs-input--mini, .xs-input--small {
    font-size: 12px
}

.xs-input--medium .xs-input__inner {
    height: 36px;
    line-height: 36px
}

.xs-input--medium .xs-input__icon {
    line-height: 36px
}

.xs-input--small .xs-input__inner {
    height: 32px;
    line-height: 32px
}

.xs-input--small .xs-input__icon {
    line-height: 32px
}

.xs-input--mini .xs-input__inner {
    height: 28px;
    line-height: 28px
}

.xs-input--mini .xs-input__icon {
    line-height: 28px
}

.xs-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.xs-input-group > .xs-input__inner {
    vertical-align: middle;
    display: table-cell
}

.xs-input-group__append, .xs-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap
}

.xs-input-group--prepend .xs-input__inner, .xs-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.xs-input-group--append .xs-input__inner, .xs-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.xs-input-group__append:focus, .xs-input-group__prepend:focus {
    outline: 0
}

.xs-input-group__append .xs-button, .xs-input-group__append .xs-select, .xs-input-group__prepend .xs-button, .xs-input-group__prepend .xs-select {
    display: inline-block;
    margin: -10px -20px
}

.xs-input-group__append button.xs-button, .xs-input-group__append div.xs-select .xs-input__inner, .xs-input-group__append div.xs-select:hover .xs-input__inner, .xs-input-group__prepend button.xs-button, .xs-input-group__prepend div.xs-select .xs-input__inner, .xs-input-group__prepend div.xs-select:hover .xs-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0
}

.xs-input-group__append .xs-button, .xs-input-group__append .xs-input, .xs-input-group__prepend .xs-button, .xs-input-group__prepend .xs-input {
    font-size: inherit
}

.xs-input-group__prepend {
    border-right: 0
}

.xs-input-group__append {
    border-left: 0
}

.xs-input-group--append .xs-select .xs-input.is-focus .xs-input__inner, .xs-input-group--prepend .xs-select .xs-input.is-focus .xs-input__inner {
    border-color: transparent
}

.xs-input-number {
    position: relative;
    display: inline-block;
    width: 320px;
    line-height: 38px
}

.xs-input-number .xs-input {
    display: block
}

.xs-input-number .xs-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center
}

.xs-input-number.is-without-controls .xs-input__inner {
    padding-left: 15px;
    padding-right: 15px
}

.xs-input-number.is-controls-right .xs-input__inner {
    padding-left: 15px;
    padding-right: 50px
}

.xs-input-number.is-controls-right .xs-input-number__increase {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #dcdfe6
}

.xs-input-number.is-controls-right .xs-input-number__decrease {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: 1px solid #dcdfe6;
    border-radius: 0 0 4px
}

.xs-decrease_left, .xs-increase_right, .xs-input-number__decrease, .xs-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    text-align: center;
    background: #f5f7fa;
    color: #606266;
    cursor: pointer;
    font-size: 14px;
    height: auto
}

.xs-increase_right, .xs-input-number__increase {
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #dcdfe6
}

.xs-input-number__decrease, .xs-input-number__increase {
    width: 50px
}

.xs-decrease_left, .xs-increase_right {
    width: 80px
}

.xs-input-number__decrease:hover, .xs-input-number__increase:hover {
    color: #409eff
}

.xs-input-number__decrease:hover:not(.is-disabled) ~ .xs-input .xs-input__inner:not(.is-disabled), .xs-input-number__increase:hover:not(.is-disabled) ~ .xs-input .xs-input__inner:not(.is-disabled) {
    border-color: #409eff
}

.xs-input-number__decrease.is-disabled, .xs-input-number__increase.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.xs-input-number__increase {
    right: 1px
}

.xs-increase_right {
    right: 51px
}

.xs-input-number__decrease {
    left: 1px;
    border-right: 1px solid #dcdfe6
}

.xs-decrease_left {
    left: 51px;
    border-left: 1px solid #dcdfe6
}

.xs-input-number.is-disabled .xs-input-number__decrease, .xs-input-number.is-disabled .xs-input-number__increase {
    border-color: #e4e7ed;
    color: #e4e7ed
}

.xs-input-number.is-disabled .xs-input-number__decrease:hover, .xs-input-number.is-disabled .xs-input-number__increase:hover {
    color: #e4e7ed;
    cursor: not-allowed
}

.xs-input-number--medium {
    width: 280px;
    line-height: 34px
}

.xs-input-number--medium .xs-decrease_left {
    left: 48px
}

.xs-input-number--medium .xs-increase_right {
    right: 48px
}

.xs-input-number--medium .xs-input__inner {
    padding-left: 43px;
    padding-right: 43px
}

.xs-input-number--medium .xs-input-number__decrease, .xs-input-number--medium .xs-input-number__increase {
    width: 47px;
    font-size: 13px
}

.xs-input-number--medium .xs-decrease_left, .xs-input-number--medium .xs-increase_right {
    width: 70px;
    font-size: 13px
}

.xs-input-number--small {
    width: 265px;
    line-height: 30px
}

.xs-input-number--small .xs-decrease_left {
    left: 44px
}

.xs-input-number--small .xs-increase_right {
    right: 44px
}

.xs-input-number--small .xs-input__inner {
    padding-left: 39px;
    padding-right: 39px
}

.xs-input-number--small .xs-input-number__decrease, .xs-input-number--small .xs-input-number__increase {
    width: 43px;
    font-size: 12px
}

.xs-input-number--small .xs-decrease_left, .xs-input-number--small .xs-increase_right {
    width: 67px;
    font-size: 12px
}

.xs-input-number--small .xs-input-number__decrease [class*=xs-icon], .xs-input-number--small .xs-input-number__increase [class*=xs-icon] {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.xs-input-number--mini {
    width: 130px;
    line-height: 26px
}

.xs-input-number--mini .xs-input__inner {
    padding-left: 35px;
    padding-right: 35px
}

.xs-input-number--mini .xs-input-number__decrease, .xs-input-number--mini .xs-input-number__increase {
    width: 28px;
    font-size: 12px
}

.xs-input-number--mini .xs-input-number__decrease [class*=xs-icon], .xs-input-number--mini .xs-input-number__increase [class*=xs-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.xs-input-number.is-controls-right .xs-input-number__decrease, .xs-input-number.is-controls-right .xs-input-number__increase {
    height: auto;
    line-height: 19px
}

.xs-input-number.is-controls-right .xs-input-number__decrease [class*=xs-icon], .xs-input-number.is-controls-right .xs-input-number__increase [class*=xs-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.xs-input-number.is-controls-right[class*=medium] [class*=decrease], .xs-input-number.is-controls-right[class*=medium] [class*=increase] {
    line-height: 17px
}

.xs-input-number.is-controls-right[class*=small] [class*=decrease], .xs-input-number.is-controls-right[class*=small] [class*=increase] {
    line-height: 15px
}

.xs-input-number.is-controls-right[class*=mini] [class*=decrease], .xs-input-number.is-controls-right[class*=mini] [class*=increase] {
    line-height: 13px
}