.press-sche-card-join {
  &__teams {
    margin: .3rem auto 0;
    width: 5.98rem;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
  }

  &__team {
    flex-shrink: 0;
    margin-right: .36rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  &__team-avatar-box {
    width: 1rem;
    height: 1rem;
    border: 1px solid #575e6a;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  &__team-avatar {
    width: 1rem;
    height: 1rem;
    max-width: 100%;
    max-height: 100%;
  }

  &__team-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .31rem;
    line-height: .31rem;
    font-size: .2rem;
    color: #f4f450;
    text-align: center;
    background-color: rgba(0, 0, 0, .38);

    &--light {
      color: #33e2d1;
    }
  }

  &__team-name {
    color: #2a333c;
    text-align: center;
    font-size: .2rem;
    margin-top: .096rem;
  }
}