.tagtree {

    padding: 10px;
}
.tagtree ul{
    margin-left:20px;
}
.tagtree li {
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
    list-style-type:none;
}
.tagtree li::before, .tagtree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tagtree li::before {
    border-left:1px dashed #795548;
    bottom:50px;
    height:100%;
    top:-4px;
    width:1px
}
.tagtree li::after {
    border-top:1px dashed #795548;
    height:20px;
    top:25px;
    width:25px
}
.tagtree li span {
	position: relative;
z-index: 1;
background-color: #FFF;
display: inline-block;
padding: 0 8px 0 5px;
font-size: 14px;
line-height: 28px;
color: black;
border: 1px solid #999;
border-radius: 5px;
}

.tagtree li span {
    cursor:pointer
}
.tagtree>ul>li::before, .tagtree>ul>li::after {
    border:0
}
.tagtree li:last-child::before {
    height:30px
}


.node-count {
    display: inline-block;
    font-size: 10px;
    margin-left: 3px;
    height: 16px;
    width: 16px;
    background-color: #8bc34a;
    text-align: center;
    line-height: 16px;
    color: white;
    border-radius: 8px;
}
.tagtree li span i
{
    color: black;
    font-size: 14px;
}

span .i-check
{
    display: inline-block;
    color: #FFEB3B !important;
}