$countboxPrefixCls: #{$prefixCls}-countbox;

.#{$countboxPrefixCls} {
  display: flex;
  border: 1px solid black;
  height: 26px;
  width: 80px;
}

.#{$countboxPrefixCls}-signbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 25%;
}

.#{$countboxPrefixCls}-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
}
