/******** 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-FileControl {
  display: block;
}
.pd-FileControl-dropzone {
  outline: none;
}
.pd-FileControl-selectBtn {
  width: 120px;
}
.pd-FileControl-selectBtn > svg {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}
.pd-FileControl-description {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.pd-FileControl-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.pd-FileControl-list > li {
  color: #333;
  font-size: 12px;
}
.pd-FileControl-list > li:hover {
  color: var(--primary-color);
  background: #f3f3f3;
}
.pd-FileControl-itemInfo {
  padding: 0px 6px;
  line-height: 24px;
  display: flex;
  height: auto;
}
.pd-FileControl-itemInfo span {
  word-break: break-all;
}
.pd-FileControl-itemInfo.is-invalid {
  color: var(--danger-color);
}
.pd-FileControl-itemInfo > svg:first-child {
  margin-right: 10px;
}
.pd-FileControl-itemInfo > svg:not(:first-child) {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  top: 12px;
}
.pd-FileControl-itemInfoIcon {
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
}
.pd-FileControl-itemInfoText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.pd-FileControl-clear {
  color: #999;
  display: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 12px;
  line-height: 24px;
}
.pd-FileControl-clear:hover {
  color: #333;
}
.pd-FileControl-list:empty {
  display: none;
}
.pd-FileControl-list > li:hover .pd-FileControl-clear {
  display: block;
}
.pd-FileControl-progressInfo {
  display: inline-flex;
  height: 20px;
  padding: 0 6px;
  transform: translateY(-3px);
  width: 100%;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pd-FileControl-progressInfo > span {
  display: inline-block;
  padding: 0 4px 0 10px;
  font-size: 12px;
}
.pd-FileControl-progressInfo > svg {
  display: inline-block;
  margin: 0 4px 0 10px;
  width: 14px;
  height: 14px;
  top: 0;
}
.pd-FileControl-progress {
  height: 5px;
  flex: 1;
  background: #ebebeb;
}
.pd-FileControl-progress > span {
  display: block;
  background: var(--primary-5);
  height: 100%;
  min-width: 10%;
  transition: ease-out width 0.3s;
}
.pd-FileControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed var(--primary-5);
  border-radius: 2px;
  background: #f3f9fe;
  line-height: 120px;
  text-align: center;
}
.pd-FileControl-drop-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed #d9d9d9;
  border-radius: 2px;
  line-height: 120px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.pd-FileControl-drop-acceptTip.is-active {
  border-color: #1890ff;
  background: #f3f9fe;
}
.pd-FileControl-drop-acceptTip:hover {
  border-color: #1890ff;
  background: #f3f9fe;
}
.pd-FileControl-sum {
  font-size: 13px;
}
.pd-FileControl-sum > a {
  cursor: pointer;
}
.pd-FileControl-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pd-FileControl.is-quick-static-table .pd-FileControl-list {
  margin: 0;
}
.quickUpload-file {
  display: none;
}
