*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selection{
 width: 1000px;
  margin: 0 auto;
  color: #333;
  font: 16px Verdana, sans-serif;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wrapper {
  position: relative;
}
.branch {
/*  background-color: #000;*/
  position: relative;
  margin-left: 250px;
  max-width:960px;
}
.branch:before {
  content: "";
  width: 50px;
  border-top: 1px solid #ddd;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: 1px;
}

.entry {
  position: relative;
  min-height: 60px;
}
.entry:before {
  content: "";
  height: 100%;
  border-left: 1px solid #ddd;
  position: absolute;
  left: -50px;
}
.entry:after {
  content: "";
  width: 50px;
  border-top: 1px solid #ddd;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: 1px;
}
.entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 2px;
  border-radius: 10px 0 0 0;
}
.entry:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}
.entry:last-child:before {
  width: 10px;
  height: 50%;
  border-radius: 0 0 0 10px;
}
.entry:last-child:after {
  height: 10px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 0 10px;
  margin-top: -9px;
}
.entry.sole:before {
  display: none;
}
.entry.sole:after {
  width:40px;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
}
.jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:45%;
  margin-top: -15px;
  color:red;
}
.title2jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:32%;
  margin-top: -15px;
  color:red;
}
.title3jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:30%;
  margin-top: -15px;
  color:red;
}
.title4jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:30%;
  margin-top: -15px;
  color:red;
}
.title5jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:26%;
  margin-top: -15px;
  color:red;
}
.title6jin{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top:24%;
  margin-top: -15px;
  color:red;
}
.labeljin2{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5%;
  margin-top: -15px;
  color:red;
}
.label {
  display: block;
  min-width: 140px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.label-1{
  display: block;
  min-width: 140px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
  left: 150px;
  top: 50%;
  margin-top: -15px;
}

.label-3{
  display: block;
  min-width: 140px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
  left:300px;
  top: 50%;
  margin-top: -15px;
}
.labeljin2-3{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 300px;
  top: 5%;
  margin-top: -15px;
  color:red;
}
.labeljin2-2{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 140px;
  top: 5%;
  margin-top: -15px;
  color:red;
}
.title1 {
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #333;
  font-weight: bold;
}
.title2{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  /*border: 1px solid #333;*/
  border-radius: 5px;
  background: #5692cd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.title3{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  /*border: 1px solid #333;*/
  border-radius: 5px;
  background: #d74b4c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}

.title4{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  /*border: 1px solid #333;*/
  border-radius: 5px;
  background: #296d18;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.title5{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  /*border: 1px solid #333;*/
  border-radius: 5px;
  background: #325397;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.title6{
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  /*border: 1px solid #333;*/
  border-radius: 5px;
  background: #ff6402;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
