* {
	text-transform: none;
}

.post-page article .post-content p video {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.dplayer-video-wrap .dplayer-video-current {
    border-radius: 10px;
}

.dplayer.dplayer-mobile .dplayer-mobile-play {
    border-radius: 36px;
}

.dplayer-video-wrap {
    border-radius: 10px;	
}

.lpk-live-photo-player {
	height: 300px!important;
	margin-bottom: 0.1rem;
}

.lpk-live-photo-renderer {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    top: 9px!important;
}

.dplayer.dplayer-no-danmaku {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.blogo {
  margin: 0!important;
  border: 0px solid #e8e8e8!important;
  border-radius: 20px!important;
  box-shadow: 0px 1px 8px rgb(180 180 180 / 40%)!important;
}

.foot {
  background-color: #f7f7f7;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.beian {
    position: relative;top: 0rem;color: #86868a;
}



select:lang(zh-CN) {
    font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

body:lang(zh-CN) {
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.post-container {
    margin: 0 1.7rem;
}

.post.mb.pb {
    margin-bottom: 1.5rem;
}

nav.text-center.mb-12 {
	margin: 0 15px;
	padding-top: .8rem;
	/*border-top: 1px solid #ececec;*/
}

.post-page article .post-content blockquote p code {
  background: #eee;
  font-size: 15px;
  padding: 0 4px;
  color: #7e7e7e;
  border-radius: 0.3REM;
  line-height: 1.5rem!important;
}

.header-img.mb-3.mt-4 {
    margin-top: 0!important;
}

.post-list .post .header-img {
  width: 100%;
}
.post-list .post .header-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*box-shadow: 0px 0px 10px rgb(180 180 180 / 40%);*/
  border: 1px solid #e8e8e8;
  border-radius: 0.8REM;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.post-list .post .header-img a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.post-list .post .post-title {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-list .post .post-title a {
  color: #333333;
}
.post-list .post .post-title a:hover {
  text-decoration: none;
  color: #D0220F;
}
.post-list .post .post-title a:focus {
  color: #D0220F;
}
.post-list .post .more-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar section h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
.sidebar section ul {
  list-style: none;
  padding: 0;
}
.sidebar section ul li {
  margin: 0 0.1rem 7px 0.1rem;
}
.sidebar section ul li a {
  font-size: 12px;
  color: #333333;
}
.sidebar .latest-comment img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
}
.sidebar .latest-comment .media-body {
  overflow: hidden;
}
.sidebar .latest-comment .media-body p {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-title h1 {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 700;
}

.post-page .header-img {
  width: 100%;
}
.post-page .header-img a {
  display: block;
  width: 100%;
  height: 100%;
  /*box-shadow: 0px 0px 20px rgb(180 180 180 / 40%);*/
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.post-page .header-img a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.post-page .post-title {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
}
.post-page .post-title a {
  color: #333333;
}
.post-page .post-title a:hover {
  text-decoration: none;
  color: #D0220F;
}
.post-page .post-title a:focus {
  color: #D0220F;
}
.post-page article .post-content p, .post-page article .post-content li, .post-page article .post-content a {
  font-size: 15px;
  text-align: left!important;
  line-height: 1.5rem;
}
.post-page article .post-content pre > code {
  background-color: transparent;
  color: #5d697bc4;
  display: block;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  overflow-x: auto;
}

/* 代码块容器 pre */
.post-page article .post-content pre {
  background-color: #44566bc9;
  border-radius: 1.2rem;
  padding: 0;
  overflow: hidden;
  /* Firefox 滚动条：默认极细且颜色与背景相近，悬停时通过伪类无法直接控制，此处保持默认 */
  scrollbar-width: thin;
  scrollbar-color: #2d2d2d00 #2d2d2d00; /* 滑块和轨道都与背景近似，实现“隐藏” */
  transition: scrollbar-color 0.2s;
}

/* 悬停时 Firefox 滚动条变为可见颜色（通过 pre 悬停改变颜色属性） */
.post-page article .post-content pre:hover {
  scrollbar-color: #fff #2d2d2d00;
}

.post-page article .post-content pre > code {
  background-color: transparent;
  color: #f8f8f2;
  display: block;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  overflow-x: auto;
}

/* WebKit 滚动条：默认透明，悬停 pre 时显示 */
.post-page article .post-content pre::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.post-page article .post-content pre::-webkit-scrollbar-track {
  background: transparent; /* 完全透明轨道 */
  transition: background 0.2s;
}

.post-page article .post-content pre::-webkit-scrollbar-thumb {
  background: transparent; /* 完全透明滑块 */
  transition: background 0.2s;
}

/* 鼠标悬停在 pre 上时，滚动条显现 */
.post-page article .post-content pre:hover::-webkit-scrollbar-track {
  background: #fff;
}

.post-page article .post-content pre:hover::-webkit-scrollbar-thumb {
  background: #fff;
}

.post-page article .post-content pre:hover::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.post-page article .post-content pre::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.post-page article .post-content h1, .post-page article .post-content h2, .post-page article .post-content h3, .post-page article .post-content h4, .post-page article .post-content h5, .post-page article .post-content h6 {
  color: #333333;
  font-weight: 700;
}
.post-page article .post-content h1 code, .post-page article .post-content h2 code, .post-page article .post-content h3 code, .post-page article .post-content h4 code, .post-page article .post-content h5 code, .post-page article .post-content h6 code {
  background: #F9F2F4;
  padding: 0 4px;
  color: #C7254E;
}
.post-page article .post-content h1 {
  font-size: 28px;
  margin-top: 2rem;
}
.post-page article .post-content h1 * {
  font-size: 28px;
}
.post-page article .post-content h2 {
  font-size: 21px;
  margin-top: 1.5rem;
}
.post-page article .post-content h2 * {
  font-size: 21px;
}
.post-page article .post-content h3 {
  font-size: 18px;
}
.post-page article .post-content h3 * {
  font-size: 18px;
  margin-top: 0.8rem;
}
.post-page article .post-content h4, .post-page article .post-content h5, .post-page article .post-content h6 {
  font-size: 16px;
}
.post-page article .post-content h4 *, .post-page article .post-content h5 *, .post-page article .post-content h6 * {
  font-size: 16px;
}
.post-page article .post-content img {
  max-width: 100%;
  margin:.5rem 0 1.6rem 0;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0px 2px 20px rgb(180 180 180 / 40%);
}
.post-page article .post-content p code, .post-page article .post-content li code, .post-page article .post-content td code {
  background: #eee;
  font-size: 15px;
  padding: 0 4px;
  color: #2b3054;
  border-radius: 0.3REM;
}
.post-page article .post-content a {
  font-weight: 500;
  color: #40b5fb;
  word-wrap: break-word;
  word-break: break-all;
}
.post-page article .post-content p {
  margin: 10px 0;
}
.post-page article .post-content blockquote {
  border-left: 5px solid #dcdcdc;
  margin: 20px 0;
  padding: 0px 7px 0px 10px;
  background-color: #fbfbfb;
  color: #00000073;
  line-height: 1.6rem!important;
}
.post-page article .post-content table td, .post-page article .post-content table th {
  min-width: 90px;
}
.post-page .category-tag .post-category {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.post-page .category-tag .post-tag {
  display: flex;
  align-items: center;
}
.post-page .category-tag .post-tag a {
  margin-right: 5px;
}
.post-page .category-tag .post-tag a:last-child {
  margin-right: 0;
}
.post-page .qr-link > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-page .qr-link .link-box {
  width: 160px;
}
.post-page .post-navigation a {
  color: #333333;
}
.post-page .post-navigation a:hover {
  color: #D9230F;
}

#agree-p {
  font-weight: 700;
  font-size: 18px;
  color: red;
  position: absolute;
}

#max-img-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1200;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#max-img-box .features-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1230;
}
#max-img-box img {
  position: absolute;
  cursor: move;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.text-avatar, .pingback {
  width: 42px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.pingback {
  background: #488CB8;
}

.avatar {
  background-color: #E0E0E0;
}

#comments .comment-off {
  margin-top: 20px;
}
#comments .comment-off h2 {
  font-size: 18px;
  font-weight: 700;
}
#comments .comment-input {
  margin-top: 24px;
}
#comments .comment-input h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#comments .comment-input .row div {
  margin-bottom: 16px;
}
#comments .comment-input .row div textarea {
  height: 120px;
}
#comments .comment-input a {
  font-weight: 700;
}
#comments .comment-input #emoji-panel {
  width: 400px;
  height: 300px;
  position: absolute;
  z-index: 10;
  display: none;
}
#comments .comment-input #emoji-panel #emoji-classification {
  overflow-x: auto;
}
#comments .comment-input #emoji-panel #emoji-classification button {
  font-size: 14px;
}
#comments .comment-input #emoji-panel #emoji-classification button:hover {
  background: #00000012;
}
#comments .comment-input #emoji-panel #emoji-classification .selected {
  background: #00000012;
}
#comments .comment-input #emoji-panel #emoji-list {
  max-height: 222px;
  overflow-y: auto;
}
#comments .comment-input #emoji-panel #emoji-list .emoji {
  float: left;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
#comments .comment-input #emoji-panel #emoji-list .emoji:hover {
  background: #D9230F;
}
#comments .comment-input #emoji-panel #emoji-list .emoji:focus {
  background: #D9230F;
}
#comments .comments-lists {
  margin-top: 24px;
}
#comments .comments-lists h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
#comments .comments-lists ol {
  list-style: none;
  padding: 0;
}
#comments .comments-lists .comment-author .avatar {
  float: left;
  margin-right: 10px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
#comments .comments-lists .comment-author .comment-info .author {
  font-size: 13px;
  color: #333333;
}
#comments .comments-lists .comment-author .comment-info .comment-time {
  display: block;
  font-size: 12px;
  color: #686868;
}
#comments .comments-lists .comment-author .comment-reply > span {
  display: flex;
  align-items: center;
}
#comments .comments-lists .comment-author .comment-reply a, #comments .comments-lists .comment-author .comment-reply i {
  color: #ff6974;
  font-weight: 700;
  font-size: 13px;
}
#comments .comments-lists .comment-content {
  margin-left: 2.6rem;
}
#comments .comments-lists .comment-content p, #comments .comments-lists .comment-content li, #comments .comments-lists .comment-content a {
  font-size: 16px;
}
#comments .comments-lists .comment-content pre > code {
  padding: 10px;
  font-size: 16px;
}
#comments .comments-lists .comment-content h1, #comments .comments-lists .comment-content h2, #comments .comments-lists .comment-content h3, #comments .comments-lists .comment-content h4, #comments .comments-lists .comment-content h5, #comments .comments-lists .comment-content h6 {
  color: #333333;
  font-weight: 700;
}
#comments .comments-lists .comment-content h1 code, #comments .comments-lists .comment-content h2 code, #comments .comments-lists .comment-content h3 code, #comments .comments-lists .comment-content h4 code, #comments .comments-lists .comment-content h5 code, #comments .comments-lists .comment-content h6 code {
  background: #F9F2F4;
  padding: 0 4px;
  color: #C7254E;
}
#comments .comments-lists .comment-content h1 {
  font-size: 21px;
}
#comments .comments-lists .comment-content h1 * {
  font-size: 28px;
}
#comments .comments-lists .comment-content h2 {
  font-size: 18px;
}
#comments .comments-lists .comment-content h2 * {
  font-size: 21px;
}
#comments .comments-lists .comment-content h3 {
  font-size: 16px;
}
#comments .comments-lists .comment-content h3 * {
  font-size: 18px;
}
#comments .comments-lists .comment-content h4, #comments .comments-lists .comment-content h5, #comments .comments-lists .comment-content h6 {
  font-size: 15px;
}
#comments .comments-lists .comment-content h4 *, #comments .comments-lists .comment-content h5 *, #comments .comments-lists .comment-content h6 * {
  font-size: 14px;
}
#comments .comments-lists .comment-content img {
  max-width: 100%;
}
#comments .comments-lists .comment-content p code, #comments .comments-lists .comment-content li code, #comments .comments-lists .comment-content td code {
  background: #F9F2F4;
  font-size: 14px;
  padding: 0 4px;
  color: #C7254E;
}
#comments .comments-lists .comment-content a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comments-lists .comment-content p {
  margin: 10px 0;
}
#comments .comments-lists .comment-content blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
#comments .comments-lists .comment-content table td, #comments .comments-lists .comment-content table th {
  min-width: 90px;
}
#comments .comments-lists .comment-content p {
  margin-top: 0;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comments-lists .comment-content p, #comments .comments-lists .comment-content a, #comments .comments-lists .comment-content li, #comments .comments-lists .comment-content code, #comments .comments-lists .comment-content td {
  font-size: 14px;
}
#comments .comments-lists .comment-children {
  margin-left: 52px;
}
#comments .comments-lists .comment-children .comment-children {
  margin-left: 0;
}

.archive-page .post-content ul {
  padding-left: 0;
  list-style: none;
}

.page-links .logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F7F7F9;
}
.page-links .logo-icon {
  width: 42px;
  height: 42px;
  background: #09679B;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 22px;
}
.page-links .link {
  display: flex;
  align-items: center;
}

.statistics-page .statistics-card {
  background: #B3D8FF;
}

.page-404 .text-404 {
  font-size: 120px;
  font-weight: 700;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .post-list .post .post-title {
    font-size: 18px;
  }

  .post-page .post-title {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    font-size: 22px;
  }
  .post-page .post-title a {
    color: #333333;
  }
  .post-page .post-title a:hover {
    text-decoration: none;
    color: #D0220F;
  }
  .post-page .post-title a:focus {
    color: #D0220F;
  }
}
@media screen and (max-width: 575px) {
  .post-list .post .post-title {
    font-size: 18px;
  }

  .post-page .post-title {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    font-size: 22px;
  }
  .post-page .post-title a {
    color: #333333;
  }
  .post-page .post-title a:hover {
    text-decoration: none;
    color: #D0220F;
  }
  .post-page .post-title a:focus {
    color: #D0220F;
  }

  #comments .comments-lists .comment-children {
    margin-left: 21px;
  }
  #comments .comments-lists .comment-children .comment-children {
    margin-left: 0;
  }
  #comments #emoji-panel {
    width: 93% !important;
  }
}

/*# sourceMappingURL=style.css.map */
