.box[data-v-64dfec7a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  line-height: 2.5;
}
.box-top[data-v-64dfec7a] {
  border-bottom: 1px dashed grey;
}
.box-top[data-v-64dfec7a],
.box-bottom[data-v-64dfec7a] {
  padding: 0 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tool[data-v-64dfec7a] {
  max-width: 250px;
  border: 1px solid grey;
  border-radius: 5px;
  position: relative;
  float: left;
  margin-top: 1em;
  margin-right: 1em;
}
.tool-bottom-left[data-v-64dfec7a] {
  position: absolute;
  line-height: 1.5;
  left: 3px;
  bottom: 0px;
}
.tool-right[data-v-64dfec7a],
.tool-left[data-v-64dfec7a] {
  position: absolute;
  top: 0;
  line-height: 1.5;
  cursor: pointer;
}
.tool-right[data-v-64dfec7a]:hover,
  .tool-left[data-v-64dfec7a]:hover {
    color: red;
}
.tool-right[data-v-64dfec7a] {
  right: 3px;
}
.tool-left[data-v-64dfec7a] {
  left: 3px;
}

.default-input-style[data-v-76676054] {
  width: 100px;
  margin-left: 10px;
}

.banner[data-v-1d39462a] {
  background-color: #ddf1ff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.banner .banner-title[data-v-1d39462a] {
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
}
.controls > button + button[data-v-1d39462a] {
  margin-left: 0.3em;
}

