.t-img {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
.t-img2 {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}
.t-name {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.container_bottom {
  position: absolute;
  bottom: 34px;
  width: 100%;
  background: #333;
  height: 2px;
}

.border_progress {
  width: 0;
  height: 1px;
  background: #bababa;
  position: absolute;
  top: 0;
  transition: 0.05s all;
}
.border_progress::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.6;
}
