.easyui-linkbutton :hover {
    color: #5a60c2;
}

.easyui-linkbutton {
    background: #ffffff;
}

.nav-list {
    width: 100px;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.system-input-label {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 5px;
    text-align: right;
}
.system-input-label-2 {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    text-align: right;
}
.system-input-label-3 {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding-right: 5px;
    text-align: right;
}
.system-input1 {
    width: 190px;
    height: 35px;
}
/*bootstrap兼容问题和easyui的bug*/

.easyui-layout *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}