:root {
  --vt-color-primary: #00AEEC;
  --vt-color-success: #4cd964;
  --vt-color-warning: #f0ad4e;
  --vt-color-error: #dd524d;
  --vt-font-size-sm: 13px;
  --vt-font-size-base:17px;
  --vt-font-size-lg: 22px;
  --vt-text-color: #333;
  --vt-text-color-inverse: #fff;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #8c8c8c;
  --vt-text-color-disable: #e2e4eb;
  --vt-bg-color: #f3f3f3;
  --vt-bg-color-grey: #f1f1f1;
  --vt-bg-color-hover: #f2f2f2;
  --vt-bg-color-mask: rgba(50, 50, 50, 0.5);
  --vt-bg-color-card: #ffffff;
  --vt-border-radius: 8px;
  --vt-border-color: #e5ebeb;
  --vt-shadow-color: #d1d2d3;
}

body.dark-mode {
  --vt-text-color: #b9b9b9;
  --vt-text-color-inverse: #333;
  --vt-text-color-grey: #999;
  --vt-text-color-placeholder: #808080;
  --vt-text-color-disable: #404244;
  --vt-bg-color: #2e2e2e;
  --vt-bg-color-grey: #5a5a5a;
  --vt-bg-color-hover: #979797;
  --vt-bg-color-mask: rgba(50, 50, 50, 0.5);
  --vt-bg-color-card: #272727;
  --vt-border-color: #303030;
  --vt-shadow-color: #181818;
}

body.dark-mode img {
  filter: brightness(70%);
}
body.dark-mode .logo {
  filter: brightness(200%);
}

@media (prefers-color-scheme: dark) {
  body.dark-mode-auto {
    --vt-text-color: #b9b9b9;
    --vt-text-color-inverse: #333;
    --vt-text-color-grey: #999;
    --vt-text-color-placeholder: #808080;
    --vt-text-color-disable: #404244;
    --vt-bg-color: #2e2e2e;
    --vt-bg-color-grey: #5a5a5a;
    --vt-bg-color-hover: #979797;
    --vt-bg-color-mask: rgba(50, 50, 50, 0.5);
    --vt-bg-color-card: #272727;
    --vt-border-color: #303030;
    --vt-shadow-color: #181818;
  }
  body.dark-mode-auto img {
    filter: brightness(70%);
  }
  body.dark-mode-auto .logo {
    filter: brightness(200%);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@charset "UTF-8";
/* logo 闪烁 */
.flash.logo {
  position: relative;
  overflow: hidden;
}

.flash.logo::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.7;
  animation: logoLights 2s ease-in 1s infinite;
}

@keyframes logoLights {
  0% {
    left: -160px;
    top: 0;
  }
  to {
    left: 160px;
    top: 0;
  }
}
.flash.logo::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.8;
  animation: logoLights2 2s ease-in 1s infinite;
}

@keyframes logoLights2 {
  0% {
    left: -130px;
    top: 0;
  }
  to {
    left: 190px;
    top: 0;
  }
}
.dark-mode .flash.logo::after, .dark-mode .logo::before {
  display: none;
}

@charset "UTF-8";
/*
 * 默认的样式
 */
html {
  -webkit-text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
  height: auto;
  width: auto;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: var(--vt-font-size-base);
  color: var(--vt-text-color);
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px;
  background-color: var(--vt-bg-color);
  overflow-x: hidden;
}

body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
  display: block;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  content: "";
}

a {
  color: var(--vt-text-color);
  font-size: var(--vt-font-size-base);
  text-decoration: none;
  letter-spacing: 1px;
}

a:hover {
  color: var(--vt-color-primary);
}

/**
 * 文章页，文档页等 公共的点赞，收藏 模块
 */
/**
 * 面包屑
 */
.breadcrumbs {
  width: auto;
  height: 35px;
  line-height: 35px;
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color-grey);
}
.breadcrumbs i {
  font-size: var(--vt-font-size-lg);
  vertical-align: -5px;
}
.breadcrumbs a {
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color-grey);
}

/**
 * 404
 */
.page-no-found {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 250px auto;
  color: var(--vt-text-color);
}
.page-no-found img {
  width: 100%;
}
.page-no-found p {
  font-size: 30px;
  text-align: center;
}
.page-no-found a {
  display: block;
  width: 100px;
  height: 30px;
  color: var(--vt-text-color-inverse);
  font-size: 13px;
  margin: 50px auto 0px auto;
  line-height: 30px;
  text-align: center;
  background-color: var(--vt-color-primary);
  border-radius: 3px;
}
.page-no-found a:hover {
  color: var(--vt-text-color-inverse);
}

/**
 * 没有内容
 */
.no-content {
  text-align: center;
  padding: 100px 0px;
  font-size: var(--vt-font-size-base);
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-content img {
  max-width: 150px;
  margin: 20px auto;
}
.no-content p {
  margin-top: 10px;
  color: var(--vt-text-color-grey);
}

.search-title {
  margin-top: 10px;
  color: var(--vt-text-color);
}

.field {
  margin: 20px 0 0 0;
  position: relative;
}

.field .btn {
  padding: 0 15px;
}

.field-text label {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 3px;
}

.field-text label,
.field-text input,
.field-text .form-help,
.field-text textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.field-text input,
.field-text textarea {
  padding: 8px 30px 8px 8px;
  border: 1px solid var(--vt-border-color);
  border-radius: 3px;
}

.field-text :focus {
  outline: 0;
  box-shadow: 0 0 5px rgba(93, 162, 248, 0.5);
  border-color: var(--vt-color-primary);
}

.field-text :invalid {
  border-color: var(--vt-color-danger);
  box-shadow: 0 0 5px rgba(229, 43, 37, 0.5);
}

.form-help {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  transition: all 0.05s linear;
}

input:focus + .form-help {
  padding: 8px;
  margin-top: 5px;
  border: 1px solid var(--vt-color-warning);
  border-radius: 3px;
  font-style: italic;
  font-size: 13px;
  color: var(--vt-text-color);
  background-color: var(--vt-bg-color-grey);
  position: relative;
  width: auto;
  height: auto;
  crop: none;
}

input:disabled, textarea:disabled {
  background-color: var(--vt-bg-color-grey);
}

@media only screen and (min-width: 900px) {
  .field {
    width: 500px;
  }
}

@charset "UTF-8";
/*
 * 公共按钮
 */
.btn {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid var(--vt-border-color);
  border-radius: var(--vt-border-radius);
  color: var(--vt-text-color);
  cursor: pointer;
  font-size: var(--vt-font-size-sm);
  text-align: center;
  padding: 0 8px;
  font-size: 13px;
}
.btn:hover {
  color: var(--vt-text-color);
}

.btn.btn-sm {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  width: auto;
  padding: 0 8px;
}

.btn.btn-primary {
  background-color: var(--vt-color-primary);
  color: var(--vt-text-color-inverse);
}

.btn.btn-success {
  background-color: var(--vt-color-success);
  color: var(--vt-text-color-inverse);
}

.btn.btn-danger {
  background-color: var(--vt-color-danger);
  color: var(--vt-text-color-inverse);
}

.btn.btn-error {
  background-color: var(--vt-color-error);
  color: var(--vt-text-color-inverse);
}

.btn.btn-primary-sec {
  border: 1px solid var(--vt-color-primary);
  color: var(--vt-color-primary);
}

.btn.btn-success-sec {
  border: 1px solid var(--vt-color-success);
  color: var(--vt-color-success);
}

.btn.btn-danger-sec {
  border: 1px solid var(--vt-color-danger);
  color: var(--vt-color-danger);
}

.btn.btn-error-sec {
  border: 1px solid var(--vt-color-error);
  color: var(--vt-color-error);
}

@media only screen and (min-width: 900px) {
  .btn, .btn-primary {
    width: auto;
  }
}

/**
 * 
 */
nav.pagination {
  font-size: 16px;
  border-top: 0px;
  border-bottom: 0px;
/*  margin: 0;
  padding: 0 0 8px 0;*/
}

nav.pagination .nav-links {
  align-items: baseline;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

nav.pagination .pagination-separator {
  margin: 10px 0;
}

nav.pagination .nav-links > * {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--vt-border-color);
  margin: 0px 7px 0px 0;
  display: block;
  background-color: var(--vt-bg-color-card);
  /*  box-shadow: 0 1px 3px var(--vt-shadow-color);*/
  padding: 1px 1px;
}

nav.pagination .nav-links > .current {
  background-color: var(--vt-color-primary);
  border-color: var(--vt-color-primary);
  color: #fff;
  border-radius: 3px;
  /*  box-shadow: 0 1px 3px var(--vt-shadow-color);*/
}

nav.pagination .nav-links .placeholder {
  display: none;
  visibility: hidden;
}

nav.pagination a {
  text-decoration: none;
  border-radius: 3px;
}

nav.pagination a:hover {
  color: var(--vt-color-primary);
  border-color: var(--vt-color-primary);
}

@media only screen and (min-width: 900px) {
  nav.pagination {
    margin: 0px 0 0 0;
  }
}

.content-style {
  font-size: var(--vt-font-size-base);
  line-height: 32px;
}

.content-style a {
  font-size: var(--vt-font-size-base);
  color: var(--vt-color-primary);
}

.content-style img {
  max-width: 100%;
  margin: 5px 0px;
}

.content-style pre {
  line-height: 18px;
  font-size: 13px !important;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  padding: 12px;
  margin: 5px 0;
  border-radius: var(--vt-border-radius);
  overflow-x: scroll;
}

.content-style p {
  margin-top: 30px;
  overflow: hidden;
}

.content-style p:first-child {
  margin-top: 0px;
}

.content-style h1,
.content-style h2,
.content-style h3,
.content-style h4,
.content-style h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.content-style h1 { font-size: 25px; }
.content-style h2 { font-size: 22px; }
.content-style h3 { font-size: 18px; }
.content-style h4 { font-size: 16px; }
.content-style h5 { font-size: 10px; }

.content-style ul {
  list-style: inherit;
  padding-left: 25px;
  margin-bottom: 5px;
}

.content-style ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 5px;
}

.content-style blockquote {
  padding: 15px;
  background-color: var(--vt-bg-color-grey);
  margin-top: 20px;
  color: var(--vt-text-color-grey);
  border-radius: var(--vt-border-radius);
}

.content-style blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 38px;
  color: var(--vt-color-primary);
}

.content-style .content-excerpt {
  padding: 15px;
  background-color: var(--vt-bg-color);
  margin-top: 20px;
  color: var(--vt-text-color-grey);
  border-radius: var(--vt-border-radius);
}

.content-style table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid var(--vt-border-color);
  margin-top: 10px;
}

.content-style table caption {
  color: var(--vt-text-color);
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.content-style table td,
.content-style table th {
  border-left: 1px solid var(--vt-border-color);
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}

.content-style table thead {
  background-color: var(--vt-bg-color-grey);
  color: var(--vt-text-color);
  text-align: left;
  vertical-align: bottom;
}

.content-style table td,
.content-style table th {
  background-color: transparent;
  border-bottom: 1px solid var(--vt-border-color);
}

.content-style .hljs {
  /*background-color: transparent !important;*/
  white-space: pre-wrap;
}

.content-style .wp-caption {
  max-width: 100% !important;
}

.content-style .wp-caption img {
  margin-bottom: 0px !important;
}

.content-style .wp-caption .wp-caption-text {
  margin-top: 0px !important;
  font-size: var(--vt-font-size-sm) !important;
  color: var(--vt-text-color-grey);
  line-height: 15px !important;
}

.content-style hr {
  height: 1px;
  background-color: var(--vt-border-color);
  border: none;
  margin: 35px 0;
}
@charset "UTF-8";
/**
 * 文章页，文档页等 公共的点赞，收藏 模块
 */
.content-action {
  display: flex;
  margin-top: 20px;
  color: var(--vt-text-color-grey);
}

.content-action a {
  color: var(--vt-text-color-grey);
}

.widget-action {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  user-select: none;
}

.widget-action.active {
  color: var(--vt-color-primary);
}

.widget-action i {
  font-size: 16px;
  position: relative;
  right: 2px;
}

.widget-action.share-poster i {
  font-size: 20px;
}

/**
 * 分享卡片
 */
.share-dialog-widget {
  box-sizing: border-box;
  font-size: 18px;
  max-width: 100%;
  width: 400px;
  padding: 10px;
  border-radius: var(--vt-border-radius);
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 20px var(--vt-shadow-color);
  position: relative;
  color: var(--vt-text-color);
}

.share-dialog-widget .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  color: var(--vt-text-color-grey);
}

/* .share-dialog-widget .close-button i {
  font-size: 23px;
  font-weight: bold;
} */

.share-dialog-widget .share-card {
  margin: 15px 0 0 0;
  position: relative;
  padding: 10px;
  z-index: -1;
}

.share-card .thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 61% 0;
  position: relative;
}

.share-card .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.share-card .share-card-body h3 {
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 0 0;
  text-align: justify;
  line-height: 28px;
}

.share-card .share-card-body p {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 0 0 0;
  text-align: justify;
  line-height: 25px;
  color: var(--vt-text-color-grey);
}

.share-card .share-card-footer {
  display: flex;
  padding: 30px 0 0 0;
}

.share-card-footer .info {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.share-card-footer .info img {
  font-size: 13px;
  width: 160px;
  margin: 0 0 0px 0;
  position: relative;
}

.share-card-footer #qrcode {
  width: 80px;
  height: 80px;
  margin-left: auto;
}

.share-card-footer #qrcode img {
  width: 100%;
  height: 100%;
}

.share-dialog-widget .top-layer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--vt-text-color-grey);
}

.share-dialog-widget #poster {
  height: auto;
  width: auto;
  position: absolute;
  top: 25px;
  left: 10px;
}

/**
 * 投币
 */
.coin i {}
 
.coin-dialog-widget {
  box-sizing: border-box;
  font-size: 18px;
  max-width: 100%;
  padding: 10px;
  border-radius: var(--vt-border-radius);
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 20px var(--vt-shadow-color);
  position: relative;
  color: var(--vt-text-color);
}

.coin-dialog-widget .coin-widget {
  display: flex;
  margin: 20px 0 0 0;
}

.coin-dialog-widget .coin-widget img {
  width: 160px;
  height: 160px;
}

.coin-dialog-widget .coin-info {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.mobile-nav {
  width: 100%;
  height: 45px;
  border-top: 1px solid var(--vt-border-color);
  position: fixed;
  bottom: 0px;
  background-color: var(--vt-bg-color-card);
  z-index: 999999;
}
.mobile-nav .mobile-nav-container {
  width: 100%;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
.mobile-nav .mobile-nav-container a.nav-button {
  width: 70px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--vt-text-color-grey);
  border-radius: var(--vt-border-radius);
}
.mobile-nav .mobile-nav-container a.nav-button i {
  font-size: 20px;
}

@media only screen and (min-width: 900px) {
  .mobile-nav {
    display: none;
  }
}

@charset "UTF-8";
/*
 * 底部按钮 回到顶部
 */
.float-widget {
  width: 45px;
  min-height: 50px;
  position: fixed;
  right: 5px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 999;
  display: none;
}

.float-widget .tool-widget {
  width: 45px;
  height: 45px;
  margin-top: 15px;
  position: relative;
}

.float-widget a.tool-button {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 5px 0 var(--vt-shadow-color);
  border-radius: 50%;
  background-color: var(--vt-bg-color-card);
  cursor: pointer;
}

.float-widget a.tool-button i {
  z-index: 1;
  font-size: 20px;
  color: var(--vt-text-color);
  user-select: none;
}

@media only screen and (min-width: 900px) {
  .float-widget {
    position: fixed;
    right: 20px;
    bottom: 120px;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .float-widget {
    right: calc(50% - 680px);
  }
}







.vt-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
}

.vt-dialog[open] {
  display: flex !important;
}

.vt-dialog[modal] {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
}

.vt-dialog[modal]::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: var(--vt-bg-color-mask);
  position: fixed;
  top: 0;
  left: 0;
}

.no-scroll {
  overflow-y: hidden;
}

.dialog-widget {
  box-sizing: border-box;
  font-size: 18px;
  padding: 10px;
  border-radius: var(--vt-border-radius);
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 20px var(--vt-shadow-color);
  position: relative;
  user-select: none;
}

.dialog-widget .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  color: var(--vt-text-color-grey);
  z-index: 9;
}

.dialog-widget .close-button i {
  font-size: 22px;
  font-weight: bold;
}

.dialog-header {
  height: 25px;
  font-size: 16px;
}

.dialog-header .title {
  float: left;
}

.dialog-header .close {
  float: right;
  font-size: 25px;
  position: relative;
  top: -5px;
}

.dialog-body {
  padding: 10px 0;
}

.dialog-body label {
  cursor: pointer;
  font-size: 14px;
}

.dialog-action-group {
  display: flex;
  justify-content: flex-end;
}

.dialog-action-group .btn {
  margin: 0 0 0 10px;
}

@charset "UTF-8";
/**
 * 模态对话框样式
 */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--vt-bg-color-mask);
  backdrop-filter: saturate(97%) blur(20px);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal.modal-show {
  display: flex;
}


.articles-widget {
  overflow: hidden;
  margin: 10px 0 0 0;
}

.articles-widget::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 900px) {
  .articles-widget {
    margin: 20px 0 0 0;
  }
}

.links{
  margin: 0 0 20px 0;
}

.links-list {
  padding: 15px;
}

.links-list a {
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
}

@media only screen and (min-width: 900px) {
  .links.widget-container {
    width: 100%;
  }
}

.page-top-widget {
  height: 80vh;
  transition: height 0.3s linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.page-top-widget::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555;
  opacity: 0.3;
}

.page-top-info {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
}

.page-top-info .title {
  font-size: 30px;
  font-weight: bold;
  z-index: 99;
}

.page-top-info .description {
  font-size: 19px;
  margin: 20px 0 0 0;
}

.page-top-info .description::after {
  content: "|";
  animation: blink 1s infinite;
  position: relative;
  top: -1px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


.page-top-widget-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  color: #fff;
}

.page-top-widget-footer .fa-solid {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  animation: 1.5s ease 0s infinite normal none running scroll-down-effect;
  position: relative;
}

@keyframes scroll-down-effect {
  0% {
    top: 0px;
    opacity: 0.4;
  }

  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }

  100% {
    top: 0px;
    opacity: 0.4;
  }
}



@media only screen and (min-width: 900px) {
  .page-top-info .title {
    font-size: 50px;
  }

  .page-top-info .description {
    font-size: 30px;
  }

  .page-top-info .description::after {
    top: -4px;
  }
}
.notice{
	padding: 10px;
}
.notice-container{
	background-color: var(--vt-bg-color-card);
	border-radius: var(--vt-border-radius);
	border: 1px solid var(--vt-border-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 15px;
}
.scroll-container{
	width: 80%;
	height: 30px;
	overflow: hidden;
}
.notice-widget{
    transition: transform 0.5s ease-in-out;
}
.notice-widget .notice-item{
	height: 30px;
	line-height: 30px;
	text-align:center;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.notice-container .fa-solid{ font-size:20px; }

@media only screen and (min-width:900px){
	.notice{
		padding: 20px 0 20px 0;
	}
	.notice-container{
		width: 1200px;
		margin: 0 auto;
	}
	.notice-container{
		padding: 10px 20px;
	}
}



/******************************************************************************
 * Article
 */

.main-container.article{
  
}

.article-widget {
  padding: 15px;
  box-sizing: border-box;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}

.article-widget .article-title {
  line-height: 28px;
  font-size: var(--vt-font-size-lg);
  font-weight: 600;
  color: var(--vt-text-color);
}

.article-widget .article-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--vt-text-color-grey);
  margin: 10px 0 10px 0;
  height: 60px;
  border-bottom: 1px solid var(--vt-border-color);
}

.article-meta a {
  color: var(--vt-text-color-grey);
  font-size: 13px;
}

.article-meta i {
  font-size: 16px;
  margin: 0 2px 0 0;
}

.article-meta .meta {
  display: flex;
  font-size: 13px;
  align-items: center;
  line-height: 20px;
  margin-left: 0px;
  margin-right: 20px;
}

.article-meta .meta.author {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.article-meta .meta.author img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 1px 3px var(--vt-shadow-color);
  object-fit: cover;
  position: relative;
  top: -1px;
}

.article-meta .meta.author span {
  padding-left: 5px;
}

.copyright-content {
  padding: 10px;
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color-grey);
  border-radius: var(--vt-border-radius);
  margin-top: 20px;
  background-color: var(--vt-bg-color);
}

.copyright-content i {
  display: inline-block;
  transform: scale(1.35);
  position: relative;
  /* top: 1px; */
}

.dark-mode pre {
  line-height: 18px;
  font-size: 13px !important;
  background-color: var(--vt-bg-color) !important;
  border-color: var(--vt-bg-color) !important;
  padding: 12px;
  margin: 5px 0;
  color: var(--vt-text-color);
  border-radius: var(--vt-border-radius);
}


/**
 * 文章内页分类和标签
 */
.tags-widget{
  margin: 20px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
}
.tags-widget .icon{
  font-size:18px;
  color: var(--vt-text-color-grey);
  margin-right: 8px;
  position: relative;
  /* top: -2px; */
}
.tags-widget .tag-item{
  margin: 0 8px 8px 0;
}
.tags-widget .tag-item a{
  display: block;
  padding: 0px 10px;
  line-height: 25px;
  background-color: var(--vt-bg-color-grey);
  color: var(--vt-text-color-grey);
  font-size: var(--vt-font-size-sm);
  border-radius: 10px;
}


/**
 * 文章上一篇和下一篇导航
 */
.article-prev-next-nav {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color-grey);
  margin: 10px 0px;
}

.article-prev-next-nav .article-nav {
  flex: 0 0 calc(50% - 5px);
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.article-nav.next-nav .arrow-icon {
  text-align: right;
}

.article-nav .arrow-icon i {
  position: relative;
  top: 1px;
}

.article-nav .article-link {
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0px 0px 10px;
  font-size: 15px;
}

.article-nav .article-link a {
  font-size: 15px;
  cursor: pointer;
}

.article-nav.next-nav {
  text-align: right;
}

@media only screen and (min-width: 900px) {
  .article-prev-next-nav {
    margin: 20px 0px;
  }
  .article-prev-next-nav .article-nav {
    flex: 0 0 calc(50% - 10px);
  }
}

@charset "UTF-8";
/**
 * 单页
 */
.singular-page-container {
  margin-top: 10px;
  padding: 15px;
  box-sizing: border-box;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}

.page-title {
  line-height: 30px;
  font-size: var(--vt-font-size-lg);
  font-weight: 600;
  color: var(--vt-text-color);
}

.page-meta {
  margin: 2rem 0rem 5rem 0rem;
}

.page-content {
  margin-top: 30px;
}



@charset "UTF-8";
/* 评论表单 */
.comments-area {
  background-color: var(--vt-bg-color-card);
  padding: 15px;
  box-shadow: 0px 0px 3px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}

.screen-reader-text,
.comment-reply-title {
  font-size: var(--vt-font-size-base);
}

.comment-reply-title small a {
  font-size: var(--vt-font-size-sm);
  font-weight: 400;
  color: var(--vt-color-primary);
  margin-left: 10px;
}

.top-info {
  margin: 10px 0 5px 0;
  font-size: 15px;
  color: var(--vt-text-color-grey);
}

.top-info a {
  font-size: var(--vt-font-size-sm);
  color: var(--vt-color-primary);
}

.comment-form {
  font-size: var(--vt-font-size-base);
}

.comment-form .comment-form-comment {
  margin: 15px 0 0px 0;
}

.comment-form .comment-form-comment textarea {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 10px;
  border-radius: var(--vt-border-radius);
  outline: none;
  border: 1px solid var(--vt-border-color);
  background-color: var(--vt-bg-color-card);
  font-size: 14px;
  line-height: 25px;
  color: var(--vt-text-color);
}

.comment-form .comment-input-widget .input-field {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0px 8px;
  margin: 10px 0 0 0;
  border-radius: var(--vt-border-radius);
  outline: none;
  border: 1px solid var(--vt-border-color);
  color: var(--vt-text-color-grey);
  font-size: 14px;
  background-color: var(--vt-bg-color-card);
}

.comment-form .comment-form-cookies-consent {
  margin: 10px 0 0 0;
  font-size: var(--vt-font-size-sm);
  line-height: 20px;
  color: var(--vt-text-color-grey);
  overflow: hidden;
  padding: 1px;
  display: block;
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.comment-form .input-field::placeholder,
.comment-form .comment-form-comment textarea::placeholder {
  color: var(--vt-text-color-grey);
}

.comment-form .input-field:focus,
.comment-form .comment-form-comment textarea:focus {
  border: 1px solid var(--vt-color-primary);
}

.comment-form .form-submit {
  margin-top: 10px;
  padding: 1px 0;
}

.comment-form .form-submit .submit {
  min-width: 60px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  margin: 0;
  font-size: 15px;
  border: none;
  border-radius: var(--vt-border-radius);
  background: var(--vt-color-primary);
  color: var(--vt-text-color-inverse);
  cursor: pointer;
}

@media only screen and (min-width: 900px) {
  .comment-form .form-submit {
    margin-top: 13px;
  }
  .comment-input-widget {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .comment-form .comment-input-widget .input-field {
    width: calc(33.33% - 10px);
    margin: 0;
  }
}


/* 评论列表 */
.comments-title {
  font-size: var(--vt-font-size-base);
  margin-top: 20px;
}

.comment-list {
  padding: 0px;
  font-size: var(--vt-font-size-sm);
}

.comment-list li.comment .children {
  padding-left: 50px;
}

.comment-list .comment:last-child .comment-item { border-bottom: 0; }

.comment-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--vt-border-color);
}

.comment-item .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.comment-header .comment-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  clear: both;
  font-size: var(--vt-font-size-base);
}

.comment-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--vt-border-color);
}

.comment-author span.nickname {
  margin-left: 10px;
}

.comment-author a {
  font-size: var(--vt-font-size-base);
}

.comment-author i {
  font-size: 14px;
  position: relative;
  top: -1px;
  left: -4px;
  color: var(--vt-color-warning);
}

.comment-header .comment-meta {
  font-size: 10px;
  color: var(--vt-text-color-grey);
  clear: both;
}

.comment-header .comment-meta a {
  color: var(--vt-text-color-grey);
}

.comment-item .comment-content {
  padding: 0 0 0 50px;
  line-height: 28px;
  font-size: 15px;
}

.comment-item .comment-status {
  padding: 0 0 0 50px;
  line-height: 28px;
  font-size: var(--vt-font-size-sm);
  color: var(--vt-color-warning);
}

.comment-item .reply {
  padding: 0 0 0 50px;
}

.comment-item .reply a {
  font-size: var(--vt-font-size-sm);
  color: var(--vt-color-primary);
  line-height: 28px;
}

.no-comments {
  margin-top: 10px;
}

/* 评论分页 */
.navigation.comments-pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.navigation.comments-pagination .nav-links a,
.navigation.comments-pagination .nav-links span.page-numbers {
  font-size: var(--vt-font-size-sm);
  padding: 0px 5px;
  display: block;
  min-width: 20px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0px 0px 5px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}
.navigation.comments-pagination .nav-links span.current {
  background-color: var(--vt-color-primary);
  color: var(--vt-text-color-inverse);
}

/******************************************************************************
 *
 */

.header {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0px 0px 3px 0 var(--vt-shadow-color);
}

.header .header-nav {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.header .header-nav a.logo {
  display: flex;
  height: 60px;
  min-width: 120px;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--vt-font-size-lg);
  float: left;
}
.header .header-nav a.logo img {
  display: block;
  max-height: 70%;
}

@media only screen and (min-width: 900px) {
  .header .header-nav {
    width: 1200px;
  }
}



/******************************************************************************
 * PC 菜单样式
 */
.header .pc-nav{ display:none; }

@media only screen and (min-width: 1200px) {
  .header .pc-nav {
    list-style: none;
    height: 60px;
    width: 820px;
    float: left;
    margin-left: 30px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    overflow: visible;
  }
  .pc-nav li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 60px;
    min-width: 60px;
    box-sizing: border-box;
    padding: 0px 15px;
    flex: 0 0 auto;
  }
  .pc-nav li a {
    font-size: var(--vt-font-size-base);
    display: block;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    font-weight: normal;
  }
  .pc-nav .menu-item.fa-solid::before {
    font-size: 17px !important;
    margin: 0 3px 0 0;
    position: relative;
    top: -1px;
  }

  .pc-nav li a i.fa-solid { font-size: 14px; font-weight: bold; }
  .pc-nav .child-menu {
    background-color: var(--vt-bg-color-card);
    box-shadow: 0 0 3px 0 var(--vt-shadow-color);
    border-radius: var(--vt-border-radius);
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    flex-direction: column;
  }
  .pc-nav .child-menu li {
    height: auto;
  }
  .pc-nav .child-menu li a {
    height: 45px;
    line-height: 45px;
  }
  .pc-nav .child-menu li a i {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 3px;
  }
  .pc-nav .menu-item-has-children .menu-item-has-children {
    box-sizing: border-box;
    padding-right: 20px;
  }
  .pc-nav .menu-item-has-children .menu-item-has-children .child-menu {
    top: 0px;
    left: 100%;
  }
  .pc-nav .menu-item-has-children.active > .child-menu {
    display: flex;
  }
  .pc-nav .menu-item-has-children .menu-item-has-children i{
    top: 15px;
  }
  .pc-nav .menu-item-has-children.active > a i {
    display: inline-block;
    transform: rotate(180deg);
  }
  .pc-nav .menu-item-has-children .menu-item-has-children.active > a i {
    display: inline-block;
    transform: rotate(-90deg);
  }
}



.nav-button.menu-button{}

@media only screen and (min-width:900px) {
  .nav-button.menu-button{
    display: none;
  }
}



/******************************************************************************
 * CSS 覆盖
 */
.header.inverse {
  background-color: transparent;
  box-shadow: 0px 0px 0 0 var(--vt-shadow-color);
}
.header.inverse .header-button-group a.nav-button{ color:#fff; }
.header.inverse .pc-nav > li > a { color:#fff }
.header.inverse .pc-nav > .menu-item.fa-solid::before { color:#fff  }
.header.inverse .login-button { color:#fff  }

.header.fake-fixed{
  background-color: var(--vt-bg-color-card);
  box-shadow: 0px 0px 3px 0 var(--vt-shadow-color);
}
.header.fake-fixed .header-button-group a.nav-button{ color: var(--vt-text-color); }
.header.fake-fixed .pc-nav li a{ color:var(--vt-text-color); }
.header.fake-fixed .pc-nav .menu-item.fa-solid::before { color:var(--vt-text-color); }
.header.fake-fixed .login-button { color:var(--vt-text-color); }



/******************************************************************************
 * 登录注册等按钮
 */
.header .header-button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  margin-left: auto;
  flex: 0 0 auto;
}
.header .header-button-group .button {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  display: block;
  font-size: 15px;
  margin-left: 12px;
  border-radius: var(--vt-border-radius);
  border: 1px solid var(--vt-border-color);
}
.header .header-button-group a.nav-button {
  width: 40px;
  /* height: 30px;
  line-height: 30px; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}


.header .header-button-group a.nav-button i {
  font-size: 20px;
  font-weight: 300;
}
/*.header .header-button-group a.nav-button.dark-mode-button {
  transition: 0.3s all linear;
}*/
.header .header-button-group .dark-mode-button .moon {
  display: block;
}
.header .header-button-group .dark-mode-button .sun {
  display: none;
}
.header .header-button-group .dark-mode-button.dark .moon {
  display: none;
}
.header .header-button-group .dark-mode-button.dark .sun {
  display: block;
}
.header .search-toggle-button.active {
  color: var(--vt-color-primary);
}


.header-nav::after {
  content: "";
  width: 0px;
  height: 0px;
  clear: both;
}


/******************************************************************************
 * 搜索框
 */
.search-widget {
  width: 100%;
  min-height: 160px;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 5px 5px 0 var(--vt-shadow-color);
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--vt-border-color);
}
.search-widget.show {
  display: flex;
}
.search-widget .close-widget {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 15px 15px 0 15px;
}
.search-widget .close-widget a i {
  font-size: 25px;
}
.search-widget .search {
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
}
.search-widget .search input {
  width: 410px;
  outline: none;
  border: 1px solid var(--vt-border-color);
  border-radius: var(--vt-border-radius);
  text-indent: 10px;
}
.search-widget .search input:focus {
  box-shadow: 0 0 3px 0 var(--vt-color-primary);
}
.search-widget .search .search-button {
  width: 80px;
  border: 1px solid var(--vt-color-primary);
  background-color: var(--vt-color-primary);
  border-radius: var(--vt-border-radius);
  margin: 0 0 0 10px;
  flex: 0 0 auto;
}
.search-widget .search-button i {
  font-size: 18px;
  color: var(--vt-text-color-inverse);
}

@media only screen and (min-width:900px) {
  .search-widget .search{
    width: 500px;
  }
}


/******************************************************************************
 * 移动端弹窗
 */
.mobile-dialog {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 20px;
  box-sizing: border-box;
  background-color: var(--vt-bg-color-card);
}
.mobile-dialog.hide{ display:none; }
.mobile-dialog .mobile-dialog-button-group{
  display: flex;
  justify-content: flex-end;
}
.nav-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  /*  outline: 1px solid green;*/
  font-size: 23px;
}


.mobile-dialog .mobile-menu {
  list-style: none;
  height: calc(100vh - 60px);
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  float: left;
  margin-left: 0px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 999;
}
.mobile-dialog .mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-dialog .mobile-menu li {
  display: flex;
  /*  align-items: center;*/
  flex-direction: column;
  position: relative;
  z-index: 9;
  min-height: 60px;
  min-width: 60px;
  box-sizing: border-box;
  padding: 0px;
  flex: 0 0 auto;
}
.mobile-dialog .mobile-menu li a {
  font-size: var(--vt-font-size-base);
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 60px;
  width: 100%;
  line-height: 60px;
  box-sizing: border-box;
  font-weight: normal;
  justify-content: space-between;
}
.mobile-dialog .mobile-menu .menu-item.fa-solid::before {
  font-size: 17px !important;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}

.mobile-dialog .mobile-menu li a i.fa-solid {
  font-size: 14px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-dialog .child-menu {
  background-color: var(--vt-bg-color-card);
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  display: none;
}
.mobile-dialog .active .child-menu {}
.mobile-dialog .child-menu li {
  height: 35px;
  min-height: 35px;
}
.mobile-dialog .child-menu li a {
  height: 35px;
  line-height: 35px;
  font-size: 15px ;
}
.mobile-dialog .child-menu li a i {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  right: 3px;
}
.mobile-dialog .menu-item-has-children .menu-item-has-children {
  box-sizing: border-box;
  padding-right: 20px;
}
.mobile-dialog .menu-item-has-children .menu-item-has-children .child-menu {
  top: 0px;
  left: 100%;
}
.mobile-dialog .menu-item-has-children.active > .child-menu {
  display: flex;
}
.mobile-dialog .menu-item-has-children .menu-item-has-children i{
  top: 15px;
}
.mobile-dialog .menu-item-has-children.active > a i {
  display: inline-block;
  transform: rotate(180deg);
}
.mobile-dialog .menu-item-has-children .menu-item-has-children.active > a i {
  display: inline-block;
  transform: rotate(-90deg);
}
















@charset "UTF-8";
/**
 * footer
 *
 * @author: vtheme <mail@vtheme.cn>
 * @link: https://vtheme.cn
 */
.footer {
  width: 100%;
  height: auto;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  color: var(--vt-text-color);
  font-size: var(--vt-font-size-sm);
  padding: 25px 0;
}

.footer a {
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color);
}

.footer-container {
  border-top: 0px;
  line-height: 23px;
  padding: 0 15px;
  text-align: center;
}

.footer-container a:hover {
  color: var(--vt-color-primary);
}

.footer-container span {
  text-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0px 4px;
}

.footer-container span:nth-child(1) {
  margin-top: 0px;
}


/**
 * 颜色重写
 */
footer[darkness]{
  background-color: #333;
  color: #999 !important;
}

footer[darkness] div,
footer[darkness] span,
footer[darkness] p,
footer[darkness] a {
  color: #999 !important;
}




@charset "UTF-8";
.widget-container {
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}
.widget-container .widget-header {
  padding: 15px 15px;
}
.widget-container .widget-header .widget-title {
  font-size: var(--vt-font-size-base);
  font-weight: 900;
  color: var(--vt-text-color);
}

.widget-container:first-child {
  margin-top: 0;
}

.wp-block-search {
  box-sizing: border-box;
  padding: 15px;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
  display: flex;
  flex-direction: column;
}
.wp-block-search .wp-block-search__label {
  font-size: var(--vt-font-size-base);
  font-weight: 900;
  color: var(--vt-text-color);
}
.wp-block-search .wp-block-search__inside-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 92%;
  height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
  background: var(--vt-bg-color);
  color: var(--vt-text-color);
  border: 1px solid var(--vt-border-color);
  border-radius: var(--vt-border-radius);
  font-size: var(--vt-font-size-sm);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  width: 100px;
  margin-left: 10px;
  background-color: var(--vt-bg-color-card);
  border-radius: 3px;
  border: 1px solid var(--vt-border-color);
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color);
}

.image-title.widget-container {
  box-sizing: border-box;
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
}


/**
 * 图文列表
 */
.image-title.widget-container .item-list-wrapper {
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
}

.image-title.widget-container ul.item-list {
  width: auto;
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}

.image-title.widget-container ul.item-list .item-widget {
  width: 100%;
  margin: 7px 15px 7px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.image-title.widget-container ul.item-list .item-widget a {
  display: flex;
  width: 100%;
  height: 65px;
  justify-content: flex-start;
  font-size: var(--vt-font-size-sm);
}

.image-title.widget-container ul.item-list .item-widget a img {
  width: 90px;
  height: 65px;
  border-radius: 3px;
  flex-basis: auto;
  flex-shrink: 0;
  object-fit: cover;
}

.image-title.widget-container ul.item-list .item-widget a .item-title {
  padding: 0px 0 3px 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 1;
}

.image-title.widget-container ul.item-list .item-widget a .item-title div {
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.image-title.widget-container ul.item-list .item-widget a .item-title span {
  font-size: 10px;
  color: var(--vt-text-color-grey);
}



/**
 * 作者卡片
 */
.user-card-container {
  box-sizing: border-box;
  border-radius: var(--vt-border-radius);
  background-color: var(--vt-bg-color-card);
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  border-radius: var(--vt-border-radius);
  margin: 0px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.user-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.user-header .user-avatar {
  width: 80px;
  height: 80px;
}

.user-header .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.user-header .nickname {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: bold;
}

.user-header .description {
  margin: 10px 0 0 0;
  padding: 0 45px;
  line-height: 20px;
  font-size: var(--vt-font-size-sm);
  color: var(--vt-text-color-grey);
}

.user-meta {
  display: flex;
  justify-content: center;
  margin: 12px 0 15px 0;
  color: var(--vt-text-color-grey);
}

.user-meta .meta-item {
  min-width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  font-size: 12px;
}

.user-meta .meta-item span {
  margin-top: 3px;
}

.user-meta .meta-item span:first-child {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

body.dark-mode .user-card {
  background-color: var(--vt-bg-color-card);
}


/**
 * HTML 卡片
 */
.html-card-container {
  box-shadow: 0 0 2px 0 var(--vt-shadow-color);
  overflow: hidden;
  /* padding: 15px; */
}

.html-card-container img {
  /* width: 100%; */
  height: auto;
  /* border-radius: var(--vt-border-radius); */
  display: block;
}

.main-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 8px 0 8px;
  box-sizing: border-box;
}

.main-container::after {
  content: "";
  display: block;
  clear: both;
}

.main-container .main-widget {
  width: 100%;
}

.main-container .main-widget > div:last-child{
  margin:0 0 8px 0;
}

.main-container .main-widget .header {
  font-size: var(--vt-font-size-base);
  margin-bottom: 15px;
}

.header + .main-container {
  padding-top: 68px;
}


@media only screen and (min-width: 900px) {
  .main-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0px 0;
    display: flex;
    justify-content: flex-start;
  }
  .main-container::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-container .main-widget {
    width: 100%;
    margin-bottom: 0;
  }
  .main-container .main-widget > *:nth-child(1){
    margin-bottom: 20px;
  }
  .main-container .main-widget > div:last-child{
    margin:0 0px 20px 0;
  }
  .header + .main-container {
    padding-top: 80px;
  }
}


@media only screen and (min-width: 1200px) {
  .main-container .main-widget {
    /*    flex: 0 0 calc(100% - 300px);*/
    width: 880px;
  }
}



/******************************************************************************
 * Sider Widget
 */

.sider > div {
  margin-bottom: 10px;
}

.sider > div:last-child {
  margin-bottom: 8px;
}

@media only screen and (min-width: 900px) {
  .sider {
    width: 300px;
    flex: 0 0 300px;
    margin-left: 20px;
    position: relative;
  }
  /* 最后一个模块粘性定位 */
  .sider .widget-container:last-child {
    position: sticky;
    top: 80px;
    margin-bottom: 20px;
  }
  .sider > div {
    margin-bottom: 20px;
  }
/*  .sider > div:first-child {
    margin-top: 20px;
  }*/
}



/******************************************************************************
 * Full width
 */

@media only screen and (min-width: 900px) {
  [full-width] .main-container .main-widget {
    width: 100%;
  }
  [full-width] .main-container .posts-widget{
    width: 100%;
  }
  [full-width] .main-container .sider {
    display: none;
  }
}



/******************************************************************************
 * Some overwrite
 */

.navigation.pagination{ margin: 0 0 8px 0; }

@media only screen and (min-width:900px){
  .navigation.pagination{ margin: 0 0 20px 0; }
}

.post-item {
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: var(--vt-font-size-base);
  display: flex;
  flex-direction: column;
  background-color: var(--vt-bg-color-card);
  margin: 0 0 8px 0;
  border-radius: var(--vt-border-radius);
  border: 1px solid var(--vt-border-color);
}

.post-item .post-thumbnail {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  overflow: hidden;
  border-radius: var(--vt-border-radius);
}

.post-item .post-thumbnail a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.post-item .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--vt-border-radius);
  object-fit: cover;
  /*  image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;*/
}
.post-item:hover .post-thumbnail img {
  transition: all 0.2s linear;
  transform: scale(1.03);
}

.post-item .post-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.post-main .categories { margin:10px 0 10px 0 }
.post-main .categories a { font-size:13px }

.post-main .post-title {
  display: flex;
  justify-content: flex-start;
}

.post-main .post-title .sticky {
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 14px;
  background-color: var(--vt-color-primary);
  color: #fff;
  flex: 0 0 auto;
}

.post-main .post-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--vt-text-color);
  word-break: break-all;
}

.post-main .post-title a:hover {
  color: var(--vt-color-primary);
}

.post-main .post-description {
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  font-size: 15px;
  color: var(--vt-text-color-grey);
  margin-top: 0;
  margin-right: 5px;
  display: none;
}

.post-main .post-meta {
  margin-top: 10px;
  color: var(--vt-text-color-grey);
  font-size: var(--vt-font-size-sm);
}

.post-main .post-meta i {
  font-size: 16px;
  vertical-align: -1px;
  margin: 0 2px 0 0;
}

.post-main .post-meta span {
  margin-right: 10px;
}

.post-main .post-meta .author img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-bottom: -5px;
  margin-right: 3px;
  box-shadow: 0 1px 3px var(--vt-shadow-color);
  object-fit: cover;
  position: relative;
  top: 1px;
}

.post-main .post-meta .author {
  color: var(--vt-text-color-grey);
  font-size: 14px;
}

.post-main .post-meta span.date {
  display: none;
}

/*.post-item:last-child { margin:0 }*/

@media only screen and (min-width: 900px) {
  .post-item {
    height: 260px;
    flex-direction: row;
    margin: 0 0 20px 0;
  }
  .post-item .post-thumbnail {
    width: 45%;
    height: 100%;
    margin: 0 20px 0 0;
  }
  .post-item .post-main {
/*    height: 140px;*/
    justify-content: flex-start;
  }
  .post-main .post-description {
    margin-top: 10px;
    line-height: 25px;
    display: -webkit-box;
  }
  .post-main .post-meta {
    margin-top: auto;
  }
  .post-main .post-meta span.date {
    display: inline-block;
  }
}


/******************************************************************************
 * 卡片样式覆盖
 */
.media-list{
  margin-bottom: 0px !important;
}

[card] .post-item{
  flex-direction: column;
  height: auto;
} 

@media only screen and (min-width: 900px) {
  [card] .media-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -20px;
  }

  [card] .post-item{
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }

  [card]  .post-item .post-main {
    height: auto;
    justify-content: flex-start;
  }

  [card] .post-item .post-thumbnail{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.7;
    margin: 0;
  }


  [card] .hit-counter,
  [card] .comment-counter{
    display: none;
  }

  [card]  .post-meta {
    margin: 10px 0 0 0;
  }

  [card] .post-meta{ margin-top:auto; }

  [card][card-3] .post-item{ width: calc(33.33% - 20px); }
  [card][card-4] .post-item{ width: calc(25% - 20px); }
  [card][card-5] .post-item{ width: calc(20% - 20px); }

}









/*
 * 文章列表样式
 */


/*.main-container.category{ margin-top:60px }*/

.dark-mode input, .dark-mode textarea {
  color: var(--vt-text-color);
  background-color: var(--vt-bg-color-card);
}
.dark-mode input:focus-visible, .dark-mode textarea:focus-visible {
  outline: 1px solid var(--vt-color-primary);
}







