*{
    margin: 0;padding: 0;
}
html{
}
.fd-nav-content {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-x: scroll;
    overflow-y: auto;
    padding-bottom: 30px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
	font-size:12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zoom{
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 40px;
    width: 100px;
    right: 40px;
    margin-top: 30px;
    z-index: 10;
    font-size: 25px;
}
.zoom span{
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #c1c1cd;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
.node-wrap{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

.node-wrap-box{
    width:220px;
    display:inline-flex;
    align-items:center;
    flex-direction:column;
    background-color:#FFFFFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    border: 1px solid #F5F5F5;
    position: relative;	
}

.node-wrap-box-start{
    width:220px;
    display:inline-flex;
    align-items:center;
    flex-direction:column;
    background-color:#FFFFFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    border: 1px solid #F5F5F5;
    position: relative;	
}
.node-wrap-box-start .title{
	line-height:25px;
    border-radius:4px 5px 0 0;
	background:#50B7F4;
}
.node-wrap-box-start>div{
    width: 100%;
}
.node-wrap-box-start>div:nth-of-type(1){
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    position: relative;
	
}
.node-wrap-box-start>div:nth-of-type(2){
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
	font-size:12px;
	line-height:18px;
}
.btnRemove{
    position: absolute;
    top: 12px;
    right: 10px;
    display: none;
}
.node-wrap-box:hover{
	border:1px solid #E2E4E8;
    transition: all .3s;
}
.node-wrap-box::before{
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    border-style: solid;
    border-width: 8px 6px 4px;
    border-color: #E2E4E8 transparent transparent;
    background: #fff;
}
.node-wrap-box:hover .btnRemove{
    display: block;
}
.node-wrap-box:hover .userEdit{
}
.node-wrap-box .userEdit{
}
.node-wrap-box .title{
	line-height:25px;
    border-radius:4px 5px 0 0;
	background:#50B7F4;
}
.node-wrap-box[nodetype='counterssign'] .title{
	background:#f48e50;
}
.node-wrap-box>div{
    width: 100%;
}
.node-wrap-box>div:nth-of-type(1){
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    position: relative;
	
}
.node-wrap-box>div:nth-of-type(2){
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
	font-size:12px;
	line-height:18px;
}
.node-add-btn-box{
    position: relative;
}
.node-add-btn-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #E2E4E8;
}
.add-node-btn{
    padding: 30px 0;
}
.top-left-cover-line{
    position: absolute;
    height: 4px;
    width: 50%;
    background-color: #fff;
    top: -3px;
    left: -1px;
}
.bottom-left-cover-line{
    position: absolute;
    height: 4px;
    width: 50%;
    background-color: #fff;
    bottom: -3px;
    left: -1px;

}
.top-right-cover-line{
    position: absolute;
    height: 4px;
    width: 50%;
    background-color: #fff;
    top: -3px;
    right: -1px;
}
.bottom-right-cover-line{
    position: absolute;
    height: 4px;
    width: 50%;
    background-color: #fff;
    bottom: -3px;
    right: -1px;
}
.cover-line-overflow{
	background-color:#fff
}
.add-node-btn button{
    border-radius:  50%;
    background: #50B7F4;
    font-size: 18px;
    width:32px;
    line-height: 33px;
    padding: 0;
    margin: 0;
	color:#fff;
	border:none;
	outline:none;
}
.add-node-btn button:hover{
    background: #50B7F4;
    transform: scale(1.2);
    transition:all .3s
}
.branch-box-wrap{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.branch-box{
    display: flex;
    border-bottom: 2px solid #E2E4E8;
    border-top: 2px solid #E2E4E8;
    position: relative;
}
.add-branch{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: -15px;
    z-index: 1;
    border-radius: 15px;
    color: rgb(50, 150, 250);
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    background: #FFFFFF;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
    transform: translateX(-50%);
    
}
.col-box{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.col-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #E2E4E8;
	
}
.condition-node-box{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 30px 50px 0 50px;
}
.auto-judge{
    background-color: #FFFFFF;
    border-radius: 5px;
    width: 220px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    border: 1px solid #FFFFFF;
}
.auto-judge:hover{
    border: 1px solid rgb(50, 150, 250);
    transition:all .3s
}
.title-wrapper{
    padding: 5px 0;
    background-color: #17233d;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 12px;
	line-height:24px;
    position: relative;
	padding-left:10px;
}
.auto-judge:hover .btnRemove{
    display: block;
}
.auto-judge>div:nth-of-type(2){
    padding: 15px 10px;
}
.condition-node-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #E2E4E8;
}
.condition-input{
    line-height: 19px;
    height: 18px;
    display: inline-block;
    width: 135px;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
    border: none;
}
.end-node{
    border-radius: 50%;
    font-size: 14px;
    color: rgba(25, 31, 37, .4);
    text-align: left;
}
.end-node-circle{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #dbdcdc;
}
.end-node-text{
    margin-top: 5px;
    text-align: center;
}
.contene-open-choose{
    display: flex;
    justify-content: space-between; 
    align-items: center;padding: 10px 15px;
}
.add-node-btn-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #cacaca;
}
.item-wrapper{
    cursor: pointer;
    border-radius: 50%;
	width:48px;
	height:48px;
	color:#fff;
}

.item-wrapper:hover{
    transform: scale(1.15);
    transition:all .3s
}
.item-wrapper span{
    display: inline-block;
	padding-top:12px;
	padding-left:2px;
    font-size: 24px;
}
.item-user{
    padding: 0;
    margin: 0;
    padding-top: 5px;
}
#addtooltip-box{
    display: flex;
    text-align: center;
}
#addtooltip-box>div:nth-of-type(1) span{
    color: #fff;
}
#addtooltip-box>div:nth-of-type(2) span{
    color: #fff;
}
#addtooltip-box>div:nth-of-type(3) span{
    color: #fff;
}
#addtooltip-box>div{
    padding: 10px 15px;
}
#addtooltip-warpper{
    z-index: 999;
    display: none;
    position: fixed;
    background: #FFFFFF;
    border: 1px solid #EBEEF5;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	padding:10px;
}
#addtooltip-pointer::after{
    content: "";
    border: 8px solid transparent;
    border-right-color: #EBEEF5;
    position: absolute;
    left: -17px;
    top: 20px;
}
