.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;
}

.data-push-address-box {
  display: inline-block;
  width: calc(100% - 50px);
  height: 35px;
  border: 1px solid #ececec;
  margin-top: 25px;
  font-size: 0px;
  padding: 0px 20px;
}

.data-push-address-box .title {
  display: inline-block;
  font-size: 14px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
}

.data-push-address-box .address-content {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 250px);
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  color: #31a1fa;
}

.data-push-address-box .address-copy-btn-box {
  display: inline-block;
  font-size: 14px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  margin-left: 30px;
  text-align: center;
}

.data-push-address-box .address-copy {
  font-size: 14px;
  color: #31a1fa;
  cursor: pointer;
}

.mt0 {
  margin-top: 0px;
}
.intro-tip-icon-box {
  display: inline-block;
  position: relative;
}
.intro-tip-icon {
  position: absolute;
  background: url("../images/intro-tip-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  top: 0px;
  right: -18px;
}

.pc-home-myapps-body .el-table th > .cell {
  line-height: 30px;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
  -ms-transform: rotate(45deg) scaleY(1);
  -moz-transform: rotate(45deg) scaleY(1);
  -o-transform: rotate(45deg) scaleY(1);
}

.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  border: transparent;
}
.el-checkbox__input.is-checked.is-disabled .el-checkbox__inner::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .file-upload-process-wrap {
  float: none;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 24px;
}
.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .file-upload-process-wrap
  .just-wrap {
  padding: 0px !important;
}

.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .upload-file-type-wrap {
  float: none;
  margin-left: 0px;
  display: inline-block;
}

.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .file-item-delete {
  float: none;
  display: inline-block;
  margin: 0px;
  position: absolute;
  top: 3px;
  right: -16px;
}

.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .file-item-delete {
  background: url(../images/right.png) no-repeat center center !important;
}
.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .file-item-delete:hover {
  background: url(../images/delete-icon.png) no-repeat center center !important;
}

.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .single-upload-file-show-info-box {
  display: inline-block;
  position: relative;
}

.FileUploadCer
  .upload-group
  .upload-file-wrap
  .upload-file-item-wrap
  .single-upload-file-show-info-box.single-upload-file-success
  .file-upload-process-wrap {
  display: none;
}

.FileUploadCer .upload-group .upload-file-wrap {
  margin-top: 0px;
  height: 20px;
  line-height: 20px;
}
