.el-message {
  -ms-transform: translateX(-50%) !important;
  /* display: block !important; */
}

.el-message__content {
  display: inline-block;
  vertical-align: baseline;
}

s .el-container,
.el-steps {
  display: block !important;
}

.kfpt-common-center .el-main,
.kfpt-pc-home-container .el-main {
  margin-left: 0px;
}

.el-aside {
  float: left !important;
}

.el-step__icon {
  margin: 0 auto;
}

:-ms-input-placeholder.el-input__inner {
  color: #c0c4cc;
}

.fs20{
  font-size: 20px !important;
}
.text-ellipsis{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

.error-color {
  color: #ef2222;
}

.warning-color {
  color: #fe9228;
}
.primary-color {
  color: #66b1ff;
}
.success-color {
  color: #3fc245;
}

.el-dialog .dialogTable table tr th,.el-dialog .dialogTable table tr td {
  text-align: center;
}

div.showSelectApi span.el-tag {
  margin-right: 10px;
  margin-top: 5px;
}
.el-button--text.success-color {
  color: #3fc245;
}
.showSelectApi .el-tag .el-tag__close {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%)
}

.sdkDialog .el-dialog {
  min-width: 550px;
}

.sdkDialog .el-dialog__header {
  background-color: #66b1ff;
}
.sdkDialog .el-dialog__header .el-dialog__title,
.sdkDialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #FFFFFF;
}

.sdkDialog .el-loading-spinner i {
  font-size: 25px;
}

.sdkDialog .errorInfo .el-loading-spinner i,
.sdkDialog .errorInfo .el-loading-text {
  color: #ef2222;
}

.sensitiveDialog .el-dialog{
  min-width: 590px;
}

.el-dialog--center .el-dialog__body {
  text-align: left;
}

/* customer-select 下拉列表css start*/
.customer-select-div {
  min-width: 200px;
}
.customer-select-div span.input-tig {
  position: absolute;
  top: 20%;
  left: 15px;
  color: #c0c4cc;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.customer-select-div ul {
  list-style: none;
  padding: 6px 0;
  margin: 5px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 555;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 120px;
}
.customer-select-div .select-item {
  font-size: 14px;
  padding: 0 25px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.customer-select-div .el-input__suffix {
  pointer-events: unset;
}
.customer-select-div .el-tag--info {
  background-color: unset !important;
}
.customer-select-div .select-item-active {
  color: #409eff;
  font-weight: 700;
}
/* customer-select 下拉列表css end*/
.w150{
  width: 150px;
}
.container-table .table {
  font-family: Menlo, Monaco, Consolas, 'Microsoft YaHei';
}
.container-table .td-active {
  cursor: pointer;
  color: #409eff;
}
.container-table .table code {
  padding: 2px 4px;
}

/*数据互操作额外代码，解决IE9兼容性问题*/
.apply-main .tree-node {
  display: inline-block\9;
}