@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ============================protocol-modal-content============================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

ul, ol {
    list-style: none;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

::selection {
    background: #5491de;
    color: #fff;
}

a {
    color: #5491de;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s ease;
}

a:hover {
    color: #76a7e5;
}

a:active {
    color: #508ad3;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

.ant-divider {
    margin: 0 6px;
    display: inline-block;
    height: 8px;
    width: 1px;
    background: #ccc;
}

code, kbd, pre, samp {
    font-family: Consolas, Menlo, Courier, monospace;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.ant-row:before, .ant-row:after {
    content: " ";
    display: table;
}

.ant-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-row:before, .ant-row:after {
    content: " ";
    display: table;
}

.ant-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-row-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ant-row-flex:before, .ant-row-flex:after {
    display: flex;
}

.ant-row-flex-start {
    justify-content: flex-start;
}

.ant-row-flex-center {
    justify-content: center;
}

.ant-row-flex-end {
    justify-content: flex-end;
}

.ant-row-flex-space-between {
    justify-content: space-between;
}

.ant-row-flex-space-around {
    justify-content: space-around;
}

.ant-row-flex-top {
    align-items: flex-start;
}

.ant-row-flex-middle {
    align-items: center;
}

.ant-row-flex-bottom {
    align-items: flex-end;
}

.ant-col {
    position: relative;
    display: block;
}

.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
    float: left;
    flex: 0 0 auto;
}

.ant-col-24 {
    display: block;
    width: 100%;
}

.ant-col-push-24 {
    left: 100%;
}

.ant-col-pull-24 {
    right: 100%;
}

.ant-col-offset-24 {
    margin-left: 100%;
}

.ant-col-order-24 {
    order: 24;
}

.ant-col-23 {
    display: block;
    width: 95.83333333%;
}

.ant-col-push-23 {
    left: 95.83333333%;
}

.ant-col-pull-23 {
    right: 95.83333333%;
}

.ant-col-offset-23 {
    margin-left: 95.83333333%;
}

.ant-col-order-23 {
    order: 23;
}

.ant-col-22 {
    display: block;
    width: 91.66666667%;
}

.ant-col-push-22 {
    left: 91.66666667%;
}

.ant-col-pull-22 {
    right: 91.66666667%;
}

.ant-col-offset-22 {
    margin-left: 91.66666667%;
}

.ant-col-order-22 {
    order: 22;
}

.ant-col-21 {
    display: block;
    width: 87.5%;
}

.ant-col-push-21 {
    left: 87.5%;
}

.ant-col-pull-21 {
    right: 87.5%;
}

.ant-col-offset-21 {
    margin-left: 87.5%;
}

.ant-col-order-21 {
    order: 21;
}

.ant-col-20 {
    display: block;
    width: 83.33333333%;
}

.ant-col-push-20 {
    left: 83.33333333%;
}

.ant-col-pull-20 {
    right: 83.33333333%;
}

.ant-col-offset-20 {
    margin-left: 83.33333333%;
}

.ant-col-order-20 {
    order: 20;
}

.ant-col-19 {
    display: block;
    width: 79.16666667%;
}

.ant-col-push-19 {
    left: 79.16666667%;
}

.ant-col-pull-19 {
    right: 79.16666667%;
}

.ant-col-offset-19 {
    margin-left: 79.16666667%;
}

.ant-col-order-19 {
    order: 19;
}

.ant-col-18 {
    display: block;
    width: 75%;
}

.ant-col-push-18 {
    left: 75%;
}

.ant-col-pull-18 {
    right: 75%;
}

.ant-col-offset-18 {
    margin-left: 75%;
}

.ant-col-order-18 {
    order: 18;
}

.ant-col-17 {
    display: block;
    width: 70.83333333%;
}

.ant-col-push-17 {
    left: 70.83333333%;
}

.ant-col-pull-17 {
    right: 70.83333333%;
}

.ant-col-offset-17 {
    margin-left: 70.83333333%;
}

.ant-col-order-17 {
    order: 17;
}

.ant-col-16 {
    display: block;
    width: 66.66666667%;
}

.ant-col-push-16 {
    left: 66.66666667%;
}

.ant-col-pull-16 {
    right: 66.66666667%;
}

.ant-col-offset-16 {
    margin-left: 66.66666667%;
}

.ant-col-order-16 {
    order: 16;
}

.ant-col-15 {
    display: block;
    width: 62.5%;
}

.ant-col-push-15 {
    left: 62.5%;
}

.ant-col-pull-15 {
    right: 62.5%;
}

.ant-col-offset-15 {
    margin-left: 62.5%;
}

.ant-col-order-15 {
    order: 15;
}

.ant-col-14 {
    display: block;
    width: 58.33333333%;
}

.ant-col-push-14 {
    left: 58.33333333%;
}

.ant-col-pull-14 {
    right: 58.33333333%;
}

.ant-col-offset-14 {
    margin-left: 58.33333333%;
}

.ant-col-order-14 {
    order: 14;
}

.ant-col-13 {
    display: block;
    width: 54.16666667%;
}

.ant-col-push-13 {
    left: 54.16666667%;
}

.ant-col-pull-13 {
    right: 54.16666667%;
}

.ant-col-offset-13 {
    margin-left: 54.16666667%;
}

.ant-col-order-13 {
    order: 13;
}

.ant-col-12 {
    display: block;
    width: 50%;
}

.ant-col-push-12 {
    left: 50%;
}

.ant-col-pull-12 {
    right: 50%;
}

.ant-col-offset-12 {
    margin-left: 50%;
}

.ant-col-order-12 {
    order: 12;
}

.ant-col-11 {
    display: block;
    width: 45.83333333%;
}

.ant-col-push-11 {
    left: 45.83333333%;
}

.ant-col-pull-11 {
    right: 45.83333333%;
}

.ant-col-offset-11 {
    margin-left: 45.83333333%;
}

.ant-col-order-11 {
    order: 11;
}

.ant-col-10 {
    display: block;
    width: 41.66666667%;
}

.ant-col-push-10 {
    left: 41.66666667%;
}

.ant-col-pull-10 {
    right: 41.66666667%;
}

.ant-col-offset-10 {
    margin-left: 41.66666667%;
}

.ant-col-order-10 {
    order: 10;
}

.ant-col-9 {
    display: block;
    width: 37.5%;
}

.ant-col-push-9 {
    left: 37.5%;
}

.ant-col-pull-9 {
    right: 37.5%;
}

.ant-col-offset-9 {
    margin-left: 37.5%;
}

.ant-col-order-9 {
    order: 9;
}

.ant-col-8 {
    display: block;
    width: 33.33333333%;
}

.ant-col-push-8 {
    left: 33.33333333%;
}

.ant-col-pull-8 {
    right: 33.33333333%;
}

.ant-col-offset-8 {
    margin-left: 33.33333333%;
}

.ant-col-order-8 {
    order: 8;
}

.ant-col-7 {
    display: block;
    width: 29.16666667%;
}

.ant-col-push-7 {
    left: 29.16666667%;
}

.ant-col-pull-7 {
    right: 29.16666667%;
}

.ant-col-offset-7 {
    margin-left: 29.16666667%;
}

.ant-col-order-7 {
    order: 7;
}

.ant-col-6 {
    display: block;
    width: 25%;
}

.ant-col-push-6 {
    left: 25%;
}

.ant-col-pull-6 {
    right: 25%;
}

.ant-col-offset-6 {
    margin-left: 25%;
}

.ant-col-order-6 {
    order: 6;
}

.ant-col-5 {
    display: block;
    width: 20.83333333%;
}

.ant-col-push-5 {
    left: 20.83333333%;
}

.ant-col-pull-5 {
    right: 20.83333333%;
}

.ant-col-offset-5 {
    margin-left: 20.83333333%;
}

.ant-col-order-5 {
    order: 5;
}

.ant-col-4 {
    display: block;
    width: 16.66666667%;
}

.ant-col-push-4 {
    left: 16.66666667%;
}

.ant-col-pull-4 {
    right: 16.66666667%;
}

.ant-col-offset-4 {
    margin-left: 16.66666667%;
}

.ant-col-order-4 {
    order: 4;
}

.ant-col-3 {
    display: block;
    width: 12.5%;
}

.ant-col-push-3 {
    left: 12.5%;
}

.ant-col-pull-3 {
    right: 12.5%;
}

.ant-col-offset-3 {
    margin-left: 12.5%;
}

.ant-col-order-3 {
    order: 3;
}

.ant-col-2 {
    display: block;
    width: 8.33333333%;
}

.ant-col-push-2 {
    left: 8.33333333%;
}

.ant-col-pull-2 {
    right: 8.33333333%;
}

.ant-col-offset-2 {
    margin-left: 8.33333333%;
}

.ant-col-order-2 {
    order: 2;
}

.ant-col-1 {
    display: block;
    width: 4.16666667%;
}

.ant-col-push-1 {
    left: 4.16666667%;
}

.ant-col-pull-1 {
    right: 4.16666667%;
}

.ant-col-offset-1 {
    margin-left: 4.16666667%;
}

.ant-col-order-1 {
    order: 1;
}

.ant-col-0 {
    display: none;
}

.ant-col-push-0 {
    left: auto;
}

.ant-col-pull-0 {
    right: auto;
}

.ant-col-push-0 {
    left: auto;
}

.ant-col-pull-0 {
    right: auto;
}

.ant-col-offset-0 {
    margin-left: 0;
}

.ant-col-order-0 {
    order: 0;
}

.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
    float: left;
    flex: 0 0 auto;
}

.ant-col-xs-24 {
    display: block;
    width: 100%;
}

.ant-col-xs-push-24 {
    left: 100%;
}

.ant-col-xs-pull-24 {
    right: 100%;
}

.ant-col-xs-offset-24 {
    margin-left: 100%;
}

.ant-col-xs-order-24 {
    order: 24;
}

.ant-col-xs-23 {
    display: block;
    width: 95.83333333%;
}

.ant-col-xs-push-23 {
    left: 95.83333333%;
}

.ant-col-xs-pull-23 {
    right: 95.83333333%;
}

.ant-col-xs-offset-23 {
    margin-left: 95.83333333%;
}

.ant-col-xs-order-23 {
    order: 23;
}

.ant-col-xs-22 {
    display: block;
    width: 91.66666667%;
}

.ant-col-xs-push-22 {
    left: 91.66666667%;
}

.ant-col-xs-pull-22 {
    right: 91.66666667%;
}

.ant-col-xs-offset-22 {
    margin-left: 91.66666667%;
}

.ant-col-xs-order-22 {
    order: 22;
}

.ant-col-xs-21 {
    display: block;
    width: 87.5%;
}

.ant-col-xs-push-21 {
    left: 87.5%;
}

.ant-col-xs-pull-21 {
    right: 87.5%;
}

.ant-col-xs-offset-21 {
    margin-left: 87.5%;
}

.ant-col-xs-order-21 {
    order: 21;
}

.ant-col-xs-20 {
    display: block;
    width: 83.33333333%;
}

.ant-col-xs-push-20 {
    left: 83.33333333%;
}

.ant-col-xs-pull-20 {
    right: 83.33333333%;
}

.ant-col-xs-offset-20 {
    margin-left: 83.33333333%;
}

.ant-col-xs-order-20 {
    order: 20;
}

.ant-col-xs-19 {
    display: block;
    width: 79.16666667%;
}

.ant-col-xs-push-19 {
    left: 79.16666667%;
}

.ant-col-xs-pull-19 {
    right: 79.16666667%;
}

.ant-col-xs-offset-19 {
    margin-left: 79.16666667%;
}

.ant-col-xs-order-19 {
    order: 19;
}

.ant-col-xs-18 {
    display: block;
    width: 75%;
}

.ant-col-xs-push-18 {
    left: 75%;
}

.ant-col-xs-pull-18 {
    right: 75%;
}

.ant-col-xs-offset-18 {
    margin-left: 75%;
}

.ant-col-xs-order-18 {
    order: 18;
}

.ant-col-xs-17 {
    display: block;
    width: 70.83333333%;
}

.ant-col-xs-push-17 {
    left: 70.83333333%;
}

.ant-col-xs-pull-17 {
    right: 70.83333333%;
}

.ant-col-xs-offset-17 {
    margin-left: 70.83333333%;
}

.ant-col-xs-order-17 {
    order: 17;
}

.ant-col-xs-16 {
    display: block;
    width: 66.66666667%;
}

.ant-col-xs-push-16 {
    left: 66.66666667%;
}

.ant-col-xs-pull-16 {
    right: 66.66666667%;
}

.ant-col-xs-offset-16 {
    margin-left: 66.66666667%;
}

.ant-col-xs-order-16 {
    order: 16;
}

.ant-col-xs-15 {
    display: block;
    width: 62.5%;
}

.ant-col-xs-push-15 {
    left: 62.5%;
}

.ant-col-xs-pull-15 {
    right: 62.5%;
}

.ant-col-xs-offset-15 {
    margin-left: 62.5%;
}

.ant-col-xs-order-15 {
    order: 15;
}

.ant-col-xs-14 {
    display: block;
    width: 58.33333333%;
}

.ant-col-xs-push-14 {
    left: 58.33333333%;
}

.ant-col-xs-pull-14 {
    right: 58.33333333%;
}

.ant-col-xs-offset-14 {
    margin-left: 58.33333333%;
}

.ant-col-xs-order-14 {
    order: 14;
}

.ant-col-xs-13 {
    display: block;
    width: 54.16666667%;
}

.ant-col-xs-push-13 {
    left: 54.16666667%;
}

.ant-col-xs-pull-13 {
    right: 54.16666667%;
}

.ant-col-xs-offset-13 {
    margin-left: 54.16666667%;
}

.ant-col-xs-order-13 {
    order: 13;
}

.ant-col-xs-12 {
    display: block;
    width: 50%;
}

.ant-col-xs-push-12 {
    left: 50%;
}

.ant-col-xs-pull-12 {
    right: 50%;
}

.ant-col-xs-offset-12 {
    margin-left: 50%;
}

.ant-col-xs-order-12 {
    order: 12;
}

.ant-col-xs-11 {
    display: block;
    width: 45.83333333%;
}

.ant-col-xs-push-11 {
    left: 45.83333333%;
}

.ant-col-xs-pull-11 {
    right: 45.83333333%;
}

.ant-col-xs-offset-11 {
    margin-left: 45.83333333%;
}

.ant-col-xs-order-11 {
    order: 11;
}

.ant-col-xs-10 {
    display: block;
    width: 41.66666667%;
}

.ant-col-xs-push-10 {
    left: 41.66666667%;
}

.ant-col-xs-pull-10 {
    right: 41.66666667%;
}

.ant-col-xs-offset-10 {
    margin-left: 41.66666667%;
}

.ant-col-xs-order-10 {
    order: 10;
}

.ant-col-xs-9 {
    display: block;
    width: 37.5%;
}

.ant-col-xs-push-9 {
    left: 37.5%;
}

.ant-col-xs-pull-9 {
    right: 37.5%;
}

.ant-col-xs-offset-9 {
    margin-left: 37.5%;
}

.ant-col-xs-order-9 {
    order: 9;
}

.ant-col-xs-8 {
    display: block;
    width: 33.33333333%;
}

.ant-col-xs-push-8 {
    left: 33.33333333%;
}

.ant-col-xs-pull-8 {
    right: 33.33333333%;
}

.ant-col-xs-offset-8 {
    margin-left: 33.33333333%;
}

.ant-col-xs-order-8 {
    order: 8;
}

.ant-col-xs-7 {
    display: block;
    width: 29.16666667%;
}

.ant-col-xs-push-7 {
    left: 29.16666667%;
}

.ant-col-xs-pull-7 {
    right: 29.16666667%;
}

.ant-col-xs-offset-7 {
    margin-left: 29.16666667%;
}

.ant-col-xs-order-7 {
    order: 7;
}

.ant-col-xs-6 {
    display: block;
    width: 25%;
}

.ant-col-xs-push-6 {
    left: 25%;
}

.ant-col-xs-pull-6 {
    right: 25%;
}

.ant-col-xs-offset-6 {
    margin-left: 25%;
}

.ant-col-xs-order-6 {
    order: 6;
}

.ant-col-xs-5 {
    display: block;
    width: 20.83333333%;
}

.ant-col-xs-push-5 {
    left: 20.83333333%;
}

.ant-col-xs-pull-5 {
    right: 20.83333333%;
}

.ant-col-xs-offset-5 {
    margin-left: 20.83333333%;
}

.ant-col-xs-order-5 {
    order: 5;
}

.ant-col-xs-4 {
    display: block;
    width: 16.66666667%;
}

.ant-col-xs-push-4 {
    left: 16.66666667%;
}

.ant-col-xs-pull-4 {
    right: 16.66666667%;
}

.ant-col-xs-offset-4 {
    margin-left: 16.66666667%;
}

.ant-col-xs-order-4 {
    order: 4;
}

.ant-col-xs-3 {
    display: block;
    width: 12.5%;
}

.ant-col-xs-push-3 {
    left: 12.5%;
}

.ant-col-xs-pull-3 {
    right: 12.5%;
}

.ant-col-xs-offset-3 {
    margin-left: 12.5%;
}

.ant-col-xs-order-3 {
    order: 3;
}

.ant-col-xs-2 {
    display: block;
    width: 8.33333333%;
}

.ant-col-xs-push-2 {
    left: 8.33333333%;
}

.ant-col-xs-pull-2 {
    right: 8.33333333%;
}

.ant-col-xs-offset-2 {
    margin-left: 8.33333333%;
}

.ant-col-xs-order-2 {
    order: 2;
}

.ant-col-xs-1 {
    display: block;
    width: 4.16666667%;
}

.ant-col-xs-push-1 {
    left: 4.16666667%;
}

.ant-col-xs-pull-1 {
    right: 4.16666667%;
}

.ant-col-xs-offset-1 {
    margin-left: 4.16666667%;
}

.ant-col-xs-order-1 {
    order: 1;
}

.ant-col-xs-0 {
    display: none;
}

.ant-col-push-0 {
    left: auto;
}

.ant-col-pull-0 {
    right: auto;
}

.ant-col-xs-push-0 {
    left: auto;
}

.ant-col-xs-pull-0 {
    right: auto;
}

.ant-col-xs-offset-0 {
    margin-left: 0;
}

.ant-col-xs-order-0 {
    order: 0;
}

@media (min-width: 768px) {
    .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
        float: left;
        flex: 0 0 auto;
    }

    .ant-col-sm-24 {
        display: block;
        width: 100%;
    }

    .ant-col-sm-push-24 {
        left: 100%;
    }

    .ant-col-sm-pull-24 {
        right: 100%;
    }

    .ant-col-sm-offset-24 {
        margin-left: 100%;
    }

    .ant-col-sm-order-24 {
        order: 24;
    }

    .ant-col-sm-23 {
        display: block;
        width: 95.83333333%;
    }

    .ant-col-sm-push-23 {
        left: 95.83333333%;
    }

    .ant-col-sm-pull-23 {
        right: 95.83333333%;
    }

    .ant-col-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .ant-col-sm-order-23 {
        order: 23;
    }

    .ant-col-sm-22 {
        display: block;
        width: 91.66666667%;
    }

    .ant-col-sm-push-22 {
        left: 91.66666667%;
    }

    .ant-col-sm-pull-22 {
        right: 91.66666667%;
    }

    .ant-col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .ant-col-sm-order-22 {
        order: 22;
    }

    .ant-col-sm-21 {
        display: block;
        width: 87.5%;
    }

    .ant-col-sm-push-21 {
        left: 87.5%;
    }

    .ant-col-sm-pull-21 {
        right: 87.5%;
    }

    .ant-col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .ant-col-sm-order-21 {
        order: 21;
    }

    .ant-col-sm-20 {
        display: block;
        width: 83.33333333%;
    }

    .ant-col-sm-push-20 {
        left: 83.33333333%;
    }

    .ant-col-sm-pull-20 {
        right: 83.33333333%;
    }

    .ant-col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .ant-col-sm-order-20 {
        order: 20;
    }

    .ant-col-sm-19 {
        display: block;
        width: 79.16666667%;
    }

    .ant-col-sm-push-19 {
        left: 79.16666667%;
    }

    .ant-col-sm-pull-19 {
        right: 79.16666667%;
    }

    .ant-col-sm-offset-19 {
        margin-left: 79.16666667%;
    }

    .ant-col-sm-order-19 {
        order: 19;
    }

    .ant-col-sm-18 {
        display: block;
        width: 75%;
    }

    .ant-col-sm-push-18 {
        left: 75%;
    }

    .ant-col-sm-pull-18 {
        right: 75%;
    }

    .ant-col-sm-offset-18 {
        margin-left: 75%;
    }

    .ant-col-sm-order-18 {
        order: 18;
    }

    .ant-col-sm-17 {
        display: block;
        width: 70.83333333%;
    }

    .ant-col-sm-push-17 {
        left: 70.83333333%;
    }

    .ant-col-sm-pull-17 {
        right: 70.83333333%;
    }

    .ant-col-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .ant-col-sm-order-17 {
        order: 17;
    }

    .ant-col-sm-16 {
        display: block;
        width: 66.66666667%;
    }

    .ant-col-sm-push-16 {
        left: 66.66666667%;
    }

    .ant-col-sm-pull-16 {
        right: 66.66666667%;
    }

    .ant-col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .ant-col-sm-order-16 {
        order: 16;
    }

    .ant-col-sm-15 {
        display: block;
        width: 62.5%;
    }

    .ant-col-sm-push-15 {
        left: 62.5%;
    }

    .ant-col-sm-pull-15 {
        right: 62.5%;
    }

    .ant-col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .ant-col-sm-order-15 {
        order: 15;
    }

    .ant-col-sm-14 {
        display: block;
        width: 58.33333333%;
    }

    .ant-col-sm-push-14 {
        left: 58.33333333%;
    }

    .ant-col-sm-pull-14 {
        right: 58.33333333%;
    }

    .ant-col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .ant-col-sm-order-14 {
        order: 14;
    }

    .ant-col-sm-13 {
        display: block;
        width: 54.16666667%;
    }

    .ant-col-sm-push-13 {
        left: 54.16666667%;
    }

    .ant-col-sm-pull-13 {
        right: 54.16666667%;
    }

    .ant-col-sm-offset-13 {
        margin-left: 54.16666667%;
    }

    .ant-col-sm-order-13 {
        order: 13;
    }

    .ant-col-sm-12 {
        display: block;
        width: 50%;
    }

    .ant-col-sm-push-12 {
        left: 50%;
    }

    .ant-col-sm-pull-12 {
        right: 50%;
    }

    .ant-col-sm-offset-12 {
        margin-left: 50%;
    }

    .ant-col-sm-order-12 {
        order: 12;
    }

    .ant-col-sm-11 {
        display: block;
        width: 45.83333333%;
    }

    .ant-col-sm-push-11 {
        left: 45.83333333%;
    }

    .ant-col-sm-pull-11 {
        right: 45.83333333%;
    }

    .ant-col-sm-offset-11 {
        margin-left: 45.83333333%;
    }

    .ant-col-sm-order-11 {
        order: 11;
    }

    .ant-col-sm-10 {
        display: block;
        width: 41.66666667%;
    }

    .ant-col-sm-push-10 {
        left: 41.66666667%;
    }

    .ant-col-sm-pull-10 {
        right: 41.66666667%;
    }

    .ant-col-sm-offset-10 {
        margin-left: 41.66666667%;
    }

    .ant-col-sm-order-10 {
        order: 10;
    }

    .ant-col-sm-9 {
        display: block;
        width: 37.5%;
    }

    .ant-col-sm-push-9 {
        left: 37.5%;
    }

    .ant-col-sm-pull-9 {
        right: 37.5%;
    }

    .ant-col-sm-offset-9 {
        margin-left: 37.5%;
    }

    .ant-col-sm-order-9 {
        order: 9;
    }

    .ant-col-sm-8 {
        display: block;
        width: 33.33333333%;
    }

    .ant-col-sm-push-8 {
        left: 33.33333333%;
    }

    .ant-col-sm-pull-8 {
        right: 33.33333333%;
    }

    .ant-col-sm-offset-8 {
        margin-left: 33.33333333%;
    }

    .ant-col-sm-order-8 {
        order: 8;
    }

    .ant-col-sm-7 {
        display: block;
        width: 29.16666667%;
    }

    .ant-col-sm-push-7 {
        left: 29.16666667%;
    }

    .ant-col-sm-pull-7 {
        right: 29.16666667%;
    }

    .ant-col-sm-offset-7 {
        margin-left: 29.16666667%;
    }

    .ant-col-sm-order-7 {
        order: 7;
    }

    .ant-col-sm-6 {
        display: block;
        width: 25%;
    }

    .ant-col-sm-push-6 {
        left: 25%;
    }

    .ant-col-sm-pull-6 {
        right: 25%;
    }

    .ant-col-sm-offset-6 {
        margin-left: 25%;
    }

    .ant-col-sm-order-6 {
        order: 6;
    }

    .ant-col-sm-5 {
        display: block;
        width: 20.83333333%;
    }

    .ant-col-sm-push-5 {
        left: 20.83333333%;
    }

    .ant-col-sm-pull-5 {
        right: 20.83333333%;
    }

    .ant-col-sm-offset-5 {
        margin-left: 20.83333333%;
    }

    .ant-col-sm-order-5 {
        order: 5;
    }

    .ant-col-sm-4 {
        display: block;
        width: 16.66666667%;
    }

    .ant-col-sm-push-4 {
        left: 16.66666667%;
    }

    .ant-col-sm-pull-4 {
        right: 16.66666667%;
    }

    .ant-col-sm-offset-4 {
        margin-left: 16.66666667%;
    }

    .ant-col-sm-order-4 {
        order: 4;
    }

    .ant-col-sm-3 {
        display: block;
        width: 12.5%;
    }

    .ant-col-sm-push-3 {
        left: 12.5%;
    }

    .ant-col-sm-pull-3 {
        right: 12.5%;
    }

    .ant-col-sm-offset-3 {
        margin-left: 12.5%;
    }

    .ant-col-sm-order-3 {
        order: 3;
    }

    .ant-col-sm-2 {
        display: block;
        width: 8.33333333%;
    }

    .ant-col-sm-push-2 {
        left: 8.33333333%;
    }

    .ant-col-sm-pull-2 {
        right: 8.33333333%;
    }

    .ant-col-sm-offset-2 {
        margin-left: 8.33333333%;
    }

    .ant-col-sm-order-2 {
        order: 2;
    }

    .ant-col-sm-1 {
        display: block;
        width: 4.16666667%;
    }

    .ant-col-sm-push-1 {
        left: 4.16666667%;
    }

    .ant-col-sm-pull-1 {
        right: 4.16666667%;
    }

    .ant-col-sm-offset-1 {
        margin-left: 4.16666667%;
    }

    .ant-col-sm-order-1 {
        order: 1;
    }

    .ant-col-sm-0 {
        display: none;
    }

    .ant-col-push-0 {
        left: auto;
    }

    .ant-col-pull-0 {
        right: auto;
    }

    .ant-col-sm-push-0 {
        left: auto;
    }

    .ant-col-sm-pull-0 {
        right: auto;
    }

    .ant-col-sm-offset-0 {
        margin-left: 0;
    }

    .ant-col-sm-order-0 {
        order: 0;
    }
}

@media (min-width: 992px) {
    .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
        float: left;
        flex: 0 0 auto;
    }

    .ant-col-md-24 {
        display: block;
        width: 100%;
    }

    .ant-col-md-push-24 {
        left: 100%;
    }

    .ant-col-md-pull-24 {
        right: 100%;
    }

    .ant-col-md-offset-24 {
        margin-left: 100%;
    }

    .ant-col-md-order-24 {
        order: 24;
    }

    .ant-col-md-23 {
        display: block;
        width: 95.83333333%;
    }

    .ant-col-md-push-23 {
        left: 95.83333333%;
    }

    .ant-col-md-pull-23 {
        right: 95.83333333%;
    }

    .ant-col-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .ant-col-md-order-23 {
        order: 23;
    }

    .ant-col-md-22 {
        display: block;
        width: 91.66666667%;
    }

    .ant-col-md-push-22 {
        left: 91.66666667%;
    }

    .ant-col-md-pull-22 {
        right: 91.66666667%;
    }

    .ant-col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .ant-col-md-order-22 {
        order: 22;
    }

    .ant-col-md-21 {
        display: block;
        width: 87.5%;
    }

    .ant-col-md-push-21 {
        left: 87.5%;
    }

    .ant-col-md-pull-21 {
        right: 87.5%;
    }

    .ant-col-md-offset-21 {
        margin-left: 87.5%;
    }

    .ant-col-md-order-21 {
        order: 21;
    }

    .ant-col-md-20 {
        display: block;
        width: 83.33333333%;
    }

    .ant-col-md-push-20 {
        left: 83.33333333%;
    }

    .ant-col-md-pull-20 {
        right: 83.33333333%;
    }

    .ant-col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .ant-col-md-order-20 {
        order: 20;
    }

    .ant-col-md-19 {
        display: block;
        width: 79.16666667%;
    }

    .ant-col-md-push-19 {
        left: 79.16666667%;
    }

    .ant-col-md-pull-19 {
        right: 79.16666667%;
    }

    .ant-col-md-offset-19 {
        margin-left: 79.16666667%;
    }

    .ant-col-md-order-19 {
        order: 19;
    }

    .ant-col-md-18 {
        display: block;
        width: 75%;
    }

    .ant-col-md-push-18 {
        left: 75%;
    }

    .ant-col-md-pull-18 {
        right: 75%;
    }

    .ant-col-md-offset-18 {
        margin-left: 75%;
    }

    .ant-col-md-order-18 {
        order: 18;
    }

    .ant-col-md-17 {
        display: block;
        width: 70.83333333%;
    }

    .ant-col-md-push-17 {
        left: 70.83333333%;
    }

    .ant-col-md-pull-17 {
        right: 70.83333333%;
    }

    .ant-col-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .ant-col-md-order-17 {
        order: 17;
    }

    .ant-col-md-16 {
        display: block;
        width: 66.66666667%;
    }

    .ant-col-md-push-16 {
        left: 66.66666667%;
    }

    .ant-col-md-pull-16 {
        right: 66.66666667%;
    }

    .ant-col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .ant-col-md-order-16 {
        order: 16;
    }

    .ant-col-md-15 {
        display: block;
        width: 62.5%;
    }

    .ant-col-md-push-15 {
        left: 62.5%;
    }

    .ant-col-md-pull-15 {
        right: 62.5%;
    }

    .ant-col-md-offset-15 {
        margin-left: 62.5%;
    }

    .ant-col-md-order-15 {
        order: 15;
    }

    .ant-col-md-14 {
        display: block;
        width: 58.33333333%;
    }

    .ant-col-md-push-14 {
        left: 58.33333333%;
    }

    .ant-col-md-pull-14 {
        right: 58.33333333%;
    }

    .ant-col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .ant-col-md-order-14 {
        order: 14;
    }

    .ant-col-md-13 {
        display: block;
        width: 54.16666667%;
    }

    .ant-col-md-push-13 {
        left: 54.16666667%;
    }

    .ant-col-md-pull-13 {
        right: 54.16666667%;
    }

    .ant-col-md-offset-13 {
        margin-left: 54.16666667%;
    }

    .ant-col-md-order-13 {
        order: 13;
    }

    .ant-col-md-12 {
        display: block;
        width: 50%;
    }

    .ant-col-md-push-12 {
        left: 50%;
    }

    .ant-col-md-pull-12 {
        right: 50%;
    }

    .ant-col-md-offset-12 {
        margin-left: 50%;
    }

    .ant-col-md-order-12 {
        order: 12;
    }

    .ant-col-md-11 {
        display: block;
        width: 45.83333333%;
    }

    .ant-col-md-push-11 {
        left: 45.83333333%;
    }

    .ant-col-md-pull-11 {
        right: 45.83333333%;
    }

    .ant-col-md-offset-11 {
        margin-left: 45.83333333%;
    }

    .ant-col-md-order-11 {
        order: 11;
    }

    .ant-col-md-10 {
        display: block;
        width: 41.66666667%;
    }

    .ant-col-md-push-10 {
        left: 41.66666667%;
    }

    .ant-col-md-pull-10 {
        right: 41.66666667%;
    }

    .ant-col-md-offset-10 {
        margin-left: 41.66666667%;
    }

    .ant-col-md-order-10 {
        order: 10;
    }

    .ant-col-md-9 {
        display: block;
        width: 37.5%;
    }

    .ant-col-md-push-9 {
        left: 37.5%;
    }

    .ant-col-md-pull-9 {
        right: 37.5%;
    }

    .ant-col-md-offset-9 {
        margin-left: 37.5%;
    }

    .ant-col-md-order-9 {
        order: 9;
    }

    .ant-col-md-8 {
        display: block;
        width: 33.33333333%;
    }

    .ant-col-md-push-8 {
        left: 33.33333333%;
    }

    .ant-col-md-pull-8 {
        right: 33.33333333%;
    }

    .ant-col-md-offset-8 {
        margin-left: 33.33333333%;
    }

    .ant-col-md-order-8 {
        order: 8;
    }

    .ant-col-md-7 {
        display: block;
        width: 29.16666667%;
    }

    .ant-col-md-push-7 {
        left: 29.16666667%;
    }

    .ant-col-md-pull-7 {
        right: 29.16666667%;
    }

    .ant-col-md-offset-7 {
        margin-left: 29.16666667%;
    }

    .ant-col-md-order-7 {
        order: 7;
    }

    .ant-col-md-6 {
        display: block;
        width: 25%;
    }

    .ant-col-md-push-6 {
        left: 25%;
    }

    .ant-col-md-pull-6 {
        right: 25%;
    }

    .ant-col-md-offset-6 {
        margin-left: 25%;
    }

    .ant-col-md-order-6 {
        order: 6;
    }

    .ant-col-md-5 {
        display: block;
        width: 20.83333333%;
    }

    .ant-col-md-push-5 {
        left: 20.83333333%;
    }

    .ant-col-md-pull-5 {
        right: 20.83333333%;
    }

    .ant-col-md-offset-5 {
        margin-left: 20.83333333%;
    }

    .ant-col-md-order-5 {
        order: 5;
    }

    .ant-col-md-4 {
        display: block;
        width: 16.66666667%;
    }

    .ant-col-md-push-4 {
        left: 16.66666667%;
    }

    .ant-col-md-pull-4 {
        right: 16.66666667%;
    }

    .ant-col-md-offset-4 {
        margin-left: 16.66666667%;
    }

    .ant-col-md-order-4 {
        order: 4;
    }

    .ant-col-md-3 {
        display: block;
        width: 12.5%;
    }

    .ant-col-md-push-3 {
        left: 12.5%;
    }

    .ant-col-md-pull-3 {
        right: 12.5%;
    }

    .ant-col-md-offset-3 {
        margin-left: 12.5%;
    }

    .ant-col-md-order-3 {
        order: 3;
    }

    .ant-col-md-2 {
        display: block;
        width: 8.33333333%;
    }

    .ant-col-md-push-2 {
        left: 8.33333333%;
    }

    .ant-col-md-pull-2 {
        right: 8.33333333%;
    }

    .ant-col-md-offset-2 {
        margin-left: 8.33333333%;
    }

    .ant-col-md-order-2 {
        order: 2;
    }

    .ant-col-md-1 {
        display: block;
        width: 4.16666667%;
    }

    .ant-col-md-push-1 {
        left: 4.16666667%;
    }

    .ant-col-md-pull-1 {
        right: 4.16666667%;
    }

    .ant-col-md-offset-1 {
        margin-left: 4.16666667%;
    }

    .ant-col-md-order-1 {
        order: 1;
    }

    .ant-col-md-0 {
        display: none;
    }

    .ant-col-push-0 {
        left: auto;
    }

    .ant-col-pull-0 {
        right: auto;
    }

    .ant-col-md-push-0 {
        left: auto;
    }

    .ant-col-md-pull-0 {
        right: auto;
    }

    .ant-col-md-offset-0 {
        margin-left: 0;
    }

    .ant-col-md-order-0 {
        order: 0;
    }
}

@media (min-width: 1200px) {
    .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
        float: left;
        flex: 0 0 auto;
    }

    .ant-col-lg-24 {
        display: block;
        width: 100%;
    }

    .ant-col-lg-push-24 {
        left: 100%;
    }

    .ant-col-lg-pull-24 {
        right: 100%;
    }

    .ant-col-lg-offset-24 {
        margin-left: 100%;
    }

    .ant-col-lg-order-24 {
        order: 24;
    }

    .ant-col-lg-23 {
        display: block;
        width: 95.83333333%;
    }

    .ant-col-lg-push-23 {
        left: 95.83333333%;
    }

    .ant-col-lg-pull-23 {
        right: 95.83333333%;
    }

    .ant-col-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .ant-col-lg-order-23 {
        order: 23;
    }

    .ant-col-lg-22 {
        display: block;
        width: 91.66666667%;
    }

    .ant-col-lg-push-22 {
        left: 91.66666667%;
    }

    .ant-col-lg-pull-22 {
        right: 91.66666667%;
    }

    .ant-col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .ant-col-lg-order-22 {
        order: 22;
    }

    .ant-col-lg-21 {
        display: block;
        width: 87.5%;
    }

    .ant-col-lg-push-21 {
        left: 87.5%;
    }

    .ant-col-lg-pull-21 {
        right: 87.5%;
    }

    .ant-col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .ant-col-lg-order-21 {
        order: 21;
    }

    .ant-col-lg-20 {
        display: block;
        width: 83.33333333%;
    }

    .ant-col-lg-push-20 {
        left: 83.33333333%;
    }

    .ant-col-lg-pull-20 {
        right: 83.33333333%;
    }

    .ant-col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .ant-col-lg-order-20 {
        order: 20;
    }

    .ant-col-lg-19 {
        display: block;
        width: 79.16666667%;
    }

    .ant-col-lg-push-19 {
        left: 79.16666667%;
    }

    .ant-col-lg-pull-19 {
        right: 79.16666667%;
    }

    .ant-col-lg-offset-19 {
        margin-left: 79.16666667%;
    }

    .ant-col-lg-order-19 {
        order: 19;
    }

    .ant-col-lg-18 {
        display: block;
        width: 75%;
    }

    .ant-col-lg-push-18 {
        left: 75%;
    }

    .ant-col-lg-pull-18 {
        right: 75%;
    }

    .ant-col-lg-offset-18 {
        margin-left: 75%;
    }

    .ant-col-lg-order-18 {
        order: 18;
    }

    .ant-col-lg-17 {
        display: block;
        width: 70.83333333%;
    }

    .ant-col-lg-push-17 {
        left: 70.83333333%;
    }

    .ant-col-lg-pull-17 {
        right: 70.83333333%;
    }

    .ant-col-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .ant-col-lg-order-17 {
        order: 17;
    }

    .ant-col-lg-16 {
        display: block;
        width: 66.66666667%;
    }

    .ant-col-lg-push-16 {
        left: 66.66666667%;
    }

    .ant-col-lg-pull-16 {
        right: 66.66666667%;
    }

    .ant-col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .ant-col-lg-order-16 {
        order: 16;
    }

    .ant-col-lg-15 {
        display: block;
        width: 62.5%;
    }

    .ant-col-lg-push-15 {
        left: 62.5%;
    }

    .ant-col-lg-pull-15 {
        right: 62.5%;
    }

    .ant-col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .ant-col-lg-order-15 {
        order: 15;
    }

    .ant-col-lg-14 {
        display: block;
        width: 58.33333333%;
    }

    .ant-col-lg-push-14 {
        left: 58.33333333%;
    }

    .ant-col-lg-pull-14 {
        right: 58.33333333%;
    }

    .ant-col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .ant-col-lg-order-14 {
        order: 14;
    }

    .ant-col-lg-13 {
        display: block;
        width: 54.16666667%;
    }

    .ant-col-lg-push-13 {
        left: 54.16666667%;
    }

    .ant-col-lg-pull-13 {
        right: 54.16666667%;
    }

    .ant-col-lg-offset-13 {
        margin-left: 54.16666667%;
    }

    .ant-col-lg-order-13 {
        order: 13;
    }

    .ant-col-lg-12 {
        display: block;
        width: 50%;
    }

    .ant-col-lg-push-12 {
        left: 50%;
    }

    .ant-col-lg-pull-12 {
        right: 50%;
    }

    .ant-col-lg-offset-12 {
        margin-left: 50%;
    }

    .ant-col-lg-order-12 {
        order: 12;
    }

    .ant-col-lg-11 {
        display: block;
        width: 45.83333333%;
    }

    .ant-col-lg-push-11 {
        left: 45.83333333%;
    }

    .ant-col-lg-pull-11 {
        right: 45.83333333%;
    }

    .ant-col-lg-offset-11 {
        margin-left: 45.83333333%;
    }

    .ant-col-lg-order-11 {
        order: 11;
    }

    .ant-col-lg-10 {
        display: block;
        width: 41.66666667%;
    }

    .ant-col-lg-push-10 {
        left: 41.66666667%;
    }

    .ant-col-lg-pull-10 {
        right: 41.66666667%;
    }

    .ant-col-lg-offset-10 {
        margin-left: 41.66666667%;
    }

    .ant-col-lg-order-10 {
        order: 10;
    }

    .ant-col-lg-9 {
        display: block;
        width: 37.5%;
    }

    .ant-col-lg-push-9 {
        left: 37.5%;
    }

    .ant-col-lg-pull-9 {
        right: 37.5%;
    }

    .ant-col-lg-offset-9 {
        margin-left: 37.5%;
    }

    .ant-col-lg-order-9 {
        order: 9;
    }

    .ant-col-lg-8 {
        display: block;
        width: 33.33333333%;
    }

    .ant-col-lg-push-8 {
        left: 33.33333333%;
    }

    .ant-col-lg-pull-8 {
        right: 33.33333333%;
    }

    .ant-col-lg-offset-8 {
        margin-left: 33.33333333%;
    }

    .ant-col-lg-order-8 {
        order: 8;
    }

    .ant-col-lg-7 {
        display: block;
        width: 29.16666667%;
    }

    .ant-col-lg-push-7 {
        left: 29.16666667%;
    }

    .ant-col-lg-pull-7 {
        right: 29.16666667%;
    }

    .ant-col-lg-offset-7 {
        margin-left: 29.16666667%;
    }

    .ant-col-lg-order-7 {
        order: 7;
    }

    .ant-col-lg-6 {
        display: block;
        width: 25%;
    }

    .ant-col-lg-push-6 {
        left: 25%;
    }

    .ant-col-lg-pull-6 {
        right: 25%;
    }

    .ant-col-lg-offset-6 {
        margin-left: 25%;
    }

    .ant-col-lg-order-6 {
        order: 6;
    }

    .ant-col-lg-5 {
        display: block;
        width: 20.83333333%;
    }

    .ant-col-lg-push-5 {
        left: 20.83333333%;
    }

    .ant-col-lg-pull-5 {
        right: 20.83333333%;
    }

    .ant-col-lg-offset-5 {
        margin-left: 20.83333333%;
    }

    .ant-col-lg-order-5 {
        order: 5;
    }

    .ant-col-lg-4 {
        display: block;
        width: 16.66666667%;
    }

    .ant-col-lg-push-4 {
        left: 16.66666667%;
    }

    .ant-col-lg-pull-4 {
        right: 16.66666667%;
    }

    .ant-col-lg-offset-4 {
        margin-left: 16.66666667%;
    }

    .ant-col-lg-order-4 {
        order: 4;
    }

    .ant-col-lg-3 {
        display: block;
        width: 12.5%;
    }

    .ant-col-lg-push-3 {
        left: 12.5%;
    }

    .ant-col-lg-pull-3 {
        right: 12.5%;
    }

    .ant-col-lg-offset-3 {
        margin-left: 12.5%;
    }

    .ant-col-lg-order-3 {
        order: 3;
    }

    .ant-col-lg-2 {
        display: block;
        width: 8.33333333%;
    }

    .ant-col-lg-push-2 {
        left: 8.33333333%;
    }

    .ant-col-lg-pull-2 {
        right: 8.33333333%;
    }

    .ant-col-lg-offset-2 {
        margin-left: 8.33333333%;
    }

    .ant-col-lg-order-2 {
        order: 2;
    }

    .ant-col-lg-1 {
        display: block;
        width: 4.16666667%;
    }

    .ant-col-lg-push-1 {
        left: 4.16666667%;
    }

    .ant-col-lg-pull-1 {
        right: 4.16666667%;
    }

    .ant-col-lg-offset-1 {
        margin-left: 4.16666667%;
    }

    .ant-col-lg-order-1 {
        order: 1;
    }

    .ant-col-lg-0 {
        display: none;
    }

    .ant-col-push-0 {
        left: auto;
    }

    .ant-col-pull-0 {
        right: auto;
    }

    .ant-col-lg-push-0 {
        left: auto;
    }

    .ant-col-lg-pull-0 {
        right: auto;
    }

    .ant-col-lg-offset-0 {
        margin-left: 0;
    }

    .ant-col-lg-order-0 {
        order: 0;
    }
}

.ant-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 2px;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    color: #666666;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn > .anticon {
    line-height: 1;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.ant-btn:not([disabled]):hover {
    text-decoration: none;
}

.ant-btn:not([disabled]):active {
    outline: 0;
    transition: none;
}

.ant-btn.disabled, .ant-btn[disabled] {
    cursor: not-allowed;
}

.ant-btn.disabled > *, .ant-btn[disabled] > * {
    pointer-events: none;
}

.ant-btn-lg {
    padding: 4px 15px 5px 15px;
    font-size: 14px;
    border-radius: 2px;
}

.ant-btn-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 2px;
}

.ant-btn > a:only-child {
    color: currentColor;
}

.ant-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn > a:only-child {
    color: currentColor;
}

.ant-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:hover, .ant-btn:focus {
    color: #7dabe6;
    background-color: #f7f7f7;
    border-color: #7dabe6;
}

.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {
    color: currentColor;
}

.ant-btn:hover > a:only-child:after, .ant-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {
    color: currentColor;
}

.ant-btn:hover > a:only-child:after, .ant-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:active, .ant-btn.active {
    color: #4579c4;
    background-color: #f7f7f7;
    border-color: #4579c4;
}

.ant-btn:active > a:only-child, .ant-btn.active > a:only-child {
    color: currentColor;
}

.ant-btn:active > a:only-child:after, .ant-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:active > a:only-child, .ant-btn.active > a:only-child {
    color: currentColor;
}

.ant-btn:active > a:only-child:after, .ant-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn.disabled.active, .ant-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn.disabled.active, .ant-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn > a:only-child {
    color: currentColor;
}

.ant-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn > a:only-child {
    color: currentColor;
}

.ant-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:hover, .ant-btn:focus {
    color: #7dabe6;
    background-color: #f7f7f7;
    border-color: #7dabe6;
}

.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {
    color: currentColor;
}

.ant-btn:hover > a:only-child:after, .ant-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:hover > a:only-child, .ant-btn:focus > a:only-child {
    color: currentColor;
}

.ant-btn:hover > a:only-child:after, .ant-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:active, .ant-btn.active {
    color: #4579c4;
    background-color: #f7f7f7;
    border-color: #4579c4;
}

.ant-btn:active > a:only-child, .ant-btn.active > a:only-child {
    color: currentColor;
}

.ant-btn:active > a:only-child:after, .ant-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:active > a:only-child, .ant-btn.active > a:only-child {
    color: currentColor;
}

.ant-btn:active > a:only-child:after, .ant-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn.disabled.active, .ant-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled, .ant-btn[disabled], .ant-btn.disabled:hover, .ant-btn[disabled]:hover, .ant-btn.disabled:focus, .ant-btn[disabled]:focus, .ant-btn.disabled:active, .ant-btn[disabled]:active, .ant-btn.disabled.active, .ant-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn.disabled > a:only-child, .ant-btn[disabled] > a:only-child, .ant-btn.disabled:hover > a:only-child, .ant-btn[disabled]:hover > a:only-child, .ant-btn.disabled:focus > a:only-child, .ant-btn[disabled]:focus > a:only-child, .ant-btn.disabled:active > a:only-child, .ant-btn[disabled]:active > a:only-child, .ant-btn.disabled.active > a:only-child, .ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn.disabled > a:only-child:after, .ant-btn[disabled] > a:only-child:after, .ant-btn.disabled:hover > a:only-child:after, .ant-btn[disabled]:hover > a:only-child:after, .ant-btn.disabled:focus > a:only-child:after, .ant-btn[disabled]:focus > a:only-child:after, .ant-btn.disabled:active > a:only-child:after, .ant-btn[disabled]:active > a:only-child:after, .ant-btn.disabled.active > a:only-child:after, .ant-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn:hover, .ant-btn:focus, .ant-btn:active, .ant-btn.active {
    background: #fff;
}

.ant-btn-primary {
    color: #ffffff;
    background-color: #5491de;
    border-color: #5491de;
}

.ant-btn-primary > a:only-child {
    color: currentColor;
}

.ant-btn-primary > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary > a:only-child {
    color: currentColor;
}

.ant-btn-primary > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary:hover, .ant-btn-primary:focus {
    color: #ffffff;
    background-color: #7dabe6;
    border-color: #7dabe6;
}

.ant-btn-primary:hover > a:only-child, .ant-btn-primary:focus > a:only-child {
    color: currentColor;
}

.ant-btn-primary:hover > a:only-child:after, .ant-btn-primary:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary:hover > a:only-child, .ant-btn-primary:focus > a:only-child {
    color: currentColor;
}

.ant-btn-primary:hover > a:only-child:after, .ant-btn-primary:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary:active, .ant-btn-primary.active {
    color: #ffffff;
    background-color: #4579c4;
    border-color: #4579c4;
}

.ant-btn-primary:active > a:only-child, .ant-btn-primary.active > a:only-child {
    color: currentColor;
}

.ant-btn-primary:active > a:only-child:after, .ant-btn-primary.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary:active > a:only-child, .ant-btn-primary.active > a:only-child {
    color: currentColor;
}

.ant-btn-primary:active > a:only-child:after, .ant-btn-primary.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:focus, .ant-btn-primary.disabled:active, .ant-btn-primary[disabled]:active, .ant-btn-primary.disabled.active, .ant-btn-primary[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled] > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled] > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary.disabled, .ant-btn-primary[disabled], .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled]:hover, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:focus, .ant-btn-primary.disabled:active, .ant-btn-primary[disabled]:active, .ant-btn-primary.disabled.active, .ant-btn-primary[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled] > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled] > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
    border-right-color: #508ad3;
    border-left-color: #508ad3;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
    border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
    border-right-color: #508ad3;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
    border-right-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child), .ant-btn-group .ant-btn-primary + .ant-btn-primary {
    border-left-color: #508ad3;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
    border-left-color: #d9d9d9;
}

.ant-btn-ghost {
    color: #666666;
    background-color: transparent;
    border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
    color: currentColor;
}

.ant-btn-ghost > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost > a:only-child {
    color: currentColor;
}

.ant-btn-ghost > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:hover, .ant-btn-ghost:focus {
    color: #7dabe6;
    background-color: transparent;
    border-color: #7dabe6;
}

.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:hover > a:only-child:after, .ant-btn-ghost:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:hover > a:only-child:after, .ant-btn-ghost:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:active, .ant-btn-ghost.active {
    color: #4579c4;
    background-color: transparent;
    border-color: #4579c4;
}

.ant-btn-ghost:active > a:only-child, .ant-btn-ghost.active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:active > a:only-child:after, .ant-btn-ghost.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:active > a:only-child, .ant-btn-ghost.active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:active > a:only-child:after, .ant-btn-ghost.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .ant-btn-ghost.disabled:focus, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost.disabled:active, .ant-btn-ghost[disabled]:active, .ant-btn-ghost.disabled.active, .ant-btn-ghost[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .ant-btn-ghost.disabled:focus, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost.disabled:active, .ant-btn-ghost[disabled]:active, .ant-btn-ghost.disabled.active, .ant-btn-ghost[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost > a:only-child {
    color: currentColor;
}

.ant-btn-ghost > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost > a:only-child {
    color: currentColor;
}

.ant-btn-ghost > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:hover, .ant-btn-ghost:focus {
    color: #7dabe6;
    background-color: transparent;
    border-color: #7dabe6;
}

.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:hover > a:only-child:after, .ant-btn-ghost:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:hover > a:only-child, .ant-btn-ghost:focus > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:hover > a:only-child:after, .ant-btn-ghost:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:active, .ant-btn-ghost.active {
    color: #4579c4;
    background-color: transparent;
    border-color: #4579c4;
}

.ant-btn-ghost:active > a:only-child, .ant-btn-ghost.active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:active > a:only-child:after, .ant-btn-ghost.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost:active > a:only-child, .ant-btn-ghost.active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:active > a:only-child:after, .ant-btn-ghost.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .ant-btn-ghost.disabled:focus, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost.disabled:active, .ant-btn-ghost[disabled]:active, .ant-btn-ghost.disabled.active, .ant-btn-ghost[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled, .ant-btn-ghost[disabled], .ant-btn-ghost.disabled:hover, .ant-btn-ghost[disabled]:hover, .ant-btn-ghost.disabled:focus, .ant-btn-ghost[disabled]:focus, .ant-btn-ghost.disabled:active, .ant-btn-ghost[disabled]:active, .ant-btn-ghost.disabled.active, .ant-btn-ghost[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-ghost.disabled > a:only-child, .ant-btn-ghost[disabled] > a:only-child, .ant-btn-ghost.disabled:hover > a:only-child, .ant-btn-ghost[disabled]:hover > a:only-child, .ant-btn-ghost.disabled:focus > a:only-child, .ant-btn-ghost[disabled]:focus > a:only-child, .ant-btn-ghost.disabled:active > a:only-child, .ant-btn-ghost[disabled]:active > a:only-child, .ant-btn-ghost.disabled.active > a:only-child, .ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost.disabled > a:only-child:after, .ant-btn-ghost[disabled] > a:only-child:after, .ant-btn-ghost.disabled:hover > a:only-child:after, .ant-btn-ghost[disabled]:hover > a:only-child:after, .ant-btn-ghost.disabled:focus > a:only-child:after, .ant-btn-ghost[disabled]:focus > a:only-child:after, .ant-btn-ghost.disabled:active > a:only-child:after, .ant-btn-ghost[disabled]:active > a:only-child:after, .ant-btn-ghost.disabled.active > a:only-child:after, .ant-btn-ghost[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed {
    color: #666666;
    background-color: transparent;
    border-color: #d9d9d9;
    border-style: dashed;
}

.ant-btn-dashed > a:only-child {
    color: currentColor;
}

.ant-btn-dashed > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed > a:only-child {
    color: currentColor;
}

.ant-btn-dashed > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:hover, .ant-btn-dashed:focus {
    color: #7dabe6;
    background-color: transparent;
    border-color: #7dabe6;
}

.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:hover > a:only-child:after, .ant-btn-dashed:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:hover > a:only-child:after, .ant-btn-dashed:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:active, .ant-btn-dashed.active {
    color: #4579c4;
    background-color: transparent;
    border-color: #4579c4;
}

.ant-btn-dashed:active > a:only-child, .ant-btn-dashed.active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:active > a:only-child:after, .ant-btn-dashed.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:active > a:only-child, .ant-btn-dashed.active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:active > a:only-child:after, .ant-btn-dashed.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed.disabled:active, .ant-btn-dashed[disabled]:active, .ant-btn-dashed.disabled.active, .ant-btn-dashed[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed.disabled:active, .ant-btn-dashed[disabled]:active, .ant-btn-dashed.disabled.active, .ant-btn-dashed[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed > a:only-child {
    color: currentColor;
}

.ant-btn-dashed > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed > a:only-child {
    color: currentColor;
}

.ant-btn-dashed > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:hover, .ant-btn-dashed:focus {
    color: #7dabe6;
    background-color: transparent;
    border-color: #7dabe6;
}

.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:hover > a:only-child:after, .ant-btn-dashed:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:hover > a:only-child, .ant-btn-dashed:focus > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:hover > a:only-child:after, .ant-btn-dashed:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:active, .ant-btn-dashed.active {
    color: #4579c4;
    background-color: transparent;
    border-color: #4579c4;
}

.ant-btn-dashed:active > a:only-child, .ant-btn-dashed.active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:active > a:only-child:after, .ant-btn-dashed.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed:active > a:only-child, .ant-btn-dashed.active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:active > a:only-child:after, .ant-btn-dashed.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed.disabled:active, .ant-btn-dashed[disabled]:active, .ant-btn-dashed.disabled.active, .ant-btn-dashed[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled, .ant-btn-dashed[disabled], .ant-btn-dashed.disabled:hover, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:focus, .ant-btn-dashed.disabled:active, .ant-btn-dashed[disabled]:active, .ant-btn-dashed.disabled.active, .ant-btn-dashed[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-dashed.disabled > a:only-child, .ant-btn-dashed[disabled] > a:only-child, .ant-btn-dashed.disabled:hover > a:only-child, .ant-btn-dashed[disabled]:hover > a:only-child, .ant-btn-dashed.disabled:focus > a:only-child, .ant-btn-dashed[disabled]:focus > a:only-child, .ant-btn-dashed.disabled:active > a:only-child, .ant-btn-dashed[disabled]:active > a:only-child, .ant-btn-dashed.disabled.active > a:only-child, .ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed.disabled > a:only-child:after, .ant-btn-dashed[disabled] > a:only-child:after, .ant-btn-dashed.disabled:hover > a:only-child:after, .ant-btn-dashed[disabled]:hover > a:only-child:after, .ant-btn-dashed.disabled:focus > a:only-child:after, .ant-btn-dashed[disabled]:focus > a:only-child:after, .ant-btn-dashed.disabled:active > a:only-child:after, .ant-btn-dashed[disabled]:active > a:only-child:after, .ant-btn-dashed.disabled.active > a:only-child:after, .ant-btn-dashed[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-btn-circle, .ant-btn-circle-outline {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 14px;
    border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg, .ant-btn-circle-outline.ant-btn-lg {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm, .ant-btn-circle-outline.ant-btn-sm {
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 12px;
    border-radius: 50%;
}

.ant-btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #fff;
    opacity: 0.35;
    content: '';
    border-radius: inherit;
    z-index: 1;
    transition: opacity .2s;
    pointer-events: none;
    display: none;
}

.ant-btn.ant-btn-loading {
    padding-left: 29px;
    pointer-events: none;
    position: relative;
}

.ant-btn.ant-btn-loading .anticon {
    margin-left: -14px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn.ant-btn-loading:before {
    display: block;
}

.ant-btn-sm.ant-btn-loading {
    padding-left: 24px;
}

.ant-btn-sm.ant-btn-loading .anticon {
    margin-left: -17px;
}

.ant-btn-group {
    position: relative;
    display: inline-block;
}

.ant-btn-group > .ant-btn {
    position: relative;
    z-index: 1;
}

.ant-btn-group > .ant-btn:hover, .ant-btn-group > .ant-btn:focus, .ant-btn-group > .ant-btn:active, .ant-btn-group > .ant-btn.active {
    z-index: 2;
}

.ant-btn-group > .ant-btn:disabled {
    z-index: 0;
}

.ant-btn-group-lg > .ant-btn {
    padding: 4px 15px 5px 15px;
    font-size: 14px;
    border-radius: 2px;
}

.ant-btn-group-sm > .ant-btn {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 2px;
}

.ant-btn-group-sm > .ant-btn > .anticon {
    font-size: 12px;
}

.ant-btn-group .ant-btn + .ant-btn, .ant-btn + .ant-btn-group, .ant-btn-group + .ant-btn, .ant-btn-group + .ant-btn-group {
    margin-left: -1px;
}

.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.ant-btn-group > .ant-btn:first-child {
    margin-left: 0;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 8px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 8px;
}

.ant-btn-group > .ant-btn-group {
    float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
    border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 8px;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 8px;
}

.ant-btn:not(&-circle):not(&-circle-outline).ant-btn-icon-only {
    padding-left: 8px;
    padding-right: 8px;
}

.ant-btn > .anticon + span, .ant-btn > span + .anticon {
    margin-left: 0.5em;
}

.ant-btn-clicked:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: inherit;
    border: 0 solid #5491de;
    opacity: 0.4;
    animation: buttonEffect 0.36s ease-out forwards;
    display: block;
}

@keyframes buttonEffect {
    to {
        opacity: 0;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        border-width: 6px;
    }
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #999999;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

label {
    font-size: 12px;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
}

label {
    position: relative;
}

label > .anticon {
    vertical-align: top;
    font-size: 12px;
}

.ant-form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 12px;
    color: #ff5500;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled {
    cursor: not-allowed;
}

.ant-radio-inline.disabled, .ant-radio-vertical.disabled, .ant-checkbox-inline.disabled, .ant-checkbox-vertical.disabled {
    cursor: not-allowed;
}

.ant-radio.disabled label, .ant-checkbox.disabled label {
    cursor: not-allowed;
}

.ant-form-item {
    font-size: 12px;
    margin-bottom: 24px;
    color: #666666;
    vertical-align: top;
}

.ant-form-item > .ant-form-item, .ant-form-item:not(.ant-form) > .ant-form-item {
    margin-bottom: -24px;
}

.ant-form-item-control {
    line-height: 32px;
    position: relative;
    zoom: 1;
}

.ant-form-item-control:before, .ant-form-item-control:after {
    content: " ";
    display: table;
}

.ant-form-item-control:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-form-item-control:before, .ant-form-item-control:after {
    content: " ";
    display: table;
}

.ant-form-item-control:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-form-item-with-help {
    margin-bottom: 6px;
}

.ant-form-item-label {
    text-align: right;
    vertical-align: middle;
    padding: 7px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ant-form-item-label label {
    color: #666666;
}

.ant-form-item-label label:after {
    content: ":";
    margin: 0 8px 0 2px;
    position: relative;
    top: -0.5px;
}

.ant-form-item .ant-switch {
    margin: 4px 0;
}

.ant-form-item-no-colon .ant-form-item-label label:after {
    content: " ";
}

.ant-form-explain {
    line-height: 1.5;
}

.ant-form-explain, .ant-form-extra {
    color: #999999;
}

.ant-form-text {
    display: inline-block;
    padding-right: 8px;
}

.ant-form-split {
    display: block;
    text-align: center;
}

form .has-feedback .ant-input {
    padding-right: 24px;
}

form .has-feedback .ant-select-arrow, form .has-feedback .ant-select-selection__clear {
    right: 28px;
}

form .has-feedback .ant-select-selection-selected-value {
    padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
    padding-right: 36px;
}

form .has-feedback .ant-cascader-picker-clear {
    right: 28px;
}

form textarea.ant-input {
    height: auto;
}

form .ant-upload {
    background: transparent;
}

form input[type="radio"], form input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

form .ant-radio-inline, form .ant-checkbox-inline {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    margin-left: 8px;
}

form .ant-radio-inline:first-child, form .ant-checkbox-inline:first-child {
    margin-left: 0;
}

form .ant-checkbox-vertical, form .ant-radio-vertical {
    display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical {
    margin-left: 0;
}

form .ant-input-number {
    margin-top: -1px;
    margin-right: 8px;
}

form .ant-select, form .ant-cascader-picker {
    width: 100%;
}

.ant-input-group-wrap .ant-select-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ant-input-group-wrap .ant-select-selection:hover {
    border-color: #d9d9d9;
}

.ant-input-group-wrap .ant-select-selection--single {
    margin-left: -1px;
    height: 32px;
    background-color: #eee;
}

.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
    padding-left: 8px;
    padding-right: 25px;
    line-height: 30px;
}

.ant-input-group-wrap .ant-select-open .ant-select-selection {
    border-color: #d9d9d9;
    box-shadow: none;
}

.ant-form-horizontal .ant-form-item {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
}

.ant-form-horizontal .ant-form-item:before, .ant-form-horizontal .ant-form-item:after {
    content: " ";
    display: table;
}

.ant-form-horizontal .ant-form-item:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-form-horizontal .ant-form-item:before, .ant-form-horizontal .ant-form-item:after {
    content: " ";
    display: table;
}

.ant-form-horizontal .ant-form-item:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-form-horizontal .ant-radio-inline, .ant-form-horizontal .ant-checkbox-inline {
    vertical-align: baseline;
}

.ant-form-vertical .ant-form-item-label {
    padding: 0 0 8px;
}

.ant-form-vertical .ant-form-item-label label:after {
    content: '';
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
    margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > div {
    display: inline-block;
    vertical-align: middle;
}

.ant-form-inline .ant-form-text {
    display: inline-block;
}

.ant-form-inline .has-feedback {
    display: inline-block;
}

.ant-form-inline .ant-form-explain {
    position: absolute;
}

.ant-form-horizontal label > input[type="radio"], .ant-form-inline label > input[type="radio"], .ant-form-horizontal label > input[type="checkbox"], .ant-form-inline label > input[type="checkbox"] {
    margin-right: 4px;
}

.has-success.has-feedback:after, .has-warning.has-feedback:after, .has-error.has-feedback:after, .is-validating.has-feedback:after {
    position: absolute;
    top: 0;
    right: 0;
    visibility: visible;
    pointer-events: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    font-family: 'anticon';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.has-success.has-feedback:after {
    animation-name: diffZoomIn1 !important;
}

.has-error.has-feedback:after {
    animation-name: diffZoomIn2 !important;
}

.has-warning.has-feedback:after {
    animation-name: diffZoomIn3 !important;
}

.has-success.has-feedback:after {
    content: '\e630';
    color: #45be89;
}

.has-warning .ant-form-explain, .has-warning .ant-form-split {
    color: #ffaa00;
}

.has-warning .ant-input, .has-warning .ant-input:hover {
    border-color: #ffaa00;
}

.has-warning .ant-input:focus {
    border-color: #ffbe3d;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}

.has-warning .ant-input:not([disabled]):hover {
    border-color: #ffaa00;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ffbe3d;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}

.has-warning .ant-input-group-addon {
    color: #ffaa00;
    border-color: #ffaa00;
    background-color: #ffffff;
}

.has-warning .has-feedback {
    color: #ffaa00;
}

.has-warning.has-feedback:after {
    content: '\e62c';
    color: #ffaa00;
}

.has-warning .ant-select-selection {
    border-color: #ffaa00;
}

.has-warning .ant-select-open .ant-select-selection, .has-warning .ant-select-focused .ant-select-selection {
    border-color: #ffbe3d;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}

.has-warning .ant-calendar-picker-icon:after, .has-warning .ant-picker-icon:after, .has-warning .ant-select-arrow, .has-warning .ant-cascader-picker-arrow {
    color: #ffaa00;
}

.has-warning .ant-input-number, .has-warning .ant-time-picker-input {
    border-color: #ffaa00;
}

.has-warning .ant-input-number-focused, .has-warning .ant-time-picker-input-focused, .has-warning .ant-input-number:focus, .has-warning .ant-time-picker-input:focus {
    border-color: #ffbe3d;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}

.has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover {
    border-color: #ffaa00;
}

.has-error .ant-form-explain, .has-error .ant-form-split {
    color: #f47162;
}

.has-error .ant-input, .has-error .ant-input:hover {
    border-color: #f47162;
}

.has-error .ant-input:focus {
    border-color: #f79388;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(244, 113, 98, 0.2);
}

.has-error .ant-input:not([disabled]):hover {
    border-color: #f47162;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #f79388;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(244, 113, 98, 0.2);
}

.has-error .ant-input-group-addon {
    color: #f47162;
    border-color: #f47162;
    background-color: #ffffff;
}

.has-error .has-feedback {
    color: #f47162;
}

.has-error.has-feedback:after {
    content: '\e62e';
    color: #f47162;
}

.has-error .ant-select-selection {
    border-color: #f47162;
}

.has-error .ant-select-open .ant-select-selection, .has-error .ant-select-focused .ant-select-selection {
    border-color: #f79388;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(244, 113, 98, 0.2);
}

.has-error .ant-calendar-picker-icon:after, .has-error .ant-picker-icon:after, .has-error .ant-select-arrow, .has-error .ant-cascader-picker-arrow {
    color: #f47162;
}

.has-error .ant-input-number, .has-error .ant-time-picker-input {
    border-color: #f47162;
}

.has-error .ant-input-number-focused, .has-error .ant-time-picker-input-focused, .has-error .ant-input-number:focus, .has-error .ant-time-picker-input:focus {
    border-color: #f79388;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(244, 113, 98, 0.2);
}

.has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover {
    border-color: #f47162;
}

.has-error .ant-mention-wrapper .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
    border-color: #f47162;
}

.has-error .ant-mention-wrapper.active .ant-mention-editor, .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
    border-color: #f79388;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(244, 113, 98, 0.2);
}

.is-validating.has-feedback:after {
    display: inline-block;
    animation: loadingCircle 1s infinite linear;
    content: "\e6ae";
    color: #999999;
}

.ant-advanced-search-form .ant-form-item {
    margin-bottom: 16px;
}

.ant-advanced-search-form .ant-input, .ant-advanced-search-form .ant-input-group .ant-input, .ant-advanced-search-form .ant-input-group .ant-input-group-addon {
    height: 28px;
}

@keyframes diffZoomIn1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes diffZoomIn2 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes diffZoomIn3 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.ant-input-search-wrapper {
    position: relative;
}

.ant-input-search-wrapper .ant-input-search {
    transition: all .3s ease;
}

.ant-input-search-wrapper .ant-input-search-icon {
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
}

.ant-input-search-wrapper .ant-input-search-icon:hover {
    color: #5491de;
}

.ant-input-search-wrapper:hover .ant-input-search:not([disabled]) {
    border: 1px solid #5491de;
}

.ant-search-input-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.ant-search-input.ant-input-group .ant-input:first-child, .ant-search-input.ant-input-group .ant-select:first-child {
    border-radius: 2px;
    position: absolute;
    top: -1px;
    width: 100%;
}

.ant-search-input.ant-input-group .ant-input:first-child {
    padding-right: 36px;
}

.ant-search-input .ant-search-btn {
    color: #666666;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    border-radius: 0 1px 1px 0;
    left: -1px;
    position: relative;
    border-width: 0 0 0 1px;
    z-index: 2;
    padding-left: 8px;
    padding-right: 8px;
}

.ant-search-input .ant-search-btn > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:hover, .ant-search-input .ant-search-btn:focus {
    color: #7dabe6;
    background-color: #f7f7f7;
    border-color: #7dabe6;
}

.ant-search-input .ant-search-btn:hover > a:only-child, .ant-search-input .ant-search-btn:focus > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:hover > a:only-child:after, .ant-search-input .ant-search-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:hover > a:only-child, .ant-search-input .ant-search-btn:focus > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:hover > a:only-child:after, .ant-search-input .ant-search-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:active, .ant-search-input .ant-search-btn.active {
    color: #4579c4;
    background-color: #f7f7f7;
    border-color: #4579c4;
}

.ant-search-input .ant-search-btn:active > a:only-child, .ant-search-input .ant-search-btn.active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:active > a:only-child:after, .ant-search-input .ant-search-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:active > a:only-child, .ant-search-input .ant-search-btn.active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:active > a:only-child:after, .ant-search-input .ant-search-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled]:hover, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled]:hover, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:hover, .ant-search-input .ant-search-btn:focus {
    color: #7dabe6;
    background-color: #f7f7f7;
    border-color: #7dabe6;
}

.ant-search-input .ant-search-btn:hover > a:only-child, .ant-search-input .ant-search-btn:focus > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:hover > a:only-child:after, .ant-search-input .ant-search-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:hover > a:only-child, .ant-search-input .ant-search-btn:focus > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:hover > a:only-child:after, .ant-search-input .ant-search-btn:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:active, .ant-search-input .ant-search-btn.active {
    color: #4579c4;
    background-color: #f7f7f7;
    border-color: #4579c4;
}

.ant-search-input .ant-search-btn:active > a:only-child, .ant-search-input .ant-search-btn.active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:active > a:only-child:after, .ant-search-input .ant-search-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:active > a:only-child, .ant-search-input .ant-search-btn.active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn:active > a:only-child:after, .ant-search-input .ant-search-btn.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled]:hover, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled]:hover, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-search-btn:hover, .ant-search-input .ant-search-btn:focus, .ant-search-input .ant-search-btn:active, .ant-search-input .ant-search-btn.active {
    background: #fff;
}

.ant-search-input .ant-search-btn:hover {
    border-color: #d9d9d9;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty, .ant-search-input:hover .ant-search-btn-noempty {
    color: #ffffff;
    background-color: #5491de;
    border-color: #5491de;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child, .ant-search-input:hover .ant-search-btn-noempty > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child, .ant-search-input:hover .ant-search-btn-noempty > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover, .ant-search-input:hover .ant-search-btn-noempty:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus, .ant-search-input:hover .ant-search-btn-noempty:focus {
    color: #ffffff;
    background-color: #7dabe6;
    border-color: #7dabe6;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active, .ant-search-input:hover .ant-search-btn-noempty:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active, .ant-search-input:hover .ant-search-btn-noempty.active {
    color: #ffffff;
    background-color: #4579c4;
    border-color: #4579c4;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled, .ant-search-input:hover .ant-search-btn-noempty.disabled, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled], .ant-search-input:hover .ant-search-btn-noempty[disabled], .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active, .ant-search-input:hover .ant-search-btn-noempty.disabled:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active, .ant-search-input:hover .ant-search-btn-noempty.disabled.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active, .ant-search-input:hover .ant-search-btn-noempty[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled, .ant-search-input:hover .ant-search-btn-noempty.disabled, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled], .ant-search-input:hover .ant-search-btn-noempty[disabled], .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active, .ant-search-input:hover .ant-search-btn-noempty.disabled:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active, .ant-search-input:hover .ant-search-btn-noempty.disabled.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active, .ant-search-input:hover .ant-search-btn-noempty[disabled].active {
    color: #cccccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child {
    color: currentColor;
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
    margin-right: 29px;
}

.ant-input {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    width: 100%;
    height: 28px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}

.ant-input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.ant-input:-ms-input-placeholder {
    color: #cccccc;
}

.ant-input::-webkit-input-placeholder {
    color: #cccccc;
}

.ant-input:hover {
    border-color: #7dabe6;
}

.ant-input:focus {
    border-color: #7dabe6;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(84, 145, 222, 0.2);
}

.ant-input[disabled] {
    background-color: #f7f7f7;
    opacity: 1;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

.ant-input[disabled]:hover {
    border-color: #e2e2e2;
}

textarea.ant-input {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.ant-input-lg {
    padding: 6px 7px;
    height: 32px;
}

.ant-input-sm {
    padding: 1px 7px;
    height: 22px;
    border-radius: 2px;
}

.ant-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.ant-input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.ant-input-group > [class*="col-"] {
    padding-right: 8px;
}

.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group > .ant-input {
    display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.ant-input-group-addon, .ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.ant-input-group-wrap > * {
    display: block !important;
}

.ant-input-group .ant-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.ant-input-group-addon {
    padding: 4px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #666666;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    position: relative;
    transition: all .3s;
}

.ant-input-group-addon .ant-select {
    margin: -5px -7px;
}

.ant-input-group-addon .ant-select .ant-select-selection {
    background-color: inherit;
    border: 0;
    margin: -1px;
    border: 1px solid transparent;
    box-shadow: none;
}

.ant-input-group-addon .ant-select-open .ant-select-selection, .ant-input-group-addon .ant-select-focused .ant-select-selection {
    color: #5491de;
}

.ant-input-group-addon > i:only-child:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ant-input-group > span > .ant-input:first-child, .ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ant-input-group > span > .ant-input:first-child .ant-select .ant-select-selection, .ant-input-group > .ant-input:first-child .ant-select .ant-select-selection, .ant-input-group-addon:first-child .ant-select .ant-select-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ant-input-group > .ant-input-preSuffix-wrapper:not(:first-child) .ant-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ant-input-group > .ant-input-preSuffix-wrapper:not(:last-child) .ant-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ant-input-group-addon:first-child {
    border-right: 0;
}

.ant-input-group-addon:last-child {
    border-left: 0;
}

.ant-input-group > .ant-input:last-child, .ant-input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection, .ant-input-group-addon:last-child .ant-select .ant-select-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ant-input-group-lg .ant-input, .ant-input-group-lg > .ant-input-group-addon {
    padding: 6px 7px;
    height: 32px;
}

.ant-input-group-sm .ant-input, .ant-input-group-sm > .ant-input-group-addon {
    padding: 1px 7px;
    height: 22px;
    border-radius: 2px;
}

.ant-input-group .ant-input-preSuffix-wrapper {
    display: table-cell;
    width: 100%;
    float: left;
}

.ant-input-group.ant-input-group-compact > * {
    border-radius: 0;
    border-right-width: 0;
}

.ant-input-group.ant-input-group-compact .ant-input {
    float: none;
    z-index: auto;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input {
    border-radius: 0;
    border-right-width: 0;
}

.ant-input-group.ant-input-group-compact > *:first-child, .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-input-group.ant-input-group-compact > *:last-child, .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection, .ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right-width: 1px;
}

.ant-input-preSuffix-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ant-input-preSuffix-wrapper .ant-input {
    z-index: 1;
}

.ant-input-preSuffix-wrapper .ant-input-prefix, .ant-input-preSuffix-wrapper .ant-input-suffix {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.ant-input-preSuffix-wrapper .ant-input-prefix:after, .ant-input-preSuffix-wrapper .ant-input-suffix:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.ant-input-preSuffix-wrapper .ant-input-prefix {
    left: 7px;
}

.ant-input-preSuffix-wrapper .ant-input-suffix {
    right: 7px;
}

.ant-input-preSuffix-wrapper .ant-input:not(:first-child) {
    padding-left: 23px;
}

.ant-input-preSuffix-wrapper .ant-input:not(:last-child) {
    padding-right: 23px;
}

.ant-checkbox {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}

.ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-focused .ant-checkbox-inner {
    border-color: #5491de;
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s;
}

.ant-checkbox-inner:after {
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}

.ant-checkbox-input {
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    content: ' ';
    transform: scale(1);
    position: absolute;
    left: 2px;
    top: 5px;
    width: 8px;
    height: 1px;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    transform: rotate(45deg) scale(1);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ant-checkbox-checked .ant-checkbox-inner, .ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #5491de;
    border-color: #5491de;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
    animation-name: none;
    border-color: rgba(0, 0, 0, 0.25);
}

.ant-checkbox-disabled .ant-checkbox-inner {
    border-color: #d9d9d9 !important;
    background-color: #f3f3f3;
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
    animation-name: none;
    border-color: #f3f3f3;
}

.ant-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.ant-checkbox-wrapper {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}

.ant-checkbox-wrapper:not(:last-child) {
    margin-right: 8px;
}

.ant-checkbox-wrapper + span, .ant-checkbox + span {
    padding-left: 8px;
    padding-right: 8px;
}

.ant-checkbox-group {
    font-size: 12px;
}

.ant-checkbox-group-item {
    display: inline-block;
}

@media \0screen {
    .ant-checkbox-checked .ant-checkbox-inner:before, .ant-checkbox-checked .ant-checkbox-inner:after {
        font-family: 'anticon';
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e632";
        font-weight: bold;
        font-size: 8px;
        border: 0;
        color: #fff;
        left: 2px;
        top: 3px;
        position: absolute;
    }
}

.transitionsNone {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

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

html, body {
    height: 100%;
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

#react-content {
    position: relative;
    width: 100%;
    height: 100%;
}

input[readonly] {
    background-color: #f7f7f7;
}

.ant-calendar-picker input[readonly] {
    background-color: #fff;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.pos-relative {
    position: relative;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.t-text {
    color: #666666;
}

.t-primary {
    color: #5491de;
}

.t-red {
    color: #f47162;
}

.t-green {
    color: #45be89;
}

.t-orange {
    color: #ffaa00;
}

.t-grayer {
    color: #999;
}

.t-price {
    color: #f36a5a;
}

.inline-tips {
    color: #999;
}

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

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

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

.t-indent {
    text-indent: 2em;
}

.t-hanging {
    text-indent: hanging;
}

.t-pointer {
    cursor: pointer;
}

.va-t {
    vertical-align: top;
}

.va-b {
    vertical-align: bottom;
}

.va-m {
    vertical-align: middle;
}

.lh-default {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh28 {
    line-height: 28px;
}

.lh32 {
    line-height: 32px;
}

.lh36 {
    line-height: 36px;
}

.lh50 {
    line-height: 50px;
}

.lh60 {
    line-height: 60px;
}

.push {
    margin: 10px;
}

.no-push {
    margin: 0;
}

.pusht {
    margin-top: 10px;
}

.pushtt {
    margin-top: 20px;
}

.no-pusht {
    margin-top: 0;
}

.pushr {
    margin-right: 10px;
}

.no-pushr {
    margin-right: 0;
}

.pushb {
    margin-bottom: 10px;
}

.no-pushb {
    margin-bottom: 0;
}

.pushl {
    margin-left: 10px;
}

.no-pushl {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.fill {
    padding: 10px;
}

.no-fill {
    padding: 0;
}

.fillt {
    padding-top: 10px;
}

.no-fillt {
    padding-top: 0;
}

.fillr {
    padding-right: 10px;
}

.no-fillr {
    padding-right: 0;
}

.fillb {
    padding-bottom: 10px;
}

.no-fillb {
    padding-bottom: 0;
}

.filll {
    padding-left: 10px;
}

.fillll {
    padding-left: 20px;
}

.no-filll {
    padding-left: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.cursor-d {
    cursor: default;
}

.cursor-p {
    cursor: pointer;
}

.cursor-n {
    cursor: none;
}

.min-w100 {
    min-width: 100px;
}

.w240 {
    width: 240px;
}

.w360 {
    width: 360px;
}

.img-response img {
    width: 100%;
    vertical-align: middle;
}

.btn-remove {
    position: relative;
    top: 3px;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

.pagination-right {
    padding: 15px;
    zoom: 1;
}

.pagination-right:before, .pagination-right:after {
    content: " ";
    display: table;
}

.pagination-right:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.pagination-right:before, .pagination-right:after {
    content: " ";
    display: table;
}

.pagination-right:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.pagination-right .ant-pagination {
    float: right;
}

.ant-form-text {
    margin-left: 5px;
}

.addon-label {
    display: inline-block;
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 13px 0 10px;
    margin: -1px -3px 0 0;
    vertical-align: middle;
    color: #666;
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.addon-label.addon-label-lg {
    height: 32px;
    line-height: 32px;
    padding: 0 18px 0 15px;
}

.tag-Aqua {
    color: #fff;
    background: #3fc9d4;
}

.tag-Aqua a, .tag-Aqua a:hover, .tag-Aqua .anticon-cross, .tag-Aqua .anticon-cross:hover {
    color: #fff;
}

.number-light {
    padding: 0 5px;
    color: #fff;
    background-color: #b94a48;
}

.row-col {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    display: block;
    zoom: 1;
}

.row-col:before, .row-col:after {
    content: " ";
    display: table;
}

.row-col:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.row-col:before, .row-col:after {
    content: " ";
    display: table;
}

.row-col:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.row-col .col-5 {
    display: block;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
}

.help-tips {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    vertical-align: baseline;
    margin: 0 3px;
}

.page-title {
    font-weight: normal;
    margin: 10px 0;
}

.page-title .qmIcon {
    color: #666;
    padding: 0 10px;
    cursor: pointer;
}

.list-inline {
    zoom: 1;
}

.list-inline:before, .list-inline:after {
    content: " ";
    display: table;
}

.list-inline:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.list-inline:before, .list-inline:after {
    content: " ";
    display: table;
}

.list-inline:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.list-inline .list-item {
    float: left;
    display: inline-block;
}

.pro-logo-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(http://pic.tigo1688.com/qmui/v0.2/img/logo-pros.png) no-repeat;
    -webkit-background-size: 410px auto;
    background-size: 410px auto;
    /*云订货*/
    /*云商城*/
    /*云小店*/
    /*E生活*/
    /*云供货*/
    /*云采购*/
    /*销售助手*/
    /*快递助手*/
    /*网店管家*/
    /*小能客服*/
    /*金蝶ERP*/
    /*商品同步助手*/
    /*聚水潭*/
    /*旺店通ERP*/
    /*管家婆分销ERP*/
    /*短信*/
}

.pro-logo-img.w64 {
    width: 64px;
    height: 64px;
    -webkit-background-size: 330px auto;
    background-size: 330px auto;
}

.pro-logo-img.w60 {
    width: 60px;
    height: 60px;
    -webkit-background-size: 301px auto;
    background-size: 301px auto;
}

.pro-logo-img.w40 {
    width: 40px;
    height: 40px;
    -webkit-background-size: 205px auto;
    background-size: 205px auto;
}

.pro-logo-img.ydh {
    background-position: 0 0;
}

.pro-logo-img.ysc {
    background-position: 25% 0;
}

.pro-logo-img.yxd {
    background-position: 50% 0;
}

.pro-logo-img.elife {
    background-position: 75% 0;
}

.pro-logo-img.ygh {
    background-position: 100% 0;
}

.pro-logo-img.ycg {
    background-position: 0 25%;
}

.pro-logo-img.xszs {
    background-position: 25% 25%;
}

.pro-logo-img.kdzs, .pro-logo-img.FW_GOODS-10001139 {
    background-position: 50% 25%;
}

.pro-logo-img.wdgj, .pro-logo-img.FW_GOODS-10001137 {
    background-position: 75% 25%;
}

.pro-logo-img.xxkf, .pro-logo-img.FW_GOODS-10001148 {
    background-position: 100% 25%;
}

.pro-logo-img.jd-erp {
    background-position: 0 50%;
}

.pro-logo-img.sptb, .pro-logo-img.FW_GOODS-10001136 {
    background-position: 25% 50%;
}

.pro-logo-img.jst, .pro-logo-img.FW_GOODS-10001163 {
    background-position: 50% 50%;
}

.pro-logo-img.wdt, .pro-logo-img.FW_GOODS-10001154 {
    background-position: 75% 50%;
}

.pro-logo-img.gjpfx, .pro-logo-img.FW_GOODS-10001159 {
    background-position: 100% 50%;
}

.pro-logo-img.sms {
    background-position: 0 75%;
}

/*框类型*/

.blk {
    display: block;
}

.inline-blk {
    display: inline-block;
}

/*width 100%*/

.percent100 {
    width: 100%;
}

.modal-padding {
    padding: 20px;
}

.modal-padding-lr {
    padding: 0 20px;
}

/*在线商城分页*/

.pagination-retail {
    padding: 10px 12px;
    background-color: #fff;
}

.mr3 {
    margin-right: 3px;
}

.upload-qm .ant-upload.ant-upload-select-picture-card {
    width: 75px;
    height: 75px;
}

.upload-qm .ant-upload.ant-upload-select-picture-card i.anticon-plus {
    font-size: 28px;
    color: #999;
    padding-top: 5px;
}

.upload-qm .ant-upload-list-picture-card .ant-upload-list-item {
    width: 75px;
    height: 75px;
    padding: 0;
    margin-bottom: 0;
}

.upload-qm .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info .anticon-eye-o {
    margin-left: -22px;
}

.upload-qm .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info .anticon-delete {
    display: inline-block;
}

.upload-qm.un-deletable .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info .anticon-eye-o {
    margin-left: -8px;
}

.upload-qm.un-deletable .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info .anticon-delete {
    display: none;
}

.page-tips {
    position: relative;
    margin: 30px 0;
    font-size: 14px;
    zoom: 1;
}

.page-tips:before, .page-tips:after {
    content: " ";
    display: table;
}

.page-tips:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.page-tips:before, .page-tips:after {
    content: " ";
    display: table;
}

.page-tips:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.page-tips > .danduduihao, .page-tips > .close {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5491de;
}

.page-tips > .danduduihao:before, .page-tips > .close:before {
    position: relative;
    top: -3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.page-tips > .danduduihao {
    background-color: #45be89;
}

.page-tips > .close {
    background-color: #f47162;
}

.page-tips .text {
    float: left;
}

.page-inner-loading {
    padding: 150px 0 30px;
    text-align: center;
}

@font-face {
    font-family: 'qmfont';  /* project id 41621 */
    src: url('//at.alicdn.com/t/font_41621_myxyqrum6r3k57b9.eot');
    src: url('//at.alicdn.com/t/font_41621_myxyqrum6r3k57b9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_41621_myxyqrum6r3k57b9.woff') format('woff'),
    url('//at.alicdn.com/t/font_41621_myxyqrum6r3k57b9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_41621_myxyqrum6r3k57b9.svg#qmfont') format('svg');
}

.qmIcon::before {
    font-family: 'qmfont' !important;
    display: inline-block;
    /*width: 24px;*/
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-text-stroke-width: 0.2px;
}

.qmIcon.guanbi::before {
    content: "\e658";
}

.qmIcon.qiehuan2::before {
    content: "\e6da";
}

.qmIcon.time2::before {
    content: "\e6c5";
}

.qmIcon.danduduihao:before {
    content: "\E63F";
}

.qmIcon.weixin2:before {
    content: "\e6f9";
}

.qmIcon.bangzhu:before {
    content: "\e611";
}

.qmIcon.weixin-o::before {
    content: "\e6e5";
}

.qmIcon.mima::before {
    content: "\e604";
}

.qmIcon.saomiao::before {
    content: "\e6c8";
}

.qmIcon.biyan::before {
    content: "\e7bd";
}

.qmIcon.yulan1::before{
    content: "\e7be";
}

.qmIcon.dadianhua::before{
    content: "\e6d4";
}

html, body {
    height: 100%;
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

input[readonly] {
    background-color: #f7f7f7;
}

.ant-calendar-picker input[readonly] {
    background-color: #fff;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.sys-login-home {
    position: relative;
    height: 100%;
    overflow: auto;
}

.sys-login-container {
    height: 100%;
    background-color: #fff;
}

.sys-login-header {
    height: 78px;
    line-height: 50px;
    padding: 14px 30px;
    background-color: #fff;
}

.sys-login-header .logo-box {
    display: inline-block;
    width: 213px;
    height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.sys-login-header .logo-box img {
    width: 90%;
    vertical-align: top;
    margin-top: -8px;
}

.sys-login-header .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 40px;
}

.sys-login-header .title::before {
    position: absolute;
    top: 10px;
    left: -30px;
    display: inline-block;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #e9e9e9;
}

.sys-login-header .right {
    text-align: right;
    font-size: 16px;
    padding-right: 20px;
}

.sys-login-header .right .qmIcon {
    font-size: 18px;
    margin-right: 10px;
}

.sys-login-header .right .info-item {
    color: #666666;
    padding: 0 20px;
    border-left: 1px solid #f1f1f1;
}

.sys-login-header .right .info-item:first-child {
    border-left: none;
}

.sys-login-header .register-link {
    font-size: 16px;
}

.sys-login-body {
    min-height: 574px;
    /*border-top: 10px solid #f9f9f9;*/
    /*height: 85%;*/
    position: relative;
}

.sys-login-body .title {
    font-size: 22px;
    text-align: center;
    padding: 40px;
}

.sys-login-body .ant-form {
    position: relative;
    width: 420px;
    margin: 0 auto;
}

.sys-login-body .ant-form .ant-form-item {
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.sys-login-body .ant-form .ant-form-item.form-focus {
    border-bottom-color: #5491de;
}

.sys-login-body .ant-form .ant-form-item.form-error {
    border-bottom-color: #f47162;
}

.sys-login-body .ant-form .ant-form-item-label {
    padding: 0;
    text-align: left;
}

.sys-login-body .ant-form .ant-form-item-label label {
    font-size: 16px;
    line-height: 28px;
}

.sys-login-body .ant-form .ant-form-item-label label::after {
    display: none;
}

.sys-login-body .ant-form .verify-link {
    width: 120px;
    /*height: 40px;*/
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 14px;
    text-align: center;
    padding: 8px 15px;
    border-color: #5491de;
    color: #5491de;
}

.sys-login-body .ant-form .verify-link.disabled {
    border-color: #d9d9d9;
    color: #999;
}

.sys-login-body .login-agreement {
    font-size: 14px;
    padding: 5px 0 40px 0;
}

.sys-login-body .login-agreement .ant-checkbox-wrapper {
    font-size: 14px;
    color: #999;
    padding-top: 3px;
}



.sys-login-body .login-agreement a {
    color: #999;
}

.sys-login-body .login-agreement a:hover {
    color: #5491de;
}

.sys-login-body .login-agreement .protocol-title a {
    color: #5491de;
}

.sys-login-body .login-agreement .protocol-title a:hover {
    color: #5491de;
}

.sys-login-body .login-btn,.sys-login-body .login-btn-sms {
    width: 100%;
    height: 54px;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sys-login-body .login-btn.disabled, .sys-login-body .login-btn-sms.disabled {
    background-color: #999;
    border-color: #999;
}

.sys-login-body .steps-box {
    width: 900px;
    margin: 40px auto;
}

.sys-login-body .register-link {
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}

.sys-login-body .register-link a {
    color: #666;
}

.sys-login-body .register-link a:hover {
    color: #5491de;
}

@media (min-height: 100px) and (max-height: 870px) {
    .sys-login-footer {
        position: static !important;
    }
}

.sys-login-footer {
    /*position: absolute;*/
    /*bottom: 60px;*/
    width: 100%;
    text-align: center;
}

.sys-login-footer .text {
    position: relative;
    display: inline-block;
    color: #999;
    padding: 0 20px;
    background-color: #fff;
}

.sys-login-footer .text::before, .sys-login-footer .text::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -140px;
    content: '';
    width: 140px;
    height: 1px;
    background-color: #f1f1f1;
}

.sys-login-footer .text::after {
    left: 100%;
}

.input-has-clean {
    position: relative;
    height: 37px;
}

.input-has-clean-sms {
    position: relative;
    width: 65%;
    min-width: 200px;
    float: left;
    cursor: pointer;
}

.get_sms_code {
    font-size: 14px;
    color: #5491de;
    float: right;
    min-width: 118px;
    text-align: center;
    border: 1px solid #5491de;
    cursor: pointer;
}

.input-has-clean-sms .ant-input,.input-has-clean .ant-input {
    width: 80%;
    font-size: 16px;
    border: none;
    padding-right: 0;
    line-height: 20px;
}

.input-has-clean .ant-input:focus,.input-has-clean-sms .ant-input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -moz-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

.sys-login-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -moz-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}

.input-has-clean .input-clear,.input-has-clean-sms .input-clear {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #d9d9d9;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    cursor: pointer;
    z-index: 10;
}


.login-guide-select .ant-btn {
    width: 170px;
    font-size: 16px;
    padding: 15px 15px;
}

.login-guide-select .ant-btn + .ant-btn {
    margin-left: 15px;
}

.login-guide-select .ant-btn + a .ant-btn {
    margin-left: 15px;
}

.login-guide-list {
    width: 960px;
    margin: 40px auto;
}

.login-guide-list .item-wrapper {
    padding: 10px 15px;
}

.login-guide-list .ant-card {
    overflow: visible;
}

.login-guide-list .ant-card-body {
    padding: 0;
}

.login-guide-list .item-content {
    position: relative;
    text-align: center;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}

.login-guide-list .item-content .qmIcon {
    font-size: 40px;
    color: #999;
}

.login-guide-list .item-content .qmIcon.color-red {
    color: #f8a69c;
}

.login-guide-list .item-content .qmIcon.color-green {
    color: #8fd8b8;
}

.login-guide-list .item-content .qmIcon.color-cyan {
    color: #8cdfe6;
}

.login-guide-list .item-content .qmIcon.color-blue {
    color: #98bdeb;
}

.login-guide-list .item-content .qmIcon.color-purple {
    color: #bea7ec;
}

.login-guide-list .item-content .qmIcon.color-yellow {
    color: #f7dc6f;
}

.login-guide-list .item-content .name {
    font-size: 14px;
}

.login-guide-list .item-content.more-select {
    position: absolute;
    top: 10px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 100;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.login-guide-list .item-content.more-select ul {
    padding-top: 30px;
    margin: 0 -15px;
}

.login-guide-list .item-content.more-select li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 5px;
}

.login-guide-list .item-content.more-select li > span {
    display: inline-block;
    padding: 3px 15px;
    background-color: #f2f2f2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.login-guide-list .item-content.more-select li.selected > span {
    color: #fff;
    background-color: #5491de;
}

.login-guide-list .scene-item.selected {
    color: #5491de;
}

.sys-login-switch {
    margin-top: 15px;
    margin-bottom: 20px;
}

.sys-login-switch a {
    float: right;
    font-size: 16px;
    color: #666;
}

.sys-login-switch .qmIcon {
    color: #5491de;
    margin-right: 5px;
}

.sys-form-error-code-tips {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: red;
}

.sys-form-error-tips {
    /*position: absolute;*/
    top: 40px;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: rgba(234, 106, 90, 0.8);
}

.agreement-content {
    width: 1202px;
    margin: 30px auto;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    overflow: hidden;
}

.agreement-content .agreement-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    border-bottom: 1px solid #ebebeb;
}

.agreement-content > ul {
    width: 1038px;
    margin: 0 auto;
    padding: 60px 0;
    word-break: break-all;
}

.agreement-content > ul > li {
    margin-bottom: 35px;
}

.agreement-content h4 {
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
}

.agreement-content .line18 {
    line-height: 18px;
}

.agreement-content .mb8 {
    margin-bottom: 8px;
}

.agreement-content .f18 {
    font-size: 18px;
}

.agreement-content .pl14 {
    padding-left: 14px;
}

.agreement-content .pl23 {
    padding-left: 23px;
}

.agreement-content > ul > li p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    width: 1001px;
    float: right;
}

.agreement-content p.spe1 {
    width: 23px;
    float: left;
}

.agreement-content p.spe2 {
    width: 977px;
}

.agreement-content .cb:after {
    display: block;
    content: "";
    clear: both;
}

.login-success-tips {
    padding: 50px 0;
}

.success-tips {
    position: relative;
    font-size: 12px;
    zoom: 1;
    width: 300px;
    margin: 100px auto 30px auto;
}

.success-tips:after, .success-tips:before {
    content: " ";
    display: table
}

.success-tips:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.success-tips > .danduduihao, .success-tips > .shield {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #45be89
}

.success-tips > .danduduihao:before, .success-tips > .shield:before {
    position: relative;
    top: -3px;
    width: 22px;
    height: 22px;
    line-height: 22px
}

.success-tips .text {
    float: left;
    position: relative;
    top: -8px;
}

.success-tips .text h3 {
    font-size: 20px;
    font-weight: normal;
}

.success-tips .text p {
    color: #999;
    margin-top: 6px;
}

/*获取图形验证码弹框*/

.get-validate-modal.hide {
    display: none;
}

.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #373737;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1000;
    filter: alpha(opacity=50);
}

.ant-modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.ant-modal {
    position: fixed;
    width: auto;
    margin: 0 auto;
    top: 100px;
    padding-bottom: 24px;
    z-index: 1100;
}

.ant-modal.validate-code-modal {
    width: 450px;
    top: 30%;
    left: 50%;
    margin-left: -225px;
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ant-modal-close {
    cursor: pointer;
    border: 0;
    background: transparent;
    position: absolute;
    right: 18px;
    top: 16px;
    z-index: 10;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #999;
    outline: 0;
}

.ant-modal-header {
    padding: 14px 16px;
    border-radius: 2px 2px 0 0;
    background: #fff;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
}

.ant-modal-close-x {
    display: block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
}

@font-face {
    font-family: 'anticon';
    src: url('https://at.alicdn.com/t/font_r5u29ls31bgldi.eot');
    /* IE9*/
    src: url('https://at.alicdn.com/t/font_r5u29ls31bgldi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.woff') format('woff'), /* chromeã€firefox */ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_r5u29ls31bgldi.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.ant-modal-close-x:before {
    content: "\E633";
    display: block;
    font-family: "anticon" !important;
}

.ant-modal-body {
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
}

.ant-modal-body .sys-login-body {
    border-top: 0;
    padding: 5px 0;
}

.ant-modal-body .sys-login-body .ant-form {
    width: 380px;
}

.ant-modal-body .sys-login-body .validate-code-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ant-modal-body .sys-login-body .validate-code-box .valite-code {
    width: 100%;
    cursor: pointer;
}

.ant-modal-body .sys-login-body .btns {
    text-align: right;
    margin-top: 30px;
}

.ant-modal-body .sys-login-body .ant-btn {
    width: 180px;
    height: 44px;
}

.ant-confirm-body .ant-confirm-title {
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

.ant-confirm .ant-confirm-btns {
    margin-top: 30px;
    float: right;
}

.ant-confirm .ant-confirm-btns button + button {
    margin-left: 10px;
    margin-bottom: 0;
}

.ant-confirm .ant-modal-body {
    padding: 30px 40px;
}

.ant-confirm-body-wrapper {
    zoom: 1;
}

.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
    content: " ";
    display: table;
}

.ant-confirm-body-wrapper:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
    content: " ";
    display: table;
}

.ant-confirm-body-wrapper:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

/*语音验证码提示弹框*/

.get-voice-validate-modal .ant-modal.validate-code-modal {
    width: 420px;
    margin-left: -210px;
}

.ant-modal-body .voice-validate-content {
    text-align: center;
    padding: 10px 0;
}

.ant-modal-body .voice-validate-content .img-response {
    display: inline-block;
    width: 100px;
}

.ant-modal-body .voice-validate-content .tips-text {
    font-size: 16px;
    line-height: 2em;
    margin-top: 20px;
}

.ant-modal-body .voice-validate-content .tips-text strong {
    font-size: 24px;
    color: #5491de;
}

.ant-modal-body .voice-validate-content .btn-ok {
    width: 180px;
    height: 44px;
    font-size: 18px;
    margin-top: 30px;
}

/*tab切换*/

.tab-box {
    overflow: hidden;
}

.tab-box.active-for-one .tabs-ink-bar {
}

.tab-box.active-for-two .tabs-ink-bar {
    left: 50%;
}

.tab-box.active-for-one .tab-content {
}

.tab-box.active-for-two .tab-content {
    left: -420px;
}

.tabs-light {
    /*width: 380px;*/
    /*margin-top: 70px;*/
}

.tabs-light {
    position: relative;
    overflow: hidden;
}

.tabs-light .tabs-item {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.tabs-light .tabs-ink-bar {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 50%;
    height: 0;
    border-bottom: 2px solid #3d85cc;
    transition: left .3s ease-in-out;
}

.tab-content {
    position: relative;
    width: 840px;
    left: 0;
    transition: left .3s ease-in-out;
}

.tab-content-item-wechat {
    position: relative;
    width: 480px;
    float: left;
}

.tab-content-item {
    position: relative;
    width: 420px;
    float: left;
}

.ant-alert {
    position: relative;
    padding: 8px 48px 8px 38px;
    border-radius: 2px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.ant-alert.ant-alert-no-icon {
    padding: 8px 48px 8px 16px
}

.ant-alert-icon {
    font-size: 14px;
    top: 9.5px;
    left: 16px;
    position: absolute
}

.ant-alert-description {
    font-size: 12px;
    line-height: 21px;
    display: none
}

.ant-alert-success {
    border: 1px solid #cfefdf;
    background-color: #ebf8f2
}

.ant-alert-success .ant-alert-icon {
    color: #45be89
}

.ant-alert-info {
    border: 1px solid #dfeaf9;
    background-color: #f2f6fc
}

.ant-alert-info .ant-alert-icon {
    color: #5491de
}

.ant-alert-warning {
    border: 1px solid #fff3cf;
    background-color: #fffaeb
}

.ant-alert-warning .ant-alert-icon {
    color: #fa0
}

.ant-alert-error {
    border: 1px solid #fcdbd9;
    background-color: #fef0ef
}

.ant-alert-error .ant-alert-icon {
    color: #f47162
}

.ant-alert-close-icon {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 10px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    cursor: pointer
}

.ant-alert-close-icon .anticon-cross {
    color: #999;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.ant-alert-close-icon .anticon-cross:hover {
    color: #404040
}

.ant-alert-close-text {
    position: absolute;
    right: 16px
}

.ant-alert-with-description {
    padding: 16px 16px 16px 60px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.5
}

.ant-alert-with-description.ant-alert-no-icon {
    padding: 16px
}

.ant-alert-with-description .ant-alert-icon {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 24px
}

.ant-alert-with-description .ant-alert-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    font-size: 12px
}

.ant-alert-with-description .ant-alert-message {
    font-size: 14px;
    color: #404040;
    display: block;
    margin-bottom: 4px
}

.ant-alert-with-description .ant-alert-description {
    display: block
}

.ant-alert.ant-alert-close {
    height: 0 !important;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.ant-alert-slide-up-leave {
    -webkit-animation: antAlertSlideUpOut .3s cubic-bezier(.78, .14, .15, .86);
    animation: antAlertSlideUpOut .3s cubic-bezier(.78, .14, .15, .86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ant-alert-banner {
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

.ant-alert {
    line-height: 1.5em;
    color: #999;
    margin: 10px 0
}

.ant-alert .fl {
    float: left
}

.ant-alert .fr {
    float: right
}

.ant-alert .fr .ant-btn + .ant-btn {
    margin-left: 8px
}

.ant-alert.ant-alert-no-icon {
    padding: 8px 16px
}

@-webkit-keyframes antAlertSlideUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes antAlertSlideUpIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes antAlertSlideUpOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes antAlertSlideUpOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

/*二维码登录*/

.login-for-qrcode {
    text-align: center;
    position: relative;
    top: -42px;
    margin-top: 42px;
}

.login-for-qrcode .text-box {
    text-align: left;
    padding-top: 55px;
    padding-left: 50px;
}

.login-for-qrcode .text-box img {
    display: inline-block;
    vertical-align: middle;
}

.login-for-qrcode .img-box {
    position: relative;
    display: block;
    /*width: 180px;*/
    height: 180px;
    margin: 0 auto;
}

.login-for-qrcode .text-box span {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    text-align: center;
}

.login-for-qrcode .img-box img {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.login-for-qrcode .img-box .need-refresh {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.login-for-qrcode .img-box .need-refresh h5 {
    margin-top: 70px;
    margin-bottom: 15px;
    font-size: 14px;
}

.login-for-qrcode .img-box .need-refresh .refresh-btn {
    text-shadow: none;
    border: none;
    width: 100px;
    height: 36px;
    font-size: 12px;
    color: #FFF;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
    background: #327dc3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

.login-for-qrcode p {
    margin-top: 45px;
}

.mt10 {
    margin-top: 10px;
}

.mt70 {
    margin-top: 70px;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt40 {
    margin-top: 40px;
}

.mt90 {
    margin-top: 90px;
}

.wxlogin {
    font-size: 40px;
    color: #4FC87C;
}

.tc {
    text-align: center;
}

.tc-text {
    color: #999;
    margin-top: -8px;
}

.wxbox {
    margin: 20px 0;
}

.mb50 {
    margin-bottom: 50px;
}

.mt127 {
    margin-top: 127px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt15 {
    margin-top: 15px;
}

.yzm-img {
    width: 100px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.hdimg {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}

.msg-desc {
    position: relative;
    top: -10px;
}

.ty-text {
    color: #999;
    padding-top: 10px;
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

.bangzhu {
    color: #FFA600;
    font-size: 21px;
    margin-right: 20px;
    position: relative;
    bottom: -2px;
}

.msg-tips {
    padding-left: 40px;
    padding-top: 10px;
    color: #999;
}

.middle {
    position: absolute;
    width: 420px;
    margin: 0 auto;
    /*margin-right: 40px;*/
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-wrap {
    width: 665px;
    margin: 40px auto;
}

.cb:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden
}

.client {
    width: 205px;
    height: 255px;
    background-color: #f7f7f7;
    float: right;
    text-align: center;
    box-sizing: content-box;
    border-radius: 4px;
    margin-top: 83px;
}

.client span {
    width: 105px;
    height: 93px;
    padding-top: 12px;
    text-align: center;
    display: block;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    box-sizing: content-box;
    margin: 20px auto;
    background-color: #fff;
    color: #999999;
}

.client .text {
    color: #999999;
}

.client .title1 {
    font-size: 16px;
    line-height: 23px;
    color: #666;
    margin-bottom: 5px;
}

.client .download {
    width: 145px;
    line-height: 32px;
    border: 1px solid #e9e9e9;
    margin: 10px auto 0 auto;
    display: block;
    color: #666;
    border-radius: 2px;
    background-color: #fff;
}

.login-account,.login-sms {
    /*border: 1px solid #bbbbbb;*/
    border-radius: 5px;
    padding: 40px 25px;
}

.login-account i.login-type,.login-sms i.login-type {
    background: url("/static/images/login-06.png") no-repeat top right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 26px;
    background-size: 60px auto;
    -webkit-background-size: 60px auto;
}

.login-sms {
    /*border: 1px solid #bbbbbb;*/
    border-radius: 5px;
    padding: 40px 25px;
    display: none;
}

.login-sms i.login-type {
    background: url("/static/images/login-06.png") no-repeat top right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 26px;
    background-size: 60px auto;
    -webkit-background-size: 60px auto;
}

.login-wechat {
    /*border: 1px solid #bbbbbb;*/
    padding: 77px 25px;
    border-radius: 5px;
}

.login-wechat i.login-type {
    background: url("/static/images/login-07.png") no-repeat top right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 68px;
    height: 68px;
    margin: 26px;
    background-size: 60px auto;
    -webkit-background-size: 60px auto;
}

.login-sms .switch-tips,
.login-wechat .switch-tips,
.login-account .switch-tips {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px;
    width: 110px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    background-color: #f9bf5a;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.login-wechat .switch-tips {
    width: 110px;
    text-align: center;
}

.login-wechat .switch-tips .qmIcon,
.login-account .switch-tips .qmIcon,
.login-sms .switch-tips .qmIcon{
    position: relative;
    top: 0;
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
}

.login-wechat .switch-tips:after,
.login-account .switch-tips:after,
.login-sms .switch-tips:after{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 100%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #f9bf5a;
}

.desktop-download {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 100;
    padding: 5px;
    background: url(//pic.tigo1688.com/qmui/v0.2/img/login-tips-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.desktop-download img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    border-radius: 5px;
}

.desktop-download span {
    padding-right: 3%;
}

.desktop-download b {
    font-weight: normal;
    margin-left: 8px;
}

.desktop-download .ant-btn {
    height: 32px;
    font-size: 14px;
    line-height: 6px;
    font-weight: 200;
}

.login-type-change-div {
    margin-top: 16px;
    font-size: 16px;
}

.login-type-password,.login-type-sms {
    float: left;
    color: #9e9e9e;
}

.login-type-reg {
    float: right;
    color: #5491de;
}

#logPsw, #logPsw2,#pwd,#pwd1{
    float: left;
    width: 80%;
}

.input-has-clean .password-input-clear,.input-has-clean-sms .password-input-clear,.pwd-input-clear {
    width: 10%;
    float: left;
    font-size: 20px;
    color: #d9d9d9;
    /*margin-top: -10px;*/
    cursor: pointer;
    z-index: 10;
    text-align: right;
}

.input-has-clean .password-icon {
    width: 10%;
    float: right;
    font-size: 20px;
    color: #d9d9d9;
    /*margin-top: -10px;*/
    cursor: pointer;
    z-index: 10;
    text-align: right;
}

.password-icon .qmIcon{
    font-size: 25px;
    color: #5491de;
}

.voice-title {
    font-size: 14px;
    color: #101010;
    line-height: 44px;
    border-bottom: 1px solid #101010;
}

.voice-img{
    margin: auto;
    text-align: center;
    padding: 40px;
}

.voice-text {
    text-align: center;
    font-size: 16px;
    color: #101010;
}

.voice-button {
    margin-top: 16px;
}

.voice-button button.ant-btn.ant-btn-primary {
    width: 138px;
    height: 37px;
    margin: auto;
    display: block;
}



#voice-code-calling{
    color: #5491de;
}

#voice-code-calling i{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.protocol-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 400px;
    background-image: url('/static/images/update_protocol_bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    transform: translate(-50%, -50%);
    height: 520px;
    padding-top: 150px;
}

.protocol-modal-detail {
    padding: 15px;
}

.protocol-modal-content h2 {
    color: #257BE8;
    text-align: center;
    margin-bottom: 10px;
}

.protocol-modal-content iframe {
    width: 100%;
    height: 100px;
    border: 0;
}

.protocol-modal-content .ant-modal-footer {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.protocol-modal-content .ant-modal-footer > div {
    display: block;
    flex: 0 0 50%;
    text-align: center;
}

.protocol-modal-content .ant-modal-footer > div:first-child span {
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 1px rgb(217, 217, 217) solid;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.protocol-modal-content .ant-modal-footer > div:last-child span {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px #5491DE solid;
    background: #5491DE;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}





