/* 默认颜色 */
/* 垂直居中 */
.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;
  }
}
.single-post-container[data-disabled],
.single-comment[data-disabled] {
  background-color: #bdbdbd;
}
.single-post-container[data-un-reviewed],
.single-comment[data-un-reviewed] {
  background-color: #ffd598;
}
.single-post-container[data-return],
.single-comment[data-return] {
  background-color: #ffdbd5;
}
.single-post-container[data-highlight],
.single-comment[data-highlight] {
  background-color: #ffdcb2;
}
.post-digest.fa-star {
  color: #ffbf16 !important;
  vertical-align: middle;
}
.single-post-header {
  text-align: center;
  font-style: oblique;
}
.single-post-header button {
  font-style: normal;
}
.single-post-header .return {
  color: red;
}
.single-post-header .review {
  color: red;
}
.single-post-header .disabled {
  color: #c70000;
}
.single-post-container {
  padding: 0.9rem 2.5rem 0.9rem 2.5rem;
  border-bottom: 1px solid #eee;
  transition: background-color 200ms;
}
.single-post-container:last-child {
  border-bottom: none;
}
.single-post-container[data-show-comments='true'] {
  background-color: #c3b7a7;
}
@media (max-width: 768px) {
  .single-post-container {
    padding: 1rem 1.2rem 1rem 1.2rem;
  }
}
.single-post-edit {
  position: relative;
  background-color: #9baec8;
  height: 3rem;
  padding: 0 1rem;
  border-radius: 0.3rem;
  line-height: 3rem;
  user-select: none;
}
.single-post-edit > .editOrder {
  color: #ffffff;
}
.single-post-edit > .editOrder:hover {
  cursor: move;
}
.single-post-edit > .operator-button {
  margin-left: 1rem;
  float: right;
  font-size: 1rem;
}
.single-post-edit > .operator-button > button {
  height: 2rem;
}
.single-post-top {
  height: 3.2rem;
  padding-left: 4rem;
  padding-right: 3.2rem;
  position: relative;
  margin-bottom: 1rem;
}
.single-post-top .single-post-avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.2rem;
  width: 3.2rem;
}
.single-post-top .single-post-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.single-post-top .single-post-user .single-post-username {
  height: 1.8rem;
  font-size: 1.2rem;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single-post-top .single-post-user .single-post-username > * {
  margin-right: 0.4rem;
}
.single-post-top .single-post-user .single-post-username span {
  color: #555;
}
.single-post-top .single-post-user .single-post-toc {
  height: 1.4rem;
  font-size: 1rem;
  color: #555;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single-post-top .single-post-floor {
  position: absolute;
  top: 0;
  font-size: 1rem;
  color: #ccc;
  right: 0;
  height: 3.2rem;
  text-align: right;
}
.single-post-top .single-post-floor .doc-number {
  display: inline-block;
  margin-right: 0.5rem;
}
.single-post-top .single-post-floor .doc-order {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.single-post-top .single-post-floor .doc-order a {
  color: #ccc;
}
.single-post-center {
  margin-bottom: 1rem;
  overflow: hidden;
}
.single-post-cancel-topped {
  cursor: pointer;
  font-size: 1.2rem;
}
.single-post-bottom {
  text-align: right;
  font-size: 1rem;
}
.single-post-bottom-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 0.3rem;
  height: 1.6rem;
  line-height: 1.6rem;
}
.single-post-bottom-item.icon-item {
  font-size: 0;
}
.single-post-bottom-item .reply-icon {
  margin-right: 0.2rem;
}
.single-post-bottom-item .share-icon {
  font-size: 1.2rem;
  margin-top: 2px;
  color: #999;
}
.single-post-bottom-item .option-icon {
  font-size: 1.2rem;
  color: #999;
  margin-top: 0.5px;
}
.single-post-bottom-item .post-vote-container {
  margin-top: 1px;
}
.single-post-bottom-item .credit-kcb {
  font-size: 1.2rem;
  color: #999;
  margin-top: 2px;
}
.single-post-credit-container {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-break: break-all;
  border-radius: 5px;
  display: table;
  padding: 0.5rem 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.14) 3px 3px 10px;
}
.single-post-credit-container .single-post-credit > * {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.3rem;
}
.single-post-credit-container .single-post-credit .number {
  color: #CC0000;
}
.single-post-comment-container {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 1rem;
  padding-top: 3em;
  position: relative;
  background-color: #fff;
  margin-bottom: 1rem;
}
.single-post-comment-container:before {
  content: '评论列表';
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  display: block;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 2rem;
  background-color: #eee;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.single-post-comment-container .single-comment-warning {
  color: red;
}
.single-post-comment-container[data-hide="true"] {
  display: none;
}
.single-post-comment-button {
  user-select: none;
  font-weight: 700;
  color: #000;
}
.single-post-comment-button.disabled {
  cursor: not-allowed;
  font-weight: normal;
  color: #808080;
}
.single-post-comment-button[data-number='0'] {
  font-weight: normal;
}
.single-post-comment-loading .fa {
  margin-right: 0.5rem;
}
.single-comment {
  margin-bottom: 0.5rem;
}
.single-comment-time {
  color: #555;
}
.single-comment-top {
  overflow: hidden;
  min-height: 2.4rem;
  padding-left: 2.9rem;
  position: relative;
  font-size: 1.1rem;
}
.single-comment-top .single-comment-avatar {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-comment-top .single-comment-user {
  display: inline-block;
}
.single-comment-top .single-comment-user > * {
  margin-right: 0.355rem;
}
.single-comment-top .single-comment-options {
  float: right;
}
.single-comment-center {
  padding-left: 2.9rem;
  margin-bottom: 1rem;
}
.single-comment-bottom {
  padding-left: 1.3rem;
}
.single-comment-editor {
  margin-bottom: 0.5rem;
}
.single-comment-prompt {
  font-weight: 700;
  color: #333;
}
.single-comment-button {
  text-align: left;
}
.single-comment-button button {
  margin-right: 0.5rem;
}
.single-comment-toc {
  font-size: 1rem;
  color: #555;
}
.single-comment-editor-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-comment-reply-button {
  color: #555;
  cursor: pointer;
}
.single-comment-reply-button:hover {
  color: #000;
}
.single-comment-paging {
  margin-bottom: 1rem;
}
.single-comment-paging span {
  cursor: pointer;
  height: 1.6rem;
  display: inline-block;
  line-height: 1.6rem;
  padding: 0 0.5rem;
  text-align: center;
  margin-right: 0.3rem;
  border-radius: 2px;
  font-size: 1rem;
}
.single-comment-paging span.common {
  background-color: #9baec8;
  color: #fff;
}
.single-comment-paging span.common:hover {
  background-color: #2b90d9;
}
.single-comment-paging span.active {
  background-color: #2b90d9;
  color: #fff;
}
.single-comment-paging span.null {
  padding: 0;
}
.single-post-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.collapsed-fold {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.collapsed-fold::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  /* 调整需要展示的高度 */
  background-image: linear-gradient(to top, #ffbea1 0%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}
.real-time-floor {
  width: 3rem;
  height: 2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #9baec8;
  text-align: center;
}
.real-time-floor:focus {
  outline: none;
  border-color: #5c9eff;
  box-shadow: 0 2px 4px rgba(92, 158, 255, 0.5);
}
.new-post-notice {
  color: #333;
}
.new-post-notice:hover {
  cursor: pointer;
  color: #000;
}
#notice-content {
  height: 30rem;
  padding: 1rem;
  overflow: auto;
}
.post-notice {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e4e7ed;
  background-color: #f5f7fa;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}
.post-notice a {
  text-decoration: none;
  color: #9baec8;
  /* Element UI中的主题色 */
  transition: color 0.3s ease;
}
.post-notice a:hover {
  cursor: pointer;
}
.post-notice .post-notice-head {
  margin-bottom: 5px;
  color: #9baec8;
}
.post-notice .post-notice-head img.notice-user-banned {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.post-notice .post-notice-content {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
}
.shield-box {
  background-color: #ffdbd5;
}

