/******** radius *******/
/******** 间隙 *******/
/******** fontSize *******/
/******** 组件尺寸 *******/
/******** z-index *******/
/******** borderSize *******/
/******** borderStyle *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontWeight ********/
/******** Animation *******/
/******** color *******/
/******** diff *******/
/******** icon hover *******/
/******** media *******/
.pandora-scope {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pandora-root-wrapper {
  width: 100%;
  height: 100%;
}
.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible2 {
  visibility: hidden;
}
.input-clear {
  padding: 0 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
}
.input-clear svg {
  color: rgba(0, 0, 0, 0.25);
}
.input-clear:hover svg {
  color: rgba(0, 0, 0, 0.45);
}
.input-clear:active svg {
  color: rgba(0, 0, 0, 0.45);
}
.input-input {
  display: flex;
  flex: 1;
  align-items: center;
  background: var(--color-bg-2);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  line-height: 1.42857143;
  padding: calc((28px - 1.42857143 * 13px - 2px) / 2) 8px;
  font-size: 13px;
  justify-content: flex-start;
  transition: border-color 0.2s;
}
.input-input.is-quick-edit {
  border-color: transparent;
}
.input-input.is-quick-static {
  border-color: transparent;
}
.input-input.is-quick-static:hover {
  border-color: transparent;
}
.input-input.is-disabled {
  cursor: not-allowed;
}
.input-input.is-disabled input {
  color: var(--color-text-3);
  cursor: not-allowed;
}
.input-input input {
  flex-basis: 80px;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--color-text-1);
  width: 100%;
}
.input-input input::-moz-placeholder {
  color: var(--color-text-3);
  -moz-user-select: none;
       user-select: none;
}
.input-input input::placeholder {
  color: var(--color-text-3);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.input-input:hover {
  border-color: var(--primary-5);
}
.input-border--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.input-border--borderNone {
  border-color: transparent !important;
}
.is-quick-static {
  position: relative;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2 - 1px) 8px;
  min-height: 28px;
  outline: none;
  border: 0 solid transparent !important;
  background-color: transparent !important;
  color: var(--color-text-1);
  word-wrap: break-word;
  overflow: hidden;
}
.is-quick-static .static-span {
  color: var(--color-text-3);
}
.is-quick-static.is-quick-static-table {
  width: 100%;
  padding: 0 !important;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is-quick-static.is-quick-static-table .static-span {
  display: none;
}
.is-quick-static.is-quick-static-table .quickStaticStr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkboxes-placeholder {
  height: 28px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 8px;
  color: var(--color-text-3);
}
.pd-Selection > .pd-Checkbox {
  display: block;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 12px calc((28px - 1.42857143 * 13px) / 2) calc(12px + 16px);
}
.pd-Selection--inline > .pd-Checkbox {
  display: inline-block;
}
.pd-Selection-addBtn {
  display: block;
  cursor: pointer;
}
.pd-Selection-addBtn:hover {
  text-decoration: none;
}
.pd-Selection-addBtn > svg {
  width: 14px;
  height: 14px;
  margin-right: 12px;
}
.pd-GroupedSelection {
  max-height: 300px;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 4px 0;
}
.pd-GroupedSelection-group > .pd-GroupedSelection-itemLabel {
  padding: 4px 12px;
  color: var(--color-text-3);
}
.pd-GroupedSelection-item {
  display: flex;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 4px;
  flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pd-GroupedSelection-item > .pd-Checkbox {
  margin-right: 10px;
}
.pd-GroupedSelection-item.is-active {
  background: transparent;
}
.pd-GroupedSelection-item:hover {
  background: var(--primary-1);
}
.pd-GroupedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--color-text-4);
}
.pd-GroupedSelection-group > .pd-GroupedSelection-items > .pd-GroupedSelection-item {
  padding-left: calc(12px * 2);
}
.pd-GroupedSelection-itemLabel {
  flex-grow: 1;
  overflow: hidden;
}
.pd-GroupedSelection-itemLabel span {
  vertical-align: middle;
  white-space: nowrap;
}
.pd-GroupedSelection-placeholder {
  height: 28px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 8px;
  color: var(--color-text-3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-TableSelection .pd-Table-content {
  border: none;
  border-top: 1px solid var(--color-border);
}
.pd-TableSelection .pd-Table-content .pd-Table-table {
  width: auto;
}
.pd-TableSelection .pd-Table-table > thead > tr > th,
.pd-TableSelection .pd-Table-table > tbody > tr > td {
  font-size: 13px;
  padding: 4px 16px;
  vertical-align: middle;
}
.pd-TableSelection .pd-Table-table > thead > tr > th:first-child,
.pd-TableSelection .pd-Table-table > tbody > tr > td:first-child {
  padding-left: 10px;
}
.pd-TableSelection .pd-Table-table > thead > tr > th:last-child,
.pd-TableSelection .pd-Table-table > tbody > tr > td:last-child {
  padding-right: 16px;
}
.pd-TableSelection .pd-Table-table > tbody > tr.is-active {
  color: var(--primary);
  background: transparent;
}
.pd-TreeSelection .pd-Table-expandBtn {
  color: inherit;
  margin-right: 4px;
}
.pd-TreeSelection-sublist {
  position: relative;
  margin: 0 0 0 35px;
  display: none;
}
.pd-TreeSelection-item {
  position: relative;
}
.pd-TreeSelection-item.is-expanded > .pd-TreeSelection-sublist {
  display: block;
}
.pd-TreeSelection-item:not(:last-child) > .pd-TreeSelection-sublist:before {
  bottom: 0;
}
.pd-TreeSelection-item.is-disabled {
  color: var(--color-text-4);
}
.pd-TreeSelection-itemInner {
  display: flex;
  align-items: center;
  line-height: 24px;
  position: relative;
  font-size: 13px;
  padding: 0 4px;
  flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pd-TreeSelection-itemInner > .pd-Checkbox {
  margin-right: 4px;
}
.pd-TreeSelection-itemInner:hover {
  background: var(--primary-1);
}
.pd-TreeSelection-itemInner.is-active {
  color: var(--primary);
}
.pd-TreeSelection-itemInner.is-disabled {
  pointer-events: none;
  color: var(--color-text-4);
}
.pd-TreeSelection-itemInner .pd-TreeSelection-itemLabel {
  margin-left: 4px;
}
.pd-TreeSelection-itemLabel {
  flex-grow: 1;
}
.pd-TreeSelection-itemLabel span {
  vertical-align: middle;
}
.pd-TreeSelection-placeholder {
  height: 28px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 8px;
  color: var(--color-text-3);
}
.pd-ChainedSelection {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}
.pd-ChainedSelection-col {
  flex-grow: 1;
  min-width: 150px;
}
.pd-ChainedSelection-col:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.pd-ChainedSelection-subTitle {
  font-size: 13px;
  padding: 4px 4px;
  color: var(--color-text-4);
}
.pd-ChainedSelection-item {
  display: flex;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 4px;
  flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pd-ChainedSelection-item > .pd-Checkbox {
  margin-right: 0;
}
.pd-ChainedSelection-item.is-active {
  color: var(--primary);
  background: transparent;
}
.pd-ChainedSelection-item:hover {
  background: var(--primary-1);
}
.pd-ChainedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--color-text-4);
}
.pd-ChainedSelection-itemLabel {
  flex-grow: 1;
}
.pd-ChainedSelection-itemLabel span {
  margin-left: 10px;
  vertical-align: middle;
}
.pd-ChainedSelection-placeholder {
  height: 28px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 8px;
  color: var(--color-text-3);
}
.pd-AssociatedSelection {
  display: flex;
  flex-direction: row;
}
.pd-AssociatedSelection-left,
.pd-AssociatedSelection-right {
  flex-grow: 1;
  width: 0;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
}
.pd-AssociatedSelection-left {
  border-right: 1px solid var(--color-border);
}
.pd-AssociatedSelection-reload {
  text-align: center;
  color: var(--primary-5);
  margin: 20px 0 0;
}
.pd-AssociatedSelection-reload.is-clickable {
  cursor: pointer;
}
.pd-AssociatedSelection-box {
  line-height: 1.42857143;
  font-size: 13px;
  color: var(--color-text-4);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pd-AssociatedSelection-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: var(--color-text-4);
}
.pd-ResultTreeList {
  height: 100%;
  width: 100%;
}
.pd-ResultTableList {
  height: 100%;
  width: 100%;
}
.pd-ResultTableList-close-btn {
  float: right;
  cursor: pointer;
}
.pd-Selections {
  height: 100%;
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pd-Selections-title {
  height: 28px;
  background: var(--color-bg-2);
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 12px;
}
.pd-Selections-placeholder {
  color: var(--color-text-3);
  text-align: center;
  width: 100%;
  flex-basis: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.pd-Selections-items {
  flex-grow: 1;
}
.pd-Selections-item {
  display: flex;
  flex-direction: row;
  height: 28px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((28px - 1.42857143 * 13px) / 2) 12px;
}
.pd-Selections-item > label {
  flex-basis: 50px;
  flex-grow: 1;
  overflow: hidden;
}
.pd-Selections-item > .pd-Selections-dragbar {
  width: 20px;
  position: relative;
  left: calc(4px * -1);
  color: inherit;
  cursor: move;
}
.pd-Selections-item--dragging > * {
  opacity: 0.2;
}
.pd-Selections-delBtn {
  color: inherit;
  cursor: pointer;
}
.pd-Selections-delBtn:hover {
  color: var(--primary-color);
}
.pd-Selections-delBtn > svg {
  width: 12px;
  height: 12px;
}
.pd-Transfer2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.pd-Transfer2-searchbox {
  width: 100%;
}
.pd-Transfer2--inline {
  display: inline-flex;
  flex-wrap: nowrap;
}
.pd-Transfer2-title {
  display: flex;
  align-items: center;
  background: #f6f8f8;
  height: 30px;
  line-height: 1.42857143;
  font-size: 13px;
  padding: calc((30px - 1.42857143 * 13px) / 2) 4px;
  flex-direction: row;
  border-radius: 2px 2px 0 0;
}
.pd-Transfer2-title--light {
  background: transparent;
}
.pd-Transfer2-title > span {
  flex-grow: 1;
}
.pd-Transfer2-select {
  overflow: hidden;
}
.pd-Transfer2-select,
.pd-Transfer2-result {
  width: 0;
  min-width: 200px;
  max-height: 400px;
  flex-grow: 1;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}
.pd-Transfer2-select .pd-Tabs-pane,
.pd-Transfer2-result .pd-Tabs-pane,
.pd-Transfer2-select .pd-Tabs-content,
.pd-Transfer2-result .pd-Tabs-content {
  padding: 0 !important;
}
.pd-Transfer2-select .pd-Tabs-linksContainer-wrapper,
.pd-Transfer2-result .pd-Tabs-linksContainer-wrapper {
  height: 40px;
  border: 0 !important;
}
.pd-Transfer2-select > .pd-Transfer2-selection,
.pd-Transfer2-result > .pd-Transfer2-value {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  position: relative;
  padding: 0;
}
.pd-Transfer2-select > .pd-ChainedSelection {
  min-height: unset;
  overflow: hidden;
}
.pd-Transfer2-select > .pd-ChainedSelection .pd-ChainedSelection-col {
  height: 100%;
  overflow: auto;
  min-width: unset;
  flex: 1 1 0;
}
.pd-Transfer2 .pd--ResultTreeList {
  border-top: 1px solid var(--color-border);
}
.pd-Transfer2 .pd-AssociatedSelection {
  overflow: hidden;
}
.pd-Transfer2 .pd-AssociatedSelection-left,
.pd-Transfer2 .pd-AssociatedSelection-right {
  min-height: unset;
}
.pd-Transfer2-select {
  overflow: hidden;
}
.pd-Transfer2-selection .pd-ListSelection-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel.is-checked:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel.is-checked:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText,
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText {
  background-color: unset;
}
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel.is-checked:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText:active,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel.is-checked:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText:active,
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText:active,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel:hover .pd-Tree-itemLabel-item > .pd-Tree-itemText:active {
  background-color: unset;
}
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel-item,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel-item {
  display: flex;
  align-items: center;
}
.pd-Transfer2-selection.pd-Tree .pd-Tree-itemLabel-item > .pd-Tree-itemText,
.pd-Transfer2-selection.pd-AssociatedSelection .pd-Tree-itemLabel-item > .pd-Tree-itemText {
  max-width: unset;
  line-height: unset;
  top: unset;
}
.pd-Transfer2-search {
  padding: 8px;
}
.pd-Transfer2-mid {
  min-width: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pd-Transfer2-arrow {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-border);
  margin: 0 10px;
  color: inherit;
}
.pd-Transfer2-arrow > svg {
  top: 0;
  width: 14px;
  height: 14px;
}
.pd-Transfer2-checkAll,
.pd-Transfer2-clearAll {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pd-Transfer2-checkAll.is-disabled,
.pd-Transfer2-clearAll.is-disabled {
  pointer-events: none;
  color: var(--color-text-4);
}
.pd-Transfer2 .pd-Tree {
  padding: 2px 10px;
}
.pd-Transfer2 .pd-Tree-itemLabel:hover::after {
  left: 0;
}
.pd-TransferControl {
  position: relative;
  overflow: hidden;
}
.pd-TransferControl.is-inline {
  display: inline-block;
}
.pd-TransferPicker-icon {
  transition: transform 0.2s ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
  color: inherit;
}
.pd-TransferPicker-icon:hover {
  color: var(--primary);
}
.pd-TransferPicker-icon > svg {
  width: 12px;
  height: 12px;
  top: 0;
}
.pd-TransferDropDown:hover {
  border: 1px solid ver(--menu-active-color);
}
.pd-TransferDropDown-icon {
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
  margin: 5px 0 5px auto;
  display: flex;
  color: inherit;
}
.pd-TransferDropDown-icon:hover {
  color: var(--primary);
}
.pd-TransferDropDown-icon > svg {
  width: 10px;
  height: 10px;
  top: 0;
}
.pd-TransferDropDown.is-active .pd-TransferDropDown-icon {
  transform: rotate(-90deg);
}
.pd-TransferDropDown-content {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  padding: 4px 0;
}
.pd-TransferDropDown-content.is-mobile {
  width: 100%;
}
.pd-TransferDropDown-content > .pd-Transfer2-selection {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
