@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
}

::-moz-selection {
    color: #fff;
    background-color: #066eac
}

::selection {
    color: #fff;
    background-color: #066eac
}

body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, Segoe UI, Roboto, Noto Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    color: #c0c0c0;
    background-color: #000000;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body>*:first-child {
    margin-top: 0 !important
}

body>*:last-child {
    margin-bottom: 0 !important
}

p,
blockquote,
ul,
ol,
dl,
table,
pre {
    margin: 20px 0;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
}

h1 tt,
h1 code,
h2 tt,
h2 code,
h3 tt,
h3 code,
h4 tt,
h4 code,
h5 tt,
h5 code,
h6 tt,
h6 code {
    font-size: inherit
}

h1 {
    font-size: 1.4em;
    color: #ffffff
}

h2 {
    font-size: 1.3em;
    color: #f0f0f0
}

h3 {
    font-size: 1.2em;
    color: #c0c0c0
}

h4 {
    font-size: 1.1em;
    color: #d0d0d0
}

h5 {
    font-size: 1.0em;
    color: #d0d0d0
}

h6 {
    font-size: 1.0em;
    color: #d0d0d0
}

body>h2:first-child,
body>h1:first-child,
body>h1:first-child+h2,
body>h3:first-child,
body>h4:first-child,
body>h5:first-child,
body>h6:first-child {
    margin-top: 0;
    padding-top: 0
}

a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6 {
    margin-top: 0;
    padding-top: 0
}

a {
    text-decoration: none;
    color: #c0c0c0;
    outline: 0
}

a:active,
a:focus,
a:hover {
    color: #066eac;
    outline: 0
}

ul,
ol {
    padding-left: 30px
}

ul li>:first-child,
ol li>:first-child,
ul li ul:first-of-type,
ol li ol:first-of-type,
ul li ol:first-of-type,
ol li ul:first-of-type {
    margin-top: 0
}

li {
    word-wrap: break-word
}

li p {
    margin: 0
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}

strong {
    font-weight: 550;
    color: #fff;
}

pre {
    position: relative;
    margin: 20px 0;
    background-color: #0a0a0a;
    border: 1px solid #222;
}

code {
    font-family: Sarasa Mono SC, Noto Sans Mono CJK SC, Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
    font-size: 14px;
    margin: 0 3px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #111;
    color: #ccc;
}

pre code {
    font-size: 14px;
    display: block;
    overflow: auto;
    padding: 1.3em;
    border: 0;
    color: #c0c0c0;
    background-color: #0a0a0a
}

blockquote {
    padding: 0 10px 0 20px;
    border-left: 4px solid #333;
    color: #bbb;
}

blockquote>:first-child {
    margin-top: 0
}

blockquote>:last-child {
    margin-bottom: 0
}

hr {
    clear: both;
    overflow: hidden;
    height: 0;
    margin: 15px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #222;
    background: transparent
}

table {
    font-size: 14px;
    display: block;
    overflow: auto;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    word-wrap: normal;
    word-break: normal;
    border-color: #333;
}

table th {
    font-weight: bold;
    color: #fff;
    background-color: #111;
}

table th,
table td {
    padding: 6px 13px;
    white-space: nowrap;
    border: 1px solid #333
}

table tr {
    border-top: 1px solid #333;
    background-color: #000
}

table tr:hover {
    background-color: #111
}

table thead tr {
    background-color: #111
}

button,
input,
select,
textarea {
    font-family: -apple-system, SF UI Text, PingFang SC, Noto Sans CJK SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    resize: none;
    color: #c0c0c0;
    background: #000;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
    box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

.browsehappy {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    color: #ffcccc;
    background: #550000
}

.browsehappy a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff
}

.bg-white {
    background-color: #000 !important
}

.bg-grey {
    background-color: #000 !important
}

.bg-deepgrey {
    background-color: rgba(0, 0, 0, .8) !important
}

.bg-blue {
    background-color: #066eac !important
}

.bg-purple {
    background-color: #bc99c4 !important
}

.bg-green {
    background-color: #46c47c !important
}

.bg-yellow {
    background-color: #f9bb3c !important
}

.bg-red {
    background-color: #e8583d !important
}

.bg-orange {
    background-color: #f68e5f !important
}

.text-white {
    color: #fff !important
}

.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden
}

.MathJax {
    outline: 0
}

.MathJax span {
    font-size: 15px;
    color: #c0c0c0;
}

#instantclick-bar {
    background-color: #066eac
}

.icon-search {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 0 0 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #c0c0c0;
    border: solid 2px currentColor;
    border-radius: 50%
}

.icon-search:before {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 2px;
    height: 4px;
    content: '';
    background-color: currentColor
}

.icon-menu {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(.61, .04, .17, 1.32);
    transition-timing-function: cubic-bezier(.61, .04, .17, 1.32)
}

.icon-menu .middle {
    position: absolute;
    top: 50%;
    left: -.25em;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #e0e0e0
}

.icon-menu:after,
.icon-menu:before {
    position: absolute;
    left: -.25em;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background: #e0e0e0
}

.icon-menu:after {
    bottom: 0
}

.icon-menu:before {
    top: 0
}

.bg-ico-book {
    background-position: 0 0 !important;
    /* filter: invert(1) */;
}

.bg-ico-game {
    background-position: 0 -40px !important;
    /* filter: invert(1) */;
}

.bg-ico-note {
    background-position: 0 -80px !important;
    /* filter: invert(1) */;
}

.bg-ico-chat {
    background-position: 0 -120px !important;
    /* filter: invert(1) */;
}

.bg-ico-code {
    background-position: 0 -160px !important;
    /* filter: invert(1) */;
}

.bg-ico-image {
    background-position: 0 -200px !important;
    /* filter: invert(1) */;
}

.bg-ico-web {
    background-position: 0 -240px !important;
    /* filter: invert(1) */;
}

.bg-ico-link {
    background-position: 0 -280px !important;
    /* filter: invert(1) */;
}

.bg-ico-design {
    background-position: 0 -320px !important;
    /* filter: invert(1) */;
}

.bg-ico-lock {
    background-position: 0 -360px !important;
    /* filter: invert(1) */;
}

.header {
    line-height: 68px;
    position: fixed;
    z-index: 10;
    top: 0;
    display: block;
    width: 100%;
    height: 70px;
    padding: 0;
    text-align: right;
    background-color: #000000;
    border-bottom: 1px solid #1a1a1a;
}

.header.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.header.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

.navbar-container {
    position: relative;
    width: 1340px;
    max-width: 100%;
    height: 70px;
    margin: 0 auto
}

.navbar-logo {
    font-family: Ubuntu, Cantarell, Roboto, Lucida Sans, sans-serif;
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: auto;
    max-width: 50%;
    height: 22px;
    margin-top: -10px;
    margin-left: 25px;
    text-decoration: none;
    color: #fff;
}

.navbar-logo img {
    width: auto;
    height: 22px;
    outline: 0
}

.navbar-menu {
    z-index: 10;
    display: inline-block;
    width: auto;
    padding-right: 5px
}

.navbar-menu a {
    font-size: 14px;
    padding: 0 15px;
    color: #c0c0c0;
}

.navbar-menu a.current {
    color: #066eac
}

.navbar-mobile-menu {
    line-height: 70px;
    z-index: 1;
    display: none;
    width: 28px;
    padding: 0 45px 0 10px;
    cursor: pointer
}

.navbar-mobile-menu:active,
.navbar-mobile-menu:hover {
    cursor: pointer
}

.navbar-mobile-menu:active:before,
.navbar-mobile-menu:hover:before {
    -webkit-animation: pointer-ball .3s ease 1;
    animation: pointer-ball .3s ease 1;
    -webkit-animation-timing-function: cubic-bezier(.61, .04, .17, 1.32);
    animation-timing-function: cubic-bezier(.61, .04, .17, 1.32)
}

.navbar-mobile-menu:active .icon-menu,
.navbar-mobile-menu:hover .icon-menu {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.navbar-mobile-menu:active .icon-menu.cross .middle,
.navbar-mobile-menu:active .icon-menu.cross:after,
.navbar-mobile-menu:active .icon-menu.cross:before,
.navbar-mobile-menu:hover .icon-menu.cross .middle,
.navbar-mobile-menu:hover .icon-menu.cross:after,
.navbar-mobile-menu:hover .icon-menu.cross:before {
    background: #066eac
}

.navbar-mobile-menu:active .icon-menu.cross .middle,
.navbar-mobile-menu:hover .icon-menu.cross .middle {
    opacity: 0
}

.navbar-mobile-menu:active .icon-menu.cross:after,
.navbar-mobile-menu:hover .icon-menu.cross:after {
    bottom: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navbar-mobile-menu:active .icon-menu.cross:before,
.navbar-mobile-menu:hover .icon-menu.cross:before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white
}

.navbar-mobile-menu li {
    position: relative;
    display: inline;
    margin: 0;
    text-decoration: none
}

.navbar-mobile-menu ul {
    position: absolute;
    z-index: 1;
    top: 100%;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0 0 0 -95px;
    padding: 0;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    transform: translate(120px, 0);
    text-indent: 0
}

.navbar-mobile-menu:hover>ul,
.navbar-mobile-menu:active>ul,
.navbar-mobile-menu:focus>ul {
    overflow: inherit;
    clip: inherit;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    transform: translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5)
}

.navbar-mobile-menu ul li a {
    font-size: 15px;
    line-height: 2.2;
    display: block;
    width: 140px;
    margin: 0;
    padding: 8px 25px;
    background-color: #111;
    color: #c0c0c0;
    border-bottom: 1px solid #222;
}

.navbar-search {
    line-height: 70px;
    display: inline-block;
    width: 20px;
    padding: 0 40px 0 0;
    cursor: pointer
}

.navbar-search:hover>form,
.navbar-search:active>form,
.navbar-search:focus>form {
    overflow: inherit;
    clip: inherit;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 1
}

.navbar-search:hover>.icon-search,
.navbar-search:active>.icon-search,
.navbar-search:focus>.icon-search {
    color: #066eac
}

.navbar-search form {
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: auto;
    max-width: 60%;
    height: 30px;
    margin-top: -15px;
    padding-right: 10px;
    opacity: 0
}

.navbar-search form .search-box {
    line-height: 30px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 3px
}

.navbar-search form .search-box input {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 18px;
    color: #c0c0c0;
    border: 1px solid #066eac;
    border-radius: 20px;
    outline: 0;
    background-color: #000;
}

.main-content {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s
}

.index-page {
    padding: 120px 20px 0
}

.index-page .post-list-item-container .item-label {
    padding: 10px 20px 40px
}

.post-lists {
    position: relative;
    display: block;
    overflow: hidden
}

.post-lists-body {
    display: block
}

.post-list-item {
    float: left;
    width: 33.3333%;
    height: auto;
    padding: 15px;
    align-items: center
}

.post-list-item-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    background-color: #000;
    border: 1px solid #222;
}

.post-list-item-container:hover {
    border-color: #333;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.post-list-item-container .item-thumb {
    position: relative;
    display: inherit;
    min-height: 250px;
    -webkit-transition: -webkit-transform 500ms ease, filter 500ms ease;
    -moz-transition: -moz-transform 500ms ease, filter 500ms ease;
    transition: transform 500ms ease, filter 500ms ease;
    background-position: 50% 50%;
    background-size: cover
}

.post-list-item-container .item-desc {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 40px 28px
}

.post-list-item-container .item-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    word-break: break-all;
    opacity: 0;
    color: #fff
}

.post-list-item-container:hover .item-thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px)
}

.post-list-item-container:hover .item-desc {
    background-color: rgba(0, 0, 0, .8)
}

.post-list-item-container:hover .item-desc p {
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s;
    opacity: 1
}

.post-list-item-container .item-slant {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 110%;
    min-height: 100px;
    -webkit-transform: rotate(7deg) translate(-10px, 0);
    -ms-transform: rotate(7deg) translate(-10px, 0);
    transform: rotate(7deg) translate(-10px, 0);
    background-color: #000;
    border-top: 1px solid #222;
}

.post-list-item-container .item-slant.reverse-slant {
    -webkit-transform: rotate(-10deg) translate(10px, -10px);
    -ms-transform: rotate(-10deg) translate(10px, -10px);
    transform: rotate(-10deg) translate(10px, -10px);
    opacity: .7;
    background-color: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.post-list-item-container .item-label {
    position: relative;
    height: 130px;
    padding: 25px 20px 40px;
    background-color: #000
}

.post-list-item-container .item-label .item-title a {
    font-size: 17px;
    line-height: 17px;
    word-break: break-all;
    color: #c0c0c0
}

.post-list-item-container .item-label .item-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    text-align: right
}

.post-list-item-container .item-label .item-meta .item-meta-cat a {
    font-size: 13px;
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 10px 0;
    text-align: right;
    text-transform: none;
    color: #999
}

.post-list-item-container .item-label .item-meta .item-meta-date {
    font-size: 12px;
    position: relative;
    float: left;
    padding-top: 11px;
    padding-left: 9px;
    text-align: right;
    text-transform: none;
    color: #999
}

.post-list-item-container .item-label .item-meta .item-meta-ico {
    display: inline-block;
    float: right;
    width: 42px;
    height: 42px;
    border: 1px solid #333;
    border-radius: 50%
}

.onelist-page {
    max-width: 100%;
    margin: 0;
    padding: 70px 0 0;
    background-color: #000;
}

.post-onelist-item {
    display: inline-block;
    width: 100%;
    margin: 0
}

.post-onelist-item:nth-child(n) {
    background-color: #000
}

.post-onelist-item:nth-child(2n) {
    background-color: #000
}

.post-onelist-item-container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 70px 20px 65px
}

.post-onelist-item-container .onelist-item-thumb {
    min-height: 260px;
    border-radius: 5px;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #222;
}

.post-onelist-item-container .onelist-item-thumb:hover {
    border-color: #333;
}

.post-onelist-item-container .item-title {
    display: block;
    margin: 30px 0 0;
    text-align: center
}

.post-onelist-item-container .item-title a {
    font-size: 21px;
    line-height: 17px;
    color: #c0c0c0
}

.post-onelist-item-container .item-content {
    padding: 0 30px 10px;
    text-align: center;
    word-break: break-all
}

.post-onelist-item-container .item-meta,
.post-onelist-item-container .item-readmore {
    font-size: 12px;
    text-align: center;
    color: #999
}

.post-onelist-item-container .item-meta a {
    color: #999
}

.post-onelist-item-container .item-readmore a {
    padding: 8px 20px;
    color: #999;
    border: 1px solid #333;
    border-radius: 20px
}

.post-onelist-item-container .item-readmore a:hover {
    color: #066eac;
    border-color: #066eac;
}

.post-onelist-item-container .item-meta-hr {
    display: block;
    width: 55px;
    height: 2px;
    margin: 20px auto 0;
    background-color: #222;
}

.post-header-thumb {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 70px
}

.post-header-thumb-op {
    position: absolute;
    width: 100%;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    filter: blur(4px)
}

.post-header-thumb-cover {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -50px;
    background-color: rgba(0, 0, 0, .7);
}

.post-header-thumb-container {
    position: relative;
    top: 100px;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 25px 20px;
    -webkit-animation: fade-in .5s;
    animation: fade-in;
    animation-duration: .5s
}

.post-header-thumb-title {
    font-size: 21px;
    font-weight: 500;
    color: #fff
}

.post-header-thumb-meta {
    color: #ccc;
    font-size: 12px
}

.post-header-thumb-meta a {
    color: #ccc
}

.post-header-thumb-container .post-tags {
    border-bottom: none
}

.post-page {
    max-width: 800px;
    padding: 30px 25px 20px
}

.page-page {
    max-width: 800px;
    padding: 130px 25px 20px
}

.post-content p {
    word-wrap: break-word;
    word-break: break-word
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 500;
    position: relative;
    margin: 20px 0
}

.post-content h1::before,
.post-content h2::before,
.post-content h3::before,
.post-content h4::before,
.post-content h5::before,
.post-content h6::before {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -15px;
    content: '#';
    color: #066eac
}

.post-content pre {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 4px;
    background: #0a0a0a;
    text-shadow: none;
    border: 1px solid #222;
}

.post-content pre code {
    line-height: 20px;
    margin: 0;
    padding: 1.3em;
    color: #c0c0c0;
    background-color: #0a0a0a
}

.post-content p a {
    color: #c0c0c0;
    border-bottom: 1px solid #444
}

.post-content p a:hover {
    color: #066eac;
    border-bottom: 1px solid #066eac
}

.post-content img {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 0.9;
}

.post-content p img {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 20px auto
}

.post-content input.text {
    display: inline-block;
    padding: 5px 10px;
    color: #c0c0c0;
    border: 1px solid #333;
    border-radius: 3px;
    outline: 0;
    background-color: #000
}

.post-content input.submit {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    outline: 0;
    background-color: #222
}

.post-content .flinks {
    padding: 0
}

.post-content .flinks li {
    display: inline-block;
    overflow: hidden;
    width: 32%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.post-page .post-header {
    display: none
}

.post-page .post-content .post-tags {
    display: none
}

.post-title {
    font-size: 21px;
    color: #fff;
}

.post-data,
.post-data a {
    font-size: 12px;
    color: #999
}

.post-tags {
    margin: 0;
    padding: 5px 0 15px;
    border-bottom: 1px solid #222
}

.post-content .post-tags a,
.post-tags a {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 4px 8px 0 0;
    padding: 0 15px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    letter-spacing: 0;
    color: #bbb;
    border: 1px solid #333;
    border-radius: 20px;
    outline-style: none;
    background: #000
}

.post-header-thumb .post-tags a {
    border: none;
    font-size: 12px
}

.post-header-thumb .post-tags a:hover {
    border: none
}

.post-tags a::before {
    content: '# '
}

.post-tags a:hover {
    color: #066eac;
    border: 1px solid #066eac
}

.post-info {
    overflow: hidden;
    margin: 25px -20px 0;
    padding: 25px 20px 20px;
    border-top: 1px solid #222
}

.related-post-lists {
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
    padding-top: 30px;
    background-color: #000
}

.related-post-lists .post-lists {
    max-width: 1240px;
    margin: 0 auto
}

.related-post-lists .post-list-item-container {
    border: 1px solid #222;
    border-radius: 3px;
    background: #000;
}

.related-post-lists .post-list-item-container .item-label {
    height: 120px;
    background: #000
}

.related-post-lists .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    color: #c0c0c0
}

.related-post-lists .post-list-item-container .item-label .item-meta .item-meta-cat a {
    color: #999
}

.related-post-lists .post-list-item-container .item-label .item-meta .item-meta-ico {
    width: 42px;
    height: 42px;
    border: 1px solid #333;
    border-radius: 50%
}

.archive-page {
    padding: 120px 20px 40px
}

.archive-page .categories-title {
    font-size: 14px;
    position: relative;
    margin: 10px auto;
    padding: 0 30px;
    color: #999
}

.archive-page .categories-title a {
    color: #999
}

.archive-page .categories-title::before {
    position: absolute;
    top: 0;
    left: -15px;
    padding: 0 30px;
    content: '#';
    color: #066eac
}

.archive-page .post-list-item-container {
    border: 1px solid #222;
    border-radius: 3px;
    background: #000;
}

.archive-page .post-list-item-container .item-label {
    height: 95px;
    background: #000
}

.archive-page .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c0c0c0
}

.archive-page .post-list-item-container .item-label .item-meta .item-meta-date {
    padding-bottom: 5px;
    padding-left: 5px;
    color: #999
}

.common-page {
    padding: 120px 20px 0
}

.common-page .common-title {
    font-size: 14px;
    position: relative;
    margin: 10px auto;
    padding: 0 30px;
    color: #999
}

.common-page .common-title::before {
    position: absolute;
    top: 0;
    left: -15px;
    padding: 0 30px;
    content: '#';
    color: #066eac
}

.common-page .post-list-item {
    width: 49.9999%
}

.common-page .post-list-item-container .item-label {
    background-color: #000
}

.common-page .post-list-item-container .item-label .item-title a {
    font-size: 14px;
    color: #e0e0e0
}

.common-page .post-list-item_container .item-label .item-meta .item-meta-date {
    padding-bottom: 5px;
    padding-left: 5px;
    color: #999
}

.common-page .post-list-item:hover,
.archive-page .post-list-item:hover,
.related-post-lists .post-list-item:hover {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.post-list-item-container .item-label.bg-blue .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-purple .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-green .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-yellow .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-red .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-orange .item-title a {
    color: #fff
}

.post-list-item-container .item-label.bg-blue .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-purple .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-green .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-yellow .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-red .item-meta .item-meta-date {
    color: #fff
}

.post-list-item-container .item-label.bg-orange .item-meta .item-meta-date {
    color: #fff
}

.search-page .search-box {
    line-height: 40px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 3px
}

.search-page .search-box .input {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 18px;
    color: #c0c0c0;
    border: 1px solid #333;
    border-radius: 20px;
    outline: 0;
    background-color: #000;
}

.search-page .search-box .spsubmit {
    line-height: 42px;
    float: right;
    margin-right: 15px;
    outline: 0;
    background-color: transparent
}

.search-page .search-tags {
    margin: 0;
    padding: 15px 0;
    text-align: center
}

.search-page .search-tags p {
    margin: 20px 0 0;
    color: #999;
}

.search-page .search-tags a {
    font-size: 13px;
    display: inline-block;
    margin: 10px 8px 0 0;
    padding: 2px 15px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    letter-spacing: 0;
    border-radius: 15px;
    border: 1px solid #333;
    color: #bbb;
    background-color: #111;
}

.search-page .search-tags a:hover {
    border-color: #066eac;
    color: #066eac;
}

.search-page .search-tags-hr {
    display: block;
    width: 55px;
    height: 2px;
    margin: 20px auto 10px;
    background-color: #222;
}

.directory-content {
    position: relative;
    z-index: 0;
    max-width: 820px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: right
}

.directory-content.initial {
    opacity: 0
}

.directory-content.pinned {
    opacity: 1
}

.directory-content.unpinned {
    opacity: 1
}

.directory-content.headroom--top {
    opacity: 0
}

.directory-content.headroom--not-top {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 1
}

.directory-content .toc {
    position: fixed;
    z-index: 0;
    top: 100px;
    display: inline-block;
    text-align: left
}

.directory-content .toc a:hover {
    color: #066eac
}

.directory-content .toc>.toc-list {
    overflow: hidden;
    position: relative
}

.directory-content .toc>.toc-list li {
    list-style: none;
    margin: 3px 5px
}

.directory-content .js-toc {
    overflow-y: hidden
}

.directory-content .toc-list {
    margin: 0;
    padding-left: 10px
}

.directory-content a.toc-link {
    color: currentColor;
    height: 100%
}

.directory-content .is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.directory-content .is-collapsed {
    max-height: 0
}

.directory-content .is-position-fixed {
    position: fixed !important;
    top: 0
}

.directory-content .is-active-link {
    font-weight: 700
}

.directory-content .toc-link::before {
    background-color: #333;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.directory-content .is-active-link::before {
    background-color: #066eac
}

.post-bottom-bar {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    border-top: 1px solid #222;
    background-color: #000
}

.post-bottom-bar .bottom-bar-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 10px
}

.post-bottom-bar .social-share {
    font-size: 14px;
    line-height: 48px;
    margin: 0 0 0 10px;
    color: #c0c0c0
}

.post-bottom-bar .bottom-bar-item a {
    font-size: 14px;
    line-height: 48px;
    margin: 0;
    padding: 12px;
    cursor: pointer;
    color: #c0c0c0;
    border: 0;
    background: none
}

.post-bottom-bar .bottom-bar-item a:hover {
    color: #066eac
}

.post-bottom-bar .social-share .bottom-bar-item {
    padding: 4px
}

.post-bottom-bar .social-share .bottom-bar-item a {
    font-size: 13px;
    padding: 4px 12px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 15px
}

.post-bottom-bar .social-share .bottom-bar-item a:hover {
    color: #e0e0e0;
    background-color: #111
}

.post-bottom-bar .bottom-bar-item.bottom-bar-facebook a {
    color: #fff;
    background-color: #4267b2
}

.post-bottom-bar .bottom-bar-item.bottom-bar-x a {
    color: #fff;
    background-color: #040404;
    border: 1px solid #333;
}

.post-bottom-bar .bottom-bar-item.bottom-bar-weibo a {
    color: #fff;
    background-color: #db4437
}

.post-bottom-bar .bottom-bar-item.bottom-bar-qrcode a {
    color: #fff;
    background-color: #4CAF50
}

.post-bottom-bar.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.post-bottom-bar.animated.pinned {
    -webkit-animation-name: pinned;
    animation-name: pinned
}

.post-bottom-bar.headroom--top {
    -webkit-animation-name: pinned;
    animation-name: pinned
}

.post-bottom-bar.animated.unpinned {
    -webkit-animation-name: unpinned;
    animation-name: unpinned
}

.lists-navigator {
    margin: 30px 0 35px
}

.onelist-page .lists-navigator {
    margin: 35px 0 35px
}

.lists-navigator ol {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    text-align: center
}

.lists-navigator ol li {
    display: inline-block;
    color: #999
}

.lists-navigator ol li a {
    font-size: 14px;
    padding: 0 20px;
    color: #999
}

.lists-navigator ol li a:hover {
    color: #066eac
}

.lists-navigator ol li.current a {
    color: #066eac
}

#comments .lists-navigator {
    margin: 20px 0
}

#comments .page-navigator a {
    color: #999
}

#comments .page-navigator a:hover {
    color: #066eac
}

#comments .lists-navigator ol {
    margin: 20px 0;
    padding: 0 10px;
    list-style: none;
    text-align: center
}

#comments .lists-navigator ol li.current a {
    color: #066eac
}

.comment-container {
    position: relative;
    z-index: 1;
    color: #999;
    background-color: #000
}

#comments {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

#comments .page-navigator {
    margin: 0
}

#comments a {
    color: #999
}

#comments .response {
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    margin: 30px 0 20px;
    padding: 0 0 10px;
    color: #c0c0c0;
    border-bottom: 1px solid #222;
}

.comments-list-title {
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    margin: 30px 0 20px;
    padding: 0 0 10px;
    color: #c0c0c0;
    border-bottom: 1px solid #222;
}

#comments .response a {
    color: #066eac
}

.comment-list {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.comment-parent {
    margin: 20px 0;
    border: 1px solid #222;
    border-radius: 3px;
    background: #000;
}

.comment-parent:last-child {
    margin: 20px 0 0
}

.comment-parent:first-child {
    margin: 0
}

.comment-child,
.comment-child2 {
    border-top: 1px solid #222
}

.comment-view {
    padding: 20px;
    cursor: pointer
}

.comment-header {
    display: inline-block;
    width: 100%
}

.comment-header .avatar {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%
}

.comment-header .comment-author {
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    float: left;
    margin: 0 20px;
    color: #c0c0c0;
}

.comment-header .comment-by-author a {
    color: #066eac !important
}

.comment-content {
    margin-bottom: 10px;
    color: #c0c0c0
}

.comment-meta {
    font-size: 12px;
    color: #777;
}

.comment-meta .comment-reply {
    display: none;
    float: right
}

.comment-meta .comment-reply a {
    color: #066eac !important
}

.comment-view:hover .comment-meta .comment-reply {
    display: block
}

.comment-parent>.comment-children .avatar {
    width: 34px;
    height: 34px;
    margin: 3px 0 0 3px
}

.comment-parent>.comment-children .comment-author-at {
    float: left;
    margin-right: 5px
}

.comment-parent>.comment-children .comment-content {
    margin: -3px 3px 10px
}

.comment-parent>.comment-children .comment-meta {
    margin: 0 3px
}

.comment-form {
    position: relative;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 3px;
    background: #000;
    border: 1px solid #222;
}

.comment-form .form-control {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 34px;
    color: #c0c0c0;
    outline: 0;
    background: #000;
}

.comment-form .form-control:focus {
    border-color: #066eac;
    outline: 0
}

.comment-form textarea.form-control {
    overflow: hidden;
    height: 150px;
    padding: 10px 0;
    resize: none;
    border-radius: 0
}

.comment-form .input-control {
    float: left;
    width: 100%;
    max-width: 206px;
    border-bottom: 1px dashed #333;
    border-radius: 0
}

.comment-form .submit {
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    height: 28px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    text-align: center;
    line-height: 28px;
    color: #c0c0c0;
    border: 1px solid #222;
    border-radius: 30px;
    background-color: #111
}

.comment-form .submit:hover,
.submit:focus,
.submit:active,
.submit:active:focus {
    color: #066eac;
    border: 1px solid #066eac;
    outline-style: none;
    background-color: #000
}

.footer {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 50px;
    background-color: #000
}

.footer-social {
    border-bottom: 1px solid #222
}

.footer-social .footer-container {
    max-width: 1140px;
    margin: 0 auto
}

.footer-social .social-list {
    padding: 20px;
    text-align: center
}

.footer-social .social-list a {
    font-size: 13px;
    padding: 0 25px;
    text-decoration: none;
    color: #999
}

.footer-meta {
    padding: 50px 0 0;
    list-style: none
}

.footer-meta .footer-container {
    width: 100%;
    max-width: 1260px;
    height: 250px;
    margin: 0 auto;
    padding: 0 80px
}

.footer-meta .meta-item {
    position: relative;
    float: left;
    width: 33.3333333%;
    min-height: 1px;
    padding: 0 30px
}

.footer-meta .meta-copyright .info-logo img {
    height: 32px;
    margin-bottom: 12px;
    /* filter: invert(1) */;
}

.footer-meta .meta-copyright .info-text p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #767676
}

.footer-meta .meta-copyright .info-text a {
    color: #767676
}

.footer-meta .meta-title {
    font-size: 14px;
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #bbb
}

.footer-meta .meta-posts li {
    font-size: 13px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #767676
}

.footer-meta .meta-posts li a {
    color: #999
}

.footer-meta .meta-posts li a:hover {
    color: #066eac
}

.footer-meta .meta-tags li {
    font-size: 13px;
    line-height: 25px;
    float: left;
    padding: 0 7px 0 0;
    color: #767676
}

.footer-meta .meta-tags li a {
    color: #999
}

.footer-meta .meta-tags li a:hover {
    color: #066eac
}

@media(max-width:1000px) {
    .directory-content {
        display: none
    }

    .post-header-thumb {
        height: 270px
    }

    .post-header-thumb-cover {
        height: 270px;
        margin-top: -40px
    }

    .post-header-thumb-op {
        height: 270px
    }

    .post-header-thumb-container {
        top: 70px
    }
}

@media(max-width:880px) {
    .index-page {
        padding: 80px 0 0
    }

    .archive-page {
        padding: 80px 0 20px
    }

    .common-page {
        padding: 80px 0 0
    }

    .post-onelist-item-container {
        padding: 50px 20px 55px
    }

    .post-list-item {
        width: 50%;
        padding: 10px
    }

    .post-list-item:nth-child(odd) {
        padding-left: 20px
    }

    .post-list-item:nth-child(even) {
        padding-right: 20px
    }

    .lists-navigator {
        margin: 25px 0 30px
    }

    .post-header-thumb {
        height: 250px
    }

    .post-header-thumb-op {
        height: 250px
    }

    .post-header-thumb-cover {
        height: 250px;
        margin-top: -30px
    }

    .post-header-thumb-container {
        top: 60px
    }

    .footer-meta .footer-container {
        padding: 0
    }

    .main-content {
        margin: 0 auto
    }

    .footer-meta .meta-item {
        padding: 0 20px
    }
}

@media(max-width:700px) {
    body {
        font-size: 18px;
    }

    .comment-form .input-control {
        max-width: 100%
    }

    .post-header-thumb {
        height: 220px
    }

    .post-header-thumb-op {
        height: 220px
    }

    .post-header-thumb-cover {
        height: 220px;
        margin-top: -20px
    }

    .post-header-thumb-container {
        top: 40px
    }

    .post-page {
        padding: 20px 25px 0
    }

    .page-page {
        padding: 90px 25px 0
    }

    .search-page .search-tags {
        padding: 0 0 15px
    }

    .search-page .search-tags p {
        margin: 0
    }

    .related-post-lists {
        padding-top: 15px
    }

    .post-onelist-item-container {
        padding: 20px 20px 25px
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 240px
    }
}

@media(max-width:650px) {
    .navbar-menu {
        display: none
    }

    .navbar-search {
        padding: 0 35px 0 0
    }

    .navbar-search form {
        width: 180px;
        margin-right: 55px
    }

    .navbar-mobile-menu {
        display: inline-block
    }

    .red-gradient {
        display: none
    }

    .meta-posts {
        display: none
    }

    .meta-tags {
        display: none
    }

    .meta-comments {
        display: none
    }

    .post-bottom-bar .social-share {
        display: none
    }

    .post-page {
        padding: 90px 25px 0
    }

    .common-page .post-list-item {
        width: 100%;
        padding: 10px 20px
    }

    .footer-social {
        display: none
    }

    .footer-meta .footer-container {
        height: 70px;
        padding: 0 15px
    }

    .footer-meta .meta-item {
        width: 100%;
        padding: 0 10px
    }

    .footer-meta .meta-copyright .info-text {
        float: right
    }

    .footer-meta .meta-copyright .info-text p {
        text-align: right
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 220px
    }

    .post-header-thumb {
        display: none
    }

    .post-page .post-header {
        display: inherit
    }

    .post-page .post-content .post-tags {
        display: inherit
    }
}

@media(max-width:580px) {
    .navbar-search form {
        width: 150px
    }

    .index-page {
        padding: 70px 0 0
    }

    .archive-page {
        padding: 70px 0 20px
    }

    .common-page {
        padding: 70px 0 0
    }

    .post-list-item {
        width: 100%;
        padding: 10px 20px
    }

    .post-list-item:first-child {
        padding-top: 20px
    }

    .post-list-item-container .item-thumb {
        min-height: 200px
    }

    .post-list-item-container .item-label {
        height: 120px
    }

    .archive-page .post-list-item:first-child {
        padding-top: 0
    }

    .archive-page .post-list-item:last-child {
        padding-bottom: 0
    }

    .common-page .post-list-item:first-child {
        padding-top: 0
    }

    .related-post-lists {
        padding-top: 5px
    }

    .main-content {
        margin: 0 auto
    }

    .post-onelist-item-container {
        padding: 20px 20px 25px
    }

    .post-onelist-item-container .item-content {
        display: none
    }

    .post-onelist-item-container .item-readmore {
        display: none
    }

    .post-onelist-item-container .onelist-item-thumb {
        min-height: 180px
    }
}

@media(max-width:410px) {
    .meta-copyright-info .info-logo {
        display: none
    }
}

@-webkit-keyframes unpinned {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50px)
    }
}

@keyframes unpinned {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes pinned {
    0% {
        -webkit-transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0px)
    }
}

@keyframes pinned {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-70px)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

@keyframes fade-in {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        -webkit-transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}