/*!
 * acgMora 1.0.5 (//jq.qq.com/?_wv=1027&k=555hND5)
 * Copyright 2019-06-06 [-] 2024-05-17 沉冰浮水
 * 并不想说什么
 */

@charset "UTF-8";
/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tabs,
.pagination-link, .breadcrumb, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.25rem;
}


.pagination-link, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.pagination-link:focus, .textarea:focus, .input:focus, .button:focus,
.pagination-link:active, .textarea:active, .input:active, .button:active,
.is-active.pagination-link, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}
html {
  background-color: #f4f5f7;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
figure,
footer,
header,
section {
  display: block;
}

body,
button,
input,
textarea {
  font-family: "Segoe UI", "Lucida Grande", "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif, Verdana, Arial, Helvetica;
}

code {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(0, 0%, 48%);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #00b5e5;
}

code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 100%, 61%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

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

input[type=checkbox] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: left;
}
table th {
  color: hsl(0, 0%, 21%);
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-right {
  float: right !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-7 {
  font-size: 0.87rem !important;
}

.is-size-8 {
  font-size: 0.75rem !important;
}
@media screen and (min-width: 1088px) {
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-flex {
  display: flex !important;
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 832px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

.is-paddingless {
  padding: 0 !important;
}

.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.75rem 1rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(0, 0%, 48%);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(0, 0%, 48%);
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover {
  border-color: #00b5e5;
  color: #00b5e5;
}
.button:focus {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(122, 122, 122, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.87rem;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1088px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1296px) {
  .container.is-widescreen {
    max-width: 1233px;
  }
}
@media screen and (min-width: 1297px) {
  .container {
    max-width: 1233px;
  }
}
@media screen and (min-width: 1489px) {
  .container {
    max-width: 1425px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  color: hsl(0, 0%, 21%);
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1em 1.25em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: left;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.87rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.3em;
  width: 1.3em;
  font-family: "iconfont" !important;
  font-style: normal;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  padding: 0.25rem 1rem;
  position: relative;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code {
  background: hsl(0, 0%, 100%);
}
.notification .title,
.notification .content {
  color: currentColor;
}
.notification.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border: 1px solid hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body).is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

.tags .tag:hover {
  border: 1px solid #00b5e5;
}

.textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.textarea:hover, .input:hover {
  border-color: hsl(0, 0%, 71%);
}
.textarea:focus, .input:focus, .textarea:active, .input:active, .is-active.textarea, .is-active.input {
  border-color: hsl(0, 0%, 48%);
  box-shadow: 0 0 0 0.125em rgba(122, 122, 122, 0.25);
}

.textarea, .input {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
.is-info.textarea, .is-info.input {
  border-color: hsl(204, 86%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.87rem;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.87rem;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]):hover {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(0, 0%, 71%);
  display: flex;
  justify-content: center;
  padding: 0.8rem 0.75em;
}
.breadcrumb a:hover {
  color: #00b5e5;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 48%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.87rem;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 833px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title {
  margin-bottom: 0;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media-left {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 832px) {
  .media-content {
    overflow-x: auto;
  }
}
.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 2.6rem;
  position: relative;
  z-index: 30;
}
.navbar.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active {
  background-color: #118fe4;
  color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 2.6rem;
  width: 100%;
}

.navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 2.6rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-burger {
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  display: block;
  height: 2.6rem;
  position: relative;
  width: 2.6rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active {
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 48%);
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
}
@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 2.6rem;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-item {
    display: flex;
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  a.navbar-item.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.87rem;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}


.pagination-link {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  background-color: hsl(0, 0%, 100%);
}


.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.25em;
}

.pagination-link:hover {
  border-color: #00b5e5;
  color: #00b5e5;
}

.pagination-link:focus {
  border-color: hsl(217, 71%, 53%);
}

.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-link.is-current {
  background-color: #00b5e5;
  border-color: #00b5e5;
  color: #fff;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 832px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 833px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 100%);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: hsl(0, 0%, 71%);
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
  padding: 0.8em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #00b5e5;
  color: #00b5e5;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #00b5e5;
  color: hsl(0, 0%, 71%);
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 100%);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-small {
  font-size: 0.87rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.55rem;
}
@media screen and (min-width: 833px), print {
  .column.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1088px) {
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.55rem;
}
.columns:last-child {
  margin-bottom: -0.55rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.55rem);
}
@media screen and (min-width: 833px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: flex;
  }
}

.footer {
  background-color: hsl(0, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
  margin-top: 1.25rem;
}

@media screen and (min-width: 1088px) {
  .column.order-1 {
    order: 1;
  }
  .column.order-2 {
    order: 2;
  }
  .column.order-3 {
    order: 3;
  }
  .main .order-1, .main .order-3 {
    width: 22%;
  }
  .main .order-2 {
    width: 56%;
  }
}
@media screen and (max-width: 1296px) {
  .columns.main {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: 0;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: 0;
  }
}
.is-paddinglessY {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.img-wrap {
  line-height: 0;
}

.a-tag + .c-help {
  display: none;
}

a.a-tag, .a-tag a, span.a-tag {
  color: #178bcf;
}
a.a-tag:hover, .a-tag a:hover, span.a-tag:hover {
  background-color: #dde2eb;
}

a.a-color:link, a.a-color:visited, .a-color a:link, .a-color a:visited {
  color: hsl(0, 0%, 21%);
}
a.a-color:hover, .a-color a:hover {
  color: #00b5e5;
}

a.a-pink, .a-pink a, span.a-pink {
  color: hsl(0, 0%, 48%);
}
a.a-pink:link, a.a-pink:visited, .a-pink a:link, .a-pink a:visited, span.a-pink:link, span.a-pink:visited {
  color: hsl(0, 0%, 48%);
}
a.a-pink:hover, .a-pink a:hover, span.a-pink:hover {
  color: #ff85ad;
}

a.a-ccc, .a-ccc a {
  color: hsl(0, 0%, 48%);
  border-bottom-style: solid;
  border-bottom-color: hsl(0, 0%, 71%);
  border-bottom-width: 1px;
}
a.a-ccc:hover, .a-ccc a:hover {
  color: hsl(0, 0%, 21%);
  border-bottom-color: hsl(0, 0%, 48%);
}

a.noborder, .noborder a {
  border: none !important;
}

a.a-shadow:hover, .a-shadow a:hover {
  text-shadow: 0 0 1px;
}

.c-default {
  cursor: default;
}

.c-help {
  cursor: help;
}

.c-pointer {
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: all 0.4s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 73;
  display: none;
  background-color: #000;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.switch-slide {
  display: inline-block;
  margin-right: 5px;
}

.switch-slide-label {
  display: block;
  width: 34px;
  height: 18px;
  background: #ccc;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.switch-slide-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-slide input:checked + label {
  background: #34bf49;
  transition: 0.3s ease;
}
.switch-slide input:checked + label::after {
  left: 17px;
}

h1.title img {
  display: block;
}

.navbar .navbar-menu {
  font-size: 14px;
}
.navbar .navbar-menu a {
  color: #3a3a3a;
}
.navbar .navbar-menu a:hover {
  color: #00b5e5;
}

li.navbar-item i {
  padding-right: 0.5em;
  display: inline;
}

@media screen and (min-width: 1088px) {
  .navbar-menu li {
    overflow: hidden;
  }
  .navbar-menu li ul {
    position: absolute;
    z-index: 99;
    background-color: hsla(0, 0%, 100%, 0.8);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    left: 0;
    transition: all 0.4s ease 0s;
    top: 5.2rem;
    opacity: 0;
  }
  .navbar-menu li ul li {
    white-space: nowrap;
    min-width: 4em;
  }
  .navbar-menu li:hover {
    background-color: hsla(0, 0%, 96%, 0.8);
    transition: background 0.3s ease 0s;
    overflow: unset;
  }
  .navbar-menu li:hover ul {
    opacity: 1;
    top: 2.6rem;
  }
}
@media screen and (max-width: 1087px) {
  .navbar-menu li {
    padding: 0;
  }
  .navbar-menu li ul {
    margin-left: 0.7rem;
  }
  .navbar-menu li a {
    padding: 0.5rem 0.95rem;
    display: block;
  }
  .navbar-menu li a:hover {
    background-color: hsla(0, 0%, 96%, 0.8);
    transition: background 0.3s ease 0s;
  }
}
.mod.box {
  word-break: break-all;
}
.mod.box h3 {
  margin-bottom: 0.55rem;
}
.mod.box div {
  margin-top: -0.25rem;
  font-size: 0.87rem;
}
.mod.box ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.87rem;
}
.mod.box ul li:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e9ef;
  margin-bottom: 5px;
}
#divTags .mod-bd {
  margin: -0.25rem;
}

#tbCalendar {
  width: 100%;
}
#tbCalendar td, #tbCalendar th {
  text-align: center;
}
#tbCalendar a {
  color: hsl(0, 0%, 48%);
  border-bottom-style: solid;
  border-bottom-color: hsl(0, 0%, 71%);
  border-bottom-width: 1px;
}
#tbCalendar a:hover {
  color: hsl(0, 0%, 21%);
  border-bottom-color: hsl(0, 0%, 48%);
}
.user-panel.box {
  padding: 0;
  position: relative;
}

.user-pic {
  height: 80px;
  background-image: url("img/pic.webp");
  background-size: cover;
  background-position: center 0;
  border-radius: 4px;
}

.user-head {
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 61.3333333333px;
  left: 14px;
}

.post-head img, .user-head, .cmt .avatar {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.user-name {
  font-size: 0.95rem;
  display: inline-block;
  margin-left: 78px;
  margin-top: 3px;
}

.user-info {
  height: 92px;
  display: flex;
}
.user-info a {
  flex-direction: column;
  flex-grow: 1;
}
.user-info span {
  font-weight: bold;
}
.user-info span.num {
  color: #00b5e5;
  font-size: 0.87rem;
}
.user-info span.text {
  color: hsl(0, 0%, 48%);
}
.user-info a:hover .text {
  color: #00b5e5;
}

.user-about li {
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.user-about li i {
  margin-right: 0.3em;
}

.post.box {
  padding: 1rem;
}

.post .media-content {
  padding-top: 0.25rem;
}

.post-head {
  margin-bottom: 0.75rem;
}

.post-bulti {
  border-radius: 4px;
  border: 1px solid #e5e9ef;
  transition: box-shadow 0.4s ease-in-out;
  overflow: hidden;
}
.post-bulti .post-title {
  margin-bottom: 0.5rem;
  transition: color 0.4s ease-in-out;
  color: hsl(0, 0%, 21%);
}
.post-bulti:hover {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.post-bulti:hover .post-title {
  color: #00b5e5;
}
.post-bulti:hover .post-thumbnail {
  transform: scale(1.1);
}
.post-bulti .post-thumbnail {
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
}
.post-bulti .post-link {
  margin: 0.75rem 1rem;
  display: block;
}
.post-bulti .post-intro {
  color: #99a2aa;
  line-height: 1.3;
  margin: 0.75rem 1rem;
}

.content .post-title {
  margin-bottom: 0.25em;
}

.post-meta.tags {
  border-top: 1px #cdcdcd dashed;
  border-bottom: 1px #cdcdcd dashed;
}
.post-meta.meta-1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em !important;
}
.post-meta.meta-1 .meta-item + .meta-item::before {
  padding: 0 0.25em;
  color: hsl(0, 0%, 48%);
  content: "/ ";
}
.post-meta.meta-2 {
  padding-top: 0.75rem;
}
.post-meta.meta-2 .meta-item {
  padding-right: 0.5rem;
}

.post-nav span {
  font-size: 14px;
}

.tag + .c-help {
  display: none;
}

.post-body h2 {
  font-size: 1.25em;
}
.post-body h3 {
  font-size: 1.2em;
}
.post-body h4 {
  font-size: 1.15em;
}
.post-body h5 {
  font-size: 1.1em;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
  text-shadow: 0 0 1px;
  font-weight: normal;
}

.post-body {
  margin-bottom: 0.3em;
  padding: 0.3rem;
}
.post-body .notification {
  font-size: 0.9em;
}
.post-body p {
  word-break: break-all;
  word-wrap: break-word;
}
.post-body a {
  border-bottom-style: dotted;
  border-bottom-color: currentColor;
  border-bottom-width: 1px;
}
.post-body a:hover {
  border-bottom-style: solid;
}
.post-body img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.post-copyright {
  padding: 0.4em 0.7em 0.5em;
  color: rgb(137, 137, 137);
  font-size: 0.81em;
  line-height: 1.7;
  text-shadow: 0 0 1px;
  background-color: #f8f8f8;
  border-radius: 4px;
  white-space: nowrap;
  overflow-x: auto;
}
.post-copyright a {
  text-shadow: none;
  font-weight: 550;
  border-bottom: 1px dotted currentColor;
}
.act-bar.level {
  margin: 0;
  display: flex;
  justify-content: space-around;
}

.target-bar, .target, .wechat-qrcode {
  display: none;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.target-bar.active, .target.active, .wechat-qrcode.active {
  display: block;
  visibility: visible;
  animation: fadeInUp 0.3s 0.2s ease both;
}
.target-bar.remove, .target.remove, .wechat-qrcode.remove {
  animation: fadeOutDown 0.3s 0.2s ease both;
}

.target-bar {
  width: 100%;
  position: fixed;
  bottom: 17%;
  left: 0;
  padding-bottom: 1.3em;
  margin: 0 !important;
  z-index: 137;
}

.target h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.target.share a {
  display: inline-block;
}
.target i {
  font-size: 3rem;
  line-height: 3rem;
  width: auto;
  height: auto;
}
.target.donate .level {
  justify-content: center;
  display: flex;
}
.target.donate .level .level-item {
  max-width: 11em;
  padding: 0 0.3em;
}

.wechat-qrcode {
  position: fixed;
  left: 50%;
  bottom: 50%;
  width: 200px;
  font-size: 12px;
  color: #666;
  text-align: center;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  margin-left: -100px;
  margin-top: -73px;
  z-index: 3;
}
.wechat-qrcode h4 {
  font-size: 13px;
  line-height: 2em;
  background-color: #f3f3f3;
  color: #777;
}
.wechat-qrcode div {
  margin: 0.4em 0;
}
/* ---------------- */
.cmt-head,
.cmt-content,
.cmt-replys > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  padding-bottom: 3px;
}

.cmt-content {
  word-break: break-all;
}

.cmt-replys > div {
  padding-left: 1em;
}

.cmt-reply a {
  border-radius: 3px;
  font-size: 13px;
  padding: 3px 4px;
  border: none;
}

span.cmt-reply-name:after {
  content: "回复";
  padding: 0 5px;
  color: darkgray;
}

span.cmt-reply-parname:after {
  content: ":";
  padding: 0 5px;
  color: darkgray;
}

.comments .pagination.is-right {
  margin-bottom: 1.25rem;
}
a.cmt-url,
a.cmt-view,
a.cmt-unlock {
  color: #175199;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
a.cmt-url:hover,
a.cmt-view:hover,
a.cmt-unlock:hover {
  color: #4e71a0;
  border-bottom-color: #4e71a0;
}

.box {
  animation: fadeInUp 0.3s 0.2s ease both;
}

p.notification {
  padding: 0.35rem 1rem;
}

@media screen and (max-width: 832px) {
  p.notification {
    padding: 0.35rem 0.5rem;
  }
  .pagination-list li {
    flex-grow: 0;
  }
  .breadcrumb ul {
    flex-wrap: nowrap;
  }
  .breadcrumb li.is-active a {
    display: inline-block;
  }
  .breadcrumb li.is-active, .breadcrumb li.is-active > a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mz-404 {
  padding: 2.5rem;
}
@media screen and (max-width: 832px) {
  .mz-404 .level-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.mz-404 .title {
  font-size: 1.6rem;
}
.mz-404 img {
  max-height: 256px;
}