.wrapper {
  max-width: 992px;
}
@media (max-width: 991px) {
  .wrapper {
    width: 100%;
  }
}

#header {
  margin-top: 10px;
  margin-bottom: 5px;
}

#header .logo {
  height: 50px;
  width: 120px;
}

#header .logo-container {
  width: 120px;
  height: 50px;
  display: inline-block;
  background: url(/wp-content/themes/jandan2025/images/logo2025.png) no-repeat
    50%;
}
#header .model-btn {
  cursor: pointer;
  top: 20px;
  right: 10px;
  color: #191919;
}
#nav {
  background-color: #191919;
  font-size: 15px;
}
#nav a {
  text-decoration: none;
  color: #ccc;
}
#nav a.current {
  border-bottom: 2px solid;
}
#nav a:hover {
  color: #fff;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.navbar > .d-flex {
  flex-grow: 1;
  position: relative;
}
.navbar .nav-item {
  padding-right: 5px;
  margin-bottom: 0;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#nav-more {
  margin-left: 5px;
}
@media (max-width: 576px) {
  .main-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
}
#footer {
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  color: #ffcd57;
}
.main {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.main .header-h1 {
  font-size: 14px;
  color: #4f4f4f;
  border-bottom: 1px solid #e5e5e5;
  line-height: 41px;
  height: 41px;
  background-color: #f9f9f9;
}
.main .breadcrumb {
  font-size: 0.9em;
  color: #4f4f4f;
  border-bottom: 1px solid #e5e5e5;
  line-height: 41px;
  height: 41px;
  background-color: #f9f9f9;
  padding: 0 15px;
}
.main .breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #333;
  border-image: none;
  border-style: none none dotted;
  border-width: medium medium 1px;
}

.post-content a,
.post-content a:link,
.post-content a:visited {
  color: #212529;
}
.post-content h4.pullquote {
  line-height: 1.6em;
}
.post-neighbor-nav {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 10px 16px;
}
.post-neighbor-nav a {
  color: #212529;
  text-decoration: none;
}
.post-list .post-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.post-list .post-tag a,
.main .post-tag a:visited {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}
.post-list .post-title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 3px;
  margin-right: 45px;
}
@media (max-width: 991px) {
  .post-list .post-title {
    margin-right: 35px;
  }
}
.post-list .post-title a,
.main .post-title a:visited {
  text-decoration: none;
  color: #111;
}
.post-list .post-excerpt {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list .post-comment-count {
  right: 25px;
  top: 15px;
  color: #ddd;
  font-size: 36px;
}
@media (max-width: 991px) {
  .post-list .post-comment-count {
    top: -5px;
    right: 20px;
    font-size: 28px;
  }
}
.post-list .ad-title {
  font-size: 15px;
  color: #aaa;
}
.post-list .page-navi {
  padding: 10px 0;
}
.post-list .page-navi a {
  text-decoration: none;
  background-color: #aaa;
  color: #fff;
  margin: 5px;
  padding: 3px 8px;
}
.post-list .page-navi a:hover {
  background-color: #bbb;
  color: #000;
}
.page-navi-btn {
  height: 0;
  position: relative;
}
.page-navi-btn .nav-next,
.page-navi-btn .nav-prev {
  color: #efefef;
  font-size: 100px;
  width: auto;
  position: fixed;
  text-align: center;
  display: inline-block;
  top: -100px;
  transform: translateY(-50%);
}
.page-navi-btn a {
  text-decoration: none;
  color: #efefef;
}
.page-navi-btn a:hover,
.page-navi-btn a:hover {
  color: #999;
}
.sidebar {
  border-right: 1px solid #e5e5e5;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar a,
.sidebar .text {
  font-size: 13px;
  text-decoration: none;
  color: #444;
}
.sidebar a:hover {
  color: #d33;
}
.sidebar .search-form {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 40px;
  height: 40px;
  background-color: #f9f9f9;
  color: #bbb;
}
.sidebar .search-form input[type="text"] {
  height: 25px;
  background-color: #f9f9f9;
  width: 100%;
  border: none;
  padding: 0;
  font-weight: 700;
  color: #bbb;
}
.sidebar .nav-header {
  font-size: 0.8em;
  font-weight: 400;
  color: #bbb;
  text-transform: uppercase;
  padding: 10px 0 0 12px;
  border-top: 1px solid #e5e5e5;
}
.sidebar .bbs-list {
  padding: 0;
}
.sidebar .bbs-list li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .bbs-list li a {
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .hot-tabs {
  padding: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .hot-tabs li {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin-right: 5px;
  padding: 3px 8px;
}
.sidebar .hot-tabs li.current {
  background-color: #e5e5e5;
  font-weight: 700;
}
.sidebar .hot-list {
  margin-top: 10px;
  font-size: 13px;
}
.sidebar .hot-title {
  padding: 5px 20px 5px 12px;
  background-color: #f5f5f5;
}
.sidebar .hot-vote {
  color: #c8c7cc;
  text-align: right;
  padding: 5px 0;
}
.sidebar .hot-vote a {
  font-weight: 700;
  font-size: 13px;
}
.sidebar a.like {
  color: #faa;
}
.sidebar a.like:hover {
  color: red;
}
.sidebar a.unlike {
  color: #aaf;
}
.sidebar a.unlike:hover {
  color: #00f;
}
.sidebar .hot-content {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.sidebar .hot-content img {
  max-width: 100%;
  display: block;
}
.sidebar .show_more {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
#float-window {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .float-window {
  position: fixed;
  top: 0;
  width: 319px;
  z-index: 300;
  padding: 0;
}
.gif-mask {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  opacity: 0.3;
  position: absolute;
  text-align: center;
}
.post {
  line-height: 1.6em;
}
.post-h1 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 10px 15px !important;
  border-bottom: 1px solid #e5e5e5;
}
.post h1 {
  font-size: 22px;
  padding: 0 5px;
}
.post .post-meta {
  font-size: 14px;
  padding: 0 10px;
  color: #999;
}
.post .post-meta a {
  color: #999 !important;
}
.post a {
  color: #aaa;
  text-decoration: underline;
}
.post blockquote {
  background-color: #f8f8f8;
  border-left: 5px solid #e5e5e5;
  color: #444;
  margin: 10px 0;
  padding: 10px 15px 5px 20px;
}
.jdcomment-row {
  margin: 5px 0 0;
  padding: 5px 20px;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px;
}
.jdcomment-author {
  position: relative;
  color: #bbb;
  padding: 3px 0;
  font-size: 12px;
}
.jdcomment-author b {
  color: #111;
  font-size: 14px;
}
.jdcomment-author .floor-number {
  float: right;
}
.jdcomment-content {
  padding: 10px 0;
  line-height: 1.7em;
}
.jdcomment-function {
  color: #bbb;
  text-align: right;
  font-size: 12px;
}
.jdcomment-function .oo {
  color: #faa;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
}
.jdcomment-function .oo:hover {
  color: red;
}
.jdcomment-function .xx {
  color: #aaf;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
}
.jdcomment-function .xx:hover {
  color: #00f;
}
.jdcomment-function .report {
  cursor: pointer;
}
#comments {
  padding: 0;
}
.comment-top-border1 {
  border-top: 1px solid #e5e5e5;
}
.comment-form {
  padding: 10px;
}
.comment-form button {
  width: 600px;
  padding: 5px;
  margin: 10px;
  border: 1px solid #e5e5e5;
}
.comment-form textarea {
  width: 600px;
  min-height: 150px;
  border: 1px solid #e5e5e5;
  margin: 0 10px;
}
.comment-login-nav {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
.comment-login-nav a {
  color: blue;
  text-decoration: underline;
}
.comment-row .comment-meta {
  padding: 5px 10px;
}
.comment-row .img-container {
  position: relative;
}
.comment-row video {
  max-width: 100%;
}
.comment-row .comment-num {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
}
.comment-row .comment-content {
  padding: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.comment-row .comment-content .img-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.comment-row a {
  color: #666;
}
.comment-row .comment-content img {
  display: block;
  cursor: pointer;
  max-width: 100%;
}
.comment-row .img-min {
  max-width: 600px;
  max-height: 450px;
}
.comment-row .img-max {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .comment-row .img-min {
    max-width: 100%;
    max-height: 450px;
  }
}
.quick-form {
  border-bottom: 1px solid #e5e5e5;
}
.comment-row {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.comment-row .author {
  font-size: 14px;
  font-weight: 700;
}
.comment-row .comment-block {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.comment-row .comment-block a {
  text-decoration: none;
}
.comment-row .author-anonymous {
  font-size: 14px;
  font-weight: 700;
}
.comment-row .author-logged {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #ffc90e;
}
.comment-row .author-admin {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #678bfd;
}
.comment-row .report {
  cursor: pointer;
}
.comment-row .create-time,
.comment-row .comment-id,
.comment-row .ip-location {
  font-size: 12px;
  color: #ccc;
}
.comment-row .report-btn,
.comment-row .block-btn,
.comment-row .unblock-btn {
  font-size: 12px;
  cursor: pointer;
  color: #ccc;
}
.comment-row .report-btn:hover,
.comment-row .block-btn:hover,
.comment-row .unblock-btn:hover {
  font-size: 12px;
  cursor: pointer;
  color: red;
}
.comment-row .floor {
  float: right;
  font-size: 12px;
  color: #ccc;
}
.comment-row .button-group {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
}
.comment-row .comment-func {
  font-size: 12px;
  color: #aaa;
  text-align: right;
}
.comment-func .bi-chat-left {
  vertical-align: middle;
}
.comment-row .oo {
  color: #ff5952;
  transition: transform 0.5s ease;
  display: inline-block;
}
.comment-row .xx {
  color: #3e77e9;
  transition: transform 0.5s ease;
  display: inline-block;
}
.comment-row .comment-func a {
  text-decoration: none;
  color: #aaa;
}
@media (max-width: 991px) {
  .comment-row .button-group {
    padding: 10px 5px;
  }
  .comment-row .comment-func {
    font-size: 14px;
  }
}
.tucao-container {
  margin-top: 5px;
  border: 1px #e5e5e5 solid;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px, rgba(0, 0, 0, 0.1) 0 0 1px;
}
.close-btn {
  padding: 5px 10px;
}
.close-btn span {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin-right: 5px;
}
.dark-model .tucao-popup {
  background-color: var(--bs-tertiary-bg);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px, rgba(0, 0, 0, 0.2) 0 0 3px;
}
.dark-model .tucao-popup-author {
  border-color: var(--bs-tertiary-color);
}
.tucao-hot {
  background-color: #ffe;
  border-bottom: 1px solid #e5e5e5;
}
.tucao-hot h3 {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #555;
  color: #fff;
}
.tucao-container .view-more {
  text-align: right;
  padding: 10px 0;
}
.tucao-container .view-more a {
  color: #fff;
  margin-right: 10px;
}
.tucao-form {
  margin: 10px 0;
  padding: 0 10px;
}
.tucao-form div {
  padding: 5px 0;
}
.tucao-form textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #e5e5e5;
}
.tucao-form button {
  color: #fff;
  border-radius: 0;
  background-color: #333;
  border: none;
  font-size: smaller;
  padding: 5px;
  width: 100%;
}
#comments .loading-tip {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}
.post-content {
  padding: 10px;
}
.post-content em {
  color: #999;
  font-style: normal;
  font-size: 0.9em;
}
.post-content .block {
  background-color: #efeff4;
  border: none;
  float: right;
  font-size: 0.9em;
  font-style: normal;
  margin-left: 15px;
  padding: 5px 10px 0;
  width: 50%;
}
.post-content strong.highlight {
  background-color: #feb;
  font-weight: 400;
  padding: 3px 0;
  line-height: 2em;
}
.post-content h4 {
  border-left: 10px solid #d33;
  line-height: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 5px;
  font-size: 1.2em;
  font-weight: 700;
}
.post-content h4.pullquote {
  background-color: #f3f3ff;
  border-left: 5px solid #dcdcff;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  padding: 10px;
}
.post-content img {
  max-width: 100%;
}
.post-meta .post-author {
  font-weight: 700;
  color: #999;
}
.post-func {
  margin: 10px 0;
  text-align: right;
  color: #aaa;
}
.post-func .button-group {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.post-func .button-group:hover {
  background-color: #eee;
  font-weight: 700;
}
.post-func .oo {
  color: #ff5952;
  font-weight: 700;
}
.post-func .xx {
  color: #3e77e9;
  font-weight: 700;
}
@media (max-width: 991px) {
  .post-func {
    text-align: center;
    font-size: 18px;
  }
  .post-func .button-group {
    padding: 10px;
  }
}
.report-modal {
  width: 400px;
  height: 300px;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -200px;
}
@media (max-width: 991px) {
  .report-modal {
    width: 250px;
    height: 300px;
    margin-left: -125px;
    margin-top: -150px;
  }
}
.top-nav {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.top-nav .nav-item {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .top-nav .nav-item {
    padding: 6px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
  }
}
.top-nav a {
  color: #444;
  text-decoration: none;
}
.top-nav .current {
  background-color: #efefef;
  font-weight: 700;
}
#threads a {
  text-decoration: none;
}
#threads .topic-link {
  font-weight: 700;
  display: inline-block;
  width: 95%;
  color: #111;
  font-size: 19px;
}
#threads .thread-list {
  border-top: 1px solid #e5e5e5;
}
#threads .thread-topic {
  position: relative;
}
#threads .topic-title {
  width: 90%;
}
#threads .topic-author {
  font-size: 13px;
  color: #aaa;
  padding: 5px 0;
  width: 95%;
}
#threads .topic-author a {
  color: #aaa;
  font-weight: 700;
}
#threads .thread-row {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
}
#threads .topic-reply-count {
  position: absolute;
  top: -15%;
  right: 0;
  display: inline-block;
  color: #ddd;
  font-size: 32px;
}
#thread-container {
  padding: 0 20px;
}
#thread-container h1 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#thread-container .thread-info {
  font-size: 14px;
  color: #aaa;
  padding-bottom: 10px;
}
#thread-container .thread-info a {
  color: #aaa;
  font-weight: 700;
}
#thread-container .thread-content {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.7em;
}
#thread-container .thread-content img {
  max-width: 100%;
}
#thread-container .thread-bottom {
  font-size: 12px;
  color: #aaa;
  padding: 10px 0;
  margin-top: 10px;
  text-align: right;
}
#thread-container .topic-container {
  border-bottom: 1px solid #e5e5e5;
}
.order-row {
  font-size: 14px;
  text-align: right;
  padding: 5px;
  margin: 5px 0;
  color: #666;
}
.order-row .reply-order-button {
  cursor: pointer;
}
.order-row .current {
  font-weight: 700;
}
#replies {
  margin-top: 10px;
}
#replies .reply {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
#replies .reply img {
  max-width: 100%;
}
#replies .reply-container {
  background-color: #fff;
}
#replies .topic-author {
  padding: 10px 0;
  color: #aaa;
  font-size: 13px;
}
#replies .topic-author b {
  color: #222;
  font-size: 15px;
}
#replies .topic-content {
  padding: 5px 0;
  line-height: 1.5em;
}
#replies .topic-function {
  text-align: right;
  font-size: 12px;
  color: #c8c7cc;
  padding: 10px 0;
}
#replies .topic-function .clickable {
  cursor: pointer;
}
#replies .floor-number {
  display: inline-block;
  float: none;
}
#replies .topic-reply {
  position: absolute;
  width: 480px;
  max-height: 500px;
  min-height: 100px;
  text-align: left;
  border: 1px solid #c8c7cc;
  background-color: #fff;
  overflow: hidden;
}
#replies .topic-reply-author {
  border-bottom: 1px solid #c8c7cc;
  padding: 3px 8px;
}
#replies .topic-reply-content {
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  word-wrap: break-word;
}
.tucao-popup {
  position: absolute;
  width: 480px;
  max-height: 500px;
  min-height: 100px;
  text-align: left;
  border: 1px solid #c8c7cc;
  background-color: #fff;
  overflow: hidden;
}
.tucao-popup-author {
  border-bottom: 1px solid #c8c7cc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
}
.tucao-popup-content {
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  word-wrap: break-word;
}
#tucao-popup img {
  max-width: 100%;
  max-height: 450px;
  z-index: 1000;
}
.thread-bottom .oo,
.thread-bottom .xx,
#replies .oo,
#replies .xx {
  cursor: pointer;
}
.thread-bottom .oo,
#replies .oo {
  color: #faa;
}
.thread-bottom .xx,
#replies .xx {
  color: #aaf;
}
.thread-bottom .oo:hover,
#replies .oo:hover {
  color: red;
}
.thread-bottom .xx:hover,
#replies .xx:hover {
  color: #00f;
}
.thread-form {
  margin-top: 10px;
  padding: 5px 0;
}
.thread-form textarea,
.thread-form button {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.thread-form textarea {
  height: 150px;
  width: 99.5%;
  border: 1px solid #e5e5e5;
}
.thread-form button {
  padding: 5px;
  background: #eee;
  border: 1px solid #e5e5e5;
}
.thread-form .form-row {
  padding: 5px 0;
}
.thread-form .topic-subject {
  width: 80%;
}
.list-header {
  padding: 5px;
  text-align: right;
}
.list-header .creat-button {
  padding: 5px 10px;
  margin: 5px;
  background: #eee;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.more-button {
  margin-top: 10px;
  width: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  background: #eee;
}
.goback-button {
  padding: 3px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.page-nav {
  margin: 5px 0;
}
.page-nav ul {
  padding: 0;
  margin: 0;
}
.page-nav li {
  display: inline-block;
  margin-right: 5px;
}
.page-nav button {
  font-size: smaller;
  padding: 3px 8px;
  border: 1px solid #e5e5e5;
}
.page-nav button.active {
  background-color: #333;
  color: #fff;
}
@media (max-width: 991px) {
  .page-nav {
    text-align: center;
  }
}
.member-form a {
  color: #444;
}
.member-form .width100 {
  width: 100%;
}
.member-form .form-button {
  background-color: #262626;
  color: #fff;
  border-width: 1px;
}
.member-form .form-button:hover {
  background-color: #fff;
  color: #262626;
  font-weight: 700;
}
.member-form .form-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.member-form .form-row {
  padding: 5px;
}
.member-form .form-field {
  font-size: 18px;
  font-weight: 700;
}
.member-form .captcha-img {
  cursor: pointer;
}
.member-form .hint {
  font-size: 11px;
  color: #888;
}
.member-form h2,
.member-form h3 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.member-form .info-text {
  font-size: 12px;
  color: #999;
}
.member-nav {
  border-radius: 5px;
}
.member-nav .nav-item {
  text-align: center;
  border-radius: 4px;
}
.member-nav .active {
  background-color: #ccc;
  font-weight: 700;
}
.member-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-nav a {
  text-decoration: none;
  color: #666;
}
.notice-row {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.notice-row a {
  color: #333;
  font-weight: 700;
}
@media (min-width: 992px) {
}
@media (max-width: 992px) {
  .member-nav {
    margin-bottom: 20px;
  }
}
.ugc-form div {
  padding: 5px;
}
.ugc-form textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #e5e5e5;
}
.ugc-form .form-button {
  background-color: #e5e5e5;
  font-size: smaller;
  padding: 6px 10px;
  border: none;
}
.ugc-form .form-button:hover {
  background-color: #262626;
  color: #fff;
}
.ugc-form .form-button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.report-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  z-index: 900;
  border: 1px solid #e5e5e5;
}
.report-popup .report-title {
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px;
  display: block;
}
.report-popup .report-content {
  padding: 10px;
  min-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.report-popup .report-func {
  padding: 10px 5px;
}
.global-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  opacity: 0.8;
  padding: 10px 0;
  z-index: 1000;
}
.toast-danger {
  background-color: red !important;
}
#nav_top {
  background-color: #e5e5e5;
  border-radius: 100%;
  height: 40px;
  padding-top: 1px;
  bottom: 20px;
  color: #fff;
  display: none;
  font-size: 22px;
  right: 5%;
  padding-bottom: 8px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 3;
  cursor: pointer;
}
.btn-gray-width100 {
  background-color: #262626;
  color: #fff;
  width: 98%;
  margin: 5px;
  padding: 5px;
}
.logo-bg {
  background: 0 0,
    url(/wp-content/themes/jandan2025/images/logo2025-t.png) no-repeat
      calc(100% - 10px) calc(0px);
}
.jandan-btn {
  border-radius: 0;
  background-color: #e5e5e5;
  border: none;
  padding: 5px 10px;
}
.font-size12 {
  font-size: 12px !important;
}
@keyframes up-bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes down-bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popAndShine {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes crush {
  to {
    transform: scaleX(1.2) scaleY(0.8);
    opacity: 0.7;
  }
}
.up-bounce {
  animation: popAndShine 0.4s ease;
}
@keyframes shakeAndDrop {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(-4px, 0) rotate(-5deg);
  }
  40% {
    transform: translate(4px, 0) rotate(5deg);
  }
  60% {
    transform: translate(-3px, 4px);
  }
  80% {
    transform: translate(3px, 6px);
  }
  100% {
    transform: translate(0, 4px);
  }
}
.down-bounce {
  animation: shakeAndDrop 0.4s ease;
}
.gif-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 40px;
}
.gif-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}
.dark-model {
  --bs-body-color: #e5e5e5;
  --bs-body-bg: #222;
  --bs-emphasis-color: #fff;
  --bs-secondary-color: #dedede;
  --bs-secondary-bg: #292929;
  --bs-tertiary-color: #999;
  --bs-tertiary-bg: #292929;
  --bs-em-color: #595959;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #191919;
  --bs-primary-border-subtle: #1a1a1a;
  --bs-secondary-border-subtle: #333;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.dark-model .card,
.dark-model .navbar,
.dark-model .dropdown-menu,
.dark-model .modal-content,
.dark-model .offcanvas,
.dark-model .toast,
.dark-model .list-group-item {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
}
.dark-model body {
  background-color: var(--bs-body-bg);
}
.dark-model #header .model-btn {
  color: #eee;
}
.dark-model .main,
.dark-model .main .header-h1,
.dark-model .sidebar,
.dark-model .sidebar .search-form,
.dark-model .sidebar .nav-header,
.dark-model .sidebar .hot-tabs li,
.dark-model .post-list .post-item,
.dark-model .post-neighbor-nav .dark-model .main .breadcrumb,
.dark-model .post-h1,
.dark-model .quick-form,
.dark-model .comment-row,
.dark-model .comment-top-border1 .dark-model .tucao-container,
.dark-model .tucao-form textarea,
.dark-model .tucao-hot,
.dark-model .top-nav .nav-item,
.dark-model .top-nav,
.dark-model #threads .thread-row,
.dark-model #thread-container .topic-container,
.dark-model #thread-container h1,
.dark-model #float-window,
.dark-model .page-nav.border-bottom,
.dark-model .sidebar,
.dark-model .post-neighbor-nav,
.dark-model #float-window {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.dark-model .sidebar .search-form input[type="text"],
.dark-model .tucao-form textarea,
.dark-model .thread-form textarea {
  color: var(--bs-body-color);
  background: var(--bs-secondary-bg);
}
.dark-model #header .logo-container {
  background: url(/wp-content/themes/jandan2025/images/logo2025-d.png) no-repeat
    50%;
}
.dark-model .navbar.navbar-expand,
.dark-model #footer {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.dark-model .navbar {
  background-color: #191919;
}
.dark-model .tucao-container {
  background-color: var(--bs-body-bg);
}
.dark-model .main .header-h1,
.dark-model .sidebar .search-form,
.dark-model .main .breadcrumb,
.dark-model .tucao-hot h3 {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
}
.dark-model .sidebar .nav-header {
  color: var(--bs-tertiary-color);
}
.dark-model .sidebar .hot-tabs li {
  color: var(--bs-secondary-color);
}
.dark-model .sidebar .hot-tabs li.current {
  color: var(--bs-white);
  background-color: var(--bs-secondary-bg);
}
.dark-model .sidebar .hot-title {
  background-color: var(--bs-secondary-bg);
}
.dark-model .sidebar a,
.sidebar .text {
  color: var(--bs-secondary-color);
}
.dark-model .sidebar a.like {
  color: red;
}
.dark-model .sidebar a.unlike {
  color: #4692e4;
}
.dark-model .post-list .post-tag a,
.dark-model .main .post-tag a:visited,
.dark-model .post-list .post-comment-count {
  color: var(--bs-em-color);
}
.dark-model .post-list .post-title a,
.main .post-title a:visited {
  color: var(--bs-heading-color);
}
.dark-model .post-neighbor-nav a {
  color: var(--bs-heading-color);
}
.dark-model .post blockquote {
  background-color: #333;
  border-left: 5px solid #444;
  color: #ddd;
}
.dark-model .post-list .page-navi a {
  background: var(--bs-secondary-bg);
}
.dark-model .post-content a,
.dark-model .post-content a:link,
.dark-model .post-content a:visited {
  color: var(--bs-white);
}
.dark-model .jandan-btn,
.dark-model .tucao-form button {
  color: var(--bs-body-color);
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-secondary-border-subtle);
  transition: 0.3s;
}
.dark-model .jandan-btn:hover,
.dark-model .tucao-form button:hover,
.dark-model .page-nav button:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-white);
  transition: 0.3s;
}
.dark-model .page-nav button {
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-secondary-border-subtle);
}
.dark-model .page-nav button.active {
  background-color: var(--bs-tertiary-bg);
}
.dark-model .comment-row .comment-num,
.dark-model .comment-row .comment-content .img-link,
.dark-model .comment-row .create-time,
.dark-model .comment-row .comment-id,
.dark-model .comment-row .ip-location,
.dark-model .comment-row .report-btn {
  color: var(--bs-tertiary-color);
}
.dark-model .comment-row .comment-func {
  color: var(--bs-secondary-color);
}
.dark-model .tucao-popup {
  background-color: var(--bs-light-bg-subtle);
}
.dark-model .tucao-hot {
  background-color: var(--bs-light-bg-subtle);
}
.dark-model .ugc-form textarea {
  border-color: var(--bs-secondary-border-subtle);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
.dark-model .top-nav .nav-item a {
  color: var(--bs-body-color);
}
.dark-model .top-nav .nav-item.current {
  color: var(--bs-white);
  background-color: var(--bs-secondary-bg);
}
.dark-model #threads .topic-link {
  color: var(--bs-body-color);
}
.dark-model #threads .topic-reply-count {
  color: var(--bs-em-color);
}
.dark-model #threads .topic-author {
  color: var(--bs-tertiary-color);
}
.dark-model .list-header .creat-button,
.dark-model .thread-form button {
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-secondary-border-subtle);
}
.dark-model .list-header .creat-button:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-white);
  transition: 0.3s;
}
.dark-model .order-row {
  color: var(--bs-body-color);
}
.dark-model #replies .reply-container {
  background-color: var(--bs-body-bg);
}
.dark-model #replies .reply {
  color: var(--bs-body-color);
  border-color: var(--bs-secondary-border-subtle);
}
.dark-model #replies .topic-author {
  color: var(--bs-tertiary-color);
}
.dark-model #replies .topic-author b {
  color: var(--bs-heading-color);
}
.dark-model #replies .topic-content {
  color: var(--bs-body-color);
}
.dark-model #replies .topic-function {
  color: var(--bs-tertiary-color);
}
.dark-model #replies .topic-function .clickable {
  color: var(--bs-secondary-color);
}
.dark-model .page-nav button {
  color: var(--bs-tertiary-color);
}
.dark-model .page-nav button:hover {
  color: var(--bs-white);
  transition: 0.3s;
}
.dark-model .page-nav button.active {
  color: var(--bs-white);
  background-color: var(--bs-tertiary-bg);
}
.dark-model .page-nav button.active:hover {
  color: var(--bs-white);
  background-color: var(--bs-tertiary-bg);
}
.dark-model #nav_top {
  color: var(--bs-secondary);
  background-color: var(--bs-secondary-bg);
  transition: 0.3s;
}
.dark-model #nav_top:hover {
  background-color: var(--bs-white);
  transition: 0.3s;
}
.dark-model .main .breadcrumb {
  border-bottom: 1px solid #3a3a3a;
  background-color: #292929;
}
.dark-model .post-content strong.highlight,
.dark-model .post-content .block {
  background-color: #111;
}
.dark-model .post-content h4.pullquote {
  background-color: #191919;
  border-left: 8px solid #111;
}
.dark-model .comment-top-border1 {
  border-top: 1px solid #3a3a3a;
}
.dark-model #footer {
  color: #777 !important;
}
.dark-model #footer a {
  text-decoration: none;
  color: #777 !important;
}
.dark-model a:hover {
  color: #fff !important;
  transition: 0.2s;
}
.dark-model .top-nav .nav-item.current {
  color: var(--bs-white);
  background-color: var(--bs-secondary-bg);
}
.dark-model .page-nav.border-bottom {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.dark-model .tucao-container {
  border: 1px solid var(--bs-secondary-border-subtle);
}
.dark-model .tucao-container {
  border: 1px solid var(--bs-secondary-border-subtle);
}
.dark-model #replies .topic-reply {
  background-color: var(--bs-light-bg-subtle);
  border-color: var(--bs-gray-600);
}
.dark-model #replies .topic-reply-author {
  border-bottom-color: var(--bs-gray-600);
}
.dark-model .thread-form textarea {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  border-color: var(--bs-secondary-border-subtle);
}
.dark-model .thread-form button {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  border-color: var(--bs-secondary-border-subtle);
  transition: 0.3s;
}
.dark-model .thread-form button:hover {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-white);
  transition: 0.3s;
}
