
.aos-money{
  .aos-money-input{
    >input{
      text-align: right;
    }
  }
  &__icon {
    color: #909399;
    cursor: pointer;
    margin-left: 8px;
  }
  &__icon--active {
    color: #409EFF;
  }
}