.winners {
  position: relative;
  height: 100%;
  overflow: hidden;
  .go-back-icon {
    position: absolute;
    top: 4vmin;
    left: 2.7vmin;
    width: 4.86vmin;
    height: 4.86vmin;
  }
  .title-box {
    display: flex;
    justify-content: center;
    padding-top: 1.35vmin;
    padding-bottom: 2.7vmin;
    .title {
      width: 31vmin;
      height: 12.15vmin;
    }
  }
  .winner-number {
    display: flex;
    padding-bottom: 3.24vmin;
    padding-left: 4.4vmin;
    .emoji-icon {
      width: 5.94vmin;
      height: 5.4vmin;
    }
    .message-box {
      position: relative;
      &.message {
        background: url(https://commonresource-1252524126.cdn.xiaoeknow.com/image/l32evnlg0nfj.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-left: 1.35vmin;
        padding-right: 12vmin;
        background-position-x: -3vmin;
        color: #fff;
        font-weight: 500;
        font-size: 3.78vmin;
      }
      .text-bg {
        position: absolute;
        width: 40.5vmin;
        height: 6.48vmin;
      }
    }
  }
  .winner-list {
    padding: 0 4.32vmin;
    padding-bottom: 4vmin;
  }
}
