.steps {
  padding: 5px 25px;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bluetagClass {
  padding: 30px;
  font-size: 30px;
  color: #096dd9;
}

.greytagClass {
  padding: 30px;
  font-size: 30px;
  color: #d9d9d9;
}

.greentagClass {
  padding: 30px;
  font-size: 30px;
  color: #389e0d;
}

.capitalClass {
  font-size: 10px;
  min-height: 10px;
  line-height: 13px;
  color: #0781ff;
}


.read-only[readonly],
.read-only[readonly],
.read-only input[readonly],
.read-only textarea[readonly] {
  background-color: #EEEEEE;
}

.text-right {
  width: 100%;
  overflow: hidden;
  /* 文本溢出显示省略号 */
  text-overflow: ellipsis;
  /* 文本不会换行 */
  white-space: nowrap;
  text-align: right;
}