* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

html::-webkit-scrollbar-thumb {
    height: 40px;
    background-color: #b8b8b8;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #04C274;
}

html::-webkit-scrollbar-thumb:active {
    background-color: #65b29b;
}

.post-content pre code::-webkit-scrollbar {
    height: 6px;
}

.post-content pre code::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

.post-content pre code::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a9a9a9;
}

.post-content pre code::-webkit-scrollbar-thumb:hover {
    background-color: #04C274;
}

.post-content pre code::-webkit-scrollbar-thumb:active {
    background-color: #65b29b;
}

::-moz-selection {
    color: #fff;
    background-color: #04C274
}

::selection {
    color: #fff;
    background-color: #04C274
}

body,
div,
a,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    vertical-align: baseline;
}

body {
    font-family: Consolas, OPPOSans, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, helvetica, Arial, sans-serif;
    line-height: 1.8;
    margin: 0 auto;
    color: #707071;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    transition: background-color .8s
}

body.night .post-bottom-bar,
body.night .footer,
body.night .soliloquy,
body.night .header .icon-search,
.search-page .search-box .input {
    background-color: #393939 !important;
    color: #b8b8b8 !important;
    transition: background-color .8s
}

body.night hr,
body.night,
body.night .reply2view,
body.night .comment-form input,
body.night .comment-form .form-control,
body.night .protected .text,
body.night .dengji,
body.night .comment-form,
body.night .comment-view,
body.night .page-page,
body.night .log-page,
body.night .related-post-lists .post-list-item-container .item-label {
    background-color: #2d2d2d !important;
    color: #b8b8b8 !important;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .post-bottom-bar .bottom-bar-item a {
    color: #fff
}

body.night .post-tags {
    margin: 0;
    padding: 5px 0 15px
}

body.night li,
body.night .header a,
body.night .post-title,
body.night .post-content p,
body.night .post-header-thumb-title,
body.night .post-header-thumb-meta,
body.night .comment-content p,
body.night .comment-reply a,
body.night .post-header-thumb-title,
body.night .post-content .thanks a,
body.night .post-content .flinks-title,
body.night .search-page .icon-search,
body.night .post-content .flinks a,
body.night .archive-page .post-list-item-container .item-label .item-title a,
body.night .archive-page .post-list-item-container .item-label .item-meta .item-meta-date {
    color: #b8b8b8 !important;
    transition: color .8s;
}

body.night .post-content .flinks-card,
body.night .archive-page .post-list-item-container,
body.night .archive-page .post-list-item-container .item-label {
    background: #393939 !important
}

body.night h2,
body.night h3,
body.night h4 {
    color: #eee
}

body.night del {
    background-color: #b8b8b8;
    transition: background-color .5s, -webkit-transform .5s
}

body.night del:hover {
    background-color: #2d2d2d;
    transition: background-color .5s, -webkit-transform .5s
}

body.night .comment-form .submit {
    color: #b8b8b8;
    background-color: #232222
}

body.night .comment-form .submit:hover,
body.night.submit:active,
body.night.submit:active:focus,
body.night.submit:focus {
    color: #04C274;
    outline-style: none
}

body.night .footer-social,
body.night .related-post-lists,
body.night .comment-container {
    background-color: #232222;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .search-page input,
body.night .navbar-mobile-menu ul li a {
    background-color: #323437 !important;
    color: #b8b8b8 !important;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .icon-menu:after,
body.night .icon-menu:before,
body.night .icon-menu .middle {
    background-color: #b8b8b8 !important
}

body.night .post-data,
body.night .post-data a {
    color: #919191
}

body.night .post-content hr {
    background-color: #2f2f2f;
    transition: background-color .8s, -webkit-transform .5s
}

body.night .words {
    color: #2d2d2d;
    transition: color .8s, background-color .8s, -webkit-transform .8s
}

body.night .words:hover {
    color: #919191;
    background-color: #232222;
}

body.night .post-info {
    border-top: 1px solid #b8b8b8 !important
}

body.night .comment-parent {
    background: none
}

body.night .post-info .posters {
    border: 1px solid #b8b8b8 !important;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    width: 80px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 20px
}

body.night .footer-meta {
    border-top-color: #232222 !important;
    transition: border-top-color 1s, -webkit-transform 1s
}

body.night .post-list-item-container {
    background-color: #323437;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .about-img-elmo {
    opacity: 1;
    transition: opacity .8s, -webkit-transform .8s
}

body.night table th {
    background-color: #232222;
    transition: background-color .8s, -webkit-transform .8s
}

body.night table tr:nth-child(odd) {
    background: #777777;
    transition: background-color .8s, -webkit-transform .8s
}

body.night table tr:nth-child(even) {
    background: #555555;
    transition: background-color .8s, -webkit-transform .8s
}

body.night table tr:hover {
    background-color: #323437;
    transition: background-color .2s, -webkit-transform .2s
}

body.night .btime,
body.night .footer-meta .meta-copyright .info-text p,
body.night .footer-meta .meta-copyright .info-text a,
body.night .footer-meta .meta-posts li,
body.night .footer-meta .meta-posts li a,
body.night .footer-meta li,
body.night .footer-meta li a,
body.night .footer-social .social-list a,
body.night .related-post-lists .post-list-item-container .item-label .item-title a {
    color: #b8b8b8
}

body.night .post-content code,
body.night .post-content pre code {
    color: #ccc !important;
    background-color: #333333
}

.post-content pre code::-webkit-scrollbar-track {
    background-color: #303030
}

body.night .navbar-menu a:hover::before {
    color: #232222
}

body>:first-child {
    margin-top: 0 !important
}

body>:last-child {
    margin-bottom: 0 !important
}

blockquote,
dl,
ol,
p,
pre,
table,
ul {
    margin: 20px 0;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased
}

h1 code,
h1 tt,
h2 code,
h2 tt,
h3 code,
h3 tt,
h4 code,
h4 tt,
h5 code,
h5 tt,
h6 code,
h6 tt {
    font-size: inherit
}

h1 {
    font-size: 1.4em;
    color: #222
}

h2 {
    font-size: 20px;
    color: #333
}

h3 {
    font-size: 18px;
    color: #444
}

h4 {
    font-size: 17px;
    color: #555
}

h5 {
    font-size: 16px;
    color: #555
}

h6 {
    font-size: 16px;
    color: #555
}

body>h1:first-child,
body>h1:first-child+h2,
body>h2:first-child,
body>h3:first-child,
body>h4:first-child,
body>h5:first-child,
body>h6:first-child {
    margin-top: 0;
    padding-top: 0
}

a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6 {
    margin-top: 0;
    padding-top: 0
}

a {
    text-decoration: none;
    color: #717171;
    outline: 0
}

a:active,
a:focus,
a:hover {
    color: #04C274;
    outline: 0
}

ol,
ul {
    padding-left: 2em;
    font-size: .9em;
}

ul {
    list-style: square
}

ol li ol:first-of-type,
ol li ul:first-of-type,
ol li>:first-child,
ul li ol:first-of-type,
ul li ul:first-of-type,
ul li>:first-child {
    margin-top: 0
}

li {
    color: #717171;
    word-wrap: break-word;
    font-size: 1.15em
}

li p {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

img {
    border-radius: 2px
}

pre {
    position: relative;
    margin: 20px 0
}

code {
    font-family: Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
    font-size: 13px;
    margin: 0 3px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #e3e6e8;
    transition: background-color .8s, -webkit-transform .8s
}

pre code {
    font-size: 13px;
    display: block;
    overflow: auto;
    padding: 1.3em;
    border: 0
}

blockquote {
    position: relative;
    display: block;
    margin: 37px auto;
    border-left: 2px solid #646eff;
    font-style: normal;
    text-align: left;
    color: #8e8787;
    font-weight: medium;
    font-size: 17px;
    line-height: 160%;
    padding: 0 12px
}

blockquote:before {
    content: "";
    width: 11.2px;
    height: 8.4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNzkgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc5IDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzY0NkVGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM2LjE2LDAuOUwyMS4zNSwzOC4zNkgwLjc3TDE5Ljk4LDAuOUgzNi4xNnogTTc3Ljg2LDAuOUw2Mi42MywzOC4zNkg0Mi40N0w2MS44MSwwLjlINzcuODZ6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
    display: block;
    background-size: contain;
    line-height: 160%;
    margin-left: 4px;
    margin-bottom: 7.2px
}

hr {
    clear: both;
    overflow: hidden;
    height: 0;
    margin: 15px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #b8b8b8
}

sub {
    padding: 0 3px
}

del {
    text-decoration: none;
    background-color: #4c4e4d;
    cursor: help;
    transition: background-color .5s, -webkit-transform .5s
}

del:hover {
    background-color: #fff;
    transition: background-color .5s, -webkit-transform .5s
}

.post-content hr {
    margin: 2em auto;
    width: 100px;
    display: block;
    height: 16px;
    opacity: .25;
    border: 0;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 60px;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .5s;
    background-image: url("data:image/svg+xml;utf8,<svg role='img' viewBox='0 0 136 24' xmlns='http://www.w3.org/2000/svg'><path d='M1.525 1.525a3.5 3.5 0 014.95 0L20 15.05 33.525 1.525a3.5 3.5 0 014.95 0L52 15.05 65.525 1.525a3.5 3.5 0 014.95 0L84 15.05 97.525 1.525a3.5 3.5 0 014.95 0L116 15.05l13.525-13.525a3.5 3.5 0 014.95 4.95l-16 16a3.5 3.5 0 01-4.95 0L100 8.95 86.475 22.475a3.5 3.5 0 01-4.95 0L68 8.95 54.475 22.475a3.5 3.5 0 01-4.95 0L36 8.95 22.475 22.475a3.5 3.5 0 01-4.95 0l-16-16a3.5 3.5 0 010-4.95z'/></svg>")
}

table {
    font-size: 13px;
    overflow: auto;
    width: 100%;
    border-spacing: 0;
    text-align: left;
    border-collapse: collapse;
    word-wrap: normal;
    word-break: normal
}

table th {
    background-color: #dadada;
    font-weight: 700;
    -transition: background-color .8s, -webkit-transform .8s
}

table td,
table th {
    padding: 6px 13px;
    white-space: nowrap;
}


table tr:nth-child(odd) {
    background: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

table tr:nth-child(even) {
    background: #e8e7e7;
    transition: background-color .8s, -webkit-transform .8s
}

table tr:hover {
    background-color: #fff;
    transition: background-color .2s, -webkit-transform .2s
}

.log-img {
    margin: 0 3px
}

.post-content a.footnote-ref {
    color: #fff;
    background-color: #655e5e;
    border-radius: 2px;
    font-size: .8em;
    line-height: 1;
    padding: 1px 5px;
    top: -.6em;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    cursor: help;
    position: relative;
}

.footnotes {
    opacity: 0.8;
    font-size: 0.9rem;
    margin-top: 1em;
    margin-bottom: 1em
}


.footnotes ol {
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-left: 20px;
    display: block;
    font-size: 14px
}

.footnotes ol li {
    list-style-type: decimal;
}

input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Consolas, helvetica, Arial, serif;
    font-size: 13px;
    line-height: 1.6;
    user-select: none;
    resize: none
}

button {
    font-family: OPPOSans, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Consolas, helvetica, Arial, serif;
}

input:focus:invalid,
input:required:invalid,
textarea:focus:invalid,
textarea:required:invalid {
    box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #5f5f5f
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #5f5f5f
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #5f5f5f
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #5f5f5f
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

.browsehappy {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    color: #8a1f11;
    background: #fbe3e4
}

.browsehappy a {
    font-weight: 700;
    text-decoration: underline;
    color: #8a1f11
}

.bg-white {
    background-color: #fff !important;
    transition: background-color .8s, -webkit-transform .8s
}

.bg-grey {
    background-color: #edece8 !important;
    transition: background-color .8s, -webkit-transform .8s
}

.nightbg-grey {
    background-color: #edece8 !important;
    transition: background-color .8s
}

.bg-deepgrey {
    background-color: rgba(0, 0, 0, .5) !important
}

.bg-blue {
    background-color: #6fa3ef !important
}

.bg-purple {
    background-color: #bc99c4 !important
}

.bg-green {
    background-color: #46c47c !important
}

.bg-yellow {
    background-color: #f9bb3c !important
}

.bg-red {
    background-color: #e8583d !important
}

.bg-orange {
    background-color: #f68e5f !important
}

.text-white {
    color: #fff !important;
    transition: background-color .8s, -webkit-transform .8s
}

.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden
}

.MathJax {
    outline: 0
}

.MathJax span {
    font-size: 15px
}

#instantclick-bar {
    background-color: #04C274
}

.icon-search {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 0 0 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #313131;
    border: solid 2px currentColor;
    border-radius: 50%
}

.icon-search:before {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 2px;
    height: 4px;
    content: '';
    background-color: currentColor
}

.icon-menu {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(.61, .04, .17, 1.32);
    transition-timing-function: cubic-bezier(.61, .04, .17, 1.32)
}

.icon-menu .middle {
    position: absolute;
    top: 50%;
    left: -.25em;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #313131
}

.icon-menu:after,
.icon-menu:before {
    position: absolute;
    left: -.25em;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background: #313131
}

.icon-menu:after {
    bottom: 0
}

.icon-menu:before {
    top: 0
}

.bg-ico-book {
    background-position: 0 0 !important
}

.bg-ico-game {
    background-position: 0 -40px !important
}

.bg-ico-note {
    background-position: 0 -80px !important
}

.bg-ico-chat {
    background-position: 0 -120px !important
}

.bg-ico-code {
    background-position: 0 -160px !important
}

.bg-ico-image {
    background-position: 0 -200px !important
}

.bg-ico-web {
    background-position: 0 -240px !important
}

.bg-ico-link {
    background-position: 0 -280px !important
}

.bg-ico-write {
    background-position: 0 -320px !important
}

.bg-ico-lock {
    background-position: 0 -360px !important
}

.header {
    line-height: 20px;
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    text-align: right;
}

.header.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.header.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

.navbar-container {
    position: relative;
    width: 1040px;
    max-width: 100%;
    height: 60px;
    user-select: none;
    margin: 0 auto;
}

.navbar-logo {
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: auto;
    max-width: 50%;
    height: 22px;
    margin-left: 25px;
    text-decoration: none
}

.navbar-logo img {
    height: 38px;
    margin-top: -3px;
    outline: 0px;
}


.navbar-menu {
    padding-top: 20px;
    z-index: 10;
    display: inline-block;
    width: auto
}

.navbar-menu-theme {
    z-index: 10;
    display: inline-block;
    width: auto
}

.navbar-menu a {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Consolas, 黑体, 宋体, Arial, serif;
    font-size: 14px;
    color: #2b394e
}

.navbar-menu a:hover::before {
    content: "• ";
    color: #2b394e
}

.navbar-menu a.current::before {
    content: "• ";
    color: #04C274
}

.menu_btn {
    margin-top: 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 38px;
    height: 38px;
    border: 1px solid #232222;
    pointer-events: all;
    cursor: pointer;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.menu_btn .white_area {
    background-color: #FFFFFF;
    border-left: 1px solid #232222;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.menu_btn .white_area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(images/menu_btn_lines.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.menu_btn:hover .white_area {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.menu_btn:hover .white_area::after {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.resp_menu_dark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9998;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    cursor: pointer;
}


.navbar-mobile-menu {
    line-height: 70px;
    z-index: 1;
    display: none;
    width: 28px;
    padding: 0 45px 0 10px;
    cursor: pointer
}

.navbar-mobile-menu:active,
.navbar-mobile-menu:hover {
    cursor: pointer
}

.navbar-mobile-menu:active:before,
.navbar-mobile-menu:hover:before {
    -webkit-animation: pointer-ball .3s ease 1;
    animation: pointer-ball .3s ease 1;
    -webkit-animation-timing-function: cubic-bezier(.61, .04, .17, 1.32);
    animation-timing-function: cubic-bezier(.61, .04, .17, 1.32)
}

.navbar-mobile-menu:active .icon-menu,
.navbar-mobile-menu:hover .icon-menu {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.navbar-mobile-menu:active .icon-menu.cross .middle,
.navbar-mobile-menu:active .icon-menu.cross:after,
.navbar-mobile-menu:active .icon-menu.cross:before,
.navbar-mobile-menu:hover .icon-menu.cross .middle,
.navbar-mobile-menu:hover .icon-menu.cross:after,
.navbar-mobile-menu:hover .icon-menu.cross:before {
    background: #04C274
}

.navbar-mobile-menu:active .icon-menu.cross .middle,
.navbar-mobile-menu:hover .icon-menu.cross .middle {
    opacity: 0
}

.navbar-mobile-menu:active .icon-menu.cross:after,
.navbar-mobile-menu:hover .icon-menu.cross:after {
    bottom: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navbar-mobile-menu:active .icon-menu.cross:before,
.navbar-mobile-menu:hover .icon-menu.cross:before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.navbar-mobile-menu li {
    position: relative;
    display: inline;
    margin: 0;
    text-decoration: none
}

.navbar-mobile-menu ul {
    position: absolute;
    z-index: 1;
    top: 100%;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0 0 0 -95px;
    padding: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    transform: translate(120px, 0);
    text-indent: 0
}

.navbar-mobile-menu:active>ul,
.navbar-mobile-menu:focus>ul,
.navbar-mobile-menu:hover>ul {
    overflow: inherit;
    clip: inherit;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    transform: translateX(0) translateY(0) translateZ(0)
}

.navbar-mobile-menu ul li a {
    font-size: 15px;
    line-height: 2.2;
    display: block;
    width: 140px;
    margin: 0;
    padding: 8px 25px;
    background-color: #eee
}

.navbar-search {
    width: 20px;
    padding: 0 40px 0 0;
    cursor: pointer
}

.navbar-search:active>form,
.navbar-search:focus>form,
.navbar-search:hover>form {
    overflow: inherit;
    clip: inherit;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.navbar-search:active>.icon-search,
.navbar-search:focus>.icon-search,
.navbar-search:hover>.icon-search {
    color: #04C274
}

.navbar-search form {
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: auto;
    max-width: 60%;
    height: 30px;
    margin-top: -15px;
    padding-right: 10px;
    opacity: 0
}

.navbar-search form .search-box {
    line-height: 30px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 3px
}

.navbar-search form .search-box input {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 18px;
    color: #313131;
    border: 1px solid #04C274;
    border-radius: 20px;
    outline: 0;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s;
    appearance: none
}

.main-content {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s
}

.index-page {
    padding: 120px 20px 0
}

.index-page .post-list-item-container .item-label {
    user-select: none
}

.post-lists {
    position: relative;
    display: block;
    overflow: hidden
}

.post-lists-body {
    display: block
}

.post-list-item {
    float: left;
    width: 33.3334%;
    height: auto;
    padding: 15px;
    align-items: center;
    cursor: pointer
}

.post-list-item-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
    transition: background-color .8s, -webkit-transform .8s;
}

.post-list-item-container .item-thumb {
    position: relative;
    display: inherit;
    min-height: 250px;
    background-position: 50% 50%;
    background-size: cover
}

.post-list-item-container .item-desc {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 40px 28px;
    user-select: none
}

.post-list-item-container .item-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    word-break: break-all;
    opacity: 0;
    color: #fff
}

.post-list-item-container:hover .item-desc {
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .8s;
}

.post-list-item-container:hover .item-desc p {
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s;
    opacity: 1
}

.post-list-item-container .item-slant {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 110%;
    min-height: 100px;
    -webkit-transform: rotate(7deg) translate(-10px, 0);
    -ms-transform: rotate(7deg) translate(-10px, 0);
    transform: rotate(7deg) translate(-10px, 0);
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s;
}

.post-list-item-container .item-label {
    position: relative;
    height: 130px;
    padding: 25px 20px 40px;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s;
}

.post-list-item-container .item-label .item-title a {
    line-height: 17px;
    word-break: break-all;
    color: #313131
}

.post-list-item-container .item-label .item-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    text-align: right
}

.post-list-item-container .item-label .item-meta .item-meta-cat a {
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Consolas, 黑体, 宋体, Arial, serif;
    font-size: 13px;
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 10px 0;
    text-align: right;
    text-transform: none;
    color: #5f5f5f
}

.post-list-item-container .item-label .item-meta .item-meta-date {
    font-size: 12px;
    position: relative;
    float: left;
    padding-top: 9px;
    padding-left: 9px;
    text-align: right;
    text-transform: none;
    color: #f1f1f1
}

.post-list-item-container .item-label .item-meta .item-meta-ico {
    float: right;
    width: 42px;
    height: 42px;
    border: 1px solid #eaeaea;
    border-radius: 50%
}

.onelist-page {
    max-width: 100%;
    margin: 0;
    padding: 70px 0 0
}

.post-onelist-item {
    display: inline-block;
    width: 100%;
    margin: 0
}

.post-onelist-item:nth-child(n) {
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

.post-onelist-item:nth-child(2n) {
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .post-onelist-item:nth-child(n) {
    background-color: #2d2d2d;
    transition: background-color .8s, -webkit-transform .8s
}

body.night .post-onelist-item:nth-child(2n) {
    background-color: #393939;
    transition: background-color .8s, -webkit-transform .8s
}

.post-onelist-item-container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 70px 20px 65px
}

.post-onelist-item-container .onelist-item-thumb {
    min-height: 260px;
    border-radius: 5px;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.post-onelist-item-container .onelist-item-thumb:hover {
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .1)
}

.post-onelist-item-container .item-title {
    display: block;
    margin: 30px 0 0;
    text-align: center
}

.post-onelist-item-container .item-title a {
    font-size: 21px;
    line-height: 17px;
    color: #313131;
    transition: color .8s, -webkit-transform .8s
}

body.night .post-onelist-item-container .item-title a {
    font-size: 21px;
    line-height: 17px;
    color: #b8b8b8;
    transition: color .8s, -webkit-transform .8s
}

.post-onelist-item-container .item-content {
    padding: 0 30px 10px;
    text-align: center;
    word-break: break-all
}

.post-onelist-item-container .item-meta,
.post-onelist-item-container .item-readmore {
    font-size: 12px;
    text-align: center;
    color: #5f5f5f
}

.post-onelist-item-container .item-meta a {
    color: #5f5f5f
}

.post-onelist-item-container .item-readmore a {
    padding: 8px 20px;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
    border-radius: 20px
}

.post-onelist-item-container .item-meta-hr {
    display: block;
    width: 55px;
    height: 2px;
    margin: 20px auto 0
}

.post-header {
    text-align: center;
}

.post-header-thumb {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 70px
}

.post-header-thumb-op {
    position: absolute;
    width: 100%;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover
}

.post-header-thumb-cover {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.post-header-thumb-container {
    position: relative;
    top: 100px;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 25px 20px;
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s
}

.post-header-thumb-title {
    font-size: 21px;
    font-weight: 500;
    color: #fff
}

.post-header-thumb-meta {
    color: #fff
}

.post-header-thumb-meta a {
    color: #fff
}

.post-header-thumb-container .post-tags {
    border-bottom: none
}

.post-header-thumb-container .post-tags a:hover {
    color: #5f5f5f;
    border: 1px solid #edece8;
    outline-style: none;
    background: #edece8
}

.post-page {
    max-width: 900px;
    padding: 30px 25px 20px
}

.page-page {
    max-width: 900px;
    padding: 100px 25px 20px;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s
}

.log-page {
    max-width: 900px;
    padding: 0 25px 20px;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s
}

.anim-elmo {
    width: 100px;
    height: 100px
}

.anim-cherry {
    offset-path: path('M700 200,C710 240, 730 260, 760 280');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-moos {
    offset-path: path('M240 700,C300 690, 340 660, 500 680');
    animation: elmo 15000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-soraya {
    offset-path: path('M240 700,C300 690, 340 660, 500 680');
    animation: elmo 15000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-icecreams {
    offset-path: path('M-180 -10,C-140 -10, -100 20, -60 10');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-k {
    offset-path: path('M680 -20,C 720 -10, 750 40, 780 60');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-q {
    offset-path: path('M800 0,C770 10, 750 10, 720 0');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-tanya {
    offset-path: path('M800 0,C700 20, 600 20, 500 0');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

.anim-marc {
    offset-path: path('M700 332,C710 332, 730 332, 760 332');
    animation: elmo 9000ms infinite alternate ease-in-out;
    position: absolute;
    width: 80px
}

@keyframes elmo {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.post-content p {
    color: #4c4e4d;
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #5a5a5a;
    position: relative;
    margin: 20px 0
}

.post-content h1::before,
.post-content h2::before,
.post-content h3::before,
.post-content h4::before,
.post-content h5::before,
.post-content h6::before {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -15px
}

.post-content h1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    left: 0;
    display: flex;
    width: 300px;
    margin-right: 20px;
    transform: translate(-58%, 120px) rotate(-90deg);
    text-align: right;
    letter-spacing: 8px;
    user-select: none;
    text-transform: uppercase;
    justify-content: flex-end
}

.post-content pre {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 4px;
    background: #edece8;
    text-shadow: none
}

.post-content pre code {
    line-height: 20px;
    margin: 0;
    padding: 1em;
    color: #313131;
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

.post-content p a {
    color: #707071
}

.post-content p a:hover {
    color: #04C274
}

.post-content p img {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    user-select: none
}

.post-content p .log-img {
    max-width: 15%
}


.log-img-elmo {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    user-select: none
}

.about-img-elmo {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: -206px -80px;
    user-select: none;
    opacity: 0;
    transition: opacity .8s, -webkit-transform .8s
}

.post-content input.text {
    display: inline-block;
    padding: 5px 10px;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s
}

.post-content input.submit {
    display: inline-block;
    padding: 5px 15px;
    color: #2b394e;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    outline: 0;
    background-color: #5f5f5f
}

.post-content .flinks {
    padding: 0;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 -17.5px;
}

.post-content .flinks a {
    padding: 1rem;
    display: flex;
    width: 100%;
    height: 100%;
    color: #313131
}

.post-content .flinks-card {
    min-width: 29.6%;
    margin: 20px 15px;
    background-color: #edece8;
    transition: background-color .8s;
}

.post-content .flinks-card:hover {
    background-color: #d7f8ff;
    transition: background-color .6s;
}

.post-content .flinks-info {
    line-height: 1.5;
}

.post-content .flinks-avatar {
    height: 3rem;
    margin-right: 0.75rem;
    object-fit: cover;
}

.post-content .flinks-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    object-fit: cover;
}

.post-content .flinks-title {
    font-weight: 600;
    color: #5a5a5a;
}

.post-content .flinks-intro {
    margin-top: 8px;
    font-size: .85rem;
    line-height: 1.2;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: normal;
}

.post-content .flinks a span {
    border-radius: 3px;
    margin-bottom: -30px;
    background: #fce6f0;
    padding: 2px;
}

.post-content .flinks li {
    margin: 0 3px;
    padding: 2px 6px;
    line-height: 1.9;
    display: inline-block;
    overflow: hidden;
    width: 32%;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    color: #2b394e
}

/* .post-content .flinks li:hover::before {
   content: "•";
   color: #2d96bd
} */

.post-content .flinks li:nth-child(1n) {
    border: 1px solid #fce6f0;
    background: #fce6f0
}

.post-content .flinks li:nth-child(2n) {
    border: 1px solid #d7f8ff;
    background: #d7f8ff
}

.post-content .flinks li:nth-child(3n) {
    border: 1px solid #ffeab9;
    background: #ffeab9
}

.post-content .flinks li:nth-child(4n) {
    border: 1px solid #d2f8f0;
    background: #d2f8f0
}

.post-content .flinks li:nth-child(5n) {
    border: 1px solid #fddfd8;
    background: #fddfd8
}

.post-content .flinks li:nth-child(6n) {
    border: 1px solid #fbe1e4;
    background: #fbe1e4
}

.post-content .flinks li:nth-child(7n) {
    border: 1px solid #f9f7e8;
    background: #f9f7e8
}

.post-content .flinks li:nth-child(8n) {
    border: 1px solid #ffefe5;
    background: #ffefe5
}

.post-content .thanks {
    user-select: none
}

.post-content .thanks li {
    margin: 0 3px;
    padding: 2px;
    display: inline-block;
    overflow: hidden;
    width: 23%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-content .thanks li::before {
    content: "•";
    color: #2d96bd
}

.post-content .thanks li::after {
    content: '';
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #000;
    transition: all 0.3s ease-in-out
}

.post-content .thanks li:hover::after {
    width: 100%;
}

.post-content .thanks a {
    color: #313131
}

.post-content .thanks a:hover {
    color: #04C274
}

.post-page .post-header {
    display: none
}

.post-page .post-content .post-tags {
    display: none
}

.post-title {
    color: #5a5a5a;
    user-select: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em
}

.post-title-en {
    font-family: 'Comfortaa', cursive;
    color: #5a5a5a;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
    user-select: none
}

.post-data,
.post-data a {
    font-family: Consolas, Arial, sans-serif;
    text-align: center;
    font-size: 1em;
    user-select: none;
    color: #2b394e
}

.container {
    max-width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.container-wide {
    max-width: 900px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.container-img {
    max-width: 40px;
}

.words {
    cursor: help;
    margin: 8px;
    border-radius: 2px;
    user-select: none;
    color: #fff;
    padding: 1px 4px 1px;
    transition: color .8s, background-color .8s, -webkit-transform .8s
}

.words:hover {
    color: #2b394e;
    background-color: #ebebeb
}

.post-tags {
    user-select: none;
    margin: 0;
    padding: 5px 0 15px
}

.post-tags a {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 4px 8px 0 0;
    padding: 0 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    letter-spacing: 0;
    border-radius: 15px
}

.post-tags a:nth-child(1n) {
    border: 1px solid #fce6f0;
    background: #fce6f0
}

.post-tags a:nth-child(2n) {
    border: 1px solid #d7f8ff;
    background: #d7f8ff
}

.post-tags a:nth-child(3n) {
    border: 1px solid #ffeab9;
    background: #ffeab9
}

.post-tags a:nth-child(4n) {
    border: 1px solid #d2f8f0;
    background: #d2f8f0
}

.post-tags ai:nth-child(5n) {
    border: 1px solid #fddfd8;
    background: #fddfd8
}

.post-tags a:nth-child(6n) {
    border: 1px solid #fbe1e4;
    background: #fbe1e4
}

.post-tags a::before {
    content: ''
}

.post-content .post-tags a:hover {
    color: #5f5f5f;
    border: 1px solid #edece8;
    outline-style: none;
    background: #edece8
}

.related-post-lists {
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
    padding-top: 30px;
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

.related-post-lists .post-lists {
    max-width: 900px;
    margin: 0 auto
}

.related-post-lists .post-list-item-container {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.related-post-lists .post-list-item-container .item-label {
    height: 120px;
    background: #fff
}

.related-post-lists .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    color: #313131
}

.related-post-lists .post-list-item-container .item-label .item-meta .item-meta-cat a {
    color: #5f5f5f
}

.related-post-lists .post-list-item-container .item-label .item-meta .item-meta-ico {
    width: 42px;
    height: 42px;
    border: 1px solid #eaeaea;
    border-radius: 50%
}

.archive-page {
    padding: 120px 20px 40px;
    user-select: none
}

.archive-page .categorys-title {
    font-family: Consolas, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    margin: 10px auto;
    padding: 0 15px;
    color: #5f5f5f
}

.archive-page .categorys-title a {
    color: #5f5f5f
}

.archive-page .categorys-title::before {
    position: absolute;
    top: 0;
    left: -30px;
    padding: 0 30px;
    content: '#';
    color: #04C274
}

.archive-page .post-list-item-container {
    border-radius: 3px;
    background: #edece8;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.archive-page .post-list-item-container .item-label {
    height: 95px;
    background: #edece8
}

.archive-page .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #313131
}

.archive-page .post-list-item-container .item-label .item-meta .item-meta-date {
    font-family: Consolas, Arial, sans-serif;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #5f5f5f
}

.btime {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #767676;
}

.common-page {
    padding: 120px 20px 0
}

.common-page .common-title {
    text-align: center;
    font-size: 30px;
    position: relative;
    margin: 10px auto;
    padding: 0 30px;
    color: #5f5f5f;
    user-select: none
}

.common-page .post-list-item {
    width: 49.9999%
}

.common-page .post-list-item-container .item-label {
    user-select: none;
    background-color: #fff
}

.common-page .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    color: #313131
}

.common-page .post-list-item-container .item-label .item-meta .item-meta-date {
    padding-bottom: 5px;
    padding-left: 5px;
    color: #5f5f5f
}

.archive-page .post-list-item:hover,
.common-page .post-list-item:hover,
.related-post-lists .post-list-item:hover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.post-list-item-container .item-label.bg-blue .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-purple .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-green .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-yellow .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-red .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-orange .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-blue .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-purple .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-green .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-yellow .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-red .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-orange .item-meta .item-meta-date {
    color: #fff
}

.search-page .search-box {
    line-height: 40px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 3px
}

.search-page .search-box .input {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 18px;
    color: #313131;
    border-radius: 20px;
    outline: 0;
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    appearance: none
}

.search-page .search-box .spsubmit {
    line-height: 42px;
    float: right;
    margin-right: 15px;
    outline: 0;
    background-color: transparent
}

.search-page .search-tags {
    margin: 0;
    padding: 15px 0;
    text-align: center
}

.search-page .search-tags p {
    margin: 20px 0 0
}

.search-page .search-tags a {
    font-size: 13px;
    display: inline-block;
    margin: 10px 8px 0 0;
    padding: 2px 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    letter-spacing: 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.search-page .search-tags-hr {
    display: block;
    width: 55px;
    height: 2px;
    margin: 20px auto 10px
}

.directory-content {
    position: relative;
    z-index: 0;
    max-width: 720px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: right
}

.directory-content.initial {
    opacity: 0
}

.directory-content.pinned {
    opacity: 1
}

.directory-content.unpinned {
    opacity: 1
}

.directory-content.headroom--top {
    opacity: 0
}

.directory-content.headroom--not-top {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1
}

#directoryd {
    position: fixed;
    padding-left: 100px;
    z-index: 0;
    top: 100px;
    display: inline-block;
}

#directory {
    position: fixed;
    right: 100px;
    top: 15%;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    z-index: 90;
    padding: 10px 0;
    width: 220px;
    padding-left: 70px;
    max-height: 400px;
    overflow: hidden;
    margin-top: -10px;
    text-align: left
}


#directory li,
#directory ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

#directory>ul {
    position: relative
}

#directory>ul>li::before {
    position: relative;
    top: 5px;
    left: -4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #04C274
}

#directory ul li a {
    display: inline-table;
    margin-left: 5px;
    white-space: nowrap;
    width: 200px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#directory ul li ul li a {
    margin-left: 20px;
    white-space: nowrap;
    color: #5f5f5f
}

#directory ul li ul li ul li a {
    margin-left: 30px;
    color: #5f5f5f
}

#directory a:hover {
    color: #04C274
}

.post-bottom-bar {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    user-select: none;
    background-color: #fff !important;
    transition: background-color .8s, -webkit-transform .8s
}

.post-bottom-bar .bottom-bar-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px
}

.post-bottom-bar .social-share {
    font-size: 14px;
    line-height: 48px;
    margin: 0 0 0 10px;
    color: #313131
}

.post-bottom-bar .bottom-bar-item a {
    font-size: 14px;
    line-height: 48px;
    margin: 0;
    padding: 12px;
    cursor: pointer;
    color: #313131;
    border: 0;
    background: 0 0
}

.post-bottom-bar .bottom-bar-item a:hover {
    color: #04C274
}

.post-bottom-bar .social-share .bottom-bar-item {
    padding: 4px
}

.post-bottom-bar .social-share .bottom-bar-item a {
    padding: 1px 6px 3px;
    border-radius: 11px
}

.post-bottom-bar .bottom-bar-item.bottom-bar-facebook a {
    color: #fff;
    background-color: #4267b2
}

.post-bottom-bar .bottom-bar-item.bottom-bar-twitter a {
    color: #fff;
    background-color: #1b95e0
}

.post-bottom-bar .bottom-bar-item.bottom-bar-qrcode a {
    color: #fff;
    background-color: #5f5f5f
}

.post-bottom-bar.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.post-bottom-bar.animated.pinned {
    -webkit-animation-name: pinned;
    animation-name: pinned
}

.post-bottom-bar.headroom--top {
    -webkit-animation-name: pinned;
    animation-name: pinned
}

.post-bottom-bar.animated.unpinned {
    -webkit-animation-name: unpinned;
    animation-name: unpinned
}

.lists-navigator {
    margin: 30px 0 35px
}

.onelist-page .lists-navigator {
    margin: 35px 0 35px
}

.lists-navigator ol {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    user-select: none;
    text-align: center
}

.lists-navigator ol li {
    display: inline-block;
    color: #5f5f5f
}

.lists-navigator ol li a {
    font-size: 14px;
    padding: 0 20px;
    color: #5f5f5f
}

.lists-navigator ol li.current a {
    color: #04C274
}

#comments .lists-navigator {
    margin: 20px 0
}

#comments .lists-navigator ol {
    margin: 20px 0;
    padding: 0 10px;
    list-style: none;
    text-align: center
}

#comments .lists-navigator ol li.current a {
    color: #04C274
}

.comment-container {
    position: relative;
    z-index: 1;
    color: #5f5f5f;
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

#comments {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px 20px
}

#comments .page-navigator {
    margin: 0
}

#comments a {
    color: #5f5f5f
}

#comments .response {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 30px 0 30px 20px;
    color: #5f5f5f;
    user-select: none
}

#comments .response a {
    color: #04C274
}

.comment-list {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.comment-parent {
    margin: 20px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.comment-parent:last-child {
    margin: 20px 0 0
}

.comment-parent:first-child {
    margin: 0
}

.comment-child,
.comment-child2 {
    border-top: 1px solid rgba(184, 197, 214, .2)
}

.comment-view {
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s
}

.comment-header {
    display: inline-block;
    width: 100%
}

.comment-header .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.comment-header .comment-author {
    font-size: 13px;
    line-height: 45px;
    float: left;
    margin: 0 10px
}

.comment-header .comment-by-author a {
    color: #04C274 !important
}

.comment-content {
    margin-bottom: 10px;
    color: #313131
}

.comment-meta {
    font-size: 12px
}

.comment-meta .comment-reply {
    display: none;
    float: right
}

.comment-meta .comment-reply a {
    color: #04C274 !important
}

.comment-view:hover .comment-meta .comment-reply {
    display: block
}

.comment-parent>.comment-children .avatar {
    width: 34px;
    height: 34px;
    margin: 3px 0 0 3px
}

.comment-author-at a {
    font-size: 14px;
    color: #04C274 !important
}

.comment-parent>.comment-children .comment-author-at {
    float: left;
    margin-right: 5px
}

.comment-parent>.comment-children .comment-content {
    margin: -3px 3px 10px
}

.comment-parent>.comment-children .comment-meta {
    margin: 0 3px
}

.comment-form {
    position: relative;
    margin: 0 0 40px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #fff;
    transition: background-color .8s, -webkit-transform .8s;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

comment-form input {
    background: #fff !important;
    transition: background-color .8s, -webkit-transform .8s
}

.comment-form .form-control {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 34px;
    color: #313131;
    outline: 0;
    background: #fff !important;
    transition: background-color .8s, -webkit-transform .8s
}

.comment-form .form-control:focus {
    border-color: #04C274;
    outline: 0
}

.comment-form textarea.form-control {
    overflow: hidden;
    height: 150px;
    padding: 10px 0;
    resize: none;
    border-radius: 0
}

.comment-form .input-control {
    float: left;
    width: 100%;
    max-width: 206px;
    border-bottom: 1px dashed #b8b8b8;
    border-radius: 0
}

.comment-form .submit {
    font-size: 13px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    height: 32px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    user-select: none;
    color: #313131;
    border-radius: 30px;
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

.comment-form .submit:hover,
.submit:active,
.submit:active:focus,
.submit:focus {
    color: #04C274;
    outline-style: none;
    background-color: #fff;
    cursor: pointer
}

.footer {
    font-family: OPPOSans, Consolas, Arial, sans-serif;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: background-color .8s, -webkit-transform .8s;
    margin-top: -30px;
}

.footer-social {
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

.footer-social .footer-container {
    max-width: 900px;
    margin: 0 auto
}

.footer-social .social-list {
    padding: 20px;
    text-align: center
}

.footer-social .social-list a {
    font-size: 13px;
    padding: 0 25px;
    text-decoration: none;
    color: #5f5f5f
}

.footer-meta {
    font-family: Consolas, OPPOSans, Arial, sans-serif
}

.footer-meta .footer-container {
    width: 100%;
    max-width: 900px;
    height: 230px;
    margin: 0 auto;
    padding: 40px 0px 40px;
    user-select: none
}

.footer-meta .meta-item {
    position: relative;
    float: left;
    width: 40%;
    min-height: 1px;
    padding: 0 30px
}

.footer-meta .meta-items {
    position: relative;
    float: left;
    width: 30%;
    min-height: 1px;
    padding: 0 30px
}

.footer-meta .meta-copyright .info-logo img {
    height: 25px
}

.footer-meta .meta-copyright .info-text p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #767676
}

.footer-meta .meta-copyright .info-text a {
    color: #767676
}

.footer-meta .meta-title {
    font-size: 14px;
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #5f5f5f
}

.footer-meta li {
    font-size: 13px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -30px;
    text-overflow: ellipsis;
    color: #767676
}

.author {
    user-select: none;
    display: flex;
    margin-top: 60px;
    margin-bottom: 20px
}

.author-image-placeholder {
    flex-shrink: 0;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.author-wrapper {
    margin-left: 25px;
    max-width: 900px
}

.author-header {
    display: flex;
    align-items: center;
}

.author-header-wrapper {
    position: relative;
}

.author-name {
    margin-top: -5px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 800;
    cursor: pointer
}

.author-social.enabled {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.author-location-icon {
    position: relative;
    top: 1px
}

.author-bio {
    font-size: 14px
}

.author-location {
    color: #aaa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.u-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.u-placeholder {
    position: relative;
    z-index: 1
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 64px;
    background-color: #04C274;
    color: #fff;
    padding: 3px;
    text-align: center;
    border-radius: 6px;
    margin-left: 5px;
    margin-top: -4px;
    left: 105%;
    position: absolute;
    z-index: 1
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.switch-theme::before {
    font-size: 13px;
    content: "🌞"
}

body.night .switch-theme::before {
    font-size: 13px;
    content: "🌙"
}

.cid {
    margin-top: -20px;
    margin-bottom: 1px;
    font-size: 10px;
    text-align: end
}

#player {
    margin: 0;
    width: 100%
}

.player {
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 0 0 2px #ccc;
    background: #edece8
}

.caption {
    display: block;
    text-align: center;
    font-size: 80%;
    color: #79797c
}

audio {
    border-radius: 0;
    width: 100%;
    height: 50px;
}

.audio-icon {
    width: 50px;
    height: 50px;
    border-radius: 0px
}

.audio-player {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #edece8;
    flex-direction: row-reverse;
    align-items: center;
}

audio::-webkit-media-controls-panel {
    background-color: #edece8;
    transition: background-color .8s, -webkit-transform .8s
}

audio::-webkit-media-controls-timeline {
    background-color: #fff;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    width: 600px;
    padding: 0px;
    transition: background-color .8s, -webkit-transform .8s
}

.soliloquy {
    border: none;
    line-height: 1.5;
    background-color: #edece8;
    padding: 1.5rem 2.5rem;
    border-radius: 3px;
    transition: background-color .8s, -webkit-transform .8s
}

.actor {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    letter-spacing: 3px;
    user-select: none;
    color: #b8b8b8;
    margin-top: 2px;
    margin-left: -36px;
    writing-mode: tb-rl;
    transition: color .8s
}

body.night .actor {
    color: #767676;
    transition: color .8s;
}

.checkpass {
    display: flex;
    justify-content: center;
}

.checkpass .check {
    margin-top: 25px;
    display: flex;
    height: 50px;
    width: 380px;
    justify-content: space-evenly;
    align-items: center;
}

.checkpass .check .left {
    width: 70px;
    height: 30px;
    background-color: #fa4238;
    border: 3px solid black;
    border-radius: 20px;
}

.checkpass .check .left::before {
    content: "OOps!";
    display: block;
    width: 70px;
    height: 30px;
    background-color: #ffdd00;
    border: 3px solid black;
    border-radius: 20px;
    text-align: center;
    color: black;
    font-weight: 700;
    margin: -8px 0 0 -6px;
    transition: margin .2s
}

.checkpass .check .left:hover::before {
    background-color: #04C274;
    cursor: pointer;
    margin: -3px 0 0 -3px;
    transition: margin .2s
}

.checkpass .check .right {
    width: 95px;
    height: 30px;
    background-color: #fa4238;
    border: 3px solid black;
    border-radius: 20px;
}

.checkpass .check .right::before {
    content: "Download";
    display: block;
    width: 95px;
    height: 30px;
    background-color: #ffdd00;
    border: 3px solid black;
    border-radius: 20px;
    text-align: center;
    color: black;
    font-weight: 700;
    margin: -8px 0 0 -6px;
    transition: margin .2s
}

.checkpass .check .right:hover::before {
    background-color: #8191e6;
    cursor: pointer;
    margin: -3px 0 0 -3px;
    transition: margin .2s
}

.heart {
    width: fit-content;
    height: fit-content;
    animation: heartbeat 2s linear infinite;
}

.oracle {
    width: 16px;
    height: 17px
}

.name {
    margin-left: 28px;
    pointer-events: all;
}

.plyr-container {
    max-width: 500px;
}

.ulfoot {
    margin: auto;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.05);
    }

    10% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    30% {
        transform: scale(1);
    }
}


@media(max-width:1000px) {
    .directory-content {
        display: none
    }

    .post-header-thumb {
        height: 280px
    }

    .post-header-thumb-cover {
        height: 280px
    }

    .post-header-thumb-op {
        height: 280px
    }

    .post-header-thumb-container {
        top: 70px
    }
}

@media(max-width:880px) {
    .index-page {
        padding: 80px 0 0
    }

    .archive-page {
        padding: 80px 0 20px
    }

    .common-page {
        padding: 80px 0 0
    }

    .post-onelist-item-container {
        padding: 50px 20px 55px
    }

    .post-list-item {
        width: 50%;
        padding: 10px
    }

    .post-list-item:nth-child(odd) {
        padding-left: 20px
    }

    .post-list-item:nth-child(even) {
        padding-right: 20px
    }

    .lists-navigator {
        margin: 25px 0 30px
    }

    .post-header-thumb {
        height: 250px
    }

    .post-header-thumb-op {
        height: 250px
    }

    .post-header-thumb-cover {
        height: 250px
    }

    .post-header-thumb-container {
        top: 60px
    }

    .footer-meta .footer-container {
        padding: 0
    }

    .main-content {
        margin: 0 auto
    }

    .footer-meta .meta-item {
        padding: 0 20px
    }
}

@media(max-width:700px) {
    .comment-form .input-control {
        max-width: 100%
    }

    .post-header-thumb {
        height: 220px
    }

    .post-header-thumb-op {
        height: 220px
    }

    .post-header-thumb-cover {
        height: 220px
    }

    .post-header-thumb-container {
        top: 40px
    }

    .post-page {
        padding: 20px 25px 0
    }

    .page-page {
        padding: 90px 25px 0
    }

    .search-page .search-tags {
        padding: 0 0 15px
    }

    .search-page .search-tags p {
        margin: 0
    }

    .related-post-lists {
        padding-top: 15px
    }

    .post-onelist-item-container {
        padding: 20px 20px 25px
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 240px
    }
}

@media(max-width:650px) {
    .navbar-menu {
        display: none
    }

    .navbar-search {
        padding: 0 35px 0 0
    }

    .navbar-search form {
        width: 180px;
        margin-right: 55px
    }

    .navbar-mobile-menu {
        display: inline-block
    }

    .red-gradient {
        display: none
    }

    .meta-posts {
        display: none
    }

    .meta-comments {
        display: none
    }

    .post-bottom-bar .social-share {
        display: none
    }

    .post-page {
        padding: 90px 25px 0
    }

    .common-page .post-list-item {
        width: 100%;
        padding: 10px 20px
    }

    .footer-social {
        display: none
    }

    .footer-meta .footer-container {
        padding: 0 15px
    }

    .footer-meta .meta-item {
        width: 100%;
        padding: 0 10px
    }

    .footer-meta .meta-copyright .info-text {
        float: right
    }

    .footer-meta .meta-copyright .info-text p {
        text-align: right
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 220px
    }

    .post-header-thumb {
        display: none
    }

    .post-page .post-header {
        display: inherit
    }

    .post-page .post-content .post-tags {
        display: inherit
    }
}

@media(max-width:580px) {
    .navbar-search form {
        width: 150px
    }

    .index-page {
        padding: 70px 0 0
    }

    .archive-page {
        padding: 70px 0 20px
    }

    .common-page {
        padding: 70px 0 0
    }

    .post-list-item {
        width: 100%;
        padding: 10px 20px
    }

    .post-list-item:first-child {
        padding-top: 20px
    }

    .archive-page .post-list-item:first-child {
        padding-top: 0
    }

    .archive-page .post-list-item:last-child {
        padding-bottom: 0
    }

    .common-page .post-list-item:first-child {
        padding-top: 0
    }

    .related-post-lists {
        padding-top: 5px
    }

    .main-content {
        margin: 0 auto
    }

    .post-onelist-item-container {
        padding: 20px 20px 25px
    }

    .post-onelist-item-container .item-content {
        display: none
    }

    .post-onelist-item-container .item-readmore {
        display: none
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 180px
    }
}

@media(max-width:410px) {
    .meta-copyright-info .info-logo {
        display: none
    }
}

@-webkit-keyframes unpinned {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50px)
    }
}

@keyframes unpinned {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes pinned {
    0% {
        -webkit-transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes pinned {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-70px)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

@keyframes fade-in {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        -webkit-transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}