.btn-prev, .btn-next, .el-pagination.is-background .el-pager li {
  background-color: #f7f9fc !important;
}
.center .el-pagination {
  text-align: center!important;
}
.el-button i {
  vertical-align: middle;
}
.el-radio__input.is-checked+.el-radio__label,
.el-checkbox__input.is-checked+.el-checkbox__label,
.el-tabs__item.is-active {
  color: #1678FFFF!important;
}
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
.el-checkbox__input.is-checked .el-checkbox__inner {
  border-color: #1678FFFF!important;
  background: #1678FFFF!important;
}
.el-textarea textarea {
  resize: none!important;
}
.el-switch__core {
  background-color: #E5EAF1!important;
  border-color: #E5EAF1!important;
}
.el-switch.is-checked .el-switch__core {
  background-color: #1678FF!important;
  border-color: #1678FF!important;
}
.el-select .el-tag {
  height: 20px;
  padding: 0 5px;
  line-height: 18px!important;
}
.el-tag .el-icon-close {
  vertical-align: initial!important;
}
.el-button--default, .el-button--plain {
  color: #409EFF !important;
  border-color: #c6e2ff!important;
  background-color: #ecf5ff!important;
}
.el-button--plain:hover {
  background: rgba(22,120,255,0.18) !important;
  border: 1px solid #93C8FF !important;
  color: #1678FF !important;
}
.el-button--default:hover {
  background: rgba(22,120,255,0.18) !important;
  border: 1px solid #93C8FF !important;
  color: #1678FF !important;
}
.el-button--primary:focus {
  background-color: #0081ff !important;
  border: #0081ff !important;
  color: #ffffff !important;
}
.el-message-box .el-message-box__btns  .el-button--primary {
  background-color: #0081ff !important;
  border:1px solid #0081ff !important;
  color: #ffffff !important;
}
.el-message-box .el-message-box__btns .el-button--primary:hover {
  background: #66b1ff !important;
  border: 1px solid #66b1ff !important;
  color: #ffffff !important;
}
.el-input-number .el-input-number__decrease, .el-input-number__increase {
  top: 2px !important;
  bottom: 1px !important;;
}
.el-button--primary.is-disabled, .el-button.is-disabled {
  background-color:  #F5F7FA !important;
  border: 1px solid #E8ECEF !important;
  color: #c0c4cc !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400 !important;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent !important;
}
.el-table .el-button--primary.is-disabled, .el-table .el-button.is-disabled {
  border: none !important;
}
.el-tabs__nav-wrap::after {
  height: 1px!important;
}
.el-button+.el-button:not(.el-dropdown .el-button+.el-button) {
  margin-left: 12px!important;
}
