:root {
  --gutter: 24px;
  --radius: 13px;
  --color-primary: #ff4e6a;
  --color2: #ff761e;
  --color3: #ffb900;
  --color4: #33d57a;
  --color5: #00dbff;
  --color6: #1a98ff;
  --color7: #9090ff;
  --color-primary-bg: rgba(255,78,106,0.15);
  --color2-bg: rgba(255,118,30,0.15);
  --color3-bg: rgba(255,185,0,0.15);
  --color4-bg: rgba(51,213,122,0.15);
  --color5-bg: rgba(0,219,255,0.15);
  --color6-bg: rgba(26,152,255,0.15);
  --color7-bg: rgba(144,144,255,0.15);
  --color-shadow: rgba(161,177,204,0.4);
  --color-card: #fff;
  --color-text-1: #111;
  --color-text-2: #444;
  --color-text-3: #363636;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-card: #2b2b2b;
    --color-text-1: #fff;
    --color-text-2: #ccc;
  }
}
.nexmoe-archives .tagcloud {
  margin-bottom: 13px;
  font-size: 0;
}
.nexmoe-archives .categories {
  margin-bottom: 12px;
  font-size: 0;
}
.nexmoe-archives .tagcloud a {
  border-radius: 15px;
  padding: 6px 12px;
  font-size: 15px !important;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}
.nexmoe-archives .tagcloud a:before {
  content: '# ';
}
.nexmoe-archives .tagcloud a span:before {
  content: ' ';
}
.nexmoe-archives .categories a {
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 12px;
  height: 156px;
  width: calc(33.333333333% - 8px);
  position: relative;
}
.nexmoe-archives .categories a:nth-child(3n+3) {
  margin-right: 0;
}
.nexmoe-archives .categories a .bg {
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}
.nexmoe-archives .categories a:before {
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0,0,0,0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.nexmoe-archives .categories a h1 {
  margin: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nexmoe-archives .categories a {
    width: calc(50% - 6px);
  }
  .nexmoe-archives .categories a:nth-child(3n+3) {
    margin-right: 12px;
  }
  .nexmoe-archives .categories a:nth-child(2n+2) {
    margin-right: 0;
  }
}
.nexmoe-archives .categories a span {
  margin-top: 5px;
  display: block;
}
.nexmoe-archives .categories a span:after {
  content: ' Articles';
}
.nexmoe-archives article > *:first-child {
  margin-top: 0;
}
.nexmoe-archives article > *:last-child {
  margin-bottom: 0;
}
.nexmoe-archives ul {
  list-style: none;
  padding-left: 0 !important;
}
.nexmoe-archives li {
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
}
.nexmoe-archives li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 11px;
  margin-left: -25px;
  border-radius: 100%;
  border: 3px solid #fff;
  z-index: 100;
  position: relative;
}
.nexmoe-archives li::after {
  content: '';
  height: 100%;
  width: 2px;
  background: var(--color-primary-bg);
  position: absolute;
  left: 6px;
  top: 20px;
}
.nexmoe-archives li:last-child:after {
  display: none;
}
.nexmoe-archives ul span {
  margin-right: 15px;
}
article {
  color: var(--color-text-2);
  font-family: microsoft yahei;
}
article p {
  line-height: 24px;
}
article code {
  background-color: rgba(27,31,35,0.05);
  border-radius: 6px;
  font-size: 85%;
  padding: 0.2em 0.4em;
  font-family: Consolas;
}
article code::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
article code::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #888;
}
.highlight {
  padding: 12px 14px;
  background: #282c34;
  color: #abb2bf;
  margin: 25px 0;
  border-radius: var(--radius);
  overflow: auto;
  line-height: 1.2;
}
.highlight .gutter {
  padding-right: 1em;
  text-align: right;
}
.highlight .gutter pre {
  font-family: sans-serif !important;
}
article pre {
  margin: 0;
}
article pre code {
  font-size: 100%;
  padding: 0 !important;
}
article pre code:after {
  color: #5c6370;
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0;
  text-align: left;
  clip: rect(-100px 2em 9999px 0);
  clip: rect(-100px 5ch 9999px 0);
  overflow: hidden;
  padding: 1px 0;
  padding-left: 12px;
  background: #282c34;
}
article a {
  -webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
  color: var(--color-primary);
  text-decoration: none;
  word-wrap: break-word;
}
article a:hover,
article a:focus {
  color: var(--color-primary);
}
article a:hover {
  text-decoration: underline;
}
article p {
  margin: 24px 0;
  position: relative;
}
article p:after {
  content: '';
  clear: both;
  display: block;
}
article del {
  color: #999;
  font-size: 0.9em;
}
article > table.nexmoe-album {
  margin: -5px;
  max-width: calc(100% + 10px);
}
article > table.nexmoe-album + .nexmoe-album {
  margin-top: 5px;
}
article > table.nexmoe-album,
article > table.nexmoe-album thead,
article > table.nexmoe-album th,
article > table.nexmoe-album td {
  border: none;
  box-shadow: none;
}
article > table.nexmoe-album * {
  background-color: transparent !important;
}
article > table.nexmoe-album th,
article > table.nexmoe-album td {
  padding: 5px;
  height: 300px;
}
article > table.nexmoe-album th a:after,
article > table.nexmoe-album td a:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  article > table.nexmoe-album th,
  article > table.nexmoe-album td {
    height: 100px;
  }
}
article > table.nexmoe-album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.justified-gallery {
  margin: -10px;
  width: calc(100% + 20px);
}
.jg-entry {
  border-radius: 10px;
  overflow: hidden;
}
article img {
  display: block;
  border-radius: var(--radius);
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: var(--color-text-1);
  margin: 24px 0;
}
article h4,
article h5,
article h6 {
  position: relative;
}
article h4:before,
article h5:before,
article h6:before {
  display: inline-block;
  width: 1em;
  content: '#';
  color: var(--color-primary);
}
article h1 {
  font-size: 2.5em;
}
article h2 {
  font-size: 1.7em;
  position: relative;
  padding-bottom: 10px;
}
article h2:before {
  content: '';
  width: 100%;
  padding: 0px 24px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: -1px;
  left: -24px;
  box-sizing: unset;
}
article h2:after {
  transition: all 0.35s ease-out;
  content: '';
  position: absolute;
  background: var(--color-primary);
  width: 1em;
  height: 5px;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
}
article h2:hover:after {
  width: 2em;
}
article h3 {
  font-size: 1.3em;
}
article h4 {
  font-size: 1.15em;
}
article h5 {
  font-size: 1em;
}
article h6 {
  font-size: 0.9em;
}
article blockquote {
  color: #666;
  margin: 24px 0;
  padding: 0.1em 2.2em;
  background-color: #f8f8f8;
  line-height: 28px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  font-family: sf pro sc, sf pro display, sf pro icons, aos icons, pingfang sc, helvetica neue, helvetica, arial, sans-serif;
}
article blockquote:before {
  content: '\201C';
  top: 15px;
  left: 10px;
  position: absolute;
  color: #888;
  font-size: 3em;
}
article blockquote:after {
  content: '\201D';
  bottom: -8px;
  right: 10px;
  position: absolute;
  color: #888;
  font-size: 3em;
}
article hr {
  display: block;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 24px 0;
  padding: 0;
}
article sub,
article sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
article sup {
  top: -0.5em;
}
article sub {
  bottom: -0.25em;
}
article ul {
  padding: 0 0 0 2em;
  margin-top: 0;
}
article ul .mdui-checkbox {
  padding-left: 22px;
  height: 18px;
}
article ul .mdui-checkbox-icon {
  top: 4px;
}
article ol {
  padding: 0 0 0 2.5em;
  margin-top: 0;
}
article ol {
  list-style-type: none;
  counter-reset: item;
}
article ol > li {
  position: relative;
  padding: 0.4rem 0;
  line-height: 24px;
}
article ol > li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 0.4rem;
  left: -2.5em;
  height: 1.6rem;
  width: 1.6rem;
  text-align: center;
  border-radius: 8px;
  line-height: 1.6rem;
  background-color: var(--color-primary-bg);
  color: var(--color-primary);
}
article li {
  line-height: 2rem;
}
article li p {
  margin: 0 !important;
}
article dd {
  margin: 0 0 0 2em;
}
article > table {
  color: #5b6064;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
  margin: 25px auto;
  background: transparent;
  display: block;
}
article > table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
article > table::-webkit-scrollbar-thumb {
  background-color: #888;
}
article > table thead {
  border-bottom: 1px solid #eee;
  background-color: #f8f8f8;
}
article > table thead tr {
  background-color: #f8f8f8;
}
article > table th {
  border: 1px solid #eee;
  padding: 13px 26px;
  font-weight: 400;
}
article > table td {
  border: 1px solid #eee;
  padding: 13px 26px;
}
article > table tr {
  background-color: #fff;
}
article > table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
article img,
article canvas,
article video,
article svg,
article select,
article textarea {
  width: auto;
  max-width: 100%;
}
article iframe {
  width: 100%;
  aspect-ratio: 1.29/1;
}
details ul {
  padding-left: 1.7em;
}
summary {
  cursor: pointer;
}
summary i {
  margin-right: 0.3em;
  width: 24px;
}
summary .remove {
  display: none;
}
details[open] > summary .add {
  display: none;
}
details[open] > summary .remove {
  display: inline-block;
}
article ul {
  list-style: none;
  padding-left: 0 !important;
}
article ul li {
  position: relative;
  padding: 8px 0;
  padding-left: 25px;
  line-height: 1rem;
}
article ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 11px;
  margin-left: -25px;
  border-radius: 100%;
  border: 3px solid #fff;
  z-index: 100;
  position: relative;
}
article ul li::after {
  content: '';
  height: 100%;
  width: 2px;
  background: var(--color-primary-bg);
  position: absolute;
  left: 6px;
  top: 20px;
}
article ul li:last-child:after {
  display: none;
}
article ul span {
  margin-right: 15px;
}
article .mdui-btn {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 10px;
}
article .mdui-btn:focus,
article .mdui-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}
font.douyin {
  text-shadow: -2px 0 rgba(0,255,255,0.5), 2px 0 rgba(255,0,0,0.5);
  animation: shake-it 0.5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.aplayer {
  -webkit-box-shadow: 0 0 0 1px #eee !important;
  box-shadow: 0 0 0 1px #eee !important;
  border-radius: 10px !important;
  margin: 24px 0 !important;
  height: 90px;
}
.aplayer .aplayer-info {
  padding: 9px 7px 0 10px !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin-left: 1px !important;
  padding-right: 3px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 6px !important;
  border-radius: 10px !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  height: 12px !important;
  width: 12px !important;
  right: 3px !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.18) !important;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.18) !important;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
  border-radius: 10px;
  width: 6px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  right: 10.5px;
}
.aplayer .aplayer-list ol li {
  border-top: none !important;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
  background: #f8f8f8 !important;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  background-color: transparent;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  padding: 10px;
  transition: all 0.35s ease-out !important;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  opacity: 0.99;
}
.justified-gallery > a > .jg-caption:after,
.justified-gallery > div > .jg-caption:after,
.justified-gallery > figure > .jg-caption:after {
  background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#nexmoe-background .nexmoe-bg {
  opacity: 0.2;
  background-size: cover;
  filter: blur(30px);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#nexmoe-background .mdui-appbar {
  padding: 10px;
  display: none;
}
#nexmoe-background .mdui-appbar img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #nexmoe-background .mdui-appbar {
    display: block !important;
  }
}
article figure.highlight {
  position: relative;
}
article figure.highlight > .codeblock-copy-wrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 12px;
  top: 12px;
  border-radius: 4px;
  z-index: 10;
  background-color: #1e1e20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s;
}
article figure.highlight > .codeblock-copy-wrapper-copied {
  opacity: 1;
  border-radius: 0 4px 4px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E");
}
article figure.highlight > .codeblock-copy-wrapper-copied::before {
  position: relative;
  left: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  width: 64px;
  height: 30px;
  padding-right: -15px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(235,235,245,0.6);
  background-color: #1e1e20;
  white-space: nowrap;
  content: 'Copied';
}
article figure.highlight:hover > .codeblock-copy-wrapper {
  opacity: 1;
}
.nexmoe-page-nav > * {
  margin-right: 8px;
  float: left;
  color: #999;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f5f6f5;
}
.nexmoe-page-nav {
  list-style: none;
  color: #ddd;
  text-align: center;
  margin-top: 48px;
  display: flex;
}
.nexmoe-page-nav .prev {
  margin-left: 8px;
}
.nexmoe-page-nav .current {
  color: #fff;
  background: var(--color-primary);
  opacity: 0.9;
  box-shadow: 0 2px 12px var(--color-primary);
}
article.nexmoe-py > *:first-child {
  margin-top: 0 !important;
}
article.nexmoe-py ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
}
article.nexmoe-py ul li {
  transition: all 0.03s;
  width: calc(14.285714285714286% - 10px);
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #eee;
  font-size: 0;
  overflow: hidden;
  padding: 0 !important;
}
article.nexmoe-py ul li:before,
article.nexmoe-py ul li:after {
  display: none;
}
article.nexmoe-py ul li > a {
  padding-top: 100%;
  display: block;
  position: relative;
}
article.nexmoe-py ul li > a:before {
  background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background-size: cover;
  content: '';
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
article.nexmoe-py ul li > a::after {
  font-size: 13px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  content: attr(title);
  display: block;
  width: 100%;
  border: none;
  padding: 8px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
article.nexmoe-py ul li img {
  width: 100%;
  border-radius: 0;
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  article.nexmoe-py ul li {
    width: calc(33.3333333333% - 10px);
  }
}
#nexmoe-search-space {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  font-size: 1rem;
  background: rgba(10,10,10,0.86);
  position: fixed;
  align-items: center;
  flex-direction: column;
  line-height: 1.25em;
  display: none;
}
#nexmoe-search-space .search-container {
  width: 540px;
  overflow: auto;
  z-index: 6001;
  top: 100px;
  bottom: 100px;
  flex-direction: column;
  position: fixed;
  display: flex;
}
#nexmoe-search-space .search-container .search-header {
  display: flex;
  flex-direction: row;
  line-height: 1.5em;
  font-weight: normal;
  border-radius: 13px;
  background-color: #fff;
  min-height: 3rem;
}
#nexmoe-search-space .search-container .search-header .search-input-container {
  width: 90%;
  height: 100%;
  padding-left: 16px;
}
#nexmoe-search-space .search-container .search-header .search-input-container .search-input {
  width: 100%;
  height: 100%;
  outline-style: none;
  border: 0px;
  font-size: 20px;
  font-weight: bold;
  font-family: initial;
}
#nexmoe-search-space .search-container .search-header .search-close {
  font-family: initial;
  font-size: 1.4em;
  padding: 0.6em 0.75em;
}
#nexmoe-search-space .search-container .search-body .search-result {
  background-color: #fff;
  border-radius: 13px;
}
#nexmoe-search-space .search-container .search-body .search-result a {
  color: #b5b5b5;
  font-family: initial;
}
#nexmoe-search-space .search-container .search-body .search-result a h3 {
  color: #000;
  padding: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
#nexmoe-search-space .search-container .search-body .search-result a .content {
  padding-left: 17px;
  bottom: 10px;
  margin-top: 10px;
  word-wrap: break-word;
}
#nexmoe-search-space .search-container .search-body .search-result a .keyword {
  color: var(--color-primary);
}
@media screen and (max-width: 1023px) {
  .search-container {
    align-items: center;
  }
  .search-container .search-header,
  .search-container .search-body {
    width: 330px;
  }
}
.nexmoe-posts {
  position: relative;
}
.nexmoe-posts .nexmoe-post {
  width: 100%;
  margin-bottom: 40px;
}
.nexmoe-posts .nexmoe-post article p:first-child {
  margin-top: 0;
}
.nexmoe-posts .nexmoe-post article p:last-child {
  margin-bottom: 0;
}
.nexmoe-posts .nexmoe-post:last-child {
  margin-bottom: 24px;
}
.nexmoe-post .nexmoe-post-cover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 95px;
  background-color: #eee;
  padding-top: 20%;
}
.nexmoe-post .nexmoe-post-cover img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nexmoe-post .nexmoe-post-cover h1 {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-transform: none;
  margin: 0;
  padding: 24px;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.251);
}
.nexmoe-post .nexmoe-post-cover h1:after {
  background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  background-image: linear-gradient(to top, rgba(16,16,16,0.35) 25%, rgba(16,16,16,0) 100%);
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.nexmoe-post .nexmoe-post-cover.absolute h1 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.nexmoe-post .nexmoe-post-meta {
  margin: 10px 0px;
  font-size: 0;
}
.nexmoe-post .nexmoe-post-meta div {
  display: inline-block;
}
.nexmoe-post .nexmoe-post-meta a {
  border-radius: 20px;
  padding: 10px 18px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  text-decoration: none;
}
.nexmoe-post .nexmoe-post-meta a .nexmoefont {
  font-size: 14px;
}
.nexmoe-post .nexmoe-post-meta a:before {
  margin-right: 5px;
}
.nexmoe-post .nexmoe-post-meta .wechat {
  background-color: rgba(42,174,103,0.2);
  color: #2aae67;
}
.nexmoe-post .nexmoe-post-meta .zhihu {
  background-color: rgba(5,109,232,0.2);
  color: #056de8;
}
.nexmoe-post .nexmoe-post-meta .bilibili {
  background-color: rgba(251,114,153,0.2);
  color: #fb7299;
}
.nexmoe-post .nexmoe-post-meta .sspai {
  background-color: rgba(218,40,42,0.2);
  color: #da282a;
}
.nexmoe-post .nexmoe-post-copyright {
  margin: 0 -25px;
  margin-bottom: 25px;
  padding: 25px;
  color: #191919;
  background-color: #fafafa;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}
.nexmoe-post .nexmoe-post-copyright a {
  color: var(--color-primary);
}
.nexmoe-post .nexmoe-post-copyright:after {
  position: absolute;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%234a4a4a' d='M245.8 214.9l-33.2 17.3c-9.4-19.6-25.2-20-27.4-20-22.2 0-33.3 14.6-33.3 43.9 0 23.5 9.2 43.8 33.3 43.8 14.4 0 24.6-7 30.5-21.3l30.6 15.5a73.2 73.2 0 01-65.1 39c-22.6 0-74-10.3-74-77 0-58.7 43-77 72.6-77 30.8-.1 52.7 11.9 66 35.8zm143 0l-32.7 17.3c-9.5-19.8-25.7-20-27.9-20-22.1 0-33.2 14.6-33.2 43.9 0 23.5 9.2 43.8 33.2 43.8 14.5 0 24.7-7 30.5-21.3l31 15.5c-2 3.8-21.3 39-65 39-22.7 0-74-9.9-74-77 0-58.7 43-77 72.6-77C354 179 376 191 389 214.8zM247.7 8C104.7 8 0 123 0 256c0 138.4 113.6 248 247.6 248C377.5 504 496 403 496 256 496 118 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.5 85.5-203.3 203.8-203.3A201.7 201.7 0 01451.3 256c0 121.7-99.7 202.9-202.9 202.9z'/%3E%3C/svg%3E");
  content: ' ';
  height: 160px;
  width: 160px;
  right: -30px;
  top: -45px;
  opacity: 0.1;
}
.nexmoe-post-footer {
  background-color: #f5f6f5;
  padding: 24px;
  margin: -24px;
  margin-top: 0;
}
.nexmoe-widget-wrap .nexmoe-widget .hitokoto-box {
  margin: 0 auto;
  overflow: hidden;
}
.nexmoe-widget-wrap .nexmoe-widget .hitokoto-text {
  display: inline-block;
  white-space: nowrap;
  animation: 10s wordsLoop linear infinite normal;
}
@-moz-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-o-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@-o-keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes wordsLoop {
  0% {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
.nexmoe-widget-wrap {
  box-shadow: 0 0 1rem var(--color-shadow);
  background-color: var(--color-card);
  margin: 20px;
  border-radius: var(--radius);
  overflow: hidden;
  white-space: normal;
}
.nexmoe-widget-wrap .nexmoe-widget-title {
  font-size: 1em;
  font-weight: 400;
  padding: 24px 18px 12px;
  margin: 0;
  color: var(--color-primary);
}
.nexmoe-widget-wrap .nexmoe-widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nexmoe-widget-wrap .nexmoe-widget ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 12px 18px;
}
.nexmoe-widget-wrap .nexmoe-widget ul li a {
  color: #606266;
}
.nexmoe-widget-wrap .nexmoe-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 24px;
}
.nexmoe-widget-wrap .nexmoe-widget .category-list-count,
.nexmoe-widget-wrap .nexmoe-widget .archive-list-count {
  background-color: var(--color-primary-bg);
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  color: var(--color-primary);
  position: absolute;
  right: 18px;
  top: 10px;
}
.nexmoe-widget-wrap .tagcloud {
  padding: 10px;
  padding-bottom: 6px;
  padding-top: 11px;
}
.nexmoe-widget-wrap .tagcloud a {
  border-radius: var(--radius);
  padding: 5px 10px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}
.nexmoe-widget-wrap .tagcloud a:before {
  content: '# ';
}
.nexmoe-widget-wrap .nexmoe-search input {
  border: none !important;
  background-color: transparent;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}
.nexmoe-widget-wrap input::-webkit-search-decoration,
.nexmoe-widget-wrap input::-webkit-search-cancel-button {
  display: none !important;
}
.nexmoe-widget-wrap .nexmoe-social {
  padding: 12px;
  font-size: 0;
}
.nexmoe-widget-wrap .nexmoe-social a {
  width: 41px;
  height: 41px;
  line-height: 41px;
  margin: 4px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #606266;
}
.nexmoe-widget-wrap:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #nexmoe-header .nexmoe-social a {
    margin: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
body {
  background: var(--color-card);
  font-size: 17px;
}
.xiaoshu .nexmoe-container {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}
.xiaoshu #nexmoe-content {
  width: 100%;
  padding: var(--gutter);
  margin: 0;
  background: var(--color-card);
  box-shadow: 0 0 1rem var(--color-shadow);
}
.xiaoshu #nexmoe-footer {
  padding: var(--gutter);
  text-align: center;
  color: #777;
  white-space: normal;
  margin-bottom: 20px;
  font-size: 12px;
}
.xiaoshu #nexmoe-header {
  height: 4em;
  background-color: transparent;
  line-height: 4em;
  margin-bottom: 10rem;
}
.xiaoshu #nexmoe-header .nexmoe-container {
  display: flex;
  flex-direction: row;
}
.xiaoshu #nexmoe-header .logo {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
}
.xiaoshu #nexmoe-header .nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  margin-left: auto;
}
.xiaoshu #nexmoe-header .nav .nav-item {
  margin-left: 1.5em;
}
.nexmoe #nexmoe-content {
  position: relative;
}
.nexmoe #nexmoe-content .nexmoe-primary {
  box-shadow: 0 0 1rem var(--color-shadow);
  background-color: var(--color-card);
  float: left;
  width: 100%;
  padding: 24px;
  position: absolute;
  min-height: 100vh;
}
.nexmoe #nexmoe-content:after {
  clear: both;
  display: table;
  content: ' ';
}
@media screen and (max-width: 1024px) {
  .nexmoe #nexmoe-content .nexmoe-primary {
    width: 100%;
    position: relative;
    min-height: 100vh;
  }
  .nexmoe #nexmoe-content .nexmoe-secondary {
    display: none;
  }
}
.nexmoe #nexmoe-header {
  margin-left: -260px;
}
.nexmoe #nexmoe-header .mdui-drawer {
  left: unset;
  scrollbar-width: none;
}
.nexmoe #nexmoe-header .mdui-drawer::-webkit-scrollbar {
  display: none;
}
.nexmoe #nexmoe-header .nexmoe-avatar,
.nexmoe #nexmoe-header .nexmoe-avatar img {
  width: 100%;
  font-size: 0 0;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  box-shadow: inset 0 -1px 0 #333 sf;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  -moz-transition: -moz-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
}
.nexmoe #nexmoe-header .nexmoe-avatar {
  margin: 45px;
  z-index: 4;
  position: relative;
  font-size: 0;
  width: calc(100% - 90px);
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 0.3rem 2rem var(--color-shadow);
}
.nexmoe #nexmoe-header .nexmoe-avatar a {
  padding-bottom: 100%;
  display: block;
  height: 0;
}
.nexmoe #nexmoe-header .nexmoe-count {
  padding: 0 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nexmoe #nexmoe-header .nexmoe-count div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #a3a8ae;
}
.nexmoe #nexmoe-header .nexmoe-count div span {
  color: var(--color-text-2);
  display: block;
}
.nexmoe #nexmoe-header .nexmoe-list {
  padding: 8px 20px;
}
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item {
  padding: 0 36px;
  color: #9ca2a8;
  border-radius: var(--radius);
  margin-bottom: 10px;
  text-align: center;
  transition: none !important;
}
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item.true,
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item.true i {
  color: #fff;
}
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item.true {
  opacity: 0.9;
  background: var(--color-primary);
  box-shadow: 0 2px 12px var(--color-primary);
}
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item i {
  font-size: 22px;
  color: #9ca2a8;
}
.nexmoe #nexmoe-header .nexmoe-list .nexmoe-list-item .mdui-list-item-content {
  margin-left: 0px;
}
.nexmoe #nexmoe-header .nexmoe-copyright {
  padding: 0 30px;
  text-align: center;
  color: #777;
  white-space: normal;
  margin-bottom: 20px;
  font-size: 12px;
}
.nexmoe #nexmoe-header .nexmoe-copyright a {
  color: var(--color-primary);
}
@media screen and (max-width: 1024px) {
  .nexmoe #nexmoe-header {
    margin-left: 0;
  }
  .nexmoe #nexmoe-header .mdui-drawer {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nexmoe body {
    padding-left: 0px;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close {
    display: none;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-avatar {
    padding: 16px;
    width: 80px;
    margin-left: 160px;
    margin-top: 8px;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-count {
    padding: 16px;
    width: 80px;
    margin-left: 160px;
    display: block;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-count div {
    display: block;
    margin-bottom: 10px;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-count div:last-child {
    margin-bottom: 0;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .mdui-list {
    margin-left: 160px;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-list-item {
    padding: 0 17px;
    color: #9ca2a8;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .mdui-list-item-icon~.mdui-list-item-content {
    margin-left: 32px;
  }
  .nexmoe #nexmoe-header .mdui-drawer-close .nexmoe-list {
    padding: 8px 10px;
  }
}
*,
*:after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body.mdui-drawer-body-left {
  max-width: 1100px;
  margin: auto !important;
}
.medium-zoom-overlay {
  z-index: 9999;
}
.medium-zoom-image--opened {
  z-index: 9999;
  background: rgba(31,34,36,0.925);
  box-shadow: 0 1em 3em 0.5em rgba(0,0,0,0.25);
}
.nexmoe-post-right {
  margin: 0px -24px;
  text-align: right;
  width: calc(100vw - 350px);
  max-width: calc(100% + 50px);
}
.nexmoe-valign {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 100%;
}
.nexmoe-post-right .nexmoe-fixed {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  display: inline-block;
  top: 0;
}
.nexmoe-post-right .nexmoe-tool {
  position: absolute;
  bottom: 20px;
  width: 56px;
}
.nexmoe-post-right .nexmoe-tool button {
  margin-top: 20px;
}
.nexmoe-post-right .nexmoe-tool button .icon-i-catalog {
  font-size: 22px;
}
.nexmoe-post-right .nexmoe-tool button .icon-caret-top {
  font-size: 20px;
}
.nexmoe-post-right .nexmoe-tool .backtop {
  opacity: 0;
}
.nexmoe-post-right .nexmoe-tool .mdui-fab {
  background: #fff;
  color: #444;
}
@media screen and (max-width: 1024px) {
  .nexmoe-post-right {
    margin: 24px 0px;
    text-align: left;
  }
  .nexmoe-post-right .nexmoe-fixed {
    height: auto;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .nexmoe-post-right .nexmoe-tool {
    right: 20px;
    left: auto;
  }
}
.nexmoe-toc {
  text-transform: none;
  width: 420px;
  max-width: calc(100vw - 40px);
  white-space: normal;
  text-align: left;
  box-shadow: 0 0 1rem var(--color-shadow);
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  border-radius: 16px;
  font-size: 16px;
  display: none;
}
.nexmoe-tool .catalog:hover .nexmoe-toc {
  display: block;
}
.nexmoe-toc a {
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
  display: block;
  color: rgba(0,0,0,0.6);
}
.nexmoe-toc a:hover {
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: 0 1px 10px var(--color-primary);
}
.nexmoe-toc ol {
  padding-left: 1em;
  margin: 0;
}
.nexmoe-toc li {
  margin: 0;
}
.nexmoe-toc > ol {
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 155px);
  overflow-y: scroll;
  padding: 20px;
}
.nexmoe-toc * {
  list-style: none;
}
photos img {
  width: 25%;
}
.nexmoe-rainbow a:nth-child(7n+1) {
  background-color: var(--color-primary-bg);
  color: var(--color-primary);
}
.nexmoe-rainbow a:nth-child(7n+2) {
  background-color: var(--color2-bg);
  color: var(--color2);
}
.nexmoe-rainbow a:nth-child(7n+3) {
  background-color: var(--color3-bg);
  color: var(--color3);
}
.nexmoe-rainbow a:nth-child(7n+4) {
  background-color: var(--color4-bg);
  color: var(--color4);
}
.nexmoe-rainbow a:nth-child(7n+5) {
  background-color: var(--color5-bg);
  color: var(--color5);
}
.nexmoe-rainbow a:nth-child(7n+6) {
  background-color: var(--color6-bg);
  color: var(--color6);
}
.nexmoe-rainbow a:nth-child(7n+7) {
  background-color: var(--color7-bg);
  color: var(--color7);
}
.nexmoe-rainbow-fill a:nth-child(7n+1) {
  color: #fff;
  background-color: var(--color-primary);
}
.nexmoe-rainbow-fill a:nth-child(7n+2) {
  color: #fff;
  background-color: var(--color2);
}
.nexmoe-rainbow-fill a:nth-child(7n+3) {
  color: #fff;
  background-color: var(--color3);
}
.nexmoe-rainbow-fill a:nth-child(7n+4) {
  color: #fff;
  background-color: var(--color4);
}
.nexmoe-rainbow-fill a:nth-child(7n+5) {
  color: #fff;
  background-color: var(--color5);
}
.nexmoe-rainbow-fill a:nth-child(7n+6) {
  color: #fff;
  background-color: var(--color6);
}
.nexmoe-rainbow-fill a:nth-child(7n+7) {
  color: #fff;
  background-color: var(--color7);
}
.fancybox__container {
  z-index: 9999;
}
@media (min-width: 1024px) {
  .mdui-drawer {
    width: 260px;
  }
}
.gallery-pro {
  column-gap: 12px;
  column-width: 200px;
}
.gallery-pro > * {
  margin-bottom: 12px;
}
.gallery-pro > * img {
  width: 100%;
}
@-moz-keyframes shake-it {
  0% {
    text-shadow: 0 0 rgba(0,255,255,0.5), 0 0 rgba(255,0,0,0.5);
  }
  25% {
    text-shadow: -1px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  50% {
    text-shadow: -3px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  100% {
    text-shadow: 1px 0 rgba(0,255,255,0.5), 3px 0 rgba(255,0,0,0.5);
  }
}
@-webkit-keyframes shake-it {
  0% {
    text-shadow: 0 0 rgba(0,255,255,0.5), 0 0 rgba(255,0,0,0.5);
  }
  25% {
    text-shadow: -1px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  50% {
    text-shadow: -3px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  100% {
    text-shadow: 1px 0 rgba(0,255,255,0.5), 3px 0 rgba(255,0,0,0.5);
  }
}
@-o-keyframes shake-it {
  0% {
    text-shadow: 0 0 rgba(0,255,255,0.5), 0 0 rgba(255,0,0,0.5);
  }
  25% {
    text-shadow: -1px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  50% {
    text-shadow: -3px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  100% {
    text-shadow: 1px 0 rgba(0,255,255,0.5), 3px 0 rgba(255,0,0,0.5);
  }
}
@keyframes shake-it {
  0% {
    text-shadow: 0 0 rgba(0,255,255,0.5), 0 0 rgba(255,0,0,0.5);
  }
  25% {
    text-shadow: -1px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  50% {
    text-shadow: -3px 0 rgba(0,255,255,0.5), 1px 0 rgba(255,0,0,0.5);
  }
  100% {
    text-shadow: 1px 0 rgba(0,255,255,0.5), 3px 0 rgba(255,0,0,0.5);
  }
}
