#cloudList {
  color: #26364a;
  font-family: var(--oem-font-family);
  font-size: 14px;
  font-weight: 400;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card {
  padding: 0;
  color: #172033;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .main-card-title {
  display: block;
  width: 100%;
  min-height: 22px;
  margin: 0 0 20px;
  padding: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .main-card-title::before,
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .main-card-title .title-text::before {
  display: none;
  content: none;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .main-card-title .title-text {
  min-height: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .resource-summary {
  min-height: 207px;
  margin: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #ebeef2;
}
.summary-title {
  position: relative;
  margin-bottom: 12px;
  padding-left: 11px;
  color: #26364a;
  font-size: 14px;
  font-weight: 500;
}
.summary-title::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background: #2563eb;
  border-radius: 1px;
  content: "";
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.summary-card {
  box-sizing: border-box;
  min-width: 0;
  height: 86px;
  padding: 16px 20px 14px;
  text-align: left;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 0;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}
.summary-card:hover,
.summary-card:focus-visible {
  background: #f8faff;
  border-color: #9bbcff;
  outline: 0;
}
.summary-label,
.summary-value {
  display: block;
}
.summary-label {
  overflow: hidden;
  color: #7a8799;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.summary-value {
  margin-top: 6px;
  color: #172033;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.product-primary-actions {
  display: flex;
  height: 32px;
  margin-top: 17px;
  align-items: center;
  gap: 10px;
}
html[data-clientarea-theme="oem_next"] .product > .el-container > .el-container > .el-main > .main-card > .main-card-table {
  min-height: 226px;
  margin: 24px 0 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #ebeef2;
}
.product-tab-list .el-tabs__header {
  margin-bottom: 0;
}
.product-tab-list .el-tabs__item {
  height: 42px;
  line-height: 42px;
}
.main-card-search {
  display: flex;
  min-height: 56px;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.main-card-search .right-search {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.main-card-search .right-search .el-select {
  width: 190px;
  flex: 0 0 190px;
}
.main-card-search .right-search .el-input {
  width: 260px;
  flex: 0 1 260px;
}
.search-btn {
  min-width: 72px;
  height: 36px;
  margin: 0;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 14px;
}
.table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e5eaf0;
  border-bottom: 0;
}
.table .el-table {
  min-width: 980px;
}
.table .el-table--border,
.table .el-table--group {
  border: 0;
}
.table .el-table--border td,
.table .el-table--border th {
  border-right: 0;
}
tbody tr:hover {
  cursor: pointer;
}
.column-id {
  color: #26364a;
  cursor: pointer;
}
.column-id:hover {
  color: #2563eb;
}
.cloud-name {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.cloud-name .packge-name,
.cloud-name .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cloud-name .packge-name {
  color: #172033;
  font-weight: 500;
}
.cloud-name .name {
  color: #7a8799;
  font-size: 12px;
  font-weight: 400;
}
.status {
  display: inline-flex;
  width: auto;
  min-width: 52px;
  height: 24px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 12px;
  line-height: 24px;
}
.el-input__suffix {
  display: flex;
  align-items: center;
}
.list-show-ip .cell,
.list-show-ip .com-ip-box {
  display: flex;
  align-items: center;
}
.list-show-ip .com-ip-box {
  max-width: calc(100% - 24px);
}
.list-show-ip .com-ip-box > span {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page {
  box-sizing: border-box;
  min-height: 54px;
  padding: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main-card-search {
    align-items: flex-start;
    flex-direction: column;
  }
  .main-card-search .right-search {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .product > .el-container > .el-container > .el-main > .main-card {
    padding: 16px;
  }
  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .summary-card:last-child {
    grid-column: 1 / -1;
  }
  .product-primary-actions .el-button {
    width: 100%;
  }
  .main-card-search .right-search {
    align-items: stretch;
    flex-direction: column;
  }
  .main-card-search .right-search .el-select,
  .main-card-search .right-search .el-input,
  .main-card-search .right-search .search-btn {
    width: 100%;
    flex: 0 0 auto;
  }
}
