.press__team-popover {
  position: absolute;
  // top: .8rem;
  top: .2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.5rem;
  height: 2.14rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/confirm-member-info-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 9;

  &--reversed {
    bottom: .2rem;
    top: unset;
  }

  .press__team-popover-name {
    background: linear-gradient(to bottom, #fff, #868686);
    -webkit-background-clip: text;
    color: transparent;
    font-size: .24rem;
    padding: .2rem .2rem 0 .2rem;
  }

  .press__team-popover-list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .14rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  ::v-deep {
    .press__personal-rank-name {
      color: rgba(255, 255, 255, .75);
    }
  }

}