.com-confirmInfoTitle {
  padding-left: 12px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #464646;
  line-height: 42px;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 12px;
    width: 4px;
    background-color: var(--theme-primary);
  }
}
