.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: linear-gradient(117deg, #f3efff, #e7f1ff);
    overflow: hidden;
}
.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}
.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #3865F2;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/* ----------------------*/
 * {
    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;
    text-align: center;
}
.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;
}
.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(246 247 255);
    color:#5c688f;
}
::-moz-selection {
    background:rgb(246 247 255);
    color:#5c688f;
}
body {
    background: linear-gradient(117deg, #f3efff, #e7f1ff);
    font-family: adafdaf, 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: 860px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.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 40px;
}
.top_logo img {
    height: 42px;
}
/* ----------------------*/
 .left_menu_box {
    width: 100%;
    padding: 0 40px;
    border-bottom: 1px solid #e1eae4;
}
.post_tags a {
    display: inline-block;
    background-color: #f7f8fa;
    padding: .25rem .5rem;
    font-size: .75rem;
    margin: 0 .5rem .5rem 0;
    border-radius: .15rem;
}
.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: 12px;
    position: sticky;
    top: 0;
    z-index: 99;
    max-width: 280px;
}
.left_menu_box > ul {
    width: 100%;
    border-color: #eeefff;
    margin-top: 20px;
    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 40px;
    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, .about {
    padding-top: 0;
}
.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: 12px;
    position: relative;
    max-width: 580px;
}
/* ----------------------*/
 header {
    width: 100%;
    height: 62px;
    display: flex;
    place-content: center space-between;
    align-items: center;
}
.search {
    cursor: pointer;
}
.search i {
    padding: 20px;
}
.right {
    margin-right: 0px;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}
.search img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #d8e7fb;
    margin-right: 10px;
}
.search>ul {
    background: #ffffff;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    /* padding: 5px 5px; */
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    right: -18px;
    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;
    height: 200px;
    background: center center / cover rgb(246, 250, 248);
}
.index_inner > .user_info {
    position: absolute;
    bottom: 10%;
    right: 8%;
}
.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(214, 214, 214);
}
.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;
}
/* ----------------------*/
 .container {
    background: #fff;
    /*padding-bottom: 40px;*/
}
/* ----------------------*/
 .advertisement {
    padding: 0px 40px;
}
/* ----------------------*/
 .container > .slider-container > .cat_nav {
    padding: 25px 40px;
    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;
    margin: 0 0px 10px 0;
}
.cat_nav > ul > li > a {
    background-color: #e9ecfe;
    color: #9498cd;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.cat_nav > ul > li > a:hover {
    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;
}
.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;
}
/* ----------------------*/
 .blog_content > .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: #f6f7ff;
    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;
}
.pos_fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: rgb(245 246 255 / 80%);
    backdrop-filter: blur(0.5rem);
    border-radius: 0px;
    width: 574px;
}
.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;
}
.ias_triggera {
    padding: 20px;
    text-align: center;
    justify-content: center;
    border-top: 1px solid rgb(235, 242, 237);
    width: 100%;
}
.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 60px 0px 60px;
}
.commentpagebar > #post_pager {
    padding: 20px 0px 0px 0px;
}
#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-small {
    margin-left: -15px;
}
.grid {
    padding: 0px 40px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: auto;
}
.Imagetext {
    width: 50%;
    float: left;
}
.grid-small>* {
    padding-left: 15px;
}
.grid_item {
    padding: 20px 0 0;
}
.entry-title {
    font-size: 16px;
    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 40px 0px;
    display: block;
}
.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_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 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 10px;
    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;
}
.pos_fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: rgb(245 246 255 / 80%);
    backdrop-filter: blur(0.5rem);
    border-radius: 0px;
    width: 574px;
}
/* ----------------------*/
 .container {
    /* padding: 40px 40px 100px; */
    background-color: #fff;
}
.random {
    padding: 40px 40px 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: 20px 0px;
    margin: 10px 0px 10px;
    background: #f6f7ff;
    border-radius: 8px;
}
.footer_box-a > .up_like {
    display: flex;
    /* justify-content: center; */
    font-size: 12px;
    cursor: pointer;
    margin-right: 40px;
    color: #7a7fae;
}
.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 {
    border-bottom: 1px solid #ffffff12;
    padding: 25px 20px;
    background-color: #ffffff6b;
}
/* ----------------------*/
 .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;
}
.xianzan-gd {
    margin-top: 10px;
}
.xianzan-gd img {
    display: inline-block;
    max-height: 25px;
    margin-right: 5px;
    cursor: pointer;
    border:1px solid #f6f6f6;
}
.xianzan-gd img:hover {
    border: 1px solid #5fb878;
}
.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;
    width: 100%;
}
.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;
}
/* ----------------------*/
 .footer_main {
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 0 10px;
    padding-bottom: 40px;
    z-index: 988;
    padding-bottom: 100px;
}
.footer_main .inner {
    padding: 15px 40px;
    background: #f6f7ff;
    border-radius: 8px;
}
.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;
    max-width: 860px;
    width: 100%;
    height: 65px;
    bottom: 0;
}
.gotopa {
    position: absolute;
    right: -45px;
    padding: 7px;
    line-height: 1;
    background: #3b3eff;
    color: #fff;
    border-radius: 8px;
    display: none;
    cursor:pointer;
}
.darka {
    position: absolute;
    right: -45px;
    display: flex;
    bottom: 70px;
    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);
}
/* ----------------------*/
 #menuak {
    display: none;
}
@media screen and (max-width:980px) {
    .com_footer > .com_tools > .smile_btn {
        display: none;
    }
    .silder {
        display: none;
    }
    .footer_box-a > .up_like {
        margin-right: 20px;
    }
    .left_nav {
        display: none;
    }
    #menuak {
        display:inline-block
    }
    header {
        position: absolute;
        z-index: 980;
        height: 60px;
    }
    .pos_fixed {
        width: 100%;
    }
    .search i {
        color: #fff;
    }
    .pos_fixed i {
        color: #252525;
    }
    .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: 100vh!important;
    }
    body {
        overflow: hidden!important;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .adsorption_main {
        position: relative;
        padding-bottom: 130px;
    }
    .adsorption_maina {
        position: relative;
        padding-bottom: 60px;
    }
    .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;
    }

}
.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: #f6f7ff;
    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: 1000;
}
/* ----------------------*/
 .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: #161829;
}
.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 {
    border: 1px solid #ffffff;
    color: #a5a9c3;
}
.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: #111324;
    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: #14182e;
}
.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;
}
/* ----------------------*/
 .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;
    position: relative;
    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: -20px;
    z-index: 999;
    text-align: center;
    list-style-type: none;
    box-shadow: 0px 0px 3px rgb(70 70 70 / 30%);
}
.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%;
}
.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;
}
.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: 12%;
    position: sticky;
    top: 0;
    z-index: 99;
}
.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: 5px;
    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: 12px;
}
.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;
}
/* ----------------------*/
 .service-title {
    padding: 0 80px 0 12px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    color: #3b4466;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.service-content {
    position: relative;
    padding: 10px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.lxbackground {
    width: 100%;
    height: 180px;
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    background-image: url(/zb_users/theme/Moments/imagesa/dt.png);
}
.wrapperaa {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .59);
    height: 90px;
    width: 100%;
    color: #333;
    overflow: hidden;
}
.text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    background-color: hsla(0, 0%, 100%, .3);
}
.text h3 {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 2px;
    font-weight: 200;
    margin-left: 10px;
    color: #333;
}
.text p {
    margin: 12px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 200;
}
.service-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.service-item {
    flex: 1;
    height: 160px;
    background-color: #f5f6f7;
    border-radius: 9px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.service-item:first-child {
    margin-right: 4%;
}
.service-item img {
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}
.service-box .service-item h3 {
    margin-top: 30%;
    margin-bottom: 10%;
    font-size: 15px;
    font-weight: 200;
    color: #333;
}
.service-box .service-item a {
    padding: 0 10px;
    word-break: break-all;
    color: #44507b;
    font-size: 13px;
    cursor: pointer;
}
.set-win {
    position: absolute;
    right: 38px;
    top: 24px;
    font-size: 0;
}
.set-win a {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    background: url(/zb_users/theme/Moments/imagesa/icon.png) no-repeat;
    background-position: 1px -40px;
}
.contact-service {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24%;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    z-index: 999;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    animation: fade-in 0.5s ease-in-out;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.code {
    display: none;
}
.show-code-on-hover:hover .code {
    display: block;
}
/* ----------------------*/
 .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 {
    float: left;
    /* padding-right: 25px; */
    width: 100%;
    margin-bottom: 13.5px;
    overflow: hidden;
}
.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 {
    float: right;
    width: 45px;
    /* height: 20px; */
    display: inline-block;
    text-indent: 0;
    margin-right: 0px;
    background-size: 100% auto;
    line-height: 20px;
    font-style: normal;
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    color: #a7a7a7;
}
.active_list ul li font {
    float: right;
    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 40px 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;
}
.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;
}
/* ----------------------*/
 .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: 200px;
    overflow: hidden;
}
.slideshow-container img {
    width: 100%;
    height: 100%;
}
.slideshow-container .prev, .slideshow-container .next {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    outline: none;
    border-radius: 50%;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.slideshow-container .prev {
    left: 10px;
}
.slideshow-container .next {
    right: 10px;
}
.slideshow-container i {
    font-size: 12px;
    width: 25px;
    text-align: center;
    display: inline-block;
}
.slideshow-container .dot-container {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.slideshow-container .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ebedf0;
    margin-right: 6px;
    opacity: 0.3;
}
.slideshow-container .dot.activek {
    opacity: 1;
    width: 15px;
    border-radius: 5px;
}
.slideshow-container .prev, .slideshow-container .next {
    display: none;
}
.slideshow-container:hover .prev, .slideshow-container:hover .next {
    display: block;
}
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 12%);
    color: white;
    padding: 10px;
    cursor: pointer;
}
.xcus_shopcat_div {
    display: none;
}
.xcus-art-butdiv {
    display: none;
}
.music {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 22%);
}
.modal-content {
    margin: 15% auto;
    width: 80%;
    max-width: 300px;
}
.fade-in {
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tooltip {
    /* padding: 0 40px 0px; */
    border-radius: 8px;
    width: 100%;
}
.tooltip span {
    float: right;
    color: #e4393c;
    font-size: 12px;
    padding: 3px 8px;
    background: rgb(233 236 254);
    border-radius: 3px;
    cursor: pointer;
}
.tooltip div {
    background: #f6f7ff;
    font-size: 13px;
    color: #9fa4d3;
    padding: 10px 40px;
}
.darka a span {
    display: none;
}
.darka a:hover span {
    display: block;
    position: absolute;
    font-size: 12px;
    padding: 6px 8px;
    background: #e9ecfe;
    color: #5c688f;
    border-radius: 3px;
    transform: translateX(45%);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f6f7ff;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.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 {
    font-size: 14px;
    font-style: normal;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.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: rgb(104 119 163);
    color: #ffffff;
    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;
}
.metarm {
    color: #9498cd;
    font-size: 12px;
    margin-top: 5px;
    background: #f1f3fb;
}
.ejectnr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 16%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.aplayer {
    width: 300px;
}
.overlay {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1020;
    justify-content: center;
    display: none;
    background-color: rgb(0 0 0 / 16%);
    -webkit-animation: slideUpab 0.5s ease;
    animation: slideUpab 0.5s ease;
}
@-webkit-keyframes slideUpab {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}
@keyframes slideUpab {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.article-container {
    width: 450px;
    overflow-y: auto;
    /*box-shadow: 0 10px 60px rgb(135 135 135 / 40%);*/
    margin-top: 60px;
    border-radius: 30px 30px 0px 0px;
}
.article-container img {
    height: auto;
    max-width: 100%;
}
.close-button {
    position: absolute;
    right: 50px;
    top: 60px;
    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;
}
.overlay > .close-button i {
    font-size: 25px;
    color: #6a6d93;
}
.article-container > header {
    display: none;
}
.article-container > .index_inner {
    /* display: none; */
}
.article-container > .container > .content > .des_box > .pc-slide > .preview {
    display: none;
}
/*
      .article-container> .container > .content > .blog_header > .msg > .header_meta > .deletenr {
          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 {
    min-height: calc(100vh - 0px);
}
.article-container > .container > .content > .des_box > .pc-slide > .view > .swiper-container > .topwrapper {
    display: grid;
    grid-template-columns: repeat(3, 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 {
    background-color: #fff;
    padding-bottom: 0px;
}
.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 > .belowl {
    /* display: none; */
}
.article-container > .container > .slider-container > .cat_nav ul {
    width: 100%;
}
.article-container > .container > .moment_list > .moment_item {
    padding: 20px 0px;
}
.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;
}
.article-container > .container > .slider-container {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f4f6ff;
}
.article-container > .container > .slider-container > .cat_nav {
    padding: 15px 35px;
}
.software-templates {
    padding: 20px 0 0;
}
.software-templates ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.software-templates ul li {
    min-width: 0;
    padding: 10px;
    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% - 4rem);
    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;
    }
}
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: 860px;
    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-now {
    top: 0;
    height: 100%;
    z-index: 1010;
    width: 300px;
    background-color: #fff;
    right: -340px;
    box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.3);
    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: #fafafa;
    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;
}
.article-container > .adsorption_maina {
    padding-bottom: 0px;
}
/* ----------------------*/
 @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;
}
/* ----------------------*/
 #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: 10px;
    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: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: #fff;
    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: 10px;
    padding-bottom: 20px;
}
div#comments-page a {
    position: relative;
    width: calc(100% / 2 - 9px);
    background: rgb(255 255 255 / 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;
}