a, button, input {
    outline: none;
}

.el-input__inner {
    height: 36px!important;
}

.el-button-reset {
    padding: 10px 20px !important;
}

.el-checkbox {
    font-weight: normal!important;
}

.login-account .el-checkbox {
    color: #5e6d82!important;
}

.form-list .el-form-item__label {
    width: 90px !important;
}

.content-operate--input > .el-input__inner {
    border-right: 0px !important;
}
.content-operate--input > .el-input__inner:focus + .el-input-group__append {
    border-right: 1px solid #409EFF;
    border-top: 1px solid #409EFF;
    border-bottom: 1px solid #409EFF;
    transition: border-color .15s cubic-bezier(.645,.045,.355,1);
}
.content-operate--input > .el-input__inner + .el-input-group__append{
    border-right: 1px solid #dcdfe6;
    border-top: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    transition: border-color .3s cubic-bezier(.645,.045,.355,1);
}
.content-operate--input > .el-input-group__append {
    padding: 0 10px !important;
    background: #fff !important;
}

.el-table th {
    background-color: #F5F7FA !important;
}