/* 默认颜色 */
/* 垂直居中 */
.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;
  }
}
.thread-notice {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.thread-notice a {
  font-size: 1rem;
  color: #9baec8;
  text-decoration: none;
}
.thread-notice a:hover {
  cursor: pointer;
}
.thread-notice .renderedTime {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thread-notice .notice-time {
  display: inline;
  font-size: 1rem;
  color: #555;
}
.thread-notice:last-child {
  margin-bottom: 0;
}
.notice-user-banned {
  max-width: 2rem;
  max-height: 2rem;
  border-radius: 50%;
}
.notice-float {
  float: right;
}
.notice-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.thread-notice-content {
  color: #333;
}
.shield-box {
  background-color: #ffdbd5;
}
.shield-box-span {
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0;
}

