#message {
  position: absolute;
  z-index: 999;
  background: white;
  padding: 0.2666666667rem;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
  display: none;
}

.rank {
  position: absolute;
  z-index: 999;
  right: 0.4rem;
  top: 0.4rem;
  font-size: 0.32rem;
  display: none;
  flex-direction: column;
  text-decoration: none;
  line-height: 0.4266666667rem;
}
.rank > div {
  display: flex;
  justify-content: center;
  align-content: center;
}
.rank .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank .title .icon {
  width: 0.4533333333rem;
  height: 0.4rem;
  background-image: url("./cup.png");
  background-size: 100% 100%;
}
.rank .title .txt {
  font-size: 0.4266666667rem;
  font-weight: bold;
  text-decoration: underline;  /* 增加下划线 */
  line-height: 0.6666666667rem; /* 增加行距 */
  color: #ff3600;
}
.rank .pfx {
  margin: 0.0533333333rem 0;
}
.rank .max {
  /* font-size: 0.4266666667rem; */
  color: #ff3600;
}

.rank-page {
  background: #F8E9AE;
}
.rank-page .subject {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5333333333rem 0;
}
.rank-page .subject .icon {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  background-image: url("./logo.1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-page .subject .title {
  font-size: 0.56rem;
  margin-left: 0.2666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-page .items {
  width: 9.2rem;
  margin: 0 auto;
  font-size: 0.3733333333rem;
  color: #333;
}
.rank-page .items .item {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2666666667rem;
  margin-bottom: 0.0266666667rem;
}
.rank-page .items .item > div {
  display: flex;
  align-items: center;
}
.rank-page .items .item .idx {
  width: 1.0666666667rem;
  display: flex;
  justify-content: center;
  margin-right: 0.4rem;
}
.rank-page .items .item .account {
  flex: 1;
  display: flex;
  align-items: center;
}
.rank-page .items .item .account .face {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank-page .items .item .account .face img {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  object-fit: cover;
  border-radius: 100%;
}
.rank-page .items .item .account .name {
  margin-left: 0.4rem;
  flex: 1;
}
.rank-page .items .item .score {
  width: 1.3333333333rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 0.2666666667rem;
}
.rank-page .items .item .score.score-value {
  color: #c9340a;
}

/*# sourceMappingURL=app.css.map */
