.bbs-nav.miniqnavs {
  clear: both;
}
.bbs-content {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px;
}
.bbs-page {
  width: 100%;
  float: none;
  clear: both;
  box-sizing: border-box;
  padding: 8px 0 32px;
  background: transparent;
}
.bbs-page .center {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}
.bbs-page .qtool-card {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.bbs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
  width: 100%;
  float: none;
  clear: both;
}
.bbs-main {
  min-width: 0;
}
.bbs-sidebar {
  min-width: 0;
}
.bbs-sidebar__card {
  padding: 22px 24px;
}
.bbs-sidebar__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.bbs-sidebar__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}
.bbs-sidebar__btn {
  width: 100%;
  min-width: 0;
  padding: 12px 20px;
  font-size: 15px;
}
.bbs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef0f3;
}
.bbs-toolbar__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.bbs-toolbar__btn {
  min-width: auto;
  padding: 10px 20px;
  font-size: 14px;
}
.bbs-thread-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bbs-thread-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #eef0f3;
  transition: background-color 0.15s ease;
}
.bbs-thread-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bbs-thread-item:first-child {
  padding-top: 0;
}
.bbs-thread-item__avatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
}
.bbs-thread-item__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bbs-thread-item__body {
  flex: 1;
  min-width: 0;
}
.bbs-thread-item__title {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: #111827;
  text-decoration: none;
}
.bbs-thread-item__title:hover {
  color: #478a21;
}
.bbs-thread-item__excerpt {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bbs-thread-item__meta {
  font-size: 12px;
  color: #9ca3af;
}
.bbs-thread-item__meta a {
  color: #6b7280;
  text-decoration: none;
}
.bbs-pagination {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef0f3;
}
.bbs-pagination .page {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.bbs-pagination .page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 14px;
  text-decoration: none;
}
.bbs-pagination .page a:hover,
.bbs-pagination .page a.active {
  border-color: #478a21;
  background: #f0fdf4;
  color: #478a21;
}
.bbs-article__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}
.bbs-article__meta {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef0f3;
  font-size: 13px;
  color: #9ca3af;
}
.bbs-article__content {
  font-size: 16px;
  line-height: 1.8;
  color: #1f2937;
  word-break: break-word;
}
.bbs-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef0f3;
}
.bbs-tags__label {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}
.bbs-tags a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid rgba(90, 172, 44, 0.25);
  color: #478a21;
  font-size: 13px;
  text-decoration: none;
}
.bbs-tags a:hover {
  background: #dcfce7;
}
.bbs-replies {
  margin-top: 20px;
}
.bbs-replies__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.bbs-reply-item {
  padding: 16px 0;
  border-bottom: 1px solid #eef0f3;
}
.bbs-reply-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bbs-reply-item__meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #9ca3af;
}
.bbs-reply-item__meta b {
  color: #478a21;
}
.bbs-reply-item__content {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  word-break: break-word;
}
.bbs-reply-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eef0f3;
}
.bbs-reply-form .qtool-label {
  margin-bottom: 10px;
}
.bbs-reply-form .qtool-textarea {
  min-height: 120px;
}
.bbs-reply-form .qtool-actions {
  justify-content: flex-end;
  margin-top: 16px;
}
.bbs-form-tip {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
}
.bbs-empty {
  padding: 32px 16px;
  text-align: center;
  color: #9ca3af;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .bbs-layout {
    grid-template-columns: 1fr;
  }
  .bbs-sidebar {
    display: none;
  }
  .bbs-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .bbs-toolbar__btn {
    width: 100%;
  }
  .bbs-article__title {
    font-size: 20px;
  }
}
.indexlist {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 8px;
  background-color: #fff;
}
.indexlist .item4 {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
}
.indexlist .item4:hover {
  background-color: #eee;
}
.indexlist .item4 .info {
  float: left;
  width: calc(100% - 150px);
}
.indexlist .item4 .info .face {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.indexlist .item4 .info .face img {
  width: 42px;
  border-radius: 8px;
  height: 42px;
}
.indexlist .item4 .info .zin {
  width: calc(100% - 60px);
  float: left;
}
.indexlist .item4 .info .t {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  width: 95%;
  font-size: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.indexlist .item4 .info .t a {
  color: #000;
}
.indexlist .item4 .info .desc {
  width: 96%;
  float: left;
  color: #999;
  margin-top: 8px;
}
.indexlist .item4 .info .time {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-top: 8px;
  color: #999;
}
.indexlist .item4 .info .time a {
  font-size: 12px;
  color: #999;
}
.indexlist .item4 .cover {
  width: 150px;
  height: 80px;
  overflow: hidden;
  float: left;
  text-align: center;
}
.indexlist .item4 .cover img {
  height: 100%;
  margin: 8px;
  border-radius: 5px;
}
.viewTitle {
  padding: 15px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.viewTitle .vtitle {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.viewTitle .desc {
  margin-top: 15px;
  color: #999;
}
.card {
  background: #fff;
  padding: 15px;
}
.card .card-title {
  font-size: 18px;
}
.card .card-content {
  font-size: 16px;
  margin-top: 15px;
}
.reply-content {
  width: 100%;
  float: left;
  border: solid 1px #5cad2f;
  outline: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
}
.reply-content:focus {
  background: #5bad2f2a;
}
.sendbtn {
  float: right;
  padding: 4px 30px;
  border: solid 1px #478a21;
  background-color: #478a21;
  color: #fff;
}
.tags a {
  background-color: #5aac2c;
  font-size: 12px;
  color: #fff;
  margin-left: 0;
}
.reply {
  border-bottom: 1px solid #eee;
  width: 100%;
  float: left;
}
.reply:last-child {
  border-bottom: none;
}
.Con {
  font-size: 16px;
  width: 100%;
  float: left;
}
@media screen and (max-device-width: 480px) {
  .indexlist {
    width: 92%;
    margin: 4%;
    margin-bottom: 10px;
  }
  .indexlist .item4:last-child {
    border-bottom: none;
  }
  .indexlist .item4 .info {
    width: calc(100% - 80px);
  }
  .indexlist .item4 .info .t {
    font-size: 14px;
  }
  .indexlist .item4 .cover {
    width: 80px;
  }
  .indexlist .item4 .cover img {
    width: 68px;
    height: auto;
  }
  .page {
    width: 92%;
    margin: 4%;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
    padding: 15px;
    border-radius: 8px;
  }
  .page a {
    font-size: 10px;
  }
}
