@charset "utf-8";

/*
Theme Name: Sakurairo
Theme URI: https://github.com/mirai-mamori/Sakurairo
Author: Created by Fuukei
Author URI: https://fuukei.org/
Description: A colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura)
Version: 2.6.3.1
Tested up to: 6.2
Requires at least: 5.8
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakurairo
Tags: 多彩、轻松上手、体验完善、高自定义度
*/

.headertop {
  animation: blur .8s;
  position: relative;
  overflow: hidden;
  height: 0;
  border-radius: 0 0 20px 20px;
  transition: all 0.8s ease !important;
}

.pattern-center {
  animation: blur .8s;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.8s ease !important;
}

.site-branding {
  animation: sitetop 1s;
  float: left;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: -6px;
}

.header-user-avatar {
  animation: searchbox 1s;
  position: relative;
  float: right;
  margin-left: 10px;
  margin-top: 15px;
}

.site-top .lower {
  animation: searchbox 1s;
  position: relative;
  display: block;
  float: right;
  margin: 7.5px 0 0 0;
  font-size: 16px;
  font-weight: var(--global-font-weight);
}

.comments {
  animation: main .6s;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 0 10px
    /*!covered60px 0 80px*/
  ;
  list-style: none;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5%;
  transition: background 0.8s;
}

.notice {
  animation: main .6s;
  padding: 20px;
  border: 1px solid #E6E6E6;
  color: #969696;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 67px;
  border-radius: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.8s ease !important;
}

.notice-icon {
  float: left;
  margin: 2px 10px;
  font-family: 'Dela Gothic One';
}

.post-list-thumb {
  animation: main .6s;
  will-change: transform;
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 20px 0 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 30px -4px var(--post-list-thumb);
  opacity: 0;
}

.top-feature {
  animation: main .6s;
  width: 100%;
  height: auto;
  margin-top: 55px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  transition: background 0.8s;
}

body {
  margin: 0;
  font: 300 17px;
  text-shadow: 0 0 1px rgba(0, 0, 0, .1);
  color: #505050;
  font-size: 15px;
  line-height: 1.5;
  background: #0000;
  background-attachment: fixed;
  background-position: center;
  scrollbar-width: 6px;
  font-weight: var(--global-font-weight);

}

progress {
  display: inline-block;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-size: auto;
  height: 24px;
  width: 100%;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--theme-skin-matching, #F9D938);
  outline: 0;
  -webkit-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
  -moz-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
  transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
  word-break:break-word;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
  clear: both;
  font-weight: var(--global-font-weight);

}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -.25em;
  font-weight: var(--global-font-weight);

}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
  font-weight: var(--global-font-weight);

}

hr {
  box-sizing: content-box;
  height: 1px
    /*!covered0*/
  ;
  background-color: #ccc;
  border: 0;
  margin-bottom: 1.5em;
}

pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
  font: 15px/22px 'Fira Code', 'Noto Sans SC';
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  text-shadow: none;
  color: #000;
  font-weight: var(--global-font-weight);

}

button {
  color: rgba(0, 0, 0, .8)
    /*!coveredinherit,var(--theme-skin)*/
  ;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  font-size: .75rem
    /*!covered15px,12px*/
  ;
  line-height: 1
    /*!covered1.5*/
  ;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
  padding: .6em 1em .4em;
  font-weight: var(--global-font-weight);

}

input {
  color: var(--theme-skin)
    /*!coveredinherit*/
  ;
  font: inherit;
  margin: 0;
  line-height: 1.5
    /*!coverednormal*/
  ;
  font-size: 15px;
  font-weight: var(--global-font-weight);

}

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
  font-weight: 700;
}

select {
  color: var(--theme-skin)
    /*!coveredinherit*/
  ;
  font: inherit;
  margin: 0;
  text-transform: none;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
  font-weight: var(--global-font-weight);

}

textarea {
  color: #A5A5A5
    /*!coveredinherit,var(--theme-skin),#666*/
  ;
  font: inherit;
  margin: 0;
  overflow: auto;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding-left: 3px;
  width: 100%;
  font-weight: var(--global-font-weight);

}

input[type=reset] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .8);
  font-size: .75rem
    /*!covered12px*/
  ;
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: var(--global-font-weight);

}

input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .8);
  font-size: .75rem
    /*!covered12px*/
  ;
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: var(--global-font-weight);

}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote {
  margin: 0;
  padding: 30px 60px;
  position: relative;
  quotes: "" "";
}

blockquote:before {
  content: "\f10d" !important;
  font-size: 3rem;
  position: absolute;
  top: -25px;
  left: 12px;
  color: var(--theme-skin, #505050);
  font-family: FontAwesome;
  font-weight: var(--global-font-weight);
}

blockquote:after {
  content: '\f10e' !important;
  font-size: 3rem;
  position: absolute;
  bottom: -25px;
  right: -5px;
  color: var(--theme-skin, #505050);
  font-family: FontAwesome;
  font-weight: var(--global-font-weight);
}

input[type=button] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .8);
  font-size: .75rem
    /*!covered12px*/
  ;
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: var(--global-font-weight);

}

input[type=color] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=date] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=datetime-local] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=datetime] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=email] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=month] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=number] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=password] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=range] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=search] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=tel] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=text] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=time] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=url] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

input[type=week] {
  color: #666;
  border: 1px solid var(--theme-skin, #505050);
  border-radius: 10px;
  padding: 3px;
}

.site-top {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  animation: blur .8s;
  animation-duration: .8s;
  -webkit-animation: blur .8s;
  background-color: rgba(255, 255, 255, .8);
  transition: all 0.8s ease !important;
}

#bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-height: 550px;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#video-add {
  position: absolute;
  bottom: 45px
    /*!covered3px*/
  ;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 100;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  opacity: .8;
  -moz-animation: poi-face 10s linear infinite alternate;
  -webkit-animation: poi-face 10s linear infinite alternate;
  -o-animation: poi-face 10s linear infinite alternate;
  animation: poi-face 10s linear infinite alternate;
  display: none;
}

#video-btn {
  position: absolute;
  bottom: 3px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 100;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  opacity: .8;
  -moz-animation: poi-face 10s linear infinite alternate;
  -webkit-animation: poi-face 10s linear infinite alternate;
  -o-animation: poi-face 10s linear infinite alternate;
  animation: poi-face 10s linear infinite alternate;
}

.video-stu {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 6px 15px;
  text-align: center;
  color: #FFF;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 0;
  font-size: 18px;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
  font-weight: var(--global-font-weight);

}

.pattern-center::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
}

.pattern-center::after {
  content: '';
  width: 150%;
  height: 4.375rem;
  background: #fff;
  left: -25%;
  bottom: -2.875rem;
  border-radius: 100%;
  position: absolute;
}

.pattern-attachment.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
}

.pattern-center header.pattern-header {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  z-index: 1;
}

.pattern-center h1.cat-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  width: 80%;
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center h1.entry-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  width: 80%;
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center header.single-header {
  max-width: 800px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: auto;
  bottom: 30px;
}

.single-center .single-header h1.entry-title {
  margin: 0;
  font-size: 32px;
  width: 100%;
  font-weight: var(--global-font-weight);

}

.single-center .entry-census {
  color: #fff;
  font-size: 14px;
  padding: 12px 0 0;
  line-height: 30px;
  font-weight: var(--global-font-weight);
}

.single-center .entry-census span img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  float: left;
  margin-right: 12px;
}

#moblieGoTop {
  position: fixed;
  bottom: 65px;
  right: 10px;
  font-size: 16px;
  z-index: 99;
  border: 0;
  outline: 0;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.65);
  color: #7D7D7D;
  padding: 6px 16px;
  border-radius: var(--style_menu_radius, 10px);
  transform: scale(0);
  transition: all 0.8s ease !important;
  border: 1px solid #FFFFFF;
}

#changskin {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 99;
  border: 0;
  outline: 0;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.65);
  color: #7D7D7D;
  padding: 15px;
  border-radius: var(--style_menu_radius, 10px);
  transform: scale(0);
  transition: all 0.8s ease !important;
  border: 1px solid #FFFFFF;
}

#moblieGoTop:hover {
  color: var(--theme-skin-matching);
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.8s ease !important;
}

#changskin:hover {
  color: var(--theme-skin-matching);
  transition: all 0.8s ease !important;
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.85);
}

.pattern-center-sakura {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
}

.pattern-center-sakura::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
}

.pattern-center-sakura header.pattern-header {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  z-index: 1;
}

.pattern-center-sakura h1.cat-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  width: 80%;
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center-sakura h1.entry-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  width: 80%;
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center-sakura header.single-header {
  max-width: 800px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: auto;
  bottom: 20px;
}

.site-header {
  width: 95%;
  height: 60px;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
  position: fixed;
  left: 2.5%;
  top: 2.5%;
  z-index: 999;
  border-radius: 20px;
  word-break: keep-all;
  border: 1.5px solid transparent;
}

.site-header.yya {
  background: rgba(255, 255, 255, .7);
  border-bottom: 1.5px solid #FFFFFF;
  transition: all 0.8s ease;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 0px !important;
}

.yya {
  transition: all 0.8s ease;
}

.site-title img {
  height: 40px;
  margin-top: 10px;
  opacity: .75;
  -webkit-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
  -moz-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
  transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
}

.site-top .lower nav {
  position: relative;
  float: right;
  display: none;
  animation: searchbox .2s;
}

.site-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.site-top ul li {
  float: left;
  margin-left: 28px;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.site-top ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  height: 4px;
  background-color: var(--theme-skin-matching, #F9D938);
  width: 100%;
  border-radius: 30px;
  max-width: 0;
  transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-top ul li ul li a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -21px;
  height: 4px;
  background-color: #FE9600;
  width: 100%;
  border-radius: 30px;
  max-width: 0;
  transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#show-nav {
  position: relative;
  float: right;
  margin-left: 25px;
  display: block;
  width: 10px;
  height: 20px;
  margin-top: 6.5px;
  cursor: pointer;
  z-index: 999;
}

#show-nav .line {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 16px;
  margin-left: -12px;
  height: 2.5px;
  background: var(--theme-skin, #505050);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.lower li ul {
  display: none;
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, .95);
  padding: 10px;
  top: 44px;
  right: -16px;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  z-index: 9999;
  border-radius: 15px;
  /*box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .2);*/
  animation: header-menu .8s;
}

.lower li ul::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.site-top .menu-item-has-children li a {
  font-size: 14px;
  padding: 8px 18px;
  text-transform: none;
  color: #545454;
  font-weight: var(--global-font-weight);

}

.site-content.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.site-content {
  max-width: 860px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent !important;
}

.feature i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--theme-skin, #505050);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  font-weight: var(--global-font-weight);

}

.overlay i {
  -moz-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.feature img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #DADADA;
  position: relative;
  object-fit: cover;
}

.post-list h1.entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 0 17%;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

.p-time {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 12px;
  color: #989898;
  letter-spacing: 0;
  font-weight: var(--global-font-weight);

}

.post-list p {
  min-height: 60px;
  margin: 0 0 0 17%;
  font-size: 15px;
  color: rgba(0, 0, 0, .66);
  letter-spacing: 0;
  line-height: 30px;
  font-weight: var(--global-font-weight);

  transition: all 0.8s ease !important;
}

.info-meta {
  margin-top: 10px;
  position: absolute;
  top: 20px;
  opacity: 0;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  visibility: hidden;
  transition: .7s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all linear;
  -o-transition: .6s all ease;
  -ms-transition: .6s all ease;
}

.info-meta span {
  color: #000;
  font-size: 12px;
  vertical-align: bottom;
  font-weight: var(--global-font-weight);

}

.post-list:hover .info-meta {
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
  opacity: 1;
  visibility: visible;
}

.post-list hr {
  width: 30%;
  height: 1px;
  margin: 0 auto;
  border: 0;
  background: #EFEFEF;
  margin-top: 20px;
  transition: all 0.8s ease !important;
}

.post-list-thumb i {
  margin-right: 5px;
  color: var(--post_list_matching_color, #505050);
  font-size: 14px;
  font-weight: var(--global-font-weight);

}

.post-list-thumb .post-title h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  word-wrap: break-word;
}

.post-date {
  background-color: #FFFFFF;
  font-size: 12px;
  width: max-content;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  color: var(--post_list_matching_color, #505050);
  white-space: nowrap;
  font-weight: var(--global-font-weight);
  transition: all 0.8s ease !important;
}

.post-meta {
  color: #888;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: var(--global-font-weight);

}

.post-meta a {
  color: #888;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: var(--global-font-weight);

}

.post-thumb a {
  height: 300px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

.post-thumb a * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.post-content-wrap {
  position: relative;
  display: block;
  float: right;
  padding-right: 30px;
  padding-left: 0;
  width: 40%;
  margin: 20px 10px 0 10px;
}

.float-content {
  position: relative;
  width: 100%;
  right: 0;
  margin: 0;
  margin-top: 10px;
  z-index: 50;
  color: rgba(0, 0, 0, .66);
  transition: all 0.8s ease !important;
}

.ai-excerpt-tip {
  font-size: 12px;
  float: left;
  padding-bottom: 2px;
  border-bottom: 1.5px solid var(--post_list_matching_color);
  margin-bottom: 0;
  margin-right: 5px;
  transition: all 0.8s ease !important;
}

.float-content .post-text {
  display: inline-block;
  text-align: justify;
  font-size: 14px;
  font-weight: var(--global-font-weight);
}

.float-content p {
  margin: 0;
}

.post-list-show {
  animation: post-list-show .5s;
  -webkit-animation: post-list-show .5s;
  opacity: 1;
  background-color: rgba(255, 255, 255, .90);
  transition: all 0.8s ease !important;
}

.postava img {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #E8E8E8;
  margin-top: 25px;
}

.s-time {
  position: relative;
  top: 16px;
  font-size: 12px;
  color: #989898;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 10px;
  margin-top: -15px;
  font-weight: var(--global-font-weight);

}

.s-content {
  min-height: 60px;
  margin: 0 14% 0 2%;
  padding: 15px 30px;
  line-height: 30px;
  border: 1px solid #E0E0E0;
  background: #FBFBFB;
}

.navigator a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  margin: 20px 0;
}

.navigator i {
  font-size: 15px;
  color: #7d7d7d;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 12px;
  border-radius: 10px;
  margin: 0 10px;
  font-weight: 900;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #FFFFFF;
}

.navigator i:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  color: var(--theme-skin-matching, #F9D938);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-footer {
  padding: max(2%, 45px);
  background: rgba(255, 255, 255, .8);
  margin-left: auto;
  margin-right: auto;
  animation: blur .8s;
  transition: all 0.8s ease !important;
}

.site-info {
  text-align: center;
  font-size: 13px;
  color: #B9B9B9;
  font-weight: var(--global-font-weight);

}

.footertext .foo-logo {
  width: 30px;
  height: 30px;
  opacity: .3;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: poi-deg 12s infinite linear;
  -webkit-animation: poi-deg 12s infinite linear;
}

.entry-census {
  font-size: 12px;
  margin: 0;
  color: #888;
  font-weight: var(--global-font-weight);

}

.entry-header hr {
  width: 30%;
  height: 0px;
  border: 0;
  margin: 20px auto;
}

h1.page-title {
  font-size: 20px;
  font-weight: var(--global-font-weight, 400);
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #505050;
  margin-bottom: 30px;
  transition: all 0.8s ease !important;
}

.post-footer {
  padding: 30px 0;
  width: 98%;
  height: auto;
  left: 50%;
  margin-left: -49%;
  position: relative;
  float: left;
  border: none;
  margin-top: 50px;
}

.post-lincenses {
  float: left;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  color: #7D7D7D;
  padding: 6px 12.5px;
  font-size: 24px;
  position: inherit;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
  margin: 5px;
  border: 1px solid #FFFFFF;
}

.post-lincenses:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.post-tags {
  float: left;
  font-size: 13px;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 18px;
  text-transform: uppercase;
  position: inherit;
  border-radius: 10px;
  font-weight: var(--global-font-weight);
  -webkit-transition: all .8s;
  transition: all .8s;
  margin: 5px;
  border: 1px solid #FFFFFF;
}

.post-tags:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.post-modified-time {
  float: left;
  font-size: 13px;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14.3px 18px;
  text-transform: uppercase;
  position: inherit;
  border-radius: 10px;
  font-weight: var(--global-font-weight);
  -webkit-transition: all .8s;
  transition: all .8s;
  margin: 5px;
  border: 1px solid #FFFFFF;
}

.post-modified-time:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.post-squares {
  overflow: hidden;
  margin: 10px 0 0 0;
  background: #000;
  width: 97%;
  left: 50%;
  margin-left: -48.5%;
  position: relative;
  border-radius: 15px;
}

.post-squares .background {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-size: cover;
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.post-squares a {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 55px 25px;
  text-align: center;
}

.post-squares article {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 55px 25px;
  text-align: center;
}

.post-squares .category {
  font-size: 10px;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 90px;
  background: #7fbb00;
  font-weight: var(--global-font-weight);

}

.post-squares h3 {
  font-size: 17px;
  font-weight: var(--global-font-weight, 400);
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.post-squares hr {
  width: 15%;
  height: 0;
  border: 0;
  background: rgba(255, 255, 255, .6);
}

.post-squares .label {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  font-weight: var(--global-font-weight);
}

.post-squares.nextprev a {
  height: 150px;
  padding: 55px 40px;
  text-align: left;
  width: 100%;
}

.author-profile .profile img {
  max-width: 100%;
  border-radius: 100%;
  float: left;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.author-profile .desc {
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  float: left;
  margin: 5px;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 18px;
  border-radius: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.author-profile .desc:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.author-profile .desc i {
  color: #7D7D7D;
  float: none;
  margin-right: 10px;
  font-size: 16px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.mashiro-profile {
  color: #7a7b7c;
  text-align: left;
  width: 330px;
  height: 100px;
  position: relative;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 2rem #babbbc;
  animation: show-profile .5s forwards ease-in-out;
}

.mashiro-profile .content {
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mashiro-profile .photo {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fafafa;
  background-color: #fafafa;
  margin-left: -50px;
  box-shadow: 0 0 .5rem #babbbc;
  animation: rotate-photo .5s forwards ease-in-out;
}

.mashiro-profile .content::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 150px;
  background-color: #fef1c7;
  left: 0;
  top: -20px;
  z-index: -1;
  transform: rotate(-8deg);
}

.mashiro-profile .content .text h3 {
  font-weight: 400;
  margin: 3px 0;
  letter-spacing: .5px;
  white-space: nowrap;
}

.mashiro-profile .content .text h6 {
  font-weight: 400;
  margin: 3px 0;
  letter-spacing: .5px;
  white-space: nowrap;
}

.mashiro-profile .content .btn {
  background-color: #abc;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition-duration: .3s;
  animation: pop-btn .3s both ease-in-out .5s;
}

.mashiro-profile .content .btn span {
  width: 60%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  animation: to-hamburger .3s forwards ease-in-out;
}

.mashiro-profile .content .btn span::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  transition-duration: .3s;
  transform: rotate(0);
  right: 0;
  margin-top: 7px;
}

.mashiro-profile .content .btn span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  transition-duration: .3s;
  transform: rotate(0);
  right: 0;
  margin-top: -7px;
}

.mashiro-profile .box {
  width: 150px;
  height: 150px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translate(-50%, -50%);
  transition-duration: .3s;
}

.mashiro-profile .box a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ececec;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 18px;
  top: calc(75px - 50px/2);
  box-shadow: 0 0 .5rem #babbbc;
  transition-duration: .3s;
  text-decoration: none;
  font-weight: var(--global-font-weight);

}

#loading-comments {
  display: none;
  max-width: 860px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  line-height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

h3#comments-list-title {
  max-width: 860px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #7D7D7D;
  font-weight: 600;
  text-underline-offset: 10px;
  text-decoration: underline solid var(--comment_area_matching, #ffeeeB);
}

.butterBar {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}

.butterBar-message {
  background: var(--theme-skin, #505050);
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 25px;
  z-index: 10000;
  margin-top: -4px;
  font-weight: var(--global-font-weight);

}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  width: auto !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#baguetteBox-overlay .full-image {
  cursor: -webkit-zoom-out;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figcaption {
  cursor: auto;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 3;
  color: #eee;
  background-color: rgba(0, 0, 0, .8)
    /*!covered#000*/
  ;
}

#baguetteBox-overlay .full-image img {
  cursor: auto;
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 80%;
  vertical-align: middle;
  box-shadow: 0 0 170px #ddd;
}

.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.works-main {
  width: 100%;
  height: 175px;
  position: relative;
  float: left;
  background: #F7F7F7;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}

h1.works-title {
  font-size: 16px;
  font-weight: var(--global-font-weight, 400);
  margin: 0 0 10px 0;
  padding: 0 20px;
  padding-top: 40px;
}

.works-p-time {
  float: left;
  font-size: 12px;
  padding-left: 20px;
  color: #B7B7B7;
  font-weight: var(--global-font-weight);

}

.works-meta span {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  color: #B7B7B7;
  font-weight: var(--global-font-weight);

}

.works-main .works-overlay {
  opacity: .95;
  top: -100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000;
}

.works-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.worksmore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#archives-temp h2 {
  font-weight: 400;
  color: var(--theme-skin, #505050);
  text-align: center;
}

#archives-temp h3 {
  letter-spacing: 10px;
  font-style: italic;
  font-size: 20px;
  font-weight: var(--global-font-weight, 400);
  color: var(--theme-skin, #505050);
  margin-left: 35px;
  margin-top: 50px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.brick a {
  color: #7D7D7D;
  padding: 20px 20px;
  background: #F5F5F5;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

#archives-temp h2 i {
  padding: 10px;
  font-size: 20px;
}

.arrow-left-ar {
  width: 0;
  height: 0;
  display: none;
  float: left;
  margin-top: 10px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #F5F5F5;
  margin-left: 11px;
}

span.ar-circle {
  height: 10px;
  width: 10px;
  background: var(--theme-skin, #505050);
  display: inline-block;
  position: absolute;
  left: -5px;
  margin-top: 3.2%;
  border-radius: 100px;
}

h1.cat-title {
  display: inline-block;
  font-size: 30px;
  font-weight: var(--global-font-weight, 400);
  color: var(--theme-skin, #505050);
}

header.page-header {
  position: relative;
  text-align: center;
  margin-bottom: 6.5%;
  color: #9C9C9C;
}

header.timeline-header {
  position: relative;
  text-align: center;
  margin-top: 7.5%;
  margin-bottom: 6.5%;
  color: #9C9C9C;
}

.links ul {
  margin: 0;
  margin-top: 50px;
  list-style: none;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.links ul li {
  width: 22%;
  float: left;
  box-shadow: 0 1px 30px -4px var(--friend-link-shadow);
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 12px;
  margin: 12px 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
  border-radius: 10px;
  border: 1.5px solid #FFFFFF;
}

.links ul li:hover {
  width: 22%;
  float: left;
  box-shadow: 0 1px 20px 10px var(--friend-link-shadow);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 12px;
  margin: 12px 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
  border-radius: 10px;
}

.links ul li img {
  float: left;
  padding: 1px
    /*!covered5px*/
  ;
  opacity: 1;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.links ul li:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

span.sitename {
  font-size: 20px;
  margin-top: 84px;
  margin-left: 8px;
  margin-right: 8px;
  color: #505050;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: var(--global-font-weight);
  text-underline-offset: 10px;
  text-decoration: underline wavy var(--friend-link-title, #ffeeeB)
}

.linkdes {
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
  text-overflow: ellipsis;
  color: #505050;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.link-title {
  font-weight: 600;
  color: #6D6D6D;
  padding-left: 10px;
  border-left: none;
  border-color: var(--theme-skin);
  margin: 50px 0 10px;
  text-underline-offset: 10px;
  text-decoration: underline solid var(--friend-link-title, #ffeeeB);
  transition: all 0.8s ease !important;
}

span.linkss-title {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 6.5% 0 7.5%;
  letter-spacing: 2px;
  font-weight: var(--global-font-weight);

}

nav#comments-navi {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  color: #9A9A9A;
}

.comments .commentwrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}

.comments .commentwrap hr {
  height: 0;
  width: 100%;
  background: #eee;
  border: 0;
  margin: 40px 0;
}

.comments .comments-main {
  overflow: hidden;
  -webkit-transition: height 0s ease-out;
  -moz-transition: height 0s ease-out;
  transition: height 0s ease-out;
  padding-bottom: 20px;
}

.comment .contents {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  padding-bottom: 15px;
}

.comment .body {
  line-height: 32px;
  color: #63686d;
  position: relative;
}

.comment .body p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
  padding-bottom: 10px;
  padding-left: 3px;
  color: #63686d;
}

.comment .profile img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.comment .commeta {
  font-size: 16px;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9499a8;
  margin-left: 55px;
  font-weight: var(--global-font-weight);

}

.comment-reply-login {
  color: var(--comment_area_matching);
}

.comment-reply-login:hover {
  color: #7D7D7D;
}

.comment .comment-reply-link {
  font-size: 12px;
  display: block;
  margin-left: 10px;
  float: right;
  text-transform: uppercase;
  color: #FFF;
  background-color: var(--comment_area_matching);
  line-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
  opacity: 0;
  font-weight: var(--global-font-weight);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.comment .comment-reply-link:hover {
  background-color: #7D7D7D;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.comment .info {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, .35);
  font-weight: var(--global-font-weight);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment .info .useragent-info img {
  vertical-align: sub;
  width: 14px;
  height: 14px;
  border: 0;
}

.comment .info .useragent-info-m {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, .35);
  display: none;
  font-weight: var(--global-font-weight);

}

.comment .info .useragent-info-m img {
  vertical-align: sub;
  width: 14px;
  height: 14px;
  border: 0;
}

.comment h4 {
  font-size: 24px;
  font-weight: var(--global-font-weight, 400);
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  line-height: 20px;
}

.comment h4 img {
  display: none;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: -4px;
}

.comment hr {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 40px 0 60px;
  border: 0;
  background: #e6e6e6;
}

.comment-respond {
  width: 95%;
  max-width: 860px;
  margin: 0 auto;
  background: rgb(255 255 255 / 50%);
  -webkit-transition: all .8s;
  transition: all .8s;
  border-radius: 15px;
  display: flex;
  padding: 15px 25px;
  box-shadow: 0 1px 30px -4px var(--comment_area_shadow);
  margin-bottom: 8%;
  border: 1.5px solid #FFFFFF;
}

.comment-respond:hover {
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 20px 4px var(--comment_area_shadow);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment-respond .logged-in-as {
  margin-bottom: 0;
  padding: 10px 0;
  border-radius: 3px;
  background: 0 0
    /*!covered#FFF*/
  ;
  color: #6F6F6F;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border: 0;
  margin: 0;
}

.comment-respond #cancel-comment-reply-link {
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: 5px;
  padding: 6px;
  display: block;
  font-size: 12px;
  width: max-content;
  border: 1px solid #FFFFFF;
  color: #454545;
  font-weight: var(--global-font-weight);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment-respond #cancel-comment-reply-link:hover {
  background: var(--comment_area_matching);
  color: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment-respond input {
  font-size: 14px;
  width: 100%
    /*!covered31.3%*/
  ;
  margin: 0;
  padding: 15px;
  color: #535a63;
  border: 1px solid #ddd
    /*!covered0*/
  ;
  background: #FFF;
  background-color: rgba(255, 255, 255, 0);
  font-weight: var(--global-font-weight);

}

.comment-respond textarea {
  font-size: 14px;
  width: 100%
    /*!covered31.3%*/
  ;
  margin: 0;
  padding: 21px 21px 20px;
  color: #535a63;
  border: 1px solid var(--comment_area_matching);
  background: #FFF;
  display: block;
  float: none;
  height: 180px;
  margin-bottom: 10px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  resize: vertical;
  font-weight: var(--global-font-weight);
}

.graybar a{
  color: var(--comment_area_matching);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.input-label {
  position: absolute;
  left: 16px;
  top: 20px;
  padding: 0 6px;
  transform-origin: 0 0;
  pointer-events: none;
  transition: all .25s;
}

.commentbody:not(:placeholder-shown)~.input-label {
  color: #fff;
  background-color: var(--theme-skin, #505050) !important;
  transform: scale(.75) translate(-2px, -37px);
  border-radius: 3px;
}

.commentbody:focus~.input-label {
  color: #fff;
  background-color: var(--theme-skin, #505050) !important;
  transform: scale(.75) translate(-2px, -37px);
  border-radius: 3px;
}

.comment-respond .form-submit {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 15px;
  width: 50%;
  margin: 0 auto;
}

.comment-respond input[type=submit] {
  width: calc(98% - 46px);
  margin: 0;
  padding: 15px 25px;
  text-transform: none;
  color: #535a63;
  background: 0 0;
  border-right: 0;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  transition: all .1s ease-out;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-shadow: none;
}

.notification {
  padding: 16px 24px;
  border-radius: 10px;
  color: #6F6F6F;
  width: auto;
  margin: auto;
  text-align: left;
  background-color: rgb(255 255 255 / 50%);
  float: left;
  box-shadow: 0 1px 30px -4px var(--comment_area_shadow);
  margin-bottom: 50px;
  margin-left: 3%;
  margin-top: 2%;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
}

.notification:hover {
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 20px 4px var(--comment_area_shadow);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.siren-checkbox-label {
  position: relative;
  top: -8px;
  margin: 0 20px 0 0;
  display: inline-block;
  cursor: pointer;
  color: #555;
  font-size: 14px;
  font-weight: var(--global-font-weight);

}

.siren-checkbox-label input {
  padding: 0;
  margin: 0;
  float: none;
  width: initial;
}

#wp-comment-cookies-consent {
  padding: 0;
  margin: 0;
  float: none;
  width: initial;
}

.siren-checkbox-radioInput {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  margin-top: -7px;
  vertical-align: sub;
  width: 18px;
  line-height: 1;
}

.siren-checkbox-radio:checked+.siren-checkbox-radioInput:after {
  background-color: #FE9600;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  margin: 2px;
  width: 12px;
}

h1.fes-title {
  color: var(--theme-skin, #505050);
  font-size: 20px;
  font-weight: var(--global-font-weight, 400);
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 30px;
  text-underline-offset: 10px;
  text-decoration: underline wavy var(--exhibition_area_matching_color, #ffeeeB);
  transition: all 0.8s ease !important;
}

h1.main-title {
  color: var(--theme-skin, #505050);
  font-size: 20px;
  font-weight: var(--global-font-weight, 400);
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 30px;
  text-underline-offset: 10px;
  text-decoration: underline wavy var(--post_list_matching_color, #ffeeeB);
  transition: all 0.8s ease !important;
}

.top-feature li {
  width: 260px;
  height: 160px;
  float: left;
  margin: 6px 7px 0px 7px;
  position: relative;
  display: block;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.foverlay-bg {
  position: absolute;
  width: 100%;
  height: 160px;
  text-align: center;
  line-height: 160px;
  color: #fff;
  font-size: 32px;
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(to right, #02111D80, #02111D10, #02111D80)
    /*!covered#02111D10,-webkit-linear-gradient(to right, #02111D80, #02111D20, #02111D80)*/
  ;
  font-weight: var(--global-font-weight);

}

.feature-title .foverlay {
  color: #fff;
  font-size: 32px;
  height: 110px;
  text-align: center;
  border-radius: 10px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s, -webkit-transform .3s
    /*!covered-webkit-transform .3s,transform .3s*/
  ;
  font-weight: var(--global-font-weight);

}

.foverlay {
  -moz-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.notice i {
  float: left;
  color: #999;
  font-size: 18px;
  padding-right: 15px;
  padding-left: 5px;
  font-weight: var(--global-font-weight);

}

.headertop::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-attachment: fixed;
}

#centerbg {
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  z-index: -1;
}

.focusinfo {
  position: relative;
  max-width: 800px;
  padding: 0 10px;
  top: 49.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
}

.focusinfo img {
  width: 130px;
  height: 130px;
  padding: 2px;
  border-radius: 100%;
}

.focusinfo .header-tou img {
  padding: 5px;
  opacity: 1;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transition: all 0.8s ease !important;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}

.focusinfo .header-tou img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.bio-text {
  position: relative;
  width: auto;
  font-size: 40px;
  height: 40px;
  top: 50%;
  font-weight: var(--global-font-weight);

}

.bio-text .word {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
}

.bio-text .letter {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(25px);
  transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
  transform-origin: 50% 50% 25px;
}

.bio-text .letter.out {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
  transition: transform .32s cubic-bezier(.55, .055, .675, .19), -webkit-transform .32s cubic-bezier(.55, .055, .675, .19)
    /*!covered-webkit-transform .32s cubic-bezier(.55, .055, .675, .19),transform .32s cubic-bezier(.55, .055, .675, .19)*/
  ;
}

.bio-text .letter.in {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .5s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275)
    /*!covered-webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275),transform .5s cubic-bezier(.175, .885, .32, 1.275)*/
  ;
}

.header-container {
  display: grid;
}

.header-info {
  width: 65%;
  margin: auto;
  font-size: 16px;
  color: var(--theme-skin, #505050);
  background: var(--infor_bar_bgcolor, rgba(255, 255, 255, 0.8));
  padding: 15px;
  margin-top: 22px;
  letter-spacing: 0;
  line-height: 30px;
  border-radius: 15px;
  box-sizing: initial;
  white-space: nowrap;
  font-weight: var(--global-font-weight);
  backdrop-filter: blur(10px);
  transition: all 0.8s ease !important;
}

.header-info p {
  margin: 0;
  font-family: 'Noto Serif SC';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.8s ease !important;
}

.top-social {
  height: 32px;
  margin-top: 30px;
  margin-left: 10px;
  list-style: none;
  display: inline-block;
}

.top-social img {
  height: 40px;
  width: 40px;
  padding: 9px;
  background: var(--infor_bar_bgcolor, rgba(255, 250, 250, 0.92));
  transition: all 0.8s ease !important;
  backdrop-filter: blur(10px);
}

.top-social_v2 {
  height: 32px;
  margin-bottom: -15px;
  margin-left: 10px;
  list-style: none;
  display: inline-block;
}

.top-social_v2 img {
  height: 35px;
  width: 35px;
  padding: 6px;
  background: 0 0;
}

.wechatInner img {
  border-radius: 0;
  width: 121px;
  height: auto;
  padding: 0;
  background: 0 0;
}

.wechatInner {
  width: 121px;
  height: 121px;
  padding: 10px;
  background: rgba(0, 0, 0, .4);
  top: 40px;
  left: -40px;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 8px;
  transition: .7s all ease;
  -webkit-transition: .7s all ease;
  -moz-transition: .7s all linear;
  -o-transition: .7s all ease;
  -ms-transition: .7s all ease;
}

.wechatInner:before {
  display: none;
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, .4) transparent;
}

.wechat:hover .wechatInner {
  -webkit-transform: translate3d(0, 16px, 0);
  transform: translate3d(0, 16px, 0);
  opacity: 1;
  visibility: visible;
}

.site-header.iconsearch {
  font-size: 1.125rem
    /*!covered18px*/
  ;
  position: relative;
  z-index: 9998;
  font-weight: var(--global-font-weight);
}

.searchbox.js-toggle-search {
  color: var(--theme-skin, #505050);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: var(--global-font-weight);
  animation: searchbox 1s;
  border: 2px solid transparent;
  float: right;
  height: auto;
  font-size: 18px;
  width: auto;
  margin: 10px 0;
  border-radius: 10px;
  padding: 5px 9px;
  margin-left: 15px;
}

.searchbox.js-toggle-search:hover {
  color: var(--theme-skin-matching);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid var(--theme-skin-matching);
}

.search-form--modal {
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search-form--modal .search-form__inner {
  max-width: 640px;
  padding: 0 20px;
  margin: auto;
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 285px;
  top: 0;
  bottom: 0;
}

.search-form.is-visible {
  visibility: visible;
  opacity: 1;
  animation: elastic .5s;
  background-color: rgba(255, 250, 255, 0.7);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.search-form .search_close {
  position: absolute;
  width: 35px;
  height: 35px;
  background: 0 0;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.search_close:after {
  background-color: var(--theme-skin);
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 17px;
  left: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.search_close:before {
  background-color: var(--theme-skin);
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 17px;
  left: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.search-form input {
  font-size: 1.5rem
    /*!covered24px*/
  ;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 24px;
  width: 100%;
  outline: 0;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: var(--global-font-weight);
  transition: all 0.8s ease !important;
}

.s-search input {
  font-size: 1rem;
  background: none;
  padding: 12px 24px;
  width: 100%;
  outline: 0;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: var(--global-font-weight);
}

.ins-section-wrapper {
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  margin-top: 45px;
  height: 70vh;
  overflow-y: auto;
  position: absolute;
  border-radius: 14px 0 0 14px;
  scroll-behavior: smooth;
}

.ins-section-container {
  position: relative;
  background: transparent;
  border-radius: 5px;
  font-family: none;
}

.ins-section .fa {
  font-size: 18px;
  color: var(--theme-skin, #505050) !important;
  bottom: unset;
  left: 12px;
  margin-top: -3px;
  line-height: unset;
  font-weight: var(--global-font-weight);

}

.ins-section .ins-section-header {
  padding: 8px 15px;
  position: sticky;
  top: 0;
  background: #fff;
  text-align: center;
  z-index: 1;
  color: var(--theme-skin, #505050);
  border-bottom: 3px solid var(--theme-skin, #505050);
  border-color: var(--theme-skin, #505050);
}

.ins-section .ins-search-item header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #9a9a9a;
  margin-left: 20px;
}

.ins-section .ins-search-item .ins-search-preview {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #9a9a9a;
  margin-left: 20px;
  font-size: 12px;
  margin: 5px 0 0 0px;
  font-weight: var(--global-font-weight);

}

.err-button.back a {
  padding: 10px 30px;
  margin: 0 10px;
  border: 1px solid var(--theme-skin, #505050);
  color: var(--theme-skin, #505050);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.err-button.back a:hover {
  -webkit-box-shadow: 0 0 4px rgba(80, 80, 80, .85);
  -moz-box-shadow: 0 0 4px rgba(80, 80, 80, .85);
  -o-box-shadow: 0 0 4px rgba(80, 80, 80, .85);
  box-shadow: 0 0 4px rgba(80, 80, 80, .85);
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s ease;
  animation: elastic .5s;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease
    /*!coveredleft .4s ease, -webkit-transform .4s ease,left .4s ease, -moz-transform .4s ease*/
  ;
}

.baguetteBox-button#next-button {
  top: calc(50% - 30px)
    /*!covered50%*/
  ;
  width: 44px;
  height: 60px;
  right: 2%;
  box-shadow: none;
}

.baguetteBox-button#previous-button {
  top: calc(50% - 30px)
    /*!covered50%*/
  ;
  width: 44px;
  height: 60px;
  left: 2%;
  box-shadow: none;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  border-radius: 0;
  color: #ddd;
  font: 1.6em sans-serif;
}

.baguetteBox-button#close-button {
  top: 23px;
  right: calc(2% + 6px)
    /*!covered18px*/
  ;
  width: 30px;
  height: 30px;
  display: none;
}

.spinner {
  width: 60px
    /*!covered40px*/
  ;
  height: 60px
    /*!covered40px*/
  ;
  display: inline-block;
  position: relative
    /*!coveredabsolute*/
  ;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  margin: 100px auto;
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #505050
    /*!coveredvar(--theme-skin,#fff)*/
  ;
  opacity: 0.6
    /*!covered.6*/
  ;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out
    /*!coveredbounce 2s infinite ease-in-out*/
  ;
  animation: bounce 2.0s infinite ease-in-out
    /*!coveredbounce 2s infinite ease-in-out*/
  ;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #505050
    /*!coveredvar(--theme-skin,#fff)*/
  ;
  opacity: 0.6
    /*!covered.6*/
  ;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out
    /*!coveredbounce 2s infinite ease-in-out*/
  ;
  animation: bounce 2.0s infinite ease-in-out
    /*!coveredbounce 2s infinite ease-in-out*/
  ;
  -webkit-animation-delay: -1.0s
    /*!covered-1s*/
  ;
  animation-delay: -1.0s
    /*!covered-1s*/
  ;
}

.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.gallery img {
  width: 100%;
  height: 180px;
  border-radius: 0;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 180px;
  position: relative;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.gallery:hover .gallery-item:not(:hover) {
  opacity: .7;
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}

#nprogress .bar {
  background: var(--theme-skin, #505050);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--theme-skin, #505050), 0 0 5px var(--theme-skin, #505050);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 27px;
  right: 24px;
  left: inherit;
  width: auto;
  height: auto;
  margin: 0;
}

#nprogress .spinner-icon {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 3px transparent;
  border-top-color: var(--theme-skin, #505050);
  border-left-color: var(--theme-skin, #505050);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner .4s linear infinite;
  animation: nprogress-spinner .4s linear infinite;
}

.download {
  color: #fff !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  border: 1px solid var(--theme-skin, #505050);
  overflow: hidden;
  display: inline-block;
  background: var(--theme-skin, #505050);
}

.download::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, .25);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.download::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, .25);
}

#pagination {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin: 40px 0 80px;
  display: inline-block;
}

#pagination a:hover {
  color: var(--post_list_matching_color, #505050);
  box-shadow: 0 1px 20px 10px var(--post-list-thumb);
  transition: all 0.8s ease !important;
}

#pagination a {
  padding: 13px 35px;
  background: rgb(255 255 255 / 50%);
  box-shadow: 0 1px 30px -4px var(--post-list-thumb);
  border: 1.5px solid #FFFFFF;
  border-radius: 50px;
  color: var(--theme-skin, #505050);
  transition: all 0.8s ease !important;
}

#pagination .loading {
  background: var(--load_nextpage_svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #555;
  border: none;
  background-size: auto 100%;
}

#bangumi-pagination .loading {
  background: var(--load_nextpage_svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #555;
  border: none;
  background-size: auto 100%;
}

#pagination .loading:hover {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.ex-login {
  margin: auto;
  width: auto !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 0;
}

.ex-register {
  margin: auto;
  width: auto !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

.ex-login-title {
  color: #666;
  font-size: 20px;
  padding-top: 25px;
  font-weight: var(--global-font-weight);

}

.ex-register-title h3 {
  padding-bottom: 15px;
  font-size: 24px;
  color: #666;
  font-weight: var(--global-font-weight);

}

.ex-login input {
  width: 300px;
  margin-bottom: 6px;
  padding: 12px 10px;
  border: 1px #ddd solid;
  outline: 0;
  border-radius: 3px;
  font-size: 16px;
  font: 300 14px 'Fira Code', 'Noto Sans SC';
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
  font-weight: var(--global-font-weight);

}

.ex-register input {
  width: 300px;
  margin-bottom: 6px;
  padding: 12px 10px;
  border: 1px #ddd solid;
  outline: 0;
  border-radius: 3px;
  font-size: 16px;
  font: 300 14px 'Fira Code', 'Noto Sans SC';
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
  font-weight: var(--global-font-weight);

}

.ex-register input.register-button {
  box-shadow: none;
  text-shadow: none;
  background-color: #eee;
  margin-bottom: 20px;
}

.admin-login-check {
  width: 100%;
  margin: 10% 0 12%;
  text-align: center;
  font-size: 16px;
  color: #555;
  font-weight: var(--global-font-weight);

}

.user-login-check {
  width: 100%;
  margin: 10% 0 12%;
  text-align: center;
  font-size: 16px;
  color: #555;
  font-weight: var(--global-font-weight);

}

.ex-login-avatar img {
  border-radius: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  width: 110px;
  height: 110px;
}

.ex-new-account a {
  font-size: 16px;
  color: #555;
  text-decoration: underline;
  margin: 0 20px;
  font-weight: var(--global-font-weight);

}

.ex-register .user-error {
  text-align: left;
  font-size: 12px;
  width: 300px;
  margin: 0 auto 24px;
  padding: 8px;
  background: rgba(241, 241, 241, .5);
  font-weight: var(--global-font-weight);
}

.header-user-avatar:hover .header-user-menu {
  background: #fff;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-user-menu:hover {
  background: #fff;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-user-menu {
  position: absolute;
  width: 110px;
  right: -20px;
  background: 0 0;
  top: 52px;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .2);
  border-radius: 15px;
  text-align: center;
  transition: all .5s 0.1s;
  opacity: 0;
  transform: translateY(-20px);
}

.header-user-menu::before {
  content: "";
  position: fixed;
  top: 46px;
  right: 25px;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.header-user-name {
  font-size: 12px;
  padding: 10px 10px;
  color: var(--theme-skin, #505050);
  border-radius: 4px 4px 0 0;
  font-weight: var(--global-font-weight);

}

.header-user-name-u {
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.header-user-menu a {
  display: block;
  padding: 6px 10px;
  margin: 2px 0;
  width: 110px;
  text-align: center
    /*!coveredleft*/
  ;
  color: var(--theme-skin, #505050);
  font-size: 13px;
  font-weight: var(--global-font-weight);

}

.no-logged {
  font-size: 13px;
  padding: 15px 10px;
  border-radius: 4px;
  border: 0;
  font-weight: var(--global-font-weight);
}

.no-logged a {
  display: initial;
  color: var(--theme-skin, #505050);
  font-size: 14px;
  padding: 0 5px;
  text-decoration: underline;
  font-weight: var(--global-font-weight);

}

.oshimai {
  height: 2em;
  width: 6.11em;
  background-size: cover;
  margin: 0 auto;
}

.reward-open {
  float: left;
  font-size: 24px;
  padding: 6px 12px;
  text-align: center;
  display: block;
  border-radius: 10px;
  color: #7d7d7d;
  margin: 5px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  font-weight: var(--global-font-weight);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
}

.reward-open:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.reward-main {
  position: absolute;
  top: 90px;
  left: -1%;
  margin: 0;
  padding: 15px 0 0;
  width: 400px;
  background: 0 0;
  display: none;
  z-index: 233;
  animation: main .4s;
}

.reward-row {
  margin: 0 auto;
  padding: 20px 15px 10px;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  border-radius: 10px;
  cursor: auto;
  margin-left: 3%;
  border: 1px solid #FFFFFF;
}

.reward-row li img {
  width: 150px;
  max-width: 150px;
  border-radius: 3px;
  position: relative;
}

.reward-row li::after {
  display: block;
  padding: 5px 0 0;
  font-size: 13px;
  color: none;
  font-weight: var(--global-font-weight);
}

.poptitle {
  width: 100%;
  height: 100%;
  line-height: 3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(255, 255, 255, .7);
}

.popfooter {
  width: 100%;
  height: 100%;
  line-height: 1;
  background-color: rgba(255, 255, 255, .7);
}

.dot {
  width: .5rem;
  height: .5rem;
  border-radius: .5rem;
  display: inline-block;
  background-color: #919292;
}

.load-button {
  width: 200px;
  height: 60px;
  margin: auto;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
}

.load-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: .25s;
  -webkit-transition: .25s;
}

.load-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #d34836;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--global-font-weight);

}

.load-button span:nth-child(2) {
  color: #fff;
  background: #d34836;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}

.logolink a {
  color: var(--theme-skin, #505050);
  float: left;
  font-size: 25px;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 11px;
  text-decoration-line: none;
}

.forgetmenot input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

.forgetmenot input[type=checkbox]:checked:before {
  content: "✔";
  margin: -3px 0 0 -4px;
  color: #1e8cbe;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=radio]:checked:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prpr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  font-size: 0;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  cursor: grab;
  user-select: none;
  font-weight: var(--global-font-weight);

}

.mashiro-tips {
  opacity: 0;
  width: 250px;
  height: auto;
  min-height: 70px;
  margin: -20px 20px;
  padding: 5px 10px;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
  transition: box-shadow .2s ease;
  background: #fff;
  color: #212121;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  animation-delay: 5s;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: shake;
  animation-timing-function: ease-in-out;
  font-weight: var(--global-font-weight);

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(125, 137, 95, 0);
  pointer-events: none;
}

.changeSkin {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: auto;
  height: auto;
  z-index: 99;
  font-family: 'Noto Sans SC';
  padding: 10px 20px;
  transition-property: right;
  transition-duration: .3s, .3s;
}

.changeSkin-gear {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  border: 0;
  outline: 0;
  background-color: #fff;
  color: var(--theme-skin, #505050);
  cursor: pointer;
  padding: 15px;
  border-radius: 12px
    /*!covered10px*/
  ;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
  transform: scale(0);
  transition: transform .3s;
}

.style-menu-text{
  margin: 0;
  margin-left: 5px;
  display: flex;
}

.rotating {
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}

.center-text {
  margin: auto;
  font-family: 'Noto Sans SC';
  font-size: 80px;
  text-transform: none;
  font-weight: var(--global-font-weight);
  transition: all 0.8s ease !important;
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  clip: rect(0, 0, 0, 0);
  left: 1px;
  text-shadow: -1px 0 #00a7e0;
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  clip: rect(0, 0, 0, 0);
  left: -1px;
  text-shadow: 1px 0 #ff3f1a;
  margin-top: initial;
  visibility: visible;
  height: initial;
}

.bb-comment {
  border: 1px solid var(--comment_area_matching);
  min-width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: var(--comment_area_matching);
  border-radius: 3px;
  font-weight: var(--global-font-weight, 400);
}

.mashiro-author-info {
  background: url(//static.mashiro.top/wp-content/themes/Sakura/images/LOGO-Unicorn-Gradient.svg);
  width: 200px;
  height: 200px;
  margin: auto;
}

.itempic {
  min-height: 280px;
  max-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.finish-icon-container {
  font-size: 1rem;
  display: flex
    /*!covered-webkit-box,box,-webkit-flex*/
  ;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: var(--global-font-weight);

}

.skill div {
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 4px;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, .22);
  width: 100%;
  text-align: center;
  font-weight: var(--global-font-weight);

}

.art-content #archives .al_mon_list {
  position: relative;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
}

.art-content #archives .al_mon_list .al_mon {
  position: relative;
  color: var(--theme-skin, #505050);
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: 0 0;
  font-weight: 400;
}

.art-content #archives .al_mon_list span {
  padding: 0;
  border-radius: 0;
  margin: 0;
  color: var(--theme-skin, #505050);
  background: 0 0;
  font-weight: 400;
}

.art .art-content .al_mon_list .al_post_list>li:before {
  position: absolute;
  left: 116px;
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  top: 6px;
  content: "";
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;
}

.art .art-content .al_mon_list .al_post_list>li:after {
  position: absolute;
  left: 118px;
  background: var(--theme-skin, #505050);
  height: 8px;
  width: 8px;
  border-radius: 6px;
  top: 8px;
  content: "";
}

.art-content #archives .al_mon_list .al_mon:before {
  position: absolute;
  left: 113px;
  background: #fff;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  top: 3px;
  content: "";
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;
}

.art-content #archives .al_mon_list .al_mon:after {
  position: absolute;
  left: 116px;
  background: var(--theme-skin, #505050);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  top: 6px;
  content: "";
}

.art-content #archives .al_mon_list:before {
  max-height: 100%;
  height: 100%;
  width: 4px;
  background: var(--theme-skin, #505050);
  position: absolute;
  left: 120px;
  content: "";
  top: 0;
}

.toc-container {
  z-index: 98;
  width: 190px;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  right: calc((100% - 1250px)/ 2);
  top: 470px;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}

.toc {
  position: sticky;
  top: 12%;
  box-shadow: 0 1px 30px -4px var(--friend-link-shadow);
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 12px;
  overflow-y: auto;
  border-radius: 10px;
  border: 1.5px solid #FFFFFF;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.toc:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.toc-link::before {
  background-color: rgba(255, 255, 255);
  content: ' ';
  display: inline-block;
  height: inherit;
  left: 1%;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.flipx {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}

.flipy {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}

.emotion-box {
  display: flex
    /*!covered-webkit-box,-ms-flexbox*/
  ;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all .5s;
  overflow: hidden;
  height: 0px;
}

.emotion-item {
  margin: 6px;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: -8px;
}

.emotion-item .img {
  -webkit-animation: im-emotion-step 1.08s steps(27) infinite;
  animation: im-emotion-step 1.08s steps(27) infinite;
  animation-duration: 1.08s;
  animation-timing-function: steps(27);
  width: 32px;
  height: 864px;
  max-width: 32px;
  background: top/32px no-repeat;
  background-image: none;
}

.motion-switcher-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.motion-container {
  height: 110px;
  overflow: auto;
  margin-bottom: 5px;
  border-radius: 5px;
}

.menhera-container .emoji-item {
  padding: 3px 5px;
  margin: 3px 3px;
  display: inline-block;
  border-radius: 4px;
  color: var(--theme-skin, #505050);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrollbar {
  position: fixed;
  top: 0;
  height: 3px;
  background: var(--theme-skin-matching, #F9D938);
  transition-property: width, background;
  transition-duration: 1s, 1s;
  z-index: 99999;
}

.comment-user-avatar {
  position: absolute;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  pointer-events: none;
}

.comment-user-avatar .socila-check {
  display: none;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  margin: -28px 0 0 42px;
  font-weight: var(--global-font-weight);

}

.gravatar-check {
  background-color: #1e8cbe;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.cmt-popup {
  margin: 0 0 30px 1%;
  --widthA: 97%;
  --widthB: calc(var(--widthA) - 71px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  margin-top: 10px;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 3px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -80px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .insert-img-popuptext {
  visibility: hidden;
  width: 66px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 3px;
  position: absolute;
  z-index: 1;
  bottom: 9%;
  left: 10%;
  margin-left: -80px;
}

.popup .insert-img-popuptext::after {
  content: "";
  position: absolute;
  top: 33%;
  left: 109%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.insert-image-tips {
  float: right;
  text-align: center;
  width: 46px;
  margin: 0;
  padding: 12px 16px;
  text-transform: none;
  color: #535a63;
  background: 0 0;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  transition: all .1s ease-out;
  box-shadow: none;
  border: 1px solid #ccc;
  text-shadow: none;
  font-size: 14px;
  height: 46px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: var(--global-font-weight);

}

.insert-image-button {
  opacity: 0;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: right;
  transform: translateY(-46px);
  border-radius: 15px !important;
  cursor: pointer;
}

.upload-image-preview {
  display: inline-block;
  height: 70px;
  margin-right: 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px;
  cursor: pointer;
}

.comment_inline_img {
  display: inline-block;
  height: 150px;
  margin-right: 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px;
  cursor: pointer;
}

.the-feature {
  position: relative;
  left: 0px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.the-feature.from_left_and_right {
  position: relative;
  height: 160px;
  width: 260px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  overflow: hidden;
  border-radius: 15px;
  margin: 6px 6.5px 0 6.5px;
}

.the-feature.from_left_and_right .img {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.the-feature.from_left_and_right .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, .8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.the-feature.from_left_and_right .info h3 {
  text-transform: uppercase;
  color: var(--theme-skin, #505050);
  text-align: center;
  font-size: 20px;
  padding: 6px;
  margin: 30px 0 0 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  font-weight: var(--global-font-weight);

}

.the-feature.from_left_and_right .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: var(--theme-skin, #505050);
  padding: 0px 10px 10px;
  text-align: center;
  -webkit-transition: all .35s .1s linear;
  -moz-transition: all .35s .1s linear;
  transition: all .35s .1s linear;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  font-weight: var(--global-font-weight);

}

.the-feature.from_left_and_right a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.the-feature.from_left_and_right a:hover .info h3 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.the-feature.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.highlight-wrap:before {
  content: " ";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fc625d;
  width: 12px;
  height: 12px;
  left: 12px;
  margin-top: -18px;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  z-index: 2;
}

.highlight-wrap {
  position: relative;
  background: #21252b;
  border-radius: 10px;
  font: 15px/22px 'Fira Code', 'Noto Sans SC';
  line-height: 1.6;
  margin-bottom: 1.6em;
  margin-left: 8px;
  margin-right: 8px;
  max-width: 100%;
  overflow: auto;
  text-shadow: none;
  color: #000;
  padding-top: 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4);
}

.highlight-wrap .copy-code {
  color: #fff;
  position: absolute;
  float: right;
  right: 10px;
  top: 0;
  padding-top: 4px;
  padding-right: 2px;
  z-index: 2;
  font-size: 16px;
  font-weight: var(--global-font-weight);

}

.highlight-wrap code::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
  border-radius: 10px !important;
  background-color: #21252b !important;
}

.highlight-wrap code::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important;
  background-color: #21252b !important;
}

.highlight-wrap code {
  background: #1d1f21;
  color: #fff;
  word-break: break-word;
  font-family: 'Fira Code', 'Noto Sans SC';
  padding: 2px;
  text-shadow: none;
  border-radius: 0 0 5px 5px;
}

.highlight-wrap code[data-rel]:before {
  color: #fff;
  content: attr(data-rel);
  height: 30px;
  line-height: 30px;
  background: #21252b;
  font-size: 16px;
  position: absolute;
  margin-top: -30px;
  left: 0;
  width: 100%;
  font-family: 'Dela Gothic One';
  font-weight: 700;
  padding: 0 80px;
  text-indent: 15px;
  text-align: center;
  float: left;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  pointer-events: none;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: .5em;
  color: #abb2bf;
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
}

td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #888f96;
  background: #1d1f21;
  font-family: 'Fira Code', 'Noto Sans SC';
  vertical-align: top;
  position: absolute;
  left: 0;
  width: 30px;
}

.code-block-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  z-index: 9999999;
  margin: 0;
  animation: elastic 1s;
}

.code-block-fullscreen code {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 30px);
  height: auto
    /*!coveredvar(--widthB)*/
  ;
  min-height: 99%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-y: hidden;
  overflow-x: auto;
}

.skin-menu {
  position: fixed;
  left: auto;
  bottom: 15px;
  height: auto;
  width: auto;
  padding: 16px;
  padding-bottom: 0;
  border-radius: var(--style_menu_selection_radius, 15px);
  font-size: larger;
  text-align: center;
  box-shadow: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  right: 50px;
  max-height: 85%;
  overflow-y: auto;
}

.skin-menu.show {
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  right: 50px;
}

.skin-menu .row-container {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
}

.skin-menu .row-container .menu-list,
.skin-menu .row-container.font-family-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 5px;
  margin: 5px;
  flex-grow: 1;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: var(--style_menu_selection_radius, 20%);
  max-width: 125px;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
  flex-direction: row;
}

.skin-menu .row-container .menu-list:hover,
.skin-menu .row-container.font-family-controls:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.footer-shuo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 5px;
  margin: 5px;
  position: relative;
  flex-grow: 1;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: var(--style_menu_selection_radius, 20%);
  min-width: 255px;
  max-width: 385px;
  transition: all .8s;
  border: 1px solid #ffffff;
  align-items: flex-end;
  flex-direction: column;
}

.footer-shuo:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.footer-shuo::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--theme-skin-matching);
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-shuo p{
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0px;
  line-height: 1.4;
  word-wrap: normal;
  word-break: break-all;
  font-family: 'Noto Serif SC';
  font-style: italic;
  padding: 0.1em 0.7em 0.4em 2.1em;
  flex: 1;
}

.footer-shuotime {
  padding: .1em 0.7em .4em 0.7em !important;
  font-size: 14px !important;
  margin: 2px 0px !important;
}

.menu-list li {
  display: inline-block;
  margin: 2.5px;
  line-height: 50px;
  width: 50px;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: var(--style_menu_radius, 20%);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  flex-grow: 1;
  box-sizing: border-box;
}

.font-family-controls button {
  flex-grow: 1;
  box-sizing: border-box;
  box-shadow: none;
  background-color: rgb(255 255 255 / 80%);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  border-style: none;
  margin: 2.5px;
  min-height: 30px;
  min-width: 50px;
  padding: 5px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  color: var(--theme-skin, #505050);
  border-radius: var(--style_menu_radius, 5px);
}

.aplayer {
  background: rgba(255, 255, 255, .3);
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc, 'PT Serif', 'SongTi SC', 'MicroSoft Yahei', Georgia, serif;
  box-shadow: 0 0 0 1px #eee;
  border-radius: 3px;
  margin: 15px 0;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  height: 12px;
  width: 12px;
  right: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .18);
  transition: all .35s;
}

.coverVideo-btn {
  all: initial;
  display: inline-block;
  width: 36px;
  font-size: 26px;
  margin-left: 16px;
  padding: 7px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}

h1::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

h2::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

h3::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

h4::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

h5::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.widget-area {
  display: flex;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: var(--style_menu_selection_radius, 20%);
  min-width: 255px;
  max-width: 385px;
  transition: all .8s;
  border: 1px solid #ffffff;
  overflow: hidden;
  max-height: 700px;
}

.widget-area:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.widget-area > * {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.headertop-down {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 42px);
  z-index: 5; 
  animation-name: float-down;  
  animation-duration: 5s;  
  animation-iteration-count: infinite;
}

.headertop-down svg path {
  transition: all 0.8s ease !important;
}

@keyframes float-down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}

.bangumi .column {
  max-width: 100%
    /*!covered50%*/
  ;
  flex: 0 0 100%
    /*!covered0 0 50%*/
  ;
  margin-bottom: 30px;
  padding: 0 15px;
  transition: .5s;
}

.bangumi-item {
  height: 0;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 130%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
  border-radius: 10px;
}

.bangumi-item img {
  width: 100%;
  user-select: none;
  object-fit: cover;
  transition: filter 2s;
}

.bangumi-item .bangumi-info {
  height: 30%;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  position: absolute;
  background: rgba(0, 0, 0, .5);
  transition: transform 1s;
  transform: translateY(250%);
}

.bangumi-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
}

.bangumi-summary {
  height: 65%;
  white-space: normal;
  display: none;
  font-weight: bold;
}

.bangumi-status-bar {
  top: 0;
  bottom: 0;
  max-width: 100%;
  position: absolute;
  background: #dc143c;
  border-radius: 3px;
}

#bangumi-pagination {
  width: 100%;
  margin-top: 80px;
  padding: 20px 0;
  font-size: 36px;
  text-align: center;
  font-weight: var(--global-font-weight);

}

.bangumi-next {
  font-family: sans-serif;
  color: #e67474;
  position: relative;
  padding: 13px 35px;
  overflow: hidden;
}

.bangumi-next:before {
  content: ' ';
  background-color: pink;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: absolute;
  transition: all 5s;
  z-index: -1;
}

.shortcodestyle {
  margin: 20px 8px !important;
  padding: 15px 15px 15px 40px !important;
  position: relative !important;
  color: #505050;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
  text-indent: 0 !important;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #FFFFFF;
}

.shortcodestyle:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.xControl {
  margin: 20px 8px !important;
  padding: 15px 15px 15px 40px !important;
  position: relative !important;
  color: #505050;
  border-radius: 10px !important;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #FFFFFF;
}

.xControl:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.xbtn02 {
  color: #7D7D7D !important;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.xbtn02:hover {
  color: var(--theme-skin-matching) !important;
  -webkit-transition: all .8s;
  transition: all .8s;
}

input#wp-comment-cookies-consent {
  vertical-align: middle;
  margin: 0px;
  width: 18.4px;
  height: 18.4px;
}

#preload li.active {
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cbp_tmlabel .entry-content h1::before,
.cbp_tmlabel .entry-content h2::before,
.cbp_tmlabel .entry-content h3::before,
.cbp_tmlabel .entry-content h4::before,
.cbp_tmlabel .entry-content h5::before,
.cbp_tmlabel .entry-content h6::before {
  display: none;
}

.cbp_tmlabel .entry-content blockquote {
  margin: 28px 0 0 0;
  padding: 30px 60px;
  position: relative;
  quotes: "" "";
}

.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: RGBA(0, 0, 0, 0.02);
  left: 80px;
  margin-left: 10px;
}

.cbp_tmtimeline>li .cbp_tmtime {
  /* width:29%;*/
  /* padding-right:110px;*/
  display: block;
  max-width: 70px;
  position: absolute;
}

.cbp_tmtimeline>li .cbp_tmlabel {
  margin: 0 0 45px 65px;
  background: var(--shuoshuo_background_color2);
  color: #505050;
  padding: .4em 1.2em .4em 1.2em;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: block;
}

.cbp_tmtimeline>li .cbp_tmlabel p{
  line-height: 25px !important;
}

.cbp_tmlabel:hover {
  /* transform:scale(1.05);*/
  transform: translateY(-3px);
  z-index: 1;
  -webkit-box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15) !important;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: var(--shuoshuo_background_color2);
  border-width: 10px;
  top: 15px;
}

.shuoshuo_author_img img {
  border: 1px solid #ddd;
  float: left;
  border-radius: 64px;
  transition: all 1.0s;
  width: 50px;
  height: 50px;
  box-shadow: none;
}

.avatar {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  box-shadow: inset 0 -1px 0 #333333;
  -webkit-box-shadow: inset 0 -1px 0 #333333;
  transition: transform 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}

.screen-reader-text {
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  /* Above WP toolbar. */
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content {
  animation: main 1s;
}

.post-list {
  animation: main .6s;
  margin: 0 0 8% 0;
  position: relative;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

::selection,
::-moz-selection {
  background: #444;
  color: #fff;
}

article,
aside,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary,
.site-top .lower nav.navbar,
.sticky,
.infinity-end.neverending .site-footer,
.reward-open:hover .reward-main,
.block,
.art-content #archives .al_mon,
.art-content #archives .al_mon_list .al_post_list,
.emotion-select-parent:hover .emotion-select-child {
  display: block;
}

figure {
  display: block;
  margin: 1em;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template,
.single-center::after,
.openNav,
.m-nav,
.site-statistics,
.byline,
.updated:not(.published),
span.edit-link,
.archive .format-aside .entry-title,
.blog .format-aside .entry-title,
.notification-hidden,
.comment .isauthor,
.siren-checkbox-radio,
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.gallery-caption,
.emotion-select-child,
.emotion-toggle-on,
.emotion-hide,
body.dark #banner_wave_1,
body.dark #banner_wave_2 {
  display: none;
}

a:active {
  outline: 0;
  color: #505050;
}

a:hover {
  outline: 0;
  color: #505050;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong,
dt,
.is-active-link,
.hljs-strong {
  font-weight: 700;
}

dfn,
cite,
em,
i,
.hljs-emphasis {
  font-style: italic;
}

mark {
  background: #fff9c0
    /*!covered#ff0*/
  ;
  color: #000;
  text-decoration: none;
}

small {
  font-size: 80%;
  font-weight: var(--global-font-weight);

}

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

svg:not(:root),
.code-block-fullscreen-html-scroll {
  overflow: hidden;
}

code,
kbd {
  font-family: monospace, monospace;
  font-size: .9375rem
    /*!covered1em,15px*/
  ;
  font-weight: var(--global-font-weight);

}

samp {
  font-family: monospace, monospace;
  font-size: 1em;
  font-weight: var(--global-font-weight);

}

html input[type=button] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

td,
th,
ul.cbp_tmtimeline {
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

blockquote p {
  margin: 5px 0;
}

address,
.hentry {
  margin: 0 0 1.5em;
}

tt,
var {
  font-size: .9375rem
    /*!covered15px*/
  ;
  font-weight: var(--global-font-weight);

}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
  font-weight: var(--global-font-weight);

}

* {
  box-sizing: border-box;
}

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

q:after,
q:before {
  content: "";
}

q {
  quotes: "" "";
}

ol {
  margin: 5px;
  padding-left: 0px;
  list-style: decimal;
}

ul {
  margin: 5px;
  padding-left: 0px;
  list-style: disc;
}

li>ol {
  margin-bottom: 0;
  margin-left: 0
    /*!covered1.5em*/
  ;
}

li>ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: none;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #111;
}

a:focus {
  color: #505050;
  outline: 0;
}

#video-add:hover,
#video-btn:hover,
.site-title img:hover,
.feature :hover .overlay i,
.mashiro-profile .box.open,
.comment .contents .comment-reply-link:hover,
.top-feature li:hover .foverlay-bg,
#baguetteBox-overlay.visible {
  opacity: 1;
}

.pattern-attachment {
  width: 100%;
  height: 400px;
}

.pattern-center .cat-des,
.pattern-center-sakura .cat-des {
  font-size: 16px;
  display: block;
  font-weight: var(--global-font-weight);

}

.single-center .entry-census .bull {
  margin: 0 5px;
}

.single-center .entry-census a,
.download:hover,
.bangumi-item:hover {
  color: #fff;
}

.pattern-center-blank {
  padding-top: 75px;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.8s;
}

.gizle {
  top: 0
    /*!covered-100px*/
  ;
  z-index: 9999;
}

.site-header:hover {
  background-color: rgba(255, 255, 255, .9);
}

.sabit {
  top: 0;
  z-index: 9999;
}

.site-title,
.post-status p {
  margin: 0;
}

.site-title a {
  color: #464646;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
}

.site-title a:hover,
.site-top ul li a:hover,
.entry-title a:hover,
.site-info a:hover,
.post-lincenses a:hover,
.post-tags a:hover,
.ins-section .ins-search-item:hover .ins-slug,
.ins-section .ins-search-item:hover .ins-search-preview,
.ins-section .ins-search-item:hover header,
.sorry li a:hover,
.art .art-content #archives a:hover {
  color: var(--theme-skin-matching, #F9D938);
}

.comment h4 a:hover {
  color: var(--comment_area_matching);
}

.motion-switcher-table .on-hover {
  color: var(--comment_area_matching, #505050);
}

.site-description,
.postava {
  float: right;
}

.header-focus {
  height: 250px;
  background: #F9F9F9;
  margin: 0 auto;
}

#mo-nav {
  display: none;
  transition: background 0.8s;
}

.site-top ul li a {
  padding: 10px 0;
  display: inline-block;
  color: var(--theme-skin);
}

.site-top ul li a:hover:after,
embed,
iframe,
object {
  max-width: 100%;
}

#show-nav.showNav .line1 {
  top: 15px;
}

#show-nav.showNav .line3 {
  top: 23px;
}

#show-nav.hideNav .line1 {
  top: 16px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

#show-nav.hideNav .line2 {
  opacity: 0;
}

#show-nav.hideNav .line3 {
  top: 16px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.lower li:hover ul {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.lower li ul li {
  width: 100%;
  margin: 0;
}

.site-main {
  padding: 7.5% 0 0;
}

.feature {
  position: absolute;
  margin-top: 10px;
}

.entry-title a,
.post-list-thumb a {
  color: #504E4E;
}

.p-time i {
  font-size: 14px;
  margin-right: 5px;
  font-weight: var(--global-font-weight);

}

.entry-footer {
  margin: 0 0 0 17%;
  list-style: none;
}

.float-content i {
  color: var(--theme-skin, #505050);
  font-weight: var(--global-font-weight);
  transition: all 0.8s ease !important;
}

.info-meta i {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

.comnum {
  float: left;
}

.info-meta a {
  color: #000;
}

.meta-author {
  margin: 0 10px 0 0;
}

.meta-author img {
  /**
    *height值应与body,button,input,select,textarea{}的line-height同步
    */
  max-height: 18px;
  margin: 0 5px -4px;
}

.comments-number {
  margin: 0 10px;
}

.post-thumb {
  float: right;
  width: 55%;
}

.post-thumb a *:hover {
  transform: scale(1.1);
}

.s-time i {
  font-size: 13px;
  margin-right: 5px;
  font-weight: var(--global-font-weight);

}

.post-status,
.links {
  margin-bottom: 80px;
}

.navigator {
  text-align: center;
  margin: 80px 0;
  display: block;
}

.site-info a {
  color: #B9B9B9;
}

.footertext p {
  margin-bottom: 8px;
}

.entry-content .post-password-form,
.post .entry-header,
.error-img,
.err-button.back,
.wp-caption-text {
  text-align: center;
}

.entry-header {
  margin: auto;
  text-align: left;
}

.Extendfull img {
  width: 100%;
  border: 5px solid #F3F3F3;
}

h1.page-title.mb- {
  margin-top: 100px;
}

.post-lincenses a {
  color: #7D7D7D;
}

.post-tags a {
  color: #7D7D7D;
  margin-right: 5px;
}

.post-tags i {
  margin-right: 5px;
  font-size: 16px;
}

.post-modified-time i {
  margin-right: 10px;
}

.post-squares .info {
  position: relative;
  z-index: 98;
}

.post-squares a:hover>.background,
.post-squares article:hover>.background {
  opacity: .6;
}

.post-squares h3 a {
  display: block;
  color: #fff;
}

.post-squares .full,
.mashiro-profile .photo img,
.art .art-content .al_mon_list {
  width: 100%;
}

.comment .children .main {
  width: 94.5%;
}

.must-log-in a {
  color: var(--comment_area_matching);
}

.must-log-in a:hover {
  color: #7d7d7d;
}

.post-squares .half {
  width: 50%;
  float: left;
}

.post-squares .third {
  width: 33.333%;
}

.post-squares.nextprev article {
  height: 150px;
  padding: 55px 40px;
  text-align: left;
}

.post-squares.nextprev .label {
  position: absolute;
  z-index: 100;
  top: 0;
}

.post-squares.nextprev .info {
  position: absolute;
  width: 70%;
}

.post-squares.nextprev .next h3,
.post-squares.nextprev .previous h3 {
  font-size: 14px;
}

.post-squares.nextprev .previous {
  text-align: left;
}

.post-squares.nextprev .previous .info {
  bottom: 40px;
  left: 40px;
}

.post-squares.nextprev .previous .label {
  top: 40px;
  left: 40px;
}

.post-squares.nextprev .previous hr {
  float: left;
  margin: 0;
}

.post-squares.nextprev .next .info {
  text-align: right;
  right: 40px;
  bottom: 40px;
}

.post-squares.nextprev .next .label {
  top: 40px;
  right: 40px;
}

.post-squares.nextprev .next hr {
  float: right;
  margin: 0;
}

.post-squares.post-squares-featured {
  height: 250px;
}

.author-profile {
  float: left;
}

.author-profile .info {
  overflow: hidden;
  float: left;
  margin: 5px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 9px 9.5px;
  border-radius: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
}

.author-profile .info:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.author-profile .profile {
  display: block;
  float: left;
}

.author-profile .meta {
  display: block;
  float: left;
  margin: 5px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 16px;
  border-radius: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #FFFFFF;
}

.author-profile .meta:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.author-profile .meta a {
  font-size: 16px;
  float: left;
  color: #7d7d7d;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.author-profile .meta a:hover {
  color: var(--theme-skin-matching);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.mashiro-profile .content .text {
  margin-top: 20px;
  margin-left: 50px;
}

.mashiro-profile .content .btn:hover {
  box-shadow: 0 0 0 5px rgba(170, 187, 204, .5);
}

.mashiro-profile .content .btn.active span {
  animation: to-arrow .3s forwards ease-in-out;
}

.mashiro-profile .content .btn.active span::after {
  width: 60%;
  right: -1px;
  transform: rotate(-45deg);
}

.mashiro-profile .content .btn.active span::before {
  width: 60%;
  right: -1px;
  transform: rotate(45deg);
}

.mashiro-profile .box a:hover {
  transition-delay: initial !important;
  box-shadow: 0 0 0 5px #babbbc;
}

.mashiro-profile .box.open a {
  left: 60px;
}

.mashiro-profile .box.open a:nth-of-type(1) {
  transform: rotate(-90deg) translateX(120px) rotate(90deg);
  transition-delay: 0s;
}

.mashiro-profile .box.open a:nth-of-type(2) {
  transform: rotate(-45deg) translateX(120px) rotate(45deg);
  transition-delay: .1s;
}

.mashiro-profile .box.open a:nth-of-type(3) {
  transform: rotate(0) translateX(120px) rotate(0);
  transition-delay: .2s;
}

.mashiro-profile .box.open a:nth-of-type(4) {
  transform: rotate(45deg) translateX(120px) rotate(-45deg);
  transition-delay: .3s;
}

.mashiro-profile .box.open a:nth-of-type(5) {
  transform: rotate(90deg) translateX(120px) rotate(-90deg);
  transition-delay: .4s;
}

#comments-list-title span {
  font-size: 13px;
  font-weight: var(--global-font-weight, 400);
  color: #909090;
}

.butterBar--center {
  margin: auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.entry-content a img.aligncenter,
.entry-content a img.alignleft,
.entry-content a img.alignright {
  cursor: -webkit-zoom-in;
}

.clear:before,
.comment-content:before,
.entry-content:before,
.site-content:before,
.site-footer:before,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.group-blog .byline,
.single .byline,
.comment.bypostauthor>.contents .isauthor,
.emotion-show {
  display: inline;
}

.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.ai-excerpt {
  margin: 20px 8px !important;
  padding: 20px 40px !important;
  color: #505050;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
  line-height: 1.5;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #FFFFFF;
}

.ai-excerpt:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.ai-excerpt h4 {
  margin: 0;
  width: max-content;
  border-bottom: 2px solid var(--theme-skin-matching);
  padding-bottom: 2px;
  margin-bottom: 5px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.ai-excerpt i {
  margin-right: 8px;
}

.clearer {
  display: block;
  clear: both;
}

.works-list {
  float: left;
  width: 32.5%;
  margin: 0 3px;
}

.works-entry {
  float: left;
  margin-bottom: 8px;
}

.works-feature img {
  width: 257px;
  height: 175px;
}

.works-title a {
  color: #6D6D6C;
}

.works-main p {
  margin: 0;
  padding: 0 15px;
  line-height: 20px;
}

.works-p-time i,
.works-meta i {
  font-size: 12px;
  font-weight: var(--global-font-weight);

}

.works-comnum a {
  color: #B7B7B7;
}

.works-main:hover .works-overlay {
  top: 0;
}

#archives-temp {
  margin-top: 50px;
  margin-bottom: 100px;
}

#archives-temp h3:hover {
  color: var(--theme-skin-matching);
  cursor: pointer;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.brick a:hover {
  color: var(--theme-skin-matching);
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

span.time {
  float: right;
  color: #7d7d7d;
}

.brick {
  margin-left: 30px;
}

#archives-content {
  position: relative;
  margin-top: 10%;
}

.brick em {
  font-style: normal;
  margin-left: 5px;
}

.time i {
  margin: 3px;
}

.cat-des p {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
}

.links ul li:hover:before {
  width: 180%;
}

form#commentform,
.comment-respond input:active,
.comment-respond input:focus,
.comment-respond textarea:active,
.comment-respond textarea:focus {
  outline: 0;
  width: 100%;
}

span.page-numbers.current {
  color: var(--theme-skin, #505050);
  padding: 0 5px;
}

a.page-numbers {
  color: #ABABAB;
  padding: 0 5px;
}

.comments .comments-hidden {
  display: none;
  cursor: pointer;
}

.comments ul.commentwrap {
  margin: 0 auto 30px;
}

.comnav {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.comnav a {
  padding: 10px;
  color: #7B7B7B;
  margin-bottom: 20px;
}

.comment,
.widget-area .sakura_widget ol,
.widget-area .sakura_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment .body p a {
  color: var(--comment_area_matching, #F9D938);
  padding: 0 5px;
  text-decoration: underline;
}

.comment .body .comment-at {
  color: var(--theme-skin, #505050);
  text-decoration: none;
}

.comment .body>:last-child,
div class.cdp_tmlabel>li .cbp_tmlabel,
div.cbp_tmlabel>p {
  margin-bottom: 0;
}

.comment .profile {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.comment .profile img:hover {
  opacity: .8;
}

.comment .main {
  float: inherit;
  width: 95%;
  padding: 25px;
  margin: 0 auto;
  border-radius: 15px;
  background: rgb(255 255 255 / 50%);
  -webkit-transition: all .8s;
  transition: all .8s;
  box-shadow: 0 1px 30px -4px var(--comment_area_shadow);
  border: 1.5px solid #FFFFFF;
}

.comment .main:hover {
  background: rgb(255 255 255 / 80%);
  -webkit-transition: all .8s;
  transition: all .8s;
  box-shadow: 0 1px 20px 4px var(--comment_area_shadow);
}

.comment .contents:hover .comment-reply-link {
  opacity: .9;
}

.comments .body p {
  overflow: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment h4 a {
  color: #505050;
  font-size: 15px;
  font-weight: var(--global-font-weight, 600);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.comment-edit-link {
  color: var(--comment_area_matching);
}

.comment-edit-link:hover {
  color: #7D7D7D;
}

.comment .children {
  padding-left: 40px;
  margin: 0;
}

.comment .children .children .children .children .children .children {
  margin: 0;
  padding: 0;
}

.comment .children .profile {
  float: left;
  width: 5%;
  margin-top: 4px;
}

.comment .children .profile img {
  height: 40px;
  width: 40px;
}

.comment-respond input:last-of-type {
  margin-right: 0;
}

.comment-textarea,
.micro,
.bangumi-status p {
  position: relative;
  width: 100%;
}

.commentbody:placeholder-shown::placeholder {
  color: transparent;
}

.commentbody:focus {
  border-color: var(--theme-skin, #505050) !important;
  transition: border-color .25s;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid var(--comment_area_matching, #505050);
  background: 0 0 !important;
  color: var(--comment_area_matching, #505050);
}

.comment-respond input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder,
.comment-respond input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
  color: #535a63;
}

.comment-respond input:-moz-placeholder,
.comment-respond textarea:-moz-placeholder,
.comment-respond input::-moz-placeholder,
.comment-respond textarea::-moz-placeholder {
  opacity: 1;
  color: #535a63;
}

.comment-respond .logged-in-as i,
.notification i {
  margin-right: 10px;
  font-size: 16px;
  font-weight: var(--global-font-weight);
}

.comment-respond .logged-in-as a {
  color: #454545;
}

.comment-respond .logged-in-as a:hover {
  color: var(--comment_area_matching);
}

.notification span {
  font-size: 13px;
  color: #B3B3B3;
  font-weight: var(--global-font-weight);
}

.siren-checkbox-radio:checked+.siren-is-private-checkbox.siren-checkbox-radioInput:after,
.siren-is-private-checkbox.siren-checkbox-radioInput {
  border-radius: 100%;
}

.feature-content {
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.top-feature img {
  height: 160px;
  width: 260px;
  border-radius: 10px;
}

li.feature-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.top-feature li:hover .feature-title .foverlay {
  z-index: 9;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.notice-content {
  display: initial;
  vertical-align: middle;
}

.headertop.filter-undertint::before {
  background-color: rgba(255, 255, 255, .3);
  z-index: 1;
}

.headertop.filter-dim::before {
  background-color: rgba(0, 0, 0, .3);
}

.blank {
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.8s;
}

.bio-text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.bio-text .letter.behind {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}

.top-social li {
  float: left;
  margin-right: 10px;
}

.top-social_v2 li {
  float: left;
  margin-right: 13px;
}

.wechat {
  width: 40px;
  height: 40px;
  position: relative;
}

.site-header.iconsearch:hover {
  cursor: pointer;
  color: #999;
}

.search-form--modal .search-form__inner p {
  padding-left: 24px;
}

.search-form input::-webkit-input-placeholder,
.search-form input:-moz-placeholder,
.search-form input::-moz-placeholder,
.search-form input:-ms-input-placeholder,
.sorry li a,
#comments-navi a.prev,
#comments-navi a.next {
  color: var(--theme-skin);
}

.s-search {
  position: relative;
  margin-bottom: 50px;
}

.search-no-reasults {
  list-style-type: decimal;
}

.ins-section-wrapper a {
  -webkit-transition: none;
  transition: none;
}

.ins-section-wrapper header {
  position: unset;
  width: auto;
}

.ins-selectable,
.changeSkin .keys span {
  cursor: pointer;
}

.ins-section {
  font-size: 14px;
  font-weight: var(--global-font-weight);

}

body.dark .ins-section .fa {
  color: #cccccc;
}

.ins-section .ins-search-item {
  padding: 8px 15px;
}

.ins-section .ins-search-item .search-keyword {
  font-size: 15px;
  border-radius: 5px;
}

.ins-section .ins-search-item header i,
.finish-icon-text {
  margin-right: 8px;
}

.ins-section .ins-search-item:hover,
.ins-section .ins-search-item.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.ins-section .ins-search-item.active .ins-slug,
.ins-section .ins-search-item.active .ins-search-preview {
  color: var(--theme-skin, #505050) !important;
}

.sorry ul {
  padding: 0 0 0 20px;
  margin: 0;
}

body.dark .sorry li a,
body.dark .sorry {
  color: #CCC;
}

.sorry {
  color: var(--theme-skin);
  margin-bottom: 80px;
}

.sorry li {
  padding: 10px 0;
}

.sorry-inner {
  padding: 20px;
  border: 1px solid var(--theme-skin);
}

#gohome {
  background: var(--theme-skin, #505050);
  color: #fff;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button:hover,
body.dark input[type=button],
body.dark input[type=reset],
body.dark input[type=submit] {
  box-shadow: none;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.wp-smiley {
  height: 2em !important;
  max-height: 2em !important;
  vertical-align: bottom;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

#nprogress {
  pointer-events: none;
  z-index: 99999;
  position: absolute;
}

.nprogress-custom-parent,
.toc>.toc-list {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

.download:hover::after,
.download:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.download span {
  padding: 10px 30px;
  display: inline-block;
}

#pagination span,
#bangumi-pagination span {
  color: #989898;
  font-size: 15px;
  font-weight: var(--global-font-weight);

}

#pagination.pagination-archive {
  margin: 80px 0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#mo-nav::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}

::-webkit-scrollbar-track,
body.dark::-webkit-scrollbar-thumb {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-skin);
  border-radius: 25px;
}

body.dark::-webkit-scrollbar-track {
  background-color: var(--theme-skin);
}

.ex-login p,
.ex-register p {
  margin: 1em;
}

.ex-login-title img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
}

.ex-login input.login-button {
  box-shadow: none;
  text-shadow: none;
  background-color: #eee;
}

.ex-login input.login-button:hover,
.ex-register input.register-button:hover {
  background-color: var(--theme-skin-matching, #F9D938);
  border-color: var(--theme-skin-matching, #F9D938);
  color: #fff;
}

.admin-login-check p,
.user-login-check p {
  margin: .8em;
}

.ex-login-username {
  font-size: 20px;
  font-weight: var(--global-font-weight);

}

.ex-new-account {
  padding: 45px 0;
}

.ex-new-account a:hover {
  color: #E67474;
}

.ex-logout {
  padding-top: 1em;
}

.ex-logout a {
  color: #555;
  text-decoration: underline;
  margin: 0 20px;
}

.register-close {
  margin-bottom: 200px;
  font-size: 18px;
  font-weight: var(--global-font-weight);
}

.header-user-avatar img {
  border-radius: 100%;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transition: all 0.8s ease !important;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
}

.header-user-name no-logged {
  color: var(--theme-skin, #505050);
  font-size: 14px;
}

.header-user-menu .user-menu-option {
  padding: 5px 0;
  border-radius: 0 0 4px 4px;
  width: 130px;
}

.user-menu-option a:hover {
  background-color: #f1f1f1;
}

.reward-row li {
  list-style-type: none;
  padding: 0 12px;
  display: inline-block;
}

.alipay-code:after {
  content: "支付宝";
}

.wechat-code:after {
  content: "微信";
}

.sm {
  color: var(--comment_area_matching);
}

.sm:hover {
  color: #7D7D7D;
}

.popcontainer {
  width: 100%;
  height: 100%;
  line-height: 1;
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
  transform: translateX(-10px);
}

.dot:nth-last-child(1) {
  margin-left: .3rem;
  animation: loading .6s .3s linear infinite;
}

.dot:nth-last-child(2) {
  margin-left: .3rem;
  animation: loading .6s .2s linear infinite;
}

.dot:nth-last-child(3) {
  animation: loading .6s .1s linear infinite;
}

.load-button:hover div {
  transform: rotateX(-90deg);
}

.load-button span:nth-child(1) {
  color: #d34836;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
}

.prpr:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.prpr:active {
  cursor: grabbing;
}

.prpr #live2d,
.changeSkin .keys {
  position: relative;
  z-index: 99;
}

.hide-live2d {
  visibility: visible;
}

.switch-live2d,
.save-live2d {
  visibility: hidden;
}

.hide-live2d-tool {
  bottom: 15px;
}

.ap-hover {
  border-radius: 0 6px 6px 0 !important;
  left: -66px !important;
}

.aplayer-icon,
.aplayer-miniswitcher {
  border-radius: 0 6px 6px 0 !important;
}

.changeSkin .close-skinMenu {
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.keys-line-add {
  text-align: right;
  margin-right: 22px;
}

.img-preload {
  visibility: hidden;
  width: 0;
  height: 0;
}

.inline-block,
.top-feature-v2 {
  display: inline-block;
}

.glitch {
  position: relative;
  color: #fff;
  mix-blend-mode: lighten;
}

.glitch:hover:before {
  text-shadow: 4px 0 #ff3f1a;
  animation: glitch-loop-1 .8s infinite ease-in-out alternate-reverse;
}

.glitch:hover:after {
  text-shadow: -5px 0 #00a7e0;
  animation: glitch-loop-2 .8s infinite ease-in-out alternate-reverse;
}

.finish-icon {
  vertical-align: text-bottom;
}

.skill-list {
  list-style: none;
  margin: 0;
  padding-top: 25px;
}

.skill {
  margin-bottom: 1em;
  position: relative;
}

.skill ::-webkit-progress-value {
  -webkit-animation: bar-fill 2s;
  animation: bar-fill 2s;
  width: 0;
}

.skill-1::-webkit-progress-value,
.skill-1::-moz-progress-bar {
  background: #ff9e2c;
}

.art .art-content #archives a:before,
.art .art-content .al_mon_list li:before {
  content: none;
}

#archives ul {
  list-style: none;
  margin-bottom: 0;
  left: -10px;
}

#archives li,
.toc>.toc-list li {
  list-style: none;
}

#archives li>ul {
  margin-left: 0;
}

#archives h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.art .art-content #archives a {
  color: #000;
  font-weight: 400;
}

.art .art-content #archives .al_year {
  padding-left: 100px;
}

.art .art-content .al_mon_list .al_post_list>li {
  position: relative;
  color: var(--theme-skin, #505050);
  padding-left: 140px;
}

.toc-list {
  margin: 0;
  padding-left: 16px;
}

a.toc-link {
  color: currentColor;
  height: 100%;
  font-size: 16px;
}

.is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.is-collapsed {
  max-height: 0;
}

.is-position-fixed {
  position: fixed !important;
  top: 0;
}

.is-active-link::before {
  background-color: var(--theme-skin, #505050);
}

.flipx-v2 {
  transform: rotateY(180deg);
}

.flipy-v2 {
  transform: rotateX(180deg);
}

.bili-container,
.tieba-container {
  padding-left: 16px;
}

.tieba-container span {
  width: 32px;
  height: 32px;
}

.tieba-container img,
.bili-container img {
  width: 32px;
  height: 32px;
  margin: 7px;
}

.tieba-container img:hover {
  background-color: rgba(245, 245, 245, .8);
  border-radius: 5px;
}

.emotion-inline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.emotion-secter {
  margin: 12px 12px 0 0;
}

.emotion-select-parent {
  background-size: cover;
}

.emotion-select-parent:hover {
  background-image: none !important;
  background-color: rgba(245, 245, 245, .8);
  border-radius: 5px;
}

#emotion-toggle {
  text-align: center;
  margin-bottom: 5px;
}

.motion-switcher-table td,
.motion-switcher-table th {
  padding: 8px;
  text-align: center;
  border-radius: 5px;
}

.motion-switcher-table th:hover {
  background-color: rgba(245, 245, 245, .5);
  color: var(--comment_area_matching);
}

.menhera-container .emoji-item:hover {
  background-color: rgba(245, 245, 245, .8);
}

#footer-sponsor {
  font-size: 9px;
  font-weight: var(--global-font-weight);

}

.comment-user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.qq-check {
  background-color: #99ce00;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cmt-author {
  margin-left: 70px;
}

.popup .show {
  visibility: visible;
  -webkit-animation: blur .8s;
  animation: blur .8s;
}

.insert-image-tips:hover,
.insert-image-tips-hover {
  color: var(--theme-skin-matching, #F9D938);
  border: 1px solid var(--theme-skin-matching, #F9D938);
}

.top-feature-row {
  width: 100%;
  height: auto;
  margin-top: 55px;
  white-space: nowrap;
}

.the-feature * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.the-feature a {
  color: var(--theme-skin, #505050);
}

.the-feature a:hover {
  text-decoration: none;
}

.the-feature img {
  height: 160px;
  width: 260px;
}

.the-feature.from_left_and_right a:hover .info {
  visibility: visible;
  opacity: 1;
}

.highlight-wrap .copy-code:hover {
  color: rgba(255, 255, 255, .5);
}

.hljs-ln-line span::-moz-selection,
.hljs-ln-line::-moz-selection,
.hljs span::selection,
.hljs::selection,
.hljs-ln-line span::selection,
.hljs-ln-line::selection {
  background: #fff;
  color: #21252b;
}

.highlight-wrap code::-webkit-scrollbar {
  height: 10x !important;
  width: 10x !important;
  background-color: #1d1f21 !important;
}

.hljs-comment,
.hljs-quote {
  color: #888f96;
  font-style: italic;
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd;
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}

.hljs-bullet,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}

.hljs-link {
  color: #61aeee;
  text-decoration: underline;
}

.hljs-ln {
  margin: 6px 0 0 0 !important;
}

.hljs-ln-code .hljs-ln-line {
  margin-left: 25px;
  padding-left: 5px;
}

.hljs-ln-code .hljs-ln-line:hover {
  background-color: rgba(255, 255, 255, .1);
}

.code-font {
  font-family: 'Fira Code', 'Noto Sans SC';
}

.Ubuntu-font,
.control-btn-sans-serif {
  font-family: 'Noto Sans SC';
}

.serif,
.control-btn-serif {
  font-family: 'Noto Serif SC';
}

.menu-list li:hover,
.font-family-controls button:hover {
  background-color: var(--theme-skin-matching, #F9D938);
  -webkit-transition: all .8s;
  transition: all .8s;
  color: #fff;
}

.font-family-controls button.selected {
  border: 3px solid var(--theme-skin-matching);
  transition: .3s;
  box-shadow: none;
}

.aplayer .aplayer-lrc::before,
.aplayer .aplayer-lrc::after {
  background: rgba(255, 255, 255, 0);
  filter: none;
}

.aplayer .aplayer-info {
  padding: 9px 7px 0 10px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin-left: 1px;
  padding-right: 3px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 6px;
  border-radius: 10px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  border-radius: 10px;
  width: 6px;
  right: 10.5px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
  border-radius: 10px;
  width: 6px;
}

.aplayer .aplayer-list ol li {
  border-top: none;
}

.aplayer .aplayer-list ol li.aplayer-list-light {
  background: #f8f8f8;
}

#aplayer-float {
  background: rgba(255, 255, 255, 1);
  margin: 0;
}

.ap-hover:hover {
  left: 0 !important;
}

#aplayer-float .aplayer-lrc-current {
  color: var(--theme-skin, #505050) !important;
  font-size: 15px;
  font-weight: 700;
}

.aplayer .aplayer-lrc {
  pointer-events: none;
  background: transparent !important;
}

#coverVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverVideo-btn:hover {
  background: #ddd;
  color: black;
}

.widget-area .sakura_widget {
  height: calc(100% - 30px);
  overflow-y: auto;
  max-width: 385px;
  min-width: 255px;
}

.widget-area .sakura_widget figure {
  display: block;
  margin: 1em;
}

.widget-area .sakura_widget h2 {
  border-bottom: 1px solid #000;
}

.active .show-hide-wrap {
  width: 100%;
  right: 0;
  transition: all .3s ease;
}

.bangumi {
  margin-top: 40px;
}

.bangumi .row {
  display: flex;
  margin: 0 -10px -20px;
  flex-wrap: wrap;
}

.bangumi-status {
  position: relative;
  background: rgba(0, 0, 0, .6);
  border-radius: 3px;
}

.bangumi-next.loading:before {
  display: none !important;
}

.bangumi-next:hover:before {
  height: 100%;
}

.bangumi-next i {
  color: #505050;
}

.shortcodestyle i {
  padding-right: 20px !important;
  font-size: medium;
}

.shortcodestyle a {
  padding: 5px !important;
}

.warning,
.noway,
.task,
.buy {
  text-indent: 0 !important;
}

.warning i {
  color: #F1C700 !important;
  text-indent: 0 !important;
}

.noway i {
  color: #7D2027 !important;
  text-indent: 0 !important;
}

.task i {
  color: #7d7d7d !important;
  text-indent: 0 !important;
}

.buy i {
  color: #6E81BE !important;
  text-indent: 0 !important;
}

.task p {
  text-indent: 0 !important;
}

.ghcard {
  position: relative;
}

.ghcard img {
  border-radius: 5px;
}

.showcard {
  position: relative;
  float: left;
  width: 240px;
  height: auto;
  left: 0;
  top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #FFFFFF;
}

.showcard:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.showcard .img {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 10px;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 0%;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: 1;
}

.showcard .img:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  height: 180px;
  margin-top: 8%;
  margin-bottom: 5.1%;
  width: 180px;
  opacity: 0.9;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.showcard .icon {
  position: relative;
  float: left;
  font-size: 16px;
  margin-left: 14px;
  margin-top: 2px;
  margin-bottom: 16px;
}

.showcard .title {
  position: relative;
  float: left;
  width: 75%;
  color: #505050;
  font-size: 17px;
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 12px;
  overflow: hidden;
}

.showcard-button {
  position: absolute;
  float: right;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 5px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  -webkit-transition: all .8s;
  transition: all .8s;
  bottom: 0;
  right: 0;
  margin: 10px;
}

.showcard-button.hover {
  font-size: 32px;
  width: 60px;
  height: 60px;
  bottom: 27.5%;
  right: 27.5%;
  box-shadow: 0 1px 20px 8px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.conversations-code-text {
  margin: auto 10px;
  padding: 8px 14px;
  color: #505050;
  max-width: 80%;
  width: fit-content;
  font-size: 15px;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
  text-indent: 0 !important;
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #FFFFFF;
}

.conversations-code-text:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.contents span img,
.entry-content span img {
  height: 30px;
}

span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited {
  color: #252525;
}

.heimu,
.heimu a,
a .heimu,
.heimu a.new {
  background-color: #252525;
  color: #252525;
  text-shadow: none;
}

body:not(.heimu_toggle_on) .heimu:hover,
body:not(.heimu_toggle_on) .heimu:active,
body:not(.heimu_toggle_on) .heimu.off {
  transition: color .13s linear;
  color: white;
}

body:not(.heimu_toggle_on) .heimu:hover a,
body:not(.heimu_toggle_on) a:hover .heimu,
body:not(.heimu_toggle_on) .heimu.off a,
body:not(.heimu_toggle_on) a:hover .heimu.off {
  transition: color .13s linear;
  color: lightblue;
}

body:not(.heimu_toggle_on) .heimu.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off {
  transition: color .13s linear;
  color: #BA0000;
}

.comment-form-cookies-consent label {
  vertical-align: middle;
}

body.theme-dark .cbp_tmtimeline::before {
  background: RGBA(255, 255, 255, 0.06);
}

.cbp_tmtimeline>li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
  font-size: 1.2em;
  color: #9BCD9B;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
  color: RGBA(255, 125, 73, 0.75);
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
  background: var(--shuoshuo_background_color1);
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: var(--shuoshuo_background_color1);
  top: 15px;
}

.shuoshuo_meta {
  clear: both;
  font-size: 14px;
}

.shuoshuo_meta i {
  margin-right: 5px;
}

.comments-number {
  margin-left: 8px;
}

.zhuan {
  transform: rotateZ(720deg);
  -webkit-transform: rotateZ(720deg);
  -moz-transform: rotateZ(720deg);
}

.show {
  opacity: 1;
  transition: opacity 500ms;
}

.hide {
  opacity: 0;
  transition: opacity 500ms;
}

.emotion-box-show {
  height: 153px !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.post-list-thumb:hover {
  box-shadow: 0 1px 20px 10px var(--post-list-thumb);
}

body.dark .post-list-thumb:hover {
  box-shadow: 0 1px 20px 0px var(--post_list_matching_color);
}

.lazyload[src*="#lazyload-blur"],
.lazyload[style*="#lazyload-blur"] {
  -webkit-filter: saturate(.5) blur(10px);
  filter: saturate(.5) blur(10px);
}

.object,
.siren-checkbox-radio:checked+.siren-checkbox-radioInput:after {
  background: var(--theme-skin);
}

.post-share ul li a:hover,
.entry-content a:hover,

.post-content a:hover {
  color: var(--post_list_matching_color);
}

.comment-respond input[type='submit']:hover {
  color: var(--comment_area_matching);
  border-color: var(--comment_area_matching);
}

.header-info p:hover {
  color: var(--theme-skin-matching);
  transition: all .4s;
}

.post-like a,
.post-like i,
.post-share ul li i,
.ins-section.ins-search-item .search-keyword {
  font-weight: var(--global-font-weight);

}

#main-container,
.pattern-center:after,
.headertop-bar::after {
  transition: background 0.8s;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.site-wrapper {
  transition: all 0.8s ease !important;
}

@keyframes main {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sitetop {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes searchbox {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }

  50% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }

  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}

@media (max-width:860px) {
  .pattern-center header.single-header {
    padding: 0 4%;
  }

  .pattern-attachment {
    height: 280px;
  }

  .pattern-center h1.cat-title,
  .pattern-center h1.entry-title,
  .single-center .single-header h1.entry-title {
    font-size: 24px !important;
  }
}

@media (max-width:860px) {
  .pattern-center-sakura {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .pattern-center-blank {
    padding-top: 0;
  }
}

@media (max-width:860px) {
  .pattern-center-sakura header.single-header {
    padding: 0 4%;
  }

  .pattern-attachment {
    height: 280px;
  }

  .pattern-center-sakura h1.cat-title,
  .pattern-center-sakura h1.entry-title,
  .single-center .single-header h1.entry-title {
    font-size: 24px !important;
  }
}

@media (max-width:860px) {
  .site-top .lower nav ul li .animated-hover i {
    display: inline;
  }
}

@media (max-width:860px) {
  .post-list-thumb {
    margin: 10px 0 10px;
    height: auto;
  }
}

@media (max-width:768px) {
  .post-content {
    margin-top: 2%;
  }

  .float-content p {
    height: auto;
    display: block;
  }

  .post-list-thumb {
    padding: 0;
    border: 0;
  }

  .float-content,
  .post-content-wrap,
  .post-thumb {
    width: 100%;
    left: 0;
  }

  .post-list-thumb .post-content-wrap {
    text-align: left !important;
    margin: 0 !important;
    padding: 6px 15px 20px 15px !important;
    float: none !important;
    border-top: 0;
  }

  .post-list-thumb::before {
    content: '';
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -101px;
    z-index: 0;
  }

  .float-content {
    box-shadow: none;
    padding: 1%;
    margin: 0;
  }

  .post-thumb a {
    border-radius: 10px !important;
  }
}

@media (max-width:600px) {
  .post-thumb a {
    height: 210px;
  }

  .float-content .post-text {
    font-size: 13px;
    margin-bottom: 1em;
  }
}

@keyframes post-list-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width:860px) {
  .post-squares .third {
    width: 100%;
  }

  .post-squares.post-squares-featured {
    display: none;
  }

  .post-squares {
    overflow: hidden;
    margin: auto;
    background: #000;
    left: 0;
    width: 96% !important;
    margin-left: 2% !important;
  }
}

@media (max-width:760px) {
  .post-squares .half {
    float: center;
    width: 100%;
  }
}

@media (max-width:760px) {
  .post-squares.nextprev article {
    height: 150px;
    width: 100%;
  }
}

@keyframes show-profile {
  0% {
    width: 0;
  }
}

@keyframes rotate-photo {
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes pop-btn {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes to-hamburger {
  from {
    transform: translateY(-50%) rotate(-180deg);
  }
}

@keyframes to-arrow {
  from {
    transform: translateY(-50%) rotate(0);
  }

  to {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (max-width:1080px) {
  .post-footer {
    max-width: 800px;
    margin-left: -43%;
    width: 86%;
  }

  .post-squares {
    max-width: 800px;
    margin-left: -43%;
    width: 86%;
  }
}

@media (max-width:860px) {
  .post-footer {
    max-width: 800px;
    margin-left: -49%;
  }
}

@media (max-width:1080px) {
  .comments {
    padding: 4% 0 0;
    padding-bottom: 80px;
    max-width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .comments .commentwrap {
    width: 100%;
    max-width: 1245px;
    margin-bottom: 40px;
    padding: 0 4%;
  }

  .comment-respond {
    width: 88% !important;
  }
}

@media (max-width:860px) {
  .comments {
    padding: 4% 0 0;
    max-width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .comments .commentwrap {
    padding: 0 6%;
  }

  .comment-respond {
    display: grid;
  }
}

@media (max-width:580px) {
  .comment .body p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 13px;
  }
}

@media (max-width:880px) {
  .comment .comment-reply-link {
    opacity: 1;
  }

  .comment .contents {
    padding-bottom: 10px;
  }

  .comment .commeta {
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .comment .info .useragent-info {
    display: none;
  }

  .comment .info .useragent-info-m {
    display: inline;
  }
}

@media (max-width:880px) {
  .comment hr {
    margin: 6.39% 0;
  }

  .comment .profile {
    display: none;
  }

  .comment .children .main,
  .comment .main {
    width: 100%;
  }

  .comment h4 img {
    display: inline-block;
  }

  .arrow-left {
    display: none;
  }

  .comment .children {
    padding-left: 2em;
    margin: 0;
  }

  .comment .children .children .children {
    margin: 0;
    padding: 0;
  }
}

@media (max-width:625px) {
  .comment-respond input {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width:625px) {
  .siren-checkbox-label {
    top: 8px;
    margin-bottom: 10px;
  }
}

@media (max-width:860px) {
  .notice {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
}

@supports (-webkit-touch-callout: none) {
  #centerbg {
    background-attachment: scroll !important;
  }
}

@media (max-width:860px) {
  #centerbg {
    height: 300px;
    background-attachment: scroll;
  }

  #video-container,
  .loadvideo {
    display: none;
  }
}

/*
.header-info:before {
    content: "";
    position: absolute;
    top: 127px;
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .5) transparent
}
*/

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:630px) {
  .works-list {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width:630px) {
  .we-content li {
    width: 100%;
    margin-top: 0;
  }

  .we-icon {
    top: 50px !important;
  }

  .wtitle {
    top: 130px !important;
  }

  .sub-text {
    top: 160px !important;
  }

  .admin-login,
  .wesite-des {
    display: none;
  }

  .wesite-title {
    float: none;
    text-align: center;
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width:860px) {
  .comments {
    max-width: 100% !important;
  }

  .top-feature,
  .top-feature-row {
    display: none;
  }

  .site-content {
    padding: 0 4%;
  }

  .feature img {
    width: 52px;
    height: 52px;
  }

  .post-list h1.entry-title {
    margin: 0 0 0 65px;
    font-size: 16px;
    line-height: 30px;
  }

  .p-time {
    position: relative;
    margin: -15px 0 0 65px;
  }

  .post-list p {
    margin: 20px 0 0 65px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
  }

  .s-content {
    padding: 10px 15px;
    margin-right: 65px;
  }

  .s-content p {
    margin-left: 0;
    margin-top: 0;
    height: 30px;
    overflow: hidden;
  }

  .postava img {
    width: 52px;
    height: 52px;
  }

  .overlay {
    display: none;
  }

  .info-meta {
    display: none;
  }

  h1.entry-title {
    font-size: 18px;
  }

  .entry-content p {
    font-size: 16px;
  }

  .site-footer {
    padding: 30px;
  }

  .lower {
    display: none !important;
  }

  .m-nav {
    display: block;
  }

  .header-user-avatar img {
    display: none;
  }

  .searchbox.js-toggle-search {
    display: none;
    /*移动端搜索关闭*/
  }

  .site-header {
    /*移动端logo后背板高度*/
    height: 8%;
  }

  .site-branding {
    float: right;
    height: 50px;
    line-height: 43px;
    margin-right: -30px;
    /*移动端logo位置*/
    margin-top: -10px;
  }

  .site-title img {
    height: 40px;
    line-height: 40px;
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 20px;
  }

  .site-title {
    font-size: 20px;
    margin-right: 10px;
  }

  .links ul li {
    width: 46%;
    margin: 2%;
    max-width: 860px;
  }

  .links ul li:hover {
    width: 46%;
    margin: 2%;
  }

  .links ul li:before {
    display: none;
  }

  .author-box {
    display: none;
  }

  #archives-temp {
    padding: 0 20px;
  }
}

@media (max-width:1080px) {
  .info-meta {
    display: none;
  }

  .site-footer {
    padding: 30px;
  }

  .we-title:before {
    display: none;
  }

  h3#comments-list-title,
  nav#comments-navi {
    width: 100%;
    padding: 0 6.39%;
    max-width: 1245px;
  }
}

@media (max-width:860px) {
  #main-container {
    transition: background, transform .5s !important;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  #main-container.open:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
  }

  #main-container.open {
    transform: translateX(250px) translateY(0);
    -webkit-transform: translateX(250px) translateY(0);
    right: 0;
    left: 0;
  }

  .wrapper {
    transition-duration: .5s;
    width: 100%;
    height: auto;
    position: relative;
  }

  #mo-nav.open,
  .openNav.open {
    transform: translateX(250px) translateY(0);
    -webkit-transform: translateX(250px);
    position: fixed;
  }

  .site-header.open {
    opacity: 0;
  }

  .wrapper section h1 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .wrapper section h2 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .wrapper section p {
    margin-bottom: 40px;
  }

  .openNav {
    transition-duration: .5s;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: block;
    background: 0 0;
  }

  .openNav .icon {
    transition-duration: .2s;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: var(--theme-skin, #505050);
    top: 28px;
    left: 20px;
  }

  .openNav .icon:after,
  .openNav .icon:before {
    transition-duration: .5s;
    background-color: var(--theme-skin, #505050);
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    left: 0;
  }

  .openNav .icon:before {
    top: -8px;
  }

  .openNav .icon:after {
    top: 8px;
  }

  .openNav.open .icon {
    background-color: transparent !important;
  }

  .openNav.open .icon:after,
  .openNav.open .icon:before {
    top: 0;
  }

  .openNav.open .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #FFF;
  }

  .openNav.open .icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFF;
  }

  #mo-nav {
    background-color: rgb(255 255 255 / 90%);
    width: 250px;
    max-width: 250px !important;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -250px;
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    transition: background, transform .5s !important;
  }

  #mo-nav .m-avatar {
    position: relative;
    width: 250px;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
  }

  #mo-nav .m-avatar img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    border-radius: 100%;
  }

  #mo-nav .m-search form {
    position: relative;
    width: 250px;
    max-width: 250px;
    margin: 20px 0px;
    padding: 0px 20px;
  }

  #mo-nav .m-search input {
    width: 100%;
    border: 0;
    padding: 10px;
    box-shadow: 0 1px 30px -4px #e8e8e8;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    outline: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
  }

  #mo-nav .m-search input:hover {
    box-shadow: 0 1px 20px 10px #e8e8e8;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .8s;
    transition: all .8s;
  }

  #mo-nav .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  #mo-nav ul:hover li {
    color: rgba(255, 255, 255, .5);
  }

  #mo-nav ul li {
    transition-duration: .25s;
    display: block;
    padding: 10px 0px;
    color: #fff;
    letter-spacing: .02em;
    text-align: center;
  }

  #mo-nav ul li a {
    color: var(--theme-skin, #505050);
    font-size: 16px;
  }

  #mo-nav li ul {
    width: 250px;
    margin: 10px 0;
    padding: 0;
  }

  #mo-nav li ul li {
    padding: 0;
  }

  #mo-nav li ul li a {
    font-size: 14px;
    color: #9CACC5;
  }

  #mo-nav ul li a:hover {
    cursor: pointer;
    color: var(--theme-skin-matching, #F9D938);
  }

  .we-content li {
    height: 250px;
  }

  .we-content {
    padding: 80px 1%;
  }

  .we-icon {
    top: 30px;
  }

  .wtitle {
    top: 110px;
  }

  .sub-text {
    top: 150px;
  }

  .works-list {
    width: 46.88%;
    margin: 0 1.5%;
  }

  .works-main {
    height: 225px;
  }

  .works-feature img {
    width: 100%;
    height: 225px;
  }

  .works-entry {
    margin-bottom: 20px;
  }
}

/* Scrollbar FireFox Support
@TODO not completed
*/

@keyframes poi-deg {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes poi-deg {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes elastic {
  0% {
    transform: scale(0);
  }

  55% {
    transform: scale(1);
  }

  70% {
    transform: scale(.98);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes btn-pudding {

  12%,
  15% {
    transform: scale(.93, 1.07);
  }

  16%,
  17% {
    transform: scale(.94, 1.06);
  }

  10%,
  18% {
    transform: scale(.95, 1.05);
  }

  19% {
    transform: scale(.96, 1.04);
  }

  20% {
    transform: scale(.98, 1.02);
  }

  21%,
  40%,
  48% {
    transform: scale(.99, 1.01);
  }

  22%,
  23%,
  37%,
  39%,
  49% {
    transform: scale(1, 1);
  }

  24%,
  34%,
  36%,
  7% {
    transform: scale(1.01, .99);
  }

  25%,
  27%,
  30%,
  33% {
    transform: scale(1.02, .98);
  }

  28%,
  29% {
    transform: scale(1.03, .97);
  }

  2% {
    transform: scale(1.16, .84);
  }

  0% {
    transform: scale(1.2, .8);
  }
}

@keyframes poi-face {

  2%,
  24%,
  80% {
    -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
    transform: translate(0, 1.5px) rotate(1.5deg);
  }

  4%,
  68%,
  98% {
    -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
    transform: translate(0, -1.5px) rotate(-.5deg);
  }

  38%,
  6% {
    -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
    transform: translate(0, 1.5px) rotate(-1.5deg);
  }

  8%,
  86% {
    -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
    transform: translate(0, -1.5px) rotate(-1.5deg);
  }

  10%,
  72% {
    -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
    transform: translate(0, 2.5px) rotate(1.5deg);
  }

  12%,
  64%,
  78%,
  96% {
    -webkit-transform: translate(0, -.5px) rotate(1.5deg);
    transform: translate(0, -.5px) rotate(1.5deg);
  }

  14%,
  54% {
    -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
    transform: translate(0, -1.5px) rotate(1.5deg);
  }

  16% {
    -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
    transform: translate(0, -.5px) rotate(-1.5deg);
  }

  18%,
  22% {
    -webkit-transform: translate(0, .5px) rotate(-1.5deg);
    transform: translate(0, .5px) rotate(-1.5deg);
  }

  20%,
  36%,
  46% {
    -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
    transform: translate(0, -1.5px) rotate(2.5deg);
  }

  26%,
  50% {
    -webkit-transform: translate(0, .5px) rotate(.5deg);
    transform: translate(0, .5px) rotate(.5deg);
  }

  28% {
    -webkit-transform: translate(0, .5px) rotate(1.5deg);
    transform: translate(0, .5px) rotate(1.5deg);
  }

  30%,
  40%,
  62%,
  76%,
  88% {
    -webkit-transform: translate(0, -.5px) rotate(2.5deg);
    transform: translate(0, -.5px) rotate(2.5deg);
  }

  32%,
  34%,
  66% {
    -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
    transform: translate(0, 1.5px) rotate(-.5deg);
  }

  42% {
    -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
    transform: translate(0, 2.5px) rotate(-1.5deg);
  }

  44%,
  70% {
    -webkit-transform: translate(0, 1.5px) rotate(.5deg);
    transform: translate(0, 1.5px) rotate(.5deg);
  }

  48%,
  74%,
  82% {
    -webkit-transform: translate(0, -.5px) rotate(.5deg);
    transform: translate(0, -.5px) rotate(.5deg);
  }

  52%,
  56%,
  60% {
    -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
    transform: translate(0, 2.5px) rotate(2.5deg);
  }

  58% {
    -webkit-transform: translate(0, .5px) rotate(2.5deg);
    transform: translate(0, .5px) rotate(2.5deg);
  }

  84% {
    -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
    transform: translate(0, 1.5px) rotate(2.5deg);
  }

  90% {
    -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
    transform: translate(0, 2.5px) rotate(-.5deg);
  }

  92% {
    -webkit-transform: translate(0, .5px) rotate(-.5deg);
    transform: translate(0, .5px) rotate(-.5deg);
  }

  94% {
    -webkit-transform: translate(0, 2.5px) rotate(.5deg);
    transform: translate(0, 2.5px) rotate(.5deg);
  }

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes header-menu {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width:400px) {
  .poptitle {
    width: 400px;
    height: 100%;
    margin: 0 auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(255, 255, 255, .7);
  }
}

@media (min-width:400px) {
  .popfooter {
    width: 400px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .7);
  }
}

@media (min-width:400px) {
  .popcontainer {
    height: 100%;
    margin: 0 auto;
  }
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  25% {
    transform: translate(0, -3px);
  }

  50% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  75% {
    transform: translate(0, 3px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media (max-width:860px) {
  .prpr {
    transform: scale(.8) translate(-30px, 31px);
  }

  .prpr:hover {
    -webkit-transform: scale(.8) translate(-30px, 31px);
    transform: scale(.8) translate(-30px, 31px);
  }
}

@media (max-width:560px) {
  .prpr {
    transform: scale(.5) translate(-150px, 125px);
  }

  .prpr:hover {
    -webkit-transform: scale(.5) translate(-150px, 125px);
    transform: scale(.5) translate(-150px, 125px);
  }
}

@keyframes shake {
  2% {
    transform: translate(.5px, -1.5px) rotate(-.5deg);
  }

  4% {
    transform: translate(.5px, 1.5px) rotate(1.5deg);
  }

  6% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }

  8% {
    transform: translate(2.5px, 1.5px) rotate(.5deg);
  }

  10% {
    transform: translate(.5px, 2.5px) rotate(.5deg);
  }

  12% {
    transform: translate(1.5px, 1.5px) rotate(.5deg);
  }

  14% {
    transform: translate(.5px, .5px) rotate(.5deg);
  }

  16% {
    transform: translate(-1.5px, -.5px) rotate(1.5deg);
  }

  18% {
    transform: translate(.5px, .5px) rotate(1.5deg);
  }

  20% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg);
  }

  22% {
    transform: translate(.5px, -1.5px) rotate(1.5deg);
  }

  24% {
    transform: translate(-1.5px, 1.5px) rotate(-.5deg);
  }

  26% {
    transform: translate(1.5px, .5px) rotate(1.5deg);
  }

  28% {
    transform: translate(-.5px, -.5px) rotate(-.5deg);
  }

  30% {
    transform: translate(1.5px, -.5px) rotate(-.5deg);
  }

  32% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }

  34% {
    transform: translate(2.5px, 2.5px) rotate(-.5deg);
  }

  36% {
    transform: translate(.5px, -1.5px) rotate(.5deg);
  }

  38% {
    transform: translate(2.5px, -.5px) rotate(-.5deg);
  }

  40% {
    transform: translate(-.5px, 2.5px) rotate(.5deg);
  }

  42% {
    transform: translate(-1.5px, 2.5px) rotate(.5deg);
  }

  44% {
    transform: translate(-1.5px, 1.5px) rotate(.5deg);
  }

  46% {
    transform: translate(1.5px, -.5px) rotate(-.5deg);
  }

  48% {
    transform: translate(2.5px, -.5px) rotate(.5deg);
  }

  50% {
    transform: translate(-1.5px, 1.5px) rotate(.5deg);
  }

  52% {
    transform: translate(-.5px, 1.5px) rotate(.5deg);
  }

  54% {
    transform: translate(-1.5px, 1.5px) rotate(.5deg);
  }

  56% {
    transform: translate(.5px, 2.5px) rotate(1.5deg);
  }

  58% {
    transform: translate(2.5px, 2.5px) rotate(.5deg);
  }

  60% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }

  62% {
    transform: translate(-1.5px, .5px) rotate(1.5deg);
  }

  64% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }

  66% {
    transform: translate(.5px, 2.5px) rotate(1.5deg);
  }

  68% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }

  70% {
    transform: translate(2.5px, 2.5px) rotate(.5deg);
  }

  72% {
    transform: translate(-.5px, -1.5px) rotate(1.5deg);
  }

  74% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }

  76% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }

  78% {
    transform: translate(-1.5px, 2.5px) rotate(.5deg);
  }

  80% {
    transform: translate(-1.5px, .5px) rotate(-.5deg);
  }

  82% {
    transform: translate(-1.5px, .5px) rotate(-.5deg);
  }

  84% {
    transform: translate(-.5px, .5px) rotate(1.5deg);
  }

  86% {
    transform: translate(2.5px, 1.5px) rotate(.5deg);
  }

  88% {
    transform: translate(-1.5px, .5px) rotate(1.5deg);
  }

  90% {
    transform: translate(-1.5px, -.5px) rotate(-.5deg);
  }

  92% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }

  94% {
    transform: translate(.5px, .5px) rotate(-.5deg);
  }

  96% {
    transform: translate(2.5px, -.5px) rotate(-.5deg);
  }

  98% {
    transform: translate(-1.5px, -1.5px) rotate(-.5deg);
  }

  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes glitch-loop-1 {
  0% {
    clip: rect(36px, 9999px, 9px, 0);
  }

  25% {
    clip: rect(25px, 9999px, 99px, 0);
  }

  50% {
    clip: rect(50px, 9999px, 102px, 0);
  }

  75% {
    clip: rect(30px, 9999px, 92px, 0);
  }

  100% {
    clip: rect(91px, 9999px, 98px, 0);
  }
}

@keyframes glitch-loop-1 {
  0% {
    clip: rect(36px, 9999px, 9px, 0);
  }

  25% {
    clip: rect(25px, 9999px, 99px, 0);
  }

  50% {
    clip: rect(50px, 9999px, 102px, 0);
  }

  75% {
    clip: rect(30px, 9999px, 92px, 0);
  }

  100% {
    clip: rect(91px, 9999px, 98px, 0);
  }
}

@-webkit-keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(65px, 9999px, 119px, 0);
  }

  25% {
    top: -6px;
    left: 4px;
    clip: rect(79px, 9999px, 19px, 0);
  }

  50% {
    top: -3px;
    left: 2px;
    clip: rect(68px, 9999px, 11px, 0);
  }

  75% {
    top: 0;
    left: -4px;
    clip: rect(95px, 9999px, 53px, 0);
  }

  100% {
    top: -1px;
    left: -1px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}

@keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(65px, 9999px, 119px, 0);
  }

  25% {
    top: -6px;
    left: 4px;
    clip: rect(79px, 9999px, 19px, 0);
  }

  50% {
    top: -3px;
    left: 2px;
    clip: rect(68px, 9999px, 11px, 0);
  }

  75% {
    top: 0;
    left: -4px;
    clip: rect(95px, 9999px, 53px, 0);
  }

  100% {
    top: -1px;
    left: -1px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}

@-webkit-keyframes bar-fill {
  0% {
    width: 0;
  }
}

@keyframes bar-fill {
  0% {
    width: 0;
  }
}

@media (max-width:1160px) {
  .toc-container {
    display: none;
  }
}

@-webkit-keyframes im-emotion-step {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes im-emotion-step {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width:860px) {
  .wp-smiley {
    height: 20px !important;
    max-height: 20px !important;
    vertical-align: middle;
  }

  .bili-container,
  .tieba-container {
    padding-left: 0;
  }

  .emotion-item {
    transform: scale(.6);
    margin-bottom: -10px;
  }

  .tieba-container img,
  .tieba-container span {
    transform: scale(.6);
    margin-bottom: -10px;
  }

  .emotion-secter {
    margin: 0;
  }

  .emotion-select-parent:hover {
    background-image: none !important;
    -ms-transform: scale(.6, .6);
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
  }
}

@media (max-width:860px) {
  #footer-sponsor {
    margin-bottom: -20px;
  }
}

@media (max-width:625px) {
  .cmt-info-container {
    position: relative;
  }

  .comment-user-avatar {
    padding-top: 8px;
    width: 36px;
    height: 44px;
    right: 2%;
  }

  .comment-user-avatar .socila-check {
    width: 1.5em;
    height: 1.5em;
    font-size: .5em;
    line-height: 1.5em;
    margin: -40% 0 0 77%;
  }
}

@media (min-width: 625px) {
  .cmt-info-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media (max-width:625px) {
  .cmt-popup {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }

  .cmt-author {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width:860px) {
  .widget-area {
    display: none;
  }
}

@media (max-width: 860px) {
  .center-text {
    /*主页一言文字logo调整*/
    font-size: 30px;
  }

  .header-info {
    /*打字效果防溢出*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-shuo {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width:860px) {

  .focusinfo {
    top: 45%;
  }

  .focusinfo img {
    width: 120px;
    height: 120px;
  }

  .top-social_v2 img {
    width: 35px;
    height: 35px;
  }

  .top-social {
    margin-top: 20px;
  }

  .top-social img {
    height: 35px;
    width: 35px;
    padding: 7px;
  }

  .post-content {
    display: inline-block;
  }

  .header-info {
    width: 60%;
    font-size: 15px;
    line-height: 20px;
  }

  .header-info p {
    font-size: 15px !important;
  }

  .header-shuo {
    width: 60%;
    font-size: 15px;
    line-height: 20px;
  }

  .header-shuo p {
    font-size: 15px !important;
  }

  .post-date {
    padding: 4px 8px 4px 8px;
    background-color: none;
  }

  h3::before {
    height: 0px;
    margin-top: -5px;
  }

  .post-list-thumb .post-title h3 {
    padding: 0 8px 0 8px;
  }

  .post-meta {
    padding: 0 5px 0 5px;
  }

  .focusinfo .header-tou img {
    padding: 2px;
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sakura-svg {
animation: slow-rotate 10s linear infinite;
} 

@media screen and (min-width: 400px) {
  .bangumi .column {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bangumi-item .bangumi-info {
    height: 50%;
    transform: translateY(140%);
  }

  .bangumi-title {
    height: 20%;
  }
}

@media screen and (min-width: 600px) {
  .bangumi .column {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .bangumi-title {
    height: 30%;
  }

  .bangumi-item .bangumi-info {
    height: 45%;
    transform: translateY(140%);
  }
}

@media screen and (min-width: 900px) {
  .bangumi .column {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bangumi-item .bangumi-info {
    height: 100%;
    transform: translateY(85%);
  }

  .bangumi-item:hover .bangumi-info {
    transform: translateY(0);
  }

  .bangumi-item:hover img {
    filter: blur(3px);
  }

  body.dark .bangumi-item:hover img {
    filter: brightness(0.8) blur(3px);
  }

  .bangumi-title {
    height: 15%;
  }

  .bangumi-summary {
    display: block;
  }

  .bangumi-status {
    height: 10%;
  }
}

@media screen and (min-width: 1200px) {
  .bangumi-item .bangumi-info {
    height: 75%;
    transform: translateY(115%);
  }

  .bangumi-item:hover .bangumi-info {
    transform: translateY(35%);
  }

  .bangumi-title {
    height: 10%;
  }
}

@media screen and (max-width:65.375em) {
  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 1.2em;
  }
}

.entry-content h3:after,
.entry-content h4:after,
.entry-content h5:after {
  color: var(--theme-skin-matching, #F9D938);
}

.entry-content a {
  color: var(--theme-skin-matching, #F9D938);
}

.entry-content a:hover {
  color: var(--theme-skin-dark, #FCCD00);
  text-decoration: underline var(--theme-skin-dark, #FCCD00);
}

.entry-content code {
  background: var(--inline_code_background_color, #F2F1F1);
  color: var(--theme-skin-matching, #F9D938);
  word-break: break-word;
  font-family: 'Noto Sans SC';
  padding: 0px 3px 0px 3px;
  text-shadow: none;
  border-radius: 5px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark #main-container,
body.dark .site-footer,
body.dark .wrapper,
body.dark .post-list-show,
body.dark .post-list hr,
body.dark .lower li ul,
body.dark .header-user-menu,
body.dark .headertop-bar::after {
  background: rgba(51, 51, 51, var(--theme-dm-background_transparency, 1)) !important;
}

body.dark .comments {
  background: none !important;
}

body.dark .search-form input {
  background: rgba(51, 51, 51, 0.8);
}

body.dark #mo-nav {
  background: rgba(26, 26, 26, 0.85);
}

body.dark .aplayer .aplayer-list ol li.aplayer-list-light,
body.dark .site-header:hover,
body.dark #preload {
  background: #333333;
}

body.dark input.m-search-input {
  background: rgba(26, 26, 26, 0.8);
}

body.dark .reward-row {
  background: rgba(26, 26, 26, 0.8);
  border: 1.5px solid #7d7d7d30;
}

body.dark .ins-section .ins-search-item.active,
body.dark .ins-section .ins-search-item.active .ins-slug,
body.dark .ins-section .ins-search-item.active .ins-search-preview,
body.dark .header-user-name-u,
body.dark .header-user-name,
body.dark .header-user-name .no-logged {
  color: #fff;
  background: #333333;
}

body.dark .header-user-menu .user-menu-option {
  color: #333333
    /*!covered#fff*/
  ;
  background: #333333;
}

body.dark .search-form--modal,
body.dark .ins-section .ins-section-header {
  border-bottom: none;
  background: rgba(51, 51, 51, 0.9) !important;
}

body.dark .search_close:after,
body.dark .search_close:before {
  background-color: #CCCCCC;
}

body.dark .openNav .icon,
body.dark .openNav .icon:before {
  background-color: var(--theme-skin-dark)
    /*!covered#CCCCCC*/
  ;
}

body.dark .centerbg {
  background-blend-mode: hard-light;
  background-color: #333333;
}

body.dark input[type=color]:focus,
body.dark input[type=date]:focus,
body.dark input[type=datetime-local]:focus,
body.dark input[type=datetime]:focus,
body.dark input[type=email]:focus,
body.dark input[type=month]:focus,
body.dark input[type=number]:focus,
body.dark input[type=password]:focus,
body.dark input[type=range]:focus,
body.dark input[type=search]:focus,
body.dark input[type=tel]:focus,
body.dark input[type=text]:focus,
body.dark input[type=time]:focus,
body.dark input[type=url]:focus,
body.dark input[type=week]:focus,
body.dark textarea:focus {
  color: #CCCCCC;
  background-color: #333333;
}

body.dark #mo-nav .m-search input {
  color: #CCCCCC;
  box-shadow: 0 1px 20px 2px rgb(26 26 26 / 80%);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark #mo-nav .m-search input:hover {
  color: #CCCCCC;
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .post-date {
  color: #888
    /*!covered#CCCCCC*/
  ;
  background-color: #333333;
}

body.dark .header-user-menu::before,
body.dark .lower li ul::before {
  border-color: transparent transparent #333333 transparent;
}

body.dark .post-list-thumb a {
  color: #888
    /*!covered#333333*/
  ;
}

body.dark .entry-content p,
body.dark .entry-content ul,
body.dark .entry-content ol,
body.dark .comments .body p,
body.dark .float-content,
body.dark .post-list p,
body.dark .link-title {
  color: #999999 !important;
}

body.dark .entry-title a,
body.dark .post-list-thumb .post-title,
body.dark .art-content #archives .al_mon_list .al_mon,
body.dark .art-content #archives .al_mon_list span,
body.dark .art .art-content #archives a,
body.dark .menhera-container .emoji-item,
body.dark .ex-login-username,
body.dark .admin-login-check p,
body.dark .user-login-check p,
body.dark .ex-logout a,
body.dark .ex-new-account a {
  color: #999999;
}

body.dark .site-top ul li a,
body.dark .header-user-menu a,
body.dark #mo-nav ul li a,
body.dark .site-title a,
body.dark header.page-header,
body.dark h1.cat-title,
body.dark .art .art-content #archives .al_year,
body.dark .comment-respond input,
body.dark .comment-respond textarea,
body.dark .siren-checkbox-label,
body.dark .aplayer .aplayer-list ol li .aplayer-list-author,
body.dark,
body.dark input,
body.dark select,
body.dark textarea,
body.dark .info-meta a,
body.dark .info-meta span,
body.dark .skin-menu,
body.dark .comment .info,
body.dark .comment-respond .logged-in-as,
body.dark .comment-respond .logged-in-as a,
body.dark .comment h4 a,
body.dark .comment .body .comment-at,
body.dark span.sitename {
  color: #CCCCCC;
}

body.dark .skin-menu .row-container .menu-list,
body.dark .skin-menu .row-container.font-family-controls,
body.dark .footer-shuo {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .skin-menu .row-container .menu-list:hover,
body.dark .skin-menu .row-container.font-family-controls:hover,
body.dark .footer-shuo:hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .widget-area {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .widget-area:hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .footer-shuo::before {
  background-color: var(--theme-skin-dark);
}

body.dark button {
  color: #CCCCCC;
  box-shadow: none;
}

body.dark blockquote:before {
  color: #CCCCCC;
}

body.dark blockquote:after {
  color: #CCCCCC;
}

body.dark .post-list-thumb i,
body.dark .post-meta {
  color: #888;
}

body.dark .post-list-thumb {
  box-shadow: 0 1px 35px -8px rgba(26, 26, 26, 0.6);
}

body.dark .notice {
  filter: brightness(90%);
}

body.dark .notification {
  background: rgb(26 26 26 / 60%);
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
  color: #CCCCCC;
  border: 1px solid #7d7d7d30;
}

body.dark .notification:hover {
  background: rgba(26, 26, 26, 0.8);
  box-shadow: 0 1px 20px 2px var(--theme-skin-dark) !important;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .author-profile p {
  color: #CCCCCC;
}

body.dark h1.page-title {
  border: 1px solid #3B3B3B;
  color: #CCCCCC;
}

body.dark h1.fes-title,
body.dark h1.main-title {
  color: #CCCCCC;
}

body.dark #aplayer-float,
body.dark .aplayer.aplayer-fixed .aplayer-body,
body.dark .aplayer .aplayer-miniswitcher,
body.dark .aplayer .aplayer-pic {
  color: #CCCCCC;
  background-color: #262626 !important;
}

body.dark #aplayer-float .aplayer-lrc-current {
  color: transparent !important;
}

body.dark .aplayer.aplayer-fixed .aplayer-lrc {
  text-shadow: -1px -1px 0 #999999;
}

body.dark .aplayer.aplayer-fixed .aplayer-list {
  border: none !important;
}

body.dark .aplayer.aplayer-fixed .aplayer-info,
body.dark .aplayer .aplayer-list ol li {
  border-top: none !important;
}

body.dark .font-family-controls button,
body.dark .menu-list li {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .s-content {
  background-color: #808080;
}

body.dark .font-family-controls button.selected {
  border: 3px solid var(--theme-skin-dark);
  transition: .3s;
  box-shadow: none;
}

body.dark #archives-temp h3,
body.dark #archives-temp h2 {
  color: #CCCCCC;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark #archives-temp h3:hover {
  color: var(--theme-skin-dark);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark #moblieGoTop,
body.dark #changskin {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  color: #7D7D7D;
  transition: all 0.8s ease !important;
  border: 1px solid #7d7d7d30;
}

body.dark #show-nav .line {
  background: #CCCCCC;
}

body.dark .linkdes {
  color: #CCCCCC;
}

body.dark .entry-content h1,
body.dark .entry-content h2,
body.dark .entry-content h3,
body.dark .entry-content h4,
body.dark .entry-content h5,
body.dark .entry-content h6 {
  color: #CCCCCC;
}

body.dark .cbp_tmtimeline>li .cbp_tmlabel p{
  color: #cccccc!important;
  transition: all 0.8s ease !important;
}

body.dark .site-header.yya {
  border: 1.5px solid #7d7d7d30;
  transition: all 0.8s ease;
}

body.dark .brick a {
  color: #7D7D7D;
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .brick a:hover {
  color: var(--theme-skin-dark);
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark span.ar-circle {
  background-color: var(--theme-skin-dark);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .links ul li {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .links ul li:hover {
  box-shadow: 0 1px 30px -2px var(--friend-link-title) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .toc {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .toc:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .post-lincenses {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .post-lincenses:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .post-tags {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .post-tags:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .post-modified-time {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .post-modified-time:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .reward-open {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .reward-open:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .author-profile .info {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .author-profile .info:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .author-profile .meta {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .author-profile .meta:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .author-profile .desc {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1px solid #7d7d7d30;
}

body.dark .author-profile .desc:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .ai-excerpt {
  color: #CCCCCC;
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .ai-excerpt:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .ai-excerpt h4 {
  border-bottom: 2px solid var(--theme-skin-dark);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .shortcodestyle {
  color: #CCCCCC;
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .shortcodestyle:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .xControl {
  color: #CCCCCC !important;
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .xControl:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .conversations-code-text {
  color: #CCCCCC;
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .conversations-code-text:hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .showcard {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .showcard:hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .showcard .img {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  opacity: 0.8;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .showcard .img:hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  opacity: 1;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .showcard .title {
  color: #CCCCCC !important;
}

body.dark .showcard-button {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.6);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .showcard-button.hover {
  box-shadow: 0 1px 30px -2px rgba(26, 26, 26, 0.95);
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .scrollbar,
body.dark .butterBar-message,
body.dark .aplayer .aplayer-list ol li:hover,
body.dark .pattern-center:after {
  background: var(--theme-skin-dark) !important;
}

body.dark .aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur,
body.dark .user-menu-option a:hover,
body.dark .menu-list li:hover,
body.dark .font-family-controls button:hover,
body.dark .openNav .icon:after,
body.dark .site-top ul li a:after {
  background-color: var(--theme-skin-dark);
}

body.dark .entry-title a:hover,
body.dark .art .art-content #archives a:hover,
body.dark .ins-section .ins-search-item:hover,
body.dark .ins-section .ins-search-item:hover .ins-slug,
body.dark .ins-section .ins-search-item:hover .ins-search-preview,
body.dark .menhera-container .emoji-item:hover,
body.dark .comment-respond .logged-in-as a:hover,
body.dark .comment-respond .logged-in-as a:hover {
  color: var(--comment_area_matching);
}

body.dark .site-top ul li a:hover {
  color: var(--theme-skin-dark);
}

body.dark .the-feature.from_left_and_right a:hover .info p,
body.dark .the-feature.from_left_and_right .info {
  color: var(--exhibition_area_matching_color);
}

body.dark .post-content a:hover {
  color: var(--post_list_matching_color);
}

body.dark .ai-excerpt-tip {
  border-bottom: 1.5px solid #7d7d7d;
  transition: all 0.8s ease !important;
}

body.dark .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
  fill: var(--theme-skin-dark);
}

body.dark #moblieGoTop:hover,
body.dark #changskin:hover {
  box-shadow: 0 1px 30px -2px var(--theme-skin-dark) !important;
  background: rgba(26, 26, 26, 0.8);
  color: var(--theme-skin-dark);
  transition: all 0.8s ease !important;
}

body.dark li .cbp_tmlabel {
  color: #CCCCCC !important;
}

body.dark li .cbp_tmlabel:after {
  display: none;
}

body.dark .header-info,
body.dark .header-shuo {
  color: #CCCCCC !important;
}

body.dark .pattern-center h1.entry-title {
  color: #FFFFFF;
}

body.dark .post-squares h3 {
  color: #CCCCCC;
}

body.dark .header-user-menu .header-user-name,
body.dark .header-user-menu .header-user-name-u {
  color: #CCCCCC;
}

body.dark .the-feature.from_left_and_right .info,
body.dark .the-feature.from_left_and_right .info h3 {
  color: #CCCCCC;
  background: rgb(0 0 0 / 20%);
}

body.dark .comment-respond,
body.dark .comment .main {
  background: rgb(26 26 26 / 60%);
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  -webkit-transition: all .8s;
  transition: all .8s;
  border: 1.5px solid #7d7d7d30;
}

body.dark .comment-respond:hover,
body.dark .comment .main:hover {
  background: rgba(26, 26, 26, 0.8);
  box-shadow: 0 1px 10px -2px var(--comment_area_matching) !important;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .comment-respond #cancel-comment-reply-link {
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  background: rgba(26, 26, 26, 0.8);
  color: #CCCCCC;
  border: 1px solid #7d7d7d30;
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark .comment-respond #cancel-comment-reply-link:hover {
  background: var(--comment_area_matching);
  -webkit-transition: all .8s;
  transition: all .8s;
}

body.dark #pagination a:hover {
  background: rgba(26, 26, 26, 0.8);
  box-shadow: 0 1px 10px -2px var(--post_list_matching_color);
  transition: all 0.8s ease !important;
  color: var(--post_list_matching_color);
}

body.dark #pagination a {
  background: rgb(26 26 26 / 60%);
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  border: 1.5px solid #7d7d7d30;
  color: #CCCCCC;
  transition: all 0.8s ease !important;
}

body.dark .navigator i {
  background: rgb(26 26 26 / 60%);
  box-shadow: 0 1px 20px 2px rgba(26, 26, 26, 0.8);
  border: 1px solid #7d7d7d30;
  color: #CCCCCC;
  transition: all 0.8s ease !important;
}

body.dark .navigator i:hover {
  background: rgba(26, 26, 26, 0.8);
  box-shadow: 0 1px 10px -2px var(--theme-skin-dark);
  transition: all 0.8s ease !important;
  color: var(--theme-skin-dark);
}

body.dark .searchbox.js-toggle-search {
  color: #CCCCCC;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  animation: searchbox 1s;
}

body.dark .searchbox.js-toggle-search:hover {
  color: var(--theme-skin-dark);
  border: 2px solid var(--theme-skin-dark);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  animation: searchbox 1s;
}

body.dark .entry-content code:not(pre code) {
  background: var(--inline_code_background_color_in_dark_mode, #505050);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.aplayer {
  background: rgba(255, 255, 255, .3);
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', 'source-han-serif-sc', 'PT Serif', 'SongTi SC', 'MicroSoft Yahei', Georgia, serif
}

.aplayer .aplayer-lrc::before {
  background: rgba(255, 255, 255, 0);
  filter: none
}

.aplayer .aplayer-lrc::after {
  background: rgba(255, 255, 255, 0);
  filter: none
}

.aplayer {
  box-shadow: 0 0 0 1px #eee;
  border-radius: 3px;
  margin: 15px 0
}

.aplayer .aplayer-info {
  padding: 9px 7px 0 10px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin-left: 1px;
  padding-right: 3px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 6px;
  border-radius: 10px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  height: 12px;
  width: 12px;
  right: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .18);
  transition: all .35s
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
  border-radius: 10px;
  width: 6px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  right: 10.5px
}

.aplayer .aplayer-list ol li {
  border-top: 0
}

.aplayer .aplayer-list ol li.aplayer-list-light {
  background: #f8f8f8
}

#aplayer-float {
  background: rgba(255, 255, 255, 1);
  margin: 0
}

.ap-hover {
  left: -66px !important
}

.ap-hover:hover {
  left: 0 !important
}

#aplayer-float .aplayer-lrc-current {
  color: orange;
  font-size: 15px;
  font-weight: bold
}

.aplayer-lrc {
  pointer-events: none
}
