:root {
    --theme-color: #4C6AFE;
    --theme-color-rgb: 76,106,254;
    --hover-color: #364cd9;
    --focus-shadow-color: rgba(28, 75, 217, 0.6);
    --body-bg-color: #fff;
    --muted-bg-color:#f2f4f7;
    --muted-bg-color-l:#f9fafb;
    --main-color: #222;
    --border-color: #eaecf0;
    --main-nav-hight: 76px;
    --body-bg-rgb: 255,255,255;
}
body{
    font-family: system-ui, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
}
.io-black-mode {
    --theme-color: #6780FE;
    --theme-color-rgb: 103,128,254;
    --hover-color: #4e61d9;
    --body-bg-color: #121212;
    --main-bg-color: #121212;
    --main-color: #fff;
    --muted-color: #ADB7BE;
    --muted-bg-color: #2C2C2C;
    --body-bg-rgb: 18, 18, 18;
    --border-color: #2C2C2C;
    --muted-bg-color-l: #1D1C1E;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.form-control{
    border: 2px solid;
    border-color: var(--border-color);
}
.friend-link a { padding: 4px; }
@media screen and (max-width: 767.98px) {
    .big-search .h1 {
        font-size: 2rem;
    }
}
.simple-search .search-group li.active {
    background: var(--theme-color);
    color: #f1f2f3;
    opacity: 1;
}
.search-form .search-key {
    box-shadow: 0 4px 24px 0 var(--focus-shadow-color) !important;
    border-width: 2px;
    border-color: var(--theme-color);
}
.search-smart-tips {
    left: 0;
    right: 0;
    box-shadow: 0 8px 20px var(--main-shadow)!important;
}
img.lazy.loaded:not(.loadafter) {
    -webkit-animation: none;
    animation: none;
}
.nothing .nothing-svg {
    max-width: 100px;
}
.aside-show .content-wrap{
    margin-right: .5rem;
    margin-left: .5rem;
}
.aside-card {
    box-shadow: none;
    border: 1px solid var(--muted-bg-color);
    transition: all 0.35s;
    padding: 0;
}
.aside-card ul {
    row-gap: .25rem;
    display: flex;
    flex-direction: column;
    padding: .5rem;
}
.aside-btn:before {
    content: "";
    display: block;
    background: #0000;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 20px;
    width: 4px;
    position: absolute;
    left: -8px;
}
.aside-btn.active:before {
    background: var(--theme-color);
    box-shadow: 4px 0 14px 1px var(--theme-color);
}
@media screen and (min-width: 768px) {
    .aside-show .content-wrap{
        margin-right: 4rem;
        margin-left: 3rem;
    }
}
.aside-btn:hover {
    background-color: var(--main-blur-bg-color);
    --this-color: var(--main-color);
}
.mobile-nav>.menu-nav {
    padding: 0;
    background: transparent;
}

.mobile-nav>.menu-nav a {
    font-size: 1rem;
}
.sidebar .card .searchform{
    padding: 0;
}
.sidebar-tools .card-header{
    margin-bottom: 1rem;
}
.io-sidebar-widget+.io-sidebar-widget {
    margin-top: 1.5rem;
}
.sidebar-tools .sites-item.style-sites-min .item-media {
    width: 1.5rem;
}
.card {
    box-shadow: none;
}
.content-card+.content-card {
    margin-top: 3rem;
}
.content .card-body,.content .card-header, .sidebar-tools .card-header, .sidebar-tools .card-body {
    padding: 0;
}
.card-header::before{
    display: none;
}
.tab-to-more::before,.card-header::after {
    display: none;
}
.posts-row {
    row-gap: 12px;
    --home-card-padding: 16px;
}

.sidebar-tools .posts-row {
    row-gap: 4px;
}
.posts-item {
    margin: 0;
    background-color: transparent;
    --this-card-padding: 0px;
}
.posts-row.row-col-xxl-12a .posts-item {
    --this-card-padding: 0px;
    background: var(--body-bg-color);
    border-radius: 0;
}
.posts-row.row-col-xxl-12a .posts-item:hover{
    background: var(--muted-bg-color-l);
}
.posts-row.row-col-xxl-12a {
    --home-card-padding: 0px;
    gap: 0px;
    border-radius: var(--main-radius);
    border: 1px solid var(--muted-bg-color);
    overflow: hidden;
}
.posts-item:hover , .show-card .posts-item{
    box-shadow: none;
}
.posts-item:hover{
    background: var(--muted-bg-color-l);
}
.style-sites-big.d-flex {
    padding: 10px;
}
.style-sites-big.d-flex .rounded{
    border-radius: var(--theme-border-radius-lg)!important;
    overflow: hidden;
    position: relative;
}
.style-sites-big .big-meta{
    margin: 0;
    padding: .5rem 0.725rem;
    width: 100%;
    bottom: 0;
    position: initial;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    will-change: auto;
    --this-bg-color: var(--main-blur-bg-color);
}
.style-sites-big:hover .big-meta {
    bottom: 0;
}
.posts-item.style-sites-big {
    --this-card-padding: 16px;
    margin: 0 8px;
}
.posts-item.style-sites-big .fill-cover{
    object-fit: cover;
}
.posts-item.sites-item.style-sites-big .item-media {
    width: 2.5rem;
}
.posts-item.style-sites-big .item-title{
    margin: 0;
}
.posts-item.style-sites-big .item-image{
    box-shadow:none;
}
:root {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --shadow-logo-inset: inset 0 0 0 0.5px #0000001a;
}

.posts-item.sites-item .item-image:after,.posts-item.app-item .item-image:after{
    content: '';
    --tw-shadow: var(--shadow-logo-inset);
    --tw-shadow-colored: var(--shadow-logo-inset);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    position: absolute;
    inset: 0;
    border-radius: inherit;
}
.posts-item.app-item .item-image:after{
    border-radius: 30%;
}
.posts-item.app-item .item-header{
    margin-right: .725rem;
}
.posts-item.sites-item .item-media img {
    transform: scale(1);
}
.posts-item.sites-item .item-title,.posts-item.app-item .item-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-color);
}
.posts-item.sites-item .item-media {
    width: 3rem;
    border-radius: var(--theme-border-radius-md);
    background: #fff;
}
.sites-item.style-sites-default .sites-body{
    padding: 12px;
}
.sites-item .sites-body .item-body{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.sites-item .sites-body .item-body p{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .75rem;
    color: var(--muted-color);
    margin-top: .25rem;
    margin-bottom: 0;
}

.posts-item.style-sites-default:after,.posts-item.app-item:after {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    height: 1px;
    background: var(--muted-bg-color);
    right: 12px;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
}
.posts-item.app-item:after{
    width: calc(100% - 104px);
}
.posts-item:hover.style-sites-default:after{
    opacity: 0;
}
.posts-item.style-post-max-card, .posts-item.style-post-two,.posts-item.style-post-card{
    margin: 8px;
    --this-card-padding: 16px;
}
.posts-item.style-post-max-card:hover, .posts-item.style-post-two:hover,.posts-item.style-post-card:hover,.posts-item.style-post-min:hover{
    background: transparent;
}
.posts-item.style-post-two .item-header,.posts-item.style-post-min .item-header{
    margin: 0;
}
.posts-item.style-post-max-card .item-body {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 1rem;
}
.posts-item.style-post-max-card .item-title a{
    color: #fff;
}
.posts-item.style-post-max-card .item-body div,.posts-item.style-post-max-card .item-body .item-title{
    z-index: 1;
}
.posts-item.style-post-max-card .item-body .item-meta * {
    color: rgba(255,255,255,.5);
}
.posts-item.style-post-max-card .item-body::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 50%);
    border-radius: .3rem;
}
.sites-item.style-sites-min .item-title {
    font-size: 0.85rem;
}
.sites-item.style-sites-min .item-media{
    width: 2rem;
}

.home-container .content-layout .style-sites-min .sites-body {
    flex-direction: column;
}
.home-container .style-sites-min .item-body {
    width: 100%;
}
.posts-item.style-sites-min .item-title{
    text-align: center;
}
.sidebar-tools .posts-item.style-sites-min .item-title{
    text-align: left;
}
.header-big.css-img, .header-big.css-bing, .header-big.css-color{
    border-radius: .5rem;
    user-select: none;
}
.header-tools {
    gap: 4px;
}
.header-icon-btn>a {
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.nav-search-icon::before{
    left: -2px;
}
.nav-search-icon::after {
    left: 11px;
}
.home-container .content-layout .style-sites-min .item-header {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6px;
}
.home-container .content-layout .sites-item.style-sites-min{

}
.home-container .content-layout .sites-item.style-sites-min .item-media{
    width: 3rem;
}
.home-container .content-layout .sites-item.style-sites-min .sites-body{
   padding: .725rem .25rem;
}
.sites-item.style-sites-min .sites-body {
    padding: 4px;
}

.sites-preview .site-img img{
    height: 100%;
}


.posts-item.muted-bg {
    background: transparent;
}
.posts-item.muted-bg:hover {
    background: var(--muted-bg-color);
}

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

.btn-more {
    align-items: center;
    background: none;
    border: 1px solid var(--muted-bg-color);
    box-sizing: border-box;
    color: var(--main-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.6;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: color .1sease -in, background-color .1sease -in, border-color .1sease -in, width .2sease -in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    height: auto;
    border-radius: 6px;
    background: transparent;
    height: 32px;
    line-height: 22px;
    padding: 4px 11px;
}
.btn-more:hover {
    background: var(--muted-bg-color);
    border-color: transparent;
    color: var(--focus-color);
}
.btn-tools {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    color: var(--main-color);
    background: transparent;
    border: 2px solid var(--border-color);
    align-items: center;
}
.header-fixed{
    padding: 0;
    padding-bottom: 16px;
}
@media (max-width: 767.98px) {
    .navbar-logo img {
        max-height: initial;
    }
}
.header-center .navbar-logo{
    white-space: nowrap;
    width: max-content;
}
.navbar-logo .channel {
    padding-right: 10px;
    font-weight: 600;
    font-size: 1.25rem;
    position: relative;
    top: 3px;
}
.navbar-logo .channel::before {
    content: "•";
    padding-left: 8px;
    padding-right: 8px;
}
.header-nav .navbar-header a {
    position: relative;
    padding: .5rem 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: var(--muted-color2);
}
.navbar-header li.current-menu-item>a, .navbar-header li>a:hover{
    color: var(--main-color);
}
.header-nav .navbar-header>li::after{
    display: none;
}
.header-nav{
    transition: all 0.2s;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}
.scroll .header-nav {
    -webkit-backdrop-filter: blur(80px) brightness(1.2) saturate(1.5);
    backdrop-filter: blur(80px) brightness(1.2) saturate(1.5);
    background: rgba(var(--body-bg-rgb),0.7);
    box-shadow: none;
    border-bottom: 1px solid var(--muted-bg-a-color);
}
.big-title .h1{
    position: relative;
    display: inline-flex;
    text-shadow: 0px 2px 4px var(--main-shadow);
}
/*.big-title .h1:after{*/
/*    content: "";*/
/*    background: var(--theme-color);*/
/*    filter: blur(16px);*/
/*    width: calc(100% + 4rem);*/
/*    position: absolute;*/
/*    height: calc(100% + 1rem);*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    margin: -.5rem -2rem;*/
/*}*/
.apps-list-box{
    opacity: .1;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute;
    z-index: -1;
}
.app-list-box {
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 4rem;
}
.app-list-box+.app-list-box{
    margin-top: .5rem;
}
.app-list-box img {
    user-select: none;
    height: 4rem;
    max-width: initial;
    transform:translateX(0);
}
/*目录*/
.ez-toc-title-container {
    margin-bottom: .5rem;
}
div.ez-toc-widget-container ul.ez-toc-list {
    padding: 0;
    margin: 0;
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1rem;
    padding: 0;
}
.ez-toc-widget-container ul li a {
    font-size: .875rem;
    color: var(--muted-color);
    font-weight: 400;
}
.ez-toc-widget-container ul li a {
    padding-left: 0;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.ez-toc-widget-container ul.ez-toc-list li a:hover {
    color: var(--this-color, var(--focus-color));
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    line-height: 1.8;
}

div#ez-toc-container {
    margin: 0;
    padding: 1rem 1.5rem;
    box-shadow: none;
    background: var(--muted-bg-color-l);
    border-radius: .5rem;
    border: none;
    margin-bottom: 1.5rem;
}

#ez-toc-container a {
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 400;
}
#ez-toc-container a:visited {
    color: var(--muted-color);
}
#ez-toc-container a:hover {
    text-decoration: none;
    color: var(--theme-color);
}
.ez-toc-widget-container ul.ez-toc-list li.active {
    position: relative;
    padding-left: 16px;
    background-color: transparent;
    transition: all 0.35s;
}
.ez-toc-widget-container ul.ez-toc-list li {
    position: relative;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
    height: calc(100% - 12px);
    top: 6px;
    width: 3px;
    background: var(--theme-color);
}
.ez-toc-widget-container ul.ez-toc-list li.active a{
    color: var(--main-color);
}
div.ez-toc-widget-container{
    padding: 1rem;
    box-shadow: none;
    background: var(--muted-bg-color-l);
    border-radius: .5rem;
}
.ez-toc-btn-xs {
    padding: 0;
}
ul.ez-toc-list-level-1 {
    padding: 0;
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    /*grid-template-rows: ;*/
    /*grid-column-gap: 12px;*/
    /*grid-row-gap: 0px;*/
}
.tax-favorites-nav a {
    width: calc(50% - 10px);
    line-height: 1.6;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid var(--border-color);
    background-color: var(--muted-bg-color-l);
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 var(--main-shadow);
    transition: all .2s;
    padding: 6px;
    font-size: .9rem;
}
.tax-favorites-nav a:hover,.sidebar-menu-content ul li a:hover,.tax-favorites-nav a.active{
    border: 1px solid var(--theme-color);
    background-color: var(--body-bg-color);
    box-shadow: 0 0 10px var(--main-shadow);
}
/*列表*/
.taxonomy-head-title{
    font-size: 2rem
}
/*小组件*/
.io-widget-ranking-list .range-nav a+a {
    margin-left: 8px;
}
.io-widget-ranking-list .range-nav a {
    padding: .25rem .25rem;
    z-index: 1;
}
.io-widget-ranking-list .card-header {
    margin: 0;
}
.io-widget-ranking-list .range-nav {
    background: var(--main-blur-bg-color2);
    border-radius: 0.5rem;
    padding: 0.5rem !important;
    position: relative !important;
}
.io-widget-ranking-list .range-nav a::after {
    width: 100%;
    height: 100%;
    background: var(--body-bg-color);
    box-shadow: 0 1px 5px var(--main-shadow);
    bottom: 0;
    z-index: -1;
}
/*详情页*/
@media (min-width: 992px) {
    .sidebar_right .content-layout {
        margin-right: calc(310px + 2rem);
    }
}
.pnav_group {
    display: flex;
    justify-content: center;
}
.pnav_group .btn {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0 1rem;
}
@media (min-width: 992px) {
    .left-tool {
        position: absolute;
        top: 0;
        left: -5rem;
        height: 100%;
    }
    .pnav_group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: sticky;
        top: var(--main-nav-hight);
    }
    .pnav_group .btn {
        margin: 0;
        margin-bottom: 1rem;
    }
}
.cat-tag .btn{
    --this-bg: rgba(var(--theme-color-rgb), 0.1)!important;
    --this-color: var(--theme-color)!important;
    --this-shadow: var(--focus-shadow-color)!important;
    --this-border: rgba(var(--theme-color-rgb), 0.2)!important;
    --this-hover-color: var(--body-bg-color)!important;
    --this-hover-bg: rgba(var(--theme-color-rgb), 1)!important;
}

.pnav_group .btn i{
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    border: 2px solid var(--border-color);
    -webkit-transition: background .2s, border-color .2s, color .2s;
    transition: background .2s, border-color .2s, color .2s;
    background: none;
    color: var(--main-color);
    font-size: 1.5rem;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--main-radius);
}

.panel-body.single {
    line-height: 1.8;
}
.panel-body.single a[target] {
	padding-bottom: 1px;
	text-align: center;
	color: var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
}
.panel-body.single a[target]:hover {
	color: var(--theme-color);
	padding-bottom: 4px;
	border-color: transparent;
	animation: waveMove 1s infinite linear;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%234C6AFE' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
	background-size: 20px auto
}
@keyframes waveMove {
	0% {
		background-position: 0 100%
	}

	to {
		background-position: -20px 100%
	}
}
.panel-body.single p{
    font-weight: 400;
    min-height: 28px;
}
.panel-body.single a.js {
    margin: 1rem 0;
    display: block;
    text-align: center;
}

.panel-body.single a {
    color: var(--theme-color);
}
.panel-body h2:not(.item-title)::before, .panel-body h3:not(.item-title)::before,.panel-body h4:not(.item-title)::after{
    display: none;
}
.io-widget-ranking-list .sidebar-header+.range-nav{
    padding:0;
}
.btn-border{
    border: 2px solid var;
}
#share-content {
    width: 294px;
    height: 410px;
    cursor: pointer;
}
.share-body {
    position: relative;
    width: 294px;
    height: 410px;
}
.share-body .share-bj {
    width: 294px;
    height: 410px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.share-card {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;
    height: 100%;
    z-index: 1;
}
.share-card h3{
    font-size:14px;
}
.share-card p{
    font-size:12px;
}
.share-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: justify;
    font-size: 12px;
}
.share-qr-img {
    position: absolute;
    right: 1.5rem;
    bottom: 88px;
}
.share-tag {
    background: #fff;
    border: 1px solid #eee;
    padding: .25rem .5em;
    font-size:10px;
}
.share-favicon .item-image {
    position: relative;
}
.share-favicon .item-image img,.share-favicon .item-image{
    width: 40px;
    height: 40px;
    border-radius:.25rem ;
}
.share-tags {
    height: 32px;
    overflow: hidden;
}
.share-links {
    width: 100%;
}
.share-links .posts-row {
    justify-content: center;
}
.share-links .posts-row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.share-links .i-btn {
    --this-bg-color: var(--theme-color);
    background: var(--this-bg-color);
    color: #fff !important;
    transition: 0.3s ease;
}
.share-links small {
    white-space: nowrap;
}
.share-links .bds_weixin.i-btn{
    --this-bg-color: #28a745;
}
.share-links .bds_tsina.i-btn{
    --this-bg-color: #DC3545;
}
.share-links .bds_sqq.i-btn{
    --this-bg-color: #007bff;
}
.share-links .bds_qzone.i-btn{
    --this-bg-color: #ffc107;
}
.share-links .i-btn:hover {
    transform: scale(1.1);
}
#wxshare {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000;
    padding: 24px 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 11px #ccc;
    -ms-box-shadow: 0 0 11px #ccc;
    -moz-box-shadow: 0 0 11px #ccc;
    box-shadow: 0 0 11px #ccc;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#wxshare:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    font-size: 0;
    border-width: 8px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-bottom: 0
}

#wxshare #wxshare-code {
    width: 152px;
    height: 152px
}

#wxshare #wxshare-code canvas {
    width: 100%;
    height: 100%
}

#wxshare p {
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #666
}
#wxshare img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
}
/*快讯*/
.io-kuaixun-list .ajax-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.io-kuaixun-list .posts-row {
    row-gap: 0;
}
.kuaixun-item .posts-item .item-header{
    margin-left: 1rem;
    margin-right: 0;
}
.kuaixun-item .posts-item.sites-item .item-header{
    margin-left: 0;
}
.kuaixun-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*max-width: calc(100% - 28px);*/
}

.kuaixun-item .posts-item.post-item {
    --this-card-padding: 0;
    margin: 0;
}
.kuaixun-item-date {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-width: 44px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    position: sticky;
    top: var(--main-nav-hight);
}

.kuaixun-item-date .month {
    font-size: 14px;
    height: 26px;
    line-height: 27px;
}

.kuaixun-item-date .day {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    background: var(--theme-color);
}

.io-sidebar-widget .kuaixun-item-date span {
    display: none;
}

.io-sidebar-widget .kuaixun-item-date {
    border: 0;
    min-width: 0;
    position: relative;
    left: 2px;
}
.io-sidebar-widget .kuaixun-item-date::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 4px;
    top: 8px;
    background: var(--theme-color);
}
.io-sidebar-widget .kuaixun-item {
    max-width: calc(100% - 0);
    position: relative;
}
.io-sidebar-widget .kuaixun-item::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: -8px;
    border-left: 1px dashed var(--focus-shadow-color);
}
.io-sidebar-widget .kuaixun-item .posts-row .card-title {

}
.near-navigation {
    background: transparent;
    margin: 0 -20px;
}
.near-navigation .near-title{
    font-size: 1rem;
}
.panel .divide {
    width: 100%;
    height: 2px;
    background: var(--main-color);
}
/*APP详情页*/
.posts-item.style-app-min {
    margin: 6px;
    --this-card-padding: 12px;
    flex-direction: column;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.posts-item.style-app-min:after{
    display: none;
}
.posts-item.style-app-min .item-title{
    text-align: center;
    margin-top: .5rem;
    font-size: .875rem;
}
.posts-item.style-app-min .item-header{
    margin:0;
    padding: 0 .5rem;
}
.posts-item.style-app-min .item-media{
    width: 100%;
}
.posts-item.style-app-min .fill-cover{
    border-radius: 30%;
}

.down-svg{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.down-svg:before{
    content: '';
    min-width: 1.5rem;
    display: block;
    min-height: 1.5rem;
    margin-right: .5rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.apple-svg:before {
    background-image: url(../img/icon/apple.svg);
}
.huawei-svg:before {
    background-image: url(../img/icon/huawei.svg);
}
.google-svg:before {
    background-image: url(../img/icon/google-play.svg);
}
.qq-svg:before {
    background-image: url(../img/icon/qq.svg);
}
.mi-svg:before {
    background-image: url(../img/icon/xiaomi.svg);
}
.wandoujia-svg:before {
    background-image: url(../img/icon/wandoujia.svg);
}
.vivo-svg:before {
    background-image: url(../img/icon/vivo.svg);
}
.meizu-svg:before {
    background-image: url(../img/icon/meizu.svg);
}
.baidu-svg:before {
    background-image: url(../img/icon/baidu.svg);
}
.zhushou360-svg:before {
    background-image: url(../img/icon/360.svg);
}
.swiper-button-next,.swiper-button-prev {
    opacity: 0;
    width: 60px;
    transition: all .3s;
    --swiper-navigation-size: 1rem;
    --swiper-navigation-color: var(--white);
}

.swiper-button-prev {
    transform: translateX(-50px);
}

.swiper-button-next {
    transform: translateX(50px)
}

.swiper .swiper-button-prev:before,.swiper .swiper-button-next:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 20px;
    z-index: -1;
    background-color: rgba(0,0,0,.2)
}

.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev {
    opacity: .5;
    transform: translateX(0)
}

.swiper .swiper-button-next:hover,.swiper .swiper-button-prev:hover {
    opacity: .9
}

.swiper .swiper-button-next:focus,.swiper .swiper-button-prev:focus {
    opacity: .9
}
.screenshot-carousel {
    background-color: transparent;
    overflow: initial;
    box-shadow: none;
}
.screenshot-carousel .swiper {
    margin-left: -10px;
    margin-right: -10px;
}
.screenshot-carousel .img_wrapper {
    height: auto;
}
.screenshot-carousel .img_wrapper img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1rem;
    border: 1px solid var(--main-shadow);
}
.app-ico .app-rounded {
    min-width: 100px;
    border: 1px solid var(--main-shadow);
}
/**面包屑**/
nav[aria-label="breadcrumb"]{
	display: flex;
	align-items: center;
	flex-direction: row;
	overflow: hidden;
}
nav[aria-label="breadcrumb"] a{
    background-color: var(--muted-bg-color);
    padding: 4px 4px 4px 24px;
    position: relative;
    display: block;
    color: var(--muted-color);
}
nav[aria-label="breadcrumb"] a:hover{
    color: var(--main-color);
}
nav[aria-label="breadcrumb"] a:first-child {
  padding-left: 12px;
  border-radius: 4px 0 0 4px;
}
nav[aria-label="breadcrumb"] a::after, nav[aria-label="breadcrumb"] a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: calc(100% - 0px);
    z-index: 2;
}
nav[aria-label="breadcrumb"] a::after {
    border-left-color: var(--muted-bg-color);
}
nav[aria-label="breadcrumb"] a::before {
    margin-left: 1px;
    z-index: 1;
}
nav[aria-label="breadcrumb"] a::before {
    border-left-color: var(--muted-bg-color-l);
}
nav[aria-label="breadcrumb"] span{
    padding-left: 1.5rem;
}
/**mac-dock**/
.mac-dock {
    margin: auto;
    padding: 0.75rem;
    position: fixed;
    left: 50%;
    translate: -50% 0;
    bottom: 0.5rem;
    display: flex;
    height: 5rem;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 9;
}
.mac-dock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px var(--main-shadow);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.mac-dock .item {
    position: relative; /* 添加定位，以便名称可以相对于这个定位显示 */
    --scale: 1;
    /*padding-bottom: calc((var(--scale) * 50px) - (50px / var(--scale)));*/
    height: 100%;
    display: flex;
    align-items: flex-end;
    transition: all 0.35s;
}
.mac-dock .menu {
    width: calc(3.5rem * var(--scale));
    height: calc(3.5rem * var(--scale));
    border-radius: calc(0.85rem * var(--scale));
    transition: all 0.35s;
    cursor: pointer;
}
.mac-dock .menu img {
    border: 1px rgba(0, 0, 0, .08) solid;
    border-radius: 24%;
    transition: all 0.2s ease-out;
    width: 100%;
    height: 100%;
}
.mac-dock .gap {
    width: calc(0.75rem * var(--scale));
    height: 3.5rem;
    background: transparent;
    transition: all 0.35s;
}

.mac-dock hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    box-sizing: content-box;
}
.mac-dock .dock-icon-divider {
    height: 100%;
}
.mac-dock .dock-divider {
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    border-left: .025rem solid hsla(0,0%,100%,.15);
}
.mac-dock .tooltip {
  visibility: hidden; /* 默认隐藏 */
  width: calc(100% - 0.75rem * var(--scale)); /* 标签宽度 */
  background-color: #313131; /* 标签背景色 */
  color: white; /* 标签文字颜色 */
  text-align: center; /* 文本居中 */
  border-radius: 8px; /* 标签圆角 */
  padding: 5px 0; /* 内边距 */
  position: absolute; /* 绝对定位 */
  z-index: 1; /* 显示在图标之上 */
  bottom: 190%; /* 定位到图标上方，并向上移动一些像素 */
  left: 0%; /* 水平居中 */
  transform: translateX(-50%); /* 保持居中，这个修改是调整文字偏左还是偏右的 */
  font-size: 14px;
}

.mac-dock .item:hover .tooltip {
  visibility: visible; /* 悬停时显示 */
  opacity: 1;
}
.mac-dock .item:hover .menu img {
    transform: scale(1.2); /* 鼠标悬停时图标放大 20% */
}

.mac-dock .item:hover .tooltip {
    transform: scale(1.2); /* 鼠标悬停时文字放大 20% */
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../img/ui-icons_444444_256x240.png);
}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-draggable-disabled,.ui-resizable-resizing{
    pointer-events:none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}


.iframe-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    perspective: 1000px;
    transform-style: preserve-3d;
    
}
.iframe-modal-container{
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 10px var(--main-shadow);
    transition: all 0.3s ease;
    transform: scale(.5) rotateX(-30deg);
    opacity: 0
}
.iframe-modal-header {
    height: 38px;
    background-color: var(--main-radius-bg);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: all-scroll;
}
.iframe-modal-body {
    padding: 0;
    height: calc(100% - 38px);
}
.iframe-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.iframe-modal-footer {
    padding: 10px;
    background-color: #f4f4f4;
    text-align: right;
}
.iframe-modal-minimize {
    cursor: pointer;
}
.iframe-modal-maximize {
    cursor: pointer;
}
.iframe-modal-close {
    cursor: pointer;
}
.iframe-modal-minimized {
}
.modal-btn span {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 2rem;
    color: #000;
}

.modal-btn {
    gap: .5rem;
}
.modal-btn .iframe-modal-minimize {
    background: rgb(255, 193, 47);
}

.modal-btn .iframe-modal-close {
    background: rgb(255, 97, 87);
}

.modal-btn .iframe-modal-maximize {
    background: rgb(42, 203, 66);
}
#minimizeds {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

/*顶部菜单*/
.sidebarMenu.menu-btn .menu-bar:nth-child(3){
    width: 18px;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	z-index: 105;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100px);
	-webkit-overflow-scrolling: touch;
	transition: all .2s cubic-bezier(.25,0,.3,1)
}

.sidebar-menu.container {
    max-width: 1200px!important;
	/* z-index: 100; */
	position: fixed;
	padding-top: var(--main-nav-hight);
	top: 0;
	right: 0;
	left: 0;
    max-height: calc(100vh - 3.5rem);
    display: flex;
    padding-bottom: 2rem;
}
.sidebar-menu .card-body {
    overflow-y: auto;
}

.sidebar-menu.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	overflow: hidden;
}

.sidebar-menu.show .sidebar-menu-backdrop {
	opacity: 1
}

.sidebar-menu-content {
	margin: 0;
	padding: 0rem;
}

.sidebar-menu-content .card {
	margin-bottom: 10px
}

.callout p:last-child,.sidebar-menu-content .card:last-child {
	margin-bottom: 0
}

.sidebar-menu-content ul {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap
}
.sidebar-menu-content ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5em;
    height: 44px;
    margin: 8px;
}
.sidebar-menu-content ul li a{
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: var(--muted-bg-color);
    line-height: 1.6;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid var(--border-color);
    background-color: var(--muted-bg-color-l);
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 var(--main-shadow);
    transition: all .2s;
    padding: 6px;
    font-size: 1rem;
}
@media (min-width:576px) and (max-width:1199.98px) {
	.sidebar-menu-content li {
		width: calc(25% - 16px)!important
	}
}

@media (max-width:575.98px) {
	.sidebar-menu-content li {
		width: calc(50% - 16px)!important
	}

	.sidebar-menu-content a {
		max-width: 8em;
		letter-spacing: 2px
	}
}

.sidebar-menu-close {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem
}


.sidebar-menu-active {
	overflow-x: hidden;
	overflow-y: hidden
}
	
@media (max-width:991.98px) {
	.sidebar-menu .container {
		margin: 0;
		width: 100%!important;
		max-width: unset!important
	}

	.sidebar-menu {
		position: fixed;
		left: 0;
		max-height: calc(100% - 57px);
	}
}
.grid-btn {
    --icon-color: var(--main-color);
    margin: 0;
    display: flex;
    outline: none;
    position: relative;
    border: none;
    border-radius: 9px;
    background: var(--b, var(--background));
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transform: scale(var(--scale, 1)) translateZ(0);
    transition: transform .15s, background .4s;
}

.grid-btn:active {
    --scale: .95;
}

.grid-btn:hover {
    --b: var(--background-hover);
}

.grid-btn.without-text {
    --background: #275EFE;
    --background-hover: #1548DB;
    --icon-color: #FFFFFF;
    padding: 6px;
}

.grid-btn .icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.grid-btn .icon i {
    position: absolute;
    left: var(--left, 4px);
    top: var(--top, 4px);
    display: block;
    border-radius: 2px;
    width: var(--width, 7px);
    height: var(--height, 7px);
    border: 2px solid var(--icon-color);
    animation: var(--name, var(--dots-name, none)) var(--duration, var(--dots-duration, .5s)) var(--easing, var(--dots-easing, linear)) forwards var(--delay, var(--dots-delay, 0s));
}

.grid-btn .icon .dots i:nth-child(1) {
    --x-middle: -8px;
    --y-middle: 10px;
    --x-end: -2px;
    --y-end: 12px;
    --x-back: 10px;
    --y-back: 7px;
    --x-back-end: 9px;
    --y-back-end: 0;
}

.grid-btn .icon .dots i:nth-child(2) {
    --left: 13px;
    --x-middle: -12px;
    --y-middle: 5px;
    --x-end: -11px;
    --y-end: 7px;
    --x-back: -3px;
    --y-back: 1px;
    --x-back-end: -9px;
    --y-back-end: 0;
}

.grid-btn .icon .dots i:nth-child(3) {
    --top: 13px;
    --x-middle: 4px;
    --y-middle: -5px;
    --x-end: -2px;
    --y-end: -7px;
    --x-back: -5px;
    --y-back: 0px;
    --x-back-end: 9px;
    --y-back-end: 0;
}

.grid-btn .icon .dots i:nth-child(4) {
    --left: 13px;
    --top: 13px;
    --x-middle: 0;
    --y-middle: -10px;
    --x-end: -11px;
    --y-end: -12px;
    --x-back: -14px;
    --y-back: -8px;
    --x-back-end: -9px;
    --y-back-end: 0;
}

.grid-btn .icon .lines {
    --name: var(--lines-name, none);
    --duration: var(--lines-duration, .15s);
    --easing: var(--lines-easing, linear);
    --delay: var(--lines-delay, 0s);
}

.grid-btn .icon .lines i {
    --left: 9px;
    --top: 3px;
    --height: 2px;
    --width: 11px;
    transform: translateY(20%) translateZ(0) scaleX(0);
}

.grid-btn .icon .lines i:nth-child(2) {
    --top: 8px;
}

.grid-btn .icon .lines i:nth-child(3) {
    --top: 13px;
}

.grid-btn .icon .lines i:nth-child(4) {
    --top: 18px;
}

.grid-btn .text {
    margin-left: 4px;
    position: relative;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    min-width: 28px;
    color: var(--color);
}

.grid-btn .text span {
    --y-default: 0;
    --o-default: 1;
    --y-active: -12px;
    --o-active: 0;
    display: block;
    opacity: var(--o-default);
    transform: translateY(var(--y-default)) translateZ(0);
    animation: var(--span-name, none) .4s ease forwards;
}

.grid-btn .text span:last-child {
    --y-default: 12px;
    --o-default: 0;
    --y-active: 0;
    --o-active: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.grid-btn.animation {
    --span-name: text;
    --dots-name: back;
    --lines-name: scale-down;
}

.grid-btn.animation .lines i {
    transform-origin: 0 50%;
    background: var(--icon-color);
    border: 0;
}

.grid-btn.animation .lines i:nth-child(3),
.grid-btn.animation .lines i:nth-child(4) {
    transform-origin: 100% 50%;
}

.grid-btn.animation[aria-expanded="true"] {
    --span-name: text-active;
    --dots-name: move;
    --lines-name: scale;
    --lines-duration: .15s;
    --lines-delay: .3s;
}

.grid-btn.animation[aria-expanded="true"] .lines i {
    transform-origin: 100% 50%;
}

.grid-btn.animation[aria-expanded="true"] .lines i:nth-child(3),
.grid-btn.animation[aria-expanded="true"] .lines i:nth-child(4) {
    transform-origin: 0 50%;
}

@keyframes text {
    0% {
        opacity: var(--o-active);
        transform: translateY(var(--y-active)) translateZ(0);
    }
    100% {
        opacity: var(--o-default);
        transform: translateY(var(--y-default)) translateZ(0);
    }
}

@keyframes text-active {
    0% {
        opacity: var(--o-default);
        transform: translateY(var(--y-default)) translateZ(0);
    }
    100% {
        opacity: var(--o-active);
        transform: translateY(var(--y-active)) translateZ(0);
    }
}

@keyframes move {
    50% {
        transform: translate(var(--x-middle, 0), var(--y-middle, 0)) scale(.4);
    }
    100% {
        transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(.4);
    }
}

@keyframes back {
    0%,
    15% {
        transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(.4);
    }
    50% {
        transform: translate(var(--x-back, 0), var(--y-back, 0)) scale(.5);
    }
    100% {
        transform: translate(var(--x-back-end, 0), var(--y-back-end, 0)) scale(1);
    }
}

@keyframes scale {
    100% {
        transform: translateY(20%) translateZ(0) scaleX(1);
    }
}

@keyframes scale-down {
    0% {
        transform: translateY(20%) translateZ(0) scaleX(1);
    }
    100% {
        transform: translateY(20%) translateZ(0) scaleX(0);
    }
}
