/*
* 兼容IE9及以下的样式问题
*/
body{
  color: #606266;
  font-family: Microsoft YaHei,SimSun,PingFang SC,Arial,Helvetica Neue,Helvetica,"sans-serif";
}
.el-aside {
  float: left;
  overflow: hidden !important;
}

#logo {
  line-height: 70px;
}

.el-menu-item.is-active {
  color: #fff !important;
  background: #5bc033;
}

.el-breadcrumb {
  padding-top: 22px;
}

/* 登陆页背景色 */
#login {
  background-color: #5bc033;
}


.i-tabs{
  text-align: center;
}
#error-container {
  height: 100%;
  width: 100%;
}
#error-box {
  position: absolute;
  left: 50%;
  top:50%;
  margin-left: -150px;
  margin-top: -74px;
  width: 300px;
  height: 147px;
  line-height: 27px;
  border-radius: 4px;
  background: #f56c6c;
  overflow: hidden;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.browser-link {
  text-decoration: none;
  margin-top: 35px;
  padding: 12px 32px;
  background-color: #fff;
  color: #f56c6c;
  margin-right: -5px;
}
.browser-link:hover ,.browser-link.firefox:hover  {
  background-color:#fff;
  color: #409EFF;
}
.browser-link.firefox {
  background-color: rgb(252, 241, 240);
}
/* IE闪屏问题 */
.el-table--enable-row-transition .el-table__body td {
  -ms-transition: none;
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active, 
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active,
.el-fade-in-enter-active,
.el-fade-in-leave-active,
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active,
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active,
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active,
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active,
.collapse-transition,
.horizontal-collapse-transition,
.el-list-enter-active,
.el-list-leave-active,
.el-opacity-transition,
.el-checkbox__inner
{
  -ms-transition: none;
}