﻿@charset"utf-8";

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

body {
    margin: 0;
    font: 300 17px miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

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

audio,
canvas,
progress,
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: none;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    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"] {
    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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: "ys1";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;

}

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

blockquote {
    margin: 0;
    padding: 30px 60px;
    background: #F9F9F9;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

blockquote:before {
    content: '“' !important;
    font-size: 4rem;
    position: absolute;
    top: -10px;
    left: 18px;
    color: #D3DEEA;
    font-family: fantasy;
}


blockquote p {
    margin: 5px 0
}


address {
    margin: 0 0 1.5em;
}

pre {
    background: #F9F9F9;
    font-family: "Courier New", "Verdana", "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    color: #6F6F6F;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}


*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
    quotes: "" "";
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure ../images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
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="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]: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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
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% {
        transform: scale(0.93, 1.07)
    }

    16%,
    17% {
        transform: scale(0.94, 1.06)
    }

    10%,
    18% {
        transform: scale(0.95, 1.05)
    }

    19% {
        transform: scale(0.96, 1.04)
    }

    20% {
        transform: scale(0.98, 1.02)
    }

    21%,
    40%,
    48% {
        transform: scale(0.99, 1.01)
    }

    22%,
    23%,
    37%,
    39%,
    49% {
        transform: scale(1, 1)
    }

    7%,
    24%,
    34%,
    36% {
        transform: scale(1.01, 0.99)
    }

    25%,
    27%,
    30%,
    33% {
        transform: scale(1.02, 0.98)
    }

    28%,
    29% {
        transform: scale(1.03, 0.97)
    }

    2% {
        transform: scale(1.16, 0.84)
    }

    0% {
        transform: scale(1.2, 0.8)
    }
}




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #d65bb6;
    outline: none;
    -webkit-transition: color 0.2s ease-out, border 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border 0.2s ease-out, opacity 0.2s ease-out;
    transition: color 0.2s ease-out, border 0.2s ease-out, opacity 0.2s ease-out;
}


a:visited {}

a:hover,
a:focus,
a:active {
    color: #999ce5;

}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

/*--------------------------------------------------------------
## body
--------------------------------------------------------------*/
@keyframes header {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes main {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sitetop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes searchbox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#content {
    animation: main 1.5s;
}

.headertop,
.pattern-center {
    animation: header 1.5s;
}

.site-branding {
    animation: sitetop 1.5s;
}

.searchbox,
.site-top .lower {
    animation: searchbox 1.5s;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/

.site-top {
    height: 100px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 60px;

}

.site-header {
    height: 100px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
}

.yya {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(180 224 241);
    box-shadow: 0 2px 6px #6c6e6e;
}

/*.gizle{top:-100px;}*/
.sabit {
    top: 0;
    z-index: 9999;
}

.blank {
    margin-top: 0px
}

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

}

.site-title {
    margin: 0;
}

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

.site-title a:hover {
    color: #68D4C0
}

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

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

.site-description {
    float: right
}

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

.openNav {
    display: none
}

#mo-nav {
    display: none
}

.pattern-attachment-img {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 860px) {
    .pattern-attachment-img {
        height: 400px;
    }
}

@media (max-width: 605px) {
    .pattern-attachment-img {
        height: 300px;
    }
}

.pattern-center:hover .pattern-attachment-img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    -ms-transform: scale(1.07);
}

.pattern-center .pattern-attachment-img {
    -webkit-transition: -webkit-transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.pattern-center::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
}

.pattern-center {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei light, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif
}

.pattern-header {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

.pattern-header .entry-title {
    font-size: 28px;
    color: #FFFFFF;
}

.pattern-center .slant-left,
.pattern-center .slant-right {
    top: 75%;
}

p.entry-census {
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-top .lower {
    position: relative;
    display: inline-block;
    float: right;
    margin: 14px 0 11px;
}

.m-nav {
    display: none
}

.site-top ul {
    margin: 0;
    margin-right: 20px;
    padding: 0;
    list-style: none;
    display: inline-block;
    opacity: 0;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    -webkit-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 15px;
    display: inline-block;
    color: #411c1e;
    font-weight: bold;
}

.site-top ul li a:hover {
    color: #A0DAD0
}

.site-top .show-nav {
    font-size: 30px;
    float: right;
    cursor: pointer;
    opacity: .6;
    margin-top: 3px;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}

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

.lower li ul {
    display: none;
    opacity: 1;
    position: absolute;
    background: #FFFFFF;
    top: 47px;
    left: 0;
    width: 160px;
    padding: 10px 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(84, 84, 84, 0.36);
    z-index: 9999;
    -webkit-animation: fadeInUp .2s .1s ease both;
    -moz-animation: fadeInUp .2s .1s ease both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}


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

.lower li ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

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

/*--------------------------------------------------------------
# user pannel
--------------------------------------------------------------*/
#login-reg {
    float: right;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.user-panel img {
    width: 28px;
    border-radius: 50%;
    position: relative;
    top: 7px;
    margin-left: 15px;
}

.ex-login i {
    font-size: 28px;
    color: #B7B7B7;
}

.ex-login {
    height: 80px;
    line-height: 72px;
    margin-left: 15px;
}

.user_inner ul {
    display: none;
    opacity: 0;
    position: absolute;
    width: 120px;
    left: -30px;
    margin-right: 0;
    background: #fff;
    top: 70px;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(84, 84, 84, 0.08);
}

.user_inner li {
    width: 100%;
    text-align: center
}

.user_inner li a {
    display: block !important;
    padding: 10px 20px !important;
    width: 100%;
    line-height: 30px;
}

.exloginbox:hover .user_inner ul {
    display: inline-block;
    opacity: 1
}


/* Small menu. */

/*--------------------------------------------------------------
# postlist
--------------------------------------------------------------*/
.site-main {
    padding: 80px 0 0;

}

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

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

.post-entry {
    background-color: #FFF0F5;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #ffc1ea;
}

#content-p {
    margin: 10px 50px;
}

.post-entry-new {
    background-color: #8ce8ff;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #a1b5ff;
}


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

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

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

.feature img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    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 {
    font-weight: 600;
    color: #737373;

}

.entry-title a:hover {
    color: #FFBBFF;
}

.p-time {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 12px;
    color: #989898;
    letter-spacing: 1px;
    font-family: "ys1";
    font-weight: bold;
    padding: 0px 20px 0 0;
}

.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: #6f6f6f;
    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: #ffcbf1;
    padding: 0px 380px 0 0;
}

.post-more i:hover {
    color: #6f9bde;
}

.info-meta {
    margin-top: 10px;
    font-family: 'ys1';
    position: absolute;
    top: 20px;
    opacity: 0;
    padding-top: 8px;
    border-top: 3px solid #2b2929;
    -webkit-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;
    -ms-transition: .6s all ease;

}

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

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

.comnum {
    float: left;
}

.info-meta a {
    color: #cc6464;
}

.post-list:hover .info-meta {
    -webkit-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;
}

/*--------------------------------------------------------------
# status
--------------------------------------------------------------*/
.postava img {
    /*border-radius: 50%;*/
    padding: 2px;
    border: 2px solid #e196da;
    margin-top: 25px;
}

.postava {
    float: right;
}

.post-status p {
    margin: 0
}

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

.s-content {
    min-height: 60px;
    margin: 0 14% 0 2%;
    padding: 15px 30px;
    line-height: 30px;
    background: #FBFBFB;
    border-radius: 3px;
    background-color: #FFFACD;
    box-shadow: 1px 1px 8px #d2c62a;
}

.s-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #FBFBFB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 100px;
    top: 45px;
}


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

.post-status {
    margin: 50px 0;
}

/*--------------------------------------------------------------
# pagenav
--------------------------------------------------------------*/
.navigator {
    text-align: center;
    margin: 8% 0;
    /* display: none */
}


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

.navnumber {
    border-radius: 10px !important;
    padding: 8px 15px 8px 15px !important;
    border: 1px dashed #ddd !important;
    font-style: normal;
}

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

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

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

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

}

.site-info a {
    color: #9c9c9c;
}

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

.footertext p {
    margin-bottom: 10px;
}

.site-statistics {
    display: none;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.breadcrumbs {
    font-size: 14px;
    color: #D2D2D2;
    text-decoration: none;
    margin-bottom: 30px;
}

.breadcrumbs a {
    font-size: 14px;
    color: #D2D2D2;
}

.entry-content ul {
    list-style: disc;
    padding: 5px 10px 5px 50px;
    color: #828282;
    margin-left: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.entry-content ol {
    list-style: decimal;
    padding: 5px 10px 5px 50px;
    color: #828282;
    margin-left: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.entry-content ol li,
.entry-content ul li {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.entry-content ol li:first-child,
.entry-content ul li:first-child {
    border-top: none;
}

.entry-content {
    position: relative;
}

.entry-content h2 {
    color: #737373;
    font-size: 20px;
}

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

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

.entry-content h3 {
    color: #6d6c6c;
    background: #F9F9F9;
    padding: 10px 20px;
    border-left: 5px solid #C4E2EA;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.entry-content h4,
.entry-content h5 {
    padding: 20px 35px;
    background: #FFF6B5;
    color: #737373;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    padding-left: 60px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .06);
}

.entry-content h5 {
    font-size: 16px;
    background: #C8E6FB;
}

.entry-content h4:before,
.entry-content h5:before {
    font-family: 'iconfont';
    font-size: 25px;
    content: "\e60b";
    color: #C7BF83;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 14px;
}

.entry-content h5:before {
    content: "\e605";
    color: #7C9AAF;
}

.entry-content code {
    background: #f9f9f9;
    color: #E67474;
    padding: 2px 4px;
    border-radius: 2px;
}

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

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


h1.entry-title {
    font-size: 23px;
    font-weight: 600;
    color: #737373;
    font-family: "ys1";
    text-align: center;
}

.entry-header h1:before {
    content: "#";
    margin-right: 6px;
    color: #ff6d6d;
    font-size: 20px;
    font-weight: 600;
}

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

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

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

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

/*--------------------------------------------------------------
# post footer
--------------------------------------------------------------*/
.cd-top-box {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.cd-top {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../global-static/images/goTop.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top-box:hover .cd-top {
    -webkit-animation: btn-pudding 1s linear;
    animation: btn-pudding 1s linear;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .8;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: .8;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 55px;
        width: 55px;
        right: 50px;
        bottom: 50px;
    }
}

.post-footer {
    padding: 20px 10px;
    margin-top: 30px;
    height: 65px;
    position: relative;
}

.post-tags {
    margin: 7px 0 0 20px;
    float: left;
    font-size: 13px;
    color: #B3B3B3;
    text-transform: uppercase;
    font-family: 'ys1';
}

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

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

.post-tags i {
    margin-right: 6px;
}

.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 ul li i {
    font-size: 20px
}

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

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

.post-share .show-share {
    margin-left: 10px;
    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 .show-share,
.post-share:hover .sharehidden {
    opacity: 1;
}

.donate {
    float: left;
    line-height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #2B2B2B;
}

.donate a {
    color: #2B2B2B;
    padding: 10px;
    position: relative;
    cursor: pointer
}

.donate:hover {
    -webkit-box-shadow: 0 0 4px #333333;
    -moz-box-shadow: 0 0 4px #333333;
    -o-box-shadow: 0 0 4px #333333;
    box-shadow: 0 0 4px #333333;
}

.donate a:hover {
    color: #2B2B2B;
}

.donate img {
    width: 100px;
}

.donate_inner {
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 80px;
    top: -40px;
    background: #FFF;
    padding: 10px 10px 30px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border-radius: 3px;
}

.donate_inner:after,
.donate_inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 45%;
    margin-left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.donate_inner:before {
    left: -1px;
    border-right: 8px solid #ddd;
}

.donate_inner li {
    float: left;
    height: 100px
}

.donate_inner span {
    float: left;
    position: absolute;

}

.donate-box {
    float: left;
    position: relative
}

.donate_inner img {
    width: 100px;
}

li.wedonate:after,
li.alidonate:after {
    content: "微信";
    text-align: center;
    display: block;
    bottom: 16px;
    position: relative;
    font-size: 13px;
    margin-left: -4px;
    color: #8A8A8A;
}

li.alidonate:after {
    content: "支付宝";
}

.open-message {
    margin: 50px 0;
    position: relative;
    background: #2B2B2B;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.open-message:before {
    font-family: fantasy;
    content: "!";
    position: absolute;
    top: 26px;
    right: 30px;
    font-size: 18px;
    color: #FF7979;
    height: 27px;
    width: 27px;
    text-align: center;
    background: #FFFFFF;
}

.open-message p {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open-message a {
    color: #C5D2E0;
    padding: 0 5px;
}

.open-message:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2B2B2B;
    position: absolute;
    top: -8px;
    left: 48%
}


/**
*  nextprev
*/
.post-squares {
    overflow: hidden;
    width: 100%;
    margin: 55px 0;
    background: #000;
}

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

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

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

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

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

.post-squares h3 {
    font-family: 'ys1';
    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: 0px;
    border: 0;
    background: rgba(255, 255, 255, 0.6);
}

.post-squares .label {
    font-family: "ys1";
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

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

.post-squares .half {
    width: 50%;
    float: left;
}

.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 article,
.post-squares.nextprev a {
    height: 150px;
    padding: 55px 40px;
    text-align: left;
    width: 100%;
}

.post-squares.nextprev .next .info {
    text-align: right;
}

.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 {
    text-align: left;
}

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

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

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

.post-squares.nextprev .next {
    text-align: right;
}

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

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

.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: 0px 6.78%;
    text-align: center;
}

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

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

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

.author-profile hr {
    width: 50%;
    height: 0px;
    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-family: "ys1";
    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: 20px;
    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;
}

/*--------------------------------------------------------------
# comments-ajax
--------------------------------------------------------------*/
#loading {
    font-family: microsoft yahei;
    margin-bottom: 20px
}

.submit-su,
.submit-er,
.err-ti {
    width: 24px;
    height: 24px
}

.err-ti {
    background: url(../images/err-loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

.submit-er {
    background: url(../images/err-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

.submit-su {
    background: url(../images/submit-yes.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

#success_1 {
    font-family: microsoft yahei;
    display: inline-block;
    padding-left: 65px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# comments-nav
--------------------------------------------------------------*/

#loading-comments {
    display: none;
    max-width: 860px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 45px;
    background-image: url("../images/postload.gif");
    background-position: center;
    background-repeat: no-repeat;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
    border-radius: 5px;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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

span.edit-link {
    display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title {}

/*--------------------------------------------------------------
## 清除浮动
--------------------------------------------------------------*/
.clearer {
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
## archives
--------------------------------------------------------------*/

#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-family: microsoft yahei;
    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: px;
    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 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
}

.cat-des p {
    margin: 0
}

header.page-header {
    /* margin: 0 auto; */
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #9C9C9C;
    margin-top: 30px;
}

/*--------------------------------------------------------------
## links-page
--------------------------------------------------------------*/

.links {

    margin-bottom: 80px
}

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

.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;
    transition: all .3s;
}


span.sitename {
    color: #A0DAD0;
    padding-bottom: 10px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.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;
    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: #efc57e;
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -60px;
    z-index: -1;
    -webkit-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;
}

span.linkss-title {
    font-size: 25px;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    margin: 50px 0 30px;

    letter-spacing: 5px;
}

/*--------------------------------------------------------------
## welcome
--------------------------------------------------------------*/

.welcome-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 70px 20px 0;
}

#we-header {
    font-family: 'ys1';
    display: inline-block;
    width: 100%;
}

.wesite-title {
    float: left;
    margin: 0;
    padding: 10px 30px 10px 0;
    border-right: 1px dashed #424242;
}

.wesite-title a {
    color: #6B6B6B;
    font-weight: 400
}

.wesite-des {
    float: left;
    padding-top: 8px;
    margin-left: 30px;
}

.wesite-des p {
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: normal;
    color: whitesmoke;
}

.admin-login {
    float: right;
    width: 110px;
    background: #080808;
    padding: 5px;
    height: 40px;
    border-radius: 60px;
    margin: 19px 0 0 0;
}

.admin-login a {
    padding-left: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

a.big-link {
    font-size: 15px;
    color: white;
    padding-left: 10px;
    line-height: 28px;
}

.admin-login span {
    background-image: url(../images/admin.png);
    height: 30px;
    display: inline-block;
    width: 30px;
    float: right;
}

.we-content {
    padding: 80px 50px;
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
}


.we-content li {
    height: 527px;
    width: 20%;
    float: left;
    background-image: url(../images/bg_top_menu.png);
    list-style: none;
    transition: .7s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all linear;
}

.we-content li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.42);
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    font-family: 'ys1';
}

.we-content img {
    position: absolute;
    left: 0;
    top: 70px;
}

.we-title {}

.we-content span {
    position: absolute;
    width: 100%;
    left: 0;
}

.wtitle {
    top: 210px;
    color: #fff
}

.sub-text {
    top: 250px;
    color: #A7E4D3;
    font-family: Consolas;
    text-shadow: none;
    font-size: 15px;
    font-style: italic;
    letter-spacing: -1px;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    -webkit-transition: transform 0.4s, opacity 0.2s;
}

.we-icon {
    top: 130px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.bottom-line {
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.04);
}



.we-menu1 {
    background: rgb(43, 81, 74);
}

.we-home {
    background-image: url(../images/home.png);
}

.we-about {
    background-image: url(../images/about.png);
}

.we-archives {
    background-image: url(../images/archives.png);
}

.we-links {
    background-image: url(../images/links.png);
}

.we-youset {
    background-image: url(../images/works.png);
}


.we-menu2 {
    margin-top: 40px;
    background: rgb(212, 224, 197);
}

.we-menu3 {
    background: rgb(142, 196, 178);
}

.we-menu4 {
    margin-top: 40px;
    background: rgb(61, 56, 48);
}

.we-menu5 {
    background: rgb(208, 94, 56);
}


.we-content li a:hover .we-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.we-title:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 160px;
    height: 1px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.4s;
    /* top or translate does not seem to work in Firefox */
    -moz-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
    opacity: 0;
}

.we-content li a:hover .we-title:before {
    background: #fff;
    margin-top: 80px;
    opacity: 1;
}

.we-content li a:hover .sub-text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.we-content li:hover {
    background: rgb(99, 111, 125);
    background-image: url(../images/bg_top_menu.png);
}

.we-footer {
    max-width: 1080px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 15px;
}

.we-info {
    text-align: center;

    color: #B5B1AB;
}

.we-info a {
    color: #B5B1AB;
}

.we-footertext p {
    margin: 15px 0;
}

.author-box {
    background: #131313;
    height: 300px;
    position: relative;
}

.author-content {
    position: relative;
    left: 50%;
    transform: translate(-50%, 110%);
    font-size: 35px;
    line-height: 40px;
    font-family: 'Muli';
    color: #ecf0f1;
    height: 160px;
    overflow: hidden;
    display: inline-block;
}

.we-visible {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px;
    font-size: 30px;
    font-family: fantasy;
}

.we-visible p {
    display: inline;
    float: left;
    margin: 0;
    font-family: microsoft yahei;
}

.we-visible ul {
    margin-top: 0;
    padding-left: 30px;
    text-align: left;
    list-style: none;
    animation: 6s linear 0s normal none infinite change;
}

.we-visible ul li {
    line-height: 40px;
    margin: 0;
    font-family: microsoft yahei;
}

.we-visible:after,
.we-visible:before {
    position: absolute;
    top: 0;
    color: #16a085;
    font-size: 42px;
    -webkit-animation: 2s linear 0s normal none infinite opacity;
    animation: 2s linear 0s normal none infinite opacity;
}

.we-visible:before {
    content: '[';
    left: 0;
    line-height: 40px;
}

.we-visible:after {
    content: ']';
    position: absolute;
    right: 0;
    line-height: 40px;
}

.we-avatar {
    position: absolute;
    width: 80px;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.we-avatar img {
    border-radius: 100%;
    border: 3px solid rgb(255, 255, 255);
}


@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12%,
    100% {
        transform: translateY(0);
    }

    17%,
    29% {
        transform: translateY(-25%);
    }

    34%,
    46% {
        transform: translateY(-50%);
    }

    51%,
    63% {
        transform: translateY(-75%);
    }

    68%,
    80% {
        transform: translateY(-50%);
    }

    85%,
    97% {
        transform: translateY(-25%);
    }
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
a.comment-reply-login {
    font-size: 13px;
    line-height: 32px;
    margin-left: 10px;
    color: dimgrey;
}

.author-smilies-box {
    position: relative;
    display: block;
}

#comment-author-info {
    display: none;
    margin-top: 30px;
}

#respond_box .author-updown {
    font-family: 'ys1';
}

#toggle-comment-info {
    color: #A0DAD0;
    cursor: pointer;
    font-size: 15px;
}

#toggle-comment-info:hover {
    color: #ddd;
}

.author-updown {
    margin-top: 30px;
}

.body img {
    margin: 0 4px 0 4px;
}

.com-footer {
    position: relative;
    display: inline-block;
    width: 100%;
}

.graybar {
    display: none
}

.comments #error {
    font-family: microsoft yahei;
    margin-bottom: 20px
}

.notification-hidden {
    display: none;
}

form#commentform {
    outline: none;
}

#commentform a {
    color: #909090
}

/*评论翻页*/
nav#comments-navi {
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
    color: #9A9A9A;
    margin-bottom: 20px;
}

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

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

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

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

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

#comments a {
    color: #5f5f5f
}

#comments a:hover {
    color: #A0DAD0
}

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: 50px 0 50px;
    list-style: none;
    background: #fff;
}

.comments .comment-list {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
}

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

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

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

.comments .comments-main {
    overflow: hidden;
    -webkit-transition: height 0s ease-out;
    -moz-transition: height 0s ease-out;
    transition: height 0s ease-out;
}

.comments ol.comment-list {
    margin: 0 auto 40px;
    font-family: microsoft yahei;
}

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

}

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

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

.comment-list li ol li .comment_body {
    padding-left: 65px;
}

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

div.children ol {
    padding: 0 !important;
}

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

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

.comment .contents {
    margin-bottom: 20px;
}

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

.comment .isauthor i {
    font-size: 16px;
    color: #FFD67A;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}

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

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

.comment .body p {
    font-family: 'ys1';
    font-size: 14px;
    line-height: 32px;
    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;
    margin-left: 60px;
}

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

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

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


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


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

.comment .left {
    float: left;
}

.comment .right {
    float: right;
}

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

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

.comment .info {
    margin-top: 10.5px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: microsoft yahei light;
    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 {
    color: #696969;
    font-size: 15px;
    font-weight: 600;
}

.comment h4 a:hover {
    color: #ADDAC9
}

.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 .body>*:last-child {
        margin-left: 0px;
    }

    .comment .isauthor i {
        display: none
    }

    .comment hr {
        margin: 6.39% 0;
    }

    .comment .profile {
        display: none;
    }

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

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

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

.comment-list li ol li .comment_body {
    padding-left: 35px;
}


.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 {
    float: right;
    background: #f4f6f8;
    border-radius: 3px;
    padding: 12px 25px;
    font-size: 12px;
    color: #454545;
}

.comment-respond textarea,
.comment-respond input {

    font-size: 14px;
    float: left;
    width: 31.5%;
    margin: 0;
    padding: 16px 25px 15px;
    color: #535a63;
    border: 0;
    border-radius: 0px;
    background: #FFFFFF;
}

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

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

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

    .comment-respond input:last-of-type {
        width: 100%;
    }
}

.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;
    text-transform: uppercase;
    color: #fff;
    background: #A0DAD0;
    border-right: 0;
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    box-shadow: none;
    border: 0;
    border-radius: 2px;
    text-shadow: none
}

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

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

.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: 17px 32px 15px;
    background: #FFFFFF;
    color: #6F6F6F;
    font-family: "ys1";
    width: 160px;
    margin: 0 auto;
    border: 1px solid #C7C7C7;
}

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

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

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

.notification a {
    color: #B3B3B3;
}

.notification span {
    font-size: 13px;
}

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

/*
top-features
*/

h1.fes-title,
h1.main-title {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 3px dashed rgb(239 118 206 / 40%);
}

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

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

}

.top-feature img {
    height: 160px;
    width: 257px;
    object-fit: cover;
    border-radius: 5px;
}

.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: #efaeea9c;
    color: white;
    font-size: 16px;
    opacity: 0;
    border-radius: 5px;
}

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

    color: #505050;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    background: #f2dbeb;
    border-radius: 3px;
}

.notice:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FBFBFB;
    position: absolute;
    top: -8px;
}

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

/*
header-focus
*/

#centerbg {
    width: 100%;
    z-index: 0;
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}

.slant-left {
    /* background: #fff;*/
    width: 101%;
    position: absolute;
    bottom: -80px;
    right: 48%;
    height: 200px;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
}

.slant-right {
    /*#background: #fff;*/
    width: 101%;
    position: absolute;
    bottom: -80px;
    left: 48%;
    height: 200px;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}


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

.focusinfo img {
    width: 100px;
    height: auto;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.6s
}

.focusinfo img:hover {
    transform: rotate(360deg)
}

.header-info {
    width: 75%;
    margin: auto;
    font-size: 14px;
    color: #EAEADF;
    background: rgba(0, 0, 0, 0.46);
    padding: 17px 30px;
    margin-top: 30px;

    letter-spacing: 1px;
    line-height: 30px;
    box-sizing: initial;
}

.header-info p {
    margin: 0
}

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

}

.top-social img {
    height: 38px;
    width: 38px;
    background: white;
}

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

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

.wechatInner img {
    border-radius: 0px;
    width: 121px;
    height: auto;
}

.wechatInner {
    width: 121px;
    height: 121px;
    padding: 10px;
    background: #fff;
    top: 40px;
    visibility: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}

.wechatInner,
.qqInner {
    position: absolute;
    transition: .7s all ease;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all linear;
    -o-transition: .7s all ease;
    -ms-transition: .7s all ease;
}

.wechat:hover .wechatInner {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 1;
    visibility: visible;
}

.qq {
    position: relative;
}

.qqInner {
    padding: 10px;
    background: #FFFFFF;
    color: #505050;
    top: 40px;
    left: -58px;
    width: 150px;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
}

.qq:hover .qqInner {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;

}

/** search box **/

.searchbox {
    float: right;
    height: 80px;
    line-height: 75px;
    margin-left: 20px
}

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

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

i.iconfont.js-toggle-search.iconsearch {
    color: #B5B5B5;
    cursor: pointer;
    font-size: 27px;
    top: 2px;
    position: relative;
}


.search-form--modal {
    -webkit-transition: visibility 0.25s ease, opacity 0.25s ease;
    -moz-transition: visibility 0.25s ease, opacity 0.25s ease;
    -ms-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: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.96);
    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: 85px;
    top: 0;
    bottom: 0;
}

.search-form.is-visible {
    visibility: visible;
    opacity: 1;
}

.search-form div {
    position: relative;
    top: -150px;
}

.micromb-search {
    font-size: 23px;
    font-weight: 600;
    color: #737373;
    text-align: center;
    margin: 0 0 80px 0;
}

.micromb-search:before {
    content: "#";
    margin-right: 6px;
    color: #ff6d6d;
    font-size: 20px;
    font-weight: 600;
}

.search-form i {
    font-size: 32px;
    font-size: 1.5rem;
    line-height: 1;
    color: #9e9e9e;
    position: absolute;
    bottom: 18px;
    margin-top: -16px;
    left: 16px;
}

.search-form input {
    font-size: 24px;
    font-size: 1.5rem;
    background: none;
    padding: 12px 24px 12px 64px;
    width: 100%;
    outline: none;
    border: 1px solid #9e9e9e;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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 {
    position: relative;
    margin-bottom: 50px
}

.s-search input {
    font-size: 1rem;
    background: none;
    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;

}

.s-search i {
    font-size: 32px;
    font-size: 1.5rem;
    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;
}


/*
* 404
*/
.error-img {
    text-align: center;
}

.err-button.back {
    font-family: microsoft yahei;
    text-align: center;
}

.err-button.back a {
    padding: 10px 30px;
    margin: 0 10px;
    border: 1px solid #A0DAD0;
    color: #A0DAD0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

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

.err-button.back a:hover {
    -webkit-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85);
    -moz-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85);
    -o-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85);
    box-shadow: 0 0 4px rgba(117, 247, 211, 0.85);
}




/*!
* baguetteBox.js
* @author  feimosi
* @version 1.3.2
* @url https://github.com/feimosi/baguetteBox.js
*/

#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);
    transition: opacity 0.2s 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: 80%;
    max-width: 80%;
    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, 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;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -moz-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
}

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

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

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

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

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

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

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

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

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

/*
Preloader
Borrowed from http://tobiasahlin.com/spinkit/
*/

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {

    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }

}

@keyframes bounceFromRight {

    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }

}

@-webkit-keyframes bounceFromLeft {

    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }

}

@keyframes bounceFromLeft {

    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }

}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100% !important;
}

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

.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: 260px;
    border-radius: 0;
    transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    object-fit: cover;
}

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

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

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

/* 
*  preloading
**/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

#preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    animation: spin 2s linear infinite;
}

#preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite;
}

#preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}



/*
*
* download
* 
**/

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

.download:hover {
    color: #fff;
}

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

.download::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.download:hover::before,
.download:hover::after {
    opacity: 0;
    -webkit-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;
}

#pagination {
    padding: 20px 0;
    text-align: center;
    margin: 10% 0;
    font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, sans-serif
}

#pagination a {
    padding: 13px 35px;
    border: 1px solid #D6D6D6;
    border-radius: 50px;
    color: #ADADAD;
}

#pagination a:hover {
    border: 1px solid #A0DAD0;
    color: #A0DAD0;
}

#pagination .loading {
    background: url("../images/postload.gif");
    background-position: center;
    background-repeat: no-repeat;
    color: #555;
    border: none;
    cursor: no-drop;
}

#pagination .loading:hover {
    border: none
}


/*
*
* some mobile style
* 
**/

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

    .works-main {
        height: auto !important;
    }

    .works-feature img {
        width: 100%;
        height: 220px !important;
    }

    .works-main p {
        font-size: 18px
    }

    h1.works-title {
        font-size: 23px
    }

    .works-feature {
        width: 398px !important
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-2 .gallery-item {
        max-width: 100%
    }

    .gallery .gallery-item {
        width: 100%
    }

    /*.open-message {display:none}*/
}

@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%;
        padding-top: 50px
    }

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

    .post-list h1.entry-title {
        margin: 0 0 0 65px;
        font-size: 16px;
        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;
        overflow: hidden;
    }

    .post-status {
        margin: 30px 0;
    }

    .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: 21px
    }

    .entry-header h1:before {
        font-size: 19px;
    }

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

    /*.post-footer , .post-share , .post-like {
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;
    }

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

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

    }

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

    .author-box {
        display: none
    }

    #archives-temp {
        padding: 0 20px
    }

    .notice {
        margin-bottom: 0px
    }

    .site-main {
        padding-top: 40px
    }

    .s-content:after {
        display: none
    }

    .slant-left,
    .slant-right {
        display: none
    }

    #centerbg {
        background-attachment: inherit;
    }
}


@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) {
    .open-message:before {
        display: none
    }

    .post-list hr {
        margin-top: 20px
    }

    .navOpen {}

    .headertop {
        margin-top: 0px
    }

    #main-container {
        transition-duration: 0.5s;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

    #main-container.open:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 99;
    }

    #main-container.open {
        transform: translateX(250px) translateY(0px);
        -webkit-transform: translateX(250px) translateY(0px);
        position: fixed;
        left: 0;
        right: 0;
    }

    .wrapper {
        transition-duration: 0.5s;
        /*transition-timing-function: linear;*/
        background-color: white;
        width: 100%;
        height: auto;
        position: relative;
    }

    #mo-nav.open {
        width: auto;
    }

    .wrapper section {
        max-width: 860px;
        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 {
        transition-duration: 0.5s;
        /*transition-timing-function: swing;*/
        width: 100%;
        height: 50px;
        position: absolute;
        z-index: 99999;
        display: block;
        background: none;
    }

    .openNav .iconflat:hover {
        cursor: pointer;
    }

    .iconflat {
        background: none;
        width: 50px;
        height: 50px;
        float: left;
    }

    .openNav .icon {
        transition-duration: 0.2s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #333;
        top: 24px;
        left: 10px;
    }

    .openNav .icon:before,
    .openNav .icon:after {
        transition-duration: 0.5s;
        background-color: #333;
        position: absolute;
        content: "";
        width: 30px;
        height: 3px;
        left: 0px;
    }

    .openNav .icon:before {
        top: -8px;
    }

    .openNav .icon:after {
        top: 8px;
    }

    .openNav.open .icon {
        background-color: transparent;
    }

    .openNav.open .icon:before,
    .openNav.open .icon:after {
        top: 0;
    }

    .openNav.open .icon:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #FFFFFF;
    }

    .openNav.open .icon:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #FFFFFF;
    }

    #mo-nav {
        background-color: #FFFFFF;
        width: 0;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;

    }

    #mo-nav .m-avatar {
        width: 250px;
        max-width: 250px;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 20px;
        text-align: center;
    }

    #mo-nav .m-avatar img {
        width: 90px;
        height: 90px;
        max-width: 90px;
        border-radius: 100%;
    }

    #mo-nav .m-search form {
        width: 250px;
        max-width: 250px;
        margin: 0 0 20px;
        padding: 8px 15px;
        background-color: #fafafa;
    }

    #mo-nav .m-search input {
        width: 100%;
        border: 0;
        padding: 5px;
        text-align: center;
        border-radius: 3px;
        outline: none;

    }

    #mo-nav ul {
        width: 250px;
        height: 100%;
        margin: 10px 0;
    }

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

    #mo-nav ul li {
        transition-duration: 0.25s;
        display: block;
        padding: 6px 40px;
        color: white;
        letter-spacing: 0.02em;
        text-align: left;
    }

    #mo-nav ul li a {
        color: #000000;
        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: #a7c5a9;
    }

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

    .we-content li {
        height: 250px
    }

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

    .we-icon {
        top: 30px
    }

    .wtitle {
        top: 110px
    }

    .sub-text {
        top: 150px
    }

    .works-feature {
        width: 338px
    }

    .works-list {
        width: 45%
    }
}



/*iconfont **/
@font-face {
    font-family: "iconfont";
    /* src: url('../fonts/iconfont.eot?t=1462465854'); */
    src: url('../images/iconfont.eot');
    /* IE9*/
    src: url('../images/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../images/iconfont.woff') format('woff'),
        /* chrome, firefox */
        url('../images/iconfont.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../images/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

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

.icon-arrowright:before {
    content: "\e60f";
}

.icon-tags:before {
    content: "\e602";
}

.icon-time:before {
    content: "\e604";
}

.icon-warn:before {
    content: "\e605";
}

.icon-camera:before {
    content: "\e606";
}

.icon-pic:before {
    content: "\e609";
}

.icon-info:before {
    content: "\e60b";
}

.icon-forward:before {
    content: "\e60c";
}

.icon-mark:before {
    content: "\e610";
}

.icon-caidan:before {
    content: "\e613";
}

.icon-user:before {
    content: "\e615";
}

.icon-attention:before {
    content: "\e614";
}

.icon-down:before {
    content: "\e60a";
}

.icon-hot:before {
    content: "\e618";
}

.icon-upload:before {
    content: "\e619";
}

.icon-write:before {
    content: "\e61a";
}

.icon-guanbi:before {
    content: "\e61b";
}

.icon-more:before {
    content: "\e61c";
}

.icon-favorite:before {
    content: "\e612";
}

.icon-text:before {
    content: "\e61e";
}

.icon-6:before {
    content: "\e608";
}

.icon-liuyan:before {
    content: "\e607";
}

.icon-arrow-left:before {
    content: "\e611";
}

.icon-xianhuadian:before {
    content: "\e60e";
}

.icon-sousuo:before {
    content: "\e6f0";
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #35B995;
}

/* 加密文章提示文字样式 */
.text:hover {
    border: 1px solid #35B995;
}

p.word:before {
    content: "[";
    margin-right: 5px;
    color: #ff6d6d;
    font-size: 25px;
    position: relative;
    top: 2px;
}

p.word:after {
    content: "]";
    margin-left: 5px;
    color: #ff6d6d;
    font-size: 25px;
    position: relative;
    top: 2px;
}

/* 加密提示剧中 */
p.word {
    font-size: 21px !important;
    display: table;
    margin: 130px auto 50px;
    color: #737373;
    font-weight: 600;
}

.protected p:nth-child(2) {
    display: table;
    margin: 0 auto;
}

@media (max-width: 860px) {
    .protected p:nth-child(2) {
        margin: 100px auto 150px;
    }
}

/* 加密输入框样式 */
.protected p:nth-child(2)>input:nth-child(1) {
    width: 189px;
    height: 42px;
    float: left;
    border-radius: 2px 0 0 2px;
    padding: 0 0 0 10px;
    border-color: #A0DAD0;
    outline: none;
}

.protected p:nth-child(2)>input:nth-child(2) {
    width: 94px;
    height: 42px;
    color: #fff;
    background: #A0DAD0;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
    border: 0;
    text-shadow: none;
    outline: none;
}

/* PrismJS */
code[class*="language-"],
pre[class*="language-"] {
    color: #ccc;
    background: none;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 14px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 0 0;

}

/*定义滚动条轨道 内阴影+圆角*/
pre[class*="language-"]::-webkit-scrollbar-track {
    background-color: #2d2d2d;
    border-radius: 0px 0 5px 5px;
}

/*定义滑块 内阴影+圆角*/
pre[class*="language-"]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #4a4a4a;
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #2d2d2d;
    border-radius: 5px;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #999;
}

.token.punctuation {
    color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
    color: #e2777a;
}

.token.function-name {
    color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
    color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
    color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
    color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
    color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
    color: #67cdcc;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.token.inserted {
    color: green;
}

/*窗口提示样式*/
.fytx_alert_background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}

.fytx_alert_background .fytx_alert_box {
    width: 452px;
    height: auto;
    padding: 0 15px 20px;
    margin: 0 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}

.fytx_alert_background .fytx_alert_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.fytx_alert_background .fytx_alert_message {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 40px 35px;
    text-align: center;
    box-sizing: border-box;
    line-height: 28px
}

.fytx_alert_background .fytx_alert_btn {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #A0DAD0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    margin: 0 auto;
    text-align: center
}

.fytx_alert_background .fytx_alert_btn:hover {
    background-color: #DDE6EA;
}

@font-face {
    font-family: "ys1";
    src: url(../images/ys1.woff2) format("woff2"),
        url(../images/ys1.woff) format("woff"),
        url(../images/ys1.eot) format("embedded-opentype"),
        url(../images/ys1.svg) format("svg");
}

body {
    font-family: "ys1";
}

.btncss {
    border-radius: 3px;
    height: 32px;
    padding: 0 15px;
    border: none;
    background: var(--theme);
    color: #fff;
    font-size: 14px;
    transition: all 0.35s;
}

#chakhsu {
    color: #FFFFFF;
}


.site-master .site-master-description {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    display: inline-block;
    color: #97dffd;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.scaleup:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.scaleup {
    transition: .3s ease;
}


.post-list-show {
    animation: post-list-show .5s;
    -webkit-animation: post-list-show .5s;
    opacity: 1;
}

.post-list-thumb {
    float: left;
    width: 100%;
    height: 210px;
    position: relative;
    margin: 20px 0 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 1px 20px -8px rgb(0 0 0 / 50%);

}

.post-content-wrap {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 30px;
    padding-left: 0;
    width: 40%;
    margin: 20px 10px 0;
}

.post-thumb {
    float: right;
    width: 55%;
}

.notice,
.top-feature,
.post-list-thumb,
.post-list,
.comments {
    animation: main .6s;
}

.float-content {
    position: relative;
    width: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 50;
    color: rgba(0, 0, 0, .66);
}

.post-date,
.post-meta,
.post-meta a {
    color: #888;
    font-size: 12px;
}


.links ul li img {
    float: right;
    box-shadow: inset 0 0 10px #000;
    padding: 5px;
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    margin-top: 5px;
    width: 65px;
    height: 65px;
    padding: 2px;
    border-radius: 100%;
}

.links ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}



/*社交联系方式*/
@media only screen and (min-width: 861px) .hero .cover-content,
.post-header .cover-content {
    text-align: center;
}

.header-infoo {
    width: 75%;
    margin: auto;
    font-size: 15px;
    color: #00ffd3;
    background: rgba(0, 0, 0, 0.46);
    /*padding: 15px;*/
    letter-spacing: 0;
    line-height: 30px;
    /*border-radius: 10px;*/
    box-sizing: initial;
    white-space: nowrap;
    padding: 17px 30px;
}

.header-infoo:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .5) transparent;
}

.header-infoo p {
    margin: 0;
    font-family: 'Source Sans Pro', "Noto Serif SC", Helvetica, Arial, Menlo, Monaco, monospace, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

p {
    margin: 0 0 12px;
    line-height: 1.9rem;
}

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

.top-social_v2 li {
    float: left;
    margin-right: 13px;
}

li,
ul {
    margin: 5px auto;
}

a {
    color: #3273dc;
    cursor: pointer !important;
    text-decoration: none;
}


/*底部樱花旋转*/
.icon-sakura:before {
    content: "\e6b5";
}

.site-footer p {
    line-height: 0.1rem;
    margin: 10px 0 15px 0;
}

.icon-font {
    font-family: iconfont-sakura !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rotating {
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -ms-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

@font-face {
    font-family: iconfont-sakura;
    src: url(../images/ys1.eot);
    src: url(../images/ys1.eot) format('embedded-opentype'), url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url(//at.alicdn.com/t/font_679578_qyt5qzzavdo39pb9.ttf?t=1527145839653) format('truetype'), url(//at.alicdn.com/t/font_679578_qyt5qzzavdo39pb9.svg?t=1527145839653#iconfont) format('svg')
}

/*底部服务商*/
#footer-sponsor {
    font-size: 9px;
    text-align: center;
}

.footertext p {
    margin-bottom: 8px;
}