:root {
  --np-color-primary-1: #e6f4ff;
  --np-color-primary-2: #bae0ff;
  --np-color-primary-3: #91caff;
  --np-color-primary-4: #69b1ff;
  --np-color-primary-5: #4096ff;
  --np-color-primary-6: #1677ff;
  --np-color-primary-7: #0958d9;
  --np-color-primary-8: #003eb3;
  --np-color-primary-9: #002c8c;
  --np-color-primary-10: #001d66;
  --np-color-success-1: #eef7f0;
  --np-color-success-2: #c9e4d0;
  --np-color-success-3: #a2d1ae;
  --np-color-success-4: #a2d1ae;
  --np-color-success-5: #7bbe8c;
  --np-color-success-6: #54AB6A;
  --np-color-success-7: #418653;
  --np-color-success-8: #2e5f3b;
  --np-color-success-9: #1b3823;
  --np-color-success-10: #08110b;
  --np-color-warning-1: #fff7e6;
  --np-color-warning-2: #ffe7ba;
  --np-color-warning-3: #ffd591;
  --np-color-warning-4: #ffc069;
  --np-color-warning-5: #ffa940;
  --np-color-warning-6: #fa8c16;
  --np-color-warning-7: #d46b08;
  --np-color-warning-8: #ad4e00;
  --np-color-warning-9: #873800;
  --np-color-warning-10: #612500;
  --np-color-error-1: #fff1f0;
  --np-color-error-2: #ffccc7;
  --np-color-error-3: #ffa39e;
  --np-color-error-4: #ff7875;
  --np-color-error-5: #ff4d4f;
  --np-color-error-6: #f5222d;
  --np-color-error-7: #cf1322;
  --np-color-error-8: #a8071a;
  --np-color-error-9: #820014;
  --np-color-error-10: #5c0011;
}
:root {
  --np-color-primary: var(--np-color-primary-5);
  --np-color-primary-hover: var(--np-color-primary-6);
  --np-color-primary-active: var(--np-color-primary-6);
  --np-color-primary-selected: var(--np-color-primary-1);
  --np-color-success: var(--np-color-success-6);
  --np-color-success-hover: var(--np-color-success-7);
  --np-color-success-active: var(--np-color-success-7);
  --np-color-success-selected: var(--np-color-success-1);
  --np-color-warning: var(--np-color-warning-5);
  --np-color-warning-hover: var(--np-color-warning-6);
  --np-color-warning-active: var(--np-color-warning-6);
  --np-color-warning-selected: var(--np-color-warning-1);
  --np-color-danger: var(--np-color-error-5);
  --np-color-danger-hover: var(--np-color-error-6);
  --np-color-danger-active: var(--np-color-error-6);
  --np-color-danger-selected: var(--np-color-error-1);
  --np-color-green: #00a675;
  --np-color-green-hover: #00a675;
  --np-color-green-active: #00a675;
  --np-color-green-selected: #c9e4d0;
  --np-color-base: #000000E0;
  --np-color-text: #000000E0;
  --np-color-text-secondary: #000000A6;
  --np-color-text-dsiabled: #00000040;
  --np-color-border: #D9D9D9;
  --np-color-divider: #0505050F;
  --np-color-bg: #F5F5F5;
  --np-color-info: #a8abb2;
  --np-color-placeholder: #a8abb2;
  --np-color-icon: #a8abb2;
  --np-color-icon-hover: #c0c4cc;
  --np-color-upload-hover: #e9ecef;
  --np-switch-color-bg: #ffffffE0;
  --np-color-msg: #666;
  --np-color-msg-bg: #ffffffE0;
  --np-menu-color: #dbffdc;
  --np-menu-color-hover: #dbffdc;
  /*input*/
  --np-input-height: 30px;
  --np-input-text-color: #606266;
  --np-input-border-color: #dcdfe6;
  --np-input-color-hover: #c0c4cc;
  --np-input-border-radius: 4px;
  --np-fill-color-light: #f5f7fa;
  /*font*/
  --np-font-size-base: 14px;
  --np-font-size-small: 13px;
  --np-font-size-medium: 16px;
  --np-font-size-large: 18px;
  /* border */
  --np-border-radius-base: 4px;
  --np-border-radius-small: 2px;
  --np-border-radius-round: 20px;
  --np-border-radius-circle: 100%;
  /*disabled*/
  --np-disabled-bg-color: #f5f7fa;
  --np-disabled-text-color: #a8abb2;
  --np-disabled-border-color: #e4e7ed;
  --np-popover-bg-color: #fff;
  --np-popover-border-color: #dcdfe6;
  /*animation*/
  --np-transition-duration: 0.3s;
  --np-transition-duration-fast: 0.2s;
}
html.dark {
  --np-color-text: #ffffffE0;
  --np-color-text-secondary: #ffffffA6;
  --np-color-text-dsiabled: #ffffff40;
  --np-color-bg: #050505f0;
  --np-color-info: #a8abb2;
  --np-color-green: var(--np-color-primary-5);
  --np-color-green-hover: var(--np-color-primary-6);
  --np-color-green-active: var(--np-color-primary-6);
  --np-color-green-selected: var(--np-color-primary-1);
  --np-switch-color-bg: #ffffffE0;
  --np-color-msg: #eee;
  --np-color-msg-bg: #333;
  --np-menu-color: var(--np-color-primary-5);
  --np-menu-color-hover: #2234424d;
  --np-input-height: 30px;
  --np-input-text-color: #CFD3DC;
  --np-input-border-color: #4C4D4F;
  --np-input-color-hover: #6C6E72;
  --np-disabled-bg-color: #262727;
  --np-disabled-text-color: #8D9095;
  --np-disabled-border-color: #414243;
  --np-popover-bg-color: #333;
  --np-popover-border-color: #666;
}
body {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  padding: 0;
  outline: 0;
  border: 0;
  color: inherit;
  line-height: inherit;
}
p {
  margin-bottom: 1em;
}
.np-button + .np-button {
  margin-left: 12px;
}
.np-button [class*=np-icon] + span {
  margin-left: 6px;
}
.np-button:not(:has(.np-button__content)) {
  padding: 0;
}
.np-button {
  padding: 8px 15px;
  border-radius: 4px;
  height: 32px;
  line-height: 1;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  user-select: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: inherit;
  transition: 0.3s;
  border: 1px solid var(--np-color-border);
  border-color: var(--np-color-border);
}
.np-button:not(.is-circle) {
  padding: 8px 15px;
  height: 32px;
}
.np-button:hover,
.np-button:active {
  border-color: var(--np-color-primary-2);
  background-color: var(--np-color-primary-1);
  color: var(--np-color-primary-5);
  fill: var(--np-color-primary-5);
}
.np-button.is-plain {
  border-color: var(--np-color-border);
}
.np-button.is-plain:hover,
.np-button.is-plain:active,
.np-button.is-plain:focus {
  border-color: var(--np-color-primary-2);
  background-color: white;
  color: var(--np-color-primary-5);
  fill: var(--np-color-primary-5);
}
.np-button.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button.is-round:hover,
.np-button.is-round:active,
.np-button.is-round:focus {
  border-color: var(--np-color-primary-2);
  background-color: var(--np-color-primary-1);
  color: var(--np-color-primary-5);
  fill: var(--np-color-primary-5);
}
.np-button.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--small:not(.is-circle) {
  height: 24px;
  padding: 2px 4px;
  font-size: 12px;
}
.np-button--large:not(.is-circle) {
  height: 40px;
  padding: 6px 12px;
  font-size: 20px;
}
.np-button--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.np-button--info:hover,
.np-button--info:focus {
  background-color: #B1B3B8;
  border-color: #B1B3B8;
  color: white;
  fill: white;
  outline: none;
}
.np-button--info:active {
  background-color: #909399;
  border-color: #909399;
  color: white;
  fill: white;
  outline: none;
}
.np-button--info.is-plain {
  background-color: var(--np-color-bg);
  border-color: #909399;
  color: #909399;
  fill: #909399;
}
.np-button--info.is-plain:hover,
.np-button--info.is-plain:active {
  background-color: #B1B3B8;
  border-color: #B1B3B8;
  color: white;
  fill: white;
}
.np-button--info.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--info.is-round:hover,
.np-button--info.is-round:active {
  background-color: #B1B3B8;
  border-color: #B1B3B8;
  color: white;
  fill: white;
}
.np-button--info.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--info.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--info.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--info.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--primary {
  background-color: var(--np-color-primary);
  border-color: var(--np-color-primary);
  color: white;
}
.np-button--primary:hover,
.np-button--primary:focus {
  background-color: var(--np-color-primary-hover);
  border-color: var(--np-color-primary-hover);
  color: white;
  fill: white;
  outline: none;
}
.np-button--primary:active {
  background-color: var(--np-color-primary-active);
  border-color: var(--np-color-primary-active);
  color: white;
  fill: white;
  outline: none;
}
.np-button--primary.is-plain {
  background-color: var(--np-color-bg);
  border-color: var(--np-color-primary);
  color: var(--np-color-primary);
  fill: var(--np-color-primary);
}
.np-button--primary.is-plain:hover,
.np-button--primary.is-plain:active {
  background-color: var(--np-color-primary-hover);
  border-color: var(--np-color-primary-hover);
  color: white;
  fill: white;
}
.np-button--primary.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--primary.is-round:hover,
.np-button--primary.is-round:active {
  background-color: var(--np-color-primary-hover);
  border-color: var(--np-color-primary-hover);
  color: white;
  fill: white;
}
.np-button--primary.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--primary.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--primary.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--primary.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--success {
  background-color: var(--np-color-success);
  border-color: var(--np-color-success);
  color: white;
}
.np-button--success:hover,
.np-button--success:focus {
  background-color: var(--np-color-success-hover);
  border-color: var(--np-color-success-hover);
  color: white;
  fill: white;
  outline: none;
}
.np-button--success:active {
  background-color: var(--np-color-success-active);
  border-color: var(--np-color-success-active);
  color: white;
  fill: white;
  outline: none;
}
.np-button--success.is-plain {
  background-color: var(--np-color-bg);
  border-color: var(--np-color-success);
  color: var(--np-color-success);
  fill: var(--np-color-success);
}
.np-button--success.is-plain:hover,
.np-button--success.is-plain:active {
  background-color: var(--np-color-success-hover);
  border-color: var(--np-color-success-hover);
  color: white;
  fill: white;
}
.np-button--success.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--success.is-round:hover,
.np-button--success.is-round:active {
  background-color: var(--np-color-success-hover);
  border-color: var(--np-color-success-hover);
  color: white;
  fill: white;
}
.np-button--success.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--success.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--success.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--success.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--warning {
  background-color: var(--np-color-warning);
  border-color: var(--np-color-warning);
  color: white;
}
.np-button--warning:hover,
.np-button--warning:focus {
  background-color: var(--np-color-warning-hover);
  border-color: var(--np-color-warning-hover);
  color: white;
  fill: white;
  outline: none;
}
.np-button--warning:active {
  background-color: var(--np-color-warning-active);
  border-color: var(--np-color-warning-active);
  color: white;
  fill: white;
  outline: none;
}
.np-button--warning.is-plain {
  background-color: var(--np-color-bg);
  border-color: var(--np-color-warning);
  color: var(--np-color-warning);
  fill: var(--np-color-warning);
}
.np-button--warning.is-plain:hover,
.np-button--warning.is-plain:active {
  background-color: var(--np-color-warning-hover);
  border-color: var(--np-color-warning-hover);
  color: white;
  fill: white;
}
.np-button--warning.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--warning.is-round:hover,
.np-button--warning.is-round:active {
  background-color: var(--np-color-warning-hover);
  border-color: var(--np-color-warning-hover);
  color: white;
  fill: white;
}
.np-button--warning.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--warning.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--warning.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--warning.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--danger {
  background-color: var(--np-color-danger);
  border-color: var(--np-color-danger);
  color: white;
}
.np-button--danger:hover,
.np-button--danger:focus {
  background-color: var(--np-color-danger-hover);
  border-color: var(--np-color-danger-hover);
  color: white;
  fill: white;
  outline: none;
}
.np-button--danger:active {
  background-color: var(--np-color-danger-active);
  border-color: var(--np-color-danger-active);
  color: white;
  fill: white;
  outline: none;
}
.np-button--danger.is-plain {
  background-color: var(--np-color-bg);
  border-color: var(--np-color-danger);
  color: var(--np-color-danger);
  fill: var(--np-color-danger);
}
.np-button--danger.is-plain:hover,
.np-button--danger.is-plain:active {
  background-color: var(--np-color-danger-hover);
  border-color: var(--np-color-danger-hover);
  color: white;
  fill: white;
}
.np-button--danger.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--danger.is-round:hover,
.np-button--danger.is-round:active {
  background-color: var(--np-color-danger-hover);
  border-color: var(--np-color-danger-hover);
  color: white;
  fill: white;
}
.np-button--danger.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--danger.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--danger.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--danger.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--green {
  background-color: var(--np-color-green);
  border-color: var(--np-color-green);
  color: white;
}
.np-button--green:hover,
.np-button--green:focus {
  background-color: var(--np-color-green-hover);
  border-color: var(--np-color-green-hover);
  color: white;
  fill: white;
  outline: none;
}
.np-button--green:active {
  background-color: var(--np-color-green-active);
  border-color: var(--np-color-green-active);
  color: white;
  fill: white;
  outline: none;
}
.np-button--green.is-plain {
  background-color: var(--np-color-bg);
  border-color: var(--np-color-green);
  color: var(--np-color-green);
  fill: var(--np-color-green);
}
.np-button--green.is-plain:hover,
.np-button--green.is-plain:active {
  background-color: var(--np-color-green-hover);
  border-color: var(--np-color-green-hover);
  color: white;
  fill: white;
}
.np-button--green.is-round {
  border-radius: var(--np-border-radius-round);
}
.np-button--green.is-round:hover,
.np-button--green.is-round:active {
  background-color: var(--np-color-green-hover);
  border-color: var(--np-color-green-hover);
  color: white;
  fill: white;
}
.np-button--green.is-circle {
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--np-button-circle-size, 32px);
  height: var(--np-button-circle-size, 32px);
  min-width: var(--np-button-circle-size, 32px);
}
.np-button--green.is-circle.np-button--small {
  --np-button-circle-size: 24px;
  font-size: 12px;
}
.np-button--green.is-circle.np-button--large {
  --np-button-circle-size: 40px;
  font-size: 20px;
}
.np-button--green.is-circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-button--green.is-plain {
  color: inherit;
  background: none;
  border-color: var(--np-color-border);
}
.np-button--green.is-plain:hover,
.np-button--green.is-plain:active,
.np-button--green.is-plain:focus {
  border-color: var(--np-color-success-7);
  background-color: white;
  color: var(--np-color-success-7);
  fill: var(--np-color-success-7);
}
.np-button--green.is-plain:hover,
.np-button--green.is-plain:active,
.np-button--green.is-plain:focus {
  border-color: var(--np-color-green-hover);
  background-color: transparent;
  color: var(--np-color-green);
  fill: var(--np-color-green);
}
.np-button:disabled {
  color: #bfbfbf;
  cursor: not-allowed;
  border-color: #d9d9d9;
  background-color: #f0f0f0;
}
.np-button:disabled:hover,
.np-button:disabled:active,
.np-button:disabled.is-plain:hover,
.np-button:disabled.is-plain:active,
.np-button:disabled.is-round:hover,
.np-button:disabled.is-round:active {
  color: #bfbfbf;
  border-color: #d9d9d9;
  background-color: #f0f0f0;
}
.dark .np-button--green.is-plain:hover,
.dark .np-button--green.is-plain:active,
.dark .np-button--green.is-plain:focus {
  border-color: var(--np-color-primary-hover);
  background-color: transparent;
  color: var(--np-color-primary);
  fill: var(--np-color-primary);
}
.button-green-dark-hover:hover,
.button-green-dark-hover:active,
.button-green-dark-hover:focus {
  border-color: var(--np-color-primary-hover);
  background-color: transparent;
  color: var(--np-color-primary);
  fill: var(--np-color-primary);
}
