@charset "UTF-8";
/*
Theme Name: AkinaPro
Theme URI: http://www.akina.pw/themeakina
Author: 苏城一只猫
Author URI: https://iiong.com
Description: Born for design
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akina
Tags:文艺青年,二逼青年,逗逼青年,极客者,热爱生活者,唯美,简约
Version: 2.2.5
*/

*, :after, :before {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0
}

.site-branding {
    -webkit-animation: header-left 2s;
    -o-animation: header-left 2s;
    animation: header-left 2s;
}

@keyframes header-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);;
        -moz-transform: translateX(-30px);;
        -ms-transform: translateX(-30px);;
        -o-transform: translateX(-30px);;
        transform: translateX(-30px);;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes header-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#content {
    -webkit-animation: content 2s;
    -o-animation: content 2s;
    animation: content 2s;
    z-index: -1
}

.headertop {
    -webkit-animation: header 1s;
    -o-animation: header 1s;
    animation: header 1s;
}

#colophon {
    -webkit-animation: colophon 1s;
    -o-animation: colophon 1s;
    animation: colophon 1s;
}

.comments {
    -webkit-animation: comments 1s;
    -o-animation: comments 1s;
    animation: comments 1s;
}

@keyframes header {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes content {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes colophon {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes comments {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    font-family: "Trebuchet MS", Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'STHeiti Light', 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei', sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -moz-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
}

::selection {
    background: #A0DAD0;
    color: #fff
}

article, aside, details, figcaption, figure, footer, main, menu, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
    font-family: "Courier New", Verdana, "Trebuchet MS", Helvetica, sans-serif
}

pre:before {
    content: "代码如诗 >>";
    color: #FF6D6D;
}

pre:after {
    content: "Poem Code >>";
    color: #FF6D6D;
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

body, button, input, select, textarea {
    color: #404040;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    margin: 0;
    padding: 0 25px;
    background: #E3E3E3;
    position: relative
}

blockquote:before {
    content: "." !important;
    font-size: 4rem;
    position: absolute;
    top: -51px;
    left: 0;
    color: #ABABAB
}

blockquote:after {
    content: '.' !important;
    font-size: 4rem;
    position: absolute;
    top: -51px;
    right: -2px;
    color: #ABABAB
}

blockquote p {
    margin: 10px 0;
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #F9F9F9;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    text-shadow: 1px 1px 0 #FFF;
    color: #6F6F6F
}

code, kbd, tt, var {
    font-size: 15px;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

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

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

:after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol, ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

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

table {
    margin: 0 0 1.5em;
    width: 100%
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}

input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}

select {
    border: 1px solid #ccc
}

input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #111
}

input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
    padding: 3px
}

textarea {
    padding-left: 3px;
    width: 100%;
    color: #A5A5A5
}

@keyframes btn-pudding {
    12%, 15% {
        -webkit-transform: scale(.93, 1.07);
        -moz-transform: scale(.93, 1.07);
        -ms-transform: scale(.93, 1.07);
        -o-transform: scale(.93, 1.07);
        transform: scale(.93, 1.07);
    }
    16%, 17% {
        -webkit-transform: scale(.94, 1.06);
        -moz-transform: scale(.94, 1.06);
        -ms-transform: scale(.94, 1.06);
        -o-transform: scale(.94, 1.06);
        transform: scale(.94, 1.06);
    }
    10%, 18% {
        -webkit-transform: scale(.95, 1.05);
        -moz-transform: scale(.95, 1.05);
        -ms-transform: scale(.95, 1.05);
        -o-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05);
    }
    19% {
        -webkit-transform: scale(.96, 1.04);
        -moz-transform: scale(.96, 1.04);
        -ms-transform: scale(.96, 1.04);
        -o-transform: scale(.96, 1.04);
        transform: scale(.96, 1.04);
    }
    20% {
        -webkit-transform: scale(.98, 1.02);
        -moz-transform: scale(.98, 1.02);
        -ms-transform: scale(.98, 1.02);
        -o-transform: scale(.98, 1.02);
        transform: scale(.98, 1.02);
    }
    21%, 40%, 48% {
        -webkit-transform: scale(.99, 1.01);
        -moz-transform: scale(.99, 1.01);
        -ms-transform: scale(.99, 1.01);
        -o-transform: scale(.99, 1.01);
        transform: scale(.99, 1.01);
    }
    22%, 23%, 37%, 39%, 49% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    24%, 34%, 36%, 7% {
        -webkit-transform: scale(1.01, .99);
        -moz-transform: scale(1.01, .99);
        -ms-transform: scale(1.01, .99);
        -o-transform: scale(1.01, .99);
        transform: scale(1.01, .99);
    }
    25%, 27%, 30%, 33% {
        -webkit-transform: scale(1.02, .98);
        -moz-transform: scale(1.02, .98);
        -ms-transform: scale(1.02, .98);
        -o-transform: scale(1.02, .98);
        transform: scale(1.02, .98);
    }
    28%, 29% {
        -webkit-transform: scale(1.03, .97);
        -moz-transform: scale(1.03, .97);
        -ms-transform: scale(1.03, .97);
        -o-transform: scale(1.03, .97);
        transform: scale(1.03, .97);
    }
    2% {
        -webkit-transform: scale(1.16, .84);
        -moz-transform: scale(1.16, .84);
        -ms-transform: scale(1.16, .84);
        -o-transform: scale(1.16, .84);
        transform: scale(1.16, .84);
    }
    0% {
        -webkit-transform: scale(1.2, .8);
        -moz-transform: scale(1.2, .8);
        -ms-transform: scale(1.2, .8);
        -o-transform: scale(1.2, .8);
        transform: scale(1.2, .8);
    }
}

a {
    outline: 0;
    -webkit-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    -moz-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    -o-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
}

a:active, a:focus, a:hover {
    color: #A0DAD0
}

a:focus {
    outline: 0
}

a:active, a:hover {
    outline: 0
}

.site-top {
    display: block;
    margin: 0 auto;
    padding: 0 10px
}

.site-header {
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: fixed;
    z-index: 2;
    top: 0;
    margin-top: -40px;
}

.yya {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .8);
    box-shadow: 0 0 1px rgba(255, 255, 255, .8);
}

.gizle {
    top: -100px
}

.sabit {
    top: 0;
    z-index: 2
}

.blank {
    margin-top: 60px
}

.headertop {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
}

.site-branding {
    float: left;
    position: relative;
    height: 100px;
    line-height: 100px
}

.site-title a {
    color: #000;
    font-weight: 400;
}

.site-title img {
    height: 50px;
    margin-top: 45px;
    -webkit-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    -moz-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    -o-transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
    transition: color .2s ease-out, border .2s ease-out, opacity .2s ease-out;
}

.site-title img:hover {
    opacity: .8
}

.site-description {
    float: right
}

.header-focus {
    height: 250px;
    background: #F9F9F9;
    margin: 0 auto
}

#mo-nav {
    display: none;
}

.openNav {
    display: none
}

nav#topMenu {
    display: none
}

#topMenu ul {
    display: none;
    line-height: 36px;
    width: 120px;
    position: absolute;
    right: 0;
    top: 21px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 9;
    -webkit-animation: site-top .6s;
    -o-animation: site-top .6s;
    animation: site-top .6s;
}

#topMenu ul li {
    display: inline;
    font-size: .8rem;
    position: relative;
    padding: 0 0 15px 0
}

#topMenu ul li a {
    width: 100%;
    display: block;
    text-align: center
}

#topMenu ul li:hover a {
    background: #6B6B6B;
    color: #fff
}

#topMenu ul li ul {
    display: none;
    -webkit-animation: colophon .6s;
    -o-animation: colophon .6s;
    animation: colophon .6s;
}

#topMenu ul li:hover ul {
    display: block;
    position: absolute;
    width: 100px;
    right: -10px;
    top: -36px;
    line-height: 32px
}

#topMenu ul li:hover ul li a {
    background: 0 0;
    color: #333
}

#topMenu ul li:hover ul li:hover a {
    background: #6B6B6B;
    color: #fff
}

#topMenu .i_1, #topMenu .i_2 {
    content: "";
    position: absolute
}

#topMenu .i_1, #topMenu .i_2, #topMenu div {
    top: 16px;
    left: 0;
    width: 26px;
    height: 1px;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: relative
}

#topMenu .i_1 {
    top: 4px
}

#topMenu .i_2 {
    top: 25px
}

#topMenu.menu_close .i_2 {
    top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

#topMenu.menu_close .i_1 {
    top: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

#topMenu.menu_close .i_1, #topMenu.menu_close .i_2 {
    background: #6B6B6B
}

#topMenu.menu_close div {
    background: 0 0
}

#topMenu.menu_close ul li ul {
    display: none
}

#topMenu.menu_close ul, #topMenu.menu_close ul li:hover ul {
    display: block
}

@media (max-width: 820px) {
    #topMenu.menu_close ul {
        left: -10px
    }

    #topMenu.menu_close ul li ul {
        left: 120px
    }

    #header #topMenu {
        margin: 2px 20px;
        float: left
    }
}

.site-top .lower {
    position: absolute;
    display: inline-block;
    top: 50px;
    right: 50px;
}

.sub-menu li {
    text-align: center
}

.m-nav {
    display: none
}

.site-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.site-top ul li {
    float: left;
    position: relative
}

.site-top ul li a {
    padding: 12px 20px;
    display: inline-block;
    color: #000;
}

.site-top .lower:hover .menu, .site-top .lower:hover .site-top {
    opacity: 1
}

.lower li ul {
    display: none;
    opacity: 1;
    position: absolute;
    background: #FFF;
    top: 35px;
    left: -35px;
    width: 140px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    z-index: 9999;
    -webkit-animation: fadeInUp .2s .1s ease both;
    -o-animation: fadeInUp .2s .1s ease both;
    -moz-animation: fadeInUp .2s .1s ease both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);;
        -moz-transform: translateY(10px);;
        -ms-transform: translateY(10px);;
        -o-transform: translateY(10px);;
        transform: translateY(10px);;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);;
        -moz-transform: translateY(0);;
        -ms-transform: translateY(0);;
        -o-transform: translateY(0);;
        transform: translateY(0);;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.lower li:hover ul {
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.lower li ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #e1e1e1
}

.lower li ul li:last-child {
    border-bottom: none
}

.lower li ul a {
    font-size: 13px;
    width: 100%;
    padding: 5px 20px
}

.site-top .menu-item-has-children li a {
    font-size: 14px;
    padding: 8px 18px;
    text-transform: none;
    color: #545454
}

@media (min-width: 860px) {

}

.site-content {
    max-width: 800px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.post-list {
    margin: 0 0 4% 0;
    position: relative
}

@media (max-width: 860px) {
    .post-list {
        margin: 0 0 30% 0;
    }
}

@media (max-width: 360px) {
    .post-list {
        margin: 0 0 50% 0;
    }
}

.feature {
    position: absolute;
    margin-top: 10px
}

.feature i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #BBE2DB;
    border-radius: 50%;
    opacity: 0;
    z-index: 1
}

.overlay i {
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.feature img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #DADADA;
    position: relative
}

.feature:hover .overlay i {
    opacity: 1
}

.post-list h1.entry-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 17%;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%
}

.withoutimg h1.entry-title, .withoutimg p {
    margin-left: 0 !important
}

.withoutimg .polist-con {
    padding-left: 5px !important
}

.entry-title a {
    color: #504E4E
}

.entry-title a:hover {
    color: #8fd0cc
}

.entry-title-info {
    font-size: 14px
}

.entry-title-info a:active, .entry-title-info a:hover, .entry-title-info a:link, .entry-title-info a:visited {
    color: #000;
}

@media (max-width: 860px) {
    .entry-title-info a:active, .entry-title-info a:hover, .entry-title-info a:link, .entry-title-info a:visited {
        color: #000;
    }
}

.p-time {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 12px;
    color: #989898;
    letter-spacing: 1px
}

.p-time i {
    font-size: 13px
}

i.iconfont.hotpost {
    font-size: 13px;
    color: #FF3B00
}

.post-list p {
    /*min-height: 60px;*/
    margin: 0 0 0 17%;
    font-size: 15px;
    color: #232323;
    letter-spacing: 1px;
    line-height: 30px
}

.entry-footer {
    margin: 0 0 0 17%;
    list-style: none
}

.post-more {
    margin-top: 10px;
    text-align: right
}

.post-more i {
    font-size: 25px;
    color: #A0DAD0
}

.post-more i:hover {
    color: #ddd
}

.info-meta {
    margin-top: 10px;
    position: absolute;
    top: 15px;
    opacity: 0;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    -webkit-transform: translate3d(-150px, 0, 0);;
    -moz-transform: translate3d(-150px, 0, 0);;
    -ms-transform: translate3d(-150px, 0, 0);;
    -o-transform: translate3d(-150px, 0, 0);;
    transform: translate3d(-150px, 0, 0);;
    visibility: hidden;
    transition: .7s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all linear;
    -o-transition: .6s all ease;
}

.info-meta span {
    color: #B3B3B3;
    font-size: 13px
}

.info-meta i {
    margin-top: 3px;
    margin-right: 10px
}

.info-meta a {
    color: #B3B3B3
}

.post-list:hover .info-meta {
    -webkit-transform: translate3d(-230px, 0, 0);;
    -moz-transform: translate3d(-230px, 0, 0);;
    -ms-transform: translate3d(-230px, 0, 0);;
    -o-transform: translate3d(-230px, 0, 0);;
    transform: translate3d(-230px, 0, 0);;
    opacity: 1;
    visibility: visible
}

.post-list hr {
    width: 30%;
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: #EFEFEF
}

.postava img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #E8E8E8;
    margin-top: 25px
}

.postava {
    float: right
}

.post-status p {
    margin: 0
}

.s-time {
    position: relative;
    top: 16px;
    font-size: 12px;
    color: #989898;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -15px
}

.s-content {
    min-height: 60px;
    margin: 0 14% 0 2%;
    padding: 15px 30px;
    line-height: 30px;
    border: 1px dashed #E0E0E0;
    background: #FBFBFB
}

.s-time i {
    font-size: 12px
}

.post-status {
    margin-bottom: 80px
}

.navigator {
    text-align: center;
    margin: 30px 0;
    display: block
}

.navigator a {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    margin: 20px 0
}

.navigator i {
    font-size: 15px;
    color: #D8D8D8;
    padding: 9px 10px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin: 0 10px
}

.navigator i:hover {
    color: #fff;
    background: #A0DAD0;
    border: 2px solid #A0DAD0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.site-footer {
    padding: 2%;
    background: #fff;
    border-top: 1px solid #F7F7F7
}

.site-info {
    text-align: center;
    font-size: 13px;
    color: #B9B9B9
}

.site-info a {
    color: #848484
}

.site-info a:hover {
    color: #A0DAD0
}

.footertext p {
    margin-bottom: 0
}

.entry-content ul {
    list-style: disc;
    background: #F9F9F9;
    border: 1px dashed #E4E4E4;
    padding: 15px 10px 15px 50px;
    color: #616161;
    margin-left: 0
}

.entry-content ol {
    list-style: decimal;
    background: #F9F9F9;
    border: 1px dashed #E4E4E4;
    padding: 15px 10px 15px 50px;
    color: #616161;
    margin-left: 0
}

.entry-content ol li, .entry-content ul li {
    padding: 8px 0
}

.entry-content {
    position: relative
}

.entry-content h3 {
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    color: #737373
}

.entry-content h3:before {
    content: "[";
    margin-right: 5px;
    color: #FF6D6D;
    font-size: 25px
}

.entry-content h3:after {
    content: "]";
    margin-left: 5px;
    color: #FF6D6D;
    font-size: 25px
}

.entry-content code {
    background: #F9F9F9;
    color: #D07C7C;
    padding: 3px;
    border: 1px dashed #ddd;
    font-family: Consolas, Monaco, 'Andale Mono', 'Lucida Console', monospace;
}

.entry-content a {
    color: #E67474;
    text-decoration: underline
}

.entry-content a:hover {
    color: #72C5A6
}

h1.entry-title {
    font-size: 30px;
    font-weight: 400;
}

.entry-content p {
    color: #565656;
    font-weight: 400
}

.entry-content p {
    line-height: 30px
}

.entry-header {
    margin-top: 120px;
}

.entry-header hr {
    width: 30%;
    height: 1px;
    border: 0;
    background: #EFEFEF;
    margin: 20px 0
}

@media (min-width: 1281px) {
    header.entry-header {
        display: none;
    }
}

.Extendfull img {
    width: 100%;
    border: 5px solid #F3F3F3
}

h1.page-title {
    font-size: 20px;
    font-weight: 400;
    border: 1px dashed #ddd;
    padding: 10px 15px;
    color: #828282;
    margin-bottom: 30px
}

h1.page-title.mb- {
    margin-top: 100px
}

.back2top {
    z-index: 99;
    background: #6B6B6B;
    width: 36px;
    height: 36px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-animation: cont .5s;
    -o-animation: cont .5s;
    animation: cont .5s;
}

.back2top:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff
}

.back2top:hover {
    -webkit-animation: btn-pudding 2s linear;
    -o-animation: btn-pudding 2s linear;
    animation: btn-pudding 2s linear
}

.post-footer {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    height: 85px
}

.post-footer-lincenses {
    text-align: center
}

.post-tags {
    float: left;
    font-size: 13px;
    color: #B3B3B3
}

.post-tags a {
    color: #B3B3B3;
    margin-right: 5px
}

.post-tags a:hover {
    color: #A0DAD0
}

.post-tags i {
    margin-right: 10px
}

.post-like {
    float: right
}

.post-like a {
    color: #9FE0DD;
    font-size: 13px
}

.post-like i {
    font-size: 13px
}

.post-like a.done, .post-like a:hover {
    color: #FF4646
}

.post-like a.done {
    cursor: not-allowed
}

.post-share {
    float: right;
    list-style: none;
    margin-right: 20px
}

.post-share img:hover {
    opacity: .8
}

.post-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: inline-block;
    top: -3px;
    position: relative;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.post-share li {
    float: left;
    margin-right: 20px
}

.post-share span {
    float: left;
    margin-right: 10px
}

.post-share ul li a:hover {
    color: #A0DAD0
}

.post-share .show-share {
    cursor: pointer;
    opacity: .6;
    float: right;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.post-share:hover .sharehidden, .post-share:hover .show-share {
    opacity: 1
}

.post-share ul li i {
    font-size: 20px;
}

.post-squares {
    overflow: hidden;
    width: 100%;
    margin: 55px 0
}

.post-squares .background {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-size: cover;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.post-squares .info {
    position: relative;
    z-index: 100
}

.post-squares .info a, .post-squares .info h3, .post-squares .info span, .post-squares span .label {
    color: #ABABAB
}

.post-squares a, .post-squares article {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    height: 100%;
    padding: 55px 25px;
    text-align: center
}

.post-squares a:hover > .background, .post-squares article:hover > .background {
    opacity: .6
}

.post-squares .category {
    font-size: 10px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 90px;
    background: #7fbb00
}

.post-squares h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
    color: #fff
}

.post-squares h3 a {
    display: block;
    color: #fff
}

.post-squares hr {
    width: 15%;
    height: 0;
    border: 0;
    background: rgba(255, 255, 255, .6)
}

.post-squares .label {
    font-size: 13px;
    display: block;
    color: rgba(255, 255, 255, .7)
}

.post-squares .full {
    width: 100%
}

.post-squares .half {
    width: 50%
}

.post-squares .third {
    width: 33.333%
}

@media (max-width: 860px) {
    .post-squares .third {
        width: 100%
    }
}

@media (max-width: 760px) {
    .post-squares .half {
        float: none;
        width: 100%
    }
}

@media (max-width: 900px) {
    .post-squares.post-squares-featured {
        display: none
    }
}

.post-squares.nextprev a, .post-squares.nextprev article {
    height: 150px;
    padding: 55px 40px;
    text-align: left
}

.post-squares.nextprev .label {
    position: absolute;
    z-index: 100;
    top: 0
}

.post-squares.nextprev .info {
    position: absolute;
    width: 70%
}

.post-squares.nextprev .next h3, .post-squares.nextprev .previous h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-squares.nextprev .previous {
    border: 1px dashed #E4E4E4;
    background: #F9F9F9;
    text-align: center
}

.post-squares.nextprev .previous .info {
    bottom: 40px;
    left: 40px
}

.post-squares.nextprev .previous .label {
    top: 40px;
    left: 40px;
    color: #000
}

.post-squares.nextprev .previous hr {
    float: left;
    margin: 0
}

.post-squares.nextprev .next {
    border: 1px dashed #E4E4E4;
    background: #F9F9F9;
    text-align: center;
}

.post-squares.nextprev .next .info {
    right: 40px;
    bottom: 40px
}

.post-squares.nextprev .next .label {
    top: 40px;
    right: 40px;
    color: #000
}

.post-squares.nextprev .next hr {
    float: right;
    margin: 0
}

@media (max-width: 760px) {
    .post-squares.nextprev article {
        height: 150px;
        width: 100%
    }
}

.post-squares.post-squares-featured {
    height: 250px
}

.author-profile {
    padding: 50px 12.78%;
    text-align: center
}

.author-profile .info {
    overflow: hidden;
    text-align: center
}

.author-profile .profile {
    display: inline-block;
    width: 60px;
    height: 60px
}

.author-profile .profile img {
    max-width: 100%;
    border-radius: 90px;
    padding: 3px;
    border: 1px solid #ddd
}

.author-profile hr {
    width: 50%;
    height: 0;
    margin: 0
}

.author-profile .meta {
    display: block;
    text-align: center
}

.author-profile .meta h3 {
    margin: 0;
    text-transform: none;
}

.author-profile .meta h3 a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    color: #ABABAB
}

.author-profile .meta .title {
    display: none
}

.author-profile p {
    font-size: 13px;
    line-height: 30px;
    margin: 20px 0 25px;
    color: #7d8588;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 20px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF
}

.author-profile i {
    color: #65C186;
    float: left;
    margin-right: 10px
}

.author-profile img {
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s
}

.author-profile img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.author-profile .author_local {
    width: auto;
    text-align: center;
    color: #ABABAB;
    font-size: 12px;
}

.author-profile .author_local i {
    float: none;
    margin-right: 0;
}

.commentlist {
    padding: 0 6.39%;
    margin: 0;
}

h3#comments-list-title {
    max-width: 860px;
    width: 69.076%;
    margin: 0 auto 40px;
    color: #7D7D7D;
    font-weight: 400
}

#comments-list-title a {
    font-size: 13px;
    font-weight: 400;
    color: #909090
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

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

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
    clear: both
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline, .updated:not(.published) {
    display: none
}

.group-blog .byline, .single .byline {
    display: inline
}

.entry-summary, .page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

span.edit-link {
    display: none
}

.archive .format-aside .entry-title, .blog .format-aside .entry-title {
    display: none
}

.clearer {
    display: block;
    clear: both
}

.works-list {
    float: left;
    width: 32.5%;
    margin: 0 3px
}

.works-entry {
    float: left;
    margin-bottom: 8px
}

.works-main {
    width: 100%;
    height: 175px;
    position: relative;
    float: left;
    background: #F7F7F7;
    border: 1px solid #F1F1F1;
    overflow: hidden
}

.works-feature img {
    width: 257px;
    height: 175px
}

h1.works-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 40px 20px 0;
}

.works-title a {
    color: #6D6D6C
}

.works-main p {
    margin: 0;
    padding: 0 15px;
    line-height: 20px
}

.works-p-time {
    float: left;
    font-size: 13px;
    padding-left: 20px;
    color: #B7B7B7
}

.works-p-time i {
    font-size: 13px
}

.works-comnum a {
    color: #B7B7B7
}

.works-meta i {
    font-size: 13px
}

.works-meta span {
    font-size: 13px;
    float: right;
    margin-right: 20px;
    color: #B7B7B7
}

.works-main .works-overlay {
    opacity: .95;
    top: -100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -o-transition: .5s;
    color: #000
}

.works-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    opacity: 0;
    width: 100%
}

.worksmore {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.works-main:hover .works-overlay {
    top: 0
}

#archives-temp {
    margin-top: 50px;
    margin-bottom: 100px
}

#archives-temp h2 {
    font-weight: 400;
    color: #676767;
    padding-bottom: 15px;
    border-bottom: 1px dashed #F1F1F1;
    text-align: center
}

#archives-temp h3 {
    letter-spacing: 2px;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    color: #A0DAD0;
    margin-left: 30px;
    margin-top: 50px
}

#archives-temp h3:hover {
    color: #ddd;
    cursor: pointer
}

span.time {
    float: right;
    color: #CACACA
}

.brick {
    margin-left: 30px
}

.brick a {
    color: #7D7D7D;
    padding: 20px 20px;
    background: #F5F5F5;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px
}

.ar-time i {
    padding: 10px;
    border-radius: 100px;
    background: #A0DAD0;
    color: #fff
}

.ar-time {
    position: absolute;
    left: -18px;
    top: 0;
    margin-top: 3px
}

#archives-content {
    position: relative;
    border-left: 1px dashed #F5F5F5
}

.arrow-left-ar {
    width: 0;
    height: 0;
    display: block;
    float: left;
    margin-top: 10px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #F5F5F5;
    margin-left: 11px
}

span.ar-circle {
    height: 10px;
    width: 10px;
    background: #A0DAD0;
    display: inline-block;
    position: absolute;
    left: -5px;
    margin-top: 22px;
    border-radius: 100px
}

.brick em {
    font-style: normal;
    margin-left: 5px
}

.time i {
    margin: 3px
}

h1.cat-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    padding-right: 15px;
    color: #676767
}

.cat-des p {
    display: inline-block;
    padding-left: 10px
}

header.page-header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #9C9C9C;
    margin-top: 120px;
}

.links {
    margin-bottom: 80px
}

.links ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: center
}

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

span.sitename {
    padding-bottom: 10px;
    display: block;
    line-height: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sitename_img {

}

.linkdes {
    color: #949494;
    font-size: 13px;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    min-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

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

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

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

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

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

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

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

span.linkss-title {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 50px 0 30px;
    letter-spacing: 5px
}

.comments #error {
    margin-bottom: 20px
}

.notification-hidden {
    display: none
}

form#commentform {
    outline: 0;
    margin-top: 20px
}

nav#comments-navi {
    max-width: 860px;
    width: 69.076%;
    color: #9A9A9A;
    margin: 0 auto 20px;
}

span.page-numbers.current {
    color: #74CCC4;
    padding: 0 5px
}

a.page-numbers {
    color: #ABABAB;
    padding: 0 5px
}

.comments {
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 80px 0 80px;
    list-style: none;
    background: #fff
}

.comments .commentwrap {
    width: 69.076%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0
}

.comments .commentwrap hr {
    height: 0;
    width: 100%;
    background: #eee;
    border: 0;
    margin: 40px 0
}

@media (max-width: 1080px) {
    .comments .commentwrap {
        width: 100%;
        padding: 0 6.39%;
        max-width: 1245px;
        margin-bottom: 40px
    }
}

.comments .comments-hidden {
    display: none !important;
    cursor: pointer;
}

.comments .comments-main {
    display: block !important;
    overflow: hidden;
    -webkit-transition: height 0s ease-out;
    -moz-transition: height 0s ease-out;
    transition: height 0s ease-out;
    -o-transition: height 0s ease-out;
}

.comments ul.commentwrap {
    margin: 0 auto 70px
}

.comnav {
    width: 69.076%;
    max-width: 860px;
    margin: 0 auto
}

a.cute.atreply {
    color: #4DA05F
}

.comnav a {
    padding: 10px;
    color: #7B7B7B;
    margin-bottom: 20px
}

.commentwrap li ul li .comment_body {
    padding-left: 65px
}

ul.children {
    margin: 0;
    padding: 0
}

@media (max-width: 1080px) {
    .comments {
        padding: 6.39% 0 0;
        margin-top: 80px !important;
        max-width: 100%
    }
}

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

.comment .contents {
    margin-bottom: 45px
}

.comment .isauthor {
    display: none;
    font-size: 15px;
    color: #D3DBE2
}

.comment .isauthor i {
    font-size: 15px;
    color: #FF7272;
    float: right;
    margin-top: 1px;
    margin-left: 5px
}

.comment.bypostauthor > .contents .isauthor {
    display: inline
}

.comment .body {
    font-size: 16px;
    line-height: 32px;
    color: #63686d
}

.comment .body p {
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;
    color: #63686d;
    letter-spacing: 1px
}

@media (max-width: 580px) {
    .comment .body p {
        font-size: 15px;
        line-height: 30px
    }
}

@media (max-width: 375px) {
    .comment .body p {
        line-height: 26px
    }
}

.comment .body > :last-child {
    margin-bottom: 0
}

.comment .profile {
    float: left;
    margin-right: 2%
}

.comment .profile img {
    max-width: 50px;
    border-radius: 100%;
    height: 50px
}

.comment_body:hover .profile img {
    -webkit-animation: btn-pudding 1s linear;;
    -o-animation: btn-pudding 1s linear;;
    animation: btn-pudding 1s linear;;
}

.comment .main {
    float: right;
    width: 89%;
    background: #FFF;
    padding: 10px 20px
}

.comment .commeta {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    margin-bottom: 5px;
    color: #9499a8
}

.comment .left {
    float: left
}

.comment .right {
    float: right
}

.comment .comment-reply-link {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    float: right;
    color: #9499a8
}

.comment .comment-reply-link:hover {
    color: #606576
}

.comment .info {
    margin-top: 11px;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
    color: #DADADA
}

@media (max-width: 530px) {
    .comment .info {
        display: none
    }
}

.comment h4 {
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 25px
}

.comment h4 img {
    display: none;
    border-radius: 100%;
    margin-right: 15px;
    vertical-align: -4px;
    width: 42px;
    height: auto
}

.comment h4 a {
    font-size: 15px;
    font-weight: 600
}

.comment hr {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 40px 0 60px;
    border: 0;
    background: #e6e6e6
}

.comment .children .profile {
    float: left;
    width: 5%
}

.comment .children .profile img {
    height: 41px;
    width: 41px
}

.comment .children .main {
    width: 89%
}

@media (max-width: 880px) {
    .comment .isauthor i {
        display: none
    }

    .comment hr {
        margin: 6.39% 0
    }

    .comment .profile {
        display: none
    }

    .comment .children .main, .comment .main {
        width: 100%
    }

    .comment h4 img {
        display: inline-block
    }
}

.comment .children h4 img {
    width: 32px
}

.commentwrap li ul li .comment_body {
    padding-left: 35px
}

#respond {
    position: relative;
}

#respond h3 {
    color: #000;
    font-size: 1rem;
    display: block;
    width: 100%;
}

#respond h3 small {
    font-size: .8rem;
    line-height: .8rem;
    margin: 0 0 0 20px;
}

#respond h3 small a:before {
    content: '[ ';
}

#respond h3 small a:after {
    content: ' ]'
}

.comment-respond {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0
}

.comment-respond .logged-in-as {
    margin-bottom: 0
}

.comment-respond #cancel-comment-reply-link {
    background: #f4f6f8;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 12px;
    color: #454545
}

.comment-respond input, .comment-respond textarea {
    font-size: 14px;
    float: left;
    width: 30%;
    margin: 0;
    padding: 16px 25px 15px;
    color: #535a63;
    border: 0;
    border-radius: 0;
    background: #FFF
}

.comment-respond input {
    margin-bottom: 40px;
    border: 2px solid #DDE6EA;
    margin-right: 3%
}

.comment-respond input:last-of-type {
    margin-right: 0;
    width: 34%
}

@media (max-width: 625px) {
    .comment-respond input {
        width: 100% !important;
        margin-bottom: 15px
    }
}

.comment-respond textarea {
    display: block;
    float: none;
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
    color: #535a63;
    border: 2px solid #DDE6EA
}

@media (max-width: 625px) {
    .comment-respond textarea {
        margin-top: 15px
    }
}

.comment-respond .form-submit {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0
}

.comment-respond input[type=submit] {
    width: auto;
    margin: 0;
    padding: 15px 35px;
    color: #fff;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 2px;
    text-shadow: none
}

.comment-respond input[type=submit]:hover {
    background: #DDE6EA;
    -webkit-animation: btn-pudding 1s linear;
    -o-animation: btn-pudding 1s linear;
    animation: btn-pudding 1s linear
}

.comment-respond input:active, .comment-respond input:focus, .comment-respond textarea:active, .comment-respond textarea:focus {
    outline: 0
}

.comment-respond input::-webkit-input-placeholder, .comment-respond textarea::-webkit-input-placeholder {
    color: #535a63
}

.comment-respond input:-moz-placeholder, .comment-respond textarea:-moz-placeholder {
    opacity: 1;
    color: #535a63
}

.comment-respond input::-moz-placeholder, .comment-respond textarea::-moz-placeholder {
    opacity: 1;
    color: #535a63
}

.comment-respond input:-ms-input-placeholder, .comment-respond textarea:-ms-input-placeholder {
    color: #535a63
}

@media (max-width: 1080px) {
    .comment-respond {
        width: 100%;
        padding: 0 6.39%;
        max-width: 1245px
    }
}

.notification {
    padding: 19px 32px 17px;
    background: #FFF;
    color: #6F6F6F;
    width: 240px;
    margin: 0 auto;
    border: 1px solid #C7C7C7
}

.comment-respond .logged-in-as {
    margin-bottom: 20px
}

.comment-respond .logged-in-as i, .notification i {
    margin-right: 10px
}

.comment-respond .logged-in-as a {
    color: #454545
}

.comment-checkbox-label {
    position: relative;
    top: -18px;
    margin: 0 20px 0 0;
    display: inline-block;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

.comment-checkbox-label input {
    padding: 0;
    margin: 0;
    float: none;
    width: initial;
}

.comment-checkbox-radio {
    display: none
}

.comment-checkbox-radioInput {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    margin-top: -7px;
    vertical-align: sub;
    width: 18px;
    line-height: 1;
}

.comment-checkbox-radio:checked + .comment-checkbox-radioInput:after {
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    margin: 2px;
    width: 12px
}

.comment-is-private-checkbox.comment-checkbox-radioInput,
.comment-checkbox-radio:checked + .comment-is-private-checkbox.comment-checkbox-radioInput:after {
    border-radius: 100%;
}

@media (max-width: 625px) {
    .comment-checkbox-label {
        top: 8px;
        margin-bottom: 18px;
    }
}

.notification a {
    color: #B3B3B3
}

.notification span {
    font-size: 13px
}

h1.fes-title, h1.main-title {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ECECEC
}

.feature-content {
    margin-top: 10px;
    display: inline-block;
    position: relative
}

.top-feature {
    width: 100%;
    height: auto;
    margin-top: 120px
}

.top-feature img {
    height: 160px;
    width: 257px
}

.top-feature li {
    width: 32.9%;
    float: left;
    margin: 0 auto;
    position: relative;
    display: block
}

li.feature-2 {
    margin-left: 5px;
    margin-right: 5px
}

.feature-title span {
    position: absolute;
    width: 100%;
    height: 160px;
    text-align: center;
    line-height: 160px;
    background: #BBE2DB;
    color: #fff;
    font-size: 16px;
    opacity: 0
}

.foverlay {
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.top-feature li:hover .feature-title span {
    opacity: 1
}

.notice {
    padding: 20px;
    border: 1px dashed #E6E6E6;
    color: #969696;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    margin-bottom: -20px;
    background: #FBFBFB
}

.notice i {
    float: left;
    margin-right: 10px;
    color: #A0DAD0
}

.notice-content {
    display: inline-block
}

.content-area {
    margin-top: 120px;
}

#centerbg {
    width: 100%;
    min-height: 550px;
    background: url(/images/missing-image.svg) no-repeat scroll center center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dce8f3;
    z-index: -1;
}

@media (max-width: 1280px) {
    #centerbg {
        display: block !important;
    }
}

#centerbg_single {
    width: 100%;
    height: 550px;
    background: url(/images/missing-image.svg) no-repeat scroll center center;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
    opacity: .8;
}

#centerbg_single:before {
    content: "";
    position: absolute;
    top: 80%;
    left: -10%;
    background-color: #fff;
    width: 120%;
    height: 200px;
    z-index: 1;
    border-radius: 50%;
}

@media (max-width: 860px) {
    #centerbg_single:before {
        left: -25%;
        width: 150%;
    }
}

#centerbg_single:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 550px;
    top: 1px;
    opacity: .6;
    z-index: -1;
}

@media (max-width: 1280px) {
    #centerbg_single {
        display: none !important;
    }
}

.focusinfo {
    position: relative;
    max-width: 800px;
    padding: 0 10px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.focusinfo img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .3)
}

.header-tou img {
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s
}

.header-tou img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.header-info {
    width: 60%;
    font-size: 14px;
    color: #EAEADF;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    padding: 20px 30px;
    margin: 30px auto auto;
    letter-spacing: 1px;
    line-height: 30px
}

.header-info p {
    margin: 0
}

.header-info_single {
    width: auto;
    font-size: 14px;
    color: #000;
    padding: 20px 30px;
    margin: 30px auto auto;
    letter-spacing: 1px;
    line-height: 30px
}

@media (min-width: 1280px) {
    .header-info_single a:active, .header-info_single a:hover, .header-info_single a:link, .header-info_single a:visited a:link {
        color: #000;
    }
}

.top-social {
    height: 32px;
    margin-top: 30px;
    margin-left: 10px;
    list-style: none;
    display: inline-block
}

.top-social i {
    font-size: 25px
}

.top-social li {
    float: left;
    margin-right: 10px
}

.wechat {
    height: 32px;
    position: relative
}

.wechat ul {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 40px;
    right: -95px;
    padding: 6px;
    font-size: 13px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 1px 1px #efefef;;
    -moz-box-shadow: 0 1px 1px 1px #efefef;;
    box-shadow: 0 1px 1px 1px #efefef;;
}

.wechat ul img {
    width: 180px;
    height: auto;
    margin-top: 3px;
    border-radius: 0;
    border: 3px solid rgba(255, 255, 255, .3);
}

.wechat ul:after, .wechat ul:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 50%;
    left: -20px;
    margin-top: -10px
}

.wechat:hover ul {
    display: block
}

.wechat ul {
    -webkit-animation: wechat 2s;
    -o-animation: wechat 2s;
    animation: wechat 2s;
}

@keyframes wechat {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.qq {
    position: relative
}

.wechat i, ul li .wechat {
    color: #348903;
    font-size: 20px !important;
}

.sina i, ul li .sina {
    color: #d55;
    font-size: 20px !important;
}

.qq i, ul li .qq {
    color: #3cf;
    font-size: 18px !important;
}

.twitter i, ul li .twitter {
    color: #4a92c8;
    font-size: 20px !important;
}

.google i, ul li .google {
    color: #dd5044;
    font-size: 18px !important;
}

.facebook i, ul li .facebook {
    color: #3b589c;
    font-size: 18px !important;
}

.douban i, ul li .douban {
    color: #5a7;
    font-size: 23px !important;
}

.zhihu i, ul li .zhihu {
    color: #2ae;
    font-size: 20px;
}

.segmentfault i, ul li .segmentfault {
    color: #9dccb6;
    font-size: 20px;
}

.bili i, ul li .bili {
    color: #ffafc9;
    font-size: 20px;
}

.github i, ul li .github {
    color: #000;
    font-size: 20px;
}

.coding i, ul li .coding {
    color: #272727;
    font-size: 20px;
}

.email i, ul li .email {
    color: #300;
    font-size: 20px !important;
}

.donation i, ul li .donation {
    color: red;
    font-size: 20px;
}

/** search box **/
.searchbox {
    position: absolute;
    top: 55px;
    right: 25px;
}

.site-header.iconsearch {
    font-size: 18px;
    position: relative;
    z-index: 9998;
}

.site-header.iconsearch:hover {
    cursor: pointer;
    color: #999;
}

i.iconfont.js-toggle-search.iconsearch {
    cursor: pointer;
    font-size: 26px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.search-form--modal {
    -webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
    -moz-transition: visibility 0.25s ease, opacity 0.25s ease;
    -o-transition: visibility 0.25s ease, opacity 0.25s ease;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
}

.search-form--modal .search-form__inner {
    max-width: 640px;
    padding: 0 20px;
    margin: auto;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 285px;
    top: 0;
    bottom: 0;
}

.search-form--modal .search-form__inner p {
    padding-left: 24px;
}

.search-form.is-visible {
    visibility: visible;
    opacity: .99;
    -webkit-animation: elastic .5s;
    -o-animation: elastic .5s;
    animation: elastic .5s;
}

.search-form div {
    position: relative;
}

.search-form .search_close {
    position: absolute;
    width: 35px;
    height: 35px;
    background: none;
    top: 20px;
    right: 15px;
    cursor: pointer;
}

.search_close:before,
.search_close:after {
    background-color: #000;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 17px;
    left: 2px;
}

.search_close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search_close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-form i {
    font-size: 32px;
    line-height: 1;
    color: #ddd;
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.search-form input.text-input {
    font-size: 24px;
    background: #FFFFFF;
    padding: 12px 24px 12px 64px;
    width: 100%;
    outline: none;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.search-form input::-webkit-input-placeholder {
    color: #ddd;
}

.search-form input:-moz-placeholder {
    color: #ddd;
}

.search-form input::-moz-placeholder {
    color: #ddd;
}

.search-form input:-ms-input-placeholder {
    color: #ddd;
}

/*文章页搜索*/
.s-search input {
    font-size: 1rem;
    padding: 12px 24px 12px 64px;
    width: 100%;
    outline: 0;
    border-radius: 50px;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s-search i {
    font-size: 32px;
    line-height: 1;
    color: #ddd;
    position: absolute;
    bottom: 12px;
    margin-top: -16px;
    left: 16px
}

.search-no-reasults {
    list-style-type: decimal
}

.sorry ul {
    padding: 0 0 0 20px;
    margin: 0
}

.sorry li a {
    color: #8C8C8C
}

.sorry {
    color: #8C8C8C;
    margin-bottom: 80px
}

.sorry li {
    padding: 10px 0
}

.sorry li a:hover {
    color: #A0DAD0
}

.sorry-inner {
    padding: 20px;
    border: 1px solid #ddd
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: hsla(0, 0%, 100%, .97);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 3;
    color: #D4D0C5;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: .4s ease time;
    -moz-transition: .4s ease time;
    -o-transition: .4s ease time;
    transition: .4s ease time;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    -o-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    -o-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;;
    color: #ddd;
    font-size: 1.6em
}

.baguetteBox-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.baguetteBox-button#next-button {
    right: 2%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.baguetteBox-button#previous-button {
    left: 2%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: none
}

.gallery img {
    width: 100%;
    height: 180px;
    border-radius: 0;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
}

.gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 280px;
    height: 180px;
    position: relative
}

.gallery .gallery-item {
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.gallery:hover .gallery-item:not(:hover) {
    opacity: .7;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.download {
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    border: 1px solid #72C5A6;
    overflow: hidden;
    display: inline-block;
    background: #72C5A6
}

.download:hover {
    color: #fff
}

.download::after, .download::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    -webkit-transform: translate(0, -105%);
    -moz-transform: translate(0, -105%);
    -ms-transform: translate(0, -105%);
    -o-transform: translate(0, -105%);
    transform: translate(0, -105%);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .25)
}

.download::after {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.download:hover::after, .download:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.download span {
    padding: 10px 30px;
    display: inline-block
}

i.iconfont.down {
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px
}

.download span {
    color: #fff
}

@media (max-width: 630px) {
    .works-list {
        width: 100% !important;
        margin: 0 !important
    }
}

@media (max-width: 630px) {
    .links ul li {
        width: 100% !important
    }

    .we-content li {
        width: 100%;
        margin-top: 0
    }

    .we-icon {
        top: 50px !important
    }

    .wtitle {
        top: 130px !important
    }

    .sub-text {
        top: 160px !important
    }

    .admin-login, .wesite-des {
        display: none
    }

    .wesite-title {
        float: none;
        text-align: center;
        border-right: none;
        padding-right: 0
    }
}

@media (max-width: 860px) {
    .comments {
        max-width: 100% !important
    }

    .top-feature {
        display: none
    }

    .site-content {
        padding: 0 4%
    }

    .feature img {
        width: 52px;
        height: 52px
    }

    .post-list h1.entry-title {
        margin: 0 0 0 65px;
        font-size: 18px;
        line-height: 30px
    }

    .p-time {
        position: relative;
        margin: -15px 0 0 65px
    }

    .withoutimg .p-time {
        margin: -14px 0 0 0
    }

    .post-list p {
        margin: 20px 0 0 65px;
        font-size: 14px;
        height: 30px;
    }

    .s-content {
        padding: 10px 15px;
        margin-right: 65px
    }

    .s-content p {
        margin-left: 0;
        margin-top: 0;
        height: 30px;
        overflow: hidden
    }

    .postava img {
        width: 52px;
        height: 52px
    }

    .overlay {
        display: none
    }

    .info-meta {
        display: none
    }

    .post-more {
        display: none
    }

    h1.entry-title {
        font-size: 18px
    }

    .entry-content p {
        font-size: 14px
    }

    .post-footer, .post-like, .post-share {
        display: none
    }

    .post-tags {
        text-align: center;
        float: none;
        font-size: 12px
    }

    .author-profile {
        display: none
    }

    .site-footer {
        padding: 30px
    }

    .lower {
        display: none !important
    }

    .m-nav {
        display: block
    }

    .site-header {
        display: none
    }

    .site-branding {
        float: right;
        height: 50px;
        line-height: 50px;
        -webkit-animation: header-right 2s;
        -o-animation: header-right 2s;
        animation: header-right 2s;
    }

    .site-branding-hidden {
        display: none;
    }

    .site-title img {
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .site-title {
        font-size: 20px;
        margin: 0 10px 0 0;
    }

    .blank {
        display: none
    }

    .links ul li {
        width: 48.6%
    }

    .links ul li:before {
        display: none
    }

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

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

    #archives-temp {
        padding: 0 20px
    }
}

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

    .site-footer {
        padding: 30px
    }

    .we-title:before {
        display: none
    }

    h3#comments-list-title, nav#comments-navi {
        width: 100%;
        padding: 0 6.39%;
        max-width: 1245px
    }
}

@media (max-width: 860px) {
    .post-list hr {
        margin-top: 20px
    }

    .wrapper {
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        background-color: #fff;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 50px
    }

    .wrapper.open {
        -webkit-transform: translateX(250PX) translateY(0);
        -moz-transform: translateX(250PX) translateY(0);
        -ms-transform: translateX(250PX) translateY(0);
        -o-transform: translateX(250PX) translateY(0);
        transform: translateX(250PX) translateY(0);
        position: fixed;
        right: 0;
        left: 0;
    }

    #page.open:before {
        content: "";
        width: 100%;
        height: 100%;
        margin-top: -50px;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 10;
    }

    .wrapper section {
        max-width: 600px;
        margin: 0 auto
    }

    .wrapper section h1 {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 10px
    }

    .wrapper section h2 {
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 40px
    }

    .wrapper section p {
        margin-bottom: 40px
    }

    .openNav {
        width: 100%;
        height: 50px;
        position: fixed;
        z-index: 9;
        display: block
    }

    .iconflat {
        transition-duration: .5s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .iconflat:hover {
        cursor: pointer
    }

    .iconflat {
        background: #79D6A7;
        width: 50px;
        height: 50px;
        float: left
    }

    .iconflat .icon {
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #fff;
        top: 24px;
        left: 10px
    }

    .iconflat .icon:after, .iconflat .icon:before {
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        background-color: #fff;
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        left: 0;
    }

    .iconflat .icon:before {
        top: -7px
    }

    .iconflat .icon:after {
        top: 7px
    }

    .iconflat.open {
        -webkit-transform: translateX(250PX) translateY(0);
        -moz-transform: translateX(250PX) translateY(0);
        -ms-transform: translateX(250PX) translateY(0);
        -o-transform: translateX(250PX) translateY(0);
        transform: translateX(250PX) translateY(0);

    }

    .iconflat.open .icon {
        background-color: transparent
    }

    .iconflat.open .icon:after, .iconflat.open .icon:before {
        top: 0
    }

    .iconflat.open .icon:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .iconflat.open .icon:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mo_s-search input {
        margin-left: 5px;
        color: #000;
        border: 1px solid rgba(52, 66, 88, 0);
        text-align: center;
    }

    #mo-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #mo-nav ul {
        width: 250px;
        margin: 50px 0
    }

    #mo-nav ul:hover li {
        color: rgba(255, 255, 255, .5)
    }

    #mo-nav ul li {
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        transition-duration: .25s;
        display: block;
        padding: 5px 40px;
        letter-spacing: .02em;
        text-align: left
    }

    #mo-nav ul li a {
        color: #000;
        font-size: 15px
    }

    #mo-nav li ul {
        width: 250px;
        margin: 10px 0;
        padding-left: 10px
    }

    #mo-nav li ul li {
        padding: 5px 5px
    }

    #mo-nav li ul li a {
        font-size: 13px;
        color: #9CACC5
    }

    #mo-nav ul li a:hover {
        cursor: pointer;
        color: #79D6A7
    }

    #mo-nav .search-box {
        position: relative;
        margin-top: 10px;
    }

    .mo_header_img img {
        position: relative;
        margin-top: 20px;
        width: 80px;
        height: auto;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, .3);
        margin-left: 20px;
    }

    .mo_header_title {
        position: absolute;
        top: 50px;
        left: 120px;

    }

    .mo_header_title a {
        color: #000;
    }

    .mo_header_title .author_local {
        position: absolute;
        top: 25px;
        right: -30px;
        color: #000;
        font-size: 10px;
        width: 150px;
        text-align: center;
    }

    #mo-nav .menu {
        position: relative;
        margin-top: 0;
    }

    .mo_header_info {
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
        width: 200px;
        text-align: center;
    }

    .mo_header_info a {
        color: #000;
        font-size: 13px;
    }

    .we-content li {
        height: 250px
    }

    .we-content {
        padding: 80px 1%
    }

    .we-icon {
        top: 30px
    }

    .wtitle {
        top: 110px
    }

    .sub-text {
        top: 150px
    }

    .works-list {
        width: 47%;
        margin: 0 10px
    }

    .works-main {
        height: 225px
    }

    .works-feature img {
        width: 344px;
        height: 225px
    }

    .works-entry {
        margin-bottom: 20px
    }
}

li code, ol li code, pre code {
    border: none !important
}

.reward {
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
    left: 45%
}

.reward ul {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 60px;
    right: -165px;
    padding: 6px;
    font-size: 13px;
    width: 370px;
    height: 200px;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px 1px #efefef;
    box-shadow: 0 1px 1px 1px #efefef;
}

.reward ul:after, .reward ul:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 50%;
    left: -20px;
    margin-top: -10px
}

.reward:hover ul {
    display: block
}

.reward ul li {
    display: inline-block;
    width: 48%;
    padding: 10px;
    color: #333;
    line-height: 20px
}

.reward span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 9px
}

.reward ul {
    -webkit-animation: reward 2s;
    -o-animation: reward 2s;
    animation: reward 2s;
}

@keyframes reward {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.post-entry input {
    color: #535a63;
    border: 2px solid #DDE6EA;
    width: 85%;
}

.post-entry input[type=submit] {
    width: auto;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 2px;
    text-shadow: none;
    font-size: 14px;
    float: right;
}

.post-entry input[type=submit]:hover {
    background: #DDE6EA;
    -webkit-animation: btn-pudding 1s linear;
    -o-animation: btn-pudding 1s linear;
    animation: btn-pudding 1s linear;
}

.page.type-page {
    margin-top: 120px;
}

.site-main input {
    color: #535a63;
    border: 2px solid #DDE6EA;
}

@media (max-width: 860px) {
    .search-box {
        position: relative;
        margin-top: 80px;
    }

    .site-main input {
        margin: 20px 0;
    }
}

.site-main input[type=submit] {
    width: auto;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    background: #A0DAD0;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 2px;
    text-shadow: none;
    font-size: 14px;
    float: right;
}

.site-main input[type=submit]:hover {
    background: #DDE6EA;
    -webkit-animation: btn-pudding 1s linear;
    -o-animation: btn-pudding 1s linear;
    animation: btn-pudding 1s linear;
}

#crumbs a, #crumbs span, #crumbs {
    color: #000;
    font-size: 15px;
}

#crumbs {
    padding-left: 3px;
    border-left: 3px solid;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*One样式表*/
.akina_one .akina_one_image {
    text-align: center;
}

.akina_one .akina_one_image img {
    width: 100%;
}

.akina_one .akina_one_main {
    background-color: #f2f2f2;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.akina_one .akina_one_text {
    padding: 5%;
    width: 80%;
}

.akina_one .akina_one_title {
    font-size: 20px;
    margin-bottom: 20px;
}

.akina_one .akina_one_content {
    text-indent: 2em;
}

.akina_one .akina_one_time {
    width: 20%;
    padding-right: 5%;
    text-align: center;
    margin: auto 0;
}

.akina_one_time div.date {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.akina_one_time div.year span {
    margin-right: 5px;
}

/*
@font-face {
    font-family: 'iconfont';
    src: url('images/fonts/iconfont.eot');
    src: url('images/fonts/iconfont.eot') format('embedded-opentype'),
    url('images/fonts/iconfont.woff') format('woff'),
    url('images/fonts/iconfont.ttf') format('truetype'),
    url('images/fonts/iconfont.svg#iconfont') format('svg');
}
*/

@font-face {
    font-family: 'iconfont';
    src: url('/theme/akinapro/iconfont/iconfont.eot');
    src: url('/theme/akinapro/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/theme/akinapro/iconfont/iconfont.woff') format('woff'),
    url('/theme/akinapro/iconfont/iconfont.ttf') format('truetype'),
    url('/theme/akinapro/iconfont/iconfont.svg#iconfont') format('svg');
}

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

/*loading动画*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}












