.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-button {
  width: 100%;
  display: inline-block;
  outline: 0 none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 1.125rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
}
.am-button.am-button-active {
  background-color: #ddd;
}
.am-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1PX solid #108ee9;
}
.am-button-primary.am-button-active {
  background-color: #1284d6;
}
.am-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border: 1PX solid #108ee9;
}
.am-button-ghost.am-button-active {
  color: #fff;
  background-color: #1284d6;
  border: 1PX solid #108ee9;
}
.am-button-inline {
  width: auto;
  padding: 0 0.9375rem;
}
.am-button-small {
  font-size: 0.75rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-background-clip: padding-box;
  padding: 0 0.375rem;
}
.am-button-warning {
  color: #f86e21;
  background-color: #fff;
  border: 1PX solid #f88b88;
}
.am-button-warning.am-button-active {
  background-color: #fdcccb;
}
.am-button.am-button-across,
.am-button-primary.am-button-across,
.am-button-ghost.am-button-across,
.am-button-warning.am-button-across {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  border-left: 0;
  border-right: 0;
}
.am-button.am-button-disabled,
.am-button-primary.am-button-disabled,
.am-button-ghost.am-button-disabled,
.am-button-warning.am-button-disabled {
  color: #bbb;
  background-color: #ddd;
  border: 0;
}
.am-button > .anticon + span,
.am-button > span + .anticon {
  margin-left: 0.5em;
}
