* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* 表格样式 */

.content-top {
    width: 100%;
    padding: 15px 0;
    text-indent: 20px;
    background: #fff;
    border-bottom: 1px solid #dddee1;
    margin-bottom: 20px;
}

.content-top .h1 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.content-top .h2 {
    font-size: 14px;
}

.pages {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.titles {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}

.line {
    width: 100%;
    height: 1px;
    background: #999;
    margin: 10px 0;
}

.custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 8px;
}

.el-select {
    height: 30px !important;
    line-height: 30px !important;
}

/* .el-cascader {
    width: 202px !important;
} */

.el-input__inner {
    padding: 0 5px !important;
    height: 30px !important;
    line-height: 30px;
}

.el-button--primary {
    padding: 9px 15px !important;
}

.el-table td,
.el-table th {
    padding: 5px 0 !important;
}

.el-form-item {
    margin-bottom: 5px !important;
}

.el-tabs__content {
    overflow: inherit !important;
}

.adds .cascader .el-input__inner {
    border: none !important;
    color: #606266;
    height: 36px !important;
}

.adds .el-cascader__label {
    padding-left: 0;
}

.el-form-item__error {
    padding-top: 0!important;
    top: 90%!important;
}


/* 提示 */

.prompt {
    color: #FF9632;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.sdd .el-select {
    width: 260px;
}

.sdd .el-select .el-input__inner {
    border: none;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.uploadImg {
    text-align: center;
}

.wrap {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d1dce3;
    border-top: 3px solid #d1dce3;
    padding: 10px;
}

.el-dropdown {
    display: inline !important;
}

.el-tree-node__expand-icon {
    font-size: 24px !important;
}

.el-tree-node__expand-icon {
    color: #409eff !important;
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent !important;
}

.el-tree-node__content {
    height: 36px !important;
    line-height: 36px !important;
}

.custom-tree-node {
    font-size: 15px !important;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #EBF5FF !important;
}

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

.el-input.is-disabled .el-input__inner {
    color: #666 !important;
}

.tree .custom-tree-node button:nth-child(1) span {
    color: #409eff;
}

.tree .custom-tree-node button:nth-child(2) span {
    color: #67c23a;
}

.tree .custom-tree-node button:nth-child(3) span {
    color: #f56c6c;
}

.el-table .warning-row {
    background: #f56c6c;
}
.el-table .green {
    background: rgba(13, 188, 121, 0.3);
}
.utable {
    width: 100% !important;
}

.el-input__icon {
    line-height: 30px!important;
}

.el-item .el-form-item__label {
    color: red !important;
}

.el-items .el-form-item__label {
    color: dodgerblue !important;
}

.vk-multil-content {
    overflow: initial !important;
}

.el_form_p {
    color: dodgerblue
}

.el-message {
    max-width: 50%;
    max-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
}

.el-message .el-message__content {
    word-break: break-all;
}

.el-dialog__header {
    padding: 10px!important;
}

.el-dialog__body {
    padding: 10px!important;
}

.el-dialog__footer {
    padding: 10px!important;
}