.ie11 .ep-header {
  width: auto;
}
.ie11 .ep-title {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: #f0f2f5;
}
.ie11 .ep-title__left {
  float: left;
  color: #555;
  font-size: 16px;
}
.ie11 .ep-title__right {
  float: right;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ie11 .ep-tabs .el-tabs--top .el-tabs__item {
  height: 40px !important;
  line-height: 40px !important;
}
.ie11 .ep-tabs .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  font-size: 16px !important;
}
.ie11 .ep-footer {
  height: 32px;
  padding: 0 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ie11 .ep-footer .ep-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 410px) and (max-width: 1366px) {
  .ie11 .el-input-number__decrease,
  .ie11 .el-input-number__increase {
    top: 1px;
  }
}
