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

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

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    margin: 0
}

[tabindex="-1"]:focus {
    outline: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: 500
}

p {
    margin-top: 0;
    margin-bottom: 1em
}

abbr[title],abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit
}

input[type=text],input[type=password],input[type=number],textarea {
    -webkit-appearance: none
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1em
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5em;
    [dir="ltr"] & {
        margin-left: 0
    }
    [dir="rtl"] & {
        margin-right: 0;
    }
}

blockquote {
    margin: 0 0 1em
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

pre,code,kbd,samp {
    font-size: 1em;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto
}

figure {
    margin: 0 0 1em
}

img {
    vertical-align: middle;
    border-style: none
}

a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75em;
    padding-bottom: .3em;
    text-align: left;
    caption-side: bottom
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

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

input[type=radio],input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

mark {
    padding: .2em;
    background-color: #feffe6
}

html {
    --color-primary: var(--theme-color-dark);
    --color-primary-border: var(--theme-color);
    --color-primary-bg: rgba(113, 35, 238, .05);
    --color-primary-shadow: rgb(113 74 190 / 0.3);
    font-size: 12px
}

body {
    font-family: Microsoft Yahei,Lucida Grande,Verdana,Lucida,Helvetica,Arial,sans-serif;
    background-color: #f7f7f7;
    font-size: 14px
}

body,p,ul,dl,dd,h2,h3,h4,i {
    padding: 0;
    margin: 0;
    font-style: normal
}

table th {
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none
}

ul {
    list-style: none
}

#app {
    min-height: 100%;
    background: #f7f7f7
}

.w {
    width: 1200px;
    margin: 0 auto
}

.component-wrapper {
    display: block;
    max-width: 100%;
    min-width: 1200px
}

.link-primary {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.link-primary:hover {
    color: var(--color-primary)!important;
    opacity: .9
}

.hover-underline:hover {
    text-decoration: underline
}

.bgp-link {
    background-color: #f3f3f3;
    color: #999;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 13px
}

.bgp-link:hover {
    color: #666
}

.ui-flex {
    display: flex;
    flex-direction: row
}

.ui-row {
    flex-direction: row
}

.ui-column {
    flex-direction: column
}

.w-full {
    width: 100%
}

.bgf {
    background-color: #fff
}

.bgp {
    background-color: #f7f7f7
}

.bgr {
    background-color: #e23435
}

.bgc60 {
    background-color: #f60
}

.f-8 {
    font-size: 8px
}

.f-9 {
    font-size: 9px
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-17 {
    font-size: 17px
}

.f-18 {
    font-size: 18px
}

.f-19 {
    font-size: 19px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-25 {
    font-size: 25px
}

.f-32 {
    font-size: 32px
}

.f-white {
    color: #fff
}

.f-primary {
    color: var(--color-primary)
}

a.f-primary:hover {
    opacity: .9;
    text-decoration: underline
}

.f-red {
    color: #e23435
}

a.f-red:hover {
    color: #d12728;
    text-decoration: underline
}

.cur-default {
    cursor: default
}

.f-c3 {
    color: #333
}

.f-c6 {
    color: #666
}

.f-gray {
    color: #999
}

.f-a1 {
    color: #a1a1a1
}

.f-blue {
    color: #0a98d5
}

.f-green {
    color: #7abd54
}

.f-yellow {
    color: #ffce59
}

.f-orange {
    color: #ff9f11
}

.f-empty {
    color: #eee
}

a.f-red,a.f-orange {
    cursor: pointer
}

a.f-orange:hover {
    color: #ff9f11;
    text-decoration: underline
}

.f-c60 {
    color: #f60
}

.f-c55 {
    color: #555
}

.f-yahei {
    font-family: microsoft yahei
}

.f-simsun {
    font-family: simsun;
    font-weight: 700
}

.bold {
    font-weight: 700
}

.f-number {
    font-family: arial narrow
}

.f-price {
    font-family: Tahoma,Geneva,sans-serif
}

.mt2 {
    margin-top: 2px
}

.mg5 {
    margin: 5px
}

[dir="rtl"] .ml5{
    margin-right: 5px;
}
[dir="ltr"] .ml5{
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px
}

[dir="ltr"] .mr5 {
    margin-right: 5px
}
[dir="rtl"] .mr5 {
    margin-left: 5px;
}

.mb5 {
    margin-bottom: 5px
}

[dir="ltr"] .ml10 {
    margin-left: 10px
}
[dir="rtl"] .ml10 {
    margin-right: 10px
}

[dir="ltr"] .mr10 {
    margin-right: 10px
}
[dir="rtl"] .mr10 {
    margin-left: 10px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

[dir="ltr"] .mr20 {
    margin-right: 20px
}
[dir="rtl"] .mr20 {
    margin-left: 20px
}

[dir="ltr"] .ml20 {
    margin-left: 20px
}
[dir="rtl"] .ml20 {
    margin-right: 20px
}

.pd5 {
    padding: 5px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

[dir="ltr"] .pl5 {
    padding-left: 5px
}
[dir="rtl"] .pl5 {
    padding-right: 5px
}

[dir="ltr"] .pr5 {
    padding-right: 5px
}
[dir="rtl"] .pr5 {
    padding-left: 5px
}

[dir="ltr"] .pl10 {
    padding-left: 10px
}
[dir="rtl"] .pl10 {
    padding-right: 10px
}

[dir="ltr"] .pr10 {
    padding-right: 10px
}
[dir="rtl"] .pr10 {
    padding-left: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pt10 {
    padding-top: 10px
}

.pd10 {
    padding: 10px
}

.pd15 {
    padding: 15px
}

[dir="ltr"] .pl15 {
    padding-left: 15px
}
[dir="rtl"] .pl15 {
    padding-right: 15px
}

[dir="ltr"] .pr15 {
    padding-right: 15px
}
[dir="rtl"] .pr15 {
    padding-left: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pt15 {
    padding-top: 15px
}

.pd20 {
    padding: 20px
}

.pb20 {
    padding-bottom: 20px
}

[dir="ltr"] .pl20 {
    padding-left: 20px
}
[dir="rtl"] .pl20 {
    padding-right: 20px
}

[dir="ltr"] .pr20 {
    padding-right: 20px
}
[dir="rtl"] .pr20 {
    padding-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pb30 {
    padding-bottom: 30px
}

[dir="ltr"] .pl30 {
    padding-left: 30px
}
[dir="rtl"] .pl30 {
    padding-right: 30px
}

[dir="ltr"] .pr30 {
    padding-right: 30px
}
[dir="rtl"] .pr30 {
    padding-left: 30px
}

.pt30 {
    padding-top: 30px
}

.hr {
    color: #f1f1f1;
    border: none;
    border-top: 1px solid #f1f1f1
}

.bt {
    border-top: 1px #f1f1f1 solid
}

.bb {
    border-bottom: 1px #f1f1f1 solid
}

[dir="ltr"] .br {
    border-right: 1px #f1f1f1 solid
}
[dir="rtl"] .br {
    border-left: 1px #f1f1f1 solid
}

[dir="ltr"] .bl {
    border-left: 1px #f1f1f1 solid
}
[dir="rtl"] .bl {
    border-right: 1px #f1f1f1 solid
}

.border {
    border: 1px #f1f1f1 solid
}

.b0 {
    border: 0!important
}

.border-dashed {
    border-style: dashed
}

.l-h17 {
    line-height: 17px
}

.l-h20 {
    line-height: 20px
}

.l-h25 {
    line-height: 25px
}

.l-h30 {
    line-height: 30px
}

.l-h32 {
    line-height: 32px
}

.block {
    display: block
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.hidden {
    display: none
}

.del {
    text-decoration: line-through
}

.text-left {
    text-align: left
}

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

.text-right {
    text-align: right
}

.vertical-middle {
    display: flex;
    align-items: center
}

.vertical-top {
    vertical-align: top
}

.clearfix:after {
    content: " ";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both
}

.round-edge {
    border-radius: 5px
}

.inline-block {
    display: inline-block
}

.box-shadow-top {
    box-shadow: 0 0 10px #f7f7f7
}

.box-shadow-bottom {
    box-shadow: 0 10px #f7f7f7
}

.price .radix,.price .symbol {
    font-size: 10px;
    font-weight: 400
}

.price .digits {
    font-size: 18px
}

.flex-middle {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.flex-center {
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.item-start {
    align-items: flex-start
}

.item-end {
    align-items: flex-end
}

.flex-start {
    justify-content: flex-start
}

.flex-end {
    justify-content: flex-end
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.width-surplus {
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 0
}

.flex-basis {
    flex-basis: 0
}

.width-between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: space-between;
    overflow: hidden;
    word-break: break-all;
    white-space: normal
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    justify-content: space-between;
    overflow: hidden;
    word-break: break-all;
    white-space: normal
}

.word-break-all {
    word-break: break-all;
    white-space: nowrap
}

.pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.divider {
    width: 1px;
    height: 10px;
    background-color: #ddd
}

.skeleton-ani {
    background-color: #f9f9f9;
    background-image: linear-gradient(90deg,#f9f9f9 25%,#efefef 37%,#f9f9f9 63%);
    background-size: 400% 100%;
    animation: skeleton_loading 1.4s ease infinite
}

.skeleton-label {
    height: 16px;
    border-radius: 3px;
    background-color: #f9f9f9
}

.skeleton-item {
    background-color: #f9f9f9;
    height: 32px;
    border-radius: 4px
}

@keyframes skeleton_loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.ant-table-wrapper .ant-table-container {
    border-start-start-radius: 0;
    border-start-end-radius: 0
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
    border-start-end-radius: 0
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
    border-start-start-radius: 0
}

.ant-table-wrapper .ant-table .ant-table-header {
    border-radius: 0!important
}

.ant-tag {
    font-size: 12px;
    line-height: 18px
}

.ant-message {
    white-space: pre-line
}

.my-ant-table .ant-table-thead>tr>th,.my-ant-table .ant-table-tbody>tr>td,.my-ant-table tfoot>tr>th,.my-ant-table tfoot>tr>td {
    padding: 15px 8px
}

.my-ant-table .striped td {
    background-color: #fffeef
}

.my-ant-table .ant-table-tbody>tr.ant-table-row:hover>td,.my-ant-table .ant-table-tbody>tr>td.ant-table-cell-row-hover {
    background: #fffdd9
}

[dir="ltr"] .ant-checkbox-wrapper span+span {
    padding-left: 4px;
    padding-right: 0
}
[dir="rtl"] .ant-checkbox-wrapper span+span {
    padding-right: 4px;
    padding-left: 0
}

.ant-modal-confirm-content,.ant-message {
    white-space: pre-line
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    [dir="ltr"] & {
        left: 0;
    }
    [dir="rtl"] & {
        right: 0;
    }
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    [dir="ltr"] & {
        right: 0;
    }
    [dir="rtl"] & {
        left: 0;
    }
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d,0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px,-4px);
    -ms-transform: rotate(3deg) translate(0px,-4px);
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    [dir="ltr"] & {
        right: 15px
    }
    [dir="rtl"] & {
        left: 15px;
    }
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    [dir="ltr"] & {
        border-left-color: #29d;
    }
    [dir="rtl"] & {
        border-right-color: #29d;
    }
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.elevator {
    position: fixed;
    bottom: 50%;
    [dir="ltr"] & {
        right: 0;
        border-radius: 8px 0 0 8px;
    }
    [dir="rtl"] & {
        left: 0;
        border-radius: 0 8px 8px 0;
    }
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 100;
    -webkit-box-shadow: -2px 0 30px 2px rgba(97,105,119,.18);
    box-shadow: -2px 0 30px 2px #6169772e;
    background: #fff;
    overflow: hidden
}

.elevator_list {
    margin: 0;
    padding: 0
}

.elevator_list .elevator_item {
    list-style: none
}

.elevator_list .elevator_lk {
    display: block;
    width: 44px;
    font-size: 12px;
    color: #333;
    padding: 16px 2px;
    text-align: center;
    -webkit-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease;
    z-index: 1;
    cursor: pointer;
    text-decoration: none
}

.elevator_list .elevator_lk:hover {
    background-color: var(--color-primary-border);
    color: #fff
}

.elevator_list .elevator_lk .anticon {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 4px
}

#nprogress .bar {
    background-color: #ff5c58!important
}

#nprogress .peg {
    box-shadow: 0 0 10px #ff5c58,0 0 5px #ff5c58
}

.page-state {
    min-height: 400px;
    max-width: 100%
}

:where(.css-17uqcrd).ant-breadcrumb {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 13px;
    line-height: 1.6153846153846154;
    list-style: none;
    font-family: tahoma, arial, Microsoft YaHei, Hiragino Sans GB, '宋体', sans-serif;
}