.label-item__wrapper[data-v-53b206ba] {
  position: relative;
  display: flex;
  width: 100%;
  color: #999;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.label-item__wrapper[data-v-53b206ba]:first-child {
  margin-top: 20px;
}
.label-item__wrapper.error[data-v-53b206ba] .n-input .n-input-word-count {
  color: #fff;
}
.label-item__wrapper .label-item__text[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: translateY(-90%);
  content: attr(data-label);
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.label-item__wrapper .label-item__text .label-item__required[data-v-53b206ba] {
  color: #f63232;
}
.label-item__wrapper .status-icon[data-v-53b206ba] {
  position: absolute;
  top: 18px;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.label-item__wrapper .label-item__tips[data-v-53b206ba] {
  display: flex;
  align-items: center;
  color: #f63232;
  line-height: 20px;
}
.label-item__wrapper .tips-strong[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  right: -196px;
  top: 5px;
  width: 193px;
  height: 44px;
  background-size: cover;
  filter: drop-shadow(0 0 3px rgba(102, 102, 102, 0.3));
}
.label-item__wrapper .tips-strong.weak[data-v-53b206ba] {
  background: url('/img/tips/weak.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.normal[data-v-53b206ba] {
  background: url('/img/tips/normal.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.strong[data-v-53b206ba] {
  background: url('/img/tips/strong.svg') no-repeat center center;
}

.text[data-v-359d40d3] {
  font-size: 12px;
  color: currentColor;
}

.server-card[data-v-54c28be5] {
  height: 222px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
}
.server-card .header[data-v-54c28be5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 2px;
}
.server-card .content[data-v-54c28be5] {
  font-size: 12px;
  padding: 10px 10px 10px 36px;
}
.server-card .content .progress[data-v-54c28be5] {
  margin-bottom: 10px;
}
.server-card .content .progress .title[data-v-54c28be5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 16px;
}
.server-card .content .progress .title .count[data-v-54c28be5] {
  color: #999;
}
.server-card .content .progress .truth[data-v-54c28be5] {
  height: 6px;
  border-radius: 3px;
  background-color: #eff4ff;
}
.server-card .content .progress .truth .used[data-v-54c28be5] {
  height: 100%;
  background-color: #73a0fa;
  border-radius: 3px;
}
.server-card .footer[data-v-54c28be5] {
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 30px;
  border-top: 1px solid #d5d5d5;
}
.server-card .footer > .n-button[data-v-54c28be5]:nth-child(2)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  content: '';
  width: 1px;
  background-color: #d5d5d5;
}

[data-v-15ce6220] .n-input__prefix {
  position: relative;
  border-right: 1px solid #d5d5d5;
  margin-right: 6px;
}
[data-v-15ce6220] .n-input__prefix .prefix {
  font-size: 11px;
  padding-right: 12px;
}

.label-select[data-v-63133980] {
  display: flex;
  align-items: center;
}
.label-select.small[data-v-63133980] {
  height: 18px;
  line-height: 18px;
}
.label-select.medium[data-v-63133980] {
  height: 28px;
  line-height: 28px;
}
.label-select.large[data-v-63133980] {
  height: 38px;
  line-height: 38px;
}
.label-select .label[data-v-63133980] {
  display: inline-block;
  height: 100%;
  font-size: 12px;
  white-space: nowrap;
  outline: 1px solid #d5d5d5;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0 10px;
}
.label-select[data-v-63133980] .n-select .n-base-selection__border {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[data-v-3aed94ed] .n-grid > div {
  margin-bottom: 10px;
}
[data-v-3aed94ed] .n-grid > div:nth-last-child(-n + 5) {
  margin-bottom: 0;
}

[data-v-7f5758fe] .n-col > div {
  height: 100%;
}

