@w: 37.5rem;
.vux-reddot,.vux-reddot-border,.vux-reddot-s {
  position: relative;
}

.vux-reddot:after,.vux-reddot-border:after,.vux-reddot-s:after {
  content: '';
  position: absolute;
  display: block;
  width: 8/@w;
  height: 8/@w;
  background-color: #f74c31;
  border-radius: 5px;
  right: -3/@w;
  top: -3/@w;
  background-clip: padding-box;
}

.vux-reddot-border:before {
  content: '';
  position: absolute;
  display: block;
  width: 8/@w;
  height: 8/@w;
  background-color: #fff;
  border-radius: 5px;
  right: -4/@w;
  top: -4/@w;
  background-clip: padding-box;
  padding: 1px;
}

.vux-reddot-s:after {
  width: 6/@w;
  height: 6/@w;
  top: -5/@w;
  right: -5/@w;
}
