@import "plugin/fancybox.css";
@import "plugin/giscus.css";
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  position: relative;
  font-weight: 600;
  outline: none;
  color: #12183A;
  cursor: pointer;
}
#article h1 {
  font-size: 32px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 2px solid #e06c75;
}
#article h1 a:hover {
  border-bottom: 0;
}
#article h2 {
  font-size: 25px;
  border-left: 3px solid #73b1e0;
  padding-left: 10px;
}
#article h1,
#article h2 {
  line-height: 40px;
  margin: 20px 0 15px;
}
#article h3 {
  padding: 24px 0;
  font-size: 24px;
}
#article h4 {
  font-size: 19px;
  padding: 15px 0 10px;
}
#article h5 {
  font-size: 18px;
  padding: 15px 0 10px;
}
#article a {
  position: relative;
  color: #006AFF;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
#article hr {
  margin: 24px 0 32px;
  height: 4px;
  border: none;
  background: #F1F5FB;
}
#article code {
  border-radius: 8px;
}
#article code li {
  list-style: none;
}
#article img {
  width: 100%;
  cursor: pointer;
  margin: 8px 0 0;
  text-align: center;
  border-radius: 10px;
  outline: none;
  border: 0;
}
#article pre {
  font-size: 0.85em;
  line-height: 1.5em;
  display: flex;
  max-width: 1000px;
  position: relative;
}
#article pre:after {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fc625d;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  content: ' ';
}
#article pre code {
  flex: 1;
  text-align: left;
  width: fit-content;
  padding: 40px 20px 20px 20px;
  margin: 20px 0;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}
#article p {
  display: block;
  margin: 4px 0 16px;
  line-height: 30px;
  text-align: justify;
  font-size: 18px;
  color: #12183A;
  box-sizing: border-box;
}
#article ol {
  padding: 10px 30px;
}
#article ol li {
  margin-left: 15px;
  padding: 7px;
}
#article ul {
  margin: 5px 0;
}
#article ul li {
  list-style: none;
  margin: 10px 16px;
  line-height: 30px;
}
#article ul li:before {
  content: "\2022";
  color: #006AFF;
  float: left;
  margin-right: 10px;
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
}
#article blockquote {
  background: #fafafa;
  border-left: 4px solid #e0e2e5;
  margin: 15px 0;
  padding: 2px;
}
#article blockquote p {
  margin: 4px 20px;
  font-weight: 400;
  color: #898FA0;
  font-size: 16px;
}
#article p code,
#article ul li code {
  font-size: 1em;
  margin: 0 4px;
  display: inline;
  padding: 6px 8px;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  color: #58586C;
  background: #F1F5FB;
  border-radius: 3px;
}
#article p strong {
  font-weight: bold;
}
#article table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2em;
  border-radius: 8px;
  box-shadow: 0 0 2px #d4d4d4;
  word-wrap: break-word;
  table-layout: fixed;
  margin: 20px 0 15px;
  border: 1px solid rgba(153, 169, 191, 0.1);
  overflow: hidden;
}
#article table td:hover,
#article table tr:hover {
  background: rgba(153, 169, 191, 0.1);
  cursor: pointer;
}
#article table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#article table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#article table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
#article table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
#article table td {
  border-bottom: 1px solid rgba(153, 169, 191, 0.1);
  border-right: 1px solid rgba(153, 169, 191, 0.1);
}
#article table tr:first-child td {
  border-top: 1px solid rgba(153, 169, 191, 0.1);
}
#article table tr td:first-child {
  border-left: 1px solid rgba(153, 169, 191, 0.1);
}
#article thead {
  text-indent: 1em;
}
#article thead tr {
  height: 3em;
}
#article thead tr:nth-child(odd) {
  background: hsla(0, 0%, 96.5%, 0.51);
}
#article thead th {
  background: rgba(153, 169, 191, 0.1);
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #4c4948;
}
#article tbody tr {
  line-height: 2.5em;
}
#article tbody td {
  color: #333;
  font-weight: 400;
  padding: 0 1em;
  text-align: left;
}
.footer {
  display: flex;
  padding: 0 calc((100% - 1160px)/2);
  height: 80px;
}
.footer .Copyright {
  display: flex;
  margin-left: 18px;
  color: #898FA0;
  font-size: 14px;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.footer .Copyright .footer-theme-link {
  text-decoration: none;
  display: contents;
  color: #898FA0;
}
.footer .contact {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.footer .contact a {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #898FA0;
  justify-content: center;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.footer .contact a:hover {
  opacity: 1;
}
.footer .contact a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 2em;
    flex-direction: column-reverse;
  }
  .footer .Copyright {
    margin: auto;
  }
  .footer .contact {
    margin: auto;
    flex-wrap: wrap;
  }
  .footer .contact a {
    margin-bottom: 10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 199;
  background: #ffffff;
}
.header .header-top {
  display: flex;
  height: 100px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 99;
  padding: 0 calc((100% - 1160px)/2);
}
.header .header-top .h-left {
  display: flex;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.header .header-top .h-left a {
  margin-left: 18px;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .h-left a img {
  width: 36px;
  height: 36px;
}
.header .header-top .h-right {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.header .header-top .h-right ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  list-style: none;
}
.header .header-top .h-right ul li {
  padding: 0 18px;
  white-space: nowrap;
}
.header .header-top .h-right ul li a {
  color: #898FA0;
  text-decoration: none;
}
.header .header-top .h-right ul li a:hover {
  color: #12183A;
}
.header .header-top .h-right ul li .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  top: -12px;
  left: 2px;
}
.header .header-top .h-right .select a {
  color: #12183A;
}
.header .header-top .h-right .select .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #006AFF;
  position: relative;
  top: -12px;
  left: 2px;
}
.header .header-top .h-right .theme-toggle-btn {
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  list-style: none;
}
.header .header-top .h-right .theme-toggle-btn svg {
  width: 20px;
  height: 20px;
  stroke: #898FA0;
  transition: stroke 0.3s ease-in-out;
}
.header .header-top .h-right .theme-toggle-btn:hover svg {
  stroke: #12183A;
}
.header .header-top .h-right .theme-toggle-btn .icon-moon {
  display: none;
}
.header .header-move1 {
  height: 72px;
  transition: all 0.8s ease-in-out;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.08);
}
.header .header-move2 {
  height: 100px;
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width: 600px) {
  .header .header-top .h-right-close {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .header-top .h-right {
    display: none;
  }
  .header .header-top .h-right-close {
    display: flex;
    flex-basis: 0;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin-right: 1em;
  }
  .header .header-top .h-right-close svg {
    cursor: pointer;
    width: 2em;
    height: 2em;
  }
}
.header-body-background {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(to top, #f1f5fb, #f9fcff);
  height: 466px;
}
.header-body-background-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header-body-background-content h2 {
  display: flex;
  margin-top: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #12183A;
}
.header-body-background-content span {
  display: flex;
  height: 152px;
  font-size: 36px;
  line-height: 48px;
  color: #12183A;
  align-items: center;
}
.header-body-background-content span img {
  width: 56px;
  height: 56px;
}
.grouping {
  display: flex;
  flex-direction: column;
  width: 900px;
  padding: 64px 40px;
  font-size: 1.1rem;
  transition: all 0.4s ease-in-out;
}
.grouping p {
  font-size: 1.55rem;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}
.grouping a {
  display: flex;
  text-decoration: none;
  color: #3C4858;
  padding: 20px;
}
.grouping a span {
  flex-grow: 1;
}
.grouping a time {
  white-space: nowrap;
}
.grouping a:hover {
  background: #F8F9FB;
  color: #4CA5CE;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .grouping {
    width: 100%;
    max-width: 700px;
    padding: 50px 15px;
    font-size: 1rem;
  }
  .grouping p {
    font-size: 1.5rem;
  }
  .grouping a {
    padding: 15px;
  }
}
.shelter {
  background-color: #333;
  opacity: 0;
  cursor: pointer;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1998;
  transition: opacity 0.3s ease-in-out;
}
.shelter.active {
  display: block;
  opacity: 0.5;
}
.sidebar {
  width: 66%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #ffffff;
  z-index: 1999;
  text-align: center;
  box-shadow: -6px 0 20px rgba(98, 94, 94, 0.815);
  transition: right 0.5s ease-in-out;
}
.sidebar.active {
  right: 0;
}
.topo {
  width: 100%;
  height: 200px;
  background: url(https://api.ixiaowai.cn/gqapi/gqapi.php) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.topo h2 {
  color: #ffffff;
  z-index: 1;
  position: relative;
  margin: 0 0 10px 10px;
  font-size: 1.2em;
  box-sizing: border-box;
}
.topo:before {
  content: '';
  background-image: url(/image/pattern.png);
  background-repeat: repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sidebar ul {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  height: 50px;
  list-style: none;
  font-size: 1.2em;
  text-align: right;
  margin-right: 10px;
}
.sidebar ul li a {
  display: block;
  color: #5d606a;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  transition: color 0.2s ease;
}
.sidebar ul li a:hover {
  color: #12183A;
}
.my_foot {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}
.my_foot a {
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.my_foot a:hover {
  opacity: 1;
}
.my_foot a img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 600px) {
  .goTop > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.8;
    background: rgba(18, 24, 58, 0.06);
    text-align: center;
    transition: border 0.5s ease-in-out;
    border: 1px solid rgba(18, 24, 58, 0.06);
  }
  .goTop > span:hover {
    border: 1px solid #6680B3;
  }
  .goTop {
    position: fixed;
    right: 30px;
    bottom: 80px;
    transform: translate(100px, 0);
    transition: transform 0.5s ease-in-out;
  }
  .goTop.visible {
    transform: translate(0, 0);
  }
  .goTop > span > svg {
    width: 20px;
    height: 20px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 600px) {
  .goTop {
    display: none;
  }
}
.toc-sidebar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: 20px;
  width: 240px;
  z-index: 5;
  pointer-events: none;
  transition: width 0.3s ease;
}
.toc-sidebar.toc-no-transition,
.toc-sidebar.toc-no-transition .toc-sidebar-inner,
.toc-sidebar.toc-no-transition .toc-sidebar-content {
  transition: none !important;
}
.toc-sidebar-inner {
  position: sticky;
  top: 120px;
  width: 100%;
  max-height: calc(100vh - 160px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  overflow: hidden;
  pointer-events: auto;
  transition: max-height 0.3s ease, background 0.2s ease;
}
.toc-sidebar-content {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 18px 16px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.2s ease 0.15s;
}
.toc-sidebar-content::-webkit-scrollbar {
  width: 3px;
}
.toc-sidebar-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.toc-sidebar-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #12183A;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-left: 22px;
  border-bottom: 1px solid rgba(153, 169, 191, 0.1);
}
.toc-toggle-btn {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  color: #898FA0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 2;
  transition: background 0.2s ease, color 0.2s ease, left 0.3s ease, transform 0.3s ease;
}
.toc-toggle-btn:hover {
  color: #006AFF;
  background: rgba(0, 106, 255, 0.08);
}
.toc-toggle-btn .toc-icon-collapse {
  display: none;
}
.toc-toggle-btn .toc-icon-expand {
  display: block;
}
.toc-sidebar-collapsed-label {
  display: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 4px;
  font-size: 12px;
  color: #898FA0;
  white-space: nowrap;
  line-height: 1;
}
.toc-sidebar.collapsed {
  width: 32px;
}
.toc-sidebar.collapsed .toc-sidebar-inner {
  height: 96px;
  max-height: 96px;
  cursor: pointer;
}
.toc-sidebar.collapsed .toc-sidebar-inner:hover {
  background: #F8F9FB;
}
.toc-sidebar.collapsed .toc-sidebar-content {
  display: none;
}
.toc-sidebar.collapsed .toc-toggle-btn {
  left: 50%;
  transform: translateX(-50%);
}
.toc-sidebar.collapsed .toc-toggle-btn .toc-icon-collapse {
  display: block;
}
.toc-sidebar.collapsed .toc-toggle-btn .toc-icon-expand {
  display: none;
}
.toc-sidebar.collapsed .toc-sidebar-collapsed-label {
  display: block;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.toc-sidebar ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.toc-sidebar ol ol {
  padding-left: 14px;
}
.toc-sidebar li {
  list-style: none;
  margin: 2px 0;
}
.toc-sidebar .toc-link {
  display: block;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #898FA0;
  text-decoration: none;
  border-radius: 3px;
  border-left: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.toc-sidebar .toc-link:hover {
  color: #006AFF;
  background: rgba(0, 106, 255, 0.04);
}
.toc-sidebar .toc-link.active {
  color: #006AFF;
  border-left-color: #006AFF;
  background: rgba(0, 106, 255, 0.06);
  font-weight: 500;
}
@media screen and (min-width: 1500px) {
  .toc-sidebar {
    display: block;
  }
}
.post #post-toc {
  display: none;
}
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #292d3e;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-link {
  text-decoration: underline;
}
.about-header-background {
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(to top, #f1f5fb, #f9fcff);
}
.about-header-background-content {
  display: flex;
  flex-basis: 721px;
  padding: 196px 40px 160px;
  margin: 0 auto;
}
.about-header-background-content h1 {
  display: flex;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
  color: #12183A;
  flex: 1;
  flex-direction: column;
}
.about-header-background-content h1 span {
  display: flex;
  font-size: 15px;
  margin-top: 10px;
  color: #898FA0;
}
.about-header-background-content img {
  display: flex;
  flex: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-top: 30px;
  margin-right: 30px;
}
.about-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.about-content-info {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 150px;
  transition: all 0.4s ease-in-out;
}
.about-content-info p {
  font-size: 1.55rem;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}
.about-content img {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .about-content-info {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .about-content-info {
    padding: 40px 20px;
  }
}
.archive-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.archive-content-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.categories-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.categories-content-data {
  display: flex;
  flex-direction: column;
  padding: 64px 80px;
  font-size: 18px;
  transition: padding 1s;
}
.categories-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.categories-class-card {
  margin: 10px;
  flex: 1;
  flex-basis: 300px;
  height: 100px;
  padding: 20px 30px 4px 30px;
  border-radius: 10px;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.categories-class-card:hover {
  top: -10px;
  box-shadow: 4px 6px 14px #ddd;
}
.categories-class-card-title {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.categories-class-card-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.categories-class-card-number .categories-length {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  z-index: 2;
  font-style: oblique;
  font-weight: bold;
}
.categories-class-card-number span {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  z-index: 2;
  font-style: oblique;
}
.categories-class-card:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../image/pattern.png);
  background-repeat: repeat;
  content: "";
}
@media screen and (max-width: 800px) {
  .categories-content-data {
    padding: 64px 50px;
  }
}
@media screen and (max-width: 600px) {
  .categories-content-data {
    padding: 64px 20px;
  }
}
.cat-tab-nav {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(153, 169, 191, 0.1);
  margin-bottom: 40px;
}
.cat-tab-nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 16px;
  color: #898FA0;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.cat-tab-nav-btn:hover {
  color: #12183A;
}
.cat-tab-nav-btn.active {
  color: #12183A;
  font-weight: 600;
}
.cat-tab-nav-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #006AFF;
}
.cat-tab-nav-count {
  margin-left: 6px;
  padding: 1px 8px;
  background: rgba(18, 24, 58, 0.06);
  color: #424242;
  font-size: 12px;
  border-radius: 50%;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.cat-tab-panel {
  display: none;
}
.cat-tab-panel.active {
  display: block;
  animation: cat-tab-fade-in 0.2s ease;
}
.cat-tab-tags-inner.tags-content-data {
  padding: 0;
}
@keyframes cat-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-theme="dark"] .cat-tab-nav {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .cat-tab-nav-btn {
  color: #8a9bb0;
}
[data-theme="dark"] .cat-tab-nav-btn:hover {
  color: #e0e0e0;
}
[data-theme="dark"] .cat-tab-nav-btn.active {
  color: #e0e0e0;
}
[data-theme="dark"] .cat-tab-nav-btn.active::after {
  background: #409EFF;
}
[data-theme="dark"] .cat-tab-nav-count {
  background: rgba(255, 255, 255, 0.06);
  color: #c0cad8;
}
.home .main {
  display: flex;
  flex-grow: 1;
  flex-basis: auto;
  flex-direction: column;
  margin-top: 0px;
}
.home .main .post-card {
  display: flex;
  max-width: 100%;
  padding: 0 calc((100% - 1160px - 40px)/2) 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.home .main .post-card-display {
  flex-basis: 360px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  min-height: 420px;
  margin: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  flex-direction: column;
  top: 0px;
  transition: ease-in-out;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
}
.home .main .post-card-display:hover {
  cursor: pointer;
  top: -15px;
}
.home .main .post-card-display a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.home .main .post-card-display a .post-card-title {
  padding: 30px 24px;
  display: flex;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #12183A;
}
.home .main .post-card-display a img {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  background: linear-gradient(to top, #f1f5fb, #f9fcff);
  object-fit: cover;
}
.home .main .post-card-meat {
  display: flex;
  padding: 8px 24px 24px 16px;
  justify-content: space-between;
}
.home .main .post-card-meat .meat-info {
  display: flex;
  flex-direction: column;
}
.home .main .post-card-meat .meat-info .info-auth {
  display: flex;
  z-index: 3;
  align-content: flex-start;
  align-items: center;
}
.home .main .post-card-meat .meat-info .info-auth a {
  left: -8px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #898FA0;
  background: transparent;
  border-radius: 12px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.home .main .post-card-meat .meat-info .info-data {
  margin: 8px 0 0 8px;
  font-size: 12px;
  line-height: 18px;
  color: #12183A;
}
.home .main .post-block {
  padding: 0 calc((100% - 1160px)/2);
  margin-bottom: 50px;
}
.home .main .post-block-content {
  margin: 20px 0;
  text-decoration: none;
  display: flex;
  padding: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  position: relative;
  top: 0px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.home .main .post-block-content:hover {
  cursor: pointer;
  top: -15px;
}
.home .main .post-block-content img {
  width: 456px;
  height: 258px;
  background: linear-gradient(to top, #f1f5fb, #f9fcff);
  object-fit: cover;
  border-radius: 15px;
}
.home .main .post-block-content-info {
  flex: 1;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
.home .main .post-block-content-info h2 {
  color: #12183A;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .main .post-block-content-info h2:hover {
  color: #000;
}
.home .main .post-block-content-info-excerpt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999;
  letter-spacing: 2px;
}
.home .main .post-block-content-info-exhibition {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .main .post-block-content-info-exhibition-tags {
  display: flex;
  align-items: center;
}
.home .main .post-block-content-info-exhibition-tags a {
  display: inline-block;
}
.home .main .post-block-content-info-exhibition .post-tag {
  color: #898FA0;
  margin-right: 16px;
}
@media screen and (max-width: 1300px) {
  .home .main .post-block-content {
    margin: 20px 100px;
  }
  .home .main .post-block-content img {
    width: 380px;
    height: 214px;
    background: linear-gradient(to top, #f1f5fb, #f9fcff);
    object-fit: cover;
    border-radius: 15px;
  }
  .home .main .post-block-content-info-excerpt {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1000px) {
  .home .main .post-block-content {
    margin: 20px 100px;
    flex-direction: column;
    align-items: center;
  }
  .home .main .post-block-content img {
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, #f1f5fb, #f9fcff);
    object-fit: cover;
    border-radius: 15px;
  }
  .home .main .post-block-content-info {
    width: 100%;
    padding-top: 30px;
  }
  .home .main .post-block-content-info-excerpt {
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 800px) {
  .home .main .post-block-content {
    margin: 20px 50px;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home .main .post-block-content {
    margin: 20px;
    padding: 20px;
  }
  .home .main .post-block-content img {
    height: 260px;
  }
  .home .main .post-block-content-info {
    width: 100%;
    padding-top: 20px;
  }
}
.home .main .meat-type {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  background: url('https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgicon-article.svg') no-repeat;
}
.home .change-page {
  height: 40px;
  display: flex;
  padding: 0 calc((100% - 1160px)/2);
  margin-bottom: 20px;
  color: #12183A;
}
.home .change-page .p-page {
  display: flex;
  flex-basis: 0;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.home .change-page .p-page a {
  color: #12183A;
  text-decoration: none;
}
.home .change-page .p-page a .previous {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #898FA0;
  margin-left: 18px;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
  transition: ease-in-out;
  -moz-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
}
.home .change-page .p-page a .previous:hover {
  margin-top: -15px;
  cursor: pointer;
}
.home .change-page .n-page {
  display: flex;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.home .change-page .n-page a {
  color: #12183A;
  text-decoration: none;
}
.home .change-page .n-page a .next {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  margin-right: 18px;
  color: #898FA0;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
  transition: ease-in-out;
  -moz-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
}
.home .change-page .n-page a .next:hover {
  margin-top: -15px;
  cursor: pointer;
}
.links-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.links-content-data {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 64px 80px;
  font-size: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}
.links-content-data img {
  display: flex;
  width: 100%;
  height: 100%;
}
.links-content-data-item {
  display: flex;
  padding: 20px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #F8F9FB;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: ease-in-out;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.links-content-data-item:hover {
  background: #F8F9FB;
  top: -10px;
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.1);
}
.links-content-data-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
.links-content-data-item .card {
  display: flex;
}
.links-content-data-item .card .user-link-image {
  display: flex;
  width: 48px;
  height: 48px;
}
.links-content-data-item .card .user-link-image img {
  border-radius: 50%;
}
.links-content-data-item .card .user-link-info {
  display: flex;
  flex-direction: column;
  min-width: 166px;
  padding-left: 10px;
  padding-top: 6px;
}
.links-content-data-item .card .user-link-info h1 {
  max-width: 170px;
  color: #3C4858;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.links-content-data-item .card .user-link-info span {
  max-width: 170px;
  color: #718096;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.links-content-data-info {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .links-content-data {
    padding: 64px 50px;
  }
}
@media screen and (max-width: 600px) {
  .links-content-data {
    padding: 64px 20px;
  }
}
.post-header-background {
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(0deg, #f1f5fb, #f9fcff);
  flex-shrink: 0;
}
.post-header-background-content {
  display: flex;
  margin: 0 auto;
  padding: 140px 40px 96px;
  flex-basis: 721px;
  width: 721px;
  max-width: 100%;
  flex-direction: column;
}
.post-header-background-content h1 {
  margin: 20px 0 16px;
  color: #12183A;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
}
.post-header-background-content h1.has-fullwidth-start {
  text-indent: -0.5em !important;
}
.post-header-background-content .post-header-tag {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
.post-header-background-content .post-header-tag li {
  z-index: 4 !important;
  background: #ffffff !important;
  color: #ffffff;
  display: flex;
  margin-top: 0;
  margin-right: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(18, 24, 58, 0.06);
  font-size: 12px;
  line-height: 18px;
  transition: background 0.5s ease-in-out;
  flex-grow: 0;
}
.post-header-background-content .post-header-tag li:hover {
  background: #bec8d3 !important;
}
.post-header-background-content .post-header-tag li a {
  position: relative;
  z-index: 4 !important;
  color: #333333;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.post-header-background-content .post-header-info {
  display: flex;
  flex-direction: column;
}
.post-header-background-content .post-header-info-author {
  display: flex;
  align-items: center;
}
.post-header-background-content .post-header-info-author span {
  margin-left: 8px;
  color: #12183A;
  font-weight: 500;
  font-size: 15px;
}
.post-header-background-content .post-header-info-author span a {
  color: #12183A;
  text-decoration: none;
}
.post-header-background-content .post-header-info-author span a:hover {
  color: #006af7 !important;
}
.post-header-background-content .post-header-info-author p {
  color: #12183A;
  font-size: 14px;
}
.post-header-background-content .post-header-info-author-text {
  display: block;
  margin-right: 15px;
}
.post-header-background-content .post-header-info-author-categories {
  display: flex;
  align-items: center;
}
.post-header-background-content .post-header-info-author-categories a {
  display: block;
  border: 1px solid #12183A;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 10px;
  color: #12183A;
  text-decoration: none;
}
.post-header-background-content .post-header-info-author-categories a:hover {
  border: 1px solid #409EFF;
  color: #409EFF;
}
.post-header-background-content .post-header-info .post-wordcount {
  color: #12183A;
  font-size: 12px;
  margin-top: 6px;
}
.post-header-img {
  height: 100%;
  background-size: cover;
}
.post-header-img h1 {
  z-index: 2;
  color: #ffffff !important;
}
.post-header-img img {
  display: flex;
  width: 100%;
  height: 100%;
}
.post-header-img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../image/pattern.png);
  background-repeat: repeat;
  content: "";
}
.post-header-img .post-header-info-author {
  position: relative;
  z-index: 4;
}
.post-header-img .post-header-info-author span a {
  color: #ffffff !important;
}
.post-header-img .post-header-info-author p {
  color: #ffffff !important;
}
.post-header-img .post-header-info-author-categories a {
  border: 1px solid #f1f5fb !important;
  color: #ffffff !important;
}
.post-header-img .post-wordcount {
  color: #ffffff !important;
  position: relative;
  z-index: 4;
}
.post-header-color {
  background: linear-gradient(0deg, #f1f5fb, #f9fcff) !important;
}
.post-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.post-content-info {
  margin: 60px 80px;
  font-size: 1.1rem;
  transition: all 0.4s ease-in-out;
}
.post-paging {
  display: flex;
  margin: 0 auto 2em;
  max-width: 980px;
  background: hsla(0, 0%, 100%, 0.8);
}
.post-paging a,
.post-paging a .post-paging-last {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
.post-paging p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
  font-size: 16px;
}
.post-paging a {
  color: #12183A;
  font-size: 16px;
  text-decoration: none;
}
.post-paging a .post-paging-last {
  height: 150px;
  border-radius: 10px;
  background-size: 100% 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.post-paging a .post-paging-last:hover {
  margin-top: -10px;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.1);
  opacity: 0.7;
}
.post-paging a .post-paging-last span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
}
.post-paging a .post-paging-next {
  display: flex;
  height: 150px;
  border-radius: 10px;
  background-size: 100% 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  align-content: flex-end;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 0;
}
.post-paging a .post-paging-next:hover {
  margin-top: -10px;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.1);
  opacity: 0.7;
}
.post-paging a .post-paging-next span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .post-header-background-content {
    padding: 116px 24px 72px;
  }
  .post-content-info {
    margin: 50px;
  }
}
@media screen and (max-width: 600px) {
  .post-header-background-content {
    padding: 104px 16px 56px;
  }
  .post-content-info {
    margin: 40px 20px;
  }
}
.tag-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.tag-content-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tags-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
}
.tags-content-data {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 64px 80px;
  font-size: 1rem;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}
.tags-content-data h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  color: #424242;
  font-size: 1.7rem;
}
.tags-content-data a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
}
.tags-content-data a > span {
  background-color: rgba(96, 125, 139, 0.05);
  line-height: 2.4;
  transition: all 0.15s;
  padding: 0 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  position: relative;
  top: 0;
  color: #43576B;
  font-weight: 400;
  font-size: 16px;
}
.tags-content-data a > span:hover {
  top: -2px;
  background-color: #607d8b;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tags-content-data a > span > i {
  text-align: center;
  color: #F56C6C;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .tags-content-data {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  .tags-content-data {
    padding: 64px 50px;
  }
}
.showreel-content {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  flex-direction: column;
  padding: 64px 40px;
  transition: padding 1s;
}
.showreel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.showreel-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  transition: all 0.3s ease-in-out;
}
.showreel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
}
.showreel-card:hover .showreel-card-cover img {
  transform: scale(1.04);
}
.showreel-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.showreel-card-cover {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #F8F9FB;
}
.showreel-card-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.showreel-card-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  z-index: 4;
  line-height: 1.4;
}
.showreel-card-source {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  z-index: 4;
}
.showreel-card-source img {
  position: static;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.showreel-card-info {
  padding: 16px;
}
.showreel-card-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 500;
  color: #12183A;
  line-height: 1.4;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showreel-card-desc {
  margin: 0 0 16px;
  font-size: 14px;
  color: #898FA0;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showreel-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.showreel-card-tools {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.showreel-card-tools li {
  padding: 2px 8px;
  background: rgba(18, 24, 58, 0.06);
  color: #424242;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.5;
}
.showreel-card-date {
  color: #898FA0;
  font-size: 12px;
  flex-shrink: 0;
}
.showreel-empty {
  text-align: center;
  padding: 64px 16px;
  color: #898FA0;
  font-size: 18px;
}
.showreel-empty p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .showreel-content {
    padding: 40px 24px;
  }
  .showreel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .showreel-content {
    padding: 40px 16px;
  }
  .showreel-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .showreel-card-link {
    display: flex;
    align-items: stretch;
  }
  .showreel-card-cover {
    flex: 0 0 40%;
    padding-top: 22.5%;
    align-self: stretch;
  }
  .showreel-card-info {
    flex: 1;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }
  .showreel-card-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .showreel-card-desc {
    display: none;
  }
}
[data-theme="dark"] .showreel-content {
  background: #162030;
}
[data-theme="dark"] .showreel-card {
  background: #1a2638;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .showreel-card:hover {
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .showreel-card-cover {
  background: #0f1923;
}
[data-theme="dark"] .showreel-card-title {
  color: #e0e0e0;
}
[data-theme="dark"] .showreel-card-desc {
  color: #8a9bb0;
}
[data-theme="dark"] .showreel-card-tools li {
  background: rgba(255, 255, 255, 0.06);
  color: #c0cad8;
}
[data-theme="dark"] .showreel-card-date {
  color: #8a9bb0;
}
[data-theme="dark"] .showreel-empty {
  color: #8a9bb0;
}
.showreel-post {
  max-width: 1160px;
  margin: 0 auto;
  padding: calc(50px + 64px) 40px 64px;
}
.showreel-post-player-wrap {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  background: #000;
}
.showreel-post-header {
  margin-bottom: 40px;
}
.showreel-post-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 500;
  color: #12183A;
  line-height: 1.4;
}
.showreel-post-meta {
  color: #898FA0;
  font-size: 14px;
  margin-bottom: 16px;
}
.showreel-post-duration {
  margin-left: 4px;
}
.showreel-post-tools {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.showreel-post-tools li {
  padding: 4px 16px;
  background: rgba(18, 24, 58, 0.06);
  color: #424242;
  font-size: 12px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.showreel-post-tools li:hover {
  background: rgba(96, 125, 139, 0.05);
  color: #12183A;
}
.showreel-post-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}
.showreel-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.showreel-player-iframe,
.showreel-player-video,
.showreel-player-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}
.showreel-player-video {
  object-fit: contain;
  background: #000;
}
.showreel-player-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(135deg, #2a3340, #0f1923);
}
.showreel-player-placeholder p {
  margin: 0;
  opacity: 0.75;
  letter-spacing: 1px;
}
.showreel-paging {
  max-width: 1160px;
  margin: 0 auto 64px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.showreel-paging-item {
  display: block;
  padding: 16px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.08);
  text-decoration: none;
  color: #12183A;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  min-width: 0;
}
a.showreel-paging-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px 0 rgba(50, 50, 50, 0.1);
}
a.showreel-paging-item:hover .showreel-paging-cover {
  transform: scale(1.04);
}
a.showreel-paging-item:hover .showreel-paging-title {
  color: #006AFF;
}
.showreel-paging-placeholder {
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
.showreel-paging-prev {
  text-align: left;
}
.showreel-paging-next {
  text-align: right;
}
.showreel-paging-label {
  display: block;
  color: #898FA0;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.showreel-paging-cover {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
  display: block;
  transition: transform 0.4s ease;
}
.showreel-paging-title {
  margin: 0;
  font-size: 16px;
  color: #12183A;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
.showreel-post + .giscus-container,
.showreel-post .giscus-container {
  max-width: 1160px;
  margin: 0 auto 40px;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .showreel-post {
    padding: calc(70px + 40px) 24px 40px;
  }
  .showreel-post-content {
    padding: 24px;
  }
  .showreel-paging {
    padding: 0 24px;
  }
}
@media screen and (max-width: 800px) {
  .showreel-post {
    padding: calc(70px + 24px) 16px 24px;
  }
  .showreel-post-title {
    font-size: 24px;
  }
  .showreel-post-content {
    padding: 16px;
  }
  .showreel-paging {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .showreel-paging-next {
    text-align: left;
  }
}
[data-theme="dark"] .showreel-post-title {
  color: #e0e0e0;
}
[data-theme="dark"] .showreel-post-meta {
  color: #8a9bb0;
}
[data-theme="dark"] .showreel-post-tools li {
  background: rgba(255, 255, 255, 0.06);
  color: #c0cad8;
}
[data-theme="dark"] .showreel-post-tools li:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
[data-theme="dark"] .showreel-post-content {
  background: #162030;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .showreel-paging-item {
  background: #1a2638;
  color: #e0e0e0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .showreel-paging-item.showreel-paging-placeholder {
  background: transparent;
  box-shadow: none;
}
[data-theme="dark"] a.showreel-paging-item:hover {
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] a.showreel-paging-item:hover .showreel-paging-title {
  color: #409EFF;
}
[data-theme="dark"] .showreel-paging-label {
  color: #8a9bb0;
}
[data-theme="dark"] .showreel-paging-title {
  color: #e0e0e0;
}
@keyframes content-enter {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}
#content {
  animation: content-enter 0.6s cubic-bezier(0.4, 0, 0, 1) both;
  margin-top: -64px;
}
body,
.header-top,
.sidebar,
.post-content,
.about-content,
.tags-content,
.categories-content,
.links-content,
.archive-content,
.tag-content,
.footer {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
[data-theme="dark"] body {
  background: linear-gradient(to top, #0f1923, #0a1018) !important;
  color: #e0e0e0;
}
[data-theme="dark"] .header {
  background: #0f1923;
}
[data-theme="dark"] .header .header-top {
  background: #0f1923;
}
[data-theme="dark"] .header .header-top .h-left a img {
  filter: brightness(1.2);
}
[data-theme="dark"] .header .header-top .h-right ul li a {
  color: #8a9bb0;
}
[data-theme="dark"] .header .header-top .h-right ul li a:hover {
  color: #e0e0e0;
}
[data-theme="dark"] .header .header-top .h-right .select a {
  color: #e0e0e0;
}
[data-theme="dark"] .header .header-top .h-right .select .dot {
  background: #409EFF;
}
[data-theme="dark"] .header .header-move1 {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .h-right-close svg path[fill]:not([fill="none"]) {
  fill: #8a9bb0 !important;
}
[data-theme="dark"] .header-body-background {
  background: linear-gradient(to top, #0f1923, #0a1018) !important;
}
[data-theme="dark"] .header-body-background-content h2 {
  color: #8a9bb0;
}
[data-theme="dark"] .header-body-background-content span {
  color: #e0e0e0;
}
[data-theme="dark"] .home .main .post-block-content {
  background-color: #162030;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .home .main .post-block-content-info h2 {
  color: #e0e0e0;
}
[data-theme="dark"] .home .main .post-block-content-info h2:hover {
  color: #ffffff;
}
[data-theme="dark"] .home .main .post-block-content-info-excerpt {
  color: #8a9bb0;
}
[data-theme="dark"] .home .main .post-block-content-info-exhibition .post-tag {
  color: #8a9bb0;
}
[data-theme="dark"] .home .main .post-block-content img {
  background: linear-gradient(to top, #0f1923, #0a1018);
}
[data-theme="dark"] .home .main .post-card-display {
  background-color: #162030;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .home .main .post-card-display a .post-card-title {
  color: #e0e0e0;
}
[data-theme="dark"] .home .main .post-card-display a img {
  background: linear-gradient(to top, #0f1923, #0a1018);
}
[data-theme="dark"] .home .main .post-card-meat .meat-info .info-auth a {
  color: #8a9bb0;
}
[data-theme="dark"] .home .main .post-card-meat .meat-info .info-data {
  color: #8a9bb0;
}
[data-theme="dark"] .home .change-page {
  color: #e0e0e0;
}
[data-theme="dark"] .home .change-page .p-page a {
  color: #e0e0e0;
}
[data-theme="dark"] .home .change-page .p-page a .previous {
  color: #8a9bb0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .home .change-page .n-page a {
  color: #e0e0e0;
}
[data-theme="dark"] .home .change-page .n-page a .next {
  color: #8a9bb0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .post-header-background {
  background: linear-gradient(0deg, #0f1923, #0a1018) !important;
}
[data-theme="dark"] .post-header-background-content h1 {
  color: #e0e0e0;
}
[data-theme="dark"] .post-header-background-content .post-header-tag li {
  background: rgba(255, 255, 255, 0.06) !important;
}
[data-theme="dark"] .post-header-background-content .post-header-tag li a {
  color: #e0e0e0;
}
[data-theme="dark"] .post-header-background-content .post-header-tag li:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .post-header-background-content .post-header-info-author span {
  color: #e0e0e0;
}
[data-theme="dark"] .post-header-background-content .post-header-info-author span a {
  color: #e0e0e0;
}
[data-theme="dark"] .post-header-background-content .post-header-info-author p {
  color: #8a9bb0;
}
[data-theme="dark"] .post-header-background-content .post-header-info-author-categories a {
  border-color: #8a9bb0;
  color: #8a9bb0;
}
[data-theme="dark"] .post-header-background-content .post-header-info-author-categories a:hover {
  border-color: #409EFF;
  color: #409EFF;
}
[data-theme="dark"] .post-content,
[data-theme="dark"] .about-content,
[data-theme="dark"] .tags-content,
[data-theme="dark"] .categories-content,
[data-theme="dark"] .links-content,
[data-theme="dark"] .archive-content,
[data-theme="dark"] .tag-content {
  background: #162030;
}
[data-theme="dark"] .post-paging {
  background: rgba(22, 32, 48, 0.8);
}
[data-theme="dark"] .post-paging a {
  color: #e0e0e0;
}
[data-theme="dark"] .post-paging a .post-paging-last:hover,
[data-theme="dark"] .post-paging a .post-paging-next:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] #article h1,
[data-theme="dark"] #article h2,
[data-theme="dark"] #article h3,
[data-theme="dark"] #article h4,
[data-theme="dark"] #article h5,
[data-theme="dark"] #article h6 {
  color: #e0e0e0;
}
[data-theme="dark"] #article p {
  color: #c8d0dc;
}
[data-theme="dark"] #article a {
  color: #409EFF;
}
[data-theme="dark"] #article hr {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] #article blockquote {
  background: rgba(255, 255, 255, 0.03);
  border-left-color: #3a5068;
}
[data-theme="dark"] #article blockquote p {
  color: #8a9bb0;
}
[data-theme="dark"] #article p code,
[data-theme="dark"] #article ul li code {
  color: #c0cad8;
  background: rgba(255, 255, 255, 0.07);
}
[data-theme="dark"] #article ul li::before {
  color: #409EFF;
}
[data-theme="dark"] #article table {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] #article table td {
  border-color: rgba(255, 255, 255, 0.06);
  color: #c8d0dc;
}
[data-theme="dark"] #article table tr:first-child td {
  border-color: rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] #article table tr td:first-child {
  border-color: rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] #article table td:hover,
[data-theme="dark"] #article table tr:hover {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] #article thead th {
  background: rgba(255, 255, 255, 0.04);
  color: #c0cad8;
}
[data-theme="dark"] #article thead tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}
[data-theme="dark"] #article tbody td {
  color: #c8d0dc;
}
[data-theme="dark"] .about-header-background {
  background: linear-gradient(to top, #0f1923, #0a1018) !important;
}
[data-theme="dark"] .about-header-background-content h1 {
  color: #e0e0e0;
}
[data-theme="dark"] .about-header-background-content h1 span {
  color: #8a9bb0;
}
[data-theme="dark"] .categories-content-data .categories-class-card:hover {
  box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .tags-content-data h2 {
  color: #e0e0e0;
}
[data-theme="dark"] .tags-content-data a > span {
  color: #8a9bb0;
  background-color: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .tags-content-data a > span:hover {
  background-color: #1e3a50;
  color: #ffffff;
}
[data-theme="dark"] .tags-content-data a > span > i {
  color: #F56C6C;
}
[data-theme="dark"] .links-content-data-item {
  background: #1a2a3a;
  border-color: rgba(255, 255, 255, 0.05);
}
[data-theme="dark"] .links-content-data-item:hover {
  background: #1e3044;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .links-content-data-item a {
  color: #c8d0dc;
}
[data-theme="dark"] .links-content-data-item .card .user-link-info h1 {
  color: #e0e0e0;
}
[data-theme="dark"] .links-content-data-item .card .user-link-info span {
  color: #8a9bb0;
}
[data-theme="dark"] .grouping a {
  color: #c8d0dc;
}
[data-theme="dark"] .grouping a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #409EFF;
}
[data-theme="dark"] .footer .Copyright {
  color: #8a9bb0;
}
[data-theme="dark"] .footer .Copyright .footer-theme-link {
  color: #8a9bb0;
}
[data-theme="dark"] .footer .contact a {
  color: #8a9bb0;
}
[data-theme="dark"] .footer .contact a img {
  filter: invert(1) brightness(0.8);
}
[data-theme="dark"] .sidebar {
  background: #0d1a28;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.7);
}
[data-theme="dark"] .sidebar ul li a {
  color: #8a9bb0;
}
[data-theme="dark"] .sidebar ul li a:hover {
  color: #e0e0e0;
}
[data-theme="dark"] .sidebar .my_foot a {
  opacity: 0.7;
}
[data-theme="dark"] .sidebar .my_foot a:hover {
  opacity: 1;
}
[data-theme="dark"] .sidebar .my_foot a img {
  filter: invert(1) brightness(0.8);
}
[data-theme="dark"] .shelter {
  background-color: #000;
}
[data-theme="dark"] .goTop > span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .goTop > span svg path {
  fill: #8a9bb0;
}
[data-theme="dark"] .goTop > span:hover {
  border-color: #409EFF;
}
[data-theme="dark"] .view404 p {
  color: #e0e0e0;
}
[data-theme="dark"] .view404-btn {
  border-color: #8a9bb0;
}
[data-theme="dark"] .view404-btn a {
  color: #8a9bb0;
}
[data-theme="dark"] .view404-btn:hover {
  border-color: #e0e0e0;
  background: #e0e0e0;
}
[data-theme="dark"] .view404-btn:hover a {
  color: #0f1923;
}
[data-theme="dark"] .theme-toggle-btn svg {
  stroke: #8a9bb0 !important;
}
[data-theme="dark"] .theme-toggle-btn:hover svg {
  stroke: #e0e0e0 !important;
}
[data-theme="dark"] .post-wordcount {
  color: #e0e0e0 !important;
}
[data-theme="dark"] .toast {
  background: rgba(240, 244, 250, 0.95);
  color: #162030;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .toc-sidebar-inner {
  background: #162030;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .toc-sidebar-title {
  color: #e0e0e0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .toc-toggle-btn {
  color: #8a9bb0;
}
[data-theme="dark"] .toc-toggle-btn:hover {
  color: #409EFF;
  background: rgba(64, 158, 255, 0.1);
}
[data-theme="dark"] .toc-sidebar-collapsed-label {
  color: #8a9bb0;
}
[data-theme="dark"] .toc-sidebar.collapsed .toc-sidebar-inner {
  background: #162030;
}
[data-theme="dark"] .toc-sidebar.collapsed .toc-sidebar-inner:hover {
  background: #1a2a3a;
}
[data-theme="dark"] .toc-sidebar .toc-link {
  color: #8a9bb0;
}
[data-theme="dark"] .toc-sidebar .toc-link:hover {
  color: #409EFF;
  background: rgba(64, 158, 255, 0.06);
}
[data-theme="dark"] .toc-sidebar .toc-link.active {
  color: #409EFF;
  border-left-color: #409EFF;
  background: rgba(64, 158, 255, 0.08);
}
[data-theme="dark"] .post-toc-inline {
  background: rgba(255, 255, 255, 0.03);
  border-left-color: #409EFF;
}
[data-theme="dark"] .post-toc-inline .post-toc-title {
  color: #e0e0e0;
}
[data-theme="dark"] .post-toc-inline .toc-link {
  color: #8a9bb0;
}
[data-theme="dark"] .post-toc-inline .toc-link:hover {
  color: #409EFF;
}
.code-copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 10px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: #abb2bf;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 5;
  line-height: 1.5;
  white-space: nowrap;
}
.code-copy-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
.code-copy-btn.copied {
  background: rgba(53, 205, 75, 0.3);
  color: #35cd4b;
}
#article pre code:hover .code-copy-btn {
  opacity: 1;
}
.toast {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  padding: 10px 20px;
  background: rgba(18, 24, 58, 0.92);
  color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
