.bbs_thread_header {
	/* background: linear-gradient(
    to right,
    var(--TopViewBG1),
    var(--TopViewBG2)
  ) !important; */
	background-color: var(--PrimaryBlue);
}
.forumBox {
	background: url("/plugin/ycf_new_style/view/img/forum/forumBox.png") no-repeat
		bottom right;
	background-size: 20% 20%;
	background-color: var(--PrimaryBlue);
	padding-bottom: 2em;
}
.forumList .forumBtn {
	width: 95%;
	background-size: 100% 100% !important;
	background-image: url("/plugin/ycf_new_style/view/img/kc_all/kcCard-dd.png");
	background-repeat: no-repeat;
}
.followTitle {
	background-color: var(--PrimaryBlue);
}
.follow_user_list,
.thread-subject,
.forumList a {
	word-break: keep-all; /* 不换行,只能在半角空格或连字符处换行。 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
@media ((max-width: 768px)) {
	.bbs_thread_header .navbar {
		white-space: nowrap;
		overflow-x: auto;
	}
	.thread_bottom_info .thread_bottom_info_r {
		white-space: nowrap;
		overflow-x: auto;
	}
}
