/* pages/user/rank.wxss */
.rank_content {
  margin-top: 34rpx;
}

.rank_item {
  align-items: center;
  background-color: #fff;
  border-bottom: 2rpx solid #fafafa;
  display: flex;
  height: 152rpx;
  padding: 0 48rpx 0 30rpx;
}
.rank_item:nth-child(1) .rank_order {
  background-color: #FE663C;
}
.rank_item:nth-child(2) .rank_order {
  background-color: #EFCA14;
}
.rank_item:nth-child(3) .rank_order {
  background-color: #C19C6E;
}
.rank_order {
  background-color: #b0b0b0;
  border-radius: 50%;
  color: #fff;
  font-size: 24rpx;
  height: 36rpx;
  line-height: 36rpx;
  text-align: center;
  width: 36rpx;
}
.rank_avatar {
  border-radius: 50%;
  height: 92rpx;
  margin: 0 16rpx 0 28rpx;
  width: 92rpx;
}
.rank_info {
  flex: 1;
  overflow: hidden;
}

.rank_my {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
  border-radius: 14rpx;
  display: flex;
  font-size: 36rpx;
  height: 114rpx;
  justify-content: center;
  margin: 31rpx auto;
  text-align: center;
  width: 668rpx;
}

.rank_my image {
  height: 56rpx;
  margin-right: 34rpx;
  width: 56rpx;
}

.rank_my text {
  color: #FD0808;
  font-weight: bold;
  margin-left: 34rpx;
}

.rank_nickname {
  color: #333;
  display: block;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank_text {
  color: #999;
  font-size: 24rpx;
}
.rank_price {
  color: #FE663C;
  font-size: 36rpx;
}