/* Color
----------------------- */
.my-robot[data-v-8963796e] {
  position: fixed;
  right: 75px;
  bottom: 48px;
  z-index: 11;
}
.open-current-manual-Intelligent[data-v-8963796e] {
  position: fixed;
  z-index: 11;
}
.open-current-manual-Intelligent .intelligent-icon[data-v-8963796e] {
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #507ff7;
}
.open-current-manual-Intelligent .intelligent-icon svg[data-v-8963796e] {
  width: 20px;
  height: 20px;
}
.open-current-manual-Intelligent .text-container[data-v-8963796e] {
  position: absolute;
  top: -35px;
  right: 0;
}
.open-current-manual-Intelligent .text2[data-v-8963796e] {
  height: 28px;
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  line-height: 28px;
  padding: 0 4px;
  border-radius: 14px;
  color: #303133;
  background-color: #fff;
}
.open-current-manual-Intelligent .text2 .span-issue[data-v-8963796e] {
  box-shadow: 4px 3px 2px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  height: 28px;
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  line-height: 28px;
  padding: 0 4px;
  border-radius: 14px;
  color: #303133;
  background-color: #fff;
}
.open-current-manual-Intelligent .text2 .circle[data-v-8963796e] {
  display: inline-block;
  transform: translateY(5px);
  width: 20px;
  height: 20px;
  background-color: #9b66e7;
  border-radius: 50%;
}
.open-current-manual-Intelligent .text2 .circle svg[data-v-8963796e] {
  width: 12px;
  height: 12px;
  transform: translate(4px, -3px);
}
.open-current-manual-Intelligent .slide-enter-active[data-v-8963796e],
.open-current-manual-Intelligent .slide-leave-active[data-v-8963796e] {
  transition: all 1s linear;
}
.open-current-manual-Intelligent .slide-leave-to[data-v-8963796e] {
  transform: translateY(-30px);
}
.open-current-manual-Intelligent .slide-enter[data-v-8963796e] {
  transform: translateY(20px);
}
.open-current-manual-Intelligent .slide-enter[data-v-8963796e],
.open-current-manual-Intelligent .slide-leave-to[data-v-8963796e] {
  opacity: 0;
}
.open-current-manual-Intelligent .slide-enter-to[data-v-8963796e],
.open-current-manual-Intelligent .slide-leave[data-v-8963796e] {
  opacity: 1;
}
