.content-box[data-v-695b12d0] {
  padding: 0;
}
.content-header[data-v-695b12d0] {
  margin: 0;
}
.block-title[data-v-695b12d0] {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.steps[data-v-35739ae2] {
  position: fixed;
  top: 60%;
  transform: translate(0, -50%);
  right: 0px;
  width: 48px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 30px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 100;
}
.steps[data-v-35739ae2]:hover {
  width: 160px;
}
.steps .el-steps[data-v-35739ae2] {
  float: right;
  margin-right: 12px;
}
.steps[data-v-35739ae2] .el-step.is-vertical .el-step__main {
  position: absolute;
  left: -125px;
  text-align: right;
  width: 100px;
}
.steps[data-v-35739ae2] .el-step__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #bfc4ce;
  border-color: #bfc4ce;
  color: #fff;
}
.steps[data-v-35739ae2] .el-step__title {
  cursor: pointer;
  font-size: 14px !important;
}
.steps[data-v-35739ae2] .el-step__head.is-process .el-step__icon {
  background: #0890ef;
  border-color: #0890ef;
}
.steps[data-v-35739ae2] .el-step.is-vertical .el-step__line {
  left: 11px;
}
.steps[data-v-35739ae2] .el-step__title.is-wait,
.steps[data-v-35739ae2] .el-step__head.is-wait,
.steps[data-v-35739ae2] .el-step__title.is-finish,
.steps[data-v-35739ae2] .el-step__head.is-finish {
  color: #bfc4ce;
  border-color: #9fd2ff;
  font-size: 16px;
  line-height: 20px;
}
.steps[data-v-35739ae2] .el-step__title.is-process {
  color: #077fef;
}
