/******** radius *******/
/******** 间隙 *******/
/******** fontSize *******/
/******** 组件尺寸 *******/
/******** z-index *******/
/******** borderSize *******/
/******** borderStyle *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontWeight ********/
/******** Animation *******/
/******** color *******/
/******** diff *******/
/******** icon hover *******/
/******** media *******/
/******** 基础配置项 end *******/
/******** 基础配置项 end *******/
/******** 高级配置项 *******/
/******** 高级配置项 end *******/
/**********************************************
 * type: single / multi
 * size:   small / middle / large
 **********************************************/
/**********************************************
  * border
  **********************************************/
/************************************************
  * status: default / disabled _ (hover / focus)
  ************************************************/
/**********************************************
  * Popup Box
  **********************************************/
/**********************************************
  * Popup Options
  * status: default / disabled / selected / hover
  **********************************************/
/**********************************************
 * size: mini / small / default / large
 **********************************************/
/****************************************************
  * status: default / error / disabled _ (hover / focus)
  ****************************************************/
.pd-Select .pd-Select-view {
  color: var(--color-text-1);
  background-color: var(--color-bg-5);
  border: 1px solid var(--color-border);
}
.pd-Select:hover .pd-Select-view {
  background-color: var(--color-bg-5);
  border-color: var(--primary-5);
}
.pd-Select.pd-Select-focused .pd-Select-view {
  color: var(--color-text-1);
  background-color: var(--color-bg-5);
  border-color: var(--primary-6);
  box-shadow: 0 0 0 0 var(--primary-2);
}
.pd-Select .pd-Select-suffix-icon,
.pd-Select .pd-Select-loading-icon,
.pd-Select .pd-Select-search-icon,
.pd-Select .pd-Select-clear-icon,
.pd-Select .pd-Select-arrow-icon,
.pd-Select .pd-Select-expand-icon {
  color: var(--color-text-2);
}
.pd-Select-no-border .pd-Select-view {
  border: none !important;
  background: none !important;
}
.pd-Select-quick-static .pd-Select-view {
  border: none !important;
  background: transparent;
}
.pd-Select-quick-static .pd-Select-view .pd-Select-suffix {
  display: none;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view {
  border-color: transparent !important;
  background: transparent;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view .pd-Select-suffix {
  opacity: 0;
}
.pd-Select-error .pd-Select-view {
  background-color: var(--color-bg-5);
  border: 1px solid var(--danger-6);
}
.pd-Select-error:hover .pd-Select-view {
  background-color: var(--color-bg-5);
  border-color: var(--danger-5);
}
.pd-Select-error.pd-Select-focused .pd-Select-view {
  color: var(--color-text-1);
  background-color: var(--color-bg-5);
  border-color: var(--danger-6);
  box-shadow: 0 0 0 0 var(--danger-2);
}
.pd-Select-no-border .pd-Select-view {
  border: none !important;
  background: none !important;
}
.pd-Select-quick-static .pd-Select-view {
  border: none !important;
  background: transparent;
}
.pd-Select-quick-static .pd-Select-view .pd-Select-suffix {
  display: none;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view {
  border-color: transparent !important;
  background: transparent;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view .pd-Select-suffix {
  opacity: 0;
}
.pd-Select-warning .pd-Select-view {
  background-color: transparent;
  border: 1px solid var(--warning-6);
}
.pd-Select-warning:hover .pd-Select-view {
  background-color: transparent;
  border-color: var(--warning-5);
}
.pd-Select-warning.pd-Select-focused .pd-Select-view {
  color: var(--color-text-1);
  background-color: transparent;
  border-color: var(--warning-6);
  box-shadow: 0 0 0 0 var(--warning-5);
}
.pd-Select-no-border .pd-Select-view {
  border: none !important;
  background: none !important;
}
.pd-Select-quick-static .pd-Select-view {
  border: none !important;
  background: transparent;
}
.pd-Select-quick-static .pd-Select-view .pd-Select-suffix {
  display: none;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view {
  border-color: transparent !important;
  background: transparent;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view .pd-Select-suffix {
  opacity: 0;
}
.pd-Select-disabled .pd-Select-view {
  color: var(--color-text-4);
  background-color: var(--color-fill-1);
  border: 1px solid var(--color-border-2);
}
.pd-Select-disabled:hover .pd-Select-view {
  background-color: var(--color-fill-1);
  border-color: var(--color-border-2);
}
.pd-Select-disabled .pd-Select-suffix-icon,
.pd-Select-disabled .pd-Select-loading-icon,
.pd-Select-disabled .pd-Select-search-icon,
.pd-Select-disabled .pd-Select-clear-icon,
.pd-Select-disabled .pd-Select-arrow-icon,
.pd-Select-disabled .pd-Select-expand-icon {
  color: var(--color-text-4);
}
.pd-Select-no-border .pd-Select-view {
  border: none !important;
  background: none !important;
}
.pd-Select-quick-static .pd-Select-view {
  border: none !important;
  background: transparent;
}
.pd-Select-quick-static .pd-Select-view .pd-Select-suffix {
  display: none;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view {
  border-color: transparent !important;
  background: transparent;
}
.pd-Select-quick-edit:not(:hover):not(.pd-Select-focused) .pd-Select-view .pd-Select-suffix {
  opacity: 0;
}
.pd-Select-size-small.pd-Select-multiple .pd-Select-view {
  height: auto;
  font-size: 13px;
  padding: 0 3px;
  line-height: 0;
}
.pd-Select-size-small.pd-Select-multiple .pd-Input-tag-has-placeholder input,
.pd-Select-size-small.pd-Select-multiple .pd-Input-tag-has-placeholder .pd-Input-tag-input-mirror {
  box-sizing: border-box;
  padding-left: 8px;
}
.pd-Select-size-small.pd-Select-multiple .pd-Select-suffix {
  padding-right: 8px;
}
.pd-Select-size-small.pd-Select-multiple input {
  font-size: 13px;
}
.pd-Select-size-small.pd-Select-single .pd-Select-view {
  height: 24px;
  line-height: 22px;
  font-size: 13px;
  padding: 0 11px;
}
.pd-Select-size-small.pd-Select-single input {
  font-size: 13px;
}
.pd-Select-size-small.pd-Select-multiple .pd-Select-view-with-prefix {
  padding-left: 11px;
}
.pd-Select-size-middle.pd-Select-multiple .pd-Select-view {
  height: auto;
  font-size: 13px;
  padding: 0 3px;
  line-height: 0;
}
.pd-Select-size-middle.pd-Select-multiple .pd-Input-tag-has-placeholder input,
.pd-Select-size-middle.pd-Select-multiple .pd-Input-tag-has-placeholder .pd-Input-tag-input-mirror {
  box-sizing: border-box;
  padding-left: 8px;
}
.pd-Select-size-middle.pd-Select-multiple .pd-Select-suffix {
  padding-right: 8px;
}
.pd-Select-size-middle.pd-Select-multiple input {
  font-size: 13px;
}
.pd-Select-size-middle.pd-Select-single .pd-Select-view {
  height: 28px;
  line-height: 26px;
  font-size: 13px;
  padding: 0 11px;
}
.pd-Select-size-middle.pd-Select-single input {
  font-size: 13px;
}
.pd-Select-size-middle.pd-Select-multiple .pd-Select-view-with-prefix {
  padding-left: 11px;
}
.pd-Select-size-large.pd-Select-multiple .pd-Select-view {
  height: auto;
  font-size: 13px;
  padding: 0 3px;
  line-height: 0;
}
.pd-Select-size-large.pd-Select-multiple .pd-Input-tag-has-placeholder input,
.pd-Select-size-large.pd-Select-multiple .pd-Input-tag-has-placeholder .pd-Input-tag-input-mirror {
  box-sizing: border-box;
  padding-left: 12px;
}
.pd-Select-size-large.pd-Select-multiple .pd-Select-suffix {
  padding-right: 12px;
}
.pd-Select-size-large.pd-Select-multiple input {
  font-size: 13px;
}
.pd-Select-size-large.pd-Select-single .pd-Select-view {
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 15px;
}
.pd-Select-size-large.pd-Select-single input {
  font-size: 13px;
}
.pd-Select-size-large.pd-Select-multiple .pd-Select-view-with-prefix {
  padding-left: 15px;
}
.pd-Select {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.pd-Select-view {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  transition: all 0.2s cubic-bezier(0, 0, 1, 1), padding 0s linear;
}
.pd-Select-view input {
  color: inherit;
  cursor: inherit;
}
.pd-Select-view input::-moz-placeholder {
  color: var(--color-text-3);
}
.pd-Select-view input::placeholder {
  color: var(--color-text-3);
}
.pd-Select-view input[disabled] {
  pointer-events: none;
}
.pd-Select-multiple,
.pd-Select-show-search {
  cursor: text;
}
.pd-Select-disabled {
  cursor: not-allowed;
}
.pd-Select-disabled .pd-Select-view input::-moz-placeholder {
  color: var(--color-text-4);
}
.pd-Select-disabled .pd-Select-view input::placeholder {
  color: var(--color-text-4);
}
.pd-Select-single .pd-Select-view-input {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pd-Select-single .pd-Select-view-selector {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.pd-Select-single .pd-Select-view-selector .pd-Select-view-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.pd-Select-single .pd-Select-view-selector .pd-Select-view-value-mirror {
  opacity: 0;
}
.pd-Select-single .pd-Select-view-value,
.pd-Select-single .pd-Select-view-value-mirror {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pd-Select-single .pd-Select-view-value::after,
.pd-Select-single .pd-Select-view-value-mirror::after {
  content: '.';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.pd-Select-single .pd-Select-view .pd-Select-hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pd-Select-multiple {
  vertical-align: top;
}
.pd-Select-multiple .pd-Select-view {
  padding: 0 4px;
  line-height: 0;
}
.pd-Select-multiple .pd-Select-view-with-prefix {
  padding-left: 12px;
}
.pd-Select-multiple .pd-Input-tag {
  flex: 1;
  padding: 0;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
.pd-Select-multiple .pd-Tag {
  max-width: 100%;
}
.pd-Select-multiple:not(.pd-Select-focused) .pd-Input-tag input:not(:first-child)[value=''] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pd-Select-prefix {
  display: flex;
  align-items: center;
  margin-right: 12px;
  white-space: nowrap;
  color: var(--color-text-2);
}
.pd-Select-suffix {
  display: flex;
  align-items: center;
  margin-left: 4px;
  transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
}
.pd-Select-suffix-icon,
.pd-Select-search-icon,
.pd-Select-loading-icon,
.pd-Select-expand-icon,
.pd-Select-clear-icon {
  font-size: 12px;
  transition: all 0.2s cubic-bezier(0, 0, 1, 1);
}
.pd-Select-arrow-icon {
  font-size: 12px;
}
.pd-Select-open .pd-Select-arrow-icon .pnicon {
  transform: rotateZ(180deg);
}
.pd-Select .pd-Select-clear-icon {
  display: none;
  cursor: pointer;
}
.pd-Select .pd-Select-clear-icon > svg {
  position: relative;
  transition: all 0.2s cubic-bezier(0, 0, 1, 1);
}
.pd-Select:hover .pd-Select-clear-icon {
  display: block;
}
.pd-Select:hover .pd-Select-clear-icon ~ * {
  display: none;
}
.pd-Select-wrapper {
  display: inline-flex;
  align-items: stretch;
  width: 100%;
}
.pd-Select-wrapper .pd-Select {
  min-width: 0;
}
.pd-Select-wrapper .pd-Select:not(.pd-Select-focused):not(:first-child) .pd-Select-view {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pd-Select-wrapper .pd-Select:not(.pd-Select-focused):not(:last-child) .pd-Select-view {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pd-Select-addbefore {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--color-text-1);
  background-color: var(--color-bg-5);
  white-space: nowrap;
  border: 1px solid transparent;
}
.pd-Select-addbefore {
  border: 1px solid var(--color-border-2);
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pd-Select-popup {
  top: 4px;
  box-sizing: border-box;
  padding: 4px 0;
  border: 1px solid var(--color-fill-3);
  border-radius: 2px;
  background-color: var(--color-bg-5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pd-Select-popup-hidden {
  display: none;
}
.pd-Select-popup .pd-Select-popup-inner {
  width: 100%;
  max-height: 200px;
  list-style: none;
}
.pd-Select-popup .pd-Select-option {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  line-height: 28px;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-text-1);
  background-color: var(--color-bg-5);
}
.pd-Select-popup .pd-Select-option-selected {
  color: var(--primary-6);
  background-color: var(--color-bg-5);
}
.pd-Select-popup .pd-Select-option-hover {
  color: var(--color-text-1);
  background-color: var(--color-fill-2);
}
.pd-Select-popup .pd-Select-option-disabled {
  color: var(--color-text-4);
  background-color: var(--color-bg-5);
}
.pd-Select-popup .pd-Select-option-selected {
  color: var(--primary-6);
}
.pd-Select-popup .pd-Select-option-disabled {
  cursor: not-allowed;
}
.pd-Select-popup .pd-Select-option-selected {
  font-weight: 400;
}
.pd-Select-popup .pd-Select-option-empty {
  height: 28px;
}
.pd-Select-option-wrapper {
  display: flex;
  align-items: center;
  padding: 0 7px;
}
.pd-Select-option-wrapper .pd-Select-checkbox {
  padding: 0 5px;
}
.pd-Select-option-wrapper .pd-Select-checkbox input {
  display: none;
}
.pd-Select-option-wrapper .pd-Select-option {
  flex: 1;
  margin-left: 1px;
  padding: 0 4px;
  border-radius: 2px;
}
.pd-Select-group-title {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px 0 12px;
  line-height: 20px;
  font-size: 13px;
  color: var(--color-text-3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pd-Select-group-title:first-child {
  padding-top: 4px;
}
.pd-Select-highlight {
  font-weight: 400;
  color: var(--color-text-1);
}
.pd-Select-rtl {
  direction: rtl;
}
.pd-Select-wrapper-rtl .pd-Select-addbefore {
  border-right: unset;
  border-left: 1px solid var(--color-border-2);
}
