.manage-top-guide-map[data-v-fb3671c2] {
  height: 179px;
  background: url(../img/manage-top-guide-map-bg.4a8b3a12.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 57px;
  padding-right: 15px;
  position: relative;
}
.manage-top-guide-map .close[data-v-fb3671c2] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  cursor: pointer;
}
.manage-top-guide-map .subheading[data-v-fb3671c2] {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  font-style: italic;
  color: #538be3;
  line-height: 14px;
}
.manage-top-guide-map .second[data-v-fb3671c2] {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.manage-top-guide-map .description[data-v-fb3671c2] {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  opacity: 0.8;
}
.manage-top-guide-map[data-v-fb3671c2] .el-step__icon {
  border: none;
  background-color: transparent;
}
.manage-top-guide-map[data-v-fb3671c2] .is-text {
  border-radius: 0 !important;
  border: none;
  background-color: none;
}
.manage-top-guide-map[data-v-fb3671c2] .el-step__line {
  background-color: rgba(0, 0, 0, 0.15);
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.manage-top-guide-map[data-v-fb3671c2] .other .is-finish .el-step__line {
  border-top: 2px dashed #427bd4;
  height: 0;
  background-color: transparent;
}
.v-leave-active[data-v-fb3671c2] {
  animation: myAni-fb3671c2 0.4s linear reverse;
}
@keyframes myAni-fb3671c2 {
from {
    transform: translateY(-100%);
}
to {
    transform: translateY(0px);
}
}

.title {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.el-drawer__header {
  margin-bottom: 10px;
}
.el-drawer__body {
  padding: 0 20px;
  position: relative;
}
.el-drawer__body .content .text {
  font-weight: 600;
}
.el-drawer__body .content .infor {
  margin: 20px;
}
.el-drawer__body .content .infor .text-infor {
  width: 75%;
  font-size: 14px;
  margin: 0 0 10px 50px;
  display: flex;
  justify-content: space-between;
}
.el-drawer__body .content .infor .pagination {
  position: absolute;
  right: 30px;
}
.el-drawer__body .content .btn-div {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
}
.dialog-div {
  position: relative;
}
.dialog-div .pagination {
  position: absolute;
  right: 10px;
}
.dialog-div .dialog-btn {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

