* {
    color: inherit;
}

body {
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b1b;
    text-align: left;
    background-color: #f4f4f7;
}
.img-wrapper {
    width: 100px;
    height: 100px;
    line-height: 94px;
    text-align: center;
}
.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.pages-notice-index .table,.pages-notice-list .table {
    margin-top: 20px;
    border-radius: 4px
}

.filter-form {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 4px
}

.whole-wrapper .el-button.is-plain {
    background: none
}

.whole-wrapper .el-button.is-full {
    width: 100%
}

.whole-wrapper .el-button--small {
    min-width: 80px;
    font-size: 14px
}

.whole-wrapper .el-button--primary.is-plain {
    border-color: #3c7ee5
}

.whole-wrapper .el-button--primary.is-plain:hover {
    background: #3c7ee5
}

.whole-wrapper .el-button--warning.is-plain {
    border-color: #fc6530
}

.whole-wrapper .el-button--warning.is-plain:hover {
    background: #fc6530
}

.whole-wrapper .el-button--danger.is-plain {
    border-color: #fb5555
}

.whole-wrapper .el-button--danger.is-plain:hover {
    background: #fb5555
}

.whole-wrapper .el-button--info.is-plain {
    border-color: #9b9b9b
}

.whole-wrapper .el-button--info.is-plain:hover {
    background: #9b9b9b
}

.whole-wrapper .el-pagination {
    margin-top: 10px;
    text-align: center
}

.whole-wrapper .el-pagination.is-background .btn-next,.whole-wrapper .el-pagination.is-background .btn-prev,.whole-wrapper .el-pagination.is-background .el-pager li {
    background-color: #fff
}
.filter-form a:hover {
    color: #3c7ee5;
    text-decoration: none;
}

.el-button--mini, .el-button--small{
    border-radius: 0;
}



.table-common.el-table th {
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #f4f9ff;
    color: #3c7ee5;
    font-weight: 500
}

.table-common.el-table td:first-child,.table-common.el-table th:first-child {
    padding-left: 10px
}

.table-common.el-table td:last-child,.table-common.el-table th:last-child {
    padding-right: 10px
}

.table-common .tm-img {
    float: left;
    width: 100px;
    min-height: 90px;
    line-height: 90px;
    text-align: center
}

.table-common .tm-img .img-wrapper {
    width: 100px;
    height: 90px;
    line-height: 84px;
    background: #fff;
    border: 1px solid #e0e3e8
}

.table-common .tm-img .img-wrapper img[lazy=error],.table-common .tm-img .img-wrapper img[lazy=loading] {
    width: 86%
}

.table-common .tm-img .change-btn {
    margin-top: 10px
}

.table-common .tm-info {
    margin-left: 120px
}

.table-common .tm-info.pt10 {
    padding-top: 10px
}

.table-common .tm-info.pt20 {
    padding-top: 20px
}

.table-common .operate .el-button {
    min-width: 80px;
    padding-left: 0;
    padding-right: 0;
    margin: 4px 0
}

.table-common .primary-btn {
    margin-top: 10px;
    background: none
}

.table .fixed-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.table .fixed-wrapper .batch-operate {
    width: 988px;
    margin-left: 211px!important;
    background: #fff;
    box-shadow: 0 1px 4px 1px hsla(0,0%,71.8%,.4)
}

.table .static-wrapper .batch-operate {
    width: 988px;
    margin-left: 0!important;
    background: #fff
}

.el-form-item.is-required .el-form-item__label:before {
    display: none!important
}

.el-button--primary {
    color: #fff;
    background-color: #3c7ee5;
    border-color: #3c7ee5
}

.el-button--primary:focus,.el-button--primary:hover {
    background: #6398ea;
    border-color: #6398ea;
    color: #fff
}

.el-button--primary.is-active,.el-button--primary:active {
    background: #3671ce;
    border-color: #3671ce;
    color: #fff
}

.el-button--primary:active {
    outline: 0
}

.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #9ebff2;
    border-color: #9ebff2
}

.el-button--primary.is-plain {
    color: #3c7ee5;
    background: #ecf2fc;
    border-color: #b1cbf5
}

.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover {
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff
}

.el-button--primary.is-plain:active {
    background: #3671ce;
    border-color: #3671ce;
    color: #fff;
    outline: 0
}

.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover {
    color: #8ab2ef;
    background-color: #ecf2fc;
    border-color: #d8e5fa
}

.el-button--small, .el-button--small.is-round {
    padding: 7px 10px;
}