/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-tree.atsx-tree-directory {
  position: relative;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-switcher,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-switcher {
  position: relative;
  z-index: 1;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-switcher.atsx-tree-switcher-noop,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-switcher.atsx-tree-switcher-noop {
  pointer-events: none;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-checkbox,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-checkbox {
  position: relative;
  z-index: 1;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper:hover,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper:hover {
  background: transparent;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper:hover::before,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper:hover::before {
  background: rgba(245, 246, 247, 0.5);
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper.atsx-tree-node-selected,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper.atsx-tree-node-selected {
  color: #fff;
  background: transparent;
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper::before,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 38px;
  transition: all 0.3s;
  content: '';
}
.atsx-tree.atsx-tree-directory > li span.atsx-tree-node-content-wrapper > span,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li span.atsx-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-switcher,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-switcher {
  color: #fff;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox .atsx-tree-checkbox-inner,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox .atsx-tree-checkbox-inner {
  border-color: #325ab4;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked::after,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked::after {
  border-color: #fff;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner {
  background: #fff;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner::after,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-checkbox.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner::after {
  border-color: #325ab4;
}
.atsx-tree.atsx-tree-directory > li.atsx-tree-treenode-selected > span.atsx-tree-node-content-wrapper::before,
.atsx-tree.atsx-tree-directory .atsx-tree-child-tree > li.atsx-tree-treenode-selected > span.atsx-tree-node-content-wrapper::before {
  background: #325ab4;
}
.atsx-tree-checkbox-wrapper:hover .atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled) .atsx-tree-checkbox-inner {
  border-color: #325ab4;
  box-shadow: 0 0 4px 0 rgba(78, 131, 253, 0.4);
  background-color: white;
}
.atsx-tree-checkbox-wrapper:hover .atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled).atsx-tree-checkbox-indeterminate .atsx-tree-checkbox-inner,
.atsx-tree-checkbox-wrapper:hover .atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled).atsx-tree-checkbox-checked .atsx-tree-checkbox-inner {
  box-shadow: none;
  background-color: #325ab4;
}
.atsx-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled) .atsx-tree-checkbox-input:focus + .atsx-tree-checkbox-inner {
  border-color: #325ab4;
  box-shadow: 0 0 4px 0 rgba(78, 131, 253, 0.4);
  background-color: white;
}
.atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled).atsx-tree-checkbox-checked .atsx-tree-checkbox-input:focus + .atsx-tree-checkbox-inner,
.atsx-tree-checkbox:not(.atsx-tree-checkbox-disabled).atsx-tree-checkbox-indeterminate .atsx-tree-checkbox-input:focus + .atsx-tree-checkbox-inner {
  background-color: #325ab4;
  box-shadow: none;
}
.atsx-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 2px;
  visibility: hidden;
  content: '';
}
.atsx-tree-checkbox:hover::after,
.atsx-tree-checkbox-wrapper:hover .atsx-tree-checkbox::after {
  visibility: visible;
}
.atsx-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #8f959e;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.atsx-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      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: ' ';
}
.atsx-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      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: ' ';
}
.atsx-tree-checkbox-checked:not(.atsx-tree-checkbox-disabled) .atsx-tree-checkbox-inner {
  background-color: #325ab4;
  border-color: #325ab4;
}
.atsx-tree-checkbox-disabled {
  cursor: not-allowed;
}
.atsx-tree-checkbox-disabled.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner {
  background: #bbbfc4;
  border-color: #bbbfc4;
}
.atsx-tree-checkbox-disabled.atsx-tree-checkbox-checked .atsx-tree-checkbox-inner::after {
  border-color: white;
  -webkit-animation-name: none;
          animation-name: none;
}
.atsx-tree-checkbox-disabled .atsx-tree-checkbox-input {
  cursor: not-allowed;
}
.atsx-tree-checkbox-disabled .atsx-tree-checkbox-inner {
  background-color: #eff0f1;
  border-color: #bbbfc4;
  box-shadow: none;
}
.atsx-tree-checkbox-disabled .atsx-tree-checkbox-inner::after {
  border-color: #EFF0F1;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.atsx-tree-checkbox-disabled + span {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.atsx-tree-checkbox-wrapper + .atsx-tree-checkbox-wrapper {
  margin-left: 8px;
}
.atsx-tree-checkbox-wrapper + span,
.atsx-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.atsx-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.atsx-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.atsx-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.atsx-tree-checkbox-group-item + .atsx-tree-checkbox-group-item {
  margin-left: 0;
}
.atsx-tree-checkbox-indeterminate .atsx-tree-checkbox-inner {
  background-color: #325ab4;
  border-color: #325ab4;
}
.atsx-tree-checkbox-indeterminate .atsx-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #fff;
  border: 0;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.atsx-tree-checkbox-indeterminate.atsx-tree-checkbox-disabled .atsx-tree-checkbox-inner {
  background-color: #bbbfc4;
  border-color: #bbbfc4;
}
.atsx-tree-checkbox-indeterminate.atsx-tree-checkbox-disabled .atsx-tree-checkbox-inner::after {
  background-color: white;
  border-color: white;
}
.atsx-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  box-sizing: border-box;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}
.atsx-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.atsx-tree ol,
.atsx-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.atsx-tree li {
  margin: 0;
  padding: 0 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.atsx-tree li span[draggable],
.atsx-tree li span[draggable='true'] {
  line-height: 34px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.atsx-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #325ab4;
  opacity: 0.8;
}
.atsx-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #325ab4;
}
.atsx-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #325ab4;
}
.atsx-tree li.filter-node > span {
  color: #F54A45 !important;
  font-weight: var(--semi-bold) !important;
}
.atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-loading-icon,
.atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 38px;
  color: #325ab4;
  font-size: 14px;
  -ms-transform: none;
      transform: none;
}
.atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-loading-icon svg,
.atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_open::after,
:root .atsx-tree li.atsx-tree-treenode-loading span.atsx-tree-switcher.atsx-tree-switcher_close::after {
  opacity: 0;
}
.atsx-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.atsx-tree li .atsx-tree-node-content-wrapper {
  display: inline-block;
  height: 38px;
  margin: 0;
  padding: 0 5px 0 0;
  color: #646a73;
  line-height: 38px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.atsx-tree li .atsx-tree-node-content-wrapper .atsx-tree-title {
  display: inline-block;
  width: 100%;
}
.atsx-tree li .atsx-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.atsx-tree li .atsx-tree-node-content-wrapper.atsx-tree-node-selected {
  background-color: transparent;
  color: #325ab4;
}
.atsx-tree li span.atsx-tree-checkbox {
  top: initial;
  height: 38px;
  margin: 0 4px 0 2px;
  padding: 11px 0;
}
.atsx-tree li span.atsx-tree-switcher,
.atsx-tree li span.atsx-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 38px;
  margin: 0;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.atsx-tree li span.atsx-tree-switcher {
  position: relative;
}
.atsx-tree li span.atsx-tree-switcher .atsx-tree-switcher-icon {
  margin-right: 2px;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -ms-transform: translateY(-1px) scale(0.83333333) rotate(0deg) !important;
      transform: translateY(-1px) scale(0.83333333) rotate(0deg) !important;
}
.atsx-tree li span.atsx-tree-switcher .atsx-tree-switcher-icon:hover {
  background-color: rgba(31, 35, 41, 0.06);
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher-noop {
  cursor: default;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open {
  color: #9CA2A9;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon,
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon,
:root .atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-select-switcher-icon {
  font-size: 12px;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon svg,
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-select-switcher-icon svg {
  transition: transform 0.3s;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon svg {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close {
  color: #9CA2A9;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon,
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon,
:root .atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-select-switcher-icon {
  font-size: 12px;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon svg,
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-select-switcher-icon svg {
  transition: transform 0.3s;
}
.atsx-tree li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon svg {
  -ms-transform: translateX(1px) rotate(-90deg);
      transform: translateX(1px) rotate(-90deg);
}
.atsx-tree li:last-child > span.atsx-tree-switcher::before,
.atsx-tree li:last-child > span.atsx-tree-iconEle::before {
  display: none;
}
.atsx-tree li.atsx-tree-treenode-selected > span.atsx-tree-switcher.atsx-tree-switcher-noop {
  color: #325ab4;
}
.atsx-tree li.atsx-tree-treenode-selected > span.atsx-tree-switcher.atsx-tree-switcher_open {
  color: #325ab4;
}
.atsx-tree li.atsx-tree-treenode-selected > span.atsx-tree-switcher.atsx-tree-switcher_close {
  color: #325ab4;
}
.atsx-tree > li:first-child {
  margin-top: 8px;
}
.atsx-tree > li:last-child {
  margin-bottom: 8px;
}
.atsx-tree-child-tree > li:first-child {
  padding-top: 0;
}
.atsx-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.atsx-tree-treenode-disabled > span:not(.atsx-tree-switcher),
li.atsx-tree-treenode-disabled > .atsx-tree-node-content-wrapper,
li.atsx-tree-treenode-disabled > .atsx-tree-node-content-wrapper span {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
li.atsx-tree-treenode-disabled > .atsx-tree-node-content-wrapper:hover {
  background: transparent;
}
.atsx-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.atsx-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.atsx-tree.atsx-tree-show-line li {
  position: relative;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher-noop .atsx-tree-switcher-icon,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher-noop .atsx-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher-noop .atsx-tree-switcher-icon svg,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher-noop .atsx-select-switcher-icon svg {
  transition: transform 0.3s;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-tree-switcher-icon svg,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_open .atsx-select-switcher-icon svg {
  transition: transform 0.3s;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-tree-switcher-icon svg,
.atsx-tree.atsx-tree-show-line li span.atsx-tree-switcher.atsx-tree-switcher_close .atsx-select-switcher-icon svg {
  transition: transform 0.3s;
}
.atsx-tree.atsx-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  margin: 22px 0;
  border-left: 1px solid #cad0d0;
  content: ' ';
}
.atsx-tree.atsx-tree-icon-hide .atsx-tree-treenode-loading .atsx-tree-iconEle {
  display: none;
}
.atsx-tree.atsx-tree-block-node li.expand-mode .atsx-tree-node-content-wrapper.is-can-expand {
  width: 100%!important;
}
.atsx-tree.atsx-tree-block-node li.expand-mode .atsx-tree-node-content-wrapper.is-can-expand .atsx-tree-title {
  width: calc(100% - 29px);
}
.atsx-tree.atsx-tree-block-node li.expand-mode .atsx-tree-switcher-icon:hover {
  background-color: unset!important;
}
.atsx-tree.atsx-tree-block-node li .atsx-tree-node-content-wrapper {
  width: calc(100% - 29px);
}
.atsx-tree.atsx-tree-block-node li span.atsx-tree-checkbox + .atsx-tree-node-content-wrapper {
  width: calc(100% - 46px);
}

