* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    background-color: #28df99;
    color: #f9f9f9
}

*:focus {
    outline: none;
}

figure {
    margin-left: 0
}

html {
    /*background-color:#fff;*/
    min-height: 100%
}

body {
    max-width: 720px;
    padding: 0 10px;
    font: 400 16px/1.7 PingFang SC, sans-serif;
    color: #444;
    margin: 0 auto;
    overflow-x: hidden
}

body.dark-theme {
    max-width: 720px;
    padding: 0 20px;
    background-color: #292a2d;
    color: #a9a9b3;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

a {
    text-decoration: none;
    color: #111;
    word-wrap: break-word;
    -moz-text-decoration-color: rgba(0, 0, 0, .4);
    text-decoration-color: rgba(0, 0, 0, .4)
}

a:hover {
    text-decoration: none;
    color: #555;
    -moz-text-decoration-color: rgba(0, 0, 0, .6);
    text-decoration-color: rgba(0, 0, 0, .6)
}

@font-face {
    font-family: bookmark;
    src: url('fonts/bookmark.TTF');
}

.zuobiao i {
    line-height: 1.8;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url(../img/zuobiao.svg);
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -2px;
}

.user-warp img {
    width: 70px;
    border-radius: 100%;
}

.dark-theme .user-warp img {
    width:70px;
    border-radius:100%;
    animation: light 5s ease-in-out infinite;
    transition: 0.5s;
}

@keyframes light {
    0% {
        box-shadow: 0 0 4px #f00;
    }

    25% {
        box-shadow: 0 0 5px #0f0;
    }

    50% {
        box-shadow: 0 0 4px #00f;
    }

    75% {
        box-shadow: 0 0 5px #0f0;
    }

    100% {
        box-shadow: 0 0 4px #f00;
    }
}

.mod-head {
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative
}

.mod-head__title {
    display: none
}

.mod-head__nav {
    display: inline-block;
    margin-left: 43px
}

.mod-head__ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-item {
    display: inline-block;
    height: 26px;
    line-height: 26px
}

.menu-item span {
    padding: 0 10px
}

.active {
    color: red;
}

.mod-head__nav-item:last-child:after {
    padding: 0;
    content: ""
}

.mod-head__nav-item a {
    color: #535353;
    text-decoration: underline;
    display: inline-block;
    line-height: 28px
}

.mod-head__nav-item a:hover {
    color: #222;
    border-color: #8cc1e0
}

.mod-head__logo {
    border-radius: 1.3rem;
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #fff;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0
}

.mod-head__logo img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.mod-archive__list li {
    line-height: 50px;
    margin-bottom: 2px;
    letter-spacing: 0.2rem;
    list-style: none;
    border-bottom: 1px dashed #7777;
}

.mod-archive__year {
    color: #999;
    letter-spacing: 0.2rem;
    font-family: "Microsoft JhengHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
!important;
}

.mod-archive__time {
    color: #666;
    font-size: 14px
}

@media screen and (max-width: 500px) {
    .mod-archive__list li span, .mod-archive__list li time {
        /*display:none*/
    }
}

.mod-post__title {
    letter-spacing: 0.08rem;
    font-size: 18px;
    margin-bottom: 60px
}

.mod-post__meta {
    font-size: 9pt;
    color: #777;
    line-height: 2em;
    border-left: solid 2px #28df99;
    padding-left: 15px;
    margin-bottom: 40px;
}

.mod-post__foot {
    font-size: 9pt;
    color: #777;
    line-height: 2em;
    margin-top: 60px;
    border-left: solid 2px #28df99;
    padding-left: 15px;
}

.mod-post__poster {
    font-size: 9pt;
    color: #777;
    line-height: 2em;
    margin-top: 10px;
    border-left: solid 2px #28df99;
    padding-left: 15px;
}

.mod-post__entry {
    font-size: 11pt;
    text-align: justify
}

.mod-post__entry p {
    letter-spacing: 0.08rem;
    margin-top: 0;
    margin-bottom: 30px;
    word-break: break-all
}

.dark-theme .mod-post__entry p {
    color: #a9a9b3;
}

.mod-post__entry strong {
    font-weight: 600
}

.mod-post__entry img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.dark-theme .mod-post__entry img {
    opacity: 0.7
}

.mod-post__entry h2 {
    font-size: 22px
}

.mod-post__entry h3 {
    font-size: 19px
}

.mod-post__entry a {
    color: #707070;
}

.dark-theme .mod-post__entry a {
    color: #707070;
}

.mod-footer {
    font-family: bookmark;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    color: #888;
    font-size: 13px;
}

.mod-footer p {
    letter-spacing: 1px;
}

.mod-footer a {
    text-align: center;
    color: #888
}

.highlight pre {
    margin: 1.64em 0;
    border: 0;
    padding: 9px 12px;
    overflow: auto;
    line-height: 1.8;
    font-size: 14px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #65737e;
    background-color: #eff1f5;
    border-radius: 4px
}

.bookmark {
    width: 100%;
    text-align: left;
    line-height: 45px;
    letter-spacing: 0.8rem;
    font-family: "bookmark", "Microsoft JhengHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 18px;
}

.bookmark a {
    letter-spacing: 0.13rem;
}

blockquote {
    color: #707070;
    padding: 0px 10px 0px 10px;
    margin: 20px 0 20px 0;
    font-size: 9pt;
    border-left: 2px solid #888;
}

@media screen and (max-width: 500px) {
    .mod-head {
        margin-bottom: 40px
    }

    .mod-head__ul {
        display: none
    }

    .mod-post__entry {
        /*font-size:16px;*/
        line-height: 1.5;
        text-align: justify
    }

    .mod-post__entry p {
        margin-bottom: 2em;
        line-height: 2.4em;
    }
}

.linksul li {
    color: #999;
    font-size: 16px;
    font-style: normal;
    line-height: 40px
}

.linksul a {
    margin-right: 5px
}

.linksul h2 {
    color: #444
}

.linkcat {
    list-style: none
}

.posts-nav span {
    font-size: 14px;
    color: #777
}

.posts-nav a {
    font-size: 14px;
    color: #777
}

.posts-nav {
    font-size: 20px;
    color: #000;
    padding-top: 20px
}

.posts-nav .page-numbers {
    letter-spacing: 0.15rem;
    font-size: 10pt;
    text-align: center;
    width: 0;
    line-height: 20px
}

.flip {
    position: relative;
}

.flip:before {
    content: '';
    position: absolute;
    top: 60%;
    height: 6px;
    left: -2px;
    width: 95%;
    background-color: #28df99;
    opacity: .6;
    transform: skew(-35deg);
    transition: opacity .2s ease;
    border-radius: 3px 8px 10px 6px;
    transition: 0.1s ease background-color;

}

.posts-nav .page-numbers.dots {
    border-color: transparent
}

.submit {
    margin-left: 15px;
    padding: 3px;
    border: 0;
    border-radius: 5px;
}

}

.panel {
    overflow-y: scroll;
    display: none;
    width: 200px;
    color: #fff;
    background: #23282d
}

.panel li {
    list-style: none;
    width: 100%;
    float: left;
    height: 48px;
    line-height: 48px;
    display: block;
    text-indent: 24px
}

.panel li a {
    color: #a5a5a5;
    font-size: 14px;
    text-decoration: blink;
    border-bottom: 1px solid #2e3339;
    display: block
}

.ymod-head {
    padding: 0;
    margin: 0
}

pre {
    font-family: Courier New;
    background: #f1f6f9;
    padding: 10px 20px 10px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 14px;
    white-space: pre-wrap;
    font-weight: 500;
    word-break: break-all;
}

.dark-theme pre {
    background: #393e46;
    white-space: pre-wrap;
    font-weight: 500;
    word-break: break-all;
}

code {
    font-family: Courier New;
    letter-spacing: 0.03rem;
    white-space: pre-wrap;
    font-weight: 500;
    word-break: break-all;
}

em {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 14px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #65737e;
}

#right-panel-link {
    display: none
}

#close-panel-bt {
    border: none;
    width: 100%;
    background: 0 0;
    color: #c1c1c1;
    text-align: left;
    text-indent: 24px;
    font-size: 20px;
    margin-top: 20px;
    padding: 0
}

.wzulli ol, .wzulli ul {
    overflow: auto;
}

.wzulli ol li, .wzulli ul li {
    word-break: break-all;
    padding-bottom: 14px;
    word-wrap: break-word;
    color: #fff;
    font-size: 14px
}

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

@keyframes fade-in {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mod-archive, .mod-post {
    animation: fade-in;
    animation-duration: 1s;
    -webkit-animation: fade-in 1s
}

.links {
    font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft JhengHei", SimSun, sans-serif;
    margin-bottom: 80px
}

.links ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    background-color: #fff
}

.links ul li {
    width: 32%;
    float: left;
    border: 1px solid #ECECEC;
    padding: 10px 30px;
    margin: 4px 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

span.sitename {
    color: #red;
    padding-bottom: 10px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-title {
    font-weight: 400;
    color: #6D6D6D;
    padding-left: 10px;
    border-left: 3px solid #A0DAD0;
    margin: 50px 0 20px
}

.links ul li:before {
    content: "";
    background-color: #A0DAD0;
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.links ul li:hover {
    color: #red;
    border: 1px solid #A0DAD0
}

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

.links ul li:hover .sitename {
    color: #red
}

.links ul li:hover .linkdes {
    color: #red;
    border-top: 1px dashed #fff
}

span.linkss-title {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 50px 0 30px;
    font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft JhengHei", SimSun, sans-serif;
    letter-spacing: 5px
}

#comments a {
    border-bottom: none
}

#comments {
    font-size: 13px
}

.comment-date {
    margin-left: 15px;
    padding-bottom: 10px;
    color: #999;
    font-size: 0.75rem;
    display: inline;
}

.comment-main {
    margin-left: 22px;
    font-size: 13px;
    border-bottom: .02rem dashed #9999;
}

.comment-meta {
    margin-top: 22px;
    /*	margin-left: 22px;*/
    margin-bottom: 10px
}

.post-content a, #comments .comment-content a {
    border-bottom: 1px solid #ddd
}

.post-meta a:hover, .post-content a:hover, .widget a:hover {
    border-bottom-color: transparent
}

.post-content pre code, .comment-content pre code {
    padding: 1.5em 2em
}

.post-content p code, .comment-content p code {
    display: inline;
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px solid #ddd
}

.comment-list, .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list {
    margin-top: 10px
}

.comment-list li {
    padding: 0
}

.comment-list li.comment-level-even {
    /*background:#FFF*/
}

.comments-have {
    letter-spacing: 0.2rem;
    display: inline-block;
    margin-top: 5rem;
    font-size: 15px;
    border-bottom: solid 1px #888;
    padding-bottom: 10px;
}

.page-navigator {
    list-style: none;
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: -40px;

}

.page-navigator li {
    color: #000;
    display: inline;
    padding: 0 15px;
}

.page-navigator a {
    padding: 1px;
}

.page-navigator a:hover {
    color: #444;
    border-bottom: 1px solid #444;
}

.page-navigator .current a {
    color: #444;
    border-bottom: 1px solid #444
}

.comments-header {
    letter-spacing: 0.2rem;
    display: inline-block;
    margin: 2rem 0 1rem 0;
    font-size: 20px;
    border-left: solid 2px #888;
    padding-left: 15px;
    margin-left: -10px;
}

.comment-list .comment-reply {
    font-size: 13px;
    margin-left: 15px;
}

.comment-meta a {
    color: #999;
    font-size: .92857em
}

.comment-author {
    display: inline-block;
    padding-left: 22px;
    border-left: 2px solid #28df99;
    /*margin-bottom: 1px;
    color: #969595;
    background-color: #eee;
    padding: 3px;
    border-radius: 3px;
    margin-top: 13px;*/
}

.comment-by-author cite.fn a:after {
    content: "博主";
    margin-left: .375rem;
    font-size: 0.3rem !important;
    color: #fff;
    background: #e8505b;
    border-radius: .1rem;
    padding: .0425rem .1475rem;
}

/*.comment-author a{
    display: inline-block;
	    margin-bottom: 1px;
    color: #969595;
    background-color: #eee;
    padding: 3px;
    border-radius: 3px;
}*/
.comment-author .avatar {
    float: left;
    margin: 6px 7px 0 0;
    border-radius: 50px;
    width: 32px;
    padding: 1px
}

.comment-author cite {
    font-style: normal;
    line-height: 1.2
}

.comment-awaiting-moderation {
    font-style: normal;
    float: right;
    margin-top: -20px;
    color: #777
}

.comment-list .respond {
    margin: 15px 0;
    border-top: 1px solid #ddd
}

.comment-body .respond {
    border: none;
    margin: 0 0 25px
}

.comment-children {
    margin-top: 22px;
    padding-left: 22px;
    /*border-left: 0.2px dashed #9999;*/
}

.respond .cancel-comment-reply {
    margin-top: 25px;
    font-size: 13px;
    letter-spacing: 0.1rem;
    font-weight: 100;
}

#comment-form {
    padding-top: 5px
}

#comment-form label {
    display: block;
    color: #888;
    position: relative;
    margin: 1px 1px
}

#comment-form input {
    padding: 20px;
    margin-top: 11px;
    padding-left: 10px;
    background: none;
    color: #555;
    width: 32.5%;
    height: 30px;
    font-size: 13px;
    border: none;
    border-bottom: 0.2px dashed #9999;
}

#comment-form input:hover {
    border: none;
    border-bottom: 1px dashed #28df99 !important;
}

button.submit {
    width: auto;
    height: 28px;
    font-size: 14px;
    padding: 0;
    float: right;
    border: none;
    background: none;
    color: #333;
    letter-spacing: 0.58rem;
    cursor: pointer;
}

.dark-theme button.submit {
    color: #a9a9b3;
}

button.submit:hover {
    /*color: #fff;*/
}

textarea {
    overflow: visible;
    padding-left: 8px;
    vertical-align: top;
    width: 100%
}

.dark-theme textarea {
    color: #a9a9b3;
}

/*input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
    color: #666;
    border: 1px solid #fff;
    background-color: #fafafa;
    border-radius: 3px;
    width: 30%;
    height: 30px;
    outline: 0;
}*/
#comment-form textarea {
    font-family: "Microsoft JhengHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    letter-spacing: 0.1rem;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    border: none;
    background: none;
    border-bottom: 0.2px dashed #9999;

}

#comment-form textarea:hover {
    border: none;
    border-bottom: 1px dashed #28df99 !important;
}

.col2 p, .col1 p {
    margin: 10px 0
}

.col2 input {
    width: 100%
}

.col1 {
    width: 100%;
    position: relative;
    background-position: 0 0
}

.col2 {
    max-width: 400px;
    position: relative;
    background-position: right top
}

.widget-title {
    font-size: 15px;
    margin: 15px 26px 0;
    padding-bottom: 10px;
    font-weight: normal
}

#comments .widget-title {
    color: #6E7173;
    line-height: 2.7;
    margin-top: 0;
    font-size: 16px;
    border-bottom: 0px solid #ddd;
    display: block;
    margin: 0;
    padding-bottom: 0px
}

.widget {
    margin-bottom: 30px
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    line-height: 1.72
}

.widget-list {
    list-style: none;
    padding: 0;
    margin: 50px 0 0 -1px
}

.widget-list2 {
    margin: 0
}

.widget-list li {
    margin: 0;
    line-height: 1.5
}

.widget-list li span {
    text-transform: uppercase;
    color: #ccc
}

.date-month {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    width: 3em
}

.widget-list h3 {
    margin: 0;
    font-size: 13px
}

.widget-list h3 a {
    display: block;
    margin: 0;
    line-height: 1.7;
    padding: .4em 25px .4em 26px;
    font-weight: normal;
    color: #ccc
}

.widget-list h3 a.active, .widget-list h3 a.active:hover, .widget-list h3 a:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none
}

.widget-list a:hover span {
    color: #fff
}

.widget-list h3 a:hover {
    color: #fff;
    background-color: #666
}

#response {
    margin-bottom: 1em
}

.error-page {
    margin-top: 100px;
    margin-bottom: 100px
}

.comment-content {
    letter-spacing: 0.1rem;
    line-height: 2.0;
    word-wrap: break-word;
    padding: 10px 40px 10px 0;
    font-size: 14px
}

.post-content h2, .comment-content h2 {
    font-size: 1.28571em
}

.comment-content img {
    max-width: 100%
}

.post-content a img {
    background: #FFF;
    position: relative;
    bottom: -4px
}

.post-content hr, .comment-content hr {
    margin: 2.4em auto;
    border: 1px solid #ddd;
    border-width: 1px 0 0 0;
    position: relative
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

img.alignleft {
    margin: 5px 15px 0 0
}

img.alignright {
    margin: 5px 0 0 15px
}

#comments .pagination {
    margin: 35px 0 30px 0;
    text-align: center
}

element.style {
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 999999;
    left: auto;
    right: 0px;
    display: block
}

@media print, screen and (max-width: 767px) {
    #comments {
        margin: 10px 0px
    }
}

* {
    letter-spacing: 0.08rem;
    padding: 0;
    margin: 0
}

.float-right {
    float: right
}

.fa {
    font-size: .8em;
    line-height: 22px !important
}

dropdown {
    position: fixed;
    top: 30px;
    right: 20px;
    display: inline-block;
    z-index: 0
}

dropdown label, dropdown ul li {
    display: block;
    width: 100px;
    background: #fff;
    padding: 10px;
    color: #555;
    letter-spacing: 0.15rem
}

dropdown label:hover, dropdown ul li:hover {
    background: #fff;
    color: #555;
    cursor: pointer
}

dropdown label {
    background: rgba(0, 0, 0, 0);
    border-radius: 0 5px 0 0;
    position: fixed;
    z-index: 1
}

dropdown input {
    display: none
}

dropdown input ~ ul {
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 0
}

dropdown input:checked + label {
    background: rgba(255, 255, 255, 0);
    color: #555
}

dropdown input:checked ~ ul {
    visibility: visible;
    opacity: 0.8;
    top: 0
}

$
colors:#E74C3C, #0072B5, #2C3E50

;
@for $i from 1 through length($colors) {
    dropdown ul li:nth-child(# {
	$i
}
)
{
    border-left: 4px solid nth($ colors, $ i)
;
.fa {
    color: nth($ colors, $ i)
}

&
:hover {
    background: nth($ colors, $ i);
    color: white;

.fa {
    color: white
}

}
}
}
.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

@media screen and (max-width: 768px) {
    .animate {
        font-family: bookmark;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden
    }

    .animate a {
        color: #444;
        font-size: 15px;
    }

    .comment-author {
        display: inline-block;
        margin-bottom: 1px;
        color: #999;
        /*    background-color: #eee;*/
        /*    padding: 0px 2px;*/
        /*    border-radius: 3px;*/
        margin-top: 13px;
        font-size: 13px;
    }

    .comment-author a {
        display: inline-block;
        margin-bottom: 1px;
        color: #999;
        padding: 0px 2px;
        border-radius: 3px;
        font-size: 13px;
    }

    .mod-footer {
        font-family: bookmark;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 5px;
        font-size: 13px
    }

    #comment-form input {
        width: 100%;
    }

    /*}.tags a {
        color: #fff;
        margin-right: 10px;
        line-height: 50px;
        background-color: #a58bff;
        border-radius: 10px;
        padding: 2px 8px;
        font-size: 12px;
        letter-spacing: 0;
    }*/
}

.tags a {
    margin-right: 10px;
    font-size: 13px;
}

.tags span {
    color: #b7b7b7;
}

.dark-theme .tags a {
    /*background-color: #a58bff;*/
    color: #a9a9b3;
}


.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #aaa;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    animation: light 2s ease-in-out infinite;
    transition: 0.5s;
}

.dark-theme .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #b7daff;
    height: 2px
    animation: light 8s ease-in-out infinite;

    animation: light 8s ease-in-out infinite;
    transition: 0.5s;


}


.dark-theme .tags span {
    color: #aaaa;
}

.tags li {
    list-style: none;
    text-decoration: none;
    color: #777;
    margin-right: 10px;
    float: left
}

.tags a:before {
    content: '';
    color: #999
}

.linkdes {
    color: #949494;
    font-size: 13px;
    border-top: 1px dashed #7777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}

ul li.links {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul li.links {
    list-style: none;
    float: left;
    width: 48.8%;
    height: auto;
    border: 1px dashed #7777;
    padding: 15px 30px;
    margin: 4px 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul li.links a {
    color: #28df99;
    line-height: 2.8;
    font-weight: 800;
}

.dark-theme ul li.links a {
    color: #28df99;
    line-height: 2.8;
    font-weight: 800;
}

ul li.links span {
    display: block;
    color: #ff6f6f;
    line-height: 2;
    padding-top: 6px;
}

ul li.links span:before {
    content: "";
    background-color: #df846c;
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 500px) {
    ul li.links {
        list-style: none;
        float: left;
        width: 98%;
        height: auto;
        border: 1px dashed #7777;
        padding: 15px 30px;
        margin: 4px 4px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
}


.progress {
    position: fixed;
    height: 2px;
    background: #2085c5;
    transition: opacity 500ms linear
}

.progress.done {
    opacity: 0
}

.progress span {
    position: absolute;
    height: 2px;
    -webkit-box-shadow: #2085c5 1px 0 6px 1px;
    -webkit-border-radius: 100%;
    opacity: 1;
    width: 150px;
    right: -10px;
    -webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: .6
    }
}

.beian {
    margin-bottom: 45px;
}

/*--------------------------------------------------------------
# Start SiteAge
--------------------------------------------------------------*/

#SiteAge {
    animation: change 20s infinite;
}

@keyframes change {
    0% {
        color: #77e37f;
    }
    25% {
        color: #8965e0;
    }
    50% {
        color: #f5365c;
    }
    75% {
        color: #fcda04;
    }
    100% {
        color: #11cdef;
    }
}

@media screen and (min-width: 768px) {
    #back-to-top {
        position: fixed;
        width: 32px;
        height: 32px;
        right: 10px;
        bottom: 10px;
        background: #28df99;
        color: #fff;
        font-weight: 800;
        text-align: center;
        border-radius: 2px;
        z-index: 1;
        display: none;
    }
}

.fa-angle-up:before {
    content: "";
    background-image: url('./backtotop.svg');
}


html {
    line-height: 1.15 /* 1 */;
    -webkit-text-size-adjust: 100% /* 2 */;
}

html {
    font-family: 'Microsoft Jhenghei', Lantinghei SC, 'lanting', PingFang SC, Seguo UI, Microsoft Yahei, Arial;
}

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

html::-webkit-scrollbar-thumb {
    width: 8px;
    height: 68px;
    background-color: #a9a9b3;
    border-radius: 16px;
}

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

body {
    margin: 0 auto;
    font-size: 11pt;
    font-weight: normal;
    line-height: 2.5em;
    background-color: #fcfefe;
    color: #161209;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

/*body:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}*/
body.dark-theme {
    background-color: #292a2d;
    color: #a9a9b3;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

a {
    color: #161209;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

a:hover {
    color: #28df99;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme a {
    color: #a9a9b3;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}


.dark-theme a:hover {
    color: #28df99;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.wrapper {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    width: 100%;
}

.navbar {
    height: 4rem;
    line-height: 4rem;
    width: 100%;
}

.navbar .container {
    width: auto;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

.container {
    padding-left: 1em;
    padding-right: 1em;
}

.footer {
    height: 6rem;
    width: 100%;
    text-align: center;
    padding-top: 2em;
    font-size: 12px;
    margin-top: 15vh;
    margin-bottom: 65px;
}

@charset "utf-8";

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="checkbox"]:checked + label:after {
    transition: all 0.3s ease-in;
}

input[type="checkbox"]:not(:checked) + label:after {
    transition: all 0.3s ease-out;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + label i:before, input[type="checkbox"]:not(:checked) + label i:before,
input[type="checkbox"]:checked + label i:after, input[type="checkbox"]:not(:checked) + label i:after, input[type="checkbox"]:not(:checked) + label:before {
    transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    transition: all 0.3s ease-in-out;
}

.switch_default[type="checkbox"] {
    display: none;
}

.switch_default + label {
    background-color: #292a2d;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    position: relative;
    box-shadow: 0.2px 0.2px 1px 0.5px rgb(180, 180, 180);
    width: 30px;
}

.switch_default + label:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 12px;
    box-shadow: 0.2px 0.2px 1px 0.5px rgb(180, 180, 180);
}

.switch_default:checked + label {
    background-color: #28df99;
    box-shadow: none;
}

.switch_default:checked + label:after {
    left: 17px;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont/iconfont.eot?t=1559842184425'); /* IE9 */
    src: url('iconfont/iconfont.eot?t=1559842184425#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('iconfont/iconfont.woff?t=1559842184425') format('woff'),
    url('iconfont/iconfont.ttf?t=1559842184425') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont/iconfont.svg?t=1559842184425#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-logo a {
    padding: 0;
}

.navbar .menu a {
    padding: 0 8px;
}

.navbar .menu .active {
    font-weight: 900;
    color: #161209;
}

.dark-theme .navbar .menu .active {
    color: #fff;
}

.navbar-header a:hover,
.navbar .menu a:hover {
    background-color: transparent;
}

header label {
    margin-right: 1.5em;
    position: relative;
    /*-webkit-transform: translateY(0.1em) translateX(0.5em);*/
}

.copyright {
    font-size: 14px;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    padding-top: 2em;
}

.pagination a,
.pagination span {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #bfbfbf;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
}

.pagination .page-number {
    padding-bottom: 3px;
    margin: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: inline;
}

.pagination .page-number.disabled {
    display: none;
}

.pagination .page-number:hover a {
    color: #000;
}

.dark-theme .pagination .page-number:hover a {
    color: #fff;
}

.pagination .page-number:before,
.pagination .page-number:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.3s;
    bottom: 0px;
}

.dark-theme .pagination .page-number:before,
.dark-theme .pagination .page-number:after {
    background: #fff;
}

.pagination .page-number:before .current,
.pagination .page-number:after .current {
    width: 100%;
}

.pagination .page-number:before {
    left: 50%;
}

.pagination .page-number:after {
    right: 50%;
}

.pagination .page-number:hover:before,
.pagination .page-number:hover:after {
    width: 50%;
}

.pagination .page-number.current {
    color: #000;
}

.dark-theme .pagination .page-number.current {
    color: #fff;
}

.pagination .page-number.current:before,
.pagination .page-number.current:after {
    width: 60%;
}

.intro {
    transform: translateY(16vh);
    text-align: center;
}

.intro .avatar {
    padding: 10px;
}

.intro .avatar img {
    width: 128px;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0.3618em rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 0.3618em rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
}

.intro .avatar img:hover {
    position: relative;
    -webkit-transform: translateY(-0.75em);
    -moz-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
    cursor: pointer;
}

.nickname {
    font-size: 2em;
    font-weight: normal;
}


/*.dark-theme .nickname {
	font-size: 2em;
	font-weight: normal;
    
    animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}*/
@keyframes shake-it {
    0% {
        text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);
    }
    25% {
        text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
    }
    50% {
        text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);
    }
    100% {
        text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);
    }


}

.links a {
    padding: 0 5px;
}

.links a:hover {
    background-color: transparent;
}

.links .iconfont {
    font-size: 2em;
}

.post-wrap {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-top: 2rem;
}

.post-wrap .archive-item {
    margin-left: 2rem;
}

.archive-item-link {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
}

.archive-item-link:hover {
    color: #2d96bd;
    background-color: transparent;
}

.dark-theme .archive-item-link {
    color: #a9a9b3;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme .archive-item-link:hover {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.archive-item-date {
    float: right;
    text-align: right;
    color: #a9a9b3;
}

.dark-theme .archive-item-date {
    color: #87878d;
}

.post-wrap .categories-card {
    margin: 0 auto;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2.5em;
    line-height: 1.6em;
}

.post-wrap .categories-card .card-item {
    font-size: 14px;
    text-align: left;
    width: 45%;
    display: flex;
    align-items: flex-start;
    margin-top: 2em;
    min-height: 16em;
    padding: 0 2%;
    position: relative;
}

.post-wrap .categories-card .card-item .categories {
    overflow: hidden;
}

.tag-cloud-tags {
    margin: 10px 0;
    padding-top: 2em;
}

.tag-cloud-tags a {
    display: inline-block;
    position: relative;
    margin: 5px 10px;
    word-wrap: break-word;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.tag-cloud-tags a:active,
.tag-cloud-tags a:focus,
.tag-cloud-tags a:hover {
    color: #2d96bd;
    transform: scale(1.1);
}

.dark-theme .tag-cloud-tags a:active,
.dark-theme .tag-cloud-tags a:focus,
.dark-theme .tag-cloud-tags a:hover {
    color: #fff;
}

.tag-cloud-tags a small {
    margin: 0 0.3em;
    color: #a9a9b3;
}

.dark-theme .tag-cloud-tags a small {
    color: #fff;
}

.page {
    padding-top: 0;
}

.page .post-content {
    margin: 0;
    padding-top: 0;
}

.post-wrap p {
    font-size: 1em;
    margin: 1em 0 1em 0;
}

.post-wrap .post-header h1 {
    margin: 0 !important;
}

.post-wrap .post-title {
    font-size: 2em;
    line-height: 1.5em;
}

.post-wrap .post-meta {
    color: rgba(85, 85, 85, 0.529) !important;
}

.dark-theme .post-wrap .post-meta {
    color: #87878d !important;
}

.post-wrap .post-meta a {
    color: #2d96bd;
}

.dark-theme .post-wrap .post-meta a {
    color: #eee;
}

.post-wrap .post-meta a:hover {
    color: #ef3982;
}

.dark-theme .post-wrap .post-meta a:hover {
    color: #fff;
}

.post-content {
    padding-top: 2rem;
    text-align: justify;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    padding-top: 0.8em;
    padding-bottom: 0.3em;
}

.post-content h1::before {
    content: "#";
    margin-right: 5px;
    color: #2d96bd;
}

.dark-theme .post-content h1::before {
    color: #eee;
}

.post-content h2::before {
    content: "#";
    margin-right: 5px;
    color: #2d96bd;
}

.dark-theme .post-content h2::before {
    color: #eee;
}

.post-content h3::before {
    content: "|";
    margin-right: 5px;
    color: #2d96bd;
}

.dark-theme .post-content h3::before {
    color: #eee;
}

.post-content h4::before {
    content: "*";
    margin-right: 5px;
    color: #2d96bd;
}

.dark-theme .post-content h4::before {
    color: #eee;
}

.post-content a {
    color: #2d96bd;
}

.dark-theme .post-content a {
    color: #eee;
}

.post-content a:hover {
    color: #ef3982;
}

.dark-theme .post-content a:hover:hover {
    color: #fff;
    text-decoration: underline;
}

.post-content code,
.post-content pre {
    padding: 7px;
    font-size: 13px;
    font-family: Consolas, Monaco, Menlo, Consolas, monospace;
}

.post-content code {
    padding: 3px 5px;
    border-radius: 4px;
}

.post-content figure.highlight {
    margin: 1em 0;
    overflow-x: auto;
    position: relative;
}

.post-content figure.highlight::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.post-content figure.highlight::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #eee;
    border-radius: 2px;
}

.post-content figure.highlight table {
    position: relative;
}

.post-content figure.highlight table,
.post-content figure.highlight tr,
.post-content figure.highlight td {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    border-collapse: collapse;
}

.post-content figure.highlight .code pre {
    margin: 0 10px;
}

.post-content figure.highlight .gutter {
    width: 10px;
    color: #d0d0d0;
}

.post-content figure.highlight .gutter pre {
    margin: 0;
}

.post-content ul {
    padding-left: 2em;
}

.post-content table {
    max-width: 100%;
    margin: 10px 0;
    border-spacing: 0;
}

.post-content table thead {
    background: #bce1ef;
}

.dark-theme .post-content table thead {
    background: #626262;
}

.post-content table th,
.post-content table td {
    padding: 5px 15px;
    border: 0.5px solid #e8e8e8;
}

.post-content .image-caption:not(:empty) {
    min-width: 20%;
    max-width: 80%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #969696;
    line-height: 1.7;
}

.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.post-content img[data-action="zoom"] {
    cursor: zoom-in;
}

.post-content blockquote {
    font-size: 1rem;
    display: block;
    margin: 1em 0;
    padding: 1em 1.2em 1em 1.2em;
    position: relative;
    color: rgba(52, 73, 94, 0.8);
    background-color: #e9f5fa;
    border-left: 2px solid #2d96bd;
}

.post-content blockquote p {
    margin: 0;
}

.post-content blockquote footer strong {
    margin-right: 0.5em;
}

.dark-theme .post-content blockquote {
    color: #a9a9b3;
    background-color: #3e3e3e;
    border-left: 2px solid #dcdcdc;
}

.post-content blockquote.pullquote {
    background-color: transparent;
    max-width: 45%;
    border: 0;
}

.post-content blockquote.pullquote.left {
    float: left;
    text-align: left;
}

.post-content blockquote.pullquote.right {
    float: right;
    text-align: right;
}

.post-copyright {
    margin-top: 5rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.post-copyright a {
    color: #2d96bd;
}

.dark-theme .post-copyright a {
    color: #eee;
}

.post-copyright a:hover {
    color: #ef3982;
}

.dark-theme .post-copyright a:hover {
    color: #fff;
}

.post-copyright .copyright-item {
    margin: 5px 0;
}

.post-copyright .lincese {
    font-weight: bold;
}

.dark-theme .post-copyright {
    border-top: 1px solid #909196;
    border-bottom: 1px solid #909196;
}

.post-content code,
.post-content pre {
    line-height: 1.7em;
    padding: 7px;
    font-size: 13px;
    font-family: Consolas, Monaco, Menlo, Consolas, monospace;
}

.post-content code {
    line-height: 1.7em;
    padding: 3px 5px;
    border-radius: 4px;
    color: #c7254e;
    background: #f8f5ec;
}

.dark-theme .post-content code {
    color: #fffe28;
    background: #787575;
}

.post-content figure.highlight {
    margin: 1em 0;
    overflow-x: auto;
    position: relative;
}

.post-content figure.highlight::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.post-content figure.highlight::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #eee;
    border-radius: 2px;
}

.post-content figure.highlight figcaption {
    padding: 0 0.5em;
    text-align: right;
    font-size: 13px;
}

.post-content figure.highlight figcaption span {
    margin: 0 0.5em;
}

.post-content figure.highlight table {
    position: relative;
}

.post-content figure.highlight table,
.post-content figure.highlight tr,
.post-content figure.highlight td {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    border-collapse: collapse;
}

.post-content figure.highlight .code pre {
    margin: 0 10px;
}

.post-content figure.highlight .gutter {
    width: 10px;
    color: #d0d0d0;
}

.post-content figure.highlight .gutter pre {
    margin: 0;
}

.post-tags {
    padding: 1rem 0 1rem;
    display: flex;
    justify-content: space-between;
}

.post-nav:before,
.post-nav:after {
    content: " ";
    display: table;
}

.post-nav a.prev,
.post-nav a.next {
    font-weight: 600;
    font-size: 16px;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
}

.post-nav a.prev {
    float: left;
}

.post-nav a.prev::before {
    content: "<";
    margin-right: 0.5em;
}

.post-nav a.prev:hover {
    transform: translateX(-4px);
}

.post-nav a.next {
    float: right;
}

.post-nav a.next::after {
    content: ">";
    margin-left: 0.5em;
}

.post-nav a.next:hover {
    transform: translateX(4px);
}

.post-nav a.prev::before,
.post-nav a.next::after {
    font-weight: bold;
}

.tag:not(:last-child) a::after {
    content: " / ";
}

.post-toc {
    position: fixed;
    top: 95px;
    right: 2em;
    width: 15rem;
    font-size: 0.75rem;
}

.post-toc .tocbot-list {
    max-height: 450px;
    max-width: 250px;
    overflow: auto;
    position: relative;
    padding-right: 0.875rem;
}

.post-toc .tocbot-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.post-toc .tocbot-list::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #eee;
    border-radius: 2px;
}

.post-toc .tocbot-list ul {
    list-style: none;
    position: inherit;
    overflow: hidden;
}

.post-toc .tocbot-list ul li {
    margin-left: 0.25rem;
}

.post-toc .toc-link::before {
    background-color: #fff;
}

.post-toc .is-active-link::before {
    background-color: #2d96bd;
}

.post-toc .tocbot-list-menu {
    margin: 1rem 0.75rem;
    font-size: 0.75rem;
}

.post-toc .tocbot-list-menu a {
    display: block;
    margin: 0.375rem 0;
    color: #999;
    cursor: pointer;
}

.post-toc .tocbot-list-menu a:hover {
    color: #808080;
}

.toc {
    overflow-y: auto
}

.toc > .toc-list {
    overflow: hidden;
    position: relative
}

.toc > .toc-list li {
    list-style: none
}

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

a.toc-link {
    color: currentColor;
    height: 100%
}

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

.is-collapsed {
    max-height: 0
}

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

.is-active-link {
    font-weight: 700
}

.toc-link::before {
    background-color: #EEE;
    content: ' ';
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link::before {
    background-color: #54BC4B
}

@media screen and (max-width: 479px) {
    .main {
        padding-top: 0pt;
    }

    .navbar {
        display: none;
    }

    .navbar-mobile {
        display: block !important;
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: all 0.6s ease 0s;
    }

    .navbar-mobile .container {
        padding: 0;
        margin: 0;
        line-height: 5.5em;
        background: #fff;
    }

    .navbar-mobile .container .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 1em;
        padding-left: 1em;
        box-sizing: border-box;
        position: relative;
    }

    .navbar-mobile .container .navbar-header .menu-toggle {
        cursor: pointer;
        line-height: 5.5em;
        padding: auto 2em;
    }

    .navbar-mobile .container .navbar-header .menu-toggle span {
        display: block;
        background: #000;
        width: 36px;
        height: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -moz-transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
    }

    .dark-theme .navbar-mobile .container .navbar-header .menu-toggle span {
        background: #a9a9b3;
    }

    .navbar-mobile .container .navbar-header .menu-toggle span:nth-child(1) {
        margin-bottom: 8px;
    }

    .navbar-mobile .container .navbar-header .menu-toggle span:nth-child(3) {
        margin-top: 8px;
    }

    .navbar-mobile .container .navbar-header .menu-toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -moz-transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
    }

    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(1) {
        -moz-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-mobile .container .navbar-header .menu-toggle.active span:nth-child(3) {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }

    .navbar-mobile .container .menu {
        text-align: center;
        background: #fff;
        border-top: 1px solid #000;
        padding-top: 1em;
        padding-bottom: 1em;
        display: none;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .navbar-mobile .container .menu a {
        display: inline-block;
        margin: 0 1em;
        line-height: 2.5em;
    }

    .navbar-mobile .container .menu.active {
        display: block;
        white-space: nowrap;
        box-sizing: border-box;
        overflow-x: auto;
    }

    .dark-theme .navbar-mobile .container .menu {
        background: #292a2d;
        border-top: 2px solid #87878d;
    }

    .dark-theme .navbar-mobile .container {
        background: #292a2d !important;
    }

    .archive {
        width: 90%;
    }

    .archive .archive-item .archive-item-date {
        display: none;
    }

    #dynamic-to-top {
        display: none !important;
    }

    .footer {
        height:0px;
        width: 100%;
        font-size: 12px;
        text-align: center;
        line-height: 1.5rem;
        padding-top: 2em;
        margin-bottom: 45px;
    }

    .post-warp {
        padding-top: 6em;
    }

    .post-warp .archive-item-date {
        display: none;
    }

    .categories .categories-card .card-item {
        width: 100%;
        display: flex;
        min-height: 0;
    }

    .categories .categories-card .card-item .categories {
        overflow: hidden;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-mobile {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-mobile {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    .post-toc {
        display: none;
    }
}

.post-content figure.highlight {
    margin: 2em 0;
    background: #f7f7f7;
    color: #4d4d4c;
    font-size: 12px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: auto;
}

.post-content figure.highlight .gutter {
    color: $ hight-gutter;
}

.post-content figure.highlight pre {
    background: #f7f7f7;
    margin: 0;
}

.post-content code {
    padding: 2px 4px;
    background: #f7f7f7;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    font-size: 12px;
}

.post-content pre {
    padding: 10px;
    overflow: auto;
    background: #f7f7f7;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

.post-content pre code {
    padding: 0;
}

.post-content pre .deletion {
    background: #fdd;
}

.post-content pre .addition {
    background: #dfd;
}

.post-content pre .meta {
    color: #8959a8;
}

.post-content pre .comment {
    color: #8e908c;
}

.post-content pre .variable,
.post-content pre .attribute,
.post-content pre .tag,
.post-content pre .regexp,
.post-content pre .ruby .constant,
.post-content pre .xml .tag .title,
.post-content pre .xml .pi,
.post-content pre .xml .doctype,
.post-content pre .html .doctype,
.post-content pre .css .id,
.post-content pre .css .class,
.post-content pre .css .pseudo {
    color: #c82829;
}

.post-content pre .number,
.post-content pre .preprocessor,
.post-content pre .built_in,
.post-content pre .literal,
.post-content pre .params,
.post-content pre .constant,
.post-content pre .command {
    color: #f5871f;
}

.post-content pre .ruby .class .title,
.post-content pre .css .rules .attribute,
.post-content pre .string,
.post-content pre .value,
.post-content pre .inheritance,
.post-content pre .header,
.post-content pre .ruby .symbol,
.post-content pre .xml .cdata,
.post-content pre .special,
.post-content pre .number,
.post-content pre .formula {
    color: #718c00;
}

.post-content pre .title,
.post-content pre .css .hexcolor {
    color: #3e999f;
}

.post-content pre .function,
.post-content pre .python .decorator,
.post-content pre .python .title,
.post-content pre .ruby .function .title,
.post-content pre .ruby .title .keyword,
.post-content pre .perl .sub,
.post-content pre .javascript .title,
.post-content pre .coffeescript .title {
    color: #4271ae;
}

.post-content pre .keyword,
.post-content pre .javascript .function {
    color: #8959a8;
}

.menu.navbar-right {
    text-align: center;
}

.navbar-header.header-logo {
    margin-top: 20px;

}

@font-face {
    font-family: aplayer-fontello;
    src: url(../font/aplayer-fontello.eot?72550380);
    src: url(../font/aplayer-fontello.eot?72550380#iefix) format("embedded-opentype"),
    url(../font/aplayer-fontello.woff?72550380) format("woff"),
    url(../font/aplayer-fontello.ttf?72550380) format("truetype"),
    url(../font/aplayer-fontello.svg?72550380#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.aplayer-narrow {
    width: 66px
}

.aplayer-narrow .aplayer-info {
    display: none
}

.aplayer-withlrc.aplayer-narrow {
    width: 106px
}

.aplayer-withlrc.aplayer
    /*.aplayer-pic{height:106px;width:106px}*/
aplayer-withlrc.aplayer .aplayer-info {
    margin-left: 106px;
    height: 106px
}

.aplayer-withlrc.aplayer .aplayer-lrc {
    display: block
}

/*.aplayer{
font-family: Arial,Helvetica,sans-serif;
margin: 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
-webkit-border-radius: 2px;
border-radius: 10px;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #FBFBFB;
}*/
.aplayer [class*=" aplayer-icon-"]:before,
.aplayer [class^=aplayer-icon-]:before {
    font-family: aplayer-fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit; /*width:1em;*/
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.aplayer .aplayer-lrc-content, .aplayer .aplayer-pic .aplayer-hide {
    display: none
}

.aplayer .aplayer-icon-weibo:before {
    content: '\e805'
}

.aplayer .aplayer-icon-play:before {
    content: '\e806'
}

.aplayer .aplayer-icon-pause:before {
    content: '\e807'
}

.aplayer .aplayer-icon-to-start:before {
    content: '\e808'
}

.aplayer .aplayer-icon-to-end:before {
    content: '\e809'
}

.aplayer .aplayer-icon-list:before {
    content: '\e80a'
}

.aplayer .aplayer-icon-menu:before {
    content: '\e80b'
}

.aplayer .aplayer-icon-volume-off:before {
    content: '\e800'
}

.aplayer .aplayer-icon-volume-down:before {
    content: '\e801'
}

.aplayer .aplayer-icon-volume-up:before {
    content: '\e802'
}

.aplayer span {
    cursor: default !important
}

.aplayer .aplayer-pic {
    position: relative;
    height: 25px;
    width: 66px;
    overflow: hidden;
}

.aplayer .aplayer-pic img {
    height: 100%;
    width: 100%;
    visibility: hidden;
    border-radius: 10px 10px 10px 10px;
}

.aplayer .aplayer-pic .aplayer-button {
    position: absolute; /*color:#fff;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2) /*;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);background:rgba(0,0,0,0)*/
}

.aplayer .aplayer-pic .aplayer-button:hover {
    opacity: 1
}

.aplayer .aplayer-pic .aplayer-play {
    width: 50%;
    height: 50%;
    border: 2px;
    top: 10px;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.aplayer .aplayer-pic .aplayer-play .aplayer-icon-play { /*position:absolute;top:1px;left:4px;*/
    font-size: 20px;
    line-height: 23px
}

.aplayer .aplayer-pic .aplayer-pause {
    width: 50%;
    height: 50%;
    border: 2px;
    top: 10px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position:absolute;
}

.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause { /*position:absolute;top:1px;left:2px;*/
    font-size: 20px;
    line-height: 23px
}

/*.aplayer .aplayer-pic .aplayer-pause{width:16px;height:16px;border:2px solid #fff;bottom:4px;right:4px}
.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause{position:absolute;top:1px;left:2px;font-size:12px;line-height:14px}*/
.aplayer .aplayer-info { /*margin-left:106px;padding:14px 7px 0 10px;*/
    height: 66px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.aplayer .aplayer-info .aplayer-music {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 17px
}

.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 14px
}

.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 12px;
    color: #666
}

.aplayer .aplayer-info .aplayer-controller {
    position: relative
}

.aplayer .aplayer-info .aplayer-controller
.aplayer-bar-wrap {
    margin: 0 0 5px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    position: relative;
    height: 2px;
    width: 100%;
    background: #cdcdcd;
    cursor: pointer !important
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #aaa;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0 /*;background:#87878d8a*/;
    height: 2px
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: -4px;
    margin-right: -10px;
    height: 8px;
    width: 8px;
    border: 1px solid #ff7f40a6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer !important
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb:hover {
    background: #b7daff
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time { /*position:absolute;*/
    right: 0;
    bottom: -5px;
    height: 17px;
    color: #999;
    font-size: 11px
}

/*.aplayer .aplayer-info .aplayer-controller .aplayer-time i{color:#6660;font-size:15px}*/
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap {
    visibility: hidden /*display:inline-block;margin-left:7px;cursor:pointer!important*/
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap {
    display: block
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
    display: none;
    position: absolute;
    bottom: 17px;
    right: -5px;
    width: 25px;
    height: 40px;
    z-index: 99
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    position: absolute;
    bottom: 0;
    right: 10px; /*width:5px;height:35px;*/
    background: #aaa0
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    position: absolute;
    bottom: 0;
    right: 0 /*;width:5px*/;
    background: #87878d8a
}

.aplayer .aplayer-lrc {
    display: none;
    position: relative;
    height: 40px;
    background: #fff0;
    text-align: center;
    overflow: hidden;
    margin: -10px 0 10px
}

.aplayer .aplayer-lrc:after, .aplayer .aplayer-lrc:before {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    content: ' ';
    width: 100%
}

/*.aplayer .aplayer-lrc:before{top:0;height:10%;background:-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,left bottom,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 )}*/
/*.aplayer .aplayer-lrc:after{bottom:0;height:33%;background:-webkit-linear-gradient(bottom,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 )}*/
.aplayer .aplayer-lrc p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding: 0;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .4
}

.aplayer .aplayer-lrc p.aplayer-lrc-current {
    opacity: 1
}

.aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.dark-theme .stars {
    z-index: -1;
    position: fixed;
    top: -200px;
    /* left: 0; */
    right: -200px;
    width: calc(100vw + 200px);
    height: 0;
    transform: rotate(-35deg);
}

.dark-theme .star {
    opacity: 0;
    --star-color: #ff7f40;
    --star-tail-length: 6em;
    --star-tail-height: 2px;
    --star-width: calc(var(--star-tail-length) / 6);
    --fall-duration: 9s;
    --tail-fade-duration: var(--fall-duration);
    position: absolute;
    top: var(--top-offset);
    left: 0;
    width: var(--star-tail-length);
    height: var(--star-tail-height);
    color: #ff7f40;
    background: linear-gradient(45deg, currentColor, transparent);
    border-radius: 50%;
    filter: drop-shadow(0 0 6px currentColor);
    transform: translate3d(104em, 0, 0);
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite,
    tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}

@media screen and (max-width: 750px) {
    .dark-theme .star {
        animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
    }
}

@keyframes fall {
    to {
        transform: translate3d(-30em, 0, 0);
    }
}

@keyframes tail-fade {
    0% {
        width: 0;
        opacity: 0.3;
    }

    30% {
        width: var(--star-tail-length);
        opacity: 0.6;
    }

    50%{
        width: var(--star-tail-length);
        opacity: 1;
    }

    70% {
        width: var(--star-tail-length);
        opacity: 0.6;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0.6;
    }
}

.dark-theme .star:nth-child(1) {
    --star-tail-length: 6.07em;
    --top-offset: 18.71vh;
    --fall-duration: 6.295s;
    --fall-delay: 8.613s;
}

.dark-theme .star:nth-child(2) {
    --star-tail-length: 5.87em;
    --top-offset: 91.61vh;
    --fall-duration: 6.744s;
    --fall-delay: 5.299s;
}

.dark-theme .star:nth-child(3) {
    --star-tail-length: 7.01em;
    --top-offset: 66.77vh;
    --fall-duration: 7.356s;
    --fall-delay: 8.793s;
}

.dark-theme .star:nth-child(4) {
    --star-tail-length: 5.54em;
    --top-offset: 3.44vh;
    --fall-duration: 11.193s;
    --fall-delay: 7.602s;
}

.dark-theme .star:nth-child(5) {
    --star-tail-length: 7.37em;
    --top-offset: 30.74vh;
    --fall-duration: 7.323s;
    --fall-delay: 5.879s;
}

.dark-theme .star:nth-child(6) {
    --star-tail-length: 5.74em;
    --top-offset: 96.44vh;
    --fall-duration: 6.375s;
    --fall-delay: 6.784s;
}

.dark-theme .star:nth-child(7) {
    --star-tail-length: 6.75em;
    --top-offset: 53.58vh;
    --fall-duration: 11.154s;
    --fall-delay: 2.304s;
}

.dark-theme .star:nth-child(8) {
    --star-tail-length: 6.93em;
    --top-offset: 45.4vh;
    --fall-duration: 9.916s;
    --fall-delay: 1.499s;
}

.dark-theme .star:nth-child(9) {
    --star-tail-length: 6.79em;
    --top-offset: 4.57vh;
    --fall-duration: 6.47s;
    --fall-delay: 3.746s;
}

.dark-theme .star:nth-child(10) {
    --star-tail-length: 7.16em;
    --top-offset: 87.24vh;
    --fall-duration: 10.807s;
    --fall-delay: 3.084s;
}

.dark-theme .star:nth-child(11) {
    --star-tail-length: 5.29em;
    --top-offset: 16.51vh;
    --fall-duration: 8.055s;
    --fall-delay: 1.882s;
}

.dark-theme .star:nth-child(12) {
    --star-tail-length: 5.48em;
    --top-offset: 88.17vh;
    --fall-duration: 6.439s;
    --fall-delay: 4.72s;
}

.dark-theme .star:nth-child(13) {
    --star-tail-length: 5.42em;
    --top-offset: 99.99vh;
    --fall-duration: 10.565s;
    --fall-delay: 9.969s;
}

.dark-theme .star:nth-child(14) {
    --star-tail-length: 6.45em;
    --top-offset: 66.41vh;
    --fall-duration: 6.242s;
    --fall-delay: 4.135s;
}

.dark-theme .star:nth-child(15) {
    --star-tail-length: 6.1em;
    --top-offset: 33.08vh;
    --fall-duration: 9.203s;
    --fall-delay: 5.222s;
}

.dark-theme .star:nth-child(16) {
    --star-tail-length: 5.31em;
    --top-offset: 71.71vh;
    --fall-duration: 8.738s;
    --fall-delay: 0.224s;
}

.dark-theme .star:nth-child(17) {
    --star-tail-length: 5.18em;
    --top-offset: 96.06vh;
    --fall-duration: 11.629s;
    --fall-delay: 4.021s;
}

.dark-theme .star:nth-child(18) {
    --star-tail-length: 6.82em;
    --top-offset: 79.65vh;
    --fall-duration: 6.07s;
    --fall-delay: 0.699s;
}

.dark-theme .star:nth-child(19) {
    --star-tail-length: 7.45em;
    --top-offset: 50.02vh;
    --fall-duration: 9.895s;
    --fall-delay: 5.542s;
}

.dark-theme .star:nth-child(20) {
    --star-tail-length: 5.29em;
    --top-offset: 81.84vh;
    --fall-duration: 6.928s;
    --fall-delay: 2.042s;
}

.dark-theme .star:nth-child(21) {
    --star-tail-length: 5.99em;
    --top-offset: 42.27vh;
    --fall-duration: 7.946s;
    --fall-delay: 4.317s;
}

.dark-theme .star:nth-child(22) {
    --star-tail-length: 6.49em;
    --top-offset: 0.55vh;
    --fall-duration: 10.794s;
    --fall-delay: 9.025s;
}

.dark-theme .star:nth-child(23) {
    --star-tail-length: 6.42em;
    --top-offset: 42vh;
    --fall-duration: 8.135s;
    --fall-delay: 6.336s;
}

.dark-theme .star:nth-child(24) {
    --star-tail-length: 5.07em;
    --top-offset: 56.93vh;
    --fall-duration: 11.157s;
    --fall-delay: 2.912s;
}

.dark-theme .star:nth-child(25) {
    --star-tail-length: 6.56em;
    --top-offset: 65.69vh;
    --fall-duration: 9.641s;
    --fall-delay: 0.982s;
}

.dark-theme .star:nth-child(26) {
    --star-tail-length: 6.5em;
    --top-offset: 80.77vh;
    --fall-duration: 6.756s;
    --fall-delay: 5.443s;
}

.dark-theme .star:nth-child(27) {
    --star-tail-length: 6.01em;
    --top-offset: 30.77vh;
    --fall-duration: 7.305s;
    --fall-delay: 8.435s;
}

.dark-theme .star:nth-child(28) {
    --star-tail-length: 6.74em;
    --top-offset: 57.09vh;
    --fall-duration: 10.082s;
    --fall-delay: 9.389s;
}

.dark-theme .star:nth-child(29) {
    --star-tail-length: 6.09em;
    --top-offset: 65.11vh;
    --fall-duration: 6.587s;
    --fall-delay: 6.4s;
}

.dark-theme .star:nth-child(30) {
    --star-tail-length: 7.49em;
    --top-offset: 92.88vh;
    --fall-duration: 10.762s;
    --fall-delay: 2.241s;
}

.dark-theme .star:nth-child(31) {
    --star-tail-length: 5.77em;
    --top-offset: 97.66vh;
    --fall-duration: 10.42s;
    --fall-delay: 4.185s;
}

.dark-theme .star:nth-child(32) {
    --star-tail-length: 7.1em;
    --top-offset: 48.23vh;
    --fall-duration: 9.418s;
    --fall-delay: 0.79s;
}

.dark-theme .star:nth-child(33) {
    --star-tail-length: 5.06em;
    --top-offset: 70.09vh;
    --fall-duration: 6.436s;
    --fall-delay: 2.047s;
}

.dark-theme .star:nth-child(34) {
    --star-tail-length: 5.35em;
    --top-offset: 47.6vh;
    --fall-duration: 8.384s;
    --fall-delay: 4.431s;
}

.dark-theme .star:nth-child(35) {
    --star-tail-length: 6.5em;
    --top-offset: 35.5vh;
    --fall-duration: 9.579s;
    --fall-delay: 2.685s;
}

.dark-theme .star:nth-child(36) {
    --star-tail-length: 5.31em;
    --top-offset: 78.83vh;
    --fall-duration: 10.381s;
    --fall-delay: 0.631s;
}

.dark-theme .star:nth-child(37) {
    --star-tail-length: 7.45em;
    --top-offset: 75.7vh;
    --fall-duration: 6.924s;
    --fall-delay: 6.499s;
}

.dark-theme .star:nth-child(38) {
    --star-tail-length: 6.71em;
    --top-offset: 50.78vh;
    --fall-duration: 8.385s;
    --fall-delay: 6.098s;
}

.dark-theme .star:nth-child(39) {
    --star-tail-length: 5.03em;
    --top-offset: 36.46vh;
    --fall-duration: 9.385s;
    --fall-delay: 6.252s;
}

.dark-theme .star:nth-child(40) {
    --star-tail-length: 5.58em;
    --top-offset: 86.88vh;
    --fall-duration: 7.07s;
    --fall-delay: 0.626s;
}

.dark-theme .star:nth-child(41) {
    --star-tail-length: 5.75em;
    --top-offset: 16.67vh;
    --fall-duration: 8.02s;
    --fall-delay: 1.497s;
}

.dark-theme .star:nth-child(42) {
    --star-tail-length: 7.08em;
    --top-offset: 56.93vh;
    --fall-duration: 9.208s;
    --fall-delay: 5.358s;
}

.dark-theme .star:nth-child(43) {
    --star-tail-length: 5.6em;
    --top-offset: 73.67vh;
    --fall-duration: 6.207s;
    --fall-delay: 3.243s;
}

.dark-theme .star:nth-child(44) {
    --star-tail-length: 5.45em;
    --top-offset: 25.2vh;
    --fall-duration: 10.599s;
    --fall-delay: 8.583s;
}

.dark-theme .star:nth-child(45) {
    --star-tail-length: 7.14em;
    --top-offset: 56.77vh;
    --fall-duration: 11.523s;
    --fall-delay: 9.923s;
}

.dark-theme .star:nth-child(46) {
    --star-tail-length: 5.22em;
    --top-offset: 10.01vh;
    --fall-duration: 8.072s;
    --fall-delay: 0.293s;
}

.dark-theme .star:nth-child(47) {
    --star-tail-length: 7.44em;
    --top-offset: 87.25vh;
    --fall-duration: 9.226s;
    --fall-delay: 2.065s;
}

.dark-theme .star:nth-child(48) {
    --star-tail-length: 7.43em;
    --top-offset: 68.32vh;
    --fall-duration: 11.421s;
    --fall-delay: 7.182s;
}

.dark-theme .star:nth-child(49) {
    --star-tail-length: 5.68em;
    --top-offset: 56.42vh;
    --fall-duration: 9.508s;
    --fall-delay: 7.669s;
}

.dark-theme .star:nth-child(50) {
    --star-tail-length: 5.37em;
    --top-offset: 93.45vh;
    --fall-duration: 10.222s;
    --fall-delay: 4.175s;
}

.dark-theme .star::before,
.dark-theme .star::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(var(--star-width) / -2);
    width: var(--star-width);
    height: 100%;
    background: linear-gradient(45deg, transparent, currentColor, transparent);
    border-radius: inherit;
    animation: blink 2s linear infinite;
}

.dark-theme .star::before {
    transform: rotate(45deg);
}

.dark-theme .star::after {
    transform: rotate(-45deg);
}

.list, .list li, .list-left li {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.tr3 {
    transition: all .3s;
}

#DonateText {
    position: fixed;
    font-size: 12px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #ffd886 url(https://cdn.jsdelivr.net/gh/nuoxianCN/cdn@1.0.4/pay/images/like.svg) no-repeat center 10px;
    background-size: 20px;
    border-radius: 35px;
    text-align: center;
    left: calc(50% - 120px);
    top: calc(50% - 60px);
    z-index: -1;
    transform: rotatez(-15deg);
}

#donateBox {
    left: calc(50% - 150px);
    top: calc(50% - 15px);
    /*background-color: #fff;
    border: 1px solid #ddd;*/
    border-radius: 6px;
    width: 300px;
    height: 28px;

    z-index: 1;
}

#donateBox li {
    width: 100px;
    float: left;
    text-align: center;
    /*	border-left: 1px solid #ddd;*/
    background: no-repeat center center;
    /*	background-color: rgba(204, 217, 220,0.1);*/
    background-size: 45px;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    line-height: 600px;
    height: 28px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.dark-theme #donateBox li {
    /*	background-color: rgba(204, 217, 220,0.3);*/
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;

}

#donateBox li:hover {
    /*	background-color: rgba(204, 217, 220,0.3);*/
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

#donateBox > li:first-child {
    border-width: 0;
}

#donateBox a {
    display: block;
}

#donateBox #QQ {
    background-image: url(../img/qq.svg);
}

#donateBox #AliPay {
    background-image: url(../img/alipay.svg);
}

#donateBox #WeChat {
    background-image: url(../img/wechat.svg);
}

.dark-theme #donateBox #QQ {
    background-image: url(../img/qq1.svg);
}

.dark-theme #donateBox #AliPay {
    background-image: url(../img/alipay1.svg);
}

.dark-theme #donateBox #WeChat {
    background-image: url(../img/wechat1.svg);
}

#QRBox {
    top: 0;
    left: 0;
    z-index: 1;
    /*	background-color: rgba(255,255,255,0.3);*/
    display: none;
    perspective: 400px;
}

#MainBox {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    background: #fff no-repeat center center;
    background-size: 190px;
    border-radius: 6px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 1s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    overflow: hidden;
}

#github {
    width: 24px;
    height: 24px;
    left: calc(50% + 135px);
    top: calc(50% - 30px);
    background: no-repeat center center url(https://cdn.jsdelivr.net/gh/nuoxianCN/cdn@1.0.4/pay/images/github.svg);
    background-size: contain;
    opacity: 0.3;
    transform: rotatez(15deg);
}

[data-footnote] {
    position: relative;
    overflow: hidden;
}

[data-footnote]:hover {
    overflow: visible;
}

[data-footnote]::before, [data-footnote]::after {
    position: absolute;
    transition: all .3s;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    left: 37px;
    z-index: 10;
}

[data-footnote]::before {
    content: attr(data-footnote);
    border-radius: 6px;
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
    top: -24px;
    left: 37px;
}

[data-footnote]::after {
    content: '';
    border: 5px solid #333;
    border-color: rgba(100, 100, 100, 0.8) transparent transparent transparent;
    top: 0;
    left: 37px;
}

[data-footnote]:hover::before, [data-footnote]:hover::after {
    opacity: 1;
}

[data-footnote]:hover::before, [data-footnote]:hover::after {
    transform: translate3d(-50%, -7px, 0);
}

#MainBox.showQR {
    opacity: 1;
    animation-name: showQR;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: showQR 3s ease-in-out 0s 1 normal forwards;
}

@keyframes showQR {
    from {
        transform: rotateX(90deg);
    }
    8% {
        opacity: 1;
        transform: rotateX(-60deg);
    }
    18% {
        opacity: 1;
        transform: rotateX(40deg);
    }
    34% {
        opacity: 1;
        transform: rotateX(-28deg);
    }
    44% {
        opacity: 1;
        transform: rotateX(18deg);
    }
    58% {
        opacity: 1;
        transform: rotateX(-12deg);
    }
    72% {
        opacity: 1;
        transform: rotateX(9deg);
    }
    88% {
        opacity: 1;
        transform: rotateX(-5deg);
    }
    96% {
        opacity: 1;
        transform: rotateX(2deg);
    }
    to {
        opacity: 1;
    }
}

#MainBox.hideQR {
    opacity: 1;
    animation-name: hideQR;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: hideQR 0.5s ease-in-out 0s 1 normal forwards;
}

@keyframes hideQR {
    from {
    }
    20%, 50% {
        transform: scale(1.08, 1.08);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: rotateZ(40deg) scale(0.6, 0.6);
    }
}