.label {
  padding: 3px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #f38f10;
  font-size: 10px;
  z-index: 5;
  color: white;
}
.label.labelPro {
  background: #ffd500;
  color: #666666;
}
.label.labelDiy {
  background: #aed73c;
  color: white;
}
