@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%
}

::-moz-selection {
    color: #414141;
    background-color: #6fa3ef
}

::selection {
    color: #fff;
    background-color: #6fa3ef
}

body {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
    color: #313131;
    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
}

blockquote, dl, ol, p, pre, table, ul {
    margin: 20px 0
}

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

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

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

h2 {
    font-size: 1.3em;
    color: #333
}

h3 {
    font-size: 1.2em;
    color: #444
}

h4 {
    font-size: 1.1em;
    color: #555
}

h5 {
    font-size: 1em;
    color: #555
}

h6 {
    font-size: 1em;
    color: #555
}

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

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

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

a:active, a:focus, a:hover {
    color: #6fa3ef;
    outline: 0
}

ol, ul {
    padding-left: 30px
}

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

li {
    word-wrap: break-word
}

li p {
    margin: 0
}

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

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

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

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

blockquote {
    padding: 0 10px 0 20px;
    border-left: 4px solid #ddd
}

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: 2px solid #ddd;
    background: 0 0
}

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

table th {
    font-weight: 700
}

table td, table th {
    padding: 6px 13px;
    border: 1px solid #ddd
}

table tr {
    border-top: 1px solid #ccc;
    background-color: #fff
}

table thead tr {
    background-color: #f7f7f7
}

button, input, select, textarea {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    resize: none
}

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

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

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

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

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

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

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

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

.bg-white {
    background-color: #fff !important
}

.bg-grey {
    background-color: #f7f7f7 !important
}

.bg-deepgrey {
    background-color: #8997aa !important
}

.bg-blue {
    background-color: rgba(143, 184, 241, 0.31) !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
}

.bg-indigo {
    background-color: rgba(60, 141, 169, 0.2) !important;
}

.bg-dark-blue {
    background-color: rgba(0,188,212,.97) !important;
}

.bg-deep-blue1 {
    background-color: rgba(60, 141, 169, 0.68) !important;
}

.bg-dark-black {
    background-color: #222 !important;
}

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

.MathJax {
    outline: 0
}

.MathJax span {
    font-size: 15px
}

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

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

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

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

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

.icon-menu:after {
    bottom: 0
}

.icon-menu:before {
    top: 0
}

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

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

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

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

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

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

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

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

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

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

.header {
    line-height: 78px;
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    height: 80px;
    padding: 0;
    text-align: right;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.navbar-container {
    position: relative;
    width: 1600px;
    max-width: 100%;
    height: 80px;
    margin: 0 auto
}

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

.navbar-logo img {
    width: auto;
    height: 32px;
    outline: 0
}

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

.navbar-menu a {
    font-size: 14px;
    padding: 0 15px
}

.navbar-mobile-menu {
    line-height: 80px;
    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: #6fa3ef
}

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

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

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

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

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

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

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

.navbar-search {
    line-height: 80px;
    display: inline-block;
    width: 20px;
    padding: 0 40px 0 0;
    cursor: pointer
}

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

.navbar-search:active > .icon-search, .navbar-search:focus > .icon-search, .navbar-search:hover > .icon-search {
    color: #6fa3ef
}

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

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

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

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

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

.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: #fff;
    -webkit-box-shadow: 12px 9px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 12px 9px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

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

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

.post-list-item-container .item-thumb .item-desc {
    font-size: 14px;
    position: absolute;
    top: 20%;
    overflow: hidden;
    height: 145px;
    padding: 0 30px;
    word-break: break-all;
    opacity: 0;
    color: #fff
}

.post-list-item-container .item-thumb:hover {
    background-color: #f68e5f;
    background-image: none !important
}

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

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

.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: #f68e5f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-list-item-container .item-label {
    position: relative;
    height: 130px;
    padding: 15px 20px 15px;
    background-color: #fff
}

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

.post-list-item-container .item-label .item-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5px 1px;
    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: #5f5f5f
}

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

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

.index-page .post-list-item-container .item-label {
    padding: 10px 20px 40px
}

.post-page {
    max-width: 700px;
    padding: 130px 25px 20px
}

.post-content p {
    font-size: 14px;
    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 {
    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 {
    position: absolute;
    top: 0;
    left: -15px;
    content: '#';
    color: #6fa3ef
}

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

.post-content pre code {
    line-height: 20px;
    margin: 0;
    padding: 1.3em;
    color: #313131;
    background-color: #f7f7f7
}

.post-content p a {
    color: #313131;
    border-bottom: 1px solid #ccc
}

.post-content p a:hover {
    color: #6fa3ef;
    border-bottom: 1px solid #6fa3ef
}

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

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

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

.post-content .flinks {
    padding: 0
}

.post-content .flinks li {
    display: inline-block;
    overflow: hidden;
    width: 32%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.post-title {
    font-size: 21px
}

.post-data, .post-data a {
    font-size: 12px;
    color: #5f5f5f;
    padding-left: 5px;
    padding-right: 5px
}

.post-tags {
    margin: 0;
    padding: 5px 0 15px;
    border-bottom: 1px solid #e0e0e0
}

.post-tags a {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 4px 8px 0 0;
    padding: 0 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-decoration: none !important;
    letter-spacing: 0
}

.post-tags a:nth-child(1n) {
    color: #fff;
    border: 1px solid #6fa3ef;
    border-radius: 15px;
    background: #6fa3ef
}

.post-tags a:nth-child(2n) {
    color: #fff;
    border: 1px solid #ff9800;
    border-radius: 15px;
    background: #ff9800
}

.post-tags a:nth-child(3n) {
    color: #fff;
    border: 1px solid #46c47c;
    border-radius: 15px;
    background: #46c47c
}

.post-tags a:nth-child(4n) {
    color: #fff;
    border: 1px solid #f9bb3c;
    border-radius: 15px;
    background: #f9bb3c
}

.post-tags a:nth-child(5n) {
    color: #fff;
    border: 1px solid #bc99c4;
    border-radius: 15px;
    background: #bc99c4
}

.post-tags a:nth-child(6n) {
    color: #fff;
    border: 1px solid #e8583d;
    border-radius: 15px;
    background: #e8583d
}

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

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

.post-info {
    overflow: hidden;
    margin: 25px -20px 0;
    padding: 25px 20px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #e0e0e0
}

.related-post-lists {
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
    padding-top: 30px;
    background-color: #f7f7f7
}

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

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

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

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

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

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

.archive-page {
    padding: 120px 20px 40px
}

.archive-page .categorys-title {
    font-size: 14px;
    position: relative;
    margin: 10px auto;
    padding: 0 30px;
    color: #5f5f5f
}

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

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

.archive-page .post-list-item-container {
    border: 1px solid rgba(28, 22, 22, 0.24);
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 6px 6px 7px 0px #2222226e;
    box-shadow: 6px 6px 7px 0px #2222226e;
    border-radius: 10px;
    margin-bottom: 10px;
}

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

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

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

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

.common-page .common-title {
    font-size: 14px;
    position: relative;
    margin: 10px auto;
    padding: 0 30px;
    color: #5f5f5f
}

.common-page .common-title::before {
    position: absolute;
    top: 0;
    left: -15px;
    padding: 0 30px;
    content: '#';
    color: #6fa3ef
}

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

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

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

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

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

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

.directory-content.initial {
    opacity: 0
}

.directory-content.pinned {
    opacity: 1
}

.directory-content.unpinned {
    opacity: 1
}

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

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

#directory {
    position: fixed;
    z-index: 0;
    top: 100px;
    display: inline-block;
    text-align: left
}

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

#directory > ul {
    position: relative;
    border-left: 1px solid #ddd
}

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

#directory ul li a {
    display: inline-table;
    margin-left: 5px;
    white-space: nowrap
}

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

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

#directory a:hover {
    color: #6fa3ef
}

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

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

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

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

.lists-navigator ol li.current a {
    color: #6fa3ef
}

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

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

#comments .lists-navigator ol li.current a {
    color: #6fa3ef
}

.comment-container {
    position: relative;
    z-index: 1;
    color: #5f5f5f;
    background-color: #f7f7f7;
    margin-bottom: -517px;
}

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

#comments .page-navigator {
    margin: 0
}

#comments a {
    color: #5f5f5f
}

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

#comments .response a {
    color: #6fa3ef
}

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

.comment-parent {
    margin: 20px 0;
    border: 1px solid rgba(184, 197, 214, .2);
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

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

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

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

.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 #eaeaea;
    border-radius: 50%
}

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

.comment-header .comment-by-author a {
    color: #6fa3ef !important
}

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

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

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

.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: 0 0 40px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.comment-form .form-control {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 34px;
    color: #313131;
    outline: 0
}

.comment-form .form-control:focus {
    border-color: #6fa3ef;
    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 #ddd;
    border-radius: 0
}

.comment-form .submit {
    font-size: 13px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    height: 32px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-align: center;
    color: #313131;
    border: 1px solid #f7f7f7;
    border-radius: 30px;
    background-color: #f7f7f7
}

.comment-form .submit:hover, .submit:active, .submit:active:focus, .submit:focus {
    color: #6fa3ef;
    border: 1px solid #6fa3ef;
    outline-style: none;
    background-color: #fff
}

.footer {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 100px;
    background-color: #fff;
    margin-top: 517px;
}

.footer-social {
    border-bottom: 1px solid rgba(184, 197, 214, .2)
}

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

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

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

.footer-meta {
    padding: 50px 0 0;
    list-style: none
}

.footer-meta .footer-container {
    width: 100%;
    max-width: 960px;
    /*height: 250px;*/
    height: 50px;
    margin: 0 auto;
}

.footer-meta .meta-item {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding: 0 30px;
    margin: 0 auto;
}

.footer-meta .meta-copyright .info-logo img {
    height: 32px;
    margin-bottom: 12px
}

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

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

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

.footer-meta .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: #5f5f5f
}

.footer-meta .meta-comments li {
    font-size: 13px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5f5f5f
}

.footer-meta .meta-comments li a {
    color: #767676
}

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

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

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

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

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

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

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

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

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

    .main-content {
        margin: 0 auto
    }

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

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

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

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

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

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

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

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

    .red-gradient {
        display: none
    }

    .meta-posts {
        display: none
    }

    .meta-comments {
        display: none
    }

    .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: left
    }

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

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

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

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

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

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

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

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

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

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

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

    .main-content {
        margin: 0 auto
    }
}

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

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

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

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

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

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

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