body {
  --border-radius-base: 4px;
  --color-primary: var(--wis-base-color-brand, #165dff);
  --color-primary-pale: #ebecff;
  --color-blue-active: #4080ff;
  --color-success: var(--wis-base-color-green, #13ce66);
  --color-warning: var(--wis-base-color-warning, #ff7d00);
  --color-orange: var(--wis-base-color-orange, #ff6700);
  --color-danger: var(--wis-base-color-error, #ff4d4f);
  --color-info: var(--wis-base-color-gray, rgba(0, 0, 0, 0.65));
  --color-white: #fff;
  --color-black: #000;
  --color-text-primary: var(--wis-base-color-gray-1, #303133);
  --color-text-regular: var(--wis-base-color-gray-2, #4e5969);
  --color-text-secondary: var(--wis-base-color-gray-3, #909399);
  --color-text-placeholder: var(--wis-base-color-gray-4, #c0c4cc);
  --border-color-base: #dcdfe6;
  --border-color-light: #e4e7ed;
  --border-color-lighter: #ebeef5;
  --border-color-extra-light: #f2f6fc;
  --background-color-base: #f6f6f7;
  --base-color-background-active: var(--wis-base-color-brand-8);
  --base-color-background-hover: #f2f3f5;
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif, "PingFang SC", Arial;
}

.el-form-item.is-required .el-form-item__label, 
.el-form-item.widget-view__required .el-form-item__label {
  padding-left: 10px !important;
}

.el-form-item__label {
  padding: 0 !important;
  color: #4e5969;
}
.el-tabs__item.is-active{
  background: #fff;
}
.el-tabs--card>.el-tabs__header .el-tabs__item{
    border-bottom: 1px solid transparent;
}

html body ::-webkit-scrollbar, html body[class*=vab-theme-] ::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

html body ::-webkit-scrollbar-thumb, html body[class*=vab-theme-] ::-webkit-scrollbar-thumb {
  background-color: rgba(40, 44, 52, .1);
  border: 3px solid transparent;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background: #dddee0;
  border-radius: 7px;
}