/* normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

article,
aside,
/* details, */
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

details {
    border: 1px solid #ccc; /* 设置浅灰色边框 */
    padding: 5px 10px 5px 10px;          /* 给内容一些内边距 */
    background-color: #f9f9f9; /* 设置浅灰色背景 */
    border-radius: 5px;     /* 可选：圆角边框 */
}

summary {
    cursor: pointer;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

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 {
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    color: inherit;
    /* 1 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    /* 3 */
    -webkit-appearance: button;
    /* 2 */
}

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

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

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

input[type='search'] {
    -webkit-box-sizing: content-box;
    /* 2 */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    /* 1 */
}

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

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

legend {
    padding: 0;
    /* 2 */
    border: 0;
    /* 1 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

::selection {
    color: #fff;
    background: #262a30;
}

body {
    font-family: 'Noto Sans SC', Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    line-height: 2;
    position: relative;
    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 {
    font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0 5px;
}

h1 {
    font-size: 22px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 18px;
    }
}

h2 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 16px;
    }
}

h3 {
    font-size: 18px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 14px;
    }
}

h4 {
    font-size: 16px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 12px;
    }
}

h5 {
    font-size: 14px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 10px;
    }
}

h6 {
    font-size: 12px;
}

@media (max-width: 767px) {
    h6 {
        font-size: 8px;
    }
}

p {
    margin: 0 0 5px 0;
}

a {
    text-decoration: none;
    word-wrap: break-word;
    color: #555;
    border-bottom: 1px solid #999;
}

a:hover {
    color: #222;
    border-bottom-color: #222;
}

ul {
    list-style: none;
}

blockquote {
    margin: 0;
    padding: 0;
}

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

hr {
    height: 3px;
    margin: 40px 0;
    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 {
    padding: 0 5px;
    content: '-';
}

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-right: auto;
    margin-left: auto;
}

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

.clearfix:after {
    clear: both;
}

.pullquote {
    width: 45%;
}

.pullquote.left {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.pullquote.right {
    float: right;
    margin-right: 5px;
    margin-left: 10px;
}

.highlight table,
.gist table {
    width: auto;
}

.highlight table td,
.gist table td {
    border: none;
}

.highlight a,
.gist a {
    text-decoration: none !important;
    color: #222 !important;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 60%;
}

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

.affix.affix.affix {
    position: fixed;
}

.translation {
    font-size: 14px;
    margin-top: -20px;
    color: #999;
}

.use-motion .motion-element {
    opacity: 0;
}

table {
    font-size: 14px;
    width: 100%;
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table > tbody > tr:hover {
    background-color: #f5f5f5;
}

caption,
th,
td {
    font-weight: normal;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}

th,
td {
    border-right: 1px solid #eee;
    border-bottom: 3px solid #ddd;
}

th {
    font-weight: 700;
    padding-bottom: 10px;
}

td {
    border-bottom-width: 1px;
}

html,
body {
    height: 100%;
}

.container {
    position: relative;
    min-height: 100%;
}

.header-inner {
    width: 700px;
    margin: 0 auto;
    padding: 100px 0 70px;
}

@media (min-width: 1600px) {
    .container .header-inner {
        width: 900px;
    }
}

.main {
    padding-bottom: 150px;
}

.main-inner {
    width: 700px;
    margin: 0 auto;
}

@media (min-width: 1600px) {
    .container .main-inner {
        width: 900px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
}

.footer-inner {
    box-sizing: border-box;
    width: 700px;
    margin: 20px auto;
}

@media (min-width: 1600px) {
    .container .footer-inner {
        width: 900px;
    }
}

pre,
.highlight {
    font-size: 14px;
    line-height: 1.6;
    overflow: auto;
    margin: 20px 0;
    padding: 15px;
    color: #4d4d4c;
    background: #f7f7f7;
}

.highlight .gutter pre,
.gist .gist-file .gist-data .line-numbers {
    color: #666;
}

pre,
code {
    font-family: 'Input Mono', 'PT Mono', Consolas, Monaco, Menlo, monospace;
}

code {
    padding: 0 .3em;
    word-break: break-all;
    background: #eee;
    text-shadow: 0 1px #fff;
}

pre code {
    padding: 0;
    background: none;
    text-shadow: none;
}

.highlight pre {
    margin: 0;
    padding: 1px;
    border: none;
}

.highlight table {
    width: auto;
    margin: 0;
    border: none;
}

.highlight td {
    padding: 0;
    border: none;
}

.highlight figcaption {
    font-size: .85em;
    line-height: 1em;
    margin-bottom: 1em;
    color: #8e908c;
}

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

.highlight figcaption:after {
    clear: both;
}

.highlight figcaption a {
    float: right;
}

.highlight .gutter pre {
    padding-right: 20px;
    text-align: right;
}

.highlight .line {
    height: 20px;
}

.gist {
    margin: 20px 0;
    padding: 15px 40px 15px 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ccc;
    background: #f7f7f7;
}

.gist .gist-file {
    font-family: 'Input Mono', 'PT Mono', Consolas, Monaco, Menlo, monospace;
    margin: 0;
    border: none;
}

.gist .gist-file .gist-data {
    border: none;
    background: none;
}

.gist .gist-file .gist-data .line-numbers {
    padding: 0 20px 0 0;
    border: none;
    background: none;
}

.gist .gist-file .gist-data .line-data {
    padding: 0 !important;
}

.gist .gist-file .highlight {
    margin: 0;
    padding: 0;
    border: none;
}

.gist .gist-file .gist-meta {
    font: 13px Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    margin-top: 1em;
    margin-left: 40px;
    padding: 0;
    color: #8e908c;
    background: #f7f7f7;
    text-shadow: 0 0;
}

.gist .gist-file .gist-meta a {
    font-weight: normal;
    color: color-link;
}

.gist .gist-file .gist-meta a:hover {
    text-decoration: underline;
}

pre .comment {
    color: #8e908c;
}

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

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

pre .ruby .class .title,
pre .css .rules .attribute {
    color: #718c00;
}

pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
    color: #718c00;
}

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

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

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

.full-image.full-image.full-image {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    border: none;
}

@media (min-width: 992px) {
    .full-image.full-image.full-image {
        width: 126%;
        max-width: none;
        margin: 0 -13%;
    }
}

.blockquote-center,
.page-home .post-type-quote blockquote,
.page-post-detail .post-type-quote blockquote {
    position: relative;
    margin: 40px 0;
    padding: 0;
    text-align: center;
    border-left: none;
}

.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before,
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    content: ' ';
    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;
    border-top: 1px solid #ccc;
    background-image: url('../images/quote-l.svg');
}

.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
    bottom: -20px;
    border-bottom: 1px solid #ccc;
    background-image: url('../images/quote-r.svg');
    background-position: 100% 8px;
}

.blockquote-center p,
.page-home .post-type-quote blockquote p,
.page-post-detail .post-type-quote blockquote p,
.blockquote-center div,
.page-home .post-type-quote blockquote div,
.page-post-detail .post-type-quote blockquote div {
    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;
    width: auto !important;
    margin-top: 10px;
}

.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;
}

.btn {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: background-color;
    text-decoration: none;
    color: #fff;
    border: 2px solid #555;
    border-radius: 0;
    background: #222;
}

.btn:hover,
.more a:hover {
    color: #fff;
    border-color: #222;
    background: #222;
}

.btn-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #555;
}

.btn-bar + .btn-bar {
    margin-top: 4px;
}

.pagination {
    margin: 120px 0 40px;
    text-align: center;
    border-top: 1px solid #eee;
}

.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination a,
.pagination .space {
    line-height: 30px;
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .page-number-basic,
    .pagination .prev,
    .pagination .next,
    .pagination .page-number,
    .pagination a,
    .pagination .space {
        margin: 0 5px;
    }
}

.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination a {
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: border-color;
    border-top: 1px solid #eee;
    border-bottom: 0;
}

.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover,
.pagination a:hover {
    border-top-color: #222;
}

.pagination .space {
    margin: 0;
    padding: 0;
}

.pagination .prev {
    margin-left: 0;
}

.pagination .next {
    margin-right: 0;
}

.pagination .page-number.current {
    color: #fff;
    border-top-color: #ccc;
    background: #ccc;
}

@media (max-width: 767px) {
    .pagination {
        border-top: none;
    }

    .pagination .prev,
    .pagination .next,
    .pagination .page-number,
    .pagination a {
        margin-bottom: 10px;
        border-top: 0;
        border-bottom: 1px solid #eee;
    }

    .pagination .prev:hover,
    .pagination .next:hover,
    .pagination .page-number:hover,
    .pagination a:hover {
        border-bottom-color: #222;
    }
}

.tag-cloud {
    text-align: center;
}

.tag-cloud a {
    display: inline-block;
    margin: 10px;
}

.back-to-top {
    position: fixed;
    z-index: 1050;
    right: 50px;
    bottom: 40px;
    width: 15px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    color: #fff;
    background: #222;
}

@media (max-width: 767px) {
    .back-to-top {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .back-to-top {
        display: none;
    }
}

.back-to-top:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 2px;
    content: ' ';
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.header {
    background: #fff;
}

.header-inner {
    position: relative;
}

.headband {
    height: 3px;
    background: #222;
}

.site-meta {
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .site-meta {
        text-align: center;
    }
}

.brand {
    font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    border-bottom: none;
    background: #222;
}

.brand:hover {
    color: #fff;
}

.logo {
    line-height: 36px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.site-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
}

.site-subtitle {
    font-size: 13px;
    margin-top: 10px;
    color: #ddd;
}

.use-motion .brand {
    opacity: 0;
}

.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
    position: relative;
    top: -10px;
    opacity: 0;
}

.site-nav-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

@media (max-width: 767px) {
    .site-nav-toggle {
        display: block;
    }
}

.site-nav-toggle button {
    margin-top: 2px;
    padding: 9px 10px;
    border: none;
    background: transparent;
}

@media (max-width: 767px) {
    .site-nav {
        display: none;
        clear: both;
        margin: 0 -10px;
        padding: 0 10px;
        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;
}

@media (max-width: 767px) {
    .menu {
        padding-left: 10px;
    }
}

.menu .menu-item {
    display: inline-block;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .menu .menu-item {
        margin-top: 10px;
    }
}

.menu .menu-item a {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: border-color;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}

.menu .menu-item a:hover,
.menu-item-active a {
    border-bottom-color: #222;
}

.use-motion .menu-item {
    opacity: 0;
}

.post-body .fancybox img {
    display: block !important;
    margin: 0 auto;
    cursor: pointer;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

.post-body .image-caption,
.post-body .figure .caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 10px auto 15px;
    text-align: center;
    color: #999;
}

.post-sticky-flag {
    font-size: 16px;
    display: inline-block;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.posts-expand {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .posts-expand {
        margin: 0 0px;
    }

    .post-body pre,
    .post-body .highlight {
        margin: 0 -20px;
        padding: 10px 20px;
    }

    .post-body pre .gutter pre,
    .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 {
    visibility: hidden;
    float: right;
    margin-left: 10px;
    color: #ccc;
    border-bottom-style: none;
}

.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 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-title,
    .posts-collapse .post-meta {
        display: block;
        width: auto;
        text-align: left;
    }
}

.posts-collapse {
    margin-left: 55px;
}

@media (max-width: 767px) {
    .posts-collapse {
        margin: 0 20px;
    }
}

.posts-collapse .collection-title {
    position: relative;
    margin: 60px 0;
}

.posts-collapse .collection-title h2 {
    margin-left: 20px;
}

.posts-collapse .collection-title small {
    color: #bbb;
}

.posts-collapse .collection-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    content: ' ';
    border-radius: 50%;
    background: #bbb;
}

.posts-collapse .post {
    margin: 30px 0;
}

.posts-collapse .post-header {
    position: relative;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: border;
    border-bottom: 1px dashed #ccc;
}

.posts-collapse .post-header::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    margin-left: -4px;
    content: ' ';
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: background;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #bbb;
}

.posts-collapse .post-header:hover {
    border-bottom-color: #666;
}

.posts-collapse .post-header:hover::before {
    background: #222;
}

.posts-collapse .post-meta {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 20px;
}

.posts-collapse .post-comments-count {
    display: none;
}

.posts-collapse .post-title {
    font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
    margin-left: 60px;
}

.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-post-detail .post-type-quote .post-header,
.page-home .post-type-quote .post-tags,
.page-post-detail .post-type-quote .post-tags {
    display: none;
}

.posts-expand .post-title {
    font-size: 26px;
    text-align: center;
    word-break: break-word;
}

@media (max-width: 767px) {
    .posts-expand .post-title {
        font-size: 22px;
    }
}

.posts-expand .post-title-link {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #555;
    border-bottom: none;
}

.posts-expand .post-title-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 2px;
    content: '';
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transform: scaleX(0);
    background-color: #000;
}

.posts-expand .post-title-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.posts-expand .post-title-link .fa {
    font-size: 16px;
}

.posts-expand .post-meta {
    font-size: 12px;
    margin: 3px 0 20px 0;
    text-align: center;
    color: #999;
}

.posts-expand .post-meta .post-category-list {
    display: inline-block;
    margin: 0;
    padding: 3px;
}

.posts-expand .post-meta .post-category-list-link {
    color: #999;
}

.post-meta-item-icon {
    display: none;
    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;
    }
}

.more {
    margin-top: 50px;
    text-align: center;
}

.more a {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: background-color;
    text-decoration: none;
    color: #555;
    border: 2px solid #555;
    border-radius: 2px;
    background: #fff;
}

.posts-expand .post-tags {
    margin-top: 40px;
    text-align: center;
}

.posts-expand .post-tags a {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}

.post-nav {
    overflow: hidden;
    margin-top: 60px;
    padding: 10px;
    white-space: nowrap;
    border-top: 1px solid #eee;
}

.post-nav-item {
    display: inline-block;
    width: 50%;
    white-space: normal;
}

.post-nav-item a {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    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 a i {
    font-size: 12px;
}

.post-nav-item i {
    font-size: 12px;
}

.post-nav-prev i {
    padding-left: 3px;
}

.post-nav-next i {
    padding-right: 3px;
}

.post-nav-prev {
    text-align: right;
}

.posts-expand .post-eof {
    display: block;
    width: 80%;
    height: 1px;
    margin: 50px auto 40px;
    text-align: center;
    background: #ccc;
}

.post:last-child .post-eof.post-eof.post-eof {
    display: none;
}

.post-gallery {
    display: table;
    width: 100%;
    table-layout: fixed;
    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;
}

.sidebar {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transform: translateZ(0);
    background: #222;
    box-shadow: inset 0 2px 6px #000;
}

.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;
    text-align: center;
    color: #999;
}

.sidebar-toggle {
    line-height: 0;
    position: fixed;
    z-index: 1050;
    right: 50px;
    bottom: 45px;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    background: #222;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar-toggle {
        display: none;
    }
}

.sidebar-toggle-line {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    margin-top: 3px;
    vertical-align: top;
    background: #fff;
}

.sidebar-toggle-line:first-child {
    margin-top: 0;
}

.site-author-image {
    display: block;
    max-width: 96px;
    height: auto;
    margin: 0 auto;
    padding: 2px;
    border: 2px solid #333;
}

.site-author-name {
    margin: 5px 0 0;
    color: #222;
}

.site-description {
    font-size: 13px;
    margin-top: 5px;
    color: #999;
}

.site-state {
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
}

.site-state-item {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #ccc;
}

.site-state-item:first-child {
    border-left: none;
}

.site-state-item a {
    border-bottom: none;
}

.site-state-item-count {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: inherit;
}

.site-state-item-name {
    font-size: 13px;
    color: #999;
}

.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 {
    font-size: 14px;
    color: #fc6423;
}

.feed-link a:hover {
    color: #fff;
    background: #fc6423;
}

.feed-link a:hover i {
    color: #fff;
}

.links-of-author {
    margin-top: 20px;
}

.links-of-author a {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    border-bottom-color: #555;
}

.links-of-author a:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 3px;
    content: ' ';
    vertical-align: middle;
    border-radius: 50%;
    background: #16ffac;
}

.sidebar-nav {
    margin: 0 0 20px;
    padding-left: 0;
}

.sidebar-nav li {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #555;
    border-bottom: 1px solid transparent;
}

.sidebar-nav li:hover {
    color: #222;
}

.page-post-detail .sidebar-nav-toc {
    padding: 0 5px;
}

.page-post-detail .sidebar-nav-overview {
    margin-left: 10px;
}

.sidebar-nav .sidebar-nav-active {
    color: #222;
    border-bottom-color: #222;
}

.sidebar-nav .sidebar-nav-active:hover {
    color: #222;
}

.sidebar-panel {
    display: none;
}

.sidebar-panel-active {
    display: block;
}

.post-toc {
    position: relative;
    overflow: hidden;
}

.post-toc-empty {
    font-size: 14px;
    color: #666;
}

.post-toc ol {
    font-size: 14px;
    overflow: auto;
    margin: 0;
    padding: 0 10px 10px;
    list-style: none;
    text-align: left;
}

.post-toc ol a {
    color: #555;
}

.post-toc ol a:hover {
    color: #222;
}

.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: #ccc;
}

.post-toc .nav .active-current > a {
    color: #222;
}

.post-toc .nav .active-current > a:hover {
    color: #222;
}

.post-toc-indicator {
    font-size: 14px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.post-toc-indicator-top {
    margin-top: 10px;
    opacity: 0;
}

.post-toc-indicator-bottom {
    position: absolute;
    width: 100%;
}

.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 {
    padding-left: 10px;
    content: '|';
}

.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-thread #ds-reset .ds-replybox .ds-avatar,
.theme-next #ds-reset .ds-avatar img {
    box-shadow: none;
}

.theme-next #ds-thread #ds-reset .ds-textarea-wrapper {
    border-color: #c7d4e1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: none;
}

.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: none;
}

.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;
    color: #60676d;
    border: 1px solid #c5ced7;
    border-radius: 3px;
    background-image: linear-gradient(#fbfbfc, #f5f7f9);
}

.theme-next #ds-thread #ds-reset .ds-post-button:hover {
    color: #60676d;
    background-position: 0 -30px;
}

.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 {
    color: #60676d;
    border: none;
    background: #f6f8fa;
}

.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
    color: #60676d;
    background-color: #e9f0f7;
}

.theme-next #ds-thread #ds-reset li.ds-tab a {
    padding: 5px;
    border-radius: 2px;
}

.theme-next #ds-thread #ds-reset .ds-login-buttons p {
    line-height: 36px;
    color: #999;
}

.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 {
    padding: 5px;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
    background: none;
}

.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: #f00;
    border-color: #f00;
}

.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
    background: #f00;
}

.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: none;
}

.theme-next #ds-reset .duoshuo-ua-admin {
    display: inline-block;
    color: #f00;
}

.theme-next #ds-reset .duoshuo-ua-platform,
.theme-next #ds-reset .duoshuo-ua-browser {
    color: #ccc;
}

.theme-next #ds-reset .duoshuo-ua-platform .fa,
.theme-next #ds-reset .duoshuo-ua-browser .fa {
    display: inline-block;
    margin-right: 3px;
}

.theme-next #ds-reset .duoshuo-ua-separator {
    display: inline-block;
    margin-left: 5px;
}

.theme-next .this_ua {
    display: inline-block !important;
    margin: 1px 1px !important;
    padding: 0 5px !important;
    color: #fff;
    border: 1px solid #bbb !important;
    border-radius: 4px;
    background-color: #ccc !important;
}

.theme-next .this_ua.admin {
    border-color: #d9534f !important;
    background-color: #d9534f !important;
}

.theme-next .this_ua.platform.iOS,
.theme-next .this_ua.platform.Mac,
.theme-next .this_ua.platform.Windows {
    border-color: #46b8da !important;
    background-color: #39b3d7 !important;
}

.theme-next .this_ua.platform.Linux {
    border-color: #1f1f1f !important;
    background-color: #3a3a3a !important;
}

.theme-next .this_ua.platform.Android {
    border-color: #01b171 !important;
    background-color: #00c47d !important;
}

.theme-next .this_ua.browser.Mobile,
.theme-next .this_ua.browser.Chrome {
    border-color: #4cae4c !important;
    background-color: #5cb85c !important;
}

.theme-next .this_ua.browser.Firefox {
    border-color: #eea236 !important;
    background-color: #f0ad4e !important;
}

.theme-next .this_ua.browser.Maxthon,
.theme-next .this_ua.browser.IE {
    border-color: #357ebd !important;
    background-color: #428bca !important;
}

.theme-next .this_ua.browser.baidu,
.theme-next .this_ua.browser.UCBrowser,
.theme-next .this_ua.browser.Opera {
    border-color: #d43f3a !important;
    background-color: #d9534f !important;
}

.theme-next .this_ua.browser.Android,
.theme-next .this_ua.browser.QQBrowser {
    border-color: #4cae4c !important;
    background-color: #78ace9 !important;
}

.post-spread {
    margin-top: 20px;
    text-align: center;
}

.jiathis_style {
    display: inline-block;
}

.jiathis_style a {
    border: none;
}

.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 {
    position: relative;
}

.page-archive .posts-collapse::after {
    z-index: -1;
    top: 20px;
    left: 0;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    background: #f5f5f5;
}

.page-archive .posts-collapse .archive-move-on {
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    margin-left: -6px;
    opacity: .5;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #555;
}

.page-archive .posts-collapse::before,
.page-archive .posts-collapse::after {
    position: absolute;
    content: ' ';
}

.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 {
    /* display: inline-block; */
    margin: 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: ') ';
}

.page-post-detail .sidebar-toggle-line {
    background: #222;
}

.page-post-detail .comments {
    overflow: hidden;
}

body {
    background: #f5f7f9;
}

@media (min-width: 992px) {
    .full-image.full-image.full-image {
        width: 118%;
        max-width: none;
        margin: 0 -9%;
    }
}

.header {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header {
        width: auto;
    }
}

.header-inner {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 240px;
    padding: 0;
    background: #fff;
}

@media (min-width: 1600px) {
    .container .header-inner {
        width: 240px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-inner {
        position: relative;
        width: auto;
    }
}

@media (max-width: 767px) {
    .header-inner {
        position: relative;
        width: auto;
    }
}

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

.main:after {
    clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .main {
        padding-bottom: 100px;
    }
}

.container .main-inner {
    width: 1100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container .main-inner {
        width: auto;
    }
}

@media (max-width: 767px) {
    .container .main-inner {
        width: auto;
    }
}

.content-wrap {
    float: right;
    box-sizing: border-box;
    width: 840px;
    padding: 40px;
    background: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-wrap {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .content-wrap {
        width: 100%;
        padding: 20px;
    }
}

.sidebar {
    position: static;
    float: left;
    width: 240px;
    margin-top: 300px;
    background: #fff;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar {
        display: none;
    }
}

.sidebar-toggle {
    display: none;
}

.footer-inner {
    width: 960px;
}

.footer-inner:before {
    float: left;
    width: 260px;
    min-height: 50px;
    content: ' ';
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-inner {
        width: auto;
    }

    .footer-inner:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-inner {
        width: auto;
    }

    .footer-inner:before {
        display: none;
    }
}

.sidebar-position-right .header-inner {
    right: 0;
}

.sidebar-position-right .content-wrap {
    float: left;
}

.sidebar-position-right .sidebar {
    float: right;
}

.sidebar-position-right .footer-inner:before {
    float: right;
}

.site-meta {
    padding: 20px 0;
    color: #fff;
    background: #222;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-meta {
        box-shadow: 0 0 16px rgba(0, 0, 0, .5);
    }
}

@media (max-width: 767px) {
    .site-meta {
        box-shadow: 0 0 16px rgba(0, 0, 0, .5);
    }
}

.brand {
    display: block;
    background: none;
}

.brand:hover {
    color: #fff;
}

.site-subtitle {
    margin: 0;
}

.site-search {
    display: none;
}

.site-nav {
    border-top: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-nav {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-nav-on {
        display: block !important;
    }
}

.menu .menu-item {
    display: block;
    margin: 0;
    list-style: none;
}

.menu .menu-item a {
    line-height: inherit;
    position: relative;
    box-sizing: border-box;
    padding: 5px 20px;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: background-color;
    text-align: left;
}

.menu .menu-item a:hover,
.menu-item-active a {
    border-bottom-color: #fff;
    background: #f9f9f9;
}

.menu .menu-item br {
    display: none;
}

.menu .menu-item .fa {
    margin-right: 5px;
}

.menu-item-active a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: ' ';
    border-radius: 50%;
    background-color: #bbb;
}

.btn-bar {
    background-color: #fff;
}

.site-nav-toggle {
    top: 20px;
    left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-nav-toggle {
        display: block;
    }
}

.use-motion .sidebar .motion-element {
    opacity: 1;
}

.sidebar {
    right: auto;
    bottom: auto;
    display: none;
    -webkit-transform: none;
}

.sidebar-inner {
    box-sizing: border-box;
    width: 240px;
    color: #555;
    background: #fff;
}

.sidebar-inner.affix {
    position: fixed;
    top: 0;
}

.site-overview {
    margin: 0 10px;
    text-align: left;
}

.site-author:before,
.site-author:after {
    display: table;
    content: ' ';
}

.site-author:after {
    clear: both;
}

.site-author-image {
    float: left;
    max-width: 64px;
    margin-right: 10px;
    border-width: 1px;
    border-color: #eee;
}

.site-author-name {
    font-weight: 600;
    margin: 0;
}

.site-description {
    line-height: 1.6;
    margin-top: 0;
}

.sidebar a {
    color: #555;
}

.sidebar a:hover {
    color: #222;
}

.links-of-author-item a:before {
    display: none;
}

.links-of-author-item a {
    text-decoration: underline;
    border-bottom: none;
}

.feed-link {
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.feed-link a {
    display: block;
    color: #fc6423;
    border: none;
}

.feed-link a:hover {
    color: #e34603;
    background: none;
}

.feed-link a:hover i {
    color: #e34603;
}

.links-of-author-item {
    display: inline-block;
    width: 48%;
}

.links-of-author-item a {
    display: block;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 15px;
    text-decoration: none;
}

.links-of-author-item a:hover {
    border-radius: 4px;
    background: #eee;
}

.links-of-author-item .fa {
    font-size: 16px;
    margin-right: 4px;
}

.links-of-author-item .fa-globe {
    font-size: 15px;
}

.post-toc ol {
    padding: 0 20px 10px;
}

@media (max-width: 767px) {
    .post-body {
        text-align: justify;
    }
}

/*友情链接*/
/*侧边栏友情链接*/
.sidebar .friend-link-title {
    margin-top: 20px;
    margin-bottom: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.friend-link-title {
    text-align: center;
    margin-bottom: 20px;
}

.friend-link-item {
    display: inline-block;
}

.friend-link-item a {
    display: block;

    box-sizing: border-box;
    margin-right: 0;
    padding: 2px 15px;

    text-decoration: none;

    border-bottom: none;
}

.friend-link-item a:hover {
    border-radius: 4px;
    background: #eee;
}

/* comments 评论样式来自https://github.com/zgq354/typecho-theme-next/blob/master/next/css/main.css*/
@media print, screen and (max-width: 767px) {
    #comments {
        margin: 10px 20px;
    }
}

#comments a {
    border-bottom: none;
}

#comments .widget-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.7;

    display: block;

    margin: 0;
    padding-bottom: 0;

    color: #6e7173;
    border-bottom: 1px solid #ddd;
}

#comments .pagination {
    margin: 35px 0 30px 0;

    text-align: center;
}

.comments {
    font-size: 13px;

    margin-top: 60px;
}

.comments .comment-about{
	width: 33.333%;
	float: left;
  padding-left: 10px;
  box-sizing: border-box;
}

.comments .comment-about:first-child{
  padding-left: 0;
}

@media (max-width: 637px ){
  .comments .comment-about{
  	width: 100%;
  	float: left;
    padding: 0;
  }
}

/*博主的评论样式*/
.comment-by-author > .comment-author  .fn::after {
	display: inline-block;
    content: 'ROOT';
    transform: scale(0.8,0.8);
    background: #ddd;
    color: white;
    padding: 1px 4px;
    border-radius: 5px;
}

.comment-meta {
    margin-top: -5px;
    margin-bottom: 5px;
}

.comment-content a {
    border-bottom: 1px solid #ddd;
}

.comment-content a {
    border-bottom-color: transparent;
}

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

.comment-content p code {
    display: inline;

    margin: 0 5px;
    padding: 3px 5px;

    border: 1px solid #ddd;
}

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

    list-style: none;
}

.comment-list {
    margin-top: -1px;
}

.comment-list li {
    padding: 22px 0 0;

    border-top: 1px solid #ddd;
}

.comment-list li.comment-level-even {
    background: #fff;
}

.comment-list li .comment-reply {
    font-size: .92857em;

    float: right;

    margin-top: -39px;
}

.comment-meta a {
    font-size: .92857em;

    color: #999;
}

.comment-author {
    display: block;

    margin-bottom: 1px;

    color: #444;
}

.comment-author .avatar {
    float: left;

    width: 32px;
    margin: 6px 7px 0 0;
    padding: 1px;

    border: 1px solid #ddd;
}

.comment-author cite {
    font-weight: bold;
    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 {
    margin: 0 0 25px;

    border: none;
}

.comment-children {
    margin-left: 22px;
}

.respond .cancel-comment-reply {
    font-size: .92857em;

    float: right;

    margin-top: 15px;
}

#comment-form {
    padding-top: 12px;
}

#comment-form label {
    position: absolute;

    display: block;

    margin: 4px 8px;

    color: #888;
}

#comment-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 6px 8px 45px;

    color: #555;
    border: solid 1px #d4d4d4;
    background: #fdfdfd;

    -o-box-sizing: border-box;
}

button.submit {
    line-height: 32px;

    display: block;

    width: 100%;
    height: 38px;

    color: #fff;
    border: 1px solid #272727;
    outline: none;
    background: #272727;
}

button.submit:hover {
    border-color: #505050;
    background: #505050;
}

textarea.text-area {
    font-size: 14px;
    line-height: 1.8;

    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 174px;
    margin: 0;
    padding: 5px 8px 5px;

    color: #555;
    background: #fdfdfd !important;

    -o-box-sizing: border-box;
}

/*标签页面*/
.tag-size-1 {
    font-size: 12px;
    color: #ccc;
}

.tag-size-5 {
    font-size: 18px;
    color: #ccc;
}

.tag-size-10 {
    font-size: 22px;
    color: #646464;
}

.tag-size-15 {
    font-size: 28px;
    color: #262626;
}

/*侧边栏搜索框*/
.menu-item-search{
    position: relative;
}

.site-search {
    position: absolute;
    top: 7px;
    left: 44px;
    font-size: 12px;
}

/*文章内容的无序列表样式*/
.posts-expand .post-body ul li {
    list-style: circle;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
