.hairline-remove-right-bottom {
  border-bottom: 0;
}
.hairline-remove-right-bottom:after {
  display: none;
}
.hairline-remove-right-bottom-bak:after {
  display: none;
}
.hairline-remove-left-top:before {
  display: none;
}
.am-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
}
.am-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.am-steps-item.am-steps-status-wait .am-steps-head-inner {
  border-color: #ccc;
  background-color: #fff;
}
.am-steps-item.am-steps-status-wait .am-steps-head-inner > .am-steps-icon {
  color: #ccc;
}
.am-steps-item.am-steps-status-wait .am-steps-title {
  color: #000;
}
.am-steps-item.am-steps-status-wait .am-steps-description {
  color: #ccc;
}
.am-steps-item.am-steps-status-wait .am-steps-tail > i {
  background-color: #ccc;
}
.am-steps-item.am-steps-status-process .am-steps-head-inner {
  border-color: #108ee9;
  background-color: #108ee9;
  border: 0;
}
.am-steps-item.am-steps-status-process .am-steps-head-inner > .am-steps-icon {
  color: #fff;
}
.am-steps-item.am-steps-status-process .am-steps-title {
  color: #000;
}
.am-steps-item.am-steps-status-process .am-steps-description {
  color: #ccc;
}
.am-steps-item.am-steps-status-process .am-steps-tail > i {
  background-color: #108ee9;
  width: 50%;
}
.am-steps-item.am-steps-status-finish .am-steps-head-inner {
  border-color: #108ee9;
  background-color: #fff;
}
.am-steps-item.am-steps-status-finish .am-steps-head-inner > .am-steps-icon {
  color: #108ee9;
}
.am-steps-item.am-steps-status-finish .am-steps-tail > i {
  background-color: #108ee9;
}
.am-steps-item.am-steps-status-finish .am-steps-title {
  color: #000;
}
.am-steps-item.am-steps-status-finish .am-steps-description {
  color: #ccc;
}
.am-steps-item.am-steps-status-error .am-steps-head-inner {
  border-color: #f4333c;
  background-color: #fff;
}
.am-steps-item.am-steps-status-error .am-steps-head-inner > .am-steps-icon {
  color: #f4333c;
}
.am-steps-item.am-steps-status-error .am-steps-title {
  color: #000;
}
.am-steps-item.am-steps-status-error .am-steps-description {
  color: #ccc;
}
.am-steps-item.am-steps-status-error .am-steps-tail > i {
  background-color: #ddd;
}
.am-steps-item.am-steps-next-error .am-steps-tail > i,
.am-steps-item.am-steps-next-error .am-steps-tail > i:after {
  background-color: #f4333c;
}
.am-steps-item.am-steps-custom .am-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.am-steps-item.am-steps-custom .am-steps-head-inner > .am-steps-icon {
  display: block;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
}
.am-steps-item.am-steps-custom.am-steps-status-process .am-steps-head-inner > .am-steps-icon {
  color: #108ee9;
}
.ellipsis-item.am-steps-status-wait.am-steps-item.am-steps-custom .am-steps-head-inner > .am-steps-icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #ccc;
  border-radius: 50%;
}
.am-steps-item.error-tail .am-steps-tail {
  background-color: #f4333c;
}
.am-steps-head,
.am-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.am-steps-head-inner {
  display: block;
  box-sizing: border-box;
  border: 0.125rem solid #ccc;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.am-steps-head-inner > .am-steps-icon {
  line-height: 1;
  top: -0.04688rem;
  color: #108ee9;
  position: relative;
}
.am-steps-head-inner > .am-steps-icon.anticon {
  font-size: 0.75rem;
}
.am-steps-head-inner > .am-steps-icon.anticon-cross,
.am-steps-head-inner > .am-steps-icon.anticon-check {
  font-weight: bold;
}
.am-steps-title {
  font-size: 1.0625rem;
  margin-bottom: 0.125rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 0.3125rem;
}
.am-steps-item-last .am-steps-title {
  padding-right: 0;
}
.am-steps-description {
  font-size: 0.875rem;
}
.am-steps-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.625rem;
}
.am-steps-tail > i {
  display: inline-block;
  vertical-align: top;
  background: #ddd;
  height: 0.125rem;
  width: 100%;
  position: relative;
}
.am-steps-tail > i:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  background: #ddd;
  height: 100%;
  opacity: 0;
}
.am-steps.am-steps-small .am-steps-main {
  margin-top: 0;
}
.am-steps.am-steps-small .am-steps-title {
  font-size: 0.9375rem;
  color: #000;
}
.am-steps.am-steps-small .am-steps-description {
  font-size: 0.75rem;
  color: #ccc;
}
.am-steps.am-steps-small .am-steps-tail {
  padding: 0 0.25rem;
}
.am-steps.am-steps-small .am-steps-tail > i {
  height: 0.03125rem;
  border-radius: 0.03125rem;
  width: 100%;
}
.am-steps.am-steps-small .am-steps-item.am-steps-custom .am-steps-head-inner,
.am-steps-item.am-steps-status-error .am-steps-head-inner,
.am-steps-item.am-steps-custom .am-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.am-steps.am-steps-small .am-steps-item.am-steps-custom .am-steps-head-inner > .am-steps-icon {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
}
.am-steps.am-steps-small .am-steps-item.am-steps-status-wait.am-steps-custom .am-steps-head-inner > .am-steps-icon {
  font-size: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
}
.am-steps.am-steps-small .am-steps-item.am-steps-status-process .am-steps-head-inner {
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: 50%;
}
.am-steps-vertical .am-steps-item {
  display: block;
}
.am-steps-vertical .am-steps-tail {
  position: absolute;
  left: 0.6875rem;
  height: 100%;
  width: 0.125rem;
  padding: 0;
  background-color: #ddd;
}
.am-steps-vertical .am-steps-tail > i {
  height: 100%;
  width: 0.125rem;
}
.am-steps-vertical .am-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.am-steps-vertical .am-steps-status-finish .am-steps-tail > i:after {
  height: 100%;
}
.am-steps-vertical .am-steps-head {
  float: left;
}
.am-steps-vertical .am-steps-head-inner {
  margin-right: 0.9375rem;
}
.am-steps-vertical .am-steps-main {
  min-height: 4.375rem;
  overflow: hidden;
  display: block;
}
.am-steps-vertical .am-steps-main .am-steps-description {
  padding-bottom: 0.5625rem;
}
.am-steps-vertical .am-steps-item.am-steps-status-process .am-steps-tail > i {
  width: 0.125rem;
  height: 55%;
}
.am-steps-vertical.am-steps-small .am-steps-tail {
  position: absolute;
  left: 0.5rem;
  padding: 0;
  width: 0.0625rem;
}
.am-steps-vertical.am-steps-small .am-steps-tail > i {
  height: 100%;
}
.am-steps-vertical.am-steps-small .am-steps-item.am-steps-status-process .am-steps-tail > i {
  height: 50%;
  width: 0.0625rem;
}
.am-steps-vertical.am-steps-small .am-steps-item .am-steps-head-inner {
  margin-right: 0.5625rem;
}
.am-steps-horizontal.am-steps-hidden {
  visibility: hidden;
}
.am-steps-horizontal .am-steps-description {
  max-width: 4.6875rem;
}
.am-steps-horizontal.am-steps-small .am-steps-tail {
  top: 0.5rem;
}
.am-steps-label-vertical .am-steps-tail {
  left: 1.875rem;
  right: 0;
  width: auto;
  background-color: #ddd;
}
.am-steps-label-vertical .am-steps-item .am-steps-step {
  display: inline-block;
  text-align: center;
}
.am-steps-label-vertical .am-steps-item:not(:first-child) .am-steps-head {
  margin-left: 0;
  padding-left: 0;
}
.am-steps-label-vertical .am-steps-head {
  display: inline-block;
}
.am-steps-label-vertical .am-steps-head-inner {
  margin: 0 auto;
}
.am-steps-label-vertical .am-steps-main {
  display: block;
  margin-top: 0.375rem;
}
.am-steps-label-vertical .am-steps-main .am-steps-title {
  padding-right: 0;
}
.am-steps-label-vertical .am-steps-main .am-steps-description {
  text-align: left;
}
