@charset "UTF-8";
.book-container {
  width: 100%;
  height: 100%; }

html {
  margin: 0;
  height: 100%;
  font-size: 20px; }

body {
  font-size: 0.8rem; }

a {
  color: #004ed0; }

a:visited {
  color: #7170db; }

a:hover {
  color: #6d6d6d;
  text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.off-canvas-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 499; }
  .off-canvas-overlay.show {
    display: block; }
  @media all and (min-width: 1280px) {
    .off-canvas-overlay {
      display: none !important; } }

.off-canvas-content {
  height: 100%;
  font-family: sans-serif;
  transition: margin 200ms; }
  .off-canvas-content .book-content {
    padding: 0 4rem; }
    @media all and (max-width: 1280px) {
      .off-canvas-content .book-content {
        padding: 0 1.25rem; } }
    .off-canvas-content .book-content .book-post a:hover {
      text-decoration: underline; }
    .off-canvas-content .book-content .book-post > *:first-child {
      margin-top: 0 !important; }
    .off-canvas-content .book-content .book-post h1,
    .off-canvas-content .book-content .book-post h2,
    .off-canvas-content .book-content .book-post h3,
    .off-canvas-content .book-content .book-post h4,
    .off-canvas-content .book-content .book-post h5,
    .off-canvas-content .book-content .book-post h6 {
      font-weight: bold;
      margin-bottom: 1rem;
      margin-top: 1.7rem; }
    .off-canvas-content .book-content .book-post h1,
    .off-canvas-content .book-content .book-post h2 {
      padding-bottom: 0.4rem;
      border-bottom: 1px solid #e7e7e7; }
    .off-canvas-content .book-content .book-post h1 {
      font-size: 1.4rem; }
    .off-canvas-content .book-content .book-post h2 {
      font-size: 1.125rem; }
    .off-canvas-content .book-content .book-post h3 {
      font-size: 1rem; }
    .off-canvas-content .book-content .book-post h4 {
      font-size: 0.8rem; }
    .off-canvas-content .book-content .book-post h5 {
      font-size: 0.7rem; }
    .off-canvas-content .book-content .book-post h6 {
      font-size: 0.6rem;
      color: grey; }
    .off-canvas-content .book-content .book-post p {
      margin-bottom: 1rem; }
    .off-canvas-content .book-content .book-post hr {
      border: 1px solid #e7e7e7;
      background-color: #e7e7e7;
      margin: 1rem 0; }
    .off-canvas-content .book-content .book-post .table-wrapper {
      max-width: 100%;
      margin: 1.25rem 0;
      overflow: auto; }
      .off-canvas-content .book-content .book-post .table-wrapper table {
        width: 100%;
        border-spacing: 0px;
        border-collapse: collapse; }
        .off-canvas-content .book-content .book-post .table-wrapper table th,
        .off-canvas-content .book-content .book-post .table-wrapper table td {
          padding: 0.7rem;
          border: 1px solid #e7e7e7;
          text-align: left; }
    .off-canvas-content .book-content .book-post ul,
    .off-canvas-content .book-content .book-post ol {
      list-style-position: outside;
      margin: 0 0 1rem 1.4rem; }
      .off-canvas-content .book-content .book-post ul ol,
      .off-canvas-content .book-content .book-post ol ol {
        margin-top: 0;
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post ul ul,
      .off-canvas-content .book-content .book-post ol ul {
        margin-top: 0;
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post ul p,
      .off-canvas-content .book-content .book-post ol p {
        margin: 0; }
    .off-canvas-content .book-content .book-post blockquote {
      margin: 1.125rem 0 1.125rem 0;
      padding: 0.2rem 1rem; }
      .off-canvas-content .book-content .book-post blockquote p {
        margin-bottom: 0.5rem; }
      .off-canvas-content .book-content .book-post blockquote p:last-child {
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post blockquote ul:last-child {
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post blockquote.right {
        border-left: none;
        border-right: .1rem solid #dadee4; }
    .off-canvas-content .book-content .book-post .note {
      margin: 1.125rem 1.125rem 1.125rem 0;
      padding: 0.2rem 1rem;
      background-color: #e7f2fa;
      border-left: 0.1rem solid #6ab0de; }
      .off-canvas-content .book-content .book-post .note p {
        margin-bottom: 0.5rem; }
      .off-canvas-content .book-content .book-post .note p:last-child {
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post .note ul:last-child {
        margin-bottom: 0; }
    .off-canvas-content .book-content .book-post .tip {
      margin: 1.125rem 1.125rem 1.125rem 0;
      padding: 0.2rem 1rem;
      background-color: #dbfaf4;
      border-left: 0.1rem solid #1abc9c; }
      .off-canvas-content .book-content .book-post .tip p {
        margin-bottom: 0.5rem; }
      .off-canvas-content .book-content .book-post .tip p:last-child {
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post .tip ul:last-child {
        margin-bottom: 0; }
    .off-canvas-content .book-content .book-post .attention {
      margin: 1.125rem 1.125rem 1.125rem 0;
      padding: 0.2rem 1rem;
      background-color: #ffedcc;
      border-left: 0.1rem solid #f0b37e; }
      .off-canvas-content .book-content .book-post .attention p {
        margin-bottom: 0.5rem; }
      .off-canvas-content .book-content .book-post .attention p:last-child {
        margin-bottom: 0; }
      .off-canvas-content .book-content .book-post .attention ul:last-child {
        margin-bottom: 0; }
    .off-canvas-content .book-content .book-post .video-container {
      position: relative;
      margin-bottom: 1.5rem;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
      .off-canvas-content .book-content .book-post .video-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .off-canvas-content .book-content .book-post figcaption {
      text-align: center;
      font-size: 0.7rem;
      margin: 0.5rem 0; }
    .off-canvas-content .book-content .book-post img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .off-canvas-content .book-content .book-post iframe {
      width: 100%; }
    .off-canvas-content .book-content .book-comments {
      padding: 0 0 1.5rem 0; }
    .off-canvas-content .book-content #disqus_thread {
      margin: 50px 0; }
    .off-canvas-content .book-content .utterances {
      max-width: 100%;
      margin: 0; }
    .off-canvas-content .book-content pre, .off-canvas-content .book-content .highlight {
      font-family: consolas, Menlo, monospace;
      background: #2d2d2d;
      color: #cccccc;
      line-height: 1.2rem;
      margin: 1rem auto 1rem; }
    .off-canvas-content .book-content .gutter {
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
    .off-canvas-content .book-content code {
      font-family: consolas, Menlo, monospace;
      border-radius: 3px;
      padding: 2px 4px;
      overflow-wrap: break-word;
      word-wrap: break-word; }
    .off-canvas-content .book-content pre {
      overflow: auto;
      padding: 10px; }
      .off-canvas-content .book-content pre code {
        background: none;
        color: #cccccc;
        padding: 0;
        text-shadow: none; }
    .off-canvas-content .book-content .highlight {
      font-size: 0.6rem;
      overflow: auto; }
      .off-canvas-content .book-content .highlight *::selection {
        background: #515151; }
      .off-canvas-content .book-content .highlight pre {
        border: 0;
        margin: 0;
        padding: 6px 0; }
      .off-canvas-content .book-content .highlight table {
        border: 0;
        margin: 0;
        width: auto; }
      .off-canvas-content .book-content .highlight td {
        border: 0;
        padding: 0; }
      .off-canvas-content .book-content .highlight figcaption {
        position: relative;
        background: black;
        color: #999999;
        line-height: 1em;
        margin: 0;
        padding: 0.5em; }
        .off-canvas-content .book-content .highlight figcaption::before, .off-canvas-content .book-content .highlight figcaption::after {
          content: " ";
          display: table; }
        .off-canvas-content .book-content .highlight figcaption a {
          color: #cccccc;
          position: absolute;
          right: 6px; }
          .off-canvas-content .book-content .highlight figcaption a:hover {
            border-bottom-color: #cccccc; }
      .off-canvas-content .book-content .highlight .marked {
        background: #f8e9c0;
        border-bottom: 0.05rem solid #ffe7ab;
        border-radius: 0.1rem;
        color: #3b4351;
        padding: 0.05rem 0.1rem 0; }
      .off-canvas-content .book-content .highlight .gutter pre {
        background: black;
        color: #999999;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right; }
      .off-canvas-content .book-content .highlight .code pre {
        background: #2d2d2d;
        padding-left: 10px;
        width: 100%; }
    .off-canvas-content .book-content .gist table {
      width: auto; }
      .off-canvas-content .book-content .gist table td {
        border: 0; }
    .off-canvas-content .book-content pre .deletion {
      background: if false, #fdd, #800000; }
    .off-canvas-content .book-content pre .addition {
      background: if false, #dfd, #008000; }
    .off-canvas-content .book-content pre .meta {
      color: #ffcc66; }
    .off-canvas-content .book-content pre .comment {
      color: #999999; }
    .off-canvas-content .book-content pre .variable,
    .off-canvas-content .book-content pre .attribute,
    .off-canvas-content .book-content pre .tag,
    .off-canvas-content .book-content pre .name,
    .off-canvas-content .book-content pre .regexp,
    .off-canvas-content .book-content pre .ruby .constant,
    .off-canvas-content .book-content pre .xml .tag .title,
    .off-canvas-content .book-content pre .xml .pi,
    .off-canvas-content .book-content pre .xml .doctype,
    .off-canvas-content .book-content pre .html .doctype,
    .off-canvas-content .book-content pre .css .id,
    .off-canvas-content .book-content pre .css .class,
    .off-canvas-content .book-content pre .css .pseudo {
      color: #f2777a; }
    .off-canvas-content .book-content pre .number,
    .off-canvas-content .book-content pre .preprocessor,
    .off-canvas-content .book-content pre .built_in,
    .off-canvas-content .book-content pre .builtin-name,
    .off-canvas-content .book-content pre .literal,
    .off-canvas-content .book-content pre .params,
    .off-canvas-content .book-content pre .constant,
    .off-canvas-content .book-content pre .command {
      color: #f99157; }
    .off-canvas-content .book-content pre .ruby .class .title,
    .off-canvas-content .book-content pre .css .rules .attribute,
    .off-canvas-content .book-content pre .string,
    .off-canvas-content .book-content pre .symbol,
    .off-canvas-content .book-content pre .value,
    .off-canvas-content .book-content pre .inheritance,
    .off-canvas-content .book-content pre .header,
    .off-canvas-content .book-content pre .ruby .symbol,
    .off-canvas-content .book-content pre .xml .cdata,
    .off-canvas-content .book-content pre .special,
    .off-canvas-content .book-content pre .formula {
      color: #99cc99; }
    .off-canvas-content .book-content pre .title,
    .off-canvas-content .book-content pre .css .hexcolor {
      color: #66cccc; }
    .off-canvas-content .book-content pre .function,
    .off-canvas-content .book-content pre .python .decorator,
    .off-canvas-content .book-content pre .python .title,
    .off-canvas-content .book-content pre .ruby .function .title,
    .off-canvas-content .book-content pre .ruby .title .keyword,
    .off-canvas-content .book-content pre .perl .sub,
    .off-canvas-content .book-content pre .javascript .title,
    .off-canvas-content .book-content pre .coffeescript .title {
      color: #6699cc; }
    .off-canvas-content .book-content pre .keyword,
    .off-canvas-content .book-content pre .javascript .function {
      color: #cc99cc; }
  .off-canvas-content .book-post-info {
    position: fixed;
    font-size: 0.7rem; }
    @media all and (min-width: 1280px) {
      .off-canvas-content .book-post-info {
        max-width: 10rem; } }
    @media all and (min-width: 960px) and (max-width: 1279px) {
      .off-canvas-content .book-post-info {
        max-width: 8.5rem; } }
    .off-canvas-content .book-post-info .book-post-meta {
      display: block;
      opacity: 1;
      max-height: 150px;
      overflow: auto;
      font-size: 0.7rem;
      transition: max-height 0.15s ease-in;
      transition: opacity 0.15s ease-in; }
      .off-canvas-content .book-post-info .book-post-meta .author {
        display: flex; }
        .off-canvas-content .book-post-info .book-post-meta .author .author-img {
          display: flex;
          align-items: center; }
          .off-canvas-content .book-post-info .book-post-meta .author .author-img figure {
            background: #fff; }
        .off-canvas-content .book-post-info .book-post-meta .author .author-title {
          display: flex;
          justify-content: center;
          flex-direction: column;
          margin-left: 8px; }
      .off-canvas-content .book-post-info .book-post-meta .link a {
        color: #3b4351; }
      .off-canvas-content .book-post-info .book-post-meta .link a:hover {
        color: gray; }
      .off-canvas-content .book-post-info .book-post-meta.hide {
        opacity: 0;
        max-height: 0;
        transition: max-height 0.15s ease-out; }
    .off-canvas-content .book-post-info .book-tocbot {
      overflow: auto;
      position: relative;
      padding-right: 0.875rem;
      transition: max-height 0.15s ease-in-out; }
      .off-canvas-content .book-post-info .book-tocbot ul {
        list-style: none;
        position: inherit;
        overflow: hidden; }
        .off-canvas-content .book-post-info .book-tocbot ul li {
          margin-left: 0.25rem; }
      .off-canvas-content .book-post-info .book-tocbot .toc-link::before {
        background-color: white !important; }
      .off-canvas-content .book-post-info .book-tocbot .is-active-link::before {
        background-color: #004ed0 !important; }
    .off-canvas-content .book-post-info .book-tocbot-menu {
      margin: 1rem 0.75rem; }
      .off-canvas-content .book-post-info .book-tocbot-menu a {
        display: block;
        margin: 0.375rem 0;
        color: #999;
        cursor: pointer; }
      .off-canvas-content .book-post-info .book-tocbot-menu a:hover {
        color: gray; }
  .off-canvas-content.extend {
    margin-left: 0; }
  @media all and (min-width: 1280px) {
    .off-canvas-content {
      margin-left: 14rem;
      padding: 2.2rem 2.2rem; } }
  @media all and (min-width: 960px) and (max-width: 1279px) {
    .off-canvas-content {
      padding: 2.2rem 1.5rem; } }
  @media all and (max-width: 959px) {
    .off-canvas-content {
      padding: 2.2rem 0.75rem; } }

.book-navbar {
  background-color: transparent; }

.down-line-zhanwei {
  height: 40px;
  font-family: sans-serif;
  transition: margin 200ms; }
  .down-line-zhanwei.extend {
    margin-left: 0; }
  @media all and (min-width: 1280px) {
    .down-line-zhanwei {
      margin-left: 14rem;
      margin-right: calc(14rem + 3px);
      padding: 0 2.2rem; } }
  @media all and (min-width: 960px) and (max-width: 1279px) {
    .down-line-zhanwei {
      padding: 0 1.5rem; } }
  @media all and (max-width: 959px) {
    .down-line-zhanwei {
      padding: 0 0.75rem; } }

.down-line {
  height: 40px;
  font-family: sans-serif;
  transition: margin 200ms;
  box-shadow: inset 0 0 6px 0 #bebebe;
  position: fixed; }
  .down-line.extend {
    left: 0; }
  @media all and (min-width: 1280px) {
    .down-line {
      left: 14rem;
      right: calc(14rem + 3px);
      bottom: 0;
      padding: 0 2.2rem; } }
  @media all and (min-width: 960px) and (max-width: 1279px) {
    .down-line {
      padding: 0 1.5rem; } }
  @media all and (max-width: 959px) {
    .down-line {
      padding: 0 0.75rem; } }

.book-navbar {
  padding-top: 0;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem; }
  .book-navbar i {
    color: #2f2f2f; }
  @media all and (min-width: 1280px) {
    .book-navbar {
      display: none; } }
  @media all and (max-width: 1279px) {
    .book-navbar {
      display: block; } }
  @media all and (max-width: 1280px) {
    .book-navbar {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.book-sidebar {
  position: fixed;
  width: 12rem;
  height: 100%;
  z-index: 500;
  background-color: #f7f8f9;
  transition: transform 0.2s; }
  .book-sidebar.show {
    transform: translateX(0); }
  .book-sidebar.hide {
    transform: translateX(-100%); }
  @media all and (min-width: 1280px) {
    .book-sidebar {
      transform: translateX(0); } }
  @media all and (max-width: 1279px) {
    .book-sidebar {
      transform: translateX(-100%); } }
  .book-sidebar .book-brand {
    display: flex;
    position: fixed;
    top: 0.85rem;
    left: 1.25rem;
    height: 2rem; }
    .book-sidebar .book-brand a {
      display: inline-flex;
      align-items: center;
      font-size: 0.8rem;
      font-weight: bold;
      color: #2f2f2f;
      text-decoration: none; }
      .book-sidebar .book-brand a img {
        height: 1.6rem;
        width: 1.6rem; }
      .book-sidebar .book-brand a span {
        margin-left: 0.5rem; }
    .book-sidebar .book-brand a:hover {
      color: #2f2f2f;
      text-decoration: none; }
  .book-sidebar .book-menu {
    position: fixed;
    top: calc(3.8rem + 2px) !important;
    bottom: 0rem;
    padding-bottom: 50px;
    width: 12rem;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.7rem; }
    .book-sidebar .book-menu > .uncollapsible:first-of-type {
      border-top: none !important; }
    .book-sidebar .book-menu h1,
    .book-sidebar .book-menu h2,
    .book-sidebar .book-menu h3,
    .book-sidebar .book-menu h4,
    .book-sidebar .book-menu h5,
    .book-sidebar .book-menu h6 {
      padding: 0 0.6rem 0 1.25rem;
      margin: 1.25rem 0 0.625rem 0;
      font-size: 0.7rem; }
    .book-sidebar .book-menu ul,
    .book-sidebar .book-menu ol,
    .book-sidebar .book-menu li {
      margin-top: 0;
      list-style: none; }
    .book-sidebar .book-menu p {
      margin: 0; }
    .book-sidebar .book-menu .uncollapsible {
      padding: 0 0.6rem 0 1.25rem;
      margin: 0 0 0.625rem 0;
      border-top: 1px solid #e7e7e7; }
    .book-sidebar .book-menu .accordion {
      padding: 0.625rem 0.6rem 0.625rem 1.25rem;
      border-top: 1px solid #e7e7e7; }
      .book-sidebar .book-menu .accordion label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0; }
      .book-sidebar .book-menu .accordion .accordion-body {
        margin: 0; }
      .book-sidebar .book-menu .accordion input:checked ~ .accordion-header .icon {
        transform: rotate(-180deg); }
      .book-sidebar .book-menu .accordion i.icon-arrow-down::before {
        border-width: 0.05rem;
        border-color: #696969;
        height: 0.3rem;
        width: 0.3rem; }
    .book-sidebar .book-menu .accordion input:checked ~ .accordion-body,
    .book-sidebar .book-menu .accordion[open] .accordion-body {
      max-height: unset; }
    .book-sidebar .book-menu ul {
      margin-left: 0.5rem; }
    .book-sidebar .book-menu li {
      margin-top: 0.625rem; }
    .book-sidebar .book-menu a {
      color: #2f2f2f;
      font-weight: 400; }
    .book-sidebar .book-menu a:hover {
      color: gray; }
    .book-sidebar .book-menu .current-tab {
      color: #004ed0;
      font-weight: 600; }

.sidebar-toggle {
  position: fixed;
  left: 14.9rem;
  transition: left 200ms;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  z-index: 999;
  bottom: 14px;
  border: 1px solid #ffffff; }
  .sidebar-toggle.extend {
    left: 0.7rem; }
  @media all and (max-width: 1280px) {
    .sidebar-toggle {
      display: none; } }
  .sidebar-toggle > .sidebar-toggle-inner {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #686868;
    display: none; }
    .sidebar-toggle > .sidebar-toggle-inner.show {
      display: block; }

.book-archive h1,
.book-archive h2 {
  margin: 0; }

.book-archive h1 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }

.book-archive h2 {
  font-size: 1rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e7e7e7; }

.book-archive .years {
  padding-bottom: 1.25rem; }

a {
  color: #30b2fc !important; }

.attention *,
.tip *,
.note * {
  color: #3b4351; }

* {
  scroll-behavior: smooth;
  letter-spacing: 0.6px;
  font-size: 14px; }

.off-canvas-content,
.cutline b,
body {
  background-color: #1c1c1e !important; }

a:link,
a:visited,
a:hover {
  text-decoration: none; }

body {
  transition: all 0.4s; }

.book-post-custom-title {
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 100%;
  color: white;
  font-weight: bold; }

.book-post-custom-describe {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  height: 20px;
  width: 100%;
  margin-bottom: 20px; }

.book-menu h1 {
  font-size: 15px;
  cursor: default; }
  .book-menu h1 * {
    font-weight: 800 !important; }

.book-sidebar .book-brand a span {
  margin-left: 0.5rem !important; }

.accordion label {
  margin-left: 11px; }

.accordion-body {
  transition: all 0.2s !important; }

.accordion-body ul {
  margin-bottom: 0; }

.accordion-body li:last-child {
  margin-bottom: 0 !important; }

.accordion {
  padding: 0.625rem 0.6rem 0.625rem 1.5rem; }

.book-sidebar .book-menu .uncollapsible {
  padding-top: 6px; }

#body-color {
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 1s;
  background-color: #1C1C1E; }
  #body-color * {
    transition: all 1s; }
  #body-color .star-back {
    transition: all 1s; }
  #body-color .star {
    transition: all 1s; }
  #body-color .back-color {
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: none;
    transition: all 1s;
    background: #000; }

#body-color.dawn .back-color {
  background: radial-gradient(220% 105% at top center, #162649 10%, #65366f 40%, #ae546f 65%, #c5c581);
  opacity: 0.5; }

#body-color.dawn .star-back > .star {
  background: #f7f7b6; }

#body-color.dark .star-back > .star {
  background: #fff; }

#body-color.classic .back-color {
  background: #1c1c1e; }

#body-color.classic .star-back > .star {
  display: none; }

#body-color.p5 .back-color {
  background-image: url("../../images/other/p5_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.p5 .star-back > .star {
  display: none; }

#body-color.scarlet .back-color {
  background-image: url("../../images/other/sv_back3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.scarlet .star-back > .star {
  display: none; }

#body-color.violet .back-color {
  background-image: url("../../images/other/sv_back4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.violet .star-back > .star {
  display: none; }

#body-color.p3r .back-color {
  background: radial-gradient(80% 150% at top center, #40a4fc 40%, #0716b0);
  opacity: 0.8; }

#body-color.p3r .star-back > .star {
  background: #ffffff; }

#body-color.ghosttrick .back-color {
  background-image: url("../../images/other/ghosttrick_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.ghosttrick .star-back > .star {
  display: none; }

#body-color.pokemon .back-color {
  background-image: url("../../images/other/pokemon_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.pokemon .star-back > .star {
  display: none; }

#body-color.sleep .back-color {
  background-image: url("../../images/other/sleep_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.sleep .star-back > .star {
  background-color: #686868; }

#body-color.dedsec .back-color {
  background-image: url("../../images/other/dedsec_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#body-color.dedsec .star-back > .star {
  display: none; }

.img-hide {
  width: 0;
  height: 0;
  overflow: hidden; }

@keyframes rotate {
  0% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0); }
  100% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg); } }

.star-back {
  transform: perspective(500px);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  perspective-origin: 50% 100%;
  left: 50%;
  animation: rotate 90s infinite linear;
  z-index: 1; }
  .star-back .star {
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden; }

.footer-com {
  background-color: #0000007a !important;
  z-index: 2;
  height: 30px;
  position: fixed;
  transition: all 0.16s;
  bottom: 4px;
  left: calc(14rem + 6px);
  width: calc(84% - 13.65rem - 6px);
  box-shadow: 0px 0px 13px #2626268a;
  border: 1px solid #494949; }
  .footer-com .center {
    width: calc(100% - 146px);
    margin-left: 32px;
    line-height: 29px;
    height: 30px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: "siyuan";
    display: inline-block;
    overflow: hidden; }
    .footer-com .center .expand {
      background-color: #49494917;
      width: 100%;
      transition: all 1s;
      background-image: radial-gradient(#fcfcfc17 1px, #a9a9a917 1px);
      background-size: 4px 4px;
      backdrop-filter: saturate(50%) blur(1px); }
      .footer-com .center .expand .marquee-wrap {
        padding-left: 300px;
        transition: all 0.2s;
        white-space: nowrap;
        -webkit-animation: marquee 30s linear infinite;
        animation: marquee 30s linear infinite;
        animation-play-state: running; }
        .footer-com .center .expand .marquee-wrap:hover {
          animation-play-state: paused; }
        .footer-com .center .expand .marquee-wrap > span {
          color: #fff;
          margin-right: 30px;
          cursor: pointer; }
          .footer-com .center .expand .marquee-wrap > span > b.pink {
            color: #ff004e;
            text-shadow: 0 0 5px #620a23b8; }
          .footer-com .center .expand .marquee-wrap > span > b.blue {
            color: #479fe3;
            text-shadow: 0 0 5px #1d5c8bb8; }
          .footer-com .center .expand .marquee-wrap > span > b.green {
            color: #80cacb;
            text-shadow: 0 0 5px #157173b8; }
          .footer-com .center .expand .marquee-wrap > span > i {
            font-style: normal; }
            .footer-com .center .expand .marquee-wrap > span > i span {
              transition: all 0.2s;
              color: #ffffff7f; }
          .footer-com .center .expand .marquee-wrap > span:hover > i span {
            color: #fff; }

@keyframes marquee {
  0% {
    opacity: 0;
    transform: translateX(0); }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    transform: translateX(-1500px);
    opacity: 0; } }

.back-to-top {
  position: fixed;
  bottom: 4px;
  left: calc(84% - 5.35rem);
  transition: all 0.16s;
  width: 114px;
  height: 30px;
  background-color: #434343e0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .back-to-top:hover {
    text-shadow: 0 0 4px white;
    background-color: #434343e0; }

/* 标签页设置 */
.tag-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.tag-list-item {
  zoom: 2;
  margin-right: 10px;
  padding: 1px 15px 1px 15px;
  list-style: none;
  border: 1px solid silver;
  border-radius: 2px;
  background-color: #121214; }

.uncollapsible:last-of-type {
  display: block;
  border-top: 10px solid red; }

.book-menu {
  backdrop-filter: blur(4px);
  background-color: #54545430; }

body,
.book-sidebar .book-menu a,
.book-sidebar .book-brand a,
.hidden-page-button,
.gitalk_btn {
  color: white !important; }

.book-sidebar .book-menu .accordion {
  border-top: 1px solid #2D2630 !important; }

.book-brand span {
  font-size: 17px; }

.book-post img {
  margin-top: 15px;
  width: 40%;
  margin-bottom: 5px; }

.book-tocbot {
  max-height: 30vh !important;
  padding: 0; }

.book-post-info {
  height: 100%;
  max-width: 12rem !important; }

.book-sidebar .book-menu .accordion i.icon-arrow-down::before {
  border-color: #cecece !important; }

.v[data-class="v"] .status-bar,
.v[data-class="v"] .veditor,
.v[data-class="v"] .vinput,
.v[data-class="v"] p,
.v[data-class="v"] pre code {
  color: #eee !important; }

.v[data-class="v"] .vwrap,
.vsubmit {
  border: 1px solid #9a9a9a !important; }

.v[data-class="v"] .vwrap .vheader .vinput {
  border-bottom: 1px dashed white !important; }

code {
  background: #000000; }

.book-menu-page {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .book-menu-page > div {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px; }
    .book-menu-page > div:hover > div {
      border-radius: 0;
      box-shadow: 0 4px 12px #000000a8; }
    .book-menu-page > div > div {
      width: 20rem;
      height: 12.5rem;
      background-size: 20rem auto;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 0.5rem;
      transition: all 0.2s;
      box-shadow: 0 5px 11px #0000003d; }
    .book-menu-page > div > p {
      font-size: 1rem !important;
      font-weight: bold;
      text-align: center;
      margin-top: 20px; }

.hide-lg {
  margin-top: -44px;
  padding-top: 40px;
  background-position: bottom;
  background-repeat: no-repeat; }

.off-canvas-content .book-post-info .book-post-meta .author {
  display: flex;
  padding: 10px 10px; }

.off-canvas-content .book-content .book-post h1,
.off-canvas-content .book-content .book-post h2 {
  border-bottom: 1px solid #666666 !important; }

.off-canvas-content .book-post-info .book-post-meta .author .author-img {
  display: flex;
  align-items: center;
  border: 1px solid #0000008a;
  border-radius: 50%; }

.avatar img {
  border-radius: 50%;
  height: 96%;
  position: relative;
  width: 96%;
  z-index: 1;
  margin: 2%;
  margin-left: 3%; }

.bottom {
  width: 100%;
  height: 350px;
  position: absolute;
  border-top: 6px solid #2da4e1;
  left: 0px;
  bottom: 24px;
  box-shadow: 0px 0px 13px #2626268a;
  background-color: #00000094;
  background-image: radial-gradient(#fcfcfc17 1px, #a9a9a917 1px);
  background-size: 4px 4px;
  backdrop-filter: saturate(50%) blur(1px); }
  .bottom.not-show {
    background: transparent;
    backdrop-filter: unset !important;
    border-color: transparent;
    box-shadow: none !important; }

.bottom > .intro {
  color: white;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
  font-style: italic;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bottom > .intro div {
    margin-bottom: 0;
    width: 80%; }

.link_l {
  padding-left: 15px;
  display: block;
  width: 155px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }

.bottom a div {
  width: 28px;
  height: 28px;
  float: left;
  margin-top: 5px; }

.bottom a > span {
  color: white;
  font-weight: bold;
  margin-left: 6px;
  line-height: 38px; }

.languages {
  text-align: center;
  color: white;
  margin-top: 206px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .languages > span {
    width: 40px;
    display: block;
    text-align: center; }
  .languages * {
    transition: all 0.2s; }

#side-story {
  color: #888d8f !important;
  cursor: pointer; }
  #side-story:hover {
    text-shadow: 0 0 4px #ffffff7a;
    color: #83BD3B !important;
    transform: matrix(10deg); }
    #side-story:hover:before {
      content: "[ "; }
    #side-story:hover:after {
      content: " ]"; }

.links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .links > a {
    margin-top: 10px; }

/*回到旧站*/
.backtoanulife {
  width: 100%;
  padding-left: 12px;
  padding-right: 15px;
  background-color: #fd4300;
  font-size: 40px;
  color: white;
  line-height: 100px;
  text-align: center;
  text-shadow: 3px 3px #141145;
  box-shadow: #141145 2px 2px 0px; }

.note {
  margin: 0 !important;
  border-radius: 0px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  background: linear-gradient(52.78deg, #003edd 30.03%, #0b7bf8 89.59%); }
  .note p {
    font-size: 12px !important;
    color: white !important; }

/*gitalk&valine双评论端*/
.valine_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  /*background-color: #FFFFFF;*/
  float: left;
  text-align: center;
  color: #306cf8; }

.gitalk_btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  /*background-color: #FFFFFF;*/
  float: left;
  text-align: center;
  color: black; }

.moving {
  width: 120px;
  height: 2px;
  margin-top: 40px;
  background-color: #306cf8;
  position: absolute; }

#gitalk-container {
  display: none; }

#vcomments {
  margin-top: 20px !important; }

.combtn {
  width: 302px;
  height: 42px;
  cursor: pointer;
  margin-top: 50px; }

#toDarkButton,
#toLightButton {
  color: #6d6d6e;
  cursor: pointer; }

.book-sidebar-bottom {
  margin: 6px;
  margin-bottom: 4px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 12px);
  height: 30px;
  background: #11111191;
  /* box-shadow: 0px 0px 4px 0px #13131391; */
  transition: all 0.2s;
  font-weight: bold;
  color: #ababab; }
  .book-sidebar-bottom > .theme-group {
    transition: all 0.2s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: auto;
    height: 235px;
    flex-wrap: wrap; }
    .book-sidebar-bottom > .theme-group > div {
      text-align: right;
      font-style: italic;
      background-size: contain;
      width: 60px;
      height: 60px;
      font-weight: 200;
      justify-content: center;
      margin: 9px;
      border-radius: 2px;
      border: 1px solid #08436e;
      transition: all 0.2s;
      padding-right: 5px;
      line-height: 94px;
      cursor: pointer; }
      .book-sidebar-bottom > .theme-group > div:hover {
        border: 1px solid #d7d7d7;
        box-shadow: 0 0 10px #d5d5d539; }
  .book-sidebar-bottom > .sidebar-title {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 30px;
    cursor: pointer; }
    .book-sidebar-bottom > .sidebar-title > b {
      margin-left: 10px;
      display: block;
      transform: rotate(-90deg) scale(2, 1);
      margin-right: 9px;
      line-height: 30px;
      width: 8px;
      font-weight: 200;
      transition: all 0.2s; }
    .book-sidebar-bottom > .sidebar-title > span {
      line-height: 32px;
      margin-right: 20px; }
    .book-sidebar-bottom > .sidebar-title:hover {
      text-shadow: 0 0 4px rgba(255, 255, 255, 0.674); }
  .book-sidebar-bottom:hover {
    color: #fff;
    background: #121212f0; }
  .book-sidebar-bottom.sidebar-open {
    height: 280px;
    color: #fff;
    background: #121212f0;
    overflow: hidden; }
    .book-sidebar-bottom.sidebar-open > .theme-group {
      opacity: 1; }
    .book-sidebar-bottom.sidebar-open > .sidebar-title > b {
      transform: rotate(90deg) scale(2, 1);
      width: 6px; }

.announce-and-iframe {
  overflow: hidden; }
  .announce-and-iframe .iframe-div {
    width: 30%;
    float: right;
    margin-right: 10px; }
  .announce-and-iframe .announce {
    float: left;
    width: 65%; }

.suipai {
  width: 100%;
  height: auto;
  margin-bottom: 100px; }
  .suipai a {
    width: 670px;
    display: block; }

.book-sidebar .book-brand a img {
  width: auto !important;
  margin-top: 2px; }

.suipai-item {
  width: 670px;
  height: 100px;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0px 2px 10px 0px #000000; }
  .suipai-item:hover {
    box-shadow: 0px 8px 16px 1px #000000; }

.bp {
  width: 670px;
  height: 100px;
  background-color: black;
  position: absolute;
  z-index: 0;
  opacity: 0; }

.suipai-title {
  width: 670px;
  text-align: left;
  position: relative;
  float: left;
  z-index: 100;
  font-size: 22px;
  padding-left: 20px; }

.suipai-pages {
  width: 80px;
  height: 100px;
  position: absolute;
  float: right;
  right: -80px;
  font-size: 20px;
  background-color: black;
  color: white;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  z-index: 101; }

/*作品*/
.shits {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 10px; }

.myProc {
  width: 328px;
  height: 274px;
  margin-right: 40px;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #2c2c2c00;
  color: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 0px 12px 0px #0000004a;
  background-image: radial-gradient(#ffffff0a 1px, #ffffff00 1px);
  background-size: 4px 4px;
  backdrop-filter: saturate(100%) blur(10px); }

.shit_title_img {
  width: 300px;
  height: 180px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  margin-left: 14px;
  margin-top: 14px; }

.shits span:last-of-type {
  display: block;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  position: absolute;
  width: 328px;
  color: #bfbfbf;
  height: 12px;
  bottom: 16px;
  overflow: hidden; }

.shits span:first-of-type {
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  width: 328px;
  position: absolute;
  bottom: 30px; }

.shits i {
  display: none; }

.cutline {
  width: 100%;
  height: 22px;
  float: none !important;
  color: #bebebe;
  text-align: center; }

.cutline b {
  background-color: white;
  line-height: 38px;
  font-size: 20px; }

.off-canvas-content .book-content .book-post > h1:first-child {
  margin-top: -6px !important; }

.book-sidebar .book-brand {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  position: fixed;
  padding-top: 1.1rem;
  border-bottom: 1px solid #e7e7e7;
  height: calc(3.8rem + 4px) !important;
  background-color: white;
  z-index: 20;
  box-sizing: border-box;
  border-bottom: 1px solid #c8c8c81f;
  box-shadow: 0 0 20px #00000014;
  cursor: pointer;
  margin-top: -2px;
  background-color: #aeaeae26 !important;
  backdrop-filter: saturate(100%) blur(4px); }
  .book-sidebar .book-brand a {
    text-align: center;
    margin-left: 1.8rem;
    transition: all 0.2s;
    position: relative; }
  .book-sidebar .book-brand img {
    transform-origin: 50% 50%;
    /* 设置旋转中心 */
    transition: all 1s; }
  .book-sidebar .book-brand:hover {
    text-shadow: 0 0 4px white;
    backdrop-filter: saturate(100%); }
    .book-sidebar .book-brand:hover img {
      transform: rotateY(360deg);
      /* 旋转 360 度 */ }
  .book-sidebar .book-brand span {
    position: relative;
    margin-top: 4px; }
    .book-sidebar .book-brand span b {
      position: absolute;
      right: -10px;
      /* opacity: 0.4; */
      bottom: -8px;
      transform: rotateY(20deg) rotateX(-30deg);
      color: #fff;
      background-color: #000000a3;
      font-weight: bold;
      box-shadow: 2px 2px 0 #ff0049b3;
      padding: 0 6px;
      font-size: 12px; }

.author-title {
  margin-left: 12px; }

.off-canvas-content .book-post-info .book-post-meta .link {
  margin-left: 5px !important;
  line-height: 25px; }
  .off-canvas-content .book-post-info .book-post-meta .link a {
    color: white !important;
    background-color: #686a6b;
    padding: 0 5px;
    border-radius: 4px; }

.book-sidebar .book-menu {
  width: 14rem !important; }
  .book-sidebar .book-menu .current-tab:after {
    content: " ⇦";
    color: #305edb; }
  .book-sidebar .book-menu h1,
  .book-sidebar .book-menu h2,
  .book-sidebar .book-menu h3,
  .book-sidebar .book-menu h4,
  .book-sidebar .book-menu h5,
  .book-sidebar .book-menu h6 {
    padding: 0 0.6rem 0 1.25rem;
    margin: 1.25rem 0 0.7rem 0;
    font-size: 0.7rem; }

.book-sidebar {
  background: transparent !important;
  box-shadow: 0 0 18px #0000002e;
  width: 14rem !important;
  overflow: hidden; }

.book-sidebar .book-menu ul {
  padding-left: 1.2rem !important;
  margin-left: 0 !important;
  padding-top: 4px !important; }
  .book-sidebar .book-menu ul * {
    line-height: 1.8 !important; }

.book-content {
  position: relative;
  padding: 0 2em !important; }

.book-post-meta link {
  padding-left: 6px; }

.frsi {
  font-size: 10px;
  color: #999ca8;
  width: 55%;
  text-align: right;
  position: relative;
  float: right;
  z-index: 1;
  margin-bottom: 50px; }

.l_logo {
  width: 17px;
  vertical-align: -3px;
  margin-right: 6px; }

.off-canvas-content {
  padding: 1.1rem 2.2rem 0.5em 2.2em !important; }

.book-navbar {
  position: sticky;
  top: 0;
  padding-top: 15px !important;
  z-index: 20;
  background-color: transparent !important; }
  .book-navbar i {
    color: #fff !important; }

.drink-time {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
  color: black;
  background-color: #eeeeee; }

.drink-description {
  position: fixed;
  width: 100%;
  height: 10%;
  z-index: 20000;
  color: #466910;
  bottom: 0;
  background-color: #f8f8f8;
  left: 0;
  font-size: 30px;
  text-align: center;
  vertical-align: middle; }

/*回到顶部*/
.book-post {
  position: relative; }

.articleBottom {
  width: 100%;
  height: 28px;
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  color: #bebebe;
  display: flex;
  justify-content: space-between; }
  .articleBottom > i {
    width: 100%;
    height: 28px;
    display: block;
    border-bottom: 1px solid #bebebe; }
  .articleBottom > b {
    width: 650px; }
  .articleBottom div {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 30px; }
  .articleBottom span {
    position: absolute;
    top: 13px;
    display: block;
    text-align: center;
    width: 68px; }
  .articleBottom img {
    margin-top: 10px;
    width: auto !important;
    height: auto !important; }

/*文章头图*/
.articlehead {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px; }

/* 友情链接 */
.friendUrl {
  font-size: 10px;
  color: #999ca8 !important; }

.friendUrl:hover {
  color: #2da4e1 !important; }

.myProjects_shit_title_img {
  width: 320px;
  height: 200px;
  background-position: center;
  background-size: cover;
  float: left;
  /* margin-left: 4px;
  margin-top: 4px; */
  box-shadow: 0px 10px 8px -10px black; }

.myProjects_introduce {
  float: left;
  height: 200px;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 2px solid #dadee4; }

.little_img {
  width: 84px;
  height: 26px;
  margin: -2px 0 0 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  position: absolute; }

.book-post-info {
  background-color: rgba(255, 255, 255, 0.432);
  border-radius: 20px; }

.book-post-info {
  background-color: transparent; }

.b-link {
  width: 307px;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #c5667d;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #1818186e;
  transition: all 0.2s; }
  .b-link > div {
    width: 30px;
    height: 30px;
    background-image: url("../../images/other/dabprFS.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 10px; }
  .b-link > span {
    font-size: 15px;
    line-height: 30px; }
  .b-link:hover {
    background-color: #0000009c; }

.newGuide {
  width: 62vw;
  height: 450px;
  border-radius: 10px; }
  .newGuide .guide {
    box-sizing: border-box;
    margin-left: 10px;
    float: left;
    width: calc(25% - 10px);
    height: 100%;
    transition: 0.2s; }
    .newGuide .guide > a > div {
      box-sizing: content-box;
      margin-bottom: 10px;
      width: 100%;
      height: calc(25% - 7.2px);
      background-size: 100% auto;
      background-position: center;
      overflow: hidden;
      position: relative;
      transition: all 0.2s; }
      .newGuide .guide > a > div span {
        width: 100%;
        text-align: center;
        letter-spacing: 1.6px;
        line-height: 105px;
        font-size: 1rem;
        font-weight: bold;
        color: white;
        z-index: 1;
        position: absolute;
        top: 0; }
      .newGuide .guide > a > div > div {
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: 0.1s; }
    .newGuide .guide > a > div:hover {
      box-shadow: 0px 2px 11px 0px #0d0d0dd6; }
      .newGuide .guide > a > div:hover > span {
        opacity: 0.8; }
      .newGuide .guide > a > div:hover > div {
        cursor: pointer;
        text-decoration: none !important; }
    .newGuide .guide .note_guide {
      border-radius: 10px;
      box-shadow: 0 0 14px 0px #1a1a1aad;
      background-image: url("../../images/other/YfLHgA.jpg"); }
    .newGuide .guide .nintendo_guide {
      border-radius: 10px;
      box-shadow: 0 0 14px 0px #1a1a1aad;
      background-image: url("../../images/other/IMG_6139.JPG"); }
    .newGuide .guide .jay_guide {
      border-radius: 10px;
      box-shadow: 0 0 14px 0px #1a1a1aad;
      background-image: url("../../images/photos/2021/DSC00361.JPG"); }
    .newGuide .guide .home_guide {
      border-radius: 10px;
      box-shadow: 0 0 14px 0px #1a1a1aad;
      background-image: url("../../images/other/waoh6O.jpg");
      background-position: bottom;
      border: 0; }

.zhegaia,
.zhegaib,
.zhegaic,
.zhegaid {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: black;
  opacity: 0.6;
  background-image: radial-gradient(#fcfcfc14 1px, #000000 1px);
  background-size: 4px 4px;
  backdrop-filter: saturate(50%) blur(1px); }

.zhegaia {
  width: 0; }

.scrollbar ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 4px;
  height: 1px; }

.scrollbar ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background: #004ed0; }

.scrollbar ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: transparent; }

/* 网页常用颜色 */
.colorBoard {
  padding: 10px;
  width: 230px;
  height: 90px;
  float: left; }
  .colorBoard .btn {
    width: 70px;
    height: 70px;
    float: left;
    padding: 0;
    text-align: center;
    border-radius: 0;
    line-height: 75px;
    font-size: 6px;
    cursor: pointer;
    text-shadow: 0px 0px 2px #000000;
    border: 0;
    color: #fff;
    position: relative;
    transition: 0.2s all; }
  .colorBoard .btn:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .colorBoard .btn:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .colorBoard .btn:hover {
    box-shadow: inset 0px 0px 7px 0px #00000069;
    font-weight: bolder;
    z-index: 1; }

.colorBoardTheme {
  padding: 10px;
  height: 90px;
  float: left; }
  .colorBoardTheme .btn {
    width: 70px;
    height: 70px;
    float: left;
    padding: 0;
    text-align: center;
    border-radius: 0;
    line-height: 75px;
    font-size: 6px;
    cursor: pointer;
    text-shadow: 0px 0px 2px #000000;
    border: 0;
    color: #fff;
    position: relative;
    transition: 0.2s all; }
  .colorBoardTheme .btn:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .colorBoardTheme .btn:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .colorBoardTheme .btn:hover {
    box-shadow: inset 0px 0px 7px 0px #00000069;
    font-weight: bolder;
    z-index: 1; }

.book-sidebar .book-menu .accordion {
  padding: 0.625rem 0.6rem 0.625rem 2rem !important;
  font-size: 15px; }

.book-sidebar .book-menu h1 {
  padding: 0 0.6rem 0 1.2rem !important;
  margin: 1.2rem 0 0.9rem 0 !important; }

.book-sidebar .book-menu .uncollapsible {
  padding: 0 0.6rem 0 1.25rem;
  margin: 0 0 0 0;
  border-top: 1px solid #343434 !important; }

.book-sidebar .book-menu li {
  margin-top: 1rem !important;
  margin-bottom: 1rem; }
  .book-sidebar .book-menu li a {
    transition: all 0.1s; }
  .book-sidebar .book-menu li:hover {
    text-shadow: 0 0 4px white; }

.clipboard_success {
  width: 200px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: -210px;
  font-size: 16px;
  line-height: 40px;
  z-index: 2;
  background-color: #fff;
  border-left: 4px solid #4482F7;
  color: #000;
  display: none;
  transition: 1s all;
  cursor: default; }

.machine {
  overflow: hidden; }
  .machine > div {
    overflow: hidden; }
    .machine > div > a > div {
      width: 45%;
      height: 150px;
      line-height: 232px;
      margin: 10px;
      float: left;
      background-position: center;
      background-size: 100% auto;
      overflow: hidden;
      cursor: pointer; }
      .machine > div > a > div > span {
        font-size: 40px;
        font-weight: bold;
        font-style: italic;
        color: #fefefeef;
        font-family: "Arial Black";
        margin-left: 10px; }
  .machine > .nin > a:hover > div {
    background-image: none !important;
    background-color: red; }
    .machine > .nin > a:hover > div > span {
      color: white; }
  .machine > .plays > a:hover > div {
    background-image: none !important;
    background-color: blue; }
    .machine > .plays > a:hover > div > span {
      color: white; }
  .machine > .xbox > a:hover > div {
    background-image: none !important;
    background-color: green; }
    .machine > .xbox > a:hover > div > span {
      color: white; }
  .machine > .oth > a:hover > div {
    background-image: none !important;
    background-color: black; }
    .machine > .oth > a:hover > div > span {
      color: white; }

.toy_covers {
  margin-left: -20px;
  margin-top: -20px; }
  .toy_covers a {
    width: 100%;
    height: 100%; }
  .toy_covers .toy_div {
    width: 220px;
    height: 380px;
    background-size: 100% auto;
    display: inline-block;
    position: relative;
    margin: 30px 20px;
    transition: all 0.2s;
    box-shadow: 0px 2px 10px 0px #000000 !important; }
    .toy_covers .toy_div:hover {
      box-shadow: 0px 4px 14px 2px #000000 !important; }
  .toy_covers .back_black:hover {
    opacity: 0.1; }
  .toy_covers .back_black {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s; }
  .toy_covers .tocount {
    width: 45px;
    height: 20px;
    background-color: #6c9e22;
    position: absolute;
    right: 0;
    top: 20px;
    color: white;
    text-align: center;
    z-index: 2; }
  .toy_covers .descrip {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 10px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 2; }
    .toy_covers .descrip b {
      font-size: 16px; }

.pokemon-form .pokemon-background-pic {
  width: 100%;
  height: 300px;
  background-image: url("../../images/other/2F65x1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: red; }

.pokemon-form .pokemon-background-name {
  font-size: 25px;
  text-align: center;
  line-height: 55px;
  font-weight: bold; }

.book-post h1 a {
  color: white !important;
  font-size: 1.4rem;
  font-weight: bold; }
  .book-post h1 a:visited {
    color: white !important; }
  .book-post h1 a:hover {
    color: #0c53cd !important; }

.platform-page {
  background-color: #ffffff2d;
  backdrop-filter: saturate(80%) blur(4px) hue-rotate(-10deg);
  background-size: 4px 4px;
  background-image: radial-gradient(#fcfcfc09 1px, #2c2c2c08 1px);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.platform {
  display: inline-block;
  margin: 40px;
  margin-bottom: 80px;
  width: 280px;
  height: 100px;
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  border-radius: 24px; }
  .platform:hover .platform-pic {
    transform: rotate3d(0.3, 0.8, 0.2, -30deg);
    opacity: 0; }
  .platform:hover .inner-text {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1; }
  .platform .platform-pic {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    opacity: 1; }
  .platform .inner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate3d(0.3, 0.8, 0.2, -30deg);
    text-align: center;
    color: #000;
    font-size: 2rem !important;
    width: 100%;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.4s; }
  .platform a {
    text-decoration: none !important; }

.pc-pic .platform-pic {
  background-image: url("../../images/Machine/pc.png"); }

.switch-pic .platform-pic {
  background-image: url("../../images/Machine/switch.jpg"); }

.threeds-pic .platform-pic {
  background-image: url("../../images/Machine/3ds.png"); }

.ds-pic .platform-pic {
  background-image: url("../../images/Machine/ds.png"); }

.sixfour-pic .platform-pic {
  background-image: url("../../images/Machine/64.png"); }

.ngc-pic .platform-pic {
  background-image: url("../../images/Machine/ngc.png"); }

.gba-pic .platform-pic {
  background-image: url("../../images/Machine/gba.png"); }

.gbc-pic .platform-pic {
  background-image: url("../../images/Machine/gbc.png"); }

.gb-pic .platform-pic {
  background-image: url("../../images/Machine/gb.png"); }

.psv-pic .platform-pic {
  background-image: url("../../images/Machine/psv.png"); }

.phone-pic .platform-pic {
  background-image: url("../../images/Machine/phone.png"); }

.myPagination {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  .myPagination > div {
    display: flex;
    justify-content: center; }
    .myPagination > div > a > div {
      border: 1px solid #808080;
      color: white;
      padding: 0 10px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      margin: 3px;
      float: left;
      -moz-user-select: none;
      /*火狐*/
      -webkit-user-select: none;
      /*webkit浏览器*/
      -ms-user-select: none;
      /*IE10*/
      -khtml-user-select: none;
      /*早期浏览器*/
      user-select: none;
      border-radius: 6px; }
      .myPagination > div > a > div:hover {
        background-color: white;
        color: black;
        font-weight: bold; }
    .myPagination > div > a > .page_chosen {
      background-color: white;
      color: black !important;
      font-weight: bold;
      border-radius: 6px; }

.machinePagination {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px; }
  .machinePagination > div {
    float: right; }
    .machinePagination > div > a > div {
      border: 1px solid #808080;
      color: white;
      height: 40px;
      text-align: center;
      line-height: 40px;
      margin: 3px;
      padding: 0 10px;
      float: left;
      -moz-user-select: none;
      /*火狐*/
      -webkit-user-select: none;
      /*webkit浏览器*/
      -ms-user-select: none;
      /*IE10*/
      -khtml-user-select: none;
      /*早期浏览器*/
      user-select: none;
      border-radius: 6px; }
      .machinePagination > div > a > div:hover {
        background-color: white;
        color: black;
        font-weight: bold; }
    .machinePagination > div > a > .page_chosen {
      background-color: white;
      color: black !important;
      font-weight: bold; }

.littlePet {
  width: 100px;
  height: 100px;
  cursor: default !important;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 18.66666667%;
  transition: all 0.7s;
  z-index: 200; }
  .littlePet:after {
    content: "/";
    margin-left: -170px;
    margin-top: -28px;
    width: 200px;
    /* height: 58px; */
    background-color: white;
    transition: all 0.3s;
    color: black;
    display: none;
    padding: 10px;
    border-radius: 15px; }

.littlePet:hover {
  width: 150px;
  height: 150px; }
  .littlePet:hover:after {
    content: "交换场地！";
    display: block; }

.pet-poly:hover {
  transform: rotate(360deg); }
  .pet-poly:hover:after {
    margin-left: -210px;
    content: ".. -....- .-- .- -. - -....- - --- -....- --. --- -....- -... .- -.-. -.- -....- - --- -....- ..--- ----- .---- ---.. "; }

.pet-luca:hover:after {
  content: "愿波导之力与你同在。"; }

.pet-spr:hover:after {
  content: "火焰球！"; }

.pet-cha:hover:after {
  content: ""; }

.ns-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .ns-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .ns-cards .out {
    width: 220px;
    height: 398px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    transition: all 0.1s;
    position: relative; }
    .ns-cards .out.is-recc .recommended {
      display: block; }
    .ns-cards .out .ns-card {
      width: 220px;
      height: 358px;
      display: inline-block;
      background-size: 100% 100%;
      padding: 0;
      margin: 0;
      transition: all 0.2s;
      box-shadow: 0px 2px 7px 1px #000000a3; }
    .ns-cards .out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 160px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .ns-cards .out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .ns-cards .out .g-t {
      width: 220px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: white;
      position: relative; }
      .ns-cards .out .g-t .tt {
        width: 190px;
        display: inline-block;
        margin-top: 6px;
        color: white; }
      .ns-cards .out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .ns-cards .ringfit {
    width: 358px !important; }
    .ns-cards .ringfit .ns-card,
    .ns-cards .ringfit .g-t {
      width: 358px;
      color: white; }
  .ns-cards .out:hover .ns-card {
    box-shadow: 2px 2px 8px 2px black; }
  .ns-cards .out:hover .count {
    width: 220px; }

.pc-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .pc-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .pc-cards .out {
    width: 220px;
    height: 314px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all 0.1s;
    position: relative; }
    .pc-cards .out.is-recc .recommended {
      display: block; }
    .pc-cards .out .pc-card {
      width: 220px;
      height: 274px;
      display: inline-block;
      background-size: 100% auto;
      padding: 0;
      margin: 0;
      transition: all 0.2s;
      box-shadow: 0px 2px 7px 1px #000000a3; }
    .pc-cards .out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 120px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .pc-cards .out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .pc-cards .out .g-t {
      width: 220px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .pc-cards .out .g-t .tt {
        width: 180px;
        display: inline-block;
        margin-top: 6px;
        color: white; }
      .pc-cards .out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .pc-cards .out:hover .pc-card {
    box-shadow: 2px 2px 8px 2px black; }
  .pc-cards .out:hover .count {
    width: 220px; }

.gba-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .gba-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .gba-cards .gba-en {
    height: 260px !important; }
    .gba-cards .gba-en .gba-card {
      height: 220px !important; }
    .gba-cards .gba-en .count {
      top: 100px !important; }
  .gba-cards .gba-out {
    width: 220px;
    height: 180px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all 0.1s;
    position: relative; }
    .gba-cards .gba-out.is-recc .recommended {
      display: block; }
    .gba-cards .gba-out .gba-card {
      width: 220px;
      height: 140px;
      display: inline-block;
      background-size: 100% 100%;
      padding: 0;
      margin: 0;
      transition: all 0.2s; }
    .gba-cards .gba-out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 50px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .gba-cards .gba-out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .gba-cards .gba-out .g-t {
      width: 220px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .gba-cards .gba-out .g-t .tt {
        width: 180px;
        display: inline-block;
        margin-top: 6px;
        color: white; }
      .gba-cards .gba-out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .gba-cards .gba-out:hover .gba-card {
    box-shadow: 2px 2px 8px 2px black; }
  .gba-cards .gba-out:hover .count {
    width: 220px; }

.liusi-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .liusi-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .liusi-cards .liusi-out {
    width: 220px;
    height: 340px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all 0.1s;
    position: relative; }
    .liusi-cards .liusi-out.is-recc .recommended {
      display: block; }
    .liusi-cards .liusi-out .liusi-card {
      width: 220px;
      height: 300px;
      display: inline-block;
      background-size: 100% auto;
      padding: 0;
      margin: 0;
      transition: all 0.2s; }
    .liusi-cards .liusi-out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 120px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .liusi-cards .liusi-out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .liusi-cards .liusi-out .g-t {
      width: 220px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .liusi-cards .liusi-out .g-t .tt {
        width: 180px;
        display: inline-block;
        margin-top: 6px;
        color: white; }
      .liusi-cards .liusi-out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .liusi-cards .liusi-out:hover .liusi-card {
    box-shadow: 2px 2px 8px 2px black; }
  .liusi-cards .liusi-out:hover .count {
    width: 220px; }

.gb-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .gb-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .gb-cards .gb-out {
    width: 220px;
    height: 280px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all 0.1s;
    position: relative; }
    .gb-cards .gb-out.is-recc .recommended {
      display: block; }
    .gb-cards .gb-out .gb-card {
      width: 220px;
      height: 280px;
      display: inline-block;
      background-size: 100% 100%;
      padding: 0;
      margin: 0;
      transition: all 0.2s; }
    .gb-cards .gb-out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 120px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .gb-cards .gb-out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .gb-cards .gb-out .g-t {
      width: 220px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .gb-cards .gb-out .g-t .tt {
        width: 180px;
        display: inline-block;
        margin-top: 6px;
        color: white; }
      .gb-cards .gb-out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .gb-cards .gb-out:hover .gb-card {
    box-shadow: 2px 2px 8px 2px black; }
  .gb-cards .gb-out:hover .count {
    width: 220px; }

.ds-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .ds-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .ds-cards .out {
    width: 240px;
    height: 220px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
    transition: all 0.1s;
    position: relative; }
    .ds-cards .out.is-recc .recommended {
      display: block; }
    .ds-cards .out .ds-card {
      width: 240px;
      height: 220px;
      display: inline-block;
      background-size: 100% 100%;
      padding: 0;
      margin: 0;
      transition: all 0.2s; }
    .ds-cards .out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 100px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .ds-cards .out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .ds-cards .out .g-t {
      width: 240px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .ds-cards .out .g-t .tt {
        width: 190px;
        color: white;
        display: inline-block;
        margin-top: 6px; }
      .ds-cards .out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .ds-cards .out:hover .ds-card {
    box-shadow: 2px 2px 8px 2px black; }
  .ds-cards .out:hover .count {
    width: 240px; }

.gbc-cards {
  overflow: hidden;
  padding-left: -10px;
  padding-top: 30px; }
  .gbc-cards .recommended {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 100;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/other/recommended.png");
    display: none; }
  .gbc-cards .out {
    width: 239px;
    height: 300px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
    transition: all 0.1s;
    position: relative; }
    .gbc-cards .out.is-recc .recommended {
      display: block; }
    .gbc-cards .out .gbc-card {
      width: 239px;
      height: 300px;
      display: inline-block;
      background-size: 100% 100%;
      padding: 0;
      margin: 0;
      transition: all 0.2s; }
    .gbc-cards .out .count {
      width: 0px;
      height: 40px;
      background-color: rgba(126, 252, 0, 0.534);
      overflow: hidden;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 40px;
      top: 120px;
      right: 0;
      z-index: 100;
      position: absolute;
      transition: all 0.2s; }
    .gbc-cards .out .no_co {
      background-color: rgba(255, 0, 0, 0.548); }
    .gbc-cards .out .g-t {
      width: 239px;
      height: 30px;
      font-size: 12px;
      font-weight: bold;
      color: #3b4351;
      position: relative; }
      .gbc-cards .out .g-t .tt {
        width: 100px;
        display: inline-block;
        color: white;
        margin-top: 6px; }
      .gbc-cards .out .g-t .ver {
        position: absolute;
        right: 0;
        bottom: 9px;
        color: #adadad;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        zoom: 0.81; }
  .gbc-cards .out:hover .gbc-card {
    box-shadow: 2px 2px 8px 2px black; }
  .gbc-cards .out:hover .count {
    width: 239px; }

.out:hover .ns-card,
.out:hover .pc-card,
.out:hover .gba-card,
.out:hover .liusi-card,
.out:hover .gb-card,
.out:hover .ds-card,
.out:hover .gbc-card {
  opacity: 0.7; }

.phone-ke {
  width: 600px;
  height: 750px;
  padding-top: 25px;
  background-color: #1d1d1d;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.2s;
  box-shadow: 0px 3px 8px 1px #000000; }
  .phone-ke:hover {
    box-shadow: 0px 8px 15px 3px #000000; }
  .phone-ke .camera {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: black;
    left: calc(50% - 50px);
    top: 7px; }
  .phone-ke .sound {
    width: 80px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    background-color: black;
    left: calc(50% - 30px);
    top: 7px; }
  .phone-ke .back-screen {
    margin-left: 25px;
    width: calc(100% - 50px);
    height: 700px;
    background-size: 100% auto;
    background-position: contain;
    background-image: url("../../images/Games/dragolia_lost/Screenshot_20200513-010224.jpg");
    position: relative;
    box-shadow: inset 0px 0 8px 0px #000000; }
    .phone-ke .back-screen .up-left {
      color: white;
      margin-left: 8px;
      line-height: 28px;
      display: inline-block; }
    .phone-ke .back-screen .up-center {
      color: white;
      position: absolute;
      line-height: 25px;
      display: inline-block;
      top: 2px;
      left: calc(50% - 15px); }
    .phone-ke .back-screen .down {
      width: 150px;
      height: 5px;
      border-radius: 5px;
      position: absolute;
      background-color: white;
      left: 200px;
      left: calc(50% - 70px);
      bottom: 10px; }
    .phone-ke .back-screen .out-screen {
      width: 100%;
      height: 650px;
      overflow: scroll; }
      .phone-ke .back-screen .out-screen::-webkit-scrollbar-thumb {
        display: none; }
      .phone-ke .back-screen .out-screen .inner-screen {
        vertical-align: top;
        text-align: center;
        padding-top: 10px; }
        .phone-ke .back-screen .out-screen .inner-screen .app-out {
          width: 100px;
          height: 115px;
          overflow: hidden;
          display: inline-block;
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 8px; }
          .phone-ke .back-screen .out-screen .inner-screen .app-out .app-logo {
            width: 70px;
            height: 70px;
            margin-left: 15px;
            background-size: 100% 100%;
            line-height: 70px;
            border-radius: 10px;
            margin-top: 5px;
            transition: all 0.1s;
            background-color: #2b2a2a;
            font-weight: bold;
            color: transparent;
            box-shadow: 0px 1px 3px 0px #000000; }
          .phone-ke .back-screen .out-screen .inner-screen .app-out .app-logo:hover {
            box-shadow: 0px 2px 7px 1px #000000; }
          .phone-ke .back-screen .out-screen .inner-screen .app-out .nopic:hover {
            box-shadow: 0px 0 7px 1px red !important;
            background-image: none !important;
            color: red; }
          .phone-ke .back-screen .out-screen .inner-screen .app-out .tt {
            width: 100%;
            font-size: 12px;
            display: block;
            text-align: center;
            color: white !important;
            margin-top: 8px;
            text-shadow: 0 0 2px black; }

.guidePic {
  width: calc(75% - 10px);
  height: 100%;
  float: left;
  background-position: center;
  border-radius: 10px;
  background-size: 100% auto;
  position: relative;
  transition: all 0.2s; }
  .guidePic:hover {
    box-shadow: 0px 2px 11px 0px #131313d1; }
  .guidePic .title {
    font-size: 40px;
    bottom: -35px;
    position: absolute;
    color: white;
    font-weight: bold;
    font-style: italic;
    left: 20px;
    z-index: 2; }

.swiper-container {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 14px 0px #1a1a1aad; }
  .swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #3e4b85;
    display: block;
    position: relative; }
    .swiper-container .swiper-slide * {
      color: white !important; }
  .swiper-container .swiper-pagination-bullet {
    width: 30px;
    border-radius: 3px;
    height: 6px;
    opacity: 0.6; }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    opacity: 0;
    transition: all 0.2s; }
  .swiper-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }
  .swiper-container .des {
    right: 35px;
    bottom: 22px;
    position: absolute; }
    .swiper-container .des .route {
      font-size: 18px;
      text-shadow: 1px 1px 2px black; }
    .swiper-container .des .route-title {
      font-size: 38px;
      text-shadow: 1px 1px 2px black;
      font-weight: bold; }
    .swiper-container .des .update-time {
      font-size: 10px;
      text-shadow: 1px 1px 2px black; }

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1; }

.card-container {
  width: 30rem;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  height: 300px;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 16px 0px #00000057;
  border-radius: 10px;
  position: relative; }
  .card-container .swiper-slide {
    display: block;
    position: relative; }
    .card-container .swiper-slide div {
      width: 80%;
      height: 280px;
      margin: 0 auto;
      vertical-align: middle;
      position: relative; }
      .card-container .swiper-slide div img {
        width: auto;
        height: 100%;
        position: absolute;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .card-container .swiper-slide div span {
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
    .card-container .swiper-slide * {
      color: white !important; }
  .card-container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.719);
    opacity: 0.6; }
  .card-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }
  .card-container .swiper-pagination {
    bottom: 0 !important; }

.ps-container {
  width: 35rem;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  height: 600px;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 16px 0px #00000057;
  border-radius: 10px;
  position: relative; }
  .ps-container .swiper-slide {
    display: block;
    position: relative; }
    .ps-container .swiper-slide div {
      width: 80%;
      height: 560px;
      margin: 0 auto;
      vertical-align: middle;
      position: relative; }
      .ps-container .swiper-slide div img {
        width: auto;
        height: auto;
        position: absolute;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -52%); }
      .ps-container .swiper-slide div span {
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
    .ps-container .swiper-slide * {
      color: white !important; }
  .ps-container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.719);
    opacity: 0.6; }
  .ps-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }
  .ps-container .swiper-pagination {
    bottom: 0 !important; }

.table-wrapper {
  overflow: visible !important; }

@media (max-width: 600px) {
  .poke-gen .ppp {
    background-image: none !important; }
  .poke-gen tr td .pokemon-base > div .pokemon-type .type {
    margin-top: 0 !important; } }

.poke-gen {
  width: 100% !important; }
  .poke-gen td:not(.ppp):not(.pokemon-screenshot) {
    height: 200px; }
  .poke-gen .pokemon-td {
    width: 300px;
    overflow: hidden;
    padding: 20px 0 !important; }
    .poke-gen .pokemon-td > img {
      margin-top: 5px;
      height: 150px;
      width: auto; }
  .poke-gen .pokemon-move-td {
    width: calc(100% - 280px); }
  .poke-gen .boy {
    color: #6fa6d8; }
  .poke-gen .girl {
    color: #ed4f38; }
  .poke-gen * {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .poke-gen tr .ppp {
    text-align: center !important;
    background-color: rgba(204, 204, 204, 0.1);
    background-repeat: no-repeat;
    background-position: right 18px bottom 17px;
    background-size: auto 20%; }
    .poke-gen tr .ppp > img {
      margin: 0 auto !important;
      margin-top: 5px !important;
      border-radius: 10px;
      position: relative;
      height: 100%;
      z-index: 1; }
    .poke-gen tr .ppp .back-text {
      font-size: 300px;
      width: 100%;
      font-weight: bold;
      opacity: 0.1;
      z-index: 0; }
    .poke-gen tr .ppp .left-text {
      text-align: left;
      position: absolute;
      top: 0px;
      left: -30px; }
    .poke-gen tr .ppp .right-text {
      text-align: right;
      position: absolute;
      top: -100px;
      right: -40px; }
    .poke-gen tr .ppp .pokemon-pixel {
      line-height: 40px;
      vertical-align: middle;
      padding: 0 10px 0 30px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      justify-items: center;
      position: relative;
      z-index: 1; }
      .poke-gen tr .ppp .pokemon-pixel > span,
      .poke-gen tr .ppp .pokemon-pixel > b {
        line-height: 40px;
        margin-right: 30px; }
      .poke-gen tr .ppp .pokemon-pixel > span {
        display: block; }
      .poke-gen tr .ppp .pokemon-pixel > b {
        text-shadow: 0 0 1px #000; }
      .poke-gen tr .ppp .pokemon-pixel img {
        display: inline-block !important;
        width: auto !important;
        margin: 0 !important;
        vertical-align: middle; }
      .poke-gen tr .ppp .pokemon-pixel img:last-of-type {
        margin-right: 15px !important; }
  .poke-gen tr .pokemon-back {
    background-position: top 0 left 0;
    background-size: 120%;
    background-repeat: no-repeat;
    width: 100%;
    height: 200%;
    position: absolute;
    top: -19%;
    right: -13%;
    z-index: 0;
    opacity: 0.2; }
  .poke-gen tr td {
    position: relative; }
    .poke-gen tr td .po-i {
      position: relative;
      z-index: 1; }
    .poke-gen tr td .pokemon-base {
      float: left;
      width: 58%;
      height: 100%;
      margin-left: 2%; }
      .poke-gen tr td .pokemon-base > div .pokemon-line1 span {
        margin-right: 20px; }
      .poke-gen tr td .pokemon-base > div .pokemon-line1 > img {
        display: inline-block !important;
        width: 40px !important;
        margin: 0 !important;
        margin-right: 5px !important;
        vertical-align: -6px; }
      .poke-gen tr td .pokemon-base > div .pokemon-type {
        overflow: hidden;
        margin: 5px auto;
        vertical-align: middle;
        margin-top: 8px; }
        .poke-gen tr td .pokemon-base > div .pokemon-type .level {
          font-size: 24px;
          font-weight: bold;
          float: left;
          margin-right: 20px; }
        .poke-gen tr td .pokemon-base > div .pokemon-type .type {
          width: 50px;
          height: 20px;
          border-radius: 5px;
          margin-top: 10px;
          color: white;
          float: left;
          text-align: center;
          margin-right: 10px; }
    .poke-gen tr td .pokemon-ball {
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 2;
      left: 6px;
      bottom: 21px;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.8; }
    .poke-gen tr td .pokemon-name {
      margin-top: -3px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .poke-gen tr td .pokemon-name b {
        font-size: 18px; }
    .poke-gen tr td .pokemon-move {
      float: left;
      width: 40%;
      margin-top: 24px; }
      .poke-gen tr td .pokemon-move .move {
        width: calc(50% - 40px);
        display: inline-block;
        height: 50px;
        font-size: 20px;
        font-weight: bold;
        line-height: 50px;
        margin: 5px;
        text-align: center;
        border-radius: 25px;
        background-size: 150%;
        background-position: -5px 0;
        cursor: default;
        color: white;
        background-image: linear-gradient(90deg, transparent, rgba(2, 2, 2, 0.699));
        transition: all 0.2s; }
        .poke-gen tr td .pokemon-move .move:hover {
          box-shadow: 0px 3px 11px 0px #1d1d1d; }
  .poke-gen tr .pokemon-screenshot {
    text-align: center !important; }
    .poke-gen tr .pokemon-screenshot img {
      display: inline-block !important;
      width: 20%;
      margin: 10px !important; }

.pokemon-appendix {
  background-color: #ffffffab;
  color: #000 !important;
  border-radius: 25px;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding: 5px 15px;
  border: 3px solid #fff !important;
  padding-right: 18px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.1s;
  font-weight: bold;
  margin-bottom: 10px; }
  .pokemon-appendix:hover {
    background-color: #fff; }

.t-normal {
  background-color: #9199a1; }

.t-fire {
  background-color: #fc9c5c; }

.t-water {
  background-color: #5292d3; }

.t-elec {
  background-color: #f3d14c; }

.t-grass {
  background-color: #65ba5f; }

.t-ice {
  background-color: #77cebf; }

.t-fight {
  background-color: #cb436b; }

.t-poison {
  background-color: #a86dc6; }

.t-ground {
  background-color: #d6784a; }

.t-fly {
  background-color: #8fa9dc; }

.t-psycho {
  background-color: #f7727b; }

.t-bug {
  background-color: #92bf3b; }

.t-rock {
  background-color: #c5b78e; }

.t-ghost {
  background-color: #536baa; }

.t-dragon {
  background-color: #166fc0; }

.t-dark {
  background-color: #5a5465; }

.t-iron {
  background-color: #5c8da0; }

.t-fairy {
  background-color: #ea92e4; }

.shining-pearl-text {
  color: #e6acbd;
  font-style: italic; }

.diamond-text {
  color: #88d2ed; }

.platium-text {
  color: #b59d20; }

.heartgold-text {
  color: #f7c748;
  font-style: italic; }

.white-text {
  color: #d3d3d3;
  font-weight: 600; }

.red-text {
  color: #cd3131; }

.silver-text {
  color: #d6d6d6; }

.sword-text {
  color: #1ba3e6;
  font-style: italic; }

.pokemon-generation {
  display: inline-block;
  margin: 0 20px;
  width: 285px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  padding: 20px 0; }
  .pokemon-generation .platform-pic {
    width: 100%;
    height: 200px;
    position: absolute;
    transition: all 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .pokemon-generation .platform-name {
    font-size: 25px;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    margin-top: 200px; }

.ranger1-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/20111228142552!Pokémon_Ranger_logo.png"); }

.ranger2-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/1600px-Pokémon_Ranger_SoA_logo.png"); }

.ranger3-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/Pokémon_Ranger_Tracks_of_Light_Japanese_logo.png"); }

.column1-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.column2-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.column3-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.column4-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.column5-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.column6-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen1-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen2-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen3-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen4-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen5-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen6-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen7-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.dungen8-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/"); }

.s-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_朱_商标_简体中文.png"); }

.moon-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/精靈寶可夢_月亮_商標_簡體中文.png"); }

.eevee-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/精靈寶可夢_Let's_Go！伊布_商標_繁體中文.png"); }

.ruby-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_红宝石_商标_日文.png"); }

.emblem-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_绿宝石_商标_日文.png"); }

.diamond-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_钻石_商标_日文.png"); }

.x-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_Ｘ_商标_日文.png"); }

.pla-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦传说_阿尔宙斯_商标_简体中文.png"); }

.sw-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/寶可夢_劍_商標_繁體中文.png"); }

.or-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/寶可夢_歐米加紅寶石_圖標_日文.png"); }

.sun-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/精靈寶可夢_太陽_商標_繁體中文.png"); }

.white2-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/寶可夢_白２_商標_日文.png"); }

.white-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_白_商标_日文.png"); }

.black-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_黑_商标_日文.png"); }

.platium-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_白金_商标_日文.png"); }

.red-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_红_商标_日文.png"); }

.yellow-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_皮卡丘_商标_日文.png"); }

.bd-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_晶灿钻石_商标_简体中文.png"); }

.sp-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/寶可夢_明亮珍珠_商標_繁體中文.png"); }

.hg-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_心金_商标_日文.png"); }

.silver-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_银_商标_日文.png"); }

.crystal-pic .platform-pic {
  background-image: url("../../images/MyPokemonDaily/icons/宝可梦_水晶版_商标_日文.png"); }

.no-a {
  opacity: 0.5; }

.pokemon-generation:not(.no-a):hover {
  text-shadow: 0 0 10px #fff; }
  .pokemon-generation:not(.no-a):hover .platform-pic {
    transform: scale(1.05); }

.pokemon-data-list {
  display: flex;
  justify-content: flex-start; }

.saikyo-img {
  width: auto;
  height: auto;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%); }

.saikyo-describe {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 30px !important;
  transform: rotateY(20deg) rotateX(-30deg);
  font-weight: bold;
  box-shadow: 5px 5px 0 #fff;
  padding: 3px 6px; }

.saikyo-describe.full {
  color: #000;
  background-color: #fff;
  box-shadow: 10px 10px 0 #000; }

.saikyo-describe.atk {
  background-color: #cb2c39; }

.saikyo-describe.spa {
  background-color: #3376cd; }

.saikyo-describe.def {
  background-color: #a97643; }

.saikyo-describe.spd {
  background-color: #626262; }

.saikyo-describe.hp {
  background-color: #ae546f; }

.saikyo-describe.sp {
  background-color: #f5d247; }

.saikyo-name {
  position: absolute !important;
  height: 100px !important;
  bottom: 0;
  right: left;
  transform: rotateY(20deg) rotateX(30deg); }
  .saikyo-name p {
    font-size: 50px !important;
    font-weight: bold; }
  .saikyo-name .saikyo-prod {
    margin-top: -15px;
    margin-left: -10px !important;
    width: auto !important;
    height: 40px !important; }

#saikyoRadar {
  width: 25rem;
  height: 200px;
  margin-left: -300px;
  z-index: 2; }

.pokemon-container {
  width: 40rem;
  background-image: url("../../images/other/WechatIMG31.png");
  background-size: 100% 100%;
  margin-right: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
  height: 300px;
  border-radius: 6px 0 0 6px;
  position: relative; }
  .pokemon-container .swiper-slide {
    display: block;
    position: relative; }
    .pokemon-container .swiper-slide div {
      width: 100%;
      height: 260px;
      margin: 0 auto;
      vertical-align: middle;
      position: relative; }
    .pokemon-container .swiper-slide * {
      color: white !important; }
  .pokemon-container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.719);
    opacity: 0.6; }
  .pokemon-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }
  .pokemon-container .swiper-pagination {
    bottom: 0 !important; }

#typeLine {
  width: calc(100% - 50px);
  backdrop-filter: blur(6px);
  height: 500px;
  background-image: url("../../images/other/WechatIMG29.png");
  background-size: 100% 100%;
  margin-bottom: 30px; }

#gameTimeLine {
  width: calc(100% - 50px);
  backdrop-filter: blur(6px);
  height: 700px;
  background-image: url("../../images/other/WechatIMG29.png");
  background-size: 100% 100%;
  margin-bottom: 30px; }

#levelLine {
  width: calc(100% - 50px);
  backdrop-filter: blur(6px);
  height: 500px;
  background-image: url("../../images/other/WechatIMG29.png");
  background-size: 100% 100%;
  margin-bottom: 30px; }

.pokemon-count-container {
  width: calc(100% - 50px);
  height: 150px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .pokemon-count-container > div {
    width: 300px;
    height: 150px;
    margin: 0 10px;
    background-image: url("./WechatIMG32.png");
    background-size: 100% 100%; }
    .pokemon-count-container > div > p {
      font-size: 20px;
      text-align: center;
      padding-top: 35px; }
    .pokemon-count-container > div > div {
      font-size: 40px;
      font-weight: bold;
      color: #f1c40f;
      text-align: center;
      margin-top: -15px; }

.pokemon-small-title {
  display: inline-block;
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
  height: 3.5rem;
  position: relative;
  z-index: 20;
  -webkit-background-clip: text !important;
  background-clip: text;
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent); }
  .pokemon-small-title.home-title {
    background: linear-gradient(to bottom, #ffffff72, transparent);
    margin-bottom: 0.2rem;
    height: 2.5rem;
    font-size: 2.4rem; }

.pokemon-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 20px; }
  .pokemon-controller > div {
    width: 100px;
    height: 100px;
    margin: 0 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0.7;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .pokemon-controller > div span {
      text-align: center;
      margin-bottom: -30px;
      transition: all 0.2s; }
    .pokemon-controller > div:hover {
      opacity: 1;
      transform: scale(1.1); }
      .pokemon-controller > div:hover span {
        text-shadow: 0 0 10px #fff; }

.pokemon-swiper-container {
  margin: 0 auto;
  width: 40.9rem !important;
  overflow: hidden;
  z-index: 1;
  height: 22.5rem;
  position: relative;
  border-radius: 5px;
  background-size: auto 100%;
  background-color: #ffffff15;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 20px #1a1a1aab;
  background-repeat: no-repeat;
  background-position: center; }
  .pokemon-swiper-container .swiper-slide {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative; }
    .pokemon-swiper-container .swiper-slide * {
      color: white !important; }
  .pokemon-swiper-container .swiper-pagination-bullet {
    width: 30px;
    border-radius: 3px;
    height: 6px;
    opacity: 0.6; }
  .pokemon-swiper-container .swiper-button-prev,
  .pokemon-swiper-container .swiper-button-next {
    opacity: 0;
    transition: all 0.2s;
    background-color: #00000071;
    border-radius: 10px; }
    .pokemon-swiper-container .swiper-button-prev:after,
    .pokemon-swiper-container .swiper-button-next:after {
      padding: 10px;
      font-size: 18px;
      font-weight: bold !important;
      color: #fff; }
    .pokemon-swiper-container .swiper-button-prev:hover,
    .pokemon-swiper-container .swiper-button-next:hover {
      background-color: #000000b0; }
  .pokemon-swiper-container .swiper-pagination-bullet-active {
    background-color: white;
    opacity: 1; }
  .pokemon-swiper-container .swiper-pagination {
    bottom: 0px !important; }
  .pokemon-swiper-container .des {
    right: 35px;
    bottom: 22px;
    position: absolute; }
    .pokemon-swiper-container .des .route {
      font-size: 18px;
      text-shadow: 1px 1px 2px black; }
    .pokemon-swiper-container .des .route-title {
      font-size: 38px;
      text-shadow: 1px 1px 2px black;
      font-weight: bold; }
    .pokemon-swiper-container .des .update-time {
      font-size: 10px;
      text-shadow: 1px 1px 2px black; }

.pokemon-swiper-container:hover .swiper-button-prev,
.pokemon-swiper-container:hover .swiper-button-next {
  opacity: 1; }

.book-comments {
  backdrop-filter: brightness(80%) blur(4px);
  background-color: transparent;
  padding: 30px !important;
  box-shadow: 0 0 17px #0000003d;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }

#clock-button {
  position: absolute;
  top: calc(-1.45rem - 10px);
  font-size: 1.5rem;
  font-weight: bold;
  right: 0;
  opacity: 0.2;
  height: 1.45rem;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 1s; }
  #clock-button span {
    transition: none !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin: 0 2px; }
  #clock-button.bigger {
    position: fixed;
    right: 10rem;
    top: 10rem;
    font-size: 4rem;
    opacity: 0.8;
    height: auto; }
    #clock-button.bigger span {
      font-size: 4rem !important; }
    #clock-button.bigger:hover {
      opacity: 1; }
  #clock-button:hover {
    opacity: 0.8; }

#clock-button span {
  animation: blink 2s linear infinite; }

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

.opacity-0 {
  opacity: 0 !important; }

.transition-1 {
  transition: all 1s !important; }

.ovh {
  overflow: hidden; }

@media (max-width: 959px) {
  * {
    letter-spacing: 0.3px !important;
    font-size: 12px !important; }
  .book-menu,
  .book-brand {
    background-color: #242426 !important; }
  .footer-com {
    display: none; }
  .phone-ke {
    width: 100% !important; }
  .book-sidebar .book-menu h1 {
    margin-top: -0.3rem !important; }
  h1 {
    font-size: 18px !important; }
  .platform {
    margin: 30px 0 !important;
    display: block !important; }
  .book-post-custom-title {
    font-size: 20px !important;
    height: 40px;
    line-height: 40px; }
  .myProc {
    zoom: 0.9; }
    .myProc span:first-of-type {
      font-size: 1.5em !important; }
    .myProc span:last-of-type {
      font-size: 1.1em !important; }
  .shits {
    margin-left: calc(50vw - 185px) !important; }
  .book-sidebar {
    box-shadow: none !important; }
  .out {
    zoom: 0.4; }
    .out .g-t span {
      font-size: 0.5rem !important; }
    .out .g-t .tt {
      margin-top: 0.5rem !important; }
  .book-post img {
    width: auto !important;
    height: auto !important; }
  .book-post h1 a {
    font-size: 18px !important; }
  h3 {
    font-size: 16px !important; }
  .swiper-initialized {
    width: 100% !important; }
    .swiper-initialized .swiper-slide div img {
      height: auto !important; }
  legend {
    font-size: 20px !important;
    margin-left: -20px; }
  .toy_covers {
    margin-left: -10px !important;
    margin-top: -10px !important; }
    .toy_covers .toy_div {
      margin-bottom: 0 !important;
      zoom: 0.4; }
    .toy_covers .descrip {
      font-size: 1.5rem !important; }
      .toy_covers .descrip b {
        font-size: 1.5rem !important; }
  .announce-and-iframe .announce {
    float: none !important;
    width: auto !important; }
  .suipai a {
    width: 100%; }
  .suipai-item {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important; }
  .accordion-body > ul > li {
    padding-left: 6px !important; }
  .announce-and-iframe .iframe-div {
    float: none !important;
    width: auto !important;
    margin: 5px !important;
    margin-top: 30px !important; }
  .aaaaa {
    zoom: 0.7; }
  .book-comments {
    zoom: 0.8; }
  .frsi {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    zoom: 0.7; }
  .off-canvas-content {
    padding: 1.6rem 0.75rem !important; }
  .articlehead {
    height: 140px !important;
    background-size: 100% auto; }
  .machine > div > a > div {
    width: 100% !important; }
    .machine > div > a > div span {
      font-size: 21px !important;
      text-align: center;
      line-height: 260px; }
  .leftgames {
    width: 100%;
    overflow: hidden; }
    .leftgames a {
      width: 100%; }
    .leftgames * {
      font-size: 10px;
      line-height: 50px; }
  .guide {
    display: none; }
  .newGuide {
    height: 150px !important;
    width: 100% !important; }
  .mobileimg {
    display: none; }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 2px !important; }
  .guidePic .title {
    bottom: -7px !important;
    left: 6px !important; }
  .swiper-pagination-bullets {
    bottom: 0 !important; }
  .guidePic {
    width: 100% !important; }
  .swiper-container {
    border-radius: 4px !important; }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important; }
  .book-sidebar .book-menu {
    top: 3.5rem !important; }
  .book-sidebar .book-brand {
    padding-top: 1.2rem;
    height: calc(3.6rem + 4px) !important; }
    .book-sidebar .book-brand a {
      zoom: 0.9;
      margin-left: 23px !important; }
  .des {
    zoom: 0.7; }
  .swiper-pagination-bullet {
    border-radius: 2px !important; }
  .pokemon-data-list {
    display: block !important; }
    .pokemon-data-list .full-saikyo-container {
      width: 100% !important;
      padding-left: 0 !important; }
    .pokemon-data-list .saikyo-name {
      position: absolute !important;
      height: 100px !important; }
      .pokemon-data-list .saikyo-name .saikyo-prod {
        height: 40px !important; }
  #typeLine,
  #gameTimeLine,
  #gameTimeLine,
  .pokemon-count-container {
    width: 100% !important; }
  .back-to-top {
    background-color: #43434374;
    bottom: 10px; }
  .book-sidebar-bottom.sidebar-open {
    height: 260px; } }
