<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* çƒ­é—¨å›¾æ&nbsp;‡ */
.hot-icon {
  width: 18px;
  height: 24px;
  margin-top: -3px;
}

.recommend-answer-list .recommend-item {
  background-image: url(../images/ask-card-bg.png);
  background-position: 100% 0;
  background-size: 96px 78px;
  background-repeat: no-repeat;
  background-color: white;
  min-height: 130px;
}

.recommend-answer-list .recommend-item-title {
  background-image: url(../images/index/tag_ask.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding: 5px 0 5px 34px;
}

.recommend-answer-list .recommend-answer-swiper {
  padding-top: 20px;
}

.recommend-answer-list .recommend-author-phpto {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 21px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 10px;
}

.recommend-answer-list .swiper-pagination {
  position: relative;
  text-align: right;
  width: auto;
  display: flex;
  align-items: center;
}



.recommend-wiki-list {
  counter-reset: section;
}

.recommend-wiki-list .recommend-wiki-link {
  margin-bottom: 12.2px;
}

.recommend-wiki-list .recommend-wiki-link::before {
  counter-increment: section;
  content: '';
  width: 26px;
  height: 32px;
  line-height: 28px;
  background-size: 26px 32px;
  background-repeat: no-repeat;
  padding-left: 32px;
  color: var(--color-text-secondary);
  font-size: var(--font-size-big);
  font-weight: bold;
}

.recommend-wiki-list .recommend-wiki-link:nth-child(1)::before {
  background-image: url(../images/index/sort_1.png);
}

.recommend-wiki-list .recommend-wiki-link:nth-child(2)::before {
  background-image: url(../images/index/sort_2.png);
}

.recommend-wiki-list .recommend-wiki-link:nth-child(3)::before {
  background-image: url(../images/index/sort_3.png);
}

.recommend-wiki-list .recommend-wiki-link:nth-child(n + 4)::before {
  content: counter(section);
  padding-right: 25px;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .recommend-answer-title {
    padding-left: 10px;
  }
}
</pre></body></html>