::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

* {
    letter-spacing: .1rem;
    padding: 0;
    margin: 0
}

body {
    background-color: #F5F5F5;
    color: #444;
    font-weight: 400;
    line-height: 1.42;
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons",PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
	font-size:1rem;
    letter-spacing: .05em;
    margin-top: 50px;
}

.wrapper { 
    -webkit-font-smoothing: antialiased;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

.beifeng {
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    border-radius: 50%;
    margin-right: .7525rem;
    border: 1px solid #e1dfdf;
    padding: .1rem
}

.sdblue {
    color: #637599
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.info .author {
    display: flex;
    justify-content: center;
    align-items: center;
}
.info .cate {
    background:  #F5F5F5;;
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
}
.info a {
    text-decoration: none;
    color: var(--text-color);
}
.info .author .meta {
    font-size: 12px;
    line-height: 15px;
    color: #939393;
}
.info .author img {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.info .author .name {
        line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}

.content p, .post-item, .post-item .content ul, .post-item .content ol {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
}
.content .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 0 0;
    font-size: 13px;
    color: #999999;
}
.content .footer .tag a {
    background:  #F5F5F5;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    color: #454545;
    border: 1px solid transparent;
    transition: all .3s;
}

.container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.header {
    background: #fff;
    background: hsla(0,0%,100%,.8);
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/* 滚动*/
.header .nav-box {
    padding: 0 0px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
/* 滚动粗细*/
.header .nav-box::-webkit-scrollbar { 
    width: 5px; height: 5px;
    overflow-x: auto;
}
.header .nav-box:hover{
    overflow-y: auto;
  }

.header .nav-box a {
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 20px;
    text-transform: capitalize;
}

.header .nav-box a.active {
    border-bottom: 1px solid #3c3c3c;
    word-break: break-all;
}

.nav {
    height: 40px;
    display: block;
    padding: 0 15px
}

.nav .container {
    height: 100%
}

.nav .nav-text {
    line-height: 40px;
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 5px;
    text-decoration: none;
    color: #333
}

.nav .correct {
    border-bottom: 1px solid #333
}

.feed {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px
}

.feed .frame {
    padding: 15px
}

.feed .quote {
    padding: 0 25px 25px;
    border-radius: 10px;
    background-color: #F9F9F9
}

.feed .user-meta {
    margin-left: 50px;
    height: 40px;
    margin-bottom: 15px
}

.feed .user-meta .name {
    line-height: 25px;
    font-size: 14px;
    font-weight: 600
}

.feed .user-meta .info1 {
    font-size: 12px;
    line-height: 15px;
    color: #939393
}

.feed .avatar {
    height: 40px;
    width: 40px;
    background-color: #F9F9F9;
    float: left;
    border-radius: 5px
}

.feed .content {
    font-size: 14px;
    line-height: 24px
}

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

.feed .quote .title {
    padding-top: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600
}

.feed .quote a {
    text-decoration: none;
    color: #333
}

.page-navigator {
    list-style: none;
    background-color: #fff;
    padding: 0 25px;
    margin: 10px 0;
    text-align: center;
    border-radius: 10px
}

.page-navigator li {
    display: inline-block
}

.page-navigator li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    display: inline-block
}

.page-navigator li.current {
    background-color: #F9F9F9;
    border-bottom: 1px solid #333
}

.content pre,
.content blockquote {
    background-color: #F9F9F9;
    padding: 10px;
    margin: 10px 0
}

.content ol,
.content ul {
    padding-left: 20px
}

.content p,
.content ul,
.content ol,
.content img,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
}

.content a {
    color: #333;
    text-decoration: none
}

.content .image {
    margin-top: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.content .image .div-img1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 15px;
    overflow: hidden
}

.content .image .div-img1 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0
}

.content .image .div-img2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 15px;
    overflow: hidden
}

.content .image .div-img2 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0
}

.div-img100 {
    position: relative
}

.div_img110 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
    font-weight: 600
}

.image_100 .div-img2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 35%;
    border-radius: 15px;
    overflow: hidden
}

.image_100 .div-img2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    object-fit: cover
}

.content .image2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content .image2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-top: 0px
}

.content .image2 .div-img3 {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center
}

.content .image2 .div-img3 img {
    width: 240px;
    border-radius: 5px
}

hr {
    background: #d9dde8;
    border: none;
    height: 2px;
    margin: 6px 0
}

a {
    text-decoration: none;
    color: #333;
    word-wrap: break-word;
    -moz-text-decoration-color: rgba(0, 0, 0, .4);
    text-decoration-color: rgba(0, 0, 0, .4);
}

.view-img img {
    display: initial
}

#post_thumbs {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
    position: relative;
    height: 14rem;
}

.title_cat {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: 0px 1px 4px #000;
    padding: 0px 20px 40px;
    border-radius: 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .65) 100%)
}

.date_info {
    position: absolute;
    margin-right: 20px;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0px 15px 20px;
    color: #FFF;
    text-shadow: 0px 1px 4px #000
}

.prev-next {
    display: inline
}

.prev-post {
    text-align: left;
    float: left
}

.next-post {
    text-align: right;
    float: right;
}

.prev-post .post-title {
    display: inline-block;
    font-size: 15px
}

.post-title {
    position: relative;
    padding: 0
}

.next-post .post-title {
    display: inline-block;
    font-size: 15px
}

.prev-post .post-title:before {
    content: '';
    left: 1px;
    right: 1px;
    height: 22%;
    background-color: rgb(255 153 1 / 35%);
    position: absolute;
    top: 80%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.next-post .post-title:before {
    content: '';
    left: 1px;
    right: 1px;
    height: 22%;
    background-color: rgb(255 153 1 / 35%);
    position: absolute;
    top: 80%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.comments-have {
    letter-spacing: .2rem;
    display: block;
    margin-top: 5rem;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold
}

.mod-post__title {
    letter-spacing: 0.2rem;
    font-size: 25px;
    margin-bottom: 30px
}

.post_info {
    margin-bottom: 45px;
    margin-top: 30px
}

.post_info .author {
    line-height: 30px
}

.post_info .author img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    float: left;
    margin-right: 6px;
}

.post_info time {
    float: right;
}

.mod-post__meta {
    font-size: 14px;
    color: #777;
    line-height: 2em;
    padding-bottom: 20px
}

.mod-post__entry {
    font-size: 16px;
    text-align: justify
}

.mod-post__entry p {
    letter-spacing: .18rem;
    margin-top: 10px;
    margin-bottom: 30px;
    word-break: break-all
}

.mod-post__entry strong {
    font-weight: 600;
    padding: 0px 3px;
    color: #c7254e;
    border-radius: 2px;
}

.mod-post__entry img {
    max-width: 100%;
    height: auto;
    box-shadow: 10px 7px 13px #888885;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
}

.mod-post_entry hr {
    margin: 15px 10px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ba6814, rgba(0, 0, 0, 0))
}

.mod-post__entry a {
    color: #f27474
}

.post_thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    border: 0;
    border-radius: 8px;
}

.post_thumb h1 {
    position: absolute;
    line-height: 1.4;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    border: 0;
    border-radius: 15px;
    text-shadow: 0 1px 4px #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-image: aliceblue
}

.mod-post_title {
    letter-spacing: 0rem;
    font-size: 20px;
    text-align: center;
    padding: 14px
}

.mod-footer {
    font-family: bookmark;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
    color: #888;
    font-size: 13px
}

.mod-footer p {
    letter-spacing: 1px;
        padding: 25px;
}

.mod-footer a {
    text-align: center;
    color: #888
}

.blog-date {
    text-align: center;
    margin-bottom: 50px;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    line-height: 1;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: 0 1px 4px #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-image: aliceblue
}

/* 列表样式*/
.wzulli ol,
.wzulli ul {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    background: #48484a;
    padding: 20px 20px 10px 30px;
    margin-bottom: 30px;
    list-style-type: decimal;
    overflow: auto;
    border-radius: 10px
}

.wzulli ol,
.wzulli ul {
    padding: 10px 10px 10px 40px;
    list-style: decimal-leading-zero;
    background: rgba(0, 0, 0, .03);
    border-radius: 5px;
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px
}

.wzulli ol li,
.wzulli ul li {
    border-left: 1px solid rgba(77, 136, 255, .5);
    padding-left: 20px;
    line-height: 30px
}

.wzulli pre {
    padding: 10px 10px;
}

.wzulli pre {
	border-left:none;
	border-right:none;
	/*margin-top:1.2em;*/
	margin-bottom:2.2em;
	padding:7px 17px;
	display:block;
	overflow:auto;
	background:#fdfdfd
}
.wzulli blockquote {
	margin-bottom: 7px;
    padding: 2em 25px 2em 30px;
    position: relative;

    font-size: 0.9em;
}
.wzulli blockquote p {
    margin: 1em 0;
}
blockquote:before {
    content: open-quote;
    font-size: 3em;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote:after {
    content: close-quote;
    font-size: 3em;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* 列表样式结束*/



.prev {
    float: left
}

.next {
    float: left
}

.next,.prev {
    padding: .5rem 1.6rem;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000000 !important;
    margin: 10px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.comment_main1 {
    overflow: hidden;
    padding: 5px
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

form.protected input[type=submit].submit {
    color: #fff !important;
    border: 0;
    background-color: var(--pigeon-major);
    padding: 6px;
    text-align: center;
    width: 4.125rem;
    transition: all .5s;
    border-radius: 0 4px 4px 0
}

form.protected input[type=submit].submit:hover {
    background: #222831
}

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

input,
button {
    outline: medium
}

#comment-form {
    margin: 2em 0;
    font-size: 14px
}

#comment-form .comment-inputs {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    overflow: hidden;
    margin-bottom: 10px
}

#comment-form .comment-inputs input {
    outline: 0;
    height: 40px;
    background: transparent;
    border: 0;
    padding: 0 15px;
    border-radius: 5px;
    line-height: normal;
    background-color: #f0f3f8;
    width: 100%
}

#comment-form .comment-inputs div {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    float: left
}

#comment-form .comment-inputs div:nth-child(3) {
    margin-right: 0
}

#comment-form .comment-editor {
    min-height: 86px;
    position: relative
}

#comment-form textarea {
    outline: 0;
    border: 0;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    min-height: 86px;
    line-height: 1.825;
    display: block;
    background: #f0f3f8;
    overflow: auto;
    resize: none;
    font-family: inherit
}

#comment-form .comment-buttons {
    height: 50px;
    padding: 8px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#comment-form .comment-buttons #submitComment {
    border: 0;
    background: #000;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#comment-form .comment-buttons #submitComment:hover {
    opacity: .7
}

#comment-form .comment-buttons button {
    cursor: pointer;
    outline: medium;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background: transparent;
    border: 0
}

#comment-form .comment-buttons .left,
#comment-form .comment-buttons .right {
    float: right
}

#comment-form .comment-buttons span {
    font-size: 1em;
    margin-top: 4px
}

#comment-form .comment-buttons .right {
    justify-content: flex-end
}

#comments ol {
    list-style: none;
    margin: 0
}

#comments p {
    margin: 0
}

.gen {
    margin: 1rem 0 0 0
}

.hide {
    display: none
}

.gen .page-navigator {
    margin: 3.75rem 0 3rem 0
}

.response {
    margin: 2rem 0;
    padding-top: 1em
}

.hinfo {
    display: none
}

.gen h2 {
    margin-bottom: .8em
}

.gen a {
    color: #aaa
}

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

.comment_main {
    overflow: hidden;
    padding: 1rem 0;
    border-bottom: 1px dotted #e0e0e0
}

.comment_main p {
    margin: 0;
    font-size: 14px
}

.comment-content {
    font-size: 14px
}

.comment-content .hideContent {
    text-align: center;
    font-size: 14px;
    background: repeating-linear-gradient(145deg, #f2f2f2, #f2f2f2 15px, #fff 0, #fff 30px)
}

.comment-content .parent,
.mr-1 {
    margin-right: 5px;
    color: var(--pigeon-major) !important
}

.comment_reply,
.comment_meta {
    font-size: .766rem;
    color: #aaa;
    margin-bottom: 15px
}

.comment_reply {
    float: right
}

.comment_reply:hover i {
    color: var(--pigeon-major)
}

.comment_author {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 600;
    margin-bottom: 5px
}

.comment_author a {
    color: #3c3c3c
}

.ccomment_reply {
    text-align: right
}

.comment_reply a:before,
.comment_time:before {
    margin: 0 .5rem
}

.comment-parent .comment-children {
    margin-left: 1.2em
}

.comment-child .comment-children {
    margin-left: 0
}

.cancel-comment-reply {
    text-align: right
}

.nav-page {
    margin-top: 20px
}

.comments-navigator {
    position: relative
}

.comments-navigator li {
    display: inline-block;
    list-style: none;
    background-color: #d3d3d3;
    padding: .5rem .875rem;
    margin: 0 .5rem 0 0;
    font-size: .75rem;
    border-radius: .2rem
}

.comments-navigator .current {
    background-color: var(--pigeon-major)
}

.comments-navigator .current a {
    color: #655e5e
}

.comments-navigator li,
.comments-navigator li a {
    transition: all .5s
}

.comments-navigator li:hover {
    background-color: var(--pigeon-major)
}

.comments-navigator li:hover a {
    color: #fff
}

.comments-navigator .prev {
    right: 45px
}

.comments-navigator .next {
    margin: 0;
    right: 0
}

.comments-navigator .prev,
.comments-navigator .next {
    position: absolute;
    padding: .5rem .6rem;
    margin: 0
}

.comments_avatar {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 1rem 1rem 0 0 !important;
    border-radius: 5px
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px)
    }

    50% {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px)
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px)
    }
}

.photos {
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0;
}
.grid-item img {
    margin-top: -4px!important;
    margin-right: 0px;
    width: 33.333333%;
    height: 170px;
    border: 2px solid var(--panel-background);
    float: inherit;
    object-fit: cover;
    border-radius: 0!important;
    cursor: pointer;
    clear: left;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.grid-item img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.grid-item p {
    margin: 0;
}

div.photos {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .2s cubic-bezier(.25,.46,.45,.94) all;
    transition: .2s cubic-bezier(.25,.46,.45,.94) all;
}
div.photos figure{
    position: relative;
    margin: 1px;
  }
div.photos figure div{
      position: relative;
      height: 0;
      width: 100%;
  }
div.photos figure div img{
  position: absolute;
  float:left;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/* figcaption is not important */
figcaption{
  position: absolute;
  pointer-events: none;
  margin: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0 !important;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,rgba(0,0,0,.03) 26%,rgba(0,0,0,.4) 71%,rgba(0,0,0,.5));
  opacity: .6;
  transition: opacity .3s ease;
}
figure:hover figcaption{
  opacity: 1;
}
figure a {
    position: initial !important;
}

.ze-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.zecol-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

@media (min-width: 768px){
.zecol-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media (min-width: 1200px){
.zecol-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media (min-width: 1680px){
.zecol-xxl-5 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
}
.zemedia {
    position: relative;
    display: block;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: inherit;
    margin: 3px;
    border-radius: .25rem!important;
}
.zemedia-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px);
}
.zemedia:after {
    content: '';
    display: block;
    background-image: url(data:image/gif;base64,R0lGODlhEgASAIABAKa4zP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwABACwAAAAAEgASAEACJwyOoYa3D6N8rVqgLp5M2+x9XcWBTTmGTqqa6qqxFInWUMzhk76TBQAh+QQJAwABACwAAAAAEgASAEACKQyOoYa3D6NUrdHqGJ44d3B9m1ZNZGZ+YXmKnsuq44qaNqSmnZ3rllIAACH5BAkDAAEALAAAAAASABIAQAIpDI6hhrcPo2zt0cRuvG5xoHxfyE2UZJWeKrLtmZ3aWqG2OaOjvfPwUgAAIfkECQMAAQAsAAAAABIAEgBAAigMjqGGtw8jbC3SxO67bnLFhQD4bZRkap4qli37qWSF1utZh7a+41ABACH5BAkDAAEALAAAAAASABIAQAIqDI6hhrcP42pNMgoUdpfanXVgJSaaZ53Yt6kj+a6lI7tcioN5m+o7KSkAACH5BAkDAAEALAAAAAASABIAQAIoDI6hhrcPI2tOKpom3vZyvVEeBgLdKHYhGjZsW63kMp/Sqn4WnrtnAQAh+QQJAwABACwAAAAAEgASAEACKAyOocvtCCN0TB5lM6Ar92hYmChxX2l6qRhqYAui8GTOm8rhlL6/ZgEAIfkECQMAAQAsAAAAABIAEgBAAigMjqHL7QgjdEyeJY2leHOdgZF4KdYJfGTynaq7XmGctuicwZy+j2oBACH5BAkDAAEALAAAAAASABIAQAInDI6hy+0II3RMHrosUFpjbmUROJFdiXmfmoafMZoodUpyLU5sO1MFACH5BAkDAAEALAAAAAASABIAQAImDI6hy+2GDozyKZrspBf7an1aFy2fuJ1Z6I2oho2yGqc0SYN1rRUAIfkECQMAAQAsAAAAABIAEgBAAiYMjqHL7W+QVLJaAOnVd+eeccliRaXZVSH4ee0Uxg+bevUJnuIRFAAh+QQJAwABACwAAAAAEgASAEACKoyBacvtnyI4EtH6QrV6X5l9UYgt2DZ1JRqqIOm1ZUszrIuOeM6x8x4oAAAh+QQJAwABACwAAAAAEgASAEACKIwNqcftryJAMrFqG55hX/wcnlN9UQeipZiGo9vCZ0hD6TbiN7hSZwEAIfkECQMAAQAsAAAAABIAEgBAAiiMH6CL7Z+WNHK2yg5WdLsNQB12VQgJjmZJiqnriZEl1y94423aqlwBACH5BAkDAAEALAAAAAASABIAQAIrjH+gi+2+IjCSvaoo1vUFPHnfxlllBp5mk4qt98KSSKvZCHZ4HtmTrgoUAAAh+QQFAwABACwAAAAAEgASAEACKIyPAcvpr5g0csJYc8P1cgtpwDceGblQmiey69W6oOfEon2f6KirUwEAIfkECQMAAQAsAAAPAAgAAwBAAgSMj6lXACH5BAkDAAEALAAAAAASABIAQAIYjI+JwK0Po5y02glUvrz7bzXiBpbLaD4FACH5BAkDAAEALAAAAAASABIAQAImjI8By8qfojQPTldzw/VymB3aCIidN6KaGl7kSnWpC6ftt00zDRUAIfkECQMAAQAsAAAAABIAEgBAAiaMjwHLyp+iNA9WcO6aVHOneWBYZeUXouJEiu1lWit7jhCX4rMEFwAh+QQJAwABACwAAAAAEgASAEACJ4yPAcvKn6I0r1pA78zWQX51XrWBSzl+Uxia7Jm+mEujW3trubg3BQAh+QQFAwABACwAAAAAEgASAEACJwyOoYa3D6N8rVqgLp5M2+x9XcWBTTmGTqqa6qqxFInWUMzhk76TBQA7);
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 75%;
}
.zemedia-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-animation-name: blur;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s
}

.comment-content .biaoqing.paopao {
    width: 30px;
    height: 30px;
    margin-bottom: -0.25rem
}

.comment-content .biaoqing.alu {
    height: 33px;
    margin-bottom: -0.3125rem
}

.comment-content .biaoqing.quyin {
    margin-bottom: -0.125rem;
    min-height: 2.5rem;
    height: 1em
}

.comment-content .biaoqing {
    display: inline;
    margin: 0;
    width: auto
}

.comment-buttons .rko {
    float: left;
    margin-top: 6px
}

.sortbar {
    margin-bottom: 30px;
    text-align: center;
    position: relative
}

.sortbar span {
    position: relative;
    background-color: #f9f9ff;
    display: inline-block;
    padding: 0 20px;
    z-index: 2;
    letter-spacing: 1px;
    font-weight: 600
}

.sortbar::before {
    display: block;
    content: '';
    height: 2px;
    background-color: #eee;
    margin: 0 25%;
    position: relative;
    top: 12px;
    z-index: 1
}

#footer {
    max-width: 800px;
    margin: 50px auto;
    padding: 1px
}

#footer-content {
    margin: 10px 49px;
    color: #ccc;
    text-align: center
}

#footer-content-left p {
    line-height: 1;
    font-size: 12px
}

.footer-he p {
    height: 20px
}

/*表格样式*/
table {
    width: 100%;
    max-width: 65em;
    border: 1px solid #dedede;
    margin: 15px auto;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed
}

td {
    word-break: break-all;
    word-wrap: break-word
}

table th,
table td {
    height: 35px;
    border: 1px solid #dedede;
    padding: 0 10px
}

table th {
    font-weight: bold;
    text-align: center !important;
    background: rgba(158, 188, 226, 0.2)
}

table tbody tr:nth-child(2n) {
    background: rgba(158, 188, 226, 0.12)
}

table tr:hover {
    background: #efefef
}

table th {
    white-space: nowrap
}

table td:nth-child(1) {
    white-space: nowrap
}
/* 表格样式结束*/

/* 文章结束END*/
.post_end {
    text-align: center;
    color: #979eab;
    font-size: 1.125rem;
    line-height: 1;
    margin: 3rem 0
}


/* 表情*/

img.biaoqing {
    display: inline-block;
    height: 2em;
    vertical-align: bottom;
    margin: 0
}

.OwO {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.OwO:hover .OwO-logo {
    color: #444
}

.OwO.OwO-open .OwO-logo {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    color: #444
}

.OwO.OwO-open .OwO-body {
    display: block
}

.OwO.OwO-up .OwO-body {
    top: inherit;
    bottom: 21px;
    border-radius: 4px 4px 4px 0
}

.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
    border-radius: 0
}

.OwO.OwO-up.OwO-open .OwO-logo {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    border-top: 0
}

.OwO .OwO-logo {
    position: relative;
    display: inline-block;
    color: #888;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 5px;
    cursor: pointer;
    height: 22px;
    box-sizing: border-box;
    z-index: 2;
    line-height: 16px
}

.OwO .OwO-body {
    display: none;
    position: absolute;
    width: 400px !important;
    background: #fff;
    border: 2px solid #ddd;
    z-index: 999;
    top: 28px;
    border-radius: 0 4px 4px 4px;
    max-width: 400px
}

.OwO .OwO-body .OwO-items {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    padding: 10px;
    margin: 0;
    overflow: auto;
    font-size: 0
}

.OwO .OwO-body .OwO-items .OwO-item {
    list-style-type: none;
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin: 0 10px 12px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.OwO .OwO-body .OwO-items .OwO-item:hover {
    background: #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.OwO .OwO-body .OwO-items-emoji .OwO-item {
    font-size: 20px;
    line-height: 19px
}

.OwO .OwO-body .OwO-items-image .OwO-item {
    max-width: calc(25% - 10px);
    box-sizing: border-box
}

.OwO .OwO-body .OwO-items-image .OwO-item img {
    max-width: 100%
}

.OwO .OwO-body .OwO-items-show {
    display: block
}

.OwO .OwO-body .OwO-bar {
    width: 100%;
    height: 30px;
    border-top: 2px solid #ddd;
    background: #fff;
    border-radius: 0 0 4px 4px
}

.OwO .OwO-body .OwO-bar .OwO-packages {
    margin: 0;
    padding: 0;
    font-size: 0
}

.OwO .OwO-body .OwO-bar .OwO-packages li {
    list-style-type: none;
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 3px
}

.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
    border-radius: 0 0 0 3px
}

.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
    background: #eee
}

.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
    background: #eee;
    -webkit-transition: .3s;
    transition: .3s
}

.OwO .biaoqing.quyin {
    margin-bottom: -0.125rem;
    min-height: 3.5rem;
    height: 1em
}

.OwO .biaoqing.alu {
    margin-bottom: -0.3125rem;
    min-height: 2.0625rem;
    height: 1em
}

.OwO .biaoqing.paopao {
    margin-bottom: -0.25rem;
    min-height: 1.875rem;
    height: 1em
}

.OwO-logo {
    position: relative;
    display: inline-block;
    color: #888;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 5px;
    cursor: pointer;
    height: 22px;
    box-sizing: border-box;
    z-index: 2;
    line-height: 16px
}
/* 表情样式结束*/

.tool {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-weight: 300
}

.tool li {
    list-style: none
}

.tool li i {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.tool li button {
    background-color: #f4f5f9;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.tool_top {
    margin-top: 15px
}

.itemize {
    margin-bottom: 60px
}

.itemize_name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #000
}

.itemize_name:after {
    content: "";
    width: 2rem;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 1.5rem
}

@media print,
screen and (max-width:580px) {
    #comment-form .comment-inputs div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .OwO .OwO-body {
        width: 245px !important
    }
}

/***回复可见的样式***/
.reply2view {
    background-color:rgb(255,255,255,0.3);
    border-radius:5px;
    border:1px dashed #888888;
    padding:10px 40px 10px 40px;
    position:relative;
}


.history {
    margin: 15px 0;
    padding: 20px;
    position: relative;
    border: 1px dashed #dcdfe6;
    line-height: 26px;
}
.history .title-date {
    color: #c40000;
}

.history .title {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #303133;
    font-weight: 600;
}

.history .item {
    display: flex;
    align-items: center;
    line-height: 30px;
}
.history .item strong {
    color: #606266;
    margin-right: 20px;
}
.history .item .link {
    position: relative;
    color: #606266;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}