 .ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
     border-right: 0.14285714rem dotted #e1e1e1;
     border-left: none;
}
 .ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
     border-right: 0.14285714rem dotted #e1e1e1;
     border-left: none;
}
 .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
     text-align: left;
}
 .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
     right: calc(50% + 1.00000000rem);
     text-align: right;
}
 .ant-tooltip {
     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;
     z-index: 1070;
     display: block;
     width: max-content;
     width: intrinsic;
     max-width: 17.85714286rem;
     visibility: visible;
}
 .ant-tooltip-content {
     position: relative;
}
 .ant-tooltip-hidden {
     display: none;
}
 .ant-tooltip-placement-top, .ant-tooltip-placement-topLeft, .ant-tooltip-placement-topRight {
     padding-bottom: 1.02240775rem;
}
 .ant-tooltip-placement-right, .ant-tooltip-placement-rightTop, .ant-tooltip-placement-rightBottom {
     padding-left: 1.02240775rem;
}
 .ant-tooltip-placement-bottom, .ant-tooltip-placement-bottomLeft, .ant-tooltip-placement-bottomRight {
     padding-top: 1.02240775rem;
}
 .ant-tooltip-placement-left, .ant-tooltip-placement-leftTop, .ant-tooltip-placement-leftBottom {
     padding-right: 1.02240775rem;
}
 .ant-tooltip-inner {
     min-width: 2.14285714rem;
     min-height: 2.28571429rem;
     padding: 0.57142857rem 0.85714286rem;
     color: #fff;
     text-align: left;
     text-decoration: none;
     word-wrap: break-word;
     background-color: rgba(0, 0, 0, 0.9);
     border-radius: 0.28571429rem;
     box-shadow: 0 0.42857143rem 1.07142857rem 0 rgba(0, 0, 0, 0.16);
     font-size: 0.85714286rem;
}
 .ant-tooltip-arrow {
     position: absolute;
     z-index: 2;
     display: block;
     width: 1.57142857rem;
     height: 1.57142857rem;
     overflow: hidden;
     background: transparent;
     pointer-events: none;
}
 .ant-tooltip-arrow-content {
     --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
     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-tooltip-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-tooltip-placement-top .ant-tooltip-arrow, .ant-tooltip-placement-topLeft .ant-tooltip-arrow, .ant-tooltip-placement-topRight .ant-tooltip-arrow {
     bottom: 0;
     transform: translateY(100%);
}
 .ant-tooltip-placement-top .ant-tooltip-arrow-content, .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
     box-shadow: 0 0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateY(-0.78571429rem) rotate(45deg);
}
 .ant-tooltip-placement-top .ant-tooltip-arrow {
     left: 50%;
     transform: translateY(100%) translateX(-50%);
}
 .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
     left: 0.92857143rem;
}
 .ant-tooltip-placement-topRight .ant-tooltip-arrow {
     right: 0.92857143rem;
}
 .ant-tooltip-placement-right .ant-tooltip-arrow, .ant-tooltip-placement-rightTop .ant-tooltip-arrow, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
     left: 0;
     transform: translateX(-100%);
}
 .ant-tooltip-placement-right .ant-tooltip-arrow-content, .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content, .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
     box-shadow: -0.64285714rem 0 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateX(0.78571429rem) rotate(135deg);
}
 .ant-tooltip-placement-right .ant-tooltip-arrow {
     top: 50%;
     transform: translateX(-100%) translateY(-50%);
}
 .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
     top: 0.35714286rem;
}
 .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
     bottom: 0.35714286rem;
}
 .ant-tooltip-placement-left .ant-tooltip-arrow, .ant-tooltip-placement-leftTop .ant-tooltip-arrow, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
     right: 0;
     transform: translateX(100%);
}
 .ant-tooltip-placement-left .ant-tooltip-arrow-content, .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content, .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
     box-shadow: 0.64285714rem 0 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateX(-0.78571429rem) rotate(315deg);
}
 .ant-tooltip-placement-left .ant-tooltip-arrow {
     top: 50%;
     transform: translateX(100%) translateY(-50%);
}
 .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
     top: 0.35714286rem;
}
 .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
     bottom: 0.35714286rem;
}
 .ant-tooltip-placement-bottom .ant-tooltip-arrow, .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow, .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
     top: 0;
     transform: translateY(-100%);
}
 .ant-tooltip-placement-bottom .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content, .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
     box-shadow: 0 -0.64285714rem 2.28571429rem 0 rgba(0, 0, 0, 0.1);
     transform: translateY(0.78571429rem) rotate(225deg);
}
 .ant-tooltip-placement-bottom .ant-tooltip-arrow {
     left: 50%;
     transform: translateY(-100%) translateX(-50%);
}
 .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
     left: 0.92857143rem;
}
 .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
     right: 0.92857143rem;
}
 .ant-tooltip-pink .ant-tooltip-inner {
     background-color: #eb2f96;
}
 .ant-tooltip-pink .ant-tooltip-arrow-content::before {
     background: #eb2f96;
}
 .ant-tooltip-magenta .ant-tooltip-inner {
     background-color: #eb2f96;
}
 .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
     background: #eb2f96;
}
 .ant-tooltip-red .ant-tooltip-inner {
     background-color: #E9463A;
}
 .ant-tooltip-red .ant-tooltip-arrow-content::before {
     background: #E9463A;
}
 .ant-tooltip-volcano .ant-tooltip-inner {
     background-color: #fa541c;
}
 .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
     background: #fa541c;
}
 .ant-tooltip-orange .ant-tooltip-inner {
     background-color: #fa8c16;
}
 .ant-tooltip-orange .ant-tooltip-arrow-content::before {
     background: #fa8c16;
}
 .ant-tooltip-yellow .ant-tooltip-inner {
     background-color: #F4CC1C;
}
 .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
     background: #F4CC1C;
}
 .ant-tooltip-gold .ant-tooltip-inner {
     background-color: #F8782D;
}
 .ant-tooltip-gold .ant-tooltip-arrow-content::before {
     background: #F8782D;
}
 .ant-tooltip-cyan .ant-tooltip-inner {
     background-color: #21C2E1;
}
 .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
     background: #21C2E1;
}
 .ant-tooltip-lime .ant-tooltip-inner {
     background-color: #a0d911;
}
 .ant-tooltip-lime .ant-tooltip-arrow-content::before {
     background: #a0d911;
}
 .ant-tooltip-green .ant-tooltip-inner {
     background-color: #27D05A;
}
 .ant-tooltip-green .ant-tooltip-arrow-content::before {
     background: #27D05A;
}
 .ant-tooltip-blue .ant-tooltip-inner {
     background-color: #1C79F4;
}
 .ant-tooltip-blue .ant-tooltip-arrow-content::before {
     background: #1C79F4;
}
 .ant-tooltip-geekblue .ant-tooltip-inner {
     background-color: #2f54eb;
}
 .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
     background: #2f54eb;
}
 .ant-tooltip-purple .ant-tooltip-inner {
     background-color: #7334FD;
}
 .ant-tooltip-purple .ant-tooltip-arrow-content::before {
     background: #7334FD;
}
 .ant-tooltip-rtl {
     direction: rtl;
}
 .ant-tooltip-rtl .ant-tooltip-inner {
     text-align: right;
}
 .ant-transfer-customize-list .ant-transfer-list {
     flex: 1 1 50%;
     width: auto;
     height: auto;
     min-height: 14.28571429rem;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
     border: 0;
     border-radius: 0;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
     width: 2.85714286rem;
     min-width: 2.85714286rem;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
     background: #f3f3f3;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
     border-bottom: 0.07142857rem solid #e7e7e7;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
     margin: 0;
}
 .ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
     margin: 1.14285714rem 0 0.28571429rem;
}
 .ant-transfer-customize-list .ant-input[disabled] {
     background-color: transparent;
}
 .ant-transfer-status-error .ant-transfer-list {
     border-color: #E9463A;
}
 .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
     border-color: #dcdcdc;
}
 .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
     border-color: #459CFF;
     border-right-width: 0.07142857rem;
}
 .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
     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-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-transfer-status-warning .ant-transfer-list {
     border-color: #F8782D;
}
 .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
     border-color: #dcdcdc;
}
 .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
     border-color: #459CFF;
     border-right-width: 0.07142857rem;
}
 .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
     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-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
     border-right-width: 0;
     border-left-width: 0.07142857rem !important;
}
 .ant-transfer {
     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: flex;
     align-items: stretch;
}
 .ant-transfer-disabled .ant-transfer-list {
     background: #fff;
}
 .ant-transfer-list {
     display: flex;
     flex-direction: column;
     width: 12.85714286rem;
     height: 14.28571429rem;
     border: 0.07142857rem solid #e7e7e7;
     border-radius: 0.28571429rem;
    
}
 .ant-transfer-list-with-pagination {
     width: 17.85714286rem;
     height: auto;
}
 .ant-transfer-list-search .anticon-search {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-transfer-list-checkall {
     width: 100%;
     height: 2.85714286rem;
     padding: 0.42857143rem 0.85714286rem;
     transition: all 0.3s;
}
 .ant-transfer-list-header {
     display: flex;
     flex: none;
     align-items: center;
     height: 2.85714286rem;
     padding: 0.57142857rem 1.14285714rem;
     color: rgba(0, 0, 0, 0.9);
     background: #f1f1f1;
     border-bottom: 0.07142857rem solid #e7e7e7;
     border-radius: 0.28571429rem 0.28571429rem 0 0;
     font-weight: 600;
     position: relative;
}
 .ant-transfer-list-header > *:not(:last-child) {
     margin-right: 0.28571429rem;
}
 .ant-transfer-list-header > * {
     flex: none;
}
 .ant-transfer-list-header-title {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 .ant-transfer-list-header-dropdown {
     font-size: 0.71428571rem;
     transform: translateY(10%);
     cursor: pointer;
}
 .ant-transfer-list-header-dropdown[disabled] {
     cursor: not-allowed;
}
 .ant-transfer-list-header-clearall {
     min-width: 3.42857143rem;
     width: 3.42857143rem;
     height: 1.71428571rem;
     position: absolute;
     right: 0.28571429rem;
     top: 0.71428571rem;
}
 .ant-transfer-list-body {
     display: flex;
     flex: auto;
     flex-direction: column;
     overflow: hidden;
     font-size: 1.00000000rem;
}
 .ant-transfer-list-body-search-wrapper {
     position: relative;
     flex: none;
     padding: 0.85714286rem;
}
 .ant-transfer-list-content {
     flex: auto;
     margin: 0;
     padding: 0;
     overflow: auto;
     list-style: none;
    
}
 .ant-transfer-list-content-item {
     display: flex;
     align-items: center;
     min-height: 2.28571429rem;
     padding: 0.42857143rem 0.85714286rem;
     line-height: 1.42857143rem;
     transition: all 0.3s;
     height: 2.85714286rem;
}
 .ant-transfer-list-content-item > *:not(:last-child) {
     margin-right: 0.57142857rem;
}
 .ant-transfer-list-content-item > * {
     flex: none;
}
 .ant-transfer-list-content-item-text {
     flex: auto;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 .ant-transfer-list-content-item-remove {
     width: 1.14285714rem;
     height: 1.14285714rem;
     position: relative;
     color: rgba(0, 0, 0, 0.6);
     cursor: pointer;
     transition: all 0.3s;
     font-size: 1.14285714rem;
     z-index: 2;
    
}
 .ant-transfer-list-content-item-remove svg {
     fill: currentColor;
}
 .ant-transfer-list-content-item-remove::after {
     position: absolute;
     top: -0.42857143rem;
     right: -50%;
     bottom: -0.42857143rem;
     left: -50%;
     border-radius: 0.28571429rem;
     z-index: -1;
     transition: opacity 0.3s;
     content: '';
}
 .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
     background-color: #f3f3f3;
     cursor: pointer;
}
 .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
     background-color: #f3f3f3;
}
 .ant-transfer-list-content-item-disabled {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-transfer-list-pagination {
     padding: 0.57142857rem 0;
     text-align: right;
}
 .ant-transfer-list-body-not-found {
     flex: none;
     width: 100%;
     margin: auto 0;
     text-align: center;
}
 .ant-transfer-operation {
     display: flex;
     flex: none;
     flex-direction: column;
     align-self: center;
     margin: 0 0.57142857rem;
     vertical-align: middle;
}
 .ant-transfer-operation .ant-btn {
     display: block;
}
 .ant-transfer-operation .ant-btn:first-child {
     margin-bottom: 0.28571429rem;
}
 .ant-transfer-operation .ant-btn .anticon {
     font-size: 0.85714286rem;
}
 .ant-transfer .ant-empty-image {
     max-height: -0.14285714rem;
}
 .ant-transfer-rtl {
     direction: rtl;
}
 .ant-transfer-rtl .ant-transfer-list-search {
     padding-right: 0.57142857rem;
     padding-left: 1.71428571rem;
}
 .ant-transfer-rtl .ant-transfer-list-search-action {
     right: auto;
     left: 0.85714286rem;
}
 .ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
     margin-right: 0;
     margin-left: 0.28571429rem;
}
 .ant-transfer-rtl .ant-transfer-list-header {
     right: 0;
     left: auto;
}
 .ant-transfer-rtl .ant-transfer-list-header-title {
     text-align: left;
}
 .ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-transfer-rtl .ant-transfer-list-pagination {
     text-align: left;
}
 .ant-transfer-rtl .ant-transfer-list-footer {
     right: 0;
     left: auto;
}
 @keyframes ant-tree-node-fx-do-not-use {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .ant-select-tree-checkbox {
     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;
     position: relative;
     top: 0.2em;
     line-height: 1;
     white-space: nowrap;
     outline: none;
     cursor: pointer;
}
 .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner {
     border-color: #459CFF;
}
 .ant-select-tree-checkbox-wrapper:active .ant-select-tree-checkbox-inner, .ant-select-tree-checkbox:active .ant-select-tree-checkbox-inner {
     border-color: #0C5ACF;
}
 .ant-select-tree-checkbox-checked::after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0.07142857rem solid transparent;
     border-radius: 0.14285714rem;
     visibility: hidden;
     animation: antCheckboxEffect 0.36s ease-in-out;
     animation-fill-mode: backwards;
     content: '';
}
 .ant-select-tree-checkbox:hover::after, .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
     visibility: visible;
}
 .ant-select-tree-checkbox-inner {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     width: 1.14285714rem;
     height: 1.14285714rem;
     direction: ltr;
     background-color: #fff;
     border: 0.07142857rem solid #a6a6a6;
     border-radius: 0.14285714rem;
     border-collapse: separate;
     transition: all 0.3s;
}
 .ant-select-tree-checkbox-inner::after {
     position: absolute;
     top: 50%;
     left: 21.5%;
     display: table;
     width: 0.40816327rem;
     height: 0.65306122rem;
     border: 0.14285714rem solid #fff;
     border-top: 0;
     border-left: 0;
     transform: rotate(45deg) scale(0) translate(-50%, -50%);
     opacity: 0;
     transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
     content: ' ';
}
 .ant-select-tree-checkbox-input {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     opacity: 0;
}
 .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
     position: absolute;
     display: table;
     border: 0.14285714rem solid #fff;
     border-top: 0;
     border-left: 0;
     transform: rotate(45deg) scale(1) translate(-50%, -50%);
     opacity: 1;
     transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
     content: ' ';
}
 .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
     background-color: #1C79F4;
     border-color: #1C79F4;
}
 .ant-select-tree-checkbox-disabled {
     cursor: not-allowed;
}
 .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
     border-color: rgba(0, 0, 0, 0.26);
     animation-name: none;
}
 .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
     cursor: not-allowed;
     pointer-events: none;
}
 .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
     background-color: #eeeeee;
     border-color: #dcdcdc !important;
}
 .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
     border-color: #dcdcdc;
     border-collapse: separate;
     animation-name: none;
}
 .ant-select-tree-checkbox-disabled + span {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-select-tree-checkbox-disabled:hover::after, .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
     visibility: hidden;
}
 .ant-select-tree-checkbox-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';
     display: inline-flex;
     align-items: baseline;
     line-height: unset;
     cursor: pointer;
}
 .ant-select-tree-checkbox-wrapper::after {
     display: inline-block;
     width: 0;
     overflow: hidden;
     content: '\a0';
}
 .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
     cursor: not-allowed;
}
 .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
     margin-left: 0.57142857rem;
}
 .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
     width: 1.00000000rem;
     height: 1.00000000rem;
}
 .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):hover .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
     background-color: #459CFF;
     border-color: #459CFF;
}
 .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):active .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
     background-color: #0C5ACF;
     border-color: #0C5ACF;
}
 .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):hover .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
     background-color: #459CFF;
}
 .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):active .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
     background-color: #0C5ACF;
}
 .ant-select-tree-checkbox + span {
     padding-right: 0.57142857rem;
     padding-left: 0.57142857rem;
}
 .ant-select-tree-checkbox-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;
}
 .ant-select-tree-checkbox-group-item {
     margin-right: 0.57142857rem;
}
 .ant-select-tree-checkbox-group-item:last-child {
     margin-right: 0;
}
 .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
     margin-left: 0;
}
 .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
     background-color: #fff;
     border-color: #1C79F4;
}
 .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
     top: 50%;
     left: 50%;
     width: 0.57142857rem;
     height: 0.57142857rem;
     background-color: #1C79F4;
     border: 0;
     transform: translate(-50%, -50%) scale(1);
     opacity: 1;
     content: ' ';
}
 .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
     background-color: #eeeeee;
     border-color: #dcdcdc;
}
 .ant-select-tree-checkbox-rtl {
     direction: rtl;
}
 .ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child {
     margin-left: 0 !important;
}
 .ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
     margin-left: 0.57142857rem;
}
 .ant-tree-select-dropdown {
     padding: 0.57142857rem 0.28571429rem;
     max-height: 20.00000000rem !important;
}
 .ant-tree-select-dropdown-rtl {
     direction: rtl;
}
 .ant-tree-select-dropdown .ant-select-tree {
     border-radius: 0;
}
 .ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
     align-items: stretch;
}
 .ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
     flex: auto;
}
 .ant-select-tree {
     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';
     background: #fff;
     border-radius: 0.28571429rem;
     transition: background-color 0.3s;
}
 .ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
     background: #E8F6FF;
}
 .ant-select-tree-list-holder-inner {
     align-items: flex-start;
}
 .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
     align-items: stretch;
}
 .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
     flex: auto;
}
 .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
     position: relative;
}
 .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0.28571429rem;
     left: 0;
     border: 0.07142857rem solid #1C79F4;
     opacity: 0;
     animation: ant-tree-node-fx-do-not-use 0.3s;
     animation-play-state: running;
     animation-fill-mode: forwards;
     content: '';
     pointer-events: none;
}
 .ant-select-tree .ant-select-tree-treenode {
     display: flex;
     align-items: flex-start;
     padding: 0 0 0 0.28571429rem;
     outline: none;
     height: 2.28571429rem;
     width: 100%;
     box-sizing: border-box;
     margin-bottom: 0.28571429rem;
}
 .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
     background: transparent;
}
 .ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
     background: #f3f3f3;
}
 .ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
     color: rgba(0, 0, 0, 0.9);
     font-weight: 500;
}
 .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
     width: 1.71428571rem;
     line-height: 2.28571429rem;
     text-align: center;
     visibility: visible;
     opacity: 0.2;
     transition: opacity 0.3s;
}
 .ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
     opacity: 0.45;
}
 .ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
     visibility: hidden;
}
 .ant-select-tree .ant-select-tree-treenode:hover {
     background: #f3f3f3;
}
 .ant-select-tree .ant-select-tree-treenode:hover .ant-select-tree-switcher {
     background: none;
}
 .ant-select-tree .ant-select-tree-treenode-selected {
     background: rgba(28, 121, 244, 0.1) !important;
    
}
 .ant-select-tree .ant-select-tree-treenode-selected:hover {
     background: #f3f3f3;
    
}
 .ant-select-tree-indent {
     align-self: stretch;
     white-space: nowrap;
     user-select: none;
}
 .ant-select-tree-indent-unit {
     display: inline-block;
     width: 1.71428571rem;
}
 .ant-select-tree-draggable-icon {
     visibility: hidden;
}
 .ant-select-tree-switcher {
     display: flex;
     align-items: center;
     position: relative;
     flex: none;
     align-self: stretch;
     margin: 0;
     line-height: 2.28571429rem;
     text-align: center;
     cursor: pointer;
     user-select: none;
     height: 2.28571429rem;
     color: rgba(0, 0, 0, 0.6);
}
 .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon {
     display: inline-block;
     font-size: 0.71428571rem;
     vertical-align: baseline;
}
 .ant-select-tree-switcher .ant-tree-switcher-icon svg, .ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
     transition: transform 0.3s;
}
 .ant-select-tree-switcher svg {
     fill: currentColor;
}
 .ant-select-tree-switcher-noop {
     width: 1.14285714rem;
     cursor: default;
}
 .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
     transform: rotate(-90deg);
}
 .ant-select-tree-switcher-loading-icon {
     color: #1C79F4;
}
 .ant-select-tree-switcher-leaf-line {
     position: relative;
     z-index: 1;
     display: inline-block;
     width: 100%;
     height: 100%;
}
 .ant-select-tree-switcher-leaf-line::before {
     position: absolute;
     top: 0;
     right: 0.85714286rem;
     bottom: -0.28571429rem;
     margin-left: -0.07142857rem;
     border-right: 0.07142857rem solid #d9d9d9;
     content: ' ';
}
 .ant-select-tree-switcher-leaf-line::after {
     position: absolute;
     width: 0.71428571rem;
     height: 1.57142857rem;
     border-bottom: 0.07142857rem solid #d9d9d9;
     content: ' ';
}
 .ant-select-tree-checkbox {
     top: initial;
     margin: 0.57142857rem 0 0 0.28571429rem;
}
 .ant-select-tree .ant-select-tree-node-content-wrapper {
     display: flex;
     position: relative;
     z-index: auto;
     min-height: 2.28571429rem;
     margin: 0;
     padding: 0 0.28571429rem;
     color: inherit;
     line-height: 2.28571429rem;
     background: transparent;
     border-radius: 0.28571429rem;
     cursor: pointer;
     transition: background-color 0.3s, border 0s, line-height 0s, box-shadow 0s;
    
    
}
 .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
    
     display: flex;
     height: 2.28571429rem;
     align-items: center;
     padding-right: 0.28571429rem;
     color: rgba(0, 0, 0, 0.6);
}
 .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle svg {
     fill: currentColor;
}
 .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
     display: none;
}
 .ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
     background-color: transparent;
}
 .ant-select-tree-node-content-wrapper {
     line-height: 2.28571429rem;
     user-select: none;
}
 .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
     position: absolute;
     z-index: 1;
     height: 0.14285714rem;
     background-color: #1C79F4;
     border-radius: 0.07142857rem;
     pointer-events: none;
}
 .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
     position: absolute;
     top: -0.21428571rem;
     left: -0.42857143rem;
     width: 0.57142857rem;
     height: 0.57142857rem;
     background-color: transparent;
     border: 0.14285714rem solid #1C79F4;
     border-radius: 50%;
     content: '';
}
 .ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
     box-shadow: 0 0 0 0.14285714rem #1C79F4;
}
 .ant-select-tree-show-line .ant-select-tree-indent-unit {
     position: relative;
     height: 100%;
}
 .ant-select-tree-show-line .ant-select-tree-indent-unit::before {
     position: absolute;
     top: 0;
     right: 0.85714286rem;
     bottom: -0.28571429rem;
     border-right: 0.07142857rem solid #e7e7e7;
     content: '';
}
 .ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
     display: none;
}
 .ant-select-tree-show-line .ant-select-tree-switcher {
     background: #fff;
}
 .ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
     vertical-align: -0.15em;
}
 .ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
     top: auto !important;
     bottom: auto !important;
     height: 1.57142857rem !important;
}
 .ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
     transform: rotate(90deg);
}
 .ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
     transform: scaleY(-1);
}
 .ant-tree.ant-tree-directory .ant-tree-treenode {
     position: relative;
    
}
 .ant-tree.ant-tree-directory .ant-tree-treenode::before {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0.28571429rem;
     left: 0;
     transition: background-color 0.3s;
     content: '';
     pointer-events: none;
     height: 2.28571429rem;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode > * {
     z-index: 1;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
     transition: all 0.3s;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
     border-radius: 0;
     user-select: none;
     width: 100%;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
     background: transparent;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
     background: transparent;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
     background: transparent;
}
 .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
     background-color: transparent !important;
}
 .ant-tree-checkbox {
     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;
     position: relative;
     top: 0.2em;
     line-height: 1;
     white-space: nowrap;
     outline: none;
     cursor: pointer;
}
 .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, .ant-tree-checkbox:hover .ant-tree-checkbox-inner {
     border-color: #459CFF;
}
 .ant-tree-checkbox-wrapper:active .ant-tree-checkbox-inner, .ant-tree-checkbox:active .ant-tree-checkbox-inner {
     border-color: #0C5ACF;
}
 .ant-tree-checkbox-checked::after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0.07142857rem solid transparent;
     border-radius: 0.14285714rem;
     visibility: hidden;
     animation: antCheckboxEffect 0.36s ease-in-out;
     animation-fill-mode: backwards;
     content: '';
}
 .ant-tree-checkbox:hover::after, .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
     visibility: visible;
}
 .ant-tree-checkbox-inner {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     width: 1.14285714rem;
     height: 1.14285714rem;
     direction: ltr;
     background-color: #fff;
     border: 0.07142857rem solid #a6a6a6;
     border-radius: 0.14285714rem;
     border-collapse: separate;
     transition: all 0.3s;
}
 .ant-tree-checkbox-inner::after {
     position: absolute;
     top: 50%;
     left: 21.5%;
     display: table;
     width: 0.40816327rem;
     height: 0.65306122rem;
     border: 0.14285714rem solid #fff;
     border-top: 0;
     border-left: 0;
     transform: rotate(45deg) scale(0) translate(-50%, -50%);
     opacity: 0;
     transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
     content: ' ';
}
 .ant-tree-checkbox-input {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     opacity: 0;
}
 .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
     position: absolute;
     display: table;
     border: 0.14285714rem solid #fff;
     border-top: 0;
     border-left: 0;
     transform: rotate(45deg) scale(1) translate(-50%, -50%);
     opacity: 1;
     transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
     content: ' ';
}
 .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
     background-color: #1C79F4;
     border-color: #1C79F4;
}
 .ant-tree-checkbox-disabled {
     cursor: not-allowed;
}
 .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
     border-color: rgba(0, 0, 0, 0.26);
     animation-name: none;
}
 .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
     cursor: not-allowed;
     pointer-events: none;
}
 .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
     background-color: #eeeeee;
     border-color: #dcdcdc !important;
}
 .ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
     border-color: #dcdcdc;
     border-collapse: separate;
     animation-name: none;
}
 .ant-tree-checkbox-disabled + span {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-tree-checkbox-disabled:hover::after, .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
     visibility: hidden;
}
 .ant-tree-checkbox-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';
     display: inline-flex;
     align-items: baseline;
     line-height: unset;
     cursor: pointer;
}
 .ant-tree-checkbox-wrapper::after {
     display: inline-block;
     width: 0;
     overflow: hidden;
     content: '\a0';
}
 .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
     cursor: not-allowed;
}
 .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
     margin-left: 0.57142857rem;
}
 .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
     width: 1.00000000rem;
     height: 1.00000000rem;
}
 .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):hover .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
     background-color: #459CFF;
     border-color: #459CFF;
}
 .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):active .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
     background-color: #0C5ACF;
     border-color: #0C5ACF;
}
 .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):hover .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
     background-color: #459CFF;
}
 .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):active .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
     background-color: #0C5ACF;
}
 .ant-tree-checkbox + span {
     padding-right: 0.57142857rem;
     padding-left: 0.57142857rem;
}
 .ant-tree-checkbox-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;
}
 .ant-tree-checkbox-group-item {
     margin-right: 0.57142857rem;
}
 .ant-tree-checkbox-group-item:last-child {
     margin-right: 0;
}
 .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
     margin-left: 0;
}
 .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
     background-color: #fff;
     border-color: #1C79F4;
}
 .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
     top: 50%;
     left: 50%;
     width: 0.57142857rem;
     height: 0.57142857rem;
     background-color: #1C79F4;
     border: 0;
     transform: translate(-50%, -50%) scale(1);
     opacity: 1;
     content: ' ';
}
 .ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
     background-color: #eeeeee;
     border-color: #dcdcdc;
}
 .ant-tree-checkbox-rtl {
     direction: rtl;
}
 .ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item {
     margin-right: 0;
     margin-left: 0.57142857rem;
}
 .ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child {
     margin-left: 0 !important;
}
 .ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
     margin-left: 0.57142857rem;
}
 .ant-tree {
     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';
     background: #fff;
     border-radius: 0.28571429rem;
     transition: background-color 0.3s;
}
 .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
     background: #E8F6FF;
}
 .ant-tree-list-holder-inner {
     align-items: flex-start;
}
 .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
     align-items: stretch;
}
 .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
     flex: auto;
}
 .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
     position: relative;
}
 .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0.28571429rem;
     left: 0;
     border: 0.07142857rem solid #1C79F4;
     opacity: 0;
     animation: ant-tree-node-fx-do-not-use 0.3s;
     animation-play-state: running;
     animation-fill-mode: forwards;
     content: '';
     pointer-events: none;
}
 .ant-tree .ant-tree-treenode {
     display: flex;
     align-items: flex-start;
     padding: 0 0 0 0.28571429rem;
     outline: none;
     height: 2.28571429rem;
     width: 100%;
     box-sizing: border-box;
     margin-bottom: 0.28571429rem;
}
 .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
     background: transparent;
}
 .ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
     background: #f3f3f3;
}
 .ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
     color: rgba(0, 0, 0, 0.9);
     font-weight: 500;
}
 .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
     width: 1.71428571rem;
     line-height: 2.28571429rem;
     text-align: center;
     visibility: visible;
     opacity: 0.2;
     transition: opacity 0.3s;
}
 .ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
     opacity: 0.45;
}
 .ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
     visibility: hidden;
}
 .ant-tree .ant-tree-treenode:hover {
     background: #f3f3f3;
}
 .ant-tree .ant-tree-treenode:hover .ant-tree-switcher {
     background: none;
}
 .ant-tree .ant-tree-treenode-selected {
     background: rgba(28, 121, 244, 0.1) !important;
    
}
 .ant-tree .ant-tree-treenode-selected:hover {
     background: #f3f3f3;
    
}
 .ant-tree-indent {
     align-self: stretch;
     white-space: nowrap;
     user-select: none;
}
 .ant-tree-indent-unit {
     display: inline-block;
     width: 1.71428571rem;
}
 .ant-tree-draggable-icon {
     visibility: hidden;
}
 .ant-tree-switcher {
     display: flex;
     align-items: center;
     position: relative;
     flex: none;
     align-self: stretch;
     margin: 0;
     line-height: 2.28571429rem;
     text-align: center;
     cursor: pointer;
     user-select: none;
     height: 2.28571429rem;
     color: rgba(0, 0, 0, 0.6);
}
 .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon {
     display: inline-block;
     font-size: 0.71428571rem;
     vertical-align: baseline;
}
 .ant-tree-switcher .ant-tree-switcher-icon svg, .ant-tree-switcher .ant-select-tree-switcher-icon svg {
     transition: transform 0.3s;
}
 .ant-tree-switcher svg {
     fill: currentColor;
}
 .ant-tree-switcher-noop {
     width: 1.14285714rem;
     cursor: default;
}
 .ant-tree-switcher_close .ant-tree-switcher-icon svg {
     transform: rotate(-90deg);
}
 .ant-tree-switcher-loading-icon {
     color: #1C79F4;
}
 .ant-tree-switcher-leaf-line {
     position: relative;
     z-index: 1;
     display: inline-block;
     width: 100%;
     height: 100%;
}
 .ant-tree-switcher-leaf-line::before {
     position: absolute;
     top: 0;
     right: 0.85714286rem;
     bottom: -0.28571429rem;
     margin-left: -0.07142857rem;
     border-right: 0.07142857rem solid #d9d9d9;
     content: ' ';
}
 .ant-tree-switcher-leaf-line::after {
     position: absolute;
     width: 0.71428571rem;
     height: 1.57142857rem;
     border-bottom: 0.07142857rem solid #d9d9d9;
     content: ' ';
}
 .ant-tree-checkbox {
     top: initial;
     margin: 0.57142857rem 0 0 0.28571429rem;
}
 .ant-tree .ant-tree-node-content-wrapper {
     display: flex;
     position: relative;
     z-index: auto;
     min-height: 2.28571429rem;
     margin: 0;
     padding: 0 0.28571429rem;
     color: inherit;
     line-height: 2.28571429rem;
     background: transparent;
     border-radius: 0.28571429rem;
     cursor: pointer;
     transition: background-color 0.3s, border 0s, line-height 0s, box-shadow 0s;
    
    
}
 .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
    
     display: flex;
     height: 2.28571429rem;
     align-items: center;
     padding-right: 0.28571429rem;
     color: rgba(0, 0, 0, 0.6);
}
 .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle svg {
     fill: currentColor;
}
 .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
     display: none;
}
 .ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
     background-color: transparent;
}
 .ant-tree-node-content-wrapper {
     line-height: 2.28571429rem;
     user-select: none;
}
 .ant-tree-node-content-wrapper .ant-tree-drop-indicator {
     position: absolute;
     z-index: 1;
     height: 0.14285714rem;
     background-color: #1C79F4;
     border-radius: 0.07142857rem;
     pointer-events: none;
}
 .ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
     position: absolute;
     top: -0.21428571rem;
     left: -0.42857143rem;
     width: 0.57142857rem;
     height: 0.57142857rem;
     background-color: transparent;
     border: 0.14285714rem solid #1C79F4;
     border-radius: 50%;
     content: '';
}
 .ant-tree .ant-tree-treenode.drop-container > [draggable] {
     box-shadow: 0 0 0 0.14285714rem #1C79F4;
}
 .ant-tree-show-line .ant-tree-indent-unit {
     position: relative;
     height: 100%;
}
 .ant-tree-show-line .ant-tree-indent-unit::before {
     position: absolute;
     top: 0;
     right: 0.85714286rem;
     bottom: -0.28571429rem;
     border-right: 0.07142857rem solid #e7e7e7;
     content: '';
}
 .ant-tree-show-line .ant-tree-indent-unit-end::before {
     display: none;
}
 .ant-tree-show-line .ant-tree-switcher {
     background: #fff;
}
 .ant-tree-show-line .ant-tree-switcher-line-icon {
     vertical-align: -0.15em;
}
 .ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
     top: auto !important;
     bottom: auto !important;
     height: 1.57142857rem !important;
}
 .ant-tree-rtl {
     direction: rtl;
}
 .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
     right: -0.42857143rem;
     left: unset;
}
 .ant-tree .ant-tree-treenode-rtl {
     direction: rtl;
}
 .ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
     transform: rotate(90deg);
}
 .ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
     right: auto;
     left: -0.92857143rem;
     border-right: none;
     border-left: 0.07142857rem solid #dcdcdc;
}
 .ant-tree-rtl .ant-tree-checkbox {
     margin: 0.28571429rem 0 0 0.57142857rem;
}
 .ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
     margin: 0.28571429rem 0 0 0.57142857rem;
}
 .ant-typography {
     color: rgba(0, 0, 0, 0.9);
     word-break: break-word;
}
 .ant-typography.ant-typography-secondary {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-typography.ant-typography-success {
     color: #27D05A;
}
 .ant-typography.ant-typography-warning {
     color: #F8782D;
}
 .ant-typography.ant-typography-danger {
     color: #E9463A;
}
 a.ant-typography.ant-typography-danger:active, a.ant-typography.ant-typography-danger:focus {
     color: #C22C27;
}
 a.ant-typography.ant-typography-danger:hover {
     color: #F57364;
}
 .ant-typography.ant-typography-disabled {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
     user-select: none;
}
 div.ant-typography, .ant-typography p {
     margin-bottom: 1em;
}
 h1.ant-typography, div.ant-typography-h1, div.ant-typography-h1 > textarea, .ant-typography h1 {
     margin-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 2.71428571rem;
     line-height: 1.23;
}
 h2.ant-typography, div.ant-typography-h2, div.ant-typography-h2 > textarea, .ant-typography h2 {
     margin-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 2.14285714rem;
     line-height: 1.35;
}
 h3.ant-typography, div.ant-typography-h3, div.ant-typography-h3 > textarea, .ant-typography h3 {
     margin-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 1.71428571rem;
     line-height: 1.35;
}
 h4.ant-typography, div.ant-typography-h4, div.ant-typography-h4 > textarea, .ant-typography h4 {
     margin-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 1.42857143rem;
     line-height: 1.4;
}
 h5.ant-typography, div.ant-typography-h5, div.ant-typography-h5 > textarea, .ant-typography h5 {
     margin-bottom: 0.5em;
     color: rgba(0, 0, 0, 0.9);
     font-weight: 600;
     font-size: 1.14285714rem;
     line-height: 1.5;
}
 .ant-typography + h1.ant-typography, .ant-typography + h2.ant-typography, .ant-typography + h3.ant-typography, .ant-typography + h4.ant-typography, .ant-typography + h5.ant-typography {
     margin-top: 1.2em;
}
 .ant-typography div + h1, .ant-typography ul + h1, .ant-typography li + h1, .ant-typography p + h1, .ant-typography h1 + h1, .ant-typography h2 + h1, .ant-typography h3 + h1, .ant-typography h4 + h1, .ant-typography h5 + h1, .ant-typography div + h2, .ant-typography ul + h2, .ant-typography li + h2, .ant-typography p + h2, .ant-typography h1 + h2, .ant-typography h2 + h2, .ant-typography h3 + h2, .ant-typography h4 + h2, .ant-typography h5 + h2, .ant-typography div + h3, .ant-typography ul + h3, .ant-typography li + h3, .ant-typography p + h3, .ant-typography h1 + h3, .ant-typography h2 + h3, .ant-typography h3 + h3, .ant-typography h4 + h3, .ant-typography h5 + h3, .ant-typography div + h4, .ant-typography ul + h4, .ant-typography li + h4, .ant-typography p + h4, .ant-typography h1 + h4, .ant-typography h2 + h4, .ant-typography h3 + h4, .ant-typography h4 + h4, .ant-typography h5 + h4, .ant-typography div + h5, .ant-typography ul + h5, .ant-typography li + h5, .ant-typography p + h5, .ant-typography h1 + h5, .ant-typography h2 + h5, .ant-typography h3 + h5, .ant-typography h4 + h5, .ant-typography h5 + h5 {
     margin-top: 1.2em;
}
 a.ant-typography-ellipsis, span.ant-typography-ellipsis {
     display: inline-block;
     max-width: 100%;
}
 a.ant-typography, .ant-typography a {
     color: #1C79F4;
     outline: none;
     cursor: pointer;
     transition: color 0.3s;
     text-decoration: none;
}
 a.ant-typography:focus-visible, .ant-typography a:focus-visible, a.ant-typography:hover, .ant-typography a:hover {
     color: #459CFF;
}
 a.ant-typography:active, .ant-typography a:active {
     color: #0C5ACF;
}
 a.ant-typography:active, .ant-typography a:active, a.ant-typography:hover, .ant-typography a:hover {
     text-decoration: none;
}
 a.ant-typography[disabled], .ant-typography a[disabled], a.ant-typography.ant-typography-disabled, .ant-typography a.ant-typography-disabled {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 a.ant-typography[disabled]:active, .ant-typography a[disabled]:active, a.ant-typography.ant-typography-disabled:active, .ant-typography a.ant-typography-disabled:active, a.ant-typography[disabled]:hover, .ant-typography a[disabled]:hover, a.ant-typography.ant-typography-disabled:hover, .ant-typography a.ant-typography-disabled:hover {
     color: rgba(0, 0, 0, 0.26);
}
 a.ant-typography[disabled]:active, .ant-typography a[disabled]:active, a.ant-typography.ant-typography-disabled:active, .ant-typography a.ant-typography-disabled:active {
     pointer-events: none;
}
 .ant-typography code {
     margin: 0 0.2em;
     padding: 0.2em 0.4em 0.1em;
     font-size: 85%;
     background: rgba(150, 150, 150, 0.1);
     border: 0.07142857rem solid rgba(100, 100, 100, 0.2);
     border-radius: 0.21428571rem;
}
 .ant-typography kbd {
     margin: 0 0.2em;
     padding: 0.15em 0.4em 0.1em;
     font-size: 90%;
     background: rgba(150, 150, 150, 0.06);
     border: 0.07142857rem solid rgba(100, 100, 100, 0.2);
     border-bottom-width: 0.14285714rem;
     border-radius: 0.21428571rem;
}
 .ant-typography mark {
     padding: 0;
     background-color: #FFD1A8;
}
 .ant-typography u, .ant-typography ins {
     text-decoration: underline;
     text-decoration-skip-ink: auto;
}
 .ant-typography s, .ant-typography del {
     text-decoration: line-through;
}
 .ant-typography strong {
     font-weight: 600;
}
 .ant-typography-expand, .ant-typography-edit, .ant-typography-copy {
     color: #1C79F4;
     outline: none;
     cursor: pointer;
     transition: color 0.3s;
     margin-left: 0.28571429rem;
}
 .ant-typography-expand:focus-visible, .ant-typography-edit:focus-visible, .ant-typography-copy:focus-visible, .ant-typography-expand:hover, .ant-typography-edit:hover, .ant-typography-copy:hover {
     color: #459CFF;
}
 .ant-typography-expand:active, .ant-typography-edit:active, .ant-typography-copy:active {
     color: #0C5ACF;
}
 .ant-typography-copy-success, .ant-typography-copy-success:hover, .ant-typography-copy-success:focus {
     color: #27D05A;
}
 .ant-typography-edit-content {
     position: relative;
}
 div.ant-typography-edit-content {
     left: -0.85714286rem;
     margin-top: -0.35714286rem;
     margin-bottom: calc(1em - 0.28571429rem - 0.07142857rem);
}
 .ant-typography-edit-content-confirm {
     position: absolute;
     right: 0.71428571rem;
     bottom: 0.57142857rem;
     color: rgba(0, 0, 0, 0.6);
     font-weight: normal;
     font-size: 1.00000000rem;
     font-style: normal;
     pointer-events: none;
}
 .ant-typography-edit-content textarea {
     height: 1em;
     margin: 0 !important;
    
     -moz-transition: none;
}
 .ant-typography ul, .ant-typography ol {
     margin: 0 0 1em;
     padding: 0;
}
 .ant-typography ul li, .ant-typography ol li {
     margin: 0 0 0 1.42857143rem;
     padding: 0 0 0 0.28571429rem;
}
 .ant-typography ul {
     list-style-type: circle;
}
 .ant-typography ul ul {
     list-style-type: disc;
}
 .ant-typography ol {
     list-style-type: decimal;
}
 .ant-typography pre, .ant-typography blockquote {
     margin: 1em 0;
}
 .ant-typography pre {
     padding: 0.4em 0.6em;
     white-space: pre-wrap;
     word-wrap: break-word;
     background: rgba(150, 150, 150, 0.1);
     border: 0.07142857rem solid rgba(100, 100, 100, 0.2);
     border-radius: 0.21428571rem;
}
 .ant-typography pre code {
     display: inline;
     margin: 0;
     padding: 0;
     font-size: inherit;
     font-family: inherit;
     background: transparent;
     border: 0;
}
 .ant-typography blockquote {
     padding: 0 0 0 0.6em;
     border-left: 0.28571429rem solid rgba(100, 100, 100, 0.2);
     opacity: 0.85;
}
 .ant-typography-single-line {
     white-space: nowrap;
}
 .ant-typography-ellipsis-single-line {
     overflow: hidden;
     text-overflow: ellipsis;
}
 a.ant-typography-ellipsis-single-line, span.ant-typography-ellipsis-single-line {
     vertical-align: bottom;
}
 .ant-typography-ellipsis-multiple-line {
    
     display: -webkit-box;
     overflow: hidden;
     -webkit-line-clamp: 3;
    
     -webkit-box-orient: vertical;
}
 .ant-typography-rtl {
     direction: rtl;
}
 .ant-typography-rtl .ant-typography-expand, .ant-typography-rtl .ant-typography-edit, .ant-typography-rtl .ant-typography-copy {
     margin-right: 0.28571429rem;
     margin-left: 0;
}
 .ant-typography-rtl .ant-typography-expand {
     float: left;
}
 div.ant-typography-edit-content.ant-typography-rtl {
     right: -0.85714286rem;
     left: auto;
}
 .ant-typography-rtl .ant-typography-edit-content-confirm {
     right: auto;
     left: 0.71428571rem;
}
 .ant-typography-rtl.ant-typography ul li, .ant-typography-rtl.ant-typography ol li {
     margin: 0 1.42857143rem 0 0;
     padding: 0 0.28571429rem 0 0;
}
 .ant-upload {
     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';
     outline: 0;
    
    
}
 .ant-upload p {
     margin: 0;
}
 .ant-upload-btn {
     display: block;
     width: 100%;
     outline: none;
}
 .ant-upload input[type='file'] {
     cursor: pointer;
}
 .ant-upload.ant-upload-select {
     display: inline-block;
}
 .ant-upload.ant-upload-select:hover .anticon-upload {
     color: rgba(0, 0, 0, 0.9);
}
 .ant-upload .ant-btn:hover .anticon-upload {
     color: #459CFF;
}
 .ant-upload.ant-upload-select-picture-card {
     width: 7.42857143rem;
     height: 7.42857143rem;
     margin-right: 0.57142857rem;
     margin-bottom: 0.57142857rem;
     text-align: center;
     vertical-align: top;
     background-color: #fff;
     border: 0.07142857rem dashed #dcdcdc;
     border-radius: 0.28571429rem;
     cursor: pointer;
     transition: border-color 0.3s;
}
 .ant-upload.ant-upload-select-picture-card > .ant-upload {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
     text-align: center;
}
 .ant-upload.ant-upload-select-picture-card:hover {
     border-color: #459CFF;
}
 .ant-upload.ant-upload-select-picture-card.ant-upload-disabled {
     background-color: #eeeeee;
}
 .ant-upload.ant-upload-select-picture-card.ant-upload-disabled:hover {
     border-color: #dcdcdc;
}
 .ant-upload.ant-upload-select-picture-card.ant-upload-disabled:hover .anticon-upload {
     color: rgba(0, 0, 0, 0.26);
}
 .ant-upload.ant-upload-disabled, .ant-upload.ant-upload-disabled:hover {
     color: rgba(0, 0, 0, 0.26);
     cursor: not-allowed;
}
 .ant-upload.ant-upload-disabled .ant-btn, .ant-upload.ant-upload-disabled .ant-btn:hover {
     cursor: not-allowed;
     background-color: #eeeeee;
     color: rgba(0, 0, 0, 0.26);
     border-color: #dcdcdc;
}
 .ant-upload.ant-upload-disabled .ant-btn .anticon-upload, .ant-upload.ant-upload-disabled .ant-btn:hover .anticon-upload {
     color: rgba(0, 0, 0, 0.26);
}
 .ant-upload.ant-upload-drag {
     position: relative;
     width: 100%;
     height: 100%;
     text-align: center;
     background: #fff;
     border: 0.07142857rem dashed #dcdcdc;
     border-radius: 0.28571429rem;
     cursor: pointer;
     transition: border-color 0.3s;
}
 .ant-upload.ant-upload-drag .ant-upload {
     padding: 1.14285714rem 0;
}
 .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
     border-color: #459CFF;
}
 .ant-upload.ant-upload-drag.ant-upload-disabled {
     cursor: not-allowed;
}
 .ant-upload.ant-upload-drag .ant-upload-btn {
     display: table;
     height: 100%;
}
 .ant-upload.ant-upload-drag .ant-upload-drag-container {
     display: table-cell;
     vertical-align: middle;
}
 .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
     border-color: #459CFF;
}
 .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
     margin-bottom: 1.42857143rem;
}
 .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
     color: #1C79F4;
     font-size: 3.42857143rem;
}
 .ant-upload.ant-upload-drag p.ant-upload-text {
     margin: 0 0 0.28571429rem;
     color: rgba(0, 0, 0, 0.9);
     font-size: 1.14285714rem;
}
 .ant-upload.ant-upload-drag p.ant-upload-hint {
     color: rgba(0, 0, 0, 0.6);
     font-size: 1.00000000rem;
}
 .ant-upload.ant-upload-drag .anticon-plus {
     color: rgba(0, 0, 0, 0.26);
     font-size: 2.14285714rem;
     transition: all 0.3s;
}
 .ant-upload.ant-upload-drag .anticon-plus:hover {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-upload.ant-upload-drag:hover .anticon-plus {
     color: rgba(0, 0, 0, 0.6);
}
 .ant-upload-picture-card-wrapper {
     display: inline-block;
     width: 100%;