.auxo-sp-icon.sp-icon-parcel .icon {
    fill: currentColor;
    height: 1em;
    overflow: hidden;
    vertical-align: -.15em;
    width: 1em
}

.auxo-sp-icon.sp-icon-spin {
    animation: loadingCircle 1s linear infinite;
    display: inline-flex
}

.auxo-modal {
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: #565960;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0 auto;
    max-width: calc(100vw - 32px);
    padding: 0 0 24px;
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto
}

.auxo-modal.zoom-appear,
.auxo-modal.zoom-enter {
    animation-duration: .3s;
    opacity: 0;
    transform: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.auxo-modal-mask {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.auxo-modal-mask-hidden {
    display: none
}

.auxo-modal-wrap {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.auxo-modal-title {
    word-wrap: break-word;
    color: #252931;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0
}

.auxo-modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
    pointer-events: auto;
    position: relative
}

.auxo-modal-close {
    background: transparent;
    border: 0;
    color: #898b8f;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: color .3s;
    z-index: 10
}

.auxo-modal-close-x {
    display: block;
    font-size: 16px;
    font-style: normal;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-rendering: auto;
    text-transform: none;
    width: 56px
}

.auxo-modal-close:focus,
.auxo-modal-close:hover {
    color: #898b8f;
    text-decoration: none
}

.auxo-modal-header {
    background: #fff;
    border-bottom: 1px solid #eeeff0;
    border-radius: 4px 4px 0 0;
    color: #565960;
    padding: 16px 24px
}

.auxo-modal-body {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.5715;
    padding: 24px 24px 0
}

.auxo-modal-footer {
    background: transparent;
    border-radius: 0 0 4px 4px;
    border-top: 0 solid #eeeff0;
    padding: 24px;
    text-align: right
}

.auxo-modal-footer .auxo-btn+.auxo-btn:not(.auxo-dropdown-trigger) {
    margin-bottom: 0;
    margin-left: 8px
}

.auxo-modal-open {
    overflow: hidden
}

.auxo-modal-centered {
    text-align: center
}

.auxo-modal-centered:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.auxo-modal-centered .auxo-modal {
    display: inline-block;
    text-align: left;
    top: 0;
    vertical-align: middle
}

@media (max-width:767px) {
    .auxo-modal {
        margin: 8px auto;
        max-width: calc(100vw - 16px)
    }

    .auxo-modal-centered .auxo-modal {
        flex: 1 1
    }
}

.auxo-modal-confirm .auxo-modal-header {
    display: none
}

.auxo-modal-confirm .auxo-modal-body {
    padding: 24px
}

.auxo-modal-confirm-body-wrapper:before {
    content: "";
    display: table
}

.auxo-modal-confirm-body-wrapper:after {
    clear: both;
    content: "";
    display: table
}

.auxo-modal-confirm-body .auxo-modal-confirm-title {
    color: #252931;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden
}

.auxo-modal-confirm-body .auxo-modal-confirm-content {
    color: #565960;
    font-size: 14px;
    margin-top: 8px
}

.auxo-modal-confirm-body>.anticon {
    float: left;
    font-size: 22px;
    margin-right: 16px
}

.auxo-modal-confirm-body>.anticon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
    margin-left: 38px
}

.auxo-modal-confirm .auxo-modal-confirm-btns {
    margin-top: 24px
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-btn+.auxo-btn {
    margin-bottom: 0;
    margin-left: 8px
}

.auxo-modal-confirm-error .auxo-modal-confirm-body>.anticon {
    color: #ff3b52
}

.auxo-modal-confirm-confirm .auxo-modal-confirm-body>.anticon,
.auxo-modal-confirm-warning .auxo-modal-confirm-body>.anticon {
    color: #ff9226
}

.auxo-modal-confirm-info .auxo-modal-confirm-body>.anticon {
    color: #1966ff
}

.auxo-modal-confirm-success .auxo-modal-confirm-body>.anticon {
    color: #3cc781
}

.auxo-modal-wrap-rtl {
    direction: rtl
}

.auxo-modal-wrap-rtl .auxo-modal-close {
    left: 0;
    right: auto
}

.auxo-modal-wrap-rtl .auxo-modal-footer {
    text-align: left
}

.auxo-modal-wrap-rtl .auxo-modal-footer .auxo-btn+.auxo-btn {
    margin-left: 0;
    margin-right: 8px
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body {
    direction: rtl
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body>.anticon {
    float: right;
    margin-left: 16px;
    margin-right: 0
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body>.anticon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
    margin-left: 0;
    margin-right: 38px
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-btns {
    float: left
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-btns .auxo-btn+.auxo-btn {
    margin-left: 0;
    margin-right: 8px
}

.auxo-modal-wrap-rtl.auxo-modal-centered .auxo-modal {
    text-align: right
}

.auxo-modal-content:not(.sp-null) {
    display: flex;
    flex-direction: column;
    max-height: 640px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-close {
    right: 8px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-close .auxo-modal-close-x {
    font-size: 20px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body {
    color: #565960;
    flex: 1 1;
    overflow: auto;
    position: relative
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll {
    padding-bottom: 24px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll+.auxo-modal-footer {
    position: relative
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll+.auxo-modal-footer:before {
    background: linear-gradient(0deg, #fff, transparent);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -24px;
    width: 100%
}

.auxo-modal .auxo-modal-footer-help {
    color: #898b8f;
    margin-right: 24px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap
}

.auxo-modal.modal-with-default-footer .auxo-modal-footer {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.auxo-modal.modal-with-default-footer .auxo-modal-footer button+button {
    margin-left: 0;
    margin-right: 8px
}

.auxo-modal:not(.modal-with-default-footer) .auxo-modal-body {
    padding-bottom: 24px
}

.auxo-modal.modal-body-spacing-none .auxo-modal-body {
    margin: 0;
    padding: 0
}

.auxo-modal .modal-confirm-icon {
    float: left;
    font-size: 24px;
    line-height: 24px;
    margin-right: 0
}

.auxo-modal .modal-confirm-icon.sp-success {
    color: #3cc781
}

.auxo-modal .modal-confirm-icon.sp-info {
    color: #1966ff
}

.auxo-modal .modal-confirm-icon.sp-warning {
    color: #ff9226
}

.auxo-modal .modal-confirm-icon.sp-error {
    color: #ff3b52
}

.auxo-modal-confirm.sp-header-img {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 160px;
    border-radius: 4px 4px 0 0;
    padding-top: 160px
}

.auxo-modal-confirm.sp-header-img .auxo-modal-content {
    border-radius: 0 0 4px 4px
}

.auxo-modal-confirm-img .auxo-modal-body:not(.sp-null) {
    padding: 0
}

.auxo-modal-confirm-img .auxo-modal-confirm-body-wrapper {
    padding: 24px
}

.auxo-modal-confirm-img .auxo-modal-confirm-img img {
    height: 192px;
    width: 100%
}

.auxo-modal-confirm-closable-bottom-body .auxo-modal-body:not(.sp-null) {
    overflow: visible
}

.auxo-modal-confirm-closable-bottom-body .auxo-modal-confirm-img img {
    height: 360px;
    width: 100%
}

.auxo-modal-confirm-close-botton {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: -50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px
}

.auxo-modal-confirm .auxo-modal-content .auxo-modal-close {
    right: 16px;
    top: 16px
}

.auxo-modal-confirm .auxo-modal-content .auxo-modal-close .auxo-modal-close-x {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px
}

.auxo-modal-confirm .auxo-modal-confirm-body .auxo-modal-confirm-content {
    margin-top: 16px
}

.auxo-modal-confirm .auxo-modal-confirm-body>.modal-confirm-icon+.auxo-modal-confirm-title {
    line-height: 24px;
    padding-left: 8px;
    padding-right: 24px
}

.auxo-modal-confirm .auxo-modal-confirm-body>.modal-confirm-icon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
    margin-left: 32px
}

.auxo-modal-confirm .auxo-modal-confirm-btns {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-modal-footer-btn-wrapper>button.hidden-cancel-button {
    display: none !important
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-modal-footer-btn-wrapper>button:not(.hidden-cancel-button)+button {
    margin-right: 8px
}

.auxo-btn {
    background-image: none;
    background: #fff;
    border: 1px solid #dcdee1;
    border-radius: 4px;
    box-shadow: 0 2px 0 transparent;
    color: #252931;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 18px;
    padding: 4px 16px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.auxo-btn>.anticon {
    line-height: 1
}

.auxo-btn,
.auxo-btn:active,
.auxo-btn:focus {
    outline: 0
}

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

.auxo-btn:not([disabled]):active {
    box-shadow: none;
    outline: 0
}

.auxo-btn[disabled] {
    cursor: not-allowed
}

.auxo-btn[disabled]>* {
    pointer-events: none
}

.auxo-btn-lg {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    padding: 6.4px 16px
}

.auxo-btn-sm {
    border-radius: 4px;
    font-size: 12px;
    height: 28px;
    padding: 3.6px 8px
}

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

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

.auxo-btn:focus,
.auxo-btn:hover {
    background: #fff;
    border-color: #4287ff;
    color: #4287ff
}

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

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

.auxo-btn:active {
    background: #fff;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn:active>a:only-child {
    color: currentColor
}

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

.auxo-btn[disabled],
.auxo-btn[disabled]:active,
.auxo-btn[disabled]:focus,
.auxo-btn[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn:active,
.auxo-btn:focus,
.auxo-btn:hover {
    background: #fff;
    text-decoration: none
}

.auxo-btn>span {
    display: inline-block
}

.auxo-btn-primary {
    background: #1966ff;
    border-color: #1966ff;
    box-shadow: 0 2px 0 transparent;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-primary>a:only-child {
    color: currentColor
}

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

.auxo-btn-primary:focus,
.auxo-btn-primary:hover {
    background: #4287ff;
    border-color: #4287ff;
    color: #fff
}

.auxo-btn-primary:focus>a:only-child,
.auxo-btn-primary:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-primary:active {
    background: #0b49d9;
    border-color: #0b49d9;
    color: #fff
}

.auxo-btn-primary:active>a:only-child {
    color: currentColor
}

.auxo-btn-primary:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-primary[disabled],
.auxo-btn-primary[disabled]:active,
.auxo-btn-primary[disabled]:focus,
.auxo-btn-primary[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-group .auxo-btn-primary:not(:first-child):not(:last-child) {
    border-left-color: #4784ff;
    border-right-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary:not(:first-child):not(:last-child):disabled {
    border-color: #dcdee1
}

.auxo-btn-group .auxo-btn-primary:first-child:not(:last-child) {
    border-right-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary:first-child:not(:last-child)[disabled] {
    border-right-color: #dcdee1
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary,
.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child) {
    border-left-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary[disabled],
.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child)[disabled] {
    border-left-color: #dcdee1
}

.auxo-btn-ghost {
    background: transparent;
    border-color: #dcdee1;
    color: #565960
}

.auxo-btn-ghost>a:only-child {
    color: currentColor
}

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

.auxo-btn-ghost:focus,
.auxo-btn-ghost:hover {
    background: transparent;
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-ghost:focus>a:only-child,
.auxo-btn-ghost:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-ghost:active {
    background: transparent;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-ghost:active>a:only-child {
    color: currentColor
}

.auxo-btn-ghost:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-ghost[disabled],
.auxo-btn-ghost[disabled]:active,
.auxo-btn-ghost[disabled]:focus,
.auxo-btn-ghost[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-dashed {
    background: #fff;
    border-color: #dcdee1;
    border-style: dashed;
    color: #252931
}

.auxo-btn-dashed>a:only-child {
    color: currentColor
}

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

.auxo-btn-dashed:focus,
.auxo-btn-dashed:hover {
    background: #fff;
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-dashed:focus>a:only-child,
.auxo-btn-dashed:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-dashed:active {
    background: #fff;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-dashed:active>a:only-child {
    color: currentColor
}

.auxo-btn-dashed:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dashed[disabled],
.auxo-btn-dashed[disabled]:active,
.auxo-btn-dashed[disabled]:focus,
.auxo-btn-dashed[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-danger {
    background: #ff3b52;
    border-color: #ff3b52;
    box-shadow: 0 2px 0 transparent;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-danger>a:only-child {
    color: currentColor
}

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

.auxo-btn-danger:focus,
.auxo-btn-danger:hover {
    background: #ff6370;
    border-color: #ff6370;
    color: #fff
}

.auxo-btn-danger:focus>a:only-child,
.auxo-btn-danger:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-danger:active {
    background: #d92742;
    border-color: #d92742;
    color: #fff
}

.auxo-btn-danger:active>a:only-child {
    color: currentColor
}

.auxo-btn-danger:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-danger[disabled],
.auxo-btn-danger[disabled]:active,
.auxo-btn-danger[disabled]:focus,
.auxo-btn-danger[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-link {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #1966ff
}

.auxo-btn-link>a:only-child {
    color: currentColor
}

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

.auxo-btn-link:focus,
.auxo-btn-link:hover {
    background: transparent;
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-link:focus>a:only-child,
.auxo-btn-link:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-link:active {
    background: transparent;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-link:active>a:only-child {
    color: currentColor
}

.auxo-btn-link:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-link[disabled],
.auxo-btn-link[disabled]:active,
.auxo-btn-link[disabled]:focus,
.auxo-btn-link[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1
}

.auxo-btn-link:hover {
    background: transparent
}

.auxo-btn-link:active,
.auxo-btn-link:focus,
.auxo-btn-link:hover {
    border-color: transparent
}

.auxo-btn-link[disabled],
.auxo-btn-link[disabled]:active,
.auxo-btn-link[disabled]:focus,
.auxo-btn-link[disabled]:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-text {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #565960
}

.auxo-btn-text>a:only-child {
    color: currentColor
}

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

.auxo-btn-text:focus,
.auxo-btn-text:hover {
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-text:focus>a:only-child,
.auxo-btn-text:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-text:active {
    background: transparent;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-text:active>a:only-child {
    color: currentColor
}

.auxo-btn-text:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-text[disabled],
.auxo-btn-text[disabled]:active,
.auxo-btn-text[disabled]:focus,
.auxo-btn-text[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1
}

.auxo-btn-text:focus,
.auxo-btn-text:hover {
    background: transparent;
    border-color: transparent;
    color: #565960
}

.auxo-btn-text:active {
    background: rgba(0, 0, 0, .01);
    border-color: transparent;
    color: #565960
}

.auxo-btn-text[disabled],
.auxo-btn-text[disabled]:active,
.auxo-btn-text[disabled]:focus,
.auxo-btn-text[disabled]:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-dangerous {
    background: #fff;
    border-color: #ff3b52;
    color: #ff3b52
}

.auxo-btn-dangerous>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous:focus,
.auxo-btn-dangerous:hover {
    background: #fff;
    border-color: #ff6370;
    color: #ff6370
}

.auxo-btn-dangerous:focus>a:only-child,
.auxo-btn-dangerous:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous:active {
    background: #fff;
    border-color: #d92742;
    color: #d92742
}

.auxo-btn-dangerous:active>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous[disabled],
.auxo-btn-dangerous[disabled]:active,
.auxo-btn-dangerous[disabled]:focus,
.auxo-btn-dangerous[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

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

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

.auxo-btn-dangerous.auxo-btn-primary {
    background: #ff3b52;
    border-color: #ff3b52;
    box-shadow: 0 2px 0 transparent;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-dangerous.auxo-btn-primary>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-primary:focus,
.auxo-btn-dangerous.auxo-btn-primary:hover {
    background: #ff6370;
    border-color: #ff6370;
    color: #fff
}

.auxo-btn-dangerous.auxo-btn-primary:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous.auxo-btn-primary:active {
    background: #d92742;
    border-color: #d92742;
    color: #fff
}

.auxo-btn-dangerous.auxo-btn-primary:active>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-primary[disabled],
.auxo-btn-dangerous.auxo-btn-primary[disabled]:active,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-primary[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous.auxo-btn-link {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #ff3b52
}

.auxo-btn-dangerous.auxo-btn-link>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-dangerous.auxo-btn-link:hover {
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-dangerous.auxo-btn-link:active {
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1
}

.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-dangerous.auxo-btn-link:hover {
    background: transparent;
    border-color: transparent;
    color: #ff6370
}

.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous.auxo-btn-link:active {
    background: transparent;
    border-color: transparent;
    color: #d92742
}

.auxo-btn-dangerous.auxo-btn-link:active>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous.auxo-btn-text {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #ff3b52
}

.auxo-btn-dangerous.auxo-btn-text>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-text:focus,
.auxo-btn-dangerous.auxo-btn-text:hover {
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-dangerous.auxo-btn-text:active {
    background: transparent;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-dangerous.auxo-btn-text[disabled],
.auxo-btn-dangerous.auxo-btn-text[disabled]:active,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1
}

.auxo-btn-dangerous.auxo-btn-text:focus,
.auxo-btn-dangerous.auxo-btn-text:hover {
    background: transparent;
    border-color: transparent;
    color: #ff6370
}

.auxo-btn-dangerous.auxo-btn-text:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-text:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-dangerous.auxo-btn-text:active {
    background: rgba(0, 0, 0, .01);
    border-color: transparent;
    color: #d92742
}

.auxo-btn-dangerous.auxo-btn-text:active>a:only-child {
    color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-dangerous.auxo-btn-text[disabled],
.auxo-btn-dangerous.auxo-btn-text[disabled]:active,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-text[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-icon-only {
    border-radius: 4px;
    font-size: 16px;
    height: 32px;
    padding: 2.4px 0;
    vertical-align: -1px;
    width: 32px
}

.auxo-btn-icon-only>* {
    font-size: 16px
}

.auxo-btn-icon-only.auxo-btn-lg {
    border-radius: 4px;
    font-size: 18px;
    height: 40px;
    padding: 4.9px 0;
    width: 40px
}

.auxo-btn-icon-only.auxo-btn-lg>* {
    font-size: 18px
}

.auxo-btn-icon-only.auxo-btn-sm {
    border-radius: 4px;
    font-size: 14px;
    height: 28px;
    padding: 2px 0;
    width: 28px
}

.auxo-btn-icon-only.auxo-btn-sm>* {
    font-size: 14px
}

.auxo-btn-round {
    border-radius: 32px;
    font-size: 14px;
    height: 32px;
    padding: 4px 16px
}

.auxo-btn-round.auxo-btn-lg {
    border-radius: 40px;
    font-size: 16px;
    height: 40px;
    padding: 6.4px 20px
}

.auxo-btn-round.auxo-btn-sm {
    border-radius: 28px;
    font-size: 14px;
    height: 28px;
    padding: 2px 14px
}

.auxo-btn-round.auxo-btn-icon-only {
    width: auto
}

.auxo-btn-circle {
    border-radius: 50%;
    min-width: 32px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.auxo-btn-circle.auxo-btn-lg {
    border-radius: 50%;
    min-width: 40px
}

.auxo-btn-circle.auxo-btn-sm {
    border-radius: 50%;
    min-width: 28px
}

.auxo-btn:before {
    background: #fff;
    border-radius: inherit;
    bottom: -1px;
    content: "";
    display: none;
    left: -1px;
    opacity: .35;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity .2s;
    z-index: 1
}

.auxo-btn .anticon {
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-btn .anticon.anticon-minus>svg,
.auxo-btn .anticon.anticon-plus>svg {
    shape-rendering: optimizeSpeed
}

.auxo-btn.auxo-btn-loading {
    position: relative
}

.auxo-btn.auxo-btn-loading:not([disabled]) {
    pointer-events: none
}

.auxo-btn.auxo-btn-loading:before {
    display: block
}

.auxo-btn>.auxo-btn-loading-icon {
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-btn>.auxo-btn-loading-icon .anticon {
    padding-right: 8px
}

.auxo-btn-group {
    display: inline-flex
}

.auxo-btn-group,
.auxo-btn-group>.auxo-btn,
.auxo-btn-group>span>.auxo-btn {
    position: relative
}

.auxo-btn-group>.auxo-btn:active,
.auxo-btn-group>.auxo-btn:focus,
.auxo-btn-group>.auxo-btn:hover,
.auxo-btn-group>span>.auxo-btn:active,
.auxo-btn-group>span>.auxo-btn:focus,
.auxo-btn-group>span>.auxo-btn:hover {
    z-index: 2
}

.auxo-btn-group>.auxo-btn[disabled],
.auxo-btn-group>span>.auxo-btn[disabled] {
    z-index: 0
}

.auxo-btn-group .auxo-btn-icon-only {
    font-size: 14px
}

.auxo-btn-group-lg>.auxo-btn,
.auxo-btn-group-lg>span>.auxo-btn {
    border-radius: 0;
    font-size: 16px;
    height: 40px;
    padding: 6.4px 16px
}

.auxo-btn-group-lg .auxo-btn.auxo-btn-icon-only {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 40px
}

.auxo-btn-group-sm>.auxo-btn,
.auxo-btn-group-sm>span>.auxo-btn {
    border-radius: 0;
    font-size: 14px;
    height: 28px;
    padding: 2px 8px
}

.auxo-btn-group-sm>.auxo-btn>.anticon,
.auxo-btn-group-sm>span>.auxo-btn>.anticon {
    font-size: 14px
}

.auxo-btn-group-sm .auxo-btn.auxo-btn-icon-only {
    height: 28px;
    padding-left: 0;
    padding-right: 0;
    width: 28px
}

.auxo-btn+.auxo-btn-group,
.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-group .auxo-btn+span,
.auxo-btn-group span+.auxo-btn,
.auxo-btn-group+.auxo-btn,
.auxo-btn-group+.auxo-btn-group,
.auxo-btn-group>span+span {
    margin-left: -1px
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn:not(.auxo-btn-primary):not([disabled]) {
    border-left-color: transparent
}

.auxo-btn-group .auxo-btn {
    border-radius: 0
}

.auxo-btn-group>.auxo-btn:first-child,
.auxo-btn-group>span:first-child>.auxo-btn {
    margin-left: 0
}

.auxo-btn-group>.auxo-btn:only-child,
.auxo-btn-group>span:only-child>.auxo-btn {
    border-radius: 4px
}

.auxo-btn-group>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group>span:first-child:not(:last-child)>.auxo-btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.auxo-btn-group>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group>span:last-child:not(:first-child)>.auxo-btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:only-child,
.auxo-btn-group-sm>span:only-child>.auxo-btn {
    border-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-sm>span:first-child:not(:last-child)>.auxo-btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-sm>span:last-child:not(:first-child)>.auxo-btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.auxo-btn-group>.auxo-btn-group {
    float: left
}

.auxo-btn-group>.auxo-btn-group:not(:first-child):not(:last-child)>.auxo-btn {
    border-radius: 0
}

.auxo-btn-group>.auxo-btn-group:first-child:not(:last-child)>.auxo-btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 8px
}

.auxo-btn-group>.auxo-btn-group:last-child:not(:first-child)>.auxo-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 8px
}

.auxo-btn-group-rtl.auxo-btn+.auxo-btn-group,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn+span,
.auxo-btn-group-rtl.auxo-btn-group span+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group+.auxo-btn-group,
.auxo-btn-group-rtl.auxo-btn-group>span+span,
.auxo-btn-rtl.auxo-btn+.auxo-btn-group,
.auxo-btn-rtl.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group .auxo-btn+span,
.auxo-btn-rtl.auxo-btn-group span+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group+.auxo-btn-group,
.auxo-btn-rtl.auxo-btn-group>span+span {
    margin-left: auto;
    margin-right: -1px
}

.auxo-btn-group.auxo-btn-group-rtl {
    direction: rtl
}

.auxo-btn-group-rtl.auxo-btn-group>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-rtl.auxo-btn-group>span:first-child:not(:last-child)>.auxo-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.auxo-btn-group-rtl.auxo-btn-group>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-rtl.auxo-btn-group>span:last-child:not(:first-child)>.auxo-btn {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

.auxo-btn-group-rtl.auxo-btn-group-sm>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-rtl.auxo-btn-group-sm>span:first-child:not(:last-child)>.auxo-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px
}

.auxo-btn-group-rtl.auxo-btn-group-sm>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-rtl.auxo-btn-group-sm>span:last-child:not(:first-child)>.auxo-btn {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

.auxo-btn:active>span,
.auxo-btn:focus>span {
    position: relative
}

.auxo-btn>.anticon+span,
.auxo-btn>span+.anticon {
    margin-left: 8px
}

.auxo-btn-background-ghost {
    background: transparent !important;
    border-color: #fff;
    color: #fff
}

.auxo-btn-background-ghost.auxo-btn-primary {
    background: transparent;
    border-color: #1966ff;
    color: #1966ff;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-primary>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-primary:focus,
.auxo-btn-background-ghost.auxo-btn-primary:hover {
    background: transparent;
    border-color: #4287ff;
    color: #4287ff
}

.auxo-btn-background-ghost.auxo-btn-primary:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-primary:active {
    background: transparent;
    border-color: #0b49d9;
    color: #0b49d9
}

.auxo-btn-background-ghost.auxo-btn-primary:active>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-primary[disabled],
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-primary[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-danger {
    background: transparent;
    border-color: #ff3b52;
    color: #ff3b52;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-danger>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger:focus,
.auxo-btn-background-ghost.auxo-btn-danger:hover {
    background: transparent;
    border-color: #ff6370;
    color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-danger:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-danger:active {
    background: transparent;
    border-color: #d92742;
    color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-danger:active>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger[disabled],
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-danger[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-dangerous {
    background: transparent;
    border-color: #ff3b52;
    color: #ff3b52;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous:hover {
    background: transparent;
    border-color: #ff6370;
    color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-dangerous:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous:hover>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-dangerous:active {
    background: transparent;
    border-color: #d92742;
    color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-dangerous:active>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous[disabled],
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link {
    background: transparent;
    border-color: transparent;
    color: #ff3b52;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover {
    background: transparent;
    border-color: transparent;
    color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active {
    background: transparent;
    border-color: transparent;
    color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active>a:only-child {
    color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active>a:only-child:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
    background: rgba(0, 0, 0, .04);
    border-color: #dcdee1;
    box-shadow: none;
    color: #bcbdc0;
    text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child {
    color: currentColor
}

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

.auxo-btn-two-chinese-chars:first-letter {
    letter-spacing: .34em
}

.auxo-btn-two-chinese-chars>:not(.anticon) {
    letter-spacing: .34em;
    margin-right: -.34em
}

.auxo-btn-block {
    width: 100%
}

.auxo-btn:empty {
    content: "\a0";
    display: inline-block;
    visibility: hidden;
    width: 0
}

a.auxo-btn {
    line-height: 30px;
    padding-top: .01px
}

a.auxo-btn-lg {
    line-height: 38px
}

a.auxo-btn-sm {
    line-height: 26px
}

.auxo-btn-rtl {
    direction: rtl
}

.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child) {
    border-left-color: #dcdee1;
    border-right-color: #4784ff
}

.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary[disabled],
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child)[disabled] {
    border-left-color: #4784ff;
    border-right-color: #dcdee1
}

.auxo-btn-rtl.auxo-btn>.auxo-btn-loading-icon .anticon {
    padding-left: 8px;
    padding-right: 0
}

.auxo-btn>.auxo-btn-loading-icon:only-child .anticon {
    padding-left: 0;
    padding-right: 0
}

.auxo-btn-rtl.auxo-btn>.anticon+span,
.auxo-btn-rtl.auxo-btn>span+.anticon {
    margin-left: 0;
    margin-right: 8px
}

.auxo-btn:not(.sp-null) {
    background: #fff;
    border: 1px solid #dcdee1;
    color: #252931;
    line-height: 18px;
    line-height: 16px;
    min-width: 74px;
    overflow: hidden;
    padding: 6px 16px;
    text-shadow: none;
    transition: none;
    vertical-align: middle
}

.auxo-btn:not(.sp-null):after {
    display: none
}

.auxo-btn:not(.sp-null)>.auxo-btn-loading-icon {
    transition: none
}

.auxo-btn:not(.sp-null).focus,
.auxo-btn:not(.sp-null):focus {
    background: #fff;
    border-color: #dcdee1;
    color: #252931
}

.auxo-btn:not(.sp-null):hover {
    background: #fff;
    border-color: #4784ff;
    color: #4784ff;
    z-index: 3
}

.auxo-btn:not(.sp-null):active {
    background: #fff;
    border-color: #1556d9;
    color: #1556d9
}

.auxo-btn:not(.sp-null).disabled,
.auxo-btn:not(.sp-null):disabled,
.auxo-btn:not(.sp-null)[disabled] {
    background: #fff;
    border-color: #f1f2f3;
    color: #a8a9ad
}

.auxo-btn:not(.sp-null).disabled:hover,
.auxo-btn:not(.sp-null):disabled:hover,
.auxo-btn:not(.sp-null)[disabled]:hover {
    color: #a8a9ad
}

.auxo-btn:not(.sp-null) .anticon {
    font-size: 16px;
    height: 16px;
    width: 16px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon {
    vertical-align: bottom
}

.auxo-btn:not(.sp-null) .auxo-sp-icon:first-child {
    margin-right: 2px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon:last-child {
    margin-left: 2px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon.sp-icon-spin {
    vertical-align: -.15em
}

.auxo-btn:not(.sp-null).auxo-btn-sm {
    line-height: 14px;
    min-width: 60px;
    padding: 6px 12px
}

.auxo-btn:not(.sp-null).auxo-btn-sm .anticon {
    font-size: 14px;
    height: 14px;
    width: 14px
}

.auxo-btn:not(.sp-null).auxo-btn-mi {
    font-size: 12px;
    height: 24px;
    line-height: 14px;
    min-width: 58px;
    padding: 4px 10px
}

.auxo-btn:not(.sp-null).auxo-btn-mi .anticon {
    font-size: 14px;
    height: 14px;
    width: 14px
}

.auxo-btn:not(.sp-null).auxo-btn-lg {
    line-height: 26px
}

.auxo-btn:not(.sp-null).auxo-btn-primary {
    background: #1966ff;
    border: 1px solid transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.focus,
.auxo-btn:not(.sp-null).auxo-btn-primary:focus {
    background: #1966ff;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary:hover {
    background: #4784ff;
    border-color: transparent;
    color: #fff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-primary:active {
    background: #1556d9;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary[disabled] {
    background: #a3c2ff;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary[disabled]:hover {
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary {
    background: #ebf3ff;
    border: 1px solid transparent;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.focus,
.auxo-btn:not(.sp-null).auxo-btn-secondary:focus {
    background: #ebf3ff;
    border-color: transparent;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary:hover {
    background: #ebf3ff;
    border-color: transparent;
    color: #4784ff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-secondary:active {
    background: #d1e0ff;
    border-color: transparent;
    color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary[disabled] {
    background: #f7faff;
    border-color: transparent;
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary[disabled]:hover {
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary {
    background: #f8f9fa;
    border: 1px solid transparent;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.focus,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:focus {
    background: #f8f9fa;
    border-color: transparent;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary:hover {
    background: #f3f4f5;
    border-color: transparent;
    color: #252931;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary:active {
    background: rgba(0, 0, 0, .08);
    border-color: transparent;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-tertiary[disabled] {
    background: rgba(0, 0, 0, .04);
    border-color: transparent;
    color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-tertiary[disabled]:hover {
    color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:focus {
    background: #fff;
    border-color: #eeeff0;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous:hover {
    background: #fff;
    border-color: #ff8791;
    color: #ff8791;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous:active {
    background: #fff;
    border-color: #f21331;
    color: #f21331
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-dangerous[disabled] {
    background: #fff;
    border-color: #f1f2f3;
    color: #a8a9ad
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dangerous[disabled]:hover {
    color: #a8a9ad
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous {
    background: #ff3b52;
    border: 1px solid transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:focus {
    background: #ff3b52;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:hover {
    background: #ff8791;
    border-color: transparent;
    color: #fff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:active {
    background: #f21331;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous[disabled] {
    background: #ffe5e6;
    border-color: transparent;
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous[disabled]:hover {
    color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous {
    background: #fff5f5;
    border: 1px solid transparent;
    color: #ff3b52
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:focus {
    background: #fff5f5;
    border-color: transparent;
    color: #ff3b52
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:hover {
    background: #fff5f5;
    border-color: transparent;
    color: #ff8791;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:active {
    background: #ffd9dc;
    border-color: transparent;
    color: #f21331
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous[disabled] {
    background: #fff7f7;
    border-color: transparent;
    color: #ffb2b9
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous[disabled]:hover {
    color: #ffb2b9
}

.auxo-btn:not(.sp-null).auxo-btn-dashed {
    background: #fff;
    border: 1px solid #1966ff;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.focus,
.auxo-btn:not(.sp-null).auxo-btn-dashed:focus {
    background: #fff;
    border-color: #1966ff;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed:hover {
    background: #fff;
    border-color: #4784ff;
    color: #4784ff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-dashed:active {
    background: #fff;
    border-color: #1556d9;
    color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.disabled,
.auxo-btn:not(.sp-null).auxo-btn-dashed:disabled,
.auxo-btn:not(.sp-null).auxo-btn-dashed[disabled] {
    background: #fff;
    border-color: #a3c2ff;
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dashed:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dashed[disabled]:hover {
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-link {
    background: transparent;
    border: 1px solid transparent;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-link.focus,
.auxo-btn:not(.sp-null).auxo-btn-link:focus {
    background: transparent;
    border-color: transparent;
    color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-link:hover {
    background: transparent;
    border-color: transparent;
    color: #4784ff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-link:active {
    background: transparent;
    border-color: transparent;
    color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-link.disabled,
.auxo-btn:not(.sp-null).auxo-btn-link:disabled,
.auxo-btn:not(.sp-null).auxo-btn-link[disabled] {
    background: transparent;
    border-color: transparent;
    color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-link.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-link:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-link[disabled]:hover {
    color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-link .auxo-sp-icon:first-child {
    margin-right: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-link .auxo-sp-icon:last-child {
    margin-left: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-text {
    background: transparent;
    border: 1px solid transparent;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-text.focus,
.auxo-btn:not(.sp-null).auxo-btn-text:focus {
    background: transparent;
    border-color: transparent;
    color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-text:hover {
    background: transparent;
    border-color: transparent;
    color: #4784ff;
    z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-text:active {
    background: transparent;
    border-color: transparent;
    color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-text.disabled,
.auxo-btn:not(.sp-null).auxo-btn-text:disabled,
.auxo-btn:not(.sp-null).auxo-btn-text[disabled] {
    background: transparent;
    border-color: transparent;
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-text.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-text:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-text[disabled]:hover {
    color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-text .auxo-sp-icon:first-child {
    margin-right: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-text .auxo-sp-icon:last-child {
    margin-left: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-link,
.auxo-btn:not(.sp-null).auxo-btn-text {
    border: none;
    height: auto;
    min-width: auto;
    padding: 0
}

.auxo-btn:not(.sp-null).auxo-btn-loading:not(.auxo-btn-mi):not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon {
    line-height: 20px
}

.auxo-btn:not(.sp-null).auxo-btn-loading:before {
    display: none !important
}

.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-link:not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon,
.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-text:not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon {
    line-height: 18px
}

.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-link .auxo-btn-loading-icon+span,
.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-text .auxo-btn-loading-icon+span {
    display: none
}

.auxo-btn:not(.sp-null).auxo-btn-loading .auxo-btn-loading-icon+span {
    display: block;
    opacity: 0
}

.auxo-tooltip {
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: #565960;
    display: block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    max-width: 280px;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070
}

.auxo-tooltip-hidden {
    display: none
}

.auxo-tooltip-placement-top,
.auxo-tooltip-placement-topLeft,
.auxo-tooltip-placement-topRight {
    padding-bottom: 4px
}

.auxo-tooltip-placement-right,
.auxo-tooltip-placement-rightBottom,
.auxo-tooltip-placement-rightTop {
    padding-left: 4px
}

.auxo-tooltip-placement-bottom,
.auxo-tooltip-placement-bottomLeft,
.auxo-tooltip-placement-bottomRight {
    padding-top: 4px
}

.auxo-tooltip-placement-left,
.auxo-tooltip-placement-leftBottom,
.auxo-tooltip-placement-leftTop {
    padding-right: 4px
}

.auxo-tooltip-inner {
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
    color: #fff;
    min-height: 32px;
    min-width: 30px;
    padding: 6px 8px;
    text-align: left;
    text-decoration: none
}

.auxo-tooltip-arrow {
    background: transparent;
    display: block;
    height: 13.07106781px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 13.07106781px
}

.auxo-tooltip-arrow-content {
    background-color: rgba(0, 0, 0, .85);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow {
    bottom: -9.07106781px
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow-content {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    transform: translateY(-6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow {
    left: 5px
}

.auxo-tooltip-placement-topRight .auxo-tooltip-arrow {
    right: 5px
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow {
    left: -9.07106781px
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow-content {
    box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
    transform: translateX(6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow {
    top: 5px
}

.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow {
    bottom: 5px
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow {
    right: -9.07106781px
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow-content {
    box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
    transform: translateX(-6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow {
    top: 5px
}

.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow {
    bottom: 5px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow {
    top: -9.07106781px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow-content {
    box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
    transform: translateY(6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow {
    left: 5px
}

.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow {
    right: 5px
}

.auxo-tooltip-pink .auxo-tooltip-arrow-content,
.auxo-tooltip-pink .auxo-tooltip-inner {
    background-color: pink
}

.auxo-tooltip-magenta .auxo-tooltip-arrow-content,
.auxo-tooltip-magenta .auxo-tooltip-inner {
    background-color: #f0f
}

.auxo-tooltip-red .auxo-tooltip-arrow-content,
.auxo-tooltip-red .auxo-tooltip-inner {
    background-color: red
}

.auxo-tooltip-orange .auxo-tooltip-arrow-content,
.auxo-tooltip-orange .auxo-tooltip-inner {
    background-color: orange
}

.auxo-tooltip-yellow .auxo-tooltip-arrow-content,
.auxo-tooltip-yellow .auxo-tooltip-inner {
    background-color: #ff0
}

.auxo-tooltip-gold .auxo-tooltip-arrow-content,
.auxo-tooltip-gold .auxo-tooltip-inner {
    background-color: gold
}

.auxo-tooltip-cyan .auxo-tooltip-arrow-content,
.auxo-tooltip-cyan .auxo-tooltip-inner {
    background-color: cyan
}

.auxo-tooltip-lime .auxo-tooltip-arrow-content,
.auxo-tooltip-lime .auxo-tooltip-inner {
    background-color: lime
}

.auxo-tooltip-green .auxo-tooltip-arrow-content,
.auxo-tooltip-green .auxo-tooltip-inner {
    background-color: green
}

.auxo-tooltip-blue .auxo-tooltip-arrow-content,
.auxo-tooltip-blue .auxo-tooltip-inner {
    background-color: blue
}

.auxo-tooltip-purple .auxo-tooltip-arrow-content,
.auxo-tooltip-purple .auxo-tooltip-inner {
    background-color: purple
}

.auxo-tooltip-rtl {
    direction: rtl
}

.auxo-tooltip-rtl .auxo-tooltip-inner {
    text-align: right
}

.auxo-tooltip:not(.sp-null) {
    font-size: 12px;
    line-height: 16px
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner {
    padding: 8px
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a {
    color: #4784ff
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a:hover {
    color: #669eff
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a:active {
    color: #4784ff
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow-content {
    border-radius: 0 0 1px 0
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow-content {
    border-radius: 0 0 0 1px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow-content {
    border-radius: 1px 0 0 0
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow-content {
    border-radius: 0 1px 0 0
}

.auxo-message {
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: #565960;
    font-size: 14px;
    font-variant: tabular-nums;
    left: 0;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 8px;
    width: 100%;
    z-index: 1010
}

.auxo-message-notice {
    padding: 8px;
    text-align: center
}

.auxo-message-notice-content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
    display: inline-block;
    padding: 12px 16px;
    pointer-events: all
}

.auxo-message-success .anticon {
    color: #3cc781
}

.auxo-message-error .anticon {
    color: #ff3b52
}

.auxo-message-warning .anticon {
    color: #ff9226
}

.auxo-message-info .anticon,
.auxo-message-loading .anticon {
    color: #1966ff
}

.auxo-message .anticon {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 1px
}

.auxo-message-notice.move-up-leave.move-up-leave-active {
    animation-duration: .3s;
    animation-name: MessageMoveOut
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        opacity: 1;
        padding: 8px
    }

    to {
        max-height: 0;
        opacity: 0;
        padding: 0
    }
}

.auxo-message-rtl,
.auxo-message-rtl span {
    direction: rtl
}

.auxo-message-rtl .anticon {
    margin-left: 8px;
    margin-right: 0
}

.auxo-message:not(.sp-null) {
    color: #252931;
    line-height: 20px
}

.auxo-message:not(.sp-null) .auxo-message-notice-content {
    border: 1px solid #eeeff0
}

.auxo-space {
    display: inline-flex
}

.auxo-space-vertical {
    flex-direction: column
}

.auxo-space-align-center {
    align-items: center
}

.auxo-space-align-start {
    align-items: flex-start
}

.auxo-space-align-end {
    align-items: flex-end
}

.auxo-space-align-baseline {
    align-items: baseline
}

.auxo-space-item:empty {
    display: none
}

.auxo-space-rtl {
    direction: rtl
}

.auxo-sp-tag {
    align-items: center;
    background-color: #1966ff;
    border-radius: 2px;
    box-sizing: content-box;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 4px 0 0;
    padding: 0 4px;
    position: relative
}

.auxo-sp-tag.sp-tag-size-large {
    line-height: 20px
}

.auxo-sp-tag.sp-tag-size-small {
    line-height: 12px
}

.auxo-sp-tag.sp-tag-size-small .sp-tag-content {
    transform: scale(.83333);
    transform-origin: center center
}

.auxo-sp-tag.sp-tag-size-default {
    line-height: 16px
}

.auxo-sp-tag.sp-tag-border {
    color: #1966ff
}

.auxo-sp-tag.sp-tag-success {
    background-color: #3cc781
}

.auxo-sp-tag.sp-tag-success.sp-tag-border {
    color: #3cc781
}

.auxo-sp-tag.sp-tag-error {
    background-color: #ff3b52
}

.auxo-sp-tag.sp-tag-error.sp-tag-border {
    color: #ff3b52
}

.auxo-sp-tag.sp-tag-warn {
    background-color: #ff9226
}

.auxo-sp-tag.sp-tag-warn.sp-tag-border {
    color: #ff9226
}

.auxo-sp-tag.sp-tag-custom-border {
    line-height: 14px
}

.auxo-sp-tag.sp-tag-icon {
    padding: 0 4px 0 2px
}

.auxo-sp-tag.sp-tag-icon span[role=img] {
    font-size: 10px;
    margin-left: 1px;
    margin-right: 1px
}

.auxo-sp-tag .auxo-sp-icon:first-child {
    margin-right: 2px
}

.auxo-sp-tag .sp-tag-close {
    cursor: pointer;
    display: block;
    height: 12px;
    line-height: 1;
    margin-left: 2px
}

.auxo-sp-tag .sp-tag-content {
    display: inline-block
}

.auxo-sp-tag.sp-tag-bg:after,
.auxo-sp-tag.sp-tag-border:before {
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.auxo-sp-tag.sp-tag-border:before {
    border: 1px solid;
    opacity: .1;
    z-index: 1
}

.auxo-sp-tag.sp-tag-bg:after {
    background-color: currentcolor;
    opacity: .04
}

.auxo-sp-tag.tag-data-entry {
    background-color: rgba(0, 0, 0, .04);
    border: 1px solid #eeeff0;
    color: #252931;
    margin: 2px 4px 2px 0
}

.auxo-sp-tag.tag-data-entry .sp-tag-content {
    margin-right: 4px
}

.auxo-sp-tag.tag-data-entry .auxo-sp-icon {
    color: #c4c4c4
}

.auxo-sp-tag.tag-data-entry-error {
    background-color: #fff5f5;
    border: 1px solid #ff3b52;
    color: #ff3b52;
    margin: 2px 4px 2px 0
}

.auxo-sp-tag.tag-data-entry-error .sp-tag-content {
    margin-right: 4px
}

.auxo-sp-tag.tag-data-entry-error .auxo-sp-icon {
    color: #ff3b52
}

.auxo-tag-status-wrap {
    color: #252931;
    line-height: 20px
}

.auxo-tag-status-wrap .auxo-tag-status-dots {
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-bottom: 2px;
    margin-right: 8px;
    vertical-align: middle;
    width: 6px
}

.auxo-tag-status-wrap .auxo-tag-status-dots-success {
    background-color: #3cc781
}

.auxo-tag-status-wrap .auxo-tag-status-dots-error {
    background-color: #ff3b52
}

.auxo-tag-status-wrap .auxo-tag-status-dots-warn {
    background-color: #ff9226
}

.auxo-tag-status-wrap .auxo-tag-status-dots-default {
    background-color: #1966ff
}

.auxo-tag-status-wrap .auxo-tag-status-dots-cancel {
    background-color: rgba(0, 0, 0, .45)
}

.auxo-tag-list-wrap .rc-overflow {
    align-items: center;
    display: flex;
    line-height: 18px
}

.auxo-tag-list-wrap .auxo-tag-list-overflow-rest {
    border: 1px solid #eeeff0;
    border-radius: 2px;
    color: #565960;
    cursor: pointer;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    padding: 0 4px
}

.auxo-tag-list-overflow-rest-popover {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4px
}

.auxo-tag-list-overflow-rest-popover-item {
    line-height: 12px;
    margin-bottom: 4px
}

.auxo-spin {
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: #565960;
    color: #1966ff;
    display: none;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: transform .3s cubic-bezier(.78, .14, .15, .86);
    vertical-align: middle
}

.auxo-spin-spinning {
    display: inline-block;
    opacity: 1;
    position: static
}

.auxo-spin-nested-loading {
    position: relative
}

.auxo-spin-nested-loading>div>.auxo-spin {
    display: block;
    height: 100%;
    left: 0;
    max-height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.auxo-spin-nested-loading>div>.auxo-spin .auxo-spin-dot {
    left: 50%;
    margin: -12px;
    position: absolute;
    top: 50%
}

.auxo-spin-nested-loading>div>.auxo-spin .auxo-spin-text {
    padding-top: 7px;
    position: absolute;
    text-shadow: 0 1px 2px #fff;
    top: 50%;
    width: 100%
}

.auxo-spin-nested-loading>div>.auxo-spin.auxo-spin-show-text .auxo-spin-dot {
    margin-top: -22px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm .auxo-spin-dot {
    margin: -8px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm .auxo-spin-text {
    padding-top: 3px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm.auxo-spin-show-text .auxo-spin-dot {
    margin-top: -18px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg .auxo-spin-dot {
    margin: -16px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg .auxo-spin-text {
    padding-top: 11px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg.auxo-spin-show-text .auxo-spin-dot {
    margin-top: -26px
}

.auxo-spin-container {
    position: relative;
    transition: opacity .3s
}

.auxo-spin-container:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: none\9;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 10
}

.auxo-spin-blur {
    clear: both;
    opacity: .5;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.auxo-spin-blur:after {
    opacity: .4;
    pointer-events: auto
}

.auxo-spin-tip {
    color: #898b8f
}

.auxo-spin-dot {
    display: inline-block;
    font-size: 24px;
    height: 1em;
    position: relative;
    width: 1em
}

.auxo-spin-dot-item {
    animation: antSpinMove 1s linear infinite alternate;
    background-color: #1966ff;
    border-radius: 100%;
    display: block;
    height: 9px;
    opacity: .3;
    position: absolute;
    transform: scale(.75);
    transform-origin: 50% 50%;
    width: 9px
}

.auxo-spin-dot-item:first-child {
    left: 0;
    top: 0
}

.auxo-spin-dot-item:nth-child(2) {
    animation-delay: .4s;
    right: 0;
    top: 0
}

.auxo-spin-dot-item:nth-child(3) {
    animation-delay: .8s;
    bottom: 0;
    right: 0
}

.auxo-spin-dot-item:nth-child(4) {
    animation-delay: 1.2s;
    bottom: 0;
    left: 0
}

.auxo-spin-dot-spin {
    animation: antRotate 1.2s linear infinite;
    transform: rotate(45deg)
}

.auxo-spin-sm .auxo-spin-dot {
    font-size: 16px
}

.auxo-spin-sm .auxo-spin-dot i {
    height: 6px;
    width: 6px
}

.auxo-spin-lg .auxo-spin-dot {
    font-size: 32px
}

.auxo-spin-lg .auxo-spin-dot i {
    height: 14px;
    width: 14px
}

.auxo-spin.auxo-spin-show-text .auxo-spin-text {
    display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .auxo-spin-blur {
        background: #fff;
        opacity: .5
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@keyframes antRotate {
    to {
        transform: rotate(405deg)
    }
}

.auxo-spin-rtl {
    direction: rtl
}

.auxo-spin-rtl .auxo-spin-dot-spin {
    animation-name: antRotateRtl;
    transform: rotate(-45deg)
}

@keyframes antRotateRtl {
    to {
        transform: rotate(-405deg)
    }
}

/*# sourceMappingURL=467.38876d93.css.map*/