::v-deep .bscroll-indicator {
  background-color: #fbe1e0 !important;
}

// 菜单样式修改
.el-menu {
  height: 100%;
  width: 100% !important;
}

.el-menu-item.is-active {
  background-color: #fbe1e0 !important;
  color: #DC1A36 !important;
  border-right: 3px solid #DC1A36 !important;
  font-weight: 700;

  span {
    color: #DC1A36 !important;
  }
}

.el-menu-item {
  background-color: #F8F8F9 !important;
  color: #1E2639;
  border-bottom: 1px solid #E2E2E2;

  span {
    color: #1E2639 !important;
  }
}

.el-submenu__title {
  border-bottom: 1px solid #E2E2E2;
}

.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #E2E2E2 !important;
}

.maxMessageZindex {
  z-index: 3000 !important;
}
.v-modal{
  opacity: 1!important;
  background: rgba(0,0,0,0.5)!important;
}

.el-table__body-wrapper::-webkit-scrollbar {
  width: 10px;
  /*滚动条宽度*/
  height: 10px;
  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
.el-table__body-wrapper::-webkit-scrollbar-track {
  box-shadow: 0px 1px 3px #fff inset;
  /*滚动条的背景区域的内阴影*/
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: #fff;
  /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  /*滚动条的内阴影*/
  box-shadow: 0px 1px 3px #fbe1e0 inset;
  /*滚动条的圆角*/
  border-radius: 10px;
  /*滚动条的背景颜色*/
  background-color: #fbe1e0;

}

/*message字体*/
.el-message {
  font-size: 16px;
}



.el-select>.el-select-dropdown {
  transform: translateX(-5px);
}

.dialog {
  ::v-deep .select-popper {
    position: fixed;
    top: 100px !important;
    left: 133px !important;
  }
}
.el-table__body-wrapper{
  font-size: 14px!important;
  color: '#1E2639'!important
}
.el-input.is-disabled ::v-deep .el-input__inner {
  color: #606266!important;
}
