
/* pagination */
.el-pagination{
  text-align: center;
}
.el-pagination .btn-next, .el-pagination .btn-prev, .el-pagination .el-pager li{
  background: none;
  display: inline-block;
  padding: 8px 12px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  text-align: center;
  margin-right: 8px;
  width: auto;
  height: auto;
  min-width: auto;
  line-height: normal;
  font-weight:400;
}

.el-pagination .btn-next, .el-pagination .btn-prev,.el-pager li.btn-quicknext, .el-pager li.btn-quickprev{
  height: 37px;
}


.el-pager li.active,.el-pager li:hover,.el-pager li.active+li:hover,.el-pagination .btn-next:hover, .el-pagination .btn-prev:hover{
  border: 1px solid rgba(165,0,0,0.5);
  color: #E00000;
}
.el-pagination button:disabled:hover{
  border: 1px solid #D9D9D9;
  color: rgba(0,0,0,0.65);
}
.el-pager li.active+li{
  border : 1px solid #D9D9D9;
 }
.el-pager .more:before,.el-pager .more::after{
  position: relative;
  top: -10px;
  left: 7px;
}
.el-pager .more::after{
  content: '';
}
/* table */
.el-table .cell{
  color:#333;
  font-size: 14px;
}
.el-table th.el-table__cell>.cell{
  color: #000;
}
/* radio */
.el-radio__input.is-checked .el-radio__inner{
  border-color:#E00000;
  background-color: transparent;
}
.el-radio__inner::after{
  background-color:#E00000;
  width: 6px;
  height: 6px;
}
.el-radio__input.is-checked+.el-radio__label{
  color: #606266;
}
.el-radio__label{
  position: relative;
  top: 2px;
}
.el-radio__inner:hover{
  border-color:#DCDFE6;
}
@media screen and (max-width: 1199px){
  .el-table .cell{
    font-size: .373333rem;
  }
 }