










































.btn-add-section[_v-86f61ffa] {
  position: absolute;
  top: 50%;
  right: -120px;
  cursor: pointer;
  width: 80px;
  margin-top: -52px;
  text-align: center;
}
.btn-add-section span[_v-86f61ffa] {
  color: rgb(0, 92, 156);
  font-size: 12px;
  display: block;
  margin-top: 10px;
  opacity: 0.5;
}
.vf[_v-86f61ffa] {
  position: relative;
  padding-top: 65px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.vf-chart[_v-86f61ffa] {
  margin-left: 100px;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  white-space: nowrap;
}
.dimensions[_v-86f61ffa] {
  position: absolute;
  left: auto;
  top: -45px;
}




































































































.canvas[_v-0b0dfda6] {
  position: absolute;
  left: 0;
  top: 0;
}
.connector[_v-0b0dfda6] {
  fill: #d1dfe0;
  stroke: #d1dfe0;
  fill-opacity: 0.8;
  stroke-opacity: 1;
  stroke-width: 1
}
.connector[_v-0b0dfda6]:hover {
  fill-opacity: 1;
  cursor: pointer;
}
.connector.highlighting[_v-0b0dfda6] {
  fill: #88a4a4;
  stroke: #88a4a4;
  fill-opacity: 1;
}
.connector.hidden[_v-0b0dfda6] {
  pointer-events: none;
  -webkit-mask: url(#hide-mask);
          mask: url(#hide-mask);
}
.outflow[_v-0b0dfda6] {
  fill: url(#outflow-gradient)
}
.outflow[_v-0b0dfda6]:hover {
  cursor: pointer;
  fill: url(#outflow-gradient-hover);
}
.canvas.highlighting .connector[_v-0b0dfda6]:not(.highlighting) {
  fill-opacity: 0.25;
  stroke-opacity: 0.5
}
.canvas.highlighting .connector[_v-0b0dfda6]:not(.highlighting):hover {
  fill-opacity: 1;
  stroke-opacity: 1;
}
.canvas.highlighting .outflow[_v-0b0dfda6]:not(.highlighting) {
  fill: url(#outflow-gradient-blur)
}
.canvas.highlighting .outflow[_v-0b0dfda6]:not(.highlighting):hover {
  cursor: pointer;
  fill: url(#outflow-gradient-hover);
}




































































.vf-block__tooltip {
  position: fixed;
  padding: 5px;
  text-align: left;
  font-family: arial,sans-serif;
  color: #333;
  font-size: 13px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  z-index: 100;
}
.vf-block__tooltip h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 8px 0;
  margin: 0 0 10px;
}
.vf-block__tooltip__content {
  padding: 0 10px;
}
.vf-block__tooltip__content .ml {
  margin-left: -55px;
}
.vf-block__tooltip.tooltip-outflow {
  color: red;
  text-align: center;
}
.tooltip-block .vf-block__tooltip__content {
  padding-left: 65px;
}






















.vf-section[_v-31e7eb1b] {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
  position: relative;
  height: 100%;
}
.vf-section__hd[_v-31e7eb1b] {
  color: #333;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.5;
  height: 40px;
  width: 230px;
  position: absolute;
  top: -45px;
  left: 0;
}
.vf-section__hd h3[_v-31e7eb1b] {
  margin: 0;
}
.vf-section__hd__tip[_v-31e7eb1b] {
  color: #777;
  width: 280px;
}
.vf-section__btn-close[_v-31e7eb1b] {
  font-style: normal;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ccc;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.vf-section__btn-close[_v-31e7eb1b]:before {
  content: '\D7';
  color: #fff;
  font-family: 'Microsofot Yahei';
  display: inline-block;
  -webkit-transform: scale(.8, .8);
          transform: scale(.8, .8);
}
































.vf-block[_v-64214d08] {
  position: relative;
  width: 230px;
  margin-bottom: 35px;
  box-sizing: border-box;
  font-family: Arial;
  cursor: pointer;
}
.vf-block__block[_v-64214d08] {
  border-radius: 5px;
  border: 1px solid rgb(209, 223, 224);
  background-image: -webkit-linear-gradient(top, rgb(217, 238, 201), rgb(133, 202, 84));
  background-image: linear-gradient(to bottom, rgb(217, 238, 201), rgb(133, 202, 84));
  box-shadow: 0px 2px 2px #ccc;
}
.vf-origin-section .vf-block__block[_v-64214d08] {
  background: #fff;
}
.vf-block__content[_v-64214d08] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px 0;
}
.vf-block__path[_v-64214d08], .vf-block__value[_v-64214d08] {
  font-size: 12px;
  color: #555;
}
.vf-block__value[_v-64214d08] {
  font-weight: bolder;
}






































.vf-context-menu {
  position: fixed;
  padding: 8px 0;
  text-align: left;
  font-family: arial,sans-serif;
  color: #333;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 200px;
}
.vf-context-menu__item {
  padding-left: 20px;
  line-height: 1.8;
  background-color: #fff;
}
.vf-context-menu__item:hover {
  background-color: #D1DFE0;
}




















.nav {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 10;
  -webkit-user-select: none;
}
.nav__home {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 2px 2px rgba(0,0,0,.25);
  font-family: arial,sans-serif;
  font-size: 20px;
  color: #555;
  display: table;
}
.nav__home span {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.nav__home__icon {
  font-size: 12px;
  line-height: 1;
}
.nav__home__icon svg {
  width: 90%;
}
.scaler__up, .scaler__down {
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 2px 2px rgba(0,0,0,.25);
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  width: 20px;
  height: 16px;
  margin: 0 auto;
  background: #fff;
  font-size: 120%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
}
.scaler__slider {
  width: 23px;
  margin: 0 auto -1px;
  position: relative;
}
.scaler__slider__bar {
  background: #fff;
  margin: 0 auto;
  width: 5px;
  height: 122px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px rgba(0,0,0,.25);
  position: relative;
}
.scaler__slider__thumb {
  background: #fff;
  height: 12px;
  left: 1px;
  border: 1px solid #ccc;
  border-width: 1px;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  z-index: 2;
}
