.el-input-group__prepend {
  min-width: 10px;
  padding: 0 16px;
}
.el-radio-button {
  box-shadow: none !important;
}
.el-popover.init-popover {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.el-table .danger-row {
  background: rgba(251, 85, 85, 0.1);
}
.el-table .success-row {
  background: rgba(24, 195, 133, 0.1);
}
.el-popper[x-placement^="bottom"] {
  margin-top: 12px;
}
body .el-message-box__wrapper {
  top: -250px;
}
.el-table th,
.el-table td {
  text-align: center;
}
.epower-custom-radio .el-radio-group .el-radio-button__inner {
  border-left: 1px solid #DCDFE6;
}
.epower-custom-radio .el-radio-group .el-radio-button {
  margin-bottom: 10px;
  box-shadow: none;
  margin-right: 10px;
  box-shadow: none !important;
}
.epower-custom-radio .el-radio-group .el-radio-button__inner {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.epower-custom-radio .el-checkbox-button.is-checked .el-checkbox-button__inner,
.epower-custom-radio .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #ffffff;
  border-color: #3c7ee5;
  position: relative;
  border-right-color: #3c7ee5;
  color: #3c7ee5;
}
.epower-custom-radio .el-checkbox-button.is-checked .el-checkbox-button__inner::after,
.epower-custom-radio .el-radio-button__orig-radio:checked + .el-radio-button__inner::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url('../../img/xuanzegou.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  right: -1px;
  top: 0;
}

.el-scrollbar {
  height: 100%;
}
.el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}

.el-select-dropdown .el-scrollbar {
  padding-bottom: 15px;
}
/* 验证码弹框 */
.el-msgbox-check-code{
  border-radius: 5px;
}
.el-msgbox-check-code .el-dialog__header{
  background: #f6f6f6;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.el-msgbox-check-code .el-dialog__title{
  color: #333;
  font-size: 16px;
}
.el-msgbox-check-code .el-button{
  border-radius: 5px;
}
.el-msgbox-check-code .el-code-span {
  width: 84px;
  line-height: 42px;
  text-align: right;
  font-weight: bold;
  float: left;
  font-size: 14px;
  color: #666;
}
.el-msgbox-check-code .el-code-input {
  width: 90%;
  line-height: 36px;
  height: 36px;
  border: solid 1px #ccc;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #666;
  padding-left: 5px;
  border-radius: 5px;
}
.el-msgbox-check-code .el-code-img {
  height: 36px;
  margin-left: 10px;
}
.el-msgbox-check-code .el-code-img img {
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
}
.el-msgbox-check-code .el-message-box__content {
  padding: 20px 15px;
}
.el-msgbox-check-code .el-dialog__footer{
  padding: 10px 15px;
  background-color: #f5f9fa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background: #fff;
}
.el-button--warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}


.el-button--primary {
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff;
}
.whole-wrapper .el-button--small {
  min-width: 80px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}

.el-textarea__inner{
  padding: 6px 8px;
}

.el-input--small .el-input__inner{
  padding: 0 8px;
  height: 33px;
}
.el-input--medium .el-input__inner{
  padding: 0 10px;
}
.el-input--mini .el-input__inner{
  padding: 0 6px;
}
.el-input--prefix.el-input--medium .el-input__inner{
  padding-left: 30px;
}

.epower-custom-radio.fixed-width .el-radio-group .el-radio-button__inner{
  padding-left: 0;
  padding-right: 0;
  min-width: 90px;
}
.epower-custom-radio.no-margin-bottom .el-radio-button{
  margin-bottom: 0 !important;
}


.el-message{
  top: 264px !important;
}


.qr-code-wx .el-dialog__body{
  padding-top: 0;
}
