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

  &__score-item {
    margin-right: .84rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  &__score-num {
    color: #2a333c;
    font-family: 'PEACE';
    font-size: .72rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }

  &__score-result {
    display: flex;
    align-items: center;

    line-height: .28rem;
    text-align: center;
    flex-shrink: 0;
    border-radius: .04rem;
    text-align: center;

    font-family: PingFang SC;
  }

  &__score-round {
    font-size: .24rem;
  }

  &__score-bg {
    display: inline-block;
    margin-left: .08rem;
    width: .28rem;
    height: .28rem;
    color: #fff;
    font-size: .2rem;


    &---green {
      background: #33e2d1;
    }

    &---pink {
      background: #f115c7;
    }

    &---gray {
      background: #8c8b9b;
    }
  }
}