:root {
    --primary-color: #0d6efd;
    --bs-primary-color: #0d6efd;
    --outer-bgcolor: #F7F7F6;
    --card-bgcolor: #FFFFFF;
    --light-card-bgcolor: #dde7f2;
    --primary-card-bgcolor: #b9bbdf;
    --gray-card-bgcolor: #f2f3f5;
    --text-color: #363636;
    --sub-text-color: rgb(118, 124, 130);
    --card-border-color: #dff4f3;
    --card-text-color: #252933;
    --bg-gray-color: #f2f3f5;
    --primary-text: var(--primary-color);
    --n-border-color: rgb(239, 239, 245);
    --bs-nav-link-font-size: 15px;
    --font-family: -apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial;;
}

.fs-6 {
    font-size: 1.2rem!important;
}
.fs-7 {
    font-size: 1.1rem!important;
}
.fs-8 {
    font-size: 1rem!important;
}
.fs-9 {
    font-size: .86rem!important;
}
.one {
    --n-border-color: #ea444d;
    --news-no-text-color: #FFFFFF;
}
.two {
    --n-border-color: #ed702d;
    --news-no-text-color: #FFFFFF;
}
.three {
    --n-border-color: #eead3f;
    --news-no-text-color: #FFFFFF;
}
.nav-link {
    --bs-nav-link-color: var(--text-color);
}

.primary-text {
    color: var(--primary-text);
}
.badge {
    --bs-badge-font-size: .7rem!important;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.row.rpx-0 > * {
    padding-left: 0;
    padding-right: 0;
}
body {
    background: var(--outer-bgcolor);
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
}
@media (max-width: 768px) {
    .main-middle {
        width: calc(100% - 20px)!important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .article-list .article-item .left .title {
        font-size: .9rem!important;
    }
    .main-right {
        display: none!important;
    }
    .navbar {
        height: auto!important;
    }
    .header-form-wrap {
        display: none!important;
    }
    .body-left {
        width: 100%!important;
    }
    .body-right {
        display: none;
    }
    .markdown img {
        max-width: 100%;
    }
    .OwO.OwO-open .OwO-body {
        width: 300px!important;
    }
    .login-body-right {
        display: none;
    }
    .body-toolbar {
        top: auto!important;
        bottom: 0px!important;
        width: 100%!important;
        right: 0px!important;
        display: flex!important;
        height: 50px!important;
    }
    .body-toolbar .share-box {
        display: none!important;
    }
    .body-toolbar .item {
        width: 25%!important;
        height: 100%!important;
    }
    .body-toolbar .item {
        border-radius: 0!important;
    }
    .tooltip {
        display: none !important; /* 不显示 tooltip */
    }
    .body-toolbar .item.badge::after {
        top: 10px!important;
        left: 60%!important;
        border-radius: 5px!important;
    }
    .navbar-toggler:focus {
        box-shadow: none!important;
    }
    .header.top {
        height: 4rem!important;
    }
    .header-logo {
        font-size: 1.2rem!important;
    }
    .header .navbar {
        padding-top: 5px!important;
        padding-bottom: 5px;
    }
    .header .navbar .navbar-toggler {
        border: none!important;
    }
    .article-list .article-item .left .more .right {
        display: none!important;
    }
    .article-list .article-item .left {
        width: 100%!important;
    }
    .article-list .article-item .left .more .comment {
        display: none!important;
    }
}
.navbar {
    --bs-navbar-padding-y: 0px!important;
}
.header.top {
    position: relative;
    transition: top 0.3s;
    height: 3.5rem;
    z-index: 1005;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.outline-navigator_fixed, .outline-navigator_sticky {
    z-index: 1000!important;
}
.header.top.hidden {
    transform: translateY(-100%); /* 向上消失 */
    transform: 0.5s;
}
.nav-link:hover {
    color: var(--primary-text);
}
.card {
    --bs-card-border-color: var(--card-border-color);
}
.card-body {
    padding: 0px;
}
.modal {
    z-index: 2100!important;
}
.breadcrumb .breadcrumb-item {
    font-size: .85rem;
}
.breadcrumb .breadcrumb-item a {
    color: var(--sub-text-color);
    text-decoration: none;
    font-size: .85rem;
}
.breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-text);
}
.btn-breeze-primary {
    background: var(--light-card-bgcolor);
}
.btn-breeze-primary:hover {
    background: var(--primary-card-bgcolor);
    color: #fff;
}
.carousel-item,.carousel-inner {
    height: 300px!important;
}
img.thumb {
   border: 1px solid var(--card-border-color); 
   background: var(--card-bgcolor);
}
.person-info {
    height: 300px;
}
.recommend-box {
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: transparent!important;
    transition: transform .3s, box-shadow .3s; /* 过渡效果 */
}
.recommend-box:nth-child(1) {
    margin-bottom: 20px;
}
.recommend-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recommend-box .card-img-overlay {
    color: #fff;
    background-color: rgba(0,0,0,.4);
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 22px;
    display: flex;
    opacity: 0;
    transition: opacity .3s,top .3s, box-shadow .3s;
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.recommend-box .card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 20px;
    max-width: 100%;
    transform: translate3d(0,15px,0);
    transition: transform .4s;
}
.header-logo {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-color);
}
.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recommend-box a {
    width: 100%;
    height: 100%;
}
.recommend-box:hover {
    transform: translateY(-5px);  /* 向上移动5px */
    box-shadow: 0 8px 11px -6px rgba(0,0,0,.5);
}
.recommend-box:hover .card-img-overlay {
    opacity: 1;
}
.recommend-box:hover .card-title {
    transform: translate3d(0,0,0);
}


.card .icon-img {
    width: 20px;
    height: auto;
}
.card .header-title {
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    padding-top: 15px;
}
.card .hot-news {
    height: 240px;
}
.card .hot-news a:hover span {
    color: var(--primary-text)!important;
}
.hot-news .news-no {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--n-border-color);
    border-radius: 5px;
    transition: all .3s;
    color: var(--news-no-text-color);
}
.hot-news .hot-num {
    font-size: .75rem;
    color: var(--sub-text-color);
}

.main-left {
    width: 180px;
    margin-right: 20px;
}
.sidebar-menus {
    position: fixed;
    transition: top 0.3s ease;
}
.sidebar-menus.sidebar-top {
    top: 20px;
}
.main-middle {
    width: calc(100% - 500px);
    margin-right: 20px;
}
.main-middle {
    width: calc(100% - 300px);
    margin-right: 20px;  
}
.main-middle.full {
    width: 100%;
}
/*文章列表*/
.main-middle .article-box {
    border-radius: 8px;
    border: 1px solid var(--card-border-color);
}
.main-middle .article-box .header-title {
    padding: 10px 20px;
    border-bottom: 1px solid var(--card-border-color);
}
.main-middle .article-box .header-title .bottom-line {
    position: relative;
    right: 52px;
    bottom: -32px;
    width: 16px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 9999px;
    transition-duration: .3s;
    opacity: 0;
}
.main-middle .article-box .header-title .bottom-line.show{
    transform: translateX(28px);
    opacity: 1;
}
.article-list .article-item {
    border-bottom: 1px solid var(--card-border-color);
    align-items: center;
}
.article-list .article-item .left {
    width: calc(100% - 140px);
}
.article-list .article-item .left .title {
    font-size: 1rem;
    font-weight: 600;
}
.article-list .article-item .left .desc {
    margin-top: 7px;
    font-size: .85rem;
    line-height: 20px;
    font-weight: 400;
    color: var(--sub-text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-list .article-item:hover {
    background: #f7f8fa;
    cursor: pointer;
}
.article-list .article-item .left .desc p {
    margin-bottom: 8px;
}
.article-list .article-item .left .more {
    font-size: .85rem;
    color: var(--sub-text-color);
}
.article-list .article-item .left .more .right {
    display: flex;
    flex-direction: row;
}
.article-list .article-item .left .more .right a {
    background-color: var(--gray-card-bgcolor);
    padding: 0 6px;
    border-radius: 2px;
    max-width: 76px;
    box-sizing: border-box;
    margin-left: 6px;
    color: var(--sub-text-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 18px;
    line-height: 18px;
    text-decoration: none;
}
.article-list .article-item .left .more .author a {
    color: var(--sub-text-color);
    text-decoration: none;
}
.article-list .article-item .left .more .author img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.article-list .article-item .left .more .author a:hover {
    color: var(--primary-text);
}
.article-list .article-item .left .more .divider {
    width: 1px;
    height: 12px;
    background-color: var(--card-border-color);
    margin: 0 -13px 0 12px;
}
.article-list .article-item > .right {
    flex: 0 0 auto;
    width: 108px;
    height: 72px;
    margin-left: 24px;
    background-color: var(--juejin-layer-1);
    border-radius: 4px;
    position: relative;
    object-fit: cover;
}
/*侧边栏*/
.main-right {
    width: 280px;
}
.sidebar-card {
    height: 300px;
}
.sidebar-card .sticky-box {
    position: sticky;
    top: 20px; /* 胶粘效果触发的top距离 */
}

.textimg-card {
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.author-banner {
    object-fit: cover;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.author-avatar {
    position: absolute;
    border: rgba(255, 255, 255, .4) 4px solid;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.author-avatar-box:hover {
    transform: rotate(360deg) scale(1.2);
    border-width: 5px;
}
.author-avatar-box {
    animation-timing-function: cubic-bezier(0,0,.07,1) !important;
    transition: transform 0.4s ease-out;
}
.author-card .divider {
    width: 1px;
    height: 40px;
    background-color: var(--card-border-color);
}
.author-card:hover .author-avatar-box {
    
}
.randomarticle-card .item {
    height: 80px;
    display: block;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 7px;
}
.randomarticle-card .item:hover {
    background: #f7f8fa;
}
.randomarticle-card .item:hover img {
    transform: scale(1.05);
}
.randomarticle-card .item a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 10px;
}
.randomarticle-card .item .text-box {
    position: relative;
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
}
.randomarticle-card .item .title {
    font-size: .8rem;
    font-weight: 500;
    color: var(--card-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 32px;
}
.randomarticle-card .item .more {
    font-size: .8rem;
    color: var(--sub-text-color);
}
.randomarticle-card .left {
    width: 90px;
    height: 60px;
}
.randomarticle-card .left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease-out 0s;
}
.randomarticle-card .right {
    margin-left: 10px;
    width: calc(100% - 100px);
}
.hotarticle-card .item {
    height: 100px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.hotarticle-card .item a {
    text-decoration: none;
    overflow: hidden;
}
.hotarticle-card .item a:hover img {
    transform: translateY(-2%) scale(1.05);
}
.hotarticle-card .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease-out;
}
.hotarticle-card .item  .title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    width: 100%;
    bottom: 30px;
    text-decoration: none;
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 30px;
    height: 30px;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.recentcomment-card .comment-body {
    max-height: 260px;
    overflow-y: scroll;
}
.recentcomment-card .item {
    min-height: 50px;
    width: 100%;
}
.recentcomment-card .item .left {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: start;
}
.recentcomment-card .item .right .header {
    display: flex;
    justify-content: space-between;
}
.recentcomment-card .item .right .header .name {
    color: var(--text-color);
    font-weight: 700;
}
.recentcomment-card .item .right .footer img {
    display: inline-block;
    margin-left: .25rem;
    margin-right: .25rem;
    width: auto;
    height: 1.5rem;
}
.recentcomment-card .item a {
    color: var(--sub-text-color);
    font-size: .8rem;
}
.recentcomment-card .item .right {
    width: calc(100% - 50px);
    margin-left: 10px;
}
.recentcomment-card .item .left img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
/*侧边菜单*/
.sidebar-menus {
    min-height: 100px;
    border-radius: 8px;
    border: 1px solid var(--card-border-color);
}
.parent-menus {
}
.parent-menus li {
    height: 36px;
}
.parent-menus li.active a {
    background: #dde7f2;
    color: var(--primary-color);
}
.parent-menus li a {
    display: block;
    height: 44px;
    padding: 14px 10px;
    margin: 5px 10px;
    /* text-align: center; */
    text-decoration: none;
    color: unset;
    font-size: 15px;
    border-radius: 5px;
    line-height: 16px;
}
.parent-menus li a:hover {
    background: #dde7f2;
    color: var(--primary-color);
}
.sidebar-menus .child-menus {
    position: relative;
    border-radius: 8px;
    width: 200px;
    line-height: 25px;
    left: 140px;
    bottom: 50px;
    background: var(--card-bgcolor);
    border: 1px solid var(--card-border-color);
    padding: 5px;
    visibility: hidden; 
    display: flex; /* 显示子菜单 */
    pointer-events: none; /* 阻止指针事件 */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* 当父级li> 内的<a>被悬停时，显示子菜单 */
.parent-menus li a:hover + .child-menus {
    transform: translateY(0px);
    opacity: 1; /* 变为可见 */
    pointer-events: auto; /* 允许指针事件 */
    visibility: visible; /* 变为可见 */
}
.parent-menus li a:hover {
    
}
.sidebar-menus .child-menus li {
    width: 50%;
    text-align: center;
    padding: 0px;
}
.sidebar-menus .child-menus:hover {
    transform: translateY(0px);
    opacity: 1; /* 变为可见 */
    pointer-events: auto; /* 允许指针事件 */
    visibility: visible; /* 变为可见 */
}
.sidebar-menus .child-menus li a {
    padding: 10px 10px;  
    border-radius: 5px;
    margin: 0px;
    line-height: 18px;
    height: 36px;
    color: var(--primary-color);
}

.header-search {
    /*flex-grow: 1;*/
    min-width: 0;
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
}
.header-search input {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--card-border-color);
    border-radius: 3px;
    outline: none;
    padding: 5px 53px 5px 10px;
    font-size: 13px;
    color: var(--sub-text-color);
}
.header-search .search-btn {
    position: absolute;
    top: 3px;
    left: 200px;
    width: 40px;
    height: 30px;
    font-size: 18px;
    color: var(--sub-text-color);
    background-color: var(--light-card-bgcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header-search .btn.btn-primary {
    width: 140px;
}
.header-search .btn {
    width: 80px;
    height: 32px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 3px;
}
#pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination span,.pagination a,#pagenavi span,#pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 2px;
    background: var(--light-card-bgcolor);
    color: var(--primary-text);
    text-decoration: none;
    margin: 0px 5px;
}
.pagination span,.pagination a:hover,#pagenavi span,#pagenavi a:hover {
    background: var(--primary-card-bgcolor)!important;
    color: #fff;
}
#loginModal .body-left .title {
    font-size: 1rem;
}
#loginModal .body-left .input-checkbox-text {
    font-size: .8rem;
    position: relative;
    bottom: 2px;
}
#loginModal .body-left .login-btn button,#loginModal .body-left .login-btn a {
    margin-top: 10px;
    font-size: .85rem;
}
#loginModal .form input.form-control {
    background: var(--gray-card-bgcolor)!important;
    margin-bottom: 10px;
    font-size: .8rem;
}
#loginModal .footer {
    text-align: center;
    font-size: .8rem;
    color: var(--sub-text-color);
    padding: 10px 0px;
}
#loginModal .footer a {
    text-decoration: none;
}


.loading-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process {
   width: 100.8px;
   height: 16.8px;
   border-radius: 16.8px;
   background: repeating-linear-gradient(135deg,#474bff 0 8.4px,rgba(71,75,255,0.75) 0 16.8px) left/0%   100% no-repeat,
         repeating-linear-gradient(135deg,rgba(71,75,255,0.2) 0 8.4px,rgba(71,75,255,0.1) 0 16.8px) left/100% 100%;
   animation: process-p43u5e 2s infinite;
}

@keyframes process-p43u5e {
   100% {
      background-size: 100% 100%;
   }
}

.copyright span,.copyright a {
    font-size: .8rem;
    text-decoration: none;
    color: var(--sub-text-color);
}

.fixed-toolbox a {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: var(--card-bgcolor);
    border-radius: 50%;
    color: #909090;
    margin-bottom: 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.fixed-toolbox {
    position: fixed;
    right: 20px;
    bottom: 100px;
}
.fixed-toolbox a:hover {
    box-shadow: 0 0 5px #ddd;
    color: var(--primary-color);
}

.body-left {
    width: calc(100% - 300px);
}
.body-right {
    margin-left: 20px;
    width: 280px;
}
.body-toolbar {
    position: fixed;
    width: 50px;
    margin-left: -4.5rem;
    z-index: 2;
    top: 150px;
}
.body-toolbar .item.light {
    color: var(--bs-primary-color);
}
.content-wrapper {
    padding: 25px;
}
.content-wrapper .info {
    font-size: .85rem;
    color: var(--sub-text-color);
}
.content-wrapper .info a {
    color: var(--sub-text-color);
    text-decoration: none;
}
.content-wrapper .info a:hover {
    color: var(--primary-color);
}
.body-toolbar .item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--sub-text-color);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(50,50,50,.04);
}
.body-toolbar .item.light:hover {
    color: var(--bs-primary-color);
}
.body-toolbar .item:hover {
    color: var(--primary-color);
}
.body-toolbar .item.badge {
    position: relative;
}
.body-toolbar .item.badge i {
    font-size: 18px;
}
.body-toolbar .item.badge::after {
    content: attr(badge);
    position: absolute;
    top: 0;
    left: 75%;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #c2c8d1;
    border-radius: 9999px;
    white-space: nowrap;
    transition: all .15s linear;
}
.tag-list-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -12px;
}
.tag-list-box .tag-list {
    display: flex;
    align-items: center;
    line-height: 2.1;
}
.tag-list-box .tag-list .title {
    font-size: .9rem;
}
.tag-list-box .tag-list .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .9rem;
}
.tag-list-box .tag-list a {
    display: flex;
    align-items: center;
    margin: 0 1rem 1rem 0;
    padding: 0 1rem;
    border-radius: 4px;
    transition: background-color .15s linear;
    background-color: #f2f3f5;
    color: #515767;
    text-decoration: none;
    margin: 5px;
}
.tag-list-box .tag-list a:hover {
    background-color: var(--light-card-bgcolor);
    color: var(--primary-color);
}
.article-copyright-box {
    position: relative;
    background: var(--gray-card-bgcolor);
    border-radius: 7px;
    width: 100%;
    padding: 15px 20px;
    font-size: .78rem;
}
.article-copyright-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../content/templates/breeze//images/copyright.png');
    background-repeat: no-repeat;
    background-position: right -15px top -15px;
    background-size: contain;
    opacity: .1;
    pointer-events: none;
}
.article-copyright-box a {
    text-decoration: none;
    font-size: .8rem;
}

.neighbor-log {
    display: flex;
}
.neighbor-log a {
    width: calc(50% - 10px);
    height: 90px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    align-items: end;
    
}
.neighbor-log a:hover .text {
    background-color: rgba(0, 0, 0, 0.5);
}
.neighbor-log a .text {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.neighbor-log a .text .text-header {
    padding: 10px 10px;    
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.neighbor-log a .text .text-footer {
    padding: 10px 10px;
    font-size: .75rem;
}
.neighbor-log a:nth-child(1) {
    margin-right: 20px;
}
.article-relation-card .item {
    border-top: 1px solid #e4e6eb!important;
}
.article-relation-card .item a {
    text-decoration: none;
}
.article-relation-card .item:hover {
    background: #f7f8fa;
    cursor: pointer;
}
.article-relation-card .item:hover .title {
    color: var(--primary-color);
}
.article-relation-card .item .title {
    padding-top: 10px;
    font-size: .9rem;
    font-weight: 600;
}
.article-relation-card .item .desc {
    color: var(--sub-text-color);
    font-size: .84rem;
}
.article-relation-card .item .more {
    padding-bottom: 10px;
    font-size: .81rem;
    display: flex;
    font-weight: 500;
    color: var(--sub-text-color);
}
.article-relation-card .item .more a {
    color: var(--sub-text-color);
}
.article-relation-card .item .more a:hover {
    color: var(--primary-color);
}
.article-relation-card .item .more .tag-list a {
    background-color: #f2f3f5;
    padding: 0 6px;
    border-radius: 2px;
    max-width: 76px;
    box-sizing: border-box;
    margin-left: 6px;
    color: var(--juejin-font-3);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 18px;
    line-height: 18px;
}

.commentform-body {
    display: flex;
    align-items: flex-start;
}
.comment-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.comment-info input {
    width: 1px;
    flex-grow: 1;
    line-height: 1;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    color: #252933;
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    border-radius: 4px;
    outline: none;
    transition: all .3s;
}
.commentform-body .comment-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.commentform-body .comment-content {
    flex-grow: 1;
    min-width: 0;   
}
.commentpost {
    display: flex;
    align-items: flex-start;
}
.comment-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: top;
}
.comment-textarea-wrap .log_comment {
    display: block;
    width: 100%;
    resize: vertical;
    padding: 8px 12px;
    font-size: 14px;
    color: #252933;
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    border-radius: 4px;
    outline: none;
    transition: all .3s;
    height: 100px;
}
.comment-content .comment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-textarea-wrap .log_comment .form-btn-wrap {
    
}
.comment-list-media {
    display: flex;
    align-items: flex-start;
}
.comment-list-media .avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.comment-list-media .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: top;
}
.comment-list-media .comment-infos {
    flex-grow: 1;
    min-width: 0;
}
.comment-infos {
    flex-grow: 1;
    min-width: 0;
}
.media-head {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.media-head-left {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}
.media-head-right {
    margin-left: 20px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
    color: #8a919f;
}
.comment-body-content {
    margin-bottom: 8px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 24px;
    color: #252933;
    word-wrap: break-word;
}
.comment-body-content img {
    display: inline-block;
    margin-left: .25rem;
    margin-right: .25rem;
    width: auto;
    height: 1.5rem;
}
.comment-body-reply {
    font-size: 14px;
    line-height: 22px;
}
.com-reply,.comment-time {
    text-decoration: none;
    color: #8a919f;
    font-size: .78rem;
    font-weight: 500;
}
.com-reply:hover {
    color: var(--primary-color);
}
#cancel-reply-btn {
    display: none;
}
.comment-cancel-modal {
    position: absolute;
    width: 100%;
    justify-content: end;
    display: flex;
    top: 80px;
    left: -30px;
}
.comment-list-item {
    margin-top: 10px;
}
.comment-children .comment-list-item {
    margin-top: 0px;
    padding: 16px;
    background-color: rgba(247, 248, 250, 0.7);
    margin-left: 56px;
    border-radius: 4px;
}
.header-title .right-toolbar {
    margin-left: auto;
    font-size: .8rem;
    font-weight: 450;
    color: var(--sub-text-color);
    cursor: pointer;
    display: block;
}
.header-title .right-toolbar:hover {
    color: var(--primary-color);
}
.body-sharebox {
    display: none;
    position: fixed;
    margin-left: -0.5rem;
    border-radius: 6px;
    padding: 10px;
    width: 60px;
    top: 340px;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 8px 24px rgba(81,87,103,.16);
}
.body-sharebox:hover {
    display: block!important;
}
.body-sharebox:after {
    position: absolute;
    width: 0;
    height: 0;
    content: " ";
    right: 100%;
    top: 20px;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
}
.empty-comment-box {
    text-align: center;
    font-size: .9rem;
    color: var(--sub-text-color);
}
.empty-comment-box .empty-img {
    display: flex;
    justify-content: center;
}
.OwO .OwO-logo {
    font-size: 1.3rem;
    border: none;
}
.OwO .OwO-logo:hover span {
    animation: none;
}
.OwO.OwO-open .OwO-body {
    margin-top: 15px;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    border: none;
    padding-top: 30px;
}
.OwO .OwO-body .OwO-items .OwO-item:hover {
    animation: none;
    background: none;
    transform: translateZ(0) scale(1.2);
    box-shadow: none;
}
.OwO .OwO-body .OwO-items .OwO-item {
    background: none;
    transition: transform .3s;
    padding: 0;
    margin: 0;
}
.OwO .OwO-body .OwO-bar {
    position: absolute;
    top: -8px;
    border-top: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.OwO .OwO-body .OwO-items .OwO-item {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    white-space: nowrap;
}
.OwO-bar img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    margin-top: 7px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    white-space: nowrap;
    
}
.OwO-bar > .OwO-packages > li {
    height: 40px;
    line-height: 40px!important;
}
.outline-heading:hover .outline-heading__anchor {
    display: none;
}
.fancybox__container {
    z-index: 2100;
}
.header-form-wrap {
    width: 400px;
    display: flex;
    height: 100%;
    align-items: center;
}
#header-input:focus {
    color: #1e80ff;
    box-shadow: none;
}
.search-light-text {
    color: var(--primary-color);
    font-weight: 500;
}

#carouselArticleCaptions .carousel-item img {
    -webkit-filter: brightness(.7);
    filter: brightness(.7);
    height: 100%;
    object-fit: cover;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 100%;
    border-radius: 6px;
}

.friend-link-box {
    display: flex;
    justify-content: center;
    font-size: .85rem;
    color: var(--sub-text-color);
}
.friend-link-box a {
    color: var(--sub-text-color);
    margin-left: 12px;
    text-decoration: none;
}
.friend-link-box a:hover {
    color: var(--primary-color);
}
.links-box .item > a {
    text-decoration: none;
    color: var(--sub-text-color);
    display: block;
    height: 120px;
    border: 1px solid var(--card-border-color);
    border-radius: 7px;
    padding: 10px 15px;
    transition: transform .5s;
}
.links-box .item > a:hover {
   box-shadow: 0 0 5px #ddd;
}
.links-box .item > a:hover img {
    transform: scale(1.05);
}
.links-box .item > a .right {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    width: calc(100% - 40px);
}

.links-box .item > a .left img { 
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.links-box .item > a .left .img {
    border-radius: 50%;
    background: var(--gray-card-bgcolor);
    border: 1px solid var(--card-border-color);
    width: 40px;
    height: 40px;
}

.links-box .item .desc {
    font-size: .85rem;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
#loginModal .login-body-left {
    flex-grow: 1;
    min-width: 0;
}
#loginModal .login-body-left #captchaImage {
    cursor: pointer;
}
#loginModal .login-body-right {
    flex-shrink: 0;
    width: 230px;
    padding-left: 36px;
    margin-left: 36px;
    border-left: 1px solid #f1f2f5;
}
#loginModal .login-body-right .title {
    font-size: 16px;
    color: #252933;
    margin-bottom: 16px;
}
#loginModal .login-body-right .img {
    margin-bottom: 16px;
    border: 1px solid #e4e6eb;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    padding: 5px;
    overflow: hidden;
}
#loginModal .login-body-right .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#loginModal .login-body-right .desc {
    font-size: 16px;
    color: #252933
}
#loginModal .modal-dialog {
    max-width: 560px;
}
.login-error-tip {
    font-size: .8rem;
    color: red;
    height: 20px;
}
.header-form-wrap .avatar {
    width: 80px;
}
.header-form-wrap .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.article-list .highlight {
    color: red;
}
.sidebar-card .sticky-box {
    margin-bottom: 20px;
}
.user-menus {
    width: 130px;
    background: #fff;
    margin-top: 30px;
    padding-top: 0px;
    position: absolute;
    z-index: 999;
    box-shadow: 0 0 24px rgba(81,87,103,.16);
    border-radius: 5px;
    overflow: hidden;
    top: 0px;
    left: 260px;
    visibility: hidden;
}
.user-menus:hover {
    visibility: visible!important;
}
.user-menus ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}
.user-menus ul li {
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-menus ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
    padding-left: 20px;
    color: var(--text-color);
    font-size: .9rem;
}
.user-menus ul li:hover {
    background: var(--gray-card-bgcolor);
}
.user-menus img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.user-menus .info span {
    line-height: 20px;
    font-size: .8rem;
    font-weight: 500;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.login-body-right {
    display: none;
}
#loginModal .modal-dialog {
    max-width: 400px;
}
.close-comment-editor {
    text-align: center;
    background: #f7f8fa;
    padding: 35px;
    border-radius: 7px;
}

.toolbox-img {
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 5px;
    object-fit: cover;
}
.toolbox-title {
    margin-top: 5px;
    margin-bottom: 5px;
}
.donate-box {
    max-width: 700px;
}
.tp-weather-widget {
    width: 100%;
    height: 200px;
}






.picks-card {
  --bg: #f7f7f8;
  --hover-bg: #FFE5F4;
  --hover-text: #E50087;
  text-align: center;
  background: var(--bg);
  padding: 1.5em;
  padding-block: 1.8em;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: .3s cubic-bezier(.6,.4,0,1),transform .15s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.card__body {
  color: #464853;
  line-height: 1.5em;
  font-size: 1em;
}

.picks-card .pick-img {
    height: 148px;
    overflow: hidden;
}
.picks-card .pick-img img {
    width: 100%;
    height: 148px;
    object-fit: contain;
    background: #f7f7f8;
    transition: transform .4s;
}
.picks-card {
    padding: 0px;
    height: 270px;
}
.picks-card .front {
    height: 100%;
    width: 100%;
    background: var(--card-bgcolor);
    border-radius: 5px;
    border: 1px solid var(--card-border-color);
}
.picks-card .title {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: 700;
}
.picks-card .params {
    font-size: .75rem;
    color: var(--sub-text-color);
    font-weight: 600;
}
.picks-card .card__body {
    font-size: .85rem;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    color: var(--sub-text-color);
}
.picks-card .more {
    display: none;
}
.picks-card:hover .more {
    display: block;
    position: absolute;
    top: 23px;
}
.picks-card:hover .more a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.picks-card:hover .pick-img{  
  opacity: .65;
}
.picks-card:hover .pick-img img {
    transform: scale(1.3) rotate(3deg);
}
.picks-head .title {
    font-size: 1.4rem;
    font-weight: 700;
}
.picks-head .desc {
    font-size: .9rem;
    color: var(--sub-text-color);
}
.recentcomment-card .item .right .footer {
    border: 1px solid var(--card-border-color);
    border-radius: 5px;
    padding: 5px;
    line-height: 24px;
}
.comment-body-content .topic-card {
    display: inline;
    border: 1px solid var(--card-border-color);
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    background: var(--gray-card-bgcolor);  
}
.category-menu {
    display: flex;
    justify-content: start;
    border: 1px solid var(--card-border-color);
    border-radius: 7px;
    background: var(--card-bgcolor);
    margin-bottom: 10px;
}
.scrollable-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 5px 5px;
}
.category-menu .nav {
    flex-wrap: nowrap!important;
}
.category-menu .nav-item {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
}
.article-list .article-item .left .more .right a:hover {
    color: var(--primary-color);
}
.article-list .article-item .left .more .right {
    font-size: .8rem;
}
.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-icon {
    height: 21px;
}


