* {
    margin: 0;
    padding: 0;
}
.flowChart {
    /*background-color: rgb(245, 245, 245);*/
    padding: 12px;
    display: flex;
}
.flowChart-left {
    width: 50px;
    flex-shrink: 0;
}
.flowChart .dashed {
    width: 0px;
    height: 100%;
    margin-left: 50%;
    border-left-style: solid;
    border-left-color: rgb(78,205,243);
    border-left-width: 2px;
}
.flowChart-right {
    flex-grow: 1;
}
.flowChart .oneNode {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}
.flowChart .check {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: relative;
    left: -34px;
    flex-shrink: 0;
    background-color: rgb(125, 122, 117);
    /*border: 4px solid rgb(173,168,163);*/
}
.flowChart .check-success {
    background-color: rgb(126, 206, 244);
    border: 4px solid rgba(255, 255, 255,1);
}
.flowChart .check-pass {
    background-color: #58ce8d;
    border: 4px solid rgba(255, 255, 255,1);
}
.flowChart .check-common {
    background-color:#ccc;
    border: 4px solid rgba(255, 255, 255,1);
}
.flowChart .check-danger {
    background-color: rgb(255,102,102);
    border: 4px solid rgb(255, 255, 255);
}
.flowChart .check-prime {
    background-color: rgb(0, 136, 165);
    /*border: 4px solid rgb(88, 191, 243);*/
}
.flowChart .check-warning {
    background-color: rgb(248, 144,2);
    /*border: 4px solid rgba(255, 208, 122,1);*/
}
.flowChart .NodeDetail {
    background-color: white;
    margin-left: -40px;
    flex-grow: 1;
    border-bottom: 1px solid gainsboro;
    border-radius: 3px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    /*box-shadow: 1px 1px 3px gainsboro;*/
}
.flowChart img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.NodeDetail .details {
    flex-grow: 1;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 4px solid rgb(72, 108, 160);
}
.details p {
    color: rgb(154, 154, 154);
    font-size: 14px;
    font-weight: 100;
}
.NodeDetail-title {
    display: flex;
}
.NodeDetail-content {
    flex-grow: 1;
    line-height: 35px;
}
.NodeDetail-content p {
    text-indent: 2em;
    text-align: justify;
    font-size: 14px;
}
.NodeDetail-footer {
    margin-top: 10px;
}
.NodeDetail-footer span {
    font-size: 12px;
    font-weight: 100;
    color: rgb(104, 104, 104);
    float: right;
}
.badge {
    padding: 2px 5px;
    font-size: 12px;
    background-color: rgb(72, 108, 160);
    border-radius: 10px;
    font-weight: 100;
    color: white;
    letter-spacing: 2px;
    box-shadow: 1px 1px 1px gainsboro;
}
.BadgeGray {
    background-color: rgb(104, 108, 104);
}
.tag {
    width: 0;
    height: 0;
    border: 14px solid;
    border-style: dashed;
    border-color: transparent white transparent transparent;
    position: absolute;
    left: -13px;
    top: -14px;
}
.tag-boder {
    width: 0;
    height: 0;
    border: 12px solid;
    border-style: dashed;
    border-color: transparent #fff transparent transparent;
    position: relative;
    left: -40px;
}
.NodeDetail-content p{
    margin-top: 7px;
}
.oneNode .grey{display: inline-block;min-width: 75px;}
.fl{float: left;}
.fr{float: right;}
.ml-5{margin-left: 5px;}
.ml-20{margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-50{margin-left: 50px;}
.ml-60{margin-left: 60px;}
.ml-225{margin-left: 290px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-35{margin-right: 35px;}
.mr-50{margin-right: 50px;}
.mr-100{margin-right: 100px;}
.mr-20{margin-right: 20px;}
.color-b{color: #00aff0;}
.color-w{color: #fff;}
.grey{color: #ccc;}
.color-g{color: #58ce8d}
.color-r{color: rgb(255,102,102)}
.color-y{color:#f9a806;}

/*管理费编辑弹窗样式*/
#add_img{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: center;
    position: absolute;
    top: 9px;
    right: 120px;
    background: url("../../../com/images/add.png") no-repeat center center;
    background-size: 18px;
}
#add_con{
    right: 60px!important;
    font-size:14px!important;
    position: absolute;
    top: 9px;
    /*font-size: 15px;*/
    color: #6795b5;
    /*right: 6px;*/
}
.contentUl li{margin-top: 15px;}
#addPage .addWrap,#addPage .addWrap02, #detailsPage .addWrap{margin: 20px 0 0 35px;}
.contentInp{width: 533px;height:22px;padding: 2px 8px;border:1px solid #d3d7e8;border-radius: 5px;margin-left: 6px;}
.submitBtn{width: 90px;height:28px;color:#fff;background-color:#48a0ec;border:1px solid #48a0ec;border-radius:5px;margin-left: 518px;margin-top: 30px;margin-bottom:20px;cursor: pointer;font-size: 16px;line-height: 28px;text-align: center;}
#contButton{width: 100%;height: 30px;float: left;}
#addBox{width: 100%;height:507px;float:left;overflow-y: auto;}
/*附件*/
.managementEditImg{min-height: 100px;width: 80%;margin-left: 62px;}
.managementEditImg .businessImg{width: 100px;margin: 0 10px 10px 0;height: 100px;display: inline-block;}
.z_file input::-webkit-file-upload-button {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}
.z_file input{
    display: block;
    width: 100px;
    height: 130px;
    border: 0;
    outline: none;
    margin-top: -30px;
    vertical-align: middle;
    cursor: pointer;
}
/*.managementEditImg .z_file{display: none;}*/
#chooseUserUl li{width: 90px;line-height: 30px;text-align: center;border-radius: 5px;color: #00a0d8;border: 1px solid #00a0d8;margin: 0 10px 20px;float: left}
#chooseUserUl li:hover{color: #fff;background: #00a0d8;cursor: pointer;}
.chooseShenpiren li{width: 90px;line-height: 30px;text-align: center;border-radius: 5px;color: #00a0d8;border: 1px solid #00a0d8;margin: 0 10px 20px;float: left}
.chooseShenpiren li:hover{color: #fff!important;background: #00a0d8;cursor: pointer;}
.longWidth03 .el-dialog{
    /* width: 840px!important; */
    width: 90%!important;
}