.step .el-header[data-v-4564b3d7] {
  height: auto !important;
  padding: 20px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset;
}
.step .el-header .el-row[data-v-4564b3d7] {
  color: #666;
  border: 5px solid #ddd;
  border-radius: 30px;
  background-color: #ddd;
}
.step .el-header .el-row .el-col.el-col-3[data-v-4564b3d7] {
  width: 200px;
  position: relative;
}
.step .el-header .el-row .el-col.el-col-3 .all-price[data-v-4564b3d7] {
  position: absolute;
  bottom: -23px;
  left: 35%;
  font-size: 13px;
}
.step .el-header .el-row .el-col.el-col-3 p[data-v-4564b3d7] {
  width: 185px;
  margin-right: 15px !important;
  color: #2A97F9;
  line-height: 30px;
  height: 30px;
  border: 4px solid transparent;
  background-color: #E9F3FD;
  cursor: pointer;
  text-align: center;
}
.step .el-header .el-row .el-col.el-col-3 p i[data-v-4564b3d7] {
  margin-right: 10px;
}
.step .el-header .el-row .el-col.el-col-3 p.active[data-v-4564b3d7] {
  color: #fff;
  background-color: #2A97F9;
}
.step .el-header .el-row .el-col.el-col-3 p.current[data-v-4564b3d7] {
  border-color: #2a97f9;
}
.step .el-header .el-row .el-col.el-col-3 p.reset[data-v-4564b3d7] {
  background-color: orange;
  border-color: orange;
}
.step .el-header .el-row .el-col.el-col-3 p.step0[data-v-4564b3d7] {
  color: #fff;
  background-color: #47A2FF;
}
.step .el-header .el-row .el-col.el-col-3 p.step1[data-v-4564b3d7] {
  color: #fff;
  background-color: #67c23a;
}
.step .el-header .el-row .el-col.el-col-3 p.step2[data-v-4564b3d7] {
  color: #fff;
  background-color: #e6a23c;
}
.step .el-header .el-row .el-col.el-col-3:first-child p[data-v-4564b3d7] {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.step .flex[data-v-4564b3d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  border: 5px solid #ddd;
  border-radius: 30px;
  background-color: #ddd;
  width: 100%;
}
.step .flex :first-child p[data-v-4564b3d7] {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.step .flex p[data-v-4564b3d7] {
  width: calc(100% - 15px);
  margin-right: 15px !important;
  color: #2A97F9;
  line-height: 30px;
  height: 30px;
  border: 4px solid transparent;
  background-color: #E9F3FD;
  cursor: pointer;
  text-align: center;
}
.step .flex p i[data-v-4564b3d7] {
  margin-right: 10px;
}
.step .flex p.active[data-v-4564b3d7] {
  color: #fff;
  background-color: #2A97F9;
}
.step .flex p.current[data-v-4564b3d7] {
  border-color: #2a97f9;
}
.step .flex p.reset[data-v-4564b3d7] {
  background-color: orange;
  border-color: orange;
}
.step .flex p.step0[data-v-4564b3d7] {
  color: #fff;
  background-color: #47A2FF;
}
.step .flex p.step1[data-v-4564b3d7] {
  color: #fff;
  background-color: #67c23a;
}
.step .flex p.step2[data-v-4564b3d7] {
  color: #fff;
  background-color: #e6a23c;
}
.status[data-v-4564b3d7] {
  background-color: white;
  padding-left: 20px;
  padding-bottom: 10px;
}
.status .success_icon[data-v-4564b3d7], .status .fail_icon[data-v-4564b3d7] {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.status .success_status[data-v-4564b3d7], .status .fail_status[data-v-4564b3d7] {
  font-size: 14px;
}
