.bd-title{
  position: absolute;
  left: 1.55rem;
  top: 0.75rem;
  font-size: .18rem;
  color: #294391;
}

.rank-list{
  display: flex;
  flex-direction: column;
  width: 9.54rem;
  height: 3.9rem;
  margin-top: .14rem;
  margin-left: .48rem;
  overflow: scroll;
  scrollbar-color: transparent;
  scrollbar-width: 0;
}
.empty-box{
  width: 9.54rem;
  height: 3.9rem;
  margin-top: .14rem;
  margin-left: .4rem;
}
.rank-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 9.54rem;
  flex-shrink: 0;
  height: .72rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/rank-item-bg.png);
  background-size: 100%;
  margin-bottom: .06rem;
}
.rank-item1{
  .rank-num-box{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/rank-bg1.png);
  }
  .rank-border{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/border-1.png);
  }
}
.rank-item2{
  .rank-num-box{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/rank-bg2.png);
  }
  .rank-border{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/border-2.png);
  }
}
.rank-item3{
  .rank-num-box{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/rank-bg3.png);
  }
  .rank-border{
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/border-3.png);
  }
}
.my-rank-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: .4rem;
  padding: 0 .08rem .18rem;
  width: 9.7rem;
  height: .9rem;
  background-color: transparent;
  background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/my-rank-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  .rank-name{
    color: #fff;
  }
  .rank-score{
    color: #fff;
  }
}
.rank-num-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 2.04rem;
  height: .72rem;
  background-size: 2.04rem .72rem;
  background-repeat: no-repeat;
  .rank-num-img{
    width: .88rem;
    height: .88rem;
  }
  .rank-num{
    font-family: GameFont;
    font-size: .26rem;
    color: #294391;
  }
}
.rank-avatar{
  position: relative;
  margin-left: .6rem;
  background-color: #9a9b9d;
  .rank-avatar-img{
    width: .54rem;
    height: .54rem;
  }
  .rank-border{
    position: absolute;
    top: 0;
    left: 0;
    width: .54rem;
    height: .54rem;
    background-size: .54rem .54rem;
  }
}
.rank-name{
  margin-left: .12rem;
  width: 1.38rem;
  font-family: GameFont;
  font-size: .2rem;
  color: #294391;
  line-clamp: 1;
}
.rank-score{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: .7rem;
  flex-grow: 1;
  font-family: GameFont;
  font-size: .2rem;
  color: #294391;
}
