html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

::selection {
    background: #262a30;
    color: #fff
}

body {
    position: relative;
    font-family: "Microsoft JhengHei", Verdana, sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background: #fff
}

@media (max-width: 767px) {
    body {
        padding-right: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-right: 0 !important
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 16px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.5;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif
}

h2, h3, h4, h5, h6 {
    margin: 20px 0 15px
}

h1 {
    font-size: 24px
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px
    }
}

h2 {
    font-size: 22px
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px
    }
}

h3 {
    font-size: 20px
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px
    }
}

h4 {
    font-size: 18px
}

@media (max-width: 767px) {
    h4 {
        font-size: 14px
    }
}

h5 {
    font-size: 16px
}

@media (max-width: 767px) {
    h5 {
        font-size: 12px
    }
}

h6 {
    font-size: 14px
}

@media (max-width: 767px) {
    h6 {
        font-size: 10px
    }
}

p {
    margin: 0 0 20px 0
}

a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #999;
    word-wrap: break-word
}

a:hover {
    color: #222;
    border-bottom-color: #222
}

blockquote {
    margin: 0;
    padding: 0
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto
}

hr {
    margin: 40px 0;
    height: 3px;
    border: none;
    background-color: #ddd;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8px)
}

blockquote {
    padding: 0 15px;
    color: #666;
    border-left: 4px solid #ddd
}

blockquote cite::before {
    content: "-";
    padding: 0 5px
}

dt {
    font-weight: 700
}

dd {
    margin: 0;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pullquote {
    width: 45%
}

.pullquote.left {
    float: left;
    margin-left: 5px;
    margin-right: 10px
}

.pullquote.right {
    float: right;
    margin-left: 10px;
    margin-right: 5px
}

.affix.affix.affix {
    position: fixed
}

.translation {
    margin-top: -20px;
    font-size: 14px;
    color: #999
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.use-motion .motion-element {
    opacity: 0
}

table {
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-size: 14px;
    table-layout: fixed;
    word-wrap: break-all
}

table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

table > tbody > tr:hover {
    background-color: #f5f5f5
}

caption, td, th {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400
}

td, th {
    border-bottom: 3px solid #ddd;
    border-right: 1px solid #eee
}

th {
    padding-bottom: 10px;
    font-weight: 700
}

td {
    border-bottom-width: 1px
}

body, html {
    height: 100%
}

.container {
    position: relative;
    min-height: 100%
}

.header-inner {
    margin: 0 auto;
    padding: 100px 0 70px;
    width: 800px
}

@media (min-width: 1600px) {
    .container .header-inner {
        width: 1000px
    }
}

.main {
    padding-bottom: 150px
}

.main-inner {
    margin: 0 auto;
    width: 800px
}

@media (min-width: 1600px) {
    .container .main-inner {
        width: 1000px
    }
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 50px
}

.footer-inner {
    box-sizing: border-box;
    margin: 20px auto;
    width: 800px
}

@media (min-width: 1600px) {
    .container .footer-inner {
        width: 1000px
    }
}

.highlight, pre {
    overflow: auto;
    margin: 20px 0;
    padding: 0;
    font-size: 13px;
    color: #4d4d4c;
    background: #f7f7f7;
    line-height: 1.6
}

code, pre {
    font-family: "Input Mono", "PT Mono", Consolas, Monaco, Menlo, monospace
}

code {
    padding: 2px 4px;
    word-wrap: break-word;
    color: #555;
    background: #eee;
    border-radius: 3px;
    font-size: 13px
}

pre code {
    padding: 0;
    color: #4d4d4c;
    /*background: 0 0;*/
    text-shadow: none
}

.highlight {
    border-radius: 1px
}

.highlight pre {
    border: none;
    margin: 0;
    padding: 10px 0
}

.highlight table {
    margin: 0;
    width: auto;
    border: none
}

.highlight td {
    border: none;
    padding: 0
}

.highlight figcaption {
    font-size: 1em;
    color: #4d4d4c;
    line-height: 1em;
    margin-bottom: 1em
}

.highlight figcaption:after, .highlight figcaption:before {
    content: " ";
    display: table
}

.highlight figcaption:after {
    clear: both
}

.highlight figcaption a {
    float: right;
    color: #4d4d4c
}

.highlight figcaption a:hover {
    border-bottom-color: #4d4d4c
}

.highlight .gutter pre {
    padding-left: 10px;
    padding-right: 10px;
    color: #869194;
    text-align: right;
    background-color: #eff2f3
}

.highlight .code pre {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7
}

.highlight .line {
    height: 20px
}

.gutter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gist table {
    width: auto
}

.gist table td {
    border: none
}

pre .deletion {
    background: #fdd
}

pre .addition {
    background: #dfd
}

pre .meta {
    color: #8959a8
}

pre .comment {
    color: #8e908c
}

pre .attribute, pre .css .class, pre .css .id, pre .css .pseudo, pre .html .doctype, pre .regexp, pre .ruby .constant, pre .tag, pre .variable, pre .xml .doctype, pre .xml .pi, pre .xml .tag .title {
    color: #c82829
}

pre .built_in, pre .command, pre .constant, pre .literal, pre .number, pre .params, pre .preprocessor {
    color: #f5871f
}

pre .css .rules .attribute, pre .formula, pre .header, pre .inheritance, pre .number, pre .ruby .class .title, pre .ruby .symbol, pre .special, pre .string, pre .value, pre .xml .cdata {
    color: #718c00
}

pre .css .hexcolor, pre .title {
    color: #3e999f
}

pre .coffeescript .title, pre .function, pre .javascript .title, pre .perl .sub, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword {
    color: #4271ae
}

pre .javascript .function, pre .keyword {
    color: #8959a8
}

.full-image.full-image.full-image {
    border: none;
    max-width: 100%;
    width: auto;
    margin: 20px auto
}

@media (min-width: 992px) {
    .full-image.full-image.full-image {
        max-width: none;
        width: 110%;
        margin: 25px -5%
    }
}

.blockquote-center, .page-home .post-type-quote blockquote, .page-post-detail .post-type-quote blockquote {
    position: relative;
    margin: 40px 0;
    padding: 0;
    border-left: none;
    text-align: center
}

.blockquote-center::after, .blockquote-center::before, .page-home .post-type-quote blockquote::after, .page-home .post-type-quote blockquote::before, .page-post-detail .post-type-quote blockquote::after, .page-post-detail .post-type-quote blockquote::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 24px;
    opacity: .2;
    background-repeat: no-repeat;
    background-position: 0 -6px;
    background-size: 22px 22px
}

.blockquote-center::before, .page-home .post-type-quote blockquote::before, .page-post-detail .post-type-quote blockquote::before {
    top: -20px;
    background-image: url(../images/quote-l.svg);
    border-top: 1px solid #ccc
}

.blockquote-center::after, .page-home .post-type-quote blockquote::after, .page-post-detail .post-type-quote blockquote::after {
    bottom: -20px;
    background-image: url(../images/quote-r.svg);
    border-bottom: 1px solid #ccc;
    background-position: 100% 8px
}

.blockquote-center div, .blockquote-center p, .page-home .post-type-quote blockquote div, .page-home .post-type-quote blockquote p, .page-post-detail .post-type-quote blockquote div, .page-post-detail .post-type-quote blockquote p {
    text-align: center
}

.post .post-body .group-picture img {
    box-sizing: border-box;
    padding: 0 3px;
    border: none
}

.post .group-picture-row {
    overflow: hidden;
    margin-top: 6px
}

.post .group-picture-row:first-child {
    margin-top: 0
}

.post .group-picture-column {
    float: left
}

.page-post-detail .post-body .group-picture-column {
    float: none;
    margin-top: 10px;
    width: auto !important
}

.page-post-detail .post-body .group-picture-column img {
    margin: 0 auto
}

.page-archive .group-picture-container {
    overflow: hidden
}

.page-archive .group-picture-row {
    float: left
}

.page-archive .group-picture-row:first-child {
    margin-top: 6px
}

.page-archive .group-picture-column {
    max-width: 150px;
    max-height: 150px
}

.post-body .note {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.post-body .note h2, .post-body .note h3, .post-body .note h4, .post-body .note h5, .post-body .note h6 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: initial;
    padding-top: 0 !important
}

.post-body .note blockquote:first-child, .post-body .note ol:first-child, .post-body .note p:first-child, .post-body .note pre:first-child, .post-body .note table:first-child, .post-body .note ul:first-child {
    margin-top: 0
}

.post-body .note blockquote:last-child, .post-body .note ol:last-child, .post-body .note p:last-child, .post-body .note pre:last-child, .post-body .note table:last-child, .post-body .note ul:last-child {
    margin-bottom: 0
}

.post-body .note.default {
    border-left-color: #777
}

.post-body .note.default h2, .post-body .note.default h3, .post-body .note.default h4, .post-body .note.default h5, .post-body .note.default h6 {
    color: #777
}

.post-body .note.primary {
    border-left-color: #6f42c1
}

.post-body .note.primary h2, .post-body .note.primary h3, .post-body .note.primary h4, .post-body .note.primary h5, .post-body .note.primary h6 {
    color: #6f42c1
}

.post-body .note.info {
    border-left-color: #428bca
}

.post-body .note.info h2, .post-body .note.info h3, .post-body .note.info h4, .post-body .note.info h5, .post-body .note.info h6 {
    color: #428bca
}

.post-body .note.success {
    border-left-color: #5cb85c
}

.post-body .note.success h2, .post-body .note.success h3, .post-body .note.success h4, .post-body .note.success h5, .post-body .note.success h6 {
    color: #5cb85c
}

.post-body .note.warning {
    border-left-color: #f0ad4e
}

.post-body .note.warning h2, .post-body .note.warning h3, .post-body .note.warning h4, .post-body .note.warning h5, .post-body .note.warning h6 {
    color: #f0ad4e
}

.post-body .note.danger {
    border-left-color: #d9534f
}

.post-body .note.danger h2, .post-body .note.danger h3, .post-body .note.danger h4, .post-body .note.danger h5, .post-body .note.danger h6 {
    color: #d9534f
}

.post-body .label {
    display: inline;
    padding: 0 2px;
    white-space: nowrap
}

.post-body .label.default {
    background-color: #f0f0f0
}

.post-body .label.primary {
    background-color: #efe6f7
}

.post-body .label.info {
    background-color: #e5f2f8
}

.post-body .label.success {
    background-color: #e7f4e9
}

.post-body .label.warning {
    background-color: #fcf6e1
}

.post-body .label.danger {
    background-color: #fae8eb
}

.post-body .tabs {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-top: 10px
}

.post-body .tabs ul.nav-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: -1px
}

@media (max-width: 413px) {
    .post-body .tabs ul.nav-tabs {
        display: block;
        margin-bottom: 5px
    }
}

.post-body .tabs ul.nav-tabs li.tab {
    list-style-type: none !important;
    margin: 0 .25em 0 0;
    border-top: 3px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

@media (max-width: 413px) {
    .post-body .tabs ul.nav-tabs li.tab {
        margin: initial;
        border-top: 1px solid transparent;
        border-left: 3px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent
    }
}

.post-body .tabs ul.nav-tabs li.tab a {
    outline: 0;
    border-bottom: initial;
    display: block;
    line-height: 1.8em;
    padding: .25em .75em;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-delay: 0s
}

.post-body .tabs ul.nav-tabs li.tab a i {
    width: 1.285714285714286em
}

.post-body .tabs ul.nav-tabs li.tab.active {
    border-top: 3px solid #fc6423;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff
}

@media (max-width: 413px) {
    .post-body .tabs ul.nav-tabs li.tab.active {
        border-top: 1px solid #ddd;
        border-left: 3px solid #fc6423;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
}

.post-body .tabs ul.nav-tabs li.tab.active a {
    cursor: default;
    color: #555
}

.post-body .tabs .tab-content {
    background-color: #fff
}

.post-body .tabs .tab-content .tab-pane {
    border: 1px solid #ddd;
    padding: 20px 20px 0 20px
}

.post-body .tabs .tab-content .tab-pane:not(.active) {
    display: none !important
}

.post-body .tabs .tab-content .tab-pane.active {
    display: block !important
}

.btn {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background: #222;
    border: 2px solid #222;
    text-decoration: none;
    border-radius: 0;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.btn:hover, .post-button .btn:hover {
    border-color: #222;
    color: #222;
    background: #fff
}

.btn-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px
}

.btn-bar + .btn-bar {
    margin-top: 4px
}

.pagination {
    margin: 120px 0 40px;
    text-align: center;
    border-top: 1px solid #eee
}

.page-number-basic, .pagination .next, .pagination .page-number, .pagination .prev, .pagination .space {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 10px;
    padding: 0 10px;
    line-height: 30px
}

@media (max-width: 767px) {
    .page-number-basic, .pagination .next, .pagination .page-number, .pagination .prev, .pagination .space {
        margin: 0 5px
    }
}

.pagination .next, .pagination .page-number, .pagination .prev {
    border-bottom: 0;
    border-top: 1px solid #eee;
    transition-property: border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.pagination .next:hover, .pagination .page-number:hover, .pagination .prev:hover {
    border-top-color: #222
}

.pagination .space {
    padding: 0;
    margin: 0
}

.pagination .prev {
    margin-left: 0
}

.pagination .next {
    margin-right: 0
}

.pagination .page-number.current {
    color: #fff;
    background: #ccc;
    border-top-color: #ccc
}

@media (max-width: 767px) {
    .pagination {
        border-top: none
    }

    .pagination .next, .pagination .page-number, .pagination .prev {
        margin-bottom: 10px;
        border-top: 0;
        border-bottom: 1px solid #eee
    }

    .pagination .next:hover, .pagination .page-number:hover, .pagination .prev:hover {
        border-bottom-color: #222
    }
}

.comments {
    margin: 60px 20px 0
}

.tag-cloud {
    text-align: center
}

.tag-cloud a {
    display: inline-block;
    margin: 10px
}

.back-to-top {
    box-sizing: border-box;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 1050;
    padding: 0 6px;
    width: 24px;
    background: #222;
    font-size: 12px;
    opacity: 1;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateZ(0);
    transition-property: bottom;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

@media (min-width: 768px) and (max-width: 991px) {
    .back-to-top {
        display: none !important
    }
}

@media (max-width: 767px) {
    .back-to-top {
        display: none !important
    }
}

.back-to-top.back-to-top-on {
    bottom: 19px
}

.header {
    background: 0 0
}

.header-inner {
    position: relative
}

.headband {
    height: 3px;
    background: #222
}

.site-meta {
    margin: 0;
    text-align: left
}

@media (max-width: 767px) {
    .site-meta {
        text-align: center
    }
}

.brand {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #222;
    background: #222;
    border-bottom: none
}

.brand:hover {
    color: #222
}

.logo {
    display: inline-block;
    margin-right: 5px;
    line-height: 36px;
    vertical-align: top
}

.site-title {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 20px;
    font-weight: 400;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif
}

.site-subtitle {
    margin-top: 10px;
    font-size: 13px;
    color: #999
}

.use-motion .brand {
    opacity: 0
}

.use-motion .logo, .use-motion .site-subtitle, .use-motion .site-title {
    opacity: 0;
    position: relative;
    top: -10px
}

.site-nav-toggle {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px
}

@media (max-width: 767px) {
    .site-nav-toggle {
        display: block
    }
}

.site-nav-toggle button {
    margin-top: 2px;
    padding: 9px 10px;
    background: 0 0;
    border: none
}

@media (max-width: 767px) {
    .site-nav {
        display: none;
        margin: 0 -10px;
        padding: 0 10px;
        clear: both;
        border-top: 1px solid #ddd
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-nav {
        display: block !important
    }
}

@media (min-width: 992px) {
    .site-nav {
        display: block !important
    }
}

.menu {
    margin-top: 20px;
    padding-left: 0;
    text-align: center
}

.menu .menu-item {
    display: inline-block;
    margin: 0 10px;
    list-style: none
}

@media screen and (max-width: 767px) {
    .menu .menu-item {
        margin-top: 10px
    }
}

.menu .menu-item a {
    display: block;
    font-size: 13px;
    line-height: inherit;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.menu .menu-item a:hover {
    border-bottom-color: #222
}

.menu .menu-item .fa {
    margin-right: 5px
}

.use-motion .menu-item {
    opacity: 0
}

.post-body {
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif
}

@media (max-width: 767px) {
    .post-body {
        word-break: break-word
    }
}

.post-body .fancybox img {
    display: block !important;
    margin: 0 auto;
    cursor: pointer;
    cursor: zoom-in;
    cursor: -webkit-zoom-in
}

.post-body .figure .caption, .post-body .image-caption {
    margin: 10px auto 15px;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 700;
    line-height: 1
}

.post-sticky-flag {
    display: inline-block;
    font-size: 16px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.posts-expand {
    padding-top: 40px
}

@media (max-width: 1080px) {
    .posts-expand {
        margin: 0 20px
    }

    .post-body pre {
        padding: 10px
    }

    .post-body pre .gutter pre {
        padding-right: 10px
    }

    .post-body .highlight {
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }

    .post-body .highlight .gutter pre {
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    .posts-expand .post-body {
        text-align: justify
    }
}

.posts-expand .post-body h2, .posts-expand .post-body h3, .posts-expand .post-body h4, .posts-expand .post-body h5, .posts-expand .post-body h6 {
    padding-top: 10px
}

.posts-expand .post-body h2 .header-anchor, .posts-expand .post-body h3 .header-anchor, .posts-expand .post-body h4 .header-anchor, .posts-expand .post-body h5 .header-anchor, .posts-expand .post-body h6 .header-anchor {
    float: right;
    margin-left: 10px;
    color: #ccc;
    border-bottom-style: none;
    visibility: hidden
}

.posts-expand .post-body h2 .header-anchor:hover, .posts-expand .post-body h3 .header-anchor:hover, .posts-expand .post-body h4 .header-anchor:hover, .posts-expand .post-body h5 .header-anchor:hover, .posts-expand .post-body h6 .header-anchor:hover {
    color: inherit
}

.posts-expand .post-body h2:hover .header-anchor, .posts-expand .post-body h3:hover .header-anchor, .posts-expand .post-body h4:hover .header-anchor, .posts-expand .post-body h5:hover .header-anchor, .posts-expand .post-body h6:hover .header-anchor {
    visibility: visible
}

.posts-expand .post-body ul li {
    list-style: circle
}

.posts-expand .post-body img {
    box-sizing: border-box;
    margin: auto;
    padding: 3px;
    border: 1px solid #ddd
}

.posts-expand .fancybox img {
    margin: 0 auto
}

@media (max-width: 767px) {
    .posts-collapse {
        margin: 0 20px
    }

    .posts-collapse .post-meta, .posts-collapse .post-title {
        display: block;
        width: auto;
        text-align: left
    }
}

.posts-collapse {
    position: relative;
    z-index: 1010;
    margin-left: 0
}

.posts-collapse::after {
    content: " ";
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -2px;
    width: 4px;
    height: 100%;
    background: #f5f5f5;
    z-index: -1
}

@media (max-width: 767px) {
    .posts-collapse {
        margin: 0 20px
    }
}

.posts-collapse .collection-title {
    position: relative;
    margin: 60px 0
}

.posts-collapse .collection-title h1, .posts-collapse .collection-title h2 {
    margin-left: 20px
}

.posts-collapse .collection-title small {
    color: #bbb;
    margin-left: 5px
}

.posts-collapse .collection-title::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #bbb;
    border-radius: 50%
}

.posts-collapse .post {
    margin: 30px 0
}

.posts-collapse .post-header {
    position: relative;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: border;
    border-bottom: 1px dashed #ccc
}

.posts-collapse .post-header::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    margin-left: -4px;
    background: #bbb;
    border-radius: 50%;
    border: 1px solid #fff;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: background
}

.posts-collapse .post-header:hover {
    border-bottom-color: #666
}

.posts-collapse .post-header:hover::before {
    background: #222
}

.posts-collapse .post-meta {
    position: absolute;
    font-size: 12px;
    left: 20px;
    top: 5px
}

.posts-collapse .post-comments-count {
    display: none
}

.posts-collapse .post-title {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: inherit
}

.posts-collapse .post-title::after {
    margin-left: 3px;
    opacity: .6
}

.posts-collapse .post-title a {
    color: #666;
    border-bottom: none
}

.page-home .post-type-quote .post-header, .page-home .post-type-quote .post-tags, .page-post-detail .post-type-quote .post-header, .page-post-detail .post-type-quote .post-tags {
    display: none
}

.posts-expand .post-title {
    font-size: 26px;
    text-align: center;
    word-break: break-word;
    font-weight: 400
}

@media (max-width: 767px) {
    .posts-expand .post-title {
        font-size: 22px
    }
}

.posts-expand .post-title-link {
    display: inline-block;
    position: relative;
    color: #555;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top
}

.posts-expand .post-title-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.posts-expand .post-title-link:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.posts-expand .post-title-link .fa {
    font-size: 16px
}

.posts-expand .post-meta {
    margin: 3px 0 60px 0;
    color: #999;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    text-align: center
}

.posts-expand .post-meta .post-category-list {
    display: inline-block;
    margin: 0;
    padding: 3px
}

.posts-expand .post-meta .post-category-list-link {
    color: #999
}

.posts-expand .post-meta .post-description {
    font-size: 14px;
    margin-top: 2px
}

.post-wordcount {
    display: inline-block
}

.post-meta-divider {
    margin: 0 .5em
}

.post-meta-item-icon {
    margin-right: 3px
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-meta-item-icon {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .post-meta-item-icon {
        display: inline-block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-meta-item-text {
        display: none
    }
}

@media (max-width: 767px) {
    .post-meta-item-text {
        display: none
    }
}

@media (max-width: 767px) {
    .posts-expand .post-comments-count {
        display: none
    }
}

.post-button {
    margin-top: 50px
}

.post-button .btn {
    color: #555;
    font-size: 14px;
    background: 0 0;
    border-radius: 0;
    line-height: 2;
    margin: 0 4px 8px 4px
}

.post-button .fa-fw {
    width: 1.285714285714286em;
    text-align: left
}

.posts-expand .post-tags {
    margin-top: 40px;
    text-align: center
}

.posts-expand .post-tags a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px
}

.post-nav {
    display: table;
    margin-top: 15px;
    width: 100%;
    border-top: 1px solid #eee
}

.post-nav-divider {
    display: table-cell;
    width: 10%
}

.post-nav-item {
    display: table-cell;
    padding: 10px 0 0 0;
    width: 45%;
    vertical-align: top
}

.post-nav-item a {
    position: relative;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #555;
    border-bottom: none
}

.post-nav-item a:hover {
    color: #222;
    border-bottom: none
}

.post-nav-item a:active {
    top: 2px
}

.post-nav-item .fa {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 12px
}

.post-nav-next a {
    padding-left: 15px
}

.post-nav-prev {
    text-align: right
}

.post-nav-prev a {
    padding-right: 15px
}

.post-nav-prev .fa {
    right: 0;
    left: auto
}

.posts-expand .post-eof {
    display: block;
    margin: 80px auto 60px;
    width: 8%;
    height: 1px;
    background: #ccc;
    text-align: center
}

.post:last-child .post-eof.post-eof.post-eof {
    display: none
}

.post-gallery {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate
}

.post-gallery-row {
    display: table-row
}

.post-gallery .post-gallery-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: none
}

.post-gallery .post-gallery-img img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

.fancybox-close, .fancybox-close:hover {
    border: none
}

#rewardButton {
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none
}

#rewardButton span {
    display: inline-block;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    background: #f44336
}

#rewardButton span:hover {
    background: #f7877f
}

#QR {
    padding-top: 20px
}

#QR a {
    border: 0
}

#QR img {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    margin: .8em 2em 0 2em
}

#wechat:hover p {
    animation: roll .1s infinite linear;
    -webkit-animation: roll .1s infinite linear;
    -moz-animation: roll .1s infinite linear
}

#alipay:hover p {
    animation: roll .1s infinite linear;
    -webkit-animation: roll .1s infinite linear;
    -moz-animation: roll .1s infinite linear
}

#bitcoin:hover p {
    animation: roll .1s infinite linear;
    -webkit-animation: roll .1s infinite linear;
    -moz-animation: roll .1s infinite linear
}

@-moz-keyframes roll {
    from {
        -webkit-transform: rotateZ(30deg);
        -moz-transform: rotateZ(30deg);
        -ms-transform: rotateZ(30deg);
        -o-transform: rotateZ(30deg);
        transform: rotateZ(30deg)
    }
    to {
        -webkit-transform: rotateZ(-30deg);
        -moz-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -o-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg)
    }
}

@-webkit-keyframes roll {
    from {
        -webkit-transform: rotateZ(30deg);
        -moz-transform: rotateZ(30deg);
        -ms-transform: rotateZ(30deg);
        -o-transform: rotateZ(30deg);
        transform: rotateZ(30deg)
    }
    to {
        -webkit-transform: rotateZ(-30deg);
        -moz-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -o-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg)
    }
}

@-o-keyframes roll {
    from {
        -webkit-transform: rotateZ(30deg);
        -moz-transform: rotateZ(30deg);
        -ms-transform: rotateZ(30deg);
        -o-transform: rotateZ(30deg);
        transform: rotateZ(30deg)
    }
    to {
        -webkit-transform: rotateZ(-30deg);
        -moz-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -o-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg)
    }
}

@keyframes roll {
    from {
        -webkit-transform: rotateZ(30deg);
        -moz-transform: rotateZ(30deg);
        -ms-transform: rotateZ(30deg);
        -o-transform: rotateZ(30deg);
        transform: rotateZ(30deg)
    }
    to {
        -webkit-transform: rotateZ(-30deg);
        -moz-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -o-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg)
    }
}

.post-copyright {
    margin: 2em 0 0;
    padding: .5em 1em;
    border-left: 3px solid #ff1700;
    background-color: #f9f9f9;
    list-style: none
}

.post-wordcount {
    display: inline-block
}

.rtl.post-body a, .rtl.post-body h1, .rtl.post-body h2, .rtl.post-body h3, .rtl.post-body h4, .rtl.post-body h5, .rtl.post-body h6, .rtl.post-body li, .rtl.post-body ol, .rtl.post-body p, .rtl.post-body ul {
    direction: rtl;
    font-family: UKIJ Ekran
}

.rtl.post-title {
    font-family: UKIJ Ekran
}

.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 1040;
    box-shadow: inset 0 2px 6px #000;
    background: #222;
    -webkit-transform: translateZ(0)
}

.sidebar a {
    color: #999;
    border-bottom-color: #555
}

.sidebar a:hover {
    color: #eee
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        display: none !important
    }
}

@media (max-width: 767px) {
    .sidebar {
        display: none !important
    }
}

.sidebar-inner {
    position: relative;
    padding: 20px 10px;
    color: #999;
    text-align: center
}

.sidebar-toggle {
    position: fixed;
    right: 30px;
    bottom: 45px;
    width: 14px;
    height: 14px;
    padding: 5px;
    background: #222;
    line-height: 0;
    z-index: 1050;
    cursor: pointer;
    -webkit-transform: translateZ(0)
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-toggle {
        display: none !important
    }
}

@media (max-width: 767px) {
    .sidebar-toggle {
        display: none !important
    }
}

.sidebar-toggle-line {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 100%;
    background: #fff;
    margin-top: 3px
}

.sidebar-toggle-line:first-child {
    margin-top: 0
}

.site-author-image {
    display: block;
    margin: 0 auto;
    padding: 2px;
    max-width: 96px;
    height: auto;
    border: 2px solid #333;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    box-shadow: inset 0 -1px 0 #333 sf;
    -webkit-animation: play 2s ease-out 1s 1;
    -moz-animation: play 2s ease-out 1s 1;
    animation: play 2s ease-out 1s 1;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    -moz-transition: -moz-transform 1.5s ease-out;
    transition: transform 1.5s ease-out
}

img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg)
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotateZ(0)
    }
    100% {
        -moz-transform: rotateZ(-360deg)
    }
}

.site-author-name {
    margin: 5px 0 0;
    text-align: center;
    color: #f5f5f5;
    font-weight: 400
}

.site-description {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #999
}

@-moz-keyframes play {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@-o-keyframes play {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@keyframes play {
    0% {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

.site-state {
    overflow: hidden;
    line-height: 1.4;
    white-space: nowrap;
    text-align: center
}

.site-state-item {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #333
}

.site-state-item:first-child {
    border-left: none
}

.site-state-item a {
    border-bottom: none
}

.site-state-item-count {
    display: block;
    text-align: center;
    color: inherit;
    font-weight: 600;
    font-size: 18px
}

.site-state-item-name {
    font-size: 13px;
    color: inherit
}

.feed-link {
    margin-top: 20px
}

.feed-link a {
    display: inline-block;
    padding: 0 15px;
    color: #fc6423;
    border: 1px solid #fc6423;
    border-radius: 4px
}

.feed-link a i {
    color: #fc6423;
    font-size: 14px
}

.feed-link a:hover {
    color: #fff;
    background: #fc6423
}

.feed-link a:hover i {
    color: #fff
}

.links-of-author {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.links-of-author a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom-color: #555;
    font-size: 13px
}

.links-of-author a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #41ffa2
}

.links-of-blogroll {
    font-size: 13px
}

.links-of-blogroll-title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600
}

.links-of-blogroll-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.links-of-blogroll-item {
    padding: 2px 10px
}

.sidebar-nav {
    margin: 0 0 20px;
    padding-left: 0
}

.sidebar-nav li {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: #555
}

.sidebar-nav li:hover {
    color: #f5f5f5
}

.page-post-detail .sidebar-nav-toc {
    padding: 0 5px
}

.page-post-detail .sidebar-nav-overview {
    margin-left: 10px
}

.sidebar-nav .sidebar-nav-active {
    color: #87daff;
    border-bottom-color: #87daff
}

.sidebar-nav .sidebar-nav-active:hover {
    color: #87daff
}

.sidebar-panel {
    display: none
}

.sidebar-panel-active {
    display: block
}

.post-toc-empty {
    font-size: 14px;
    color: #666
}

.post-toc-wrap {
    overflow: hidden
}

.post-toc {
    overflow: auto
}

.post-toc ol {
    margin: 0;
    padding: 0 2px 5px 10px;
    text-align: left;
    list-style: none;
    font-size: 14px
}

.post-toc ol > ol {
    padding-left: 0
}

.post-toc ol a {
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    color: #999;
    border-bottom-color: #555
}

.post-toc ol a:hover {
    color: #ccc;
    border-bottom-color: #ccc
}

.post-toc .nav-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8
}

.post-toc .nav .nav-child {
    display: none
}

.post-toc .nav .active > .nav-child {
    display: block
}

.post-toc .nav .active-current > .nav-child {
    display: block
}

.post-toc .nav .active-current > .nav-child > .nav-item {
    display: block
}

.post-toc .nav .active > a {
    color: #87daff;
    border-bottom-color: #87daff
}

.post-toc .nav .active-current > a {
    color: #87daff
}

.post-toc .nav .active-current > a:hover {
    color: #87daff
}

.footer {
    font-size: 14px;
    color: #999
}

.footer img {
    border: none
}

.footer-inner {
    text-align: center
}

.with-love {
    display: inline-block;
    margin: 0 5px
}

.powered-by, .theme-info {
    display: inline-block
}

.powered-by {
    margin-right: 10px
}

.powered-by::after {
    content: "|";
    padding-left: 10px
}

.cc-license {
    margin-top: 10px;
    text-align: center
}

.cc-license .cc-opacity {
    opacity: .7;
    border-bottom: none
}

.cc-license .cc-opacity:hover {
    opacity: .9
}

.cc-license img {
    display: inline-block
}

.theme-next #ds-thread #ds-reset {
    color: #555
}

.theme-next #ds-thread #ds-reset .ds-replybox {
    margin-bottom: 30px
}

.theme-next #ds-reset .ds-avatar img, .theme-next #ds-thread #ds-reset .ds-replybox .ds-avatar {
    box-shadow: none
}

.theme-next #ds-thread #ds-reset .ds-textarea-wrapper {
    border-color: #c7d4e1;
    background: 0 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.theme-next #ds-thread #ds-reset .ds-textarea-wrapper textarea {
    height: 60px
}

.theme-next #ds-reset .ds-rounded-top {
    border-radius: 0
}

.theme-next #ds-thread #ds-reset .ds-post-toolbar {
    box-sizing: border-box;
    border: 1px solid #c7d4e1;
    background: #f6f8fa
}

.theme-next #ds-thread #ds-reset .ds-post-options {
    height: 40px;
    border: none;
    background: 0 0
}

.theme-next #ds-thread #ds-reset .ds-toolbar-buttons {
    top: 11px
}

.theme-next #ds-thread #ds-reset .ds-sync {
    top: 5px
}

.theme-next #ds-thread #ds-reset .ds-post-button {
    top: 4px;
    right: 5px;
    width: 90px;
    height: 30px;
    border: 1px solid #c5ced7;
    border-radius: 3px;
    background-image: linear-gradient(#fbfbfc, #f5f7f9);
    color: #60676d
}

.theme-next #ds-thread #ds-reset .ds-post-button:hover {
    background-position: 0 -30px;
    color: #60676d
}

.theme-next #ds-thread #ds-reset .ds-comments-info {
    padding: 10px 0
}

.theme-next #ds-thread #ds-reset .ds-sort {
    display: none
}

.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current {
    border: none;
    background: #f6f8fa;
    color: #60676d
}

.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
    background-color: #e9f0f7;
    color: #60676d
}

.theme-next #ds-thread #ds-reset li.ds-tab a {
    border-radius: 2px;
    padding: 5px
}

.theme-next #ds-thread #ds-reset .ds-login-buttons p {
    color: #999;
    line-height: 36px
}

.theme-next #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
    height: 28px
}

.theme-next #ds-thread #ds-reset .ds-service-list a {
    background: 0 0;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center
}

.theme-next #ds-thread #ds-reset .ds-service-list a:hover {
    color: #fff;
    background: #666
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo {
    color: #fc9b00;
    border-color: #fc9b00
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo:hover {
    background: #fc9b00
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq {
    color: #60a3ec;
    border-color: #60a3ec
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq:hover {
    background: #60a3ec
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren {
    color: #2e7ac4;
    border-color: #2e7ac4
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren:hover {
    background: #2e7ac4
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban {
    color: #37994c;
    border-color: #37994c
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban:hover {
    background: #37994c
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin {
    color: #fef20d;
    border-color: #fef20d
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover {
    background: #fef20d
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease {
    color: red;
    border-color: red
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
    background: red
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu {
    color: #ffcb05;
    border-color: #ffcb05
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu:hover {
    background: #ffcb05
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu {
    color: #2831e0;
    border-color: #2831e0
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu:hover {
    background: #2831e0
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-google {
    color: #166bec;
    border-color: #166bec
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-google:hover {
    background: #166bec
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin {
    color: #00ce0d;
    border-color: #00ce0d
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin:hover {
    background: #00ce0d
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services {
    border: none
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services:hover {
    background: 0 0
}

.theme-next #ds-reset .duoshuo-ua-admin {
    display: inline-block;
    color: red
}

.theme-next #ds-reset .duoshuo-ua-browser, .theme-next #ds-reset .duoshuo-ua-platform {
    color: #ccc
}

.theme-next #ds-reset .duoshuo-ua-browser .fa, .theme-next #ds-reset .duoshuo-ua-platform .fa {
    display: inline-block;
    margin-right: 3px
}

.theme-next #ds-reset .duoshuo-ua-separator {
    display: inline-block;
    margin-left: 5px
}

.theme-next .this_ua {
    background-color: #ccc !important;
    border-radius: 4px;
    padding: 0 5px !important;
    margin: 1px 1px !important;
    border: 1px solid #bbb !important;
    color: #fff;
    display: inline-block !important
}

.theme-next .this_ua.admin {
    background-color: #d9534f !important;
    border-color: #d9534f !important
}

.theme-next .this_ua.platform.Mac, .theme-next .this_ua.platform.Windows, .theme-next .this_ua.platform.iOS {
    background-color: #39b3d7 !important;
    border-color: #46b8da !important
}

.theme-next .this_ua.platform.Linux {
    background-color: #3a3a3a !important;
    border-color: #1f1f1f !important
}

.theme-next .this_ua.platform.Android {
    background-color: #00c47d !important;
    border-color: #01b171 !important
}

.theme-next .this_ua.browser.Chrome, .theme-next .this_ua.browser.Mobile {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important
}

.theme-next .this_ua.browser.Firefox {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important
}

.theme-next .this_ua.browser.IE, .theme-next .this_ua.browser.Maxthon {
    background-color: #428bca !important;
    border-color: #357ebd !important
}

.theme-next .this_ua.browser.Opera, .theme-next .this_ua.browser.UCBrowser, .theme-next .this_ua.browser.baidu {
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

.theme-next .this_ua.browser.Android, .theme-next .this_ua.browser.QQBrowser {
    background-color: #78ace9 !important;
    border-color: #4cae4c !important
}

.post-spread {
    margin-top: 20px;
    text-align: center
}

.jiathis_style {
    display: inline-block
}

.jiathis_style a {
    border: none
}

.fa {
    font-family: FontAwesome !important
}

.post-spread {
    margin-top: 20px;
    text-align: center
}

.bdshare-slide-button-box a {
    border: none
}

.bdsharebuttonbox {
    display: inline-block
}

.bdsharebuttonbox a {
    border: none
}

.local-search-pop-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2080;
    background-color: rgba(0, 0, 0, .3)
}

.local-search-popup {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    height: 80%;
    padding: 0;
    background: #fff;
    color: #333;
    z-index: 9999;
    border-radius: 5px
}

@media (max-width: 767px) {
    .local-search-popup {
        padding: 0;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}

.local-search-popup ul.search-result-list {
    padding: 0;
    margin: 0 5px
}

.local-search-popup p.search-result {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0
}

.local-search-popup a.search-result-title {
    font-weight: 700;
    font-size: 16px
}

.local-search-popup .search-keyword {
    border-bottom: 1px dashed red;
    font-weight: 700;
    color: red
}

.local-search-popup .local-search-header {
    padding: 5px;
    height: 36px;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.local-search-popup #local-search-result {
    overflow: auto;
    position: relative;
    padding: 5px 25px;
    height: calc(100% - 55px)
}

.local-search-popup .local-search-input-wrapper {
    display: inline-block;
    width: calc(100% - 90px);
    height: 36px;
    line-height: 36px;
    padding: 0 5px
}

.local-search-popup .local-search-input-wrapper input {
    padding: 8px 0;
    height: 20px;
    display: block;
    width: 100%;
    outline: 0;
    border: none;
    background: 0 0;
    vertical-align: middle
}

.local-search-popup .popup-btn-close, .local-search-popup .search-icon {
    display: inline-block;
    font-size: 18px;
    color: #999;
    height: 36px;
    width: 18px;
    padding-left: 10px;
    padding-right: 10px
}

.local-search-popup .search-icon {
    float: left
}

.local-search-popup .popup-btn-close {
    border-left: 1px solid #eee;
    float: right;
    cursor: pointer
}

.local-search-popup #no-result {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ccc
}

.page-pv, .site-pv, .site-uv {
    display: inline-block
}

.page-pv .busuanzi-value, .site-pv .busuanzi-value, .site-uv .busuanzi-value {
    margin: 0 5px
}

.site-uv {
    margin-right: 10px
}

.site-uv::after {
    content: "|";
    padding-left: 10px
}

#gitment-display-button {
    display: inline-block;
    padding: 0 15px;
    color: #c00;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #c00;
    border-radius: 4px
}

#gitment-display-button:hover {
    color: #fff;
    background: #0a9caf
}

.gt-comments a, .gt-header a, .gt-popup a {
    border-bottom: none
}

.gt-container .gt-popup .gt-action.is--active:before {
    top: .7em
}

.use-motion .post {
    opacity: 0
}

.page-archive .archive-page-counter {
    position: relative;
    top: 3px;
    left: 20px
}

@media (max-width: 767px) {
    .page-archive .archive-page-counter {
        top: 5px
    }
}

.page-archive .posts-collapse .archive-move-on {
    position: absolute;
    top: 11px;
    left: 0;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    opacity: .5;
    background: #555;
    border: 1px solid #fff;
    border-radius: 50%
}

.category-all-page .category-all-title {
    text-align: center
}

.category-all-page .category-all {
    margin-top: 20px
}

.category-all-page .category-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.category-all-page .category-list-item {
    margin: 5px 10px
}

.category-all-page .category-list-count {
    color: #bbb
}

.category-all-page .category-list-count:before {
    display: inline;
    content: " ("
}

.category-all-page .category-list-count:after {
    display: inline;
    content: ") "
}

.category-all-page .category-list-child {
    padding-left: 10px
}

#schedule ul#event-list {
    padding-left: 30px
}

#schedule ul#event-list hr {
    margin: 20px 0 45px 0 !important;
    background: #222
}

#schedule ul#event-list hr:after {
    display: inline-block;
    content: 'NOW';
    background: #222;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding: 0 5px
}

#schedule ul#event-list li.event {
    margin: 20px 0;
    background: #f9f9f9;
    padding-left: 10px;
    min-height: 40px
}

#schedule ul#event-list li.event h2.event-summary {
    margin: 0;
    padding-bottom: 3px
}

#schedule ul#event-list li.event h2.event-summary:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    content: '\f111';
    vertical-align: middle;
    margin-right: 25px;
    color: #bbb
}

#schedule ul#event-list li.event span.event-relative-time {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding-left: 12px;
    color: #bbb
}

#schedule ul#event-list li.event span.event-details {
    display: block;
    color: #bbb;
    margin-left: 56px;
    padding-top: 3px;
    padding-bottom: 6px;
    text-indent: -24px;
    line-height: 18px
}

#schedule ul#event-list li.event span.event-details:before {
    text-indent: 0;
    display: inline-block;
    width: 14px;
    font-family: FontAwesome;
    text-align: center;
    margin-right: 9px;
    color: #bbb
}

#schedule ul#event-list li.event span.event-details.event-location:before {
    content: '\f041'
}

#schedule ul#event-list li.event span.event-details.event-duration:before {
    content: '\f017'
}

#schedule ul#event-list li.event-past {
    background: #fcfcfc
}

#schedule ul#event-list li.event-past > * {
    opacity: .6
}

#schedule ul#event-list li.event-past h2.event-summary {
    color: #bbb
}

#schedule ul#event-list li.event-past h2.event-summary:before {
    color: #dfdfdf
}

#schedule ul#event-list li.event-now {
    background: #222;
    color: #fff;
    padding: 15px 0 15px 10px
}

#schedule ul#event-list li.event-now h2.event-summary:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff;
    animation: dot-flash 1s alternate infinite ease-in-out
}

#schedule ul#event-list li.event-now * {
    color: #fff !important
}

@-moz-keyframes dot-flash {
    from {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dot-flash {
    from {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes dot-flash {
    from {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dot-flash {
    from {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.page-post-detail .sidebar-toggle-line {
    background: #87daff
}

.page-post-detail .comments {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px
}

p {
    margin: 0 0 25px 0
}

a {
    border-bottom-color: #ccc
}

hr {
    margin: 20px 0;
    height: 2px
}

.main-inner {
    margin-top: 80px
}

.header {
    background: #f5f5f5
}

.header-inner {
    padding: 25px 0 20px
}

.header-inner:after, .header-inner:before {
    content: " ";
    display: table
}

.header-inner:after {
    clear: both
}

@media (max-width: 767px) {
    .header-inner {
        width: auto;
        margin-bottom: 50px;
        padding: 10px
    }
}

.site-meta {
    float: left;
    margin-left: -20px;
    line-height: normal
}

@media (max-width: 767px) {
    .site-meta {
        margin-left: 10px
    }
}

.site-meta .brand {
    padding: 2px 1px;
    background: 0 0
}

@media (max-width: 767px) {
    .site-meta .brand {
        display: block
    }
}

.site-meta .logo {
    display: none
}

.site-meta .site-title {
    font-size: 22px;
    font-weight: bolder
}

@media (max-width: 767px) {
    .site-meta .site-title {
        line-height: 34px
    }
}

.logo-line-after, .logo-line-before {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 75%
}

@media (max-width: 767px) {
    .logo-line-after, .logo-line-before {
        display: none
    }
}

.logo-line-after i, .logo-line-before i {
    position: relative;
    display: block;
    height: 2px;
    background: #222
}

@media (max-width: 767px) {
    .logo-line-after i, .logo-line-before i {
        height: 3px
    }
}

.use-motion .logo-line-before i {
    left: -100%
}

.use-motion .logo-line-after i {
    right: -100%
}

.site-subtitle {
    display: none
}

.site-nav-toggle {
    position: static;
    float: right
}

.menu {
    float: right;
    margin: 8px 0 0 0
}

@media (max-width: 767px) {
    .menu {
        margin: 20px 0 0 0;
        padding: 0
    }
}

.menu br {
    display: none
}

.menu .menu-item {
    margin: 0
}

@media (max-width: 767px) {
    .menu .menu-item {
        display: block
    }
}

.menu .menu-item a {
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 2px;
    transition-property: background
}

@media (max-width: 767px) {
    .menu .menu-item a {
        text-align: left
    }
}

.menu .menu-item a:hover {
    background: #e1e1e1
}

.menu a::before {
    display: none
}

@media (max-width: 767px) {
    .menu a::before {
        display: block
    }
}

@media (max-width: 767px) {
    .menu {
        float: none
    }
}

.site-search form {
    display: none
}

.posts-expand {
    padding-top: 0
}

.posts-expand .post-meta, .posts-expand .post-title {
    text-align: left
}

@media (max-width: 767px) {
    .posts-expand .post-meta, .posts-expand .post-title {
        text-align: center
    }
}

.posts-expand .post-eof {
    display: none
}

.posts-expand .post {
    margin-top: 120px
}

.posts-expand .post:first-child {
    margin-top: 0
}

.posts-expand .post-meta {
    margin-top: 5px;
    margin-bottom: 20px
}

.posts-expand .post-title {
    position: relative;
    font-size: 26px;
    font-weight: 400
}

@media (max-width: 767px) {
    .posts-expand .post-title {
        font-size: 20px
    }
}

@media (min-width: 1600px) {
    .posts-expand .post-title {
        font-size: 26px
    }
}

.posts-expand .post-title:hover:before {
    background: #222
}

.posts-expand .post-body img {
    margin: 0
}

.posts-expand .post-tags {
    text-align: left
}

.posts-expand .post-tags a {
    padding: 1px 5px;
    background: #f5f5f5;
    border-bottom: none
}

.posts-expand .post-tags a:hover {
    background: #ccc
}

.posts-expand .post-nav {
    margin-top: 40px
}

.post-button {
    margin-top: 20px;
    text-align: left
}

.post-button a {
    margin: 0 8px 8px 0 !important;
    padding: 0;
    font-size: 14px;
    color: #666;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #666;
    transition-property: border
}

@media (max-width: 767px) {
    .post-button a {
        font-size: 12px
    }
}

@media (min-width: 1600px) {
    .post-button a {
        font-size: 16px
    }
}

.post-button a:hover {
    border-bottom-color: #222
}

.links-of-blogroll-inline .links-of-blogroll-item {
    display: inline-block
}

.btn {
    padding: 0 10px;
    border-width: 2px;
    border-radius: 0
}

.headband {
    display: none
}

.site-search {
    position: relative;
    float: right;
    margin-top: 5px;
    padding-top: 3px
}

@media (max-width: 767px) {
    .site-search {
        float: none;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .container .main-inner {
        width: auto
    }
}

.page-post-detail .post-meta, .page-post-detail .post-title {
    text-align: center
}

.page-post-detail .post-title:before {
    display: none
}

.page-post-detail .post-meta {
    margin-bottom: 60px
}

.pagination {
    margin: 120px 0 0;
    text-align: left
}

@media (max-width: 767px) {
    .pagination {
        margin: 80px 10px 0;
        text-align: center
    }
}

.footer {
    margin-top: 80px;
    padding: 10px 0;
    background: #f5f5f5;
    color: #666
}

.footer-inner {
    margin: 0 auto;
    text-align: left
}

@media (max-width: 767px) {
    .footer-inner {
        width: auto;
        text-align: center
    }
}

.site-description {
    color: #4f0010
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: rgba(255, 255, 255, .5)
}

.links-of-blogroll {
    font-size: 15px
}

.links-of-blogroll-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600
}

.links-of-blogroll-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.content {
    border-radius: 10px;
    margin-top: 60px;
    background: rgba(250, 250, 250, .8) none repeat scroll !important
}

#mydivshow {
    opacity: 0
}

.brand {
    background: 0 0
}

.header {
    background: rgba(0, 0, 0, .6) none repeat scroll !important
}

.footer {
    background: rgba(255, 255, 255, .5) none repeat scroll !important
}

.site-title {
    color: #fff
}

.post-meta {
    color: #282828
}

.post-meta * {
    color: #282828
}

.footer-inner {
    color: #000
}

.menu-item a {
    color: #fff
}

.post-body p a {
    color: #0593d3;
    border-bottom: none
}

.post-body p a:hover {
    color: #6778ff;
    text-decoration: underline
}

.posts-expand .post-meta {
    margin: 3px 0 5px 0
}

.post.post-type-normal {
    margin: 0
}

#sidebar {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#sidebar a, #sidebar p, #sidebar span {
    color: #476bd7
}

.post {
    padding: 25px
}

#lv-container {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0) none repeat scroll !important
}

.aplayer-list ol li:hover {
    background: #fff none repeat scroll !important
}

/*.aplayer-list ol li {
    background: rgba(255, 255, 0, .5)
}

.aplayer-list-light {
    background: rgba(0, 255, 0, .5) none repeat scroll !important
}*/

#player1 {
    border-radius: 6px
}

#player1 div, #player1 ol {
    border-radius: 6px
}

#player1 * {
    color: #fff
}

.aplayer-list-index {
    float: left
}

.aplayer-list-title {
    float: left
}

.aplayer-list-author {
    float: right
}

code {
    color: #444;
    background: rgba(180, 200, 180, .2);
    margin: 5px
}

.highlight, pre {
    margin: 5px 0;
    padding: 5px;
    border-radius: 3px
}

.highlight, code, pre {
    border: 1px solid #d6d6d6
}

.highlight {
    background: rgba(255, 255, 255, .5)
}

.highlight .code pre, .highlight table > tbody > tr {
    background-color: transparent
}

.post-copyright {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
    border-left-color: #666
}

blockquote {
    margin: .1em 6px;
    padding: .5em 6px;
    border-left: 5px solid #789;
    background-color: rgba(245, 245, 245, .5);
    position: relative;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote:before {
    color: #ccc;
    /*content: "\201C";*/
    font-size: 4em;
    left: 5px;
    top: .3em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

blockquote p {
    display: inline
}

.-mob-share-ui-button {
    background: rgba(0, 0, 0, .5) !important
}

.-mob-share-ui-button:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
}

.links-body ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.links-body ul .link {
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    margin: 6px;
    width: 23.4%;
    list-style: none !important;
    overflow: hidden;
    border-radius: 6px
}

.links-body ul .link img {
    object-fit: cover;
    transition: transform .6s ease-out
}

.links-body ul .link .link-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #666;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background: rgba(255, 255, 255, .7)
}

.links-body ul .link:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.links-body ul .link:hover .link-name {
    color: rgba(255, 0, 255, .4);
    text-shadow: 0 0 1px rgba(255, 255, 255, .4)
}

span#inline-toc {
    display: inline-block;
    border-radius: 80% 100% 90% 20%;
    background-color: #fff;
    color: #000;
    padding: .05em .4em;
    margin: 2px 5px 2px 0;
    text-indent: 0
}

@media (max-width: 767px) {
    .links-body ul .link {
        width: 45%
    }
}

.gitter-open-chat-button {
    bottom: 0;
    right: 50%;
    padding: 3px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .4)
}

/**
滚动条
 */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #98b2b1;
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}