@charset "UTF-8";
@import url(css/style.css);
:root {
  /* 颜色 */
  --c-brand: #8b5cf6;
  --c-brand-2: #ec4899;
  --c-brand-3: #38bdf8;
  --c-brand-deep: #7c5cff;
  --c-brand-2-deep: #e044a8;
  --c-brand-2-light: #ff5fa2;
  --c-deep-violet: #7c3aed;
  --c-deep-pink: #db2777;
  --c-cyan-2: #22d3ee;
  --c-warm: #fbbf24;
  --grad-brand: linear-gradient(92deg, #7c5cff, #e044a8);
  --grad-brand-full: linear-gradient(92deg, #7c5cff 0%, #e044a8 100%);
  --grad-brand-2: linear-gradient(92deg, #8b5cf6 0%, #ec4899 100%);
  /* 文字 */
  --text-deep: #3a355c;
  --text-mid: #4a4570;
  --text-strong: #4c3fa8;
  --text-acc: #5b54a8;
  --text-body: #55517a;
  --text-faint: #6a6598;
  --text-faint-2: #8a84b8;
  --text-dark: #292929;
  --link-blue: #007bff;
  --icon-violet: #8b6bff;
  --grad-text-main: linear-gradient(92deg, #4c3fa8 0%, #7c3aed 45%, #db2777 100%);
  --grad-text-2: linear-gradient(135deg, #7c3aed 0%, #db2777 100%);
  --grad-text-3: linear-gradient(92deg, #4c3fa8, #db2777);
  /* 液态玻璃 */
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .48) 100%);
  --glass-blur: blur(22px) saturate(190%);
  --glass-border: rgba(255, 255, 255, .68);
  --radius-lg: 22px;
  --shadow-card: inset 0 1px 0 rgba(255, 255, 255, .75), inset 0 -14px 28px -24px rgba(255, 255, 255, .65), 0 20px 55px -20px rgba(140, 110, 240, .42);
  --shadow-btn: 0 8px 22px -8px rgba(170, 80, 230, .6);
  --shadow-soft: 0 6px 16px -6px rgba(60, 45, 160, .4);
  /* 页面背景 */
  --bg-page: radial-gradient(1200px 820px at 82% -12%, rgba(196, 181, 253, .6), transparent 62%), radial-gradient(1000px 720px at 6% 18%, rgba(249, 168, 212, .5), transparent 60%), radial-gradient(900px 700px at 92% 82%, rgba(165, 243, 252, .55), transparent 60%), radial-gradient(1100px 820px at 18% 96%, rgba(187, 247, 208, .48), transparent 62%), linear-gradient(160deg, #f6f4ff 0%, #fdf0fa 26%, #eff3ff 52%, #edfaf6 78%, #f4f3ff 100%);
  /* 社交图标 */
  --brand-qq: #3d93e0;
  --brand-weibo: #e24040;
  --brand-bilibili: #fb7299;
  --brand-github: #3a3a3a;
  --brand-rss: #ffb048;
  --brand-weixin: #20b767;
  --brand-twitter: #1da1f2;
  --brand-facebook: #3b57a0;
  --brand-instagram: #df016f;
  --brand-pinterest: #c9161c;
  --brand-kuaishou: #ff9000;
  --brand-douyin: #271a27;
  --brand-momo: #0b6fcf;
  --brand-zhihu: #0f88eb;
}

* {
  margin: 0;
  padding: 0
}
html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: transparent
}
body {
  padding: 0;
  margin: 0;
  line-height: 1.6em
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
h2, h3, h4 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 2rem 0
}
strong {
  font-weight: 700
}
img {
  max-width: 100%;
  height: auto
}
p, ul {
  margin: 1em 0
}
ul ul {
  margin: .4em 0
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, .4)
}
::-webkit-scrollbar {
  width: 9px;
  height: 10px
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--icon-violet), var(--c-brand-2-deep));
  border-radius: 8px;
  border: 0
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--c-brand-deep), var(--c-brand-2-light))
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
html{
  opacity: 0;
  overflow: hidden;
}
.fadeinyp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
#jz-dark-switch {
  width: 52px;
  text-align: center;
  font-size: 22px
}
#jz-dark-switch .gbllicon-moon-fill {
  color: var(--text-mid)
}
.con {
  display: none;
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 15px;
}
.con i {
  color: var(--text-deep);
  font-size: 26px;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background: rgba(120, 90, 220, .28);
  -webkit-backdrop-filter: blur(6px) saturate(130%);
  backdrop-filter: blur(6px) saturate(130%);
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0
}
.mobile-sidebar {
  width: 75%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(165deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .55) 100%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  backdrop-filter: blur(28px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 18px 0 55px -18px rgba(40, 25, 130, .5);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .mobile-sidebar {
    width: 300px;
  }
}
.mobile-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.mobile-sidebar-header {
  padding: 0.5rem 0;
  text-align: right;
}
#icon-close {
  width: 45px;
  text-align: center;
  font-size: 26px;
}
#jz-dark-switchm {
  width: 28px;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}
.mobile-sidebar-header .btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none
}
.navbar-nav li {
  position: relative;
  padding: .5rem 1rem;
}
.navbar-nav li a {
  position: relative;
  display: block;
  font-size: .9375rem;
  padding: .375rem .125rem;
  color: var(--text-deep);
}
.navbar-nav li a i {
  font-size: 1.25rem;
  margin: 0 .5rem 0 0;
}
.navbar-nav .sub-nav {
  display: none;
  position: relative;
  padding: 0.5rem 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: none;
}
.navbar-nav .sub-nav li {
  margin: 0;
  padding: 0;
}
.navbar-nav .sub-nav li a {
  font-size: .875rem;
  padding: .75rem 1rem;
  opacity: .6;
}
.navbar-nav li ul, #divNavBar li ul {
  display: none;
}
.navbar-nav li em[class*="dot"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.navbar-nav li em[class*="dot"] .gbllicon-arrow-down {
  font-size: 18px;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 48px;
  line-height: 48px;
  top: 0;
  left: 0;
}
.navbar-nav li em[class*="dot"] .gbllicon-arrow-down.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
html.selected{
  opacity: 1;
  overflow: auto
}
#about-bg {
  height: 115px;
  border-radius: 17px 17px 0 0;
}
#about-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0
}
#divCatalog li:before, #divPrevious li:before, #divLinkage li:before, #divNavBar li:before, #divComments li:before, #divAuthors li:before, #divFavorites li:before, #divStatistics li:before {
  content: "\e736";
  margin: 0 5px 0 0;
  font-size: 12px;
  color: var(--icon-violet);
  font-family: icomoon;
  display: inline-block;
  vertical-align: top;
}
#divLinkage ul li, #divFavorites ul li, #divStatistics ul li, #divArchives ul li, #divMisc ul li, #divAuthors ul li {
  float: left;
  width: 50%;
  display: block;
}
#divSearchPanel .function_t {
  display: none;
}
#divSearchPanel form {
  border: 0;
  
  position: relative;
}
#divSearchPanel input[type="submit"] {
 border: 0;
    color: #fff;
    outline: none;
    position: absolute;
    background: var(--grad-brand-full);
    top: 0;
    right: 0;
    display: block;
    line-height: 46px;
    height: 46px;
    width: 80px;
}
#divSearchPanel input[type="text"] {
  border: 0;
  line-height: 46px;
  height: 46px;
  width: calc(100% - 80px);
  padding-left: 10px;
  outline: none;
  background-color: transparent;
}
#divSearchPanel input[type="text"]::placeholder {
  color: rgba(255, 255, 255, .75)
}
#divContorPanel {
  padding-bottom: 30px;
}
#divContorPanel div {
  text-align: center;
}
#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px;
  padding: 4px 8px;
}
#divCalendar {
  padding: 20px;
}
#divCalendar div {
  margin-bottom: 0;
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
  border: 1px solid rgba(130, 115, 210, .2)
}
#divCalendar caption {
  line-height: 36px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
#divCalendar caption a {
  font-size: 15px;
  color: var(--text-strong)
}
#divCalendar thead {
  background: rgba(139, 107, 255, .12)
}
#divCalendar th {
  height: 36px
}
#divCalendar td {
  height: 36px;
  text-align: center
}
#divCalendar td a {
  font-weight: 700;
  color: var(--text-strong)
}
#divCalendar td a:hover {
  color: var(--c-brand-2-deep)
}
.widget-about-intro {
  padding-top: 20px
}
.widget-about-intro .about_list {
  margin: 1em 1.5em 4.5em 2em;
  font-size: 13px;
  padding: 0
}
.widget-about-intro .about_list li {
  line-height: 1;
  position: relative;
  padding: 8px 0
}
.widget-about-intro .about_list li i {
  margin-right: 6px;
  color: var(--link-blue);
  vertical-align: text-bottom;
  font-size: 15px
}
.widget-about-image {
  position: absolute;
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  top: 5em;
  left: 1.3em;
  padding: 3px;
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 3px rgba(139, 107, 255, .4), 0 10px 26px -8px rgba(90, 60, 200, .5);
}
.widget-about-image img {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
}
#about-bg h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 5.3em;
  color: #fff;
  left: 6em;
  letter-spacing: 1px;
}
.about_des {
  padding-left: 6.7em;
  display: inline-block;
  padding-right: 1.5em;
  box-sizing: inherit
}
.about_des p {
  margin: 0;
  font-size: 12px;
  color: var(--text-faint)
}
.sidebar-navigation {
  margin-right: 3px;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px
}
.sidebar-navigation .sns-icon {
  width: 28px;
  height: 28px;
  background: #2c353a;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
  margin: 0;
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 6px 16px -6px rgba(50, 40, 140, .5);
}
.sidebar-navigation .sns-icon:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 10px 24px -6px rgba(180, 90, 240, .6);
}
.sidebar-navigation .qq {
  background: var(--brand-qq)
}
.sidebar-navigation .qq:hover {
  color: var(--brand-qq);
  background: #fff
}
.sidebar-navigation .weibo {
  background: var(--brand-weibo)
}
.sidebar-navigation .weibo:hover {
  color: var(--brand-weibo);
  background: #fff
}
.sidebar-navigation .bilibili {
  background: var(--brand-bilibili)
}
.sidebar-navigation .bilibili:hover {
  color: var(--brand-bilibili);
  background: #fff
}
.sidebar-navigation .github {
  background: var(--brand-github);
}
.sidebar-navigation .github:hover {
  color: var(--brand-github);
  background: #fff
}
.sidebar-navigation .rss {
  background: var(--brand-rss)
}
.sidebar-navigation .rss:hover {
  color: var(--brand-rss);
  background: #fff
}
.sidebar-navigation .weixin {
  background: var(--brand-weixin);
  position: relative
}
.sidebar-navigation .weixin:hover {
  color: var(--brand-weixin);
  background: #fff
}
.sidebar-navigation .twitter {
  background: var(--brand-twitter);
  position: relative
}
.sidebar-navigation .twitter:hover {
  color: var(--brand-twitter);
  background: #fff
}
.sidebar-navigation .facebook {
  background: var(--brand-facebook);
  position: relative
}
.sidebar-navigation .facebook:hover {
  color: var(--brand-facebook);
  background: #fff
}
.sidebar-navigation .instagram {
  background: var(--brand-instagram);
  position: relative
}
.sidebar-navigation .instagram:hover {
  color: var(--brand-instagram);
  background: #fff
}
.sidebar-navigation .pinterest {
  background: var(--brand-pinterest);
  position: relative
}
.sidebar-navigation .pinterest:hover {
  color: var(--brand-pinterest);
  background: #fff
}
.sidebar-navigation .kuaishou {
  background: var(--brand-kuaishou);
  position: relative
}
.sidebar-navigation .kuaishou:hover {
  color: var(--brand-kuaishou);
  background: #fff
}
.sidebar-navigation .douyin {
  background: var(--brand-douyin);
  position: relative
}
.sidebar-navigation .douyin:hover {
  color: var(--brand-douyin);
  background: #fff
}
.sidebar-navigation .momo {
  background: var(--brand-momo);
  position: relative
}
.sidebar-navigation .momo:hover {
  color: var(--brand-momo);
  background: #fff
}
.sidebar-navigation .zhihu {
  background: var(--brand-zhihu);
  position: relative
}
.sidebar-navigation .zhihu:hover {
  color: var(--brand-zhihu);
  background: #fff
}
#sidebar-left {
  float: left;
  width: 280px;
  margin-left: -100%;
}
#sidebar-right {
  width: 280px;
  float: right;
  margin-left: -280px;
}
.is-sticky #sidebar-left {
  margin-left: 0;
}
.sticky-wrapper {
  float: left;
  width: 280px;
  margin-left: -100%;
}
.sticky-wrapper #sidebar-left {
  margin-left: 0;
}
#divMisc {
  padding-top: 1.5em;
}
#side-new-about-item .function_t, #side-gonggao .function_t {
  display: none;
}
.widget {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .38s ease, box-shadow .38s ease;
}
.widget:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .8),
    0 22px 55px -18px rgba(80, 50, 195, .5);
}
.widget h3 {
  font-size: 18px;
  margin: 1em 0 1.2em 0;
  padding-left: 1em;
  color: var(--text-deep);
  font-weight: 600
}
.widget h3:after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, var(--c-brand-deep) 0%, var(--c-brand-2-light) 100%);
  width: 38px;
  height: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(200, 90, 230, .55);
  top: 30px;
  margin-left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.widget ul {
  margin: 0 0 -10px;
  list-style: none;
  padding: 0 20px 15px 20px;
  overflow: hidden;
}
.widget ul li {
  margin-bottom: 8px;
  padding: 0 2px 8px;
  border-bottom: 1px dotted rgba(120, 110, 200, .18);
  font-size: .8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
#side-hot-view-item ul, #side-hot-cmt-item ul, #side-new-article-item ul, #side-tui-article-item ul {
  padding: 0;
  margin: 5px 0 0;
}
#side-hot-view-item ul li, #side-hot-cmt-item ul li, #side-new-article-item ul li, #side-tui-article-item ul li {
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
}
.widget#divComments ul li:last-child, .widget#divPrevious ul li:last-child, .widget#divCatalog ul li:last-child, .widget#divNavBar ul li:last-child, .widget#side-new-comment-item ul li:last-child {
  border: 0;
}
.widget#divNavBar ul li ul li, .widget#divCatalog ul li ul li {
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px dotted #eee !important;
  border-bottom: 0px dotted #eee;
}
.widget ul li a {
  font-weight: 400;
  color: var(--text-mid);
}
.widget ul li a:hover {
  color: var(--c-deep-violet) !important
}
.widget img {
  max-width: 100%;
  height: auto;
  transition: .5s
}
.widget .jz_banner_inner img:hover {
  opacity: .8
}
.widget#divTags ul {
  overflow: hidden;
  margin-bottom: 0px;
}
.widget#divTags ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
#divTags ul li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border-radius: 999px;
  padding: 4px 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  box-shadow: 0 5px 14px -5px rgba(40, 30, 120, .45);
  transition: transform .3s ease, box-shadow .3s ease;
}
#divTags ul li:nth-child(5n) a {
  background: linear-gradient(92deg, #22c55e, #84cc16)
}
#divTags ul li:nth-child(5n + 1) a {
  background: linear-gradient(92deg, var(--c-brand-3), #6366f1)
}
#divTags ul li:nth-child(5n + 2) a {
  background: linear-gradient(92deg, #f472b6, #c026d3)
}
#divTags ul li:nth-child(5n + 3) a {
  background: linear-gradient(92deg, var(--c-warm), #fb7185)
}
#divTags ul li:nth-child(5n + 4) a {
  background: linear-gradient(92deg, #34d399, var(--c-cyan-2))
}
#divTags ul li a:hover {
  color: #fff !important;
  text-shadow: none;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 20px -6px rgba(160, 70, 220, .6);
}
#side-new-about-item #about-bg {
  height: 125px;
  border-radius: 22px 22px 0 0;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -16px 28px -18px rgba(120, 90, 220, .4);
}
#side-new-about-item #about-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background:
    radial-gradient(120% 100% at 12% -8%, rgba(236, 72, 153, .5) 0%, transparent 46%),
    radial-gradient(130% 110% at 92% 0%, rgba(56, 189, 248, .45) 0%, transparent 44%),
    linear-gradient(165deg, rgba(139, 92, 246, .36) 0%, rgba(236, 72, 153, .22) 50%, rgba(34, 211, 238, .32) 100%);
}
#side-new-about-item #about-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, .3) 100%);
}
#side-new-about-item #about-bg h2 {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 4px;
color: var(--text-strong);
}

#side-new-about-item .widget-about-image {
  position: absolute;
  top: 64px;
  left: 50%;
  margin: 0;
  padding: 2px;
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .6) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .98),
    0 0 0 3px rgba(255, 255, 255, .85),
    0 0 0 6px rgba(167, 139, 250, .3),
    0 12px 26px -10px rgba(120, 80, 230, .55);
  z-index: 3;
  transform: translateX(-50%);
  transition: transform .4s ease, box-shadow .4s ease;
}
#side-new-about-item .widget-about-image:hover {
  transform: translateX(-50%) scale(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .98),
    0 0 0 3px rgba(255, 255, 255, .92),
    0 0 0 6px rgba(236, 72, 153, .4),
    0 0 26px rgba(167, 139, 250, .65),
    0 16px 30px -10px rgba(180, 90, 240, .6);
}
#side-new-about-item .widget-about-image img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}

#side-new-about-item .about_des {
  display: block;
  padding: 78px 20px 0;
  text-align: center;
  box-sizing: border-box;
}
#side-new-about-item .about_des p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--c-deep-violet);
  background: var(--grad-text-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#side-new-about-item .widget-about-intro {
  padding: 15px 14px 6px;
}
#side-new-about-item .widget-about-intro .about_list {
  margin: 0;
  padding: 0;
  font-size: 13px;
  overflow: visible;
}
#side-new-about-item .widget-about-intro .about_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
  padding: 11px 14px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .65);
  border-bottom: 1px solid rgba(255, 255, 255, .65);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .4) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 8px 18px -12px rgba(140, 110, 240, .45);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  color: var(--text-mid);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
#side-new-about-item .widget-about-intro .about_list li:hover {
  transform: translateX(4px);
  border-color: rgba(167, 139, 250, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 10px 22px -12px rgba(180, 90, 240, .5);
}
#side-new-about-item .widget-about-intro .about_list li i {
  margin: 0;
  font-size: 17px;
  font-style: normal;
  background: linear-gradient(135deg, var(--c-brand) 0%, var(--c-brand-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 6px rgba(180, 90, 240, .4));
}

#side-new-about-item .sidebar-navigation {
	margin: 15px 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	gap: 6px;
}
#side-new-about-item .sidebar-navigation .sns-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  line-height: 32px;
  font-size: 15px;
  vertical-align: middle;
  color: #5b4b8a;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .52) 100%);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 6px 16px -8px rgba(140, 110, 240, .5);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
#side-new-about-item .sidebar-navigation .sns-icon i {
  font-style: normal;
}
#side-new-about-item .sidebar-navigation .qq { color: var(--brand-qq); }
#side-new-about-item .sidebar-navigation .weibo { color: var(--brand-weibo); }
#side-new-about-item .sidebar-navigation .bilibili { color: var(--brand-bilibili); }
#side-new-about-item .sidebar-navigation .github { color: var(--brand-github); }
#side-new-about-item .sidebar-navigation .rss { color: #ff9d3f; }
#side-new-about-item .sidebar-navigation .weixin { color: var(--brand-weixin); }
#side-new-about-item .sidebar-navigation .twitter { color: var(--brand-twitter); }
#side-new-about-item .sidebar-navigation .facebook { color: var(--brand-facebook); }
#side-new-about-item .sidebar-navigation .instagram { color: var(--brand-instagram); }
#side-new-about-item .sidebar-navigation .pinterest { color: var(--brand-pinterest); }
#side-new-about-item .sidebar-navigation .kuaishou { color: var(--brand-kuaishou); }
#side-new-about-item .sidebar-navigation .douyin { color: var(--brand-douyin); }
#side-new-about-item .sidebar-navigation .momo { color: var(--brand-momo); }
#side-new-about-item .sidebar-navigation .zhihu { color: var(--brand-zhihu); }
#side-new-about-item .sidebar-navigation .sns-icon:hover {
  transform: translateY(-4px) scale(1.1);
  background: rgba(255, 255, 255, .97);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .55),
    0 8px 20px -6px currentColor,
    0 10px 24px -8px rgba(180, 90, 240, .55);
}
#side-new-comment-item .alignleft {
  display: inline;
  float: left;
  width: 24px;
  height: 24px
}
.widget_avatar-comments-avatar {
  margin-right: 15px
}
.widget_avatar-comments-entry {
  margin-top: 5px
}
.widget_avatar-comments-entry a {
  font-size: .8rem;
}
.widget_avatar-comments-entry a:hover {
  opacity: .8
}
#side-new-comment-item .avatar {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  margin: 6px 8px 0 0;
  border: 2px solid rgba(255, 255, 255, .85);
  box-shadow: 0 0 0 2px rgba(139, 107, 255, .35);
}
.widget_avatar-comments-avatar .avatar {
  border: 2px solid rgba(255, 255, 255, .85);
  box-shadow: 0 0 0 2px rgba(139, 107, 255, .35);
  border-radius: 50%;
}
.widget .jz_banner_inner {
  margin-bottom: -6px
}
.jz_textbanner {
  border: none;
  border-radius: 0
}
.jz_textbanner a {
  display: block;
  padding: 0 15px 15px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  font-size: 12px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform .35s ease, box-shadow .35s ease;
}
.jz_textbanner a:hover {
  transform: translateY(-4px);
}
.jz_textbanner a h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 14px 0 0 0;
  background: var(--grad-text-3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--text-strong);
}
.jz_textbanner a p {
  color: var(--text-faint);
  margin-bottom: 0;
  font-size: 13px
}
.jz_textbanner a strong {
  margin: -1px 0 0 0;
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(40, 30, 120, .4);
}
.jz_textbanner a.style01 {
  color: var(--link-blue)
}
.jz_textbanner a.style01:hover {
  border-color: var(--link-blue)
}
.jz_textbanner a.style01 strong {
  background: linear-gradient(92deg, var(--c-brand-3), #6366f1)
}
.jz_textbanner a.style02 {
  color: #fd2c56
}
.jz_textbanner a.style02:hover {
  border-color: #fd2c56
}
.jz_textbanner a.style02 strong {
  background: linear-gradient(92deg, #fb7185, #e11d48)
}
.jz_textbanner a.style03 {
  color: #78dcbb
}
.jz_textbanner a.style03:hover {
  border-color: #78dcbb
}
.jz_textbanner a.style03 strong {
  background: linear-gradient(92deg, #34d399, #14b8a6)
}
.jz_textbanner a.style04 {
  color: #7129ff
}
.jz_textbanner a.style04:hover {
  border-color: #7129ff
}
.jz_textbanner a.style04 strong {
  background: linear-gradient(92deg, #a78bfa, var(--c-deep-violet))
}
.widget-list {
  position: relative;
  overflow: hidden
}
.widget-list-item {
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-size: 14px;
  list-style: none
}
.widget .widget-post-list img {
  height: 50px;
  width: 60px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: 0 6px 16px -6px rgba(80, 55, 180, .5);
  display: block
}
.widget .widget-post-list {
  float: left;
  overflow: hidden;
  height: 55px;
  margin-right: 1em;
  margin-bottom: 1.5em;
  margin-left: 1.5rem
}
.widget .widget-post-list-item {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: var(--text-deep);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400
}
.widget .widget-post-list-item .list-footer {
  color: var(--text-faint-2);
  font-size: 12px;
}
.widget .list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.comments {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding-bottom: 10px;
  margin: 0 20px 20px 20px;
  position: relative;
}
.comment-note {
  margin-bottom: -10px;
  margin-top: -10px;
  font-size: 12px;
  color: rgba(0, 0, 0, .3)
}
.comments-area p {
  line-height: 45px;
  font-size: 12px;
  margin: 0;
}
.comments-area {
  margin-bottom: 30px
}
.comments-title {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: var(--text-deep);
  z-index: 0;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(130, 115, 210, .2);
}
.comments-title span {
  display: inline-block;
  z-index: 2;
  font-weight: 400
}
.comments-title span i {
  margin-right: 10px
}
.comment-respond {
  padding: 1.5rem;
  overflow: hidden;
}
.comment-reply-title {
  font-size: 18px;
  color: var(--text-deep);
  margin:  0 0 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-list {
  padding: 0 1.5rem 0 1.5rem;
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(130, 115, 210, .18);
  word-wrap: break-word;
  position: relative;
}
ul.msg li {
  list-style-type: none;
}
ul.msg img.avatar {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
  border: 2px solid rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 2px rgba(139, 107, 255, .35);
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 65px;
}
ul.msg small {
  color: #a6a6a6;
}
ul.msg small .revertcomment a {
  color: #fff;
  background: var(--grad-brand);
  border-radius: 6px;
  padding: 0 5px;
  line-height: 20px;
  display: none;
}
ul.msg:hover small .revertcomment a{
	display: block;
}
ul.msg small .revertcomment {
    position: absolute;
    right: 0;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
.comment-form input {
  width: 50%
}
.form-submit {
  margin-top: 5px;
  float: right
}
.form-submit input {
  display: inline-block;
  width: auto;
  font-size: 14px
}
.comment-form-author, .comment-form-email {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
  line-height: 0 !important
}
.comment-form-url {
  float: left;
  width: 33.33%;
  line-height: 0 !important
}
.comment-form-author.comment-form50, .comment-form-url.comment-form50 {
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
.comment-form-code, .comment-form-email.comment-form50 {
  float: left;
  width: 50%;
  padding-right: 0;
  padding-bottom: 10px;
  line-height: 0 !important;
  position: relative;
}
.comment-form-code img {
  position: absolute;
  right: 4px;
  top: 7px;
  height: 30px;
  width: auto;
}
.comment-form-author i, .comment-form-email i, .comment-form-url i, .comment-form-code i {
  position: absolute;
  padding: 0 10px;
  line-height: 47px;
  height: 45px;
  color: var(--text-dark);
  font-size: 10px;
  z-index: 2;
  font-size: 14px;
  display: block
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-code input {
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 12px;
  padding-left: 30px;
  height: 45px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .55);
  color: #332e55;
  width: 100%;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.comment-form-author input:hover, .comment-form-email input:hover, .comment-form-url input:hover, .comment-form-code input:hover {
  background: rgba(255, 255, 255, .75)
}
.comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus, .comment-form-code input:focus {
  border-color: rgba(139, 107, 255, .8);
  box-shadow: 0 0 0 3px rgba(139, 107, 255, .18);
  background: rgba(255, 255, 255, .75);
}
.comment-respond textarea {
  resize: none;
  width: 100%;
  height: 160px;
  margin-top:10px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .6);
  padding: 10px 15px;
  background: rgba(255, 255, 255, .55);
  color: #332e55;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.comment-respond textarea:hover {
  background: rgba(255, 255, 255, .75)
}
.comment-respond textarea:focus {
  border-color: rgba(139, 107, 255, .8);
  box-shadow: 0 0 0 3px rgba(139, 107, 255, .18);
  background: rgba(255, 255, 255, .75);
}
button, input, textarea {
  -webkit-appearance: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
.comments input[type=submit], button {
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 12px;
  padding: 4px 20px;
  color: #fff;
  cursor: pointer;
  background: var(--grad-brand);
  height: 42px;
  box-shadow: 0 8px 22px -8px rgba(170, 80, 230, .6);
  transition: .5s
}
.comments input[type=submit]:hover {
  opacity: .8
}
#comments-nav {
  margin: 2% 0;
  text-align: center;
  display: flex;
  justify-content: center
}
#footer {
  clear: both;
  text-align: center;
  padding: 20px 0 20px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .28) 100%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  backdrop-filter: blur(22px) saturate(165%);
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-radius: 22px 22px 0 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 -16px 44px -18px rgba(60, 40, 170, .45);
}
#footer p {
  margin: 0;
  padding: 0;
  color: #7c77ac;
  text-transform: none;
  font-size: 12px
}
#footer a {
  color: #6b62c4;
}
#footer a:hover {
  color: var(--c-brand-2-deep);
}
html {
  -webkit-font-smoothing: antialiased
}
body {
  color: var(--text-body);
  font-family: PingHei, 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
  font-size: 15px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--bg-page);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* 内容层浮于极光背景之上 */
.main {
  position: relative;
  z-index: 2;
}
/* 文字选中色 */
::selection {
  background: rgba(224, 68, 168, .32);
  color: #fff;
}
/* 噪点 */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
}
/* 极光 */
#aurora-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(58vw 42vw at 16% 18%, rgba(196, 181, 253, .48), transparent 62%),
    radial-gradient(52vw 38vw at 84% 26%, rgba(249, 168, 212, .44), transparent 60%),
    linear-gradient(112deg, transparent 28%, rgba(165, 243, 252, .26) 46%, rgba(196, 181, 253, .30) 54%, rgba(249, 168, 212, .22) 62%, transparent 78%);
  background-size: 220% 220%, 220% 220%, 320% 100%;
  animation: auroraDrift 20s ease-in-out infinite alternate;
  will-change: background-position;
}
@keyframes auroraDrift {
  0%   { background-position: 0% 0%, 100% 0%, 0% 0%; }
  50%  { background-position: 90% 60%, 10% 30%, 50% 0%; }
  100% { background-position: 10% 30%, 90% 70%, 100% 0%; }
}
#aurora-bg .mover {
  position: absolute;
  inset: 0;
  will-change: transform;
}
#aurora-bg .orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform, filter;
}
#aurora-bg .orb::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 26%, rgba(255, 255, 255, .80), transparent 52%);
}
#aurora-bg .orb-1 {
  width: 62vw; height: 62vw; left: -28vw; top: -16vw;
  background: radial-gradient(circle at 34% 32%, rgba(236, 72, 153, .70), rgba(139, 92, 246, .36) 55%, transparent 74%);
  filter: blur(40px);
  animation: orbFlow1 25s linear infinite;
}
#aurora-bg .orb-2 {
  width: 50vw; height: 50vw; right: -26vw; top: 4vh;
  background: radial-gradient(circle at 40% 40%, rgba(56, 189, 248, .70), rgba(99, 102, 241, .34) 55%, transparent 74%);
  filter: blur(44px);
  animation: orbFlow2 28s linear infinite;
}
#aurora-bg .orb-3 {
  width: 44vw; height: 44vw; left: -18vw; bottom: -14vw;
  background: radial-gradient(circle at 42% 38%, rgba(251, 191, 36, .55), rgba(244, 114, 182, .32) 55%, transparent 74%);
  filter: blur(38px);
  animation: orbFlow3 27s linear infinite;
}
#aurora-bg .orb-4 {
  width: 36vw; height: 36vw; right: -14vw; bottom: -8vw;
  background: radial-gradient(circle at 38% 42%, rgba(52, 211, 153, .58), rgba(34, 211, 238, .32) 55%, transparent 74%);
  filter: blur(36px);
  animation: orbFlow4 26s linear infinite;
}
#aurora-bg .orb-5 {
  width: 28vw; height: 28vw; left: 22vw; top: -12vw;
  background: radial-gradient(circle at 40% 40%, rgba(192, 132, 252, .70), rgba(236, 72, 153, .34) 55%, transparent 72%);
  filter: blur(34px);
  animation: orbFlow5 23s linear infinite;
}
#aurora-bg .orb-6 {
  width: 20vw; height: 20vw; right: 12vw; top: 36vh;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .64), rgba(147, 197, 253, .36) 55%, transparent 72%);
  filter: blur(32px);
  animation: orbFlow6 30s linear infinite;
}
@keyframes orbFlow1 {
  0%   { transform: translate(-8vw, 0) scale(1); filter: blur(40px) hue-rotate(0deg); }
  50%  { transform: translate(78vw, 9vh) scale(1.16); filter: blur(40px) hue-rotate(30deg); }
  100% { transform: translate(-8vw, 0) scale(1); filter: blur(40px) hue-rotate(0deg); }
}
@keyframes orbFlow2 {
  0%   { transform: translate(10vw, 0) scale(1); filter: blur(44px) hue-rotate(0deg); }
  50%  { transform: translate(-70vw, -8vh) scale(1.14); filter: blur(44px) hue-rotate(-28deg); }
  100% { transform: translate(10vw, 0) scale(1); filter: blur(44px) hue-rotate(0deg); }
}
@keyframes orbFlow3 {
  0%   { transform: translate(0, 6vh) scale(1); filter: blur(38px) hue-rotate(0deg); }
  50%  { transform: translate(64vw, -10vh) scale(1.12); filter: blur(38px) hue-rotate(24deg); }
  100% { transform: translate(0, 6vh) scale(1); filter: blur(38px) hue-rotate(0deg); }
}
@keyframes orbFlow4 {
  0%   { transform: translate(0, -4vh) scale(1); filter: blur(36px) hue-rotate(0deg); }
  50%  { transform: translate(-58vw, 10vh) scale(1.10); filter: blur(36px) hue-rotate(-22deg); }
  100% { transform: translate(0, -4vh) scale(1); filter: blur(36px) hue-rotate(0deg); }
}
@keyframes orbFlow5 {
  0%   { transform: translate(-4vw, 0) scale(1); filter: blur(34px) hue-rotate(0deg); }
  50%  { transform: translate(44vw, 12vh) scale(1.18); filter: blur(34px) hue-rotate(34deg); }
  100% { transform: translate(-4vw, 0) scale(1); filter: blur(34px) hue-rotate(0deg); }
}
@keyframes orbFlow6 {
  0%   { transform: translate(0, 0) scale(1); filter: blur(32px) hue-rotate(0deg); }
  50%  { transform: translate(-36vw, -9vh) scale(1.10); filter: blur(32px) hue-rotate(-18deg); }
  100% { transform: translate(0, 0) scale(1); filter: blur(32px) hue-rotate(0deg); }
}

p {
  line-height: 1.9em;
  font-weight: 400;
  font-size: 16px;
  white-space: normal;
  word-break: break-all;
  color: #393E46;
}
a {
  text-decoration: none
}
a:link, a:visited {
  opacity: 1;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  color: var(--text-mid);
}
a:active, a:hover {
  color: var(--link-blue)
}
.main-post, .main-single {
  width: 100%;
  margin: 0 auto;
  margin-top: 110px;
}
.content, .single-content {
  height: auto;
  margin: 0 auto;
  max-width: 1330px;
  width: 96%;
}
a.logo-text {
  font-size: 25px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-weight: 700;
  letter-spacing: .5px;
  background: linear-gradient(92deg, var(--c-brand-deep) 0%, #c44de6 25%, var(--c-brand-2-light) 50%, var(--c-warm) 72%, var(--c-cyan-2) 88%, var(--c-brand-deep) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 4px 14px rgba(160, 90, 240, .35));
  animation: logoFlow 8s linear infinite;
}
@keyframes logoFlow {
  from { background-position: 0% center; }
  to   { background-position: -220% center; }
}
a.logo-text:hover {
  opacity: 1;
}
a.logo-text img {
  max-height: 50px;
}
.header {
  width: 96%;
  max-width: 1330px;
  position: fixed;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .46) 100%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 26px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    inset 0 -12px 24px -20px rgba(255, 255, 255, .6),
    0 18px 48px -16px rgba(120, 90, 220, .38);
  z-index: 99;
  -moz-transition: top .3s;
  -o-transition: top .3s;
  -webkit-transition: top .3s;
  transition: top .3s;
}
.header.slideUp {
  top: -90px;
}
#percentageCounter {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  z-index: 2;
  background: linear-gradient(90deg, var(--c-cyan-2), var(--c-brand-deep) 45%, var(--c-brand-2-light) 80%, var(--c-warm));
  box-shadow: 0 0 12px rgba(160, 90, 240, .7);
}
.page-top {
  max-width: 1330px;
  width: 96%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.page-top .menu {
  list-style: none;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0
}
.page-top .menu li {
  position: relative;
  float: left;
  display: block;
  padding: 10px 0 10px 40px;
  font-size: 16px;
}
.page-top .menu li a {
  position: relative;
  color: var(--text-mid);
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  padding: 1.2rem 0;
  font-weight: 500;
}
.page-top .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .5rem;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(92deg, var(--c-brand), var(--c-brand-2-light));
  box-shadow: 0 2px 10px rgba(200, 90, 230, .5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.page-top .menu li a:hover::after, .page-top .menu li a.selected::after {
  transform: scaleX(1);
}
.page-top .menu li .sub-nav li {
  padding: 0;
  float: none;
}
.page-top .menu .sub-nav li a {
  color: var(--text-deep);
  font-size: .875rem;
  padding: .5rem 1rem .5rem 1.5rem;
  position: relative;
  display: block;
}
.page-top .menu li.on > .sub-nav {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.page-top .menu .sub-nav {
  position: absolute;
  min-width: 200px;
  background: linear-gradient(165deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .52) 100%);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255, 255, 255, .40);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .8),
    0 24px 55px -14px rgba(45, 30, 130, .5);
  top: 100%;
  left: .5rem;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  clip: rect(1px, 1px, 1px, 1px);
  padding: .5rem 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.page-top .menu a:hover, .page-top .menu a.selected {
  opacity: 1;
  background: var(--grad-brand-full);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-top .menu .sub-nav li a:hover:after,.page-top .menu .sub-nav li a.selected::after {
  display:none
}
.page-top .menu .sub-nav li a:hover {
  opacity: 1;
}
.page-top .menu li em[class*="dot"] {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 2px;
  width: 16px;
}
.page-top .menu li em[class*="dot"] .gbllicon-arrow-down {
  font-size: 16px;
  width: 16px;
  display: block;
  color: var(--text-acc);
}
.page-top .menu li .gbllicon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.page-top .menu li:hover .gbllicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header_search {
  position: relative;
}
.header_search button {
  border-radius:100px;
  padding:0;
  width:42px;
  height:42px;
  background: var(--grad-brand-2);
  border: 0;
  color: #fff;
  transition: .5s
}
.header_search button i {
  font-size: 20px;
}
#search-form {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  width: 340px;
  max-height: 0;
  padding: 0 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .62) 100%);
  -webkit-backdrop-filter: blur(26px) saturate(190%);
  backdrop-filter: blur(26px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 45px -15px rgba(120, 90, 220, .4);
  opacity: 0;
  -webkit-transition: max-height .45s ease, padding .45s ease, opacity .3s ease;
  transition: max-height .45s ease, padding .45s ease, opacity .3s ease;
  z-index: 100;
}
#search-form.open {
  max-height: 78px;
  padding: 8px;
  opacity: 1;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px
}
#search-form input[type=search] {
  width: 100%;
  padding: 0 74px 0 18px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  color: var(--text-mid);
  margin: 0;
  outline: none;
}
#search-form input[type=submit] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 64px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: var(--grad-brand-2);
  border: none;
  border-radius: 14px;
  box-shadow: 0 6px 18px -6px rgba(170, 80, 230, .6);
  cursor: pointer
}
.box-middle {
  float: left;
  width: 100%;
}
.post-list, .post-page {
  margin-left: 280px;
  margin-right: 280px;
}
.post {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-card);
  margin: 0 20px 20px 20px;
  padding: 22px 22px 6px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  transition: transform .38s cubic-bezier(.2, .7, .2, 1), box-shadow .38s ease, border-color .38s ease;
}
.post:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, .55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .8),
    0 28px 66px -20px rgba(90, 55, 210, .55);
}
.post::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -85%;
  width: 45%;
  height: 140%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-18deg);
  transition: left .65s ease;
  pointer-events: none;
}
.post:hover::after {
  left: 135%;
}


.place {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-card);
  margin: 0 20px 20px 20px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius-lg);
  line-height: 48px;
  font-size: 0.8rem;
  color: var(--text-faint);
}
.place a {
  color: var(--text-faint);
}
.place a:hover {
  color: var(--c-deep-violet);
}
.post .post-title strong {
  color: var(--c-brand-2-deep);
  -webkit-text-fill-color: var(--c-brand-2-deep);
  background: none;
}
.post .post-title h2 {
  text-transform: none;
  letter-spacing: .5px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--text-strong);
  background: var(--grad-text-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.post-list .post-content p {
  margin: 20px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}
.post .post-title {
  margin-bottom: 15px;
}
.post .post-title a {
  text-decoration: none;
  letter-spacing: 1px;
  color: var(--text-mid);
  font-weight: 400;
  -webkit-text-fill-color: transparent;
}
.post .post-title a:hover {
  background: linear-gradient(92deg, var(--c-cyan-2) 0%, var(--c-brand-deep) 55%, var(--c-brand-2-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post .post-img {
  width: 33.328%;
  float: left;
  display: inline;
  margin: 0 1rem 0 0;
  border-radius: 14px;
  box-shadow: 0 12px 30px -12px rgba(90, 60, 200, .55);
  overflow: hidden;
}
.post .post-img a, .post .post-img-three li a {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.post .post-img a img, .post .post-img-three li a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 14px;
  transition: transform .6s ease;
}
.post:hover .post-img a img {
  transform: scale(1.06);
}
.post .post-img-three .imgrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.post .post-img-three li {
  list-style-type: none;
  float: left;
  min-height: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.328%;
  position: relative;
}
.post .post-footer {
  background: transparent;
  font-size: 12px;
  line-height: 25px;
  clear: both;
  position: relative;
  display: block;
  padding: 10px 0 5px 0;
  border-radius: 0 0 22px 22px;
}
.post .post-footer .meta {
  max-width: 100%;
  height: 25px;
  color: #9ca0ad
}
.post .post-footer .meta .info-left {
  float: left;
  font-size: 12px
}
.post .post-footer .meta .info-left .date {
  margin-right: 10px
}
.post .post-footer .meta .info-right {
  float: right;
  font-size: 12px
}
.post .post-footer .meta .info-right .author img {
  width: 22px;
  height: auto;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .85);
  box-shadow: 0 0 0 2px rgba(139, 107, 255, .45);
}
.post .post-footer .meta a {
  text-decoration: none;
  color: #6f6aa0;
}
.post .post-footer .meta a:hover {
  opacity: .8
}
.post .post-footer .meta i {
  margin-right: 6px;
  color: var(--icon-violet);
}
.single-share {
  margin-top: 20px;
  position: relative;
  height: 60px
}
.donate_icon {
  float: right;
  vertical-align: sub;
  position: relative;
  text-align: center;
  bottom: 1px;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35));
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, .55);
  color: #ff1e1e !important;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px -6px rgba(60, 45, 160, .4);
}
.donate_icon:hover {
  color: #fff !important;
  background: linear-gradient(92deg, #fb7185, #e11d48);
}
.donate_hide_box, .sidebar-left-about-wechat {
  display: none;
  z-index: 9991;
  background: rgba(140, 110, 240, .22);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  backdrop-filter: blur(8px) saturate(140%);
  opacity: 1;
  -moz-opacity: .5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}
.donate_box, .sidebar-left-wechat {
  display: none;
  position: fixed;
  bottom: 40%;
  left: 50%;
  padding: 30px 50px;
  padding-bottom: 50px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transform: translateX(-50%);
  text-align: center;
  z-index: 9999;
}
.donate_box h4, .sidebar-left-wechat h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-acc)
}
.donate_box .donate_close img, .sidebar-left-wechat .sidebar-left-close img {
  width: 32px !important;
  height: 32px !important;
  font-size: .85em;
  overflow: hidden;
  vertical-align: middle
}
.donate_box .donate_close, .sidebar-left-wechat .sidebar-left-close {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 44;
  cursor: pointer;
  transform: translateY(150%);
  text-align: center
}
.doimg img {
  width: 120px;
  margin: 0 40px
}
.sidebar-left-wechat-img {
  width: 200px
}
.doimg, .sidebar-left-wechat-img {
  position: relative;
  display: inline-block
}
.wedo:after {
  font-family: icomoon;
  content: "\ea73";
  color: #28ae61
}
.alido:after {
  font-family: icomoon;
  content: "\e905";
  color: #108ee9
}
.alido:after, .wedo:after {
  position: relative;
  text-align: center;
  display: block;
  font-size: 25px;
  margin-top: 10px
}
.posts-navigation {
  overflow: hidden;
  margin: 0 20px 20px 20px;
  position: relative;
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-card);
  border-radius: 22px
}
.posts-navigation__prev {
  float: left;
  width: 50%
}
.posts-navigation__next, .posts-navigation__prev {
  position: relative
}
.post--overlay {
  position: relative;
  overflow: hidden;
  height: 100px;
  border-radius: 0;
  transition: .5s
}
.post--overlay:hover {
  opacity: .8
}
.post--overlay-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
.post--overlay .background-img {
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: all 444ms ease-in-out;
  -moz-transition: all 444ms ease-in-out;
  transition: all 444ms ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px
}
.background-img:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s cubic-bezier(.4, .01, .165, .99)
}
.posts-navigation .post--overlay .background-img:before {
  background: linear-gradient(180deg, rgba(20, 15, 60, .25), rgba(20, 15, 60, .65));
  opacity: .55;
}
.posts-navigation .post--overlay .post__text {
  min-height: 70px
}
.post--overlay-bottom .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding-top: 40px
}
.post--overlay .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 14.28571rem
}
.inverse-text {
  position: relative;
  color: #fff
}
.posts-navigation .post--overlay .post__text-wrap {
  padding-bottom: 15px
}
.post--overlay-floorfade .post__text-wrap {
  position: relative;
  width: 100%
}
.post--overlay-floorfade .post__text-wrap:before {
  content: '';
  position: absolute;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0
}
.post__text-inner {
  position: relative;
  padding: 20px
}
.inverse-text .post__title {
  color: #fff
}
.posts-navigation .nav-next {
  text-align: right
}
.post__title.typescale-1 {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.post__title:last-child {
  margin-bottom: 0
}
.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.posts-navigation__next {
  float: right;
  width: 50%
}
.posts-navigation__prev span {
  float: left
}
.posts-navigation__next span {
  float: right
}
.posts-navigation__prev i {
  margin-right: .4em
}
.posts-navigation__next i {
  margin-left: .4em
}
.post-pagination {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center
}
.post-pagination__item {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  margin: 0 0 10px 5px;
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  color: var(--text-mid);
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease;
}
.post-pagination__item:active, .post-pagination__item:focus, .post-pagination__item:hover {
  background: var(--grad-brand) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(170, 80, 230, .6) !important;
}
@media (min-width:768px) {
  .post-pagination__item {
    font-size: 14px
  }
}
.post-pagination__item-current {
  background: var(--grad-brand);
  color: #fff !important;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0 10px 24px -8px rgba(170, 80, 230, .6);
}
.post-pagination__item-current:active, .post-pagination__item-current:focus, .post-pagination__item-current:hover {
  background: var(--grad-brand);
  box-shadow: 0 10px 24px -8px rgba(170, 80, 230, .6);
  color: #fff
}
.post-pagination__item > i {
  font-size: 12px
}
.post-like {
  height: 60px
}
.post-like .dotGood {
  float: left;
  position: relative;
  bottom: 1px;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35));
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fca104 !important;
  padding: 0 15px;
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1rem !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px -6px rgba(60, 45, 160, .4);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.post-like .dotGood:hover {
  color: #fff !important;
  background: linear-gradient(92deg, var(--c-warm), #fb7185);
}
.post-like .dotGood span {
  font-size: 1rem !important;
  font-weight: 400
}
.post-share {
  float: right
}
.post-share a {
  float: left;
  position: relative;
  bottom: 1px;
  font-size: 1rem !important;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .35));
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, .55);
  color: #252c41 !important;
  margin-left: 10px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px -6px rgba(60, 45, 160, .4);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.post-share a:hover {
  color: #fff !important;
  background: var(--grad-brand);
}
.share-icons {
  display: none;
  position: absolute;
  right: 0;
  padding: 8px;
  margin-right: 50px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .75),
    0 12px 30px -12px rgba(70, 45, 180, .45);
  z-index: 10
}
.share-icons:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 25%;
  border-top: solid 8px transparent;
  border-left: solid 8px rgba(255, 255, 255, .85);
  border-bottom: solid 8px transparent;
  z-index: 1
}
.share-icons:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 20%;
  border-top: solid 10px transparent;
  border-left: solid 10px #efefef;
  border-bottom: solid 10px transparent
}
.share-icons span {
  padding: 9px 8px;
  cursor: pointer
}
.share-icons i {
  padding: 10px;
  border-radius: 50%;
  font-size: 15px
}
.share-icons .share-wechat {
  color: #1aad19
}
.share-icons .share-sina-weibo {
  color: #ff6363
}
.share-icons .share-qq {
  color: var(--brand-qq)
}
#wechat-qrcode {
  position: absolute;
  top: -165px;
  left: -45px;
  width: 150px;
  height: 150px;
  padding: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .6));
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 14px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 999;
  display: none;
}
#wechat-qrcode.active {
  display: block;
}
.to-top {
  text-align: center;
  line-height: 44px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .45));
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, .55);
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 4px;
  color: var(--text-dark);
  position: relative;
  border-radius: 50% !important;
  box-shadow: 0 10px 26px -8px rgba(60, 40, 170, .5);
  z-index: 999;
  display: none;
  transition: all .35s ease;
}
.to-top.active {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 30px;
  display: block;
}
.to-top em {
  position: absolute;
  white-space: nowrap;
  top: 3px;
  margin-right:5px;
  background: var(--grad-brand);
  color: #fff;
  height: 36px;
  display: block;
  padding: 0 10px 0 10px;
  line-height: 36px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal
}
.to-top:hover {
  background: linear-gradient(135deg, var(--c-brand-deep), var(--c-brand-2-deep));
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -8px rgba(180, 80, 240, .6);
}
.to-top i {
  font-size: 15px;
  color: inherit;
}
.to-top:hover em {
  right: 100%;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out .5s;
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1)
}
.post-page {
  box-shadow: none;
}
.tags {
  padding: 20px 0;
}
.tags a {
  background: linear-gradient(145deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .45));
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0 10px 0 0;
  color: var(--text-acc);
  transition: all .3s ease;
}
.tags a:hover {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 8px 20px -6px rgba(170, 80, 230, .6);
}
.post-single {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-card);
  margin: 0 20px 20px 20px;
  color: #3d3860;
  padding: 1.4rem 1.6rem 6px;
  border-radius: var(--radius-lg);
}
.post-single .post-title {
  font-size: 21px;
  color: #444;
  padding-top: 1px;
  text-transform: uppercase
}
.post-single .post-title h1 {
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem 0;
  font-size: 1.17em;
  color: var(--text-strong);
  background: var(--grad-text-main);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
  letter-spacing: .5px;
}
.post-single .post-info {
  font-size: 12px;
  border-bottom: 1px solid rgba(130, 115, 210, .2);
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.post-single .post-info .single-meta {
  max-width: 100%;
  color: var(--text-faint-2)
}
.post-single .post-info .single-meta a {
  text-decoration: none;
  color: var(--text-faint-2);
}
.post-single .post-info .single-meta a:hover {
  opacity: .8
}
.post-single .post-info .single-meta i {
  margin-right: 6px;
  color: var(--icon-violet);
}
.post-single .post-info .date {
  margin-right: 10px
}
/* 正文排版 */
.post-single .post-content {
  color: #3d3860;
  font-size: 15.5px;
  line-height: 1.95;
}
.post-single .post-content a {
  color: var(--c-deep-violet);
  border-bottom: 1px solid rgba(124, 58, 237, .35);
  transition: color .3s ease, border-color .3s ease;
}
.post-single .post-content a:hover {
  color: var(--c-brand-2-deep);
  border-color: rgba(224, 68, 168, .5);
}
.post-single .post-content h2,
.post-single .post-content h3,
.post-single .post-content h4 {
  background: linear-gradient(92deg, var(--text-strong) 0%, var(--c-deep-violet) 55%, var(--c-deep-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--text-strong);
  margin: 1.6em 0 .8em;
}
.post-single .post-content blockquote {
  position: relative;
  margin: 1.4em 0;
  padding: .9em 1.2em .9em 1.4em;
  background: linear-gradient(145deg, rgba(139, 107, 255, .12), rgba(255, 255, 255, .35));
  border: 1px solid rgba(139, 107, 255, .25);
  border-left: 4px solid var(--icon-violet);
  border-radius: 0 14px 14px 0;
  color: var(--text-body);
}
.post-single .post-content img {
  border-radius: 14px;
  box-shadow: 0 14px 36px -14px rgba(60, 40, 170, .45);
}
.post-single .post-content pre {
  background: rgba(30, 25, 70, .92);
  color: #d7d9ff;
  border: 1px solid rgba(139, 107, 255, .25);
  border-radius: 14px;
  padding: 1em 1.2em;
  overflow: auto;
  box-shadow: 0 14px 36px -14px rgba(40, 25, 130, .6);
}
.post-single .post-content code {
  background: rgba(139, 107, 255, .12);
  color: var(--c-deep-violet);
  border-radius: 6px;
  padding: .1em .45em;
  font-family: Consolas, Menlo, 'Courier New', monospace;
  font-size: .92em;
}
.post-single .post-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}
.post-single .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px -14px rgba(60, 40, 170, .4);
}
.post-single .post-content table th {
  background: linear-gradient(92deg, rgba(124, 92, 255, .25), rgba(224, 68, 168, .22));
  color: var(--text-strong);
  font-weight: 600;
  padding: .6em .9em;
  border: 1px solid rgba(139, 107, 255, .18);
}
.post-single .post-content table td {
  padding: .55em .9em;
  border: 1px solid rgba(139, 107, 255, .14);
  color: var(--text-body);
}
.post-single .post-content hr {
  border: 0;
  height: 2px;
  margin: 2em 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--icon-violet), var(--c-brand-2-light), transparent);
}
@media screen and (max-width:1024px) {
  #sidebar-left {
    display: none
  }
  .post-list, .post, .post-page, .post-single, .posts-navigation, .comments, .place {
    margin-left: 0;
  }
}
@media screen and (max-width:960px) {
  a.logo-text img {
    max-height: 40px;
  }
  .main-post, .main-single {
    margin-top: 106px;
  }
  .con {
    display: block
  }
  .header_search button{
	  margin-right: 10px;
  }
  #sidebar-right {
    display: none
  }
  .page-top {
    width: 100%;
    padding: 0;
  }
  .post-title h2 {
    line-height: 1.6
  }
  .post .post-title h2 {
    font-size: 1.1rem
  }
  .post-single .post-title {
    font-size: 18px
  }
  .content, .single-content {
    width: 100%;
    z-index: 2;
    padding: 0 15px;
  }
  .header {
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .55) 100%);
    border-radius: var(--radius-lg);
  }
  #logo-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto
  }
  .logo-text {
    text-align: center;
    padding: 0;
    margin: 0 auto
  }

  .header_search {
    position: static;
  }
  #search-form {
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    width: auto;
    padding: 0;
    background: rgba(255, 255, 255, .92);
    border-radius: var(--radius-lg);
    transition: max-height .45s ease, opacity .45s ease, padding .45s ease, top .45s ease;
  }
  #search-form.open {
    padding: 8px 12px;
  }
  #search-form input {
    width: 100%;
    height: 52px;
  }
  #search-form input[type=submit] {
    top: 8px;
    right: 12px;
    height: 52px;
    border-radius: 14px;
  }
  #search-form input[type="search"] {
    margin: 0;
    padding: 0 76px 0 16px;
    border-radius: 14px;
  }
  .page-top .menu li {
    display: none
  }
  .post-single {
    margin-top: 30px
  }
  .post {
    padding: 16px 16px 4px;
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
    padding-right: 0;
    margin-bottom: -10px
  }
  .comment-respond textarea {
    margin-top: 25px
  }
  .donate_box {
    width: 300px;
    padding: 20px 10px
  }
  .doimg img {
    width: 120px;
    margin: 0
  }
  .share-icons {
    margin-bottom: -100px
  }
  .post-list, .post-page {
    max-width: 100%;
    width: 100%
  }
  .post, .post-single, .posts-navigation, .comments {
    margin: 0 0 20px 0
  }
  .place {
    margin-right: 0;
  }
  li.msgarticle {
    padding-left: 15px;
  }
}
@media screen and (max-width:480px) {
  #jz-dark-switch {
    width: 32px;
  }
  .post .post-title h2 {
    font-size: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .post .post-title {
    margin-bottom: 10px;
  }
  .post-list .post-content p {
    margin: 0;
    height: 46px;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.5;
  }
  .post .post-img {
    margin-right: 0.5rem;
    border-radius: 10px;
  }
  .post .post-img a img {
    border-radius: 10px;
  }
  .main-post, .main-single {
    margin-top: 98px;
  }
  .post, .post-single, .posts-navigation, .comments {
    margin: 0 0 10px 0;
  }
  .post {
    padding: 10px 10px 1px;
  }
  .post .post-footer {
    padding: 5px 0 0 0;
  }
  .content, .single-content {
    padding: 0 10px;
  }
  .place {
    padding: 0 10px;
    line-height: 40px;
  }
  .single-content .place {
    padding: 0 15px;
    line-height: 45px;
  }
  .post-single {
    padding: .9rem 1rem 0;
  }
  .post-single .post-title h1 {
    margin: 0.5rem 0 1rem 0;
  }
  .single-share {
    margin-top: 10px;
    height: 55px;
  }
  .comment-respond, .comments-title {
    padding: 15px;
  }
  .comment-list {
    padding: 0 15px;
  }
  .to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 12px;
    bottom: 24px;
  }
}