.node_card {
  width: 67px;
  height: 26px;
  background: #e8e0d3;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #713b21;
  margin-top: 40px;
}
.node_child {
  position: absolute;
  top: -21px;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.outline_right {
  padding: 0 20px 90px 0;
}
.node_origin:first-child {
  margin-left: 42px !important;
}
.nodechild_origin{
    margin-left: 29% !important;
}
.dashed_line::after,.straight_3::after{
    position: absolute;
    top: 53px;
    /* left: 50%; */
    left: 42%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 50px;
    border-left: 1px dashed #C6B1A6;
    content: "";
}
.transverse_line::before,.straight_line::before{
    position: absolute;
    top: 13px;
    left: -65px;
    width: 65px;
    height: 50px;
    border-top: 1px dashed #C6B1A6;
    content: "";
}
.straight_line::before{
    top: 14px;
    left: -49px;
    width: 47px;
}
.one_line::before{
    left: -58px;
    width: 56px;
}
.straight_3::after{
    top: 118px;
    height: 182px;
}
.straight_2::after{
    top: 86px;
    height: 116px;
}
.node_origin{
    position: relative;
}
.node_border::after,.node_borders::after{
position: absolute;
top: 15px;
left: -68px;
width: 1px;
height: 110%;
content: "";
border-left: 1px dashed #C6B1A6;
}
.node_borders::after{
    left: -51px;
}
.subordinate_line::before{
    left: -49px;
    /* width: 33px; */
    width: 50px;
}
.child_box{
    position: absolute;
    top: 92%;
    left: -48px;
}
.father_line::after{
    position: absolute;
    top: 30px;
    /* left: 50%; */
    left:7%;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #C6B1A6;
    content: "";
}
.father_line_two::after{
    left: 8%;
}
.father_line_three::after{
    left: 9%;
}
.father_line_four::after{
    left: 10%;
}
.father_line_five::after{
    left: 12%;
}
.father_line_six::after{
    left: 14%;
}
.father_line_seven::after{
    left: 16%;
}
.father_line_eight::after{
    left: 22%;
}
.father_line_nine::after{
    left: 31%;
}
.father_line_ten::after{
    left: 55%;
}
.father_line_eleven::after{
    left: 74px;
}
.node_box,.node_layer{
    position: relative;
}
.active_bg{
    background: #EDC5CA;
    color: #B30D20;
}
.help_layer{
    position: absolute;
    top: 10px;
    right: 30px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #713b21;
    cursor: pointer;
}