body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -520;
    pointer-events: none
}

body:before {
    background: linear-gradient(90deg,#f795331a,#f370551a 15%,#ef4e7b1a 30%,#a166ab1a,#5073b81a,#1098ad1a,#07b39b1a 86%,#6dba821a)
}
/*封面图悬浮*/
.item-thumbnail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(./acg-img/swshpk.ico);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    opacity: 0;
    pointer-events: none;
}
.item-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}
.item-thumbnail:hover:before {
    background: rgba(255,240,245,0.5)
}
.item-thumbnail:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}


/*上传按钮*/
.icon-upload:before {
    content: "";
    background-image: url(https://www.vxras.com/wp-content/uploads/2024/10/icon_upload.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    vertical-align: unset;
    top: 3px;
    width: 18px;
    height: 18px;
}
/*X登录*/
.social-login-item.twitter {
    background: linear-gradient(300deg, #4c4d51, #2a2a31 15%, #85858a 40%, #393a3c 60%, #393838 80%, #5e5f62 100%);
}


/*悬浮条*/
*::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

*::-webkit-scrollbar-track {
}

*::-webkit-scrollbar-track:hover {
    background-color: var(--main-bg-color);
}

*::-webkit-scrollbar-track:active {
    background-color: var(--body-bg-color)
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--focus-shadow-color);
    border: 2px solid #FFFFFF
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color)
}

*::-webkit-scrollbar-thumb:active {
    background-color: var(--focus-color-opacity1)
}

/*猫耳朵*/
.dropdown-menu {
	margin-bottom:10px;
	border:none;
	box-sizing:border-box;
	padding:25px 12px 14px;
	border-radius:8px;
	background:url(./acg-img/bg-cat-main-code.png) no-repeat 50%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-size:100% 100%
}
.float-btn.qrcode-btn .hover-show-con {
	width:150px;
	top:-60px;
	padding:30px 5px 12px;
	text-align:center
}
.dropdown-menu {
	box-shadow:0 0 10px 8px rgb(116 116 116 / 0%);
}
.sidebar2, .sidebar {
    height: auto;
    padding: 50px 0px 0px;
    background: url(./acg-img/bg-cat-main.png) center top / 100% no-repeat;
    transform: translate3d(0px, 0px, 0px);
}

/*评论区*/
body {
	--acg-color:#fff8fa;
	--acg-color2:#f8fdff;
}
.dark-theme {
	--acg-color:#323335;
	--acg-color2:#323335;
}
#postcomments .commentlist .comment {
	border-top:1px solid rgb(50 50 50 / 0%);
	border-radius:15px;
	margin: 15px 15px;
	border:1px solid;
	display:flow-root;
	background-image:url(./acg-img/shading_blue.png);
	border-color:#71baff80;
	background-color:var(--acg-color2);
}
#postcomments .commentlist .comment+.comment {
	border-top:1px solid rgb(50 50 50 / 0%);
	padding:0 0 15px 0;
	border-radius:15px;
	margin: 15px 15px;
	border:1px solid;
	display:flow-root;
	padding:10px;
}
#postcomments .commentlist .comment+.comment:nth-child(odd) {
	background-image:url(./acg-img/shading_red.png);
	border-color:#ff8bb5;
	background-color:var(--acg-color);
}
#postcomments .commentlist .comment+.comment:nth-child(even) {
	background-image:url(./acg-img/shading_blue.png);
	border-color:#71baff80;
	background-color:var(--acg-color2);
}
#postcomments .children {
	background:rgb(116 116 116 / 0%);
	margin-bottom:6px;
	border-radius:15px;
	display:flow-root;
}

/*加载更多*/
.chat-next a,.theme-pagination .ajax-next a,.theme-pagination .order-ajax-next a {
	display:inline-block;
	width:130px;
	-webkit-border-radius:0 0 16px 16px;
	-moz-border-radius:0 0 16px 16px;
	border-radius:0 0 16px 16px;
	font-size:14px;
	line-height:24px;
	text-align:center;
	cursor:pointer;
	background-image:url(./acg-img/home.55842.png);
	background-repeat:no-repeat;
}
.chat-next a:hover,.theme-pagination .ajax-next a:hover,.theme-pagination .order-ajax-next a:hover {
	background-image:url(./acg-img/home.55842.png);
	opacity:1
}
.chat-next a,.theme-pagination .ajax-next a,.theme-pagination .order-ajax-next a {
	color:#ffffff;
}



/*最新发布角标*/
.css-14voi4m {
    user-select: none;
    width: 44px;
    height: 44px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    color: rgb(255, 38, 70);
    font-size: inherit;
    position: absolute;
    z-index: 5;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 5px;
}

/*左侧边栏*/
.sidebar2 {
    float: left;
    margin-right: -311px;
    width: 311px;
    position: unset;
}
.sidebar2 {
    float: left;
    width: 311px;
    position: relative
}
.site-layout-1 .sidebar2 {
    display: none
}
.mobile-nav-widget .posts-mini,.sidebar2 .posts-mini {
    width: 100%!important
}
.mobile-nav-widget .px12-m-s,.mobile-nav-widget .px12-sm,.sidebar2 .px12-m-s,.sidebar2 .px12-sm {
    font-size: 12px
}

.mobile-nav-widget .em09-sm,.sidebar2 .em09-sm {
    font-size: .9em
}

.mobile-nav-widget .hide-m-s,.mobile-nav-widget .hide-sm,.sidebar2 .hide-m-s,.sidebar2 .hide-sm {
    display: none
}

.mobile-nav-widget .nopw-sm,.sidebar2 .nopw-sm {
    padding-left: 0!important;
    padding-right: 0!important
}

.controller-hide .dplayer-controller,.controller-hide .dplayer-controller-mask,.mobile-nav-widget .dplayer-full-in,.mobile-nav-widget .dplayer-loop,.sidebar2 .dplayer-full-in,.sidebar2 .dplayer-loop {
    display: none!important
}
    .sidebar2 .card {
        width: 100%;
        margin: 0
    }

    .sidebar2 .author-minicard {
        width: 100%;
        margin: 3px 0
    }

    .sidebar2 .s-desc,.sidebar2 .slide-text {
        font-size: 12px;
        padding: 1em 1.2em
    }
@media (max-width: 996px) {
    body .sidebar2.show-sidebar {
        display: unset;
        width: 100%;
        margin-right: 0
    }
    .sidebar2 {
        display: none
    }
}