*,
*::after,
*::before {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  max-width: 1200px;
  margin: auto !important;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, Hiragino Maru Gothic Pro, "Noto", Meiryo, MS PGothic, sans-serif;
}
#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-bg {
    position: relative;
  }
  .mdui-appbar {
    display: block !important;
  }
}
#nexmoe-header {
  margin-left: -240px;
}
#nexmoe-header .mdui-drawer {
  left: unset;
  scrollbar-width: none;
}
#nexmoe-header .mdui-drawer::-webkit-scrollbar {
  display: none;
}
#nexmoe-header .nexmoe-avatar,
#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-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 rgba(161,177,204,0.6);
}
#nexmoe-header .nexmoe-avatar a {
  padding-bottom: 100%;
  display: block;
  height: 0;
}
#nexmoe-header .nexmoe-count {
  padding: 0 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nexmoe-header .nexmoe-count div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #a3a8ae;
}
#nexmoe-header .nexmoe-count div span {
  color: #363636;
  display: block;
}
#nexmoe-header .nexmoe-search input {
  border: none !important;
  background-color: transparent;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}
#nexmoe-header .nexmoe-social {
  padding: 5px;
}
#nexmoe-header .nexmoe-social a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 5px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #606266;
}
#nexmoe-header .nexmoe-list {
  padding: 8px 20px;
}
#nexmoe-header .nexmoe-list .nexmoe-list-item {
  padding: 0 36px;
  color: #9ca2a8;
  transition: all 0.35s ease-out;
  border-radius: 15px;
  margin-bottom: 10px;
  text-align: center;
}
#nexmoe-header .nexmoe-list .nexmoe-list-item.active,
#nexmoe-header .nexmoe-list .nexmoe-list-item.active i {
  color: #fff;
}
#nexmoe-header .nexmoe-list .nexmoe-list-item.active {
  opacity: 0.9;
  background: #ff4e6a;
  box-shadow: 0 2px 12px #ff4e6a;
}
#nexmoe-header .nexmoe-list .nexmoe-list-item i {
  font-size: 22px;
  color: #9ca2a8;
}
#nexmoe-header .nexmoe-list .nexmoe-list-item .mdui-list-item-content {
  margin-left: 0px;
  transition: all 0.35s ease-out;
}
#nexmoe-header .nexmoe-widget-wrap {
  box-shadow: 0 0 1rem rgba(161,177,204,0.4);
  background-color: #fff;
  margin: 20px;
  border-radius: 15px;
  overflow: hidden;
  white-space: normal;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget-title {
  font-size: 1.2em;
  font-weight: normal;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  position: relative;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget ul li a {
  padding: 14px 10px;
  display: block;
  color: #606266;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget ul li:last-child {
  border-bottom: none;
}
#nexmoe-header .nexmoe-widget-wrap .nexmoe-widget .category-list-count {
  background-color: rgba(255,78,106,0.1);
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  color: #ff4e6a;
  position: absolute;
  right: 10px;
  top: 10px;
}
#nexmoe-header .nexmoe-widget-wrap .tagcloud {
  padding: 10px;
  padding-bottom: 5px;
}
#nexmoe-header .nexmoe-widget-wrap .tagcloud a {
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}
#nexmoe-header .nexmoe-widget-wrap .tagcloud a:before {
  content: "# ";
}
#nexmoe-header .nexmoe-widget-wrap:first-child {
  margin-top: 0;
}
#nexmoe-header .nexmoe-copyright {
  padding: 0 30px;
  text-align: center;
  color: #777;
  white-space: normal;
  margin-bottom: 20px;
}
#nexmoe-header .nexmoe-copyright a {
  color: #ff4e6a;
}
@media screen and (max-width: 1024px) {
  #nexmoe-header {
    margin-left: 0;
  }
  #nexmoe-header .mdui-drawer {
    left: 0;
  }
}
#nexmoe-content {
  position: relative;
}
#nexmoe-content .nexmoe-primary {
  box-shadow: 0 0 1rem rgba(161,177,204,0.4);
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 25px;
  position: absolute;
  min-height: 100vh;
}
#nexmoe-content .nexmoe-primary .nexmoe-page-nav {
  list-style: none;
  text-align: center;
  display: inline-block;
  color: #ddd;
  background-color: #f5f6f5;
  border-radius: 15px;
  margin-top: -10px;
}
#nexmoe-content .nexmoe-primary .nexmoe-page-nav .prev {
  margin-left: 8px;
}
#nexmoe-content .nexmoe-primary .nexmoe-page-nav .page-number,
#nexmoe-content .nexmoe-primary .nexmoe-page-nav .extend {
  color: #999;
  border-radius: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  float: left;
}
#nexmoe-content .nexmoe-primary .nexmoe-page-nav .current {
  color: #fff;
  background: #ff4e6a;
  opacity: 0.9;
  box-shadow: 0 2px 12px #ff4e6a;
}
#nexmoe-content .nexmoe-posts {
  position: relative;
}
#nexmoe-content .nexmoe-posts .nexmoe-post {
  width: 100%;
  margin-bottom: 40px;
}
#nexmoe-content .nexmoe-posts .nexmoe-post article p:first-child {
  margin-top: 0;
}
#nexmoe-content .nexmoe-posts .nexmoe-post article p:last-child {
  margin-bottom: 0;
}
#nexmoe-content .nexmoe-posts .nexmoe-post-meta {
  margin: 10px 0 !important;
}
#nexmoe-content .nexmoe-posts .nexmoe-post:last-child {
  margin-bottom: 25px;
}
#nexmoe-content .nexmoe-post .nexmoe-post-cover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 95px;
  background-color: #eee;
}
#nexmoe-content .nexmoe-post .nexmoe-post-cover img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: opacity 400ms ease-out;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  border: 1px solid #eee;
}
#nexmoe-content .nexmoe-post .nexmoe-post-cover img.lazyloaded {
  opacity: 1;
}
#nexmoe-content .nexmoe-post .nexmoe-post-cover h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  padding-left: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  text-transform: none;
  z-index: 1;
  margin: 0;
  padding: 25px;
}
#nexmoe-content .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-content .nexmoe-post .nexmoe-post-meta {
  margin: 25px 0px;
  font-size: 0;
}
#nexmoe-content .nexmoe-post .nexmoe-post-meta a {
  border-radius: 20px;
  padding: 10px 18px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}
#nexmoe-content .nexmoe-post .nexmoe-post-meta a .nexmoefont {
  font-size: 14px;
}
#nexmoe-content .nexmoe-post .nexmoe-post-meta a:before,
#nexmoe-content .nexmoe-post .nexmoe-post-meta i:before {
  margin-right: 5px;
}
#nexmoe-content .nexmoe-post .nexmoe-post-copyright {
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 20px;
  color: #2a2e2e;
  background-color: #fff;
  line-height: 1.5em;
  position: relative;
}
#nexmoe-content .nexmoe-post .nexmoe-post-copyright i {
  position: absolute;
  top: -10px;
  left: 13px;
  font-size: 20px;
  background: #f8f8f8;
  color: #666;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  padding: 2px;
  height: 30px;
  width: 30px;
  border: 1px solid #eee;
}
#nexmoe-content .nexmoe-post .nexmoe-post-copyright a {
  color: #ff4e6a;
}
#nexmoe-content .nexmoe-post-footer {
  background-color: #f5f6f5;
  padding: 25px;
  margin: -25px;
  margin-top: 0;
}
#nexmoe-content::after {
  clear: both;
  display: table;
  content: ' ';
}
@media screen and (max-width: 1024px) {
  #nexmoe-content .nexmoe-primary {
    width: 100%;
    position: relative;
    min-height: 100vh;
  }
  #nexmoe-content .nexmoe-secondary {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body {
    padding-left: 80px;
  }
  #nexmoe-header .mdui-drawer-close {
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-avatar {
    padding: 16px;
    width: 80px;
    margin-left: 160px;
    margin-top: 8px;
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-count {
    padding: 16px;
    width: 80px;
    margin-left: 160px;
    display: block;
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-count div {
    display: block;
    margin-bottom: 10px;
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-count div:last-child {
    margin-bottom: 0;
  }
  #nexmoe-header .mdui-drawer-close .mdui-list {
    margin-left: 160px;
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-list-item {
    padding: 0 17px;
    color: #9ca2a8;
  }
  #nexmoe-header .mdui-drawer-close .mdui-list-item-icon~.mdui-list-item-content {
    margin-left: 32px;
  }
  #nexmoe-header .mdui-drawer-close .nexmoe-list {
    padding: 8px 10px;
  }
}
article {
  color: #444;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, Hiragino Maru Gothic Pro, "Noto", Meiryo, MS PGothic, sans-serif;
}
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;
}
article code::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
article code::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #888;
}
article pre {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 0;
  padding: 15px;
  position: relative;
  background: #282c34;
  line-height: 1.3em;
}
article pre::before {
  background: #282c34;
  height: 32px;
  margin-bottom: 0;
  display: block;
}
article pre::after {
  position: absolute;
  border-radius: 50%;
  background: #ff5f56;
  width: 12px;
  height: 12px;
  top: 0;
  left: 12px;
  margin-top: 12px;
  -webkit-box-shadow: 20px 0 #ffbd2e, 40px 0 #27c93f;
  box-shadow: 20px 0 #ffbd2e, 40px 0 #27c93f;
}
article pre code {
  position: relative;
  border: none;
  border-radius: 0;
  font-size: 100%;
  font-family: Consolas;
}
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: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  color: #ff4e6a;
  text-decoration: none;
  word-wrap: break-word;
}
article a:hover,
article a:focus {
  color: #ff4e6a;
}
article a:hover {
  text-decoration: underline;
}
article p {
  margin: 25px 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;
}
article img {
  display: block;
  border-radius: 6px;
  border: 1px solid #eee;
}
article img.lazyload,
article img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease-out;
}
article img.lazyloaded {
  opacity: 1;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #111;
  margin: 25px 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: #ff4e6a;
}
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 25px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: -1px;
  left: -25px;
  box-sizing: unset;
}
article h2:after {
  transition: all 0.35s ease-out;
  content: "";
  position: absolute;
  background: #ff4e6a;
  width: 1em;
  height: 5px;
  bottom: -3px;
  left: 0;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(255,78,106,0.85);
}
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: 25px 0;
  padding: 0.1em 2.2em;
  background-color: #f8f8f8;
  line-height: 28px;
  position: relative;
  border-radius: 6px;
  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: 25px 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;
}
article > ol > li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -2.5em;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255,78,106,0.1);
  color: #ff4e6a;
}
article li {
  line-height: 24px;
}
article li p {
  margin: 0 !important;
}
article dd {
  margin: 0 0 0 2em;
}
article table {
  color: #5b6064;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
  display: inline-block;
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
  margin: auto;
  border-radius: 6px;
}
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-right: 1px solid #eee;
  padding: 13px 26px;
  font-weight: 400;
}
article table td {
  border-right: 1px solid #eee;
  padding: 13px 26px;
}
article table th:last-child,
article table td:last-child {
  border: none;
}
article table tr {
  background-color: #fff;
}
article table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
article img,
article canvas,
article iframe,
article video,
article svg,
article select,
article textarea {
  width: auto;
  max-width: 100%;
}
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;
}
.aplayer {
  -webkit-box-shadow: 0 0 0 1px #eee !important;
  box-shadow: 0 0 0 1px #eee !important;
  border-radius: 6px !important;
  margin: 25px 0 !important;
}
.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: 6px !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: 6px;
  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;
}
article .mdui-btn {
  background-color: #ff4e6a;
  color: #fff;
  border-radius: 6px;
}
article .mdui-btn:focus,
article .mdui-btn:hover {
  background-color: #ff4e6a;
  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);
}
.nexmoe-post-right {
  margin: 0px -25px;
  text-align: right;
}
.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: 1000;
  height: 100vh;
  display: inline-block;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .nexmoe-post-right {
    margin: 25px 0px;
    text-align: left;
  }
  .nexmoe-post-right .nexmoe-fixed {
    position: relative;
    height: auto;
    border: 1px solid #eee;
    border-radius: 15px;
  }
  #nexmoe-header .nexmoe-social a {
    margin: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.nexmoe-post-right .nexmoe-toc {
  margin-left: 16px;
  width: 240px;
  text-align: left;
}
.nexmoe-post-right .nexmoe-toc a {
  color: rgba(0,0,0,0.6);
}
.nexmoe-post-right .nexmoe-toc ol {
  padding-left: 1em;
}
.nexmoe-post-right .nexmoe-toc li {
  margin: 1em 0;
}
.nexmoe-post-right .nexmoe-toc > ol {
  padding-left: 0;
}
.nexmoe-toc * {
  list-style: none;
}
photos img {
  width: 25%;
}
.nexmoe-rainbow a:nth-child(7n+1) {
  background-color: rgba(255,78,106,0.15);
  color: #ff4e6a;
}
.nexmoe-rainbow a:nth-child(7n+2) {
  background-color: rgba(255,118,30,0.15);
  color: #ff761e;
}
.nexmoe-rainbow a:nth-child(7n+3) {
  background-color: rgba(255,185,0,0.15);
  color: #ffb900;
}
.nexmoe-rainbow a:nth-child(7n+4) {
  background-color: rgba(51,213,122,0.15);
  color: #33d57a;
}
.nexmoe-rainbow a:nth-child(7n+5) {
  background-color: rgba(0,219,255,0.15);
  color: #00dbff;
}
.nexmoe-rainbow a:nth-child(7n+6) {
  background-color: rgba(26,152,255,0.15);
  color: #1a98ff;
}
.nexmoe-rainbow a:nth-child(7n+7) {
  background-color: rgba(144,144,255,0.15);
  color: #9090ff;
}
@-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);
  }
}
