.ph-button {
  touch-action: manipulation;
  display: block;
  height: 1.44rem;
  line-height: 1.44rem;
  font-size: 0.48rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 0.74667rem;
  background-color: #ffb400;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}
.ph-button-large-br {
  border-radius: 0.8rem;
}
.ph-button-inline {
  display: inline-block;
  padding: 0 0.4rem;
}
.ph-button-active {
  position: relative;
}
.ph-button-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.ph-button.ph-button-disabled {
  color: #fff;
  background-color: #d8d8d8;
}
.ph-button-danger {
  color: #fff;
  background-color: #ff3333;
}
.ph-button-ghost {
  color: #ffb400;
  border: 1PX solid #ffb400;
  background-color: transparent;
}
.ph-button-ghost.ph-button-active {
  background-color: rgba(79, 203, 25, 0.1);
}
.ph-button-ghost.ph-button-active::after {
  content: none;
}
.ph-button-ghost.ph-button-disabled {
  color: #d8d8d8;
  border-color: #d8d8d8;
  background-color: transparent;
}
.ph-button-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.ph-button-icon > .ph-button-icon {
  margin-right: 0.5em;
}
.ph-button-pad {
  height: 0.52734rem;
  line-height: 0.52734rem;
  border-radius: 0.27344rem;
  font-size: 0.17578rem;
}
