.ie-container {
  display: block\9;
}
.ie-container .ie-aside {
  float: left\9;
}
body > .el-container > .el-container,
body .homepage {
  height: calc(100% - 65px) !important; /* 解决 ie下 el-container高度计算问题*/
  overflow: hidden !important;
}
.route_guide {
  height: 100% !important; /* 解决 ie下 el-container高度计算问题*/
}
.route_guide .el-scrollbar__wrap {
  overflow-x: hidden !important;
}

body .homepage .rightBox .rightAll .right-content .bottom .notice-line-btn {
  bottom: 48px\9;
}
 /* 忘记密码-Chrome游览器兼容样式 */
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
  .login .box-clearfix .formCheckbox {
      color: #a0a0a0;
      right: 32%;
  }
}

/* 忘记密码-火狐游览器兼容样式 */
@-moz-document url-prefix() {
  .login .box-clearfix.formCheckbox {
     right: 0%;
  }
}
 @media screen and (max-width: 1366px) {
.login .centerBox {
  height: 460px;
  -ms-height: 505px;
  height: 505px\0 !important;
}
.login .topBox{
  height 86px!important
  overflow hidden
}
.login .container{
  height 425px
  margin-top: -210px;
}
}