@import url(css/fonts.css);
@import url(css/mlbox.css);
@import url(css/rubik.css);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0
}
body {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    background-color: #F5F6F9
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1;
}
h1 {
    font-size: 30px
}
h2 {
    font-size: 26px
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 16px
}
strong {
    font-weight: 700
}
img {
    max-width: 100%;
    height: auto
}
ol li {
    margin-left: 20px;
    list-style: decimal;
    padding-left: 3px;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a img {
    border: none
}
p {
    font-size: 15px;
    white-space: normal;
    word-break: break-all;
}
a {
    text-decoration: none
}
a:link, a:visited {
    opacity: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
    color: #222831;
}
a:active, a:hover {
    color: #15c5ce
}
em, i {
    font-style: normal;
}
pre {
    margin-bottom: 20px !important;
    border-radius: 10px;
}
blockquote {
    background: #f5f7f8;
    position: relative;
    width: 100%;
    padding: 16px;
    margin-bottom: 20px;
    padding-left: calc(16px + 16px);
    border-radius: 10px;
    word-break: break-all;
    transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
}
blockquote:before {
    position: absolute;
    color: #15c5ce;
    content: '\e739';
    top: calc(50% - 24px * 0.5);
    left: 4px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
    font-family: 'icomoon';
}
blockquote p {
    margin: 2px 0 !important;
}
table {
    border-collapse: collapse
}
table, table th, table td {
    border: 1px solid #eee
}
table th, table td {
    padding: 6px
}
table th {
    background-color: #f6f7f8
}
::-webkit-scrollbar-track-piece {
    background-color: #e7eaf1
}
::-webkit-scrollbar {
    width: 5px;
    height: 10px
}
::-webkit-scrollbar-thumb {
    background: #8590a6;
    border-radius: 2px;
    border: 0
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    90% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }
    50% {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0)
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}
@keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }
    50% {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0)
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}
.fadeinyp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.con {
    display: none
}
.con {
    position: absolute;
    z-index: 0;
    top: 20px;
}
.con i {
    color: #222;
    font-size: 18px;
}
.bgDiv {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(120, 129, 147, .5);
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.mobile-sidebar {
    width: 75%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fdfbfb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 991.98px) and (min-width: 768px) {
    .mobile-sidebar {
        width: 300px;
    }
}
.mobile-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.mobile-sidebar-header {
    padding: 8px 0;
    text-align: right;
}
#jzicon-close {
    width: 45px;
    text-align: center;
    font-size: 26px;
}
.mobile-sidebar-header .btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none
}
.navbar-nav li {
    position: relative;
    padding: 8px 16px;
}
.navbar-nav li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 6px 2px;
}
.navbar-nav li a i {
    font-size: 20px;
    margin: 0 8px 0 0;
}
.navbar-nav .sub-nav {
    padding: 0 0 4px 28px;
    display: none;
    position: relative;
    padding: 8px 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
}
.navbar-nav .sub-nav li {
    margin: 0;
    padding: 0;
}
.navbar-nav .sub-nav li a {
    font-size: 14px;
    padding: 12px 16px;
    opacity: .6;
}
.navbar-nav li ul, #divNavBar li ul {
    display: none;
}
#divNavBar li a i {
    margin-right: 4px;
}
.navbar-nav li em[class*="dot"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}
.navbar-nav li em[class*="dot"] .jzicon-arrow-down {
    font-size: 18px;
    color: #333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 48px;
    line-height: 48px;
    top: 0;
    left: 0;
}
.navbar-nav li em[class*="dot"] .jzicon-arrow-down.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#divLinkage ul li, #divFavorites ul li, #divStatistics ul li, #divArchives ul li, #divAuthors ul li {
    float: left;
    width: 50%;
    display: block;
}
#divMisc ul li {
    text-align: center;
}
#divSearchPanel .function_t {
    display: none;
}
#divSearchPanel {
    margin: 0;
    background-color: transparent;
    padding: 0 0 20px 0;
    box-shadow: none;
}
#divSearchPanel form {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}
#divSearchPanel input[type="submit"] {
    border: 0;
    background: 0;
    color: #fff;
    outline: none;
    position: absolute;
    width: 28%;
    height: 36px;
    background: #15c5ce;
}
#divSearchPanel input[type="text"] {
    border: 0;
    line-height: 36px;
    height: 36px;
    width: 72%;
    padding-left: 10px;
    border-radius: 0;
    outline: none
}
#divContorPanel {
    padding-bottom: 30px;
}
#divContorPanel div {
    text-align: center;
}
#divContorPanel .cp-hello {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 4px;
    padding: 4px 8px;
}
#divCalendar {
    padding: 20px;
}
#divCalendar div {
    margin-bottom: 0;
}
#divCalendar table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
    border: 1px solid #eee
}
#divCalendar caption {
    line-height: 36px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}
#divCalendar caption a {
    font-size: 15px;
    color: #123
}
#divCalendar thead {
    background: rgba(255, 255, 255, .1)
}
#divCalendar th {
    height: 36px
}
#divCalendar td {
    height: 36px;
    text-align: center
}
#divCalendar td a {
    font-weight: 700;
    color: #15c5ce
}
#divCalendar td a:hover {
    color: #f63
}
#sidebar-left {
    float: left;
    width: 140px;
    margin-left: -100%;
}
#sidebar-right {
    width: 310px;
    float: right;
    margin-left: -310px;
}
.is-sticky #sidebar-left {
    margin-left: 0;
}
.sticky-wrapper {
    float: left;
    width: 140px;
    margin-left: -100%;
}
.sticky-wrapper #sidebar-left {
    margin-left: 0;
}
.widget .notit {
    padding-top: 24px;
}
.widget {
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    overflow: hidden;
}
.widget[id^=side-aboxd] {
    padding: 0;
}
.widget h3 {
    font-size: 18px;
    margin: 18px 0 22px 0;
    padding-left: 20px;
    color: #222831;
    padding: 0 20px 15px;
    border-bottom: 1px solid #F3F3F3;
}
.widget ul {
    margin: 0;
    list-style: none;
    padding: 0 0 16px 0;
    margin-bottom: -36px;
    overflow: hidden;
}
.widget ul li {
    margin-bottom: 15px;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#side-hot-view-item ul, #side-hot-cmt-item ul, #side-new-article-item ul, #side-tui-article-item ul, #side-new-userarticle ul {
    padding: 0;
    margin: 5px 0 0;
}
#side-hot-view-item ul li, #side-hot-cmt-item ul li, #side-new-article-item ul li, #side-tui-article-item ul li, #side-new-userarticle ul li {
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
}
.widget#divComments ul li:last-child, .widget#divPrevious ul li:last-child, .widget#divCatalog ul li:last-child, .widget#divNavBar ul li:last-child, .widget#side-new-comment-item ul li:last-child {
    border: 0;
}
.widget#divNavBar ul li ul li, .widget#divCatalog ul li ul li {
    padding: 8px 0 0;
    margin: 8px 0 0;
    border-top: 1px dotted #eee !important;
    border-bottom: 0px dotted #eee;
}
.widget ul li a {
    font-weight: 400
}
.widget ul li a:hover {
    color: #15c5ce !important
}
.widget img {
    max-width: 100%;
    height: auto;
    transition: .5s
}
.widget .jz_banner_inner img:hover {
    opacity: .8
}
.widget#divTags ul {
    overflow: hidden;
    margin: -4px;
    padding: 0 20px 20px;
}
.widget#divTags ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.widget .tags a {
    padding: 6px 8px;
    margin: 0;
    font-size: 13px;
}
.widget .tags a:hover {
    background-color: #f5f7f8;
    color: #fff;
}
#side-tui-article-item .list-body {
    position: relative;
    padding-left: 50px;
    margin-top: 5px;
}
#side-tui-article-item .list-body a {
    font-size: 16px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    width: calc(100% - 80px);
}
#side-tui-article-item .list-body span {
    right: 0 !important;
}
#divTags ul li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 12px;
    margin: 4px;
}
#divTags ul li:nth-child(5n) a {
    background: #ff5831
}
#divTags ul li:nth-child(5n + 1) a {
    background: #A0DC28
}
#divTags ul li:nth-child(5n + 2) a {
    background: #5DB7E5
}
#divTags ul li:nth-child(5n + 3) a {
    background: #ff7d2e
}
#divTags ul li:nth-child(5n + 4) a {
    background: #28DC64
}
#divTags ul li a:hover {
    color: #fff !important;
    opacity: 0.6;
}
#side-new-comment-item li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget#side-new-comment-item ul li:last-child {
    margin-bottom: 25px;
}
#side-new-comment-item .avatar {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
#side-new-comment-item li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2
}
#side-new-comment-item li span {
    display: inline-block;
    color: #999;
}
#side-new-about-user, #sidebar-mobile-user {
    text-align: center;
}
#side-new-about-user .content, #sidebar-mobile-user .content {
    position: relative;
    width: 100%;
}
#side-new-about-user .side-title, #sidebar-mobile-user .side-title {
    display: none;
}
.sidebar#side-new-about-user, #sidebar-mobile-user {
    padding: 0;
}
#side-new-about-user #about-bg, #sidebar-mobile-user .about-bg {
    height: 125px;
}
#side-new-about-user .avatar img, #sidebar-mobile-user .avatar img {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 82px;
    height: 82px;
}
#side-new-about-user .text {
    margin: 55px 20px 0;
}
#side-new-about-user .text h2, #sidebar-mobile-user .text h2 {
    font-size: 17px;
    margin: 10px 0;
    font-weight: 500;
}
#side-new-about-user .text .author_t, #sidebar-mobile-user .text h2 span {
    padding: 3px 6px;
    border-radius: 2px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4740), color-stop(#ffa069), color-stop(#ffab55), to(#ff6c40));
    background-image: -o-linear-gradient(left, #ff4740, #ffa069, #ffab55, #ff6c40);
    background-image: linear-gradient(to right, #ff4740, #ffa069, #ffab55, #ff6c40);
    background-size: 300% 100%;
    font-size: 12px;
}
#side-new-about-user .text p, #sidebar-mobile-user .text p {
    font-size: 13px;
    margin: 8px 0 0;
    empty-cells: hide;
    color: #7a7a7a;
    line-height: 1.5
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
    display: table;
    padding: 15px 5px 0;
    width: 100%;
    table-layout: fixed;
    font-size: 13px;
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
    margin-bottom: 20px
}
#side-new-about-user .card-info-data-item, #sidebar-mobile-user .card-info-data-item {
    display: table-cell;
}
#side-new-about-user .card-info-data-item .length_num, #sidebar-mobile-user .card-info-data-item .length_num {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
#side-new-about-user .card-info-data-item:hover .length_num {
    color: #15c5ce;
}
#side-new-about-user .card-info-data-item .headline {
    color: rgba(68, 68, 68, .65);
}
#mlbox {
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
#mlbox ul {
    padding: 0;
    margin: 0
}
#mlbox ul li a {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    border-radius: 24px;
    padding: 0 18px;
}
#mlbox ul li a.selected {
    color: #15c5ce !important;
    background: #FFFFFF;
}
#mlbox ul li a:hover {
    color: #000 !important;
    background: #E7E8E9;
}
#mlbox ul li a i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle
}
#mlbox ul li a span {
    vertical-align: middle
}
#mlbox ul li a span[class^="jzicon-"] {
    display: none
}
#mlbox ul li a.selected span[class^="jzicon-"] {
    display: inline-block;
}
.widget-list-item {
    padding: 0;
    border: 0;
    line-height: 1.4;
    font-size: 14px;
    list-style: none
}
.widget .widget-post-list img {
    height: 62px;
    width: 62px;
    border-radius: 14px;
    display: block;
    object-fit: cover;
}
.widget .widget-post-list {
    float: left;
    overflow: hidden;
    height: 62px;
    margin: 0 12px 25px 20px;
}
.widget .widget-post-list-item {
    margin: 0 20px 15px 20px;
    color: #222831;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400
}
.widget .widget-post-list-item .list-footer {
    color: #868c92;
    font-size: 14px;
    margin-top: 4px;
}
.widget .list-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.comments {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
    margin: 0 30px 20px 0;
    position: relative;
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
}
.comment-note {
    margin-bottom: -10px;
    margin-top: -10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .3)
}
.comments-area {
    margin-bottom: 30px
}
.comments-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #222831;
    z-index: 0;
    margin: 0;
    padding: 24px 0;
}
.comments-title span {
    display: inline-block;
    z-index: 2;
    font-weight: 400
}
.comments-title span i {
    margin-right: 10px
}
.comment-respond {
    padding: 24px;
    overflow: hidden;
}
.comment-list {
    padding: 0 24px 0 24px;
}
/* 评论 */
.commlv {
    font-size: 11px;
    color: #fff;
    background: #ff6651;
    border-radius: 2px;
    padding: 1px 4px;
    margin-left: 4px;
	vertical-align: middle
}
.commlv.lv1 {
    background: #d16221
}
.commlv.lv1.god {
	background: #ffb347
}
.commlv.lv4 {
    background: #f1404b
}
.commlv.lv0 {
    background: #c9c9c9
}
ul.msg {
    margin: 25px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
    position: relative;
}
ul.msg img.avatar {
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
}
ul.msg li {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0;
    border: 0;
    overflow: visible;
    display: block;
}
li.msgurl {
    text-align: right;
    padding: 2px 10px;
}
li.msggravatar {
    display: block;
    float: left;
    margin-right: 5px;
}
li.msgarticle {
    list-style-position: outside;
    padding: 10px 0 0;
    line-height: 160%;
    padding-left: 60px;
}
li.msgarticle a {
    opacity: 0.9;
}
img.avatar {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
}
ul.msg small {
    color: #a6a6a6;
}
ul.msg h4 small {
    font-size: 12px;
}
ul.msg small .revertcomment {
    position: absolute;
    right: 0;
}
ul.msg small .revertcomment a {
    color: #fff;
    background: #15c5ce;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 2px;
    display: none;
}
ul.msg:hover small .revertcomment a {
    display: block;
}
ul.msg ul.msg {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
    padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
    padding: 0;
}
ul.msg.msghead {
    min-height: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    color: #ff6651;
}
ul.msg.msghead em {
    color: #f1404b;
    font-family: Arial;
    margin-right: 2px;
    font-style: normal;
}
ul.pagebar, ul.msghead {
    border: none;
}
ul.msghead li.tbname {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
ul.msg:nth-last-child(3) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.jz-comment h3, .jz-comments h3 {
    line-height: 40px;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    overflow: hidden;
}
.jz-comments h4 {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 8px;
}
.jz-comment input {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: 100%;
    padding: 8px;
    border: 0;
    background: transparent;
}
input.jz-commbut {
    border-radius: 10px;
    line-height: 38px;
    height: 38px;
    width: 100px;
    background: #f1404b;
    color: #fff;
    float: right;
    padding: 0;
    margin-top: 10px;
}
.jz-comment {
    overflow: hidden;
}
.jz-comment label, .jz-comments label {
    display: none;
}
.jz-comment textarea {
    border: 0;
    height: 120px;
    width: 100%;
    font-size: 14px;
    display: block;
    padding: 8px;
    background-color: transparent;
}
.jz-comment-box {
    border: 1px solid #ddd;
    padding: 4px;
    position: relative;
    background: rgba(255, 255, 255, .05);
    border-radius: 10px;
    margin-bottom: 6px;
}
.jz-comment-ul4 {
    float: left;
    width: 49.5%;
}
.jz-comment-ul3 {
    float: left;
    width: 32.66%;
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
    float: right;
}
.jz-comment .jz-comment-ul3-2 {
    margin: 0 1%;
}
.jz-comment-box img.jz-code {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
}
.jz-comment-box input.button {
    border: 0;
    line-height: 40px;
    height: 40px;
    width: 100px;
    background: #ff6651;
    color: #fff;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 3px 0 3px 0;
}
.jz-comment-textarea {
    width: 100%;
    clear: both;
}
.reply-frm {
    margin-top: 15px;
}
/* 评论end */
button, input, textarea {
    -webkit-appearance: none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}
.comments input[type=submit], button, .btn {
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #15c5ce;
    transition: .5s
}
.comments input[type=submit]:hover {
    opacity: .8
}
#comments-nav {
    margin: 2% 0;
    text-align: center;
    display: flex;
    justify-content: center
}
#footer {
    clear: both;
    text-align: center;
    padding: 20px 0 20px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
#footer p {
    margin: 0;
    padding: 0;
    color: #a5a4a4;
    text-transform: uppercase;
    font-size: 12px
}
#footer a {}
.main-post, .main-single {
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.content, .single-content {
    height: auto;
    margin: 0 auto;
    max-width: 1120px;
    width: 96%;
}
#logo-text {
    margin-right: 25px;
    line-height: 1;
}
#logo-text a:hover {
    opacity: .8
}
#logo-text a img {
    max-height: 50px;
}
#logo-text a h2 {
    margin: 0;
    font-size: 26px;
}
img.nightlogoimg {
    display: none;
}
.header {
    width: 100%;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(17 58 93 / 10%);
    box-shadow: 0px 5px 30px 0px rgb(17 58 93 / 10%);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.header.slideUp {
    top: -60px;
}
.page-top {
    max-width: 1120px;
    width: 96%;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-top .menu {
    list-style: none;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0
}
.page-top .menu li i, .sidebar li i {
    margin-right: 4px;
}
.page-top .menu li {
    position: relative;
    display: initial;
    float: left;
    display: block;
    line-height: 30px;
    padding: 0 17px;
    font-size: 16px;
}
.page-top .menu li a {
    color: #474B49;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
    padding: 19px 0;
}
.page-top .menu li .sub-nav li {
    padding: 0;
    float: none;
}
.page-top .menu .sub-nav li a {
    color: #222831;
    font-size: 14px;
    padding: 8px 16px 8px 24px;
    position: relative;
    display: block;
}
.page-top .menu li.on > .sub-nav {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.page-top .menu .sub-nav {
    position: absolute;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    top: 100%;
    left: 8px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 8px 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
.page-top .menu a:hover {
    color: #15c5ce !important;
    opacity: 1;
}
.page-top .menu a.selected, .page-top .menu a.selected i {
    color: #15c5ce !important;
}
.page-top .menu .sub-nav li a:hover {
    opacity: 1;
}
.page-top .menu li em[class*="dot"] {
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 2px;
    width: 16px;
}
.page-top .menu li em[class*="dot"] .jzicon-arrow-down {
    font-size: 16px;
    width: 16px;
    display: block;
}
.page-top .menu li .jzicon-arrow-down:before {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page-top .menu li:hover .jzicon-arrow-down:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.header_search {}
.header_search button {
    padding: 6px 0 0;
    background: 0;
    border: 0;
    color: #222831;
    transition: .5s
}
.header_search button:hover {
    color: #15c5ce
}
.header_search button i {
    font-size: 18px;
}
#search-form {
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    -webkit-transition: max-height, .5s;
    transition: max-height, .5s;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
    border-radius: 10px
}
#search-form.open {
    max-height: 60px
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 45px
}
#search-form input[type=search] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #f5f7f8;
    border: none;
    border-radius: 5px 1px 1px 5px
}
#search-form input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #15c5ce;
    border: none;
    border-radius: 1px 5px 5px 1px;
    cursor: pointer
}
.box-middle {
    float: left;
    width: 100%;
}
.post-list, .post-page {
    margin-left: 140px;
    margin-right: 310px;
}
.post-sin {
    margin-left: 0;
}
.post-sinp .post-single {
    padding-bottom: 25px;
}
.post-list .place {
    display: none
}
.jz_bs img {
    width: 100%;
    display: block;
    border-radius: 10px
}
.jz_bs, .post {
    background-color: #fff;
    margin: 0 30px 20px 30px;
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.post-page .jz_bs {
    margin: 0 30px 20px 0;
}
/* .post:first-child { */
/* border-radius: 0 0 5px 5px */
/* } */
/* .post.index:first-child { */
/* border-radius: 5px */
/* } */
.post .isTop {
    padding: 1px 4px 0 4px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: 1px;
    margin-right: 5px;
    border-radius: 2px;
}
.place {
    background-color: #fff;
    padding: 0 20px;
    margin: 0 30px 0 0;
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    line-height: 55px;
    font-size: 14px;
    color: #bbb
}
.place a {
    color: #868c92;
}
.post strong {
    color: #15c5ce;
}
.post h2 {
    line-height: 1.4;
    font-weight: 600;
    color: #333;
    font-size: 20px;
    margin: 20px 0 5px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    width: calc(100% - 80px);
}
.post .post-tit {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.post .post-tit span, #side-tui-article-item .list-body span {
    position: absolute;
    display: inline-block;
    line-height: 1.4;
    right: 20px;
    top: 0;
    color: #15c5ce;
}
.post .post-tit span i {
    margin-right: 6px;
}
.post-list .post-content {
    overflow: hidden;
}
.post-list .post-content p {
    overflow: hidden;
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #868c92;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #222831;
}
.post a:hover {
    color: #15c5ce;
}
.post .post-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.post .post-img a {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}
.post .post-img a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/*上一篇下一篇*/
.nextinfo {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: rgba(51, 51, 51, 0.65);
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #eee;
}
.infosbox {
    padding-bottom: 5px;
}
.nextinfo p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nextinfo p span {
    font-size: 14px;
}
.nextinfo p.prev {
    margin-left: 0;
    margin-right: 8px;
    text-align: left;
}
.nextinfo p.next {
    margin-left: 8px;
    margin-right: 0;
    text-align: right;
}
.nextpro {
    overflow: hidden;
    position: relative;
    border-radius: 10px !important;
    padding: 0 !important
}
.nextpro .next, .nextpro .prev {
    position: relative;
}
.nextpro .prev {
    float: left;
    width: 50%;
}
.nextpro .next {
    float: right;
    width: 50%;
    text-align: right;
}
.nextpro .prev span {
    float: left;
}
.nextpro .next span {
    float: right;
}
.nextpro .post-overlay {
    position: relative;
    overflow: hidden;
    height: 100px;
    -webkit-transition: all 444ms ease-in-out;
    -moz-transition: all 444ms ease-in-out;
    transition: all 444ms ease-in-out;
}
.nextpro .post-overlay:hover {
    opacity: .8;
}
.nextpro .background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100px;
}
.background-img:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s cubic-bezier(.4, .01, .165, .99);
}
.nextpro .post_text {
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 70px;
    padding: 20px;
}
.nextpro .post_text h3 {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    font-weight: 400;
}
.nextpro .link-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* 页码 */
.pagelist {
    text-align: center;
    color: #868c92;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
.pageload {
    padding: 0;
    position: relative;
    height: 43px;
    margin: 0 20px 20px;
}
.pageload .view-more-button, .pageload .page-load-status p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px;
    width: 100%;
    border: 0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    background: #F5F6F9;
    letter-spacing: 0;
    color: #868c92;
}
.pageload .view-more-button {
    padding: 0
}
.pageload .view-more-button p {
    padding: 10px 20px;
    letter-spacing: 0;
}
.pageload .view-more-button {
    cursor: pointer;
}
.pageload .page-load-status p {
    z-index: 1;
}
.pageload .page-load-status p.infinite-scroll-last {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pageload .aload_img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 2px;
}
.pageload .aload_img img {
    width: 16px;
    height: 16px;
    -webkit-animation: loadingRotate .5s linear infinite forwards;
    animation: loadingRotate .5s linear infinite forwards;
}
.pagelist a, .pagelist b {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 0 0 10px 5px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
.pagelist a:hover {
    color: #19585d;
}
.pagelist b {
    background: #15c5ce;
    color: #fff;
    font-weight: normal
}
/*赞赏*/
.share {
    padding: 20px;
    text-align: center;
}
.diggit {
    width: 80px;
    height: 80px;
    margin: auto;
    text-align: center;
    border: 0;
    border-radius: 50%;
    outline: none;
    font-size: 16px
}
.diggit a {
    color: #fff;
}
.diggit i {
    font-size: 30px;
    display: block;
}
.diggit em {
    font-size: 14px;
    display: block;
    margin-top: 2px;
}
/* 赞赏浮窗 */
.hide_box {
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(120, 129, 147, .5);
    color: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}
.shang_box {
    width: 20rem;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -12.5rem;
    margin-top: -13.75rem;
    border-radius: 10px;
    overflow: hidden;
    display: none
}
.shang_box img {
    border: none;
    border-width: 0;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none;
    max-width: 100%;
}
.dashang {
    display: block;
    width: 6.25rem;
    margin: .3125rem auto;
    height: 1.5625rem;
    line-height: 1.5625rem;
    padding: .625rem;
    background-color: #e74851;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: all .3s
}
.dashang:hover {
    opacity: .8;
    padding: .9375rem;
    font-size: 1.125rem
}
.shang_close {
    display: inline-block;
    top: 10px;
    position: absolute;
    right: 10px
}
.shang_logo {
    display: block;
    text-align: center;
    margin: 1.25rem auto
}
.shang_payimg {
    margin: 0 auto;
    border-radius: .1875rem;
    border-radius: .625rem
}
.pay_explain {
    text-align: center;
    margin: .625rem auto;
    font-size: .75rem;
    color: #545454
}
.radiobox {
    width: 1rem;
    height: 1rem;
    background: url(images/radio2.svg);
    display: block;
    float: left;
    margin-top: .3125rem;
    margin-right: .875rem
}
.checked .radiobox {
    background: url(images/radio1.svg)
}
.shang_payselect {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 17.5rem
}
.shang_payselect img {
    display: inline !important
}
.shang_payselect .pay_item {
    display: inline-block;
    margin-right: .625rem;
    float: left;
    padding: 10px 0;
}
.shang_info {
    clear: both
}
.shang_info a, .shang_info p {
    color: #c3c3c3;
    text-align: center;
    font-size: .75rem !important
}
@media (min-width:992px) {
    .list-header-style2 .iconfont {
        position: absolute;
        right: 100%
    }
}
@media (max-width:768px) {
    .shang_box {
        width: 20rem;
        margin-left: -10rem;
        margin-top: -13.75rem
    }
}
@media (max-width:414px) {
    .shang_box {
        width: 20rem;
        margin-left: -10rem;
        margin-top: -13.75rem
    }
    li.msgarticle {
        padding-left: 0;
    }
    .post-comments-count {
        display: none;
    }
}
@media (max-width:321px) {
    .shang_box {
        width: 18rem;
        margin-left: -9rem;
        margin-top: -11rem
    }
    .shang_payselect {
        width: 16.2rem;
        height: 1.5rem
    }
    .radiobox {
        margin-right: .2rem
    }
}
/* 正文底部图标 */
.single-share {
    position: relative;
    padding-bottom: 15px;
    margin-top: 20px;
    height: 58px;
}
.post-like {
    padding-top: 5px;
}
.single-share .jzicon-jzxin-h, .dotGood {
    color: #f1404b !important;
}
.Jz52_tsc_prise.prised, .mochuzan.prised {
    color: #555;
}
.Jz52_tsc_prise.prised .jzicon-jzzan-h:before {
    content: "\e931";
}
.single-share i {
    vertical-align: middle;
}
.post-like .dotGood {
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    margin-right: 13px
}
.post-like .dotGood i {
    margin-right: 4px
}
.post-like .dotGood em {
    font-size: 20px;
}
.post-like .dotGood em:last-child {
    display: none
}
.post-share {
    float: right;
}
.post-share a, .share-icon {
    float: left;
    background: #f5f7f8;
    color: #252c41;
    margin-left: 10px;
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.share-icon:hover {
    opacity: 0.8;
}
.share-icons {
    position: absolute;
    right: 0;
    margin-right: 50px;
    z-index: 10
}
.share-icons i {
    border-radius: 50%;
    font-size: 18px
}
.single-share .jzicon-jzfenxiang {
    line-height: 40px;
}
.share-icons .share-wechat {
    color: #1aad19
}
.share-icons .share-sina-weibo {
    color: #ff6363
}
.share-icons .share-qq {
    color: #3d93e0
}
#wechat-qrcode, #sticky-wrapper span#wechat-qrcodel {
    position: absolute;
    top: -165px;
    left: -45px;
    width: 150px;
    height: 150px;
    padding: 15px;
    background: #fff;
    z-index: 999;
    border: 1px solid #EEEEEE;
    display: none;
}
#sticky-wrapper span#wechat-qrcodel {
    top: -60px;
    left: 60px
}
#wechat-qrcode.active, #sticky-wrapper span#wechat-qrcodel.active {
    display: block;
}
.single_icon {
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    margin-right: 15px;
}
/*相关文章*/
.related-list h3, .jzcms h3 {
    line-height: 1;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
    display: inline-block;
    padding: 24px 0 18px 0;
    color: #222831;
}
.related-list ul {
    overflow: hidden;
    margin: 0 -10px
}
.related-list li {
    float: left;
    width: 25%;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 0
}
.related-list li i {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    float: none;
}
.related-list li i img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related-list li:hover img {
    transform: scale(1.05);
}
.related-list li p {
    margin-top: 3px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}
.jzcms .related-list {
    background-color: #f8f9fa;
    padding: 10px 20px 0 20px;
    border-radius: 3px
}
.jzcms .related-list li i {
    height: 180px;
}
.to-top, .jznight {
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 4px;
    color: #292929;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    z-index: 999;
    display: none;
}
.to-top.active, .jznight {
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: block;
}
.jznight {
    bottom: 76px;
}
.jznight.jzblack i {
    color: #15c5ce !important;
}
.to-top em, .jznight em {
    position: absolute;
    white-space: nowrap;
    top: 0;
    background: #15c5ce;
    color: #fff;
    height: 36px;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 36px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    font-style: normal
}
.to-top:hover, .jznight:hover {
    border-radius: 0 5px 5px 0
}
.to-top i, .jznight i {
    font-size: 15px
}
.to-top:hover em, .jznight:hover em {
    right: 100%;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .5s;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1)
}
.post-page {
    box-shadow: none;
}
.main-single {}
.tags {
    padding: 20px 0;
}
.tags a {
    background-color: #f5f7f8;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.tags a:hover {
    background-color: #15c5ce;
    color: #fff;
}
.post-single, .related-list, .nextpro {
    background-color: #fff;
    margin: 0 30px 20px 0;
    color: #444;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
}
.related-list{
	border-radius: 10px
}
.post-single .post-title {
    font-size: 21px;
    color: #444;
    padding-top: 1px;
}
.post-single .post-title h1 {
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 24px;
    font-size: 25px;
    color: #222831;
}
.post-info {
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 25px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.post-info .single-meta {
    max-width: 100%;
    color: #bbb
}
.post-info .single-meta a {
    text-decoration: none;
    color: #bbb;
}
.post-info .single-meta a:hover {
    opacity: .8
}
.post-info .single-meta i {
    margin-right: 6px
}
.post-info .date {
    margin-right: 10px;
    margin-left: 1px;
}
.post-single .post-content p {
    margin-bottom: 20px;
    line-height: 2
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin-bottom: 15px;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
    position: relative;
}
.post-content h1:before, .post-content h2:before, .post-content h3:before, .post-content h4:before, .post-content h5:before, .post-content h6:before, .post-content h1:after, .post-content h2:after, .post-content h3:after, .post-content h4:after, .post-content h5:after, .post-content h6:after {
    color: #f1404b;
    position: absolute;
    left: 0;
    top: 1px;
    content: '/';
    font-weight: normal;
}
.post-content h1:after, .post-content h2:after, .post-content h3:after, .post-content h4:after, .post-content h5:after, .post-content h6:after {
    left: 7px;
    font-size: 85%;
    font-weight: normal;
}
.post-content a, .copyright a {
    color: #15c5ce
}
.copyright {
    padding-top: 25px;
    color: #38485a !important;
}
.copyright blockquote {
    padding-left: 16px;
}
.copyright blockquote:before {
    content: '';
}
.copyright blockquote:hover {
    background: rgba(255, 96, 0, 0.1);
}
.archive-head {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    color: #fff;
    background-color: #fff;
    margin: 0 30px 0 0;
    -webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
	z-index: -1
}
.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: inherit;
	margin-bottom:16px
}
.media-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: #e0e0e0;
}
.media:after {
    content: '';
    display: block;
    padding-top: 55%;
}
.cover-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    padding: 20px;
    z-index: 2;
    border-bottom-left-radius: inherit;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: saturate(150%) blur(15px);
    backdrop-filter: saturate(150%) blur(15px);
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cover-content h1 {
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cover-content .post-info {
    font-size: 14px;
    border: 0;
    line-height: 22px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
    color: #fff;
    margin: 0;
    padding: 5px 0 0;
}
.cover-content .single-meta {
    max-width: 100%;
    color: #fff;
}
.cover-content .single-meta a {
    font-size: 14px;
    color: #fff;
}
.cover-ico {
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.cover-ico img {
    height: 64px;
    width: 100%;
    object-fit: cover;
}
.game-info-text span {
    color: #b9bec1;
    margin-right: 8px
}
.game-info-text span:last-child {
    color: #868c92;
}
.game-info-but {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 16px 0 30px 0
}
.game-info-but a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
}
.game-info-but a:last-child {
    margin: 0 0 0 8px
}
.game-info-but button {
    font-size: 18px;
    width: 100%;
    height: 46px;
    padding: 0 24px;
    border-radius: 23px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.game-info-but button i {
    margin-right: 6px;
}
.game-info-but button:last-child {
    margin-right: 15px;
}
.post-gametit h2 {
    line-height: 1.5;
    padding: 20px 0;
    font-size: 25px;
    color: #222831;
}
/* 文章结束 */
/* us 适配 */
.nav-us {
    margin: 6px 0 0 20px;
    z-index: 1;
}
.usdl {
    margin: 0 0 0 20px;
    z-index: 1;
}
.usdl .btn {
    color: #fff;
    height: auto;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 16px;
}
.nav-us .nav-avatar img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.us-dropdown {
    position: absolute;
    width: 350px;
    padding: 0;
    top: 65px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
    box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
.show .us-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    display: initial;
}
.show .us-dropdown a {
    color: #515c67;
    display: block
}
.show .us-dropdown a:hover {
    color: #161e27
}
.us-dropdown .us-head {
    padding: 20px;
    line-height: 1.2;
    text-align: left;
}
.us-dropdown .us-head .use {
    vertical-align: middle;
    font-size: 18px;
}
.us-dropdown .us-head .commlv {
    vertical-align: middle;
    font-size: 12px;
}
.us-dropdown .us-head .out {
    float: right;
    font-size: 20px;
    line-height: 0.8;
}
.us-dropdown .row {
    border-top: 1px solid #f4f4f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px
}
.us-dropdown .row li {
    margin: 0;
    line-height: 1.6;
    padding: 10px;
    font-size: 16px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.us-dropdown .row li span {
    font-size: 22px
}
.us-dropdown .d-block {
    display: block;
}
/* 适配end */
/* 重写layui样式*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #ff6651 !important;
    background-color: #ff6651 !important;
}
.layui-layer-btn a {
    margin: 5px !important;
}
.layui-layer-title {
    border-radius: 8px 8px 0 0 !important;
}
/* 重写墨初主题样式 */
.post-like .mccollect span {
    display: none
}
.mochu_us_login_user_us {
    background-color: transparent !important;
}
.mochu_us_login_user_ul li {
    border: 0 !important;
}
#mochu_us_logincelan .mochu_us_login_footerdiv a {
    margin: 5px !important;
    background-color: transparent !important;
    border: 1px solid #e9e9e9 !important;
}
.mochu_us_login_user_ul {
    color: inherit !important;
}
.mochu_us_pst {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    border: 1px solid #dee2e6 !important;
    background-color: transparent !important;
    padding: 13px 15px 15px !important;
    font-size: 14px !important;
    color: #888 !important;
    line-height: 22px !important;
    border-radius: 3px !important;
    overflow: hidden !important;
}
.post-content .mochu_us_pst h2 {
    font-size: 20px !important;
    margin: 0 0 10px 0 !important;
    color: #15c5ce !important;
    padding: 0 0 10px 0 !important;
    display: block;
    border-bottom: 1px solid rgba(68, 68, 68, 0.1) !important;
}
.post-content .mochu_us_pst h2:after {
    max-width: 82px;
    width: 0
}
.post-content .mochu_us_pst p {
    line-height: 2 !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    color: #161e27 !important;
}
.post-content .mochu_us_tip_span a, .post-content .mochu_us_tip_span span {
    color: #ff6651 !important
}
.mochu_us_xiazai {
    margin: 0 0 20px 0 !important;
    border: 1px solid #dee2e6 !important;
    background-color: transparent !important;
    padding: 20px !important;
}
.mochu_us_xiazi_san a {
    font-weight: 600;
}
.mochu_us_xiazai_lf {
    background-image: url(images/xz.svg) !important;
}
.mochu_us_xiazai_lr a, .mochu-us-shang-div-span {
    border-radius: 3px !important;
    background-color: #ff6651 !important;
}
.mochu-us-shang-div p, .mochu-us-shang-div button {
    color: #555444 !important
}
.post-content .mochu_us_xiazai_spanspan {
    color: #8c8e94 !important;
}
button.mochu-us-shangbuttons {
    color: #ff6651 !important;
    border: 1px solid #ff6651 !important
}
.mochu-us-shang-div > button {
    background: #fff;
}
.night .mochu_us_pst, .night .mochu_us_xiazai {
    background-color: #2e313a !important;
    border: 0 !important;
    color: #FEFFFD !important;
}
.night .post-content .mochu_us_pst h2, .night .post-content .mochu_us_pst p, .night .mochu_us_xiazi_san a, .night .mochu-us-shang-div p, .night .mochu-us-shang-div button {
    color: #FEFFFD !important;
}
@media screen and (max-width:1024px) {
    #sidebar-left {
        display: none
    }
    .post-list, .post, .post-page, .post-single, .related-list, .posts-navigation, .comments, .jz_bs, .pageload, .nextpro {
        margin-left: 0;
    }
}
@media screen and (max-width:960px) {
    #logo-text a img {
        max-height: 40px;
    }
    .main-post, .main-single {
        margin-top: 80px;
    }
    .con {
        display: block
    }
    #sidebar-right {
        display: none
    }
    .page-top {
        width: 100%;
        height: 60px;
        padding: 0;
    }
    .post-title h2 {
        line-height: 1.6
    }
    .post .post-title h2 {
        font-size: 1.16px
    }
    .post-single .post-title {
        font-size: 18px
    }
    .content, .single-content {
        width: 100%;
        z-index: 2;
        padding: 0 15px;
    }
    .header {
        background-color: #fff;
        height: 60px
    }
    #logo-text {
        position: absolute;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto
    }
    .logo-text {
        text-align: center;
        padding: 0;
        margin: 0 auto
    }
    .header_search button {
        padding: 4px 0 0
    }
    .nav-us, .usdl {
        margin-left: 10px;
    }
    #header {
        padding: 0 15px;
    }
    #search-form {
        float: none;
        background: #f5f7f8
    }
    #search-form.open {
        margin: 0
    }
    #search-form input[type=submit] {
        border-radius: 0
    }
    .page-top .menu li {
        display: none
    }
    .post-single {
        margin-top: 30px
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
        padding-right: 0;
        margin-bottom: -10px
    }
    .comment-respond textarea {
        margin-top: 25px
    }
    .donate_box {
        width: 300px;
        padding: 20px 10px
    }
    .doimg img {
        width: 120px;
        margin: 0
    }
    .share-icons {
        margin-bottom: -100px
    }
    .post-list, .post-page {
        max-width: 100%;
        width: 100%
    }
    .post, .post-single, .related-list, .posts-navigation, .comments, .jz_bs, .pageload, .nextpro {
        margin: 0 0 20px 0
    }
    .post-page .jz_bs {
        margin: 0 0 20px 0;
    }
    .place, .archive-head {
        margin-right: 0;
    }
    li.msgarticle {
        padding-left: 15px;
    }
    .to-top, .jznight {
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
    }
    .to-top:hover, .jznight:hover {
        background-color: rgba(0, 0, 0, .5);
    }
    a.to-top, a.jznight {
        color: #fff;
    }
}
@media screen and (max-width:768.1px) {
    .related-list li, .jzcms1 li {
        width: 50%;
    }
    .game-info-but {
        flex-direction: column;
        padding: 16px 0 0 0;
    }
    .game-info-but a {
        margin: 0 !important;
        padding-bottom: 16px
    }
    .cover-content .single-meta span:nth-last-of-type(-n+2) {
        display: none
    }
    .cover-body {
        padding: 10px;
    }
    .cover-ico {
        width: 50px;
        height: 50px
    }
    .cover-ico img {
        height: 50px
    }
    .cover-content h1 {
        font-size: 16px
    }
    .cover-content .post-info {
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .post h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post-list .post-content p {
        -webkit-line-clamp: 2;
        line-height: 1.5;
    }
    .post .post-img {
        margin-right: 8px;
    }
    .main-post, .main-single {
        margin-top: 70px;
    }
    .post, .post-single, .posts-navigation, .comments, .jz_bs, .pageload, .nextpro, .related-list{
        margin: 0 0 10px 0;
    }
    .content, .single-content {
        padding: 0 10px;
    }
    .place {
        padding: 0 10px;
        line-height: 40px;
    }
    .single-content .place {
        padding: 0 15px;
        line-height: 45px;
    }
    .post-single {
        padding: 10px 15px 0;
    }
    .post-single .post-title h1 {
        margin: 8px 0 16px 0;
    }
    .comment-respond, .comments-title {
        padding: 18px 0;
    }
    .related-list h3, .jzcms h3 {
        padding: 18px 0 10px 0;
    }
    .comment-list {
        padding: 0 15px;
    }
    #header {
        padding: 0 10px;
    }
    .us-dropdown {
        width: 100%;
    }
    .usdl .btn {
        padding: 0 10px;
        line-height: 1.7;
    }
    .to-top.active, .jznight {
        right: 10px;
    }
}
@media screen and (max-width:320px) {
    .post h2 {
        font-size: 0.93rem;
    }
    .main-post, .main-single {
        margin-top: 70px;
    }
    .info-right {
        display: none;
    }
    .post, .jz_bs, .hdp_focusbox {
        border-radius: 0;
    }
    .content, .single-content {
        padding: 0;
    }
    .post, .post-single, .posts-navigation, .comments, .jz_bs {
        margin: 0 0 10px 0;
    }
}
/* 夜间模式 */
.night, .night #search-form input[type=search], .night .pageload .view-more-button, .night .pageload .page-load-status p, .night blockquote {
    background-color: #282b34;
    color: #cccdd0 !important;
}
.night p, .night .headline {
    color: #cccdd0 !important;
}
.night #logo-text a:before, .night #logo-text img {
    display: none
}
.night #logo-text img.nightlogoimg {
    display: inline;
}
.night .header, .night .jz_bs, .night .post, .night .widget, .night #footer, .night .mobile-sidebar, .night #search-form, .night .post-single, .night .related-list, .night .nextpro, .night .comments, .night .place, .night .pagelist a, .night #mlbox ul li a.selected, .night #mlbox ul li a:hover {
    background-color: #21242b;
    color: #cccdd0 !important;
    box-shadow: none;
}
.night #divSearchPanel input[type="text"] {
    background-color: #21242b;
}
.night #mlbox ul li a.selected, .night #mlbox ul li a.selected i, .night .post .post-tit span i, .night #side-tui-article-item i {
    color: #15c5ce !important;
}
.night h1, .night h2, .night h3, .night h4, .night a, .night .header_search button, .night i, .night .navbar-nav li em[class*="dot"] .jzicon-arrow-down, .night .length_num, .night input, .night textarea, .night .post-single .post-content p, .night #mlbox ul li a {
    color: #FEFFFD !important;
}
.night .page-top .menu .sub-nav, .night .navbar-nav .sub-nav, .night .xlb_snotice_btns a, .night .to-top, .night .jznight, .night .us-dropdown, .night .tags a, .night .post-share a, .night .share-icon {
    background-color: #000;
    border-color: #cccdd0 !important;
}
.night li, .night .us-dropdown .row, .night .place, .night .post-single .post-info, .night ul.msg, .night .widget#divNavBar ul li ul li, .night .widget#divCatalog ul li ul li, .night table, .night tr, .night td, .night th, .night caption, .night .widget h3 {
    border-color: #343742 !important
}
.night .jz-comment-box {
    border: 0;
}
.night #logo-text img {
    display: none;
}
.night #logo-text img.nightlogoimg {
    display: inline;
}