@charset "UTF-8";
/*该文件将修改覆盖 element ui 的官方样式*/
body {
    /* el-table */
    /* el-pagination */
    /* el-label */
    /* el-input */
    /* el-upload */
    /* 时间选择 */
    /* el-poper */
    /* el-button */
    /* placeholder */
    /* 自定义 */
    /* 搜索栏 */
    /* 限制浮窗最大宽度 */
    /* el-textarea */
}
body .el-table {
    color: #000;
    font-size: 12px;
}
body .el-table__header thead th {
    background-color: #f0f1f2;

}
body .el-table__header thead th .cell {
    padding: 8px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}
body .el-table td,
body .el-table th.is-leaf {
    border-bottom-color: #dddddd;
}
body .el-table td,
body .el-table th {
    padding: 0;
    border-bottom-color: #dddddd;
}
body .el-table--border td,
body .el-table--border th,
body .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right-color: #dddddd;
}
body .el-pagination {
    margin-top: 10px;
    text-align: right;
}
body .el-pager li.active,
body .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #2177da;
}
body .el-pagination.is-background .btn-next,
body .el-pagination.is-background .btn-prev,
body .el-pagination.is-background .el-pager li {
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
body .el-pagination.is-background .btn-prev,
body .el-pagination.is-background .el-pager li {
    border-right: 0;
    border-radius: 0 !important;
}
body .el-card__body {
    font-size: 0;
}
body .el-form-item__label {
    margin-bottom: 0;
    line-height: 38px;
    font-weight: 600;
    color: #555;
    font-size: 12px;
}
body .el-input__inner {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9 ;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 0 0 10px;
}
body .el-textarea__inner:focus,
body .el-select .el-input.is-focus .el-input__inner,
body .el-select .el-input__inner:focus,
body .el-input.is-active .el-input__inner,
body .el-input__inner:focus {
    border-color: #C0C4CC;
    outline: 0;
}
body .el-upload__input {
    display: none;
}
body .query-form-date-range .el-date-editor .el-range-separator {
    min-width: 24px;
}
body .el-tooltip__popper.is-dark,
body .el-picker-panel.el-date-picker.el-popper,
body .el-message,
body .el-picker-panel.el-date-range-picker.el-popper,
body .el-popper.el-select-dropdown,
body .el-popper.el-cascader__dropdown {
    z-index: 100000000 !important;
}
body .el-button {
    min-width:72px;
    font: inherit;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 30px;
    padding: 0 13px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
body .el-button--primary {
    min-width: auto;
    color: #FFF;
    background-color: #287df1;
    border-color: #287df1;
    transition: background-color 0.2s;
}
body .el-button--primary i {
    font-weight: bold;
    font-size: 14px;
    margin-right: -4px;
}
body .el-button--primary:active,
body .el-button--primary:focus,
body .el-button--primary:hover {
    background-color: #5397f4;
}
body .el-button.is-round {
    padding: 0 13px;
}
body .el-button.is-circle {
    line-height: inherit;
}
.el-form-item__content .el-upload.el-upload--text .el-button.el-button--text.el-button--small{
    font-size: 14px;
    color: #337ab7;
    padding: 0;
}
body textarea::-webkit-input-placeholder,
body input::-webkit-input-placeholder {
    color: #777;
}
body textarea::-moz-placeholder,
body input::-moz-placeholder {
    color: #777;
}
body textarea:-moz-placeholder,
body input:-moz-placeholder {
    color: #777;
}
body textarea:-ms-input-placeholder,
body input:-ms-input-placeholder {
    color: #777;
}
body .an-btn-default {
    color: #2975e6;
}
body .an-btn-danger {
    color: #DB2828;
}
body .an-btn-default,
body .an-btn-danger {
    display: inline-block;
    padding: 0 4px;
}
body .an-btn-default:hover,
body .an-btn-danger:hover {
    text-decoration: underline;
}
body .search-items .el-form-item {
    width: 30%;
    overflow: hidden;
}
body .search-items .el-form-item .el-form-item__label {
    width: 100px;
    float: left;
    text-align: right;
}
body .search-items .el-form-item .el-form-item__content {
    margin-left: 110px;
}
body .el-tooltip__popper.is-dark {
    max-width: 50vw;
}
body .el-textarea .el-textarea__inner {
    padding-bottom: 20px;
}
body .el-textarea .el-input__count {
    line-height: 1.2;
}

/* 以下内容为其他自定义样式 */
.form-content {
    overflow: hidden;
}
.form-content .search-btns {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
}
.form-content .search-items {
    margin-right: 180px;
}
.form-content .search-items .el-form-item__content {
    display: block !important;
}
.form-content .search-items .el-input__inner,
.form-content .search-items .el-select,
.form-content .search-items .el-input {
    width: 100% !important;
}
.form-content .search-items .el-date-editor--daterange {
    max-width: 400px;
}

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.layer-dialog {
    text-align: left;
}

.layer-form-box {
    padding: 20px 20px 0 20px;
}
.el-dialog__footer{
    padding: 10px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-dialog{
    margin-bottom: 0px!important;
}
/* 人员选择 */
.person-select-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.person-select-content .person-select-box {
    width: 48%;
    border: 1px solid #ccc;
    padding: 20px 10px;
    border-radius: 4px;
    height: 470px;
}
.person-select-content .person-select-box h5 {
    font-size: 14px;
    color: #0b78d5;
    text-align: center;
    margin: 0 0 10px 0;
}
.person-select-content .person-select-box .el-form-item {
    margin-bottom: 4px;
}
.person-select-content .person-select-box .person-select-text {
    font-size: 14px;
    margin-bottom: 20px;
}
.person-select-content .person-select-box .checked-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.person-select-content .person-select-box .checked-list .el-button {
    margin: 4px 6px;
}
.person-select-content .person-select-box .checked-list .el-icon-close {
    padding: 4px;
    margin: -4px;
    border-radius: 50%;
    transition: background-color 0.2s;
    margin-right: -2px;
}

.person-select-content .person-select-box .el-table__header tbody {
    overflow: auto;
}
.person-select-content .person-select-box .el-table__header thead th .cell {
    padding: 2px 6px;
}

.person-select-content .tips {
    position: absolute;
    bottom: 10px;
    right: 30px;
}
/*新人员选择框样式*/
.person-select-dialog .el-dialog{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0!important;
}
.person-select-dialog .el-dialog__body{
    padding: 7px 7px 0;
}
.person-select-dialog .el-table th{
    border-right-color: #dddddd;
}
.person-select-dialog .el-table td{
    border-bottom-color: transparent;
}
.person-select-dialog .person-select-content{
    justify-content: space-between;
}
.person-select-dialog .person-select-content{
    justify-content: space-between;
}
.person-select-dialog .person-select-content .person-select-box {
    width: 390px;
    height: 636px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.person-select-dialog .person-select-content .person-select-box ul.tab-list li{
    border-top: 3px solid #287df1;
    padding: 14px 20px 14px 25px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #157eca;
    font-size: 12px;
    text-align: center;
}
.person-select-dialog .person-select-content .person-select-box .person-select-text{
    line-height: 40px;
    margin-bottom: 0;
}
.person-select-dialog .person-select-content .person-select-box .person-select-text.bottom_text{
    text-align: right;
    padding-right: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.person-select-dialog .person-select-content .el-table{
    border: 1px solid #EBEEF5;
}
.person-select-dialog .person-select-content .person-select-box .checked-list {
    height: calc(100% - 120px);
    display: block;
    padding-bottom: 0;
    overflow-y: auto;
}
.person-select-dialog .person-select-content .person-select-box .checked-list .checked-item {
    display: block;
    float: left;
    margin: 5px;
    padding: 7px;
    background: #f1f9fd;
    border: 1px solid #a8d2fe;
    line-height: 1.42857143;
    font-size: 12px;
}
.person-select-dialog .person-select-content .person-select-box .checked-list .el-icon-close {
    cursor: pointer;
    font-size: 8px;
    color: #4985c3;
    margin-left: 0px;
}
.person-select-dialog .person-select-content .person-select-box .el-table__header thead th .cell {
    padding: 0 15px;
}
.person-select-dialog .person-select-content .person-select-box .person-search{
    padding: 0 15px;
}
.person-select-dialog .person-select-content .person-select-box .person-search .search-wrap{
    width: 303px;
}
.person-select-dialog .person-select-content .person-select-box .person-search .el-form-item__label{
    width: 55px;
    font-size: 14px;
    font-weight: 100;
}
.person-select-dialog .person-select-content .el-input-group__append{
    padding-left: 14px;
    background: transparent;
    color: #ffffff;
    border: none;
}
.person-select-dialog .person-select-content .el-input-group__append .el-button{
    min-width: auto;
    background: #237cf2;
    line-height: 36px;
    padding-left: 10px;
    margin-left: 0;
}
.person-select-dialog .person-select-content .table-list-wrap{
    width: 388px;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.person-select-dialog .person-select-content .el-table__body,
.person-select-dialog .el-table__footer,
.person-select-dialog .el-table__header{
    width: 366px!important;
}
.person-select-dialog .bottom_left_text{
    padding: 20px;
    color: rgb(153, 153, 153);
    position: absolute;
    bottom: 8px;
    font-size: 12px;
}
.person-select-dialog  .el-button--primary .el-icon-search{
    font-weight: bold;
    font-size: 14px;
    margin-right: -4px;
}
.person-select-dialog .person-select-content .table-list-wrap .disabled_cover{
    position: absolute;
    top: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    cursor: not-allowed;
    z-index: 1;
    background: rgba(0,0,0,0.1);
}
/*人员选择框展示*/
.person_select_show{
    background: #ffffff;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}
.person_select_show>.el-icon-close{
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    display: none;
    cursor: pointer;
    color: #2177da;
}
.person_select_show>.el-icon-close:hover{
    color: #ff0000;
}
.person_select_show:hover{
    border: 1px solid #d9ecff;
}
.person_select_show:hover>.el-icon-close{
    display: block;
}
.person_select_show .tags_container .el-tag{
    margin-right: 10px;
}
/*.person-select-content .el-table__empty-block{*/
/*    width: 100%!important;*/
/*}*/
/* key-value 样式 */
.simple-view-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.simple-view-list .item {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.simple-view-list .item.required .label:before {
    content: "*";
    color: #d22;
    padding: 0 2px;
}
.simple-view-list .item .label {
    font-weight: normal;
    display: block;
    text-align: right;
    width: 29%;
    box-sizing: border-box;
    padding-right: 20px;
    color: #333;
    font-size: 13px;
}
.simple-view-list .item .label a {
    color: #0089ff;
    margin-left: 2em;
}
.simple-view-list .item .label a:hover {
    color: #5083b1;
}
.simple-view-list .item .item-content {
    text-align: left;
    width: 70%;
    display: flex;
    align-items: center;
}
.simple-view-list .item .item-content .person-list {
    padding-right: 2em;
    max-width: 400px;
}
.simple-view-list .item .item-content .person-list .value {
    color: #AEAEAE;
    font-size: 13px;
    padding: 0 2px;
}
.simple-view-list .item .item-content a {
    color: #0089ff;
}
.simple-view-list .item .item-content a:hover {
    color: #7a97b1;
}

.table-simple {
    border: 1px solid #ddd;
}
.table-simple.table thead tr th {
    background-color: transparent;
}
.table-simple.table tr > th, .table-simple.table tr > td {
    border: 1px solid #ddd;
    padding: 6px 2px;
    text-align: center;
    position: relative;
}
.table-simple.table tr > td {
    color: #aaa;
}
.table-simple.table tr > td .delete-btn {
    min-width: unset;
    transform: scale(0.6);
    position: absolute;
    top: 0;
    right: -40px;
    background-color: #F56C6C;
    border-color: #F56C6C;
}
.table-simple.table > caption + thead > tr:first-child > th, .table-simple.table > colgroup + thead > tr:first-child > th, .table-simple.table > thead:first-child > tr:first-child > th, .table-simple.table > caption + thead > tr:first-child > td, .table-simple.table > colgroup + thead > tr:first-child > td, .table-simple.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
/*人员选择框新版展示*/
.person_select2_wrap{
    overflow: hidden;
}
.person_select2_wrap .person-select-dialog{
    padding: 7px 7px 0;
}
.person_select2_wrap person_select2_button{
    margin-bottom: 10px;
}
#app_vue_orgUserSelect .person-select-dialog .el-tabs__nav{
    width: 100%;
    display: flex;
    border: none;
}
#app_vue_orgUserSelect .person-select-dialog .el-tabs__nav .el-tabs__item {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#app_vue_orgUserSelect .person-select-dialog .el-tabs__nav .el-tabs__item.is-active{
    border-top: 3px solid #287df1;
    color: #287df1;
    border-bottom: none;
}
#app_vue_orgUserSelect .person-select-dialog .person_select_org_wrap{
    height: 560px;
    overflow-y: auto;
}
#app_vue_orgUserSelect .person_select2_wrap{
    overflow: hidden;
}
#app_vue_orgUserSelect .el-tabs--card>.el-tabs__header .el-tabs__item:first-child{
    border-left: none;
}
/*文档样式*/
.document_box_wrap{
    padding:0 15px
}
.document_box_wrap h3{
    margin: 55px 0 20px;
}
.document_box_wrap .remark{
    font-size: 14px;
    color: #5e6d82;
    line-height: 1.5em;
    margin: 14px 0;
}
.document_box_wrap .el-card__body{
    font-size: inherit;
}
/* 普通样式 */
.w-100 {
    width: 100%;
    position: relative;
}

.echarts-no-data {
    font-size: 18px;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60vh;
    letter-spacing: 2px;
    padding-top: 12vh;
}

/* 单行省略号 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 季度选择器 */
.quarter-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.quarter-list .quarter-item:hover {
    color: #0b78d5;
}

/* 卡片 */
.in-layer-card {
    background-color: #fff;
    padding: 0 10px 10px;
    margin: 20px;
    overflow: hidden;
}
.in-layer-card .card-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.in-layer-card .content {
    overflow: hidden;
    font-size: 14px;
    padding: 0 20px 20px;
}
.in-layer-card .content .el-col {
    overflow: hidden;
    margin-top: 10px;
}
.in-layer-card .content .el-col .key {
    float: left;
    width: 80px;
    color: #999;
    font-size: 14px;
    line-height: 2;
}
.in-layer-card .content .el-col .key.required {
    width: 120px;
}
.in-layer-card .content .el-col .key.required:before {
    content: "*";
    color: #d22;
    padding: 0 2px;
}
.in-layer-card .content .el-col .value {
    margin-left: 84px;
    font-size: 14px;
    color: #333;
    min-height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.in-layer-card .card-footer {
    text-align: right;
    padding: 4px 10px;
}
.in-layer-card .card-footer span {
    padding-right: 6px;
    color: #999;
    font-size: 12px;
}
.in-layer-card .el-table {
    margin-top: 0;
}

/* 类似卡片的另一种key-value样式 */
.key-value-style1 {
    overflow: hidden;
    font-size: 14px;
    padding: 0 20px 20px;
}
.key-value-style1 .el-divider {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.key-value-style1 .el-col {
    overflow: hidden;
    margin-top: 10px;
}
.key-value-style1 .el-col .key {
    float: left;
    width: 80px;
    color: #333;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    font-weight: bold;
}
.key-value-style1 .el-col .key.required {
    width: 120px;
}
.key-value-style1 .el-col .key.required:before {
    content: "*";
    color: #d22;
    padding: 0 2px;
}
.key-value-style1 .el-col .value {
    margin-left: 84px;
    font-size: 14px;
    color: #333;
    min-height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
body .dialog-footer .el-button{
    min-width: 72px;
}
.common-uploader.disabled .el-upload,
.common-uploader.disabled .el-upload-list__item-status-label,
.common-uploader.disabled .el-icon-close{
    display: none;
}
.common-uploader .el-upload-list__item{
    transition: unset;
    -webkit-transition:unset;
}
.common-uploader .el-upload-list__item .el-icon-close-tip{
    display: none!important;
}
.common-uploader .el-upload{
    float: left;
}
.common-uploader .el-upload-list{
    padding-left: 10px;
    float: left;
}
.el-button [class*=el-icon-]+span{
    margin-left: 8px;
}
.el-link.el-link--default{
    color: #287df1;
}
.el-upload--picture-card{
    width: 100px;
    height: 100px;
    line-height: 108px;
}
.el-upload-list--picture-card .el-upload-list__item{
    width: 100px;
    height: 100px;
}
.custom-tree-select-popper.is-multiple .el-select-dropdown__item.selected.hover{
    background-color: #FFF;
}
.custom-tree-select-popper.is-multiple .el-select-dropdown__item.selected::after{
    content: unset;
}
.custom-tree-select-popper .el-select-dropdown__item.is-disabled{
    cursor: unset;
}
/*弹窗增加样式*/
.el-dialog__header{
    background-color: rgb(100, 154, 225);
    padding: 0 10px!important;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.el-dialog__body{
    padding: 30px 20px 10px;
    height: calc(100% - 94px);
    overflow-y: auto;
}
.el-dialog__body .el-radio{
    margin-bottom: 0;
}
.el-dialog__header .el-dialog__title{
    line-height: 24px;
    font-size: 14px;
    color: #303133;
    color: #ffff;
}
.el-dialog__header .el-dialog__headerbtn{
    top: 0;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}
.el-dialog__header .el-dialog__headerbtn .el-dialog__close{
    color: #000000!important;
    font-size: 19px;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
    color: #000000;
}
.el-dialog__header .layui-layer-ico{
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.el-dialog__header .layui-layer-ico.layui-layer-max{
    right: 38px;
    background-position: -32px -40px;
}
.el-dialog__header .layui-layer-ico.layui-layer-maxmin{
    background-position: -65px -40px;
}
.el-dialog__header .el-dialog__minimize .layui-layer-min{
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.el-dialog__header .el-dialog__minimize .layui-layer-min cite{
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
}
/*# sourceMappingURL=patch-element-ui.css.map */
/*======================vue页面新增公共样式==============================*/
.main_vue_container .danger{
    color: #DB2828;
}
.main_vue_container .success{
    color: #67c23a;
}
.main_vue_container .warning{
    color: #e6a23c;
}
.main_vue_container .primary{
    color: #2177da;
}
.main_vue_container .disabled{
    color: #909399;
}
.layer_container{
    height: 100%;
    position: relative;
}
.layer_container .layer-form-box{
    height: calc(100% - 50px);
    overflow-y: auto;
}
.layer_container .btn_bottom_wrap {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 0;
}
.layer_container .btn_bottom_wrap .el-form-item__content{
    float: right;
}
.layer_container .el-select{
    width: 100%;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: middle;
}
/*列表*/
.main_vue_container{
    padding: 15px;
    height: 100%;
    overflow: auto;
}
.main_vue_container .vue_box_container{
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #FFFFFF;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.main_vue_container strong{
    font-weight: bold;
}
.main_vue_container .search_header_wrap .search_header{
    overflow: hidden;
}
.main_vue_container .search_header_wrap .search_label{
    white-space: nowrap;
    width: 37.5%;
    display: block;
    text-align: right;
    padding-right: 10px;
    line-height: 38px;
    font-weight: bold;
    font-size: 13px;
}
.main_vue_container .search_header_wrap .el-select{
    display: block;
}
.main_vue_container .search_header_wrap .el-date-editor.el-input,.main_vue_container .search_header_wrap .el-date-editor.el-input__inner{
    width: 100%;
}
.main_vue_container .search_header_wrap .el-date-editor--monthrange.el-input,
.main_vue_container .search_header_wrap .el-date-editor--monthrange.el-input__inner{
    width: 100%;
}
.main_vue_container .search_header_wrap .el-date-editor .el-range-separator{
    width: unset;
}
.main_vue_container .search_header_wrap .height_auto{
    height: auto!important;
}
.main_vue_container .search_header_wrap .height_auto .el-icon-arrow-down{
    transform: rotateY(180deg);
}
.main_vue_container .search_header_wrap.show_all{
    height: auto;
}
.main_vue_container .search_header_wrap #headerMore{
    height: 14px;
    margin: -1px auto 0;
    width: 72px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border: 1px solid #dee0e3;
    border-top: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.main_vue_container .search_header_wrap #headerMore [class*=" el-icon-"],
.main_vue_container .search_header_wrap #headerMore [class^=el-icon-]{
    font-size: 18px;
    padding-bottom: 5px;
}
.main_vue_container .search_item{
    display: flex;
    margin-bottom: 20px;
}
.main_vue_container .table_wrap{
    margin-bottom: 20px;
    padding: 15px 30px;
    background: #FFFFFF;
}
.main_vue_container .el-table .cell{
    padding: 5px 8px;
}
.main_vue_container td a{
    padding: 0 5px;
    font-size: 12px;
    text-align: left;
}
.main_vue_container p{
    margin-bottom: 0;
}
.el-popover .popover_box_wrap{
    max-height:300px;
    padding: 12px;
    overflow: auto;
}
.main_vue_container .el-select{
    width: 100%;
}
.main_vue_container .tree-item.active {
    position: relative;
}
.common_popover .tree-item.active:after {
    content: '';
    background: rgba(130, 171, 244, 0.2);
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.common_popover .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
    position: relative;
}
.common_popover .tree-item .tree-item-text{
    padding-right: 12px;
    position: relative;
    z-index:1;
}
.common_popover .tree_wrap{
    width: 100%;
    max-height:300px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*下面是解决样式冲突问题*/
.custom-tree-select-popper .el-select-dropdown__item.hover,
.custom-tree-select-popper .el-select-dropdown__item:hover{
    background-color: unset;
}
.custom-tree-select-popper .el-tree-node__content{
    padding-right: 10px;
}
.custom-tree-select-popper .hover:hover .fuzzy_list{
    color: #606266;
}
.custom-tree-select-popper .fuzzy_list{
    list-style: none;
    padding: 6px 0;
    margin: 0;
    box-sizing: border-box;
}
.custom-tree-select-popper .fuzzy_list li{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.custom-tree-select-popper .fuzzy_list li:hover,
.custom-tree-select-popper .fuzzy_list li.active{
    color: #287DF1;
    background-color: #f5f7fa;
}
.custom-tree-select-popper .tree-select-search{
    position: sticky;
    top: 0;
    z-index: 2;
    display: block;
    padding: 10px 6px 6px;
    background: #fff;
    border-radius: 4px;
}
.custom-tree-select-popper .tree-select-option-item {
    background: #fff;
    overflow: scroll;
    height: 200px;
    overflow-x: hidden;
}
.custom-tree-select-popper .el-scrollbar .el-scrollbar__view .el-select-dropdown__item{
    height: auto;
    min-height: 200px;
    padding: 0;
    overflow: hidden;
}
.custom-tree-select-popper .el-select-dropdown__list{
    padding-top: 0;
}
.el-dialog__body .dialog-footer{
    width: 100%;
    padding: 14px 20px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
}
.ellipsis_1{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ellipsis_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ellipsis_8{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:8;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 8;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.el-checkbox:last-of-type{
    margin-bottom: 0;
}
.radio_no_label .el-radio__label{
    display: none;
}
.el-form-item__content .item_label{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
.el-form-item{
    margin-bottom: 20px;
}
/*上传组件样式修改*/
.common-uploader .demo-image__preview{
    position: relative;
}
.common-uploader .loading_wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-uploader .loading_wrap{
    font-size: 24px;
}
/*切换标签仿layui样式*/
.copy_layui_style.el-tabs--card{

}
.copy_layui_style.el-tabs--card>.el-tabs__header{
    margin-bottom: 0;
    border: none;
    padding-left: 15px;
}
.copy_layui_style.el-tabs--card>.el-tabs__header .el-tabs__nav{
    border: none;
}
.el-tabs--card>.el-tabs__header .el-tabs__item{
    border: none;
    color: #287df1;
    border-radius: 6px 6px 0 0
}
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
    background: #287df1;
    color: #ffffff;
}
.copy_layui_style .el-tabs__content{
    border: 1px solid #E4E7ED;
    padding: 20px 15px;
    border-radius: 5px;
}
.el-divider__text.is-left{
    left: 0;
    font-weight: bold;
}
.form_no_label .el-form-item__content{
    margin-left: 20px!important;
}
/*公共表格*/
.common-componets-table .toolbar_right{
    float: right;
}
.common-componets-table .toolbar_right button{
    float: left;
    display: flex;
    align-items: center;
}
/*公共树形表格*/
.common-table-tree .el-table [class*=el-table__row--level] .el-table__expand-icon{
    float: left;
    height: 16px;
}
.common-table-tree .el-table__indent{
    float: left;
    height: 16px;
}
.common-table-tree .el-table__placeholder{
    float: left;
    height: 16px;
}
.common-table-tree tbody tr td:first-child .cell_inner{
    float: left;
    max-width: 80%;
}
.el-form-item__content .view_text{
    line-height: 20px;
    padding-top: 10px;
    word-wrap: break-word;
    word-break: normal;
}
.person-select-dialog{
    z-index:99999999999999!important;
}
body .el-popper.custom-tree-select-search{
    z-index:999999999999999!important;
}
body .el-popper.related_list{
    z-index:999999999999999!important;
}
.main_vue_container.dialog{
    overflow: hidden;
    padding: 0;
}
.main_vue_container.dialog .dialog_wrap{
    height: calc(100% - 52px);
    overflow-y: auto;
    padding:20px;
}
.main_vue_container.dialog .btn_bottom_wrap {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 20px;
    z-index: 999;
    background: #ffffff;
}
.main_vue_container.dialog .btn_bottom_wrap button{
    min-width: 72px;
}

/*业务基础数据单块配置样式*/
.main_vue_container .basicset_box {
    height: 350px;
    background: #fff;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 450px;
}

.main_vue_container .basicset_box .basicset_box_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E4EBF1;
    border: 1px solid #E4EBF1;
    padding-left: 10px;
    padding-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_title i {
    color: #999999;
    cursor: not-allowed;
}

.main_vue_container .basicset_box .basicset_box_content {
    overflow-y: auto;
    height: 273px;
}

.main_vue_container .basicset_box .basicset_box_content ul {
    padding: 15px;

}

.main_vue_container .basicset_box .basicset_box_content ul .el-input {
    width: 50%;
    margin-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_content .btn-default.up,
.main_vue_container .basicset_box .basicset_box_content .btn-default.del,
.main_vue_container .basicset_box .basicset_box_content .btn-default.add,
.main_vue_container .basicset_box .basicset_box_content .btn-default.off {
    float: left;
    height: 38px;
}
.main_vue_container .basicset_box .basicset_box_footer {
    text-align: right;
    padding-bottom: 10px;
}
.main_vue_container .basicset_box .basicset_box_footer button{
    margin-right: 10px;
}
/*业务基础数据单块配置样式*/
.main_vue_container .basicset_box {
    height: 350px;
    background: #fff;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 450px;
}

.main_vue_container .basicset_box .basicset_box_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E4EBF1;
    border: 1px solid #E4EBF1;
    padding-left: 10px;
    padding-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_title i {
    color: #999999;
    cursor: not-allowed;
}

.main_vue_container .basicset_box .basicset_box_content {
    overflow-y: auto;
    height: 273px;
}

.main_vue_container .basicset_box .basicset_box_content ul {
    padding: 15px;

}

.main_vue_container .basicset_box .basicset_box_content ul .el-input {
    width: 50%;
    margin-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_content .btn-default.up,
.main_vue_container .basicset_box .basicset_box_content .btn-default.del,
.main_vue_container .basicset_box .basicset_box_content .btn-default.add,
.main_vue_container .basicset_box .basicset_box_content .btn-default.off {
    float: left;
    height: 38px;
}
.main_vue_container .basicset_box .basicset_box_footer {
    text-align: right;
    padding-bottom: 10px;
}
.main_vue_container .basicset_box .basicset_box_footer button{
    margin-right: 10px;
}
.main_vue_container .basicset_box .view_child{
    height: 38px;
}
.main_vue_container.dialog{
    overflow: hidden;
    padding: 0;
}
.main_vue_container.dialog .dialog_wrap{
    height: calc(100% - 52px);
    overflow-y: auto;
    padding:20px;
}
.main_vue_container.dialog .btn_bottom_wrap {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 20px;
    background: #ffffff;
}
.main_vue_container.dialog .btn_bottom_wrap button{
    min-width: 72px;
}

/*业务基础数据单块配置样式*/
.main_vue_container .basicset_box {
    height: 350px;
    background: #fff;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 450px;
}

.main_vue_container .basicset_box .basicset_box_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E4EBF1;
    border: 1px solid #E4EBF1;
    padding-left: 10px;
    padding-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_title i {
    color: #999999;
    cursor: not-allowed;
}

.main_vue_container .basicset_box .basicset_box_content {
    overflow-y: auto;
    height: 273px;
}

.main_vue_container .basicset_box .basicset_box_content ul {
    padding: 15px;

}

.main_vue_container .basicset_box .basicset_box_content ul .el-input {
    width: 50%;
    margin-right: 10px;
}

.main_vue_container .basicset_box .basicset_box_content .btn-default.up,
.main_vue_container .basicset_box .basicset_box_content .btn-default.del,
.main_vue_container .basicset_box .basicset_box_content .btn-default.add,
.main_vue_container .basicset_box .basicset_box_content .btn-default.off {
    float: left;
    height: 38px;
}
.main_vue_container .basicset_box .basicset_box_footer {
    text-align: right;
    padding-bottom: 10px;
}
.main_vue_container .basicset_box .basicset_box_footer button{
    margin-right: 10px;
}
/*公共组件-排序按钮*/
.main_vue_container .sort_button_wrap{
    cursor: pointer;
}
.main_vue_container .caret-wrapper{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}
.sort_button_wrap .sort-caret.ascending {
    border-bottom-color: #C0C4CC;
    top: 5px;
}
.sort_button_wrap .sort-caret.descending {
    border-top-color: #C0C4CC;
    bottom: 7px;
}
.sort_button_wrap .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}
.sort_button_wrap .descending .sort-caret.descending {
    border-top-color: #2177da;
}
.sort_button_wrap .ascending .sort-caret.ascending {
    border-bottom-color: #2177da;
}
.el-color-dropdown__btns .el-color-dropdown__link-btn{
    min-width: unset;
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.el-color-dropdown__btns .el-color-dropdown__btn{
    min-width: unset;
}
/*警告框样式修改*/
.judgement_dialog .layui-layer-content{
    align-items: flex-start!important;
}
/*自定义vuetreeselect节点样式*/
.own_tree_label{
    overflow: hidden;
}
.own_tree_label .own_tree_label_text{
    float: left;
}
.own_tree_label .own_tree_label_btn{
    float: right;
    display: flex;
    align-items: center;
}
.own_tree_label .own_tree_label_btn span:first-child{
    margin-right: 10px;
    color: #2177da;
}
.own_tree_label .own_tree_label_btn span:last-child{
    color: #DB2828;
}
.el-color-dropdown__btns .el-color-dropdown__link-btn{
    min-width: unset;
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.el-color-dropdown__btns .el-color-dropdown__btn{
    min-width: unset;
}
/*警告框样式修改*/
.judgement_dialog .layui-layer-content{
    align-items: flex-start!important;
}
