     color: rgba(0, 0, 0, 0.45);
}
 .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
     background-color: @primary-color;
}
 .ant-steps-item-error .ant-steps-item-icon {
     background-color: #fff;
     border-color: #ff4d4f;
}
 .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
     color: #ff4d4f;
}
 .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
     background: #ff4d4f;
}
 .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
     color: #ff4d4f;
}
 .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
     background-color: #f0f0f0;
}
 .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
     color: #ff4d4f;
}
 .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
     background-color: #f0f0f0;
}
 .ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
     background: #ff4d4f;
}
 .ant-steps-item-disabled {
     cursor: not-allowed;
}
 .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
     cursor: pointer;
}
 .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
     transition: color 0.3s;
}
 .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle, .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
     color: @primary-color;
}
 .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
     border-color: @primary-color;
}
 .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
     color: @primary-color;
}
 .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
     padding-left: 1.14285714rem;
     white-space: nowrap;
}
 .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
     padding-left: 0;
}
 .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
     padding-right: 0;
}
 .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
     display: none;
}
 .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
     max-width: 10.00000000rem;
     white-space: normal;
}
 .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
     height: auto;
     background: none;
     border: 0;
}
 .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
     top: 0.00000000rem;
     left: 0.03571429rem;
     width: 2.28571429rem;
     height: 2.28571429rem;
     font-size: 1.71428571rem;
     line-height: 2.28571429rem;
}
 .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
     color: @primary-color;
}
 .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
     width: auto;
     background: none;
}
 .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
     padding-left: 0.85714286rem;
}
 .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
     padding-left: 0;
}
 .ant-steps-small .ant-steps-item-icon {
     width: 1.71428571rem;
     height: 1.71428571rem;
     margin: 0 0.57142857rem 0 0;
     font-size: 0.85714286rem;
     line-height: 1.71428571rem;
     text-align: center;
     border-radius: 1.71428571rem;
}
 .ant-steps-small .ant-steps-item-title {
     padding-right: 0.85714286rem;
     font-size: 1.00000000rem;
     line-height: 1.71428571rem;
}
 .ant-steps-small .ant-steps-item-title::after {
     top: 0.85714286rem;
}
 .ant-steps-small .ant-steps-item-description {
     color: rgba(0, 0, 0, 0.45);
     font-size: 1.00000000rem;
}
 .ant-steps-small .ant-steps-item-tail {
     top: 0.57142857rem;
}
 .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
     width: inherit;
     height: inherit;
     line-height: inherit;
     background: none;
     border: 0;
     border-radius: 0;
}
 .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
     font-size: 1.71428571rem;
     line-height: 1.71428571rem;
     transform: none;
}
 .ant-steps-vertical {
     display: flex;
     flex-direction: column;
}
 .ant-steps-vertical > .ant-steps-item {
     display: block;
     flex: 1 0 auto;
     padding-left: 0;
     overflow: visible;
}
 .ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
     float: left;
     margin-right: 1.14285714rem;
}
 .ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
     display: block;
     min-height: 3.42857143rem;
     overflow: hidden;
}
 .ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
     line-height: 2.28571429rem;
}
 .ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
     padding-bottom: 0.85714286rem;
}
 .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     position: absolute;
     top: 0;
     left: 1.07142857rem;
     width: 0.07142857rem;
     height: 100%;
     padding: 2.71428571rem 0 0.42857143rem;
}
 .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
     width: 0.07142857rem;
     height: 100%;
}
 .ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
     display: block;
}
 .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
     display: none;
}
 .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
     position: absolute;
     top: 0;
     left: 0.78571429rem;
     padding: 2.14285714rem 0 0.42857143rem;
}
 .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
     line-height: 1.71428571rem;
}
 .ant-steps-label-vertical .ant-steps-item {
     overflow: visible;
}
 .ant-steps-label-vertical .ant-steps-item-tail {
     margin-left: 4.14285714rem;
     padding: 0.25000000rem 1.71428571rem;
}
 .ant-steps-label-vertical .ant-steps-item-content {
     display: block;
     width: 8.28571429rem;
     margin-top: 0.57142857rem;
     text-align: center;
}
 .ant-steps-label-vertical .ant-steps-item-icon {
     display: inline-block;
     margin-left: 3.00000000rem;
}
 .ant-steps-label-vertical .ant-steps-item-title {
     padding-right: 0;
     padding-left: 0;
}
 .ant-steps-label-vertical .ant-steps-item-title::after {
     display: none;
}
 .ant-steps-label-vertical .ant-steps-item-subtitle {
     display: block;
     margin-bottom: 0.28571429rem;
     margin-left: 0;
     line-height: 1.5715;
}
 .ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
     margin-left: 3.28571429rem;
}
 .ant-steps-dot .ant-steps-item-title, .ant-steps-dot.ant-steps-small .ant-steps-item-title {
     line-height: 1.5715;
}
 .ant-steps-dot .ant-steps-item-tail, .ant-steps-dot.ant-steps-small .ant-steps-item-tail {
     top: 0.14285714rem;
     width: 100%;
     margin: 0 0 0 5.00000000rem;
     padding: 0;
}
 .ant-steps-dot .ant-steps-item-tail::after, .ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
     width: calc(100% - 1.42857143rem);
     height: 0.21428571rem;
     margin-left: 0.85714286rem;
}
 .ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
     left: 0.14285714rem;
}
 .ant-steps-dot .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-icon {
     width: 0.57142857rem;
     height: 0.57142857rem;
     margin-left: 4.78571429rem;
     padding-right: 0;
     line-height: 0.57142857rem;
     background: transparent;
     border: 0;
}
 .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
     position: relative;
     float: left;
     width: 100%;
     height: 100%;
     border-radius: 7.14285714rem;
     transition: all 0.3s;
    /* expand hover area */
}
 .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
     position: absolute;
     top: -0.85714286rem;
     left: -1.85714286rem;
     width: 4.28571429rem;
     height: 2.28571429rem;
     background: rgba(0, 0, 0, 0.001);
     content: '';
}
 .ant-steps-dot .ant-steps-item-content, .ant-steps-dot.ant-steps-small .ant-steps-item-content {
     width: 10.00000000rem;
}
 .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon, .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
     position: relative;
     top: -0.07142857rem;
     width: 0.71428571rem;
     height: 0.71428571rem;
     line-height: 0.71428571rem;
     background: none;
}
 .ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
     left: 0;
}
 .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
     margin-top: 0.92857143rem;
     margin-left: 0;
     background: none;
}
 .ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     top: 0.46428571rem;
     left: -0.64285714rem;
     margin: 0;
     padding: 1.57142857rem 0 0.28571429rem;
}
 .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
     margin-top: 0.71428571rem;
}
 .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     top: 0.25000000rem;
}
 .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
     left: 0;
}
 .ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
     width: inherit;
}
 .ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
     top: -0.07142857rem;
     left: -0.07142857rem;
}
 .ant-steps-navigation {
     padding-top: 0.85714286rem;
}
 .ant-steps-navigation.ant-steps-small .ant-steps-item-container {
     margin-left: -0.85714286rem;
}
 .ant-steps-navigation .ant-steps-item {
     overflow: visible;
     text-align: center;
}
 .ant-steps-navigation .ant-steps-item-container {
     display: inline-block;
     height: 100%;
     margin-left: -1.14285714rem;
     padding-bottom: 0.85714286rem;
     text-align: left;
     transition: opacity 0.3s;
}
 .ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
     max-width: auto;
}
 .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
     max-width: 100%;
     padding-right: 0;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
     display: none;
}
 .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
     cursor: pointer;
}
 .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
     opacity: 0.85;
}
 .ant-steps-navigation .ant-steps-item:last-child {
     flex: 1;
}
 .ant-steps-navigation .ant-steps-item:last-child::after {
     display: none;
}
 .ant-steps-navigation .ant-steps-item::after {
     position: absolute;
     top: 50%;
     left: 100%;
     display: inline-block;
     width: 0.85714286rem;
     height: 0.85714286rem;
     margin-top: -1.00000000rem;
     margin-left: -0.14285714rem;
     border: 0.07142857rem solid rgba(0, 0, 0, 0.25);
     border-bottom: none;
     border-left: none;
     transform: rotate(45deg);
     content: '';
}
 .ant-steps-navigation .ant-steps-item::before {
     position: absolute;
     bottom: 0;
     left: 50%;
     display: inline-block;
     width: 0;
     height: 0.14285714rem;
     background-color: @primary-color;
     transition: width 0.3s, left 0.3s;
     transition-timing-function: ease-out;
     content: '';
}
 .ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
     left: 0;
     width: 100%;
}
 .ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
     margin-right: 0 !important;
}
 .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
     display: none;
}
 .ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
     top: 0;
     right: 0;
     left: unset;
     display: block;
     width: 0.21428571rem;
     height: calc(100% - 1.71428571rem);
}
 .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
     position: relative;
     top: -0.14285714rem;
     left: 50%;
     display: block;
     width: 0.57142857rem;
     height: 0.57142857rem;
     margin-bottom: 0.57142857rem;
     text-align: center;
     transform: rotate(135deg);
}
 .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     visibility: hidden;
}
 .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     visibility: hidden;
}
 .ant-steps-rtl {
     direction: rtl;
}
 .ant-steps.ant-steps-rtl .ant-steps-item-icon {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-steps-rtl .ant-steps-item-tail {
     right: 0;
     left: auto;
}
 .ant-steps-rtl .ant-steps-item-title {
     padding-right: 0;
     padding-left: 1.14285714rem;
}
 .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
     float: left;
     margin-right: 0.57142857rem;
     margin-left: 0;
}
 .ant-steps-rtl .ant-steps-item-title::after {
     right: 100%;
     left: auto;
}
 .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
     padding-right: 1.14285714rem;
     padding-left: 0;
}
 .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
     padding-right: 0;
}
 .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
     padding-left: 0;
}
 .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
     right: 0.03571429rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
     margin-right: -0.85714286rem;
     margin-left: 0;
}
 .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
     margin-right: -1.14285714rem;
     margin-left: 0;
     text-align: right;
}
 .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
     padding-left: 0;
}
 .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
     right: 100%;
     left: auto;
     margin-right: -0.14285714rem;
     margin-left: 0;
     transform: rotate(225deg);
}
 .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
     padding-right: 0.85714286rem;
     padding-left: 0;
}
 .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
     padding-right: 0;
}
 .ant-steps-rtl.ant-steps-small .ant-steps-item-title {
     padding-right: 0;
     padding-left: 0.85714286rem;
}
 .ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
     float: right;
     margin-right: 0;
     margin-left: 1.14285714rem;
}
 .ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     right: 1.14285714rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
     right: 0.85714286rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
     padding-left: 0;
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
     margin: 0 5.00000000rem 0 0;
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
     margin-right: 0.85714286rem;
     margin-left: 0;
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
     right: 0.14285714rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
     margin-right: 4.78571429rem;
     margin-left: 0;
}
 .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
    /* expand hover area */
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
     float: right;
}
 .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after, .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
     right: -1.85714286rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
     margin-right: 0;
     margin-left: 1.14285714rem;
}
 .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     right: -0.64285714rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
     right: 0;
     left: auto;
}
 .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
     right: -0.14285714rem;
     left: auto;
}
 .ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
     padding-right: 0.28571429rem;
}
 .ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     right: 1.35714286rem;
}
 .ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     right: 1.07142857rem;
}
 .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
     padding-right: 0.28571429rem;
     padding-left: 0;
}
 .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
     padding-right: 0.28571429rem;
}
 .ant-steps-with-progress .ant-steps-item {
     padding-top: 0.28571429rem;
}
 .ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     top: 0.28571429rem;
     left: 1.35714286rem;
}
 .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child, .ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
     padding-bottom: 0.28571429rem;
     padding-left: 0.28571429rem;
}
 .ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
     left: 1.07142857rem;
}
 .ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
     padding-left: 0.28571429rem;
}
 .ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
     top: 1.00000000rem !important;
}
 .ant-steps-with-progress .ant-steps-item-icon {
     position: relative;
}
 .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
     position: absolute;
     top: -0.35714286rem;
     right: -0.35714286rem;
     bottom: -0.35714286rem;
     left: -0.35714286rem;
}
 .ant-switch {
     margin: 0;
     padding: 0;
     color: @text-color;
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: relative;
     display: inline-block;
     box-sizing: border-box;
     min-width: 3.14285714rem;
     height: 1.57142857rem;
     line-height: 1.57142857rem;
     vertical-align: middle;
     background-color: rgba(0, 0, 0, 0.25);
     border: 0;
     border-radius: 7.14285714rem;
     cursor: pointer;
     transition: all 0.2s;
     user-select: none;
}
 .ant-switch:focus {
     outline: 0;
     box-shadow: 0 0 0 0.14285714rem rgba(0, 0, 0, 0.1);
}
 .ant-switch-checked:focus {
     box-shadow: 0 0 0 0.14285714rem color(~`colorPalette("@{primary-color}", 1)`);
}
 .ant-switch:focus:hover {
     box-shadow: none;
}
 .ant-switch-checked {
     background-color: @primary-color;
}
 .ant-switch-loading, .ant-switch-disabled {
     cursor: not-allowed;
     opacity: 0.4;
}
 .ant-switch-loading *, .ant-switch-disabled * {
     box-shadow: none;
     cursor: not-allowed;
}
 .ant-switch-inner {
     display: block;
     margin: 0 0.50000000rem 0 1.78571429rem;
     color: #fff;
     font-size: 0.85714286rem;
     transition: margin 0.2s;
}
 .ant-switch-checked .ant-switch-inner {
     margin: 0 1.78571429rem 0 0.50000000rem;
}
 .ant-switch-handle {
     position: absolute;
     top: 0.14285714rem;
     left: 0.14285714rem;
     width: 1.28571429rem;
     height: 1.28571429rem;
     transition: all 0.2s ease-in-out;
}
 .ant-switch-handle::before {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: #fff;
     border-radius: 0.64285714rem;
     box-shadow: 0 0.14285714rem 0.28571429rem 0 rgba(0, 35, 11, 0.2);
     transition: all 0.2s ease-in-out;
     content: '';
}
 .ant-switch-checked .ant-switch-handle {
     left: calc(100% - 1.28571429rem - 0.14285714rem);
}
 .ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
     right: -30%;
     left: 0;
}
 .ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
     right: 0;
     left: -30%;
}
 .ant-switch-loading-icon.anticon {
     position: relative;
     top: 0.14285714rem;
     color: rgba(0, 0, 0, 0.65);
     vertical-align: top;
}
 .ant-switch-checked .ant-switch-loading-icon {
     color: @primary-color;
}
 .ant-switch-small {
     min-width: 2.00000000rem;
     height: 1.14285714rem;
     line-height: 1.14285714rem;
}
 .ant-switch-small .ant-switch-inner {
     margin: 0 0.35714286rem 0 1.28571429rem;
     font-size: 0.85714286rem;
}
 .ant-switch-small .ant-switch-handle {
     width: 0.85714286rem;
     height: 0.85714286rem;
}
 .ant-switch-small .ant-switch-loading-icon {
     top: 0.10714286rem;
     font-size: 0.64285714rem;
}
 .ant-switch-small.ant-switch-checked .ant-switch-inner {
     margin: 0 1.28571429rem 0 0.35714286rem;
}
 .ant-switch-small.ant-switch-checked .ant-switch-handle {
     left: calc(100% - 0.85714286rem - 0.14285714rem);
}
 .ant-switch-rtl {
     direction: rtl;
}
 .ant-switch-rtl .ant-switch-inner {
     margin: 0 1.78571429rem 0 0.50000000rem;
}
 .ant-switch-rtl .ant-switch-handle {
     right: 0.14285714rem;
     left: auto;
}
 .ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
     right: 0;
     left: -30%;
}
 .ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
     right: -30%;
     left: 0;
}
 .ant-switch-rtl.ant-switch-checked .ant-switch-inner {
     margin: 0 0.50000000rem 0 1.78571429rem;
}
 .ant-switch-rtl.ant-switch-checked .ant-switch-handle {
     right: calc(100% - 1.28571429rem - 0.14285714rem);
}
 .ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
     right: calc(100% - 0.85714286rem - 0.14285714rem);
}
 .ant-table.ant-table-middle {
     font-size: 1.00000000rem;
}
 .ant-table.ant-table-middle .ant-table-title, .ant-table.ant-table-middle .ant-table-footer, .ant-table.ant-table-middle .ant-table-thead > tr > th, .ant-table.ant-table-middle .ant-table-tbody > tr > td, .ant-table.ant-table-middle tfoot > tr > th, .ant-table.ant-table-middle tfoot > tr > td {
     padding: 0.85714286rem 0.57142857rem;
}
 .ant-table.ant-table-middle .ant-table-filter-trigger {
     margin-right: -0.28571429rem;
}
 .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
     margin: -0.85714286rem -0.57142857rem;
}
 .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
     margin: -0.85714286rem -0.57142857rem -0.85714286rem 2.85714286rem;
}
 .ant-table.ant-table-middle .ant-table-selection-column {
     padding-inline-start: 0.14285714rem;
}
 .ant-table.ant-table-small {
     font-size: 1.00000000rem;
}
 .ant-table.ant-table-small .ant-table-title, .ant-table.ant-table-small .ant-table-footer, .ant-table.ant-table-small .ant-table-thead > tr > th, .ant-table.ant-table-small .ant-table-tbody > tr > td, .ant-table.ant-table-small tfoot > tr > th, .ant-table.ant-table-small tfoot > tr > td {
     padding: 0.57142857rem 0.57142857rem;
}
 .ant-table.ant-table-small .ant-table-filter-trigger {
     margin-right: -0.28571429rem;
}
 .ant-table.ant-table-small .ant-table-expanded-row-fixed {
     margin: -0.57142857rem -0.57142857rem;
}
 .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
     margin: -0.57142857rem -0.57142857rem -0.57142857rem 2.85714286rem;
}
 .ant-table.ant-table-small .ant-table-selection-column {
     padding-inline-start: 0.14285714rem;
}
 .ant-table.ant-table-bordered > .ant-table-title {
     border: 0.07142857rem solid #f0f0f0;
     border-bottom: 0;
}
 .ant-table.ant-table-bordered > .ant-table-container {
     border-left: 0.07142857rem solid #f0f0f0;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
     border-right: 0.07142857rem solid #f0f0f0;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
     border-bottom: 0.07142857rem solid #f0f0f0;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
     background-color: transparent !important;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
     border-right: 0.07142857rem solid #f0f0f0;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
     margin: -1.14285714rem -1.21428571rem;
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
     position: absolute;
     top: 0;
     right: 0.07142857rem;
     bottom: 0;
     border-right: 0.07142857rem solid #f0f0f0;
     content: '';
}
 .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table, .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
     border-top: 0.07142857rem solid #f0f0f0;
}
 .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td, .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
     border-right: 0;
}
 .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
     margin: -0.85714286rem -0.64285714rem;
}
 .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed, .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
     margin: -0.57142857rem -0.64285714rem;
}
 .ant-table.ant-table-bordered > .ant-table-footer {
     border: 0.07142857rem solid #f0f0f0;
     border-top: 0;
}
 .ant-table-cell .ant-table-container:first-child {
     border-top: 0;
}
 .ant-table-cell-scrollbar:not([rowspan]) {
     box-shadow: 0 0.07142857rem 0 0.07142857rem #fafafa;
}
 .ant-table-wrapper {
     clear: both;
     max-width: 100%;
}
 .ant-table-wrapper::before {
     display: table;
     content: '';
}
 .ant-table-wrapper::after {
     display: table;
     clear: both;
     content: '';
}
 .ant-table-wrapper::before {
     display: table;
     content: '';
}
 .ant-table-wrapper::after {
     display: table;
     clear: both;
     content: '';
}
 .ant-table {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: @text-color;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: relative;
     font-size: 1.00000000rem;
     background: #fff;
     border-radius: 0.14285714rem;
}
 .ant-table table {
     width: 100%;
     text-align: left;
     border-radius: 0.14285714rem 0.14285714rem 0 0;
     border-collapse: separate;
     border-spacing: 0;
}
 .ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
     position: relative;
     padding: 1.14285714rem 1.14285714rem;
     overflow-wrap: break-word;
}
 .ant-table-cell-ellipsis {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     word-break: keep-all;
}
 .ant-table-cell-ellipsis.ant-table-cell-fix-left-last, .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
     overflow: visible;
}
 .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content, .ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .ant-table-cell-ellipsis .ant-table-column-title {
     overflow: hidden;
     text-overflow: ellipsis;
     word-break: keep-all;
}
 .ant-table-title {
     padding: 1.14285714rem 1.14285714rem;
}
 .ant-table-footer {
     padding: 1.14285714rem 1.14285714rem;
     color: @text-color;
     background: #fafafa;
}
 .ant-table-thead > tr > th {
     position: relative;
     color: @text-color;
     font-weight: 500;
     text-align: left;
     background: #fafafa;
     border-bottom: 0.07142857rem solid #f0f0f0;
     transition: background 0.3s ease;
}
 .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
     text-align: center;
}
 .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
     position: absolute;
     top: 50%;
     right: 0;
     width: 0.07142857rem;
     height: 1.6em;
     background-color: rgba(0, 0, 0, 0.06);
     transform: translateY(-50%);
     transition: background-color 0.3s;
     content: '';
}
 .ant-table-thead > tr:not(:last-child) > th[colspan] {
     border-bottom: 0;
}
 .ant-table-tbody > tr > td {
     border-bottom: 0.07142857rem solid #f0f0f0;
     transition: background 0.3s;
}
 .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
     margin: -1.14285714rem -1.14285714rem -1.14285714rem 2.28571429rem;
}
 .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
     border-bottom: 0;
}
 .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child, .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child, .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
     border-radius: 0;
}
 .ant-table-tbody > tr.ant-table-row:hover > td, .ant-table-tbody > tr > td.ant-table-cell-row-hover {
     background: #fafafa;
}
 .ant-table-tbody > tr.ant-table-row-selected > td {
     background: color(~`colorPalette("@{primary-color}", 1)`);
     border-color: rgba(0, 0, 0, 0.03);
}
 .ant-table-tbody > tr.ant-table-row-selected:hover > td {
     background: #dcf4ff;
}
 .ant-table-summary {
     position: relative;
     z-index: 2;
     background: #fff;
}
 div.ant-table-summary {
     box-shadow: 0 -0.07142857rem 0 #f0f0f0;
}
 .ant-table-summary > tr > th, .ant-table-summary > tr > td {
     border-bottom: 0.07142857rem solid #f0f0f0;
}
 .ant-table-pagination.ant-pagination {
     margin: 1.14285714rem 0;
}
 .ant-table-pagination {
     display: flex;
     flex-wrap: wrap;
     row-gap: 0.57142857rem;
}
 .ant-table-pagination > * {
     flex: none;
}
 .ant-table-pagination-left {
     justify-content: flex-start;
}
 .ant-table-pagination-center {
     justify-content: center;
}
 .ant-table-pagination-right {
     justify-content: flex-end;
}
 .ant-table-thead th.ant-table-column-has-sorters {
     outline: none;
     cursor: pointer;
     transition: all 0.3s;
}
 .ant-table-thead th.ant-table-column-has-sorters:hover {
     background: rgba(0, 0, 0, 0.04);
}
 .ant-table-thead th.ant-table-column-has-sorters:hover::before {
     background-color: transparent !important;
}
 .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
     color: @primary-color;
}
 .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover, .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
     background: #f5f5f5;
}
 .ant-table-thead th.ant-table-column-sort {
     background: #f5f5f5;
}
 .ant-table-thead th.ant-table-column-sort::before {
     background-color: transparent !important;
}
 td.ant-table-column-sort {
     background: #fafafa;
}
 .ant-table-column-title {
     position: relative;
     z-index: 1;
     flex: 1;
}
 .ant-table-column-sorters {
     display: flex;
     flex: auto;
     align-items: center;
     justify-content: space-between;
}
 .ant-table-column-sorters::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: '';
}
 .ant-table-column-sorter {
     margin-left: 0.28571429rem;
     color: #bfbfbf;
     font-size: 0;
     transition: color 0.3s;
}
 .ant-table-column-sorter-inner {
     display: inline-flex;
     flex-direction: column;
     align-items: center;
}
 .ant-table-column-sorter-up, .ant-table-column-sorter-down {
     font-size: 0.78571429rem;
}
 .ant-table-column-sorter-up.active, .ant-table-column-sorter-down.active {
     color: @primary-color;
}
 .ant-table-column-sorter-up + .ant-table-column-sorter-down {
     margin-top: -0.3em;
}
 .ant-table-column-sorters:hover .ant-table-column-sorter {
     color: #a6a6a6;
}
 .ant-table-filter-column {
     display: flex;
     justify-content: space-between;
}
 .ant-table-filter-trigger {
     position: relative;
     display: flex;
     align-items: center;
     margin: -0.28571429rem -0.57142857rem -0.28571429rem 0.28571429rem;
     padding: 0 0.28571429rem;
     color: #bfbfbf;
     font-size: 0.85714286rem;
     border-radius: 0.14285714rem;
     cursor: pointer;
     transition: all 0.3s;
}
 .ant-table-filter-trigger:hover {
     color: rgba(0, 0, 0, 0.45);
     background: rgba(0, 0, 0, 0.04);
}
 .ant-table-filter-trigger.active {
     color: @primary-color;
}
 .ant-table-filter-dropdown {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: @text-color;
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     min-width: 8.57142857rem;
     background-color: #fff;
     border-radius: 0.14285714rem;
     box-shadow: 0 0.21428571rem 0.42857143rem -0.28571429rem rgba(0, 0, 0, 0.12), 0 0.42857143rem 1.14285714rem 0 rgba(0, 0, 0, 0.08), 0 0.64285714rem 2.00000000rem 0.57142857rem rgba(0, 0, 0, 0.05);
}
 .ant-table-filter-dropdown .ant-dropdown-menu {
     max-height: 18.85714286rem;
     overflow-x: hidden;
     border: 0;
     box-shadow: none;
}
 .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
     display: block;
     padding: 0.57142857rem 0;
     color: rgba(0, 0, 0, 0.25);
     font-size: 0.85714286rem;
     text-align: center;
     content: 'Not Found';
}
 .ant-table-filter-dropdown-tree {
     padding: 0.57142857rem 0.57142857rem 0;
}
 .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
     background-color: #f5f5f5;
}
 .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper, .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
     background-color: color(~`colorPalette("@{primary-color}", 2)`);
}
 .ant-table-filter-dropdown-search {
     padding: 0.57142857rem;
     border-bottom: 0.07142857rem #f0f0f0 solid;
}
 .ant-table-filter-dropdown-search-input input {
     min-width: 10.00000000rem;
}
 .ant-table-filter-dropdown-search-input .anticon {
     color: rgba(0, 0, 0, 0.25);
}
 .ant-table-filter-dropdown-checkall {
     width: 100%;
     margin-bottom: 0.28571429rem;
     margin-left: 0.28571429rem;
}
 .ant-table-filter-dropdown-submenu > ul {
     max-height: calc(100vh - 9.28571429rem);
     overflow-x: hidden;
     overflow-y: auto;
}
 .ant-table-filter-dropdown .ant-checkbox-wrapper + span, .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
     padding-left: 0.57142857rem;
}
 .ant-table-filter-dropdown-btns {
     display: flex;
     justify-content: space-between;
     padding: 0.50000000rem 0.57142857rem;
     overflow: hidden;
     background-color: inherit;
     border-top: 0.07142857rem solid #f0f0f0;
}
 .ant-table-selection-col {
     width: 2.28571429rem;
}
 .ant-table-bordered .ant-table-selection-col {
     width: 3.57142857rem;
}
 table tr th.ant-table-selection-column, table tr td.ant-table-selection-column {
     padding-right: 0.57142857rem;
     padding-left: 0.57142857rem;
     text-align: center;
}
 table tr th.ant-table-selection-column .ant-radio-wrapper, table tr td.ant-table-selection-column .ant-radio-wrapper {
     margin-right: 0;
}
 table tr th.ant-table-selection-column.ant-table-cell-fix-left {
     z-index: 3;
}
 table tr th.ant-table-selection-column::after {
     background-color: transparent !important;
}
 .ant-table-selection {
     position: relative;
     display: inline-flex;
     flex-direction: column;
}
 .ant-table-selection-extra {
     position: absolute;
     top: 0;
     z-index: 1;
     cursor: pointer;
     transition: all 0.3s;
     margin-inline-start: 100%;
     padding-inline-start: 0.28571429rem;
}
 .ant-table-selection-extra .anticon {
     color: #bfbfbf;
     font-size: 0.71428571rem;
}
 .ant-table-selection-extra .anticon:hover {
     color: #a6a6a6;
}
 .ant-table-expand-icon-col {
     width: 3.42857143rem;
}
 .ant-table-row-expand-icon-cell {
     text-align: center;
}
 .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
     display: inline-flex;
     float: none;
     vertical-align: sub;
}
 .ant-table-row-indent {
     float: left;
     height: 0.07142857rem;
}
 .ant-table-row-expand-icon {
     color: @primary-color;
     outline: none;
     cursor: pointer;
     transition: color 0.3s;
     position: relative;
     float: left;
     box-sizing: border-box;
     width: 1.21428571rem;
     height: 1.21428571rem;
     padding: 0;
     color: inherit;
     line-height: 1.21428571rem;
     background: #fff;
     border: 0.07142857rem solid #f0f0f0;
     border-radius: 0.14285714rem;
     transform: scale(0.94117647);
     transition: all 0.3s;
     user-select: none;
}
 .ant-table-row-expand-icon:focus-visible, .ant-table-row-expand-icon:hover {
     color: color(~`colorPalette("@{primary-color}", 5)`);
}
 .ant-table-row-expand-icon:active {
     color: color(~`colorPalette("@{primary-color}", 7)`);
}
 .ant-table-row-expand-icon:focus, .ant-table-row-expand-icon:hover, .ant-table-row-expand-icon:active {
     border-color: currentcolor;
}
 .ant-table-row-expand-icon::before, .ant-table-row-expand-icon::after {
     position: absolute;
     background: currentcolor;
     transition: transform 0.3s ease-out;
     content: '';
}
 .ant-table-row-expand-icon::before {
     top: 0.50000000rem;
     right: 0.21428571rem;
     left: 0.21428571rem;
     height: 0.07142857rem;
}
 .ant-table-row-expand-icon::after {
     top: 0.21428571rem;
     bottom: 0.21428571rem;
     left: 0.50000000rem;
     width: 0.07142857rem;
     transform: rotate(90deg);
}
 .ant-table-row-expand-icon-collapsed::before {
     transform: rotate(-180deg);
}
 .ant-table-row-expand-icon-collapsed::after {
     transform: rotate(0deg);
}
 .ant-table-row-expand-icon-spaced {
     background: transparent;
     border: 0;
     visibility: hidden;
}
 .ant-table-row-expand-icon-spaced::before, .ant-table-row-expand-icon-spaced::after {
     display: none;
     content: none;
}
 .ant-table-row-indent + .ant-table-row-expand-icon {
     margin-top: 0.17860714rem;
     margin-right: 0.57142857rem;
}
 tr.ant-table-expanded-row > td, tr.ant-table-expanded-row:hover > td {
     background: #fbfbfb;
}
 tr.ant-table-expanded-row .ant-descriptions-view {
     display: flex;
}
 tr.ant-table-expanded-row .ant-descriptions-view table {
     flex: auto;
     width: auto;
}
 .ant-table .ant-table-expanded-row-fixed {
     position: relative;
     margin: -1.14285714rem -1.14285714rem;
     padding: 1.14285714rem 1.14285714rem;
}
 .ant-table-tbody > tr.ant-table-placeholder {
     text-align: center;
}
 .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
     color: rgba(0, 0, 0, 0.25);
}
 .ant-table-tbody > tr.ant-table-placeholder:hover > td {
     background: #fff;
}
 .ant-table-cell-fix-left, .ant-table-cell-fix-right {
     position: sticky !important;
     z-index: 2;
     background: #fff;
}
 .ant-table-cell-fix-left-first::after, .ant-table-cell-fix-left-last::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: -0.07142857rem;
     width: 2.14285714rem;
     transform: translateX(100%);
     transition: box-shadow 0.3s;
     content: '';
     pointer-events: none;
}
 .ant-table-cell-fix-left-all::after {
     display: none;
}
 .ant-table-cell-fix-right-first::after, .ant-table-cell-fix-right-last::after {
     position: absolute;
     top: 0;
     bottom: -0.07142857rem;
     left: 0;
     width: 2.14285714rem;
     transform: translateX(-100%);
     transition: box-shadow 0.3s;
     content: '';
     pointer-events: none;
}
 .ant-table .ant-table-container::before, .ant-table .ant-table-container::after {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: calc(calc(2 + 1) + 1);
     width: 2.14285714rem;
     transition: box-shadow 0.3s;
     content: '';
     pointer-events: none;
}
 .ant-table .ant-table-container::before {
     left: 0;
}
 .ant-table .ant-table-container::after {
     right: 0;
}
 .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
     position: relative;
}
 .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
     box-shadow: inset 0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.15);
}
 .ant-table-ping-left .ant-table-cell-fix-left-first::after, .ant-table-ping-left .ant-table-cell-fix-left-last::after {
     box-shadow: inset 0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.15);
}
 .ant-table-ping-left .ant-table-cell-fix-left-last::before {
     background-color: transparent !important;
}
 .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
     position: relative;
}
 .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
     box-shadow: inset -0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.15);
}
 .ant-table-ping-right .ant-table-cell-fix-right-first::after, .ant-table-ping-right .ant-table-cell-fix-right-last::after {
     box-shadow: inset -0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.15);
}
 .ant-table-sticky-holder {
     position: sticky;
     z-index: calc(2 + 1);
     background: #fff;
}
 .ant-table-sticky-scroll {
     position: sticky;
     bottom: 0;
     z-index: calc(2 + 1);
     display: flex;
     align-items: center;
     background: #ffffff;
     border-top: 0.07142857rem solid #f0f0f0;
     opacity: 0.6;
}
 .ant-table-sticky-scroll:hover {
     transform-origin: center bottom;
}
 .ant-table-sticky-scroll-bar {
     height: 0.57142857rem;
     background-color: rgba(0, 0, 0, 0.35);
     border-radius: 0.28571429rem;
}
 .ant-table-sticky-scroll-bar:hover {
     background-color: rgba(0, 0, 0, 0.8);
}
 .ant-table-sticky-scroll-bar-active {
     background-color: rgba(0, 0, 0, 0.8);
}
 @media all and (-ms-high-contrast: none) {
     .ant-table-ping-left .ant-table-cell-fix-left-last::after {
         box-shadow: none !important;
    }
     .ant-table-ping-right .ant-table-cell-fix-right-first::after {
         box-shadow: none !important;
    }
}
 .ant-table {
    /* title + table */
    /* table */
    /* table + footer */
}
 .ant-table-title {
     border-radius: 0.14285714rem 0.14285714rem 0 0;
}
 .ant-table-title + .ant-table-container {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
 .ant-table-title + .ant-table-container table {
     border-radius: 0;
}
 .ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
     border-radius: 0;
}
 .ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
     border-radius: 0;
}
 .ant-table-container {
     border-top-left-radius: 0.14285714rem;
     border-top-right-radius: 0.14285714rem;
}
 .ant-table-container table > thead > tr:first-child th:first-child {
     border-top-left-radius: 0.14285714rem;
}
 .ant-table-container table > thead > tr:first-child th:last-child {
     border-top-right-radius: 0.14285714rem;
}
 .ant-table-footer {
     border-radius: 0 0 0.14285714rem 0.14285714rem;
}
 .ant-table-wrapper-rtl {
     direction: rtl;
}
 .ant-table-rtl {
     direction: rtl;
}
 .ant-table-wrapper-rtl .ant-table table {
     text-align: right;
}
 .ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
     text-align: center;
}
 .ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
     right: auto;
     left: 0;
}
 .ant-table-wrapper-rtl .ant-table-thead > tr > th {
     text-align: right;
}
 .ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
     margin: -1.14285714rem 2.35714286rem -1.14285714rem -1.14285714rem;
}
 .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
     justify-content: flex-end;
}
 .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
     justify-content: flex-start;
}
 .ant-table-wrapper-rtl .ant-table-column-sorter {
     margin-right: 0.28571429rem;
     margin-left: 0;
}
 .ant-table-wrapper-rtl .ant-table-filter-column-title {
     padding: 1.14285714rem 1.14285714rem 1.14285714rem 2.3em;
}
 .ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
     padding: 0 0 0 2.3em;
}
 .ant-table-wrapper-rtl .ant-table-filter-trigger {
     margin: -0.28571429rem 0.28571429rem -0.28571429rem -0.57142857rem;
}
 .ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span, .ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span, .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span, .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
     padding-right: 0.57142857rem;
     padding-left: 0;
}
 .ant-table-wrapper-rtl .ant-table-selection {
     text-align: center;
}
 .ant-table-wrapper-rtl .ant-table-row-indent {
     float: right;
}
 .ant-table-wrapper-rtl .ant-table-row-expand-icon {
     float: right;
}
 .ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
     transform: rotate(-90deg);
}
 .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
     transform: rotate(180deg);
}
 .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
     transform: rotate(0deg);
}
 .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
     padding: 0.57142857rem 0;
     font-size: 1.00000000rem;
}
 .ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
     padding: 1.14285714rem 0;
     font-size: 1.14285714rem;
}
 .ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
     padding: 0.42857143rem 1.14285714rem;
}
 .ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
     padding: 0.50000000rem 1.14285714rem 0.42857143rem;
}
 .ant-tabs-rtl {
     direction: rtl;
}
 .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
     margin: 0 0 0 2.28571429rem;
}
 .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
     margin-left: 0;
}
 .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
     margin-right: 0;
     margin-left: 0.85714286rem;
}
 .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
     margin-right: 0.57142857rem;
     margin-left: -0.28571429rem;
}
 .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
     margin: 0;
}
 .ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
     order: 1;
}
 .ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
     order: 0;
}
 .ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
     order: 0;
}
 .ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
     order: 1;
}
 .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
     margin-right: 0.14285714rem;
     margin-left: 0;
}
 .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
     margin-right: 0.14285714rem;
     margin-left: 0;
}
 .ant-tabs-dropdown-rtl {
     direction: rtl;
}
 .ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
     text-align: right;
}
 .ant-tabs-top, .ant-tabs-bottom {
     flex-direction: column;
}
 .ant-tabs-top > .ant-tabs-nav, .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav {
     margin: 0 0 1.14285714rem 0;
}
 .ant-tabs-top > .ant-tabs-nav::before, .ant-tabs-bottom > .ant-tabs-nav::before, .ant-tabs-top > div > .ant-tabs-nav::before, .ant-tabs-bottom > div > .ant-tabs-nav::before {
     position: absolute;
     right: 0;
     left: 0;
     border-bottom: 0.07142857rem solid #f0f0f0;
     content: '';
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
     height: 0.14285714rem;
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
     transition: width 0.3s, left 0.3s, right 0.3s;
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
     top: 0;
     bottom: 0;
     width: 2.14285714rem;
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
     left: 0;
     box-shadow: inset 0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.08);
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
     right: 0;
     box-shadow: inset -0.71428571rem 0 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.08);
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
     opacity: 1;
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
     opacity: 1;
}
 .ant-tabs-top > .ant-tabs-nav::before, .ant-tabs-top > div > .ant-tabs-nav::before {
     bottom: 0;
}
 .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
     bottom: 0;
}
 .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav {
     order: 1;
     margin-top: 1.14285714rem;
     margin-bottom: 0;
}
 .ant-tabs-bottom > .ant-tabs-nav::before, .ant-tabs-bottom > div > .ant-tabs-nav::before {
     top: 0;
}
 .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
     top: 0;
}
 .ant-tabs-bottom > .ant-tabs-content-holder, .ant-tabs-bottom > div > .ant-tabs-content-holder {
     order: 0;
}
 .ant-tabs-left > .ant-tabs-nav, .ant-tabs-right > .ant-tabs-nav, .ant-tabs-left > div > .ant-tabs-nav, .ant-tabs-right > div > .ant-tabs-nav {
     flex-direction: column;
     min-width: 3.57142857rem;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
     padding: 0.57142857rem 1.71428571rem;
     text-align: center;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
     margin: 1.14285714rem 0 0 0;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
     flex-direction: column;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
     right: 0;
     left: 0;
     height: 2.14285714rem;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
     top: 0;
     box-shadow: inset 0 0.71428571rem 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.08);
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
     bottom: 0;
     box-shadow: inset 0 -0.71428571rem 0.57142857rem -0.57142857rem rgba(0, 0, 0, 0.08);
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
     opacity: 1;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
     opacity: 1;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
     width: 0.14285714rem;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
     transition: height 0.3s, top 0.3s;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations, .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
     flex: 1 0 auto;
     flex-direction: column;
}
 .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
     right: 0;
}
 .ant-tabs-left > .ant-tabs-content-holder, .ant-tabs-left > div > .ant-tabs-content-holder {
     margin-left: -0.07142857rem;
     border-left: 0.07142857rem solid #f0f0f0;
}
 .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane, .ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
     padding-left: 1.71428571rem;
}
 .ant-tabs-right > .ant-tabs-nav, .ant-tabs-right > div > .ant-tabs-nav {
     order: 1;
}
 .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
     left: 0;
}
 .ant-tabs-right > .ant-tabs-content-holder, .ant-tabs-right > div > .ant-tabs-content-holder {
     order: 0;
     margin-right: -0.07142857rem;
     border-right: 0.07142857rem solid #f0f0f0;
}
 .ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane, .ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
     padding-right: 1.71428571rem;
}
 .ant-tabs-dropdown {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: @text-color;
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: absolute;
     top: -714.21428571rem;
     left: -714.21428571rem;
     z-index: 1050;
     display: block;
}
 .ant-tabs-dropdown-hidden {
     display: none;
}
 .ant-tabs-dropdown-menu {
     max-height: 14.28571429rem;
     margin: 0;
     padding: 0.28571429rem 0;
     overflow-x: hidden;
     overflow-y: auto;
     text-align: left;
     list-style-type: none;
     background-color: #fff;
     background-clip: padding-box;
     border-radius: 0.14285714rem;
     outline: none;
     box-shadow: 0 0.21428571rem 0.42857143rem -0.28571429rem rgba(0, 0, 0, 0.12), 0 0.42857143rem 1.14285714rem 0 rgba(0, 0, 0, 0.08), 0 0.64285714rem 2.00000000rem 0.57142857rem rgba(0, 0, 0, 0.05);
}
 .ant-tabs-dropdown-menu-item {
     display: flex;
     align-items: center;
     min-width: 8.57142857rem;
     margin: 0;
     padding: 0.35714286rem 0.85714286rem;
     overflow: hidden;
     color: @text-color;
     font-weight: normal;
     font-size: 1.00000000rem;
     line-height: 1.57142857rem;
     white-space: nowrap;
     text-overflow: ellipsis;
     cursor: pointer;
     transition: all 0.3s;
}
 .ant-tabs-dropdown-menu-item > span {
     flex: 1;
     white-space: nowrap;
}
 .ant-tabs-dropdown-menu-item-remove {
     flex: none;
     margin-left: 0.85714286rem;
     color: rgba(0, 0, 0, 0.45);
     font-size: 0.85714286rem;
     background: transparent;
     border: 0;
     cursor: pointer;
}
 .ant-tabs-dropdown-menu-item-remove:hover {
     color: color(~`colorPalette("@{primary-color}", 5)`);
}
 .ant-tabs-dropdown-menu-item:hover {
     background: #f5f5f5;
}
 .ant-tabs-dropdown-menu-item-disabled, .ant-tabs-dropdown-menu-item-disabled:hover {
     color: rgba(0, 0, 0, 0.25);
     background: transparent;
     cursor: not-allowed;
}
 .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
     margin: 0;
     padding: 0.57142857rem 1.14285714rem;
     background: #fafafa;
     border: 0.07142857rem solid #f0f0f0;
     transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
     color: @primary-color;
     background: #fff;
}
 .ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
     visibility: hidden;
}
 .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
     margin-left: 0.14285714rem;
}
 .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
     border-radius: 0.14285714rem 0.14285714rem 0 0;
}
 .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
     border-bottom-color: #fff;
}
 .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
     border-radius: 0 0 0.14285714rem 0.14285714rem;
}
 .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
     border-top-color: #fff;
}
 .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
     margin-top: 0.14285714rem;
}
 .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
     border-radius: 0.14285714rem 0 0 0.14285714rem;
}
 .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
     border-right-color: #fff;
}
 .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
     border-radius: 0 0.14285714rem 0.14285714rem 0;
}
 .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active, .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
     border-left-color: #fff;
}
 .ant-tabs {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: @text-color;
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     display: flex;
}
 .ant-tabs > .ant-tabs-nav, .ant-tabs > div > .ant-tabs-nav {
     position: relative;
     display: flex;
     flex: none;
     align-items: center;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
     position: relative;
     display: inline-block;
     display: flex;
     flex: auto;
     align-self: stretch;
     overflow: hidden;
     white-space: nowrap;
     transform: translate(0);
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before, .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
     position: absolute;
     z-index: 1;
     opacity: 0;
     transition: opacity 0.3s;
     content: '';
     pointer-events: none;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
     position: relative;
     display: flex;
     transition: transform 0.3s;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
     display: flex;
     align-self: stretch;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
     position: absolute;
     visibility: hidden;
     pointer-events: none;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
     position: relative;
     padding: 0.57142857rem 1.14285714rem;
     background: transparent;
     border: 0;
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     height: 0.35714286rem;
     transform: translateY(100%);
     content: '';
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
     min-width: 2.85714286rem;
     margin-left: 0.14285714rem;
     padding: 0 0.57142857rem;
     background: #fafafa;
     border: 0.07142857rem solid #f0f0f0;
     border-radius: 0.14285714rem 0.14285714rem 0 0;
     outline: none;
     cursor: pointer;
     transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
     color: color(~`colorPalette("@{primary-color}", 5)`);
}
 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active, .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus, .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
     color: color(~`colorPalette("@{primary-color}", 7)`);
}
 .ant-tabs-extra-content {
     flex: none;
}
 .ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']), .ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
     justify-content: center;
}
 .ant-tabs-ink-bar {
     position: absolute;
     background: @primary-color;
     pointer-events: none;
}
 .ant-tabs-tab {
     position: relative;
     display: inline-flex;
     align-items: center;
     padding: 0.85714286rem 0;
     font-size: 1.00000000rem;
     background: transparent;
     border: 0;
     outline: none;
     cursor: pointer;
}
 .ant-tabs-tab-btn:focus, .ant-tabs-tab-remove:focus, .ant-tabs-tab-btn:active, .ant-tabs-tab-remove:active {
     color: color(~`colorPalette("@{primary-color}", 7)`);
}
 .ant-tabs-tab-btn {
     outline: none;
     transition: all 0.3s;
}
 .ant-tabs-tab-remove {
     flex: none;
     margin-right: -0.28571429rem;
     margin-left: 0.57142857rem;
     color: rgba(0, 0, 0, 0.45);
     font-size: 0.85714286rem;
     background: transparent;
     border: none;
     outline: none;
     cursor: pointer;
     transition: all 0.3s;
}
 .ant-tabs-tab-remove:hover {
     color: @text-color;
}
 .ant-tabs-tab:hover {
     color: color(~`colorPalette("@{primary-color}", 5)`);
}
 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
     color: @primary-color;
     text-shadow: 0 0 0.01785714rem currentcolor;
}
 .ant-tabs-tab.ant-tabs-tab-disabled {
     color: rgba(0, 0, 0, 0.25);
     cursor: not-allowed;
}
 .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active, .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
     color: rgba(0, 0, 0, 0.25);
}
 .ant-tabs-tab .ant-tabs-tab-remove .anticon {
     margin: 0;
}
 .ant-tabs-tab .anticon {
     margin-right: 0.85714286rem;
}
 .ant-tabs-tab + .ant-tabs-tab {
     margin: 0 0 0 2.28571429rem;
}
 .ant-tabs-content {
     position: relative;
     width: 100%;
}
 .ant-tabs-content-holder {
     flex: auto;
     min-width: 0;
     min-height: 0;
}
 .ant-tabs-tabpane {
     outline: none;
}
 .ant-tabs-tabpane-hidden {
     display: none;
}
 .ant-tabs-switch-appear, .ant-tabs-switch-enter {
     transition: none;
}
 .ant-tabs-switch-appear-start, .ant-tabs-switch-enter-start {
     opacity: 0;
}
 .ant-tabs-switch-appear-active, .ant-tabs-switch-enter-active {
     opacity: 1;
     transition: opacity 0.3s;
}
 .ant-tabs-switch-leave {
     position: absolute;
     transition: none;
     inset: 0;
}
 .ant-tabs-switch-leave-start {
     opacity: 1;
}
 .ant-tabs-switch-leave-active {
     opacity: 0;
     transition: opacity 0.3s;
}
 .ant-tag {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: @text-color;
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     display: inline-block;
     height: auto;
     margin-right: 0.57142857rem;
     padding: 0 0.50000000rem;
     font-size: 0.85714286rem;
     line-height: 1.42857143rem;
     white-space: nowrap;
     background: #fafafa;
     border: 0.07142857rem solid #d9d9d9;
     border-radius: 0.14285714rem;
     opacity: 1;
     transition: all 0.3s;
}
 .ant-tag, .ant-tag a, .ant-tag a:hover {
     color: @text-color;
}
 .ant-tag > a:first-child:last-child {
     display: inline-block;
     margin: 0 -0.57142857rem;
     padding: 0 0.57142857rem;
}
 .ant-tag-close-icon {
     margin-left: 0.21428571rem;
     color: rgba(0, 0, 0, 0.45);
     font-size: 0.71428571rem;
     cursor: pointer;
     transition: all 0.3s;