@media (max-width: 768px) {
    html, body {
        height: 100%;
        overflow: hidden!important;
    }
    .moving_content {
        height: 100%!important;
        display: flex!important;
        flex-direction: column!important;
        overflow: hidden!important;
    }
    .main_box {
        overflow-y: auto!important;
        overflow-x: hidden!important;
        scrollbar-width: thin;
        scrollbar-color: #3498db #f1f1f1;
    }
    .slide-item {
        width: calc(100% - 0px)!important;
        margin: 0 0px!important;
    }
}
.back-buttona {
    display:none;
}
.preloader {
    position:fixed;
    z-index:99998;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(0deg, #f2edff, #e0ecff);
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    perspective:1000px;
    font-size:16px;
}
.preloader-inner {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
.preloader-content {
    position:relative;
    width:130px;
    height:130px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.preloader-icon {
    width:80px;
    height:80px;
    position:relative;
}
.preloader-icon span {
    position:absolute;
    display:inline-block;
    top:0;
    left:0;
    width:80px;
    height:80px;
    border-radius:100%;
    background:#a78bfa;
    animation:preloader-fx 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    box-shadow:0 0 0 0 rgba(167, 139, 250, 0.3), 0 0 15px rgba(167, 139, 250, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
}
.preloader-icon span:first-child {
    background:linear-gradient(135deg, #a78bfa, #c4b5fd);
}
.preloader-icon span:last-child {
    background:linear-gradient(135deg, #c4b5fd, #a78bfa);
    animation-delay:-0.9s;
}
.percentage-container {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(358deg, #dacdff, #deebff);
    backdrop-filter:blur(5px);
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:inset 0 0 8px rgba(255, 255, 255, 0.3), 0 0 12px rgba(167, 139, 250, 0.3);
    z-index:10;
}
.percentage {
    color:#44507b;
    font-size:22px;
    font-weight:0;
    font-family:'Arial Rounded MT Bold', 'Segoe UI', sans-serif;
    text-shadow:0 2px 6px rgba(0, 0, 0, 0.1);
    letter-spacing:1px;
}
.preloader-title {
    position:absolute;
    bottom:-30px;
    left:50%;
    transform:translateX(-50%);
    color:#9498cd;
    font-size:0.9rem;
    font-weight:400;
    letter-spacing:2px;
    text-transform:uppercase;
    width:500px;
    text-align:center;
    opacity:0.8;
}
@keyframes preloader-fx {
    0% {
        transform:scale(0.1);
        opacity:0.8;
        filter:blur(2px);
    }
    70% {
        opacity:0.6;
        filter:blur(0px);
    }
    100% {
        transform:scale(1.2);
        opacity:0;
        filter:blur(3px);
    }
}
.particles {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:1;
}
.particle {
    position:absolute;
    font-size:0.8em;
    color:#FF0;
    animation:float 15s infinite linear;
    opacity:0;
    text-shadow:0 0 6px currentColor;
}
.particle::before {
    content:'★';
    position:absolute;
}
.particle.color1 {
    color:#FF5F5F;
}
.particle.color2 {
    color:#FFBB5C;
}
.particle.color3 {
    color:#FFFB5C;
}
.particle.color4 {
    color:#5CFF5C;
}
.particle.color5 {
    color:#5CC8FF;
}
.particle.color6 {
    color:#9D5CFF;
}
.particle.color7 {
    color:#FF5CE1;
}
@keyframes float {
    0% {
        transform:translateY(0) rotate(0deg) scale(0.3);
        opacity:0;
    }
    10% {
        opacity:0.8;
        transform:scale(0.8) rotate(180deg);
    }
    90% {
        opacity:0.8;
    }
    100% {
        transform:translateY(-100px) rotate(360deg) scale(0.3);
        opacity:0;
    }
}
@media (max-width:768px) {
    .preloader-content {
        width:100px;
        height:100px;
    }
    .preloader-icon {
        width:60px;
        height:60px;
    }
    .preloader-icon span {
        width:60px;
        height:60px;
    }
    .percentage-container {
        width:40px;
        height:40px;
    }
    .percentage {
        font-size:16px;
    }
    .preloader-title {
        font-size:0.7rem;
        bottom:-30px;
    }
    .particle {
        font-size:0.6em;
    }
}
/* ----------------------*/
 * {
    box-sizing:border-box;
}
ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
    color:#252525;
}
td, th {
    padding:5px 10px;
    border:1px solid #bec1e3;
}
.des_box h1:before, .des_box h2:before, .des_box h3:before, .des_box h4:before, .des_box h5:before, h6:before {
    content:"#";
    color:#9092e1;
    margin-right:3px;
}
.des_box h1, h2, h3, h4, h5 {
    background-color:rgba(0, 0, 0, 0);
    color:#0002b4;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.des_box ol>li {
    margin-bottom:8px;
    border-bottom:1px solid #e5f1ea;
    padding-left:10px;
}
.des_box ol {
    padding-inline-start:20px;
}
.des_box ul {
    padding-inline-start:20px;
}
.des_box ul>li {
    margin-bottom:8px;
    border-bottom:1px solid #e5f1ea;
}
::-webkit-scrollbar {
    width:8px;
    height:8px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-radius:999px;
    border:0px solid transparent;
}
::-webkit-scrollbar-track {
    box-shadow:1px 1px 5px rgba(100, 100, 100, 0.2) inset;
}
::-webkit-scrollbar-thumb {
    min-height:0px;
    background-clip:content-box;
    box-shadow:0 0 0 5px rgba(138, 138, 138, 0.5) inset;
}
::-webkit-scrollbar-corner {
    background:transparent;
}
::selection {
    background: rgb(241 242 255);
    color:#243362;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
::-moz-selection {
    background: rgb(241 242 255);
    color:#243362;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
body {
    background:linear-gradient(117deg, #f3efff, #e7f1ff);
    font-family:Moments, eafont, HarmonyOS_M, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size:1rem;
    margin:0px;
}
.main_box {
    max-width:1080px;
    width:100%;
    margin:0 auto;
    margin-top:50px;
}
.main_body {
    width:100%;
    /* height:100%;
	*/
    position:relative;
    display:flex;
    justify-content:center;
}
/* ----------------------*/
 .silder {
    flex:1;
    height:100%;
    background-color:#f6f7ff;
    border-top-left-radius:12px;
}
/* ----------------------*/
 .top_logo {
    padding:20px 30px;
    border-top-left-radius:24px;
    background-color:#ffffff;
}
.top_logo img {
    height:42px;
}
/* ----------------------*/
 .left_menu_box {
    width:100%;
    padding:0 20px;
    border-bottom:1px solid #e1eae4;
}
.post_tags a {
    display: inline-block;
    background-color: #f1f3ff;
    padding: 0.25rem 0.5rem;
    font-size: .85rem;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 0.15rem;
    color: #7a7fae;
}
.latestbq {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.latestbq a {
    background:#e9ecfe;
    color:#9498cd;
    font-size:8pt;
    margin-right:5px;
    padding:3px 3px;
    margin-bottom:5px;
}
/* ----------------------*/
 .silder {
    flex:1;
    height:100%;
    background-color:#f6f7ff;
    border-top-left-radius:24px;
    position:sticky;
    top:0;
    z-index:99;
    max-width:280px;
}
.left_menu_box>ul {
    width:100%;
    border-color:#eeefff;
    margin-top:10px;
    padding-bottom:20px;
}
.left_menu_box>ul>li>a {
    display:inline-block;
    width:100%;
    padding:12px 15px;
    margin-bottom:5px;
    border-radius:12px;
    cursor:pointer;
}
.left_menu_box>ul>li>.active {
    background:linear-gradient(90deg, #4832ff, #816bff);
    color:#f6f7ff;
}
.left_menu_box ul li a:hover {
    box-shadow:0 28px 50px rgb(212 221 255);
    background:#e9ecfe;
    color:#3b3eff;
}
.active:hover {
    background:linear-gradient(90deg, #4832ff, #816bff) !important;
    color:#f6f7ff !important;
}
/* ----------------------*/
 .special, .pix_widget_tongji, .about {
    width:100%;
    padding:20px 20px;
    /* margin-bottom:20px;
	*/
    border-bottom:1px solid #e1eae4;
}
.left_menu_box i {
    line-height:8px;
    font-size:18px;
    margin-right:8px;
}
.title {
    margin-bottom:15px;
    font-size:14px;
    color:#9098a7;
    font-weight:600;
}
.special>ul {
    margin-bottom:20px;
}
.special>ul>li {
    margin-bottom:10px;
}
.special>ul>li>a {
    display:inline-block;
    width:100%;
    height:60px;
    position:relative;
}
.special>ul>li>a>.cat_img {
    position:absolute;
    width:100%;
    height:60px;
}
.cat_img>img {
    width:100%;
    height:100%;
    border-radius:8px;
    object-fit:cover;
}
.cat_img::before {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background:rgba(0, 1, 70, 0.29);
    border-radius:8px;
}
.special>ul>li>a>.cat_name {
    position:relative;
    z-index:9;
    padding-left:25px;
    color:#fff;
    font-size:14px;
    font-weight:400;
    margin-top:20px;
}
.random_sx {
    float:right;
    cursor:pointer;
    color:#6262627a;
}
/* ----------------------*/
 .pix_widget_tongji>ul {
    margin-bottom:20px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.pix_widget_tongji>ul>li {
    width:48%;
    border-radius:5px;
    margin-bottom:10px;
    padding:8px 12px 5px;
    background:linear-gradient(90deg, rgb(233, 236, 254), rgba(129, 107, 255, 0));
    box-shadow:rgb(234 235 255 / 47%) 0px 8px 9px 0px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.pix_widget_tongji>ul>li>span {
    font-size:14px;
    color:#9498cd;
}
.pix_widget_tongji>ul>li>small {
    font-size:14px;
    color:#44507b;
    font-weight:600;
}
/* ----------------------*/
 .about>ul {
    display:flex;
    flex-flow:column nowrap;
}
.about>ul>li>a {
    display:inline-block;
    width:100%;
    padding-bottom:5px;
}
.about>ul>li {
    font-size:14px;
    color:#44507b;
    margin:0;
    padding-bottom:10px;
}
/* ----------------------*/
 .main {
    flex:2;
    height:100%;
    background:#fff;
    z-index:98;
    border-top-right-radius:24px;
    position:relative;
    max-width:800px;
}
/* ----------------------*/
 header {
    height:60px;
    display:flex;
    place-content:center space-between;
    align-items:center;
    justify-content: space-between;
    justify-content: space-between;
    padding: 14px 14px;
    background: #ffffff;
    border-top-right-radius: 24px;
}
.left-search {
    display: flex;
    align-items: center;
    gap: 16px;
}
.left-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.left-icons .user-info a img {
    height: 25px;
    width: 25px;
    border-radius: 50px;
}
.icon-container .icon {
    font-size: 18px;
    color: #252525;
    cursor: pointer;
    transition: color 0.2s ease;
}
.logo img {
    height: 25px;
}
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search {
    cursor:pointer;
}
.search a i {
    font-size: 18px;
    color: #252525;
    cursor: pointer;
    transition: color 0.2s ease;
}
.right {
    margin-right:0px;
    display:flex;
    place-content:center flex-start;
    align-items:center;
}
.right .icon {
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.search img {
    width:28px;
    height:28px;
    border-radius:50%;
    border:3px solid #d8e7fb;
}
.search>ul {
    background:#ffffff;
    box-shadow:0px 0px 2px rgb(0 0 0 / 20%);
    text-align:center;
    border-radius:2px;
    position:absolute;
    z-index:9999;
    right:-15px;
    margin-top:2px;
    display:none;
}
.search>ul:before, .jinsom-header-right>li.language ul:before {
    top:-3px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    background:var(--white-color);
    content:"";
    height:6px;
    position:absolute;
    width:6px;
    z-index:999;
    border-left:1px solid rgb(166 171 167);
    border-top:1px solid rgb(166 171 167);
    border-radius:2px;
    margin-left:-3px;
}
.search>ul li {
    display:block;
    float:none;
    width:inherit;
    height:inherit;
    line-height:25px;
    border-bottom:1px solid var(--border-color);
    position:relative;
}
.search>ul li a {
    color:#9498cd;
    height:35px;
    line-height:35px;
    display:inline-block;
    white-space:nowrap;
    /* padding:0 10px;
	*/
    width:100%;
    box-sizing:border-box;
    min-width:85px;
    border-radius:2px;
    font-size:12px;
    border-bottom:1px solid rgb(235, 242, 237);
}
.search>ul li:hover a {
    color:#9498cd;
    background-color:#e9ecfe;
}
.elementc {
    display:none;
    /* 默认隐藏ul */
}
/* ----------------------*/
 .movemar {
    box-shadow:none;
    padding:0px;
    display:none;
    margin-top:0;
    background:rgb(255 255 255 / 84%);
    border-top:1px solid #ebebeb;
}
.dropdown.uk-open {
    display:block;
}
.dropdown {
    display:none;
    position:absolute;
    z-index:1020;
    box-shadow:0 5px 12px rgb(0 0 0 / 15%);
}
.movemar ul {
    padding:0;
    margin:0;
    display:flex;
    flex-direction:row;
    align-items:center;
    overflow-x:auto;
    scrollbar-width:none;
}
.movemar ul li {
    list-style:none;
}
.movemar ul li a {
    font-size:14px;
    color:#292929;
    display:flex;
    align-items:center;
    padding:10px;
}
.movemar ul li a i {
    font-size:14px;
    margin-right:3px;
    color:#363636;
}
.movemar {
    opacity:1;
    word-break:keep-all;
    width:100%;
    top:59px;
    left:0;
    display:none;
}
.movemar::-webkit-scrollbar {
    display:none;
}
/* ----------------------*/
 .index_inner {
    position:relative;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    height:220px;
    padding-left:20px;
    text-align:left;
    /* border:1px solid #ffffff17;
	*/
    /* border-radius:5px;
	*/
    background-size:cover;
}
.background-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position:center;
    /* opacity:0.6;*/
    /*z-index:-1;*/
    /* border-radius:5px;*/
}
.index_inner p {
    font-size:16px;
    color:white;
    text-shadow:2px 2px 4px rgb(0 0 0);
    z-index: 90;
}
#refresh-button {
    position:absolute;
    top:10px;
    right:10px;
    z-index:1;
}
#refresh-button:hover {
    color:#4b74ff;
}
#refresh-button i {
    font-size:25px;
    cursor:pointer;
}
.index_inner>.user_info {
    position:absolute;
    bottom:10%;
    right:2%;
}
.index_inner>.user_info>.box {
    display:flex;
    align-items:center;
}
.user_info>.box>.left {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    padding-right:10px;
}
.box>.left>.name {
    color:#fff;
    font-weight:600;
    font-size:14px;
}
.box>.left>.des {
    font-size:13px;
    text-align:right;
    color:rgb(235 235 235);
    text-shadow:2px 2px 4px rgb(118 118 118 / 50%);
}
.box>.avatar {
    width:58px;
    height:58px;
}
.avatar>a img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.avatar>a img:hover {
    opacity:0.85;
}
.avatar>img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.avatar>img:hover {
    opacity:0.8;
}
/* ----------------------*/
 .container {
    background:#fff;
    /*padding-bottom:40px;
	*/
}
/* ----------------------*/
 .advertisement {
    background: #f1f3ff;
    font-size: 13px;
    color: #9fa4d3;
    padding: 10px 10px;
}
/* ----------------------*/
 .container>.slider-container>.cat_nav {
    padding:20px 10px;
    border-bottom:1px solid #f1f1f5;
    display:flex;
    align-items:center;
}
.cat_nav>ul {
    /*display:flex;
	*/
    align-items:center;
    flex-flow:row nowrap;
    white-space:nowrap;
    overflow-x:scroll;
    width:75%;
    overflow-x:auto;
}
.cat_nav>ul li {
    display:inline-block;
}
.cat_nav > ul > li > a {
    background-color: #e9ecfe;
    color: #9498cd;
    font-size: 13px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.cat_nav>ul>li>a:hover {
    background-color:#3b3eff;
    color:#ffffff;
}
.cat_nav>ul>li>.activea {
    background-color:#3b3eff;
    color:#ffffff;
}
.cat_nav>ul>li>a k {
    width:5px;
    height:5px;
    background-color:#3b3eff;
    position:absolute;
    border-radius:100%;
    margin:2px 2px;
}
.cat_nav>ul>li>.active {
    background-color:#3b3eff;
    color:#fff;
}
.cat_nav>ul::-webkit-scrollbar {
    height:4px;
}
.cat_nav>ul::-webkit-scrollbar-track {
    background-color:#f3efff;
}
.cat_nav>ul::-webkit-scrollbar-thumb {
    background-color:#d8daf7;
}
.cat_nav>ul::-webkit-scrollbar-thumb:hover {
    background-color:#e9ecfe;
}
/* ----------------------*/
 .moment_list {
    padding:0 40px 40px;
}
.moment_list>.moment_item {
    padding:40px 0px;
    border-bottom:1px solid rgb(235, 242, 237);
}
.moment_item:last-child {
    border-bottom:none;
}
.moment_list>.moment_item>.item_inner {
    display:flex;
    flex-flow:column nowrap;
    position:relative;
}
/* ----------------------*/
 .moment_item>.item_inner>.user_meta {
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    position:relative;
}
.moment_item>.item_inner>.user_meta>.avatar {
    width:48px;
    height:48px;
    min-width:48px;
    margin-right:10px;
    position:relative;
}
.moment_item>.item_inner>.user_meta>.name a {
    display:flex;
    flex-direction:column;
    color:#44507b;
}
.moment_item>.item_inner>.user_meta>.name>span {
    color:rgb(170, 176, 191);
    font-size:13px;
}
.new-time {
    color:#44507b !important;
}
/* ----------------------*/
 .prove {
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
}
.rztb {
    width:18px !important;
    height:18px !important;
    display:block !important;
}
/* ----------------------*/
 .blog_content {
    padding-left:58px;
}
.blog_content>.entry-content {
    margin-top:5px;
}
.blog_content>.entry-content>.p_title a {
    margin-bottom:8px;
    color:#44507b;
    display:flex;
    align-items:center;
    place-content:center flex-start;
    flex-flow:row nowrap;
}
.blog_content>.entry-content>.p_title a:hover {
    color:#14265e;
}
.dark .blog_content>.entry-content>.p_title a:hover {
    color:#a5a9c3;
}
.blog_content>.entry-content>.t_content {
    display:block;
    width:100%;
    overflow:hidden;
    color:rgb(13, 13, 13);
}
.t_content>p {
    word-break:break-all;
    color:rgb(13, 13, 13);
    margin:0px 0px 5px;
}
.show-more-btn {
    color:#2196F3;
    cursor:pointer;
    margin-left:5px;
    font-size:14px;
}
.read-less-btn {
    color:#2196F3;
    cursor:pointer;
    margin-left:5px;
    font-size:14px;
}
.fulltext {
    color:#2196F3;
    cursor:pointer;
    margin-left:5px;
    font-size:14px;
}
/* ----------------------*/
 .blog_content>.entry-content>.img_list>.list_inner {
    /* display:flex;
	*/
    /* flex-flow:row wrap;
	*/
    /* align-content:center;
	*/
    max-width:26rem;
    margin:0px;
}
.blog_content>.entry-content>.img_list>.list_inner>a {
    /* padding:3px;
	*/
    position:relative;
    /* width:25%;
	*/
    /* margin:3px;
	*/
}
.blog_content>.entry-content>.img_list>.list_inner>a span {
    position:absolute;
    display:flex;
    width:100%;
    height:100%;
    background:#0000006e;
    top:-2.5px;
    color:#fff;
    z-index:1;
    font-size:18px;
    justify-content:center;
    align-items:center;
    border-radius:8px;
}
.blog_content>.entry-content>.img_list>.list_inner>a:nth-last-child(1):first-child {
    /* width:40%;
	*/
}
.blog_content>.entry-content>.img_list>.list_inner>a::before {
    /* content:'';
	*/
    /* display:block;
	*/
    /* padding-top:0;
	*/
}
.blog_content>.entry-content>.img_list>.list_inner>a>img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
    cursor:zoom-in;
}
.blog_content>.entry-content>.img_list>.list_inner1>a>img {
    /* position:absolute;
	*/
    /* top:-2%;
	*/
}
.blog_content>.entry-content>.img_list>.list_inner1>a::before {
    /* content:'';
	*/
    /* display:block;
	*/
    /* padding-top:100%;
	*/
}
/* ----------------------*/
 .audio_list>.list_inner>.pix_player {
    display:flex;
    background:rgb(234 234 255 / 81%);
    margin-bottom:5px;
    border-radius:5px;
    position:relative;
    align-items:center;
}
.audio_list>.list_inner>.pix_player>.player_thum {
    width:64px;
    height:64px;
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:64px;
}
.audio_list>.list_inner>.pix_player>.player_thum>img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.audio_list>.list_inner>.pix_player>.player_meta {
    width:100%;
    padding:5px 10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    white-space:nowrap;
}
.audio_list>.list_inner>.pix_player>.player_meta>.title {
    font-size:14px;
    display:flex;
    flex-direction:column;
    line-height:1;
    margin-bottom:4px;
    color:rgb(66, 77, 111);
}
.player_meta>.title>span.name {
    margin-bottom:10px;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:100;
}
.player_meta>.title>span.author {
    font-size:14px;
    color:#e4393c;
}
.audio_list>.list_inner>.pix_player>span.play_btn {
    padding:7px;
    background:#3b3eff;
    border-radius:50%;
    margin:0px 10px;
    text-align:center;
    color:#fff;
    font-size:12px;
}
.player_meta>.title>span.author n {
    text-decoration:line-through;
    font-size:12px;
    color:#999;
    margin-left:5px;
}
.player_meta>.title>.author t {
    font-size:12px;
}
.audio_list>.list_inner>.pix_player>.play_bg {
    position:absolute;
    width:100%;
    height:100%;
    z-index:-1;
    border-radius:5px;
    top:0px;
    left:0px;
    overflow:hidden;
}
.audio_list>.list_inner>.pix_player>.play_bg>img {
    object-fit:cover;
    width:110%;
    height:110%;
    border-radius:8px;
    filter:blur(10px);
}
.audio_list {
    max-width:300px;
    margin-bottom:5px;
    border-radius:5px;
}
/* ----------------------*/
 .ip_loca {
    font-size:12px;
    display:flex;
    align-items:center;
    margin-top:10px;
    color:rgb(53, 70, 119);
    margin-bottom:5px;
}
/* ----------------------*/
 .blog_content>.entry-footer {
    width:100%;
    margin-top:10px;
    background:#f1f3ff;
    padding:8px 10px;
    border-radius:8px;
}
.blog_content>.entry-footer>.footer_meta {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.entry-footer>.footer_meta>.left, .entry-footer>.footer_meta>.right {
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:flex-start;
}
.entry-footer>.footer_meta>.left>.up_like {
    display:flex;
    align-items:center;
    flex-direction:row;
    margin-left:5px;
    color:rgb(68, 68, 68);
    font-size:12px;
}
.entry-footer>.footer_meta>.left>.up_like>span {
    color:rgb(68, 68, 68);
    font-size:12px;
}
.pix_icon {
    display:flex;
    align-items:center;
    flex-direction:row;
    margin-left:5px;
    color:rgb(122, 127, 174);
    font-size:12px;
}
.entry-footer>.footer_meta>.left>.share_btn>.pix_icon {
    margin-left:15px;
    font-size:13px;
}
.entry-footer>.footer_meta>.right>a span {
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    font-size:12px;
    padding:3px 8px;
    background:rgb(44, 44, 44);
    color:rgb(255, 255, 255);
    border-radius:3px;
    cursor:pointer;
    /*margin-right:-30px;
	*/
}
.sticky_icon {
    background:#ff5252 !important;
    padding:3px 8px !important;
    color:#fff !important;
    border-radius:3px !important;
    margin-right:5px !important;
}
.sticky_icona {
    background:#eaecf7 !important;
    padding:3px 8px !important;
    color:#667093 !important;
    border-radius:3px !important;
    margin-right:5px !important;
}
/* ----------------------*/
 .main::-webkit-scrollbar {
    width:2px;
}
.pageturn {
    margin:40px;
    color:#b2b2b2;
    font-size:14px;
}
.ias_loader {
    padding:30px;
    text-align:center;
    color:#b2b2b2;
    display:flex;
    justify-content:center;
    width:100%;
    z-index:9990;
}
.ias_trigger {
    padding:30px;
    text-align:center;
    display:flex;
    justify-content:center;
    border-top:1px solid rgb(235, 242, 237);
    width:100%;
}
.ias_trigger a {
    padding:5px 15px;
    background:#3b3eff;
    color:#fff;
    border-radius:8px;
    display:flex;
}
/*
.article-container>.container>.ias_triggera {
    margin-bottom: 50px;
}
*/
 .ias_triggera {
    padding:20px;
    text-align:center;
    justify-content:center;
    border-top:1px solid rgb(235, 242, 237);
    width:100%;
    height: 60px;
    background-color: #ffffff;
}
.ias_triggera a {
    padding:5px 15px;
    background:#3b3eff;
    color:#fff;
    border-radius:8px;
}
#post_pager {
    display:flex;
    justify-content:space-between;
    padding:0px 60px 0px 60px;
    align-items:center;
}
.container>#post_pager {
    padding: 0px 20px 0px 20px;
}
.article-container>.container>#post_pager {
    padding: 0px 25px 60px 25px;
}
.commentpagebar>#post_pager {
    padding: 20px 10px 20px 0px
    /* padding-bottom: 85px; */
}
#cardTemplate>#post_pager {
    padding:20px 20px 20px 20px;
}
.pager_inner {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
#post_pager a.prev {
    padding-left:8px;
    padding-right:12px;
}
#post_pager a {
    display:flex;
    align-content:center;
    align-items:center;
    font-size:13px;
    padding:5px 8px;
    background:#3b3eff;
    color:#fff;
    border-radius:5px;
    padding-left:12px;
    margin-right:5px;
}
#post_pager a i {
    font-size:1px;
}
.pager_inner {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
#post_pager .c_paged {
    font-size:14px;
    color:#3b3eff;
}
.comment-list {
    display:flex;
    justify-content:center;
    color:#7e85ad;
    margin-top:10px;
}
/* ----------------------*/
 .container>.cat_header {
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    padding:20px 40px;
    align-items:center;
    border-bottom:1px solid rgb(235, 242, 237);
}
.container>.cat_header>.cat_image {
    width:64px;
    height:64px;
    min-width:64px;
    margin-right:10px;
}
.container>.cat_header>.cat_image>img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.container>.cat_header>.cat_title {
    font-size:18px;
    margin-bottom:5px;
    color:rgb(74, 88, 107);
}
/* ----------------------*/
 .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8px;
    grid-row-gap:8px;
    margin-bottom:8px;
    width: 100%;
    box-sizing: border-box;
}
.entry-title {
    font-size:15px;
    margin-bottom:5px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:100%;
}
.entry-title a {
    color:#32395c;
}
.entry_meta {
    margin-bottom:5px;
}
.entry_meta {
    font-size:13px;
    color:#9498cd;
}
.feature {
    /* width:100%;
	*/
    height:130px;
    position:relative;
}
.feature a img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.entry-footer {
    margin-top:12px;
}
.post_footer_meta {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
span.post_views {
    margin-right:5px;
    display:flex;
    align-items:center;
}
.post_footer_meta span i {
    margin-right:3px;
    font-size:13px;
    color:#8c92b3;
}
.post_footer_meta span.comnum {
    padding:0;
}
.post_footer_meta span.comnum {
    background:none;
    color:#8c92b3;
}
.post_footer_meta span.comnum i {
    color:#8c92b3;
}
small {
    font-size:80%;
}
small.today {
    position:absolute;
    background:#3b3eff;
    color:#fff;
    border-radius:5px;
    padding:0px 5px;
    transform:scale(.8) translateX(-100%) translateY(-10px);
    cursor:pointer;
}
a.up_like {
    margin-left:5px;
}
a.up_like {
    display:flex;
    align-items:center;
    flex-direction:row;
    align-content:center;
    margin-left:0px;
    color:#8c92b3;
    font-size:12px;
}
a.up_like i {
    margin-right:3px;
    font-size:14px;
    color:#44507b;
    position:relative;
}
.post_footer_meta span {
    display:flex;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    color:#8c92b3;
    font-size:12px;
}
.post_footer_meta .left, .post_footer_meta .right {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:nowrap;
}
.normal_cat {
    font-size:12px;
    padding:3px 8px;
    background:#e9ecfe;
    border-radius:3px;
    color:#9498cd;
}
.entry-footer {
    margin-top:12px;
}
.entry-footer {
    margin-top:10px;
    background:#f6f7ff;
    padding:8px 10px;
    border-radius:8px;
}
/* ----------------------*/
 .moment_list {
    padding:0 0px 0px;
    display:block;
}
.moment_list>.moment_item {
    padding:20px 10px;
    border-bottom:1px solid rgb(235, 242, 237);
}
.moment_item:last-child {
    border-bottom:none;
}
.moment_list>.moment_item>.item_innera {
    display:flex;
    /* flex-flow:row nowrap;
	*/
}
/* ----------------------*/
 .moment_list>.moment_item>.item_innera>.feature {
    /* 
          width:140px;
	min-width:140px;
	*/
    height:auto;
    margin-right:12px;
}
.moment_list>.moment_item>.item_innera>.feature img {
    height:100%;
    width:140px;
    min-width:140px;
    object-fit:cover;
    border-radius:12px;
}
.moment_list>.moment_item>.item_innera>.right {
    display:flex;
    flex-flow:column nowrap;
    width:100%;
}
.right .top {
    width:100%;
}
/* ----------------------*/
 .moment_item>.item_innera>.right>.top .user_meta {
    margin:5px 0px 0px;
}
.moment_item>.item_innera>.right>.top .user_meta>.title {
    font-size:16px;
    margin-bottom:5px;
}
.moment_item>.item_innera>.right>.top .user_meta>.title a {
    color: #44507b;
}
.moment_item>.item_innera>.right>.top .user_meta>.title>a strong {
    color:#fd2b2b;
    padding-left:2px;
    padding-right:2px;
}
.moment_item>.item_innera>.right>.top .user_meta>.meta {
    font-size:13px;
    color:#9498cd;
}
.right>p {
    margin:8px 0px 12px;
    color:rgb(96, 98, 104);
}
/* ----------------------*/
 .right>.entry-footer {
    width:100%;
    margin-top:10px;
    background:#f6f7ff;
    padding:8px 0px;
    border-radius:8px;
}
.right>.entry-footer>.footer_meta {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.entry-footer>.footer_meta>.left, .entry-footer>.footer_meta>.right {
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    justify-content:flex-start;
}
.entry-footer>.footer_meta>.left>.up_like {
    display:flex;
    align-items:center;
    flex-direction:row;
    margin-left:5px;
    color:rgb(68, 68, 68);
    font-size:12px;
}
.entry-footer>.footer_meta>.left>.up_like>span, .entry-footer>.footer_meta>.left>span {
    color:rgb(68, 68, 68);
    font-size:12px;
}
.entry-footer>.footer_meta>.left>span {
    margin-right:8px;
}
.entry-footer>.footer_meta>.right_footer>span {
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    font-size:12px;
    padding:3px 8px;
    background:rgb(44, 44, 44);
    color:rgb(255, 255, 255);
    border-radius:3px;
    cursor:pointer;
}
.main::-webkit-scrollbar {
    width:2px;
}
/* ----------------------*/
 .container {
    /* padding:40px 40px 100px;
	*/
    background-color:#fff;
}
.random {
    padding:20px 10px 0px;
    background-color:#fff;
    min-height:calc(0vh - 0px);
}
.des_box img {
    height:auto;
    max-width:100%;
}
.container>.content>.blog_header>.title {
    font-size:18px;
    color:rgb(66, 77, 111);
    margin-bottom:10px;
}
.container>.content>.blog_header>.msg {
    display:flex;
    flex-direction:row;
    place-content:center space-between;
    align-items:center;
    padding:0px;
    margin:0px 0px 25px;
    font-size:13px;
}
.container>.content>.blog_header>.msg>.header_meta {
    display:flex;
    align-items:center;
}
.container>.content>.blog_header>.msg>.header_meta>span {
    margin-right:10px;
}
.container>.content>.blog_header>.msg>.cate_tag_list {
    display:flex;
    flex-direction:row;
    place-content:center space-between;
    align-items:center;
    padding:0px;
    margin:0;
    font-size:13px;
}
.container>.content>.blog_header>.msg>.header_meta>span a img {
    width:20px;
    height:20px;
    border-radius:50%;
    margin-right:2px;
    vertical-align:-5px;
}
.container>.content>.blog_header>.msg>.cate_tag_list>li>a {
    padding:5px 8px;
    background:#eff1ff;
    color:#b1b3d2;
    border-radius:5px;
    margin-left:3px;
}
.container>.content>.des_box {
    padding:20px 0px;
    border-top:1px solid rgb(230, 238, 232);
}
.container>.content>.des_box p a {
    color:#4f5e91;
    text-decoration:underline;
}
.container>.content>.des_box p a:hover {
    color:#00bb5e;
    text-decoration:underline;
}
.container>.content>.des_box>.des_content {
    margin:0px 0px 20px;
}
.container>.content>.des_box p {
    font-size:1rem;
    color:#404040;
    margin:0 0 20px 0;
    margin-bottom:1.5em;
    line-height:1.8;
}
.footer_box-a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px 0px;
    margin:10px 0px 10px;
    background:#f1f3ff;
    border-radius:8px;
    width: 100%;
    gap: 8px;
}
.footer_box-a>.up_like {
    display:flex;
    font-size:12px;
    cursor:pointer;
    color:#7a7fae;
    flex: 1;
    justify-content: center;
}
.pix_icon {
    display:flex;
    align-items:center;
    flex-direction:row;
    margin-left:5px;
    color:rgb(122, 127, 174);
    font-size:12px;
}
.entry-footer>.footer_meta>.left>.share_btn>.pix_icon {
    margin:0;
    font-size:13px;
}
.share_btn a i {
    margin-right:3px;
    font-size:14px;
    color:#44507b;
    position:relative;
}
.share_btn a {
    color:#7a7fae !important;
}
.container>.slider-containera>.cat_nav {
    padding:25px 20px;
    background-color:#fff;
    border:1px solid #fff0;
}
/*
 .container>.comments {
    padding:20px;
    margin-top:30px;
    border-radius:8px;
    background:#f6f7ff;
}
.container>.comments>.comments-title {
    font-size:14px;
    display:flex;
    align-items:center;
    color:rgb(81, 97, 129);
}
.comments-title-neighbour {
    font-size:14px;
    display:flex;
    align-items:center;
    color:rgb(81, 97, 129);
}
.comments-neighbour {
    margin-top:30px;
    border-radius:8px;
    background:#f6f7ff;
    padding:10px;
}
.des_box-neighbour {
    background:#f6f7ff;
    padding:0px;
    margin-top:0px;
}
.des_box-neighbour p {
    font-size:14px;
    color:#404040;
    line-height:1.8;
}
.container>.comments>.comments-title>.noticom {
    margin-left:3px;
}
.comments-title>.noticom>a {
    color:rgb(81, 97, 129);
}
.respond_box>.commentform {
    padding:10px 15px;
    background:#fff;
    border-radius:5px;
    border:1px solid rgb(222, 236, 226);
    margin:15px 0px 25px;
}
.respond_box>.commentform>.avatar_box {
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    font-size:13px;
    color:rgb(87, 104, 137);
    margin-bottom:10px;
    cursor:pointer;
}
.respond_box>.commentform>.avatar_box>img {
    width:24px;
    height:24px;
    object-fit:cover;
    border-radius:50%;
    margin-right:5px;
}
.respond_box>.commentform>.comarea>textarea {
    border-top:none;
    border-right:none;
    border-left:none;
    border-image:initial;
    background:#f6f7ff;
    font-size:13px;
    height:60px;
    outline:none;
    resize:none;
    border-bottom:1px solid #f7f7ff;
    border-radius:5px;
    padding:10px;
    width:100%;
    resize:vertical;
}
.respond_box>.commentform>.com_footer {
    display:flex;
    place-content:center space-between;
    align-items:center;
    flex-flow:row nowrap;
    margin-top:5px;
}
.respond_box>.commentform>.com_footer>.com_tools {
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    justify-content:flex-start;
}
.com_footer>.com_tools>.smile_btn {
    cursor:pointer;
    padding:0 7px;
    line-height:25px;
    border:1px solid #f3f3f3;
    color:#797777;
    font-size:12px;
    border-radius:4px;
}
.com_footer>.com_tools>.smile_btn-a {
    cursor:pointer;
    padding:0 7px;
    line-height:25px;
    border:1px solid #f3f3f3;
    color:#797777;
    font-size:12px;
    border-radius:4px;
}
.respond_box>.commentform>.com_footer>.com_push {
    display:flex;
    align-items:center;
    flex-direction:row;
    justify-content:flex-start;
}
.com_footer>.com_push>.comment_form_validate {
    display:inline-block;
    position:relative;
    margin-right:10px;
}
.com_footer>.com_push>.comment_form_validate>input {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:5;
    opacity:0;
    cursor:pointer;
}
.com_footer>.com_push>.comment_form_validate>.comment_check_style {
    width:50px;
    height:2px;
    background:rgb(204, 204, 204);
    position:relative;
    display:inline-block;
    border-radius:46px;
    transition:all 0.2s ease 0s;
    top:-4px;
}
.comment_check_style::after {
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    border-radius:100%;
    left:0px;
    top:-8px;
    z-index:2;
    background:rgb(188, 188, 212);
    box-shadow:rgb(0 0 0 / 20%) 0px 0px 5px;
    transition:all 0.2s ease 0s;
}
.com_push>.push_comment {
    font-size:13px;
    border:none;
    display:flex;
    align-items:center;
    padding:8px 18px;
    cursor:pointer;
    background:linear-gradient(90deg, #4832ff, #816bff);
    color:#f6f7ff;
    border-radius:5px;
}
.info>.info_header>.left>.author>a {
    color:#5d7099;
    font-size:13px;
}
.commentreply a {
    font-size:13px;
    color:#9498cd;
    padding:8px 18px;
    cursor:pointer;
    background:#e9ecfe;
    display:flex;
    border-radius:5px;
    margin-right:8px;
}
.avacontent {
    background:#fff;
    border-radius:8px;
    padding:15px;
    width:240px;
    -webkit-box-shadow:0px 3px 14px 1px #d0dada;
}
.avacontent p {
    font-size:13px;
    margin-bottom:5px;
    color:#516181;
}
.avacontent input {
    outline:none;
    font-size:13px;
    padding:7px 5px;
    width:100%;
    margin-bottom:7px;
    border-radius:5px;
    border-color:#d9dfee;
    background:#f6f7ff;
}
input {
    background:none;
    outline:none;
    border:none;
}
#popabxxk {
    position:absolute;
    display:none;
    opacity:0;
    transition:opacity 0.5s;
}
 .comments>.commentshow {
    margin-top:40px;
    border-bottom:1px solid #e1eae4;
}
.comments-neighbour .commentshow {
    margin-top:20px;
    border-bottom:1px solid #e1eae4;
}
.commentshow>.comment_list {
    margin-bottom:0px;
}
.comment_list>.comment_item {
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    margin-bottom:0px;
}
.comment_item>.profile {
    width:42px;
    height:42px;
    margin-right:8px;
    position:relative;
}
.comment_item>.profile>a {
    width:42px;
    height:42px;
    display:block;
}
.comment_item>.profile>a>img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.comment_item>.info {
    width:100%;
}
.info>.info_header {
    display:flex;
    place-content:center space-between;
    align-items:center;
    flex-direction:row;
    line-height:1;
}
.info>.info_header>.left {
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    align-items:center;
}
.info>.info_header>.left>.author {
    margin:0px 5px 0px 0px;
    font-size:16px;
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    place-content:center flex-start;
}
.info>.info_header>.left>span {
    font-size:13px;
    color:rgb(152, 173, 158);
}
.info>.info_header>.right {
    margin:0;
}
.info>.info_header>.right>a {
    color:#9498cd;
}
.info>.comment_body {
    margin-top:5px;
}
.info>.comment_body>p {
    font-size:14px;
    color:rgb(94, 94, 94);
    margin:10px 0px 10px;
}
.info>.comment_body>p>a {
    color:rgb(30, 135, 240);
}
.info>.comment_body>.expression>img {
    position:relative;
    top:5px;
    max-height:22px;
    margin-right:2px;
}

*/
 .avacontent {
    background: #fff;
    border-radius: 8px;
    /* padding: 15px; */
    /* width: 240px; */
    /* -webkit-box-shadow: 0px 3px 14px 1px #d0dada; */
}
.avacontent p {
    font-size:13px;
    margin-bottom:5px;
    color:#516181;
}
.avacontent input {
    outline:none;
    font-size:13px;
    padding:7px 5px;
    width:100%;
    margin-bottom:7px;
    border-radius:5px;
    border-color:#d9dfee;
    background:#f6f7ff;
}
.comments {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px 10px 0px 10px;
    background-color: #ffffff;
}
.comments-title {
    font-size: 14px;
    color: #1d2129;
    display: flex;
    place-content: center space-between;
    gap: 8px;
    color: rgb(81, 97, 129);
    margin-bottom: 10px;
}
.comments-title .noticom {
    font-size: 13px;
    font-weight: normal;
    color: #86909c;
    margin-left: 0px;
}
.comments-title i {
    font-size: 14px;
    color: rgb(81, 97, 129);
}
#divCommentPost {
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 0px;
    transition: box-shadow 0.2s ease;
}
.popabxxk {
    margin-bottom: 15px;
}
.popabxxk-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.popabxxk-content p {
    color: #eef2ff;
    font-size: 13px;
}
.popabxxk-content input {
    padding: 10px 12px;
    border: 1px solid #e5e6eb;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
    border-radius: 5px;
    border: 1px solid rgb(222, 236, 226);
}
.popabxxk-content input:focus {
    outline: none;
    border-color: #94acff;
}
.respond_box {
    width: 100%;
}
.commentform {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 5px 5px 5px 5px;
}
.avatar_box {
    display: flex;
    align-items: center;
    gap: 10px;

}
.avatar_box img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    object-fit: cover;
    border-radius: 50%;
}
.avatar_box #btntck {
    color: #86909c;
    font-size: 13px;
}
.comarea {
    width: 100%;
}
.comarea textarea {
    width: 100%;
    padding: 10px 10px;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 5px;
    border: 1px solid rgb(222, 236, 226);
    resize: vertical;
    background: #f4f6ff;
    outline: none;
}
.com_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_tools {
    display: flex;
    gap: 10px;
    align-items: center;
}
.com_tools a {
    text-decoration: none;
    color: #797777;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    transition: all 0.2s;
    border: 1px solid #f3f3f3;
}
.com_tools a:hover {
    background-color: #e9eaeb;
    color: #1d2129;
}
.com_tools .smile_btn-a {
    font-size: 14px;
}
.com_tools .spothighlight {
    color: #07C160;
    background-color: rgba(7, 193, 96, 0.1);
}
.com_push {
    display: flex;
    align-items: center;
    gap: 10px;
}
.commentreply a {
    color: #007AFF;
    text-decoration: none;
    font-size: 14px;
}
.push_comment {
    color: #f6f7ff;
    border: none;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(90deg, #4832ff, #816bff);
}
.push_comment:active {
    transform: translateY(0);
}
.commentshow {
    margin-top: 20px;
    position: relative;
    border: 1px solid #e5eaff;
    border-radius: 5px;
}
.commentcuta {
    border: 0px solid #e5eaff;
}
/*
.commentcut:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: rgb(230, 238, 232);
}
*/
 .comment_list {
    list-style: none;
}
.comment_item {
    display: flex;
    /* margin-bottom: 30px; */
    animation: fadeIn 0.3s ease;
    margin: 10px;
}
.comment_list.level-1 .comment_item {
    justify-content: flex-start;
}
.comment_list.level-1 .profile img {
    width: 42px;
    height: 42px;
}
.comment_list.level-2 .comment_item {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.comment_list.level-2 .profile {
    margin-right: 0;
    margin-left: 15px;
}
.comment_list.level-2 .profile img {
    width: 42px;
    height: 42px;
}
.profile {
    margin-right: 15px;
    flex-shrink: 0;
}
.profile a {
    position: relative;
    display: inline-block;
    top: 24px;
}
.profile img {
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.prove {
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.rztb {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) !important;
}
.comment_list.level-2 .info {
    text-align: left;
    max-width: 70%;
}
.info_header {
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 10px;
}
.info_header .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.comment_list.level-2 .info_header .left {
    justify-content: flex-end;
}
.author {
    white-space: nowrap;
}
.author a {
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.comment_list.level-1 .author a {
    color: #5d7099;
}
.comment_list.level-1 .author a:hover {
    color: #06a852;
}
.comment_list.level-2 .author a {
    color: #8090b0;
}
.comment_list.level-2 .author a:hover {
    color: rgb(30, 135, 240);
}
.info_header span {
    color: rgb(152, 173, 158);
    white-space: nowrap;
}
.comment_body {
    position: relative;
}
.comment_body p {
    padding: 8px 12px;
    border-radius: 8px;
    line-height: 1.6;
    word-break: break-word;
    font-size: 14px;
}
.comment_list.level-1 .comment_body p {
    background-color: #f1f1f1;
    position: relative;
    color: rgb(94, 94, 94);
}
.comment_list.level-2 .comment_body p {
    position: relative;
    background: #e9edfa;
    color: #44507b;
}
.comment_list.level-1 .comment_body::before {
    content:'';
    position: absolute;
    left: -10px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #f1f1f1;
    border-bottom: 8px solid transparent;
}
.comment_list.level-2 .comment_body::after {
    content:'';
    position: absolute;
    right: -10px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #eef2ff;
    border-bottom: 8px solid transparent;
}
.commentat {
    font-weight: 600;
}
.comment_list.level-1 .commentat {
    color: #555!important;
}
.comment_list.level-2 .commentat {
    color: #558aff!important;
    margin-right: 5px;
}
.at-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    opacity: 0;
    /* transition: opacity 0.2s ease, transform 0.2s ease; */
    pointer-events: none;
    z-index: 2;
    background: rgb(52 73 94 / 41%);
    font-size: 1.5rem;
}
.profile a:hover .at-symbol {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}
.floor-number {
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 4px;
    background-color: #efefef;
    color: #86909c!important;
}
.xianzan-gd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(2rem, 1fr));
    justify-items: center;
    align-items: center;
}
.xianzan-gd img {
    max-height: 25px;
    cursor: pointer;
    border: 1px solid #ededed;
}
.xianzan-gd img:hover {
    border:1px solid #5fb878;
}
.info>.comment_body>.expression>img {
    position: relative;
    top: 5px;
    max-height: 22px;
    margin-right: 2px;
}
#popabxxk {
    display: none;
    opacity: 0;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 600px) {
    .comment_body p {
        font-size: 14px;
        padding: 10px 15px;
    }
    .com_tools {
        flex-wrap: wrap;
    }
    .push_comment {
        padding: 6px 15px;
        font-size: 14px;
    }
    .topbox {
        display: none;
    }
}
.comment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(0 0 0 / 20%);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.comment-modal-overlay.activeplk {
    opacity: 1;
    visibility: visible;
}
.comment-modal-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.comment-modal {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.comment-modal-container > .comment-modal > #modal-comment-container > #divCommentPost > .form-horizontal > .avacontent> .popabxxk-content {
    margin-top: 0px;
}
.comment-modal-container > .comment-modal > #modal-comment-container > #divCommentPost > .form-horizontal > .respond_box > .commentform > .avatar_box {
    padding-top: 0px;
}
.comment-modal-container > .comment-modal > #modal-comment-container > #divCommentPost {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .comment-modal-container {
        align-items: flex-end;
        justify-content: center;
    }
    .comment-modal {
        width: 100%;
        max-width: none;
        border-radius: 16px 16px 0 0;
        padding: 20px 15px;
        transform: translateY(100%);
        max-height: 80vh;
        overflow-y: auto;
    }
    .comment-modal-overlay.activeplk .comment-modal {
        transform: translateY(0);
    }
}
.main::-webkit-scrollbar {
    width:2px;
}
.pos_fixed {
    position:sticky;
    top:0;
    z-index:99;
    background:rgb(245 246 255 / 80%);
    backdrop-filter:blur(0.5rem);
    border-radius:0px;
    height: 40px;
}
.sear {
    height:100%;
    -webkit-backdrop-filter:blur(0.5rem);
    background:#ffffffe0;
}
.commentat {
    color:#22bb6d !important;
}
/* ----------------------*/
 .zjcomment ul {
    padding:0;
}
.zjcomment ul li {
    list-style:none;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    margin-bottom:20px;
}
.zjcomment ul li .left a {
    width:42px;
    height:42px;
    display:flex;
}
.zjcomment ul li .left a img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.zjcomment ul li .left a img:hover {
    opacity:0.8;
}
.zjcomment ul li .left {
    position:relative;
}
.zjcomment ul li .right {
    width:100%;
    display:flex;
    flex-direction:column;
    position:relative;
    margin-left:8px;
    overflow:hidden;
    white-space:nowrap;
}
.zjcomment ul li .right a {
    line-height:1;
    padding-bottom:4px;
    color:#313964;
    width:100%;
    display:inline-block;
    font-size:13px;
}
.zjcomment ul li .right .body {
    background:#e9ecfe;
}
.zjcomment ul li .right .body {
    font-size:13px;
    background:#e9ecfe;
    padding:5px 7px;
    border-radius:5px;
    text-overflow:ellipsis;
    overflow:hidden;
    width:100%;
    color:#44507b;
}
.zjcomment ul li .right .meta {
    font-size:12px;
    position:absolute;
    right:0;
    color:#9498cd;
}
.zjcomment ul li .right .expression-a img {
    position:relative;
    top:5px;
    max-height:22px;
    margin-right:2px;
}
/* ----------------------*/
 .linkcontent {
    min-height:calc(160vh - 0px);
}
.linkname {
    display:flex;
    margin-bottom:8px;
    align-items:center;
    flex-direction:row;
    color:#44507b;
    font-size:14px;
}
.linkname a {
    font-size:14px;
    color:#44507b;
    cursor:pointer;
}
.linkname i {
    margin-right:2px;
}
.linkgroup {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    flex-direction:row;
}
.links_page .linkgroup .item {
    background:#ecf4f0;
}
.linkgroup .item {
    width:48%;
    display:flex;
    padding:6px;
    background:#eff1ff;
    border-radius:5px;
    margin-bottom:10px;
}
.link-avatar a {
    width:42px;
    height:42px;
    display:block;
    margin-right:7px;
}
.link-avatar img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:3px;
}
.linkgroup .item .info {
    display:inline-grid;
    flex-direction:column;
}
.linkgroup .item .info .name {
    font-size:14px;
    margin:0;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.linkgroup .item .info .name a {
    color:#40496e;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.linkgroup .item .info .description {
    font-size:12px;
    color:#a6b5ad;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.linkgroup .item:hover {
    box-shadow:0 28px 50px rgb(212 221 255);
    background:#e9ecfe;
    color:#3b3eff;
}
/* ----------------------*/
 .s_tips {
    color:#7d8e86;
}
.sebox {
    max-width:450px;
    width:100%;
    margin:0 auto;
    padding:20px;
    padding-top:100px;
}
.sebox form button {
    position:absolute;
    right:20px;
    padding:0;
    font-size:18px;
    line-height:0px;
    cursor:pointer;
}
.sebox input.sinput {
    width:100%;
    font-size:13px;
    border-radius:8px;
    padding:5px 15px;
    border-color:#535353;
    height:50px;
    border:2px solid;
}
.set {
    margin-bottom:20px;
}
.set .inner {
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.set a {
    padding:5px 10px;
    color:#5c7665;
    font-size:14px;
}
.set a.activea {
    border-bottom:2px solid #3b3eff;
    color:#3b3eff;
}
.close-full.close {
    bottom:5%;
    top:auto;
    border-radius:50%;
    padding:10px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
    background:#323232;
}
.close-full i {
    width:15px;
    height:15px;
    color:#fff;
}
button {
    margin:0px;
    padding:0px;
    border:0px;
    outline:none;
}
.modal.open {
    opacity:1;
}
.full {
    padding:0;
    background:0 0;
}
[class*=close-] {
    position:absolute;
}
.modal {
    display:none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1010;
    overscroll-behavior:contain;
    display:block;
}
.sebox form {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    flex-wrap:nowrap;
    position:relative;
}
.fulled {
    display:none;
    overflow:hidden;
}
/* 404 */
 .contentk img {
    width:70%;
    margin-top:60px;
}
.contentk {
    text-align:center;
    min-height:calc(110vh - 0px);
}
.font-dongtai {
    font-size:inherit;
}
/* ----------------------*/
 @media screen and (max-width: 780px) {
    .footer_main {
        display: none;
    }
}
.footer_main {
    position:relative;
    width:-webkit-fill-available;
    width:-moz-available;
    padding:0 10px;
    padding-bottom:40px;
    z-index:988;
    padding-bottom:0px;
}
.footer_main .inner {
    padding:15px 40px;
    background:#f6f7ff;
    border-radius:8px;
    height: 60px;
}
.footer_main .sf_wid_info {
    display:flex;
    justify-content:space-evenly;
}
span.sf_item {
    padding:4px 0;
    margin-right:12px;
}
span.sf_item a {
    display:flex;
    align-items:center;
}
.sf_item a {
    font-size:13px;
    color:#7e85ad;
}
.topbox {
    position: fixed;
    bottom: 10px;
    left: calc(50% + (1080px / 2) + 20px);
}
.gotopa {
    background:#3b3eff!important;
    ;
    color:#fff!important;
    ;
}
.darka {
    display: flex;
    flex-direction: column;
}
.darka a {
    right:-45px;
    padding:7px;
    line-height:1;
    background:#c4d0e6;
    color:#44507b;
    border-radius:8px;
    cursor:pointer;
    margin:5px 0;
}
.darka k {
    position:absolute;
    background:#3b3eff;
    color:#fff;
    border-radius:5px;
    padding:0px 5px;
    transform:scale(.8) translateX(0%) translateY(-25px);
}
/* ----------------------*/
 #menuopen {
    display:none;
}
@media screen and (max-width:780px) {
    .com_footer>.com_tools>.smile_btn {
        display:none;
    }
    .silder {
        display:none;
    }
    .footer_box-a>.up_like {
        margin-right:20px;
    }
    .left_nav {
        display:none;
    }
    #menuopen {
        display:inline-block
    }
    .search i {
        color:#fff;
    }
    .pos_fixed i {
        color:#252525!important;
    }
    .main_box {
        margin-top:0px;
    }
    .main {
        border-top-right-radius:0px;
    }
    .close-button {
        right:5px !important;
        background-color:rgb(255 255 255 / 0%) !important;
        border:0px solid #fff !important;
        top:5px !important;
    }
    .back-button {
        right:5px !important;
        background-color:rgb(255 255 255 / 0%) !important;
        border:0px solid #fff !important;
    }
    .overlay>.close-button i {
        color:#000000 !important;
    }
    .back-button i {
        color:#000000 !important;
    }
    .scroll-to-top-button i {
        color:#000000 !important;
    }
    .scroll-to-bottom-button i {
        color:#000000 !important;
    }
    .dark .overlay>.close-button i {
        color:#ffffff !important;
    }
    .dark .back-button i {
        color:#ffffff !important;
    }
    .dark .scroll-to-top-button i {
        color:#ffffff !important;
    }
    .dark .scroll-to-bottom-button i {
        color:#ffffff !important;
    }
    .scroll-to-top-button {
        right:5px !important;
        background-color:rgb(255 255 255 / 0%) !important;
        border:0px solid #fff !important;
    }
    .scroll-to-bottom-button {
        right:5px !important;
        background-color:rgb(255 255 255 / 0%) !important;
        border:0px solid #fff !important;
    }
    header {
        border-top-right-radius:0px !important;
    }
    .blog_content>.entry-content>.img_list>.list_inner>a span {
        font-size:14px;
    }
    .main_body {
        display:block;
    }
    .wrapper {
        display:block !important;
    }
    .main {
        max-width:100%;
    }
    /*
    .self-adaption {
        overflow-y:auto !important;
        max-height: calc(100vh - 0px)
    }
    body {
        overflow:hidden !important;
        position:fixed;
        top:0px;
        right:0px;
        width:100%;
        height:100%;
    }
    .adsorption_main {
        position: relative;
        padding-bottom: 140px;
    }
    */
    .adsorption_maina {
        position:relative;
        padding-bottom: 35px;
    }
    .software-templates ul {
        grid-template-columns:repeat(1, 1fr) !important;
    }
    .cat_nav>ul {
        width:100%;
    }
    .article-footer-buy .width ._left {
        margin-left:30px !important;
    }
    .article-container {
        width:100% !important;
        /* margin-top:0px !important; */
        border-radius:0px 0px 0px 0px !important;
        border:0px double #ffffff2e !important;
    }
}
.on {
    background-color:#3b3eff;
    color:#fff;
}
#progress-bar {
    position:fixed;
    top:0;
    left:0;
    width:0%;
    height:3px;
    background-color:#d0dada;
    z-index:9999;
    transition:width 0.5s ease-in-out;
}
/* ----------------------*/
 .delete-popup-container {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center;
}
.delete-popup {
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 3px 12px rgba(0, 0, 0, 0.2);
    width:280px;
    padding:20px;
    position:relative;
    text-align:center;
}
.delete-popup h3 {
    margin-top:0;
    font-size:18px;
    color:#333;
    margin-bottom:12px;
}
.delete-popup .button-container {
    display:flex;
    justify-content:center;
}
.delete-popup button {
    cursor:pointer;
    border:none;
    background:#2777ff;
    color:#fff;
    border-radius:3px;
    padding:8px 18px;
    font-size:14px;
    margin-right:10px;
    transition:all 0.3s ease-out;
}
.delete-popup button:hover {
    background:#0069d9;
}
.delete-popup button.cancel {
    background:#ddd;
    color:#333;
}
.delete-popup button.cancel:hover {
    background:#999;
}
/* ----------------------*/
 em.ranktx {
    padding:1px 4px;
    border:0px solid currentColor;
    font-size:12px;
    font-weight:500;
    vertical-align:3px;
    margin-right:5px;
    display:inline-block;
    background:currentColor;
    position:relative;
    color:#f66;
    border-radius:10px;
    border-bottom-left-radius:0;
}
em.ranktx span {
    color:#fff;
    font-style:normal;
}
em.ranktx:after {
    content:'';
    position:absolute;
    border-width:0 0 4px 8px;
    border-style:solid;
    left:0;
    top:100%;
    border-color:transparent currentColor;
}
/* ----------------------*/
 .quote {
    background:#f1f3ff;
    padding:10px 10px;
    border-radius:5px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:flex;
    margin-bottom:10px;
}
.quote img {
    border-radius:4px;
    height:25px;
    width:40px;
    margin-right:7.5px;
}
.quote .from-text {
    font-size:14px;
    color:#7d8797;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.quote .from-icon {
    margin-left:6px;
    font-size:14px;
    color:#cfcfcf;
}
/* ----------------------*/
 .lhDown {
    padding:15px 20px;
    background-color:#f6f7ff;
    overflow:hidden;
}
.lhDown .lhTitle {
    padding-left:58px;
    position:relative;
    z-index:1;
    margin-bottom:8px;
}
.lhDown .lhTitle:before {
    position:absolute;
    left:0px;
    font-size:44px;
    color:#bac2f5;
}
.lhDown .lhTit {
    margin:0px;
    padding-top:0;
    font-size:16px;
    color:#475273;
    margin:5px 0;
}
.lhDown .lhFot {
    color:#8a8a8a;
    font-size:13px;
    text-align:left;
}
.lhDown .lhFot span {
    margin-right:15px;
}
.lhDown .copyTips {
    position:fixed;
    background-color:rgb(0 0 0 / 42%);
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    padding:10px 20px;
    border-radius:5px;
    display:none;
    z-index:9;
    /* box-shadow:0 0 20px rgb(0 0 0 / 50%);
	*/
}
.lhDown ul {
    padding:0;
    margin:0;
}
.lhDown li {
    list-style:none;
    background-color:#fafbff;
    height:36px;
    line-height:36px;
    margin:5px 0;
    display:inline-block;
    width:100%;
    overflow:hidden;
}
.lhDown li .downUrl {
    display:inline-block;
}
.lhDown li .downUrl span {
    padding-left:10px;
    color:#797777;
    font-size:15px;
}
.lhDown li .downUrl span:before {
    display:inline-block;
    vertical-align:-1px;
    margin-right:5px;
    opacity:.68;
}
.lhDown li .downBtn {
    float:right;
}
.lhDown li .downBtn span {
    opacity:.4;
    font-size:13px;
}
.lhDown li .downBtn span {
    cursor:pointer;
}
.lhDown li .downBtn a {
    background-color:#e9ecfe;
    color:#9498cd;
    font-size:14px;
    min-width:60px;
    text-align:center;
    margin-left:10px;
}
.lhDown li a {
    padding:0 10px;
    display:inline-block;
    color:#2d2d2d;
}
.umBody h4 {
    font-size:16px;
}
/* ----------------------*/
 .alert {
    position:fixed;
    background-color:rgb(0 0 0 / 42%);
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    padding:10px 20px;
    border-radius:5px;
    z-index:10000;
}
/* ----------------------*/
 .dark .top_logo {
    background-color:#111324;
}
.dark .silder {
    background-color:#111324;
}
.dark .zjcomment ul li .right .body {
    background-color:#111324;
}
.dark .zjcomment ul li .right a {
    color:#9498cd;
}
.dark .pix_widget_tongji>ul>li {
    box-shadow:0px 8px 4px 0px rgb(15 17 33);
    background:linear-gradient(90deg, #161829, #816bff00);
}
.dark .left_menu_box {
    border-bottom:1px solid #1e2036;
}
.dark .special {
    border-bottom:1px solid #1e2036;
}
.dark .pix_widget_tongji {
    border-bottom:1px solid #1e2036;
}
.dark .about {
    border-bottom:1px solid #1e2036;
}
.dark .left_menu_box>ul>li>.active {
    background:#2b48ff;
    color:#fff;
}
.dark header {
    z-index:980;
    height:60px;
    background-color:#111324db;
}
.dark a {
    text-decoration:none;
    color:#dedede;
}
.dark .main {
    background:#161829;
}
.dark .pos_fixed {
    background:rgb(27 29 48 / 80%);
}
.dark .search i {
    color:#dedede;
}
.dark .container {
    background-color:#161829;
}
.dark .container>.slider-container>.cat_nav {
    border-bottom:1px solid #1e2036;
}
.dark .t_content>p {
    color:#a5a9c3;
}
.dark .blog_content>.entry-footer {
    background:#111324;
}
.dark .moment_item {
    border-bottom:1px solid #1e2036;
}
.dark .footer_main .inner {
    background:#111324;
}
.dark .ias_trigger {
    border-top:#1e2036;
}
.dark .ias_triggera {
    border-top:0px solid rgb(235, 242, 237);
}
.dark .blog_content>.ip_loca {
    color:#a5a9c3;
}
.dark .footer_meta>.left>.up_like {
    color:#8c92b3;
}
.dark .footer_meta>.left>.up_like>span, .entry-footer>.footer_meta>.left>span {
    color:#8c92b3;
}
.dark .cat_nav>ul>li>a {
    background-color:#292c45;
    color:#5b5f80;
}
.dark .cat_nav>ul>li>.active {
    background-color:#3b3eff;
    color:#fff;
}
.dark .darka a {
    background:#2b48ff00;
}
.dark .moment_item>.item_innera>.right>.top .user_meta>.title>a {
    color:#dedede;
}
.dark .right p {
    color:#a5a9c3;
}
.dark .right>.entry-footer {
    background:#111324;
}
.dark .container>.content>.blog_header>.title {
    color:#dedede;
}
.dark .container>.content>.blog_header>.msg>.header_meta span {
    color:#5b5f80;
}
.dark .container>.content>.blog_header>.msg>.cate_tag_list>li>a {
    background:#1e2139;
    color:#8c92b3;
}
.dark .container>.content>.des_box p {
    color:#a5a9c3;
}
.dark .container>.content>.des_box {
    border-top:1px solid #1e2036;
}
.dark .container>.comments {
    background:#111324;
}
.dark .respond_box>.commentform {
    border:1px solid #1e2036;
    background:#161829;
}
.dark .respond_box>.commentform>.comarea>textarea {
    background:#111324;
    border-bottom:1px solid #1e2036;
    color:#dedede;
}
.dark .comments>.commentshow {
    margin-top:40px;
    border-bottom:1px solid #1e2036;
}
.dark .info>.info_header>.left>.author>a {
    color:#dedede;
}
.dark .info>.info_header>.left>span {
    color:#5b5f80;
}
.dark .info>.comment_body>p {
    color:#a5a9c3;
}
.dark .commentat {
    color:#7786e7 !important;
}
.dark .avacontent {
    background:#292c45;
    -webkit-box-shadow:0px 3px 14px 1px #d0dada00;
}
.dark .avacontent input {
    border-color:#d9dfee;
    background:#1e2036;
    color:#dedede;
}
.dark .com_push>.push_comment {
    background:#2b48ff;
}
.dark .movemar ul li a i {
    color:#dedede;
}
.dark .movemar ul li a {
    color:#dedede;
}
.dark .movemar {
    background:rgb(27 29 48 / 80%);
    border-top:1px solid #1e2036;
}
.dark .left_menu_box ul li a:hover {
    box-shadow:0 28px 50px rgb(212 221 255 / 0%);
    background:#161829;
    color:#dedede;
}
.dark .linkgroup .item {
    background:#1e2139;
}
.dark .linkgroup .item .info .name a {
    color:#dedede;
}
.dark .linkgroup .item .info .description {
    color:#a5a9c3;
}
.dark .linkgroup .item:hover {
    box-shadow:0 28px 50px rgb(212 221 255 / 0%);
    color:#5b5f80;
    background:#292c45;
}
.dark .active:hover {
    background:#2b48ff !important;
    color:#f6f7ff !important;
}
.dark .pix_widget_tongji>ul>li>small {
    color:#a5a9c3;
}
.dark .about>ul>li {
    color:#a5a9c3;
}
.dark .moment_item>.item_inner>.user_meta>.name {
    color:#dedede;
}
.dark .post_tags a {
    display:inline-block;
    background-color:#1e2139;
    padding:.25rem .5rem;
    font-size:.75rem;
    margin:0 .5rem .5rem 0;
    border-radius:.15rem;
    color:#8c92b3 !important;
}
.dark .com_footer>.com_tools>.smile_btn {
    border:1px solid #1e2036;
    color:#a5a9c3;
}
.dark .latestbq a {
    color:#9498cd !important;
    border:1px solid #1e2036;
    background:#111324;
}
.dark .entry-footer {
    background:#111324;
}
.dark .normal_cat {
    background:rgb(44, 44, 44);
    color:rgb(255, 255, 255);
}
.dark .normal_cat span {
    background:rgb(44, 44, 44);
    color:rgb(255, 255, 255);
}
.dark .normal_cat span i {
    color:rgb(255, 255, 255);
}
.dark .quote {
    background:#111324;
}
.dark .quote .from-text {
    color:#9498cd;
}
.dark .lhDown {
    background-color:#111324;
}
.dark .lhDown li {
    background-color:#161829;
}
.dark .lhDown li .downUrl span {
    color:#dedede;
}
.dark .lhDown li .downBtn span {
    color:#dedede;
}
.dark .lhDown li .downBtn a {
    background-color:#1e2139;
    color:#8c92b3;
}
.dark .adsorption .inner {
    background:#0d0f1e;
    border-top:1px solid #0d0f1e;
}
.dark .adsorption li a i {
    color:#c7caff;
}
.dark .adsorption span {
    color:#c7caff;
}
body.dark {
    background:#0a0c19;
}
.dark .left_nav_inner {
    background:#161829;
}
.dark .left_menu_boxa ul li a {
    background:#292c45;
    color:#9498cd;
}
.dark .left_menu_boxa>ul>li>.active {
    background:linear-gradient(90deg, #3b3eff, #3b3eff);
    color:#f6f7ff;
}
.dark .active-list ul li a {
    color:#a5a9c3;
}
.dark .new-time {
    color:#a5a9c3 !important;
}
.dark .active-list ul li .ad {
    color:#a5a9c3;
}
.dark .active-list ul li {
    background-color:#111324db;
}
.dark .active-list ul li a:hover {
    color:#ebebeb
}
.dark .footer_box-a {
    background:#111324;
}
.dark .com_footer>.com_tools>.smile_btn-a {
    border:1px solid #1e2036;
    color:#a5a9c3;
}
.dark .cat_nav>ul::-webkit-scrollbar-thumb {
    background-color:#3b3eff;
}
.dark .cat_nav>ul::-webkit-scrollbar-thumb:hover {
    background-color:#acb4f7;
}
.dark .des_box-neighbour {
    background:#111324;
}
.dark .comments-neighbour {
    margin-top:30px;
    border-radius:8px;
    background:#111324;
    padding:10px;
}
.dark .comments-neighbour .commentshow {
    border-bottom:1px solid #1e2036;
}
.dark .tooltip div {
    background:#111324;
    color:#dedede;
}
.dark .tooltip span {
    color:#ffffff;
    background:rgb(44 44 44);
}
.dark .article-footer-buy>.width {
    background:#161829;
}
.dark .article-footer-buy ._desc {
    color:#7a7fae;
}
.dark .cat_nav>ul>li>a k {
    background-color:#ffffff;
}
.dark .metarm {
    background:#111324;
}
.dark .posts_show_widget ul li .title {
    color:#9498cd;
}
.dark .sticky_icona {
    background:#1b1e34 !important;
    color:#ffffff !important;
}
.dark .article-container {
    box-shadow:0 10px 60px rgb(43 47 68);
}
.dark .close-button {
    border:1px solid #2b2e40;
    background-color:#1e2139;
}
.dark .scroll-to-top-button {
    border:1px solid #2b2e40;
    background-color:#1e2139;
}
.dark .scroll-to-top-button {
    border:1px solid #2b2e40;
    background-color:#1e2139;
}
.dark .scroll-to-top-button i {
    color:#ffffff;
}
.dark .scroll-to-bottom-button {
    border:1px solid #2b2e40;
    background-color:#1e2139;
}
.dark .scroll-to-bottom-button i {
    color:#ffffff;
}
.dark .back-button {
    border:1px solid #2b2e40;
    background-color:#1e2139;
}
.dark .back-button i {
    color:#ffffff;
}
.dark .aplayer {
    background:#111324db;
    box-shadow:0 10px 60px rgb(43 47 68);
}
.dark .aplayer .aplayer-info .aplayer-music .aplayer-title {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-info .aplayer-music .aplayer-author {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-lrc p {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    color:#f7f7f7;
}
.dark .aplayer .aplayer-list ol li .aplayer-list-index {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-list ol li .aplayer-list-title {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-list ol li .aplayer-list-author {
    color:#a5a9c3;
}
.dark .aplayer .aplayer-list ol li.aplayer-list-light, .aplayer .aplayer-list ol li:hover {
    background:#14182e;
}
.dark .aplayer .aplayer-list ol li:hover {
    background:#000000;
}
.dark .des_box h1, h2, h3, h4, h5 {
    color:#9092e1;
}
.dark .des_box-neighbour p {
    font-size:14px;
    color:#a5a9c3;
    line-height:1.8;
}
.dark .overlay>.close-button i {
    color:#ffffff;
}
.dark .random {
    background-color:#161829;
}
.dark .software-templates ul li {
    background-color:#ffffff00;
}
.dark .software-templates ul li h2 a {
    color:#a5a9c3;
}
.dark .software-templates ul li .info>.other>a {
    border:1px solid #ffffff30;
    color:#dedede;
}
.dark .lh-article {
    backdrop-filter:blur(8px) saturate(180%);
    -webkit-backdrop-filter:blur(8px) saturate(180%);
    background-color:rgba(17, 25, 40, 0.75);
}
.dark .dynamic-card {
    backdrop-filter:blur(8px) saturate(180%);
    -webkit-backdrop-filter:blur(8px) saturate(180%);
    background-color:rgba(17, 25, 40, 0.75);
}
/* ----------------------*/
 .load-more-error {
    margin-top:10px;
    padding:5px;
    color:#7e85ad;
    font-size:14px;
    text-align:center;
}
.belowl {
    float:right;
    color:#88898A;
    font-size:20px;
    cursor:pointer;
    margin-right:20px;
    margin-left:auto;
    top:-6px;
}
.belowl-box {
    background:#ffffff;
    color:#333;
    border-radius:2px;
    font-size:14px;
    position:absolute;
    min-width:60px;
    right:40px;
    z-index:999;
    text-align:center;
    list-style-type:none;
    box-shadow:0px 0px 3px rgb(70 70 70 / 30%);
    top:15px;
}
.belowl-box li a {
    padding:7px 13px;
    display:inline-block;
    color:#9c9898;
}
.belowl-box li a:hover {
    background-color:#e9ecfe;
    text-decoration:none;
    color:#9498cd;
}
.popup {
    display:none;
}
/* ----------------------*/
 .video_play_btn i {
    font-size:20px;
    color:#ffffff;
    background:#252525d4;
    padding:3px 8px;
    border-radius:5px;
}
.local_player {
    max-width:420px;
    width:100%;
    margin-top:10px;
    position:relative;
    border-radius:5px;
    overflow:hidden;
}
.video_play_btn {
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:98;
    cursor:pointer;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.local_player a {
    color:#4f5e9100 !important;
}
video {
    max-width:100%;
    height:auto;
    box-sizing:border-box;
}
.bili_player {
    position:relative;
    height:0;
    padding-top:54%;
    max-width:419px;
    width:100%;
    border-radius:5px;
    overflow:hidden;
    margin-top:10px;
}
.bili_player iframe {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
/* ----------------------*/
 .adsorption {
    /* position: fixed !important; */
    /* bottom: 0; */
    /* max-width: 960px; */
    /* z-index: 898; */
    /* width: 100%; */
    display: none;
    /* left: 1vw; */
    /* right: 1vw; */
}
@media screen and (max-width:768px) {
    .adsorption {
        display:block
    }
}
.adsorption .inner {
    flex-flow:nowrap;
    display:flex;
    justify-content:space-between;
}
.adsorption .inner {
    display:flex;
    justify-content:space-between;
    padding:10px 8px;
    background:#fff;
    border-top:1px solid #eaeaea;
    align-items:center;
    height: 60px;
}
.adsorption .inner .item {
    display:flex;
    justify-content:space-around;
    width:100%;
    flex:1;
}
.adsorption li {
    list-style:none;
    display:flex;
    align-items:center;
}
.adsorption li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#9098a7;
    margin-bottom:0px;
    font-size:14px;
}
.adsorption li a i {
    line-height:1;
    margin-bottom:2px;
    color:#181818;
}
.adsorption span {
    margin-bottom:0px;
    font-size:14px;
    color:#9098a7;
    font-weight:600;
}
/* ----------------------*/
 .loader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(247, 249, 254, 0.8);
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center;
    backdrop-filter:blur(0.5rem);
}
.loader::before {
    content:"";
    width:30px;
    height:30px;
    border-radius:50%;
    border:2px solid #ddd;
    border-top-color:#777;
    animation:spin 1.5s linear infinite;
    z-index:9999;
}
.loading-content {
    transition:opacity .5s ease-in-out;
}
@keyframes spin {
    to {
        transform:rotate(360deg);
    }
}
/* ----------------------*/
 .wrapper {
    display:flex;
}
.left_nav {
    width:8%;
    position:sticky;
    top:0;
    z-index:1000;
}
.left_nav_inner {
    background:#f6f7ff;
    display:flex;
    flex-direction:column;
    height:100%;
    border-top-left-radius:12px;
}
.uk-sticky {
    position:relative;
    box-sizing:border-box;
}
.top_logoa {
    padding:0;
    text-align:center;
    padding-top:15px;
    margin-bottom:15px;
}
.top_logoa img {
    height:32px;
}
.top_logoa .close_bar {
    display:block;
    padding-top:20px;
}
.top_logoa .close_bar img {
    width:38px;
    height:38px;
}
.left_menu_boxa ul {
    padding:0 10px;
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    flex-wrap:nowrap;
    border:none;
}
.left_menu_boxa ul li {
    width:auto;
}
.left_menu_boxa ul li a {
    justify-content:center;
    padding:12px;
}
.left_menu_boxa ul li a {
    display:flex;
    width:100%;
    padding:12px 15px;
    border-radius:12px;
    margin-bottom:15px;
    align-items:center;
    flex-direction:row;
    justify-content:flex-start;
    flex-wrap:nowrap;
    align-content:center;
    position:relative;
    background:#e9ecfe;
    color:#9498cd;
}
.left_menu_boxa ul li a i {
    margin:0;
}
.left_menu_boxa ul li i {
    line-height:1;
    font-size:18px;
    margin-right:8px;
}
.left_menu_boxa ul li a span {
    display:none;
}
.left_menu_boxa ul li a {
    justify-content:center;
    padding:10px;
}
.left_menu_boxa>ul>li>.active {
    background:linear-gradient(90deg, #4832ff, #816bff);
    color:#f6f7ff;
}
.left_menu_boxa ul li a:hover {
    background:#e9ecfe;
    color:#3b3eff;
}
span.menu_tips {
    position:absolute;
    font-size:12px;
    right:0;
    padding:4px 8px;
    background:#e9ecfe;
    color:#5c688f;
    border-radius:3px;
    transform:translateX(110%);
    white-space:nowrap;
    z-index:99;
}
/* ----------------------客服*/
 .lhlxkf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.lhlxkf-overlay.lhlxkf-active {
    opacity: 1;
    visibility: visible;
}
.lhlxkf-lxkf-wrapper {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 769px) {
    .lhlxkf-lxkf-wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.95);
    }
    .lhlxkf-lxkf-wrapper.lhlxkf-active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }
    .adsorption {
    }
}
@media (max-width: 768px) {
    .lhlxkf-lxkf-wrapper {
        top: auto;
        left: 0;
        right: 0;
        bottom: -105%;
        max-width: none;
        border-radius: 16px 16px 0 0;
        transform: none;
    }
    .lhlxkf-lxkf-wrapper.lhlxkf-active {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}
.lhlxkf-map-container {
    width: 100%;
    height: 200px;
    background: #e5e7eb url('/zb_users/theme/Moments/imagesa/dt.png') no-repeat center;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #f0f2f5;
}
.lhlxkf-map-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.lhlxkf-address-info {
    position: absolute;
    bottom: 0;
    inset-x: 0;
    padding: 16px;
    color: #fff;
}
.lhlxkf-address-title {
    font-size: 16px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.lhlxkf-address-title::before {
    content:"📍";
    margin-right: 8px;
}
.lhlxkf-address-detail {
    font-size: 14px;
    line-height: 1.5;
}
.lhlxkf-zip-code {
    font-size: 13px;
    margin-top: 5px;
    opacity: 0.9;
}
.lhlxkf-service-cards {
    display: flex;
    padding: 8px;
    gap: 8px;
    background: #f2f2f2;
}
.lhlxkf-service-card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #f0f2f5;
    min-height: 180px;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.lhlxkf-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.lhlxkf-default-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 16px;
}
.lhlxkf-service-card:hover .lhlxkf-default-content {
    display: none;
}
.lhlxkf-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}
.lhlxkf-qq-icon {
    background: #12b7f5;
}
.lhlxkf-wx-icon {
    background: #07c160;
}
.lhlxkf-default-content h3 {
    font-size: 17px;
    color: #1d2129;
    margin-bottom: 10px;
}
.lhlxkf-contact-link {
    color: #1a73e8;
    text-decoration: none;
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 6px;
    background: #f0f7ff;
    transition: all 0.2s ease;
}
.lhlxkf-contact-link:hover {
    background: #e0ecff;
}
.lhlxkf-qrcode-content {
    display: none;
    position: absolute;
    inset: 0;
    padding: 16px;
    align-items: center;
    justify-content: center;
}
.lhlxkf-service-card:hover .lhlxkf-qrcode-content {
    display: flex;
}
.lhlxkf-qrcode-content img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 3px solid white;
    border-radius: 8px;
}
/* ----------------------*/
 .priceflex {
    position:absolute;
    padding:0 5px;
    background:#ee5655;
    border-radius:20px 20px 20px 0;
    height:25px;
    margin-top:-29px;
}
.priceflex span {
    color:#fff;
    line-height:25px;
    font-size:15px;
    font-weight:700;
    display:inline-block;
    -webkit-transform:scale(.8);
    transform:scale(.8);
}
/* ----------------------*/
 .active-list ul li {
    width:100%;
    margin-bottom:8px;
    display:inline-block;
    padding:10px 20px 10px;
    background-color:#fff;
}
.active-list ul li a {
    height:35px;
    line-height:35px;
    display:block;
    float:left;
    font-size:15px;
    color:#4b4b5c;
    max-width:calc(100% - 120px);
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
    text-indent:8px;
}
.active-list ul li a:hover {
    color:#44507b;
}
.active-list ul li .ad {
    height:35px;
    line-height:35px;
    display:block;
    font-size:15px;
    color:#c2c2c2;
    width:100%;
    text-align:right;
    padding:0px 10px 0px;
}
.active-list ul li font {
    height:35px;
    line-height:35px;
    display:block;
    font-size:15px;
    color:#c2c2c2;
    /* width:60px;
	*/
    text-align:right;
}
.active-list ul li em {
    width:22px;
    height:22px;
    float:left;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #f1f1f1;
    display:flex;
    margin-top:7px;
}
.active-list ul li em img {
    width:100%;
    height:100%;
    transition:all 1s;
}
.layui-clear {
    padding:0 0px 0px;
}
.fufeixm {
    height:35px;
    line-height:35px;
    padding:0px 4px;
    color:#fff;
    font-size:10px;
    margin-left:4px;
    vertical-align:1px;
    border-radius:3px;
    background-color:#ee5655;
    margin-left:0px;
    margin-right:4px;
}
/* ----------------------*/
 .userbj {
    width:100%;
    background-size:100% 100%;
    position:relative;
    overflow:hidden;
    height:200px;
    border:1px solid #ffffff00;
}
.index_innera {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-filter:blur(40px);
    filter:blur(40px);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.userbj>.user_info {
    position:absolute;
    bottom:10%;
    right:8%;
}
.userbj>.user_info>.box {
    display:flex;
    align-items:center;
}
.imgbg .hsbg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.1);
}
.user_info {
    position:absolute;
    bottom:10%;
    right:8%;
}
.coverjs {
    position:absolute;
    color:#fff;
    font-size:16px;
    text-shadow:0 0 4px rgb(0 0 0 / 50%);
    margin:85px 40px;
}
.coverjs p {
    color:#fff;
    font-size:16px;
}
#refresh-button {
    position:absolute;
    top:10px;
    right:15px;
    color:white;
    cursor:pointer;
}
#refresh-button:hover {
    color:#4b74ff;
}
#refresh-button i {
    font-size:20px;
    cursor:pointer;
}
#refresh-buttona {
    position:absolute;
    top:19px;
    right:19px;
    color:white;
    cursor:pointer;
}
#refresh-buttona i {
    color:#ffffff;
    font-size:15px;
    cursor:pointer;
    transition:transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    padding:5px;
    border-radius:50%;
    background-color:rgba(0, 0, 0, 0.2);
}
#refresh-buttona i:hover {
    transform:scale(1.2);
    color:#ffffff;
    background-color:rgba(0, 0, 0, 0.5);
}
/* ----------------------*/
 .cl:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden
}
.vm {
    vertical-align:middle
}
.comiis_poster_box {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1300;
    background:rgb(0 0 0 / 44%);
    color:#fff;
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    opacity:0
}
.comiis_poster_box img {
    display:initial;
}
.comiis_poster_box_show {
    opacity:1
}
.comiis_poster_fdico {
    position:fixed;
    z-index:100
}
.comiis_poster_fdico a {
    display:block;
    width:46px;
    height:46px;
    text-align:center;
    border-radius:50%;
    overflow:hidden;
    margin-top:10px
}
.comiis_poster_fdico a img {
    width:16px;
    height:16px;
    padding-top:8px;
    overflow:hidden
}
.comiis_poster_fdico a span {
    display:block;
    font-size:calc(20px/2);
    margin-top:2px;
    overflow:hidden
}
.comiis_poster_okimg, .comiis_poster_imgshow {
    height:calc(100% - 55px);
    text-align:center
}
.comiis_poster_okimg img {
    max-width:calc(100% - 40px);
    max-height:calc(100% - 90px);
    margin:85px 0px 10px;
    border-radius:6px;
}
.comiis_poster_oktit {
    padding:0 10px;
    height:30px;
    line-height:30px;
    font-size:14px;
    text-align:center;
    overflow:hidden
}
.comiis_poster_okclose {
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    height:60px;
    text-align:center;
    overflow:hidden
}
.comiis_poster_okclose a {
    display:block;
    height:60px;
    line-height:40px;
    overflow:hidden
}
.comiis_poster_okclose a img {
    width:40px;
    height:40px
}
.loading_color {
    width:200px;
    height:80px;
    margin:0 auto
}
.loading_color span {
    display:inline-block;
    width:3px;
    height:30px;
    animation-name:scale;
    -webkit-animation-name:scale;
    -moz-animation-name:scale;
    -ms-animation-name:scale;
    -o-animation-name:scale;
    animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -o-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite
}
.loading_color span.loading_color1 {
    background:#2ecc71
}
.loading_color span.loading_color2 {
    background:#3498db
}
.loading_color span.loading_color3 {
    background:#9b59b6
}
.loading_color span.loading_color4 {
    background:#e67e22
}
.loading_color span.loading_color5 {
    background:#c0392b
}
.loading_color span.loading_color6 {
    background:#e74c3c
}
.loading_color span.loading_color7 {
    background:#e74c8c
}
.loading_color1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s;
    -moz-animation-delay:-1s;
    -ms-animation-delay:-1s;
    -o-animation-delay:-1s
}
.loading_color2 {
    animation-delay:-0.9s;
    -webkit-animation-delay:-0.9s;
    -moz-animation-delay:-0.9s;
    -ms-animation-delay:-0.9s;
    -o-animation-delay:-0.9s
}
.loading_color3 {
    animation-delay:-0.8s;
    -webkit-animation-delay:-0.8s;
    -moz-animation-delay:-0.8s;
    -ms-animation-delay:-0.8s;
    -o-animation-delay:-0.8s
}
.loading_color4 {
    animation-delay:-0.7s;
    -webkit-animation-delay:-0.7s;
    -moz-animation-delay:-0.7s;
    -ms-animation-delay:-0.7s;
    -o-animation-delay:-0.7s
}
.loading_color5 {
    animation-delay:-0.6s;
    -webkit-animation-delay:-0.6s;
    -moz-animation-delay:-0.6s;
    -ms-animation-delay:-0.6s;
    -o-animation-delay:-0.6s
}
.loading_color6 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s;
    -moz-animation-delay:-0.5s;
    -ms-animation-delay:-0.5s;
    -o-animation-delay:-0.5s
}
.loading_color7 {
    animation-delay:-0.4s;
    -webkit-animation-delay:-0.4s;
    -moz-animation-delay:-0.4s;
    -ms-animation-delay:-0.4s;
    -o-animation-delay:-0.4s
}
@-webkit-keyframes scale {
    0%, 40%, 100% {
        -moz-transform:scaleY(0.2);
        -ms-transform:scaleY(0.2);
        -o-transform:scaleY(0.2);
        -webkit-transform:scaleY(0.2);
        transform:scaleY(0.2)
    }
    20%, 60% {
        -moz-transform:scaleY(1);
        -ms-transform:scaleY(1);
        -o-transform:scaleY(1);
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
@-moz-keyframes scale {
    0%, 40%, 100% {
        -moz-transform:scaleY(0.2);
        -ms-transform:scaleY(0.2);
        -o-transform:scaleY(0.2);
        -webkit-transform:scaleY(0.2);
        transform:scaleY(0.2)
    }
    20%, 60% {
        -moz-transform:scaleY(1);
        -ms-transform:scaleY(1);
        -o-transform:scaleY(1);
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
@-ms-keyframes scale {
    0%, 40%, 100% {
        -moz-transform:scaleY(0.2);
        -ms-transform:scaleY(0.2);
        -o-transform:scaleY(0.2);
        -webkit-transform:scaleY(0.2);
        transform:scaleY(0.2)
    }
    20%, 60% {
        -moz-transform:scaleY(1);
        -ms-transform:scaleY(1);
        -o-transform:scaleY(1);
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
@keyframes scale {
    0%, 40%, 100% {
        -moz-transform:scaleY(0.2);
        -ms-transform:scaleY(0.2);
        -o-transform:scaleY(0.2);
        -webkit-transform:scaleY(0.2);
        transform:scaleY(0.2)
    }
    20%, 60% {
        -moz-transform:scaleY(1);
        -ms-transform:scaleY(1);
        -o-transform:scaleY(1);
        -webkit-transform:scaleY(1);
        transform:scaleY(1)
    }
}
.comiis_poster_box_img {
    position:fixed;
    top:-2999px;
    width:360px;
    overflow:hidden;
    background:#fff;
}
.comiis_poster_img {
    width:100%;
    max-height:280px;
    overflow:hidden;
    position:relative;
}
.comiis_poster_img img {
    width:100%;
    height:auto
}
.comiis_poster_img .img_time {
    position:absolute;
    left:30px;
    bottom:20px;
    width:96px;
    line-height:36px;
    font-size:70px;
    text-align:center;
    font-weight:500;
    color:#fff;
    text-shadow:1px 0px 20px rgba(0, 0, 0, 0.2)
}
.comiis_poster_img .img_time span {
    display:block;
    margin-top:16px;
    border-top:3px solid #fff;
    font-weight:500;
    font-size:24px
}
.comiis_poster_tit {
    margin:22px 28px 28px;
    height:100px;
    line-height:50px;
    font-size:36px;
    font-weight:400;
    color:#222;
    overflow:hidden
}
.comiis_poster_tita {
    /* text-align:center;
	*/
    padding:10px 30px 10px;
    max-height:88px;
    line-height:32px;
    font-size:24px;
    font-weight:400;
    color:#222;
    overflow:hidden;
}
.comiis_poster_txta {
    margin:0px 28px;
    min-height:68px;
    max-height:136px;
    line-height:34px;
    font-size:18px;
    font-weight:400;
    color:#aaa;
    overflow:hidden;
}
.comiis_poster_user {
    padding:0 29px 10px;
    height:46px;
    line-height:46px;
    font-size:20px;
    overflow:hidden
}
.comiis_poster_user .kmdico {
    float:left;
    margin-left:2px;
    margin-top:18px;
    height:10px
}
.comiis_poster_user .kmuser {
    float:right;
    color:#369
}
.comiis_poster_user .kmuser img {
    float:left;
    width:46px;
    height:46px;
    margin-right:12px;
    border-radius:50%
}
.comiis_poster_user .kmuser .kmby {
    float:left;
    margin-right:15px;
    color:#ccc
}
.comiis_poster_user_mt {
    margin-top:20px
}
.comiis_poster_tops {
    padding:8px 15px;
    height:40px;
    line-height:40px;
    font-size:22px;
    color:#666;
    overflow:hidden
}
.comiis_poster_imgs {
    width:100%;
    height:300px;
    position:relative
}
.comiis_poster_imgs .kmbkbg {
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:250px;
    overflow:hidden
}
.comiis_poster_imgs .kmbkbg img {
    width:100%;
    height:auto;
    object-fit:cover;
    overflow:hidden
}
.comiis_poster_imgs .kmbkimg {
    position:absolute;
    left:50%;
    bottom:0;
    background:#fff;
    margin-left:-55px;
    width:110px;
    height:110px;
    border-radius:6px
}
.comiis_poster_imgs .kmbkimg img {
    width:100px;
    height:100px;
    margin:5px;
    border-radius:6px
}
.comiis_poster_tits {
    text-align:center;
    padding:15px 28px 10px;
    height:40px;
    line-height:40px;
    font-size:32px;
    font-weight:400;
    color:#369;
    overflow:hidden
}
.comiis_poster_txts {
    margin:5px 28px;
    min-height:68px;
    max-height:170px;
    line-height:34px;
    font-size:24px;
    font-weight:400;
    color:#666;
    overflow:hidden
}
.comiis_poster_dico {
    padding:20px 29px
}
.comiis_poster_nqmpfhx {
    background:none
}
.comiis_poster_x {
    width:100%;
    height:35px;
    background:url(../../Moments/plugin/img/poster_x.jpg) repeat-x center;
    overflow:hidden;
}
.comiis_poster_foot {
    padding:10px 28px 10px;
    height:100px;
    box-sizing:initial;
    overflow:hidden;
}
.comiis_poster_foot .kmzw {
    float:left;
    margin-left:1px;
    margin-right:12px;
    width:80px;
    height:80px;
}
.comiis_poster_foot .kmzwtip {
    margin-top:13px;
    height:100px;
    line-height:26px;
    font-size:20px;
    color:#aaa;
}
.comiis_poster_foot .kmzwtips {
    float:left;
    margin-top:12px;
    height:68px;
    line-height:36px;
    font-size:22px;
    color:#aaa
}
.comiis_poster_foot .kmewm {
    float:right;
    width:80px;
    height:80px;
}
.comiis_poster_fdico *, #comiis_poster_box * {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.comiis_poster_fdico {
    bottom:82px;
    left:12px;
}
.comiis_poster_a, .comiis_footer_scroll a.comiis_poster_a {
    /* background:rgba(0,0,0,0.6);
	*/
}
.comiis_poster_a span, .comiis_poster_a i {
}
em, cite, i {
    font-style:normal;
}
a.comiis_poster_a:hover {
}
.ewbg {
    width:480px;
    height:460px;
    background:url(images/ewbg.jpg) center center no-repeat;
    background-size:100%;
    box-sizing:border-box;
    padding-top:270px;
}
.ewbg p {
    margin-left:80px;
    margin-bottom:10px;
    margin-top:10px;
}
.ewfl {
    margin-left:55px;
    margin-top:30px;
    font-size:24px;
    font-weight:bold;
}
.ewfl span {
    color:rgba(255, 51, 0, 1);
    margin:0 5px;
}
.ewbottom {
    margin-top:85px;
    width:100px;
    height:100px;
    overflow:hidden;
    margin-left:65px;
}
.Likez {
    font-size:12px !important;
    color:#f56b41 !important;
    cursor:pointer;
}
.Likeq {
    font-size:12px !important;
    color:#44507b !important;
    cursor:pointer;
}
/* ----------------------*/
 .slideshow-container {
    position: relative;
    height: 230px;
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
}
@media (max-width:600px) {
    .slideshow-container {
        height: 210px!important;
        padding: 0 0%!important;
    }
    .slide {
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15)!important;
        border-radius:0px!important;
    }
}
.slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.slide-item {
    width: calc(100% - 4px);
    margin: 0 2px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.slide-item.active {
    z-index: 2;
}
.slide {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.preva, .nexta {
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.slideshow-container:hover .preva, .slideshow-container:hover .nexta {
    opacity: 1;
    visibility: visible;
}
.preva:hover, .nexta:hover {
    background: rgba(0, 0, 0, 0.7);
}
.preva {
    left: 2px;
}
.nexta {
    right: 2px;
}
.dot-container {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 5px 0;
}
.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
    outline: none;
}
.dot.activelb {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    z-index: 5;
    white-space: nowrap;
}
.xcus_shopcat_div, .xcus-art-butdiv, .music {
    display: none;
}
.music {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
}
.modal-content {
    margin: 15% auto;
    width: 80%;
    max-width: 300px;
}
.fade-in {
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tooltip {
    border-radius: 8px;
    width: 100%;
}
.tooltip span {
    float: right;
    color: #e4393c;
    font-size: 12px;
    padding: 3px 8px;
    background: #e9ecfe;
    border-radius: 3px;
    cursor: pointer;
}
.tooltip k {
    color: #ff0004;
    font-size: 14px;
    padding: 5px;
}
.tooltip div {
    background: #f6f7ff;
    font-size: 13px;
    color: #9fa4d3;
    padding: 10px;
}
.darka a span {
    display: none;
}
.darka a:hover span {
    display: block;
    position: absolute;
    font-size: 12px;
    padding: 3px 8px;
    background: #e9ecfe;
    color: #5c688f;
    border-radius: 3px;
    transform: translateX(50%);
    white-space: nowrap;
    z-index: 99;
}
.article-footer-buy {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 511;
}
.article-footer-buy>.width {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    background: #f6f7ff;
}
.article-footer-buy .width ._left {
    line-height: 47px;
    margin-left: 300px;
}
.article-footer-buy ._price {
    color: #f30;
    font-size: 24px;
    font-weight: 700;
}
.article-footer-buy ._desc {
    margin-left: 20px;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}
.article-footer-buy ._left ._price i, .article-footer-buy ._left ._price k {
    font-size: 14px;
    font-style: normal;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.buy-vip-notice:after {
    position: absolute;
    bottom: -12px;
    left: 15px;
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fcd9c1;
}
.article-footer-buy ._right {
    background: #6877a3;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    width: 65px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    margin-right: 30px;
}
/* ----------------------*/
 .posts_show_widget ul li {
    list-style:none;
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:20px;
}
.posts_show_widget ul li .image a {
    width:42px;
    height:42px;
    display:flex;
}
.posts_show_widget ul li .image img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.posts_show_widget ul li .image img:hover {
    opacity:0.8;
}
.posts_show_widget ul li .info {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width:100%;
    margin-left:8px;
}
.posts_show_widget ul li .title {
    font-size:14px;
    color:#7781a7;
}
.posts_show_widget ul li .title a {
    color:#313964;
}
.nowrap {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    font-weight:unset;
}
.metarm {
    color:#9498cd;
    font-size:12px;
    margin-top:5px;
    background:#f1f3fb;
}
/* 音乐 */
 .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease, background-color 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.popup-overlay.activesd {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}
.ejectnr {
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}
.popup-overlay.activesd .ejectnr {
    transform: translateY(0);
}
@media (min-width: 1100px) {
    .ejectnr {
        width: 1080px;
    }
}
@-webkit-keyframes slideUpab {
    from {
        -webkit-transform:translateY(100%);
    }
    to {
        -webkit-transform:translateY(0);
    }
}
@keyframes slideUpab {
    from {
        transform:translateY(100%);
    }
    to {
        transform:translateY(0);
    }
}
/*
 @media (max-width: 600px) {
    #article-container, .article-container {
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
    }
}
*/

/*
.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgb(0 0 0 / 20%);
    background-size:cover;
    background-position:center center;
    z-index:1020;
    display:none;
    justify-content:center;
    height: 100% !important;
}
*/



/*--------------------------------------内容弹出层------------------------------------------ */
 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* backdrop-filter: blur(1px); */
}
.overlay-content {
    width: 100%;
    height: 100%;
    max-width: 800px;
    height: 98vh;
    max-height: 800px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(160, 140, 179, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(160, 140, 179, 0.08);
}
.cat-ear {
    position: absolute;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #f0e6fa, #e6d9f2);
    top: -10px;
    z-index: 11;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0 -3px 6px rgba(160, 140, 179, 0.12);
    transform-origin: bottom center;
    animation: earWiggle 4s ease-in-out infinite;
}
.cat-ear.left {
    left: 35px;
    transform: rotate(-28deg);
}
.cat-ear.right {
    right: 35px;
    transform: rotate(28deg);
}
@keyframes earWiggle {
    0%, 100% {
        transform: rotate(-28deg) scale(1);
    }
    25% {
        transform: rotate(-23deg) scale(1.08);
    }
    75% {
        transform: rotate(-33deg) scale(1.08);
    }
}
.cat-ear.right {
    animation: earWiggleRight 4s ease-in-out infinite;
}
@keyframes earWiggleRight {
    0%, 100% {
        transform: rotate(28deg) scale(1);
    }
    25% {
        transform: rotate(33deg) scale(1.08);
    }
    75% {
        transform: rotate(23deg) scale(1.08);
    }
}
.playheader {
    height: 50px;
    background: linear-gradient(135deg, #f4f4f4, #faf3ff);
    color: #5a5466;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    box-shadow: 0 2px 12px rgba(160, 140, 179, 0.06);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.playheader .bubble, .playheader .sparkle {
    position: absolute;
    z-index: 1;
}
.playheader .bubble {
    background-color: rgba(160, 140, 179, 0.18);
    border-radius: 50%;
    animation: float 5s ease-in-out infinite;
}
.playheader .bubble1 {
    width: 16px;
    height: 16px;
    top: 14px;
    left: 90px;
    animation-delay: 0s;
}
.playheader .bubble2 {
    width: 10px;
    height: 10px;
    top: 30px;
    right: 100px;
    animation-delay: 1.2s;
}
.playheader .bubble3 {
    width: 20px;
    height: 20px;
    bottom: 8px;
    left: 55%;
    transform: translateX(-50%);
    animation-delay: 0.6s;
}
.playheader .bubble4 {
    width: 8px;
    height: 8px;
    top: 18px;
    right: 140px;
    animation-delay: 1.5s;
}
.playheader .bubble5 {
    width: 12px;
    height: 12px;
    bottom: 12px;
    left: 35%;
    animation-delay: 0.9s;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-6px) translateX(5px);
    }
}
.playheader .sparkle {
    width: 4px;
    height: 4px;
    background-color: rgba(160, 140, 179, 0.7);
    border-radius: 50%;
    animation: sparkle 2.5s ease-in-out infinite;
}
.playheader .sparkle1 {
    top: 22px;
    left: 22%;
    animation-delay: 0s;
}
.playheader .sparkle2 {
    top: 12px;
    right: 32%;
    animation-delay: 0.7s;
}
.playheader .sparkle3 {
    bottom: 18px;
    right: 22%;
    animation-delay: 1.2s;
}
@keyframes sparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0.6);
    }
    50% {
        opacity: 1;
        transform: scale(1.4);
    }
}
.playarticle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    padding: 4px 80px;
    border-radius: 20px;
    color: #70687f;
}
.playarticle::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(160 140 179 / 16%);
    border-radius: 10px;
    transform: scaleX(0.92);
    opacity: 0.8;
    z-index: -1;
    animation: titlePulse 3.5s ease-in-out infinite;
}
@keyframes titlePulse {
    0%, 100% {
        transform: scaleX(0.92);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}
.playleft, .playright {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.25s ease;
    position: relative;
    z-index: 5;
    color: #5a5466;
    cursor: pointer;
    background-color: rgba(160, 140, 179, 0.05);
}
.playleft:hover, .playright:hover {
    background-color: rgba(160, 140, 179, 0.15);
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(160, 140, 179, 0.12);
}
.playleft:active, .playright:active {
    transform: scale(0.95);
    box-shadow: 0 1px 4px rgba(160, 140, 179, 0.08);
}
.tccxdcd {
    height: 60px;
    background: linear-gradient(313deg, #ececec, #fcfaff);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 25px;
    z-index: 1000;
    position: relative;
}
.tccxdcd::before {
    content:'';
    position: absolute;
    width: 98%;
    height: 44px;
    background-color: rgb(160 140 179 / 10%);
    border-radius: 15px;
}
.tccxdcd .pillow {
    position: absolute;
    width: 32px;
    height: 16px;
    background-color: rgba(160, 140, 179, 0.22);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
    z-index: 1;
    animation: pillowBounce 3.5s ease-in-out infinite;
}
.tccxdcd .pillow1 {
    left: 27%;
    animation-delay: 0s;
}
.tccxdcd .pillow2 {
    right: 27%;
    animation-delay: 0.6s;
}
@keyframes pillowBounce {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.2);
    }
}
.tccxdcd .star {
    position: absolute;
    color: rgba(160, 140, 179, 0.7);
    font-size: 8px;
    z-index: 1;
    animation: twinkle 3.5s ease-in-out infinite;
}
.tccxdcd .star1 {
    top: 18px;
    left: 20%;
    animation-delay: 0s;
}
.tccxdcd .star2 {
    top: 28px;
    right: 20%;
    animation-delay: 1.1s;
}
.tccxdcd .star3 {
    bottom: 12px;
    left: 48%;
    animation-delay: 0.6s;
}
@keyframes twinkle {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}
.popmenu {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.popmenu span {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    background-color: rgba(160, 140, 179, 0.06);
    border: 1.5px dashed rgba(160, 140, 179, 0.3);
    cursor: pointer;
}
.popmenu span:not([style*="display: none"]):hover {
    background-color: rgba(160, 140, 179, 0.18);
    transform: scale(1.12);
    box-shadow: 0 3px 9px rgba(160, 140, 179, 0.12);
    border-style: solid;
    border-color: rgba(160, 140, 179, 0.5);
}
.popmenu span:active {
    transform: scale(0.95);
}
.popmenu span[style*="display: none"] {
    display: none !important;
}
.popmenu i {
    color: #000000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
}
@media (min-width: 800px) {
    .drag-window .topnoa {
        top: 50px;
        margin-bottom: 50px;
        max-height: 650px;
    }
}
@media (max-width: 680px) {
    .overlay-content {
        border-radius: 0;
        height: 100%;
        max-height: none;
    }
.cat-ear.left {
    left: 25px;
}
.cat-ear.right {
    right: 25px;
}
.tccxdcd .pillow1 {
    left: 25px;
}
.tccxdcd .pillow2 {
    right: 25px;
}
    .playarticle {
        font-size: 16px;
    }
    .popmenu {
        width: 38px;
        height: 38px;
    }
    .popmenu span {
        width: 32px;
        height: 32px;
        border-radius: 16px;
    }
}
 .article-container {
    flex: 1;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
}
.article-container > .container>.content>.des_box {
    padding: 0px 0px 0px 0px;
}
.article-container > .container>.content>.des_box p {
    margin: 10px 0px 0px 0px;
    margin-bottom: 0px;
    line-height: 1.8;
}
.article-container > .container > .random {
    padding: 15px 0px 0px 0px;
}
.article-container > .container>.content > .blog_header>.msg {
    margin: 0px 0px 20px 0px;
}
.article-container>.container>#listTemplate {
    padding:10px 0px 10px 0px;
}
.article-container>.container>#listTemplate>.software-templates {
    padding: 0px 5px 0px 5px;
}
.article-container>.container>.slider-container>.cat_nav {
    padding: 10px 0px 10px 0px
}
.article-container>.container>.slider-containera>.cat_nav {
    padding: 10px 0px 10px 0px
}
.article-container .container .moment_list > .moment_item {
    padding: 10px 0px 10px 0px;
}
.article-container > .container>.content > .des_box > .xcus_shop {
    padding: 0px;
    border: 0px solid #e4e8eb;
    margin: 0px 0;
}
.article-container > .container > .comments {
    padding: 0px 0px 0px 0px;
}
.article-container > .container > .slider-container {
    top: -10px;
}
.article-container > .container > .slider-container > .cat_nav > .belowl {
    margin-right: 10px;
}
.article-container>.container>.tooltip div {
    padding: 10px 0px 10px 0px;
}
.article-container>.index_innerk>.index_inner {
    padding-left: 10px;
}
.article-container>.index_innerka>.index_inner {
    padding-left: 10px;
}
.article-container > .container > .comments-jia > .comments {
    border-radius: 0px;
    padding: 10px 0px 0px 0px;
}
.article-container > .container > .comments-jia > .comments > #divCommentPost {
    margin-bottom: 0px;
}
.article-container > .index_innerk > .index_inner > .background-image {
    border-radius: 5px;
}
.article-container > .index_innerka > .index_inner > .background-image {
    border-radius: 5px;
}
.article-container > .container > .dynamic-list {
    padding: 0px 0px 0px 0px;
}
.article-container > .lhpla-comment-bar {
    margin-bottom: 60px;
}
/*-------------------------------------------------------------------------------- */



.article-container img {
    height:auto;
    max-width:100%;
}
.overlay>.close-button i {
    font-size:25px;
    color:#6a6d93;
}
.article-container>header {
    display:none;
}
.article-container>.container>.content>.des_box>.pc-slide>.preview {
    display:none;
}
.article-container>.container>.comments>.commentshow>.comment_list>.comment_item>.info>.comment_body>.expression>#divCommentPost>.form-horizontal>.respond_box>.commentform>.com_footer>.com_tools>.smile_btn {
    display:none;
}
.article-container>.container>.linkcontent>.comments-neighbour>.commentshow>.comment_list>.comment_item>.info>.comment_body>.expression>#divCommentPost>.form-horizontal>.respond_box>.commentform>.com_footer>.com_tools>.smile_btn {
    display:none;
}
.article-container>.container>.comments>#divCommentPost>.form-horizontal>.avacontent {
    width:100%;
    margin-top:10px;
    position:unset;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap:10px;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper>.swiper-slideimg {
    position:relative;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper>.swiper-slideimg a {
    display:block;
    overflow:hidden;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper>.swiper-slideimg img {
    width:100%;
    height:50%;
    vertical-align:middle;
    transition:transform 0.3s ease-in-out;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper>.swiper-slideimg:hover img {
    transform:scale(1.1);
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container>.topwrapper>.swiper-slideimg a:hover {
    opacity:0.8;
}
.article-container>.container>.linkcontent {
    min-height:calc(0vh - 0px);
}
.article-container::-webkit-scrollbar {
    width:4px;
    display:none;
}
.article-container::-webkit-scrollbar-track {
    background-color:#f4f1ff;
    border-radius:0px;
}
.article-container>.ias_triggera {
    background-color:#f4f6ff;
}
/*
.article-container>.adsorption_main {
    padding-bottom:60px;
}
.adsorption_main{
    padding-bottom: 10px;
}
*/
 .article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container a {
    display:none;
}
.article-container>.container>.content>.des_box>.pc-slide>.view>.swiper-container {
    max-height:none;
}
.article-container>.container>.slider-container>.cat_nav ul {
    width:100%;
}
.article-container>.slideshow-container {
    display:none;
}
.loading-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgb(0 0 0 / 16%);
    display:none;
    justify-content:center;
    align-items:center;
}
.loading-spinner {
    border:4px solid #b5b5b5;
    border-top:4px solid #777;
    border-radius:50%;
    width:35px;
    height:35px;
    animation:spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.back-button {
    position:absolute;
    right:50px;
    top:120px;
    cursor:pointer;
    border:1px solid #fff;
    border-radius:100%;
    background-color:rgb(239 241 255);
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;
}
.back-button i {
    font-size:25px;
    color:#6a6d93;
}
.scroll-to-top-button {
    position:absolute;
    right:50px;
    top:180px;
    cursor:pointer;
    border:1px solid #fff;
    border-radius:100%;
    background-color:rgb(239 241 255);
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;
    z-index:900;
}
.scroll-to-top-button i {
    font-size:25px;
    color:#6a6d93;
}
.scroll-to-bottom-button {
    position:absolute;
    right:50px;
    top:240px;
    cursor:pointer;
    border:1px solid #fff;
    border-radius:100%;
    background-color:rgb(239 241 255);
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;
    z-index:900;
}
.scroll-to-bottom-button i {
    font-size:25px;
    color:#6a6d93;
}
.dark .article-container>.ias_triggera {
    background-color:#171928;
}
.dark .article-container>.container>.slider-container {
    background-color:#1a1c2e;
}
.software-templates {
    padding:0px 0 0;
}
.software-templates ul {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap:10px;
    grid-row-gap:20px;
}
.software-templates ul {
    grid-column-gap:10px;
    grid-row-gap:10px;
    margin-bottom:10px;
}
.software-templates ul li {
    min-width:0;
    padding:10px 15px 10px 15px;
    background-color:#fff;
    border-radius:5px;
}
.software-templates ul li h2 {
    font-weight:normal;
    font-size:14px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-block-start:0em;
}
.software-templates ul li h2 a {
    color:#44507b;
}
.software-templates ul li .info {
    display:flex;
}
.software-templates ul li .info>a {
    display:block;
    width:48px;
    height:48px;
    margin-right:10px;
    border-radius:10px;
    overflow:hidden;
}
.software-templates ul li .info>a img {
    width:100%;
    height:100%
}
.software-templates ul li .info>.other {
    flex:1;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.software-templates ul li .info>.other>item {
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content:space-evenly;
    font-size:12px
}
.software-templates ul li .info>.other>item * {
    color:#9da0b3;
}
.software-templates ul li .info>.other>a {
    display:inline-block;
    padding:3px 10px;
    border:1px solid #f1f1f1;
    color:#888;
    font-size:12px;
    border-radius:10px
}
.software-templates ul li .info>.other>a:hover {
    background-color:#3858f6;
    border-color:#3858f6;
    color:#fff !important;
}
.article-container>.container>#listTemplate>.software-templates ul {
    grid-template-columns:repeat(2, 1fr);
}
.article-container>.container>#listTemplate>.software-templates ul li {
    border-bottom:1px solid #f7f7ff29;
    padding:0px 0px 10px 0px;
}
.article-container>.container>#listTemplate>.software-templates ul li .info>.other>a {
    padding:2px 5px;
}
/* ----------------------*/
 .Landing_page {
    position:fixed;
    height:100vh;
    width:100%;
    z-index:1008;
    top:-200vh;
    background:white;
    transition:top 1.5s ease 0s;
    overflow:hidden;
}
.Landing_page .infos {
    display:flex;
    text-align:center;
    justify-content:center;
    position:absolute;
    align-items:center;
    flex-direction:column;
    height:100%;
    width:100%;
    top:0;
    margin:0;
}
.Landing_page .infos .avatar_web_title {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:calc(1.5 * 1.25rem);
}
.Landing_page .infos .avatar {
    width:6rem;
    height:6rem;
    border-radius:50%;
    background:rgb(255 255 255);
    padding:.25rem;
}
.Landing_page .infos .web_title {
    font-size:2rem;
    color:#fff;
}
.Landing_page .infos .web_desc {
    font-size:1.2rem;
    color:white;
    text-shadow:1px 1px 8px #fff;
    padding:1rem;
}
.Landing_page .medias {
    min-height:100%;
    height:100vh;
    width:100%;
    -webkit-filter:brightness(0.7);
}
.Landing_page .medias .item {
    height:100%;
    width:100%;
    object-fit:cover
}
.Landing_page .medias .date {
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:2.6rem;
    padding:1.5rem;
}
.Landing_page .ri-arrow-down-line {
    position:absolute;
    color:#fff;
    left:0;
    right:0;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    height: calc(100% - 100px);
    pointer-events:none;
    font-style:normal;
    animation:floatUpDown 2s ease-in-out infinite;
}
.user_icon {
    color:black;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:.5rem;
    align-items:center;
    font-size:1rem;
}
.user_icon a {
    width:2rem;
    background:#ffffff;
    cursor:pointer;
    box-shadow:unset;
    height:2rem;
    line-height:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:1rem;
    font-size:1rem;
    letter-spacing:0;
    position:relative;
    white-space:nowrap;
}
.user_icon a::after {
    content:attr(title);
    display:none;
    position:absolute;
    top:-35px;
    left:50%;
    transform:translateX(-50%);
    padding:5px;
    background-color:#333;
    color:#fff;
    border-radius:5px;
    font-size:12px;
    z-index:9999;
    letter-spacing:2px;
    line-height:1;
}
.user_icon a:hover::after {
    display:block;
}
.user_icon a:hover::before {
    content:"";
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    border:10px solid transparent;
    border-top-color:#333;
}
@keyframes floatUpDown {
    0% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(-10px);
    }
    100% {
        transform:translateY(0);
    }
}
@media (max-width:650px) {
    .Landing_page .medias .date {
        display:none;
    }
    .Landing_page .infos {
        top: -100px;
    }
}
canvas {
    position:fixed;
    top:0;
    left:0;
    z-index:5201314;
    pointer-events:none;
}
#searchLink {
    position:absolute;
    right:20px;
    padding:0;
    font-size:18px;
    line-height:0px;
    cursor:pointer;
}
/* ----------------------*/
 #modalOverlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background:rgba(0,0,0,0.5);
	*/
    z-index:1000;
}
.lh-boxbd {
    background:rgb(255 255 255 / 92%);
    position:relative;
    width:1080px;
    margin:0 auto;
    position:fixed;
    z-index:1000;
    bottom:0;
    left:0;
    right:0;
    animation:slideUp 0.5s ease;
    transition:transform 0.5s ease;
}
.post-6 .post-modules-top {
    padding:16px;
    margin:0;
}
.post-modules-top {
    display:flex;
    line-height:1;
    align-items:center;
    justify-content:space-between;
    padding:0px 8px 0px 8px;
    margin:0;
    border-bottom:1px solid #f7f7f7;
}
.post-list .module-title {
    font-size:22px;
    text-align:left;
    margin-right:10px;
    font-weight:600;
}
.post-list-cats {
    overflow:hidden;
    margin-left:auto;
}
.picked.post-load-button {
    font-weight:600;
}
.post-list-cats a {
    display:inline-block;
    font-size:12px;
}
.picked.post-load-button span {
    color:#8590a6;
    background-color:rgb(171 171 171 / 18%) !important;
}
.picked.post-load-button span time {
    color:#ff3535;
}
.post-list-cats a span {
    position:relative;
    padding:0 16px;
    display:block;
    border-radius:20px;
    color:#8590A6;
    height:25px;
    line-height:25px;
    display:flex;
    align-items:center;
}
.post-6-table table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
table thead {
    border-top:1px solid #F5F6F7;
}
.grid-item.post-list-item>td:first-child {
    border-left:0;
}
.post-6-date {
    width:10%;
}
.post-6-item {
    flex:1;
    padding:5px 5px;
    font-size:14px;
    word-break:inherit;
    white-space:inherit;
    max-width:200px;
    border:1px solid #ededed;
    color:#595f6e;
}
.post-6-title a {
    color:#44507b;
}
table td {
    border:1px solid #F5F6F7;
}
.post-6-title {
    width:30%;
    padding:10px 16px;
    font-size:14px;
    word-break:inherit;
    white-space:inherit;
    max-width:200px;
    border:1px solid #ededed;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.post-list-meta-avatar {
    display:flex;
    align-items:center;
}
.post-6-item span i {
    font-size:15px;
    color:#7377ad;
}
.post-list-meta-avatar img {
    width:20px;
    height:20px;
    display:inline-block;
    border-radius:100%;
    margin-right:4px;
    position:relative;
}
.post-list-meta-avatar span {
    line-height:1;
}
a {
    color:inherit;
    text-decoration:none;
}
.module-title {
    font-size:12px;
    text-align:left;
    margin-right:10px;
    font-weight:100;
    color:#8590a6;
}
.closediv span i {
    color:#000000;
    font-size:20px;
    cursor:pointer;
}
.post-list-meta-avatar picture {
    margin-right:2px;
    line-height:1;
}
.popular_red {
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:#f55;
    color:white;
    text-align:center;
    line-height:15px;
    font-weight:bold;
    display:inline-block;
    font-size:12px;
}
.popular_yellow {
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:#f90;
    color:white;
    text-align:center;
    line-height:15px;
    font-weight:bold;
    display:inline-block;
    font-size:12px;
}
.popular_green {
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:#03a9f4;
    color:white;
    text-align:center;
    line-height:15px;
    font-weight:bold;
    display:inline-block;
    font-size:12px;
}
@keyframes slideUp {
    from {
        transform:translateY(100%);
    }
    to {
        transform:translateY(0);
    }
}
.compensate-for-scrollbar {
    padding-right:0px !important;
}
.countdown-number {
    color:#f55;
}
.time_countdown {
    color:#7377ad;
    font-size:13px;
    border-radius:5px;
    position:relative;
}
.time_contentcc {
    color:#7377ad;
    font-size:13px;
    cursor:pointer;
    background-color:#ffffff9e;
    padding:0px 25px 0px 25px;
    display:flex;
    justify-content:space-between;
}
.inspect_x {
    color:#ff4c4c;
}
/* ----------------------*/
 .history-nowa {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0, .4);
    z-index:999;
    display:none;
}
.history-now {
    top:0;
    height:100%;
    z-index:1010;
    width:300px;
    background-color:#fff;
    right:-340px;
    box-sizing:border-box;
    /* padding-bottom:40px;
	*/
}
.history-main {
    position:relative;
}
.history-now .refresh, .history-now .close {
    width:40px;
    height:40px;
    position:absolute;
    top:70px;
    left:-40px;
    border-radius:4px 0 0 4px;
    background-color:#fff;
    cursor:pointer;
    text-align:center;
    color:#333;
    line-height:40px;
    z-index:2;
    border-right:1px solid #f6f6f6;
}
.history-now .refresh i {
    font-size:18px;
}
.history-now .close {
    top:20px;
}
.history-now .close:hover, .history-now .refresh:hover {
    color:#000000;
}
.history-now-content {
    padding:20px;
    overflow-y:auto;
    height:100%;
}
.history-now-content::-webkit-scrollbar {
    width:0px;
}
.history-now-content::-moz-scrollbar {
    width:0px;
}
.history-now-content li {
    padding:20px 0;
    border-bottom:1px dotted #ddd;
    list-style:none;
}
.history-now-content li .header a {
    position:relative;
}
.history-now-content li .header a i {
    bottom:-12px;
}
.history-now-content li .avatar {
    width:34px;
    height:34px;
    border-radius:100%;
}
.history-now-content li .time {
    color:#9498cd;
    float:right;
    margin-top:8px;
    font-size:12px;
}
.history-now-content li>.header>.follow {
    color:#2eb354;
    padding:3px 5px;
    font-size:12px;
    border-radius:2px;
    cursor:pointer;
}
.history-now-content li .follow i {
    vertical-align:-1px;
}
.history-now-content li .follow.had {
    color:#999;
}
.history-now-content li .content {
    background-color:#f1f3ff;
    margin-top:10px;
    padding:10px;
    color:#50608b;
    border-radius:2px;
    font-size:13px;
}
.history-now-content li .name {
    color:#555;
    max-width:110px;
    display:inline-block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    vertical-align:8px;
}
.history-now-content .history-load {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
.history-now-more {
    text-align:center;
    width:100%;
    /* margin:40px auto 20px;
	*/
    background-color:#eaecf7;
    color:#667093;
    padding:10px;
    border-radius:2px;
    box-sizing:border-box;
    cursor:pointer;
}
.history-now-more:hover {
    background-color:#c4d0e6;
}
.btn-out {
    display:none;
}
.click-bar {
    position:fixed;
}
.content {
    position:unset !important;
}
.close {
    opacity:unset;
}
.close:hover {
    opacity:unset;
}
.newsa-this::-webkit-scrollbar {
    display:none
}
@media screen and (max-width:980px) {
    .newsa-this {
        white-space:nowrap;
        overflow-x:scroll;
        padding-top:14px;
    }
    .newsa-this a {
        margin:16px 10px 0px 0px;
        line-height:40px;
        width:auto;
        color:#999;
        text-align:center;
        float:unset;
        background:#f7f7f7;
        border-radius:0px 0px 0px 0px;
        user-select:none;
        position:relative;
        z-index:1;
        cursor:pointer;
        padding:6px 6px;
    }
}
.ad_hong {
    color:#FF0000;
}
.ad_cu {
    font-weight:700;
}
.ad_hcj {
    color:#FF0000;
    font-weight:700;
}
.ad_jing img {
    width:37px;
}
.ad_hcj img {
    width:37px;
}
.history-post-like {
    padding:10px 0 10px;
    border-top:1px solid #f7f7f7;
    /* margin:10px 20px 0px;
	*/
}
.history-post-like-list {
    max-width:calc(100% - 36px);
    max-height:37px;
    overflow:hidden;
}
.history-post-like-list a {
    float:left;
    margin-right:7px;
}
.history-single-content img {
    max-width:100%;
    height:auto;
    margin-bottom:15px;
}
.history-post-like-list img {
    width:35px;
    height:35px;
    border-radius:100%;
    border:1px solid #f2f2f5;
    background-color:#e0dcdc;
}
.history-post-images-list {
    padding:0 20px;
    width:100%;
    box-sizing:border-box;
}
.history-post-images-list a {
    height:242px;
}
.history-post-images-list a {
    overflow:hidden;
    position:relative;
    float:left;
    width:calc((100% - 20px)/3);
    height:120px;
    box-sizing:border-box;
    padding:0;
    margin-right:10px;
    margin-top:10px;
    border-radius:4px;
}
.history-post-images-list img {
    width:100%;
    float:left;
    height:100%;
    border-radius:0;
    cursor:zoom-in;
    border:1px solid #f1f1f1;
    object-fit:cover;
    border-radius:4px;
}
.history-post-images-list a:nth-child(3n) {
    margin-right:0;
}
.history-post-images-list .blur i {
    font-size:30px;
    text-align:center;
    position:absolute;
    z-index:9;
    color:#fff;
    left:0;
    right:0;
    top:50%;
    margin-top:-15px;
    opacity:0.5;
    cursor:pointer;
}
.history-mima:before {
    content:"\e605";
}
.history-icon {
    font-family:"history-icon" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.history-post-images-list .blur img {
    filter:blur(15px);
    -webkit-filter:blur(15px);
    background-color:#888;
    cursor:pointer;
}
.history-post-images-list img {
    width:100%;
    float:left;
    height:100%;
    border-radius:0;
    cursor:zoom-in;
    border:1px solid #f1f1f1;
    object-fit:cover;
    border-radius:4px;
}
.history-now-content li .header a font {
    color:#313964;
}
/* ----------------------*/
 @keyframes loading-post {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(0.5);
    }
    100% {
        transform:scale(1);
    }
}
.lh-load-post {
    margin:5px 0 5px;
    text-align:center;
}
.lh-load-post i {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    margin:0 3px;
    animation:loading-post 1s infinite;
}
.lh-load-post i:nth-child(1) {
    animation-delay:0.1s;
    background-color:#bdbdbd;
}
.lh-load-post i:nth-child(2) {
    animation-delay:0.2s;
    background-color:#9e9e9e;
}
.lh-load-post i:nth-child(3) {
    animation-delay:0.3s;
    background-color:#757575;
}
.lh-load-post i:nth-child(4) {
    animation-delay:0.4s;
    background-color:#616161;
}
.lh-load-post i:nth-child(5) {
    animation-delay:0.5s;
    background-color:#424242;
}

/* ----------------------*/
 @keyframes overlay-loading {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(0.5);
    }
    100% {
        transform:scale(1);
    }
}
.overlay-loading-sx {
    margin:5px 0 5px;
    text-align:center;
}
.overlay-loading-sx i {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    margin:0 3px;
    animation:overlay-loading 1s infinite;
}
.overlay-loading-sx i:nth-child(1) {
    animation-delay:0.1s;
    background-color:#bdbdbd;
}
.overlay-loading-sx i:nth-child(2) {
    animation-delay:0.2s;
    background-color:#9e9e9e;
}
.overlay-loading-sx i:nth-child(3) {
    animation-delay:0.3s;
    background-color:#757575;
}
.overlay-loading-sx i:nth-child(4) {
    animation-delay:0.4s;
    background-color:#616161;
}
.overlay-loading-sx i:nth-child(5) {
    animation-delay:0.5s;
    background-color:#424242;
}
/* ----------------------*/
 #lh-plugin-barrage {
    position:fixed;
    z-index:999;
    max-width:100%;
    left:0;
    bottom:0;
    display:none;
}
#lh-plugin-barrage li {
    display:flex;
    opacity:0;
    border-radius:20px;
    color:#fff;
    padding:3px 10px 3px 4px;
    clear:both;
    font-size:13px;
    height:30px;
    float:left;
    line-height:26px;
    margin-bottom:15px;
}
#lh-plugin-barrage li:hover {
    background-color:#939393d1 !important;
}
#lh-plugin-barrage li a:first-child {
    margin-right:4px;
    width:26px;
}
#lh-plugin-barrage li a:last-child, #lh-plugin-barrage li a:last-child font {
    color:#fff !important;
}
#lh-plugin-barrage li a:last-child n {
    text-decoration:underline;
    margin:0 5px;
}
#lh-plugin-barrage li img {
    width:26px;
    height:26px;
    border-radius:100%;
    vertical-align:inherit;
}
#lh-plugin-barrage li img:hover {
    opacity:0.85;
}
/* ----------------------*/
 .xcus_shop_right .xcus_shop_but button {
    padding:8px 15px !important;
}
.xcus_shop_cates.xcus_shop_on {
    border:1px solid #ff5000 !important;
    background-color:#fff7f3 !important;
    color:#ff5000 !important;
}
.xcus_shop_cates:hover {
    border:1px solid #e7e7e7 !important;
    background-color:#e0e0e0 !important;
    color:#333 !important;
}
.xcus_shop_cates.xcus_shop_on:hover {
    border:1px solid #ff5000 !important;
    background-color:#fff7f3 !important;
    color:#ff5000 !important;
}
.xcus-hide-div {
    background:#ffffff00 !important;
}
/* ----------------------*/
 .label_rm {
    float:right;
    cursor:pointer;
    color:#6262627a;
}
.tags-page ul {
    overflow:hidden;
    padding-top:8px;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap:10px;
    grid-row-gap:10px;
}
/*
.tags-page ul li {
    float:left;
    background-color:rgba(30, 159, 255, 0.65);
    text-align:center;
    border-radius:5px;
}
.tags-page ul li:nth-child(7n+2) {
    background-color:rgba(252, 166, 30, 0.65)
}
.tags-page ul li:nth-child(7n+3) {
    background-color:rgba(230, 90, 79, 0.65)
}
.tags-page ul li:nth-child(7n+4) {
    background-color:rgba(161, 193, 92, 0.65)
}
.tags-page ul li:nth-child(7n+5) {
    background-color:rgba(118, 203, 162, 0.65)
}
.tags-page ul li:nth-child(7n+6) {
    background-color:rgba(143, 130, 188, 0.65)
}
.tags-page ul li:nth-child(7n+7) {
    background-color:rgba(242, 156, 159, 0.65)
}
.tags-page ul li:nth-child(7n+8) {
    background-color:rgba(89, 179, 170, 0.65)
}
.tags-page ul li:nth-child(7n+9) {
    background-color:rgba(209, 88, 185, 0.65)
}
.tags-page ul li:nth-child(7n+10) {
    background-color:rgba(235, 117, 91, 0.65)
}
.tags-page ul li:nth-child(7n+11) {
    background-color:rgba(126, 188, 137, 0.65)
}
.tags-page ul li:nth-child(7n+12) {
    background-color:rgba(214, 154, 84, 0.65)
}
.tags-page ul li:nth-child(7n+13) {
    background-color:rgba(135, 199, 210, 0.65)
}
.tags-page ul li:nth-child(7n+14) {
    background-color:rgba(209, 91, 91, 0.65)
}
.tags-page ul li:nth-child(7n+15) {
    background-color:rgba(123, 183, 214, 0.65)
}
.tags-page ul li:nth-child(7n+16) {
    background-color:rgba(169, 197, 117, 0.65)
}
.tags-page ul li:nth-child(7n+17) {
    background-color:rgba(223, 131, 198, 0.65)
}
.tags-page ul li:nth-child(7n+18) {
    background-color:rgba(131, 188, 191, 0.65)
}
.tags-page ul li:nth-child(7n+19) {
    background-color:rgba(193, 122, 185, 0.65)
}
.tags-page ul li:nth-child(7n+20) {
    background-color:rgba(179, 204, 138, 0.65)
}
.tags-page ul li:nth-child(7n+21) {
    background-color:rgba(233, 168, 103, 0.65)
}
.tags-page ul li:nth-child(7n+22) {
    background-color:rgba(108, 180, 212, 0.65)
}
.tags-page ul li:nth-child(7n+23) {
    background-color:rgba(192, 183, 89, 0.65)
}
.tags-page ul li:nth-child(7n+24) {
    background-color:rgba(190, 114, 173, 0.65)
}
.tags-page ul li:nth-child(7n+25) {
    background-color:rgba(125, 197, 163, 0.65)
}
.tags-page ul li:nth-child(7n+26) {
    background-color:rgba(232, 133, 102, 0.65)
}
.tags-page ul li:nth-child(7n+27) {
    background-color:rgba(93, 183, 196, 0.65)
}
*/
 .tags-page ul li {
    float: left;
    background:#ffffff;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 4px 12px;
    /*margin: 0 8px 8px 0;*/
}
.tags-page ul li:nth-child(6n) {
    margin-right:0
}
.tags-page ul li a span {
    display:block;
    font-weight:400;
    font-size:13px;
    margin-top:5px
}
.tags-page ul li:hover {
    opacity:0.8;
}
.tags-page ul li a {
    display:block;
    color:#313964;
    padding:5px 0;
}
.tags-page ul li a span {
    display:block;
    font-weight:400;
    font-size:13px;
    margin-top:5px;
}
/* ----------------------*/
 div#comments-page {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    min-height:100px;
    width:100%;
    padding-top:0px;
    padding-bottom:20px;
}
div#comments-page a {
    position:relative;
    width:calc(100% / 2 - 5px);
    background:rgb(235 235 235 / 65%);
    padding:14px;
    cursor:pointer;
    overflow:hidden;
}
.comment-info {
    display:flex;
    align-items:end;
    margin-bottom:5px;
}
.comment-info img {
    width:45px;
    height:45px;
    object-fit:cover;
    border-radius:50%;
    margin:0 !important;
}
.comment-info div {
    display:flex;
    flex-direction:column;
    margin-left:10px;
    line-height:1.5;
}
span.comment-user {
    color:#313964;
    font-size:15px;
}
span.comment-time {
    opacity:.8;
    font-size:12px;
    color:#9498cd;
}
.comment-content {
    color:#313964;
    font-size:13px;
}
.comment-article {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:1;
    background:#ffffff;
    color:#313964;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:1rem;
    opacity:0;
    text-align:center;
}
.comment-content, .comment-article {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height:1.7;
    transition:.3s;
}
.comment-tx img {
    position:relative;
    top:5px;
    max-height:22px;
    margin-right:2px;
}
div#comments-page a:hover .comment-article {
    opacity:1;
    top:0;
}
/* ----------------------*/
 .lh-post-setting {
    color:#9499c1;
    cursor:pointer;
    position:relative;
    margin-right:10px;
    margin-left:auto;
}
.lh-icon {
    font-size:16px;
}
.lh-post-setting-box {
    display:none;
    background:#fff;
    color:#333;
    border-radius:2px;
    font-size:14px;
    position:absolute;
    min-width:90px;
    right:0px;
    top:22px;
    z-index:999;
    text-align:center;
    box-shadow:0px 0px 3px rgb(70 70 70 / 30%);
    white-space:nowrap;
}
.lh-post-setting-box li {
    padding:7px 13px;
    list-style-type:none;
    color:#9498cd;
    border-bottom:1px solid rgb(235, 242, 237);
    font-size:13px;
}
.lh-post-setting-box li:hover {
    color:#9498cd;
    background-color:#e9ecfe;
}
.tags-page {
    margin-bottom:10px;
}
.theiaStickySidebar {
    position:relative;
}
/* 图片样式 */
 .image-gallery {
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));
    gap:8px;
    margin:5px 10px;
    grid-auto-rows:180px;
}
.image-item {
    position:relative;
    overflow:hidden;
    transition:transform 0.3s ease;
    border-radius:5px;
}
.image-item img {
    width:100%;
    height:100%;
    display:block;
    /* object-fit:cover;
	*/
}
.image-title {
    position:absolute;
    bottom:-30px;
    left:0;
    background:linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    color:white;
    padding:12px;
    font-size:14px;
    width:100%;
    box-sizing:border-box;
    text-align:right;
    transition:bottom 0.3s ease;
}
.stats {
    margin-top:8px;
    font-size:4px;
    text-align:right;
    width:100%;
    box-sizing:border-box;
}
.stats span {
    margin-left:8px;
}
.image-item:hover .image-title {
    bottom:0;
}
.image-item object a {
    position:absolute;
    top:5px;
    right:10px;
    padding:1px 5px;
    background-color:rgb(0 0 0 / 22%);
    color:#fff;
    border-radius:5px;
    font-size:10px;
    transition:background-color 0.3s;
    box-shadow:2px 2px 6px rgb(0 0 0 / 24%);
}
/* 文字样式 */
 .dynamic-list {
    width:100%;
    margin:0 auto;
    background:#f4f4f4;
    padding:5px 5px 0px 5px;
}
.dynamic-card {
    width:calc(50% - 9px);
    margin-right:0;
    margin-bottom:8px;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #ffffff00;
}
.dynamic-card .titler {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:10px;
}
.dynamic-card .user-info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    transition: transform 0.2s ease, border 0.2s ease;
    border: 2px solid transparent;
    margin-top: 8px;
}
.avatar-wrapper {
    width:40px;
    height:40px;
    flex-shrink:0;
    position:relative;
    border-radius:50%;
    transition:transform 0.3s ease;
}
.title-img {
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #fff;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);
    display:block;
    position:relative;
}
.user-details {
    flex:1;
    min-width:0;
    padding-top:4px;
}
.title-txt {
    display:block;
    font-weight:700;
    color:#44507b;
    font-size:13px;
    text-decoration:none;
    transition:color 0.2s;
    margin-bottom:2px;
}
.title-txt:hover {
    color:#071a5a;
}
.post-time {
    font-size:12px;
    color:rgb(115 123 143);
    letter-spacing:0.02em;
    display:flex;
    align-items:center;
    gap:6px;
}
.desc {
    padding:0 14px;
    margin:0 0 10px;
}
.desc-tt a {
    color:#44507b;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    transition:color 0.2s;
    display:block;
    margin-bottom:8px;
    line-height:1.4;
}
.desc-tt a:hover {
    color:#071a5a;
}
.desc-content {
    color:#57606a;
    font-size:14px;
    line-height:1.6;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.dynamic-card .user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.postlist_album img {
    aspect-ratio:1;
    display:block;
    width:100%;
    height:100%;
    cursor:zoom-in;
    border-radius:0.5rem;
    box-shadow:var(--img-shadow);
    -webkit-transition:0.2s;
    transition:0.2s;
    object-fit:cover;
}
.postlist_album img:hover {
    opacity:0.8;
}
.postlist_album {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:0.5rem;
    max-width:25rem;
    margin:8px 8px 8px 8px;
    position:relative;
}
.postlist_album[num='1'] {
    grid-template-columns:repeat(1, 1fr);
}
.postlist_album[num='1'] img {
    aspect-ratio:unset;
    max-height:15rem;
    max-width:25rem;
}
.postlist_album[num='2'], .postlist_album[num='4'] {
    grid-template-columns:repeat(2, 1fr);
}
.postlist_album[num='3'], .postlist_album[num='6'], .postlist_album[num='8'] {
    grid-template-columns:repeat(3, 1fr);
}
.postlist_album[num='5'] {
    grid-template-columns:repeat(6, 1fr);
}
.postlist_album[num='7'] {
    grid-template-columns:repeat(4, 1fr);
}
.postlist_album[num='3'] .postlist_gallery:nth-child(1) {
    grid-area:1 / 1 / 3 / 3;
}
.postlist_album[num='3'] .postlist_gallery:nth-child(2) {
    grid-area:1 / 3 / 2 / 4;
}
.postlist_album[num='3'] .postlist_gallery:nth-child(3) {
    grid-area:2 / 3 / 3 / 4;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(1) {
    grid-area:1 / 1 / 5 / 5;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(2) {
    grid-area:1 / 5 / 3 / 7;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(3) {
    grid-area:3 / 5 / 5 / 7;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(4) {
    grid-area:5 / 1 / 7 / 4;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(5) {
    grid-area:5 / 4 / 7 / 7;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(4) img {
    aspect-ratio:1.5;
    height:auto;
}
.postlist_album[num='5'] .postlist_gallery:nth-child(5) img {
    aspect-ratio:1.5;
    height:auto;
}
.postlist_album[num='6'] .postlist_gallery:nth-child(1) {
    grid-area:1 / 1 / 3 / 3;
}
.postlist_album[num='10'] .postlist_gallery:nth-child(2) {
    grid-area:1 / 3 / 2 / 4;
}
.postlist_album[num='6'] .postlist_gallery:nth-child(3) {
    grid-area:2 / 3 / 3 / 4;
}
.postlist_album[num='6'] .postlist_gallery:nth-child(4) {
    grid-area:3 / 1 / 4 / 2;
}
.postlist_album[num='6'] .postlist_gallery:nth-child(5) {
    grid-area:3 / 2 / 4 / 3;
}
.postlist_album[num='6'] .postlist_gallery:nth-child(6) {
    grid-area:3 / 3 / 4 / 4;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(1) {
    grid-area:1 / 1 / 3 / 3;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(2) {
    grid-area:1 / 3 / 3 / 5;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(3) {
    grid-area:3 / 1 / 5 / 3;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(4) {
    grid-area:3 / 3 / 4 / 4;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(5) {
    grid-area:3 / 4 / 4 / 5;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(6) {
    grid-area:4 / 3 / 5 / 4;
}
.postlist_album[num='7'] .postlist_gallery:nth-child(7) {
    grid-area:4 / 4 / 5 / 5;
}
.postlist_album[num='8'] .postlist_gallery:nth-child(8) {
    grid-area:3 / 2 / 4 / 4;
}
.postlist_album[num='8'] .postlist_gallery:nth-child(8) img {
    aspect-ratio:3;
}
.postlist_album .postlist_gallery:last-child {
    position:relative;
}
.postlist_album .postlist_gallery:last-child .mask {
    position:absolute;
    display:flex;
    background:#0000006e;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    border-radius:0.5rem;
    justify-content:center;
    align-items:center;
    z-index:1;
    pointer-events:none;
}
.ip_locab {
    font-size:12px;
    display:flex;
    align-items:center;
    color:rgb(53, 70, 119);
    margin-bottom:5px;
    padding:0 10px;
}
.controls {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px 5px;
}
.controls-left {
    display:flex;
    gap:0px;
}
.control {
    display:flex;
    align-items:center;
    color:#8c92b3;
    font-size:13px;
    cursor:pointer;
    padding:8px 8px;
    margin-right:-10px;
}
.category-name {
    font-size:12px;
    background:#b5b5b529;
    padding:2px 8px;
    color:#667093;
    border-radius:6px;
    margin-right:5px;
    display:flex;
}
}
@media (max-width:768px) {
    .dynamic-card {
        width:calc(100% - 0px);
    }
}
.lh-preference-header {
    height:30px;
    line-height:30px;
    background:#3e3e3e54;
    color:#fff;
}
.lh-preference-content {
    width:1080px;
    margin:0 auto;
}
.lh-preferences {
    width:1080px;
    margin:0 auto;
    box-sizing:border-box;
    padding:10px 0 0;
}
.lh-preferences li {
    position:relative;
    float:left;
    margin-bottom:10px;
    width:98px;
    height:98px;
    background:#fff;
    cursor:pointer;
    border:2px solid rgba(255, 255, 255, .2);
    box-sizing:border-box;
    border-radius:5px;
    list-style-type:none;
}
.lh-preferences li:not(:nth-child(8n)) {
    margin-right:10px;
}
.lh-preferences li img {
    width:94px;
    height:94px;
    border-radius:0px;
    object-fit:cover;
}
.lh-preferences li k {
    position:absolute;
    background-color:#ff5722;
    color:#fff;
    font-size:12px;
    top:3px;
    right:3px;
    border-radius:2px;
    padding:0 5px;
    height:18px;
    line-height:18px;
    text-align:center;
}
.lh-preferences li span {
    position:absolute;
    bottom:0;
    left:0;
    height:22px;
    line-height:22px;
    text-align:center;
    width:100%;
    background:rgba(74, 74, 74, .6);
    color:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.lh-preference-content .closeaaa {
    float:right;
    width:30px;
    text-align:center;
    color:#0049ff;
    cursor:pointer
}
.lh-preference-content .closeaaa i {
    font-size:20px
}
.lh-preference-content .toggle {
    margin-right:30px;
    font-size:12px;
    cursor:pointer;
    float:left;
    color:#595f6e;
}
.lh-preference-content .toggle i {
    cursor:pointer;
    margin-left:6px
}
.lh-preference-content .bjhover {
    color:#5b7dfa;
}
.lh-preference-content .toggle n {
    cursor:pointer
}
.lh-preferences li.on {
    border:2px solid;
    border-image:linear-gradient(to bottom right, #ff9898, #61baff) 1;
}
.lh-preferences li:hover {
    border:2px solid;
    border-image:linear-gradient(to bottom right, #ff9898, #61baff) 1;
}
.lh-preferences li.ona {
    border:2px solid #5855ff;
}
.lh-preferences>.ysbj li:hover {
    border:2px solid #5855ff;
}
/* 卡片样式 */
 .lh-article {
    display:flex;
    overflow:hidden;
    position:relative;
    background-color:#fff;
    height:10rem;
    border-radius:8px;
    border-width:1px;
    margin-bottom:8px;
    backdrop-filter:blur(8px) saturate(180%);
    -webkit-backdrop-filter:blur(8px) saturate(180%);
    background-color:rgba(255, 255, 255, 0.75);
}
.blur-img img {
    position:absolute;
}
.lh-article-img {
    z-index:10;
    width:33.333333%;
    border-width:0;
    clip-path:polygon(0 0, 100% 0, 94% 100%, 0 100%);
    display:block !important;
}
.lh-article-left-img {
    /* object-fit:cover;
	*/
    width:100%;
    height:100%;
    /* opacity:0.9;
	*/
}
.lh-article-left-img:hover {
    opacity:0.8;
}
.lh-article-ctx {
    display:flex;
    z-index:10;
    padding:1.25rem 1rem;
    color:#000;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    background-color:unset;
    width:66.666667%;
}
.lh-article-info {
    display:flex;
    font-size:.75rem;
    justify-content:space-between;
}
.lh-article-time, .lh-article-vs {
    display:flex;
    align-items:center;
    color:#44507b;
}
.lh-article-sort {
    color:#44507b;
}
.lh-article-title {
    font-weight:700;
    font-size:15px;
    line-height:1.75rem;
    letter-spacing:.05em;
    color:#44507b;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.lh-article-title:hover {
    color:#071a5a;
}
.lh-article-time i {
    margin-right:0.15rem;
}
.lh-article-description {
    font-size:13px;
    line-height:1.5rem;
    word-break:break-all;
    overflow:hidden;
    color:#57606a;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.lh-article:nth-of-type(even) {
    flex-direction:row-reverse !important;
}
.lh-article:nth-of-type(even) .lh-article-img {
    clip-path:polygon(6% 0, 100% 0, 100% 100%, 0 100%) !important;
}
.lh-article-views {
    margin-right:6px;
    display:flex;
    align-items:center;
}
.lh-article-views i {
    margin-right:0.15rem;
}
.web_top {
    position:absolute;
    display:flex;
    justify-content:space-between;
    width:100%;
    text-shadow:0 0 0.3rem rgb(0 0 0 / 30%);
    z-index:10;
    padding:20px 0px 0px 10px;
}
.web_top .left {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:1rem;
}
.web_top .left i {
    color:#ffffff;
    font-size:15px;
    cursor:pointer;
    transition:transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    padding:5px;
    border-radius:50%;
    background-color:rgba(0, 0, 0, 0.2);
}
.web_top .left i:hover {
    transform:scale(1.2);
    color:#ffffff;
    background-color:rgba(0, 0, 0, 0.5);
}
@media (max-width:650px) {
    .web_top {
        display:none;
    }
    header {
        border:0px solid #fff0 !important;
    }
    header:hover {
        border:0px solid #94acff !important;
    }
}
/* 吸底按钮*/
 .ip_loca p {
    margin-left:auto;
    margin-right:10px;
}
.ip_loca p i {
    font-size:20px;
    color:#9499c1;
    cursor:pointer;
}
.percentagea {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-left: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    color: #7b718e;
}
/* 移动端吸附菜单 */
 .lh-overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0, .4);
    opacity:0;
    visibility:hidden;
    transition:opacity 0.3s ease, visibility 0.3s ease;
    z-index:999;
}
.lh-overlay.lh-show {
    opacity:1;
    visibility:visible;
}
.lh-icon-container {
    width:100%;
    background-color:#ffffff;
    border-radius:12px 12px 0 0;
    box-shadow:0 -4px 20px rgba(0, 0, 0, 0.15);
    position:fixed;
    bottom:-300px;
    left:0;
    right:0;
    margin:0 auto;
    padding:0px;
    transition:bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index:1000;
}
.lh-icon-container.lh-show {
    bottom:0;
}
.lh-icon-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.lh-icon-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    cursor:pointer;
    padding:12px;
    border-radius:8px;
    transition:all 0.3s ease;
    width:80px;
    position:relative;
}
.lh-icon-item i {
    font-size:28px;
    margin-bottom:8px;
    color:#757575;
    transition:transform 0.3s ease, color 0.3s ease;
}
.lh-icon-item span {
    font-size:14px;
    color:#757575;
    font-weight:500;
    transition:color 0.3s ease;
}
.lh-divider {
    height:1px;
    background: linear-gradient(90deg, rgba(22, 93, 255, 0) 0%, rgb(117 117 117 / 30%) 50%, rgb(163 163 163 / 0%) 100%);
    margin:20px 0;
    position:relative;
}
.lh-divider::after {
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    box-shadow:0 0 0 4px rgba(22, 93, 255, 0.1);
}
.related-search-wrapper {
    display: flex;
    align-items: center;
    background-color: #f1f3ff;
    border-radius: 8px;
    padding: 5px 10px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.related-search-wrapper .icon:first-child {
    margin-right: 14px;
    color: #cfcfcf;
    font-size: 15px;
    flex-shrink: 0;
}
.related-search-content {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}
.search-tags-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}
.search-tags-container::-webkit-scrollbar {
    height: 4px;
}
.search-tags-container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 2px;
}
.search-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ffffff;
    font-size: 12px;
    color: #7a7fae;
    text-decoration: none;
    white-space: nowrap;
}
.related-search-wrapper .icon:last-child {
    margin-left: 14px;
    color: #cfcfcf;
    font-size: 16px;
    flex-shrink: 0;
}
.spothighlight {
    color: #315bff !important;
}
/* 侧边栏 */
 .lhside-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.lhside-sidebar.lhside-active {
    visibility: visible;
    opacity: 1;
}
.lhside-sidebar-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transform: translate3d(260px, 0px, 0px);
}
.lhside-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #ffffff;
    overflow: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
}
.lhside-sidebar.lhside-active .lhside-sidebar-inner {
    transform: translateX(0);
}
.lhside-sidebar-header {
    background: linear-gradient(135deg, #9a86ff, #bda6ff);
    height: 220px;
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 30px 0 20px;
}
.lhside-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto 25px;
    position: relative;
    transition: transform 0.6s ease;
}
.lhside-avatar::before {
    content:"";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    animation: avatarPulse 3s infinite alternate;
}
.lhside-avatar::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
    z-index: 2;
}
.lhside-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.35);
    object-fit: cover;
    position: relative;
    z-index: 3;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) inset;
}
.lhside-avatar:hover {
    transform: rotate(8deg) scale(1.05);
}
@keyframes avatarPulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}
.lhside-auth-buttons {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 10px;
}
.lhside-auth-buttons a {
    padding: 6px 15px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: all 0.3s ease;
}
.lhside-auth-buttons a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.lhside-header-decoration {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.lhside-wave {
    position: absolute;
    width: 200%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: 500px 75px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.lhside-wave:first-child {
    background-image: url("/zb_users/theme/Moments/imagesa/a.png");
    animation-name: lhside-wave-a;
    animation-duration: 15s;
}
.lhside-wave:last-child {
    background-image: url("/zb_users/theme/Moments/imagesa/b.png");
    left: -50px;
    animation-name: lhside-wave-b;
    animation-duration: 10s;
    animation-delay: 5s;
}
@keyframes lhside-wave-a {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes lhside-wave-b {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-40%);
    }
}
.lhside-sidebar-content {
    padding: 15px;
}
.lhside-menu-box {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.lhside-menu-box li {
    transition: background-color 0.3s ease;
}
.lhside-menu-box li:hover {
    background-color: #f5f5f5;
}
.lhside-menu-box li a {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    color: #333333;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}
.lhside-menu-box li a i {
    color: #bbb;
    font-size: 18px;
    width: 24px;
    margin-right: 10px;
}
.lhside-menu-box li a span {
    flex: 1;
}
.lhside-menu-box li a::after {
    content:"\e661";
    font-family:"icon";
    font-weight: 900;
    color: #bbb;
    font-size: 14px;
    position: absolute;
    right: 15px;
}
.container>.linkcontent>.des_box-neighbour p {
    font-size: 1rem;
    color: #404040;
}
/* ---------------------- 切换*/
 .single-column-a .left_nav {
    display: block;
}
.single-column-a .silder {
    display: none;
}
.single-column-a .main {
    max-width: 800px;
}
.single-column-a .left_nav {
    width: 9%;
}
.single-column-a .main_box {
    max-width: 800px;
}
.single-column-a .topbox {
    max-width: 800px;
}
.single-column-a .article-footer-buy .width ._left {
    margin-left: 100px;
}
.single-column-a .lh-boxbd {
    width: 800px;
}
.single-column-a .lh-preferences {
    width: 800px;
}
.single-column-a .lh-preference-content {
    width: 800px;
}
.single-column-a .lh-preference-content .toggle {
    margin-right: 20px;
}
.single-column-a .lh-preferences li img {
    width: 89px;
    height: 89px;
}
.single-column-a .lh-preferences li {
    width: 92px;
    height: 92px;
}
.single-column-a .lh-preferences li:not(:nth-child(7n)) {
    margin-right: 10px;
}
.single-column-a .topbox {
    left: calc(50% + (800px / 2) + 20px);
}
.single-column-a .ejectnr {
    width: 800px;
}
@media screen and (max-width:980px) {
    .single-column-a .article-footer-buy .width ._left {
        margin-left: 30px;
    }
}
/* ----------------------*/
 .single-column-b .pos_fixed {
    border-radius: 0px 0px 0px 0px!important;
}
.single-column-b header {
    border-radius: 10px 10px 0px 0px;
}
.single-column-b .main {
    max-width: 800px;
}
.single-column-b .belowl {
    display: none;
}
.single-column-b .silder {
    display: none;
}
.single-column-b .left_nav {
    display: none;
}
.single-column-b .main_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.single-column-b .main_body {
    display: block;
}
.single-column-b .topbox {
    max-width: 800px;
}
.single-column-b .main {
    border-radius: 10px 10px 0px 0px;
}
.single-column-b .box > .left > .des {
    margin: 0 -68px -37px 0;
}
.single-column-b .box > .left > .name {
    margin: 0px 10px 30px 0;
}
.single-column-b .index_inner > .user_info {
    bottom: -10%;
}
.single-column-b .lh-preferences li img {
    width: 82px;
    height: 82px;
}
.single-column-b .lh-preferences li {
    width: 86px;
    height: 86px;
}
.single-column-b .lh-preferences li:not(:nth-child(7n)) {
    margin-right: 10px;
}
.single-column-b .lh-preferences {
    width: 800px;
}
.single-column-b .lh-preference-content {
    width: 800px;
}
.single-column-b .lh-boxbd {
    width: 800px;
}
.single-column-b .lh-preference-content .toggle {
    margin-right: 20px;
}
.single-column-b #menuak {
    display: inline-block;
}
.single-column-b .dark header {
    background-color: #161829bf;
    border-radius: 12px 12px 0px 0px;
}
.single-column-b .article-footer-buy .width ._left {
    margin-left: 20px;
}
.single-column-b .topbox {
    left: calc(50% + (800px / 2) + 20px);
}
.single-column-b .ejectnr {
    width: 800px;
}
.single-column-b .container {
    padding-left: 0px;
    padding-top: 0px;
}
.single-column-b .slideshow-container {
    margin-bottom: 8px;
}
.slider-container {
    margin-bottom: 0px;
    border: 1px solid #fff0;
    background-color: #ffffff;
    margin-top: 0px;
    position: sticky;
    top: 60px;
    z-index: 100;
}
.slider-containera {
    margin-bottom: 0px;
    border: 1px solid #fff0;
    background-color: #ffffff;
    margin-top: 0px;
    position: sticky;
    top: 0px;
    z-index: 100;
}
.landing-page {
    transition: top 0.3s ease-in-out;
}
.landing-page--visible {
    top: 0;
}
.landing-page--hidden {
    top: -200vh;
}
/* 评论输入框容器*/
.lhpla-comment-bar {
    display: flex;
    align-items: center;
    padding: 4px 4px;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    z-index: 2000;
    background: linear-gradient(313deg, #ececec, #fcfaff);
}
.lhpla-comment-bar .lhpla-commenta i {
    font-style: normal;
    font-size: 16px;
    color: #888;
    margin-right: 6px;
    transition: color 0.3s ease;
}
.lhpla-commenta {
    display: flex;
    align-items: center;
    background-color: rgb(160 140 179 / 10%);
    padding: 4px 8px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}
.lhpla-comment-text {
    font-size: 14px;
    color: #888;
}
.lhpla-like-area {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 6px;
    padding: 2px 4px;
    border-radius: 14px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    background-color: rgba(160, 140, 179, 0.05);
}
.lhpla-heart-icon {
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lhpla-like-number {
    font-size: 14px;
    color: #888;
    transition: color 0.3s ease;
}
/* 没有评论*/
 .lhpl-empty-page {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.lhpl-empty-page i {
    font-size: 40px;
    color: #999;
}
.lhpl-empty-page .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lhpl-empty-page p {
    color: #999;
    font-size: 12px;
}
.lhpl-comment-list {
    background-color: #f1f3ff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.lhpl-content > .comments {
    padding: 10px 10px 0px 10px;
}
.lhpl-content {
    scrollbar-width: none;
}
.lhpl-content::-webkit-scrollbar {
    display: none;
}

/* 适配x会员 */
.lhxcus-page-title {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 24px;
    color: #9498cd;
    text-shadow: 1px 1px 3px rgba(148, 152, 205, 0.2);
}

.lhxcus-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: flex-end; 
    padding: 0;
    z-index: 100000;
    overflow: hidden; 
}

.lhxcus-main-modal {
    width: 100%;
    max-width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #e9ecff, #eefbff);
    border-radius: 20px 20px 0 0;
    padding: 12px;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    position: relative;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow-y: auto;
}

.lhxcus-modal-overlay.lhxcus-active .lhxcus-main-modal {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .lhxcus-modal-overlay {
        align-items: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.2);
    }
    .lhxcus-main-modal {
        max-width: 800px;
        height: auto;
        max-height: 80vh;
        min-height: 300px;
        border-radius: 24px;
        margin: 0;
        padding: 20px 16px;
        transform: none;
        box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    }

    .lhxcus-main-modal::-webkit-scrollbar {
        display: none;
    }
    .lhxcus-modal-tab-nav::-webkit-scrollbar {
        display: none;
    }
    .lhxcus-table-container::-webkit-scrollbar {
        display: none;
    }
    .lhxcus-main-modal {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .lhxcus-modal-tab-nav {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .lhxcus-table-container {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.lhxcus-modal-tab-nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0px 10px 0px;
    margin: 0 0 15px;
    gap: 6px;
    scrollbar-width: thin;
    scrollbar-color: #7a7fbb #f2f3f9;
}

.lhxcus-modal-tab-nav::-webkit-scrollbar {
    height: 3px;
}
.lhxcus-modal-tab-nav::-webkit-scrollbar-track {
    background: #f2f3f9;
    border-radius: 2px;
}
.lhxcus-modal-tab-nav::-webkit-scrollbar-thumb {
    background: #7a7fbb;
    border-radius: 2px;
    transition: background 0.3s;
}
.lhxcus-modal-tab-nav::-webkit-scrollbar-thumb:hover {
    background: #9498cd;
}

.lhxcus-modal-tab-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 14px;
    background: #f2f3f9;
    color: #9498cd;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}
.lhxcus-modal-tab-btn.lhxcus-active {
    background: linear-gradient(135deg, #e6e8f4, #9498cd);
    color: #fff;
}
.lhxcus-modal-tab-btn:hover:not(.lhxcus-active) {
    background: #e6e8f4;
}

@media (min-width: 768px) {
    .lhxcus-modal-tab-btn {
        padding: 10px 16px;
        font-size: 14px;
        gap: 6px;
    }
}

.lhxcus-modal-tab-content {
    display: none;
    padding: 5px 0;
}
.lhxcus-modal-tab-content.lhxcus-active {
    display: block;
}

.lhxcus-content-title {
    font-size: 17px;
    color: #7c81bd;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3px;
    margin: 0px 0px 15px 0px;
}

.lhxcus-content-title a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(148, 152, 205, 0.1);
    transition: background 0.2s ease;
}
.lhxcus-content-title a:hover {
    background: rgba(148, 152, 205, 0.2);
}

.lhxcus-table-container {
    width: 100%;
    overflow-x: auto;
    padding: 0 2px;
    margin-bottom: 15px;
    scrollbar-width: thin;
    scrollbar-color: #7a7fbb #f2f3f9;
}

.lhxcus-table-container::-webkit-scrollbar {
    height: 2px;
}
.lhxcus-table-container::-webkit-scrollbar-track {
    background: #f2f3f9;
    border-radius: 2px;
}
.lhxcus-table-container::-webkit-scrollbar-thumb {
    background: #7a7fbb;
    border-radius: 2px;
    transition: background 0.3s;
}
.lhxcus-table-container::-webkit-scrollbar-thumb:hover {
    background: #9498cd;
}

.lhxcus-cute-table {
    width: 100%;
    min-width: 500px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.lhxcus-cute-table th {
    background: linear-gradient(135deg, #f2f3f9, #e6e8f4);
    color: #9498cd;
    padding: 8px 6px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.lhxcus-cute-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #dee2ff;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.lhxcus-cute-table tr:last-child td {
    border-bottom: none;
}
.lhxcus-cute-table tr:hover td {
    background-color: #fcfcfe;
}

@media (min-width: 768px) {
    .lhxcus-cute-table th {
        padding: 12px 10px;
        font-size: 13px;
    }
    .lhxcus-cute-table td {
        padding: 12px 10px;
        font-size: 13px;
    }
    .lhxcus-table-container {
        margin-bottom: 20px;
        padding: 0;
    }
}

.lhxcus-sub-title {
    font-size: 14px;
    color: #9498cd;
    margin: 18px 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 3px;
}

.lhxcus-empty-tip {
    color: #aaa;
    font-style: italic;
    font-size: 11px;
}

.lhxcus-bottom-note {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #ffffff;
    font-size: 11px;
    color: #5e5e5e;
    line-height: 1.5;
    padding-left: 3px;
}

@media (max-width: 480px) {
    .lhxcus-page-title {
        font-size: 20px;
    }
    .lhxcus-open-modal-btn {
        font-size: 16px;
        padding: 12px;
    }
    .lhxcus-content-title {
        font-size: 16px;
    }
}
