.ant-radio-wrapper-checked::after {
  content: '';
  position: absolute;
  left    : 50%;
  bottom  : 6px;
  transform: translateX(-50%);
  height  : 1px;
  width   : 28px;
  border-bottom: 1px solid #001026;

}