     clear: both;
     content: '';
}
 .ant-modal-confirm-body .ant-modal-confirm-title {
     display: block;
     overflow: hidden;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 500;
     font-size: 1.00000000rem;
     font-weight: 600;
     line-height: 1.4;
}
 .ant-modal-confirm-body .ant-modal-confirm-content {
     margin-top: 0.57142857rem;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
}
 .ant-modal-confirm-body > .anticon {
     position: relative;
     float: left;
     margin-right: 0.57142857rem;
}
 .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
     margin-left: 2.00000000rem;
}
 .ant-modal-confirm .ant-modal-confirm-btns {
     margin-top: 0.85714286rem;
     text-align: right;
}
 .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
     margin-bottom: 0;
     margin-left: 0.85714286rem;
}
 .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
     color: #E9463A;
}
 .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon, .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
     color: #F8782D;
}
 .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
     color: #1C79F4;
}
 .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
     color: #27D05A;
}
 .ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
     pointer-events: none;
}
 .ant-modal-wrap-rtl {
     direction: rtl;
}
 .ant-modal-wrap-rtl .ant-modal-close {
     right: initial;
     left: 0;
}
 .ant-modal-wrap-rtl .ant-modal-footer {
     text-align: left;
}
 .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
     margin-right: 0.57142857rem;
     margin-left: 0;
}
 .ant-modal-wrap-rtl .ant-modal-confirm-body {
     direction: rtl;
}
 .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
     float: right;
     margin-right: 0;
     margin-left: 1.14285714rem;
}
 .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
     margin-right: 2.71428571rem;
     margin-left: 0;
}
 .ant-modal-wrap-rtl .ant-modal-confirm-btns {
     text-align: left;
}
 .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
     margin-right: 0.57142857rem;
     margin-left: 0;
}
 .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
     text-align: right;
}
 .ant-notification {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: fixed;
     z-index: 1010;
     margin-right: 1.42857143rem;
}
 .ant-notification-close-icon {
     font-size: 1.00000000rem;
     cursor: pointer;
}
 .ant-notification-hook-holder {
     position: relative;
}
 .ant-notification-notice {
     position: relative;
     width: 25.71428571rem;
     max-width: calc(100vw - 1.42857143rem * 2);
     margin-bottom: 1.42857143rem;
     margin-left: auto;
     padding: 1.14285714rem 1.14285714rem;
     overflow: hidden;
     line-height: 1.5715;
     word-wrap: break-word;
     background: #fff;
     border-radius: 0.28571429rem;
     box-shadow: 0 0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     border: 0.07142857rem solid #fff;
}
 .ant-notification-top .ant-notification-notice, .ant-notification-bottom .ant-notification-notice {
     margin-right: auto;
     margin-left: auto;
}
 .ant-notification-topLeft .ant-notification-notice, .ant-notification-bottomLeft .ant-notification-notice {
     margin-right: auto;
     margin-left: 0;
}
 .ant-notification-notice-message {
     margin-bottom: 0.57142857rem;
     font-size: 1.00000000rem;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     line-height: 1.71428571rem;
}
 .ant-notification-notice-message-single-line-auto-margin {
     display: block;
     width: calc(25.71428571rem - 1.14285714rem * 2 - 1.71428571rem - 3.42857143rem - 100%);
     max-width: 0.28571429rem;
     background-color: transparent;
     pointer-events: none;
}
 .ant-notification-notice-message-single-line-auto-margin::before {
     display: block;
     content: '';
}
 .ant-notification-notice-description {
     font-size: 1.00000000rem;
     color: rgba(0, 0, 0, 0.9);
}
 .ant-notification-notice-closable .ant-notification-notice-message {
     padding-right: 1.71428571rem;
}
 .ant-notification-notice-with-icon .ant-notification-notice-message {
     margin-bottom: 0.28571429rem;
     margin-left: 2.00000000rem;
}
 .ant-notification-notice-with-icon .ant-notification-notice-description {
     margin-left: 2.00000000rem;
}
 .ant-notification-notice-icon {
     position: absolute;
     margin-left: 0;
     font-size: 1.42857143rem;
     line-height: 1.71428571rem;
}
 .anticon.ant-notification-notice-icon-success {
     color: #27D05A;
}
 .anticon.ant-notification-notice-icon-info {
     color: #1C79F4;
}
 .anticon.ant-notification-notice-icon-warning {
     color: #F8782D;
}
 .anticon.ant-notification-notice-icon-error {
     color: #E9463A;
}
 .anticon.ant-notification-notice-icon-question {
     color: #F8782D;
}
 .anticon.ant-notification-notice-icon svg {
     width: 1.42857143rem;
     height: 1.42857143rem;
     fill: currentColor;
}
 .ant-notification-notice-close {
     position: absolute;
     top: 1.14285714rem;
     right: 1.57142857rem;
     color: rgba(0, 0, 0, 0.6);
     outline: none;
}
 .ant-notification-notice-close:hover {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-notification-notice-btn {
     float: right;
     margin-top: 1.14285714rem;
}
 .ant-notification .notification-fade-effect {
     animation-duration: 0.24s;
     animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     animation-fill-mode: both;
}
 .ant-notification-fade-enter, .ant-notification-fade-appear {
     animation-duration: 0.24s;
     animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     animation-fill-mode: both;
     opacity: 0;
     animation-play-state: paused;
}
 .ant-notification-fade-leave {
     animation-duration: 0.24s;
     animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     animation-fill-mode: both;
     animation-duration: 0.2s;
     animation-play-state: paused;
}
 .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-fade-appear.ant-notification-fade-appear-active {
     animation-name: NotificationFadeIn;
     animation-play-state: running;
}
 .ant-notification-fade-leave.ant-notification-fade-leave-active {
     animation-name: NotificationFadeOut;
     animation-play-state: running;
}
 @keyframes NotificationFadeIn {
     0% {
         left: 25.71428571rem;
         opacity: 0;
    }
     100% {
         left: 0;
         opacity: 1;
    }
}
 @keyframes NotificationFadeOut {
     0% {
         max-height: 10.71428571rem;
         margin-bottom: 1.42857143rem;
         opacity: 1;
    }
     100% {
         max-height: 0;
         margin-bottom: 0;
         padding-top: 0;
         padding-bottom: 0;
         opacity: 0;
    }
}
 .ant-notification-rtl {
     direction: rtl;
}
 .ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
     padding-right: 0;
     padding-left: 1.71428571rem;
}
 .ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
     margin-right: 3.42857143rem;
     margin-left: 0;
}
 .ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
     margin-right: 3.42857143rem;
     margin-left: 0;
}
 .ant-notification-rtl .ant-notification-notice-icon {
     margin-right: 0.28571429rem;
     margin-left: 0;
}
 .ant-notification-rtl .ant-notification-notice-close {
     right: auto;
     left: 1.57142857rem;
}
 .ant-notification-rtl .ant-notification-notice-btn {
     float: left;
}
 .ant-notification-top, .ant-notification-bottom {
     margin-right: 0;
     margin-left: 0;
}
 .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
     animation-name: NotificationTopFadeIn;
}
 .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
     animation-name: NotificationBottomFadeIn;
}
 .ant-notification-topLeft, .ant-notification-bottomLeft {
     margin-right: 0;
     margin-left: 1.42857143rem;
}
 .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active, .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
     animation-name: NotificationLeftFadeIn;
}
 @keyframes NotificationTopFadeIn {
     0% {
         margin-top: -100%;
         opacity: 0;
    }
     100% {
         margin-top: 0;
         opacity: 1;
    }
}
 @keyframes NotificationBottomFadeIn {
     0% {
         margin-bottom: -100%;
         opacity: 0;
    }
     100% {
         margin-bottom: 0;
         opacity: 1;
    }
}
 @keyframes NotificationLeftFadeIn {
     0% {
         right: 25.71428571rem;
         opacity: 0;
    }
     100% {
         right: 0;
         opacity: 1;
    }
}
 .ant-page-header {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: relative;
     padding: 1.14285714rem 1.71428571rem;
     background-color: #fff;
}
 .ant-page-header-ghost {
     background-color: inherit;
}
 .ant-page-header.has-breadcrumb {
     padding-top: 0.85714286rem;
}
 .ant-page-header.has-footer {
     padding-bottom: 0;
}
 .ant-page-header-back {
     margin-right: 1.14285714rem;
     font-size: 1.14285714rem;
     line-height: 1;
}
 .ant-page-header-back-button {
     color: #1C79F4;
     outline: none;
     cursor: pointer;
     transition: color 0.3s;
     color: #000;
}
 .ant-page-header-back-button:focus-visible, .ant-page-header-back-button:hover {
     color: #459CFF;
}
 .ant-page-header-back-button:active {
     color: #0C5ACF;
}
 .ant-page-header .ant-divider-vertical {
     height: 1.00000000rem;
     margin: 0 0.85714286rem;
     vertical-align: middle;
}
 .ant-breadcrumb + .ant-page-header-heading {
     margin-top: 0.57142857rem;
}
 .ant-page-header-heading {
     display: flex;
     justify-content: space-between;
}
 .ant-page-header-heading-left {
     display: flex;
     align-items: center;
     margin: 0.28571429rem 0;
     overflow: hidden;
}
 .ant-page-header-heading-title {
     margin-right: 0.85714286rem;
     margin-bottom: 0;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 1.42857143rem;
     line-height: 2.28571429rem;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 .ant-page-header-heading .ant-avatar {
     margin-right: 0.85714286rem;
}
 .ant-page-header-heading-sub-title {
     margin-right: 0.85714286rem;
     color: rgba(0, 0, 0, 0.6);
     font-size: 1.00000000rem;
     line-height: 1.5715;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 .ant-page-header-heading-extra {
     margin: 0.28571429rem 0;
     white-space: nowrap;
}
 .ant-page-header-heading-extra > * {
     white-space: unset;
}
 .ant-page-header-content {
     padding-top: 0.85714286rem;
}
 .ant-page-header-footer {
     margin-top: 1.14285714rem;
}
 .ant-page-header-footer .ant-tabs > .ant-tabs-nav {
     margin: 0;
}
 .ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
     border: none;
}
 .ant-page-header-footer .ant-tabs .ant-tabs-tab {
     padding-top: 0.57142857rem;
     padding-bottom: 0.57142857rem;
     font-size: 1.14285714rem;
}
 .ant-page-header-compact .ant-page-header-heading {
     flex-wrap: wrap;
}
 .ant-page-header-rtl {
     direction: rtl;
}
 .ant-page-header-rtl .ant-page-header-back {
     float: right;
     margin-right: 0;
     margin-left: 1.14285714rem;
}
 .ant-page-header-rtl .ant-page-header-heading-title {
     margin-right: 0;
     margin-left: 0.85714286rem;
}
 .ant-page-header-rtl .ant-page-header-heading .ant-avatar {
     margin-right: 0;
     margin-left: 0.85714286rem;
}
 .ant-page-header-rtl .ant-page-header-heading-sub-title {
     float: right;
     margin-right: 0;
     margin-left: 0.85714286rem;
}
 .ant-page-header-rtl .ant-page-header-heading-tags {
     float: right;
}
 .ant-page-header-rtl .ant-page-header-heading-extra {
     float: left;
}
 .ant-page-header-rtl .ant-page-header-heading-extra > * {
     margin-right: 0.85714286rem;
     margin-left: 0;
}
 .ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
     margin-right: 0;
}
 .ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
     float: right;
}
 .ant-pagination {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     width: 100%;
     text-align: right;
}
 .ant-pagination ul, .ant-pagination ol {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .ant-pagination::after {
     display: block;
     clear: both;
     height: 0;
     overflow: hidden;
     visibility: hidden;
     content: ' ';
}
 .ant-pagination-total-text {
     height: 2.28571429rem;
     margin-right: 0.57142857rem;
     line-height: 2.14285714rem;
     vertical-align: middle;
     float: left;
     color: rgba(0, 0, 0, 0.6);
}
 .ant-pagination-item {
     display: inline-block;
     min-width: 2.28571429rem;
     height: 2.28571429rem;
     margin-right: 0.57142857rem;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
     line-height: 2.14285714rem;
     text-align: center;
     vertical-align: middle;
     list-style: none;
     background-color: #fff;
     border: 0.07142857rem solid #dcdcdc;
     border-radius: 0.28571429rem;
     outline: 0;
     cursor: pointer;
     user-select: none;
}
 .ant-pagination-item a {
     display: block;
     padding: 0 0.42857143rem;
     color: rgba(0, 0, 0, 0.6);
     transition: none;
}
 .ant-pagination-item a:hover {
     text-decoration: none;
}
 .ant-pagination-item:hover {
     border-color: #459CFF;
     transition: all 0.3s;
}
 .ant-pagination-item:hover a {
     color: #459CFF;
}
 .ant-pagination-item:focus-visible {
     border-color: #1C79F4;
     transition: all 0.3s;
}
 .ant-pagination-item:focus-visible a {
     color: #1C79F4;
}
 .ant-pagination-item-active {
     border-color: #1C79F4;
    
}
 .ant-pagination-item-active a {
     color: #1C79F4;
}
 .ant-pagination-item-active:hover {
     border-color: #459CFF;
}
 .ant-pagination-item-active:focus-visible {
     border-color: #459CFF;
}
 .ant-pagination-item-active:focus-visible a {
     color: #459CFF;
}
 .ant-pagination-jump-prev, .ant-pagination-jump-next {
     outline: 0;
}
 .ant-pagination-jump-prev .ant-pagination-item-container, .ant-pagination-jump-next .ant-pagination-item-container {
     position: relative;
}
 .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
     color: #1C79F4;
     font-size: 0.85714286rem;
     letter-spacing: -0.07142857rem;
     opacity: 0;
     transition: all 0.2s;
}
 .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: auto;
}
 .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: block;
     margin: auto;
     color: rgba(0, 0, 0, 0.6);
     font-family: Arial, Helvetica, sans-serif;
     letter-spacing: 0.14285714rem;
     text-align: center;
     text-indent: 0.13em;
     opacity: 1;
     transition: all 0.2s;
}
 .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
     opacity: 1;
}
 .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis, .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
     opacity: 0;
}
 .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon, .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
     opacity: 1;
}
 .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis, .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
     opacity: 0;
}
 .ant-pagination-prev, .ant-pagination-jump-prev, .ant-pagination-jump-next {
     margin-right: 0.57142857rem;
}
 .ant-pagination-prev, .ant-pagination-next, .ant-pagination-jump-prev, .ant-pagination-jump-next {
     display: inline-block;
     min-width: 2.28571429rem;
     height: 2.28571429rem;
     color: rgba(0, 0, 0, 0.6);
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
     line-height: 2.28571429rem;
     text-align: center;
     vertical-align: middle;
     list-style: none;
     border-radius: 0.28571429rem;
     cursor: pointer;
     transition: all 0.3s;
}
 .ant-pagination-prev, .ant-pagination-next {
     font-family: Arial, Helvetica, sans-serif;
     outline: 0;
}
 .ant-pagination-prev button, .ant-pagination-next button {
     color: rgba(0, 0, 0, 0.9);
     cursor: pointer;
     user-select: none;
}
 .ant-pagination-prev svg, .ant-pagination-next svg {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-pagination-prev:hover button, .ant-pagination-next:hover button {
     border-color: #459CFF;
}
 .ant-pagination-prev:hover svg, .ant-pagination-next:hover svg {
     color: #459CFF;
}
 .ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {
     display: block;
     width: 100%;
     height: 100%;
     padding: 0;
     font-size: 0.85714286rem;
     text-align: center;
     background-color: #fff;
     border: 0.07142857rem solid #dcdcdc;
     border-radius: 0.28571429rem;
     outline: none;
     transition: all 0.3s;
}
 .ant-pagination-prev:focus-visible .ant-pagination-item-link, .ant-pagination-next:focus-visible .ant-pagination-item-link {
     color: #1C79F4;
     border-color: #1C79F4;
}
 .ant-pagination-prev:hover .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link {
     color: #459CFF;
     border-color: #459CFF;
}
 .ant-pagination-disabled, .ant-pagination-disabled:hover {
     cursor: not-allowed;
}
 .ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link {
     color: rgba(0, 0, 0, 0.26);
     border-color: #e7e7e7;
     cursor: not-allowed;
}
 .ant-pagination-disabled svg, .ant-pagination-disabled:hover svg {
     color: rgba(0, 0, 0, 0.26);
}
 .ant-pagination-disabled:focus-visible {
     cursor: not-allowed;
}
 .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
     color: rgba(0, 0, 0, 0.26);
     border-color: #e7e7e7;
     cursor: not-allowed;
}
 .ant-pagination-slash {
     margin: 0 0.71428571rem 0 0.35714286rem;
}
 .ant-pagination-options {
     display: inline-block;
     margin-left: 1.14285714rem;
     vertical-align: middle;
}
 @media all and (-ms-high-contrast: none) {
     .ant-pagination-options *::-ms-backdrop, .ant-pagination-options {
         vertical-align: top;
    }
}
 .ant-pagination-options-size-changer.ant-select {
     display: inline-block;
     width: auto;
}
 .ant-pagination-options-quick-jumper {
     display: inline-block;
     height: 2.28571429rem;
     margin-left: 0.57142857rem;
     line-height: 2.28571429rem;
     vertical-align: top;
}
 .ant-pagination-options-quick-jumper input {
     position: relative;
     display: inline-block;
     width: 100%;
     min-width: 0;
     padding: 0.28571429rem 0.57142857rem;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     line-height: 1.5715;
     background-color: #fff;
     background-image: none;
     border: 0.07142857rem solid #dcdcdc;
     border-radius: 0.28571429rem;
     transition: all 0.3s;
     width: 3.57142857rem;
     height: 2.28571429rem;
     margin: 0 0.57142857rem;
}
 .ant-pagination-options-quick-jumper input::placeholder {
     color: rgba(0, 0, 0, 0.26);
     user-select: none;
}
 .ant-pagination-options-quick-jumper input:placeholder-shown {
     text-overflow: ellipsis;
}
 .ant-pagination-options-quick-jumper input:hover {
     border-color: #459CFF;
     border-right-width: 0.07142857rem;
}
 .ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input-focused {
     border-color: #0C5ACF;
     box-shadow: 0 0 0 0.14285714rem rgba(28, 121, 244, 0.3);
     border-right-width: 0.07142857rem;
     outline: 0;
}
 .ant-input-rtl .ant-pagination-options-quick-jumper input:focus, .ant-input-rtl .ant-pagination-options-quick-jumper input-focused {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-pagination-options-quick-jumper input-disabled {
     color: rgba(0, 0, 0, 0.26);
     background-color: #eeeeee;
     border-color: #dcdcdc;
     box-shadow: none;
     cursor: not-allowed;
     opacity: 1;
}
 .ant-pagination-options-quick-jumper input-disabled:hover {
     border-color: #dcdcdc;
     border-right-width: 0.07142857rem;
}
 .ant-pagination-options-quick-jumper input[disabled] {
     color: rgba(0, 0, 0, 0.26);
     background-color: #eeeeee;
     border-color: #dcdcdc;
     box-shadow: none;
     cursor: not-allowed;
     opacity: 1;
}
 .ant-pagination-options-quick-jumper input[disabled]:hover {
     border-color: #dcdcdc;
     border-right-width: 0.07142857rem;
}
 .ant-pagination-options-quick-jumper input-borderless, .ant-pagination-options-quick-jumper input-borderless:hover, .ant-pagination-options-quick-jumper input-borderless:focus, .ant-pagination-options-quick-jumper input-borderless-focused, .ant-pagination-options-quick-jumper input-borderless-disabled, .ant-pagination-options-quick-jumper input-borderless[disabled] {
     background-color: transparent;
     border: none;
     box-shadow: none;
}
 textarea.ant-pagination-options-quick-jumper input {
     max-width: 100%;
     height: auto;
     min-height: 2.28571429rem;
     line-height: 1.5715;
     vertical-align: bottom;
     transition: all 0.3s, height 0s;
}
 .ant-pagination-options-quick-jumper input-lg {
     padding: 0.46428571rem 0.78571429rem;
     font-size: 1.14285714rem;
}
 .ant-pagination-options-quick-jumper input-sm {
     padding: 0.00000000rem 0.50000000rem;
}
 .ant-pagination-options-quick-jumper input-rtl {
     direction: rtl;
}
 .ant-pagination-simple .ant-pagination-prev, .ant-pagination-simple .ant-pagination-next {
     height: 1.71428571rem;
     line-height: 1.71428571rem;
     vertical-align: top;
}
 .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
     height: 1.71428571rem;
     background-color: transparent;
     border: 0;
}
 .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after, .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
     height: 1.71428571rem;
     line-height: 1.71428571rem;
}
 .ant-pagination-simple .ant-pagination-simple-pager {
     display: inline-block;
     height: 1.71428571rem;
     margin-right: 0.57142857rem;
}
 .ant-pagination-simple .ant-pagination-simple-pager input {
     box-sizing: border-box;
     height: 100%;
     margin-right: 0.57142857rem;
     padding: 0 0.42857143rem;
     text-align: center;
     background-color: #fff;
     border: 0.07142857rem solid #dcdcdc;
     border-radius: 0.28571429rem;
     outline: none;
     transition: border-color 0.3s;
}
 .ant-pagination-simple .ant-pagination-simple-pager input:hover {
     border-color: #459CFF;
}
 .ant-pagination-simple .ant-pagination-simple-pager input:focus {
     border-color: #0C5ACF;
     box-shadow: 0 0 0 0.14285714rem rgba(28, 121, 244, 0.3);
}
 .ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
     color: rgba(0, 0, 0, 0.26);
     background: #eeeeee;
     border-color: #dcdcdc;
     cursor: not-allowed;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-total-text, .ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
     height: 1.71428571rem;
     line-height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-item {
     min-width: 1.71428571rem;
     height: 1.71428571rem;
     margin: 0;
     line-height: 1.57142857rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
     background: transparent;
     border-color: transparent;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-prev, .ant-pagination.ant-pagination-mini .ant-pagination-next {
     min-width: 1.71428571rem;
     height: 1.71428571rem;
     margin: 0;
     line-height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
     background: transparent;
     border-color: transparent;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after, .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
     height: 1.71428571rem;
     line-height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-jump-prev, .ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
     height: 1.71428571rem;
     margin-right: 0;
     line-height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-options {
     margin-left: 0.14285714rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
     top: 0.00000000rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
     height: 1.71428571rem;
     line-height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
     padding: 0.00000000rem 0.50000000rem;
     width: 3.14285714rem;
     height: 1.71428571rem;
}
 .ant-pagination.ant-pagination-disabled {
     cursor: not-allowed;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-item {
     background: #eeeeee;
     border-color: #dcdcdc;
     cursor: not-allowed;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-item a {
     color: rgba(0, 0, 0, 0.26);
     background: transparent;
     border: none;
     cursor: not-allowed;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
     color: rgba(0, 0, 0, 0.26);
     background: #eeeeee;
     border-color: #dcdcdc;
     cursor: not-allowed;
}
 .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
     background: transparent;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
     opacity: 0;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
     opacity: 1;
}
 .ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
     color: rgba(0, 0, 0, 0.26);
}
 @media only screen and (max-width: 70.85714286rem) {
     .ant-pagination-item-after-jump-prev, .ant-pagination-item-before-jump-next {
         display: none;
    }
}
 @media only screen and (max-width: 41.14285714rem) {
     .ant-pagination-options {
         display: none;
    }
}
 .ant-pagination-rtl .ant-pagination-total-text {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-pagination-rtl .ant-pagination-item, .ant-pagination-rtl .ant-pagination-prev, .ant-pagination-rtl .ant-pagination-jump-prev, .ant-pagination-rtl .ant-pagination-jump-next {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-pagination-rtl .ant-pagination-slash {
     margin: 0 0.35714286rem 0 0.71428571rem;
}
 .ant-pagination-rtl .ant-pagination-options {
     margin-right: 1.14285714rem;
     margin-left: 0;
}
 .ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
     margin-left: 0;
}
 .ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
     margin-right: 0.14285714rem;
     margin-left: 0;
}
 .ant-popconfirm {
     z-index: 1060;
}
 .ant-popconfirm .ant-popover-inner-content {
     padding-left: 0;
}
 .ant-popconfirm .ant-popover-message-title {
     font-weight: 700;
     margin-bottom: 0.57142857rem;
}
 .ant-popconfirm .ant-popover-message-content {
     font-weight: 400;
     font-size: 0.85714286rem;
     color: rgba(0, 0, 0, 0.9);
}
 .ant-popover {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1030;
     max-width: 100vw;
     font-weight: normal;
     white-space: normal;
     text-align: left;
     cursor: auto;
     user-select: text;
}
 .ant-popover-content {
     position: relative;
}
 .ant-popover::after {
     position: absolute;
     background: rgba(255, 255, 255, 0.01);
     content: '';
}
 .ant-popover-hidden {
     display: none;
}
 .ant-popover-placement-top, .ant-popover-placement-topLeft, .ant-popover-placement-topRight {
     padding-bottom: 1.09383632rem;
}
 .ant-popover-placement-right, .ant-popover-placement-rightTop, .ant-popover-placement-rightBottom {
     padding-left: 1.09383632rem;
}
 .ant-popover-placement-bottom, .ant-popover-placement-bottomLeft, .ant-popover-placement-bottomRight {
     padding-top: 1.09383632rem;
}
 .ant-popover-placement-left, .ant-popover-placement-leftTop, .ant-popover-placement-leftBottom {
     padding-right: 1.09383632rem;
}
 .ant-popover-inner {
     background-color: #fff;
     background-clip: padding-box;
     border-radius: 0.28571429rem;
     padding: 1.14285714rem;
     box-shadow: 0 0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     border: 0.07142857rem solid #fff;
     min-width: 12.85714286rem;
     max-width: 25.71428571rem;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .ant-popover {
        
    }
     .ant-popover-inner {
         box-shadow: 0 0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
    }
}
 .ant-popover-title {
     margin-bottom: 0.57142857rem;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 500;
}
 .ant-popover-title-with-icon {
     padding-left: 2.00000000rem;
}
 .ant-popover-inner-content {
     max-width: 100%;
     color: rgba(0, 0, 0, 0.9);
}
 .ant-popover-inner-content-with-icon {
     padding-left: 2.00000000rem;
}
 .ant-popover-message {
     display: flex;
     margin-bottom: 0.85714286rem;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
}
 .ant-popover-message-icon {
     display: inline-block;
     margin-right: 2.00000000rem;
     color: #1C79F4;
     font-size: 1.00000000rem;
}
 .ant-popover-buttons {
     text-align: right;
}
 .ant-popover-buttons button:not(:first-child) {
     margin-left: 0.85714286rem;
}
 .ant-popover-arrow {
     position: absolute;
     display: block;
     width: 1.57142857rem;
     height: 1.57142857rem;
     overflow: hidden;
     background: transparent;
     pointer-events: none;
}
 .ant-popover-arrow-content {
     --antd-arrow-background-color: #fff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: block;
     width: 0.80812204rem;
     height: 0.80812204rem;
     margin: auto;
     content: '';
     pointer-events: auto;
     border-radius: 0 0 0.14285714rem;
     pointer-events: none;
}
 .ant-popover-arrow-content::before {
     position: absolute;
     top: -0.80812204rem;
     left: -0.80812204rem;
     width: 2.42436611rem;
     height: 2.42436611rem;
     background: var(--antd-arrow-background-color);
     background-repeat: no-repeat;
     background-position: -0.71428571rem -0.71428571rem;
     content: '';
     clip-path: inset(33% 33%);
     clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
 .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, .ant-popover-placement-topRight .ant-popover-arrow {
     bottom: 0;
     transform: translateY(100%);
}
 .ant-popover-placement-top .ant-popover-arrow-content, .ant-popover-placement-topLeft .ant-popover-arrow-content, .ant-popover-placement-topRight .ant-popover-arrow-content {
     box-shadow: 0 0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateY(-0.78571429rem) rotate(45deg);
}
 .ant-popover-placement-top .ant-popover-arrow {
     left: 50%;
     transform: translateY(100%) translateX(-50%);
}
 .ant-popover-placement-topLeft .ant-popover-arrow {
     left: 1.14285714rem;
}
 .ant-popover-placement-topRight .ant-popover-arrow {
     right: 1.14285714rem;
}
 .ant-popover-placement-right .ant-popover-arrow, .ant-popover-placement-rightTop .ant-popover-arrow, .ant-popover-placement-rightBottom .ant-popover-arrow {
     left: 0;
     transform: translateX(-100%);
}
 .ant-popover-placement-right .ant-popover-arrow-content, .ant-popover-placement-rightTop .ant-popover-arrow-content, .ant-popover-placement-rightBottom .ant-popover-arrow-content {
     box-shadow: -0.64285714rem 0 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateX(0.78571429rem) rotate(135deg);
}
 .ant-popover-placement-right .ant-popover-arrow {
     top: 50%;
     transform: translateX(-100%) translateY(-50%);
}
 .ant-popover-placement-rightTop .ant-popover-arrow {
     top: 0.85714286rem;
}
 .ant-popover-placement-rightBottom .ant-popover-arrow {
     bottom: 0.85714286rem;
}
 .ant-popover-placement-bottom .ant-popover-arrow, .ant-popover-placement-bottomLeft .ant-popover-arrow, .ant-popover-placement-bottomRight .ant-popover-arrow {
     top: 0;
     transform: translateY(-100%);
}
 .ant-popover-placement-bottom .ant-popover-arrow-content, .ant-popover-placement-bottomLeft .ant-popover-arrow-content, .ant-popover-placement-bottomRight .ant-popover-arrow-content {
     box-shadow: 0 -0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateY(0.78571429rem) rotate(-135deg);
}
 .ant-popover-placement-bottom .ant-popover-arrow {
     left: 50%;
     transform: translateY(-100%) translateX(-50%);
}
 .ant-popover-placement-bottomLeft .ant-popover-arrow {
     left: 1.14285714rem;
}
 .ant-popover-placement-bottomRight .ant-popover-arrow {
     right: 1.14285714rem;
}
 .ant-popover-placement-left .ant-popover-arrow, .ant-popover-placement-leftTop .ant-popover-arrow, .ant-popover-placement-leftBottom .ant-popover-arrow {
     right: 0;
     transform: translateX(100%);
}
 .ant-popover-placement-left .ant-popover-arrow-content, .ant-popover-placement-leftTop .ant-popover-arrow-content, .ant-popover-placement-leftBottom .ant-popover-arrow-content {
     box-shadow: 0.64285714rem 0 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateX(-0.78571429rem) rotate(-45deg);
}
 .ant-popover-placement-left .ant-popover-arrow {
     top: 50%;
     transform: translateX(100%) translateY(-50%);
}
 .ant-popover-placement-leftTop .ant-popover-arrow {
     top: 0.85714286rem;
}
 .ant-popover-placement-leftBottom .ant-popover-arrow {
     bottom: 0.85714286rem;
}
 .ant-popover-pink .ant-popover-inner {
     background-color: #eb2f96;
}
 .ant-popover-pink .ant-popover-arrow-content {
     background-color: #eb2f96;
}
 .ant-popover-magenta .ant-popover-inner {
     background-color: #eb2f96;
}
 .ant-popover-magenta .ant-popover-arrow-content {
     background-color: #eb2f96;
}
 .ant-popover-red .ant-popover-inner {
     background-color: #E9463A;
}
 .ant-popover-red .ant-popover-arrow-content {
     background-color: #E9463A;
}
 .ant-popover-volcano .ant-popover-inner {
     background-color: #fa541c;
}
 .ant-popover-volcano .ant-popover-arrow-content {
     background-color: #fa541c;
}
 .ant-popover-orange .ant-popover-inner {
     background-color: #fa8c16;
}
 .ant-popover-orange .ant-popover-arrow-content {
     background-color: #fa8c16;
}
 .ant-popover-yellow .ant-popover-inner {
     background-color: #F4CC1C;
}
 .ant-popover-yellow .ant-popover-arrow-content {
     background-color: #F4CC1C;
}
 .ant-popover-gold .ant-popover-inner {
     background-color: #F8782D;
}
 .ant-popover-gold .ant-popover-arrow-content {
     background-color: #F8782D;
}
 .ant-popover-cyan .ant-popover-inner {
     background-color: #21C2E1;
}
 .ant-popover-cyan .ant-popover-arrow-content {
     background-color: #21C2E1;
}
 .ant-popover-lime .ant-popover-inner {
     background-color: #a0d911;
}
 .ant-popover-lime .ant-popover-arrow-content {
     background-color: #a0d911;
}
 .ant-popover-green .ant-popover-inner {
     background-color: #27D05A;
}
 .ant-popover-green .ant-popover-arrow-content {
     background-color: #27D05A;
}
 .ant-popover-blue .ant-popover-inner {
     background-color: #1C79F4;
}
 .ant-popover-blue .ant-popover-arrow-content {
     background-color: #1C79F4;
}
 .ant-popover-geekblue .ant-popover-inner {
     background-color: #2f54eb;
}
 .ant-popover-geekblue .ant-popover-arrow-content {
     background-color: #2f54eb;
}
 .ant-popover-purple .ant-popover-inner {
     background-color: #7334FD;
}
 .ant-popover-purple .ant-popover-arrow-content {
     background-color: #7334FD;
}
 .ant-popover-rtl {
     direction: rtl;
     text-align: right;
}
 .ant-popover-rtl .ant-popover-message-icon {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-popover-rtl .ant-popover-message-title {
     padding-left: 1.14285714rem;
}
 .ant-popover-rtl .ant-popover-buttons {
     text-align: left;
}
 .ant-popover-rtl .ant-popover-buttons button {
     margin-right: 0.57142857rem;
     margin-left: 0;
}
 .ant-progress {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     display: inline-block;
}
 .ant-progress-line {
     position: relative;
     width: 100%;
     font-size: 1.00000000rem;
}
 .ant-progress-steps {
     display: inline-block;
}
 .ant-progress-steps-outer {
     display: flex;
     flex-direction: row;
     align-items: center;
}
 .ant-progress-steps-item {
     flex-shrink: 0;
     min-width: 0.14285714rem;
     margin-right: 0.14285714rem;
     background: #f3f3f3;
     transition: all 0.3s;
}
 .ant-progress-steps-item-active {
     background: #1C79F4;
}
 .ant-progress-small.ant-progress-line, .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
     font-size: 0.85714286rem;
}
 .ant-progress-outer {
     display: inline-block;
     width: 100%;
     margin-right: 0;
     padding-right: 0;
}
 .ant-progress-show-info .ant-progress-outer {
     margin-right: calc(-2em - 0.57142857rem);
     padding-right: calc(2em + 0.57142857rem);
}
 .ant-progress-inner {
     position: relative;
     display: inline-block;
     width: 100%;
     overflow: hidden;
     vertical-align: middle;
     background-color: #e7e7e7;
     border-radius: 7.14285714rem;
}
 .ant-progress-circle-trail {
     stroke: #e7e7e7;
}
 .ant-progress-circle-path {
     animation: ant-progress-appear 0.3s;
}
 .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
     stroke: #1C79F4;
}
 .ant-progress-success-bg, .ant-progress-bg {
     position: relative;
     background-color: #1C79F4;
     border-radius: 7.14285714rem;
     transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
 .ant-progress-success-bg {
     position: absolute;
     top: 0;
     left: 0;
     background-color: #27D05A;
}
 .ant-progress-text {
     display: inline-block;
     width: 2em;
     margin-left: 0.57142857rem;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1em;
     line-height: 1;
     white-space: nowrap;
     text-align: left;
     vertical-align: middle;
     word-break: normal;
}
 .ant-progress-text .anticon {
     font-size: 1.00000000rem;
}
 .ant-progress-status-active .ant-progress-bg::before {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: #fff;
     border-radius: 0.71428571rem;
     opacity: 0;
     animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
     content: '';
}
 .ant-progress-status-exception .ant-progress-bg {
     background-color: #E9463A;
}
 .ant-progress-status-exception .ant-progress-text {
     color: #E9463A;
}
 .ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
     stroke: #E9463A;
}
 .ant-progress-status-success .ant-progress-bg {
     background-color: #27D05A;
}
 .ant-progress-status-success .ant-progress-text {
     color: #27D05A;
}
 .ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
     stroke: #27D05A;
}
 .ant-progress-circle .ant-progress-inner {
     position: relative;
     line-height: 1;
     background-color: transparent;
}
 .ant-progress-circle .ant-progress-text {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1em;
     line-height: 1;
     white-space: normal;
     text-align: center;
     transform: translate(-50%, -50%);
}
 .ant-progress-circle .ant-progress-text .anticon {
     font-size: 1.16666667em;
}
 .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
     color: #E9463A;
}
 .ant-progress-circle.ant-progress-status-success .ant-progress-text {
     color: #27D05A;
}
 @keyframes ant-progress-active {
     0% {
         transform: translateX(-100%) scaleX(0);
         opacity: 0.1;
    }
     20% {
         transform: translateX(-100%) scaleX(0);
         opacity: 0.5;
    }
     100% {
         transform: translateX(0) scaleX(1);
         opacity: 0;
    }
}
 .ant-progress-rtl {
     direction: rtl;
}
 .ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
     margin-right: 0;
     margin-left: calc(-2em - 0.57142857rem);
     padding-right: 0;
     padding-left: calc(2em + 0.57142857rem);
}
 .ant-progress-rtl .ant-progress-success-bg {
     right: 0;
     left: auto;
}
 .ant-progress-rtl.ant-progress-line .ant-progress-text, .ant-progress-rtl.ant-progress-steps .ant-progress-text {
     margin-right: 0.57142857rem;
     margin-left: 0;
     text-align: right;
}
 .ant-radio-group {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     display: inline-block;
     font-size: 0;
}
 .ant-radio-group .ant-badge-count {
     z-index: 1;
}
 .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
     border-left: none;
}
 .ant-radio-wrapper {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: relative;
     display: inline-flex;
     align-items: baseline;
     margin-right: 0.85714286rem;
     cursor: pointer;
}
 .ant-radio-wrapper-disabled {
     cursor: not-allowed;
}
 .ant-radio-wrapper::after {
     display: inline-block;
     width: 0;
     overflow: hidden;
     content: '\a0';
}
 .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
     width: 1.00000000rem;
     height: 1.00000000rem;
}
 .ant-radio {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     position: relative;
     top: 0.2em;
     display: inline-block;
     outline: none;
     cursor: pointer;
}
 .ant-radio-wrapper:hover .ant-radio, .ant-radio:hover .ant-radio-inner, .ant-radio-input:focus + .ant-radio-inner {
     border-color: #459CFF;
}
 .ant-radio-input:focus + .ant-radio-inner {
     box-shadow: #0C5ACF;
}
 .ant-radio-checked::after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0.07142857rem solid #1C79F4;
     border-radius: 50%;
     visibility: hidden;
     animation: antRadioEffect 0.36s ease-in-out;
     animation-fill-mode: both;
     content: '';
}
 .ant-radio:hover::after, .ant-radio-wrapper:hover .ant-radio::after {
     visibility: visible;
}
 .ant-radio-inner {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     width: 1.14285714rem;
     height: 1.14285714rem;
     background-color: #fff;
     border-color: #a6a6a6;
     border-style: solid;
     border-width: 0.07142857rem;
     border-radius: 50%;
     transition: all 0.3s;
}
 .ant-radio-inner::after {
     position: absolute;
     top: 50%;
     left: 50%;
     display: block;
     width: 1.14285714rem;
     height: 1.14285714rem;
     margin-top: -0.57142857rem;
     margin-left: -0.57142857rem;
     background-color: #1C79F4;
     border-top: 0;
     border-left: 0;
     border-radius: 1.14285714rem;
     transform: scale(0);
     opacity: 0;
     transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
     content: ' ';
}
 .ant-radio-input {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     cursor: pointer;
     opacity: 0;
}
 .ant-radio.ant-radio-disabled .ant-radio-inner {
     border-color: #dcdcdc;
}
 .ant-radio-checked .ant-radio-inner {
     border-color: #0C5ACF;
}
 .ant-radio-checked .ant-radio-inner::after {
     transform: scale(0.5);
     opacity: 1;
     transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
 .ant-radio-disabled {
     cursor: not-allowed;
}
 .ant-radio-disabled .ant-radio-inner {
     background-color: #eeeeee;
     cursor: not-allowed;
}
 .ant-radio-disabled .ant-radio-inner::after {
     background-color: rgba(0, 0, 0, 0.26);
}
 .ant-radio-disabled .ant-radio-input {
     cursor: not-allowed;
}
 .ant-radio-disabled + span {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 span.ant-radio + * {
     padding-right: 0.85714286rem;
     padding-left: 0.85714286rem;
}
 .ant-radio-button-wrapper {
     position: relative;
     display: inline-flex;
     height: 2.28571429rem;
     margin: 0;
     padding: 0 0.85714286rem;
     color: rgba(0, 0, 0, 0.6);
     font-size: 1.00000000rem;
     line-height: 2.14285714rem;
     background: #fff;
     border: 0.07142857rem solid #dcdcdc;
     border-top-width: 0.07285714rem;
     border-left: 0;
     cursor: pointer;
     transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    
    
}
 .ant-radio-button-wrapper a {
     color: rgba(0, 0, 0, 0.9);
}
 .ant-radio-button-wrapper > .ant-radio-button {
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100%;
     height: 100%;
}
 .ant-radio-group-large .ant-radio-button-wrapper {
     height: 2.85714286rem;
     font-size: 1.14285714rem;
     line-height: 2.71428571rem;
}
 .ant-radio-group-small .ant-radio-button-wrapper {
     height: 1.71428571rem;
     padding: 0 0.50000000rem;
     line-height: 1.57142857rem;
}
 .ant-radio-button-wrapper:not(:first-child)::before {
     position: absolute;
     top: -0.07142857rem;
     left: -0.07142857rem;
     display: block;
     box-sizing: content-box;
     width: 0.07142857rem;
     height: 100%;
     padding: 0.07142857rem 0;
     background-color: #e7e7e7;
     transition: background-color 0.3s;
     content: '';
}
 .ant-radio-button-wrapper:first-child {
     border-left: 0.07142857rem solid #e7e7e7;
     border-radius: 0.28571429rem 0 0 0.28571429rem;
}
 .ant-radio-button-wrapper:last-child {
     border-radius: 0 0.28571429rem 0.28571429rem 0;
}
 .ant-radio-button-wrapper:first-child:last-child {
     border-radius: 0.28571429rem;
}
 .ant-radio-button-wrapper:hover {
     position: relative;
     color: #459CFF;
}
 .ant-radio-button-wrapper:focus-within {
     box-shadow: 0 0 0 0.21428571rem rgba(28, 121, 244, 0.12);
}
 .ant-radio-button-wrapper .ant-radio-inner, .ant-radio-button-wrapper input[type='checkbox'], .ant-radio-button-wrapper input[type='radio'] {
     width: 0;
     height: 0;
     opacity: 0;
     pointer-events: none;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
     z-index: 1;
     color: #1C79F4;
     background: rgba(28, 121, 244, 0.1);
     border-color: #1C79F4;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
     background-color: #1C79F4;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
     border-color: #1C79F4;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
     color: #1C79F4;
     border-color: #459CFF;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
     background-color: #459CFF;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
     color: #0C5ACF;
     border-color: #0C5ACF;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
     background-color: #0C5ACF;
}
 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
     box-shadow: 0 0 0 0.21428571rem rgba(28, 121, 244, 0.12);
}
 .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
     color: #fff;
     background: #1C79F4;
     border-color: #1C79F4;
}
 .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
     color: #fff;
     background: #459CFF;
     border-color: #459CFF;
}
 .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
     color: #fff;
     background: #0C5ACF;
     border-color: #0C5ACF;
}
 .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
     box-shadow: 0 0 0 0.21428571rem rgba(28, 121, 244, 0.12);
}
 .ant-radio-button-wrapper-disabled {
     color: rgba(0, 0, 0, 0.26);
     background-color: #eeeeee;
     border-color: #dcdcdc;
     cursor: not-allowed;
}
 .ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {
     color: rgba(0, 0, 0, 0.26);
     background-color: #eeeeee;
     border-color: #dcdcdc;
}
 .ant-radio-button-wrapper-disabled:first-child {
     border-left-color: #dcdcdc;
}
 .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
     color: rgba(0, 0, 0, 0.26);
     background-color: #e6e6e6;
     border-color: #dcdcdc;
     box-shadow: none;
}
 @keyframes antRadioEffect {
     0% {
         transform: scale(1);
         opacity: 0.5;
    }
     100% {
         transform: scale(1.6);
         opacity: 0;
    }
}
 .ant-radio-group.ant-radio-group-rtl {
     direction: rtl;
}
 .ant-radio-wrapper.ant-radio-wrapper-rtl {
     margin-right: 0;
     margin-left: 0.85714286rem;
     direction: rtl;
}
 .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
     border-right-width: 0;
     border-left-width: 0.07142857rem;
}
 .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
     right: -0.07142857rem;
     left: 0;
}
 .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
     border-right: 0.07142857rem solid #dcdcdc;
     border-radius: 0 0.28571429rem 0.28571429rem 0;
}
 .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
     border-radius: 0.28571429rem 0 0 0.28571429rem;
}
 .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
     border-right-color: #dcdcdc;
}
 .ant-rate {
     box-sizing: border-box;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     font-feature-settings: 'tnum';
     display: inline-block;
     margin: 0;
     padding: 0;
     color: #F4CC1C;
     font-size: 1.42857143rem;
     line-height: unset;
     list-style: none;
     outline: none;
}
 .ant-rate-disabled .ant-rate-star {
     cursor: default;
}
 .ant-rate-disabled .ant-rate-star > div:hover {
     transform: scale(1);
}
 .ant-rate-star {
     position: relative;
     display: inline-block;
     color: inherit;
     cursor: pointer;
}
 .ant-rate-star:not(:last-child) {
     margin-right: 0.57142857rem;
}
 .ant-rate-star > div {
     transition: all 0.3s, outline 0s;
}
 .ant-rate-star > div:hover {
     transform: scale(1.1);
}
 .ant-rate-star > div:focus {
     outline: 0;
}
 .ant-rate-star > div:focus-visible {
     outline: 0.07142857rem dashed #F4CC1C;
     transform: scale(1.1);
}
 .ant-rate-star-first, .ant-rate-star-second {
     color: rgba(0, 0, 0, 0.26);
     transition: all 0.3s;
     user-select: none;
}
 .ant-rate-star-first .anticon, .ant-rate-star-second .anticon {
     vertical-align: middle;
}
 .ant-rate-star-first {
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     height: 100%;
     overflow: hidden;
     opacity: 0;
}
 .ant-rate-star-half .ant-rate-star-first, .ant-rate-star-half .ant-rate-star-second {
     opacity: 1;
}
 .ant-rate-star-half .ant-rate-star-first, .ant-rate-star-full .ant-rate-star-second {
     color: inherit;
}
 .ant-rate-text {
     display: inline-block;
     margin: 0 0.57142857rem;
     font-size: 1.00000000rem;
     color: rgba(0, 0, 0, 0.9);
}
 .ant-rate-rtl {
     direction: rtl;
}
 .ant-rate-rtl .ant-rate-star:not(:last-child) {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-rate-rtl .ant-rate-star-first {
     right: 0;
     left: auto;
}
 .ant-result {
     padding: 3.42857143rem 2.28571429rem;
}
 .ant-result-success .ant-result-icon > .anticon {
     color: #27D05A;
}
 .ant-result-error .ant-result-icon > .anticon {
     color: #E9463A;
}
 .ant-result-info .ant-result-icon > .anticon {
     color: #1C79F4;
}
 .ant-result-warning .ant-result-icon > .anticon {
     color: #F8782D;
}
 .ant-result-image {
     width: 17.85714286rem;
     height: 21.07142857rem;
     margin: auto;
}
 .ant-result-icon {
     margin-bottom: 1.71428571rem;
     text-align: center;
}
 .ant-result-icon > .anticon {
     font-size: 5.14285714rem;
}
 .ant-result-title {
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.42857143rem;
     line-height: 1.8;
     text-align: center;
}
 .ant-result-subtitle {
     color: rgba(0, 0, 0, 0.6);
     font-size: 1.14285714rem;
     line-height: 1.6;
     text-align: center;
}
 .ant-result-extra {
     margin: 1.71428571rem 0 0 0;
     text-align: center;
}
 .ant-result-extra > * {
     margin-right: 0.57142857rem;
}
 .ant-result-extra > *:last-child {
     margin-right: 0;
}
 .ant-result-content {
     margin-top: 1.71428571rem;
     padding: 1.71428571rem 2.85714286rem;
     background-color: #fafafa;
}
 .ant-result-rtl {
     direction: rtl;
}
 .ant-result-rtl .ant-result-extra > * {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-result-rtl .ant-result-extra > *:last-child {
     margin-left: 0;
}
 .segmented-disabled-item, .segmented-disabled-item:hover, .segmented-disabled-item:focus {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .segmented-item-selected {
     background-color: #fff;
     border-radius: 0.28571429rem;
     box-shadow: 0 0.14285714rem 0.57142857rem -0.14285714rem rgba(0, 0, 0, 0.05), 0 0.07142857rem 0.28571429rem -0.07142857rem rgba(0, 0, 0, 0.07), 0 0 0.07142857rem 0 rgba(0, 0, 0, 0.08);
}
 .segmented-text-ellipsis {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     word-break: keep-all;
}
 .ant-segmented {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.00000000rem;
     font-variant: tabular-nums;
     line-height: 1.5715;
     list-style: none;
     font-feature-settings: 'tnum';
     display: inline-block;
     padding: 0.14285714rem;
     color: rgba(0, 0, 0, 0.65);
     background-color: rgba(0, 0, 0, 0.04);
     border-radius: 0.28571429rem;
     transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .ant-segmented-group {
     position: relative;
     display: flex;
     align-items: stretch;
     justify-items: flex-start;
     width: 100%;
}
 .ant-segmented.ant-segmented-block {
     display: flex;
}
 .ant-segmented.ant-segmented-block .ant-segmented-item {
     flex: 1;
     min-width: 0;
}
 .ant-segmented:not(.ant-segmented-disabled):hover, .ant-segmented:not(.ant-segmented-disabled):focus {
     background-color: rgba(0, 0, 0, 0.06);
}
 .ant-segmented-item {