<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 默认颜色 */
/* 垂直居中 */
.vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 文本超出隐藏并显示省略号 */
@media (max-width: 992px) {
  .clearPaddingLeftByMargin {
    margin-left: -15px;
  }
}
@media (max-width: 992px) {
  .clearPaddingRightByMargin {
    margin-right: -15px;
  }
}
.home-subscribe-forum {
  display: inline-block;
  width: 6.7rem;
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: top;
  color: #282c37;
}
.home-subscribe-forum:hover,
.home-subscribe-forum:focus {
  text-decoration: none;
  color: #282c37;
}
.home-subscribe-forum .home-subscribe-forum-avatar {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.home-subscribe-forum .home-subscribe-forum-avatar &gt; * {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.home-subscribe-forum .home-subscribe-forum-info {
  font-size: 1rem;
  height: 1.4rem;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0.5rem;
  color: #868686;
}
.home-managements {
  margin-top: 0.5rem;
}
.home-managements .home-management {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
  color: #555;
}
.home-managements .home-management:hover,
.home-managements .home-management:focus {
  text-decoration: none;
}
.home-managements .home-management:hover {
  color: #282c37;
}
.home-managements .home-management .count {
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  height: 1.3rem;
  line-height: 1.4rem;
  padding: 0 0.4rem;
  font-size: 1rem;
  border-radius: 0.65rem;
  background-color: rgba(255, 0, 0, 0.6);
  color: #fff;
}
.home-apps .home-app {
  margin-top: 0.5rem;
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #555;
}
.home-apps .home-app:hover,
.home-apps .home-app:focus {
  text-decoration: none;
}
.home-apps .home-app:hover {
  color: #282c37;
}
.home-apps .home-app img {
  height: 3.4rem;
  width: 3.4rem;
}
.home-apps .home-app .home-app-name {
  font-size: 1.2rem;
  height: 1.6rem;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 700;
  margin-top: 1rem;
}
.home-subscribes.recommend {
  max-height: 6rem;
  overflow: hidden;
}
.home-subscribe-forum-brief {
  margin: 0 0.7rem 0.5rem 0;
  color: #333;
}
.home-subscribe-forum-brief:hover {
  color: #000;
}
.home-threads-more-link {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #f4f4f4;
  display: block;
  color: #aaa;
  transition: color 100ms;
}
.home-threads-more-link:hover,
.home-threads-more-link:focus {
  text-decoration: none;
  color: #555;
}
.home-posts .home-post {
  margin-bottom: 1rem;
}
.home-posts .home-post &gt; span {
  margin: 0 0.2rem;
}
.home-posts .home-post .home-post-time {
  display: inline-block;
  color: #555;
  margin-right: 0.2rem;
}
.home-posts .home-post .home-post-user {
  color: #2b90d9;
}
.home-posts .home-post .home-post-user img {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #eee;
  margin-top: -1px;
}
.home-posts .home-post .home-post-user span {
  font-size: 1.2rem;
}
.home-posts .home-post .home-post-content {
  display: block;
  margin-top: 0.3rem;
  background-color: #f4f4f4;
  padding: 0.5rem;
  color: #777;
  cursor: pointer;
  border-radius: 2px;
}
.home-posts .home-post .home-post-content:hover,
.home-posts .home-post .home-post-content:focus {
  text-decoration: none;
}
.home-posts .home-post .home-post-content div {
  max-height: 3.2rem;
  font-size: 1.15rem;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.thread-title-list {
  height: 20rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}
.thread-title-list .thread-title-list-header {
  color: #b16161;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.thread-title-list .thread-title-list-header a {
  position: absolute;
  top: 0;
  right: 0;
  color: #555;
  font-size: 1rem;
}
.thread-title-list-item {
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.3rem;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.thread-title-list-item a {
  color: #333;
}
.thread-title-list-item a:visited {
  color: #00827c;
}
.thread-title-list-item a.digest {
  color: red;
}
.thread-title-list-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  border-radius: 50%;
}
.community-new-container {
  height: 5rem;
  overflow: hidden;
}
.community-new-container .community-new-title {
  font-size: 1.35rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.community-new-container .community-new-title:hover {
  color: #e85a71;
}
.community-new-container .community-new-desc {
  font-size: 1rem;
  color: #777;
}
.community-forum-item {
  height: 2.2rem;
  line-height: 2.2rem;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 0.7rem;
  display: inline-block;
  font-size: 0;
  margin: 0 0.3rem 0.5rem 0;
  border-radius: 1.1rem;
  background-color: #fff2f2;
}
.community-forum-item .community-forum-item-avatar {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  display: inline-block;
}
.community-forum-item .community-forum-item-avatar &gt; * {
  height: 100%;
  width: 100%;
}
.community-forum-item .community-forum-item-name {
  color: #333;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
}
.community-forum-item .community-forum-item-name:hover {
  color: #e85a71;
}

</pre></body></html>