.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/checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    right: -3px;
    bottom: -1px;
}

.el-scrollbar {
    height: 100%;
}

.el-scrollbar .el-scrollbar__wrap {
    /*overflow-x: hidden;*/
}

.el-select-dropdown .el-scrollbar {
    /*padding-bottom: 15px;*/
}


/* 验证码弹框 */

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.3;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.el-msgbox-check-code {
    border-radius: 5px;
    opacity: 0;
    -webkit-animation: warn 0.2s ease-out;
    -moz-animation: warn 0.2s ease-out;
    animation: warn 0.2s ease-out;
    animation-fill-mode: forwards;
    /* -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}

.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: 36px;
    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;
}

.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: 5px;
    padding-right: 5px;
    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;
}
.el-table__header{
    width: 100% !important;
}
.el-table__body{
    width: 100% !important;
}
.el-row.jazor-x-table-header {
    background-color: #F4F9FF; border:1px solid #EBEEF5;
}

.el-row.jazor-x-table-row .el-col,.el-row.jazor-x-table-header .el-col {
    border-right: 1px solid #EBEEF5;
    height: 44px; padding: 0 10px; line-height: 44px; text-align: center; font-size:14px ;
}

.el-row.jazor-x-table-header .el-col{
    font-weight: bold; color: #3C7EE5;
}
.el-row.jazor-x-table-row .el-col:last-child,
.el-row.jazor-x-table-header .el-col:last-child{
    border-right-width: 0;
}

.el-row.jazor-x-table-row {
    background-color: #fff; border:1px solid #EBEEF5;
    border-top-width: 0;
}
.el-row.jazor-x-table-row:hover{
    background-color: #f9f9f9;
}
.el-dialog__wrapper {position: fixed !important;}
.el-pagination.is-background .el-pager li:not(.disabled).active a{color: #fff}
