/*init*/
body {
    color: #333;
    font-size: 1em;
    line-height: 1.5625;
    font-family: 'Noticia Text';
}
* {
    -webkit-font-smoothing: antialiased;
}
*::selection {
    text-shadow: none;
    color: #666;
    background: #cceeff;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    background: transparent;
}
ol, ul {
    margin: .2em 0 1em 0;
    line-height: 1.8;
}
.easing {
    transition: all 0.3s ease-out;
}
input, textarea {
    outline: 0;
    font-family: Georgia, 'Microsoft YaHei', serif;
}
label {
    display: block;
    font-size: 12px;
    margin-bottom: .4em;
    letter-spacing: 2px;
    color: #555;
    text-transform: uppercase;
}
::-webkit-input-placeholder { color:#ddd; }
::-moz-placeholder { color:#ddd; } /* firefox 19+ */
:-ms-input-placeholder { color:#ddd; } /* ie */
input:-moz-placeholder { color:#ddd; }
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]) {
    padding: .8em 1.0em;
    width: 100%;
    font-size: 1em;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.easing-short, input, textarea, .social li a, .button, .entry-title a, a.more-link, .format-link .link-content > a:first-child, .flex-control-paging li a, .navigation a, .pagination a, .entry-meta a, .nav-single a, .comment a, .filters li a, .header-links li a, .entry-content > p > a, div.selector, div.uploader, .tagcloud a {
    -webkit-transition: color 0.1s, opacity .2s, background-color .2s, border-color .2s;
    transition: color 0.1s, opacity .2s, background-color .2s, border-color .2s;
}
.layout-fixed {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
input.input-text, textarea, select {
    padding: .8em 1.0em;
    width: 100%;
    font-size: 1em;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), select, .uploader, .selector {
    max-width: 360px;
}
input[type=submit], input[type=button], button, a.button, .button {
    display: inline-block;
    position: relative;
    padding: .7em 1.6em;
    font-size: 1em;
    line-height: 1.2;
    border: 0;
    outline: 0;
    background: #fff;
    border: 2px solid #777;
    color: #555;
    text-shadow: none;
    border-radius: 4px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.submit, .submit .submit-label, .submit .submit-status {
    -webkit-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, input[type=submit]:hover i, input[type=button]:hover i, button:hover i, a.button:hover i {
    color: #000;
    border-color: #000;
}
/*阅读样式*/
/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs  */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1 {
    font-size: 1.6em; margin: 0.8em 0 0.8em 0; line-height: 1.2;
}
h2 {
    font-size: 1.5em; margin: 1.0em 0 0.4em 0; line-height: 1.3;
}
h3 {
    font-size: 1.2em; margin: 1.4em 0 .5em 0;
}
h4 {
    font-size: 1.0em; margin: 1.4em 0 .4em 0;
}
h5 {
    font-size: 1.0em; margin: 1.2em 0 .4em 0;
}
h6 {
    font-size: 1.0em; margin: 1.2em 0 .4em 0;
}
p {
    margin: 0 0 1.1em 0;
}
/* blockquote  */
blockquote {
    position: relative; margin: 2em 0; padding: .4em 1.2em; font-size: 1.25em; font-weight: 400; font-style: italic; line-height: 1.5; font-family: fontello;
}
blockquote:before {
    display: block; content: "\f10d"; line-height: 1; font-size: 18px; position: absolute; left: 0; top: -12px;
}
blockquote cite {
    display: block; font-size: 12px; padding-right: 1em; margin-top: 16px; font-style: normal; font-weight: 400; color: #bbb; text-transform: uppercase; letter-spacing: 2px;
}
blockquote cite:before {
    content: "\2014 \2009"
}
hr {
    padding: .2em 0 1em 0; margin-bottom: 2em; outline: 0; border-width: 0 0 1px 0; border-style: solid; border-color: #eee;
}
/* tables  */
table {
    font-size: .925em; margin: 1em 0 3em 0; text-align: center;
}
tr th {
    padding: .8em 1.2em .8em 1.2em; font-weight: 800; line-height: 1.2; border-bottom: 2px solid #555; border-top: 2px solid #555; text-transform: uppercase; letter-spacing: 2px;
}
tr td {
    color: #777; padding: .8em 1em .6em 1em; border-bottom: 1px solid #eee;
}
tfoot tr td {
    border-bottom: 0
}
/* tr:nth-child(odd) td {
 	background: #fafafa;
	} */
/* code and pre  */
pre {
    display: block;
    padding: 1rem;
    margin: .625rem 0;
    font-size: .8125rem;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #999;
    background-color: #f8f8f8;
    border-radius: 4px;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f8f8f8;
    border-radius: 4px;
}
pre code {
    font-size: initial;
    padding: 0;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
/* lists  */
ol,
ul {
    margin: .2em 0 1em 0; line-height: 1.8;
}
ul {
    list-style: disc;
}
dt {
    margin-bottom: .3em; letter-spacing: 2px; font-weight: bold; font-size: 14px;
}
dd {
    padding-bottom: 1.0em; margin-left: 0.8em;
}
img {
    max-width: 100%;
    height: auto;
}
.entry-content a{
    margin: 0 4px;
    color: #777;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}
.entry-content a:not(.social-share-icon):hover {
    border-bottom: 2px solid #333;
}
a:hover, .entry-content a:hover {
    color: #333;
}
.entry-content {
    -ms-word-break: break-all;
    word-break: break-all;
}
/*header*/
.site-header{
    float: left;
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
}
.is-social-toggled-on .site-header {
    position: relative;
}
.is-search-toggled-on .site-header,
.is-social-toggled-on .site-header {
    position: relative;
}
.site-header .site-title{
    float: left;
    margin: 0 0 0 54px;
    padding: 0 20px 0 0;
    line-height: 54px;
    text-indent: 20px;
    font-size: 1.4em;
    letter-spacing: -1px;
}
.site-header .site-title a {
    color: #333333;
}
.site-navigation {
    display: inline-block;
    float: left;
}
.site-navigation .nav-menu {
    left: -240px;
    position: static;
    width: auto;
    background-color: transparent;
    box-shadow: none;
}
.site-navigation .nav-menu ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-navigation .nav-menu ul li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 53px;
    margin: 0 0.8em;
    padding: 0;
    position: relative;
    font-weight: bold;
}
.nav-menu ul li a {
    color: #333;
    border: 0;
    display: inline-block;
    padding: 0;
}
.nav-menu ul li a:hover {
    text-decoration: none;
    box-shadow: 0 1px;
}
.search-container {
    display: inline-block;
    float: right;
    width: 52px;
    margin-right: 0;
}
.icon-search-toggle {
    float: right;
    border-left: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.icon-search-toggle:before {
    font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
}
.toggle-link {
    display: block;
    width: 52px;
    line-height: 51px;
    height: 54px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #444444;
}
.search-box {
    display: none;
    position: absolute;
    top: 53px;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-width: 1px 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 0px;
}
.is-search-toggled-on .search-box {
    display: block;
    z-index: 999;
}
.is-search-toggled-on .site-main {
    filter: sepia(50%); -webkit-filter: grayscale(100%);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.search-box label {
    margin: 0;
}
.search-box #search-field {
    display: block;
    background-color: transparent;
    border: 0;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: .4em 1.0em;
    font-size: 42px !important;
}
.search-box .search-submit {
    display: none !important;
}
.social-container {
    display: inline-block;
    float: right;
}
.textwidget{
    font-size: .925em;
}
.site-header .social {
    display: inline-block;
    float: right;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header .social li {
    display: block;
    float: left;
    padding: 0;
}
.site-header .social li a {
    border-left: 1px solid #E7E7E7;
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    width: 53px;
    height: 54px;
    line-height: 53px;
    display: block;
    float: left;
    text-align: center;
    color: #444;
}
.social li a.icon-weibo:hover {
    background-color: #E64141;
    color: #fff;
}
.social li a.icon-wechat:hover {
    background-color: #07bd00;
    color: #fff;
}
.social li a.icon-github-circled:hover {
    background-color: #222;
    color: #fff;
}
/*main*/
.site-main {
    position: relative;
    top: 55px;
}
.site-main .blog-area {
    padding-top: 0;
}
.site-main .blog-area .post {
    padding: 0;
}
.site-main .blog-area .post .post-thumbnail {
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #000;
}
.post-thumbnail .entry-header {
    z-index: 100;
    max-width: none;
    width: 100%;
    padding-top: 20%;
    padding-bottom: 4%;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0.6) 100%);
}
.entry-header .layout-fixed {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.layout-full, .layout-fixed {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.post-thumbnail .entry-meta {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 0 1.4em 0;
    font-size: 13px;
}
.entry-meta > span {
    display: inline-block;
    margin-right: 18px;
}
.post-thumbnail .entry-meta .cat-links a {
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 16px;
    margin-bottom: 0.6em;
    margin-right: 0.5em;
    font-size: 11px;
    border-radius: 16px;
    text-transform: uppercase;
    transition: color 0.1s, opacity .2s, background-color .2s, border-color .2s;
}
.post-thumbnail .entry-meta .cat-links a:hover {
    color: #fff;
    border-color: #fff;
}
.blog-area h1 {
    font-size: 3.2em;
    letter-spacing: -1px;
}
.entry-title {
    margin: 0;
}
.post-thumbnail .entry-title a {
    color: #fff;
}
.post-thumbnail .entry-meta a {
    color: rgba(255, 255, 255, 0.5);
}
.post-thumbnail .entry-meta a:hover {
    color: rgba(255, 255, 255, 1);
}
.post-thumbnail .entry-title a:hover {
    color: #fff;
    text-decoration: underline;
}
.entry-title + .entry-meta {
    padding: 1.2em 0 0 0;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
}
.entry-meta i {
    margin-right: 1px;
    font-size: 16px;
}
.navigation {
    padding: 3em 0;
    letter-spacing: 1px;
    font-size: 1em;
    overflow: auto;
    text-transform: uppercase;
    clear: left;
}
.navigation > div {
    width: 50%;
    float: left;
}
.navigation a {
    padding: 1.6em 2.4em;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 44px;
    font-weight: 800;
    font-size: .875em;
    line-height: 1.3;
    color: #666;
    letter-spacing: 4px;
}
.navigation a:hover {
    color: #333;
    border-color: #333;
}
.navigation .meta-nav {
    margin-right: .5em;
}
.navigation .nav-next {
    text-align: right;
}
.navigation .nav-next .meta-nav {
    margin-left: .5em;
    margin-right: 0;
}
/*footer*/
.site-footer {
    position: relative;
    z-index: 200;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 2em 0;
    margin-top: 5em;
}
.site-footer .site-info {
    text-align: center;
}
.site-footer .site-info p {
    margin: 0;
}
.site-footer .site-info p a {
    color: inherit;
}
.site-footer .site-info p a:hover {
    color: #777;
}
/*post.html share*/
.post-thumbnail {
    -webkit-background-size: cover;
    background-size: cover;
}
.post-thumbnail + div .entry-content {
    padding-top: 4.4em;
}
.post .entry-content > p {
    font-size: 19px;
    line-height: 30px;
}
.about-author {
    padding: 3em 0 2em 0;
}
.about-author h3 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ccc;
}
.author-bio {
    padding: 1.4em 0;
    border-top: 1px solid #e7e7e7;
}
.author-img {
    width: 96px;
    margin: 0 1em 0 0;
    float: left;
}
.author-img img {
    display: block;
    border-radius: 50%;
}
.author-img a {
    margin: 0!important;
    border-bottom: 0!important;
}
.author-info p {
    font-size: .925em;
    margin: .4em 0;
}
.read-next {
    margin: 3em 0;
}
.read-next .entry-header {
    padding-top: 3em;
}
.read-next h3 {
    margin-bottom: 8em;
    padding-top: 0.3em;
    font-size: 0.925em;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #FFF;
    border-color: rgba(255, 255, 255, 0.7);
}
.comments-area {
    padding: 2em 0;
}
.comments-area ol {
    list-style: none;
    margin: 0;
}
.comments-area ol li {
    padding-top: .6em;
}
.comments-area article {
    margin-left: 105px;
    padding: 1.2em 1.6em;
    margin-bottom: 3.6em;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
}
ol.comment-list {
    padding: 1.5em 0 1em 0;
    line-height: 1.6;
}
.comment-meta img {
    position: absolute;
    top: 0;
    left: -105px;
    max-width: 75px;
    display: block;
    margin: 0 auto .6em auto;
    border-radius: 50%;
}
.comment-meta .fn {
    display: inline-block;
    text-align: left;
    font-size: 1em;
    font-style: normal;
    font-weight: 800;
}
.comment-meta .fn + a {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: .875em;
    color: #999;
    line-height: 1.2;
}
.comment-content {
    clear: left;
}
.comment-content p {
    font-size: 1em;
    margin: .8em 0 .2em 0;
}
.comment .reply {
    position: absolute;
    bottom: -29px;
    right: 20px;
    padding: 6px 16px;
    font-size: 15px;
    line-height: 1;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #DDD;
}
.reply a {
    font-size: .875em;
    letter-spacing: 1px;
}
.comment-meta a, .reply a {
    color: #666;
}
.comment-respond {
    padding: 0 0 1em 0;
}
.comment-respond form p {
    margin-bottom: 0;
}
form p {
    position: relative;
    margin: 1.6em 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 30%;
    margin-right: 3%;
}
.form-submit {
    padding-top: 1em;
}
.form-allowed-tags, .form-submit {
    clear: left;
}
.comment-respond a{
    color: #333;
}
.entry-title i {
    font-weight: 400;
}
.blog-simple ul {
    margin: 0;
    padding: 2em 0 0 0;
    list-style: none;
}
.blog-simple ul .hentry {
    padding: 2em 0 1em 0;
}
.blog-simple ul .entry-header {
    padding: 0;
}
.blog-simple .entry-meta .cat-links a {
    padding: 4px 12px;
    margin-right: 12px;
}
.entry-meta .cat-links a {
    padding: 6px 16px;
    display: inherit;
    margin-bottom: .8em;
    font-size: 11px;
    border-radius: 16px;
    border: 1px solid #ccc;
    text-transform: uppercase;
}
.entry-meta a, .nav-single a, .comment-meta a, .comment-reply-link, .navigation a, .post-pagination a, .related-posts a, .archives a, .tabs .tab-titles li a {
    color: #666;
}
.entry-meta a:hover, .nav-single a:hover, .navigation a:hover, .post-pagination a:hover, .archives a:hover, .entry-content a.more-link:hover, .archives-tag.post-list a:hover, .tagcloud a:hover, .related-posts ol li a:hover {
    color: #333;
    border-color: #333;
}
.blog-simple ul h1 {
    font-size: 1.9em;
    letter-spacing: 0px;
}
.entry-title a:hover {
    color: #333;
    text-decoration: underline;
}
.blog-simple ul p {
    color: #aaa;
    margin: .2em 0;
}
.comment-list>.page-navigator {
    text-align: center;
    font-size: 1.1em;
}
.comment-list>.page-navigator li {
    padding: 0;
    display: inline-block;
    background: #ededed;
}
.comment-list>.page-navigator li a {
    display: inline-block;
    line-height: 40px;
    width: 50px;
}
.comment-list>.page-navigator li a:hover {
    background: #fff;
}
.comment-list>.page-navigator .current {
    background: #ccc;
}
.social-share {
    margin-top: 3em;
    text-align: center;
}
.social-share a:before {
    font-family:'socialshare'!important;
}