.rankBox {
  padding: 12px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 12px;
}
.rankHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.rankHead .rankTitle {
  width: 59px;
  height: 22px;
}
.hotSearchTitle {
  background: url('/static/images/hotSearchTitle.png') no-repeat;
  background-size: 100% 100%;
}
.rankActressTitle {
  background: url('/static/images/rankActressTitle.png') no-repeat;
  background-size: 100% 100%;
}
.movieTitle {
  background: url('/static/images/movieTitle.png') no-repeat;
  background-size: 100% 100%;
}
.rankHead .rankDate {
  display: flex;
  gap: 10px;
}
.rankHead .dateItem {
  font-size: 14px;
}
.rankHead .active {
  color: #FF8512;
}
.rankList {
  padding: 12px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  display: none;
}
.rankItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.rankNum {
  width: 18px;
  height: 24px;
}
.workTitle {
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}
.hotBox {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  width: 61px;
}
.fireIcon {
  width: 16px;
  height: 16px;
  display: none;
}
.hotRank .fireIcon {
  display: block;
}
.hotRank .workTitle {
  font-weight: 600;
}
.hotValue {
  color: #FEBD2B;
  font-size: 10px;
  font-weight: 700;
}
.hotRank .hotValue {
  font-size: 14px;
}
.top0 {
  background: url('/static/images/top1.png') no-repeat;
  background-size: 100% 100%;
}
.top1 {
  background: url('/static/images/top2.png') no-repeat;
  background-size: 100% 100%;
}
.top2 {
  background: url('/static/images/top3.png') no-repeat;
  background-size: 100% 100%;
}
.top3 {
  background: url('/static/images/top4.png') no-repeat;
  background-size: 100% 100%;
}
.top4 {
  background: url('/static/images/top5.png') no-repeat;
  background-size: 100% 100%;
}
.top5 {
  background: url('/static/images/top6.png') no-repeat;
  background-size: 100% 100%;
}
.top6 {
  background: url('/static/images/top7.png') no-repeat;
  background-size: 100% 100%;
}
.top7 {
  background: url('/static/images/top8.png') no-repeat;
  background-size: 100% 100%;
}
.top8 {
  background: url('/static/images/top9.png') no-repeat;
  background-size: 100% 100%;
}
.top9 {
  background: url('/static/images/top10.png') no-repeat;
  background-size: 100% 100%;
}
.activeList {
  display: flex;
}


@media screen and (min-width: 768px) {
  .rankBox {
    flex: 1;
    min-height: 430px;
  }
}