/*文章归档*/
#main-archivest {
  margin: 20px 0;
}
.m-title {
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.al_mon {
  font-weight: bold;
}
#archives ul li {
  list-style-type: none;
}
#archives ul > li {
  padding: 0 0 8px 5px;
  border-left: solid 1px #ccc;
  background-image: url(li.png);
  padding-left: 20px;
  background-repeat: no-repeat;
}
#archives ul > li > ul {
  margin: 0;
  padding: 0;
}
#archives ul > li > ul > li {
  list-style-type: none;
  background-image: url(li.gif);
  padding-left: 20px;
  background-repeat: no-repeat;
  border-left: dashed 1px #ccc;
}
article h2 {
  margin: 26px 0px 0.6em 0px;
  border-bottom: 1px solid;
  color: rgb(255, 102, 0);
  font-size: 26px;
}
article h3 {
  margin: 20px 0px 0.6em 0px;
  color: #f6821f;
  font-size: 20px;
}

/*自定义修改*/
.archive-header {
  padding-top: 80px;
}

.list-archive {
  padding-top: 50px;
}
.special-inner {
  position: relative;
  margin: auto;
  padding-top: 300px;
  text-align: center;
  text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}
.topics {
  padding-top: 50px;
}

/*广告样式微修改*/
.iad {
  padding-top: 10px;
}
.iap {
  padding-bottom: 10px;
}

/* 正文内卡片样式 */
.post-card-block {
  line-height: 1.5715;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.post-card-block a {
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  touch-action: manipulation;
}

.post-card-block .one {
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px 15px 15px;
  position: relative;
}

.post-card-block .text {
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-block .text .h4 {
  color: #333;
  font-weight: 600;
  overflow: hidden;
  font-size: 1.0625rem;
  height: 28px;
  line-height: 20px;
  margin: 0;
}

.post-card-block .text p {
  color: #999 !important;
  overflow: hidden !important;
  line-height: 20px !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  text-indent: 1em !important;
}

.post-card-block .access {
  position: absolute;
  right: 10px;
  width: 40px;
  line-height: 20px;
  z-index: 1;
  font-size: 24px;
  text-align: right;
}

.layui-layer-win10 {
  border-radius: 8px;
}

.post-content pre {
  display: block;
  white-space: pre;
  position: relative;
  padding: 15px;
  line-height: 1.6;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-family: "Courier New", Consolas, "Lucida Console";
}

.post-content mark {
  border-radius: 6px;
  padding: .2em .4em;
}

.post-content code {
  padding: .2em .4em;
  margin: 0;
  font-size: 80%;
  background-color: #afb8c133;
  border-radius: 6px;
}
.post-content pre code {
  background: none;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
  font-family: SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}

.post-content blockquote {
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background-color: var(--bg-light);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  color: inherit;
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter:blur(6px))) {
  .fixed-header {
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
  }
}
.header nav.navbar{
    background-color: rgb(255 255 255 / 75%);
  }