﻿.tools[data-v-110bae22]
{
    min-width: 600px;
    height: 46px!important;
    border-bottom: 1px solid #6e94e0;
}
.tools i[data-v-110bae22]
{
    height: 24px;
    color: #6e94e0;
    margin: 0 20px;
    font-size: 1.5em;
    cursor: pointer;
}
.tools i[data-v-110bae22]:hover
{
    color: #9fe499;
}
.full-screen-btn-con .ivu-tooltip-rel
{
    height: 64px;
    line-height: 64px;
}
.full-screen-btn-con .ivu-tooltip-rel i
{
    cursor: pointer;
}
.qzyProductInfo_analyze_editor
{
    height: 300px;
}
.flowChart_tools .flowchartTools_li.item:hover
{
    cursor: pointer;
}
.flowchartTools
{
    padding: 0 10px 20px;
}
.flowchartTools_li
{
    color: #666;
    margin: 10px auto 0;
    position: relative;
    overflow: hidden;
}
.flowchartTools_li.title
{
    font-size: 14px;
    font-weight: 700;
}
.flowchartTools_li.item
{
    width: 162px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,21,41,.08);
    box-shadow: 0 1px 2px rgba(0,21,41,.08);
    padding-left: 50px;
    font-size: 14px;
}
.flowchartTools_li.item img
{
    width: 100%;
    display: block;
}
.flowchartTools_li.item i
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.flowchartTools_li.item p
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.flowChart
{
    height: 100%;
}
.flowChart_tools
{
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: #f4f5f7;
    -webkit-box-shadow: 0 1px 4px rgba(0,21,41,.08);
    box-shadow: 0 1px 4px rgba(0,21,41,.08);
}
.flowChart_tools_overflow
{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.flowChart_container
{
    padding: 5px 5px 5px 225px;
    background: #d4d7de;
    height: 100%;
}
.flowChart_container_rule
{
    position: absolute;
    left: 230px;
    top: 10px;
    z-index: 3;
}
.flowChart_container svg image
{
    width: 140px;
}
.flowChart_container marker
{
    fill: #3c39f2;
}
.flowChart_container .foreignObject
{
    position: relative;
    z-index: 2;
    cursor: default;
}
.flowChart_container .foreignObject_body
{
    background: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    font-size: 12px;
}
.flowChart_container .foreignObject_body .flowchartTools_li
{
    width: 140px;
    height: 36px;
    margin: 0;
    line-height: 38px;
    padding-left: 46px;
    text-align: left;
    font-size: 13px;
}
.flowChart_container .foreignObject_body .flowchartTools_li i
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}
.flowChart_container .graph
{
    height: 100%;
    border: 1px solid transparent;
}
.flowChart_container .graph_box
{
    height: 100%;
    width: 100%;
    overflow: auto;
}
.flowChart_container .graph.active
{
    border: 1px dashed #5cdc5c;
}
.flowChart_container.false
{
    cursor: no-drop;
}
.flowChart_container.false:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: no-drop;
    background: #000;
    opacity: .2;
    z-index: 2;
}
.flowChart_nodeDesc
{
    position: absolute;
    top: 10px;
    right: 0;
    background: #fff;
    width: 240px;
    -webkit-box-shadow: 0 1px 4px rgba(0,21,41,.08);
    box-shadow: 0 1px 4px rgba(0,21,41,.08);
}
.flowChart_nodeDesc_title
{
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 2px solid #0eacf2;
}
.flowChart_nodeDesc_ul
{
    padding: 0 10px 10px;
    position: relative;
}
.flowChart_nodeDesc_ul_li
{
    margin-top: 5px;
}
.flowChart_nodeDesc_ul_li.js
{
    position: absolute;
    bottom: 39px;
    left: 80px;
}
.rule_engine .qzyMainContent
{
    padding: 0;
}
g.conceptG.toLink
{
    cursor: crosshair;
}
g.conceptG circle
{
    fill: #f6fbff;
    stroke: #6164c1;
    stroke-width: 1px;
}
g.conceptG.selected circle
{
    fill: #e8d0ef;
    stroke: #9b78d3;
    stroke-width: 1.5px;
}
g.conceptG:hover circle
{
    fill: #c8eef1;
}
g.selected image
{
    border: 1px solid #ff7200;
}
g.selected circle
{
    fill: #e8d0ef;
    stroke: #9b78d3;
    stroke-width: 1.5px;
}
path.link.selected
{
    stroke: #9b78d3;
}
g.selected:hover circle
{
    fill: #e8d0ef;
}
g.conceptG text
{
    font-size: 12px;
    fill: #151996;
}
path.link
{
    fill: none;
    stroke: #a6a6f2;
    stroke-width: 2px;
    cursor: default;
}
path.link:hover
{
    stroke: #5ec4cc;
}
tspan
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}