@charset "UTF-8";

.row-top10px {
  margin-top: 10px;
}

.page-title {
  height: 28px;
  font-size: 20px;
  font-family:
    PingFang SC,
    PingFang SC-Medium;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 28px;
}

.param_key {
  height: 22px;
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: right;
  color: #333333;
  line-height: 22px;
  margin-right: 10px;
}

:root {
  --el-color-primary: #1266ef;
  --el-menu-border-color: none;
}

/* 全局样式 */
.el-table .el-table__inner-wrapper .el-table__header-wrapper .el-table__header th {
  background-color: #f3f6fa; /* 表头背景颜色 */

  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Medium;
  font-weight: Medium;
  text-align: left;
  color: #333333;
}

.el-tabs__item {
  align-items: center;
  box-sizing: border-box;
  color: var(--el-text-color-primary);
  display: flex;
  font-size: var(--el-font-size-base);
  font-weight: bold;
  height: var(--el-tabs-header-height);
  justify-content: center;
  list-style: none;
  padding: 0 20px;
}
.el-transfer {
  --el-transfer-border-color: var(--el-border-color-lighter);
  --el-transfer-border-radius: var(--el-border-radius-base);
  --el-transfer-panel-width: 254px;
  --el-transfer-panel-header-height: 40px;
  --el-transfer-panel-header-bg-color: var(--el-fill-color-light);
  --el-transfer-panel-footer-height: 40px;
  --el-transfer-panel-body-height: 278px;
  --el-transfer-item-height: 30px;
  --el-transfer-filter-height: 32px;
  font-size: var(--el-font-size-base);
}
.el-drawer__header {
  align-items: center;
  color: rgb(114, 118, 123);
  display: flex;
  margin-bottom: 0;
  padding: var(--el-drawer-padding-primary);
  padding-bottom: 0;
}

.no-padding-popover {
  padding: 0 !important;
}

.user-detail_row1 {
  width: 232px;
  height: 75px;
  background: linear-gradient(270deg, rgba(255, 236, 188, 0.21), rgba(234, 113, 27, 0.08));
}

.user-detail_icon {
  margin-top: 18px;
  margin-left: 16px;
  width: 40px;
  height: 40px;
  background: #ea711b;
  border-radius: 20px;
}
.user-deltail {
  padding: 6px 0;
}
.user-deltail_key {
  height: 20px;
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #999999;
  line-height: 20px;
  padding-left: 16px;
  display: inline-flex;
}

.user-deltail_val {
  display: inline-flex;
  width: 154px;
  height: auto;
  font-size: 14px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #666666;
}
.el-dialog__title {
  color: var(--el-text-color-primary);
  font-size: var(--el-dialog-title-font-size);
  line-height: var(--el-dialog-font-line-height);
  font-weight: bold;
}
.el-empty__image img {
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  width: 100%;
}
/* 不显示表格底部的边框 */
.el-table__inner-wrapper:before {
  background-color: var(--el-table-border-color);
  content: '';
  position: absolute;
  z-index: -1;
}
