<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rank_author_name,
.rankingItem_r_text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rankingBox {
  overflow: hidden;
  margin-bottom: 30px;
}
.SideRightBox {
  padding: 24px 9px 9px 17px;
  background-color: #fff;
  margin: 10px 0 0;
  width: 354px;
}
.rankingListBox {
  width: 1000%;
}
.SideRightBox:nth-child(2) {
  margin-top: 0;
}
.rankingContentBox {
  overflow: hidden;
}
.SideRightTitleWrap {
  height: 31px;
  color: #212629;
}
.SideRightTitle {
  font-size: 14px;
  position: relative;
}
.SideRightTitle:after {
  width: 5px;
  height: 31px;
  background: linear-gradient(0deg, rgba(255, 201, 76, 1), rgba(255, 133, 91, 1));
  border-radius: 3px;
  top: 0;
}
.rankingTitle {
  padding-left: 6px;
  background-size: 6px 18px;
  margin-bottom: 14px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
}
.rankingTitle::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 3px;
  left: -4px;
}

.rankingTime {
  float: right;
  position: relative;
}
.rankingTime span {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: #232323;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.rankingTime .subscript {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 12px;
  height: 1px;
  background: #2647b0;
  border-radius: 2px;
}
.rankingTime .rankingTimeChecked {
  color: #2647b0;
}
.rankingList {
  font-size: 14px;
  width: 300px;
  min-height: 500px;
}
.rankingListItem {
  width: 300px;
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  color: #686665;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 16px;
  height: 70px;
  display: flex;
}
.rankingTipNum {
  position: absolute;
  left: -2px;
  top: 0;
  width: 93px;
  height: 22px;
}
.rankingTipViewNum {
  position: absolute;
  left: 47px;
  top: 0;
  transform: scale(0.7);
  color: #fff;
  font-size: 16px;
}
.left {
  float: left;
}
.rankingItem {
  height: 86px;
}
.rankingItem_top_img {
  width: 100%;
  height: 198px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.rankingItem_bottom_box {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(136, 104, 104, 0) 0, rgba(31, 33, 45, 0.5) 100%);
  width: 100%;
  padding: 15px;
  padding-bottom: 8px;
  opacity: 0.9;
  border-radius: 0 0 4px 4px;
}
.rankingItem_bottom_box .rankingItem_top_text {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rankingItem_bottom_box .rankingItem_top_tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.rankingItem_r_text,
.rankingItem_top_text {
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
.rankingItem_r_tips,
.rankingItem_top_tips {
  color: #999;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  width: 192px;
}
.rankingItem_r_tips {
  display: flex;
  justify-content: space-between;
}
.rankingItem_top_tips span {
  display: inline-block;
}
.rankingItem_top_tips span:last-child {
  margin-left: 16px;
}
.rankingItem_top {
  height: 198px;
  position: relative;
  overflow: hidden;
}
.rankingItem_l {
  float: left;
  position: relative;
  width: 100px;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.rankingItem_r {
  float: right;
}
.rankingItem {
  padding: 8px 0px 8px 0;
}
.rankingItem_l_img {
  width: 100px;
  height: 62px;
}
.rankingItem_r_text {
  width: 192px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rankingItem_r_text:hover {
  color: #2647b0;
}
.rankingItem_r_tips span:last-child {
  margin-left: 16px;
}
.rank_num {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
}
.rank_top {
  width: 46px;
  height: 22px;
}
.rank_author_name {
  white-space: nowrap;
  width: 86px;
  display: inline-block;
}
</pre></body></html>