/**
 * Description: tpure Theme CSS
 * Author: toyean
 * Website: https://www.toyean.com/
 * Mail: toyean@qq.com
 * Version: 6.6(2025-12-20)
 */

/* --- 滚动条样式 --- */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjSGAAgQ9gMgEAC94BsRoDbWkAAAAASUVORK5CYII=) no-repeat center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #a8a8a8;
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #787878;
}

/* --- 全局重置与基础样式 --- */
a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

body {
    font-size: 16px;
    color: #333;
    font-family: Penrose, "PingFang SC", "Hiragino Sans GB", Tahoma, Arial, "Lantinghei SC", "Microsoft YaHei", "simsun", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #0188fb;
    text-decoration: none;
    -webkit-transition: background-color .15s linear, color .15s linear;
    -moz-transition: background-color .15s linear, color .15s linear;
    -o-transition: background-color .15s linear, color .15s linear;
    -ms-transition: background-color .15s linear, color .15s linear;
    transition: background-color .15s linear, color .15s linear;
}

a:hover {
    color: #0188fb;
    text-decoration: none;
}

i {
    font-style: normal;
}

ul, ol {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
}

input, textarea {
    font-size: 16px;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
    outline: 0;
}

.zoom {
    display: inline-block;
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.hide {
    display: none !important;
}

/* --- 布局容器 --- */
.wrap {
     width: 90%; /* 在小屏幕上保持一定边距，可选 */
    max-width: 1200px; /* 限制最大宽度为 1200px */
    margin: 0 auto; /* 上下0，左右自动，实现水平居中 */
    zoom: 1;
}

.wrap::after {
    content: "";
    display: block;
    clear: both;
}

.wrapper {
    background: #f1f1f1;
    position: relative;
}

/* --- 头部区域 --- */
.head {
    padding-left: 200px;
    position: relative;
    zoom: 1;
}

.head::after {
    content: "";
    display: block;
    clear: both;
}

.header {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
    position: relative;
    z-index: 100;
}

.header .name {
    height: 60px;
    float: left;
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header .name a {
    font-size: 22px;
    color: #333;
    line-height: 60px;
}

.header .subname {
    float: left;
    display: inline;
    margin: 30px 0 0 10px;
    font-size: 16px;
    color: #333;
}

.header.fixed {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 100;
}

.lazyline {
    height: 2px;
    background-color: #0188fb;
    position: absolute;
    top: 0;
    top: 2px\0;
    left: 0;
    z-index: 2;
}

.lazynum {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(10, 10, 10, 0.2);
    position: fixed;
    right: 0;
    bottom: 5px;
    z-index: 100;
}

/* --- Logo 样式 --- */
.logo {
    height: 60px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.logo a {
    width: 100%;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    transition: all ease .3s;
}

.logo a img {
    height: 50px;
    vertical-align: middle;
}

.logo a img:first-child {
    display: none;
}

.logo a img:last-child {
    display: block;
}

.logo.on a:before {
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    pointer-events: none;
}

.logo a:hover::before {
    -webkit-animation: shine 1s;
    -moz-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* --- 导航栏 --- */
.nav {
    border-bottom: 1px solid #ddd;
    border-image: -webkit-linear-gradient(right, #e2e2e2 20%, #fff 100%) 100 100 100 100;
    border-image: -moz-linear-gradient(right, #e2e2e2 20%, #fff 100%) 100 100 100 100;
    border-image: linear-gradient(right, #e2e2e2 20%, #fff 100%) 100 100 100 100;
}

.nav dl {
    padding-right: 0; /* 移除右侧内边距，避免居中偏移 */
    line-height: 35px;
    font-size: 0;
    text-align: center; /* 改为居中对齐 */
}

.nav dl dd {
    margin: 0 15px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

.nav dl dd a {
    color: #333;
}

/* --- 用户账户区域 --- */
.account {
    float: right;
    display: inline;
}

.sign {
    float: left;
    display: inline;
    font-size: 14px;
    line-height: 60px;
}

.sign span {
    margin: 15px 0 0 10px;
    line-height: 28px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.sign span a {
    margin: 0 10px 0 0;
    padding: 0 14px;
    font-size: 14px;
    color: #0188fb;
    line-height: 28px;
    border: 1px solid #0188fb;
    border-radius: 15px;
    display: inline-block;
}

.sign span a:hover {
    color: #fff;
    background: #0188fb;
}

.signuser {
    margin-left: 6px;
    padding: 13px 13px 0;
    font-size: 0;
    line-height: 45px;
    border-top: 2px solid transparent;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.signuser .uimg {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.signuser .uimg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.signuser .uimg i {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 7px;
    background: #ccc;
    position: absolute;
    right: -3px;
    top: 20px;
    z-index: 2;
}

.signuser .uimg i.vip {
    background: #0188fb;
}

.signuser .uimg i::after {
    content: "V";
    font-size: 12px;
    color: #fff;
    font-family: iconfont;
}

.signuser .uname {
    max-width: 70px;
    margin-left: 8px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.signuser.normal:hover {
    border-color: #0188fb;
    background: #fff;
}

.signuser.normal:hover .signuserpop {
    display: block;
}

.signuser.simple:hover {
    border-color: transparent;
}

.signuser.simple:hover .signuserpop {
    display: none;
}

.signusermenu {
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.signusermenu a {
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    display: block;
}

.signusermenu a:hover {
    color: #0188fb;
    background: #f0f0f0;
}

.signuserpop {
    width: 100%;
    padding-top: 0;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
    user-select: none;
    background: #fff;
    position: absolute;
    top: 56px;
    right: 0;
    z-index: -1;
    display: none;
}

/* --- 主菜单 --- */
.menu {
    float: right;
    display: inline;
    line-height: 60px;
    position: relative;
}

.menu ul {
    padding-right: 35px;
    zoom: 1;
}

.menu ul::after {
    content: "";
    display: block;
    clear: both;
}

.menu ul.nosch {
    padding: 0;
}

.menu li {
    float: left;
    display: inline;
    margin: 0 30px 0 0;
    position: relative;
}

.menu li a {
    font-size: 16px;
    color: #333;
    position: relative;
    display: inline-block;
}

.menu li a:hover {
    color: #0188fb;
}

.menu li::before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 1px 1px 0 0;
    opacity: .1;
    background: #0188fb;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu li:hover::before, .menu li.on::before {
    width: 22px;
    margin-left: -11px;
    opacity: 1;
}

.menu li:hover a, .menu li.on a {
    color: #0188fb;
}

.menu li .subnav {
    min-width: 160px;
    padding: 10px 0;
    line-height: 40px;
    border-top: 1px solid #0188fb;
    box-shadow: 0 2px 2px 0 #ddd;
    background: #fff;
    position: absolute;
    top: 60px;
    left: -20px;
    z-index: 99;
    display: none;
    -webkit-animation: fadeInUp .2s 0s ease both;
    -moz-animation: fadeInUp .2s 0s ease both;
}

.menu li .subnav a {
    padding: 0 30px 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.menu li .subnav a::after {
    content: "\e6a6";
    font-size: 14px;
    color: #ccc;
    font-family: iconfont;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 14px;
    vertical-align: top;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.menu li .subnav a:hover::after {
    color: #0188fb;
}

.menu li .subnav a.on {
    color: #0188fb;
}

.menu li .subnav a.on::after {
    opacity: 1;
}

.menu li .subnav a:last-child {
    border: 0;
}

.menu li .subnav::before {
    content: "";
    width: 0;
    height: 0;
    margin: -18px 0 0 0;
    border: 9px solid transparent;
    border-bottom-color: #0188fb;
    position: absolute;
    top: 0;
    left: 27px;
    z-index: 3;
}

.menu li .subnav::after {
    content: "";
    width: 0;
    height: 0;
    margin: -16px 0 0 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 3;
}

.menu li.subcate > a {
    padding-right: 18px;
}

.menu li.subcate > a::after {
    content: "\e69b";
    margin-left: 2px;
    color: #333;
    font-family: iconfont;
    position: absolute;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    -ms-transition: color .15s linear;
    transition: color .15s linear;
}

.menu li.subcate.on::before {
    opacity: 0;
}

.menu li.subcate.on > a::after {
    color: #0188fb;
}

.menu li.subcate .arrow {
    width: 50px;
    text-align: center;
    display: none;
}

.menu li.subcate .arrow::before {
    content: "\e69b";
    margin-left: 2px;
    font-size: 15px;
    color: #333;
    font-family: iconfont;
}

.menu li.subcate .arrow.on::before {
    content: "\e6a4";
}

.menu li.subcate:hover > a::after {
    color: #0188fb;
}

.menu li.subcate:hover a {
    color: #0188fb;
}

.menu li.subcate:hover::before {
    display: none;
}

.menu li.subcate:hover .subnav {
    display: block;
}

.menu li.subcate:hover .subnav a:hover {
    color: #0188fb;
}

.menu li.subcate:hover .subnav a.on {
    color: #0188fb;
}

.menu li.subcate:hover .subnav a.on::after {
    color: #0188fb;
}

.menu li.subcate .subnav a {
    color: #333;
}

.menu.on {
    width: 100%;
    float: left;
    display: inline;
    margin: 0 -20px;
    padding: 10px 20px 0;
    border-top: 1px solid #e4e8eb;
    background: #fff;
    position: absolute;
    top: 50px;
    z-index: 9;
    display: block;
}

.menu.on li {
    width: 100%;
    float: none;
    line-height: 40px;
    border-bottom: 1px dotted #e4e8eb;
    display: block;
}

.menu.on li a {
    display: block;
}

/* --- 移动端菜单图标 --- */
.menuico {
    width: 38px;
    height: 38px;
    float: right;
    display: inline;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: 6px;
    display: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menuico span {
    width: 21px;
    height: 2px;
    background-color: #0188fb;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.menuico span:first-child {
    margin-top: -6px;
}

.menuico span:last-child {
    margin-top: 6px;
}

.menuico.on span:first-child {
    width: 20px;
    margin-top: -8px;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuico.on span:nth-child(2) {
    opacity: 0;
    width: 2px;
    left: 20px;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.menuico.on span {
    background-color: #333;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
}

.menuico.on span:last-child {
    width: 20px;
    margin-top: 6px;
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* --- 动画关键帧 --- */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fademask.on {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/* --- 搜索功能 --- */
.sch {
    display: inline-block;
}

.schico {
    width: 45px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease .3s;
}

.schico a {
    height: 60px;
    display: block;
}

.schico a::after {
    content: "\e6e1";
    font-size: 26px;
    color: #888;
    font-weight: bold;
    font-family: iconfont;
}

.sch-m {
    line-height: 0;
    position: relative;
    display: none;
}

.sch-m input {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #0188fb;
    border-radius: 3px;
    box-sizing: border-box;
    background: transparent;
}

.sch-m input:focus {
    color: #0188fb;
}

.sch-m button {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.sch-m button::after {
    content: "\e6e1";
    font-size: 26px;
    color: #0188fb;
    font-family: iconfont;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.schfixed {
    width: 262px;
    padding: 20px;
    border-top: 1px solid #0188fb;
    box-shadow: 0 0 2px 0 #ddd;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 10;
    display: none;
}

.schfixed::before {
    content: "";
    width: 0;
    height: 0;
    margin: -20px 0 0 0;
    border: 10px solid transparent;
    border-bottom-color: #0188fb;
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 3;
}

.schfixed::after {
    content: "";
    width: 0;
    height: 0;
    margin: -19px 0 0 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 3;
}

.schfixed form {
    position: relative;
    zoom: 1;
}

.schfixed form::after {
    content: "";
    display: block;
    clear: both;
}

.schfixed input {
    width: 100%;
    height: 38px;
    float: left;
    display: inline;
    padding: 0 38px 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    border: 1px solid #e4e8eb;
    outline: 0;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.schfixed input:focus {
    color: #0188fb;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.schfixed button {
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    border: 0;
    border-radius: 0 3px 3px 0;
    outline: 0;
    cursor: pointer;
    background: #0188fb;
    position: absolute;
    top: 0;
    right: 0;
}

.schfixed button::after {
    content: "\e6e1";
    font-size: 26px;
    color: #fff;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.schfixed.on {
    display: block;
}

.schbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.schbox.on {
    display: block;
}

.schbg {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.schclose {
    font-size: 40px;
    color: #0188fb;
    font-family: iconfont;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 2;
}

.schform {
    width: 600px;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}

.schform form {
    position: relative;
}

.schform input {
    width: 100%;
    font-size: 22px;
    color: #0188fb;
    line-height: 50px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #0188fb;
    border-radius: 3px;
    background: transparent;
}

.schform input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.schform button {
    width: 39px;
    height: 39px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.schform button::after {
    content: "\e077";
    font-size: 28px;
    color: #0188fb;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.schads {
    margin-top: 30px;
}

.schads h3 {
    margin: 10px 0;
    font-size: 15px;
    color: #e4e8eb;
    line-height: 30px;
}

.schads a {
    margin-bottom: 10px;
    display: block;
}

.schwords {
    width: 100%;
    padding: 0 16px;
    font-size: 0;
    text-align: left;
    border: 2px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    display: none;
}

.schwords h5 {
    font-size: 14px;
    color: #333;
}

.schwords a {
    margin: 8px 8px 0 0;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border-radius: 2px;
    background: #ebedf0;
    display: inline-block;
    vertical-align: top;
}

.schwords a:hover {
    color: #0188fb;
}

.schwordsinfo {
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.schitem {
    padding: 15px 0;
    border-top: 1px dotted #e4e8eb;
}

.schitem a {
    margin: 0;
    padding: 0;
    background: none;
    display: block;
    zoom: 1;
}

.schitem a::after {
    content: "";
    display: block;
    clear: both;
}

.schitemcon {
    display: block;
}

.schitemcon strong {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.schitemcon em {
    margin-top: 4px;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    font-style: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.schitemcon mark {
    font-weight: 600;
    color: #0188fb;
    background: none;
}

.schimg {
    width: 100px;
    height: 0;
    float: left;
    display: inline;
    margin-right: 20px;
    padding-bottom: 70px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: block;
}

.schimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.schmore {
    margin-bottom: 20px;
}

.schmore a {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    display: block;
}

.schnull {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-top: 1px dotted #e4e8eb;
    display: block;
}

.searchnull {
    padding: 20% 0;
    color: #888;
    text-align: center;
}

.searchnull::before {
    content: "\e869";
    margin-bottom: 10px;
    font-size: 100px;
    color: #e4e8eb;
    font-family: iconfont;
    display: block;
}

.searchnull a {
    border-bottom: 1px solid #0188fb;
}

/* --- 主体内容区 --- */
.main {
    background: #f1f1f1;
}

.main .mask {
    margin-bottom: 20px;
}

.main.fixed {
    padding-top: 60px;
}

.maincon {
    padding-top: 20px;
    background: #f1f1f1;
    position: relative;
    z-index: 2;
}

.maincon .hastitle .swiper-slide span {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 24px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
}

.maincon .hastitle .swiper-pagination {
    width: auto;
    right: 24px;
    bottom: 10px !important;
    left: unset;
}

.maincon .hastitle .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
}

.maincon .swiper-container-horizontal > .swiper-pagination-bullets, .maincon .swiper-pagination-custom, .maincon .swiper-pagination-fraction {
    bottom: 5px;
}

.maincon .swiper-button-prev, .maincon .swiper-button-next {
    margin-top: -22px;
    padding: 0;
    border-radius: 0;
    opacity: .3;
    background: #333;
}

.maincon .swiper-button-prev::after, .maincon .swiper-button-next::after {
    font-size: 28px;
    color: #fff;
    font-family: iconfont;
    text-align: center;
    line-height: 45px;
    display: block;
}

.maincon .swiper-button-prev:hover, .maincon .swiper-button-next:hover {
    opacity: 1;
}

.maincon .swiper-button-prev:hover::after, .maincon .swiper-button-next:hover::after {
    background: #0188fb;
}

.maincon .swiper-button-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.maincon .swiper-button-prev::after {
    content: "\e6dc";
    border-radius: 0 3px 3px 0;
}

.maincon .swiper-button-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.maincon .swiper-button-next::after {
    content: "\e6a6";
    border-radius: 3px 0 0 3px;
}

/* --- 幻灯片/Swiper --- */
.slide {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.slide a {
    text-align: center;
    display: block;
}

.slide a img {
    margin: 0 auto;
    display: block;
}

.slide a span {
    display: none;
}

.slideurl {
    width: 100%;
    height: 100%;
    display: block;
}

.slideblock {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

.swiper-pagination {
    transition: 0s !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 14px 0;
    border-radius: 0;
    opacity: .8;
    background-color: rgba(255, 255, 255, 0.6);
    background-clip: content-box;
    vertical-align: top;
}

.swiper-pagination-bullet-active {
    background-color: #0188fb;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    margin-top: -32px;
    padding: 10px 16px;
    border-radius: 5px;
    opacity: .5;
    background-color: rgba(68, 68, 68, 0.5);
    background-size: 30%;
    z-index: 99;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: .8;
    background-color: #444;
}

/* --- Banner 区域 --- */
.banner {
    max-width: 1200px; /* 已修复缺失的冒号 */
    margin: auto;
    padding: 0 18px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: .1;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.hellotip {
    width: 90%;
    margin: auto;
    text-shadow: 0 1px 5px #999;
    word-break: break-word;
}

.hellotip.alone::after {
    content: "";
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -20px;
}

.hellosch {
    width: 650px;
    text-shadow: none;
    margin: 30px auto 0;
    position: relative;
}

.hellosch form {
    border: 2px solid #ddd;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 3;
}

.helloschinput {
    width: 100%;
    padding: 12px 50px 12px 14px;
    color: #333;
    line-height: 1.5;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    display: block;
}

.helloschbtn {
    height: 100%;
    padding: 0 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.helloschbtn::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translate(0, -50%);
}

.helloschbtn::after {
    content: "\e6e1";
    font-size: 30px;
    color: #888;
    font-family: iconfont;
    font-weight: 600;
}

.hellosch.on form {
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.hellosch.on .schwords {
    display: block;
}

.hellosch.alone {
    margin-top: 0;
}

.display {
    background-size: cover;
}

/* --- 加载动画 --- */
.loader {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-animation: loader 700ms infinite linear;
    animation: loader 700ms infinite linear;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* --- 面包屑导航 --- */
.sitemap {
    margin: -8px 0 8px;
    font-size: 14px;
    color: #888;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sitemap a {
    font-size: 14px;
    color: #888;
}

.sitemap a:hover {
    color: #0188fb;
}

/* --- 内容列表布局 --- */
.content {
    width: 70%;
    float: left;
    display: inline;
}

.content.wide {
    width: 100%;
}

.cmsblock {
    margin-left: -20px;
    font-size: 0;
}

.cmsblock.alone .cmslist {
    width: calc(100% - 20px);
}

.cmslist {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    padding: 18px 18px 10px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    display: inline-block;
    vertical-align: top;
}

.cmslist li {
    line-height: 40px;
    border-bottom: 1px dotted #ebebeb;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.cmslist li a {
    font-size: 14px;
    color: #333;
}

.cmslist li a:hover {
    color: #0188fb;
}

.cmslist li .cmsinfo a {
    font-size: 16px;
    font-weight: 600;
}

.cmslist li:last-child {
    border: 0;
}

.cmslist li.cmstip {
    font-size: 16px;
    color: #888;
    justify-content: center;
}

.cmstitle {
    height: 28px;
    padding-bottom: 10px;
}

.cmstitle h4 {
    margin-left: -18px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    font-weight: normal;
}

.cmstitle h4 .cmscate {
    padding-left: 18px;
    color: #333;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.cmstitle h4 .cmscate::before {
    content: "";
    width: 3px;
    height: 18px;
    border-radius: 0 2px 2px 0;
    background: #0188fb;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}

.cmstitle h4 .cmscate:hover {
    color: #0188fb;
}

.cmstitle h4 .more {
    float: right;
    display: inline;
    margin-right: -5px;
    font-size: 14px;
    color: #999;
    line-height: 18px;
}

.cmstitle h4 .more::after {
    content: "\e6a6";
    font-size: 14px;
    color: #999;
    font-family: iconfont;
}

.cmstitle h4 .more:hover {
    color: #0188fb;
}

.cmstitle h4 .more:hover::after {
    color: #0188fb;
}

.cmstop {
    padding-bottom: 10px;
    display: flex;
}

.cmstoptitle {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.cmsimg {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.cmsimg i {
    width: 100px;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: block;
}

.cmsimg i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cmsimg.v::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 48 48'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='24' cy='24' r='24' fill='%23000' fill-opacity='.15'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0zm0 1.44C11.54 1.44 1.44 11.54 1.44 24c0 12.46 10.1 22.56 22.56 22.56 12.46 0 22.56-10.1 22.56-22.56 0-12.46-10.1-22.56-22.56-22.56zm-4.8 13.828a1.2 1.2 0 0 1 .595.158l13.182 7.532a1.2 1.2 0 0 1 0 2.084l-13.182 7.532A1.2 1.2 0 0 1 18 31.532V16.468a1.2 1.2 0 0 1 1.2-1.2z'/%3E %3C/g%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.cmsimg:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cmsinfo {
    line-height: 1.5;
    overflow: hidden;
    display: flex;
    flex: auto;
    justify-content: space-between;
    flex-direction: column;
}

.cmsintro {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.cmsitem .cmsposttitle {
    padding-right: 60px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.cmsitem .cmsposttitle a::before {
    content: "\e6a6";
    margin: 0 5px 0 -5px;
    font-size: 14px;
    color: #333;
    font-family: iconfont;
}

.cmsitem .cmsposttime {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.cmsitem .datetime {
    display: none;
}

/* --- 列表标题与过滤 --- */
.listtitle {
    padding-bottom: 20px;
    zoom: 1;
}

.listtitle::after {
    content: "";
    display: block;
    clear: both;
}

.listtitle h1 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.listintro {
    width: 100%;
    margin: 10px 0 0;
    padding: 12px 0 10px;
    border-top: 1px dotted #e4e8eb;
    border-bottom: 1px solid #e4e8eb;
    display: inline-block;
    vertical-align: top;
}

.listintro.on {
    padding-bottom: 0;
    border-bottom: 0;
}

.listintrocon {
    padding: 10px 14px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    border: 1px dotted #ccc;
    border-radius: 3px;
    background: #f8f8f8;
    overflow: hidden;
}

.listintro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

#filternav {
    float: right;
    display: inline;
}

.filter {
    font-size: 0;
}

.filter li {
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.filter li.active {
    color: #0188fb;
}

.filter li.active i {
    display: inline;
}

.filter li.active i::before {
    color: #0188fb;
    font-weight: 600;
}

.filter li i {
    width: 16px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}

.filter li i::before {
    content: "\e605";
    font-size: 16px;
    font-family: iconfont;
}

.filter li:last-child i {
    margin: 0;
}

.filter li:hover {
    color: #0188fb;
}

/* --- 通用区块样式 --- */
.block {
    margin-bottom: 20px;
    padding: 20px 26px;
    word-break: break-word;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
}

.block.default .post:not(.istop):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.block .cmtsitem:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/* --- 论坛区块 --- */
.block.forum .item {
    margin-bottom: 2px;
    padding: 15px;
    line-height: 22px;
    border-radius: 3px;
    position: relative;
}

.block.forum .item h2 {
    padding-right: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.forum .item h2.top a {
    color: #0188fb;
}

.block.forum .item h2.top a::before {
    color: #0188fb;
    font-weight: normal;
}

.block.forum .item h2.top em {
    margin: 2px 0 0 5px;
    padding: 0 4px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    line-height: 18px;
    border-radius: 2px;
    background: #0188fb;
    display: inline-block;
    vertical-align: top;
}

.block.forum .item h2 a {
    font-size: 16px;
    color: #333;
}

.block.forum .item h2 a::before {
    content: "\e6e2";
    margin-right: 4px;
    font-size: 22px;
    color: #9e9e9e;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.block.forum .item h2 span {
    margin-top: 1px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}

.block.forum .item h2 span::before {
    font-family: iconfont;
    font-weight: normal;
    vertical-align: top;
}

.block.forum .item h2 .istop {
    margin-right: -10px;
    color: #0188fb;
    vertical-align: top;
}

.block.forum .item h2 .istop::before {
    content: "\e67a";
    font-size: 42px;
}

.block.forum .item h2 .zbaudioicon::before {
    content: "\e616";
    font-size: 20px;
}

.block.forum .item h2 .video::before {
    content: "\e6dd";
    font-size: 19px;
}

.block.forum .item .forumdate {
    font-size: 13px;
    color: #9e9e9e;
    line-height: 22px;
    position: absolute;
    top: 16px;
    right: 10px;
}

.block.forum .item:nth-child(even) {
    background: #f7f9fb;
}

.block.forum .item:hover {
    background: #f2f6f9;
}

.block.forum .item:hover h2 a, .block.forum .item:hover h2 a::before {
    color: #0188fb;
}

/* --- 相册区块 --- */
.block.album {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.block.album .item {
    width: 31.33%;
    margin: 0 0 2% 2%;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    transition: transform .3s;
}

.block.album .item:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block.album .albumlist {
    margin: 0 0 0 -2%;
    font-size: 0;
}

.block.album .albumimg {
    position: relative;
}

.block.album .albumimg a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.block.album .albumimg a .istop {
    padding: 0;
    font-size: 0;
    font-style: normal;
    background: none;
    position: absolute;
    top: -1px;
    left: -1px;
}

.block.album .albumimg a .istop::before {
    content: "\e67a";
    font-size: 42px;
    color: #0188fb;
    font-family: iconfont;
}

.block.album .albumimg a span {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 5px 0 0 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.block.album .albumimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: transform .4s cubic-bezier(.4, 0, .25, 1) 0s, opacity 1s cubic-bezier(.4, 0, .25, 1) 0s;
}

.block.album .albumimg a img[src*="lazyload.png"] {
    opacity: 0;
}

.block.album .albumimg a img.lazyload {
    background: #dedede url(images/lazyload.gif) no-repeat center;
}

.block.album .albumimg.v a::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 48 48'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='24' cy='24' r='24' fill='%23000' fill-opacity='.15'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0zm0 1.44C11.54 1.44 1.44 11.54 1.44 24c0 12.46 10.1 22.56 22.56 22.56 12.46 0 22.56-10.1 22.56-22.56 0-12.46-10.1-22.56-22.56-22.56zm-4.8 13.828a1.2 1.2 0 0 1 .595.158l13.182 7.532a1.2 1.2 0 0 1 0 2.084l-13.182 7.532A1.2 1.2 0 0 1 18 31.532V16.468a1.2 1.2 0 0 1 1.2-1.2z'/%3E %3C/g%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.block.album .albumcon {
    padding: 16px;
}

.block.album .albumcon a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.block.album .albumcon a:hover {
    color: #0188fb;
}

.block.album .albumcon p {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.album .albuminfo {
    padding: 0 16px;
    line-height: 38px;
    border-top: 1px solid #f1f1f1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.album .albuminfo a {
    display: inline-block;
    vertical-align: top;
}

.block.album .albuminfo img {
    width: 22px;
    height: 22px;
    margin-right: 3px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.block.album .albuminfo em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

.block.album .albuminfo span {
    font-size: 12px;
    color: #999;
}

/* --- 瀑布流区块 --- */
.block.waterfall {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.block.waterfall .item {
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
}

.block.waterfall .waterfalllist {
    font-size: 0;
    position: relative;
}

.block.waterfall .waterfallimg {
    margin-bottom: 12px;
    position: relative;
}

.block.waterfall .waterfallimg a {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.block.waterfall .waterfallimg a .istop {
    padding: 0;
    font-size: 0;
    font-style: normal;
    background: none;
    position: absolute;
    top: -1px;
    left: -1px;
}

.block.waterfall .waterfallimg a .istop::before {
    content: "\e67a";
    font-size: 42px;
    color: #0188fb;
    font-family: iconfont;
}

.block.waterfall .waterfallimg a span {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 5px 0 0 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.block.waterfall .waterfallimg a img {
    width: 100%;
    max-width: 320px;
    display: block;
    transition: transform .4s cubic-bezier(.4, 0, .25, 1) 0s, opacity 1s cubic-bezier(.4, 0, .25, 1) 0s;
}

.block.waterfall .waterfallimg a img[src*="lazyload.png"] {
    opacity: 0;
}

.block.waterfall .waterfallimg a img.lazyload {
    background: #dedede url(images/lazyload.gif) no-repeat center;
}

.block.waterfall .waterfallimg a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color .2s;
}

.block.waterfall .waterfallimg a:hover::after {
    background: rgba(255, 255, 255, 0.1);
}

.block.waterfall .waterfallimg.v a::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 48 48'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='24' cy='24' r='24' fill='%23000' fill-opacity='.15'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0zm0 1.44C11.54 1.44 1.44 11.54 1.44 24c0 12.46 10.1 22.56 22.56 22.56 12.46 0 22.56-10.1 22.56-22.56 0-12.46-10.1-22.56-22.56-22.56zm-4.8 13.828a1.2 1.2 0 0 1 .595.158l13.182 7.532a1.2 1.2 0 0 1 0 2.084l-13.182 7.532A1.2 1.2 0 0 1 18 31.532V16.468a1.2 1.2 0 0 1 1.2-1.2z'/%3E %3C/g%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.block.waterfall .waterfallcon {
    margin-bottom: 8px;
    padding: 0 12px;
}

.block.waterfall .waterfallcon span {
    font-size: 14px;
    color: #333;
    display: block;
}

.block.waterfall .waterfallcon p {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.waterfall .waterfallinfo {
    padding: 0 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.waterfall .waterfallinfo a {
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.block.waterfall .waterfallinfo a:hover {
    color: #333;
}

.block.waterfall .waterfallinfo img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    line-height: 1;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.block.waterfall .waterfallinfo em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

.block.waterfall .waterfallinfo span {
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.block.waterfall .waterfallinfo span.infoviews {
    float: right;
    display: inline;
}

.block.waterfall .waterfallinfo span.infoviews::before {
    content: "\e6a3";
    margin: 1px 1px 0 0;
    font-size: 18px;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

/* --- 其他区块类型通用设置 --- */
.block.sticker, .block.hotspot, .block.album, .block.shuo, .block.waterfall {
    padding: 0;
    box-shadow: none;
    background: none;
}

.block.sticker .listtitle, .block.hotspot .listtitle, .block.album .listtitle, .block.shuo .listtitle, .block.waterfall .listtitle {
    margin-bottom: 20px;
    padding: 14px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.block.sticker .listintro, .block.hotspot .listintro, .block.album .listintro, .block.shuo .listintro, .block.waterfall .listintro {
    padding-bottom: 0;
    border-bottom: 0;
}

.block.sticker .post, .block.hotspot .post, .block.album .post, .block.shuo .post, .block.waterfall .post {
    margin-bottom: 20px;
    padding: 20px 24px 22px;
    word-break: break-word;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
}

.block.sticker .post .istop, .block.hotspot .post .istop, .block.album .post .istop, .block.shuo .post .istop, .block.waterfall .post .istop {
    padding: 0;
    font-size: 0;
    font-style: normal;
    background: none;
    position: absolute;
    top: -1px;
    left: -1px;
}

.block.sticker .post .istop::before, .block.hotspot .post .istop::before, .block.album .post .istop::before, .block.shuo .post .istop::before, .block.waterfall .post .istop::before {
    content: "\e67a";
    font-size: 42px;
    color: #0188fb;
    font-family: iconfont;
}

.block.sticker .post:last-child, .block.hotspot .post:last-child, .block.album .post:last-child, .block.shuo .post:last-child, .block.waterfall .post:last-child {
    margin-bottom: 0;
}

/* --- 热点区块 --- */
.block.hotspot .post {
    padding: 20px;
}

.block.hotspot .post h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block.hotspot .postimg {
    width: 210px;
    float: left;
    display: inline;
    margin: 0 20px 0 0;
}

.block.hotspot .post .intro {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
}

.block.hotspot .post .intro.isimg {
    height: 75px;
}

.block.hotspot .post .info {
    margin: 0;
}

.block.hotspot .hotspotinfo.noimg h2 {
    height: auto;
    white-space: normal;
}

/* --- 说说/微语区块 --- */
.block.shuo {
    padding: 0;
    box-shadow: none;
    background: none;
}

.block.shuo .istop {
    padding: 0;
    font-size: 0;
    font-style: normal;
    background: none;
    position: absolute;
    top: -1px;
    left: -1px;
}

.block.shuo .istop::before {
    content: "\e67a";
    font-size: 42px;
    color: #0188fb;
    font-family: iconfont;
}

.shuo {
    margin-bottom: 20px;
    padding: 20px 30px 14px;
    word-break: break-word;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.shuotop {
    margin-bottom: 10px;
    zoom: 1;
}

.shuotop::after {
    content: "";
    display: block;
    clear: both;
}

.shuotop .uimg {
    width: 36px;
    height: 36px;
    float: left;
    display: inline;
    margin-right: 10px;
    border-radius: 50%;
}

.shuotop .uimg img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
}

.shuotop .uinfo a {
    font-size: 14px;
    color: #333;
    line-height: 1.15;
}

.shuotop .uinfo p {
    font-size: 12px;
    color: #888;
}

.shuo h2 {
    margin-bottom: 6px;
}

.shuo h2 a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.shuo h2 a:hover {
    color: #0188fb;
}

.shuo h2 .zbaudioicon {
    margin: 0 4px 0 -6px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.shuo h2 .zbaudioicon::before {
    content: "\e616";
    font-size: 1.35em;
    font-family: iconfont;
}

.shuo h2 .video {
    margin: 0 4px 0 -6px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.shuo h2 .video::before {
    content: "\e6dd";
    font-size: 1.375em;
    font-family: iconfont;
}

.shuo .intro {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 26px;
}

.shuo .intro a {
    color: #333;
}

.shuo .thumbs {
    margin: 0 0 10px -1%;
    font-size: 0;
    display: flex;
}

.shuo .thumbsbox {
    width: 24%;
    margin-left: 1%;
}

.shuo .thumbsbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .4s cubic-bezier(.4, 0, .25, 1) 0s, opacity 1s cubic-bezier(.4, 0, .25, 1) 0s;
}

.shuo .thumbsbox img[src*="lazyload.png"] {
    opacity: 0;
}

.shuo .thumbsimg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.shuo .thumbsimg .extra {
    font-size: 32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.shuo .info {
    text-align: right;
    line-height: 24px;
}

.shuo .info .user, .shuo .info .date, .shuo .info .cate, .shuo .info .view, .shuo .info .cmt, .shuo .info .edit, .shuo .info .del {
    margin-right: 15px;
    font-size: 14px;
    color: #888;
    display: inline-block;
    vertical-align: top;
}

.shuo .info .user::before, .shuo .info .date::before, .shuo .info .cate::before, .shuo .info .view::before, .shuo .info .cmt::before, .shuo .info .edit::before, .shuo .info .del::before {
    margin-right: 3px;
    font-size: 18px;
    font-family: iconfont;
    vertical-align: top;
}

.shuo .info .user a, .shuo .info .date a, .shuo .info .cate a, .shuo .info .view a, .shuo .info .cmt a, .shuo .info .edit a, .shuo .info .del a {
    color: #888;
}

.shuo .info .user a:hover, .shuo .info .date a:hover, .shuo .info .cate a:hover, .shuo .info .view a:hover, .shuo .info .cmt a:hover, .shuo .info .edit a:hover, .shuo .info .del a:hover {
    color: #0188fb;
}

.shuo .info .user:before {
    content: "\e6a9";
}

.shuo .info .date:before {
    content: "\e69c";
}

.shuo .info .cate:before {
    content: "\e6e2";
}

.shuo .info .view:before {
    content: "\e6a7";
}

.shuo .info .cmt:before {
    content: "\e6a8";
}

.shuo .info span:last-child {
    margin: 0;
}

.shuo .tags {
    width: 60%;
    float: left;
    display: inline;
    font-size: 0;
    text-align: left;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shuo .tags a {
    margin-right: 10px;
    padding: 0 8px 0 3px;
    font-size: 13px;
    color: #888;
    border: 1px solid #e4e8eb;
    border-radius: 13px;
    display: inline-block;
    vertical-align: top;
}

.shuo .tags a::before {
    content: "#";
    width: 16px;
    height: 16px;
    margin: 3px 4px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    background: #b6c5d0;
    display: inline-block;
    vertical-align: top;
}

.shuo .tags a:last-child {
    margin: 0;
}

.shuo .tags a:hover {
    border-color: #b6c5d0;
}

/* --- 文章列表项 --- */
.post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e8eb;
    position: relative;
    zoom: 1;
}

.post::after {
    content: "";
    display: block;
    clear: both;
}

.post.istop {
    padding: 10px 20px 20px;
    border: 1px solid #e4e8eb;
    border-radius: 3px;
    background: #f8f8f8;
}

.post.istop .istop {
    padding: 0;
    font-size: 0;
    font-style: normal;
    background: none;
    position: absolute;
    top: -1px;
    left: -1px;
}

.post.istop .istop::before {
    content: "\e67a";
    font-size: 42px;
    color: #0188fb;
    font-family: iconfont;
}

.post h1 {
    margin: 0 0 8px;
    font-size: 1.625em;
    color: #333;
    line-height: 1.5;
}

.post h2 {
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1.5;
}

.post h2 a {
    font-size: 20px;
    color: #333;
}

.post h2 a:hover {
    color: #0188fb;
}

.post h2 span {
    height: 24px;
    margin: 0 2px 0 0;
    line-height: 24px;
}

.post h2 span::before {
    font-family: iconfont;
    font-weight: normal;
    vertical-align: text-bottom;
}

.post h2 em {
    margin: .9em 0 0 .9em;
    padding: 0 4px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    border-radius: 2px;
    background: #0188fb;
    display: inline-block;
    vertical-align: top;
}

.post h2 .zbaudioicon::before {
    content: "\e616";
    font-size: 1.35em;
}

.post h2 .video::before {
    content: "\e6dd";
    font-size: 1.375em;
}

.post h3 {
    font-size: 1.375em;
}

.post h4 {
    font-size: 1.25em;
}

.post h5 {
    font-size: 1.125em;
}

.post h6 {
    font-size: 1em;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    font-weight: 600;
}

.post .info {
    margin-bottom: 15px;
    font-size: 14px;
    zoom: 1;
}

.post .info::after {
    content: "";
    display: block;
    clear: both;
}

.post .info.simple {
    margin: 0 0 -5px;
}

.post .info span:last-child {
    margin: 0;
}

.post .user, .post .date, .post .cate, .post .view, .post .cmt, .post .edit, .post .del {
    margin-right: 15px;
    color: #888;
}

.post .user::before, .post .date::before, .post .cate::before, .post .view::before, .post .cmt::before, .post .edit::before, .post .del::before {
    margin-right: 3px;
    font-size: 18px;
    font-family: iconfont;
    vertical-align: top;
}

.post .user em, .post .date em, .post .cate em, .post .view em, .post .cmt em, .post .edit em, .post .del em {
    font-style: normal;
}

.post .user a, .post .date a, .post .cate a, .post .view a, .post .cmt a, .post .edit a, .post .del a {
    color: #888;
}

.post .user a:hover, .post .date a:hover, .post .cate a:hover, .post .view a:hover, .post .cmt a:hover, .post .edit a:hover, .post .del a:hover {
    color: #0188fb;
}

.post .user:before {
    content: "\e6a9";
}

.post .date:before {
    content: "\e69c";
}

.post .cate:before {
    content: "\e6e2";
}

.post .view:before {
    content: "\e6a7";
}

.post .cmt:before {
    content: "\e6a8";
}

.post .edit:before {
    content: "\e69a";
}

.post .del:before {
    content: "\e6ac";
}

.post .ctrl {
    float: right;
    display: inline;
    display: inline-block;
}

.post .ctrl a {
    width: 21px;
    height: 20px;
    margin: 0 0 0 8px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    background: #e4e8eb;
    display: inline-block;
    vertical-align: top;
}

.post .ctrl a::before {
    content: "A⁺";
    font-size: 16px;
    color: #999;
    font-family: iconfont;
}

.post .ctrl a:nth-child(2)::before {
    content: "A⁻";
}

.post .ctrl a:nth-child(3)::before {
    content: "A";
}

.postimg {
    width: 120px;
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

.postimg a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.postimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .4s cubic-bezier(.4, 0, .25, 1) 0s, opacity 1s cubic-bezier(.4, 0, .25, 1) 0s;
}

.postimg a img[src*="lazyload.png"] {
    opacity: 0;
}

.postimg a img.lazyload {
    background: #dedede url(images/lazyload.gif) no-repeat center;
}

.postimg:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.postimg.v a::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 48 48'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='24' cy='24' r='24' fill='%23000' fill-opacity='.15'/%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0zm0 1.44C11.54 1.44 1.44 11.54 1.44 24c0 12.46 10.1 22.56 22.56 22.56 12.46 0 22.56-10.1 22.56-22.56 0-12.46-10.1-22.56-22.56-22.56zm-4.8 13.828a1.2 1.2 0 0 1 .595.158l13.182 7.532a1.2 1.2 0 0 1 0 2.084l-13.182 7.532A1.2 1.2 0 0 1 18 31.532V16.468a1.2 1.2 0 0 1 1.2-1.2z'/%3E %3C/g%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.post .intro {
    max-height: 85px;
    font-size: 15px;
    color: #888;
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

.post .intro a {
    color: #888;
}

.post object, .post embed, .post iframe, .post table {
    max-width: 100%;
}

.post .readmore {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.post .readmore a {
    padding: 5px 16px 5px 26px;
    font-size: 14px;
    color: #888;
    border: 2px solid #e4e8eb;
    border-radius: 20px;
    display: inline-block;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
}

.post .readmore a::after {
    content: "\e6a6";
    margin-left: 5px;
    font-family: iconfont;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    -ms-transition: color .15s linear;
    transition: color .15s linear;
}

.post .readmore a:hover {
    color: #0188fb;
    border-color: #0188fb;
}

.post .readmore a:hover::after {
    color: #0188fb;
}

.posttitle {
    padding: 0 0 7px;
    line-height: 30px;
    border-bottom: 1px solid #e4e8eb;
}

.posttitle h1, .posttitle h2, .posttitle h3, .posttitle h4, .posttitle h5, .posttitle h6 {
    font-size: 18px;
    color: #333;
}

.post .tags {
    margin-bottom: 6px;
    font-size: 15px;
    color: #888;
    text-indent: 0;
}

.post .tags a {
    margin: 0 5px 10px;
    padding: 0 12px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    border: 1px solid #e4e8eb;
    border-radius: 26px;
    display: inline-block;
}

.post .tags a:hover {
    color: #0188fb;
    border: 1px solid #0188fb;
}

.post mark {
    color: #0188fb;
    background: none;
}

.post:last-child {
    margin-bottom: 0;
}

.post .listintro {
    margin: 0;
    padding: 0;
    border: 0;
}

.large .postimg {
    width: 160px;
}

.large .post .intro {
    max-height: 110px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
}

/* --- 作者信息 --- */
.auth {
    zoom: 1;
}

.auth::after {
    content: "";
    display: block;
    clear: both;
}

.authimg {
    width: 80px;
    height: 80px;
    float: left;
    display: inline;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
}

.authimg img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.authimg .sex {
    width: 20px;
    height: 20px;
    text-align: center;
    font-style: normal;
    line-height: 20px;
    border: 2px solid #0188fb;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.authimg .sex::before {
    content: "\e78d";
    font-size: 20px;
    color: #0188fb;
    font-family: iconfont;
    vertical-align: middle;
}

.authimg .sex.female {
    border-color: #fb6c7f;
}

.authimg .sex.female::before {
    content: "\e78c";
    color: #fb6c7f;
}

.authinfo {
    padding-left: 100px;
}

.authinfo h1 {
    margin-bottom: 5px;
    font-size: 20px;
}

.authinfo h1 span {
    margin: 6px 0 0 5px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #0188fb;
    vertical-align: top;
}

.authinfo p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #888;
    line-height: 1.8;
}

.authinfo span {
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    display: inline-block;
    vertical-align: top;
}

.authinfo span::before {
    font-size: 18px;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.authinfo .cate:before {
    content: "\e6e2";
}

.authinfo .view:before {
    content: "\e6a7";
}

.authinfo .cmt:before {
    content: "\e6a8";
}

/* --- 分页 --- */
.pagebar, .cmtpagebar {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 0 10px;
    font-size: 0;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff;
}

.pagebar .now-page, .cmtpagebar .now-page {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0 5px 5px;
    border: 1px solid #0188fb;
    border-radius: 2px;
    background: #0188fb;
    display: inline-block;
}

.pagebar a, .cmtpagebar a {
    margin: 2px;
    padding: 5px 10px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
}

.pagebar a:hover, .cmtpagebar a:hover {
    color: #fff;
    border: 1px solid #0188fb;
    background: #0188fb;
}

.pagebar {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.cmtpagebar {
    padding-bottom: 0;
}

.pagination-loading {
    text-align: center;
    background: #ebebeb;
}

.pagination-loading a {
    padding: 10px 0;
    border: 1px solid #e4e8eb;
    display: block;
}

.ias_trigger, .ias_loader {
    margin-bottom: 20px;
    font-size: 16px;
    color: #888;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.ias_trigger a, .ias_loader a {
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
    border: 1px solid #e4e8eb;
    background: #fff;
    display: block;
}

.ias_trigger a:hover, .ias_loader a:hover {
    color: #888;
    background: #e4e8eb;
}

.ias_loader {
    line-height: 44px;
}

/* --- 友情链接 --- */
.friendlink {
    margin-bottom: 20px;
    padding: 20px 30px 10px;
    font-size: 0;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
}

.friendlink span {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e4e8eb;
    display: block;
}

.friendlink li {
    margin: 0 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.friendlink li a {
    font-size: 14px;
    color: #333;
}

.friendlink li a:hover {
    color: #0188fb;
}

/* --- 单页/文章内容 --- */
.contitle {
    margin-bottom: 30px;
    line-height: 38px;
    border-bottom: 1px solid #e4e8eb;
    background: #fff;
}

.contitle h1, .contitle h2 {
    margin-bottom: -1px;
    font-size: 16px;
    border-bottom: 1px solid #0188fb;
    display: inline-block;
    vertical-align: top;
}

.single {
    padding: 20px 0 0;
    line-height: 1.8;
    border-top: 1px dotted #e4e8eb;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
}

.single .tagscloud {
    margin-left: -2%;
}

.single .tagscloud li {
    margin: 0 0 20px 2%;
}

.single .readers li {
    margin: 0 0 3% 3%;
}

.single ul, .single ol {
    margin: 0 0 20px 1.5em;
    text-indent: 0 !important;
    line-height: 1.5;
    list-style: disc outside;
}

.single ul li, .single ol li {
    margin-bottom: .5em;
}

.single ul p, .single ol p {
    margin: 0;
    display: block;
}

.single p {
    margin-bottom: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
}

.single p img.ue-image {
    margin: 0 auto;
}

.single p img.ue-emoticon {
    vertical-align: middle;
}

.single p.ue-upload {
    padding: 10px;
    border: 1px dashed #e4e8eb;
}

.single p.ue-upload img {
    vertical-align: top !important;
}

.single p.ue-upload a {
    font-size: 14px !important;
    color: #0188fb !important;
}

.single p .tagslink {
    margin: 0 2px;
}

.single p .tagslink::after {
    content: "\e6e1";
    margin: 0 -2px;
    font-family: iconfont;
    font-weight: bold;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    transform: scale(.8);
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
    margin: 18px 0 14px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
}

.single h1 {
    font-size: 1.625em;
}

.single h2 {
    margin-top: 32px;
    font-size: 1.5em;
}

.single h3 {
    margin-top: 30px;
    font-size: 1.375em;
}

.single h4 {
    margin-top: 28px;
    font-size: 1.25em;
}

.single h5 {
    margin-top: 26px;
    font-size: 1.125em;
}

.single h6 {
    margin-top: 24px;
    font-size: 1em;
}

.single blockquote {
    margin-bottom: 20px;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 1.5;
    border: 1px dotted #ccc;
    border-radius: 3px;
    background: #f8f8f8;
    position: relative;
}

.single blockquote::before {
    content: "\201c";
    font-size: 70px;
    color: #e4e8eb;
    font-family: arial;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 10px;
}

.single blockquote p {
    margin: 0;
}

.single table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

.single .th {
    width: 100px;
    background: #f5f5f5;
}

.single td {
    padding: 5px 10px;
    color: #666;
    line-height: 24px;
    word-break: break-word;
    border: 1px solid #e4e8eb;
}

.single div.prism-show-language > div.prism-show-language-label[data-language] {
    font-size: 14px;
}

.single span.prism-token {
    background: none !important;
}

.single code[class*="language-"], .single pre[class*="language-"] {
    color: inherit;
}

.single pre[class*="language-"] {
    margin-bottom: 20px;
    font-size: 14px;
}

.single.indent p, .single.indent ol, .single.indent ul {
    text-indent: 2em;
}

.single.indent blockquote p {
    text-indent: 0;
}

.single .archivelist {
    margin: 10px 0;
    list-style: none;
}

.single .archivelist li {
    margin: 0;
}

.singlenext {
    padding: 0;
    border: none;
}

.singlenext .label {
    padding: 0 4px 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #e4e8eb;
    display: inline-block;
    vertical-align: top;
}

.singlenext h3 {
    margin: 10px 0 8px;
}

.singlenext h3 a {
    font-size: 26px;
    color: #333;
    font-weight: 600;
}

.singlenext h3 a:hover {
    color: #0188fb;
}

.singlenext .content {
    width: 100%;
    padding: 20px 0 0;
    color: #333;
    text-align: justify;
    line-height: 1.8;
    border-top: 1px dotted #e4e8eb;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
}

.singlenext .content.indent p, .singlenext .content.indent ol, .singlenext .content.indent ul {
    text-indent: 2em;
}

.singlenext .content.indent blockquote p {
    text-indent: 0;
}

.singlenext .content p {
    margin-bottom: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
}

.singlenext .content p.mask {
    margin: 0;
    text-align: center;
    text-indent: 0;
    position: relative;
    z-index: 1;
}

.singlenext .content p.mask::before {
    content: "";
    width: 100%;
    height: 100px;
    color: #0188fb;
    text-align: center;
    font-size: 14px;
    text-indent: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.singlenext .content p.mask a {
    padding: 0 30px;
    font-size: 16px;
    color: #0188fb;
    line-height: 40px;
    border: 1px solid #e4e8eb;
    border-radius: 20px;
    position: relative;
    bottom: 10px;
    z-index: 1;
    display: inline-block;
}

.singlenext .content p.mask a:hover {
    border-color: #0188fb;
}

/* --- 视频 --- */
.videowrap {
    overflow: hidden;
}

.videobox {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
}

.videobox object, .videobox video, .videobox embed, .videobox iframe {
    width: 100%;
    height: 100%;
    outline: 0;
    position: absolute;
    display: block;
}

.videobox object video, .videobox video video, .videobox embed video, .videobox iframe video {
    width: 100%;
}

.videobox video {
    background: #292929;
}

/* --- 版权提示 --- */
.copynotice {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 6px 10px 15px;
    font-size: 14px;
    color: #888;
    text-indent: 0;
    line-height: 22px;
    border: 1px dotted #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f8f8f8;
    overflow: hidden;
    display: flex;
    zoom: 1;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: center;
}

.copynotice::after {
    content: "";
    display: block;
    clear: both;
}

.copynotice .qr, .copynotice canvas {
    width: 70px;
    height: 70px;
    float: left;
    display: inline;
    margin-right: 15px;
    border: 3px solid #fff;
    background: #fff;
}

.copynotice b, .copynotice strong {
    margin: 0 5px;
    color: #333;
}

.copynoticetxt {
    width: 100%;
    word-break: break-word;
    vertical-align: middle;
}

.copynoticetxt p {
    margin: 0;
}

.copynoticetxt a {
    color: #333;
}

/* --- 分享 --- */
.sharebox .label {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.sharebox .label, .sharebox .sharebtn {
    display: inline-block;
}

.pages {
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;
}

.pages::after {
    content: "";
    display: block;
    clear: both;
}

.pages a {
    color: #333;
}

.pages a:hover {
    color: #0188fb;
}

.pages p {
    height: 30px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pages span {
    color: #888;
}

a.backlist {
    float: right;
    display: inline;
    margin: 10px 0 0;
    padding: 5px 10px 5px 20px;
    color: #888;
    border: 2px solid #e4e8eb;
    border-radius: 20px;
    display: inline-block;
}

a.backlist::after {
    content: "\e6a6";
    margin-left: 5px;
    font-family: iconfont;
}

a.backlist:hover {
    color: #0188fb;
    border-color: #0188fb;
}

/* --- 相关文章 --- */
.relate {
    padding: 15px 0;
    border-top: 1px dotted #e4e8eb;
    overflow: hidden;
    zoom: 1;
}

.relate::after {
    content: "";
    display: block;
    clear: both;
}

.relatecon .relate:first-child {
    border: 0;
}

.relatecon.onlyone {
    margin-top: 15px;
}

.relatecon.diallel {
    margin-top: 10px;
    zoom: 1;
}

.relatecon.diallel::after {
    content: "";
    display: block;
    clear: both;
}

.relatecon.diallel .relatelist {
    width: 47%;
    float: left;
    display: inline;
}

.relatecon.diallel .relatelist:nth-child(even) {
    float: right;
    display: inline;
}

.relatecon.diallel .datetime {
    display: none;
}

.relatelist {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999;
    line-height: 27px;
    border-bottom: 1px dotted #e4e8eb;
    position: relative;
}

.relatelist a {
    width: 75%;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.relatelist a:hover {
    color: #0188fb;
}

.relatelist .posttime {
    font-size: 14px;
    color: #bbb;
    position: absolute;
    top: 0;
    right: 0;
}

.relate:last-child {
    padding: 15px 0 3px;
}

.relateinfo h3 {
    margin: 0 0 10px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
}

.relateinfo h3 a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.relateinfo h3 a:hover {
    color: #0188fb;
}

.relateinfo p {
    max-height: 47px;
    font-size: 15px;
    color: #888;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.relateinfo p a {
    color: #888;
}

.relateimg {
    width: 120px;
    float: left;
    display: inline;
    margin-right: 20px;
}

.relateimg a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: block;
}

.relateimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.relateimg:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gourl {
    width: 100px;
    margin: 2px 6px 0;
    padding: 0 20px 0 6px;
    font-size: 14px;
    color: #0188fb;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #0188fb;
    border-radius: 2px;
    background: rgba(1, 136, 251, 0.05);
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.gourl::after {
    content: "\e6be";
    font-size: 19px;
    color: #0188fb;
    font-family: iconfont;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 2px;
    transition: color .15s linear, color .15s linear;
}

.gourl:hover {
    color: #fff;
    background: #0188fb;
}

.gourl:hover::after {
    color: #fff;
}

/* --- 评论区 --- */
.cmtsitem {
    padding: 18px 0 14px;
    border-bottom: 1px dotted #e4e8eb;
    zoom: 1;
}

.cmtsitem::after {
    content: "";
    display: block;
    clear: both;
}

.cmtsitem .avatar {
    width: 48px;
    height: 48px;
    float: left;
    display: inline;
    margin-right: 10px;
    overflow: hidden;
}

.cmtsitem .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 3px;
}

.cmtsitem .cmtscon .avatar {
    display: none;
}

.cmtscon {
    margin-left: 65px;
    zoom: 1;
}

.cmtscon::after {
    content: "";
    display: block;
    clear: both;
}

.cmtscon > .cmtsitem {
    margin-top: 15px;
    padding: 0 0 0 20px;
    border-left: 2px solid #e4e8eb;
}

.cmtscon > .cmtsitem .cmtscon {
    margin: 0;
}

.cmtsdate {
    float: right;
    display: inline;
    font-size: 14px;
    color: #bbb;
}

.cmtsname {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    display: inline-block;
}

.cmtsname a {
    font-size: 14px;
    color: #333;
}

.cmtsname em {
    margin-top: 1px;
    padding: 0 7px;
    font-size: 12px;
    color: #888;
    font-style: normal;
    line-height: 16px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fafafa;
    display: inline-block;
    vertical-align: top;
}

.cmtsbody {
    margin-top: 8px;
    line-height: 26px;
    word-wrap: break-word;
    word-break: break-word;
}

.cmtsbody .cmtscon {
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid #e4e8eb;
}

.cmtsbody .cmtsfoot {
    display: none !important;
}

.cmtsreply {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 26px;
    border-left: 2px solid #e4e8eb;
}

.cmtsreplyname {
    font-size: 12px;
    color: #888;
    line-height: 18px;
}

.cmtsreplyname em {
    margin-top: 4px;
    padding: 0 7px;
    font-size: 12px;
    color: #888;
    font-style: normal;
    line-height: 16px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fafafa;
    display: inline-block;
    vertical-align: top;
}

.cmtsreplyname a {
    font-size: 14px;
    color: #333;
}

.cmtsreplycon {
    margin-top: 8px;
    word-wrap: break-word;
    word-break: break-word;
}

.cmtsreplydate {
    margin-top: 8px;
    font-size: 14px;
    color: #bbb;
}

.cmtsfoot {
    margin-top: 8px;
}

.cmtsfoot .reply {
    font-size: 14px;
    color: #888;
}

.cmtsfoot .reply::before {
    content: "\e6a8";
    margin: 2px 3px 0 0;
    font-size: 22px;
    color: #888;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.cmtsfoot .reply:hover {
    color: #0188fb;
}

.cmtsfoot .reply:hover::before {
    color: #0188fb;
}

.cmts.nocmt {
    padding: 15px 30px;
}

.cmts.nocmt::before {
    content: attr(data-content);
    width: 100%;
    font-size: 16px;
    color: #888;
    text-align: center;
    display: inline-block;
}

.reply-frm {
    border-left: 2px solid #e4e8eb;
    padding: 0 0 0 20px;
    margin-top: 15px;
    box-shadow: none;
}

.reply-frm .cmtimg {
    display: none !important;
}

.reply-frm .cmtarea {
    padding: 0;
}

#cancel-reply {
    margin: 4px 0 0 10px;
    padding: 0 6px 0 2px;
    font-size: 12px;
    color: #0188fb;
    line-height: 20px;
    border: 1px solid #0188fb;
    outline: 0;
    box-sizing: content-box;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
    vertical-align: top;
    display: none;
}

#cancel-reply::before {
    content: "\e69f";
    font-size: 19px;
    color: #0188fb;
    font-family: iconfont;
    vertical-align: sub;
}

#cancel-reply:hover {
    color: #fff;
    background: #0188fb;
}

#cancel-reply:hover::before {
    color: #fff;
}

.comment {
    margin-top: 20px;
    zoom: 1;
}

.comment::after {
    content: "";
    display: block;
    clear: both;
}

.cmtimg {
    width: 48px;
    float: left;
    text-align: center;
}

.cmtimg img {
    width: 48px;
    height: 48px;
    border-radius: 3px;
}

.cmtimg p {
    height: 20px;
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cmtinfo {
    padding-left: 70px;
    font-size: 14px;
    word-break: break-word;
}

.cmtinfo a {
    color: #333;
}

.cmtinfo .cmt {
    margin: 15px 0 0 -20px;
    padding-bottom: 0;
}

.cmtinfo .cmt .cmt {
    margin: 15px 0 0 -20px;
    padding-bottom: 0;
}

.cmtinfo .cmt .cmt .cmt {
    margin: 15px 0 0 -20px;
    padding-bottom: 0;
}

.cmtinfo .cmtinfo {
    width: 500px;
}

.cmtinfo .cmtinfo .cmtinfo {
    width: 430px;
}

.cmtinfo .cmtinfo .cmtinfo .cmtinfo {
    width: 360px;
}

.cmttime, .cmttime a {
    font-size: 12px;
    color: #888;
}

.cmtarea {
    padding-left: 68px;
}

.cmtarea textarea {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    border: 1px solid #e4e8eb;
    outline: 0;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}

.cmtarea textarea:focus {
    color: #0188fb;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.cmtsubmit button {
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0 20px;
    font-size: 16px;
    color: #888;
    line-height: 32px;
    border: 2px solid #e4e8eb;
    outline: 0;
    border-radius: 20px;
    cursor: pointer;
    background: #fff;
}

.cmtsubmit button::before {
    content: "\e69a";
    margin-right: 3px;
    font-size: 23px;
    color: #888;
    font-family: iconfont;
    vertical-align: top;
}

.cmtsubmit button:hover {
    color: #0188fb;
    border-color: #0188fb;
}

.cmtsubmit button:hover::before {
    color: #0188fb;
}

.cmtsubmit button:active {
    border-color: #0188fb;
    background: #f1f1f1;
}

.cmtsubmit span {
    font-size: 14px;
    color: #888;
}

.cmtform {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #e4e8eb;
    display: none;
}

.cmtform p {
    width: 49%;
    float: left;
    padding: 5px 0;
}

.cmtform input {
    width: 180px;
    height: 27px;
    padding: 2px 6px;
    color: #333;
    border: 1px solid #e4e8eb;
    outline: 0;
    border-radius: 3px;
}

.cmtform input:focus {
    color: #0188fb;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.cmtform input {
    *display: inline;
}

.cmtform label {
    padding: 0 10px;
    line-height: 27px;
    cursor: pointer;
}

.cmtform #inpVerify {
    width: 100px;
}

.cmtform img.imgcode {
    width: 68px;
    height: 31px;
    margin-left: 10px;
    border: 1px solid #e4e8eb;
    cursor: pointer;
    vertical-align: top;
}

/* --- 链接跳转页 --- */
.linkbox {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
    background: #f1f1f1;
    position: fixed;
    top: 0;
    z-index: 100;
    align-items: center;
    display: flex;
}

.linkbox .wrap {
    width: 580px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.linkbox .wrap strong {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.linkbox .wrap p {
    margin-bottom: 10px;
}

.linkbox .wrap p.link {
    margin: 20px 0;
    padding: 10px;
    color: #0188fb;
    text-overflow: ellipsis;
    border-radius: 4px;
    background: #eff2f5;
    overflow: hidden;
}

.linkbox .wrap p:last-child {
    margin-bottom: 0;
}

.linkbox .wrap p.btn {
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.linkbox .wrap a {
    float: right;
    padding: 0 20px;
    color: #0188fb;
    line-height: 36px;
    border: 1px solid #0188fb;
    border-radius: 4px;
    background: rgba(1, 136, 251, 0.05);
    text-decoration: none;
    display: inline-block;
}

.linkbox .wrap a:hover {
    color: #fff;
    background: #0188fb;
}

.linklogo {
    font-size: 18px;
    color: #333;
    line-height: 45px;
    position: absolute;
    top: -50px;
    left: 0;
}

.linklogo img {
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

/* --- 侧边栏 --- */
.sidebar {
    width: 28%;
    float: right;
    display: inline;
    box-sizing: border-box;
    z-index: 2;
}

.sidebar ::marker {
    content: "";
}

.sidebar.fixed .sidebox.fixed {
    top: 75px;
}

.sidebar.show {
    display: inline-block;
}

.sidebox {
    margin-bottom: 25px;          /* 增大模块间距 */
    padding: 20px 25px;           /* [新增] 增加内边距，让内容不贴边 */
    border-radius: 12px;          /* [修改] 更大的圆角，更柔和 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* [修改] 柔和的长阴影 */
    border: 1px solid rgba(255, 255, 255, 0.8); /* [新增] 微弱白边增加质感 */
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* [新增] 动画过渡 */
}
/* [新增] 鼠标悬停时轻微上浮 */
.sidebox:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.sidebox dd {
    line-height: 30px;
}

.sidebox dd ul {
    overflow: hidden;
    zoom: 1;
}

.sidebox dd ul::after {
    content: "";
    display: block;
    clear: both;
}

.sidebox dd li {
      border-bottom: 1px dashed #eee; /* [修改] 实线改虚线，颜色变淡 */
    padding: 6px 0;                 /* [新增] 增加上下内边距，行高更舒适 */
    transition: all 0.2s ease;      /* [新增] 动画过渡 */
}
/* [新增] 列表项最后一项去掉边框 */
.sidebox dd li:last-child {
    border-bottom: none;
}
/* [新增] 列表项悬停效果：背景变色 + 轻微右移 */
.sidebox dd li:hover {
    background-color: #f9fbfd;      /* 极淡的蓝色背景 */

    border-bottom-color: #dceefb;   /* 边框变色 */
}
.sidebox dd a {
    color: #333;
     transition: color 0.2s ease;    /* [新增] 颜色过渡 */
}
/* [修改] 链接悬停颜色：改为清新的青绿色 (#00bcd4) */
.sidebox dd a:hover,
.sidebox dd .noimg .sidelink a:hover,
.sidebox dd .sidecmtarticle a:hover {
    color: #00bcd4; 
    text-decoration: none;          /* [新增] 去掉下划线 */
}
/*特殊链接保持白色或原有逻辑，但建议统一悬停色 */
.sidebox dd .sidelink a {
    color: #fff;
}
.sidebox dd .sidelink a:hover {
    color: #fff; /* 图片覆盖层上的文字通常保持白色，或者您可以改成 #fff */
}

.sidebox dd .noimg .sidelink a {
    font-size: 14px; /* [修改] 统一字号 */
    color: #666;
}

.sidebox dd .sidecmtarticle,
.sidebox dd .sidecmtarticle a {
    color: #999; /* [修改] 评论摘要颜色更淡 */
}

.sidebox dd .avatartitle {
    font-size: 13px;
    color: #aaa;
}
.sidebox dd a:hover {
    color: #0188fb;
}

.sidebox dd .sidelink a {
    color: #fff;
}

.sidebox dd .sidelink a:hover {
    color: #fff;
}

.sidebox dd .noimg .sidelink a {
    font-size: 16px;
    color: #333;
}

.sidebox dd .noimg .sidelink a:hover {
    color: #0188fb;
}

.sidebox dd .sidecmtarticle {
    color: #888;
}

.sidebox dd .sidecmtarticle a {
    color: #888;
}

.sidebox dd .sidecmtarticle a:hover {
    color: #0188fb;
}

.sidebox dd .avatartitle {
    font-size: 14px;
    color: #999;
}

.sidebox.fixed {
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
}

.sidebox.sticky {
    position: absolute;
}

.sidetitle {
    margin-bottom: 15px;          /* 增大底部间距 */
    padding: 0 12px 12px;            /* 调整下内边距 */
    font-size: 16px;              /* 字号稍小更精致 */
    font-weight: 600;             /* 加粗字体 */
    color: #555;                  /* 字体颜色改为深灰 */
    border-bottom: 1px solid #f0f0f0; /* 边框颜色更淡 */
    position: relative;           /* 为装饰条定位 */
  
}
/* [新增] 标题左侧的小清新渐变装饰条 */
.sidetitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35%; /* 垂直居中 */
    transform: translateY(-50%);
    
    /* --- 修改这里 --- */
    width: 6px;           /* 变宽一点 */
    height: 14px;         /* 变矮一点，不要太长 */
    border-radius: 3px;   /* ✅ 关键：大圆角，变成胶囊状 */
    
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); /* 保持渐变 */
    box-shadow: 0 2px 5px rgba(168, 237, 234, 0.4); /* 加一点点阴影，更立体 */
}

.sideitem {
    margin-bottom: 10px;
    padding-bottom: 8px;
    line-height: 26px;
     border-bottom: 1px dashed #eee; /* [修改] 实线改虚线，颜色变淡 */
     border-radius: 6px;             /* [修改] 圆角稍微大一点 */
    overflow: hidden;
    position: relative;
    zoom: 1;
     transition: all 0.2s ease;      /* [新增] 增加过渡动画 */
}
.sideitem:hover {
    background-color: #f9fbfd;
}

.sideitem::after {
    content: "";
    display: block;
    clear: both;
}

.sideitem:last-child {
    margin: 0;
     border-bottom: none;            /* [新增] 最后一项去掉边框 */
}

.sideitemimg {
    background: #333;
}

.sideitemimg a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.sideitemimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.sideitem:hover .sideitemimg img {
    opacity: .8;
}

.sideitem:hover .sidelink {
    bottom: 0;
}

.sideitem .itemtitle {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sideitem .hasimg {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sideitem .hasimg a {
    display: inline;
}

.sideitem.noimg .itemtitle {
    color: #333;
}

.sideitem.noimg .sideinfo {
    color: #888;
}

.sideitem.noimg .sidelink {
    padding: 0;
    background: none;
    position: static;
}

.sideimg {
    width: 70px;
    float: left;
    display: inline;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.sideimg a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.sideimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.sideimg:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sidelink {
    padding: 5px 10px 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: auto;
    right: 0;
    bottom: -25px;
    left: 0;
    -webkit-transition: bottom .3s ease-in-out;
    -moz-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
}

.sidelink a {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}

.sidelink .sideinfo {
    color: #e4e8eb;
}

.sideinfo {
    font-size: 12px;
    color: #888;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    zoom: 1;
}

.sideinfo::after {
    content: "";
    display: block;
    clear: both;
}

.sideinfo span, .sideinfo em {
    float: left;
    display: inline;
    margin-right: 10px;
    font-style: normal;
}

.sideinfo span::before, .sideinfo em::before {
    margin-right: 3px;
    font-size: 18px;
    font-family: iconfont;
    vertical-align: top;
}

.sideinfo span.view:before, .sideinfo em.view:before {
    content: "\e6a7";
}

.sideinfo span.cmt:before, .sideinfo em.cmt:before {
    content: "\e6a8";
}

.sideinfo span.date:before, .sideinfo em.date:before {
    content: "\e69c";
}

.sideinfo em span {
    float: none;
}

.sidecmtinfo {
    font-size: 13px;
    color: #888;
    text-align: right;
    zoom: 1;
}

.sidecmtinfo::after {
    content: "";
    display: block;
    clear: both;
}

.sidecmtinfo em {
    float: left;
    display: inline;
    color: #333;
    font-style: normal;
}

.sidecmtinfo em::before {
    content: "\e6a9";
    font-size: 17px;
    font-family: iconfont;
    vertical-align: top;
}

.sidecmtcon {
    max-height: 44px;
    margin: 5px 0;
    padding: 5px 10px 4px;
    font-size: 13px;
    color: #888;
    line-height: 22px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #f7f7f7;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.sidecmtarticle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidecmtarticle a {
    font-size: 13px;
    color: #0188fb;
}

.sidecmtarticle a::before {
    content: "\e6e2";
    font-size: 18px;
    font-family: iconfont;
    vertical-align: bottom;
}

#tpure_RecArticle .sideitem {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}

#tpure_RecArticle .sideitem:last-child {
    margin: 0;
}

#tpure_RecArticle .noimg {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e4e8eb;
    border-radius: 0;
}

#divTags ul {
    margin-left: -8px;
    zoom: 1;
}

#divTags ul::after {
    content: "";
    display: block;
    clear: both;
}

#divTags li {
    width: auto;
    float: left;
    display: inline;
    margin: 10px 0 0 8px;
    padding: 0;
    white-space: nowrap;
    border: 0;
}

#divTags li a {
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #f5f5f5;
    border: 1px solid #e4e8eb;
    display: inline-block;
    vertical-align: top;
}

.tag-count {
    display: none;
}

#divTags ul li a:hover {
    text-decoration: none;
    color: #0188fb;
    border: 1px solid #0188fb;
}

#divCalendar .function_t {
    display: none;
}

#divCalendar .function_c {
    width: 232px;
    padding: 0 4px 15px 4px;
}

#divCalendar table {
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}

#divCalendar caption {
    height: 24px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

#divCalendar caption a {
    padding: 0 18px;
    color: #8a9ead;
}

#divCalendar th {
    height: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #b6c5d0;
    background: #b6c5d0;
}

#divCalendar td {
    height: 30px;
    color: #888;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e4e8eb;
}

#divCalendar td.pad {
    background: none;
}

#divCalendar td a {
    line-height: 30px;
    color: #0188fb;
    border: 1px solid #0188fb;
    display: block;
}

#divCalendar #today {
    color: #0188fb;
    font-weight: bold;
}

#divAuthors .article-nums {
    display: none;
}

#divPrevious .article-date, #divNavBar .subnav {
    display: none;
}

#divCatalog ul.ul-subcates li a {
    padding-left: 37px;
}

#divSearchPanel form {
    margin-top: 20px;
    zoom: 1;
}

#divSearchPanel form::after {
    content: "";
    display: block;
    clear: both;
}

#divSearchPanel input[type="text"] {
    width: 70%;
    height: 36px;
    float: left;
    display: inline;
    padding: 5px 10px;
    line-height: 21px;
    border: 1px solid #e4e8eb;
    box-sizing: border-box;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#divSearchPanel input[type="text"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

#divSearchPanel input[type="submit"] {
    width: 28%;
    height: 36px;
    float: right;
    display: inline;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #e4e8eb;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
}

#divSearchPanel input[type="submit"]:focus {
    background: #e4e8eb;
}

#divMisc ul li, #divFavorites ul li, #divStatistics ul li {
    width: 50%;
    float: left;
    display: inline;
    overflow: hidden;
}

#divMisc li a {
    padding: 5px 0;
    background: none;
    display: inline-block;
    vertical-align: top;
}

#divMisc li a img {
    display: block;
}

#divNavBar li, #divCatalog li, #divLinkage li, #divFavorites li, #divArchives li, #divAuthors li {
    width: 50%;
    height: 36px;
    float: left;
    line-height: 36px;
    border-bottom: 1px dotted #e4e8eb;
    overflow: hidden;
}

#divCatalog li, #divPrevious li, #divLinkage li, #divNavBar li, #divComments li, #divAuthors li, #divFavorites li, #divStatistics li {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dotted #e4e8eb;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#divCatalog li::before, #divPrevious li::before, #divLinkage li::before, #divNavBar li::before, #divComments li::before, #divAuthors li::before, #divFavorites li::before, #divStatistics li::before {
    content: "\e6a6";
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #333;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

#divContorPanel dd {
    text-align: center;
}

#divContorPanel .cp-hello {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #e4e8eb;
    display: inline-block;
}

#divContorPanel .cp-hello::before {
    content: "\e6a9";
    margin-right: 3px;
    font-size: 22px;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
    padding: 0 16px 0 10px;
    font-size: 14px;
    color: #888;
    border: 2px solid #e4e8eb;
    border-radius: 20px;
    display: inline-block;
}

#divContorPanel .cp-login a::before, #divContorPanel .cp-vrs a::before {
    font-size: 20px;
    font-family: iconfont;
    vertical-align: top;
}

#divContorPanel .cp-login a:hover, #divContorPanel .cp-vrs a:hover {
    color: #0188fb;
    border-color: #0188fb;
}

#divContorPanel .cp-login a:hover::before, #divContorPanel .cp-vrs a:hover::before {
    color: #0188fb;
}

#divContorPanel .cp-login a::before {
    content: "\e699";
}

#divContorPanel .cp-vrs a::before {
    content: "\e6e2";
}

#divContorPanel .sidecon div {
    padding: 20px;
    text-align: center;
    line-height: 24px;
    border: 1px dotted #f0f0f0;
    background: #fbfbfb;
}

#divArchives a {
    font-size: 14px;
}

#tpure_User {
    padding: 0;
}

#tpure_User dt {
    display: none;
}

#tpure_AvatarComment .sidetitle {
    margin-bottom: 15px;
}

#tpure_AvatarComment li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#tpure_AvatarComment li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.avatarimg {
    width: 40px;
    height: 40px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.avatarimg span {
    border-radius: 3px;
    overflow: hidden;
    display: block;
}

.avatarimg img {
    width: 40px;
    height: 40px;
    display: block;
}

.avatarinfo {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

.avatarinfo p {
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.avatarinfo p span {
    color: #999;
}

.avatarinfo p em {
    font-size: 14px;
    font-style: normal;
}

.avatarname {
    margin-right: 10px;
}

.avatarname a {
    color: #0188fb;
}

.avatartitle {
    margin: 10px 0 0 0;
    font-size: 12px;
}

.avatarcon {
    margin: 10px 0 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    position: relative;
}

.avatarcon::before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #eee;
    position: absolute;
    top: -16px;
    left: 13px;
}

.avatarcon::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fafafa;
    position: absolute;
    top: -14px;
    left: 13px;
}

.avatarcon i {
    font-style: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

#tpure_Readers {
    padding-bottom: 10px;
}

#tpure_Readers ul {
    margin-left: -3%;
}

#tpure_Readers li {
    width: 22%;
    margin: 0 0 4px 3%;
    padding-top: 6px;
    text-align: center;
    line-height: 1.5;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.readerimg {
    margin-bottom: 4px;
    display: block;
}

.readerimg img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.readername {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.readernum {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    display: block;
}

.readernum::before {
    content: "\e6a8";
    margin: 0 3px 0 0;
    font-size: 18px;
    color: #999;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.readers ul {
    margin: 0 0 0 -3%;
    font-size: 0;
}

.readers li {
    width: 30.33%;
    margin: 0 0 3% 3%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.readers li::after {
    content: "";
    display: block;
    clear: both;
}

.readers li a {
    display: block;
}

.readers li a::after {
    content: "\e6e9";
    font-size: 16px;
    color: #ccc;
    font-family: iconfont;
    position: absolute;
    top: -2px;
    right: 5px;
}

.readers li.top {
    padding: 15px 10px 10px;
}

.readers li.top .readersimg {
    float: none;
}

.readers li.top .readersimg img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.readers li.top .readersinfo {
    margin-top: 8px;
    padding: 0;
    text-align: center;
}

.readers li.top:nth-child(1) .honor {
    background: #df951a;
}

.readers li.top:nth-child(2) .honor {
    background: #91a3a7;
}

.readers li.top:nth-child(3) .honor {
    background: #d98a63;
}

.readers li.top a::after {
    display: none;
}

.readers li .honor {
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: #0c60ee;
    position: absolute;
    top: 10px;
    right: -29px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.readersimg {
    float: left;
    display: inline;
    margin-right: 10px;
}

.readersimg img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
}

.readersinfo {
    padding-left: 60px;
    font-size: 12px;
    color: #888;
    line-height: 25px;
    display: block;
}

.readersinfo span {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/* --- 侧边栏用户卡片 --- */
.sideuserhead {
    height: 110px;
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sideusercon {
    text-align: center;
}

.sideusercon .avatar {
    width: 90px;
    height: 90px;
    margin: -70px auto 5px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.sideusercon .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.sideusercon h4 {
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.sideusercon p {
    padding: 0 20px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.sideuserlink {
    padding: 20px;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sideuserlink p {
    height: 32px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.sideuserlink p a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.sideuserlink p a::after {
    font-family: iconfont;
}

.sideuserlink p a.wechat {
    border: 1px solid #4cbf2a;
}

.sideuserlink p a.wechat span {
    width: 120px;
    margin-left: -70px;
    padding: 15px 10px 10px;
    border-top: 2px solid #0188fb;
    box-shadow: 0 0 2px 0 #bbb;
    background: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 30;
    display: none;
}

.sideuserlink p a.wechat span::before {
    content: "";
    width: 0;
    height: 0;
    margin: -21px 0 0 -10px;
    border: 10px solid transparent;
    border-top-color: #e4e8eb;
    border-bottom-color: transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 3;
}

.sideuserlink p a.wechat span::after {
    content: "";
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom-color: transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    z-index: 3;
}

.sideuserlink p a.wechat span img {
    width: 100%;
    display: block;
}

.sideuserlink p a.wechat::after {
    content: "\e610";
    font-size: 30px;
    color: #4cbf2a;
}

.sideuserlink p a.qq {
    border: 1px solid #12b7f5;
}

.sideuserlink p a.qq::after {
    content: "\e60f";
    font-size: 25px;
    color: #12b7f5;
}

.sideuserlink p a.email {
    border: 1px solid #f9671c;
}

.sideuserlink p a.email::after {
    content: "\e617";
    font-size: 18px;
    color: #f9671c;
}

.sideuserlink p a.weibo {
    text-indent: -1px;
    border: 1px solid #e6162d;
}

.sideuserlink p a.weibo::after {
    content: "\e612";
    font-size: 32px;
    color: #e6162d;
}

.sideuserlink p a.group {
    border: 1px solid #38638c;
}

.sideuserlink p a.group::after {
    content: "\e604";
    font-size: 24px;
    color: #38638c;
}

.sideuserlink p a.douyin {
    border: 1px solid #161823;
}

.sideuserlink p a.douyin::after {
    content: "\e8db";
    font-size: 26px;
    color: #161823;
}

.sideuserlink p a.kuaishou {
    border: 1px solid #ff4906;
}

.sideuserlink p a.kuaishou::after {
    content: "\e648";
    font-size: 25px;
    color: #ff4906;
}

.sideuserlink p a.toutiao {
    border: 1px solid #ee4041;
}

.sideuserlink p a.toutiao::after {
    content: "\e649";
    font-size: 30px;
    color: #ee4041;
}

.sideuserlink p a.bilibili {
    border: 1px solid #00aeec;
}

.sideuserlink p a.bilibili::after {
    content: "\e60e";
    font-size: 26px;
    color: #00aeec;
}

.sideuserlink p a.xiaohongshu {
    text-indent: -5px;
    border: 1px solid #fd2441;
}

.sideuserlink p a.xiaohongshu::after {
    content: "\e60d";
    font-size: 40px;
    color: #fd2441;
}

.sideuserlink p a.zhihu {
    border: 1px solid #1772f6;
}

.sideuserlink p a.zhihu::after {
    content: "\ea8b";
    font-size: 26px;
    color: #1772f6;
}

.sideuserlink p a.github {
    border: 1px solid #0d1117;
    background: #fff;
}

.sideuserlink p a.github::after {
    content: "\e611";
    font-size: 28px;
    color: #0d1117;
}

.sideuserlink p a.gitee {
    border: 1px solid #c51d23;
}

.sideuserlink p a.gitee::after {
    content: "\ec52";
    font-size: 24px;
    color: #c51d23;
}

.sideuserlink p a.mall {
    border: 1px solid #fd4f00;
}

.sideuserlink p a.mall::after {
    content: "\e6e6";
    font-size: 24px;
    color: #fd4f00;
}

.sideuserlink p a.facebook {
    line-height: 32px;
    border: 1px solid #0c65da;
}

.sideuserlink p a.facebook::after {
    content: "\e676";
    font-size: 28px;
    color: #0c65da;
}

.sideuserlink p a.x {
    border: 1px solid #29aae1;
}

.sideuserlink p a.x::after {
    content: "\e619";
    font-size: 23px;
    color: #29aae1;
}

.sideuserlink p a.instagram {
    border: 1px solid #ca0033;
}

.sideuserlink p a.instagram::after {
    content: "\e8cc";
    font-size: 26px;
    color: #ca0033;
}

.sideuserlink p a.youtube {
    border: 1px solid #f90007;
}

.sideuserlink p a.youtube::after {
    content: "\e97d";
    font-size: 26px;
    color: #f90007;
}

.sideuserlink p a.linkedin {
    border: 1px solid #0c65bf;
}

.sideuserlink p a.linkedin::after {
    content: "\e8fc";
    font-size: 25px;
    color: #0c65bf;
}

.sideuserlink p a.discord {
    border: 1px solid #5664f0;
}

.sideuserlink p a.discord::after {
    content: "\ebf8";
    font-size: 24px;
    color: #5664f0;
}

.sideuserlink p a.link {
    border: 1px solid #0188fb;
}

.sideuserlink p a.link::after {
    content: "\e60b";
    font-size: 24px;
    color: #0188fb;
}

.sideuserfoot {
    border-top: 1px solid #e4e8eb;
    border-radius: 0 0 3px 3px;
    background: #f8f8f8;
    zoom: 1;
}

.sideuserfoot::after {
    content: "";
    display: block;
    clear: both;
}

.sideuserfoot p {
    width: 33.333%;
    float: left;
    display: inline;
    padding: 10px 0;
    line-height: 20px;
    position: relative;
}

.sideuserfoot p:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #e4e8eb;
    position: absolute;
    top: 10px;
    right: 0;
}

.sideuserfoot p strong {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.sideuserfoot p strong em {
    margin-left: 2px;
    font-size: 12px;
    font-style: normal;
    vertical-align: text-bottom;
}

.sideuserfoot p span {
    font-size: 14px;
    color: #888;
    display: block;
}

/* --- 标签云 --- */
.tagscloud {
    font-size: 0;
}

.tagscloud li {
    width: 23%;
    line-height: 36px;
    border-radius: 2px;
    background: #f5f5f5;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.tagscloud li a {
    width: 100%;
    padding: 0 50px 0 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transition: background-color 0s linear, color 0s linear;
}

.tagscloud li span {
    font-size: 12px;
    color: #999;
    font-family: arial;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
}

.tagscloud li:hover {
    color: #fff;
    background: #0188fb;
}

.tagscloud li:hover a, .tagscloud li:hover span {
    color: #fff;
}

.tagsnull {
    padding: 10% 0;
    color: #888;
    text-align: center;
}

.tagsnull::before {
    content: "\e869";
    margin-bottom: 10px;
    font-size: 100px;
    color: #e4e8eb;
    font-family: iconfont;
    line-height: 1;
    display: block;
}

/* --- 归档 --- */
.archivedate {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #e4e8eb;
    cursor: pointer;
    position: relative;
}

.archivedate::before {
    content: "\e69c";
    margin-right: 5px;
    font-size: 20px;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
}

.archivedate::after {
    content: "\e69b";
    font-family: iconfont;
    position: absolute;
    top: 0;
    right: 10px;
}

.archivedate.on {
    color: #0188fb;
}

.archivedate.on::after {
    content: "\e6a4";
}

.archivelist {
    margin: 10px 0;
}

.archivelist li {
    line-height: 32px;
    zoom: 1;
}

.archivelist li::after {
    content: "";
    display: block;
    clear: both;
}

.archivelist h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
    border: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.archivelist h3 a {
    font-size: 16px;
    color: #333;
}

.archivelist h3 a:hover {
    color: #0188fb;
}

.archivelist h3::after {
    display: none;
}

.archivetime {
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}

.archivenull {
    padding: 20% 0;
    color: #888;
    text-align: center;
}

.archivenull::before {
    content: "\e869";
    margin-bottom: 10px;
    font-size: 100px;
    color: #e4e8eb;
    font-family: iconfont;
    line-height: 1;
    display: block;
}

.fold .single .archivelist {
    margin: 10px 0;
}

/* --- 页脚 --- */
.footer {
   background: linear-gradient(135deg, #e0f7fa 0%, #f3e5f5 100%); 
    color: #666; /* 字体颜色改为深灰，不要用纯黑 */
    padding: 40px 0 20px; /* 增加上下内边距，更透气 */
    border-top: none; /* 去掉生硬的顶部边框 */
    position: relative;
    margin-top: 50px; /* 与主内容拉开距离 */
}

/* --- 底部波浪/圆角顶部装饰 (可选，增加设计感) --- */
/* 如果主题支持，可以在 footer 前加一个伪元素做波浪，这里用简单的圆角模拟 */
footer::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #e0f7fa 0%, #f3e5f5 100%);
    border-radius: 50% 50% 0 0 / 20px 20px 0 0; /* 模拟微微隆起的弧度 */
    z-index: 1;
}
/* 确保底部内容在装饰层之上 */
.footer-inner, .footer-content, .wrap {
    position: relative;
    z-index: 2;
}

/* --- 底部链接颜色 --- */
footer a, .footer a {
    color: #888;
    transition: color 0.3s ease;
}

footer a:hover, .footer a:hover {
    color: #00bcd4; /* 悬停变为清新的青蓝色 */
    text-decoration: none;
}

/* --- 底部版权行 --- */
.copyright, .footer-bottom {
    border-top: 1px dashed rgba(0, 0, 0, 0.1); /* 虚线分割，更轻盈 */
    margin-top: 30px;
    padding-top: 20px;
    font-size: 13px;
    color: #999;
}

/* --- 悬浮按钮 --- */
.edgebar {
    width: 45px;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 30px;
    _bottom: 30px;
    z-index: 9;
}

.edgebar a {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(10, 10, 10, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.edgebar a span {
    width: max-content;
    padding: 2px 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #e4e8eb;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    pointer-events: none;
}

.edgebar a span::before {
    content: "";
    width: 0;
    height: 0;
    margin: -6px -20px 0 0;
    border: 6px solid transparent;
    border-left-color: #e4e8eb;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 3;
}

.edgebar a span::after {
    content: "";
    width: 0;
    height: 0;
    margin: -6px -18px 0 0;
    border: 6px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 3;
}

a.lang::after {
    content: "\e609";
    font-size: 36px;
    color: #fff;
    font-family: iconfont;
}

a.lang.tw:after {
    content: "\e608";
}

a.lang:hover {
    background: #0188fb;
}

a.backtotop i::after {
    content: "\e600";
    font-size: 32px;
    color: #fff;
    font-family: iconfont;
}

a.backtotop:hover {
    background: #0188fb;
}

a.setnight::after {
    content: "\e6e4";
    font-size: 36px;
    color: #fff;
    font-family: iconfont;
}

a.setnight.black:after {
    content: "\e635";
}

a.setnight:hover {
    background: #0188fb;
}

/* --- 错误页面 --- */
.errorpage {
    padding: 100px 30px;
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background: #fff;
}

.errorpage h3 {
    margin: 0 0 10px;
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
    color: #333;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.errorpage h4 {
    margin: 0 0 30px;
    font-size: 30px;
    color: #333;
    line-height: 35px;
}

.errorpage p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #333;
}

.errorsearch {
    width: 60%;
    margin: 0 auto 20px;
    zoom: 1;
}

.errorsearch::after {
    content: "";
    display: block;
    clear: both;
}

.errschtxt {
    width: 75%;
    height: 36px;
    float: left;
    display: inline;
    padding: 5px 10px;
    line-height: 21px;
    border: 1px solid #e4e8eb;
    box-sizing: border-box;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.errschtxt:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aab7c1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.errschbtn {
    width: 24%;
    height: 36px;
    float: right;
    display: inline;
    line-height: 24px;
    border: 1px solid #e4e8eb;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
}

.errschbtn:focus {
    background: #e4e8eb;
}

.goback {
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 20px;
    font-size: 16px;
    color: #888;
    line-height: 36px;
    border: 2px solid #e4e8eb;
    outline: 0;
    border-radius: 20px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
}

.goback::after {
    content: "\e6a6";
    font-size: 23px;
    color: #888;
    font-family: iconfont;
    vertical-align: top;
}

.goback:hover {
    color: #0188fb;
    border-color: #0188fb;
}

.goback:hover::after {
    color: #0188fb;
}

/* --- 阅读全文遮罩 --- */
.viewall {
    overflow: hidden;
    position: relative;
}

.teles, .telesmore {
    width: 100%;
    height: 150px;
    color: #0188fb;
    text-align: center;
    font-size: 14px;
    text-indent: 0;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.telesmore i {
    margin: 80px auto 0;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0188fb;
    border-radius: 3px;
    background: #fff;
    display: block;
}

.telesmore i:after {
    content: "\e69b";
    font-size: 22px;
    font-family: iconfont;
    display: inline-block;
    vertical-align: top;
    -webkit-animation: telesmoreico .4s infinite alternate;
}

.teles i {
    margin: 72px 0 20px;
    font-size: 16px;
    font-style: normal;
    text-indent: 0;
    line-height: 28px;
    display: inline-block;
}

.teles i:after {
    content: "\e69b";
    width: 33px;
    margin-left: -20px;
    font-size: 30px;
    font-family: iconfont;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-animation: telesico .4s infinite alternate;
    -ms-animation: telesico .4s infinite alternate;
}

@-webkit-keyframes telesico {
    0% {
        -webkit-transform: translate(0, -2px);
    }
    100% {
        -webkit-transform: translate(0, 3px);
    }
}

@-webkit-keyframes telesmoreico {
    0% {
        -webkit-transform: translate(0, -2px);
    }
    100% {
        -webkit-transform: translate(0, 3px);
    }
}

@-webkit-keyframes arrow {
    from {
        -webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
        transform: translate3d(calc(-44%), 5px, 0);
    }
    to {
        -webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
        transform: translate3d(calc(-44%), 0, 0);
    }
}

@keyframes arrow {
    from {
        -webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
        transform: translate3d(calc(-44%), 5px, 0);
    }
    to {
        -webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
        transform: translate3d(calc(-44%), 0, 0);
    }
}

/* --- Toast 提示 --- */
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
}

.toast.top {
    top: 10px;
    transform: translate(-50%, 0);
}

.toast.bottom {
    top: auto;
    bottom: 10px;
    transform: translate(-50%, 0);
}

.toasttext {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.toastclose {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* --- 网站关闭页面 --- */
.closepage {
    background: #f1f1f1;
}

.closesite {
    width: 750px;
    margin: 0 auto;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.closesite h1 {
    margin: 0 0 20px -40px;
    padding-left: 33px;
    font-size: 28px;
    color: #333;
    font-weight: 600;
    border-left: 5px solid #0188fb;
}

.closesitebg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.closesitebg.bgmask::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.closelogo {
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
}

.closelogo img {
    width: 100px;
}

.closecon {
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 1.5;
}

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

/* --- 夜间模式 --- */
.night {
    background: #191919;
}

.night ::-webkit-scrollbar {
    width: 8px;
}

.night ::-webkit-scrollbar-track {
    background: #222;
}

.night ::-webkit-scrollbar-thumb {
    background: #555 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABBJREFUCNdjSGAAgQ9gMgEAC94BsRoDbWkAAAAASUVORK5CYII=) no-repeat center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.night ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.night ::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(255, 255, 255, 0.4);
}

.night .wrapper {
    background: #191919;
}

.night .header {
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 4px 0 #161616;
    background-color: #202020;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.night .header .name a {
    color: #eee;
}

.night .logo img:first-child {
    display: block;
}

.night .logo img:last-child {
    display: none;
}

.night .logo.on a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(32, 32, 32, 0) 0, rgba(32, 32, 32, 0.5) 100%);
    background: linear-gradient(to right, rgba(32, 32, 32, 0) 0, rgba(32, 32, 32, 0.5) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

.night .signuser .uname {
    color: #ccc;
}

.night .signuser.normal:hover {
    background: #292929;
}

.night .signuserpop {
    background: #292929;
}

.night .signusermenu a {
    color: #ccc;
}

.night .signusermenu a:hover {
    color: #fff;
    background: #0188fb;
}

.night .menu li a {
    color: #eee;
}

.night .menu li.subcate > a::after {
    color: #ccc;
}

.night .menu li.subcate .arrow {
    border-color: #3a3a3a;
}

.night .menu li.subcate .arrow::before {
    color: #ccc;
}

.night .menu li.subcate .subnav a {
    color: #eee;
}

.night .menu li .subnav {
    box-shadow: 0 0 2px 0 #151515;
    background: #292929;
}

.night .menu li .subnav a {
    border-color: #3a3a3a;
}

.night .menu li .subnav::after {
    color: #ccc;
    border-bottom-color: #292929;
}

.night .menuico.on span {
    background-color: #ccc;
}

.night .schico a::after {
    color: #ccc;
}

.night .schfixed {
    box-shadow: 0 0 2px 0 #151515;
    background: #292929;
}

.night .schfixed input {
    color: #ccc;
    border-color: #3a3a3a;
    background: #202020;
}

.night .schfixed::after {
    border-bottom-color: #292929;
}

.night .schwords {
    border-color: #555;
    background: #222;
}

.night .schwords h5 {
    color: #ccc;
}

.night .schwordsinfo {
    border-color: #555;
}

.night .schwordsinfo a {
    color: #ccc;
    background: #333;
}

.night .schwordsinfo a:hover {
    color: #0188fb;
}

.night .schitem {
    border-color: #3a3a3a;
}

.night .schitemcon strong {
    color: #ccc;
}

.night .schitemcon em {
    color: #999;
}

.night .schmore a {
    color: #ccc;
    background: #3a3a3a;
}

.night .schmore a:hover {
    color: #0188fb;
}

.night .schnull {
    color: #ccc;
    border-color: #3a3a3a;
}

.night .hellosch form {
    border-color: #555;
    background: rgba(34, 34, 34, 0.8);
}

.night .helloschinput {
    color: #ccc;
}

.night .helloschbtn::before {
    background: #555;
}

.night .helloschbtn::after {
    color: #ccc;
}

.night .hellosch.on form {
    background: #222;
}

.night .searchnull::before {
    color: #3a3a3a;
}

.night .main, .night .maincon {
    background: #1b1b1b;
}

.night .cmslist {
    background: #292929;
}

.night .cmslist li {
    border-color: #3a3a3a;
}

.night .cmslist li a {
    color: #eee;
}

.night .cmstitle h4 .cmscate {
    color: #eee;
}

.night .cmstitle h4 .more {
    color: #888;
}

.night .cmsitem .cmsposttitle a::before {
    color: #888;
}

.night .cmsitem .cmsposttime {
    background: #292929;
}

.night #cancel-reply:hover {
    color: #fff;
    background: #0188fb;
}

.night #cancel-reply:hover::before {
    color: #fff;
}

.night .single img {
    filter: brightness(.8);
}

.night .single h1, .night .single h2, .night .single h3, .night .single h4, .night .single h5, .night .single h6 {
    border-color: #3a3a3a;
}

.night .single p.ue-upload {
    border-color: #3a3a3a;
}

.night .single blockquote {
    color: #ccc;
    border-color: #444;
    background: #232323;
}

.night .single blockquote::before {
    color: #555;
}

.night .single td {
    color: #888;
    border-color: #3a3a3a;
}

.night .single code[class*="language-"], .night .single pre[class*="language-"] {
    text-shadow: 0 1px #3a3a3a;
    background: #333;
}

.night .single div.prism-show-language > div.prism-show-language-label[data-language] {
    background: #666;
}

.night .single table {
    background: #232323;
}

.night .singlenext .label {
    color: #ccc;
    background: #3a3a3a;
}

.night .singlenext h3 a {
    color: #eee;
}

.night .singlenext h3 a:hover {
    color: #0188fb;
}

.night .singlenext .content {
    color: #eee;
    border-top-color: #3a3a3a;
}

.night .singlenext .content p.mask::before {
    background: linear-gradient(to bottom, rgba(38, 38, 38, 0), #292929 50%);
}

.night .singlenext .content p.mask a {
    border-color: #0188fb;
}

.night .singlenext .content p.mask a:hover {
    color: #fff;
    background: #0188fb;
}

.night .videobox video {
    background: #1b1b1b;
}

.night .copynotice {
    color: #999;
    border-color: #444;
    background: #232323;
}

.night .copynotice b, .night .copynotice strong {
    color: #999;
}

.night .copynotice a {
    color: #999;
}

.night .authimg {
    border-color: #3c3c3c;
}

.night .authinfo h1 {
    color: #ccc;
}

.night .listintro {
    border-color: #3c3c3c;
}

.night .listintrocon {
    color: #ccc;
    border-color: transparent;
    background: #333;
}

.night .listintro p {
    color: #ccc;
}

.night .filternav {
    border-color: #3a3a3a;
}

.night .filternav h1, .night .filternav li {
    color: #ccc;
}

.night .filternav li.active {
    color: #0188fb;
}

.night .post {
    border-bottom: 1px solid #3a3a3a;
}

.night .post.istop {
    border-color: #3a3a3a;
    background-color: #222;
}

.night .posttitle {
    border-color: #3a3a3a;
}

.night .posttitle h1, .night .posttitle h2, .night .posttitle h3, .night .posttitle h4, .night .posttitle h5, .night .posttitle h6 {
    color: #ccc;
}

.night .post h1 {
    color: #eee;
}

.night .post h2 {
    color: #eee;
}

.night .post h2 a {
    color: #eee;
}

.night .post h2 a:hover {
    color: #0188fb;
}

.night .post .intro {
    color: #999;
}

.night .post .readmore a {
    border-color: #444;
    background: #232323;
}

.night .post .readmore a:hover {
    border-color: #0188fb;
}

.night .post .single {
    color: #eee;
    border-color: #3a3a3a;
}

.night .post .tags {
    color: #ccc;
}

.night .post .tags a {
    color: #ccc;
    border-color: #3a3a3a;
    background: none;
}

.night .post .ctrl a {
    background: #3a3a3a;
}

.night .telesmore i {
    background: #292929;
}

.night .teles, .night .telesmore {
    background: linear-gradient(to bottom, rgba(38, 38, 38, 0), #292929 50%);
}

.night .pagination-loading {
    background: #292929;
}

.night .ias_trigger a, .night .ias_loader a {
    border-color: #3a3a3a;
    background: #292929;
}

.night .pages {
    color: #888;
}

.night .pages p {
    color: #999;
}

.night .pages a {
    color: #eee;
}

.night .pages a:hover {
    color: #0188fb;
    border-color: #0188fb;
}

.night a.backlist {
    color: #888;
    border-color: #888;
}

.night .relate {
    border-color: #3a3a3a;
}

.night .relateinfo h3 {
    color: #eee;
}

.night .relateinfo h3 a {
    color: #eee;
}

.night .relateinfo h3 a:hover {
    color: #0188fb;
}

.night .relateinfo p {
    color: #999;
}

.night .relatelist {
    border-color: #3a3a3a;
}

.night .relatelist a {
    color: #ccc;
}

.night .relatelist a:hover {
    color: #0188fb;
}

.night .relatelist span {
    color: #888;
}

.night .cmtform {
    border-color: #3a3a3a;
}

.night .cmtform label {
    color: #888;
}

.night .cmtform input {
    color: #ccc;
    border-color: #3a3a3a;
    background: #202020;
}

.night .cmtform input:focus {
    color: #0188fb;
}

.night .cmtform img.imgcode {
    border-color: #3a3a3a;
}

.night .cmturl {
    background: none;
}

.night .cmturl:hover {
    color: #fff;
    background: #0188fb;
}

.night .cmtarea textarea {
    color: #ccc;
    border-color: #3a3a3a;
    background: #202020;
}

.night .cmtsubmit button {
    color: #999;
    border-color: #999;
    background: none;
}

.night .cmtsubmit button::before {
    color: #999;
}

.night .cmtsubmit button:hover {
    border-color: #0188fb;
}

.night .cmtsname {
    color: #ccc;
}

.night .cmtsname a {
    color: #888;
}

.night .cmtsname em {
    border-color: #3a3a3a;
    background: #232323;
}

.night .cmtsdate {
    color: #888;
}

.night .cmtsbody {
    color: #eee;
}

.night .cmtsreply {
    border-color: #3a3a3a;
}

.night .cmtsreplyname {
    color: #ccc;
}

.night .cmtsreplyname a {
    color: #888;
}

.night .cmtsreplyname em {
    border-color: #3a3a3a;
    background: #232323;
}

.night .cmtsreplycon {
    color: #eee;
}

.night .cmtsreplydate {
    color: #888;
}

.night .cmtsitem {
    border-color: #3a3a3a;
}

.night .reply-frm {
    border-color: #3a3a3a;
}

.night #cancel-reply {
    color: #0188fb;
    border-color: #0188fb;
    background: none;
}

.night .linkbox {
    background: #1b1b1b;
}

.night .linkbox .wrap {
    color: #ccc;
    border-color: #333;
    background: #242424;
}

.night .linkbox .wrap p.link {
    color: #0188fb;
    background-color: #292929;
}

.night .linkbox .wrap p.btn {
    border-color: #3a3a3a;
}

.night .linkbox .wrap p a {
    color: #fff;
    background-color: #0188fb;
}

.night .linklogo {
    color: #fff;
}

.night .tagscloud li {
    background: #3a3a3a;
}

.night .tagscloud li a {
    color: #ccc;
}

.night .tagscloud li:hover {
    background: #0188fb;
}

.night .tagscloud li:hover a {
    color: #fff;
}

.night .archivedate {
    color: #ccc;
    border-color: #3a3a3a;
}

.night .archivelist h3 a {
    color: #eee;
}

.night .archivelist h3 a:hover {
    color: #0188fb;
}

.night .sidebox dd a {
    color: #eee;
}

.night .sidebox dd .sideitem .itemtitle {
    color: #eee;
}

.night .sidebox dd .sideitem .itemtitle:hover {
    color: #0188fb;
}

.night .sidebox dd .sidelink a {
    color: #ccc;
}

.night .sidebox dd .sidelink a:hover {
    color: #0188fb;
}

.night .sidebox dd .sidecmtcon a {
    color: #ccc;
}

.night .sidebox dd .sidecmtcon a:hover {
    color: #0188fb;
}

.night .sidebox dd .avatartitle {
    color: #ccc;
}

.night .sidebox dd .avatartitle:hover {
    color: #0188fb;
}

.night .sidetitle {
    color: #ccc;
    border-bottom: 1px solid #3a3a3a;
}

.night .sideitem {
    border-color: #3a3a3a;
}

.night .sideitem .hasimg {
    color: #ccc;
}

.night .sidelink .sideinfo {
    color: #ccc;
}

.night .sidecmtinfo em {
    color: #ccc;
}

.night .sidecmtcon {
    border: 1px solid #444;
    background: #232323;
}

.night .sideuserlink p a::after {
    color: #fff;
}

.night .sideuserlink p a.wechat {
    background: rgba(76, 191, 42, 0.5);
}

.night .sideuserlink p a.qq {
    background: rgba(18, 183, 245, 0.5);
}

.night .sideuserlink p a.email {
    background: rgba(249, 103, 28, 0.5);
}

.night .sideuserlink p a.weibo {
    background: rgba(230, 22, 45, 0.5);
}

.night .sideuserlink p a.group {
    background: rgba(56, 99, 140, 0.5);
}

.night .sideuserlink p a.douyin {
    border-color: #525252;
    background: rgba(22, 24, 35, 0.5);
}

.night .sideuserlink p a.kuaishou {
    background: rgba(255, 73, 6, 0.5);
}

.night .sideuserlink p a.toutiao {
    background: rgba(238, 64, 65, 0.5);
}

.night .sideuserlink p a.bilibili {
    background: rgba(0, 174, 236, 0.5);
}

.night .sideuserlink p a.xiaohongshu {
    background: rgba(253, 36, 65, 0.5);
}

.night .sideuserlink p a.zhihu {
    background: rgba(23, 114, 246, 0.5);
}

.night .sideuserlink p a.github {
    border-color: #fff;
}

.night .sideuserlink p a.github::after {
    color: #0d1117;
}

.night .sideuserlink p a.gitee {
    background: rgba(197, 29, 35, 0.5);
}

.night .sideuserlink p a.mall {
    background: rgba(253, 79, 0, 0.5);
}

.night .sideuserlink p a.facebook {
    background: rgba(12, 101, 218, 0.5);
}

.night .sideuserlink p a.x {
    background: rgba(41, 170, 225, 0.5);
}

.night .sideuserlink p a.instagram {
    background: rgba(202, 0, 51, 0.5);
}

.night .sideuserlink p a.youtube {
    background: rgba(249, 0, 7, 0.5);
}

.night .sideuserlink p a.linkedin {
    background: rgba(12, 101, 191, 0.5);
}

.night .sideuserlink p a.discord {
    background: rgba(86, 100, 240, 0.5);
}

.night .sideuserlink p a.link {
    background: rgba(1, 136, 251, 0.5);
}

.night #tpure_RecArticle .noimg, .night .sideuserfoot, .night .friendlink span {
    border-color: #3a3a3a;
}

.night #divCalendar caption a {
    color: #ccc;
}

.night #divCalendar th {
    color: #ccc;
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.night #divCalendar td {
    color: #ccc;
    border-color: #3a3a3a;
}

.night #divContorPanel .cp-hello {
    color: #ccc;
    border-color: #3a3a3a;
}

.night #divContorPanel .cp-login a, .night #divContorPanel .cp-vrs a {
    color: #ccc;
    border-color: #888;
}

.night #divContorPanel .cp-login a:hover, .night #divContorPanel .cp-vrs a:hover {
    border-color: #0188fb;
}

.night #divCatalog li, .night #divPrevious li, .night #divLinkage li, .night #divNavBar li, .night #divComments li, .night #divAuthors li, .night #divFavorites li, .night #divArchives li, .night #divMisc li, .night #divStatistics li {
    color: #ccc;
    border-bottom: 1px dotted #3a3a3a;
}

.night #divCatalog li::before, .night #divPrevious li::before, .night #divLinkage li::before, .night #divNavBar li::before, .night #divComments li::before, .night #divAuthors li::before, .night #divFavorites li::before, .night #divArchives li::before, .night #divMisc li::before, .night #divStatistics li::before {
    color: #888;
}

.night #divSearchPanel input[type="text"] {
    color: #ccc;
    border-color: #3a3a3a;
    background: #222;
}

.night #divSearchPanel input[type="text"]:focus {
    color: #ccc;
    border-color: #3a3a3a;
    box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1);
}

.night #divSearchPanel input[type="submit"] {
    color: #ccc;
    border-color: #3a3a3a;
    background: #3a3a3a;
}

.night #divSearchPanel input[type="submit"]:focus {
    background: #3a3a3a;
}

.night #divTags li a {
    color: #ccc;
    border-color: #3a3a3a;
    box-shadow: none;
}

.night .avatarname {
    color: #eee;
}

.night .avatarcon {
    color: #eee;
    border-color: #444;
    background: #232323;
}

.night .avatarcon::before {
    border-bottom-color: #444;
}

.night .avatarcon::after {
    border-bottom-color: #232323;
}

.night .sideusercon h4, .night .sideuserfoot p strong, .night .friendlink span, .night .friendlink li a {
    color: #eee;
}

.night .block {
    background: #292929;
}

.night .block .listtitle {
    color: #eee;
    border-color: #3a3a3a;
}

.night .block.shuo, .night .block.waterfall {
    background: none;
}

.night .block.sticker .listtitle, .night .block.hotspot .listtitle, .night .block.album .listtitle, .night .block.shuo .listtitle, .night .block.waterfall .listtitle {
    background: #292929;
}

.night .block.forum .item:nth-child(even) {
    background: #2b2b2b;
}

.night .block.forum .item:hover {
    background: #333;
}

.night .block.forum .item h2 a {
    color: #eee;
}

.night .block.forum .item h2 a:hover {
    color: #0188fb;
}

.night .block.forum .item h2.istop a {
    color: #0188fb;
}

.night .block.sticker, .night .block.hotspot {
    background: none;
}

.night .block.sticker .post, .night .block.hotspot .post {
    background: #292929;
}

.night .block.album {
    background: none;
}

.night .block.album .item {
    background: #292929;
}

.night .block.album .albumimg a span {
    color: #ccc;
}

.night .block.album .albumcon a {
    color: #eee;
}

.night .block.album .albumcon a:hover {
    color: #0188fb;
}

.night .block.album .albuminfo {
    border-color: #3a3a3a;
}

.night .block.album .albuminfo span {
    color: #ccc;
}

.night .block.shuo .shuo {
    background: #292929;
}

.night .block.shuo .shuotop .uinfo a {
    color: #ccc;
}

.night .block.shuo .shuotop .uinfo a:hover {
    color: #fff;
}

.night .block.shuo .shuo h2 a {
    color: #ccc;
}

.night .block.shuo .shuo h2 a:hover {
    color: #0188fb;
}

.night .block.shuo .shuo .intro a {
    color: #ccc;
}

.night .block.shuo .shuo .info a, .night .block.shuo .shuo .info span {
    color: #888;
}

.night .block.shuo .shuo .info a::before, .night .block.shuo .shuo .info span::before {
    color: #888;
    background: none;
}

.night .block.shuo .shuo .tags a {
    color: #ccc;
    border-color: #666;
    background: #3a3a3a;
}

.night .block.waterfall .waterfallcon span {
    color: #fff;
}

.night .block.waterfall .waterfallimg a:hover::after {
    background: rgba(0, 0, 0, 0.25);
}

.night .block.waterfall .waterfallinfo a:hover {
    color: #ccc;
}

.night .friendlink, .night .sidebox, .night .pagebar, .night .cmtpagebar, .night .sideuserfoot {
    background: #292929;
}

.night .sideuserfoot p:not(:last-child):after {
    background: #3a3a3a;
}

.night .readername {
    color: #ccc;
}

.night .readers li {
    border-color: #505050;
    background: #333;
}

.night .readers li a::after {
    color: #ccc;
}

.night .readersinfo span {
    color: #eee;
}

.night .pagebar a, .night .cmtpagebar a {
    color: #ccc;
    border-color: #3a3a3a;
    background: none;
}

.night .ias_trigger a, .night .ias_loader a {
    color: #eee;
}

.night .ias_trigger a:hover, .night .ias_loader a:hover {
    background-color: #3a3a3a;
}

.night .footer {
    color: #999;
    border-top: 1px solid #3a3a3a;
    background: #292929;
}

.night .footer a {
    color: #999;
}

.night .lazynum {
    color: #999;
}

.night a.backtotop, .night .setnight, .night .lang, .night .lazynum {
    background: rgba(68, 68, 68, 0.8);
}

.night a.backtotop span, .night .setnight span, .night .lang span, .night .lazynum span {
    color: #ccc;
    border-color: #666;
    background: #3c3c3c;
}

.night a.backtotop span::before, .night .setnight span::before, .night .lang span::before, .night .lazynum span::before {
    border-left-color: #666;
}

.night a.backtotop span::after, .night .setnight span::after, .night .lang span::after, .night .lazynum span::after {
    border-left-color: #3c3c3c;
}

.night a.backtotop:hover {
    background: #0188fb;
}

.night .errorpage {
    background: #292929;
}

.night .errorpage h3, .night .errorpage h4, .night .errorpage p {
    color: #ccc;
}

.night .errorpage .errschtxt {
    color: #ccc;
    border-color: #3a3a3a;
    background: #202020;
}

.night .errorpage .errschtxt:focus {
    color: #0188fb;
}

.night .errorpage .errschbtn {
    color: #fff;
    border-color: #0188fb;
    background: #0188fb;
}

.night .errorpage .goback {
    color: #888;
    border-color: #888;
    background: none;
}

.night .errorpage .goback:hover {
    color: #0188fb;
    border-color: #0188fb;
}

.night .advice_content, .night .advice_contactcon, .night .advice_verifycode {
    border-color: #3a3a3a;
}

.night .advice_content textarea, .night .advice_contactcon input {
    color: #ccc;
    background: #202020;
    display: block;
}

.night .advice_verifycode {
    color: #ccc;
    background: #202020;
}

.night .toasttext {
    background: rgba(60, 60, 60, 0.8);
}

/* --- 响应式媒体查询 --- */
@media screen and (max-width: 1920px) {
    .wrap {
        width: 1200px;
    }

    .wrapper {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: auto;
        padding: 0 20px;
    }

    .header .wrap {
        padding: 0;
    }

    .header .name a {
        padding-left: 18px;
    }

    .logo {
        margin-left: 20px;
    }

    .head {
        padding: 0;
    }

    .schico {
        right: 10px;
    }

    .banner h2 {
        width: 80%;
    }

    .edgebar {
        width: 36px;
        bottom: 24px;
    }

    .edgebar a {
        margin-bottom: 8px;
    }

        a.lang {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    a.lang::after {
        font-size: 28px;
    }

    a.backtotop i::after {
        font-size: 24px;
    }

    a.setnight::after {
        font-size: 28px;
    }

    .menu li {
        margin: 0 15px 0 0;
    }

    .menu li a {
        font-size: 15px;
    }

    .content {
        width: 65%;
    }

    .sidebar {
        width: 33%;
    }

    .cmslist {
        width: calc(50% - 15px);
        margin: 0 0 15px 15px;
        padding: 15px 15px 8px;
    }

    .block.album .item {
        width: 31.5%;
        margin: 0 0 2% 2%;
    }

    .block.waterfall .waterfallimg a img {
        max-width: 280px;
    }

    .schform {
        width: 90%;
    }

    .hellosch {
        width: 80%;
    }

    .closesite {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .head {
        padding-left: 0;
    }

    .header .name {
        display: none;
    }

    .header .subname {
        display: none;
    }

    .logo {
        margin-left: 0;
    }

    .menu {
        display: none;
    }

    .menuico {
        display: block;
    }

    .sch {
        display: none;
    }

    .sch-m {
        display: block;
    }

    .content {
        width: 100%;
        float: none;
    }

    .sidebar {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .cmslist {
        width: calc(100% - 20px);
        margin: 0 0 20px 20px;
    }

    .cmsblock.alone .cmslist {
        width: calc(100% - 20px);
    }

    .block.hotspot .postimg {
        width: 100px;
        margin-right: 15px;
    }

    .block.hotspot .post h2 {
        padding-right: 0;
    }

    .block.forum .item h2 {
        padding-right: 0;
    }

    .block.forum .item .forumdate {
        position: static;
        display: block;
        margin-top: 5px;
    }

    .relatecon.diallel .relatelist {
        width: 100%;
        float: none;
    }

    .relatecon.diallel .relatelist:nth-child(even) {
        float: none;
    }

    .large .postimg {
        width: 100px;
    }

    .shuo .tags {
        width: 100%;
        float: none;
        text-align: left;
    }

    .copynotice {
        flex-direction: column;
        text-align: center;
    }

    .copynotice .qr, .copynotice canvas {
        float: none;
        margin: 0 0 10px 0;
    }

    .sideuserlink {
        justify-content: flex-start;
    }

    .sideuserfoot p {
        width: 100%;
        text-align: center;
    }

    .sideuserfoot p:not(:last-child)::after {
        display: none;
    }

    .banner h2 {
        width: 90%;
        font-size: 20px;
    }

    .hellosch {
        width: 90%;
    }

    .schform {
        width: 95%;
    }

    .closesite {
        width: 95%;
        padding: 20px;
    }

    .closesite h1 {
        font-size: 24px;
        margin-left: -20px;
        padding-left: 20px;
    }

    .errorsearch {
        width: 90%;
    }

    .wrap {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .cmslist {
        width: calc(100% - 15px);
        margin: 0 0 15px 15px;
        padding: 12px 12px 6px;
    }

    .cmsimg {
        margin-right: 10px;
    }

    .cmsimg i {
        width: 80px;
        padding-bottom: 60%;
    }

    .block.hotspot .postimg {
        display: none;
    }

    .block.hotspot .post .intro.isimg {
        height: auto;
    }

    .postimg {
        width: 100px;
        margin-right: 10px;
    }

    .large .postimg {
        width: 80px;
    }

    .large .post .intro {
        max-height: 85px;
        -webkit-line-clamp: 3;
    }

    .relateimg {
        width: 100px;
        margin-right: 10px;
    }

    .authimg {
        width: 60px;
        height: 60px;
    }

    .authimg img {
        width: 60px;
        height: 60px;
    }

    .authinfo {
        padding-left: 80px;
    }

    .authinfo h1 {
        font-size: 18px;
    }

    .single table {
        font-size: 12px;
    }

    .single td {
        padding: 3px 5px;
    }

    .block.album .item {
        width: 48%;
        margin: 0 0 2% 2%;
    }

    .block.waterfall .waterfallimg a img {
        max-width: 100%;
    }

    .shuo .thumbsbox {
        width: 32%;
    }

    .friendlink li {
        margin: 0 10px 10px 0;
    }

    .sideusercon .avatar {
        width: 70px;
        height: 70px;
        margin: -50px auto 5px;
    }

    .sideusercon .avatar img {
        width: 60px;
        height: 60px;
    }

    .sideuserhead {
        height: 80px;
    }

    .tagscloud li {
        width: 48%;
        margin: 0 0 2% 2%;
    }

    #divMisc ul li, #divFavorites ul li, #divStatistics ul li {
        width: 100%;
        float: none;
    }

    #divNavBar li, #divCatalog li, #divLinkage li, #divFavorites li, #divArchives li, #divAuthors li {
        width: 100%;
        float: none;
        height: auto;
        line-height: 30px;
    }

    .readers li {
        width: 48%;
        margin: 0 0 2% 2%;
    }

    .readers li.top .readersimg img {
        width: 50px;
        height: 50px;
    }

    .cmtimg {
        display: none;
    }

    .cmtarea {
        padding-left: 0;
    }

    .cmtform p {
        width: 100%;
        float: none;
    }

    .cmtform input {
        width: 100%;
        margin-bottom: 10px;
    }

    .errschtxt {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .errschbtn {
        width: 100%;
        float: none;
    }

    .goback {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .schfixed {
        width: 200px;
        right: -10px;
    }

    .schfixed::before, .schfixed::after {
        right: 24px;
    }
}

@media screen and (max-width: 480px) {
    .wrap {
        padding: 0 10px;
    }

    .logo a img {
        height: 40px;
    }

    .header {
        height: 50px;
    }

    .header .name a {
        line-height: 50px;
        font-size: 18px;
    }

    .logo {
        height: 50px;
    }

    .logo a {
        height: 50px;
    }

    .logo a img {
        height: 40px;
    }

    .schico {
        height: 50px;
        line-height: 52px;
    }

    .schico a {
        height: 50px;
    }

    .sch-m input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .sch-m button {
        bottom: 5px;
        right: 5px;
    }

    .menuico {
        top: 6px;
        width: 30px;
        height: 30px;
    }

    .menuico span {
        width: 18px;
    }

    .menuico.on span:first-child {
        margin-top: -6px;
        margin-left: -6px;
    }

    .menuico.on span:last-child {
        margin-top: 6px;
        margin-left: -6px;
    }

    .banner {
        font-size: 18px;
        padding: 0 10px;
    }

    .hellotip {
        width: 100%;
        font-size: 18px;
    }

    .hellosch {
        width: 100%;
        margin-top: 20px;
    }

    .cmslist {
        width: calc(100% - 10px);
        margin: 0 0 15px 10px;
        padding: 10px 10px 5px;
    }

    .cmsimg {
        display: none;
    }

    .cmstop {
        display: block;
    }

    .cmstoptitle {
        -webkit-line-clamp: 3;
    }

    .block.album .item {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .block.waterfall .item {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .postimg {
        display: none;
    }

    .post .intro {
        max-height: none;
        -webkit-line-clamp: none;
    }

    .large .postimg {
        display: none;
    }

    .large .post .intro {
        max-height: none;
        -webkit-line-clamp: none;
    }

    .relateimg {
        display: none;
    }

    .relatelist a {
        width: 100%;
        margin-right: 0;
    }

    .relatelist .posttime {
        position: static;
        display: block;
        margin-top: 5px;
    }

    .shuo .thumbsbox {
        width: 48%;
    }

    .shuo .tags {
        width: 100%;
    }

    .authimg {
        width: 50px;
        height: 50px;
        float: none;
        margin: 0 auto 10px;
        display: block;
    }

    .authimg img {
        width: 50px;
        height: 50px;
    }

    .authinfo {
        padding-left: 0;
        text-align: center;
    }

    .authinfo h1 {
        margin-bottom: 10px;
    }

    .authinfo p {
        margin-bottom: 15px;
    }

    .friendlink li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .sidebox {
        padding: 15px;
    }

    .sideuserlink p a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .sideuserlink p a::after {
        font-size: 20px;
    }

    .tagscloud li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .readers li {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .pagebar a, .cmtpagebar a {
        padding: 3px 8px;
        font-size: 12px;
        margin: 1px;
    }

    .cmtsitem .avatar {
        width: 36px;
        height: 36px;
        margin-right: 8px;
    }

    .cmtsitem .avatar img {
        width: 36px;
        height: 36px;
    }

    .cmtscon {
        margin-left: 50px;
    }

    .cmtimg {
        width: 36px;
    }

    .cmtimg img {
        width: 36px;
        height: 36px;
    }

    .cmtarea {
        padding-left: 0;
    }

    .cmtsubmit button {
        height: 32px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 28px;
    }

    .cmtsubmit button::before {
        font-size: 20px;
        margin-right: 2px;
    }

    .errorpage h3 {
        font-size: 80px;
        line-height: 80px;
    }

    .errorpage h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .errorpage p {
        font-size: 14px;
    }

    .closesite h1 {
        font-size: 20px;
    }

    .closecon {
        font-size: 14px;
        line-height: 1.6;
    }

    .edgebar {
        right: 5px;
        bottom: 15px;
    }

    .edgebar a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .edgebar a span {
        display: none;
    }

    a.lang::after {
        font-size: 24px;
    }

    a.backtotop i::after {
        font-size: 20px;
    }

    a.setnight::after {
        font-size: 24px;
    }

    .viewall .teles, .viewall .telesmore {
        height: 100px;
    }

    .teles i {
        margin: 40px 0 10px;
        font-size: 14px;
    }

    .teles i:after {
        font-size: 24px;
        bottom: 14px;
    }

    .telesmore i {
        margin: 50px auto 0;
    }

    .telesmore i:after {
        font-size: 18px;
    }
}

/* --- 打印样式 --- */
@media print {
    .header, .nav, .menu, .sch, .sidebar, .footer, .edgebar, .comment, .sharebox, .relate, .post .ctrl, .cmtsfoot, .reply-frm, .pagebar, .ias_trigger, .ias_loader {
        display: none !important;
    }

    .wrap {
        width: 100%;
        padding: 0;
    }

    .content {
        width: 100%;
        float: none;
    }

    .maincon {
        padding-top: 0;
        background: #fff;
    }

    .block, .post, .single {
        box-shadow: none;
        border: 0;
        background: #fff;
    }

    .single img {
        max-width: 100% !important;
        height: auto !important;
    }

    a {
        text-decoration: underline;
        color: #000;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 12px;
        color: #666;
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }
}
.title-container {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

/* h1 标题样式 - 时尚配色 + 动态虚线下划线 */
.title-container h1 {
  font-size: 28px;
  color: #6a5acd; /* 时尚蓝紫色 */
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

/* 虚线下划线 - 中心向两边延展动画 */
.title-container h1::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: transparent;
  border-bottom: 2px dashed #9370db; /* 淡紫色虚线 */
  transform: translateX(-50%);
  transition: width 0.4s ease-in-out;
}

.title-container h1:hover::after {
  width: 100%;
}

/* welcome-text 初始隐藏 + 悬停显示动画 */
.welcome-text {
  font-size: 16px;
  color: #888;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 8px;
  display: block;
}

.title-container:hover .welcome-text {
  opacity: 1;
  transform: translateY(0);
}

/* 容器：大间距，居中，营造空气感 */
.aesthetic-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px; /* 间距拉开，突出“小”而“疏朗”的感觉 */
  padding: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* 链接基础样式 */
.aesthetic-link {
  position: relative;
  text-decoration: none;
  
  /* 颜色：使用 #787878 这种中浅灰，比深灰更轻盈，比浅灰更有质感 */
  color: #787878; 
  
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px; /* 字间距稍大，增加精致感 */
  
  padding: 6px 14px; /* 小巧的内边距 */
  
  /* 圆角：8px，自然柔和，不过分圆润也不生硬 */
  border-radius: 8px;
  
  background: transparent;
  border: 1px solid rgba(0,0,0,0.04); /* 极淡的边框，勾勒轮廓但不抢眼 */
  
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* 使用弹性曲线，让动效有“Q弹”的小美感 */
  
  /* 入场动画初始状态 */
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  animation: softAppear 0.6s forwards;
}

/* --- 核心动效：小而美的亮点 --- */
.aesthetic-link:hover {
  color: #333; /* 悬停变深灰黑，清晰易读 */
  
  /* 背景：使用非常淡的暖灰色或冷灰色，这里选用了极淡的蓝灰，显得干净 */
  background: rgba(240, 244, 248, 0.8); 
  
  /* 边框：悬停时稍微明显一点点，但依然很淡 */
  border-color: rgba(200, 210, 220, 0.6);
  
  /* 变换：轻微上浮 + 微微放大，像浮起来一样 */
  transform: translateY(-3px) scale(1.02);
  
  /* 阴影：彩色光晕？不，我们用极淡的有色阴影，增加通透感 */
  box-shadow: 0 6px 16px rgba(100, 120, 140, 0.15);
}

/* 内部装饰：悬停时出现一个小圆点，增加趣味性（可选） */
.aesthetic-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a0aec0;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.aesthetic-link:hover::before {
  opacity: 1;
  transform: translateX(0);
  background: #6b7c93; /* 悬停时小圆点变色 */
}

/* 入场动画 */
@keyframes softAppear {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* 依次延迟，像音符一样逐个出现 */
.aesthetic-nav-container .aesthetic-link:nth-child(1) { animation-delay: 0.1s; }
.aesthetic-nav-container .aesthetic-link:nth-child(2) { animation-delay: 0.2s; }
.aesthetic-nav-container .aesthetic-link:nth-child(3) { animation-delay: 0.3s; }
.aesthetic-nav-container .aesthetic-link:nth-child(4) { animation-delay: 0.4s; }

/* 移动端适配 */
@media (max-width: 600px) {
  .aesthetic-nav-container {
    gap: 20px;
  }
  .aesthetic-link {
    font-size: 13px;
    padding: 5px 12px;
  }
}
/* 仅让底部 .wrap 中的 h3 和 h4 内容居中 */
.wrap h3,
.wrap h4 {
    text-align: center !important;
    margin: 0 auto;
    display: block;
}