.payment-btn {
  &.alipay {
    background-color: #1678ff;
    color: #fff;

    &:after {
      color: #fff;
      content: "\f642";
    }
  }
}
