.commanderCenter-pop1 {
  width: 2.8rem;
  height: 1.6rem;
  border: solid 1px #000000;
  top: 3rem;
  left: 8rem;
  position: absolute;
  border-radius: 0.05rem;

}

.commanderCenter-pop1 {
  position: absolute;
  height: 18px;
  width: 3px;
  background: rgba(0, 127, 232, 1);
  bottom: -16px;
}

.commanderCenter-assets-line2 {
  position: absolute;
  height: 3px;
  width: 59px;
  background: rgba(0, 127, 232, 1);
  bottom: -19px;
}

.commanderCenter-assets-line3 {
  position: absolute;
  height: 3px;
  width: 54px;
  background: rgba(0, 127, 232, 1);
  bottom: -1px;
  left: 51px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}