<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_author {
  margin-bottom: 30px;
}
.top_author_title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  padding-left: 6px;
  margin-bottom: 16px;
  background-size: 6px 18px;
}
.top_author_title::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 3px;
  left: -4px;
}
.author_list {
}
.author_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.author_item a {
  display: flex;
  align-items: center;
}
.author_item_img {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 50%;
}
.author_item_name {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #232323;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.author_item_follow,
.author_item_unfollow {
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  /* margin-top: 26px; */
  font-size: 12px;
  cursor: pointer;
}
.author_item_unfollow {
  background: #2647b0;
  border-radius: 2px;
  color: #fff;
}
.author_item_follow {
  border-radius: 2px;
  color: #2647b0;
  background-color: #f5f5f5;
}

.routerdetail {
  font-size: 12px;
  padding: 4px 11px;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #2647b0;
}
.routerdetail:hover {
  background-color: #2647b0;
  color: #fff;
}
</pre></body></html>