body {
    --mian-max-width: 1300px;
    --posts-card-scale: 70%;
    --posts-list-scale: 70%;
    --single-cover-scale: 35%;

    --theme-color: #f04494;
    --focus-color: var(--theme-color);
    --focus-shadow-color: rgba(240, 68, 148, .4);
    --focus-color-opacity1: rgba(240, 68, 148, .1);
    --focus-color-opacity05: rgba(240, 68, 148, .05);
    --focus-color-opacity3: rgba(240, 68, 148, .3);
    --focus-color-opacity6: rgba(240, 68, 148, .6);

    --key-color: #333;
    --main-color: #4e5358;
    --main-shadow: rgba(116, 116, 116, 0.08);
    --muted-color: #777;
    --muted-2-color: #999;
    --muted-3-color: #b1b1b1;
    --muted-4-color: #d2d2d2;

    --body-bg-color: #f5f6f7;
    --main-bg-color: #fff;
    --muted-bg-color: #eee;
    --main-border-color: rgba(50, 50, 50, 0.06);
    --muted-border-color: rgba(0, 0, 0, 0.03);
    --main-radius: 8px;

    --blur-bg: rgba(255, 255, 255, 0.8);
    --float-btn-bg: rgba(200, 200, 200, 0.4);

    --header-bg: var(--blur-bg);
    --header-color: var(--main-color);
    --footer-bg: var(--main-bg-color);
    --footer-color: var(--muted-2-color);

    background-color: var(--body-bg-color);
    color: var(--main-color);
}

.dark-theme {
    --key-color: #f8fafc;
    --main-color: #e5eef7;
    --main-shadow: rgba(24, 24, 24, 0.1);
    --muted-color: #b4b6bb;
    --muted-2-color: #888a8f;
    --muted-3-color: #636469;
    --muted-4-color: #43454a;

    --body-bg-color: #292a2d;
    --main-bg-color: #323335;
    --muted-bg-color: #2d2e31;
    --main-border-color: rgba(114, 114, 114, 0.1);
    --muted-border-color: rgba(184, 184, 184, 0.02);

    --blur-bg: rgba(50, 51, 53, 0.8);
    --float-btn-bg: rgba(70, 70, 70, 0.4);

    --header-bg: var(--blur-bg);
    --header-color: var(--main-color);
    --footer-bg: var(--main-bg-color);
    --footer-color: var(--muted-2-color);
}

::view-transition-old(root),
::view-transition-new(root) {
    animation: none;
    mix-blend-mode: normal;
}

.dark::view-transition-old(root) {
    z-index: 1;
}

.dark::view-transition-new(root) {
    z-index: 2147483646;
}

::view-transition-old(root) {
    z-index: 2147483646;
}

::view-transition-new(root) {
    z-index: 1;
}

@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
    body {
        --blur-bg: #ffffff;
    }

    body.dark-theme {
        --blur-bg: #37383a;
    }
}

body:has(.modal.in) {
    --blur-bg: #ffffff;
}

body.dark-theme:has(.modal.in) {
    --blur-bg: #37383a;
}

a[href],
.relates-thumb li a>.post-info,
.more-posts a>span {
    transition: color 0.2s, background 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s;
}

.main-shadow {
    transition: box-shadow 0.3s;
}

.but:focus,
.but:hover,
.navbar-nav>li:before {
    transition: 0.3s;
}

.navbar-top .sub-menu,
.hover-show .hover-show-con {
    opacity: 0;
    transform: translateY(6px);
    transition: 0.4s;
    pointer-events: none;
}

.navbar-top li:hover>.sub-menu,
.hover-show:hover .hover-show-con,
.hover-show:hover~.hover-show-con,
.hover-show:hover~.sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.hover-show {
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.hover-show .hover-show-con {
    position: absolute;
    visibility: hidden;
}

.hover-show:hover .hover-show-con,
.hover-show:hover~.hover-show-con,
.hover-show:hover~.sub-menu {
    visibility: unset;
}


.navbar-top .sub-menu li>a,
.ic-close {
    transition: 0.3s;
}

.ic-close:hover {
    transform: rotate(270deg);
    color: inherit;
}

.social_loginbar a,
.item-thumbnail img {
    transition: 0.2s ease-out;
}


.hover-zoom-img:hover img,
.social_loginbar .social-login-item:hover {
    transform: scale(1.05);
}


.posts-mini:hover img,
.posts-item:hover .item-thumbnail img {
    transform: scale(1.02);
}

/*----------------------------------*/

.main-shadow {
    box-shadow: 0 0 10px var(--main-shadow);
}

.focus-color {
    --this-color: var(--focus-color);
    color: var(--focus-color);
}

.muted-color {
    color: var(--muted-color);
}

.muted-2-color {
    color: var(--muted-2-color);
}

.muted-3-color {
    color: var(--muted-3-color);
}

.main-bg {
    background: var(--main-bg-color);
}

.container {
    position: relative;
}

.radius4 {
    border-radius: 4px;
}

.radius8 {
    border-radius: var(--main-radius);
}

.radius {
    border-radius: 100px;
}

.px12 {
    font-size: 12px;
}

.em12 {
    font-size: 1.2em;
}

.em09 {
    font-size: 0.9em;
}

.font-bold {
    font-weight: bold;
}

.opacity8 {
    opacity: 0.8;
}

*,
*:before,
*:after {
    outline: 0 !important;
}



body.nav-fixed {
    padding-top: 88px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


dt,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


[href],
.pointer,
a.but {
    cursor: pointer;
}

a {
    color: var(--main-color);
}

a:hover,
a:focus {
    color: var(--focus-color);
    outline: 0;
    text-decoration: none;
}

input {
    -webkit-appearance: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    box-shadow: 0 0 0px 1000px var(--main-bg-color) inset !important;
    -webkit-text-fill-color: var(--main-color) !important;
}

.toggle-theme {
    overflow: hidden;
}

.css-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    display: inline-block;
    position: relative;
}

.i-menu>i,
.i-menu::before,
.i-menu::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    background: var(--header-color);
    left: 0;
    right: 0;
    transition: 0.4s;
    border-radius: 2px;
    bottom: 0.45em;
}

.i-menu>i {
    right: 0.1em;
    width: 0.9em;
}

.i-menu::before {
    bottom: 0.8em;
    right: 0.2em;
    width: 0.8em;
}

.i-menu::after {
    bottom: 0.1em;
}

.fa-toggle-theme::before,
.fa-toggle-theme::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    transition: 0.4s;
}

.fa-toggle-theme::before {
    content: '\f185';
    transform: translateX(2em);
}

.fa-toggle-theme::after {
    content: '\f186';
}

.dark-theme .fa-toggle-theme::before {
    transform: unset;
}

.dark-theme .fa-toggle-theme::after {
    transform: translateX(-2em);
}


.icon-circle::before,
.mobile-menus>li>a::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid var(--focus-color);
    border-radius: 1em;
    margin: 0 0.5em;
    vertical-align: 0.1em;
    display: inline-block;
}


.fcode-links>a+a:before {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 0.5em;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: var(--main-color);
    opacity: 0.3;
    vertical-align: 0.2em;
}

.theme-box,
.mb20 {
    margin-bottom: 20px;
}

.zib-widget {
    clear: both;
    background: var(--main-bg-color);
    padding: 15px;
    box-shadow: 0 0 10px var(--main-shadow);
    border-radius: var(--main-radius);
    margin-bottom: 20px;
}


.noshadow {
    box-shadow: none !important;
}

.blur-bg {
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px);
    background: var(--blur-bg);
}

.lazyloaded {
    transition: 0.3s;
    --lazy-animation: lazy_blur;
}

.lazyloaded.img-icon {
    --lazy-animation: lazy_fade;
}

img.lazyloaded:not(.lazyloadafter) {
    -webkit-animation: var(--lazy-animation) 0.6s;
    animation: var(--lazy-animation) 0.6s;
}

@-webkit-keyframes lazy_blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

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

@keyframes lazy_blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

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

@-webkit-keyframes lazy_fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lazy_fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lazy_scale {
    0% {
        transform: scale(1.1);
    }

    80% {
        transform: unset;
    }
}

@keyframes lazy_scale {
    0% {
        transform: scale(1.1);
    }

    80% {
        transform: unset;
    }
}

.box-body {
    padding: 15px;
}


.zib-widget.notop,
.box-body.notop {
    padding-top: 0;
}

.title-theme {
    position: relative;
    padding-left: 1.2em;
    font-size: 15px;
}

.title-theme small {
    font-size: 80%;
    opacity: 0.7;
}

.title-theme:before {
    position: absolute;
    content: '';
    width: 4px;
    background: var(--theme-color);
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px var(--theme-color);
}

.zib-widget>h3,
.title-h-left,
.tab-nav-theme li {
    position: relative;
    padding-bottom: 8px;
}

.zib-widget>h3:before,
.title-h-left:before,
.tab-nav-theme li:before {
    transition: 0.4s;
    transform-origin: left;
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: var(--theme-color);
    left: 0;
    bottom: 3px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px var(--theme-color);
}


.tab-nav-theme li:before {
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center;
}

.wp-posts-content>h3:not([class]):before {
    width: 25px !important;
    height: 2px !important;
}

.title-h-left:hover:before {
    width: 60px;
}

.tab-nav-theme {
    border-bottom: 1px solid var(--main-border-color);
    padding-bottom: 6px;
    margin: 8px 0 5px;
    list-style: none;
}

.swiper-wrapper li,
.tab-nav-theme li,
.tab-nav-theme ul {
    list-style: none;
}

.tab-nav-theme li:before {
    width: 20px;
    height: 2px;
    bottom: 5px;
    opacity: 0;
}


.tab-nav-theme li.active::before {
    opacity: 1;
}

.tab-nav-theme li.active a {
    color: var(--focus-color);
}

.tab-nav-theme.swiper-wrapper>li,
.tab-nav-theme.mini-scrollbar>li {
    padding-left: 5px;
    margin: 0;
    padding-right: 5px;
    line-height: 1.4;
}

.splitters>li+li {
    position: relative;
}

.splitters>li+li:before {
    content: '';
    width: 1px;
    height: 1.1em;
    position: absolute;
    display: inline-block;
    background: var(--main-color);
    left: -1px;
    top: 50%;
    opacity: 0.2 !important;
    transform: translateY(-50%);
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        transform: translateY(4px);
    }

    66% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(4px);
    }

    66% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes huan-rotate {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes huan-rotate {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 0, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}

.line-form,
.relative {
    position: relative;
}


.fit-cover,
.avatar {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar {
    border-radius: 100px;
    display: inline-block;
}


.avatar-mini,
.avatar-img {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    --this-size: 38px;
    width: var(--this-size);

    height: var(--this-size);
}

.avatar-mini {
    --this-size: 20px;
}

.swiper-slide img.avatar-badge,
.avatar-badge {
    width: calc(var(--this-size) / 2.5);
    height: calc(var(--this-size) / 2.5);
    max-width: 25px;
    max-height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
}

badge {
    font-size: 0.8em;
    line-height: 1.2;
    padding: 0.1em 0.4em;
    min-width: 0.8em;
    min-height: 0.8em;
    display: inline-block;
    vertical-align: 0.1em;
    border-radius: 50px;
    background: var(--this-bg);
    color: var(--this-color);
    top: 5px;
    --this-color: #fff;
    text-align: center;
    --this-bg: #fe3459;
    z-index: 1;
}

badge:not(.point):empty {
    display: none;
}

badge.b-black {
    --this-bg: rgba(0, 0, 0, 0.2);
}

badge.radius4 {
    border-radius: 4px;
}

badge.px12 {
    font-size: 12px;
}

badge.badge-essence {
    width: 1.4em;
    padding: 0;
    line-height: 1.4em;
    border-radius: 0.45em 2px;
}

.img-badge {
    position: absolute;
    top: 0.6em;
    right: 0;
    border-radius: 50px 0 0 50px;
    text-shadow: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0.2em 0.6em;
}

.img-badge.hot {
    padding: 0.25em 0.6em;
}

.img-badge.left {
    left: 0;
    border-radius: 0 50px 50px 0;
    right: auto;
}

.img-badge.top {
    top: 0;
    padding: 0.3em 0.2em 0.2em 0.2em;
    border-radius: 0 0 50px 50px;
    line-height: 1.4;
    right: 1em;
}

.wp-posts-content .img-icon,
.img-icon {
    height: 1.1em;
    max-width: 6em;
    vertical-align: -0.15em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
}

.img-icon img {
    height: 100%;
}


.but,
.badg {
    border-radius: 4px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.15s;
    border: 1px solid var(--this-border);
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: normal;
    box-shadow: var(--this-shadow);
    background: var(--this-bg);
    color: var(--this-color);
    --main-color: var(--this-color);
    --this-bg: rgba(136, 136, 136, 0.1);
    --this-border: transparent;
    --this-shadow: none;
    --this-color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
}

.but a {
    color: inherit;
}

.but .icon,
.but>.fa:not(.fa-angle-right) {
    margin-right: 0.25em;
}

.but.radius,
.badg.radius,
.radius>.but {
    border-radius: 50px;
    padding: 0.3em 1em;
}

.badg.p2-10,
badge.p2-10,
.but.p2-10 {
    padding: 2px 10px;
}

.but:focus,
.but:hover {
    opacity: 0.8;
    color: var(--this-color);
}

.but:active {
    --this-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.08);
}

.but.badg-sm,
.badg.badg-sm {
    font-size: 0.8em;
    padding: 0 0.2em;
    vertical-align: 0.1em;
    min-width: 1.6em;
}

.active.badg,
.active>.badg:not(.vip-tag) {
    --this-bg: var(--focus-color);
    --this-color: #fff;
}

.padding-h6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.padding-10 {
    padding: 10px;
}

.padding-lg,
.but.padding-lg {
    padding: 0.5em 2em;
}

.toggle-radius {
    background: var(--this-bg);
    width: 29px;
    height: 29px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    vertical-align: text-top;
    --this-bg: var(--main-border-color);
}

.toggle-radius .fa,
.toggle-radius .icon {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
}

.b-gray,
.b-theme,
.b-black,
.jb-red,
.jb-pink,
.jb-yellow,
.jb-blue,
.jb-green {
    color: var(--this-color);
    background: var(--this-bg);
    --this-color: #fff;
}

.jb-red,
.jb-pink,
.jb-yellow,
.jb-blue,
.jb-green {
    border: none;
}

.b-theme {
    --this-bg: var(--focus-color);
}

.b-gray {
    --this-bg: #818b95;
}

.b-black {
    --this-bg: #121517;
}


.c-red,
.c-yellow,
.c-blue,
.c-green,
.c-purple {
    color: var(--this-color);
}

.c-red {
    --this-color: #ff5473;
    --this-bg: rgba(255, 84, 115, 0.1);
}

.c-yellow {
    --this-color: #ff6f06;
    --this-bg: rgba(255, 111, 6, 0.1);
}

.c-blue {
    --this-color: #2997f7;
    --this-bg: rgba(41, 151, 247, 0.1);
}

.c-green {
    --this-color: #18a52a;
    --this-bg: rgba(18, 185, 40, 0.1);
}

.c-purple {
    --this-color: #e434e1;
    --this-bg: rgba(213, 72, 245, 0.1);
}


.jb-red {
    --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
}


.jb-pink {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}


.jb-yellow {
    --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}


.jb-blue {
    --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}


.jb-green {
    --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}

@keyframes random1 {
    from {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    20% {
        transform: translate3d(-30px, -20px, 50px) rotate(87deg) scale(0.9);
    }

    65% {
        transform: translate3d(-80px, -40px, 0px) rotate(156deg) scale(0.6);
    }

    to {
        transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
    }
}


.hide {
    display: none;
}

.fixed-body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background: rgba(24, 25, 27, 0.8);
    opacity: 0;
    transition: 0.3s;
}

.sidebar-affix,
.sidebar-affix~* {
    transition: opacity 0.3s;
}

.sidebar-affix.affix-top {
    position: fixed;
}

.sidebar-affix.affix-top {
    opacity: 0;
    z-index: -999;
}

.sidebar .forum-posts .forum-title>a.text-ellipsis {
    line-height: 22px;
    font-size: 15px;
    display: block;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    margin: 0
}

.scroll-x,
.scroll-y {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
}

.scroll-x {
    white-space: nowrap;
    max-width: 100%;
}

.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.no-scrollbar,
.mini-scrollbar,
.enlighter {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

@supports (-moz-transform: inherit) {

    .no-scrollbar,
    .mini-scrollbar,
    .enlighter {
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        scrollbar-color: rgba(146, 146, 146, 0.3) rgba(146, 146, 146, 0);
        scrollbar-width: thin;
    }
}

.mini-scrollbar::-webkit-scrollbar,
.enlighter::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.mini-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
}

.mini-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}

.mini-scrollbar:hover::-webkit-scrollbar-thumb {
    background: rgba(146, 146, 146, 0.3);
}

.mini-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(145, 145, 145, 0.7);
}

.mini-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(146, 146, 146, 0.1);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.scroll-x-next,
.scroll-x-prev {
    position: absolute;
    top: 50%;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.8em;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
    opacity: 1;
    justify-content: center;
    background: var(--main-bg-color);
    border-radius: 40px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.scroll-x-next {
    right: 0;
}

.scroll-x-next:hover,
.scroll-x-prev:hover {
    opacity: 1;
    color: var(--focus-color);
}

.scroll-x-next::after,
.scroll-x-prev::after {
    font: normal normal normal 12px/1 FontAwesome;
}

.scroll-x-next::after {
    content: '\f054';
}

.scroll-x-prev::after {
    content: '\f053';
}

/*----Bootstrap----*/

.dropdown-menu {
    border-color: transparent;
    background: var(--main-bg-color);
    --this-color: var(--main-color);
    color: var(--this-color);
    box-shadow: 0 0 10px 8px var(--main-shadow);
    min-width: 100px;
    opacity: 0;
    transform: translateY(6px);
    transition: 0.3s;
    display: block;
    margin-top: 6px;
    visibility: hidden;
    list-style: none !important;
    z-index: 992;
}

.dropup {
    position: relative;
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 6px;
    transform: translateY(-6px);
}

.dropdown-menu>li>a {
    color: var(--this-color);
    padding: 6px 20px;
    text-shadow: none;
}

.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>svg {
    width: 1.28571429em;
    text-align: center;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: var(--focus-color);
    background: var(--muted-border-color);
}

.dropdown-menu>.active>a:hover {
    opacity: 0.7;
}

span.dropup {
    display: inline-block;
}

.navbar-form {
    box-shadow: none;
}

.list-inline {
    margin-left: 0;
}

.list-inline>li {
    vertical-align: middle;
}

body:has(.modal.in) {
    overflow: hidden;
}

body:has(.modal.in) .header,
body:has(.modal.in) .float-btn {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.modal {
    padding-right: 0px !important;
}

.modal.fade .modal-dialog {
    transform: scale(0.9);
    transition: transform 0.5s cubic-bezier(0.32, 0.85, 0.45, 1.18), width 0.3s;
}

.modal.in .modal-dialog {
    transform: scale(1);
}

.modal.in~.modal {
    background: transparent;
    transition: 0.3s;
}

.modal.in~.modal.in {
    background: rgba(0, 0, 0, 0.2);
}


.modal-dialog .pull-right .but {
    margin-left: 0.5em;
    margin-right: unset;
}

.modal.flex .modal-dialog {
    max-width: calc(100% - 20px);
    margin: 0;
}

.modal.bottom.flex {
    align-items: flex-end;
    overflow: hidden;
    height: 100%;
    opacity: 1;
}

.modal.bottom .modal-dialog {
    transform: translateY(110%);
    transition: 0.4s;
    margin-bottom: 10px;
    margin-bottom: calc(10px + constant(safe-area-inset-bottom));
    margin-bottom: calc(10px + env(safe-area-inset-bottom));
}

.modal.bottom.in .modal-dialog {
    transform: translateY(0);
    transition: 0.6s cubic-bezier(0.28, 0.9, 0.34, 0.99);
}

.gutters-5 {
    margin: -5px;
}

.gutters-5>* {
    padding: 5px;
}

.flex {
    display: flex;
}

.flex.xx {
    flex-direction: column;
}

.flex.ac {
    align-items: center;
}

.flex.jsb {
    justify-content: space-between;
}

.flex.jsa {
    justify-content: space-around;
}

.flex .flex0 {
    flex: none;
}

.flex .flex1 {
    flex: 1;
    overflow: hidden;
}

.block {
    display: block;
}

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

.mr3 {
    margin-right: 3px;
}

.mr6 {
    margin-right: 6px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml3 {
    margin-left: 3px;
}

.ml6 {
    margin-left: 6px;
}

.ml10 {
    margin-left: 10px;
}

.mt3 {
    margin-top: 3px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 10px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.text-ellipsis-2 {
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.text-ellipsis-2 {
    height: 2.8em;
    -webkit-line-clamp: 2;
}

.separator {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator::after,
.separator::before {
    content: '';
    background: var(--main-border-color);
    max-width: 20%;
    height: 1px;
    margin: 0 1em;
    flex: 1;
}


.zib-widget>h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.graphic {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    --main-color: #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px var(--main-shadow);
    padding: 0;
    padding-bottom: 70%;
    border-radius: var(--main-radius);
}

.graphic>.fit-cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.linear-mask {
    background-image: linear-gradient(0deg, rgba(29, 41, 49, 0.4) 3em, rgba(255, 255, 255, 0) 8em);
}

.graphic-mask {
    background: #000;
}

.posts-nav-lists {
    max-height: 400px;
    padding-left: 10px;
}

.posts-nav-lists .bl {
    border-left: 1px solid var(--main-border-color);
    padding: 20px 10px 20px 0;
}

.posts-nav-lists li a {
    margin: 0 10px;
    display: block;
    border-radius: 4px;
    padding: 8px;
    margin-right: 20px;
}

.posts-nav-lists .fa-angle-right {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    padding: 8px 15px;
    color: var(--muted-2-color);
    margin-right: -15px;
    transition: all 0.2s;
    font-size: 20px;
}

.posts-nav-lists li a:hover,
.posts-nav-lists li.active a,
.nav .active a,
.nav>li>a:hover,
.nav>li>a:focus {
    background: var(--main-shadow);
    color: var(--focus-color);
}


.posts-nav-lists li.n-H2 a {
    font-weight: 700;
}

.posts-nav-lists .bl::after,
.posts-nav-lists .bl::before,
.posts-nav-lists li::before {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 11px;
    height: 11px;
    border: 2px solid var(--focus-color);
    background: var(--main-bg-color);
    border-radius: 15px;
    content: '';
    transition: 0.15s;
}

.posts-nav-lists .bl::before {
    bottom: auto;
    top: 0;
}

.posts-nav-lists li::before {
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid var(--main-bg-color);
    background: var(--muted-3-color);
    opacity: 0;
}

.posts-nav-lists li.n-H2::before {
    border-width: 2px;
    opacity: 1;
}

.posts-nav-lists li.n-H2::before {
    border-width: 3px;
}

.posts-nav-lists li.active::before,
.posts-nav-lists li:hover::before {
    opacity: 1;
    border-width: 2px;
    background: var(--focus-color);
}

.sign-content {
    padding: 20px 0;
}

.sign {
    max-width: 330px;
    margin: auto;
}

.sign ul>li {
    margin: 10px 0;
}

.sign .but {
    margin: 0;
}


#sign-in {
    padding: 0 10px;
}

.sign .line-form-input {
    padding: 0 2em 0.3em 0.3em;
    margin-top: 1.7em;
}

.sign .line-form .abs-right {
    margin-top: -3px;
}

.social_loginbar {
    text-align: center;
}


.social_loginbar .social-login-item {
    float: none;
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px;
    cursor: pointer;
    border-radius: 50px;
    margin: 3px 5px;
}

.social-login-item,
.social-login-item svg {
    color: #fff !important;
}

.social-login-item.weibo {
    background: #ea5d5c;
}


.social-login-item.qq {
    background: #1296db;
}

.social-login-item.github {
    background: #505050;
}

.social-login-item.toggle-radius {
    font-size: 16px;
}


.social-login-item.toggle-radius.github {
    font-size: 20px;
}

.social-login-item.toggle-radius.weibo {
    font-size: 18px;
}

.vip-card {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 15px;
    background: #d2b484;
    background: linear-gradient(25deg, #e6aa4f 10%, #f1d7ad 70%, #f5b97b 100%);
    color: #866127;
    transition: 0.3s;
}

.vip-img {
    font-size: 70px;
}

.vip-name {
    font-size: 20px;
}

.vip-theme2 {
    background: linear-gradient(317deg, #2c294a, #686886 30%, #35343e) rgba(107, 106, 102, 0.3);
    color: #e4e2fb;
}

.vip-theme2 .vip-baicon {
    color: #5f5f5f;
}

.payvip-button {
    background: linear-gradient(135deg, #ff9633 10%, #f14315 100%);
    padding: 4px 15px !important;
    box-shadow: 0 0 10px rgba(26, 22, 15, 0.3);
    position: relative;
    z-index: 2;
}

.vip-theme2 .payvip-button {
    background: linear-gradient(270deg, #ada48a, #eae5b7 45%, #f5efd6);
    color: #72511d;
    --this-color: #72511d;
}

.payvip-icon {
    background: linear-gradient(300deg, #4c4d51, #2a2a31 15%, #85858a 40%, #393a3c 60%, #393838 80%, #5e5f62 100%);
    text-shadow: none;
    font-weight: normal;
    position: relative;
    color: #ece0e0;
    border: none;
    --this-color: #ece0e0;
    overflow: hidden;
}

.payvip-icon:before {
    content: '\f219';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3.5em;
    right: -0.2em !important;
    top: 80% !important;
    opacity: 0.06;
}

.vip-baicon.abs-center {
    font-size: 15em;
    top: 80%;
    left: -22%;
    opacity: 0.2;
    z-index: 0;
}

@-webkit-keyframes notyf {
    0% {
        transform: translateX(110%);
        opacity: 0;
    }

    100% {
        transform: translateX(1.5em);
        opacity: 1;
    }
}

@keyframes notyf {
    0% {
        transform: translateX(110%);
        opacity: 0;
    }

    100% {
        transform: translateX(1.5em);
        opacity: 1;
    }
}

@-webkit-keyframes lovestar {
    0% {
        transform: translate3d(0, 0, 0);
    }

    35% {
        transform: translate3d(0, 4px, 0) rotate(5deg);
    }

    60% {
        transform: translate3d(-2px, -6px, 0) scale(1.3) rotate(-25deg);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0);
    }
}

@keyframes lovestar {
    0% {
        transform: translate3d(0, 0, 0);
    }

    35% {
        transform: translate3d(0, 4px, 0) rotate(5deg);
    }

    60% {
        transform: translate3d(-2px, -6px, 0) scale(1.3) rotate(-25deg);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0);
    }
}

.close {
    transition: 0.2s;
    opacity: 0.4;
    color: var(--muted-color);
    position: relative;
    z-index: 1;
}

.close:focus,
.close:hover {
    color: inherit;
}


.absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.abs-right,
.payvip-icon:before,
.abs-center,
.toggle-radius .fa,
.toggle-radius .icon {
    position: absolute;
    top: 50%;
    right: 0.7em;
    transform: translateY(-50%);
    z-index: 1;
}

.abs-center {
    left: 0;
    width: 100%;
}


.abs-center.left-bottom {
    top: auto;
    transform: unset;
    bottom: 0;
}

.scale-placeholder {
    position: absolute;
    bottom: 5px;
    opacity: 0.5;
    transition: 0.2s;
    padding-left: 4px;
    transform-origin: left top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    cursor: text;
}


input:focus~.scale-placeholder {
    transform: translateY(-20px);
    font-size: 11px;
}

input:-internal-autofill-previewed~.scale-placeholder,
input:-internal-autofill-selected~.scale-placeholder {
    transform: translateY(-20px);
    font-size: 11px;
}

input:focus~.scale-placeholder {
    color: var(--focus-color);
    opacity: 0.9;
}

.line-form .abs-right {
    margin-top: 3px;
}

.line-form-input {
    outline: 0 !important;
    border: none;
    display: block;
    width: 100%;
    padding: 1em 2em 0.4em 0.3em;
    opacity: 0.8;
    transition: 0.3s;
    background: transparent !important;
}

.line-form-input::-webkit-input-placeholder {
    color: var(--muted-2-color);
}

.line-form-input:-moz-placeholder {
    color: var(--muted-2-color);
}

.line-form-input:-moz-placeholder {
    color: var(--muted-2-color);
}

.line-form-input:focus {
    opacity: 1;
}

.line-form-line,
.line-form-line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transition: 0.8s;
    background: var(--main-border-color);
}

.line-form-line:before {
    content: '';
    width: 0;
    background: var(--focus-color);
}

.line-form-input:hover~.line-form-line:before,
.line-form-input:focus~.line-form-line:before {
    width: 100%;
}

.line-form-input:focus~.line-form-line:before {
    box-shadow: 0 -1px 3px 1.5px var(--focus-shadow-color);
}

@media (min-width: 1240px) {
    .container {
        max-width: var(--mian-max-width);
        width: auto;
    }
}

.container-header,
.container-footer {
    max-width: 1380px;
    max-width: calc(var(--mian-max-width) + 180px);
}

.content-wrap {
    float: left;
    width: 100%;
}

.sidebar {
    float: left;
    width: 311px;
    position: relative;
}

.site-layout-1 .sidebar {
    display: none;
}

.site-layout-2 .content-layout {
    margin-right: calc(311px + 15px);
}

.site-layout-2 .sidebar {
    float: left;
    margin-left: -311px;
    width: 311px;
    position: unset;
}

.header {
    padding: 8px 20px;
    background: var(--header-bg);
    margin-bottom: 20px;
    transition: 0.15s;
}

.header a:not(.but),
.header svg {
    color: var(--header-color);
}

.header .sub-menu {
    background: var(--main-bg-color);
    text-shadow: none;
}

.header .sub-menu a,
.header .dropdown-menu a,
.header .sub-menu svg {
    color: var(--main-color);
}

.header form {
    text-align: center;
}

.nav-fixed .header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px);
}

.mobile-navbar+.fixed-body {
    z-index: 996;
}

.navbar-top {
    margin: 0;
    border-radius: 0 !important;
    font-size: 15px;
}

badge.top,
.navbar-top badge {
    transform: translate(-5px, -10px) scale(0.85);
    margin-right: -10px;
}

.navbar-top badge {
    transform: translate(-10px, -10px) scale(0.85);
}

.navbar-top .navbar-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-top .navbar-right {
    padding-right: 0;
}

.navbar-right~.navbar-right {
    padding-right: 5px;
}

.navbar-top .navbar-but .but {
    font-size: 0.8em;
    padding: 0.3em 1em !important;
    margin: 0.4em;
}

.navbar-top .navbar-but .but.hover-show {
    z-index: 99;
}

.navbar-top .navbar-brand {
    padding: 7px 10px;
}

.navbar-logo>img {
    height: 36px;
    padding: 0 30px;
}

.navbar-top .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: inline-block !important;
    overflow: hidden;
}

.menu-item>a>.but {
    transform: translateY(-2px);
    margin: -0.3em;
}

.navbar-top .nav li a:focus,
.navbar-top .nav li a:hover,
.current-menu-item>a {
    background-color: transparent;
    color: var(--focus-color);
}

.navbar-top .fa {
    transition: 0.2s;
}

.navbar-nav li a,
.navbar-nav li {
    max-height: 50px;
    position: relative;
}

.navbar-top .sub-menu {
    visibility: hidden;
    position: absolute;
    min-width: 120px;
    background-color: var(--main-bg-color);
    padding: 10px 5px;
    z-index: 99;
    border-radius: var(--main-radius);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-top li:hover>.sub-menu {
    visibility: unset;
}

.navbar-top .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}

.navbar-search {
    visibility: hidden;
    transform: translateY(-101%);
    padding: 10px 30px;
    padding-top: 80px;
    background: var(--main-bg-color);
    height: auto;
    opacity: 1;
    box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.08);
    z-index: 998;
    transition: all 0.5s;
}

.navbar-search.show {
    visibility: unset;
    transform: translateY(0);
}

.navbar-top .navbar-right .sub-menu {
    right: 0;
}

.navbar-top .sub-menu li>a {
    white-space: nowrap;
    display: block;
    padding: 5px 15px;
}

.navbar-top .sub-menu li>a:hover {
    transform: translateX(5px);
}

.navbar-top .newadd-btns {
    opacity: 1 !important;
}

.navbar-top .drop-newadd {
    width: 143px;
    padding: 7px 10px;
}

.navbar-top .drop-newadd::before {
    top: -4px;
    left: auto;
    right: 27px;
}

.navbar-top .drop-newadd::after {
    content: '';
    position: absolute;
    top: -20px;
    height: 20px;
    left: 0;
    width: 100%;
}

.sub-user-box {
    width: 242px;
    word-break: break-word;
    white-space: normal;
}

.mobile-navbar.top .sub-user-box {
    width: auto;
    text-align: center;
    margin: auto;
    max-width: 400px;
}

.mobile-navbar.top .sub-user-box>ul {
    overflow: hidden;
}

.sub-user-box .list-inline>li+li {
    width: calc(100% - 48px);
}

.sub-vip-card {
    font-size: 12px;
}

.sub-vip-card .vip-card {
    display: inline-block;
    width: 240px;
    margin: 5px;
}

.sub-vip-card .vip-baicon.abs-center {
    font-size: 10em;
    left: 55%;
}

.sub-vip-card .payvip-button {
    font-size: 1em !important;
    margin: 0 !important;
}

.sub-vip-card .vip-name {
    font-size: 16px;
}

.sub-vip-card .vip-img {
    display: none;
}

.sub-user-box .payvip-icon {
    padding: 8px 0;
}

.header-user-href>a {
    display: inline-block;
    padding-top: 10px;
    min-width: 58px;
}

.header-user-href>a:hover {
    opacity: 0.7;
}

.header-user-href>a div+div {
    font-size: 12px;
}

.header-user-href .toggle-radius {
    width: 36px;
    height: 36px;
}

.navbar-top li.current-menu-item>a,
.navbar-top li:hover>a {
    color: var(--focus-color);
}

.navbar-top li.current-menu-item:before,
.navbar-top li.current-menu-item>a:before,
.navbar-top li:hover:before,
.navbar-top li:hover>a:before {
    opacity: 1;
}

.navbar-nav>li:before {
    content: ' ';
    position: absolute;
    width: 100%;
    top: -10px;
    background: var(--focus-color);
    height: 5px;
    border-radius: 0 0 15px 15px;
    opacity: 0;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
    display: flex;
    position: relative;
}

.swiper-slide {
    transform: translate3d(0, 0, 0);
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition-property: transform;
}


.new-swiper {
    overflow: hidden;
    position: relative;
}

.new-swiper {
    --pc-height: auto;
    --m-height: auto;
    --max-height: auto;
    --min-height: auto;
}

.scale-height {
    --scale-height: 40%;
    --pc-height: 100%;
    --m-height: 100%;
    padding-bottom: var(--scale-height);
    width: 100%;
    height: 0;
}

.scale-height .swiper-wrapper,
.scale-height .swiper-slide img {
    position: absolute;
}

.new-swiper .swiper-wrapper {
    height: var(--pc-height);
    display: flex;
}

.new-swiper .swiper-slide img:not(.img-icon):not(.smilie-icon):not(.avatar-badge):not(.avatar) {
    max-height: var(--max-height);
    min-height: var(--min-height);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.swiper-slide .slide-layer img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: auto !important;
    position: unset !important;
}

.posts-item {
    padding: 20px;
    margin: 15px 0;
    background: var(--main-bg-color);
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0 0 10px var(--main-shadow);
    border-radius: var(--main-radius);
}

.posts-item .item-thumbnail {
    width: 190px;
    height: 0;
    padding-bottom: var(--posts-list-scale);
    position: relative;
    overflow: hidden;
    border-radius: var(--main-radius);
}

.item-thumbnail .swiper-wrapper {
    height: 100% !important;
}


.item-thumbnail .swiper-wrapper,
.item-thumbnail img {
    position: absolute;
}


.item-thumbnail .swiper-pagination {
    text-align: center !important;
    bottom: 0 !important;
    padding: 0 2px !important;
    left: 0 !important;
    right: 0 !important;
}

.posts-item .item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    max-height: 2.8em;
}

.posts-item .item-heading>a {
    color: var(--key-color);
}

.posts-item .item-heading>a:hover {
    color: var(--focus-color);
}

.posts-item .item-meta item {
    margin-right: 8px;
    font-size: 13px;
}

.posts-item .meta-right item:last-child {
    margin-right: 0;
}

.item-meta .avatar-mini {
    transform: translateY(-1px);
}

.posts-item .item-meta a,
.posts-mini .item-meta a {
    color: inherit;
}

.posts-item .item-tags a {
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;
}

.posts-item .item-tags a .fa {
    font-size: 1em;
}

.posts-item.card {
    width: calc(33.333% - 16px);
    display: inline-block;
    margin: 8px;
    padding: 10px;
    vertical-align: top;
    transition: 0.3s;
}

.posts-item.card:last-child {
    margin-bottom: 20px;
}

.posts-item.card .item-body {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}

.posts-item.card .item-meta item {
    font-size: 12px;
}

.posts-mini-con .item-heading,
.posts-item.card .item-heading {
    font-size: 14px;
}

.posts-item.card .item-heading {
    min-height: 2.8em;
}

.posts-item.card .item-tags {
    min-height: 23px;
}

.posts-mini-con .badg {
    min-width: 18px;
}

.posts-item.card .item-thumbnail {
    width: 100%;
    padding-bottom: var(--posts-card-scale);
}

.posts-mini {
    padding: 10px;
    display: inline-flex;
    width: 50%;
}

.posts-mini-con {
    flex: auto;
    overflow: hidden;
}

.sidebar .posts-mini {
    width: 100% !important;
}


.mobile-navbar.left .posts-mini .meta-author>span {
    display: none;
}

.posts-mini .item-thumbnail {
    width: 96px;
    height: 0;
    padding-bottom: var(--posts-list-scale);
    position: relative;
    overflow: hidden;
    border-radius: var(--main-radius);
}

.posts-mini:last-of-type {
    margin-bottom: 0;
}

.posts-mini .item-heading {
    margin: 0;
}

.posts-mini .item-heading.icon-circle {
    margin-left: -5px;
}

.posts-mini .item-meta {
    font-size: 12px;
}

.posts-mini-lists {
    padding: 5px;
}

.posts-mini-lists .tab-nav-theme {
    padding: 0 5px 2px;
}

.zib-widget.posts-mini-lists .relative>.tab-nav-theme~.scroll-x-prev,
.zib-widget.posts-mini-lists .relative>.tab-nav-theme~.scroll-x-next {
    top: 10px;
}


.widget-main-post.style-card .widget-ajaxpager {
    margin: -8px;
    margin-bottom: 15px;
}

.widget-main-post.style-card .widget-ajaxpager {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.footer {
    color: var(--footer-color);
    background: var(--footer-bg);
    padding: 30px;
    font-size: 13px;
}

.footer a:not(.but):not(.focus-color) {
    color: var(--footer-color);
}

.footer a:hover {
    color: var(--focus-color);
}

.footer .list-inline>li {
    margin: 5px 15px;
}

.footer .list-inline>li+li+li {
    float: right;
}

.footer-miniimg {
    width: 90px;
    margin: 0 10px;
    text-align: center;
    vertical-align: text-top;
    display: inline-block;
}

.footer-contact>a {
    font-size: 20px;
    margin: 5px;
    width: 35px;
    height: 35px;
}

.footer-wechat-img {
    width: 140px;
    bottom: 90%;
    left: -55px;
    padding-bottom: 20px;
}

.float-right {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1030;
    text-align: center;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    transition: 0.3s;
}

body:has(.modal.in) .float-right {
    transform: translateX(200%);
}

.float-right .float-btn {
    width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7px 0px;
    font-size: 1.4em;
    --this-color: var(--muted-2-color);
    --this-bg: var(--float-btn-bg);
    background: var(--this-bg);
    position: relative;
    color: var(--this-color) !important;
}

.float-right .float-btn text {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.float-right badge {
    transform: translate(-11px, -5px) scale(0.85);
    margin-right: -50px;
    right: auto;
    left: 35px;
    font-size: 12px;
    position: absolute;
}

@keyframes float-wait-pay {
    0% {
        opacity: 0;
        visibility: unset;
        box-shadow: 0 0 10px 0 rgba(255, 73, 121, 0.1);
    }

    10% {
        opacity: 1;
        box-shadow: 0 0 10px 0 rgba(255, 73, 121, 0.95);
    }

    30% {
        box-shadow: 0 0 10px 0 rgba(255, 73, 121, 0.1);
    }

    50% {
        box-shadow: 0 0 10px 0 rgba(255, 73, 121, 0.95);
    }

    70% {
        box-shadow: 0 0 10px 0 rgba(255, 73, 121, 0.1);
    }

    80% {
        visibility: unset;
        opacity: 1;
    }
}

.float-right.round .float-btn {
    margin-top: 6px;
    border-radius: 8px;
}

.float-btn.ontop {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(10px);
    visibility: hidden;
}

.float-btn .hover-show-con {
    right: 35px;
    left: auto;
    width: 200px;
    margin-right: 15px;
    top: 0;
    font-size: 14px;
    line-height: 1.4;
    color: var(--main-color);
    padding: 10px;
    margin-top: 0;
    border-radius: var(--main-radius);
    cursor: auto;
}

.float-btn .hover-show-con::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 40px;
    background: transparent;
}

.float-btn .dropdown-menu::before {
    left: auto;
    top: 15px;
    right: -5px;
}

.float-btn.service-wechat .hover-show-con {
    width: 120px;
    top: -40px;
    padding: 0;
}

.float-btn.service-wechat .dropdown-menu::before {
    top: 53px;
}

.float-btn.qrcode-btn .hover-show-con {
    width: 150px;
    top: -60px;
    padding: 16px 5px 12px;
    text-align: center;
}

.float-btn.qrcode-btn .qrcode {
    background: #fff;
    display: inline-flex;
    padding: 5px;
}

.float-btn.qrcode-btn .dropdown-menu::before {
    top: 73px;
}

.float-btn.newadd-btns .drop-newadd {
    width: 143px;
    top: -74px;
}

.float-btn.newadd-btns .drop-newadd::before {
    left: auto;
    top: 88px;
    right: -5px;
}

.breadcrumb {
    background: transparent;
    padding: 0 8px;
    opacity: 0.6;
    margin-bottom: 12px;
}

.breadcrumb>li+li:before {
    padding: 0 0 0 6px;
    opacity: 0.6;
}

.article {
    padding: 0 30px;
    overflow: hidden;
}


.item-thumbnail .abs-right {
    top: 20px;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 8px;
}

.single-cover-con .breadcrumb {
    font-size: 13px;
    margin: 5px 0 0 -6px;
    opacity: unset;
}

.article-title {
    line-height: 1.4;
}

.article-title>a:hover {
    color: inherit;
}

.article-header .article-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--key-color);
}

.article-header .article-title,
.article-header .article-avatar {
    margin-top: 15px;
}

.article-header .article-avatar .list-inline>li {
    padding-left: unset;
}

.article-header .article-avatar .relative {
    margin-top: 20px;
}

.single-metabox {
    right: 0;
    font-size: 15px;
    --meta-color: var(--muted-color);
}

.single-metabox .post-metas {
    background: var(--body-bg-color);
    right: 0;
    padding: 2px 6px;
    border-radius: 100px;
    color: var(--meta-color);
}

.single-metabox .post-metas item {
    margin: 0 6px;
}

.single-metabox .post-metas item a {
    color: inherit;
}

.single-metabox .post-metas item .fa,
.single-metabox .post-metas item .icon {
    margin-right: 3px;
}

.single-metabox .dropdown-menu>li>a {
    --this-color: var(--muted-color);
}

.single-metabox.cover-meta {
    font-size: 14px;
    right: 1em;
    top: 1.6em;
    --meta-color: rgba(255, 255, 255, 0.8);
    --body-bg-color: rgba(0, 0, 0, 0.3);
}

.single-cover {
    padding-bottom: calc(var(--single-cover-scale) + 50px);
}

.single-cover-con {
    color: #fff;
    padding: 15px 15px 10px 15px;
    border-radius: 0 0 var(--main-radius) var(--main-radius);
    background-image: linear-gradient(0deg, rgba(29, 41, 49, 0.5), rgba(255, 255, 255, 0));
    padding-top: 2em;
}


.single-cover-con .article-title {
    font-size: 18px;
    font-weight: 700;
}

.single-cover-con a {
    color: #fff;
}

.wp-posts-content {
    line-height: 2;
    font-size: 16px;
    min-height: 90px;
}

.comment-content a:not([class]),
.wp-posts-content a:not([class]) {
    color: var(--focus-color);
}

.wp-posts-content .but a {
    color: inherit;
}

.wp-posts-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.wp-posts-content img.fit-cover {
    height: 100%;
}

.wp-posts-content img.avatar {
    height: 100%;
    display: inline-block;
}

.wp-posts-content h1,
.wp-posts-content h2,
.wp-posts-content h3 {
    margin: 20px 0 10px;
    font-weight: bold;
}

.wp-posts-content h1 {
    font-size: 22px;
}

.wp-posts-content h2 {
    font-size: 20px;
}

.wp-posts-content h3 {
    font-size: 18px;
}

.wp-posts-content ol:not(.blocks-gallery-grid),
.wp-posts-content ul:not(.blocks-gallery-grid) {
    margin: 10px 0 20px 15px;
    padding-left: 15px;
}

.wp-posts-content ul {
    list-style: disc;
}

.wp-posts-content ol {
    list-style: decimal;
}

.wp-posts-content li {
    margin-bottom: 10px;
}

.wp-posts-content ul li:not(.blocks-gallery-item):last-of-type {
    margin-bottom: 0;
}

.wp-posts-content p {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.article-content .article-tags a {
    font-size: 12px;
    margin: 3px;
}

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

.article .post-actions {
    padding-bottom: 15px;
}

.article .action {
    width: 80px;
    padding: 10px 0;
    display: inline-block;
    opacity: 0.7;
    vertical-align: top;
}

.article .action:hover {
    color: inherit;
    opacity: 1;
}

.article .action .icon {
    font-size: 24px;
    width: 100%;
    margin: 5px 0;
}

.article .action text,
.article .action count {
    opacity: 0.7;
    font-size: 0.9em;
}

.article .action count {
    margin-left: 2px;
}

.action-share {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    z-index: 90;
}

.share-button {
    width: 130px;
    margin-bottom: -10px !important;
    left: -24px;
}

.dropup .share-button.dropdown-menu::before {
    left: 59px;
}

.share-button .share-btn {
    display: flex;
    align-items: center;
}

.share-button .share-btn+.share-btn {
    margin-top: 10px;
}

.drop-newadd icon,
.share-btn icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    border-radius: 100%;
    background: var(--main-border-color);
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex-shrink: 0;
}

.drop-newadd icon>svg {
    margin: 0 !important;
    color: inherit;
}

.share-btn icon .icon {
    margin: auto !important;
}

.share-button .share-btn icon {
    margin-right: 10px;
}

.share-button .share-btn .icon {
    width: 1em;
    font-size: inherit;
}

.share-button .share-btn:hover {
    opacity: 0.8;
}

.horizontal .share-btn {
    display: inline-flex;
    text-align: center;
    width: 4em;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 5px;
}

.horizontal .share-btn icon {
    display: flex;
    margin-bottom: 6px;
    width: 50px;
    height: 50px;
    font-size: 28px;
}

.drop-newadd {
    border-radius: var(--main-radius);
}

.drop-newadd text,
.horizontal .share-btn text {
    font-size: 12px;
    color: var(--muted-color);
}

.drop-newadd icon {
    margin-right: 6px;
    background: var(--this-bg);
}

.drop-newadd .btn-newadd {
    display: flex;
    align-items: center;
    padding: 5px;
}


.item-meta item .icon {
    margin-right: 2px;
}

.social-separator {
    padding: 10px 0;
}

.mini-scrollbar>li {
    padding-left: 0;
    padding-right: 8px;
}

#comments .list-inline {
    padding: 15px;
}

#comment {
    margin-bottom: 5px;
}

.comment-signarea {
    background: var(--main-shadow);
}


.comment-signarea+#postcomments .comment-filter {
    margin-top: 20px;
}

#postcomments .tab-nav-theme {
    margin-top: 0;
}

#postcomments .tab-nav-theme li {
    padding-bottom: 1px;
}

#postcomments .tab-nav-theme li::before {
    bottom: -2px;
}

#postcomments .comment-footer {
    position: relative;
}

#postcomments .avatar-img {
    --this-size: 45px;
    margin-right: 20px;
}

#postcomments .commentlist>.comment>.list-inline .author-box {
    align-items: start;
}

#postcomments .commentlist>.comment>.list-inline .comment-footer {
    margin-left: 65px;
    margin-top: -25px;
}

#postcomments .comment .list-inline>.comt-main {
    width: 100%;
}

#postcomments .commentlist .comment+.comment {
    border-top: 1px solid var(--main-border-color);
}

#postcomments .comment .list-inline>li {
    padding: 10px;
    vertical-align: top;
}

#postcomments .comment-header {
    font-size: 15px;
    position: relative;
}

#postcomments .action count {
    margin-left: 4px;
}

#postcomments .comt-meta>span:not(:empty) {
    margin-right: 10px;
    vertical-align: middle;
}

#postcomments .comt-meta>span a {
    color: inherit;
}

#postcomments .comt-meta>span .but {
    padding: 0.2em 0.8em;
}


.comment-content {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.comment-content .enlighter-default {
    margin-bottom: 0;
    opacity: 0.9;
}

#postcomments .comment-content img:not(.smilie-icon) {
    max-width: 260px;
    max-height: 350px;
    display: block;
    width: auto;
    height: auto;
}

.hot-posts .img-badge {
    left: -15px;
}

.hot-posts .flex .graphic {
    padding-bottom: 70% !important;
    width: 93px;
}

.dropdown-menu::before {
    content: ' ';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--main-bg-color);
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    left: -4px;
    border-radius: 2px;
}

.pull-right.dropup .dropdown-menu::before {
    left: auto;
    right: 12px;
}

.dropup .dropdown-menu::before {
    top: auto;
    bottom: -4px;
    left: 11px;
}

.wp-posts-content .title-theme {
    padding: 0.1em 0 0.1em 1.1em;
    border: none;
    font-weight: bold;
    color: var(--theme-color);
}

.icon-close {
    transition: 0.2s;
    cursor: pointer;
}

.sidebar .px12-sm {
    font-size: 12px;
}

.sidebar .em09-sm {
    font-size: 0.9em;
}


.sidebar .hide-sm {
    display: none;
}


.sidebar .nopw-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    #u_sign .modal-dialog {
        width: 800px;
    }

    .fluid-widget .card,
    .site-layout-1 .card {
        width: calc(25% - 16px);
    }

    .fluid-widget .posts-item:not(.card),
    .site-layout-1 .posts-item:not(.card) {
        margin: 8px;
        display: inline-flex;
        width: calc(50% - 16px);
    }

    .fluid-widget .posts-mini,
    .site-layout-1 .posts-mini {
        width: calc(33.33%);
    }

    .sidebar .posts-item.card {
        width: 100%;
        margin: 0;
    }

    .container-header,
    .container-footer {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .nav.navbar-nav {
        position: absolute;
        top: 0;
        background: var(--header-bg);
        box-shadow: 0px 4px 10px var(--main-shadow);
        left: 0;
        right: 0;
        padding: 0 20px;
        margin: 0;
        border-radius: var(--main-radius);
        transition: 0.3s;
        opacity: 0;
        transform: translateY(40px);
        visibility: hidden;
    }

    .navbar-nav>li:before {
        top: 0;
    }

    .navbar-logo>img {
        padding-left: 8px;
        padding-right: 8px;
    }

    .container-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .container-footer {
        text-align: center;
    }

    .footer .list-inline>li+li+li {
        float: unset;
    }

    .footer .list-inline .hidden-xs {
        display: none;
    }

    .show-nav-but.hide {
        display: unset !important;
    }

    .site-layout-2 .content-layout {
        margin-right: auto;
    }

    .sidebar {
        display: none;
    }

    #u_sign .modal-dialog {
        width: auto;
        margin: 30px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.nav-fixed {
        padding-top: 88px;
    }

    .modal .modal-dialog {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-toggle {
        display: unset;
    }

    .mini-scrollbar {
        scrollbar-width: none;
    }

    .navbar-collapse.collapse,
    .mini-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .new-swiper .swiper-wrapper {
        height: var(--m-height);
    }

    .navbar-toggle {
        margin-left: 0;
        margin-right: 0;
        margin-top: 6px;
        opacity: 0.7;
        height: 36px;
    }

    .navbar-top.center .navbar-brand {
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .navbar-top.center .navbar-brand+.navbar-toggle {
        float: left;
    }

    .navbar-top.center .navbar-brand>img {
        display: unset;
    }

    .navbar-top .navbar-logo>img {
        padding: 0;
    }

    .mobile-navbar {
        z-index: 997;
        position: fixed;
        top: 0;
        bottom: 0;
        background: var(--main-bg-color);
        width: 281px;
        padding: 10px 20px 70px;
        transition: transform 0.5s;
    }

    .mobile-navbar .navbar-logo {
        margin-left: -10px;
    }

    .mobile-navbar badge:not(.top) {
        transform: unset;
        margin-left: 5px;
    }

    .mobile-navbar.left {
        left: -2px;
        transform: translateX(-110%);
    }

    .mobile-navbar.left>.toggle-radius {
        float: right;
    }

    .mobile-navbar.top {
        height: auto;
        max-height: 70%;
        width: 100%;
        transform: translateY(-110%);
    }

    .mobile-navbar-show .mobile-navbar {
        transition: transform 0.6s cubic-bezier(0.28, 0.9, 0.34, 0.99);
        transform: translate(0);
    }

    .mobile-navbar-show .mobile-navbar+.fixed-body {
        visibility: unset;
        opacity: 1;
    }

    .mobile-navbar-show .navbar-toggle .i-menu>i {
        opacity: 0;
    }

    .mobile-navbar-show .navbar-toggle .i-menu::after {
        transform: rotate(45deg);
        width: calc(1em + 1px);
        transform-origin: bottom right;
    }

    .mobile-navbar-show .navbar-toggle .i-menu::before {
        right: 0;
        width: calc(1em + 1px);
        transform: rotate(-45deg);
        transform-origin: top right;
    }

    .mobile-navbar .navbar-header {
        margin-top: -58px;
        margin-bottom: 10px;
    }

    .mobile-navbar .navbar-brand {
        padding: 7px 10px;
    }

    .mobile-navbar .toggle-radius {
        margin: 0 2px;
    }

    .mobile-menus li a {
        display: block;
        padding: 6px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mobile-menus>li>a::before {
        margin: 0;
        margin-right: 12px;
    }

    .mobile-menus .sub-menu {
        word-wrap: break-word;
        white-space: normal;
        margin: 0 -2px;
    }

    .mobile-menus .sub-menu li {
        width: calc(50% - 4px);
        text-align: center;
        display: inline-block;
    }

    .mobile-navbar.top .mobile-menus .sub-menu li {
        width: calc(33.3% - 4px);
    }

    .mobile-menus .sub-menu li>a {
        background: var(--main-border-color);
        padding: 5px;
        margin: 2px;
        border-radius: 4px;
        font-size: 0.9em;
        position: relative;
    }

    .mobile-menus .sub-menu li>a>badge:not(.top) {
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(0.85);
    }

    .mobile-navbar .box-body.notop {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-navbar .sub-user-box {
        margin-bottom: 30px;
    }

    .mobile-navbar .posts-nav-box .zib-widget {
        background: var(--muted-border-color);
        box-shadow: none;
    }

    .posts-item .item-thumbnail {
        width: 138px;
    }

    .posts-mini .item-thumbnail {
        width: 90px;
    }

    .posts-item .item-heading {
        font-size: 15px;
    }


    .widget-main-post.style-card .widget-ajaxpager {
        margin: -5px;
        margin-bottom: 20px;
    }

    .posts-item.card {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .posts-item.card:nth-child(odd) {
        margin-right: 5px;
    }

    .posts-item.card:nth-child(even) {
        margin-left: 5px;
    }

    .footer {
        padding: 10px 0;
    }

    .footer .theme-box {
        margin: 5px;
    }

    .single-metabox.cover-meta,
    .single-metabox {
        font-size: 13px;
    }

    .article-header .article-avatar .list-inline {
        text-align: right;
    }

    .article-header .article-avatar .list-inline li,
    .article-header .article-avatar .list-inline li+li {
        float: left;
        text-align: left;
    }

    .float-btn .hover-show-con {
        max-width: 240px;
    }

}

@media (min-width: 641px) {}

@media (min-width: 641px) {

    .show-sm {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .modal .modal-dialog {
        width: 100%;
        max-width: calc(100% - 20px);
    }

    .hide-sm {
        display: none !important;
    }

    .nopw-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header {
        padding: 0 8px;
    }

    body.nav-fixed {
        padding-top: 72px;
    }

    .navbar-search {
        padding-top: 60px;
    }

    .posts-item:not(.no-thumb) .meta-right item {
        display: none;
    }

    .posts-item {
        padding: 10px;
        margin: 10px 0;
    }

    .float-right {
        right: 10px;
    }

    .em09-sm {
        font-size: 0.9em;
    }

    .px12-sm,
    .breadcrumb {
        font-size: 12px;
    }

    .article {
        padding: 0 15px;
    }

    .article-header .article-title {
        font-size: 18px;
    }

    .single-metabox .post-metas item {
        margin: 0 4px;
    }

    .article-content .wp-posts-content {
        line-height: 2;
        font-size: 15px;
    }

    .article .action {
        width: 68px;
    }

    #comments .list-inline {
        padding: 15px 0;
        margin: 0;
    }

    .comment-signarea h3 {
        font-size: 13px;
    }

    #postcomments .comment-header {
        font-size: 14px;
    }

    #postcomments .comt-meta {
        font-size: 12px;
    }

    #postcomments .comment .list-inline>li {
        padding: 0;
    }

    #postcomments .comment .list-inline>li+li {
        padding-left: 10px;
    }

    #postcomments .avatar-img {
        --this-size: 36px;
        margin-right: 10px;
    }

    #postcomments .commentlist>.comment>.list-inline .comment-footer {
        margin-left: 45px;
        margin-top: -15px;
    }

    .posts-mini {
        width: 100%;
    }

    .dropup+.dropup .dropdown-menu {
        left: -30px;
    }

    .dropup+.dropup .dropdown-menu::before {
        left: 41px;
    }

    .dropup+.dropup+.dropup .dropdown-menu {
        left: -60px;
    }

    .dropup+.dropup+.dropup .dropdown-menu::before {
        left: 71px;
    }

    .dropup+.dropup+.dropup+.dropup .dropdown-menu {
        left: -90px;
    }

    .dropup+.dropup+.dropup+.dropup .dropdown-menu::before {
        left: 101px;
    }

    .meta-right .meta-like {
        display: unset !important;
    }
}

@media (max-width: 480px) {

    .single-cover-con .article-title {
        font-size: 16px;
        margin-bottom: 0;
    }
}