/**
 * OneNav-Star 子主题自定义CSS
 */

/* --------------------------------------------- 杂项 --------------------------------------------- */
.aside-card {
	background: #fff!important;
	box-shadow: none!important
}

.io-black-mode .aside-card {
	background: #2d2e2f!important
}

.sites-item:not(.style-sites-max) .togo {
	right: 20px!important
}

.content-layout .posts-item {
	box-shadow: none;
	border: 1px solid #f1f1f196;
	overflow: hidden!important
}

.content-layout .posts-item:hover {
	box-shadow: inset 0 0 0 0 var(--muted-shadow),0 2px 30px 0 var(--main-shadow);
	border: 1px solid #fff
}

.content-layout .posts-item:has(span.badge.badge-title.vc-j-red.mr-1):hover {
	border: 1px solid var(--theme-color)
}

.io-black-mode .content-layout .posts-item {
	border-color: hsl(216deg 3% 66% / 10%)
}

.io-black-mode .content-layout .posts-item:hover {
	border-color: hsl(216deg 3% 66% / 50%)
}

.posts-item.sites-item:hover .blur-img-bg {
	transform: scale(2)
}

.sites-item:not(.style-sites-max) .togo {
	top: 25%
}

.style-sites-min.sites-item:not(.style-sites-max) .togo {
	top: 50%
}

.sites-item:not(.style-sites-max):hover .togo {
	opacity: 1;
	transform: translate(12px,-50%) rotate(45deg)
}

.module-sidebar-widget+.module-sidebar-widget {
	margin-top: 1.25rem
}

.taxonomy-head-title.h3{
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.taxonomy-head-title .taxonomy-head-title-text{
	position: relative;
	z-index: 1;
}
.taxonomy-head-title .taxonomy-head-icon{
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	pointer-events: none;
}
.taxonomy-head-title .taxonomy-head-icon svg{
	width: 100%;
	height: 100%;
	display: block;
}
@media (max-width:750px){
	.taxonomy-head-title .taxonomy-head-icon{
		width: 140px;
		height: 140px;
	}
}
.table-div .site-favicon-main .badge.vc-l-red{
	display:none
}
.slider-tab{
    background-color: var(--body-bg-color);
}

/* --------------------------------------------- 侧边栏设置样式 --------------------------------------------- */
.sidebar-setting {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	will-change: right;
	box-shadow: 0 8px 24px -12px rgba(0,0,0,.25);
	border-radius: 10px 0 0 10px;
	transition: transform .3s ease-in-out;
	transform: translateX(100%)
}

.sidebar-setting.active {
	transform: translateX(0)
}

.sidebar-setting.show {
	transform: translateX(0)
}

.star-sidebar-open .fixed-body.show{
	opacity: 0.2;
}

body.star-sidebar-open {
	overflow: hidden;
}

.sidebar-setting .close-btn {
	font-size: 24px
}

.sidebar-setting .close-btn i:hover {
	color: var(--theme-color)
}

.sidebar-setting-container {
	position: relative;
	width: 30vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 16px 0 16px 16px;
	border-left: 1px solid rgba(0,0,0,.05);
	background: rgba(255,255,255,.92);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px)
}

.sidebar-setting-header{
	position: relative;
	flex: 0 0 auto;
	display: flex;
    align-items: baseline;
	justify-content: space-between;
	padding-right: 0;
}

.sidebar-setting-scroll{
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar-setting-header,
.sidebar-setting-scroll,
.custome-bg{
	padding-right:16px
}

@media (max-width:992px) {
	.sidebar-setting-container {
		width: 100vw
	}
}

.io-black-mode .sidebar-setting-container {
	background: rgba(44,46,47,.95);
	border-left-color: rgba(255,255,255,.04)
}

.sidebar-setting-container h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	position: relative;
	display: inline-block
}

.sidebar-setting-container h2::after {
	content: '';
	width: 50%;
	height: 3px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: var(--theme-color)
}

.sidebar-setting-container h3 {
	font-size: 16px;
	margin: 10px 0
}

.sidebar-setting-container h3::before {
	content: '#';
	color: var(--theme-color)
}

.search-bg-position,
.search-bg-position-bgzhezhao {
	background: rgba(255,255,255,.82);
	border-radius: var(--main-radius);
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 6px 18px -12px rgba(0,0,0,.25);
	padding: 10px 14px 12px 14px
}

.io-black-mode .search-bg-position,
.io-black-mode .search-bg-position-bgzhezhao {
	background: #363738;
	border: none;
	box-shadow: none
}

.sidebar-setting input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: linear-gradient(-45deg,var(--theme-color),color-mix(in srgb,var(--theme-color) 60%,transparent));
	border-radius: 12px
}

.sidebar-setting input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	background: var(--theme-color);
	border-radius: 50%;
	border: solid 5px #fff;
	cursor: pointer
}

.search-bg-options {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: visible;
	min-height: 0
}

.search-bg-options ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0;
}

.search-bg-options li {
	width: 100%;
	margin: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.05);
	background: rgba(255,255,255,.9);
	transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease;
	position: relative;
}

.search-bg-options li .pic-thumb{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.search-bg-options li .pic-thumb img {
	height: 100px;
	object-fit: cover;
	width: 100%;
	display: block;
	transition: opacity 0.3s ease;
}

.search-bg-options li .pic-type-label {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 2px 6px;
	border-radius: 999px;
	font-size: 11px;
	line-height: 1;
	background: rgba(0,0,0,.45);
	color: #fff;
	backdrop-filter: blur(6px);
	pointer-events: none
}

.io-black-mode .search-bg-options li .pic-type-label {
	background: rgba(0,0,0,.7)
}

.search-bg-options li .pic-title {
	background: #f5f5f5;
	font-size: 15px;
	margin: 0;
	padding: 2px 0
}

.search-bg-options .pic-list-container {
	flex: 0 0 auto;
	min-height: 0;
	overflow: visible;
	padding: 0;
}

.pic-list-container > div.loading {
	text-align: center;
	padding: 20px;
	color: #999
}

.pic-list-container > div.loading::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid var(--theme-color, #007bff);
	border-radius: 50%;
	animation: star-spin 1s linear infinite
}
@keyframes star-spin {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
}

.io-black-mode .search-bg-options li .pic-title {
	background: #363738
}

.search-bg-options li:hover .pic-title {
	background: var(--theme-color);
	color: #fff
}

.search-bg-options .current-search-bg .pic-title {
	background: var(--theme-color);
	color: #fff
}

.io-black-mode .search-bg-options .current-search-bg {
	border-color: rgba(113,149,255,.9);
	box-shadow: 0 0 0 1px rgba(113,149,255,.6),0 10px 22px -16px rgba(0,0,0,.6)
}

.pic-categories .categories-list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	list-style: none;
	padding: 0
}

.pic-categories .category-item {
	white-space: nowrap;
	padding: 8px 15px;
	background: rgba(255,255,255,.9);
	border-radius: var(--main-radius);
	cursor: pointer;
	transition: all .3s;
	border: 1px solid rgba(0,0,0,.05)
}

.pic-categories .category-item.active,.pic-categories .category-item:hover {
	background: var(--theme-color);
	color: #fff
}

.io-black-mode .pic-categories .category-item {
	background: #363738;
	border-color: #444
}

.io-black-mode .pic-categories .category-item.active,
.io-black-mode .pic-categories .category-item:hover {
	background: var(--theme-color)
}

.io-black-mode .custome-bg {
	background: rgba(44,46,47,.98);
	border-color: rgba(255,255,255,.08);
	box-shadow: 0 2px 8px rgba(0,0,0,.3),0 -2px 8px rgba(0,0,0,.2)
}

.custome-bg .custom-input-row {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 12px
}

.custome-bg input[type=text] {
	flex: 1;
	padding: 8px 12px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: var(--main-radius);
	background: rgba(255,255,255,.9);
	box-shadow: 8px 8px 15px -10px rgba(128,128,128,.18);
	transition: all .3s
}

.custome-bg input[type=text]:focus {
	outline: 0;
	border-color: var(--theme-color);
	box-shadow: 0 0 0 2px rgba(var(--theme-color-rgb,0,123,255),.2)
}

.io-black-mode .custome-bg input[type=text] {
	border-color: rgba(255,255,255,.15);
	background: rgba(255,255,255,.08);
	color: #eee
}

.io-black-mode .custome-bg input[type=text]:focus {
	border-color: var(--theme-color);
	background: rgba(255,255,255,.12)
}

.custome-bg .btn-save-bg {
	padding: 9px 14px;
	border: none;
	border-radius: var(--main-radius);
	background: var(--theme-color);
	color: #fff;
	cursor: pointer;
	transition: all .3s;
	white-space: nowrap
}

.custome-bg .btn-save-bg:hover {
	opacity: .9
}

.custome-bg .btn-clear-bg {
	padding: 9px 14px;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: var(--main-radius);
	background: rgba(0,0,0,.03);
	color: #333;
	cursor: pointer;
	transition: all .3s;
	width: 100%
}

.io-black-mode .custome-bg .btn-clear-bg {
	border-color: rgba(255,255,255,.08);
	background: rgba(255,255,255,.06);
	color: #eee
}

.custome-bg .btn-clear-bg:hover {
	opacity: .9
}

.search-bg-position-bgzhezhao {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px
}

.search-bg-blur,
.search-bg-opacity {
	flex: 1
}

#header-overlay,
.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	backdrop-filter: blur(0px);
	pointer-events: none;
	z-index: 0
}

.wallpaper-bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 99
}

.header-banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	object-fit: cover
}

/* --------------------------------------------- 详情页（sites）头部：预览全宽 + 信息区优化 --------------------------------------------- */
.content-wrap .preview-body {
	box-shadow: 0 10px 30px rgba(0,0,0,.06)
}

.preview-body .text-xs.site-breadcrumb {
	padding: 5px 10px;
	width: 100%
}

.theme-star.single-sites .content-layout>.site-content .sites-preview .site-img {
	position: relative;
	width: 100%!important;
	max-width: 100%
}

.theme-star.single-sites .content-layout>.site-content .sites-preview .site-img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover
}

.site-content .sites-preview .preview-btn {
	position: absolute;
	bottom: 50%;
	z-index: 2
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top {
	gap: 15px;
	margin-top: -50px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 12px 14px;
	border-radius: var(--main-radius);
	background: rgba(255,255,255,.72);
	border: 1px solid rgb(255 255 255);
	-webkit-backdrop-filter: saturate(2) blur(15px);
	backdrop-filter: saturate(2) blur(15px);
	position: relative;
	z-index: 2;
	align-items: center;
	flex-wrap: nowrap!important
}

.io-black-mode .site-content .site-body .site-header-top {
	background: rgba(44,46,47,.72)!important;
	border-color: rgba(85,90,97,.25)!important
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-name {
	line-height: 1.25
}

.site-content.no-preview .site-header-top {
	margin: 0 0 24px 0!important;
	background: rgb(255 255 255)!important;
	box-shadow: 0 5px 20px var(--main-shadow)
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top>a,
.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top>img {
	flex: 0 0 auto;
	flex-shrink: 0;
	border-radius: calc(var(--main-radius) - 6px)
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top .site-name-box {
	flex: 1 1 0%!important;
	width: 0;
	min-width: 0
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top .site-name-box>p.mb-2 {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.site-name-box .site-name {
	margin-bottom: 0;
	padding-top: 10px
}

.theme-star.single-sites .content-layout>.site-content .site-body>.mt-2 {
	border-radius: 14px;
	padding: 16px 18px
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-go {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.theme-star.single-sites .content-layout>.site-content .site-body .site-go>* {
	margin-right: 0!important
}

@media (max-width:768px) {
	.theme-star.single-sites .content-layout>.site-content .sites-preview .site-img.img-sites {
		height: 180px
	}

	.theme-star.single-sites .content-layout>.site-content .sites-preview .site-img.img-sites img {
		height: 100%!important;
		width: 100%!important;
		object-fit: cover
	}

	.theme-star.single-sites .content-layout>.site-content .sites-preview .site-favicon {
		flex-wrap: wrap
	}

	.theme-star.single-sites .content-layout>.site-content .sites-preview .site-favicon>.d-flex {
		width: 100%;
		margin-left: 0
	}

	.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top {
		flex-wrap: wrap!important;
		margin-top: -30px;
		margin-left: 0;
		margin-right: 0;
		border-radius: 12px
	}

	.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top>img {
		flex: 0 0 auto!important;
		width: 48px;
		height: 48px;
		max-width: 48px;
		margin: 0
	}

	.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top .site-name-box {
		flex: 1 1 0%!important;
		width: 0!important;
		min-width: 0;
		text-align: left
	}

	.theme-star.single-sites .content-layout>.site-content .site-body .site-header-top>a.btn {
		flex: 0 0 100%!important;
		width: 100%;
		justify-content: center
	}

	.theme-star.single-sites .content-layout>.site-content .site-body>.mt-2 {
		margin: 10px 0 0;
		padding: 14px 14px;
		border-radius: 12px
	}

	.theme-star.single-sites .content-layout>.site-content .site-body .site-go>* {
		flex: 1 1 auto!important;
		min-width: 0
	}
}

@media (min-width:768px) {
	.theme-star.single-sites .content-layout>.site-content .sites-preview .site-img {
		width: 100%!important;
		max-width: 100%!important
	}
}

.preview-body .site-img.img-sites::after {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .1;
	top: 0;
	z-index: 1;
	transition: opacity .2s ease
}

.preview-body .site-img.img-sites:hover::after {
	opacity: 0
}

.site-name.h3 {
	font-size: 1.3rem;
	font-weight: 600
}

.text-preview-box {
	background: #f3f5f8;
	padding: 5px;
	border-radius: 8px
}

.terms-list {
	padding-top: 10px;
	border-top: 1px dashed rgba(125,125,125,.2)
}

.table-div {
	background: #f2f4f7;
	padding: 8px 10px;
	border-radius: var(--main-radius)
}

.io-black-mode .table-div {
	background: rgba(44,46,47,.6)
}

/* ---------------------------------------------搜索菜单容器样式--------------------------------------------------*/
.search-style1 #search-list {
	margin-bottom: 7px
}

.search-style1 .search-term {
	background: rgb(255 255 255 / 10%);
	color: #fff;
	backdrop-filter: blur(10px);
	border: 1px solid rgb(255 255 255 / 15%);
	margin: 0 5px
}

.search-style1 .search-group li {
	padding: 6px 12px;
	border-radius: var(--main-radius)
}

.search-style1 .search-term.active {
	opacity: 1!important;
	color: #000
}

.search-style1 .dropdown {
	background: rgb(255 255 255);
	border-radius: var(--main-radius)
}

@media (max-width:480px) {
	.search-style1 .search-group {
		margin-right: 0!important
	}

	.search-style1 #search-list {
		padding-right: 0!important
	}

	.search-style1 .dropdown .btn,
    .search-style1 .search-group li {
		font-size: 14px;
		padding: 4px 10px
	}
}

.search-box-big,.simple-group-list {
	text-align: center
}

.search-style2 .search-list-menu {
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(10px);
	border-radius: 50rem;
	padding: 4px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
	min-width: 0;
	margin: 0 auto 8px;
	border: 1px solid rgb(255 255 255 / 15%);
	gap: 5px;
	white-space: nowrap
}

.search-style2 .search-menu.slider-li {
	padding: 8px 15px;
	text-shadow: none;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	color: rgba(255,255,255,.9);
	font-size: 14px;
	line-height: 1.5
}

.search-style2 .search-menu.slider-li.active {
	background: #fff;
	color: #000;
	border-radius: 50rem;
	opacity: 1;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	transform: translateY(0)
}

.search-style2 .search-menu:hover {
	background: rgb(255 255 255 / 50%);
	color: #000;
	border-radius: 50rem
}

.search-style2 .search-term {
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgb(255 255 255 / 15%);
	border-radius: 50rem;
	margin: 5px;
	cursor: pointer;
	transition: all .3s ease
}

.search-style2 .search-group li {
	padding: 6px 10px;
	text-shadow: none
}

.search-term:hover {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	color: #000
}

.search-style2 .search-term.active {
	background: #fff;
	color: #000
}

.search-list-menu .anchor {
	display: none
}

@media (max-width:480px) {
	.search-style2 .search-term {
		font-size: 12px!important
	}
}

/* ---------------------------------------------相关导航换一换按钮样式--------------------------------------------------*/
#refresh-related-sites {
	transition: all .3s ease
}

#refresh-related-sites:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

#refresh-related-sites:disabled {
	opacity: .6;
	cursor: not-allowed
}

#refresh-related-sites .icon-refresh.refresh-spinning {
	animation: refresh-spin 1s linear infinite;
	display: inline-block
}

@keyframes refresh-spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.sites-template-default .modal-body {
	padding-top: 0
}

/* --------------------------------------------- 侧边栏滚动高亮样式 --------------------------------------------- */
.aside-body .aside-card {
	padding: 10px 0
}

.aside-body .aside-bottom,
.aside-body .aside-item {
	padding: 0 10px
}

.aside-highlight-style1 .aside-item.aside-item-active .aside-btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 50%;
	background: var(--theme-color);
	box-shadow: 4px 0 14px 1px var(--theme-color);
	border-radius: 0 2px 2px 0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	opacity: 1
}

.aside-highlight-style1 .aside-item:hover .aside-btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 50%;
	background: var(--theme-color);
	box-shadow: 4px 0 14px 1px var(--theme-color);
	border-radius: 0 2px 2px 0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	opacity: 1
}

.aside-highlight-style2 .aside-item.aside-item-active .aside-btn::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	background-color: var(--focus-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.567 117.099'%3E%3Cpath d='m0,58.549v58.549c7.678-18.927,14.408-29.809,26.769-42.139,9.065-9.042,9.065-23.779,0-32.821C14.408,29.809,7.678,18.927,0,0,0,0,0,58.549,0,58.549Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.567 117.099'%3E%3Cpath d='m0,58.549v58.549c7.678-18.927,14.408-29.809,26.769-42.139,9.065-9.042,9.065-23.779,0-32.821C14.408,29.809,7.678,18.927,0,0,0,0,0,58.549,0,58.549Z'/%3E%3C/svg%3E");
	-webkit-mask-position: left center;
	mask-position: left center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain
}

.aside-highlight-style2 .aside-item:hover .aside-btn::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	background-color: var(--focus-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.567 117.099'%3E%3Cpath d='m0,58.549v58.549c7.678-18.927,14.408-29.809,26.769-42.139,9.065-9.042,9.065-23.779,0-32.821C14.408,29.809,7.678,18.927,0,0,0,0,0,58.549,0,58.549Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.567 117.099'%3E%3Cpath d='m0,58.549v58.549c7.678-18.927,14.408-29.809,26.769-42.139,9.065-9.042,9.065-23.779,0-32.821C14.408,29.809,7.678,18.927,0,0,0,0,0,58.549,0,58.549Z'/%3E%3C/svg%3E");
	-webkit-mask-position: left center;
	mask-position: left center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain
}

.aside-item:not(.aside-item-active)>.aside-btn:hover {
	background: rgb(255 255 255 / 0%);
}

.aside-item.aside-item-active>.aside-btn:hover {
	background: rgb(255 255 255 / 0%)!important;
}

.badge.badge-title.vc-j-red.mr-1,
.badge.badge-title.vc-j-purple.mr-1{
	position: absolute;
	left: -17px;
	top: 4px;
	transform: rotate(-45deg);
	transform-origin: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 20px;
	min-width: 60px;
	font-size: 10px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	border: none!important;
	border-radius: 0
}
.badge.badge-title.vc-j-red.mr-1{
	background: linear-gradient(45deg,var(--theme-color),color-mix(in srgb,var(--theme-color) 70%,transparent));
}
.badge.badge-title.vc-j-purple.mr-1{
    background: var(--this-bg);
}
.big-posts .badge.badge-title.vc-j-red.mr-1,
.big-posts .badge.badge-title.vc-j-purple.mr-1{
    display:none
}
@media (max-width:480px) {
	.badge.badge-title.vc-j-red.mr-1,
	.badge.badge-title.vc-j-purple.mr-1{
		font-size: 8px;
		padding: 2px 15px;
		min-width: 50px;
		left: -14px
	}
}

/* --------------------------------------------- 顶部右侧自定义导航菜单样式 --------------------------------------------- */
.navbar-header .sub-menu .menu-item-image {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	object-fit: contain;
	vertical-align: middle;
	border-radius: 2px;
	flex-shrink: 0
}

.navbar-header .sub-menu .menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --------------------------------------------- 顶部历史记录按钮 --------------------------------------------- */
.header-icon-btn a {
	display: flex;
	align-items: center;
	justify-content: center
}

.header-history {
	position: relative
}

.header-history i {
	font-size: 19px
}

.header-history .history-panel {
	position: fixed;
	top: 0;
	right: 20px;
	width: 340px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0,0,0,.18);
	border-radius: var(--main-radius);
	border: 1px solid rgba(0,0,0,.06);
	z-index: 999;
	visibility: hidden;
	transform: translateY(10px);
	opacity: 0;
	transition: all .45s;
	overflow: hidden
}

.header-history .history-panel.show {
	visibility: unset;
	opacity: 1;
	transform: translateY(80px)
}

@media (max-width:768px) {
	.header-history .history-panel {
		right: auto;
		left: 50%;
		transform: translate(-50%,10px);
		width: min(360px,calc(100vw - 16px));
		max-width: calc(100vw - 16px)
	}

	.header-history .history-panel.show {
		transform: translate(-50%,80px)
	}
}

.header-history .history-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(0,0,0,.06)
}

.header-history .history-header h3 {
	font-size: 14px;
	margin: 0
}

.header-history .history-close {
	border: none;
	background: 0 0;
	padding: 4px;
	cursor: pointer;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.header-history .history-body {
	max-height: 360px;
	overflow-y: auto;
	padding: 6px 8px
}

.header-history .history-list {
	display: flex;
	flex-direction: column;
	gap: 6px
}

.header-history .history-item {
	display: grid;
	grid-template-columns: 40px 1fr auto auto;
	align-items: center;
	gap: 10px;
	padding: 10px 10px;
	border-radius: calc(var(--main-radius) - 6px);
	color: inherit;
	background: rgba(0,0,0,.02);
	transition: background .15s ease,transform .15s ease
}

.header-history .history-item:hover {
	background: rgba(0,0,0,.04);
	transform: translateX(2px)
}

.io-black-mode .header-history .history-item {
	background: rgba(255,255,255,.03)
}

.io-black-mode .header-history .history-item:hover {
	background: rgba(255,255,255,.06)
}

.header-history .history-item-icon {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	border-radius: var(--main-radius)
}

.header-history .history-item-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px
}

.header-history .history-item-title {
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.header-history .history-item-duration {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
	background: rgba(var(--theme-color-rgb),.7);
	padding: 2px 10px;
	border-radius: var(--theme-border-radius-sm)
}

.header-history .history-item-duration i {
	font-size: 14px
}

.header-history .history-item-delete {
	border: none;
	background: 0 0;
	padding: 4px;
	cursor: pointer;
	color: rgba(0,0,0,.55)
}

.header-history .history-item-delete:hover {
	color: rgba(0,0,0,.9)
}

.header-history .history-empty {
	padding: 12px;
	text-align: center;
	color: rgba(0,0,0,.55)
}

.header-history .history-footer {
	padding: 10px 12px;
	border-top: 1px solid rgba(0,0,0,.06)
}

.header-history .btn-clear-history {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.03);
	border-radius: calc(var(--main-radius) - 6px);
	padding: 8px 10px;
	font-size: 13px;
	cursor: pointer;
	transition: background .15s ease,border-color .15s ease
}

.header-history .btn-clear-history:hover {
	background: rgba(0,0,0,.06);
	border-color: rgba(0,0,0,.2)
}

.navbar-header .menu-item-has-children>.sub-menu {
	left: 50%!important;
	right: auto!important;
	transform: translateX(-50%) translateY(-2px)!important
}

.navbar-header .sub-menu .sub-menu {
	left: 110%!important;
	transform: translateY(0)!important
}

.nav.header-tools {
	margin-bottom: 1px
}

/* --------------------------------------------- 详情页下拉菜单样式 --------------------------------------------- */
.detail-floating-bar {
	position: fixed;
	left: 50%;
	top: 80px;
	z-index: 1100;
	max-width: var(--main-max-width);
	width: calc(var(--main-max-width) - 250px);
	padding: 16px;
	border-radius: var(--main-radius);
	box-shadow: 0 18px 45px rgba(15,23,42,.22);
	opacity: 0;
	pointer-events: none;
	transition: opacity .24s ease-out,transform .24s ease-out;
	background: var(--main-blur-bg-color);
	-webkit-backdrop-filter: saturate(2) blur(15px);
	backdrop-filter: saturate(2) blur(15px);
	transform: translate(-50%,-50px);
	border: 1px solid #fff
}

.detail-floating-bar.dfb-show {
	opacity: 1;
	transform: translate(-50%,0);
	pointer-events: auto
}

.detail-floating-bar .dfb-inner {
	width: 100%;
	gap: 15px;
}

.detail-floating-bar .dfb-left {
	gap: 10px
}

.detail-floating-bar .dfb-icon-img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	object-fit: cover
}

.detail-floating-bar .dfb-info {
	gap: 4px;
	flex: 1;
	min-width: 0
}

.detail-floating-bar .dfb-title {
	white-space: nowrap;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	color: #111827;
	line-height: 1.4
}

.detail-floating-bar .dfb-desc {
	font-size: 13px;
	color: #6b7280;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal
}

.detail-floating-bar .dfb-right .btn {
	margin: 0;
	border-radius: var(--theme-border-radius-sm);
	white-space: nowrap;
}

@media (max-width:768px) {
	.detail-floating-bar {
		padding: 15px;
		max-width: 100%;
		width: calc(100% - 20px);
		box-shadow: none
	}

	.detail-floating-bar .dfb-title {
		max-width: 160px;
		font-size: 14px
	}

	.detail-floating-bar .dfb-desc {
		max-width: 160px;
		font-size: 12px
	}

	.detail-floating-bar .btn {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
		margin-right: 0!important
	}

	.detail-floating-bar .iconfont.icon-arrow-r-m {
		display: none
	}
}

.io-black-mode .detail-floating-bar {
	background: rgba(23,23,23,.94);
	box-shadow: 0 18px 45px rgba(0,0,0,.7);
	color: #f9fafb;
	border: 1px solid #2d2e2f
}

.io-black-mode .detail-floating-bar .dfb-title {
	color: #f9fafb
}

.io-black-mode .detail-floating-bar .dfb-desc {
	color: #9ca3af
}

/* --------------------------------------------- 移动端菜单样式 --------------------------------------------- */
.star-nav-width {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	z-index: 99;
	overflow-x: auto;
	white-space: nowrap;
	gap: 10px
}

.header-banner.post-top .star-nav-width {
	margin-bottom: 0
}

.header-banner .star-nav-width {
	margin-bottom: 10px
}

.star-nav-width .nav-btn.btn {
	background: #ffffff14;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: var(--main-radius);
	border: 1px solid #ffffff2e;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	transition: all .2s ease
}

.star-nav-width .nav-btn.btn:first-child {
	margin-left: 0
}

.star-nav-width .nav-btn.btn:last-child {
	margin-right: 0
}

.star-nav-width .nav-btn.btn {
	color: #fff
}

@media screen and (max-width:768px) {
	.star-nav-width {
		display: flex;
		justify-content: flex-start;
		padding-left: 2px
	}

	.star-nav-width .nav-btn.btn {
		font-size: 13px
	}

	.star-nav-width .nav-btn.btn:first-child {
		margin-left: -1px
	}
}

.io-black-mode .star-nav-width .nav-btn.btn {
	background: rgba(45,46,47,.3);
	border-color: rgba(255,255,255,.15);
	color: #b4b8bf
}

.io-black-mode .star-nav-width .nav-btn.btn:hover {
	background: rgba(65,66,67,.5);
	color: #f9fafb
}

/* --------------------------------------------- 详情页弹窗广告位样式 --------------------------------------------- */
.popup-ad-sites,
.popup-related-sites{
	background-color: var(--body-bg-color);
	padding: 12px;
	border-radius: var(--theme-border-radius);
}

.popup-ad-header {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(223 223 223)
}

.popup-ad-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--main-color,#333)
}

.popup-ad-content {
	margin-top: 10px
}

.confirm.modal .item-media {
	width: 30px
}

.confirm.modal .posts-item {
	box-shadow: none;
	border: 1px solid #f1f1f196;
	overflow: hidden
}

.popup-ad-sites .btn-right {
	transition: all .3s ease
}

.popup-ad-sites .btn-right:hover {
	opacity: .8;
	transform: translateY(-1px)
}


.io-black-mode .confirm.modal .posts-item {
	border: 1px solid #484848;
}

.io-black-mode .popup-ad-header {
	border-bottom-color: rgb(72 72 72)
}

.io-black-mode .popup-ad-title {
	color: var(--main-color,#fff)
}

@media (max-width:768px) {
	.popup-ad-content .posts-row {
		--this-card-padding: calc(0.5 * var(--home-card-padding))
	}
}
/* --------------------------------------------- 顶部横幅广告样式 --------------------------------------------- */
.star-top-banner {
	position: relative;
	width: calc(100% + 20px);
	margin: -10px -10px 10px -10px;
	overflow: hidden;
	transition: height .25s cubic-bezier(.4, 0, .2, 1),opacity .25s cubic-bezier(.4, 0, .2, 1),margin .25s cubic-bezier(.4, 0, .2, 1);
	will-change: height,opacity,margin
}

.star-top-banner.hidden {
	height: 0!important;
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0
}

.main-header.header-fixed.Welt .star-top-banner {
	width: calc(100%);
	margin: 0
}

.star-top-banner-container {
	position: relative;
	width: 100%;
	overflow: hidden
}

.star-top-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	z-index: 1;
	display: none
}

.star-top-banner-item.desktop {
	display: block
}

@media (max-width:768px) {
	.star-top-banner-item.desktop {
		display: none!important
	}

	.star-top-banner-item.mobile {
		display: block!important
	}
}

.star-top-banner-item.active {
	position: relative;
	opacity: 1;
	z-index: 2
}

.star-top-banner-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover
}

.star-top-banner-close {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	background: rgba(0,0,0,.5);
	border-radius: 50%;
	color: #fff;
	border: 1px solid #ffffff80;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	backdrop-filter: blur(4px)
}

.star-top-banner-close i {
	font-size: 14px
}

body:has(.star-top-banner:not(.hidden)) .header-banner .search-style1.simple-search.mx-auto.big-search,
body:has(.star-top-banner:not(.hidden)) .header-banner .search-style2.big-search.mx-auto,
body:has(.star-top-banner:not(.hidden)) .search-modal.show {
	margin-top: 3rem
}

@media (max-width:768px) {
	body:has(.star-top-banner:not(.hidden)) .aside-body.show,
    body:has(.star-top-banner:not(.hidden)) .mobile-nav.show {
		margin-top: 2rem
	}
}

@media (max-width:768px) {
	.star-top-banner-item img {
		max-height: 120px;
		object-fit: cover
	}

	.star-top-banner-close {
		width: 24px;
		height: 24px
	}

	.star-top-banner-close i {
		font-size: 12px
	}
}

/* --------------------------------------------- 搜索框旁边图片功能样式 --------------------------------------------- */
.logo-search-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	width: 100%;
}

.logo-search-up {
	text-align: center;
	flex-shrink: 0
}

.logo-search-wrapper:has(.search-style2)>.logo-search-up {
	margin-top: 12px
}

.logo-search-wrapper:has(.search-style1)>.logo-search-up {
	margin-top: 45px
}

.logo-search-up a {
	display: inline-block;
	text-decoration: none;
	transition: opacity .3s ease
}

.logo-search-up a:hover {
	opacity: .8
}

.star-search-logo {
	display: inline-block;
	vertical-align: middle;
	transition: opacity .3s ease
}

.star-search-logo-dark {
	display: none
}

.io-black-mode .star-search-logo-dark {
	display: inline-block
}

.io-black-mode .star-search-logo-light {
	display: none
}

.logo-search-wrapper .big-search,
.logo-search-wrapper .search-style-star,
.logo-search-wrapper .search-style1,
.logo-search-wrapper .search-style2 {
	flex-shrink: 0;
	margin: 0!important;
	width: 100%
}

@media (max-width:1200px) {
	.logo-search-wrapper .logo-search-up {
		display: none
	}
}

/* --------------------------------------------- Header栏贴边与底部对齐 --------------------------------------------- */
.main-header.header-fixed.Welt {
	padding: 0
}

.header-fixed.Welt .header-nav {
	border-radius: 0;
	height: 80%
}

.wp-child-theme-onenav-star:not(.full-container) .header-fixed.Welt .switch-container{
	padding: 0 25px;
	max-width: calc(var(--main-max-width) + 250px)
}

.wp-child-theme-onenav-star:not(.full-container) .main-footer.footer-stick.Welt .switch-container {
	max-width: calc(var(--main-max-width) - 20px)
}

.full-container .footer-stick.Welt .switch-container{
	padding:0 10px
}

.app-template-default.wp-child-theme-onenav-star:not(.full-container) .Welt .container-footer .footer,
.post-template-default.wp-child-theme-onenav-star:not(.full-container) .Welt .container-footer .footer,
.sites-template-default.wp-child-theme-onenav-star:not(.full-container) .Welt .container-footer .footer {
	box-shadow: 0 5px 20px var(--main-shadow)
}

.main-footer.footer-stick.Fullwidth{
    padding: 10px 0 0 0;
}
.Fullwidth .footer-fullwidth-wrap{
	background: var(--main-bg-color);
}
.Fullwidth .switch-container.container-footer.container{
    max-width: calc(var(--main-max-width) + 40px);
}
.Fullwidth .footer{
	background-color: transparent;
}

/* --------------------------------------------- starsearch-box 搜索布局 --------------------------------------------- */
.starsearch-box{
    padding-right: 10px;
    padding-left: 10px;
}
.starsearch-box .header-banner.header-big{
	border-radius: var(--main-radius);
	overflow:hidden;
	padding-top:0;
    margin:0 auto;
}
.wp-child-theme-onenav-star:not(.full-container) .starsearch-box .header-banner.header-big{
	max-width: calc(var(--main-max-width) - 20px);
}
.full-container .starsearch-box{
    max-width: var(--home-max-width);
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.full-container .starsearch-box .header-banner{
	    margin-left: calc(15px + var(--main-aside-width)) !important;
	    padding:0;
	}
}

/* --------------------------------------------- STAR Tab 内容模块样式 --------------------------------------------- */
.io-star-tabs-box .card {
	box-shadow: none
}

.tab-widget-nav .nav-pills .nav-link.active {
	background-color: rgb(245 247 250);
	border: 1px solid rgb(237 241 249)
}

.tab-pane.fade.active.tab-pane {
	background-color: rgb(242 244 247);
	border-radius: var(--theme-border-radius)
}

.tab-widget-content .widget-item.item-favorites {
	display: grid;
	gap: 10px;
	justify-content: start
}

.tab-card.type-favorites {
	background: #fff;
	border-radius: calc(var(--theme-border-radius) - 4px);
	box-shadow: 2px 2px 10px 0 rgb(112 113 116 / 5%);
	transition: transform .2s ease,box-shadow .2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 12px 8px;
	text-align: center
}

.tab-card.type-favorites .icon-btn,
.tab-card.type-favorites .img-bg,
.tab-card.type-favorites .img-bg>div {
	display: flex;
	align-items: center;
	justify-content: center
}

.tab-card.type-favorites .icon-btn {
	flex-direction: column;
	width: 100%;
	text-decoration: none
}

.tab-card.type-favorites .img-bg {
	width: 55px!important;
	height: 55px!important;
	padding: 8px;
	box-shadow: none
}

.tab-card.type-favorites .img-bg .rounded-circle {
	width: 100%;
	height: 100%
}

.tab-card .icon-title {
	width: 100%;
	overflow: hidden
}

.tab-card .icon-title span {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding: 0 2px
}

.tab-card.type-books {
	flex: 1 1 120px;
	max-width: 160px
}

.tab-card.type-category {
	flex: 1 1 160px;
	max-width: 240px
}

.tab-widget-content .widget-item.item-books,
.tab-widget-content .widget-item.item-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	align-items: stretch
}

@media (max-width:768px) {
	.tab-widget-nav .nav-link {
		width: 65px;
		height: 55px;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.tab-widget-nav .nav-link .text-xs {
		display: block!important;
		font-size: .75rem!important;
		margin-top: 4px
	}

	.tab-widget-nav .nav-link i {
		font-size: 1.3rem
	}

	.tab-card.type-favorites .img-bg {
		width: 50px!important;
		height: 50px!important
	}

	.tab-widget-content .widget-item.item-favorites {
		grid-template-columns: repeat(auto-fill,minmax(60px,1fr))
	}

	.tab-card.type-favorites {
		padding: 10px 6px
	}
}

@media (max-width:480px) {
	.tab-card.type-books {
		flex: 0 0 calc(50%);
		max-width: calc(50%)
	}

	.tab-card.type-category {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (min-width:768px) {
	.tab-widget-nav .nav-link {
		border-radius: var(--theme-border-radius);
		height: 50px;
		width: 90px;
		flex-direction: row;
		gap: 5px;
		align-items: center;
		justify-content: center
	}

	.tab-widget-nav .nav-link i {
		font-size: 1.5rem
	}

	.tab-widget-content .widget-item.item-favorites {
		grid-template-columns: repeat(auto-fill,minmax(110px,1fr))
	}
}

.io-black-mode .tab-widget-nav .nav-pills .nav-link.active {
	background-color: rgb(27 29 31);
	border: none
}

.io-black-mode .tab-pane.fade.active.tab-pane {
	background-color: rgb(27 29 31)
}

.tab-card.type-favorites:hover {
	transform: translateY(-2px);
	box-shadow: 2px 4px 16px 0 rgb(112 113 116 / 12%)
}

.io-black-mode .tab-card.type-favorites {
	background: linear-gradient(to top,#2c2e2f,#1b1d1f)
}

/* --------------------------------------------- 我的导航：添加自定义网址（表单样式优化） --------------------------------------------- */
.star-customize-nav .add_new_sites_modal .addsite-modal-header {
	padding: 16px 18px;
	border-radius: var(--theme-border-radius);
	background: linear-gradient(135deg,rgba(0,123,255,.06),rgba(111,66,193,.05));
	border: 1px solid rgba(0,0,0,.03)
}

.io-black-mode .star-customize-nav .add_new_sites_modal .addsite-modal-header {
	background: linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
	border-color: rgba(255,255,255,.08)
}

.star-customize-nav .add_new_sites_modal .addsite-modal-title {
	font-weight: 600
}

.star-customize-nav .add_new_sites_modal .addsite-modal-sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px
}

.star-customize-nav .add_new_sites_modal .addsite-modal-link {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(0,123,255,.06);
	color: var(--theme-color);
	font-size: 11px;
	text-decoration: none
}

.star-customize-nav .add_new_sites_modal .addsite-modal-link:hover {
	background: rgba(0,123,255,.12);
	text-decoration: none
}

.io-black-mode .star-customize-nav .add_new_sites_modal .addsite-modal-link {
	background: rgba(255,255,255,.06)
}

.star-customize-nav .add_new_sites_modal .star-customize-cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.star-customize-no-categories {
	margin: 0 auto
}

.star-customize-nav .add_new_sites_modal .star-customize-categories .star-customize-cat-input {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.star-customize-nav .add_new_sites_modal .star-customize-categories .star-customize-cat-btn {
	border: 1px solid rgba(0,0,0,.06);
	background: rgba(0,0,0,.02);
	font-size: 14px;
	padding: 4px 12px
}

.star-customize-nav .add_new_sites_modal .star-customize-categories .star-customize-cat-input:checked+.star-customize-cat-btn {
	background: rgba(0,123,255,.08);
	border-color: var(--theme-color);
	color: var(--theme-color)
}

.io-black-mode .star-customize-nav .add_new_sites_modal .star-customize-categories .star-customize-cat-btn {
	border-color: rgba(255,255,255,.06);
	background: rgba(255,255,255,.02)
}

.io-black-mode .star-customize-nav .add_new_sites_modal .star-customize-categories .star-customize-cat-input:checked+.star-customize-cat-btn {
	background: rgba(255,255,255,.09)
}

.star-customize-nav .add_new_sites_modal .posts-cover-img.sites-cover-preview .cover-edit {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.55);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity .15s ease,transform .15s ease;
	z-index: 10
}

.star-customize-nav .add_new_sites_modal .posts-cover-img.sites-cover-preview:hover .cover-edit {
	opacity: 1;
	transform: translateY(0)
}

.star-customize-nav .add_new_sites_modal .star-customize-ico-pop {
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,.06);
	background: rgba(0,0,0,.02)
}

.io-black-mode .star-customize-nav .add_new_sites_modal .star-customize-ico-pop {
	border-color: rgba(255,255,255,.06);
	background: rgba(255,255,255,.03)
}

.star-customize-nav .star-customize-edit-menu.dropdown-menu {
	position: absolute;
	left: auto;
	right: 0;
	margin-top: 6px;
	z-index: 20;
	text-align: right
}

.dropdown-menu.star-customize-edit-menu a {
	font-size: 1rem!important
}

.star-customize-nav .sites-item .star-customize-delete {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: none;
	padding: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.55);
	color: #fff;
	cursor: pointer;
	z-index: 12;
	transform: translateY(-50%)
}

.star-customize-nav .sites-item .star-customize-delete i {
	font-size: 14px
}

.star-customize-nav.star-customize-editing .sites-item .star-customize-delete {
	display: inline-flex
}

.content-card.star-customize-nav.star-customize-editing {
	border: 1px dashed rgb(from var(--focus-color) r g b / .5)
}

.io-black-mode .content-card.star-customize-nav.star-customize-editing {
	border-color: rgba(255,255,255,.2)
}

#star-customize-import-bookmarks-list {
	max-height: 500px;
	overflow-y: auto;
	padding: 10px
}

.import-folder-item .card {
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
	transition: all .2s ease
}

.import-bookmarks-list {
	max-height: 300px;
	overflow-y: auto
}

@media (max-width:767.98px) {
	.star-customize-nav .star-customize-edit-wrapper .star-customize-delete-term,
    .star-customize-nav .star-customize-edit-wrapper .star-customize-edit {
		padding: 4px 8px;
		margin-top: -4px
	}

	.dropdown-menu.star-customize-edit-menu a {
		font-size: .9rem!important
	}

	#star-customize-import-bookmarks-list {
		max-height: 400px
	}

	.import-bookmarks-list {
		max-height: 200px
	}
}
/* --------------------------------------------- Tab栏筛选功能样式 --------------------------------------------- */
.filter-toggle-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #e6e8ea;
	border-radius: var(--theme-border-radius-md);
	cursor: pointer;
	transition: all 0.3s ease;
	transform: translateY(-2px);
	gap: 5px;
	line-height: 1;
}

.filter-toggle-icon-btn .filter-button-text {
	font-size: 13px;
	white-space: nowrap;
}

.filter-toggle-icon-btn:hover {
	border-color: #d0d8e8;
	color: #274eee;
}

.filter-toggle-icon-btn[aria-expanded="true"] {
	background: var(--body-bg-color);
	color: #666;
}

.filter-toggle-icon-btn.filter-active {
	background: var(--focus-color);
	color: #fff;
}

.io-black-mode .filter-toggle-icon-btn {
	background: #3a3d40;
	color: #ccc;
	border-color: #4a4d50;
}

.io-black-mode .filter-toggle-icon-btn:hover {
	background: #454850;
	border-color: #555a60;
	color: #5b8fff;
}

.io-black-mode .filter-toggle-icon-btn[aria-expanded="true"] {
	background: #3a3d40;
	color: #ccc;
}

.io-black-mode .filter-toggle-icon-btn.filter-active {
	background: linear-gradient(135deg, #5b8fff 0%, #274eee 100%);
	color: #fff;
	border-color: #5b8fff;
}

.filter-tags-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 15px;
	align-items: center;
	justify-content: flex-end;
}

.filter-tags-divider {
	width: 1px;
	height: 20px;
	background: #e0e4f0;
	margin: 0 4px;
	flex-shrink: 0;
}

.io-black-mode .filter-tags-divider {
	background: #4a4d50;
}

.filter-tag-btn {
	padding: 6px 14px;
	background: var(--body-bg-color);
	color: #666;
	border: 1px solid #e6e8ea;
	border-radius: var(--theme-border-radius-md);
	cursor: pointer;
	font-size: 13px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.filter-tag-btn:hover {
	border-color: #d0d8e8;
	color: #333;
}

.filter-tag-btn.active {
	background: var(--focus-color);
	color: #fff;
}

.io-black-mode .filter-tag-btn {
	background: #3a3d40;
	color: #ccc;
	border-color: #4a4d50;
}

.io-black-mode .filter-tag-btn:hover {
	background: #454850;
	border-color: #555a60;
	color: #fff;
}

.io-black-mode .filter-tag-btn.active {
	background: linear-gradient(135deg, #5b8fff 0%, #274eee 100%);
	color: #fff;
	border-color: #5b8fff;
	box-shadow: 0 2px 8px rgba(91, 143, 255, 0.2);
}

.slider-li.tab-item {
    position: relative;
}

.slider-li.tab-item .filter-badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 10px;
    animation: filterBadgeFloat 2s ease-in-out infinite;
}

.io-black-mode .slider-li.tab-item .filter-badge {
    background-color: var(--theme-color);
}

@keyframes filterBadgeFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-2px);
    }
}

@media (max-width: 768px) {
	.io-slider-tab .star-tab-expand{
	    position: absolute;
	    right: 0;
	    top: 0;
	}

	.star-tab-expand .star-more-btn{
		position: static;
	}

	.filter-toggle-icon-btn {
		min-width: 28px;
		min-height: 28px;
		transform: translateY(-4px);
	}

	.filter-tags-container {
		justify-content: center;
		gap: 6px;
	}
	
	.filter-tag-btn {
		padding: 5px 12px;
		font-size: 12px;
	}
}

/* --------------------------------------------- 首页卡片失效样式 --------------------------------------------- */
.sites-item.site-card-dead::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(128 128 128 / 5%);
	backdrop-filter: blur(1px);
	pointer-events: none;
}
.sites-item.site-card-dead .site-card-dead-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 6px 10px;
	background: rgb(242 242 242 / 90%);
	font-size: 12px;
	border-radius: 100px;
	pointer-events: none;
	border: 1px solid #ffffff;
	white-space: nowrap;
}
.sites-item.site-card-dead.style-sites-min .site-card-dead-hint {
	padding: 4px 10px;
}
.sites-item.site-card-dead .site-card-dead-hint .iconfont {
	font-size: 15px;
}
.site-card-dead .sites-tags{
	display:none
}
.io-black-mode .sites-item.site-card-dead .site-card-dead-hint {
	background: rgb(27 29 31);
	border: 1px solid #3a3a3b;
}
/* --------------------------------------------- 分类页：热门榜单（STAR） --------------------------------------------- */
.star-tax-popular.tax-popular{
	padding: 20px;
	box-shadow: none;
	--stp-h: 150px;
	--stp-gap: 12px;
	--stp-title-w: 180px;
	--stp-card-min: 150px;
	--stp-img: 50px;
}

.star-tax-popular .popular-wrap{
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.star-tax-popular .popular-title{
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}
.star-tax-popular .popular-title .popular-title-row{
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}
.star-tax-popular .popular-title .p-img{
	width: var(--stp-img);
	height: var(--stp-img);
	flex-shrink: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
.star-tax-popular .popular-title .p-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.star-tax-popular .popular-title .p-title{
	min-width: 0;
	margin: 0;
	text-align: left;
	color: #efbf5f;
}
.star-tax-popular .popular-title .p-title .txt1{display:block;font-size:15px;}
.star-tax-popular .popular-title .p-title .txt2{display:block;font-size:15px;font-weight:700;margin-top:2px}
.star-tax-popular .popular-title .p-btns.mt-2{
	padding-top: 8px;
	border-top: 1px solid rgba(0,0,0,.06);
}
.star-tax-popular .popular-title .p-btns.mt-2 .btn{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	padding: 0 12px;
	font-size: .8rem;
	box-sizing: border-box;
}
@media (hover:hover) and (pointer:fine){
	.star-tax-popular .popular-title .p-btns.mt-2 .btn:hover{background:#efbf5f;color:#5c390b}
}

.star-tax-popular .popular-content{
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	padding-right: 4px;
}
.star-tax-popular .popular-content::-webkit-scrollbar{width:4px}
.star-tax-popular .popular-content::-webkit-scrollbar-track{background:rgba(0,0,0,.04);border-radius:999px}
.star-tax-popular .popular-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.22);border-radius:999px}

.star-tax-popular .popular-item-a{
	display: block;
	position: relative;
	padding: 1.2em;
	border-radius: var(--theme-border-radius-md);
	text-decoration: none;
	border: 1px solid rgb(241 241 241);
	overflow: hidden;
}
@media (hover:hover) and (pointer:fine){
	.star-tax-popular .popular-item-a:hover{border-color:rgb(207 207 207)}
}
.star-tax-popular .item-logo{
	width: 45px;
	height: 45px;
	margin: 0 auto 10px;
	border-radius: var(--theme-border-radius-md);
	overflow: hidden;
}
.star-tax-popular .item-logo .img{width:100%;height:100%;object-fit:cover;display:block}
.star-tax-popular .item-title{
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.05rem;
	text-align: center;
}
.star-tax-popular .item-btns{
	margin-top: 10px;
	text-align: center;
}
.star-tax-popular .item-btns .btn{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(224,192,139,.18);
	border-radius: 10px;
	line-height: 20px;
	padding: 0 8px;
	color: rgba(59,39,10,.88);
	font-size: 12px;
}

.star-tax-popular .item-index{
	position: absolute;
	right: -10px;
	bottom: -40px;
	z-index: 0;
	font-weight: 800;
	font-style: italic;
	font-size: 100px;
	color: #f1f1f1;
	pointer-events: none;
	user-select: none;
}
.star-tax-popular .item-title,
.star-tax-popular .item-btns{position:relative;z-index:1}

@media (max-width:749.5px){
	.star-tax-popular .popular-item-a{
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px 12px;
	}
	.star-tax-popular .item-logo{
		width: 35px;
		height: 35px;
		margin: 0;
		flex-shrink: 0;
	}
	.star-tax-popular .item-title{
		flex: 1;
		min-width: 0;
		text-align: left;
		font-size: .95rem;
	}
	.star-tax-popular .item-btns{
		margin-top: 0!important;
	}
	.star-tax-popular .item-index{
		display:none
	}
}

@media (min-width:750px){
	.star-tax-popular .popular-wrap{
		flex-direction: row;
		gap: var(--stp-gap);
		align-items: stretch;
	}
	.star-tax-popular .popular-title{
		flex: 0 0 var(--stp-title-w);
		max-width: var(--stp-title-w);
		height: var(--stp-h);
		justify-content: space-between;
		text-align: center;
	}
	.star-tax-popular .popular-title .popular-title-row{
		flex: 1;
		min-height: 0;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
	}
	.star-tax-popular .popular-title .p-title{text-align:center}
	.star-tax-popular .popular-title .p-img{
		width: 80px;
		height: var(--stp-img);
		margin: 0 auto;
		border-radius: 10px;
	}
	.star-tax-popular .popular-title .p-btns.mt-2{border-top:0;padding-top:0}
	.star-tax-popular .popular-content{
		flex: 1;
		min-width: 0;
		height: var(--stp-h);
		display: grid;
		gap: var(--stp-gap);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.star-tax-popular .popular-content .popular-item .popular-item-a{height:100%;box-sizing:border-box}

	.star-tax-popular .popular-content{
		grid-template-columns: repeat(auto-fit, minmax(var(--stp-card-min), 1fr));
		grid-auto-rows: var(--stp-h);
	}
}
.io-black-mode .star-tax-popular .popular-item-a{
	border: 1px solid rgb(58 58 59);
}
.io-black-mode .star-tax-popular .item-index{
	color: #3a3a3b;
}
.io-black-mode .star-tax-popular .item-btns .btn{
	background: rgb(54 55 56);
	color: rgb(153 153 153);
}

/* --------------------------------------------- 详情页正文/常见问题 TAB（star 前缀） --------------------------------------------- */
.star-article-nav .star-nav-tabs {
    border-radius: var(--theme-border-radius);
    background-color: var(--main-bg-color);
    box-shadow: 0 5px 20px var(--main-shadow);
	padding:0 15px
}
.star-article-nav .star-nav-tabs .nav-item .nav-link {
	border: none;
	color: var(--muted-color2, #66686b);
    padding: 15px 16px 12px 16px;
	border-radius: 0;
}
.star-article-nav .star-nav-tabs .nav-item .nav-link:hover {
	color: var(--theme-color);
}
.star-article-nav .star-nav-tabs .nav-item .nav-link.active {
	color: var(--theme-color);
	font-weight: 500;
	border-bottom: 3px solid var(--theme-color);
}
.io-black-mode .star-article-nav .star-nav-tabs .nav-link {
	color: rgba(255,255,255,.7);
}
@media (max-width:750px){
	.star-article-nav .star-nav-tabs .nav-item .nav-link {
		padding: 15px 10px 12px 10px;
	}
}
/* --------------------------------------------- 详情页常见问题手风琴 --------------------------------------------- */
.faq-item {
	transition: box-shadow 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
    background-color: var(--main-bg-color);
    box-shadow: 0 5px 20px var(--main-shadow);
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-question {
	padding: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease, border-radius 0.2s ease;
	position: relative;
	border-radius: 10px;
}
.faq-item.active .faq-question {
	border-radius: 10px 10px 0 0;
}
.faq-icon {
	margin-right: 8px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}
.faq-question span {
	flex-grow: 1;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
	border-radius: 0 0 10px 10px;
}
.faq-answer-content {
	padding: 16px;
	color: #555;
	font-size: 15px;
	line-height: 1.8;
}
.faq-answer-content p { margin-bottom: 12px; }
.faq-answer-content p:last-child { margin-bottom: 0; }
.faq-answer-content a {
	color: var(--theme-color);
	text-decoration: none;
}
.faq-answer-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 12px 0;
}
.faq-question.active .faq-icon {
	transform: rotate(90deg);
	color: var(--theme-color);
}
.faq-question.active {
	color: var(--theme-color);
}

.io-black-mode .faq-question { color: #eee; }
.io-black-mode .faq-answer-content { color: #ddd; }
.io-black-mode .faq-question.active .faq-icon { color: #fff; }

/* --------------------------------------------- 首页网址卡片子网址集（悬浮/点击展开） --------------------------------------------- */
.posts-item.sites-item.jihe{
	position: relative;
}

.posts-item.sites-item.jihe .star-collection-badge{
	position: absolute;
	right: 6px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.posts-item.sites-item.style-sites-max.jihe .star-collection-badge{
	right: 35px;
	bottom: 10px;
}
.posts-item.sites-item.style-sites-max.jihe .item-tags {
    margin-right: 35px;
}

.posts-item.sites-item.jihe .item-body{
    margin-right: 15px;
}

.posts-item.sites-item.jihe .star-collection-badge i{
	font-size: 14px;
	opacity:0.5
}

.posts-item.sites-item.style-sites-min.jihe:not(.style-sites-max) .togo{
    right: 40px!important;
}

.jihe-collection-panel{
	position: fixed;
	background: #ffffffe3;
	backdrop-filter: saturate(2) blur(15px);
    border: 1px solid #ffffff;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	padding: 15px;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
				transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
				visibility 0.3s;
}
.jihe-collection-panel.show{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.jihe-collection-title{
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dce3fb;
	display: flex;
	align-items: center;
}
.jihe-collection-title i{
	margin-right: 4px;
	font-size: 16px;
	color: var(--focus-color);
}

.jihe-collection-items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}
.jihe-collection-item{
	display: flex;
	align-items: center;
	padding: 8px 10px;
	text-decoration: none;
	color: #666;
	border-radius: 6px;
	transition: background-color 0.2s ease;
	border: 1px solid #00000014;
	background: #ffffff;
	min-width: 0;
	width: 100%;
}
.jihe-collection-item:hover{
	background-color: #f8f9fa;
	border-color: #e5e5e5;
	color: #333;
	text-decoration: none;
}
.jihe-collection-item .item-name{
	font-size: 13px;
	font-weight: 500;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.jihe-collection-item.main-item{
	background: #f0f4ff;
	border-color: #dce3fb;
	grid-column: 1 / -1;
	margin-bottom: 4px;
}
.jihe-collection-item.main-item .item-note{
	color: #4f46e5;
	font-weight: 500;
}

.io-black-mode .jihe-collection-panel{
	background: #3b3b3b;
	border-color: #4c4c4c;
}
.io-black-mode .jihe-collection-title{
	color: #e2e8f0;
	border-bottom-color: #4c4c4c;
}
.io-black-mode .jihe-collection-item{
	background-color: #464646;
	color:#fff
}

@media (max-width: 768px){
	.jihe-collection-panel{
		width: calc(100vw - 40px) !important;
		min-width: unset !important;
		max-width: 350px;
		left: 20px !important;
		right: 20px;
	}
	.jihe-collection-items{
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.jihe-collection-item.main-item{
		grid-column: 1 / -1;
		margin-bottom: 8px;
	}
	.jihe-collection-item{
		padding: 12px;
		min-height: 44px;
	}
	.jihe-collection-item .item-name{
		font-size: 12px;
	}
	.jihe-collection-item.main-item .item-note{
		font-size: 12px;
		max-width: 80px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* --------------------------------------------- 排行榜标题样式 --------------------------------------------- */
.ranking-title-term::before {
	content: '\e63d';
	font-family: "iconfont";
}
.ranking-title-term::after{
	content: '\e63e';
	font-family: "iconfont";
}
.ranking-title-term{
	background: linear-gradient(to bottom, #fff, #ffbda5);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.page-template-template-rankings-php .container{
    max-width: 1200px;
}
@media screen and (min-width: 768px) {
.ranking-panel{
	align-items: flex-start;
}
.ranking-range-nav{
	position: sticky;
	top: 80px;
}
}