.box-tool {
  width: 66px;
  height: 260px;
  display: none;
  padding: 10px 0 0;
  position: fixed;
  right: 0;
  top: calc(50% - 130px);
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 6px 10px 0 rgba(184, 189, 196, 0.59);
  border-radius: 6px 6px 6px 6px;
  z-index: 9999;
}
.box-tool .tool-text {
  height: 16px;
  margin: 6px 0;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box-tool .line {
  width: 42px;
  height: 1px;
  margin: 2px 0 9px;
  border: 1px solid rgba(184, 189, 196, 0.6);
}

.box-navigation {
  padding: 28px 10px;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 2px 5px 0 #EDEDED;
  border-radius: 6px 6px 6px 6px;
  z-index: 9999;
}
.box-navigation .nav-text {
  width: 80px;
  height: 32px;
  font-size: 12px;
  color: #555555;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background-color: transparent;
  border-radius: 6px 6px 6px 6px;
}
.box-navigation .nav-text.active, .box-navigation .nav-text:hover {
  color: #E60012;
  background-color: #E5E5E5;
}

/*# sourceMappingURL=tool.css.map */
