.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0) !important;
}
.tabNews .el-tabs__item:focus.is-active.is-focus:not(:active) {
    -webkit-box-shadow: none;
     box-shadow: none;
}

/* .el-button--primary {
    color: #FFF;
    background-color: #04ba8f !important;
    border-color: #04ba8f !important;
} */


.state {
    width: 100px;
    height: 90px;
    line-height: 55px;
    top: 0;
    right: 0px;
    background-repeat: no-repeat;
    background-position: top;
}


.wechat .tool .el-button:focus,
.wechat .tool .el-button:hover {
    background-color: #677de0;
    border-color: #677de0;
}

.wechat .tool .el-button:focus,
.wechat .tool .el-button:hover {
    background-color: #00a2ea;
    border-color: #00a2ea;
}

.wechat .tool .el-button:focus,
.wechat .tool .el-button:hover {
    background-color: #0061FF;
    border-color: #0061FF;
}

.wechat .tool .el-button:focus,
.wechat .tool .el-button:hover {
    background-color: #56D7FF;
    border-color: #56D7FF;
}


.color_f {
    color: #fff !important;
}




